@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 共通 */

#footer {
	display: none;
}

.nocolor a {
	color: inherit;
}

.wide-gap {
	column-gap: 3em!important;
}
.wider-gap {
	column-gap: 5em!important;
}
.nogap {
	column-gap: 0!important;
}

.wide1068 {
	max-width: 1068px!important;
}
@media (min-width: 1108px) {
	.wide1068 {
left: -84px;
}
}

@media (max-width: 1107px) {
	.wide1068 {
max-width: 868px!important;
		margin-left: auto;
    margin-right: auto;
}
}




/* メインビジュアル */
#main_visual{
	padding:20px;
}
#main_visual > div > div.p-mainVisual__imgLayer.c-filterLayer__img > video{
	border-radius:20px;
}

#main_visual > div > div.p-mainVisual__textLayer.l-container.l-parent.u-ta-c > div > div > div > div.wp-block-image > figure{
	padding: 0 20px 20px;
}

.p-mainVisual .c-filterLayer::before{
	    border-radius: 20px;
}

@media (max-width: 1280px) {
	.p-mainVisual__imgLayer.c-filterLayer__img {
	height: 60vh;
}
}


@media (max-width: 960px) {
    
.p-mainVisual__imgLayer.c-filterLayer__img {
	height: 78vh;
}
	#main_visual{
		padding-top: 5vh;
	}
}




/*ボタン*/

.btn-area {
    text-align: right; /* 右寄せ */
    margin-top: 20px;
  }

  .simple-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 52px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.3s ease;
  }

  /* 背景アニメーション */
  .simple-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    width: 0%;
    transition: width 0.4s ease;
    z-index: 0;
  }

  .simple-btn:hover::before {
    width: 100%;
  }

  /* テキストと矢印を最前面に */
  .simple-btn .btn-text,
  .simple-btn .arrow {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  /* ホバー時に文字と矢印を白に */
  .simple-btn:hover .btn-text,
  .simple-btn:hover .arrow {
    color: #fff;
  }

  /* 矢印を少し右にスライド */
  .simple-btn:hover .arrow {
    transform: translateX(6px);
  }

.reverse .simple-btn {
	color: #111!important;
	border-color: #fff;
	background: white;
}
.reverse.btn-area {
	text-align: left;
}

.flex-box {
	display: flex;
}

  @media (max-width: 768px) {
    .btn-area {
      text-align: center;
    }
    .simple-btn {
      padding: 12px 28px;
      font-size: 0.9rem;
      width: 90%;
    }
  }


/* header */

#gnav > ul{
	background: #fff;
    height: 40%;
    /* width: 32em; */
    margin-top: 30px;
    border-radius: 20px;
}

.c-gnav>.menu-item{
	    margin-right: 10px;
}
.c-gnav>.menu-item:nth-child(1){
	    margin-left: 10px;
}



/* 英字ロゴ用（SHIRO TO KURO など） */
.brush-en {
  font-family: 'Rock Salt', system-ui, sans-serif;
  font-size: 3rem;           /* お好みで調整 */
  letter-spacing: 0.12em;    /* ちょっと広めに */
  text-transform: uppercase; /* 全部大文字に */
  text-shadow: 0 0 0.04em rgba(0,0,0,0.7); /* インクにじみ風（お好み） */
}

/* 日本語の見出し用（禅・書道体験 など） */
.brush-ja {
  font-family: 'Yuji Syuku', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #000;
  text-shadow: 0 0 0.04em rgba(0,0,0,0.7);
	font-weight:100!important;
	  line-height: 1.1;
}

/* 600px以下 */
  @media (max-width: 600px) {
    .brush-ja {
  line-height: 1;
		font-size: 2rem;
}
  }

.main-text-top{
	-webkit-text-stroke: 0.5px #000; /* ← 太く見える */
  text-shadow:
    0 0 6px rgba(255, 255, 255, 1),
    0 0 15px rgba(255, 255, 255, 0.9),
    0 0 25px rgba(255, 255, 255, 0.7),
    0 0 40px rgba(255, 255, 255, 0.4);
}

div.p-mainVisual__slideText > p{
	font-size: 1rem;
	line-height: 2.5;
}

.w-beforeFooter{
	 margin:0px ;
}


/* ヘッダー */
.l-header__inner{
	margin:0;
	max-width: calc(100vw, 0px+ var(--swl-pad_container, 0px) * 2);
}

.c-gnav>.menu-item>a .ttl {
	font-size: 1rem;
	font-weight: bold;
}

.w-header{
	background: #000;
    color: #fff;
    width: 200px;
}

.w-header a {
  color: inherit;
  text-decoration: none;
}

.w-header__inner{
	margin: auto;
}



/* お問い合わせ */

form {
	border-radius: 10px;
	padding: 3em 2em;
/* 	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); */
}

.flex-box {
display: flex;
justify-content: space-between;
}

.flex-box-line {
display: flex;
justify-content: space-between;
align-items: center;
}


.flex-botan {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.agent_code_area{
display:none;
}

.Form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}


.Form-Item-Label {
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
}

.Form-Item-Label-Required {
  border-radius: 2px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #9b8c6c;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.Form-Item-Label-NO-Required {
  border-radius: 2px;
  margin-left: 12px;
  padding: 3px 10px; 
  text-align: center;
  background: #a7a7a7;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}



.Form-Item-Input, .Form-Item-Select {
  border: 1px solid #9b8c6c;
  border-radius: 2px;
  padding: 0.7em 1em 0.7em 0.5em;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}


.Form-Item-Textarea {
  border: 1px solid #9b8c6c;
  border-radius: 2px;
  padding-left: 1em;
  padding-right: 1em;
  height: 108px!important;
  flex: 1;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

.Form-Btn {
  border-radius: 10px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 440px;
  display: block;
  letter-spacing: 0.05em;
  background: #9b8c6c;
  color: #9b8c6c;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 1px solid #9b8c6c;
}




.Form-normal {
	width: 46%;
}
.Form-wide {
	width: 100%;
}
.Form-shrink {
	width: 35%;
}

.Form-Last-Item {
	margin-top: 30px;
	border-top: 1px solid #a7a7a7;
}

.Form-midasi {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}

.Form-explanation {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 17px;
}

.Form-Item-Sub {
	font-weight: 400;
	font-size: 13px;
}



.Form-privacy {
	cursor: pointer;
	 color: #0000EE;
 text-decoration: underline;
}

@media screen and (max-width: 750px) {
   .flex-box {
    flex-direction: column;
	gap: 1em;
   }
	 .flex-box-line {
    flex-direction: column;
	gap: 1.5em;
    align-items: initial;
   }
	.line-botan {
	margin-right: auto;
	margin-left: auto;
}
	.Form-Item {
  padding-top: 0;
  }
	.Form-normal, .Form-shrink {
		width: 100%;
	}
	.flex-botan-pc {
		display: none;
	}
	.flex-botan-sp {
		display: flex;
		flex-direction: column;
	}
	.Form-Item-Sub {
		font-size: 11px;
	}
	.Form-Last-Item {
		padding-top: 30px;
	}
	.Form-sousin {
		margin-top: 20px;
	}
	.Form-check {
		letter-spacing: 0.5px;
	}
	.Form-Btn {
  width: 90%;
  font-size: 20px;
		  padding-top: 10px;
  padding-bottom: 10px;
}


}

@media screen and (min-width: 751px) {
.flex-botan-sp {
		display: none;
	}
	.flex-box > div:nth-of-type(1) {
  margin-right: 2em;
}
}

.contact-full-color {
	background: rgba(0,0,0,0)!important;
}

.Form-Item select {
	margin-top: 10px;
}
