@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

/* 10px */
body {
	width: 100%;
	font-size: 1.6rem;
	color: #545655;
	line-height: 2;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
	padding-bottom: 174px;
}

img {
	width: 100%;
	height: auto;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
	outline: none;
}

a:link {
	color: #545655;
	text-decoration: none;
}

a:visited {
	color: #545655;
	text-decoration: none;
}

a:hover {
	color: #a4a4a4;
	text-decoration: none;
}

a:active {
	color: #a4a4a4;
	text-decoration: none;
}

a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
	margin-bottom: 1em;
}

.only_pc_none {
	display: none;
}

.only_sp_none {
	display: block;
}

.sp_br {
	display: none;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.hover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/*---------------------------------------------
 ** ヘッダー
---------------------------------------------*/
#header {
	width: 98%;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

#header h1 {
	width: 60%;
	max-width: 240px;
	margin: 0 auto;
	padding: 25px 0 20px;
}

#header #sns {
	width: 90%;
	max-width: 210px;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	right: 0;
}

#header #sns ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

#header #sns ul li {
	width: 15%;
}

#js-mmenu-wrap,
.menu_small {
	display: none !important;
}

.menu {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.menu>li {
	margin: 0;
	padding: 0;
	position: relative;
}

.menu>li>a {
	display: block;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	padding: 20px 25px;
	font-size: 70%;
}

.menu>li a span {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 140%;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-bottom: 8px;
}

.menu>li>a:hover,
.menu>li>a:active {
	background-color: #c6c0b8;
	color: #fff !important;
	transition: 0.5s;
}

@media screen and (max-width: 1080px) {
	.menu>li>a {
		padding: 20px 15px;
	}

	.menu>li>a span {
		font-size: 130%;
		letter-spacing: 0.01em;
	}
}

@media screen and (max-width: 880px) {
	.menu>li>a {
		padding: 20px 10px;
	}
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.menu__second-level_salon {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.menu>li:hover>a,
.menu>li:active>a {
	background: #c6c0b8;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.menu__second-level>li {
	position: relative;
}

li.menu__mega ul.menu__second-level {
	width: 100%;
	min-width: 960px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	left: -80px !important;
	z-index: 99 !important;
	padding: 1px 30px !important;
	background: rgba(255, 255, 255, 0.9);
}

li.menu__mega:hover ul.menu__second-level {
	top: 70px;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

li.menu__mega ul.menu__second-level div {
	margin-top: 15px;
	margin-bottom: 15px;
}

li.menu__mega ul.menu__second-level .m_box01 {
	width: 25%;
}

li.menu__mega ul.menu__second-level .m_box02 {
	width: 32%;
}

li.menu__mega ul.menu__second-level .m_box03 {
	width: 38%;
}

li.menu__mega ul.menu__second-level .m_box04 {
	width: 25%;
}

li.menu__mega ul.menu__second-level .m_box05 {
	width: 25%;
}

li.menu__mega ul.menu__second-level .m_box06 {
	width: 45%;
}

li.menu__mega ul.menu__second-level .m_box01 dl,
li.menu__mega ul.menu__second-level .m_box05 dl {
	margin-bottom: 20px;
}

li.menu__mega ul.menu__second-level dt a {
	display: block;
	border-bottom: 1px solid #c6c0b8;
	padding: 10px 0;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	text-align: left !important;
	font-size: 90%;
}

li.menu__mega ul.menu__second-level dt>a::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #c6c0b8;
	margin-right: 10px;
}

li.menu__mega ul.menu__second-level dd a {
	display: block;
	padding-bottom: 5px;
	font-size: 75%;
	text-align: left !important;
}

.m_option {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.m_option a:nth-child(2n-1) {
	width: 65%;
}

.m_option a:nth-child(2n) {
	width: 32%;
}

@media screen and (max-width: 1120px) {
	li.menu__mega ul.menu__second-level {
		left: -150px !important;
	}
}

@media screen and (max-width: 1040px) {
	li.menu__mega ul.menu__second-level {
		left: -150px !important;
	}
}

.menu>li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	width: 470px;
	display: flex;
	background: rgb(255, 255, 255, 0.95);
	margin-left: 0;
	padding-top: 1px;
	list-style: none;
	position: absolute;
	left: 0;
	z-index: 999;
	padding: 0 15px;
	font-size: 90%;
}

.menu_small li.menu__single ul.menu__second-level {
	width: 180px;
	display: block;
	background: rgb(255, 255, 255, 0.95);
	margin-left: 0;
	padding-top: 1px;
	list-style: none;
	position: absolute;
	left: 0;
	z-index: 999;
	padding: 0 0;
	font-size: 90%;
}

li.menu__single ul.menu__second-level_salon {
	width: 960px;
	display: flex;
	background: rgb(255, 255, 255, 0.95);
	margin-left: 0;
	padding-top: 1px;
	list-style: none;
	position: absolute;
	left: -350px;
	z-index: 999;
	padding: 0 15px;
	font-size: 90%;
}

li.menu__single:hover ul.menu__second-level {
	top: 70px;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

li.menu__single:hover ul.menu__second-level_salon {
	top: 70px;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

li.menu__single ul.menu__second-level a {
	display: block;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	padding: 25px 30px 20px 0;
	position: relative;
}

.menu_small li.menu__single ul.menu__second-level a {
	text-align: left !important;
	padding: 15px 20px 15px 20px;
}

.menu_small li.menu__single ul.menu__second-level a:hover {
	background: #c6c0b8;
	color: #fff;
	transition: 0.5s;
}

li.menu__single ul.menu__second-level a::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #c6c0b8;
	margin-right: 10px;
}

li.menu__single:hover ul.menu__second-level_salon {
	max-width: 800px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

li.menu__single:hover ul.menu__second-level_salon>li {
	width: 49%;
	letter-spacing: 0.1em;
	padding: 30px 20px;
}

li.menu__single:hover ul.menu__second-level_salon>li img {
	margin-bottom: 5px;
}

.menu>li.menu__multi {
	position: relative;
}

li.menu__multi ul.menu__second-level {
	width: 220px;
	position: absolute;
	top: 70px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 90%;
}

li.menu__multi:hover ul.menu__second-level {
	top: 70px;
	visibility: visible;
	opacity: 1;
}

li.menu__multi ul.menu__second-level li a {
	position: relative;
	padding: 10px 20px;
	display: block;
}

li.menu__multi ul.menu__second-level li a:hover {
	background: #c6c0b8;
}

li.menu__multi ul.menu__second-level li a:hover {
	color: #fff;
}

li.menu__multi ul.menu__second-level li>a::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #c6c0b8;
	margin-right: 10px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
	width: 450px !important;
	position: absolute;
	top: -1px;
	left: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 90%;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
	visibility: visible;
	opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
	position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li a {
	padding: 5px 20px !important;
	line-height: 1.6;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
	position: absolute;
	top: -1px;
	left: 100%;
	width: 100%;
	background: #2a1f1f;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 1040px) {
	.menu_small {
		display: flex !important;
	}

	li.menu__single ul.menu__second-level_salon {
		width: 800px;
		left: -320px;
	}

	li.menu__multi ul.menu__second-level li ul.menu__third-level {
		width: 400px !important;
	}

	.menu_wide {
		display: none !important;
	}
}

@media screen and (max-width: 860px) {
	li.menu__single ul.menu__second-level_salon {
		width: 600px;
		left: -200px;
	}
}

/*---------------------------------------------
 ** 共通
---------------------------------------------*/

#luxy {
	margin-top: 175px;
}

.ttl_bg {
	z-index: 0;
	min-height: 700px;
}

#home .ttl_bg {
	background: url(../img/main.jpg) no-repeat top center;
	background-size: 100% auto;
}

#salon .ttl_bg {
	background: url(../img/salon/main_kurakuen.jpg) no-repeat top center;
	background-size: 100% auto;
}

#menu_a .ttl_bg {
	background: url(../img/menu/main_a01.jpg) no-repeat top center;
	background-size: 100% auto;
}

#menu_b .ttl_bg {
	background: url(../img/menu/main_b01.jpg) no-repeat top center;
	background-size: 100% auto;
}

