@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Serif+JP:wght@400;500;700&display=swap');


/* Setting-basic
-----------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background: #bdf2eb;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
}
img {
  border: 0;
  vertical-align: middle;
}
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
p {
  margin: 0 0 20px;
  line-height: 1.8;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0 0 20px;
  line-height: 1.4;
  font-weight: 500;
}
h1 {font-size: 3.6rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2.4rem;}
h4 {font-size: 2.1rem;}
h5 {font-size: 1.8rem;}
h6 {font-size: 1.6rem;}

ol,ul {
  list-style: none;
}
a:link,
a:visited {
  color: #55b8ab;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #36867c;
}
.swap {
  transition: all 0.3s ease-in-out;
}
.swap:hover {
  opacity: 0.7;
}

.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 20px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 20px;
}
.liststyle_disc li {
	margin-bottom: 5px;
}

.wrap_400 { width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.wrap_600 { 
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.wrap_960 { 
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

/* width */
.width100 {width: 100%;}
.width90 {width: 90%;}
.width50 {width: 50%;}
.width40 {width: 40%;}
.width30 {width: 30%;}


/* font size */
.text70 {font-size: 70%;}
.text75 {font-size: 75%;}
.text80 {font-size: 80%;}
.text85 {font-size: 85%;}
.text90 {font-size: 90%;}
.text110 {font-size: 110%;}
.text120 {font-size: 120%;}


