@charset "utf-8";
/* CSS Document */


body {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	color: #707070;
	font-family: 'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	line-height: 1.9;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 3.733vw;
  background: url(img/bg.jpg);
	background-attachment: fixed;
}


img { vertical-align: bottom; }

#wrapper {
  width:100%;
  overflow:hidden;
}


/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  body{
    font-size: 16px;
  }
}



/*-----------------------------
text_style, box_style
-----------------------------*/

/*スマホ向けレイアウトの指定*/

.fs_10_vw{ font-size: 2.667vw;}
.fs_12_vw{ font-size: 3.2vw;}
.fs_14_vw{ font-size: 3.733vw;}
.fs_16_vw{ font-size: 4.267vw;}
.fs_18_vw{ font-size: 4.8vw;}
.fs_20_vw{ font-size: 5.333vw;}
.fs_24_vw{ font-size: 6.4vw;}
.fs_30_vw{font-size: 8vw;}
.fs_40_vw{font-size: 10.677vw;}
.fs_50_vw{font-size: 13.33vw;}
.fs_60_vw{font-size: 16vw;}
.fs_70_vw{font-size: 18.667vw;}

.ta_center_sp { text-align: center; }
.ta_left_sp { text-align: left; }
.ta_right_sp { text-align: right; }

.fw_normal{ font-weight: 500;}
.fw_bold { font-weight: 600; }