#menu_c .ttl_bg {
	background: url(../img/menu/main_c.jpg) no-repeat top center;
	background-size: 100% auto;
}

#menu_d .ttl_bg,
#news .ttl_bg,
#school .ttl_bg,
#privacy .ttl_bg,
#tokutei .ttl_bg {
	background: #a7afaa;
	min-height: 410px;
}

#menu_e .ttl_bg {
	background: url(../img/menu/main_e.jpg) no-repeat top center;
	background-size: 100% auto;
}

#menu_f .ttl_bg {
	background: url(../img/menu/main_f.jpg) no-repeat top center;
	background-size: 100% auto;
}

.ttl_bg h2 {
	text-align: center;
	font-size: 250%;
	letter-spacing: 0.3em;
	padding: 230px 0 70px;
	color: #fff;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
}

#home .ttl_bg h2 {
	color: #545655;
	padding: 150px 0;
}

#menu_d .ttl_bg h2,
#news .ttl_bg h2 {
	padding: 100px 0;
}

#school .ttl_bg h2 {
	padding: 120px 0 60px;
}

.ttl_bg h2 span {
	font-size: 50%;
	display: block;
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
}

#news .ttl_bg h2 {
	font-size: 140%;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2.4;
}

#news .ttl_bg h2 span {
	font-size: 250%;
	font-family: "Noto Serif JP", serif;
}

#school .ttl_bg h2 {
	font-size: 140%;
	font-family: "Josefin Sans", sans-serif;
	line-height: 5;
	letter-spacing: 0.05em;
}

#school .ttl_bg h2 span {
	font-size: 200%;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.3em;
	display: block;
	line-height: 1.2;
}

#privacy .ttl_bg h2 {
	font-size: 250% !important;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.3em;
	padding: 150px 0 0;
}

#tokutei .ttl_bg h2 {
	font-size: 200% !important;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	padding: 170px 0 0;
}

#main_ashiya {
	min-height: 850px;
	background: url(../img/salon/main_ashiya.jpg) no-repeat top center !important;
	background-size: 100% auto;
}

#main_headspa {
	min-height: 700px;
	background: url(../img/menu/main_a02.jpg) no-repeat top center !important;
	background-size: 100% auto;
}

#main_maternity {
	background: #a7afaa !important;
	min-height: 400px;
}

#main_headspa h2 {
	text-align: center;
	font-size: 300%;
	letter-spacing: 0.3em;
	padding: 35% 0 5%;
	color: #fff;
	font-family: "Noto Serif JP", serif;
}

#main_maternity h2 {
	padding: 45% 0 5%;
}

.img_box {
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin-bottom: 8%;
}

.img_box img {
	width: 110%;
	max-width: 110%;
}

@media screen and (max-width: 1160px) {
	.ttl_bg {
		min-height: 540px;
	}

	#main_ashiya {
		min-height: 750px;
	}

	#home .ttl_bg h2 {
		font-size: 200%;
		padding: 80px 0;
	}

	#main_headspa h2 {
		font-size: 200%;
		padding: 40% 0 5%;
	}
}

@media screen and (max-width: 1000px) {
	.ttl_bg {
		min-height: 500px;
	}

	#main_ashiya {
		min-height: 700px;
		background-size: 140% auto;
	}
}

