@charset "UTF-8";
/* CSS Document */
#educator {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 170px 10px 0;
	box-sizing: border-box;
	margin-bottom: 120px;
}

/*ページタイトル-----------*/
#educator .title {
	margin-bottom: 120px;
}
#educator .title h2 {
	font-size: 50px;
	letter-spacing: 6px;
	text-align: center;
	color: #232323;
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
	margin-bottom: 15px;
}
#educator .title p {
	font-size: 14px;
	color: #1c1e26;
	text-align: center;
	letter-spacing: 6px;
}

/*見出し-----------------*/
#educator .midashi {
	text-align: center;
	font-size: 28px;
	letter-spacing: 6px;
	color: #1c1e26;
	margin-bottom: 40px;
	font-weight: normal;
}
#educator .kokunai {
	margin-bottom: 100px;
}



/*アコーディオン------------------------------------------------*/
#educator .displayNone {
	display: none;
}
#educator .box_shop_flame h3 {
	font-size: 18px;
	color: #1c1e26;
	border-bottom: solid 1px rgba(189,184,177,0.3);
	letter-spacing: 4px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}

/*ボタン-------------------*/
#educator .accordion_text {
	position: relative;
}
#educator .accordion_text .switch {
	display: block;
	background: rgba(189,184,177,0.3);
	color: #1c1e26;
	font-size: 20px;
	letter-spacing: 4px;
	padding: 17px 30px;
	margin-bottom: 20px;
	cursor: pointer;
}

/*アコーディオン内ボタン*/
#educator ul.prefecture{
	letter-spacing: -.40em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: -2%;

}
#educator ul.prefecture li{
	width: 18%;
	margin-right: 2%;
	margin-bottom: 8px;
	display: inline-block;
	letter-spacing: normal;
	border: solid 1px #bab5ae;
	box-sizing: border-box;
}
#educator ul.prefecture li a{
	display: block;
	text-align: center;
	width: 100%;
	padding: 12px 0;
	color: #1c1e26;
	letter-spacing: 2px;
}
#educator ul.prefecture li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*+-アイコン*/
#educator .accordion_icon,
#educator .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#educator .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 21px;
	z-index: 1;
}
#educator .accordion_icon span {
	position: absolute;
	top: 0;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #000;
}
#educator .accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
#educator .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#educator .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
#educator .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/*アコーディオン中身*/
#educator .box_shop_x1{
	border-bottom: solid 1px rgba(189,184,177,0.3);
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-left: 30px;
	margin-right: 30px;
	display: flex;
	padding-top: 20px;
}
#educator .box_shop_x1 figure {
	width: 35%;
	text-align: center;
	margin: 0 auto;
}
#educator .box_shop_x1 figure img {
	width: 180px;
}
#educator .box_shop_x1 .txt_box {
	width: 75%;
}
#educator .box_shop_x1 .txt_box h4 {
	font-size: 18px;
	color: #1c1e26;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
#educator .box_shop_x1 .txt_box h4 span {
	font-size: 12px;
	letter-spacing: 4px;
	color: #232323;
	padding-left: 15px;
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
}
#educator .box_shop_x1 .txt_box .shop_box {
	margin-bottom: 20px;
}
#educator .box_shop_x1 .txt_box h5 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	display: inline-block;
	color: #1c1e26;
	letter-spacing: 2px;
}
#educator .box_shop_x1 .txt_box h5 span {
	font-size: 12px;
	font-weight: normal;
	color: #777;
	padding-left: 10px;
}
#educator .box_shop_x1 .txt_box .sns_links {
	display: inline-block;
	margin-left: 10px;
}
#educator .box_shop_x1 .txt_box .sns_links li {
	display: inline-block;
	width: 16px;
	padding: 0 5px;
}
#educator .box_shop_x1 .txt_box .sns_links li img {
	width: 100%;
	vertical-align: middle;
}
#educator .box_shop_x1 .txt_box .address {
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 2px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#educator .box_shop_x1 .txt_box .address a {
	color: #1c1e26;
}
#educator .box_shop_x1 .txt_box .address .add_txt {
	line-height: 1.8;
}
#educator .box_shop_x1 .txt_box .address .map {
	padding-right: 10px;
	padding-top: 5px;
	line-height: 1.8;
	width: 16px;
}
#educator .box_shop_x1 .txt_box .address .map img {
	vertical-align: middle;
	height: 16px;
}
#educator .box_shop_x1 .txt_box .tel_txt {
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 2px;
}
#educator .box_shop_x1 .txt_box .tel_txt span {
	padding-right: 8px;
	display: inline-block;
	padding-top: 2px;
	width: 10px;
}
#educator .box_shop_x1 .txt_box .tel_txt span img {
	height: 14px;
	vertical-align: middle;
}
#educator .box_shop_x1 .txt_box .china_from {
	font-size: 14px;
}
#educator .box_shop_x1 .txt_box .mobile_txt {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
#educator .box_shop_x1 .txt_box .mobile_txt span {
	padding-right: 8px;
}
#educator .box_shop_x1 .txt_box .mobile_txt span img {
	height: 18px;
	vertical-align: middle;
}
#educator .box_shop_x1 .txt_box .sns_txt {
	margin-bottom: 10px;
	font-size: 14px;
}