.ff_min{font-family: "Shippori Mincho",'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;}

.le_spacing01{letter-spacing: 1px;}
.le_spacing02{letter-spacing: 2px;}

.fc_white { color: #fff; }
.fc_black { color: #707070; }
.fc_green { color: #3FC4BF;}

.only_sp { display: block; }
.only_tb { display: none; }
.only_pc { display: none; }
.only_sptb {display: block;}/*spとtbに適用*/

.lh_12 { line-height: 1.2; }
.lh_14 { line-height: 1.4; }
.lh_15 { line-height: 1.5; }
.lh_17 { line-height: 1.7; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb80{ margin-bottom: 80px;}
.mb100 { margin-bottom: 100px; }
.mb150 { margin-bottom: 150px; }

.mr10 { margin-right: 10px;}
.ml20 {margin-left: 20px;}
.mt10 {margin-top: 10px;}
.mt100 {margin-top: 100px;}



.img_responsive {
	max-width: 100%;
	height: auto;
}

.va_middle{vertical-align: middle}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
.fs_12_tb { font-size: 12px; }
.fs_14_tb { font-size: 14px; }
.fs_16_tb { font-size: 16px; }
.fs_18_tb { font-size: 18px; }
.fs_20_tb { font-size: 20px; }
.fs_24_tb { font-size: 24px; }
.fs_30_tb { font-size: 30px; }
.fs_36_tb { font-size: 36px; }
.fs_40_tb { font-size: 40px; }
.fs_50_tb { font-size: 50px; }
.fs_70_tb { font-size: 70px; }
.fs_100_tb { font-size: 100px; }

.ta_center_tb { text-align: center; }
.ta_left_tb { text-align: left; }

.only_sp { display: none; }
.only_tb { display: block; }
.only_pc { display: none; }
   
.mb10_tb { margin-bottom: 10px; }
.mb20_tb { margin-bottom: 20px; }
.mb30_tb { margin-bottom: 30px; }
.mb40_tb { margin-bottom: 40px; }
.mb50_tb { margin-bottom: 50px; }
.mb60_tb { margin-bottom: 60px; }
.mb80_tb { margin-bottom: 80px;}
.mb100_tb { margin-bottom: 100px; }
.mb150_tb { margin-bottom: 150px; }
}

		/*PC向けおよび大型PCの指定*/
		@media only screen and (min-width:1080px){
		body{ min-width: 1080px;}
          
		.fs_12_pc { font-size: 12px; }
		.fs_14_pc { font-size: 14px; }
		.fs_16_pc { font-size: 16px; }
		.fs_18_pc { font-size: 18px; }
		.fs_20_pc { font-size: 20px; }
		.fs_24_pc { font-size: 24px; }
		.fs_28_pc { font-size: 28px; }
		.fs_30_pc { font-size: 30px; }
		.fs_36_pc { font-size: 36px; }
		.fs_40_pc { font-size: 40px; }
		.fs_50_pc { font-size: 50px; }	
		.fs_60_pc { font-size: 60px; }	
		.fs_70_pc { font-size: 70px; }		

		.ta_center_pc { text-align: center; }
		.ta_left_pc { text-align: left; }
		.ta_right_pc { text-align: right; }

		.only_sp { display: none; }
		.only_tb { display: block; }
		.only_pc { display: block; }
		.only_sptb {display: none;}/*spとtbに適用*/

}

/*-----------------------------
responsive_grid
-----------------------------*/

/*スマホ向けレイアウトの指定*/
.inner01 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.inner02 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.inner03{
  width: 92%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner04{
  width: 92%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.flex_sp {display: flex;}
.gap10 {gap: 10px;}
.gap20 {gap: 20px;}
.gap30 {gap: 30px;}

.items_center{ align-items: center;}
.items_end{ align-items: flex-end;}

.flex_equally{ justify-content:space-between;}
.flex_center{ justify-content: center;}
.flex_reverse{ flex-flow: row-reverse;}


	/*タブレットレイアウトの指定*/
	@media only screen and (min-width:768px){
		
		.inner01{width: 100%;}

		.flex_tb {display: flex;}
		
		.flex_contents02{ width: 48%;} /*同じ大きさで2つ並べる*/
		.flex_contents03{ width: 32%;box-sizing: border-box;} /*同じ大きさで3つ並べる*/
		.flex_contents04{ width: 26%;}
		.flex_contents05{ width: 70%;}
	}

		/*PC向けおよび大型PCレイアウトの指定*/
		@media only screen and (min-width:1080px){
		.inner02 {max-width: 1000px;}
    .inner03 {max-width: 800px;}
    .inner04 {max-width: 600px;}

		.flex_pc {display: flex;}
		}

/*-----------------------------
header
-----------------------------*/
#header{
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 10px 20px 5px;
  width: 100%;
  /*background: rgba(255,255,255,0.9);*/
  background: url(img/bg.jpg);
}

h1 a:hover{opacity: 0.7;}

/* ハンバーガーメニュー */
#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:0;
  right: -120%;
width:70%;
  height: 100vh;/*ナビの高さ*/
background:#ECF9EF;
  /*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.sp_nav {
  padding: 150px 15px;
  width: 70%;
}

/*リストのレイアウト設定*/

.sp_nav li{
list-style: none;
padding: 12px 0;
border-bottom: 1px dotted #929292;
}
#g-nav a:first-child li{
  border-top: 1px dotted #929292;
}

#g-nav li a{
text-decoration: none;
text-transform: uppercase;
display: block;
}


.sp_contact{
  background-color: #3FC4BF;
  margin-top: 40px;
  padding: 10px;
  border-radius: 15px;
}



/*========= ボタンのためのCSS ===============*/
.openbtn1{
position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 10px;
cursor: pointer;
  width: 50px;
  height:50px;
}

/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #707070;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
top:15px; 
}

.openbtn1 span:nth-of-type(2) {
top:23px;
}

.openbtn1 span:nth-of-type(3) {
top:31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}




/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){

}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1080px){
  #header{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 40px;
    box-sizing: border-box;
    justify-content: space-between;
  }
	
	h1 a{font-size: 24px!important;}
	.gnavi li{ font-size:14px;}
	
	
	/*ナビの微調整*/
	@media only screen and (min-width:1250px){
		h1 a{font-size: 30px!important;	}
		.gnavi li{ font-size:16px;}
	}

  .gnavi{
    display: flex;
    list-style: none;
    align-items: center;
}

.gnavi li a{
    display: block;
    padding:5px 10px 3px;
    text-decoration: none;
}

.gnavi li{
    margin-bottom:2px;
}

.gnavi li.current a,.gnavi li a:hover{
  color: #3FC4BF;
}
.current_svg{stroke: #3FC4BF;}

.head_contact{
  background-color: #3FC4BF;
  border-radius: 10px;
  padding: 5px 10px;
  margin-left: 10px;
}

.head_contact a:hover{
 color: #fff!important;
}


	/*
.gnavi li a:hover{
  color: #3FC4BF;
}
.gnavi li svg{stroke: #707070;}
.gnavi li a:hover svg{
  stroke: #3FC4BF;
}
.nav_down li a:hover svg{stroke: #fff;}
*/
	
.head_cursor{
  cursor: default;
}

/*2階層ナビの設定*/
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
  position: relative;
}