@media screen and (max-width: 880px) {
	.ttl_bg {
		background-size: auto 100% !important;
		min-height: 600px;
	}

	#main_headspa {
		background-size: 120% auto !important;
		min-height: 640px;
	}

	.ttl_bg h2 {
		padding: 25% 0 5%;
	}

	#main_headspa h2 {
		padding: 60% 0 5%;
	}

	.img_box {
		height: 400px;
		margin-bottom: 0;
	}
}

.bg_w {
	background: #fff;
	padding: 5% 0 0;
	z-index: 2;
	margin-bottom: 30px;
	text-align: center;
}

.con {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.con h3 {
	font-size: 140%;
	padding: 0 0 3%;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.lower .con h3 {
	font-size: 180%;
}


/* モーダルCSS */
section[class^="modalArea"] {
	display: none;
	position: fixed;
	/*サイトによってここの数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	z-index: 5;
}

div[class^="modalBg"] {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
	z-index: 5;
}

div[class^="modalWrapper"] {
	position: absolute;
	top: 30vh;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	max-width: 900px;
	padding: 30px 30px;
	background-color: #fff;
	box-sizing: border-box;
}

div[class^="modalWrapper"] h3 {
	font-size: 160% !important;
	font-family: "Noto Sans JP", sans-serif !important;
}

div[class^="modalWrapper"] p {
	font-size: 100% !important;
}

div[class^="modalWrapper"] p:last-child {
	font-size: 90% !important;
	color: #666666;
}

div[class^="closeModal"] {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
	font-size: 180% !important;
}



#menu_f h3 {
	font-size: 160% !important;
	padding-top: 5%;
	letter-spacing: 0.2em;
}

#menu_f .yakuzen h3 {
	padding-bottom: 0;
}


.con h3 span {
	display: block;
	margin: 2% auto 2%;
	color: #c6c0b8;
	font-size: 90%;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.1em;
}

.lower .con h3 span {
	font-size: 70%;
}

.con h3 span.message_yaku {
	font-size: 60%;
	font-family: "Noto Serif JP", serif;
	display: block;
	margin: 0 auto 3%;
	color: #545655;
}

.concept {
	padding-bottom: 20%;
}

.p_center {
	font-size: 110%;
	line-height: 2.4;
	font-family: "Noto Serif JP", serif;
}

.p_center_menu {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
}

@media screen and (max-width: 780px) {
	.p_center_menu {
		font-size: 85%;
	}
}

.p_center_pink {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 130%;
	color: #cf8fa3;
	margin-bottom: 10px;
}

.p_center_pink span {
	padding-bottom: 0px;
	line-height: 1.4;
	border-bottom: 1px solid #cf8fa3;
	display: inline;
}

.p_center_bold {
	font-weight: 500;
	font-size: 120%;
	line-height: 2;
}

#menu_f .p_center_bold {
	font-size: 140%;
	margin: 3% auto 5%;
}

.p_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10%;
}

.p_flex>p {
	width: 50%;
	text-align: left;
}

.p_flex>div {
	width: 45%;
}

.p_flex>div p {
	text-align: right;
	letter-spacing: 0.1em;
}

#ank01,
#ank02,
#ank03,
#ank04,
#ank05,
#ank06,
#ank07,
#ank08,
#ank09,
#ank10,
#ank11 {
	display: block;
}
#ank11{
	padding-top: 5%;
	margin-top: -5%;
}

#ank04,
#ank05 {
	padding-top: 5%;
	margin-top: -5%;
}

#ank06,
#ank07 {
	padding-top: 20%;
	margin-top: -20%;
}

#ank08,
#ank09,
#ank10 {
	padding-top: 45%;
	margin-top: -45%;
}

#home #ank01 {
	padding-top: 40%;
	margin-top: -40%;
}

#home #ank02,
#home #ank03 {
	padding-top: 0%;
	margin-top: 0%;
}

#home #ank05 {
	padding-top: 7%;
	margin-top: -7%;
}

#menu_b #ank01,
#menu_b #ank02 {
	padding-top: 0;
	margin-top: 10%;
}

#menu_b #ank03 {
	padding-top: 0;
	margin-top: 2%;
}

#menu_b #ank04 {
	padding-top: 5%;
	margin-top: -5%;
}

#menu_b #ank05 {
	padding-top: 7%;
	margin-top: -7%;
}

#menu_b #ank06 {
	padding-top: 10%;
	margin-top: -10%;
}

#menu_b #ank07 {
	padding-top: 20%;
	margin-top: -20%;
}

#menu_c #ank01,
#menu_c #ank02 {
	padding-top: 0;
	margin-top: 10%;
}

#menu_c #ank03 {
	padding-top: 3%;
	margin-top: 0%;
}

#menu_c #ank04 {
	padding-top: 5%;
	margin-top: -5%;
}

#menu_c #ank05 {
	padding-top: 10%;
	margin-top: 0%;
}

#menu_c #ank06 {
	padding-top: 20%;
	margin-top: -20%;
}

#menu_c #ank07 {
	padding-top: 20%;
	margin-top: -20%;
}

#menu_c #ank08 {
	padding-top: 30%;
	margin-top: -30%;
}

#menu_c #ank09 {
	padding-top: 37%;
	margin-top: -37%;
}

#menu_d #ank11 {
	padding-top: 0;
	margin-top: 12%;
}

#menu_d #ank02,
#menu_d #ank03,
#menu_d #ank04 {
	padding-top: 0;
	margin-top: 10%;
}

#menu_d #ank05,
#menu_d #ank06,
#menu_d #ank07 {
	padding-top: 0%;
	margin-top: 0%;
}


#menu_d #ank08,
#menu_d #ank09,
#menu_d #ank10 {
	padding-top: 5%;
	margin-top: -5%;
}


#menu_e #ank01,
#menu_e #ank02 {
	padding-top: 0;
	margin-top: 10%;
}

#menu_e #ank03 {
	padding-top: 0;
	margin-top: 5%;
}

#menu_e #ank04 {
	padding-top: 0;
	margin-top: 2%;
}

#menu_e #ank05 {
	padding-top: 0;
	margin-top: 0%;
}

#menu_e #ank06 {
	padding-top: 2%;
	margin-top: -2%;
}

#menu_e #ank07 {
	padding-top: 0%;
	margin-top: 0%;
}

#menu_e #ank08 {
	padding-top: 40%;
	margin-top: -40%;
}

#menu_f #ank03 {
	padding-top: 5%;
	margin-top: -5%;
}

#salon #ank01 {
	padding-top: 40%;
	margin-top: -40%;
}

#salon #ank02 {
	padding-top: 40%;
	margin-top: -40%;
}

@media screen and (max-width: 780px) {
	#home #ank01 {
		padding-top: 30%;
		margin-top: -30%;
	}

	.concept {
		padding-bottom: 0;
	}

	#home #ank02,
	#home #ank03 {
		padding-top: 0%;
		margin-top: 25%;
	}

	#home #ank05 {
		padding-top: 0%;
		margin-top: 25%;
	}
}

@media screen and (max-width: 880px) {
	#salon .p_center {
		text-align: left;
	}

	#salon .p_center br {
		display: none;
	}

	.p_flex>p {
		width: 100%;
		text-align: left;
	}

	.p_flex>div {
		width: 100%;
		margin-bottom: 10%;
		position: relative;
	}

	.p_flex>div img {
		width: calc(93% - 200px);
		max-width: 450px;
		float: right;
		margin-left: 10px;
	}

	.p_flex>div p {
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 5%;
		margin-bottom: 0;
	}

	.p_flex>div::after {
		content: "";
		clear: both;
		display: block;
	}
}

.staff_appo {
	width: 90%;
	border: 1px solid #c6c0b8;
	outline: 1px solid #c6c0b8;
	/* 線幅、線のスタイル、カラー */
	outline-offset: -5px;
	/* 対象の要素からの距離、マイナス(内側)にも対応 */
	padding: 2% 2% 3%;
	margin: 5% auto 0;
	box-sizing: border-box;
}

#home .staff_appo {
	margin-bottom: 10%;
}

.staff_appo h4 {
	font-size: 130%;
	padding: 3% 0;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
}

.staff_appo p {
	width: 90%;
	margin: 0 auto 1em;
}

.staff_appo ul {
	width: 90%;
	margin: 0 auto;
}

.staff_appo ul li {
	font-size: 105%;
	letter-spacing: 0.1em;
}

.staff_appo ul li span {
	color: #c6c0b8;
}

.staff_appo ul+p {
	font-size: 80%;
}

.data_table {
	width: 100%;
	border-top: 1px solid #999;
	border-collapse: separate;
	margin-bottom: 5%;
	line-height: 1.8;
}

.data_table tr th {
	width: 21%;
	vertical-align: middle;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: 300;
	border-bottom: 1px solid #999;
}

.data_table tr th.va_top {
	vertical-align: top;
	padding-top: 20px;
}

.data_table tr th.moji_2 {
	letter-spacing: 3em;
}

.data_table tr th.moji_3 {
	letter-spacing: 1em;
}

.data_table tr th.moji_4 {
	letter-spacing: 0.2em;
}

.data_table tr th.moji_5 {
	letter-spacing: 0.1em;
}

.data_table tr td {
	vertical-align: middle;
	text-align: left;
	padding: 20px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	position: relative;
}

.data_table tr td ::before {
	content: "";
	width: 5px;
	height: calc(100% - 20px);
	background: #b3bfc0;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}

.data_table tr td>p {
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	position: relative;
}

.data_table tr td span {
	color: #c6c0b8;
}

.data_table tr td span {
	color: #c6c0b8;
}

.data_table tr td ul {
	margin-bottom: 1em;
}

.data_table tr td ul li {
	text-indent: -2.5em;
	margin-left: 2.5em;
}

.data_table tr td .last_p {
	margin-left: 2.5em;
}

@media screen and (max-width: 890px) {
	.data_table tr th {
		width: 26%;
	}
}


.scroll-up.done,
.scroll-fade.done {
	opacity: 1;
	transform: translate(0, 0);
}

.load-fade {
	opacity: 0;
	transition: all 4s
		/*処理にかかる時間*/
	;
}

.load-up {
	opacity: 0;
	transform: translateY(30px)
		/*スクロールアップする距離*/
	;
	transition: all 4s
		/*処理にかかる時間*/
	;
}

.load-up.done,
.load-fade.done {
	opacity: 1;
	transform: translate(0, 0);
}

.scrollanime {
	opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translate(0);
	}
}

/*2.上下の動きを指定*/
.updown {
	transform: translateY(-50px);
}

.downup {
	transform: translateY(50px);
}

/*3.左右の動きを指定*/
.sect02 {
	overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
	transform: translateX(100px);
}

.slide-left {
	transform: translateX(-100px);
}

h2 {
	text-align: center;
	margin-bottom: 7%;
	font-family: "Noto Serif JP", serif;
}

h2 span {
	font-size: 200%;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0.1em;
}

section {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 7%;
	overflow: hidden;
	text-align: center;
}

.btn_con a {
	width: 90%;
	border: 1px solid #998688;
	background: #99beac;
	color: #fff;
	font-size: 240%;
	letter-spacing: 0.4em;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	display: block;
}

.btn_con a:hover {
	background: #69ab8b;
}

#lower_main {
	width: 70%;
	max-width: 600px;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 3% 5%;
	box-sizing: border-box;
	background: #ffffff9e;
}