/* color */
.c_000 {color: #000;}
.c_333 {color: #333;}
.c_555 {color: #555;}
.c_888 {color: #888;}
.c_fff {color: #fff;}
.c_red {color: #f00;}
.c_navy {color: #163a6f;}
.c_blue { color: #0e92e5;}
.c_orange { color: #ee761b;}
.c_purple { color: #672e8e;}
.c_brown { color: #433b07;}
.c_dark_green { color: #2f8f85;}
.c_coral { color: #d67e7e;}
.c_gold { color: #977425;}

/* font style */
.boldstyle {font-weight: 500;}
.normalstyle {font-weight: 400;}
.italicstyle {font-style: italic;}

/* text-align */
.aligncenter {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}

/* Table Module
-----------------------------------------------------------*/
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
  background: #f2f2f2;
}
td,th {
	padding: 10px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
  word-wrap: break-word;
}
thead th,
thead td {
  padding: 5px;
	background: #206c63;
	color: #fff;
  font-size: 1.3rem;
}
tfoot th,
tfoot td {
  padding: 5px 8px ;
	background: #cacaca;
	color: #fff;
  font-size: 1.3rem;
}
.need:before,
.any:before,
.need_e:before,
.any_e:before
 {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.need_e:before {
	content: "required";
	background: #ff6969;
}
.any_e:before {
	content: "optional";
	background: #999;
}
.tbl_caption {
  margin-top: 5px;
  font-size: 90%;
}

.tbl_price {
	margin: 0 0 15px;
}
.tbl_price th,
.tbl_price td {
	text-align: center;
}
.tbl_price tbody th {
	background: #fff;
}
.tbl_price td {
	color: #f00;
	background: #feffd6;
	font-weight: 500;
}
.tbl_price tfoot th {
	background: #a2a2a2;
	color: #fff; 
	text-align: left;
	font-weight: 500;	
}



/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	padding: 15px;
	border-radius: 5px;
	background: #f2f2f2;
  border: 1px solid #ddd;
  color: #111;
}
select {
	padding: 15px 25px 15px 15px;
	border-radius: 5px;
	background: #f2f2f2 url(../images/common/icon_arr03.svg) no-repeat 96% center;
	background-size: 8px 12px;
  border: 1px solid #ddd;
	cursor: s-resize;
}
select {
  color: #888;
  font-size: 1.4rem;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.7;
}
label:hover {
	cursor: pointer;
	opacity: 0.7;
}
::placeholder{
  color: #888;
  font-size: 1.4rem;
}
.form_toggle_swich {
	pointer-events : none;
	opacity: .5;
}
.form_toggle_swich.input_active {
	pointer-events: all;
	opacity: 1;
}
.td_2col > div {
  margin-right: 10px;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein {
	opacity: 0;
	transition: 1s;
	transform: translate(0,30px); 
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
}
.effect_fadein2 {
	opacity: 0;
	transition: 1s;
	transform: translate(0,30px); 
}
.effect_def2 {
	opacity: 1.0;
	transform: translate(0,0); 
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	transform: scale(1.1);
}
.js-animated-image2,
.js-animated-image {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  filter: drop-shadow(3px 3px 3px rgb(0,0,0,.25));
}
.js-animated-image2 img,
.js-animated-image img {
  clip-path: inset(0 100% 0 0);
}
.slick-active .js-animated-image2.is-animated,
.js-animated-image.is-animated {
  transform: scaleX(1);
  transition: transform .0s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s;
  animation: clip-to-right .8s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s forwards;
}
.slick-active .js-animated-image2.is-animated img,
.js-animated-image.is-animated img {
  transform: scale(1);
  transition: transform .0s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s;
  animation: clip-to-right .8s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s forwards;
}
@keyframes clip-to-right {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	99% {
		clip-path: inset(0 -2% 0 0);
	}
	to {
		clip-path: unset;
	}
}


/* layout_common
-----------------------------------------------------------*/
.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.sp_only {
  display: none;
}

/* drawer */
.area_drawermenu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  overflow: auto;
}
.area_drawermenu.active {
  visibility: visible;
  opacity: 1;
}
.menu_list {
  overflow-y: scroll;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 20%;
  transition: 0.3s;
  background: #63bdb1;
}
.active .menu_list {
  top: 0px;
  transition: 0.3s;
}
.header_menubtn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 900;
  width: 70px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 0 15px 0 0;
}
.header_menubtn:hover {
  background: #e3f7f4;
}
.header_menubtn.active {
  background: rgba(0, 0, 0, 0);;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all 0.4s;
}
.menu_trigger {
  position: relative;
  width: 35px;
  height: 14px;
  top: 10px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #977425;
}
.header_menubtn p {
	margin: 5px 0 0;
	color: #977425;
	font-size: 1.3rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_menubtn.active p {
	opacity: 0;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 6px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.active .menu_trigger span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  background-color: #fff;
}
.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  background-color: #fff;
}

.list_drawermenu {
  justify-content: space-between;
  margin: 0 0 30px;
}
.list_drawermenu li {
  width: 49%;
}
.list_drawermenu li a {
	position: relative;
	display: block;
	padding: 5px 15px;
	color: #fff;
	font-size: 2.5rem;
	border-bottom: 1px solid #97dfd4;
	text-decoration: none;
}
.list_drawermenu li a::after {
	content: '\f054';
  position: absolute;
	right: 10px;
	top: 50%;
  margin-top: -10px;
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
.list_drawermenu li a:hover {
	background: #5ab4a8;
}
.list_drawermenu li a:hover::after {
	right: 6px;
}

.list_drawermenu_sns {
  justify-content: center;
  margin: 50px 0 80px;
  width: 100;
}
.list_drawermenu_sns li {
  text-align: center;
  width: 50px;
  font-size: 2.5rem;
}
.list_drawermenu_sns li a {
  color: #fff;
}
.list_drawermenu_sns li a:hover {
  opacity: .7;
}
.list_drawermenu_btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.list_drawermenu_btn > li {
  width: 49%;
  margin: 0 0 10px;
}
.list_drawermenu_btn a.btn_cmp,
.list_drawermenu_btn a.btn_web {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px 5px;
  border-radius: 10px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.list_drawermenu_btn a.btn_cmp {
  background: #ff5e00;
}
.list_drawermenu_btn a.btn_web {
  background: #ba9c4f;
}
.menu_list_logo {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 40px;
}


/* header */
.area_header {
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  z-index: 3;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.2);
}
.area_header_wrap {
  display: flex;
  justify-content: center;
  width: 96%;
  margin: 0 auto;
}
.header_logo {
  width: 270px;
  height: 60px;
  padding-top: 16px;
}
.header_name {
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 1.3rem;
  color: #977425;
  line-height: 1.4;
  font-weight: normal;
}
.header_langbtn {
  position: absolute;
  right: 100px;
  top: 20px;
}
.header_langbtn a {
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.header_langbtn a span {
  padding-right: 18px;
  background: url(../images/common/icon_arr01.svg) no-repeat right 7px;
  background-size: 10px;
}
.global {
  height: 40px;
}
.global_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #63bdb1;
  border-radius: 0 0 15px 15px;
}
.global_list > li > a {
  display: block;
  padding: 7px 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.global_list > li > a:hover {
  background: #40a89a;
}
.global_list > li.drop span.drop_arr {
  padding-right: 15px;
  background: url(../images/common/icon_arr03.svg) no-repeat right 8px;
  background-size: 8px;
}
.drop_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #ddd;
  z-index: 2;
}
.drop_salon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.drop_salon_list > a {
  position: relative;
  flex-basis: 24.25%;
  margin: 0 1% 1% 0;
  background: #fff;
}
.drop_salon_list > a:nth-of-type(4n) {
  margin: 0 0 1% 0;
}
.drop_salon_list > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  transition: all 0.3s ease-in-out;
}
.drop_salon_list > a:hover::after {
  background-color: rgba(22, 58, 111,0.2);
}
.drop_salon_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
	width: 100%;
  height: 100%;
}
.drop_salon_box .pct {
  width: 60px;
  height: 100%;
}
.drop_salon_box .textarea {
  width: calc(100% - 60px);
  padding: 8px 10px;
}
.drop_salon_box .textarea .title {
  margin: 0;
  color: #ff5e00;
  font-weight: 500;
  font-size: 1.7rem;
}
.drop_salon_box .textarea .title span {
  display: block;
  color: #ff5e00;
  font-weight: 400;
  font-size: 1.3rem;
}
.drop_salon_box .textarea .title2 {
  margin: 0;
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
}
.drop_salon_box .textarea .tel {
  margin: 3px 0;
  color: #333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
.drop_salon_box .textarea .tel span {
  font-size: 1.4rem;
}
.drop_salon_box .textarea .cap {
  margin: 3px 0 0;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* 右固定ボタン */
.fixbtn {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 100;
	width: 120px;
	opacity: 0;
	transform: translateY(20px);
	animation: fixbtnFade 1s ease 0.5s forwards;
}
@keyframes fixbtnFade {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fixbtn li + li {
  margin-top: 14px;
}
.fixbtn a {
  display: block;
  transition: transform .2s ease, opacity .2s ease;
}
.fixbtn img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.15));
  transition: filter .2s ease;
}
.fixbtn a:hover {
  transform: translateY(-4px);
  opacity: .9;
}
.fixbtn a:active {
  transform: translateY(0);
  opacity: .8;
}
.fixbtn a:hover img {
  filter: drop-shadow(0 5px 10px rgba(0,0,0,.2));
}
.fixbtn li:first-child img {
  animation: btnGlow 3s ease-in-out infinite;
}
@keyframes btnGlow {
  0%, 70%, 100% {
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.15));
  }
  85% {
    filter: drop-shadow(0 3px 14px rgba(255,180,0,.7));
  }
}

/* footer */
.footer_area1 {
  width: 100%;
  padding: 100px 0;
  background: #f2f2f2;
}
.footer_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_area1_block {
  display: flex;
  flex-flow: row wrap;
	justify-content: space-between;
  color: #000;
}
.footer_area1_block a {
  text-decoration: underline;
}
.footer_box_menu_wrap {
	width: 48%;
}
.footer_box_menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.footer_box_menu {
	justify-content: left;
}
.footer_box_menu_list {
	width: 48%;
}
.footer_box_menu_list_en {
	width: 100%;
}

.footer_box_menu_title {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #aaa;
  font-weight: 500;
}
.footer_box_menu_list li,
.footer_box_menu_list_en li {
	display: block;
  margin-bottom: 10px;
	font-size: 1.5rem;
  line-height: 1.6;
}
.footer_box_menu_list li a,
.footer_box_menu_list_en li a {
	display: block;
  color: #333;
}
.footer_box_menu_list li a:hover,
.footer_box_menu_list_en li a:hover {
  color: #977425;;
}
.list_footerbnr {
	text-align: center;
}
.list_footerbnr li {
	display: inline;
}
.list_footerbnr li a {
	display: inline-block;
	width: 240px;
	padding:10px;
}
.footer_area2 {
  width: 100%;
  padding: 60px 0 30px;
  background: #fff;
}
.footer_area2_block {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
}
.footer_area2_block > div.logo {
  width: 250px;
  margin: 0 auto 60px;
}
.footer_list_sns {
  margin: 0 0 50px;
}
.footer_list_sns li {
  display: inline;
}
.footer_list_sns li a {
  display: inline-block;
  width: 30px;
  font-size: 2.5rem;
  margin: 0 10px;
}
.footer_list_sns li a img {
  width: 100%;
}
.footer_area2_block > div.nav {
  margin: 0 0 50px;
  font-size: 1.4rem;
}
.footer_area2_block > div.nav a {
  color: #000;
  text-decoration: underline;
}
.footer_area2_block > div.copyright {
  font-size: 1.3rem;
}

.footer_parallax {
	position: relative;
	height: 550px;
	overflow: hidden;
}
.footer_parallax img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	transform: translateY(0);
	will-change: transform;
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
}

.fixnav_footer,
.fixnav_footer_recruit {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
  z-index: 3;
}
.fixnav_footer ul,
.fixnav_footer_recruit ul {
	display: table;
	width: 100%;
}
.fixnav_footer ul li,
.fixnav_footer_recruit ul li {
	display: table-cell;
  color: #fff;
	text-align: center;
}
.fixnav_footer ul li:first-child {
	width: 25%;
	background: #ff5e00;	
}
.fixnav_footer ul li:nth-child(2) {
	width: 25%;
	color: #fff;
	background: #769abe;	
}
.fixnav_footer ul li:nth-child(3) {
	width: 25%;
	color: #fff;
	background: #ba9c4f;	
}
.fixnav_footer_recruit ul li:first-child {
	width: 25%;
	background: #ba9c4f;	
}
.fixnav_footer_recruit ul li:nth-child(2) {
	width: 25%;
	color: #fff;
	background: #ff5e00;	
}
.fixnav_footer_recruit ul li:nth-child(3) {
	width: 25%;
	color: #fff;
	background: #769abe;
}
.fixnav_footer_recruit ul li:last-child {
	width: 25%;
	color: #fff;
	background: #00b833;
}
.fixnav_footer ul li a {
	display: block;
	padding: 32px 0 8px;
	font-size: 1.2rem;	
	color: #fff;
}
.fixnav_footer_recruit ul li a {
	display: block;
	padding: 8px 0 8px;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #fff;
}

.fixnav_footer ul li a.cmp {
  background: url(../images/common/icon_star.svg) no-repeat center 10px;
  background-size: 18px 18px;
}
.fixnav_footer ul li a.salon {
  background: url(../images/common/icon_phone.svg) no-repeat center 10px;
  background-size: 12px 18px;
}
.fixnav_footer ul li a.web {
  background: url(../images/common/icon_pc.svg) no-repeat center 10px;
  background-size: 22px 18px;
}

.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  max-width: 400px;
  background-color: #fff;
  max-height: 600px;
  padding: 40px;
}
.js_modalCont {
  overflow-y: scroll;
  max-height: 520px;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}
.js_modalClose:hover {
  opacity: .6;
}

.btn_insta_list a {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 15px 15px 45px;
  background: #fff url(../images/common/icon_insta.svg) no-repeat 15px center;
  background-size: 22px;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
.btn_insta_list a:hover {
  background: #333 url(../images/common/icon_insta2.svg) no-repeat 15px center;
  background-size: 22px;
  border: 1px solid #333;
  color: #fff;
}
.btn_tik_list a {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 15px 15px 45px;
  background: #fff url(../images/common/icon_tik.svg) no-repeat 15px center;
  background-size: 22px;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
.btn_tik_list a:hover {
  background: #333 url(../images/common/icon_tik2.svg) no-repeat 15px center;
  background-size: 22px;
  border: 1px solid #333;
  color: #fff;
}


.img_radius {
	border-radius: 15px;
	display: block;
}

p.read {
  font-size: 2rem;
  line-height: 2;
}
.block_2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.block_2col > div {
  width: 48%;
}
.block_3col,
.block_4col,
.block_4col_menu,
.block_5col_tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.block_3col > div {
  width: 31%;
  margin: 0 3.5% 0 0;
}
.block_3col > div:nth-child(3n) {
  margin: 0;
}
.block_3col_tel > div {
  width: 31%;
  margin: 0 3.5% 1% 0;
}
.block_4col > div,
.block_4col_menu > div {
  width: 23.5%;
  margin: 0 2% 0 0;
}
.block_4col > div:nth-child(4n),
.block_4col_menu > div:nth-child(4n) {
  margin: 0;
}
.block_5col_tel > div {
  width: 18.4%;
  margin: 0 2% 0 0;
}
.block_5col_tel > div:nth-child(5n) {
  margin: 0;
}s

a.btn_base {
  display: inline-block;
  position: relative;
  width: 280px;
  padding: 13px 20px;
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
a.btn_base:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 12px;
	height: 6px;
  background: url(../images/common/icon_arr01.svg) no-repeat;
  background-size: contain;
}
a:hover.btn_base {
  background: #555;
  border: 1px solid #555;
  color: #fff;
}
a:hover.btn_base:after {
	content: '';
  background: url(../images/common/icon_arr02.svg) no-repeat;
  background-size: contain;
}

a.btn1 {
  display: inline-block;
  position: relative;
  width: 280px;
  padding: 13px 20px;
  background: #55b8ab;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  border-radius: 10px;
}
a.btn1:after {
	content: '\f054';
  position: absolute;
	right: 15px;
	top: 50%;
  margin-top: -7px;
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
a:hover.btn1 {
  background: #36867c;
}
a:hover.btn1:after {
	right: 12px;
}

a.btn_cmp {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  background: #977425;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
a.btn_cmp span {
  padding-left: 30px;
  background: url(../images/common/icon_star.svg) no-repeat left 5px;
  background-size: 20px;
}
a.btn_web {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  background: #f06925;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
a.btn_web span {
  padding-left: 30px;
  background: url(../images/common/icon_pc.svg) no-repeat left 8px;
  background-size: 20px;
}
.btn_center {
  text-align: center;
}
a.linkstyle {
  color: #405073;
  text-decoration: underline;
}
a:hover.linkstyle {
  color: #977425;;
}

.pct_caption {
  position: relative;
}
.pct_caption .caption {
	position: absolute;
	text-align: right;
	margin: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 1.2rem;
}
.pct_caption .number {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	background: #333;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.tel_salon_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
	width: 100%;
  height: 100%;
	border: 1px solid #977425;   
}
.tel_salon_box .textarea {
  padding: 5px 10px;
}
.tel_salon_box .textarea .title {
  margin: 0;
  color: #977425;
  font-weight: 500;
  font-size: 1.7rem;
}
.tel_salon_box .textarea .title span {
  display: block;
  color: #977425;
  font-weight: 400;
  font-size: 1.3rem;
}
.tel_salon_box .textarea .tel {
  margin: 0 0 5px;
  color: #333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
.tel_salon_box .textarea .tel span {
  font-size: 1.4rem;
}
.info_box {
	margin-bottom: 40px;
  padding: 40px;
  background: #f2f2f2;
}
.info_box .inner {
	padding: 20px;
  background: rgba(255, 255, 255, .8);
}

.slider_arr {
	position: absolute;
	top: 50%;
	z-index: 1;
}
.arr_prev {
	left: 0;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: url(../images/common/icon_prev.svg) no-repeat center center;
	background-size: 40px 40px;
}
.arr_next {
	right: 0;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: url(../images/common/icon_next.svg) no-repeat center center;
	background-size: 40px 40px;
}


/* layout_index
-----------------------------------------------------------*/

.slider {
	opacity: 0;
	transition: opacity .2s ease;
}
.slider.slick-initialized {
	opacity: 1;
}

.mainimg_wrap {
  position: relative;
  margin-top: 120px;
}
.main_video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.main_catch {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 480px;
  z-index: 2;
  transform: translate(0,-50%);
}
.main_catch .catch1 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
}
.main_catch .catch2 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}
.main_catch .catch3 {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
}
.main_video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.box_sound {
	position: absolute;
	right: 25px;
	top: 20px;
}
.btn_sound {
	display: inline-block;
	width: 120px;
	height: 30px;
	background: url(../images/recruit/sound_off.svg)no-repeat center center;
	background-size: 100%
}
.btn_sound.sound_on {
	display: inline-block;
	width: 120px;
	height: 30px;
	background: url(../images/recruit/sound_on.svg)no-repeat center center;
	background-size: 100%;
}

.top_contents {
  padding: 60px 0;
  border-bottom: 1px solid #f2f2f2;
}
.top_contents2 {
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
}
.top_contents.bg_gray1 {
  background: #fefefe;
}
.top_contents.bg_gray2 {
  background: #f2f2f2;
}
.top_contents.bg_gray3 {
  background: #f8f8f8;
} 
.top_contents.bg_white {
  background: #fff;
}
.top_contents_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.top_contents_title {
	margin: 0 0 40px;
	font-weight: 500;
	font-size: 2.4rem;
	color: #4ea89e;
}
.top_contents_title_main {
	display: flex;
	align-items: center;
	gap: 12px;
}
.top_contents_title_main::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #4ea89e;
}
.top_contents_title_sub {
	display: block;
	font-size: 1.3rem;
	margin-top: 4px;
}
.top_bnr_col2,
.top_bnr_col3,
.top_bnr_col4 {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.top_bnr_col2 > div {
	width: 49%;
}
.top_bnr_col3 > div {
	width: 32%;
}
.top_bnr_col4 > div {
	width: 24%;
}

.top_bnr_col2 > div img,
.top_bnr_col3 > div img, 
.top_bnr_col4 > div img {
	width: 100%;
}
.top_bnr_col2 a {
	color: #977425;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.top_bnr_col2 p {
	font-size: 1.6rem;
	line-height: 1.4em;
}
.top_about_list_wrap {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 80px;
}
.top_about_list_img {
	width: 48%;
}
.top_about_list_img img {
	width: 100%;
}
.top_about_list_text {
	width: 48%;
}
.top_about_list_title2 {
  margin-bottom: 30px;
  color: #977425;
	font-size: 3rem;
	font-weight: 700;
  line-height: 1.6;
}
.top_about_list_title3 {
  margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 500;
}
.top_about_list_title4 {
  margin-bottom: 50px;
  color: #977425;;
	font-size: 3rem;
	font-weight: 500;
  line-height: 1.6;
}
.top_about_list_subtext {
  margin-bottom: 40px;
	font-size: 1.8rem;
	line-height: 2;
}
.top_about_list_effect {
  margin: 0 0 40px;
  counter-reset:list;
  list-style-type:none;
}
.top_about_list_effect li {
  position:relative;
  margin: 0;
  padding: 10px 0 10px 40px;
  font-size: 1.6rem;
  border-bottom: #fff dotted 1px;	
}
.top_about_list_effect li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 11px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #977425;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.top_list_recommend {
  margin: 0 0 40px;
  counter-reset:list;
  list-style-type:none;
}
.top_list_recommend li {
  position:relative;
  margin: 0;
  padding: 10px 0 10px 40px;
  font-size: 1.6rem;
  border-bottom: #fff dotted 1px;	
}
.top_list_recommend li::before {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  top: 11px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #977425;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 25px;
}
.top_features_list > li {
	margin-bottom: 40px;
	justify-content: space-between;
}
.top_features_list>li:last-child {
	margin-bottom: 0;
}
.top_features_list_wrap {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.1);
}
.top_features_list_img {
	width: 55%;
}
.top_features_list_text {
	width: 45%;
  padding: 30px;
}
.top_features_list_title {
  position: relative;
  padding-top: 30px;
}

.top_features_list_title span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  color: #fff;
  background: #977425; 
  text-transform: uppercase;
  padding: 4px 8px 4px;
  border-radius: 2px;
}
.top_features_list_subtext {
	font-size: 1.8rem;
	line-height: 2;
}

.top_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 20px;
}
.top_menu_list > li {
  position: relative;
  flex-basis: 31%;
  margin: 0 3.5% 5% 0;
}
.top_menu_list > li:nth-of-type(3n) {
  flex-basis: 31%;
  margin: 0 0 5% 0;
}
.top_menu_list .pct {
  overflow: hidden;
  margin: 0 0 15px;
}
.top_menu_list .pct img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}
.top_menu_list > li .medal {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  z-index: 1;
}
.top_menu_list > li .medal img {
  width: 100%;
}
.top_menu_list li a:hover .pct img {
	transform: scale(1.1);
  opacity: .5;
}
.top_menu_list .textarea .date {
  margin: 0 0 5px;
  color: #ff5e00;
  font-size: 1.5rem;
}
.top_menu_list .textarea .title {
  margin: 0 0 15px;
  color: #ff5e00;
  font-weight: 500;
  font-size: 2.4rem;
  transition: .5s;
}
.top_menu_list li a:hover .textarea .title {
  color: #977425;;
}
.top_menu_list .categoly_list {
	margin: 0 0 30px;
}
.top_menu_list .categoly_list li {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 3px 5px;
  background: #fff;
  border: 1px solid #977425;;
	border-radius: 5px;
	color: #977425;;
	font-size: 1.3rem;
}

.top_ninka {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  width: 100%;
  padding: 50px;
  background: #fff;
}
.top_ninka > div.textarea {
	width: 80%;
}
.top_ninka > div.pct {
	width: 20%;
}
.top_ninka .title {
  color: #333;
  font-weight: 500;
  font-size: 2.4rem;
}

.top_news_list {
	margin: 0 0 50px;
  border-top: 1px solid #c2c2c2;
}
.top_news_list li {
	position: relative;
}
.top_news_list li a {
	display: table;
	width: 100%;
	margin: 0;
	padding: 20px 30px 20px 10px;
	border-bottom: 1px solid #c2c2c2;
	color: #333;
  font-size: 1.8rem;
}
.top_news_list li a:hover {
	color: #977425;;
  background: #f2f2f2;
}
.top_news_list li a::after {
	content: '\f054';
  position: absolute;
	right: 15px;
	top: 50%;
  margin-top: -7px;
  font-size: 1.1rem;
  color: #a3a3a3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
.top_news_list li a:hover::after {
  right: 12px;
}
.top_news_list li div {
	display: table-cell;
}
.top_news_list li div.date {
	width: 120px;
  color: #977425;;
}
.top_news_list li div.salon {
	width: 150px;
  color: #977425;;
}

.list_tab {
	width: 100%;
	margin: 0 0 40px;
}
.list_tab ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.list_tab ul li {
	width: 49%;
	padding: 15px 0;
	background: #ddd;
	color: #333;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
  transition: all .2s ease-in-out;
}
.list_tab li:last-child {
	border-right: none
}
.list_tab li:hover {
	background: #aaa;
	cursor: pointer;
}
.list_tab li.activetab:hover {
	cursor: default;
}
.list_tab li.activetab {
	position: relative;
	background: #769abe;
  color: #fff;
}
.list_tab li.activetab::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -12px;
	margin-left: -12px;
	border-top: 12px solid #769abe;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}

.top_voice_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}
.top_voice_list > li {
  position: relative;
  z-index: 0;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.1);
}
.top_voice_list > li .new {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 50px;
  height: 50px;
  background: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.top_voice_list .pct {
  overflow: hidden;
  margin: 0 0 15px;
  aspect-ratio: 4 / 3;
}
.top_voice_list .pct img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.top_voice_list li a:hover .pct img {
	transform: scale(1.1);
  opacity: .5;
}
.top_voice_list .textarea .title {
  margin: 0 0 15px;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: .5s;
}
.top_voice_list .textarea .read {
  margin: 0 0 8px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: .5s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top_voice_list .textarea .more {
  margin: 0;
  text-align: right;
  font-size: 1.5rem;
}
.top_voice_list li a:hover .textarea .title,
.top_voice_list li a:hover .textarea .read {
  color: #977425;;
}

.top_blog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 20px;
}
.top_blog_list > li {
  flex-basis: 23.5%;
  position: relative;
  margin: 0 2% 3% 0;
}
.top_blog_list > li:nth-of-type(4n) {
  flex-basis: 23.5%;
  margin: 0 0 3% 0;
}
.top_blog_list .pct {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}
.top_blog_list .pct img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}
.top_blog_list .pct .label {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 5px;
	background: #333;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1;
	z-index: 1;
}
.top_blog_list li a:hover .pct img {
	transform: scale(1.1);
  opacity: .5;
}
.top_blog_list .textarea {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
.top_blog_list .textarea .title {
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: .5s;
}
.top_blog_list .textarea .date {
  margin: 0 0 5px;
  color: #777;
  font-size: 1.3rem;
}
.top_blog_list li a:hover .textarea .title {
  color: #977425;;
}
.top_blog_list .categoly_list li {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 3px 5px;
  background: #fff;
  border: 1px solid #977425;;
	border-radius: 5px;
	color: #977425;;
	font-size: 1.3rem;
}

.box_post > div {
	position: relative;
	margin: 0 0 40px;
}
.box_post .label {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100px;
	padding: 4px;
	background: #000;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	z-index: 1;
}

.top_salon_mainimg {
  overflow: hidden;
  width: 100%;
  margin: 0 0 60px;
}
.top_salon_mainimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.top_salon_title {
  margin: 0 0 20px;
  color: #977425;;
	font-size: 3rem;
	font-weight: 500;
  line-height: 1.6;
}
.top_salon_list_title {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 1.8rem;
}
.top_salon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 20px;
}
.top_salon_list > li {
  flex-basis: 31%;
  margin: 0 3.5% 5% 0;
}
.top_salon_list > li:nth-of-type(3n) {
  flex-basis: 31%;
  margin: 0 0 5% 0;
}
.top_salon_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.top_salon_box .pct {
  width: 30%;
}
.top_salon_box .textarea {
  width: 65%;
}
.top_salon_box .textarea .title {
  margin: 0 0 10px;
  color: #977425;
  font-weight: 500;
  font-size: 2.4rem;
}
.top_salon_box .textarea .title span {
  display: block;
  color: #977425;
  font-weight: 400;
  font-size: 1.4rem;
}
.top_salon_box .textarea .tel {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 2.4rem;
}
.top_salon_box .textarea .tel span {
  font-size: 1.8rem;
}
.top_salon_box .textarea a.btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
.top_salon_box .textarea a.btn:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 12px;
	height: 6px;
  background: url(../images/common/icon_arr01.svg) no-repeat;
  background-size: contain;
}
.top_salon_box .textarea a:hover.btn {
  background: #333;
  color: #fff;
}
.top_salon_box .textarea a:hover.btn:after {
	content: '';
  background: url(../images/common/icon_arr02.svg) no-repeat;
  background-size: contain;
}

.mainimg_wrap2 {
  position: relative;
}
.main_video_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  z-index: 1;
  pointer-events: none;
}
.main_img_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  min-height: 100%;
  min-width: 100%;
  z-index: 1;
  pointer-events: none;
}

.main_video2 {
  position: relative;
  overflow: hidden;
}
.main01_box {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.main02_text_pc,
.main01_text_pc {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0,-45%);
  max-width: 300px;
  width: 100%;
  transition: .25s;
}
.main02_text_pc {
  max-width: 360px;
}
.slick-active .main01_text_pc,
.slick-active .main02_text_pc {
  transform: translate(0,-50%);
}
.main01_title {
  position: absolute;
  right: 10%;
  top: 10%;
  max-width: 130px;
  width: 100%;
}
.main01_title_e {
  position: absolute;
  left: 5%;
  top: 10%;
  max-width: 800px;
  width: 100%;
}
.recruit_main01_title {
  position: absolute;
  right: 5%;
  top: 18%;
  max-height: 40px;
  height: auto;
  width: auto;
  max-width: 45%;
}
.recruit_main02_title {
  position: absolute;
  right: 5%;
  top: 18%;
  max-height: 40px;
  height: auto;
  width: auto;
  max-width: 45%;
}
.mainimg_wrap2 .main_mv_text .recruit_main01_title img,
.mainimg_wrap2 .main_mv_text .recruit_main02_title img {
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.35));
}