nav ul li a:hover{
  color:#fff; 
}


/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
  position: absolute;
  left:0;
  top:62px;
  z-index: 4;
    /*形状を指定*/
  background:#F1F1F1;
  width:240px;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
    /*アニメーション設定*/
  transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
  color: #363636;
  border-bottom:dotted 1px #707070;
  padding: 10px 20px;
  box-sizing: border-box;
}

nav li.has-child ul li:last-child > a{
 border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#3FC4BF;
  color: #fff;
}

.nav_down li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_down{
  margin-top: -15px;
}
.has-child svg{
  padding-left: 8px;
}
	
/*階層をもつナビの現在地色調整*/

/* サブメニューアイテムのスタイル（変更しない） */
.nav_down a {
  color: #333; /* サブメニューはデフォルトのまま */
}
/* サブメニューアイテムのpタグのスタイル（変更しない） */
.nav_down a p {
  color: #333; /* サブメニューのテキストはデフォルトのまま */
}
	
.nav_down a:hover p{
	color: #fff;
}
.nav_down_arrow {
	 stroke: #333;
}
nav li.has-child ul li a:hover .nav_down_arrow{
   stroke: #fff;
}

}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1135px){
	.gnavi li a{
    padding:5px 20px 3px;
}
}
/*-----------------------------
mainimg
-----------------------------*/
.main{position: relative;}
.main_img img{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mainvisual{
  position: relative;
  width: 92%;
  margin-left: auto;
  margin-right: auto;

}
/*スマホのみの指定*/
@media only screen and (max-width:767px){
  .mainvisual{ 
    margin-top: 4.6em;
  }

  .main_txt{
    position: absolute;
    top: 30px;
    left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      width: 88%;
      text-align: center;
  }
  
  .main_txt01{
    background-color: #3FC4BF;
    color: #fff;
    padding: 0 10px;
  }
  .main_txt02{
    line-height: 1.6;
    margin-top: 10px;
  }
}
/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .mainvisual{
    margin-top: 5em;
    width: 94%;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
  }

  .main_img{
    width: 48%;
  }
  .main_img p{
    width: 100%;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .main_txt{
    margin-right: 60px;
  }
  .main_txt01{
    font-size: 2em;
  }
  .main_txt02{
    font-size: 1.2em;
  }
}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1100px){
  .mainvisual{
    margin-top: 6rem;
  }
  .main_img{
    width: 50%;
  }
  .main_txt{
    margin-right: 80px;
  }
  .main_txt01{
    font-size: 3em;
  }
  .main_txt02{
    font-size: 1.5em;
  }

}

/*-----------------------------
スクロールダウン
-----------------------------*/
/*スクロールダウン全体の場所*/
.scrolldown2{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
bottom:10px;
left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
  /*描画位置*/
position: absolute;
left:10px;
bottom:10px;
  /*テキストの形状*/
color: #eee;
font-size: 0.7rem;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom:0;
  left:-4px;
  /*丸の形状*/
width:10px;
height:10px;
border-radius: 50%;
background:#eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{bottom:45px;}
   100%{bottom:-5px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
    0%{opacity:0}
   50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}

/* 線の描写 */
.scrolldown2:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
left:0;
  /*線の形状*/
width:2px;
height: 50px;
background:#eee;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .scrolldown2{
    left: 5%;
  }
  .scrolldown2 span{
    color: #3FC4BF;
  }
  
  .scrolldown2:before,.scrolldown2:after{
    background:#3FC4BF;
    }
}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1100px){
  .scrolldown2{
    left: 8%;
  }
}
/*-----------------------------
共通
-----------------------------*/
/*リンクずれるのを防ぐ*/
.anchor{
  padding-top: 80px;
  margin-top: -80px;
}

/*リンク　青*/
.link{
  color: #189BE4;
  text-decoration: underline;
}
.link:hover{
  opacity: 0.7;
}

/*リンク　薄く*/
.link_hover:hover{
  opacity: 0.7;
	transition: all 0.3s;
}

/*h2タイトル*/
.h2_ttl{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 6.4vw;
}
.h2_ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3FC4BF;
  border-radius: 2px;
}



/*ボタン1*/
.btn_01{
  color: #3FC4BF;
  border: 1px solid #3FC4BF;
  border-radius: 20px;
  padding: 10px 20px;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}