#lower_main h2 {
	display: inline-block;
	text-align: center;
	font-size: 160%;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

#lower_main p {
	font-size: 110%;
	font-weight: 500;
}

#lower h3 {
	font-size: 200%;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-bottom: 3%;
}

#lower h3 span {
	display: inline-block;
	margin: 0 auto;
}

#lower h3+img {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 3%;
}

.read {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 5%;
	text-align: left;
}

.dl_col3 {
	display: flex;
	flex-wrap: wrap;
}

.dl_col3 dl {
	width: 31%;
	margin-right: 3.5%;
}

.dl_col3 dl:nth-child(3n) {
	margin-right: 0;
}

.dl_col3 dl dd {
	font-size: 90%;
	line-height: 1.4;
	margin: 2% 0 10%;
	text-align: left;
}

.dl_col3 dl dd span {
	font-weight: 500;
}

.gal-3 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 5% auto;
}

.gal-3 li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.gal-3 li:nth-child(3n) {
	margin-right: 0%;
}

.salon_data {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.salon_data table {
	width: 58%;
	margin-bottom: 5%;
}

.salon_data table tr th {
	width: 100px;
	padding: 5px 0;
	font-weight: 300;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}

.salon_data table tr th::after {
	content: "：";
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}

.salon_data table tr td {
	width: calc(100% - 110px);
	padding: 5px 10px;
	text-align: left;
	box-sizing: border-box;
}

.salon_data table tr td dl {
	display: flex;
	margin-bottom: 10px;
}

.salon_data table tr td dl dt {
	width: 120px;
}

.salon_data table tr td dl dd {
	width: calc(100% - 130px);
}

.space01 span {
	letter-spacing: 2em;
}

.space02 span {
	letter-spacing: 1em;
}

.space03 span {
	letter-spacing: 0.5em;
}

.salon_data iframe {
	width: 40%;
	height: 400px;
}

@media screen and (max-width: 1040px) {
	.salon_data table {
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5%;
	}

	.salon_data iframe {
		width: 100%;
	}
}

/* 料金テーブル */

.price_scroll {
	min-height: 120px;
}

.price_tbl table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 6px;
	text-align: center;
	margin-bottom: 0px;
}

