/*--common--*/
main article {
	padding-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 50%, #ffff96 50%);
	font-style: normal;
}

.smp {
	display: none;
}

.ttl_page {
	background: url(../../img/common/ttl_background.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 40px;
}

.ttl_page .inner {
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ttl_page h1 {
	font-size: 3.8rem;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	color: #2f3a4d;
}

.ttl_page h1 small {
	font-size: 1.8rem;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: 'Poppins', sans-serif;
	background: rgba(15, 79, 121, 0.8);
	color: #fff;
}

.ttl_page:after {
	display: block;
	content: "";
	width: 100%;
	height: 8px;
	background: #fff url(../../img/common/pattern_stripe.png);
}

.page_price .ttl_page {
	background: url(../../img/menu/ttl_price.jpg) no-repeat center center;
}

.page_hair-care .ttl_page {
	background: url(../../img/menu/ttl_haircare.jpg) no-repeat center center;
}

.page_hair-color .ttl_page {
	background: url(../../img/menu/ttl_haircolor.jpg) no-repeat center top;
}

.page_m3d .ttl_page {
	background: url(../../img/menu/ttl_m3d.jpg) no-repeat center top;
}

.page_party .ttl_page {
	background: url(../../img/menu/ttl_party.jpg) no-repeat center top;
}

.page_relaxation .ttl_page {
	background: url(../../img/menu/ttl_relaxation.jpg) no-repeat center center;
}

.page_staff .ttl_page {
	background: url(../../img/index/background_catch.jpg) no-repeat center top;
}


/*--voice--*/
.page_voice .voice_box {
	width: 900px;
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0 15px;
}

.page_voice .voice_box h2 {
	position: relative;
	padding: 0.5em 15px;
	background: #a6d3c8;
	color: #fff;
	font-size: 2.0rem;
	margin-bottom: 30px;
	font-weight: bold;
}

.page_voice .voice_box h2:before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	border: none;
	border-bottom: 15px solid transparent;
	border-right: 20px solid rgb(149, 158, 155);
}

.page_voice .voice_item {
	border: 4px double #ddd;
	padding: 20px;
	margin-bottom: 30px;
}

.page_voice .voice_item h3.customer {
	font-size: 2.0rem;
	color: #15aaae;
	font-weight: bold;
	display: flex;
	align-items: baseline;
	line-height: 1.6;
}

.page_voice .voice_item h3.customer span {
	margin-right: 1em;
}

.page_voice .voice_item h3.customer:before {
	content: "\f044";
	font-family: FontAwesome;
	margin-right: 5px;
}

.page_voice .voice_item p.from {
	padding: 15px;
	background: #eef4f5;
	margin-bottom: 30px;
	border-radius: 4px;
	font-size: 1.6rem;
}

.page_voice .voice_item h3.staff {
	color: #918b82;
	font-size: 1.8rem;
	display: flex;
	align-items: baseline;
	line-height: 1.6;
}

.page_voice .voice_item h3.staff:before {
	content: "\f112";
	font-family: FontAwesome;
	margin-right: 5px;
}

.page_voice .voice_item p.revoice {
	padding: 15px;
	background: #f5f3f0;
	border-radius: 4px;
	font-size: 1.6rem;
}

.page_voice .voice_item .fromstaff {
	display: block;
	border-top: 1px dashed #918b82;
	text-align: right;
	margin-top: 10px;
	font-size: 1.4rem;
	color: #918b82;
	font-weight: bold;
	padding: 5px 5px 0;
}


/*--faq--*/
.page_faq .qa_link {
	padding: 40px 15px;
}

.page_faq .qa_link ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}

.page_faq .qa_link ul li {
	padding-right: 15px;
	display: flex;
	align-items: baseline;
}

.page_faq .qa_link ul li:not(:first-child):before {
	content: "/";
	display: block;
	padding-right: 15px;
}

.page_faq .qa_cat {
	margin-bottom: 60px;
}

.page_faq .qa_cat .inner {
	padding: 0 15px;
}

.page_faq .qa_cat h2 {
	display: flex;
	align-items: baseline;
	font-size: 2.4rem;
	font-weight: bold;
	border-top: 5px solid #edf3f4;
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
	margin-bottom: 15px;
}

.page_faq .qa_cat h2:before {
	content: "\f02e";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #15aaae;
}

.page_faq .qa_cat dl {
	margin-bottom: 15px;
}

.page_faq .qa_cat dl dt {
	font-size: 2.0rem;
	display: flex;
	align-items: baseline;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6;
}

.page_faq .qa_cat dl dt:before {
	display: block;
	content: "Q.";
	font-family: 'Poppins', sans-serif;
	font-size: 4.0rem;
	margin-right: 10px;
	color: #970909;
}

.page_faq .qa_cat dl dd {
	padding: 15px;
	background: #f5f3f0;
	border-radius: 4px;
	font-size: 1.6rem;
}

.page_faq .qa_cat dl dd .voice {
	border-top: 1px solid #ddd;
	padding: 10px;
	margin-top: 15px;
	color: #0e3d6e;
}

.page_faq .qa_cat dl dd .voice h3 {
	font-weight: bold;
}


/*--staff--*/
.page_staff .staff_item {
	margin-bottom: 40px;
}

.page_staff .staff_item .inner {
	display: flex;
	flex-flow: row wrap;
	padding: 0 15px;
}

.page_staff .staff_item .row {
	width: 65%;
	padding: 15px;
}

.page_staff .staff_item .photo {
	width: 35%;
	padding: 15px;
}

.page_staff .staff_item .row h2 {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0 15px;
	border-left: 8px solid #11708b;
	font-weight: bold;
}

.page_staff .staff_item .row h2 small {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 2px;
}

.page_staff .staff_item .row table {
	width: 100%;
	border-bottom: 1px solid #cfe0e5;
	margin-bottom: 10px;
	line-height: 1.5;
}

.page_staff .staff_item .row table th {
	padding: 10px 15px;
	background: #edf3f4;
	width: 150px;
	border-top: 1px solid #cfe0e5;
	vertical-align: top;
}

.page_staff .staff_item .row table td {
	padding: 10px 30px;
	background: #fff;
	border-top: 1px solid #cfe0e5;
}

.page_staff .staff_item .row table ul li {
	display: flex;
	align-items: baseline;
}

.page_staff .staff_item .row table ul li:before {
	display: block;
	content: "\f058";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #11708b;
}


/*--about--*/
.page_about .info {
	margin-bottom: 60px;
}

.page_about .info .inner {
	display: flex;
	flex-flow: row wrap;
}

.page_about .info .row {
	width: 65%;
	padding: 15px;
}

.page_about .info .photo {
	width: 35%;
	padding: 15px;
}

.page_about .info .row p {
	line-height: 1.2;
	margin-bottom: 10px;
}

.page_about .info .row p small {
	font-size: 1.2rem;
}

.page_about .info .row .map {
	margin-left: 5px;
}

.page_about .info .row .phone {
	margin-bottom: 20px;
}

.page_about .info .row .phone a {
	font-size: 2.4rem;
	font-family: 'Poppins', sans-serif;
}

.page_about .info .row .phone a small {
	font-size: 1.6rem;
	margin-right: 5px;
}

.page_about .info .row table {
	width: 100%;
	border-bottom: 1px solid #cfe0e5;
	margin-bottom: 20px;
	line-height: 1.5;
}

.page_about .info .row table th {
	padding: 10px 10px;
	background: #edf3f4;
	width: 100px;
	border-top: 1px solid #cfe0e5;
	vertical-align: top;
	width: 25%;
}