.btn_01 svg{
  stroke: #3FC4BF;
}
.btn_01:hover{
  color: #fff;
  background-color: #3FC4BF;
}
.btn_01:hover svg{
  stroke: #fff;
}

.btn_01 p:first-child {
	/*padding-right: 0.5rem;*/
	width: 16rem;
	text-align: center;
}

/*ボタン2*/
.btn_02{
  color: #3FC4BF;
  border: 1px solid #3FC4BF;
  border-radius: 20px;
  padding: 10px 20px;
  /*width: 4rem;
  margin-right: auto;
  margin-left: auto;*/
}
.btn_02 svg{
  stroke: #3FC4BF;
}
.btn_02:hover{
  color: #fff;
  background-color: #3FC4BF;
}
.btn_02:hover svg{
  stroke: #fff;
}

.btn_02 p:first-child {
	/*padding-right: 0.5rem;*/
	width: 6rem;
	text-align: center;
}

/*pageタイトル*/
.page_ttl{
  margin-top: 120px;
  margin-bottom: 60px;
  line-height: 1.4;
}

/*h3タイトル*/
.h3_ttl {
  position: relative;
  margin: 0 auto 20px;
}
.h3_ttl span {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.h3_ttl span::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 2px;
  background-color: #3FC4BF;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
 .btn_01{
  padding: 10px 30px;
  margin-left: 0;
 }

 .h2_ttl{
  font-size: 30px;
 }
}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1080px){
/*pageタイトル*/
.page_ttl{
  margin-bottom: 90px;
}

}


/*-----------------------------
トップ 漆芸とは
-----------------------------*/
.top_about{
  gap: 10px;
}

.h3_top{
  border-bottom: 2px solid #3FC4BF;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

.top_banner01,.top_banner02{
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.16);
  gap: 20px;
}
.top_banner01 .btn_01,.top_banner02 .btn_01{
  width: 180px;
  margin-bottom: 20px;
}
.top_banner02_btn{
  gap: 10px;
}

/*教室紹介ボタン*/
.top_classbtn{
  color: #3FC4BF;
  border: 1px solid #3FC4BF;
  border-radius: 20px;
  padding: 10px 20px;
	width: 50%;
}
.top_classbtn svg{
  stroke: #3FC4BF;
}
.top_classbtn:hover{
  color: #fff;
  background-color: #3FC4BF;
}
.top_classbtn:hover svg{
  stroke: #fff;
}


/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .top_about{
    gap: 20px;
  }
  .top_about p{
    width: 180px;
    height: auto;
  }
  .top_banner01,.top_banner02{
    padding: 30px 40px;
    justify-content: space-between;
    align-items: center;
  }
  .top_banner01{
    flex-flow: row-reverse;
  }
  .top_banner01 img,.top_banner02 img{
    width: 90%;
    height: auto;
  }
  .top_banner02 .btn_01{
    padding: 10px 15px;
  }
  .top_banner02_btn a{
    width: 50%;
  }
}

/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  .top_banner01,.top_banner02{
    padding: 30px 60px;
  }
  .top_banner01 img,.top_banner02 img{
    width: 95%;
  }
  .top_banner02_btn{
    gap: 20px;
  }
}

/*-----------------------------
トップ お知らせ
-----------------------------*/
.top_news .top_news_content {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);	
}
.top_news .news_item {
    display: grid;
    grid-template-columns: 100px 160px 1fr;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    padding: 12px 24px;
    border-bottom: 1px solid rgb(215 215 215);
}
.top_news .news_item:last-child {
    border-bottom: none;	
}

.top_news .news_date {
  margin: 0;
}

.top_news .news_category_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.top_news .news_category {
  font-size: 12px;
  padding: 0 4px;
}

.top_news .news_category.category-news {
  background-color: #179ea4;
  color: #fff;
}
.top_news .news_category.category-event {
  background-color: #e69854;
  color: #fff;
}

.top_news .news_title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
    line-height: 1.6;
}
.top_news .news_title a {
    color: #707070;
}
.top_news .btn_01 {
    width: 220px;
    margin-left: auto;
}

@media (max-width: 1079.98px) {
	.top_news .news_item {
        display: flex;
        flex-wrap: wrap;
    	gap: 4px;
	}
	.top_news .news_title {
		width: 100%;
	}
	.top_news .news_date {
		margin-right: 1rem;
	}
}
@media (max-width: 767.98px) {
}