.price_tbl table tr th {
	width: 15%;
	background: #a7afaa;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 10px;
	box-sizing: border-box;
	border-left: 0;
}

.price_tbl table tr th:nth-child(1) {
	width: 25%;
	border-left: 1px solid #fff;
}

.price_tbl table tr td {
	border: 1px solid #666;
	padding: 1px 10px;
	box-sizing: border-box;
	border-left: 0;
}

.price_tbl table tr td:nth-child(1) {
	background: #dbe0dc;
	border-left: 1px solid #666;
}

.price_tbl+.price_tbl,
.note+.price_tbl {
	margin-top: 2%;
}

.price_p p {
	font-size: 180%;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
}

.price_p p span:nth-of-type(1) {
	font-size: 70%;
}

.price_p p span:nth-of-type(2) {
	font-size: 50%;
	display: block;
}

.price_p table+p span:nth-of-type(2) {
	margin-top: 10px;
	padding-bottom: 50px;
}

.price_p table {
	width: 90%;
	max-width: 580px;
	display: inline-block;
	border-collapse: separate;
	border-spacing: 50px 10px;
}

.price_p table th {
	font-size: 180%;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: right;
	font-weight: 300;
	vertical-align: top;
	line-height: 1.6;
	margin-bottom: 0;
	padding: 0;
}

.price_p table th p {
	font-size: 70%;
	margin-bottom: 0;
}

.price_p table td {
	font-size: 180%;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	vertical-align: top;
	line-height: 1.6;
}

.menu_flow p:nth-child(1) {
	padding-top: 30px;
	font-weight: 500;
}

.menu_flow ul li {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.menu_flow ul li::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #c1c6c2 transparent transparent transparent;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -22px;
	margin: 0 auto;
}

.menu_flow ul li:last-child:after {
	border-width: 0;
}

.price_tbl+.note li {
	font-size: 90%;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.6;
}

.link_staff {
	text-align: right;
	margin-bottom: 0;
	font-size: 90%;
}

.link_staff_center {
	text-align: center;
	margin-bottom: 0;
	font-size: 90%;
}

.price_p+.link_staff_center {
	margin-top: -20px;
}

#menu_b .con,
#menu_c .con,
#menu_e .con {
	position: relative;
	padding-bottom: 8%;
	margin-top: 8%;
}

#menu_d .con {
	position: relative;
	padding-bottom: 8%;
	margin-top: 8%;
}

#menu_b .con::after,
#menu_c .con::after,
#menu_d .con::after,
#menu_e .con::after {
	content: "";
	width: 150px;
	height: 2px;
	background: #cf8fa3;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#menu_b .con:last-of-type:after,
#menu_c .con:first-of-type:after,
#menu_c .con:last-of-type:after,
#menu_d .con:last-of-type:after,
#menu_e .con:last-of-type:after {
	content: "";
	width: 0;
	height: 0;
}

.line_double {
	width: 95%;
	border: 1px solid #c6c0b8;
	outline: 1px solid #c6c0b8;
	/* 線幅、線のスタイル、カラー */
	outline-offset: -5px;
	/* 対象の要素からの距離、マイナス(内側)にも対応 */
	padding: 4% 2% 4%;
	margin: 5% auto 0;
	box-sizing: border-box;
}

#menu_f .line_double {
	margin-bottom: 10%;
}

.line_double h4 {
	padding: 1% 0 1%;
	letter-spacing: 0.1em;
}

.line_double h4 span {
	font-size: 110%;
}

.line_double h4.h4_line {
	position: relative;
	margin-bottom: 4%;
}