.main01_title img {
  transition-delay: 2s;
}
.main_emblem_list,
.main_emblem_list_e {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
.main_emblem_list li,
.main_emblem_list_e li {
  position: relative;
  width: 124px;
  display: inline-block;
  filter: drop-shadow(3px 3px 3px rgb(0,0,0,.25));
}
.main_emblem_list li:first-child,
.main_emblem_list_e li:first-child {
  margin-right: 20px;
}
.main_slick .slick-slide,
.main_slick .slick-track,
.main_slick .slick-list,
.main_slick {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main_mv_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none; 
}
.main_slick .sp_only {
  display: none!important;
}
.area_urgentnotice,
.area_urgentnotice2 {
	margin: 30px 0;
	text-align: center;
	border: 3px solid #ff245f;
	font-weight: 500;
	border-radius: 5px;
	background: #ffffe3;
}
.area_urgentnotice a {
	color: #ff245f;
	text-decoration: underline;
}
.area_urgentnotice .ttl,
.area_urgentnotice2 .ttl {
	margin: 0;
	padding: 0px 10px 10px;
	color: #fff;
	font-size: 120%;
	background: #ff245f;
}
.area_urgentnotice .body,
.area_urgentnotice2 .body {
	margin: 0;
	padding: 10px 20px;
}
.ttl_center {
  text-align:center;
  font-size:2.8rem;
  line-height:1.4;
  margin-bottom:60px;
  color: #977425;
}

.ttl_center span {
  display:block;
  font-size:1.8rem;
  color:#777;
  margin-top:6px;
  letter-spacing:.12em;
}

/* layout_subpage
-----------------------------------------------------------*/
.sub_headimg_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.sub_headimg_wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.sub_headimg_wrap::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background-color: rgba(255,255,255,.3);
}
.sub_headimg_textarea {
	position: absolute;
	top: 65%;
	left: 50%;
  width: 90%;
  max-width: 1200px;
  z-index: 3;
  transform: translate(-50%,-50%);
}
.sub_headimg_textarea .title {
  margin: 0;
  color: #ffffff;
	font-size: 3.4rem;
	font-weight: 500;
  letter-spacing: .2em;
  opacity: 0;
	transform: translateX(-40px);
	animation: slideInTitle 1.2s cubic-bezier(.22,.61,.36,1) 0.3s forwards;
  text-shadow: 0 2px 8px rgba(0,0,0,.50);
}
@keyframes slideInTitle {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.sub_topicpath_wrap {
  width: 100%;
}
.topicpath {
	overflow: hidden;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
	padding: 5px 0;
}
.topicpath ul {
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}
.topicpath li {
	display: inline;
	font-size: 1.2rem;
}
.topicpath li a {
  position: relative;
  margin-right: 10px;
	padding-right: 20px;
	color: #333;
  text-decoration: underline;
}
.topicpath li a:hover {
	color: #c4af91;
}
.sub_topicpath_wrap.bg_recruit .topicpath li a:hover {
  color: #405073;
}
.topicpath li a:after {
	content: '\f054';
  position: absolute;
	right: 0;
	top: 50%;
  margin-top: -5px;
  font-size: .8rem;
  color: #999;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.sub_contents {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}

.sub_contents.bg_gray1 {
  background: #fefefe;
}
.sub_contents.bg_gray2 {
  background: #f2f2f2;
}
.sub_contents_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.sub_contents_block {
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px dotted #ddd;
}
.sub_contents_block2 {
  margin: 0 0 60px;
  padding: 0 0 40px;
  border-bottom: 1px dotted #ddd;
}
.sub_contents_title1 {
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #977425;;
  color: #977425;;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
}
.sub_contents_title1 span {
  display: block;
  font-size: 1.8rem;
}
.sub_contents_title2 {
  margin: 0 0 30px;
  color: #333;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.sub_contents_title3 {
  position: relative;
  margin: 0 0 30px;
  padding-left: 55px;
  color: #4ea89e;
  font-weight: 500;
  font-size: 2.5rem;
  scroll-margin-top: 150px;
}
.sub_contents_title3:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;f
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #4ea89e;
}
.sub_contents_title4 {
  margin: 0 0 20px;
  color: #ff5e00;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.sub_contents_title5 {
  position: relative;
  margin: 0 0 20px;
  padding-left: 20px;
  color: #977425;;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.sub_contents_title5:before {
  content: '■';
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 1.2rem;
}
.sub_contents_title_emphasis {
  color: #977425;;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #977425;;
}
.sub_contents_title_emphasis span {
  position: relative;
  padding: 0 0.1em;
}
.sub_contents_title_emphasis span::after {
  content: '';
  background-color: #fde6c5;
  width: 100%;
  height: 0.5em;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  z-index: -1;
}
ul .menu_liststyle {
	width: 100%;
}
.menu_liststyle li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc;
	display: block;
}
.box_effect {
	color: #fff;
}
.list_effect dt {
	margin: 0 0 5px;
	color: #977425;;
	font-size: 21px;
	font-weight: bold;
}
.list_effect dd {
	margin: 0 0 25px;
	font-size: 15px;
}
.list_result dt {
	margin: 0 0 5px;
	color: #672e82;
	font-size: 21px;
	font-weight: bold;
}
.list_result dd {
	margin: 0 0 25px;
	font-size: 15px;
}