/*-----------------------------
トップ 漆芸技法の紹介
-----------------------------*/
.tech_box{
  background-color: #fff;
  padding: 30px;
}
.tech_wrap{
  box-shadow: 0 2px 5px rgba(0,0,0,0.16);
}
.tech_txt{
  margin-bottom: 30px;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .tech_txt{
    height: 130px;
    margin-bottom: 0;
  }
  .tech_wrap .btn_01{
    margin-left: auto;
  }

}
/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){


}

/*-----------------------------
トップ＆下層ページ共通
作品紹介
-----------------------------*/
.gallery_wrap {
        flex: 1 1 100%; /* スマホでは1列表示 */
    }

.top_gallery_img {
    width: 100%;
    background-color: #fff; /* 余白の背景を白に設定 */
    position: relative;
}

.top_gallery_img img {
	aspect-ratio: 4 / 3; /* 画像の縦横比を「横4 : 縦3」に固定 */
    width: 600px;
    height: auto;
    object-fit: contain; /* 縦横比を保ちながら画像を親要素にフィットさせる */
    display: block;
    background-color: #fff; /* 画像の周囲に余白ができた場合、背景を白にする */
}

.gallery_btn .btn_01{
	width: 220px;
	margin-left: auto;
}


/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
	.gallery_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
	
	
.gallery_wrap {
    flex: 1 1 calc(33.3333% - 20px); /* 3列レイアウト */
    box-sizing: border-box;
}
	
	.gallery_wrap.dummy {
    visibility: hidden; /* ダミー要素を見えなくする */
    flex: 1 1 calc(33.3333% - 20px); /* ダミー要素も同じ幅にする */
}
}

/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){

}

/*-----------------------------
トップ ごあいさつ
-----------------------------*/
.top_greeting_img {
	display: block;
}
.top_greeting_img img {
	display: block;
	object-fit: contain;
	margin: 0 auto 10px;
}
.top_greeting_img p {
	text-align: center;
    line-height: 1.5;
}
.top_overview .table_ttl {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.05em;
	color: #3FC4BF;
}
.top_overview table {
    width: 100%;
    border-top: 1px solid #cccccc;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    border-collapse: collapse;
}
.top_overview table tr {
    border-bottom: 1px solid #cccccc;
}
.top_overview table th {
    font-weight: 400;
    padding: 13px 0;
    width: 25%;
    vertical-align: top;
}
.top_overview table td {
    padding: 13px 0;
    width: 75%;
}

	@media (max-width: 767.98px) {
		.top_greeting_img img {
			width: 80%;
		}
		.top_overview .table_ttl {
				margin-bottom: 16px;
				font-weight: 400;
				font-size: 1rem;
				line-height: 1;
				letter-spacing: 0.05em;
		}
		.top_overview table {
			font-weight: 400;
			font-size: 0.9rem;
			line-height: 1.6;
			letter-spacing: 0.02em;
		}
		.top_overview table th {;
			padding: 8px 0;
		}
		.top_overview table td {
			padding: 8px 0;
		}
	}

/*-----------------------------
トップ お問い合わせ
-----------------------------*/
.top_contact{
  background: url(img/bg02.jpg);
  padding: 20px 0;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .top_contactimg{
    width: 50%;
    height: auto;
    }

    .top_contact{
      padding: 40px 0;
    }

    .top_contact .btn_01{
      width: 200px;
      margin-top: 40px;
    }
}

/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  .top_contact{
    padding: 80px 0;
  }
}


/*-----------------------------
バナー共通
-----------------------------*/
  .banner_inner{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }


/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  .banner_inner{
    width: 90%;
    gap: 20px;
  }
}
/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1420px){
	.banner_inner{
    width: 85%;
  }
	
}


/*-----------------------------
蒔絵
-----------------------------*/
.makie_ttl{
	border-bottom: 1px solid #3FC4BF;
}

.makie_tech{
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16);
}

.makie_img{
	margin-bottom: 20px;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
	.makie_img{
		width: 40%;
		margin-bottom:0;
	}
	.makie_txt{
		width: 60%;
	}
	.makie_ttl{
		line-height: 1.1;
		padding-bottom: 10px;
	}
}

/*-----------------------------
教室紹介
-----------------------------*/
.class_btn01{
  display: inline-block;
  border: 1px solid #707070;
  background-color: #fff;
  width: 120px;
  padding: 10px;
  border-radius: 10px;
}
.class_btn01:hover{
  background-color: #3FC4BF;
  color: #fff;
}
.class_flex{
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}