.line_double h4.h4_line::after {
	content: "";
	width: 80%;
	max-width: 600px;
	height: 1px;
	background: #c6c0b8;
	display: block;
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.line_double p {
	width: 90%;
	margin: 0 auto 1em;
}

.line_double ul {
	width: 90%;
	margin: 0 auto;
}

.line_double ul li {
	text-indent: -1.5em;
	margin-left: 1em;
	line-height: 1.8;
	margin-bottom: 15px;
}

.line_double ul li span {
	color: #c6c0b8;
}

.line_double ul+p {
	font-size: 80%;
}

.line_double_electro {
	width: 90%;
	border: 1px solid #c6c0b8;
	outline: 1px solid #c6c0b8;
	/* 線幅、線のスタイル、カラー */
	outline-offset: -5px;
	/* 対象の要素からの距離、マイナス(内側)にも対応 */
	padding: 4% 2% 3%;
	margin: 5% auto 0;
	box-sizing: border-box;
}

.line_double_electro h4 {
	padding: 1% 0 1%;
	letter-spacing: 0.1em;
	margin-top: 5%;
}

.line_double_electro p {
	width: 95%;
	margin: 0 auto 1em;
}

.line_double_electro ul {
	width: 90%;
	margin: 0 auto 5%;
}

.line_double_electro ul li {
	letter-spacing: 0.1em;
	text-indent: -1.5em;
	margin-left: 1em;
	line-height: 1.8;
	margin-bottom: 10px;
}

.line_double_electro ul li span {
	color: #c6c0b8;
}

.electro_obi {
	font-size: 130%;
	background: #a7afaa;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 1.6;
}

.electro_bold {
	font-size: 140%;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 780px) {
	.electro_bold {
		font-size: 120%;
	}

	.electro_obi {
		font-size: 120%;
	}

	.lower .con h3 {
		font-size: 160%;
	}

	#menu_f .line_double p {
		text-align: left;
	}

	#menu_f .line_double p br {
		display: none;
	}
}

#menu_f .line_double h4 {
	font-size: 140%;
	padding: 1% 0 1%;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 4%;
}

#menu_f .line_double>div {
	margin-bottom: 5%;
}

#menu_f .line_double>div h5 {
	font-weight: 300;
	margin-bottom: 5px;
}

#school .line_double h4 {
	font-size: 120%;
	line-height: 1.6;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
}

#school .line_double p {
	letter-spacing: 0.1em;
}

#school .line_double p span:nth-of-type(1) {
	font-size: 120%;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
}

#school .line_double p span:nth-of-type(2) {
	font-size: 160%;
}

.school-add{
text-align:left !important;
margin-left:1em;
}

.school-add:before{
content:"※";
margin-left:-1em;
}


.p_underline,
.table_underline {
	position: relative;
	margin-bottom: 8% !important;
}

.p_underline:after {
	content: "";
	width: 80%;
	max-width: 500px;
	height: 1px;
	background: #c6c0b8;
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.table_underline:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #c6c0b8;
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.plan_short::before {
	content: "お手軽\Aショート\Aプラン";
	white-space: pre;
	width: 130px;
	height: 130px;
	border-radius: 65px;
	display: block;
	font-size: 150%;
	line-height: 1.2;
	padding-top: 22px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	color: #fff;
	box-sizing: border-box;
	background: #c6c0b8;
	display: inline-block;
	position: absolute;
	top: -1%;
	right: 0;
}

.plan_set::before {
	content: "1番お得な\Aセット\Aプラン";
	white-space: pre;
	width: 130px;
	height: 130px;
	border-radius: 65px;
	display: block;
	font-size: 130%;
	line-height: 1.2;
	padding-top: 30px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	color: #fff;
	box-sizing: border-box;
	background: #c6c0b8;
	display: inline-block;
	position: absolute;
	top: -1%;
	right: 0;
}

.plan_set_position::before {
	content: "1番お得な\Aセット\Aプラン";
	white-space: pre;
	width: 130px;
	height: 130px;
	border-radius: 65px;
	display: block;
	font-size: 130%;
	line-height: 1.2;
	padding-top: 30px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	color: #fff;
	box-sizing: border-box;
	background: #c6c0b8;
	display: inline-block;
	position: absolute;
	top: -1%;
	right: 8%;
}

ul.list_maru {
	width: 90%;
	margin: 0 auto;
}

ul.list_maru li {
	letter-spacing: 0.1em;
	text-indent: -1.5em;
	margin-left: 1em;
	line-height: 1.8;
	margin-bottom: 10px;
}

ul.list_maru li span {
	color: #c6c0b8;
}

.yomogi_img {
	width: 100%;
	text-align: center;
	margin: 5% auto;
}

.yomogi_img img {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 5px;
}

.yomogi_img p {
	font-size: 90%;
}


@media screen and (max-width: 880px) {
	.plan_short::before {
		content: "お手軽\Aショート\Aプラン";
		white-space: pre;
		width: 100px;
		height: 100px;
		border-radius: 65px;
		display: block;
		font-size: 120%;
		line-height: 1.2;
		padding-top: 15px;
		text-align: center;
		font-family: "Noto Serif JP", serif;
		color: #fff;
		box-sizing: border-box;
		background: #c6c0b8;
		display: inline-block;
		position: absolute;
		top: -1%;
		right: 0;
	}
}

.yomogi_option {
	width: 95%;
	max-width: 750px;
	border: 2px solid #CF8FA3;
	box-sizing: border-box;
	padding: 4% 5% 5%;
	position: relative;
	margin: 0 auto 10%;
}

.yomogi_option::before {
	content: 'OPTION';
	display: inline-block;
	color: #CF8FA3;
	font-size: 130%;
	max-width: 100px;
	background: #fff;
	padding: 1% 2%;
	position: absolute;
	top: -28px;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

#menu_f h3.yomogi_h3 {
	font-size: 140% !important;
	line-height: 1.2;
	padding: 2% 0 1%;
}

#menu_f h3.yomogi_h3_2 {
	padding: 2% 0 2%;
	font-size: 130% !important;
	letter-spacing: 0.05em;
}