/* layout_concept
-----------------------------------------------------------*/
.slider_salon {
  margin: 0 0 60px;
}
.slick-slide {
  position: relative;
}
.slider_item img {
  height: auto;
  width: 100%;
}
.slider_item {
  opacity: .6;
  transition: opacity .5s; 
  margin: 0 2px;
}
.slider_item.slick-center {
  opacity: 1;
}
.slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 1.3rem;
  opacity: 1;
  transition: .3s ease;
}
.slick-current .caption {
  opacity: 1;
  transition-delay: .5s;
}

.slider_salon2 {
  margin: 0 0 60px;
}
.slider_salon2 .slider_item {
  opacity: 1;
  transition: unset;
  margin: 0 2px;
}


/* layout_menulist
-----------------------------------------------------------*/
.menu_list_box,
.menu_list_box2 {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.menu_list_box.trial,
.menu_list_box2.trial {
  background: #fafafa;
  border: 1px solid #e3e3e3;
}
.menu_list_box > div.textarea,
.menu_list_box2 > div.textarea {
	width: 60%;
}
.menu_list_box > div.pctarea,
.menu_list_box2 > div.pctarea {
	width: 37%;
}
.menu_list_box > div.pctarea img,
.menu_list_box2 > div.pctarea img {
	width: 100%;
}
.menu_list_box > div.textarea .title,
.menu_list_box2 > div.textarea .title {
  margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 500;
  line-height: 1.4;
}
.menu_list_box > div.textarea .title span,
.menu_list_box2 > div.textarea .title span {
  display: block;
  font-size: 1.8rem;
}
.menu_list_box > div.textarea .title_sub,
.menu_list_box2 > div.textarea .title_sub {
  margin-bottom: 5px;
  color: #163a6f;
	font-size: 1.6rem;
  font-weight: 500;
}
.menu_list_osusume {
	margin: 0 0 20px;
}
.menu_list_osusume li {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 3px 5px;
  background: #fff;
  border: 1px solid #977425;;
	border-radius: 5px;
	color: #977425;;
	font-size: 1.3rem;
}
.menu_list_btnarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_list_btnarea > li {
  width: 49%;
}
.menu_list_btnarea li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
	background: #777;
  border-radius: 10px;
  text-align: center;
}
.menu_list_btnarea li a.btn_detail {
	background: #769abe;
  border: 1px solid #769abe;
  color: #fff;
}
.menu_list_btnarea li a.btn_detail2 {
	background: #977425;;
  border: 1px solid #977425;;
  color: #fff;
}
.menu_list_btnarea li a.btn_reserve {
	background: #977425;;
  border: 1px solid #977425;;
  color: #fff;
}
.menu_list_btnarea li a:hover {
	background: #555;
  border: 1px solid #555;
}