.class_anchor div{
  background-color: #fff;
  border: 1px solid #707070;
  padding: 10px;
  border-radius: 10px;
}
.class_anchor div svg{
  stroke: #707070;
}
  .class_anchor_wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5%;
  }

.class_anchor{
  width: 150px;
  margin-bottom: 10px;
}


/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-area section {
  background-color: #fff;
}

/*アコーディオンタイトル*/
.class_ttl {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 5% 50px 5% 4%;
  transition: all .5s ease;
  line-height: 1.5;
  font-weight: bold;
  align-items: flex-start;
  background-color: #3FC4BF;
}
.class_ttl p:first-child,.faq_box p:first-child{margin-right: 10px;}

/*アイコンの＋と×*/
.class_ttl::before,
.class_ttl::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}



/*アコーディオンで現れるエリア*/
.class_table {
  display: none;/*はじめは非表示*/
  border-bottom: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  padding: 10px;
  width: 100%;
}
.class_table tr th,.class_table tr td{
  padding: 5px 7px;
  border-bottom: 1px solid #a5a5a5;
}
.class_table tr th,.class_table tr td:first-child{
  padding-top: 10px;
}
.class_table tr:last-child,.class_table tr td:last-child{
  padding-bottom: 10px;
}
.class_table th{
  width: 100px;
  border-right: 1px solid #707070;
}




.home_btn{
  background-color: #B5C63E;
  border-radius: 15px;
  padding: 10px 30px;
}
.home_btn:hover{
  opacity: 0.7;
}



/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .class_anchor_wrap{
    flex-wrap: nowrap;
  }

  .class_ttl{
    padding: 15px;
  }
  .class_table th{
    width: 150px;
  }
}

/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  .class_anchor div:hover{
    background-color: #3FC4BF;
    color: #fff;
  }
  .class_anchor div:hover svg{
    stroke: #fff;
  }
}


/*-----------------------------
仕事につなげたい方
-----------------------------*/
.working_ul li{
  list-style-position: inside;
}

.contact_bg{
  background: url(img/bg02.jpg);
  padding: 40px 0;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .contact_bg .btn_01{
    width: 200px;
    margin: 0 auto;
  }

}


/*-----------------------------
footer
-----------------------------*/
footer{
  background-color: #3FC4BF;
  padding-top: 30px;
}

.footer_inner{
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){

}

/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  .footer_inner{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  footer{
    padding-bottom: 0;
  }
}

/*-----------------------------
totopボタン
-----------------------------*/
/*リンクの形状*/

#page-top a:hover{ opacity: 0.7;}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 99;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
#page-top img{
	width: 40px;
	height: auto;
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(140px);
  }
}

/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  #page-top {
    bottom:10px;
  }
 #page-top img{
	width: 50px;
 }
}

/*-----------------------------
画面遷移フェード
-----------------------------*/
/*ページを読み込み時にふわっと*/
body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*-----------------------------
fadein
-----------------------------*/
  .fadein_right{
    opacity : 0;
    transform: translateX(20px);
    transition: all 0.4s;
    }
  
  .fadein_left{
    opacity : 0;
    transform: translateX(-20px);
    transition: all 0.4s;
    }
  
  .fadein_top{
    opacity : 0;
    transform: translateY(30px);
    transition: all 0.6s;
    }


    
/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }
  
/*-----------------------------
順番に表示
-----------------------------*/
/*スタート時は要素自体を透過0にするためのopacity:0;を指定する*/
.box{ opacity: 0;}

.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }


/*-----------------------------
お知らせ一覧
-----------------------------*/
.news_contents {
    padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: solid 2px rgb(63, 196, 191);
	scroll-margin-top: 100px;
}
.news_contents .news_data {
	display: flex;
	align-items: center;
    margin-bottom: 1rem;
}
.news_contents .news_date {
	margin-right: 16px;
}
.news_contents .news_category {
	font-size: 12px;
	margin-right: 8px;
    padding: 0 4px;
}
.news_contents .news_category.category-news {
  background-color: #179ea4;
  color: #fff;
}
.news_contents .news_category.category-event {
  background-color: #e69854;
  color: #fff;
}
.news_contents h3 {
    font-weight: 500;
    font-size: 22px;
	margin-bottom: 1rem;
    line-height: 1.4;
}
.news_contents p {
	line-height: 1.6;
}
.news_contents p a {
	color: #3FC4BF;
}
.news_contents .news_img {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 1rem;
}
.news_contents .news_img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.pagination {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination .prev,  .pagination .next {
	
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 20px;
    padding: 16px 18px;
    color: #3FC4BF;
    border-radius: 3px;
    border: #3FC4BF solid 1px;
    background: #fff;
    line-height: 1rem;
}
.pagination .current {
    padding: 16px 18px;
    background: #3FC4BF;
    color: #fff;
    line-height: 1rem;
}

/*お知らせ投稿本文のブロックの間隔*/
.news_body h1, .news_body h2, .news_body h3, .news_body h4, .news_body h5, .news_body h6, .news_body p, .news_body figure {
	margin-bottom: 1rem;
}

/*-----------------------------
お問い合わせ
-----------------------------*/
.table_contact {
	width: 100%;
  margin-bottom: 40px;
}
.table_contact tbody {
	display: block;
    background-color: #fff;
    padding: 30px 60px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.table_contact tr {
	display: flex;
    padding: 12px 0;
  	font-weight: 400;
    align-items: flex-start;
	gap: 12px;
}
.form_ttl {
	width: 32%;
  	font-weight: 400;
	text-align: left;
}
.table_contact p {
	font-size: 1rem;
	font-weight: 500;
    line-height: 1.4;
}
.form_input {
	width: 68%;
}
.form_input input, .form_input select{
	padding: 16px 24px;
	background-color: rgba(0, 51, 102, 0.05);
	border: none;
	transition: border-color .4s;
}
.form_input input[type="checkbox"]{
	padding: 8px;
}
.form_input textarea {
	background-color: rgba(0, 51, 102, 0.05);
	transition: border-color .4s;
	border: none;
	resize: vertical; 
}

.wpcf7-form-control:active, .wpcf7-form-control:focus {
}
.wpcf7-list-item {
    margin: 16px 0 16px 24px !important;
}
.wpcf7-list-item-label {
	font-size: 18px;
}

.form_attachment {
	display: block;
	padding: 0.3rem 0.5rem;
	margin-bottom: 1.5rem;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, select{
	font-family: 'Noto Sans JP', sans-serif;
	outline: none;
	font-size: 14px;
	overflow: hidden;
	padding: 16px 24px;
	width: 100%;
	box-sizing: border-box;
}

.required {
  	position: relative;
    font-size: 1rem;
    margin-left: 4px;
  	color: #3FC4BF;
}

.form_privacy-policy {
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
.form_privacy-policy a  {
  line-height: 1;
  text-decoration: underline;
}
.form_privacy-policy a svg {
	margin: 0 4px;
}
.form_privacy-policy > p {
	font-size: 1rem;
	font-weight: 500;
}

input[type="checkbox" i] {
	margin-bottom: 5px;
}

.form_submit {
	margin-bottom: 24px;
	text-align: center;
}
input[type='submit'] {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    width: 85%;
    max-width: 320px;
    padding: 1.1rem 4rem;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #3FC4BF;
    position: relative;
	cursor: pointer;
    transition: 0.3s ease-in-out;
}
input[type='submit']:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

.wpcf7-spinner {
	display: none !important;
}

@media (max-width: 1079.98px) {
	.table_contact tbody {
        padding: 30px 30px 26px;
	}
	input[type="text"], input[type="email"], input[type="tel"], textarea, select {
		padding: 16px 18px;
	}
	.form_input input, .form_input select {
		padding: 16px 18px;
	}
}
@media (max-width: 767.98px) {
	.table_contact tr {
		flex-wrap: wrap;
	}
	.form_ttl {
		width: 100%;
		margin-bottom: 8px;
	}
	.form_input {
		width: 100%;
	}
    .table_contact tbody {
        padding: 30px 20px 26px;
    }
}

/* 送信NG時 */
.wpcf7-not-valid-tip {
	color: #E70618;
}
.screen-reader-response ul{
	display: none;
}
.screen-reader-response p {
	padding: 0 1rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1rem;
    border-radius: 10px;
	background-color: #F2F5F9;
}
.wpcf7-response-output {
	display: none;
}

/*reCAPCHAバッジを消す*/
.grecaptcha-badge { visibility: hidden; }