.yomogi_option p {
	font-family: "Noto Serif JP", serif;
	font-size: 105%;
	margin-bottom: 0;
}

.yomogi_option p.small {
	font-size: 90%;
}

.yomogi_option p:nth-of-type(1) {
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.yomogi_option ul {
	font-family: "Noto Serif JP", serif;
	font-size: 105%;
	margin-bottom: 1em;
}

.yomogi_option ul:nth-of-type(1) {
	color: #CF8FA3;
	line-height: 1.8;
}

.yomogi_option ul:nth-of-type(2) {
	font-size: 90%;
}


.yomogi_plus p {
	font-family: "Noto Serif JP", serif;
	font-size: 105%;
	margin-bottom: 1em;
}

.yomogi_plus p.small {
	font-size: 90%;
}

.yomogi_plus p:nth-of-type(1) {
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.yomogi_plus h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 3%;
}

.yomogi_plus h4:before,
.yomogi_plus h4:after {
	border-top: 1px solid #999;
	content: "";
	width: 40px;
}

.yomogi_plus h4:before {
	margin-right: 1rem;
}

.yomogi_plus h4:after {
	margin-left: 1rem;
}

.yomogi_plus .col_3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.yomogi_plus .col_3 dl {
	width: 31%;
	margin: 3% 0;
}

.yomogi_plus .col_3 dl dt span {
	display: block;
	color: #CF8FA3;
	text-align: center;
	font-size: 110%;
}

.yomogi_plus .col_3 dl dd {
	text-align: center;
	margin-top: 2%;
	font-size: 95%;
}


.price_yakuzen {
	font-size: 90%;
}

.price_yakuzen table {
	max-width: 460px;
}

.price_yakuzen th {
	text-align: left !important;
	padding-top: 10px;
}

.price_yakuzen .small {
	height: 35px;
}

.price_yakuzen .small th {
	font-size: 90%;
	line-height: 1.0;
	letter-spacing: 0;
}

.yakuzen_soup {
	max-width: 800px;
	margin: 10% auto 0;
}

.yakuzen_soup h4 {
	color: #CF8FA3;
	font-size: 100%;
	margin-bottom: 2%;
}

.yakuzen_soup h4+p {
	font-size: 95%;
	margin-bottom: 5%;
}

.yakuzen_soup .col_3 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.yakuzen_soup .col_3 dl {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
}

.yakuzen_soup .col_3 dl:nth-child(3n) {
	margin-right: 0;
}

.yakuzen_soup .col_3 dl dt {
	margin-bottom: 1%;
}

.yakuzen_soup .col_3 dl dd {
	font-size: 90%;
}


.pink_btn {
	text-align: center;
	margin: 2% 0;
}

#news .pink_btn {
	margin: 5% 0 2%;
}

.pink_btn a {
	display: inline-block;
	position: relative;
	padding: 0.4% 8% 0.5% 5%;
	background: #CF8FA3;
	color: #fff;
	text-align: center;
	font-size: 90%;
}

.pink_btn a:hover {
	opacity: 0.7;
}