.price_list_box {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
}
.price_list_box.trial {
  background: #fafafa;
  border: 1px solid #e3e3e3;
}
.price_list_box > div.textarea .title {
  margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 500;
  line-height: 1.4;
  color: #977425;
}
.price_list_box > div.textarea .title span {
  display: block;
  font-size: 1.8rem;
}
.price_list_box > div.textarea .title_sub {
  margin-bottom: 5px;
  color: #163a6f;
	font-size: 1.6rem;
  font-weight: 500;
}

/* layout_menu
-----------------------------------------------------------*/
#m01,#m02,#m03,#m04,#m05 {
  margin-top: -135px;
  padding-top: 135px;
}
.menu_pagelink_list {
	margin: 0 0 40px;
}
.menu_pagelink_list li {
  display: inline;
}
.menu_pagelink_list li a {
  display: inline-block;
  position: relative;
  margin: 0 5px 5px 0;
  padding: 10px 40px 10px 20px;
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
.menu_pagelink_list li a:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 12px;
	height: 6px;
  background: url(../images/common/icon_arr03.svg) no-repeat;
  background-size: contain;
}
.menu_pagelink_list li a:hover {
  background: #eee;
}
.menu_main {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 1;
  margin: 0 0 40px;
}
.menu_main img {
  width: 100%;
}
.menu_main::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background-color: rgba(0,0,0,.3);
}
.menu_main_catch {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translate(0,-50%);
  z-index: 2;
}
.menu_main_catch .catch {
  margin: 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.menu_feature_list > li {
	margin-bottom: 80px;
	justify-content: space-between;
}
.menu_feature_list>li:last-child {
	margin-bottom: 0;
}
.menu_feature_list_wrap {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.menu_feature_list_img {
	width: 48%;
}
.menu_feature_list_img img {
	width: 100%;
}
.menu_feature_list_text {
	width: 48%;
}
.menu_osusume_list {
	margin: 0 0 80px;
}
.menu_osusume_list li {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 10px 20px;
  background: #977425;;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
}
.menu_osusume_list2 {
  margin: 0 0 40px;
}
.menu_osusume_list2 li {
  position:relative;
  margin: 0;
  padding: 10px 0 10px 30px;
  font-size: 1.6rem;
  border-bottom: #ddd dotted 1px;	
}
.menu_osusume_list2 li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #977425;;
  text-align: center;
  color: #fff;
}
.menu_osusume_list3 {
  margin: 0 0 40px;
}
.menu_osusume_list3 li {
  position:relative;
  margin: 0;
  padding: 10px 0 10px 20px;
  font-size: 1.6rem;
  border-bottom: #ddd dotted 1px;	
}
.menu_osusume_list3 li:last-child {
  border-bottom: none;	
}
.menu_osusume_list3 li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #977425;
  text-align: center;
  color: #fff;
}
.menu_osusume_list3 li span {
  display: block;
  color: #977425;
  font-weight: 500;
}
.menu_osusume_list4 {
  counter-reset:list;
  margin: 0 0 40px;
}
.menu_osusume_list4 li {
  position:relative;
	margin: 0;
	padding: 15px 0 15px 35px;
	font-size: 1.6rem;
	border-bottom: #ddd dotted 1px;	
}
.menu_osusume_list4 li:last-child {
  border-bottom: none;	
}
.menu_osusume_list4 li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #977425;;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.menu_blockstyle1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.menu_blockstyle1 > div.textarea {
  width: 60%;
}
.menu_blockstyle1 > div.pctarea{
  width: 37%;
}
.menu_blockstyle1 > div.leftarea {
  width: 60%;
}
.menu_blockstyle1 > div.rightarea{
  width: 37%;
}