/*タブレット以下---------------------------------------------------*/
@media screen and (max-width: 1080px) {
	#educator {
		padding-top: 110px;
	}
	#educator .title {
		margin-bottom: 80px;
	}
}



/*スマホ以下------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#educator .title {
		margin-bottom: 50px;
	}
	#educator .title h2 {
		font-size: 28px;
	}
	#educator .title p {
		font-size: 10px;
		letter-spacing: 4px;
	}
	#educator .midashi {
		font-size: 24px;
	}
	#educator .accordion_text .switch {
		font-size: 16px;
		padding: 15px 20px;
	}
	#educator .accordion_icon {
		top: 18px;
	}
	ul.prefecture {
		padding-top: 0;
	}
	ul.prefecture li {
		width: 23%;
		font-size: 14px;
	}
	#educator .box_shop_x1 {
		flex-wrap: wrap;
		padding-bottom: 30px;
		margin-bottom: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#educator .box_shop_x1 figure {
		width: 100%;
		margin-bottom: 20px;
	}
	#educator .box_shop_x1 .txt_box {
		width: 100%;
	}
	#educator .box_shop_flame h3 {
		padding: 10px;
	}
	#educator .box_shop_x1 .txt_box h5 {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#educator .box_shop_x1 .txt_box h5 span {
		display: block;
		font-size: 10px;
		padding: 0;
	}
	#educator .box_shop_x1 .txt_box .sns_links {
		margin-left: 0;
		display: block;
		margin-bottom: 20px;
	}
	#educator .box_shop_x1 .txt_box .address p {
		line-height: 1.5;
	}
}



/* TOP EDUCATOR
----------------------------------------------------------------*/
#top_educator {
	width: 100%;
	margin: 0 auto;
	padding: 170px 0 0;
	box-sizing: border-box;
	margin-bottom: 60px;
  letter-spacing: 0.15em;
}
#top_educator .title {
	margin-bottom: 120px;
  padding: 0 10px
}
#top_educator .title h2 {
	font-size: 50px;
	letter-spacing: 6px;
	text-align: center;
	color: #232323;
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
	margin-bottom: 15px;
}
#top_educator .title p {
	font-size: 14px;
	color: #1c1e26;
	text-align: center;
	letter-spacing: 6px;
}
#top_educator .wrapper {
  display: flex;
  width: 100%;
  overflow: scroll;
}
#top_educator .articles {
  display: flex;
  justify-content: flex-start;
  gap: 0 6vw;
  padding: 0 0 36px 36px;
  flex-shrink: 0;
}
#top_educator .articles article {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(2, auto) 1fr;
  width: fit-content;
  position: relative;
  overflow: visible;
}
#top_educator .articles article:last-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 36px;
  height: 1px;
}
#top_educator .articles article .img_box {
  aspect-ratio: 268 / 304;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 268px;
  height: auto;
  margin: 0 auto;
}
#top_educator .articles article .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top_educator .articles article .name_box {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  width: 100%;
  margin-top: 18px;
}
#top_educator .articles article .name_box .name {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  width: 100%;
  margin-top: 16px;
}
#top_educator .articles article .name_box .name .jp_txt {
  font-size: 22px;
}
#top_educator .articles article .name_box .name .en_txt {
  font-size: 14px;
	font-family: acumin-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}
#top_educator .articles article .name_box .area {
  width: fit-content;
  margin: 18px auto 0;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1;
  border: #707070 solid 1px;
}

#top_educator .articles article .salon_box {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  display: flex;
  gap: 0 36px;
  margin-top: 20px;
  padding-top: 24px;
  border-top: #707070 solid 1px;
}
#top_educator .articles article .salon_box .salon {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(3, auto) 1fr;
  width: 100%;
}
#top_educator .articles article .salon_box:has(> :nth-of-type(2)) .salon {
  width: fit-content;
}