.pink_btn a::before {
	content: '';
	position: absolute;
	top: 35%;
	right: 20px;
	display: block;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.pink_btn a::after {
	content: '';
	position: absolute;
	top: 35%;
	right: 27px;
	display: block;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.pink_btn+p.small {
	font-size: 80%;
	margin-top: -1.5%;
}

.pink_underline {
	text-align: center;
	display: inline-block;
	color: #CF8FA3;
	border-bottom: #CF8FA3 1px solid;
	padding: 0 1% 0.3%;
	font-family: "Noto Serif JP", serif;
}

p.meguru {
	max-width: 900px;
	background: url(../img/menu/menu_yomogi02.jpg) no-repeat right top 0;
	background-size: 250px;
	padding: 6% 290px 6% 0;
	font-size: 95%;
	text-align: left;
	margin: -5% auto 5%;
	box-sizing: border-box;
}

@media screen and (max-width: 780px) {
	.yomogi_plus .col_3 dl {
		font-size: 85%;
	}

	p.meguru {
		background: url(../img/menu/menu_yomogi02.jpg) no-repeat right top 0;
		background-size: 180px;
		padding: 5% 220px 5% 0
	}
}

/* お知らせ */
.news {
	margin: 0 auto 9%;
	text-align: left;
}

.news_date {
	font-size: 85%;
	margin-bottom: 0;
}

.news h3 {
	font-size: 130% !important;
	border-bottom: 1px solid #c6c0b8;
	padding-bottom: 8px;
	margin-bottom:10px;
	font-family: "Noto Sans JP", sans-serif;
}

.news_shopping {
	text-align: right;
	font-size: 85%;
}

.news_shopping a:link,
.news_shopping a:visited {
	color: #cf8fa3;
}

.news_shopping a:hover,
.news_shopping a:active {
	color: #f1c7d4;
}

.news_img_box {
	width: 85%;
	max-width: 350px;
	margin: 8% auto 3%;
}

.news_img_box img {
	margin-bottom: 5px;
}

.news_img_box p {
	text-align: right;
	font-size: 90%;
}

.news dl {
	width: 95%;
	margin: 0 auto 5%;
}

.news dl dt {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.news dl dt span {
	color: #c6c0b8;
}

.news dl dd {
	margin-left: 1.5em;
}

.mb_none {
	margin-bottom: 0;
}

.news ul {
	width: 95%;
	margin: 0 auto 5%;
}

/* スクール */
.school_course {
	width: 100%;
	max-width: 830px;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.school_course {
	width: 100%;
	max-width: 730px;
	margin: 5% auto 8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.school_course .school_color {
	width: 100%;
	color: #c6c0b8;
	margin-bottom: 5%;
	letter-spacing: 0.1em;
}

.school_course>div {
	width: 49%;
}

.school_course dl {
	margin-bottom: 12%;
	text-align: left;
	font-family: "Noto Serif JP", serif;
}

.school_course dl dt {
	text-indent: -1.5em;
	margin-left: 1.5em;
	font-size: 110%;
	line-height: 1.6;
}

.school_course dl dt span:nth-of-type(1) {
	color: #c6c0b8;
}

.school_course dl dt span:nth-of-type(2) {
	font-size: 90%;
	display: block;
	margin-left: 1.5em;
}

.school_course dl dd {
	margin-bottom: 5%;
	margin-left: 1.5em;
	font-size: 150%;
	letter-spacing: 0.1em;
}

.school_course dl dd span {
	font-size: 50%;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 0em;
	font-family: "Noto Sans JP", sans-serif;
}

.school_course>div:nth-of-type(2) img:nth-of-type(1) {
	margin-bottom: 15%;
	display: block;
}

.school_course>div:nth-of-type(2) p {
	font-size: 120%;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	line-height: 1.6;
}

.school_course>div:nth-of-type(2) img:nth-of-type(2) {
	max-width: 230px;
	margin-bottom: 5%;
}

.school-support {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px;
}

.school-support {
	text-align: left;
	margin-bottom: 20px;
}

.school-support p {
	margin-bottom: 0;
}

.school_maternity {
	width: 100%;
	max-width: 780px;
	margin: 5% auto;
	margin-bottom: 8%;
	text-align: left;
}

.school_maternity div {
	margin-bottom: 8%;
}

.school_maternity h4 {
	width: 100%;
	font-size: 130%;
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
}

.school_maternity h5 {
	font-size: 120%;
	margin-bottom: 0;
	text-indent: -1.5em;
	margin-left: 1.5em;
	font-family: "Noto Serif JP", serif;
}

.school_maternity h5 span {
	color: #c6c0b8;
}

.school_maternity p {
	margin-left: 1.5em;
}

.school_maternity .curriculum {
	margin: 0 0 0 15px;
}

.school_maternity .curriculum li {
	margin-bottom: 0;
}

.school_mate_price {
	font-size: 150%;
	line-height: 1.6;
	margin-left: 1.5em;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
}

.school_mate_price span:nth-of-type(1) {
	font-size: 60%;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0em;
}

.school_mate_price span:nth-of-type(2) {
	font-size: 40%;
	display: inline-block;
	margin-left: 15px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0em;
}

.school_maternity ul {
	margin: 5% auto;
}

.school_maternity ul li {
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-bottom: 10px;
}

.therapist-course {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 15px 10px 10px;
}

.therapist-course ul {
	margin: 0 0 0 15px;
}

.therapist-course h5 {
	font-size: 1.6rem;
}

.mb0 {
	margin-bottom: 0;
}

/* プライバシーポリシー */
#privacy {
	line-height: 1.8;
}

.privacy_read {
	margin-bottom: 5%;
	text-align: left !important;
}

#privacy dl {
	margin-bottom: 5%;
	text-align: left !important;
}

#privacy dl dd {
	margin-left: 0;
}

/* 特定商取引 */

#tokutei {
	line-height: 1.8;
}


/*---------------------------------------------
 **  フッター
---------------------------------------------*/

footer {
	margin-top: 10%;
}

.lower footer {
	margin-top: -10% !important;
}

#menu_b footer,
#menu_c footer {
	margin-top: -30% !important;
}

#menu_e footer {
	margin-top: -40% !important;
}

#school footer,
#privacy footer,
#tokutei footer {
	margin-top: 10% !important;
}

.foot_bg {
	background: #a7afaa;
	padding: 2% 0;
	text-align: center;
}

.foot_bg p {
	margin-bottom: 0px;
	font-size: 110%;
}

.foot_bg ul {
	width: 95%;
	max-width: 800px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-around;
	letter-spacing: 0.1em;
}

.foot_bg img {
	width: 90%;
	max-width: 260px;
	margin: 0 auto;
}

.foot_bg ul li a:link,
.foot_bg ul li a:visited {
	color: #545655;
}

.foot_copy {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 90%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.foot_copy p:nth-child(2) {
	text-align: right;
}

.f_sns {
	display: none;
}

@media screen and (max-width: 880px) {
	.foot_copy {
		width: 98%;
		font-size: 80%;
	}
}

#pageTop {
	position: fixed;
	bottom: 62px;
	right: 0px;
	z-index: 999;
}

#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/page_top.jpg) no-repeat;
	background-size: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* バナー追加 20220525 */

#header h1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

#header h1 a {
	width: 270px;
	display: block;
	padding: 20px 0 15px 25px;
}

.furelte_ban {
	width: 400px;
	position: absolute;
	top: 20px;
	right: 250px;
}

.furelte_ban a img:nth-of-type(2) {
	display: none;
}

#main_furelte {
	display: none;
}

@media screen and (max-width: 1090px) {

	#header h1 a {
		padding: 20px 0 15px 20px;
	}

	.furelte_ban {
		width: 300px;
		position: absolute;
		top: 30px;
		right: 250px;
	}

}

@media screen and (max-width: 900px) {
	#header h1 a {
		width: 250px;
		padding: 20px 0 15px 10px;
	}

	.furelte_ban {
		width: 220px;
		position: absolute;
		top: 30px;
		right: 225px;
	}

	.furelte_ban a img:nth-of-type(1) {
		display: none;
	}

	.furelte_ban a img:nth-of-type(2) {
		display: block;
	}
}


@media screen and (max-width: 740px) {

.news h3 {
	font-size: 115% !important;
	line-height:1.7;
	letter-spacing:0;
	padding-bottom: 9px !important;
	margin-bottom:10px;
}

.news {
	margin: 0 auto 12%;
	text-align: left;
}

}