table.tbl_menu_price {
  background: none;
}
.tbl_menu_price span.cap {
  display: block;
  font-size: 1.2rem;
}
.tbl_menu_price td.time {
  width: 30%;
  padding: 10px;
  background: #fff;
}
.tbl_menu_price td.price {
  width: 70%;
  padding: 10px;
  background: #feffd6;
}
.tbl_menu_price td.price span.price_text {
  color: #f00;
  font-size: 1.8rem;
}
.tbl_menu_price td.price div.price_text {
	margin-bottom: -10px;
  color: #f00;
  font-size: 1.8rem;
}
.price_text_regular {
  display: inline-block;
  line-height: 1.2;
  margin-top: -2px;
}
.tbl_menu_price td.price .price_text_regular {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.06em;    
}
.tbl_menu_price td.price span.price_text em {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
}
.tbl_menu_price td.price div.price_text2 em {
  color: #f00;	
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
}
.price_text_wrap {
	margin-top: -10px;
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.menu_bnr_option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.menu_bnr_option > div {
  width: 50%;
}
.menu_box_cmp_head {
  padding: 5px 20px;
  background: #ba9c4f;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}
.menu_box_cmp_foot {
  padding: 5px 15px;
  background: #cacaca;
  font-size: 1.4rem;
}
.menu_box_cmp {
  padding: 20px;
  background: #feffd6;
  border: 1px solid #ccc;
}
.menu_box_cmp .title {
  color: #977425;
	font-weight: 500;
	font-size: 1.8rem;
}
.menu_box_cmp .price1 {
  color: #f00;
	font-weight: 500;
	font-size: 1.8rem;
}
.menu_box_cmp .price2 {
  padding: 2px 5px;
  background: #f00;
  border-radius: 5px;
  color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
  line-height: 1;
}
.menu_point_box {
  padding: 30px;
  background: #f2f2f2;
}

.menu_step_box {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 15px;
}
.menu_step_box > div.textarea {
	width: 60%;
}
.menu_step_box > div.pctarea {
	width: 37%;
}
.menu_step_box > div.pctarea img {
	width: 100%;
}
.menu_step_title {
  display: flex;
  flex-wrap: wrap;
}
.menu_step_title .number{
  width: 38px;
  height: 38px;
  margin-right: 10px;
  padding-top: 8px;
  background: #FF5E00;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
}
.menu_step_title .title {
  display: inline-block;
  width: calc(100% - 48px);
  margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 500;
  line-height: 1.4;
}
.menu_step_comment {
	padding: 20px;
	background: rgba(255,255,255,.8);
  font-size: 1.4rem;
}
.menu_step_comment p.title {
	margin: 0 0 10px;
  color: #977425;;
	font-weight: 500;
	font-size: 1.5rem;
}
.icon_sp_price {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 2px 3px;
	background: #ff0000;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
}

.menu_effect_box {
	width: 100%;
  margin: 0 0 30px;
	padding: 30px;
	background: #fff;
}
.menu_effect_box .label {
	margin: 0 0 5px;
	color: #163a6f;
	font-size: 1.5rem;
  font-weight: 500;
}
.menu_effect_box_baarea {
	margin: 0 0 10px;
}
.menu_effect_box_pct {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}
.menu_effect_box_pct > div {
	width: 48%;
	position: relative;
}
.menu_effect_box_pct:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #777;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.575em 0.64952em;
	border-left-color: currentColor;
	border-right: 0;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.menu_effect_box_comment {
	padding: 20px;
	background: #d8d8d8;
  font-size: 1.4rem;
}
.menu_effect_box_comment p.title {
	margin: 0 0 10px;
  color: #977425;;
	font-weight: 500;
	font-size: 1.5rem;
}
.detailarea .photoarea {
	position: relative;
}
.detailarea .photoarea .step {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 30px;
	padding-top: 4px;
	background: #163a6f;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.cmp_norikae_box_pct {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;	
}
.cmp_norikae_main_date {
  width: 100%;
  padding: 10px;
	background: #f00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
}
.cmp_norikae_main_date span {
  font-size: 120%;
  font-weight: 700;
}
a.btn_cmp_norikae {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 80px 10px;
	text-align: center;
	background: #fff;
  border-radius: 10px;
  color: #f00;
}
a.btn_cmp_norikae:hover {
	background: #900000;
}

/* layout_trial
-----------------------------------------------------------*/
.trial_prepare_box{
	margin-top: 50px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.trial_head {
  padding: 5px 20px;
  background: #ba9c4f;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}

.trial_prepare_title{
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1.5;
	color: #977425;
}

.trial_prepare_list{
	margin: 0;
	padding-left: 1.2em;
}

.trial_prepare_list li{
	margin-bottom: 8px;
	line-height: 1.5;
}

.trial_prepare_note{
	margin-top: 12px;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #666;
}



/* layout_effect
-----------------------------------------------------------*/
.effect_box {
	width: 100%;
  margin: 0 0 30px;
	padding: 30px;
	background: #f2f2f2;
}
.effect_box .label {
	margin: 0 0 5px;
	color: #55b8ab;
	font-size: 1.8rem;
  font-weight: 500;
}
.effect_box_baarea {
	margin: 0 0 10px;
}
.effect_box_pct {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}
.effect_box_pct > div {
	width: 48%;
	position: relative;
}
.cap_before,
.cap_after {
	margin: 5px 0 0;
  font-size: 1.3rem;
	text-align: center;
}
.cap_before span,
.cap_after span {
  display: inline-block;
	margin-right: 5px;
	padding: 0px 5px;
	background: #555;
  border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
}
.cap_before span.only,
.cap_after span.only {
	margin-right: 0;
}
.cap_after span {
	background: #977425;
}
.effect_box_pct:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #777;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.575em 0.64952em;
	border-left-color: currentColor;
	border-right: 0;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.effect_box_comment {
	padding: 20px;
	background: #fff;
  font-size: 1.4rem;
}
.effect_box_comment p.title {
	margin: 0 0 10px;
  color: #977425;;
	font-weight: 500;
	font-size: 1.5rem;
}


/* layout_qa
-----------------------------------------------------------*/
.list_faq {
	width: 100%;
	margin: 0 0 60px;
	border-bottom: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
}
.list_faq dt {
	display: block;
  position: relative;
	padding: 15px 30px 15px 15px;
	background: #f2f2f2 ;
	border-top: 1px solid #e4e4e4;
	cursor: pointer;
  font-size: 1.8rem;
  transition: .5s;
}
.list_faq dt:after {
	content: '\f107';
  position: absolute;
	right: 15px;
	top: 50%;
  margin-top: -7px;
  color: #999;
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(0deg);
	transition: transform 0.5s ease;
}
.list_faq dt span {
  float: left;
  color: #977425;
  font-weight: 900;
  width: 48px;
  display: flex;
  align-items: center;
  gap: 1.5px;
}
.list_faq dt p {
	margin: 0;
  margin: 0;
  padding-left: 0;
  margin-left: 48px;

}
.list_faq dt.switchselected {
	color: #977425;;
	background: #fdffa3;
  border-bottom: 1px dotted #ddd;
}
.list_faq dt.switchselected:after {
	transform: rotate(180deg);
}
.list_faq dd {
  display: none;
	padding: 30px;
	background: #ffffff;
}


/* layout_access_list
-----------------------------------------------------------*/
.access_salon_list_title {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 1.8rem;
}
.access_salon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
.access_salon_list > li {
  flex-basis: 48%;
  margin: 0 0 3%;
}
.access_salon_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 15px;
}
.access_salon_box > div.pct {
  width: 40%;
}
.access_salon_box > div.textarea {
  width: 60%;
  padding: 15px 20px;
  background: #fff;
}
.access_salon_box .textarea .title {
  margin: 0 0 10px;
  color: #977425;
  font-weight: 500;
  font-size: 2.4rem;
}
.access_salon_box .textarea .title span {
  display: block;
  color: #977425;
  font-weight: 400;
  font-size: 1.4rem;
}
.access_salon_box .textarea .tel {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 2.4rem;
}
.access_salon_box .textarea .tel span {
  font-size: 1.8rem;
}
.access_salon_box .textarea a.btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
.access_salon_box .textarea a.btn:after {
	content: '\f054';
  position: absolute;
	right: 15px;
	top: 50%;
  margin-top: -7px;
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
.access_salon_box .textarea a:hover.btn {
  background: #dadada;
}
.access_salon_box .textarea a:hover.btn:after {
	right: 12px;
}
.studio_map iframe {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

/* layout_price
-----------------------------------------------------------*/
.comparison_table {
	border-collapse: collapse;
	text-align: center;
}
.comparison_table th,
.comparison_table td {
	border: 1px solid #ddd;
	padding: 12px 10px;
}
.comparison_table thead th {
	background: #4ea89e;
	color: #fff;
	font-weight: 500;
  text-align: center;
}
.comparison_table td {
  text-align: center;
}
.comparison_table thead th.highlight {
	background: #206c63;
	color: #fff;
	font-weight: 500;
}
.comparison_table tbody th {
	background: #f6f9f8;
	text-align: left;
}
.comparison_table .highlight {
	background: #e8f4f2;
	font-weight: 600;
	color: #2f8f85;
}

.price_table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.price_table th,
.price_table td {
	border: 1px solid #ddd;
	padding: 12px 10px;
}
.price_table thead th {
	background: #4ea89e;
	color: #fff;
	font-weight: 500;
}
.price_table tfoot th,
.price_table tfoot td {
  padding: 8px 10px ;
	background: #bdf2eb;
	color: #206c63;
  font-size: 1.6rem;
}
.price_table thead td.head_title {
	font-size: 1.6rem;	
}

.price_table tbody th {
	background: #f6f9f8;
	text-align: left;
}
.price_cmp {
  font-size: 2.8rem;
  color: #d67e7e;
  font-weight: 700;
}
.price_cmp_ttl {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background: #d67e7e;
  border-radius: 5px;
}
.price_popular_ttl {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background: #cfa757;
  border-radius: 5px;
}
.price_table_wrap {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	background: #fff;
}

/* layout_access
-----------------------------------------------------------*/
.access_list_info {
  margin: 0 0 50px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.access_list_info li {
  display: table;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ddd;
}
.access_list_info li:last-child {
  margin: 0;
  border-bottom: none;
}
.access_list_info li > div.data {
  display: table-cell;
  width: 150px;
	color: #977425;;
}
.access_list_info li > div.item {
  display: table-cell;
	width: calc(100% - 150px);
}
.access_list_info .notice {
	margin: 5px 0 0;
  color: #ff6969;
	font-size: 90%;
	font-weight: 500;
}
.access_list_info .tel {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 2.4rem;
}
.access_list_info .tel span {
  font-size: 1.8rem;
}
.access_list_info a.btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
.access_list_info a.btn:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 12px;
	height: 6px;
  background: url(../images/common/icon_arr01.svg) no-repeat;
  background-size: contain;
}
.access_list_info a:hover.btn {
  background: #333;
  color: #fff;
}
.access_list_info a:hover.btn:after {
	content: '';
  background: url(../images/common/icon_arr02.svg) no-repeat;
  background-size: contain;
}

a.access_btn {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 20px;
  background: #f06925;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
a.access_btn.btn_web {
  background: #163a6f;
}
a.access_btn.btn_web span {
  padding-left: 24px;
  background: url(../images/common/icon_pc.svg) no-repeat left 8px;
  background-size: 16px;
}
a.access_btn.btn_voice {
  background: #75bcd1;
}
a.access_btn.btn_voice span {
  padding-left: 24px;
  background: url(../images/common/icon_voice.svg) no-repeat left 8px;
  background-size: 16px;
}
a.access_btn.btn_insta {
  background: #555;
}
a.access_btn.btn_insta span {
  padding-left: 24px;
  background: url(../images/common/icon_insta3.svg) no-repeat left 6px;
  background-size: 16px;
}
a.access_btn.btn_blog {
  background: #c4af91;
}
a.access_btn.btn_blog span {
  padding-left: 24px;
  background: url(../images/common/icon_blog.svg) no-repeat left 7px;
  background-size: 16px;
}

.access_staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.access_staff_list > li {
  flex-basis: 49%;
  margin: 0 2% 2% 0;
  padding: 30px;
  background: #f2f2f2;
}
.access_staff_list > li:nth-of-type(2n) {
  flex-basis: 49%;
  margin: 0 0 2% 0;
}
.access_staff_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.access_staff_box .pct {
  width: 25%;
}
.access_staff_box .textarea {
  width: 72%;
}
.access_staff_box .textarea .name {
  margin: 0 0 10px;
  color: #977425;;
  font-weight: 500;
  font-size: 2.2rem;
}
.access_staff_box .textarea .name span {
  display: block;
  font-size: 1.5rem;
}
.access_staff_box .textarea .career {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.access_staff_box .textarea .comment {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.access_pay_list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 15px;
}
.access_pay_list li {
	flex: 0 0 auto;
	background: #fff;
	border-radius: 6px;
	padding: 8px 14px;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	display: flex;
	align-items: center;
	justify-content: center;
}
.access_pay_list img {
	height: 45px;
	width: auto;
	display: block;
}



/* reserve
-----------------------------------------------------------*/
.free_tour_btn_area {
	text-align: center;	
	padding: 15px;
	background: #ff5e00;
	border-radius: 8px;	
} 
.free_tour_btn {
	font-size: 140%;
	display: inline;
	padding: 8px 10px;
	color: #fff;
} 
.free_tour_btn_click {
	font-size: 80%;
	display: inline-block;
	padding: 8px 40px;
	background: #fff;
	color: #ff5e00;
	border-radius: 20px;
	margin-top: 10px;
} 
.reserve_insta_col5 {
  flex-wrap: wrap;
	justify-content: space-between;
}
.reserve_insta_col5 > div {
	width: 19%;
}
.btn_insta_list_e a {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 10px 10px 40px;
  background: #fff url(../images/common/icon_insta.svg) no-repeat 15px center;
  background-size: 22px;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}
.btn_insta_list_e a:hover {
  background: #333 url(../images/common/icon_insta2.svg) no-repeat 15px center;
  background-size: 22px;
  border: 1px solid #333;
  color: #fff;
}

/* layout_review
-----------------------------------------------------------*/
ul.list_tab_review {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
ul.list_tab_review li {
	width: calc(100% / 7);
}
ul.list_tab_review li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 16px;
	text-align: center;
}
.list_tab_review li a:hover {
	background: #ddd;
	cursor: pointer;
}
.list_tab_review li.activetab:hover {
	cursor: default;
}
.list_tab_review li.activetab {
  position: relative;
	padding: 12px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #fff;
	background: #333;
	font-size: 1.5rem;
	text-align: center;
}

.tab_content_review {
	width: 100%;
	margin: 0 0 60px;
	padding: 40px 60px;
	background: #f9f2fe;
}
.tab_content_review.access {
	overflow: auto;
	height: 500px;
  margin: 0;
}
.review_head_ttl {
	margin: 0 0 20px;
}
.review_head_ttl .ttl1 {
	display: block;
	margin: 0 0 10px;
	font-size: 2.4rem;
}
.review_head_ttl .ttl2 {
	display: block;
	color: #777;
	font-size: 1.5rem;
}
.review_head_score {
	margin: 0 0 40px;
}
.review_head_score .score {
	display: inline-block;
	margin-right: 10px;
	color: #777;
	font-size: 3.2rem;
}
.review_head_score .star {
	display: inline-block;
	margin-right: 10px;
}
.review_head_score .star span {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.review_head_score .star span.star_on {
	background: url(../images/common/star_on.svg) no-repeat center center;
	background-size: 24px 24px;
}
.review_head_score .star span.star_off {
	background: url(../images/common/star_off.svg) no-repeat center center;
	background-size: 24px 24px;
}
.review_head_score .star span.star_half {
	background: url(../images/common/star_half.svg) no-repeat center center;
	background-size: 24px 24px;
}
.review_head_score .count {
	display: inline-block;
	color: #777;
	font-size: 1.5rem;
}
.review_block {
  display: flex;
  flex-wrap: wrap;
	margin: 0 0 15px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.review_block .leftside {
	width: 55px;
}
.review_block_thum {
	width: 40px;
	text-align: center;
}
.review_block .rightside {
	width: calc(100% - 55px);
}
.review_block_name {
	display: inline-block;
	margin: 0 0 5px;
	font-size: 1.5rem;
	font-weight: 500;
}
.review_block_score {
	margin: 0 0 15px;
}
.review_block_score .star {
	display: inline-block;
	margin-right: 10px;
}
.review_block_score .star span {
	display: inline-block;
	width: 14px;
	height: 14px;
}
.review_block_score .star span.star_on {
	background: url(../images/common/star_on.svg) no-repeat center center;
	background-size: 14px 14px;
}
.review_block_score .star span.star_off {
	background: url(../images/common/star_off.svg) no-repeat center center;
	background-size: 14px 14px;
}
.review_block_score .star span.star_half {
	background: url(../images/common/star_half.svg) no-repeat center center;
	background-size: 14px 14px;
}
.review_block_score .date {
	display: inline-block;
	color: #777;
	font-size: 1.3rem;
}
.review_block_post p {
	margin: 0;
  font-size: 1.4rem;
}
p.review_block_post_salon {
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
	color: #999;
}


/* layout_contact
-----------------------------------------------------------*/
.sub_contact_caution {
  margin: 0 0 40px;
  padding: 40px;
  background: #feffd6;
}
.tbl_contact {
	word-break: normal;
  width: 100%;
}
.tbl_contact td,
.tbl_contact th {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.tbl_contact th {
  width: 25%;
}
.tbl_contact td {
  width: 75%;
  background: #fff;
}
.tbl_contact thead th,
.tbl_contact thead td {
  padding: 5px 15px;
	background: #555;
	color: #fff;
  font-size: 1.3rem;
}
.tbl_contact_wrap {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	background: #fff;
}
.btn_contact {
  display: flex;
  flex-wrap:wrap; 
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
.btn_contact > li {
 width: 49%;
 margin: 0 2% 2% 0;
}
.btn_contact > li:nth-child(2n) {
 margin: 0 0 2% 0;
}
.btn_contact > li {
 width: 49%;
}
.btn_contact .btn01 {
 display: inline-block;
 width: 100%;
 padding: 20px 0;
 background: #55b8ab;
 border: 1px solid #55b8ab;
 border-radius: 10px;
 color: #fff;
 font-size: 1.6rem;
 font-weight: 500;
 text-align: center;
 
}
.btn_contact .btn02 {
 display: inline-block;
 width: 100%;
 padding: 20px 0;
 background: #fff; 
 border: 1px solid #d2d2d2;
 border-radius: 10px;
 color: #555;
 font-size: 1.6rem;
 text-align: center;
}
.btn_contact .btn03 {
 display: inline-block;
 width: 100%;
 padding: 20px 0;
 background: #888;
 border: 1px solid #888;
 border-radius: 10px;
 color: #fff;
 font-size: 1.6rem;
 font-weight: 500;
 text-align: center;
}


/* layout_privacy
-----------------------------------------------------------*/
.sub_privacy_list dt {
  margin: 0 0 10px;
  color: #977425;;
  font-size: 120%;
  font-weight: 500;
}
.sub_privacy_list dd {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ccc;
}
.sub_privacy_list ul.innerlist {
  margin: 15px 0 0;
  padding-left: 20px;
  list-style: disc;
}
.sub_privacy_list ul.innerlist > li {
  margin: 0 0 10px;
}


/* layout_medianews
-----------------------------------------------------------*/
.sub_categoly_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 0 40px;
}
.sub_categoly_list li {
  margin: 0 10px 5px 0;
}
.sub_categoly_list li a {
  display: inline-block;
  padding: 5px 15px;
  background: #977425;;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
}
.sub_categoly_list li a:hover {
  background: #333;
}
.sub_medianews_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 40px;
}
.sub_medianews_list > li {
  flex-basis: 30%;
  margin: 0 5% 5% 0;
}
.sub_medianews_list > li:nth-of-type(3n) {
  flex-basis: 30%;
  margin: 0 0 5% 0;
}
.sub_medianews_list .pct {
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin: 0 0 15px;
  background: rgba(0,0,0,.3);
}
.sub_medianews_list li a .pct img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}
.sub_medianews_list li a:hover .pct img {
	transform: scale(1.1);
  opacity: .5;
}
.sub_medianews_list .categoly_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 0 10px;
}
.sub_medianews_list .categoly_list li {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 2px 5px;
  border: 1px solid #977425;;
  color: #977425;;
  font-size: 1.3rem;
}
.sub_medianews_list .textarea .date {
  margin: 0;
  color: #888;
  font-size: 1.4rem;
}
.sub_medianews_list .textarea .title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 400;
  font-size: 2rem;
  transition: .5s;
}
.sub_medianews_list li a:hover .textarea .title {
  color: #977425;;
}


/* layout_post
-----------------------------------------------------------*/
.block_post {
  display: flex;
  flex-wrap:wrap; 
  justify-content :space-between;
}
.block_post > div.leftside {
  width: 75%;
}
.block_post > div.rightside {
  width: 20%;
}
.entry-content_head {
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: 1px solid #8b8493;
}
.entry-content_head .categoly_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 0 15px;
}
.entry-content_head .categoly_list li {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 2px 5px;
  border: 1px solid #977425;;
  color: #977425;;
  font-size: 1.3rem;
}
.entry-content_head .date {
  margin: 0 0 5px;
  color: #888;
  font-size: 1.3rem;
}
.entry-content_head .cat_shop {
  font-size: 1.3rem;
}
.entry-content_head .ttl {
  margin: 0 0 10px;
  color: #977425;;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.entry-content {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px dotted #888;
}
.entry-content ul {
	margin-bottom: 27px;
	list-style: disc;
}
.entry-content ol {
	margin-bottom: 27px;
	list-style: decimal;
}
.entry-content li {
	margin: 0 0 5px 25px;
}
.entry-content table {
	margin-bottom: 27px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 20px;
}
.entry-content h1 {
	font-size: 180%;
}
.entry-content h2 {
	font-size: 160%;
}
.entry-content h3 {
	font-size: 150%;
}
.entry-content h4 {
	font-size: 140%;
}
.entry-content h5 {
	font-size: 120%;
}
.entry-content h6 {
	font-size: 110%;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.entry-content iframe {
	max-width: 100%;
}
.entry-content a {
	color: #405073;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #977425;;
}
.side_box {
	margin: 0 0 40px;
}
.side_box_title {
	margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
.side_categoly_list {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  margin: 0 0 40px;
}
.side_categoly_list li {
  margin: 0 0 10px;
}
.side_categoly_list li a {
  position: relative;
  display: block;
  padding: 5px 10px;
  background: #977425;;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
}
.side_categoly_list li a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -4px 0 0;
	width: 8px;
	height: 8px;
  background: url(../images/common/icon_arr02.svg) no-repeat;
  background-size: contain;
}
.side_categoly_list li a:hover {
  background: #333;
}
.side_archive_list {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  margin: 0 0 40px;
}
.side_archive_list li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 10px 5px 10px;
  border-bottom: 1px dotted #8b8493;
}
.side_archive_list li a {
  display: inline-block;
  color: #977425;;
  font-size: 1.6rem;
}
.side_archive_list li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -4px 0 0;
	width: 8px;
	height: 8px;
  background: url(../images/common/icon_arr02.svg) no-repeat;
  background-size: contain;
}
.side_archive_list li a:hover {
  color: #333;
}
.paging {
	overflow: hidden;
	margin: 0 0 30px ;
	list-style-type: none;
	text-align: center;
}
.paging li {
	display: inline-block;
	margin-left: 5px;
}
.paging a,
.paging span {
	display: block;
	text-align: center;
	padding: 8px 20px;
	border: 1px solid #977425;;
  border-radius: 15px;
	color: #977425;;
	font-size: 1.6rem;
}
.paging a:hover {
  background: #977425;
  border: 1px solid #977425;
	color: #fff;
}
.page {
	margin: 40px 0;
  text-align: center;
}
.page li {
	display: inline;
}
.page li a {
	display: inline-block;
	text-align: center;
	margin: 0 2px 5px;
	padding: 5px 15px;
	border: 1px solid #977425;;
  border-radius: 15px;
	color: #977425;;
	font-size: 1.5rem;
}
.page li a:hover {
  background: #977425;
  border: 1px solid #977425;
	color: #fff;
}
.page li span {
	display: inline-block;
	text-align: center;
	margin: 0 0 5px;
	padding: 5px 15px;
  background: #977425;;
	border: 1px solid #977425;;
	color: #fff;
	font-size: 1.5rem;
}
a.pages {
	display: inline-block;
	text-align: center;
	margin: 0 2px 5px;
	padding: 5px 15px;
	border: 1px solid #977425;;
	color: #977425;;
	font-size: 1.5rem;
}
a:hover.pages {
  background: #977425;
  border: 1px solid #977425;
	color: #fff;
}

.snsbtn_list {
	display: flex;
	flex-flow: row wrap;
	justify-content :space-between;
	  width: 100%;
	padding-bottom: 60px;
}
.snsbtn_list > div {
	width:19%;
	text-align: center;
	color: #fff;
	font-size: 75%;
}
.snsbtn_list > div a {	
	display: block;
	padding: 10px 0 8px;
	border-radius: 5px;
	background: #ebebeb;
	text-decoration: none;
	color: #333;
}
.snsbtn_list > div a i {
	font-size: 180%;
}
.snsbtn_list > div a:hover {
	opacity: 0.7;
}
.sns_btn_twitter a > div {color: #55acee}
.sns_btn_facebook a > div {color: #315096}
.sns_btn_googleplus a > div {color: #dd4b39}
.sns_btn_pocket a > div {color: #f03e51}
.sns_btn_line a > div {color: #00c300}
.sns_btn_hatebu a > div {color: #00A5DE}


/* layout_voice
-----------------------------------------------------------*/
.box_voice_detail {
  display: flex;
  flex-flow: row wrap;
	width: 100%;
	margin: 0 0 50px;
	padding: 50px;
	background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.1);
}
.box_voice_detail .photoarea {
	width: 300px;
}
.box_voice_detail .photoarea img {
	width: 260px;
}
.box_voice_detail .txtarea {
	width: calc(100% - 300px);
}

.box_voice_detail .name {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  font-size: 110%;
  font-weight: 500;
}
.box_voice_detail .name span {
  font-size: 150%;
}
.voice_list_profile {
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
}
.voice_list_profile dt {
	float: left;
	width: 150px;
	margin: 0 0 15px;
  font-size: 90%;
  color: #555;
}
.voice_list_profile dd {
	float: left;
	width: calc(100% - 150px);
	margin: 0 0 15px;
}
.voice_list_profile dd span {
	font-weight: 500;
	font-size: 110%;
}
.voice_list_profile dd li {
	margin: 0 0 5px;
}
.voice_list_profile dd a {
	color: #333;
	text-decoration: underline;
}
.voice_list_profile dd a:hover {
	color: #977425;;
}

.voice_youtube {
	width: 100%;
	margin-bottom: 10px;
	height: 450px;
}
.voice_cat_movie {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 8px;
	color: #fff;
	font-size: 20px;
	background: #f00;
}

.box_saloninfo.boxstyle1 {
	margin-bottom: 50px;
	padding: 30px;
	background: #eee;
	border-radius: 5px;
}
.box_saloninfo.boxstyle2 {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.box_saloninfo .ttl {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 120%;
}
.box_saloninfo .add {
	margin-bottom: 0;
	font-size: 90%;
}
.box_saloninfo ul {
	display: flex;
  flex-flow: row wrap;
	justify-content :flex-start;
	overflow: hidden;
	width: 100%;
}
.box_saloninfo ul li {
	width: 32%;
	margin: 0 2% 2% 0;
	text-align: center;
}
.box_saloninfo ul li:nth-child(3n) {
	margin: 0 0 2% 0;
}
.box_saloninfo ul li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	color: #fff;
}
.box_saloninfo ul li.btn1 a {
	background: #f06925;
}
.box_saloninfo ul li.btn2 a {
	background: #555;
}
.box_saloninfo ul li.btn3 a {
	background: #977425;
}
.box_saloninfo ul li a span.tel {
	padding-left: 5px;
	background-size: 12px 15px;
}


/* layout_movie
-----------------------------------------------------------*/
.box_movie {
	width: 100%;
	padding: 30px;
	border: 4px solid #ddd;
}
.box_movie .photoarea {
	margin: 0 0 10px;
}


/* layout_recruit
-----------------------------------------------------------*/
.recruit_main {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.recruit_main > div {
  flex-basis: 50%;
}
.recruit_main > div img {
  width: 100%;
}
.recruit_main_date {
  width: 100%;
  padding: 10px;
  border: 1px solid #f00;
  color: #f00;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.recruit_main_date span {
  font-size: 120%;
  font-weight: 700;
}
.recruit_main_catch {
  margin: 0 0 40px;
  color: #ff5e00;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.recruit_entry_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
  background: #f2f2f2;
}
.recruit_entry_box_txt {
  padding: 40px;
}
.recruit_entry_box_txt .title {
  color: #ff5e00;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.recruit_entry_box_pct {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;	
}
.recruit_btn_dial {
	padding: 15px;
	background: #977425;;
	border-radius: 10px;
  text-align: center;	
}
.recruit_btn_carrer {
	padding: 15px;
	background: #c06f92;
	border-radius: 10px;
  text-align: center;	
}
.recruit_btn_new {
	padding: 15px;
	background: #9b7c8b;
	border-radius: 10px;
  text-align: center;	
}
.recruit_btn_line {
	padding: 15px;
	background: #00b833;
	border-radius: 10px;
  text-align: center;	
}
.recruit_btn_dial .text1,
.recruit_btn_carrer .text1,
.recruit_btn_new .text1,
.recruit_btn_line .text1 {
  margin: 0;
	color: #fff;
  font-size: 1.4rem;
} 
.recruit_btn_dial .text2,
.recruit_btn_carrer .text2,
.recruit_btn_new .text2,
.recruit_btn_line .text2 {
  margin: 0 0 5px;
	color: #fff;
  font-weight: 500;
  font-size: 120%;
} 
.recruit_btn_dial .text3,
.recruit_btn_carrer .text3,
.recruit_btn_new .text3,
.recruit_btn_line .text3 {
  display: inline-block;
  margin: 0;
	padding: 3px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
	color: #fff;
  font-size: 1.3rem;
} 

.recruit_block_ninki {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.recruit_block_ninki > div {
  width: 31%;
  margin: 0 3.5% 0 0;
}
.recruit_block_ninki > div:nth-child(3n) {
  margin: 0;
}

.recruit_list1 {
  counter-reset:list;
  margin: 0 0 40px;
}
.recruit_list1 li {
  position:relative;
	margin: 0;
	padding: 15px 0 15px 35px;
	font-size: 1.6rem;
	border-bottom: #ddd dotted 1px;	
}
.recruit_list1 li:last-child {
  border-bottom: none;	
}
.recruit_list1 li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 28px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #977425;;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  transform: translateY(-50%);
}
.recruit_list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.recruit_list2 > li {
  flex-basis: 32%;
  margin: 0 2% 2% 0;
  padding: 20px;
  background: #f2f2f2;
  text-align: center;
}
.recruit_list2 > li span {
  display: block;
  margin: 0 0 15px;
  font-weight: 500;
	font-size: 2.1rem;
  line-height: 1;
}
.recruit_list2 > li:nth-child(3n) {
  margin: 0 0 2%;
}

.recruit_philosophy {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: url(../images/recruit/idea_bg_yokohama.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.recruit_philosophy .title1 {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: 500;
}
.recruit_philosophy .title2 {
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.recruit_philosophy .title3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.recruit_box_career {
  width: 100%;
  padding: 40px 20px;
  background: #f2f2f2;
}
.box_careerup {
  display: flex;
  flex-flow: row wrap;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.box_careerup .photo1 {
	width: 25%;
	order: 1;
}
.box_careerup .photo2 {
	width: 75%;
	order: 2;
}
.box_careerup2 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

/* layout_school
-----------------------------------------------------------*/
.school_main {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.school_main_catch {
  padding: 40px 20px;
  background: #f2f2f2;
  text-align: center;
}
.school_main_catch .catch1 {
  margin: 0 0 15px;
  color: #977425;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.school_main_catch .catch2 {
  margin: 0;
  font-size: 1.6rem;
}
.school_course > div {
  padding: 20px;
  border: 1px solid #977425;
  color: #977425;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.school_course > div span {
  display: block;
  font-size: 1.4rem;
}
.school_btn_entry {
  width: 80%;
  max-width: 560px;
  margin: 60px auto 0;
}


.school_list_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.school_list_point > li {
  flex-basis: 32%;
  margin: 0 2% 2% 0;
  padding: 20px;
  border: 1px solid #977425;
  color: #977425;
  text-align: center;
}
.school_list_point > li:nth-child(3n) {
  margin: 0 0 2%;
}


.school_list_course {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.school_list_coursex.trial {
  background: #f9f2fe;
  border: 1px solid #decfe8;
}
.school_list_course > div.textarea {
	width: 60%;
}
.school_list_course > div.pctarea {
	width: 37%;
}
.school_list_course > div.pctarea img {
	width: 100%;
}
.school_list_course > div.textarea .title {
  margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 500;
  line-height: 1.4;
}
.school_list_course > div.textarea .title span {
  display: block;
  font-size: 1.8rem;
}
.school_list_course > div.textarea .title_sub {
  margin-bottom: 5px;
  color: #977425;
	font-size: 1.6rem;
  font-weight: 500;
}


.school_list_reason dt {
	margin: 0 0 5px;
	color: #977425;
	font-size: 1.8rem;
	font-weight: 500;
}
.school_list_reason dd {
	margin: 0 0 25px;
}

.school_result {
  width: 100%;
  max-width: 480px;
  margin: 0 0 20px;
}

.school_voice {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px;
  background: #f2f2f2;
}
.school_voice > div.textarea {
	width: 60%;
}
.school_voice > div.pctarea {
	width: 37%;
}
.school_voice > div.pctarea img {
	width: 100%;
}
.school_voice .title {
  margin: 0 0 10px;
  color: #977425;
  font-size: 1.8rem;
  font-weight: 500;
}


.school_list_course {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.school_list_course.trial {
  background: #f9f2fe;
  border: 1px solid #decfe8;
}
.school_list_course > div.textarea {
	width: 60%;
}
.school_list_course > div.pctarea {
	width: 37%;
}
.school_list_course > div.pctarea img {
	width: 100%;
}
.school_list_course > div.textarea .title {
  margin-bottom: 20px;
  color: #977425;
	font-size: 2.4rem;
	font-weight: 500;
  line-height: 1.4;
}
.school_list_course > div.textarea .title span {
  display: block;
  font-size: 1.8rem;
}
.school_list_course > div.textarea .title_sub {
  margin-bottom: 5px;
  color: #977425;
	font-size: 1.6rem;
  font-weight: 500;
}

/* layout_english
-----------------------------------------------------------*/
#scalp_scope {
  scroll-margin-top: 150px; /* 固定ヘッダーの高さ */
}