#top_educator .articles article .salon_box .salon .salonName {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
  width: fit-content;
  margin: 0 auto;
}
#top_educator .articles article .salon_box .salon .salonName .def_txt {
  font-size: 20px;
}
#top_educator .articles article .salon_box .salon .salonName .kana_txt {
  font-size: 12px;
  font-weight: 300;
}
#top_educator .articles article .sns_box {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  margin-top: 26px;
}
#top_educator .articles article .sns_box li {
  width: 24px;
  height: 24px;
}
#top_educator .articles article .sns_box li a {
  display: block;
  width: 100%;
  height: 100%;
}
#top_educator .articles article .sns_box li a img {
  display: block;
  width: 100%;
  height: 100%;
}
#top_educator .articles article .address_box {
  margin-top: 24px;
}
#top_educator .articles article .address_box a {
  display: flex;
  gap: 0 8px;
}
#top_educator .articles article .address_box a .icon {
  width: 14px;
  flex-shrink: 0;
}
#top_educator .articles article .address_box a .icon img {
  display: block;
  width: 100%;
}
#top_educator .articles article .address_box a .address {
  font-size: 14px;
  line-height: 1.8;
}
#top_educator .articles article .tel_box {
  margin-top: 12px;
}
#top_educator .articles article .tel_box a {
  display: flex;
  gap: 0 8px;
}
#top_educator .articles article .tel_box a .icon {
  width: 14px;
  flex-shrink: 0;
}
#top_educator .articles article .tel_box a .icon img {
  display: block;
  width: 100%;
}
#top_educator .articles article .tel_box a .tel {
  font-size: 14px;
}
#top_educator .articles article .address_box a,
#top_educator .articles article .tel_box a {
  color: #707070;
}

/*タブレット以下---------------------------------------------------*/
@media screen and (max-width: 1080px) {
	#top_educator {
		padding-top: 110px;
	}
	#top_educator .title {
		margin-bottom: 80px;
	}
  #top_educator .articles article .img_box {
    width: 240px;
  }
  #top_educator .articles article .name_box .name .jp_txt {
    font-size: 20px;
  }
  #top_educator .articles article .name_box .name .en_txt {
    font-size: 14px;
  }
  #top_educator .articles article .name_box .area {
    font-size: 12px;
  }
  #top_educator .articles article .salon_box .salon .salonName .def_txt {
    font-size: 18px;
  }
  #top_educator .articles article .salon_box .salon .salonName .kana_txt {
    font-size: 12px;
  }
  #top_educator .articles article .address_box a .address {
    font-size: 14px;
    line-height: 1.8;
  }
  #top_educator .articles article .tel_box a .tel {
    font-size: 14px;
  }
  
  
}



/*スマホ以下------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #top_educator {
    margin-bottom: 40px;
  }
  #top_educator .title {
    margin-bottom: 60px;
  }
  #top_educator .title h2 {
    font-size: 28px;
  }
  #top_educator .title p {
    font-size: 10px;
    letter-spacing: 4px;
  }
  #top_educator .articles {
    gap: 0 10vw;
    padding: 0 0 24px 12px;
    flex-shrink: 0;
  }
  #top_educator .articles article:last-of-type::after {
    width: 12px;
  }
  #top_educator .articles article .img_box {
    width: 170px;
  }
  #top_educator .articles article .name_box {
    margin-top: 12px;
  }
  #top_educator .articles article .name_box .name {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
    width: 100%;
    margin-top: 16px;
  }
  #top_educator .articles article .name_box .name .jp_txt {
    font-size: 18px;
  }
  #top_educator .articles article .name_box .name .en_txt {
    font-size: 12px;
  }
  #top_educator .articles article .name_box .area {
    font-size: 10px;
  }

  #top_educator .articles article .salon_box {
    gap: 0 24px;
    margin-top: 16px;
    padding-top: 20px;
  }
  #top_educator .articles article .salon_box .salon .salonName {
    gap: 10px 0;
  }
  #top_educator .articles article .salon_box .salon .salonName .def_txt {
    font-size: 16px;
  }
  #top_educator .articles article .salon_box .salon .salonName .kana_txt {
    font-size: 10px;
  }
  #top_educator .articles article .sns_box {
    gap: 0 18px;
    margin-top: 22px;
  }
  #top_educator .articles article .sns_box li {
    width: 20px;
    height: 20px;
  }
  #top_educator .articles article .address_box {
    margin-top: 24px;
  }
  #top_educator .articles article .address_box a {
    display: flex;
    gap: 0 6px;
  }
  #top_educator .articles article .address_box a .icon {
    width: 12px;
  }
  #top_educator .articles article .address_box a .address {
    font-size: 12px;
  }
  #top_educator .articles article .tel_box {
    margin-top: 10px;
  }
  #top_educator .articles article .tel_box a {
    display: flex;
    gap: 0 6px;
  }
  #top_educator .articles article .tel_box a .icon {
    width: 12px;
    flex-shrink: 0;
  }
  #top_educator .articles article .tel_box a .tel {
    font-size: 12px;
  }

}