.page_about .info .row table td {
	padding: 10px 50px;
	background: #fff;
	border-top: 1px solid #cfe0e5;
}

.page_about .info .row table td small {
	font-size: 1.2rem;
	display: inline-block;
}

.page_about .info .row .supplement {
	line-height: 1.4;
}

.page_about .info .row .supplement li {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

.page_about .info .row .supplement li:before {
	content: "※";
	display: block;
	margin-right: 5px;
}

.page_about .info .row table td div a {
	background: #15aaae;
	color: #fff;
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 5px 15px;
}

.page_about .info .row table td div a:before {
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 10px;
	display: block;
}

.page_about .counseling h2,
.page_about .recruit h2 {
	font-size: 4.0rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 50px;
}

.page_about .counseling h2 small,
.page_about .recruit h2 small {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_about .calendar h2,
.page_about .reserve h2 {
	font-size: 4.0rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_about .calendar h2 small,
.page_about .reserve h2 small {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_about .half_column .inner {
	display: flex;
	flex-flow: row wrap;
}

.page_about .half_column .row {
	width: 50%;
	padding: 15px;
}

.page_about .calendar .schedule_box {
	display: block;
	width: 400px;
	height: 470px;
	margin: 0 auto;
}

.page_about .reserve p {
	font-size: 1.6rem;
	margin-bottom: 1.2em;
}

.page_about .reserve .supplement li {
	display: flex;
	align-items: baseline;
}

.page_about .reserve .supplement li:before {
	content: "※";
	display: block;
	margin-right: 5px;
}

.page_about .counseling:before {
	display: block;
	content: "";
	width: 100%;
	height: 8px;
	background: url(../../img/common/pattern_stripe.png);
}

.page_about .counseling {
	padding: 50px 0;
}

.page_about .counseling .inner {
	width: 850px;
	padding: 60px 15px 70px;
}

.page_about .counseling h3 {
	font-size: 2.7rem;
	line-height: 1.3;
	margin-bottom: 30px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.page_about .counseling p {
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.page_about .counseling .supplement {
	line-height: 1.2;
}

.page_about .counseling .supplement li {
	display: flex;
	align-items: baseline;
}

.page_about .counseling .supplement li:before {
	content: "＊";
	margin-right: 5px;
	display: block;
}

.page_about .counseling .price {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}

.page_about .counseling .price li {
	width: 50%;
	padding: 0 15px;
}

.page_about .counseling .price dl {
	display: flex;
	flex-flow: row wrap;
	border-top: 1px solid #cfe0e5;
	border-bottom: 1px solid #cfe0e5;
}

.page_about .counseling .price dl dt {
	background: #edf3f4;
	text-align: center;
	width: 50%;
	padding: 10px 0;
}

.page_about .counseling .price dl dd {
	background: #fff;
	text-align: center;
	width: 50%;
	padding: 10px 0;
}

.page_about .recruit {
	padding: 50px 0 60px;
	background: #fafafa;
}

.page_about .recruit .inner {
	width: 900px;
	padding: 0 15px;
}

.page_about .recruit h3 {
	display: flex;
	align-items: baseline;
	font-size: 2.0rem;
	font-weight: bold;
	border-top: 5px solid #edf3f4;
	border-bottom: 1px dashed #ddd;
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
}

.page_about .recruit h3 span {
	display: block;
	margin-right: 10px;
	background: #15aaae;
	color: #fff;
	font-size: 1.6rem;
	padding: 0 15px;
}

.page_about .recruit p {
	font-size: 1.6rem;
	margin-bottom: .8em;
}

.page_about .recruit .phone {
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
}

.page_about .recruit .phone small {
	font-size: 1.2rem;
	margin-right: 5px;
}

.page_about .recruit table {
	width: 100%;
	border-bottom: 1px solid #cfe0e5;
	margin-bottom: 10px;
	line-height: 1.5;
}

.page_about .recruit table th {
	padding: 10px 15px;
	background: #edf3f4;
	width: 150px;
	border-top: 1px solid #cfe0e5;
	vertical-align: top;
}

.page_about .recruit table td {
	padding: 10px 30px;
	background: #fff;
	border-top: 1px solid #cfe0e5;
}

.page_about .gallery {
	padding: 40px 0;
}

.page_about .gallery ul {
	display: flex;
	flex-flow: row wrap;
}

.page_about .gallery ul li {
	width: 25%;
	padding: 15px;
}

.page_about .gallery ul li img {
	width: 100%;
}


/*--price--*/
.page_price .menu_explain {
	margin-bottom: 30px;
}

.page_price .menu_explain ul {
	display: flex;
	flex-flow: row wrap;
}

.page_price .menu_explain ul li {
	width: 25%;
	min-height: 180px;
	padding: 15px;
}

.page_price .menu_explain ul li a {
	display: block;
	padding: 15px;
	height: 100%;
	border: 4px double #ddd;
	color: #362e2b;
}

.page_price .menu_explain ul dl dt {
	font-size: 1.6rem;
	text-align: center;
}

.page_price .menu_explain ul dl dd {
	font-size: 1.2rem;
}

.page_price .menu_explain ul figure img {
	width: 150px;
	display: block;
	margin: 0 auto;
}

.page_price .menu_explain ul li:first-child a {
	background-image: linear-gradient(135deg, #f7ffff 10%, #a5d6a7 100%);
}

.page_price .menu_explain ul li:nth-child(2) a {
	background-image: linear-gradient(135deg, #fffde7 10%, #e0f2f1 100%);
}

.page_price .menu_explain ul li:nth-child(3) a {
	background-image: linear-gradient(135deg, #fffde7 10%, #f8bbd0 100%);
}

.page_price .menu_explain ul li:last-child a {
	background-image: linear-gradient(135deg, #fff9c4 10%, #ffa726 100%);
}

.page_price .menu_box {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}

.page_price .menu_box .menu {
	width: 50%;
	padding: 15px;
	margin-bottom: 30px;
}

.page_price .menu_box .menu h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 3.6rem;
	line-height: 1.3;
	border-top: 5px solid #edf3f4;
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
	margin-bottom: 15px;
}

.page_price .menu_box .menu h2 small {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_price .menu_box .menu h2 span {
	font-size: 1.2rem;
	background: #f5f3f0;
	font-weight: normal;
	padding: 5px 10px;
	letter-spacing: 1px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.page_price .menu_box .menu h3 {
	font-weight: bold;
	font-size: 1.3rem;
	background: #f06292;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.page_price .menu_box .menu dl {
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-flow: row wrap;
	padding: 0 10px;
}

.page_price .menu_box .menu dl dt {
	font-size: 1.6rem;
	width: 65%;
	padding: 15px 0;
	padding-right: 15px;
}

.page_price .menu_box .menu dl dt:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #15aaae;
}

.page_price .menu_box .menu dl dt small {
	display: block;
	font-size: 1.4rem;
}

.page_price .menu_box .menu dl dd {
	width: 35%;
	padding: 15px 0;
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	text-align: right;
}

.page_price .menu_box .menu .explain {
	padding: 10px 15px;
	border: 4px double #ddd;
}

.page_price .menu_box .menu .supplement {
	padding: 15px 0;
}

.page_price .menu_box .menu .supplement li {
	display: flex;
	align-items: baseline;
}

.page_price .menu_box .menu .supplement li:before {
	content: "※";
	margin-right: 5px;
	display: block;
}


/*--m3d--*/
.page_m3d .about {
	margin-bottom: 40px;
}

.page_m3d .about .inner {
	display: flex;
	flex-flow: row wrap;
}

.page_m3d .about .row {
	width: 60%;
	padding: 15px;
}

.page_m3d .about .photo {
	width: 40%;
	padding: 15px;
}

.page_m3d .about .row h2 {
	font-size: 4.0rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_m3d .about .row h2 small {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_m3d .about .row h3 {
	font-size: 2.3rem;
	line-height: 1.3;
	margin-bottom: 30px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.page_m3d .about p {
	font-size: 1.6rem;
}

.page_m3d .report {
	margin-bottom: 40px;
}

.page_m3d .report h2 {
	font-size: 3.6rem;
	line-height: 1.5;
	border-top: 5px solid #edf3f4;
	border-bottom: 1px dashed #ddd;
	padding: 20px 0;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}

.page_m3d .report ul {
	display: flex;
	flex-flow: row wrap;
}

.page_m3d .report ul li {
	width: 50%;
	padding: 15px;
	margin-bottom: 15px;
}

.page_m3d .report ul li dl {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.page_m3d .report ul dl dt {
	width: 48%;
	padding: 10px;
	background: #f5f3f0;
	position: relative;
	border-radius: 4px;
}

.page_m3d .report ul dl dt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	border: 8px solid transparent;
	border-left: 10px solid #f5f3f0;
}

.page_m3d .report ul dl dd {
	width: 48%;
}


/*--party--*/
.page_party .license {
	border-bottom: 1px solid #eee;
}

.page_party .license .inner {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
}

.page_party .license .row {
	width: 40%;
	padding: 0 15px;
}

.page_party .license .photo {
	width: 60%;
	padding: 0 15px;
}

.page_party .license .row h2 {
	font-size: 2.8rem;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.page_party .license .row p {
	font-size: 1.6rem;
}

.page_party .license .row ul {
	display: flex;
	flex-flow: row wrap;
}

.page_party .license .row ul li {
	width: 50%;
	padding: 10px;
}

.page_party .license .row ul dl dd {
	background: #d3e2e7;
	text-align: center;
	font-size: 1.2rem;
}

.page_party .license .row ul .link {
	width: 100%;
}

.page_party .license .row ul .link dl dt img {
	width: 100%;
	border: 1px solid #ddd;
}

.page_party .license .row ul .link dl dd {
	background: #fff;
	font-size: 1.6rem;
	padding: 5px 0;
	text-align: left;
}

.page_party .menu .inner {
	width: 900px;
	padding: 50px 15px;
}

.page_party .menu h2 {
	font-size: 3.8rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

.page_party .menu h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0 15px;
	border-left: 8px solid #11708b;
	font-weight: bold;
}

.page_party .menu table {
	width: 100%;
	border-bottom: 1px solid #cfe0e5;
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 1.6rem;
}

.page_party .menu table th {
	padding: 10px 15px;
	background: #edf3f4;
	width: 300px;
	border-top: 1px solid #cfe0e5;
	vertical-align: top;
}

.page_party .menu table td {
	padding: 10px 30px;
	background: #fff;
	border-top: 1px solid #cfe0e5;
}

.page_party .menu .info {
	padding: 15px;
	border: 4px double #ddd;
	font-size: 1.6rem;
	text-align: center;
	background-image: linear-gradient(135deg, #fffde7 10%, #e0f2f1 100%);
}

.page_party .menu .info p:not(:last-child) {
	margin-bottom: .8em;
}


/*--hair-color--*/
main .page_hair-color {
	padding-bottom: 0;
}

.page_hair-color .about .inner {
	display: flex;
	flex-flow: row wrap;
	padding: 30px 0;
}

.page_hair-color .about .row {
	width: 50%;
	padding: 15px;
}

.page_hair-color .about .photo {
	width: 50%;
	padding: 15px;
}

.page_hair-color .about .row h2 {
	font-size: 2.8rem;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.page_hair-color .about .row p {
	font-size: 1.6rem;
	margin-bottom: .8em;
}

.page_hair-color .select {
	padding: 50px 15px;
	background: #fafafa;
}

.page_hair-color .select .inner {
	width: 900px;
}

.page_hair-color .select h2 {
	display: flex;
	align-items: baseline;
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.page_hair-color .select h2:before {
	content: "\f069";
	font-family: FontAwesome;
	margin-right: 5px;
	display: block;
	color: #15aaae;
}

.page_hair-color .select h3 {
	text-align: center;
	border-top: 4px double #ddd;
	border-bottom: 4px double #ddd;
	padding: 10px 0;
	font-size: 1.8rem;
	color: #918b82;
	font-weight: bold;
	margin-bottom: 15px;
}

.page_hair-color .select p {
	font-size: 1.6rem;
	margin-bottom: .8em;
}

.page_hair-color .select ul {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 30px;
}

.page_hair-color .select ul li {
	width: 33.33%;
	padding: 15px;
}

.page_hair-color .select ul li dt {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 10px;
}

.page_hair-color .select ul li:first-child dt {
	color: #699bab;
	border-bottom: 2px solid #699bab;
}

.page_hair-color .select ul li:nth-child(2) dt {
	color: #7dd2c2;
	border-bottom: 2px solid #7dd2c2;
}

.page_hair-color .select ul li:last-child dt {
	color: #f66188;
	border-bottom: 2px solid #f66188;
}


/*--hair-care--*/
.page_hair-care .scalp {
	margin-bottom: 40px;
}

.page_hair-care .scalp .inner {
	width: 900px;
	padding: 0 15px;
}

.page_hair-care .scalp h2 {
	font-size: 4.0rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

.page_hair-care .scalp h2 small {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_hair-care .scalp p {
	font-size: 1.6rem;
	margin-bottom: .8em;
	text-align: center;
}

.page_hair-care .boost {
	padding: 40px 0;
	background: #e9f5f2;
}

.page_hair-care .boost .inner {
	width: 900px;
	padding: 0 15px;
}

.page_hair-care .boost h2 {
	font-size: 4.0rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_hair-care .boost h2 small {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_hair-care .boost p {
	font-size: 1.6rem;
	margin-bottom: .8em;
}

.page_hair-care .boost p .marker {
	font-size: 2.0rem;
}

.page_hair-care .boost p small {
	font-size: 1.2rem;
}

.page_hair-care .product {
	padding: 40px 0;
}

.page_hair-care .product .inner {
	width: 900px;
	padding: 0 15px;
}

.page_hair-care .product h2 {
	font-size: 4.0rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

.page_hair-care .product h2 small {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_hair-care .product h3 {
	text-align: center;
	border-top: 4px double #ddd;
	border-bottom: 4px double #ddd;
	padding: 10px 0;
	font-size: 2.0rem;
	color: #918b82;
	font-weight: bold;
	margin-bottom: 30px;
}

.page_hair-care .product p {
	font-size: 1.6rem;
	margin-bottom: 1.3em;
	text-align: center;
}

.page_hair-care .product a {
	display: block;
	margin: 0 auto;
	width: 200px;
	border: 1px solid #ddd;
}


/*--relaxation--*/
.page_relaxation .half_column {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}

.page_relaxation .headspa .half_column .menu,
.page_relaxation .facial .half_column .menu,
.page_relaxation .half_column .footcare,
.page_relaxation .half_column .handcare {
	width: 50%;
	padding: 15px;
}

.page_relaxation .menu {
	margin-bottom: 15px;
}

.page_relaxation .menu dl {
	display: flex;
	flex-flow: row wrap;
	padding: 5px 0;
}

.page_relaxation .menu dt {
	width: 65%;
	font-size: 1.6rem;
	white-space: nowrap;
}

.page_relaxation .menu dt:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #15aaae;
}

.page_relaxation .menu dd {
	width: 35%;
	font-family: 'Poppins', sans-serif;
	font-size: 2.0rem;
	text-align: right;
}

.page_relaxation .menu p {
	font-size: 1.4rem;
}

.page_relaxation .headspa .inner,
.page_relaxation .facial .inner {
	width: 900px;
	padding: 0 15px;
	margin-bottom: 30px;
}

.page_relaxation .headspa h2,
.page_relaxation .facial h2 {
	font-size: 4.0rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	margin-bottom: 50px;
	text-align: center;
}

.page_relaxation .headspa h2 small,
.page_relaxation .facial h2 small {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_relaxation .headspa .inner p,
.page_relaxation .facial .inner p {
	font-size: 1.6rem;
	margin-bottom: .8em;
}

.page_relaxation .headspa .micro {
	padding: 15px;
	background-image: linear-gradient(135deg, #fffde7 10%, #f8bbd0 100%);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.page_relaxation .headspa .micro .row {
	width: 65%;
	padding: 15px;
}

.page_relaxation .headspa .micro .photo {
	width: 35%;
	padding: 15px;
}

.page_relaxation .headspa h3 {
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.page_relaxation .facial {
	padding: 40px 0;
	background: #fafafa;
	margin-bottom: 30px;
}

.page_relaxation .footcare h2,
.page_relaxation .handcare h2 {
	font-size: 4.0rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_relaxation .footcare h2 small,
.page_relaxation .handcare h2 small {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.page_relaxation .footcare figure {
	display: flex;
	flex-flow: row wrap;
	margin-top: 10px;
}

.page_relaxation .footcare figure div {
	width: 40%;
}

.page_relaxation .footcare figure figcaption {
	width: 60%;
	padding: 0 15px;
	font-size: 1.6rem;
}

.page_relaxation .footcare figure figcaption small {
	display: block;
	font-size: 1.2rem;
}




/*****************************************************************************
 Responsive
 *****************************************************************************/
@media screen and (max-width: 768px) {
	.ttl_page .inner {
		height: 400px;
		background: rgba(255, 255, 255, 0.4);
	}

	.page_staff .staff_item .inner {
		padding: 0;
	}

	.page_about .info .row table th,
	.page_about .info .row table td {
		padding: 10px 15px;
	}

	.page_about .calendar .schedule_box {
		display: none;
	}

	.page_about .calendar .sp a {
		background: #15aaae;
		color: #fff;
		font-size: 1.8rem;
		display: flex;
		align-items: baseline;
		justify-content: center;
		padding: 15px;
	}

	.page_about .calendar .sp a:before {
		content: "\f073";
		font-family: FontAwesome;
		margin-right: 10px;
		display: block;
	}

	.page_price .menu_explain ul li {
		width: 50%;
	}

	.page_price .menu_box .menu {
		width: 100%;
	}

	.page_m3d .report .inner {
		padding: 0 15px;
	}

	.page_m3d .report ul li {
		width: 100%;
		padding: 15px 0;
	}

	.page_m3d .report ul dl dt {
		flex: 1;
		margin-right: 30px;
	}

	.page_m3d .report ul dl dd {
		width: 180px;
	}


	.page_party .license .row,
	.page_party .license .photo {
		width: 50%;
	}


	.page_hair-color .about .row p {
		font-size: 1.4rem;
	}

	.page_hair-color .select h2 {
		font-size: 2.0rem;
	}

	.page_hair-color .select p {
		font-size: 1.4rem;
	}

	.page_hair-color .select h3 {
		font-size: 1.6rem;
	}

	.page_hair-color .select ul li dt {
		font-size: 1.6rem;
	}


	.page_relaxation .menu dt,
	.page_relaxation .menu dd {
		width: 100%;
		white-space: normal;
	}


}


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

	.page_staff .staff_item .row,
	.page_staff .staff_item .photo {
		width: 100%;
	}

	.page_about .info .row,
	.page_about .info .photo {
		width: 100%;
	}

	.page_about .half_column .row {
		width: 100%;
	}

	.page_about .calendar h2,
	.page_about .reserve h2 {
		text-align: center;
	}

	.page_m3d .about .row,
	.page_m3d .about .photo {
		width: 100%;
	}


	.page_party .license .row,
	.page_party .license .photo {
		width: 100%;
	}


	.page_hair-color .about .row,
	.page_hair-color .about .photo {
		width: 100%;
	}

	.page_hair-color .select ul li {
		width: 50%;
	}


	.page_relaxation .headspa .half_column .menu,
	.page_relaxation .facial .half_column .menu {
		width: 100%;
	}

	.page_relaxation .half_column .footcare,
	.page_relaxation .half_column .handcare {
		width: 100%;
		padding: 15px 0;
	}

	.page_relaxation .half_column {
		padding: 0 15px;
	}

	.page_relaxation .menu {
		border-top: 1px dashed #ddd;
		padding: 15px;
	}


}


@media screen and (max-width: 480px) {
	main article {
		padding-bottom: 30px;
	}

	.smp {
		display: block;
	}

	.ttl_page .inner {
		height: 200px;
	}

	.ttl_page h1 {
		font-size: 3.0rem;
	}

	.ttl_page h1 small {
		font-size: 1.4rem;
	}

	.page_voice .voice_item h3.customer {
		flex-flow: row wrap;
	}

	.page_voice .voice_item h3.customer span {
		display: block;
		margin-right: 10px;
		font-size: 1.4rem;
	}

	.page_voice .voice_item h3.staff {
		font-size: 1.6rem;
	}

	.page_voice .voice_item p.from,
	.page_voice .voice_item p.revoice {
		font-size: 1.4rem;
	}

	.page_voice .voice_item .fromstaff {
		font-size: 1.2rem;
	}


	.page_faq .qa_link ul {
		font-size: 1.6rem;
	}

	.page_faq .qa_cat h2 {
		font-size: 2.2rem;
	}

	.page_faq .qa_cat dl dt {
		font-size: 1.8rem;
	}

	.page_faq .qa_cat dl dt:before {
		font-size: 3.4rem
	}

	.page_faq .qa_cat dl dd {
		font-size: 1.4rem;
	}


	.page_staff .staff_item .row table th,
	.page_staff .staff_item .row table td {
		display: block;
		width: 100%;
		padding: 10px 15px;
	}


	.page_about .counseling .price li {
		width: 100%;
		padding: 15px;
	}

	.page_about .info .row table th,
	.page_about .info .row table td,
	.page_about .recruit table th,
	.page_about .recruit table td,
	.page_party .menu table th,
	.page_party .menu table td {
		padding: 10px;
		display: block;
		width: 100%;
		font-size: 1.4rem;
	}

	.page_about .counseling h2,
	.page_about .recruit h2,
	.page_about .calendar h2,
	.page_about .reserve h2 {
		font-size: 3.2rem;
	}

	.page_about .counseling h3 {
		font-size: 2.0rem;
	}

	.page_about .counseling .supplement {
		line-height: 1.4;
	}

	.page_about .recruit h3 {
		display: block;
	}

	.page_about .recruit h3 span {
		width: 120px;
		text-align: center;
	}

	.page_about .gallery ul li {
		width: 50%;
	}


	.page_price .menu_explain ul li {
		width: 100%;
	}

	.page_price .menu_box .menu h2 {
		font-size: 3.0rem;
	}

	.page_price .menu_box .menu h2 small {
		font-size: 1.4rem;
	}

	.page_price .menu_box .menu h2 span {
		letter-spacing: 0;
	}

	.page_price .menu_box .menu h3 {
		text-align: left;
	}

	.page_price .menu_box .menu dl dt,
	.page_price .menu_box .menu dl dd {
		width: 100%;
		font-size: 1.4rem;
	}

	.page_price .menu_box .menu dl dt small {
		font-size: 1.2rem;
	}


	.page_m3d .about .row h2 {
		font-size: 3.2rem;
	}

	.page_m3d .about .row h3 {
		font-size: 2.0rem;
	}

	.page_m3d .about p {
		font-size: 1.4rem;
	}

	.page_m3d .report h2 {
		font-size: 3.0rem;
	}

	.page_m3d .report ul li dl {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.page_m3d .report ul dl dt {
		flex: initial;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.page_m3d .report ul dl dt:before {
		top: 100%;
		left: 50%;
		transform: translate(-50%, 0);
		border: 8px solid transparent;
		border-top: 10px solid #f5f3f0;
	}


	.page_party .license .row h2 {
		font-size: 2.4rem;
	}

	.page_party .license .row p {
		font-size: 1.4rem;
	}

	.page_party .menu .info {
		text-align: left;
		font-size: 1.4rem;
	}


	.page_hair-color .about .row h2 {
		font-size: 2.4rem;
	}

	.page_hair-color .select ul li {
		width: 100%;
		padding: 15px 0;
	}

	.page_hair-color .select .txt_center {
		text-align: left;
	}


	.page_hair-care .scalp h2,
	.page_hair-care .boost h2,
	.page_hair-care .product h2 {
		font-size: 3.2rem;
		text-align: left;
	}

	.page_hair-care .product h3 {
		font-size: 1.6rem;
	}

	.page_hair-care .scalp p,
	.page_hair-care .boost p,
	.page_hair-care .product p {
		font-size: 1.4rem;
		text-align: left;
	}

	.page_hair-care .boost p .marker {
		font-size: 1.6rem;
	}

	.page_hair-care .boost p small {
		font-size: 1.0rem;
	}


	.page_relaxation .headspa h2,
	.page_relaxation .facial h2,
	.page_relaxation .footcare h2,
	.page_relaxation .handcare h2 {
		font-size: 3.2rem;
		text-align: left;
	}

	.page_relaxation .headspa h3 {
		font-size: 2.0rem;
	}

	.page_relaxation .headspa .micro .row,
	.page_relaxation .headspa .micro .photo {
		width: 100%;
	}

	.page_relaxation .menu p,
	.page_relaxation .headspa .inner p,
	.page_relaxation .facial .inner p {
		font-size: 1.4rem;
	}


}


@media screen and (max-width: 375px) {
	.ttl_page h1 {
		font-size: 2.4rem;
	}

	.ttl_page h1 small {
		font-size: 1.2rem;
	}

	.page_about .calendar .sp a {
		font-size: 1.6rem;
	}

	.page_relaxation .footcare figure div {
		width: 30%;
	}

	.page_relaxation .footcare figure figcaption {
		width: 70%;
	}

}


@media screen and (max-width: 320px) {
	.page_voice .voice_item h3.customer {
		font-size: 1.6rem;
	}

	.page_voice .voice_item h3.staff {
		font-size: 1.4rem;
	}

	.page_m3d .about .row h3 {
		font-size: 1.6rem;
	}

	.page_party .license .row h2 {
		font-size: 2.0rem;
	}

	.page_hair-care .product h3 {
		font-size: 1.4rem;
	}

	.page_relaxation .footcare figure div {
		width: 25%;
	}

	.page_relaxation .footcare figure figcaption {
		width: 75%;
	}


}



/* ----- 2020-05-04 追加 ----- */

.page_appearance_day {
	position: relative;
	/* 	padding-bottom:30% !important; */
}

.page_appearance_day .bottom-img {
	position: absolute;
	bottom: 0;
	z-index: 100;
}

.page_appearance_day .ttl_page {
	background: url(../../img/appearance_day/bg-title.jpg) no-repeat right top;
	background-size: cover;
	background-image: none;
	background: #fcc6c6;
}

.page_appearance_day .ttl_page .inner {
	height: 300px;
}

.page_appearance_day .ttl_page h1 {
	padding-top: 60px;
}

.page_appearance_day .ttl_page h1 small {
	background: #e1617f;
}


.appearance_day .btn-more a {
	display: block;
	width: 300px;
	height: 60px;
	text-align: center;
	background: linear-gradient(#ffa7a7 0%, #ef7d7d 100%);
	padding: 0;
	margin: 60px auto 0;
	line-height: 1;
	font-size: 16px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 30px;
	color: white;
	position: relative;
	z-index: 200;
}

.appearance_day .btn-more a:hover {
	color: #e70c3f;
	background: linear-gradient(rgba(255, 166, 166, 0.66) 0%, rgba(240, 125, 125, 0.65) 100%);
}

.appearance_day {
	background: linear-gradient(#FFF4F4 0%, white 100%);
	/* 	padding-bottom:90px; */
	padding-top: 75px;
	padding-top: 10px;
	border: 0px solid red;
}

.page_appearance_day .ttl_page {
	margin-bottom: 0
}


main article.page_appearance_day {
	padding-bottom: 0;
}


.appearance_day ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1080px;
	padding: 0;
	margin: 0 auto;
}

.appearance_day ul li {
	width: 25%;
	padding: 15px;

}

.appearance_day ul li img {
	margin-bottom: 10px;
	border: 0px solid #eee;
	padding: 0px;
	background: transparent;
}


.appearance_day .inner {
	padding: 0 15px;
}


.appearance_day time {
	font-size: 16px;
	line-height: 1.3;
	color: #666;
	padding: 0 0 0.2em 0;
	margin: 2em 0 0.2em 0;
	font-weight: bold;
	font-style: normal;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	border-bottom: 3px double #999;
	display: block;
	letter-spacing: 0.1em;
	border: none;
	color: #333;
}


.appearance_day h2 {
	font-size: 27px;
	line-height: 1.6;
	color: #666;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.2em 0;
	font-weight: normal;
	font-style: italic;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	display: block;
	letter-spacing: 0.4em;
}



.appearance_day h3 {
	font-size: 30px;
	line-height: 1.7;
	color: #333;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	font-weight: normal;
	font-style: normal;
	display: block;
	letter-spacing: 0.4em;
}


.appearance_day h4 {
	font-size: 30px;
	line-height: 1.3;
	color: #666;
	padding: 0 0 0.2em 0;
	margin: 3em 0 0.2em 0;
	font-weight: bold;
	font-style: normal;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	border-bottom: 3px double #999;
	display: block;
	letter-spacing: 0.1em;
}

.appearance_day h5 {
	font-size: 18px;
	line-height: 1.7;
	color: #666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	font-style: normal;
	display: block;
	letter-spacing: 0.4em;
}



.appearance_day h6 {
	font-size: 14px;
	line-height: 1.3;
	color: #666;
	padding: 0;
	margin: 2em 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
}

.appearance_day p {
	font-size: 18px;
	line-height: 1.7;
	color: #666;
	padding: 0;
	margin: 0 0 1em 0;
	font-weight: normal;
	font-style: normal;
}

.appearance_day li p {
	font-size: 16px;
	line-height: 1.3;
}


.appearance_day p.caution {
	font-size: 12px;
	line-height: 1.3;
}


.appearance_day p.sign {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: right;
	margin-bottom: 60px;
}


.page_appearance_day strong {
	font-weight: bold;
}

.page_appearance_day img.license {
	width: 240px;
	width: 100%;
	margin: 30px auto;
	display: block;
}

.page_appearance_day .more {
	padding: 0 0 150px;
	margin: 0;
}

.page_appearance_day .area-license {
	background: url(../../img/appearance_day/bg-license.png) no-repeat center top;
	background-size: cover;
	padding: 60px 0 90px;
	margin: 0;
}

.page_appearance_day .banner {
	max-width: 1080px;
	padding: 0 15px;
	margin: 0 auto;
}

.page_appearance_day .area-license dl {
	display: flex;
	flex-wrap: wrap;
}

.page_appearance_day .area-license dl dt {
	width: 25%;
	padding: 0 15px;
}

.page_appearance_day .area-license dl dd {
	width: 75%;
	padding: 0 15px;
}

.page_appearance_day .area-license.intoroduction {
	background-image: none;

}

.page_appearance_day .intoroduction img {
	width: 100%;
	margin-bottom: 30px;
}



@media screen and (max-width: 768px) {
	.page_appearance_day .ttl_page h1 small {
		font-size: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.appearance_day ul {
		width: 100%;
	}

	.appearance_day ul li {
		width: 50%;
	}

	.page_appearance_day img.license {
		width: 200px;
		/* 		margin:0 auto !important; */
	}

	.page_appearance_day .area-license dl dt {
		width: 33.33333%;
	}

	.page_appearance_day .area-license dl dd {
		width: 66.66666%;
	}



}

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

@media screen and (max-width: 480px) {
	.page_appearance_day .ttl_page h1 {
		padding-top: 0px;
	}

	.appearance_day h2 {
		font-size: 21px;
		line-height: 1.4;
	}

	.appearance_day h3 {
		font-size: 27px;
	}


	.appearance_day h4 {
		font-size: 27px;
	}

	.appearance_day h5 {
		font-size: 16px;
	}


	.appearance_day p {
		font-size: 14px;
	}

	.appearance_day li p {
		font-size: 14px;
	}


	.appearance_day p.caution {}

	.page_appearance_day .area-license dl dt {
		width: 100%;
	}

	.page_appearance_day .area-license dl dd {
		width: 100%;
	}

}

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

	.appearance_day h2 {
		font-size: 18px;
	}

	.appearance_day h3 {
		font-size: 24px;
	}


	.appearance_day h4 {
		font-size: 24px;
	}

	.appearance_day ul li {
		width: 100%;
	}

}

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




.appearance_day h5 {
	font-size: 18px;
	line-height: 1.3;
	color: #666;
	padding: 0;
	margin: 1.5em 0 0.3em 0;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.05em;
}



.page_appearance_day .media {
	border: 0px solid red;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page_appearance_day .media .full {
	width: 100%;
}

.page_appearance_day .media .half {
	width: 50%;
}

.page_appearance_day .media .quot {
	width: 25%;
}

/* .page_appearance_day .media ul.gallery {
	border: 0px solid green;
	width: 100%;
	padding: 0;
	margin: 0;
}

.page_appearance_day .media ul.gallery li {
	border: 0px solid orange;
	width: 25%;
	padding: 5px;
	margin: 0;
}

.page_appearance_day .media .half ul.gallery li {
	width: 50%;
}

.page_appearance_day .media .quot ul.gallery li {
	width: 100%;
}

.page_appearance_day .media ul.gallery li a {
	display: block;
	background: transparent;
	width: 100%;
	height: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page_appearance_day .media ul.gallery li a img {
	padding: 4px;
	margin: 0;
	background: white;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 5px 0px rgba(100, 100, 100, 0.1)
} */


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

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

@media screen and (max-width: 480px) {
	.appearance_day h5 {
		font-size: 16px;
		letter-spacing: 0;
	}

	.page_appearance_day .media .full {
		width: 100%;
	}

	.page_appearance_day .media .half {
		width: 100%;
	}

	.page_appearance_day .media .quot {
		width: 50%;
	}

	/* .page_appearance_day .media ul.gallery li {
		width: 50%;
	} */
}

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

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





.link {
	border: 0px solid red;
	padding: 0 0 30px !important;
}

.link hr {
	margin: 2vw 0
}

.link blockquote {
	font-size: 30px;
	line-height: 1.7;
	font-weight: 400;
	color: #666666
}

.link blockquote span,
.link blockquote small {
	display: block;
	padding: 0;
	margin: 0.5em 0 0 0;
}

.link blockquote small {
	dipslay: block;
	font-size: 0.6em
}

.link ul {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 30px 0;
	border: 0px solid red;
}

.link ul li {
	border: 0px solid red;
	width: auto;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.link ul li a {
	font-size: 18px;
	line-height: 1.3;
	background: #3F4F61;
	color: white;
	display: block;
	width: auto;
	padding: 0.75em 0.75em;
	margin: 0 0.75em 0 0;
	border-radius: 3px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.link blockquote {
		font-size: calc(3.0vw * 1.3);
	}

	.link blockquote small {
		font-size: calc(0.6em * 0.9)
	}

	.link ul {
		margin: 15px 0;
		display: block;
	}

	.link ul li {
		width: 100%;
	}

	.link ul li a {
		font-size: calc(1.8vw * 1.5);
		margin: 0.25em 0;
	}

}

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

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

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

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









/* -------------------------------------------------------------------------------------

appearance_day

------------------------------------------------------------------------------------- */
/* .col-full {
	width:100%;
	border:1pt solid red;
}

.col-half {
	width:50%;
	border:1pt solid green;

}

.col-quot {
	width:25%;
	border:1pt solid blue;
}


 font-family: "Lobster", sans-serif;
font-weight: 400;
font-style: normal;


.parisienne-regular {
	font-family: "Parisienne", cursive;
	font-weight: 400;
	font-style: normal;
}

.poiret-one-regular {
	font-family: "Poiret One", sans-serif;
	font-weight: 400;
	font-style: normal;
}





*/

.page_appearance_day {
	border: 10px solid black;
	padding-top: 120px;
	position: relative;
	z-index: 0;
	background: linear-gradient(90deg, #ffcfe1, #FFDDCF);
}

.page_appearance_day::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -2;

	background: url('../../img/appearance_day/-----22382455.jpg') center / cover no-repeat;
}

.page_appearance_day::after {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -1;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.area {
	border: 0pt solid black;
	padding: 2.5vw 0;
	margin: 2.5vw 0;
}

.area h1,
.area h2,
.area h3,
.area h4,
.area h5,
.area h6,
.area p,
.area th,
.area td,
.area dt,
.area dd,
.area li {
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 300;
	font-style: normal;
	color: #603814;
	font-size: 3.0rem;
	padding: 0;
	margin: 0;
	word-break: break-all; //英単語の途中でも折り返し可能にする
	overflow-wrap: break-word; //単語の途中で折り返す（幅が狭い時）
	line-break: anywhere; //日本語の行のどこでも改行を許可（比較的新しい指定）
	position: relative;
}

/* .area h1,
.area h2,
.area h3,
.area h4,
.area h5,
.area h6 {
	padding: 0;
	margin: 0 0;
	text-align: left;
	font-size:4.0rem;
	line-height:1.2;
	font-weight:600;
} */

.area-content {
	bordeR: 0pt solid red;
	padding: 9vw;
	margin: auto;
	background-image:
		url('../../img/appearance_day/-----frame-long-mdl.png'),
		url('../../img/appearance_day/-----frame-long-mdl.png'),
		url('../../img/appearance_day/-----frame-side-mdl.png'),
		url('../../img/appearance_day/-----frame-side-mdl.png');

	background-repeat:
		repeat-y,
		repeat-y,
		repeat-x,
		repeat-x;

	background-position:
		2vw 0,
		calc(100% - 2vw) 0,
		0 2vw,
		0 calc(100% - 2vw);
}

/* .area-content img {
	display:none !important;
} */

.area b,
.area strong {
	font-weight: 500 !important;
	margin-left: 0.1em;
	margin-right: 0.1em;
}

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

@media screen and (max-width: 1000px) {
	.area-content {
		padding: 6.0vw;
		margin: auto;
		background-image:
			url('../../img/appearance_day/-----frame-long-mdl.png'),
			url('../../img/appearance_day/-----frame-long-mdl.png'),
			url('../../img/appearance_day/-----frame-side-mdl.png'),
			url('../../img/appearance_day/-----frame-side-mdl.png');

		background-repeat:
			repeat-y,
			repeat-y,
			repeat-x,
			repeat-x;

		background-position:
			1vw 0,
			calc(100% - 1vw) 0,
			0 1vw,
			0 calc(100% - 1vw);
	}
}

@media screen and (max-width: 768px) {
	.area-content {
		padding: 4.5vw;
	}
}

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

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

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

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





.area h2 {
	font-size: 8.0rem;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: 200;
	margin-bottom: 1em;
}

.area h2 span,
.area h2 small {
	display: block;
	width: 100%;
	font-size: inherit;
	padding: 0;
	margin: 0;
	text-align: inherit;
}

.area h2 small {
	margin-top: 1em;
	font-size: 0.27em;
	font-weight: 300;
	line-height: 1.5;
}

@media screen and (max-width: 1200px) {
	.area h2 {
		font-size: calc(8.0vw * 0.825);
		letter-spacing: 0;
	}

	.area h2 small {
		font-size: 0.45em;
	}
}

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

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

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

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

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

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





.area h3 {
	font-size: 4.0rem;
	letter-spacing: 0.1em;
	text-align: left;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.5em 0;
}

.area h3 span,
.area h3 small,
.area h3 em {
	display: block;
	width: fit-content;
	font-size: inherit;
	padding: 0;
	margin: 0;
}

.area h3 small {
	font-size: 0.5em;
	margin-left: 1em;
}


.area h3 em {
	width: 100%;
	font-size: 0.4em;
	letter-spacing: 0.01;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 1200px) {
	.area h3 {
		font-size: clamp(3.0rem, 4.0vw, 4.0rem);
	}
}

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

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

@media screen and (max-width: 600px) {
	.area h3 {
		font-size: clamp(3.0rem, 5.0vw, 5.0rem);
	}

	.area h3 span,
	.area h3 small,
	.area h3 em {
		width: 100%;
		padding: 0;
		margin: 0.1em 0;
	}
}

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

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

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





.area h4 {
	font-size: 8.0rem;
	text-align: center;
	margin: 0.25em 0 1em;
	font-weight: 300;
	line-height: 1;
}

.area h4 span,
.area h4 small {
	display: block;
	font-size: inherit
}

.area h4 span {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
}

.area h4 small {
	font-size: 0.25em;
	margin-top: 1.5em;
	font-weight: 500;
}

@media screen and (max-width: 1200px) {
	.area h4 {
		font-size: clamp(4.5rem, 8.0vw, 8.0rem);
	}
}

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

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

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

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

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

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





.area h5 {
	font-size: 4.0rem;
	text-align: center;
	margin: 2.5em 0 2.5em 0;
	font-weight: 300;
	letter-spacing: 0.1em;
	position: relative
}

.area h5.little {
	font-size: 2.7rem;
}

.area h5:after {
	content: '';
	width: 3px;
	height: 1.25em;
	position: absolute;
	top: 2.0em;
	left: calc(50% - 1.5px);
	border: 0px solid red;
	background-image: url('../../img/appearance_day/-----frame-side-mdl.png');
	background-repeat: repeat-y;
}

@media screen and (max-width: 1200px) {
	.area h5 {
		font-size: clamp(1.8rem, 4.0vw, 4.0rem);
		letter-spacing: 0;
	}

	.area h5.little {
		font-size: clamp(1.8rem, 2.7vw, 2.7rem);
	}
}

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

@media screen and (max-width: 768px) {
	.area h5.little {
		text-align: left;
		margin-bottom: 0.5em;

	}

	.area h5.little:after {
		display: none;
	}
}

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

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

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

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





.area h6 {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 2.2;
	text-align: center;
	padding: 0;
	margin: 2em 0;
	letter-spacing: 0.3em;
}

.area h6.large {
	font-size: 2.7rem;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.area h6.medium {
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	line-height: 2.5;
}


.area h6.little {
	font-size: 2.0rem;
	letter-spacing: 0.1em;

}

.area h6 small {
	font-size: 0.7em;
	letter-spacing: 0.1em;
}


@media screen and (max-width: 1200px) {
	.area h6 {
		font-size: 2.4rem;
		font-size: clamp(calc(2.4rem / 2.0), calc(2.4vw * 1.5), 2.4rem);
		letter-spacing: 0;
	}

	.area h6.large {
		font-size: 2.7rem;
		font-size: clamp(calc(2.7rem / 1.5), calc(2.7vw * 0.8), 2.7rem);
		letter-spacing: 0;
		margin-bottom: 1em;
	}

	.area h6.medium {
		font-size: clamp(calc(2.2rem * 0.9), calc(2.2vw * 0.9), 2.2rem);
		letter-spacing: 0;
	}


	.area h6.little {
		font-size: 2.0rem;
		font-size: clamp(calc(2.0rem * 0.6), calc(2.0vw * 0.8), 2.0rem);
		letter-spacing: 0.1em;
		line-height: 1.5;

	}

	.area h6 small {
		font-size: 0.7em;
		letter-spacing: 0.1em;
	}

}

@media screen and (max-width: 1000px) {
	.area h6.medium {
		font-size: clamp(calc(2.2rem * 0.7), calc(2.2vw * 1.1), 2.2rem);
		letter-spacing: 0.1em;
		text-align: left;
	}
}

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

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

@media screen and (max-width: 480px) {
	.area h6.little {
		text-align: center;
	}
}

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

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





.area p {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.2;
	text-align: left;
	padding: 0;
	margin: 1em 0;
	letter-spacing: 0.1em;
}

.area p.signature {
	text-align: right;
}

@media screen and (max-width: 1200px) {
	.area p {
		font-size: clamp(calc(1.6rem * 0.7), calc(1.6vw * 1.0), 1.6rem);
	}
}

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

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

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

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

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

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





.area time {
	font-size: clamp(calc(1.4rem * 0.7), calc(1.4vw * 1.0), 1.4rem);
}

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

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

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

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

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

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

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





ol.def {
	padding: 0;
	margin: 0.5em 0 1em 0;
	font-size: 1.6rem;
	line-height: 1.5;
	display: block;
	width: 100%;
}

ol.def li {
	list-style-type: none;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0.4em 0 0.4em 1em;
	text-indent: -1em;
	position: relative;
	letter-spacing: 0.1em;
}

ol.def li::before {
	content: '◉'
}

ol.def.caution li {
	font-size: 1.4rem;
}

ol.def.caution li::before {
	content: '※'
}

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

	ol.def {
		font-size: clamp(calc(1.6rem * 0.7), calc(1.6vw * 1.0), 1.6rem);
	}

	ol.def li {}

	ol.def.caution li {
		font-size: clamp(calc(1.4rem * 0.7), calc(1.4vw * 1.0), 1.4rem);
	}


}

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

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

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

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

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

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





ul.btn-more {
	padding: 0;
	margin: 1.5rem 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

ul.btn-more li {
	border: none !important;
	width: fit-content;
	padding: 0.5rem;
}

ul.btn-more li a {
	disaply: blcok;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	padding: 0.5em 1.5em;
	margin: 0;
	background: #dc9595;
	text-decoration: none;
	color: white;
	border-radius: 4.0rem;
}

@media screen and (max-width: 1200px) {
	ul.btn-more li a {
		font-size: clamp(calc(1.6rem * 0.8), calc(1.6vw * 1.0), 1.6rem);
	}

}

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

@media screen and (max-width: 768px) {
	ul.btn-more {
		display: block;
	}

	ul.btn-more li {
		border: none !important;
		margin: 0 auto;
		line-height: 1;
	}
}

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

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

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

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





table.default {
	border-top: 2px solid rgba(96, 56, 20, 0.5);
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.default th,
table.default td {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.5em 1.5em;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	border-bottom: 1px solid rgba(96, 56, 20, 0.5);
	letter-spacing: 0.1em
}

table.default th {
	width: 8em;
	text-align: center;
	font-weight: 600 !important;
}

table.default td {
	width: calc(100% - 8em);
}

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

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

@media screen and (max-width: 768px) {
	table.default {
		border: none;
		border-top: 5px solid rgba(96, 56, 20, 0.5);
	}

	table.default th,
	table.default td {
		display: block;
		width: 100%;
		font-size: clamp(calc(1.6rem * 0.8), calc(1.6vw * 1.0), 1.6rem);
		padding: 0.5em
	}

	table.default th {
		border-bottom: 1px dashed rgba(96, 56, 20, 0.2);
		background: rgba(96, 56, 20, 0.1)
	}

	table.default td {
		border-bottom: 1px solid rgba(96, 56, 20, 0.8);
		padding-bottom: 1em;
	}
}

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

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

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

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





.waku {
	background: rgba(255, 255, 255, 0.6);
	padding: 1.0rem;
	margin: 6vw 0;
	border-radius: 5.0rem;
	box-shadow: 1.5rem 1.5rem 2.5rem rgba(0, 0, 0, 0.1);
}

.waku dl {
	border: 2px dashed rgba(96, 56, 20, 0.3);
	border-radius: 4.0rem;
	padding: 3.0rem;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.waku dl dt,
.waku dl dd {
	width: 25%;
	padding: 3.0rem;
	display: block;
}

.waku dl dd {
	width: 75%;
}

.waku figure {
	border: 0px solid #603814;
	width: 100%;
	max-width: 190px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	display: block;
}

.waku figure img {
	padding: 0 !important;
	margin: 0 !important;
}

.waku a {
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 0;
	margin: 0 auto;
}



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

@media screen and (max-width: 1000px) {
	.waku dl {
		display: block;
		padding: 3.0vw;
	}

	.waku dl dt,
	.waku dl dd {
		width: 100%;
		padding: 3.0vw;
	}

}


@media screen and (max-width: 768px) {
	.waku {
		width:90%;
		margin-left:auto;
		margin-right:auto;
		padding: 1.0rem;

	}
}

@media screen and (max-width: 600px) {
	.waku dl {
		padding: 1.5vw;
	}

	.waku dl dt,
	.waku dl dd {
		padding: 2.5vw;
	}
}

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

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

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





ul.gallery {
	border: 0pt solid green;
	width: 100%;
	padding: 0;
	margin: 0;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

ul.gallery li {
	border: 0pt solid orange;
	width: 25%;
	padding: 0.5rem;
	margin: 0;
}

ul.gallery li a {
	display: block;
	background: transparent;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	border: 0px solid #ddd;
	padding: 1.0rem;
	margin: 0;
	border: 1px solid rgba(96, 56, 20, 0.3);
}

ul.gallery li a img {
	padding: 0;
	margin: 0;
	background: white;
	border: 0px solid #ddd;
	box-shadow: 0px 0px 5px 0px rgba(100, 100, 100, 0.0)
}

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

@media screen and (max-width: 1000px) {
	ul.gallery li {
		padding: 0.25rem;
	}

	ul.gallery li a {
		padding: 0.5rem;
	}

	ul.gallery li a img {}
}


@media screen and (max-width: 768px) {
	ul.gallery {
		justify-content: flex-start;
	}

	ul.gallery li {
		width: 50%;
	}
}


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

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

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

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





dl.flow {
	padding: 1.0rem;
	margin: 0 0;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 1.5rem 1.5rem 2.5rem rgba(0, 0, 0, 0.1);

}

dl.flow dt,
dl.flow dd {
	width: calc(50% - 0.5rem);
	padding: 3.0rem;
	background: rgba(255, 195, 203, 0.2);
}

dl.flow dd {
	background: rgba(225, 247, 175, 0.3);
}

dl.flow p {
	letter-spacing: 0;
}

dl.flow p b {
	background: #ffc3cb;
	display: block;
	line-height: 1.2;
	padding: 0.5em 0.75em;
	margin: 0.3em 0;
	width: fit-content;
	min-width: 100%;
	font-size: 1.1em;
}

dl.flow dd p b {
	background: #d5f293;
}


dl.flow table {
	border: 3px solid white;
	width: auto;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

dl.flow table th,
dl.flow table td {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.75em;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	border: 1px solid white;
}

dl.flow table th {
	background: #ffc3cb;
}

dl.flow table td {
	background: rgba(255, 195, 203, 0.2);
}

dl.flow table b {
	font-size: 1.1em;
}

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

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

	dl.flow dt,
	dl.flow dd {
		display: block;
		width: 100%;
		padding: 1.5rem;
	}

	dl.flow p b {
		font-size: 1.1em;
	}

	dl.flow table th,
	dl.flow table td {
		font-size: clamp(calc(1.6rem * 0.8), calc(1.6vw * 1.0), 1.6rem);
	}

	dl.flow table b {
		font-size: 1.1em;
	}
}

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

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

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

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

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





.area blockquote {
	padding: 1.0rem;
	margin: 0 0;
	display: flex;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.0);
	width: 100%;
}

.area blockquote p {
	margin-top: 0 !important;
}

.area blockquote p b {
	font-size: 1.5em;
}

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

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

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

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

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





.hr-dots {
	font-size: 1.0rem;
	height: 1em;
	padding: 0;
	margin: 6em 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #603814;
	border: none;
}

.hr-dots::before {
	content: '••••••••••••••••••••••••••••••••••••••••';
	letter-spacing: 1.0em;
}

@media screen and (max-width: 768px) {
	.hr-dots {
		font-size: clamp(calc(1.0rem * 0.8), calc(1.0vw * 1.0), 1.0rem);
	}

	.hr-dots::before {
		content: '••••••••••••••';
	}

}

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

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

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

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







.area.area-support {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.area.area-lisence p {
	font-size: 1.7rem;
}

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

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

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

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

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