@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/* Font
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Color
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select, textarea {
	vertical-align: middle;
	-webkit-appearance: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* フォームスタイルのリセット */
input[type=text], input[type=number], input[type=password] {
	font-size: 16px;
}
input[type=number] {
	-moz-appearance: textfield;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	background: transparent;
}
button, input[type=submit] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0;
	border: none;
	outline: none;
}
input[type=radio] {
	opacity: 0;
}
input[type=checkbox] {
	opacity: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	display: none;
	margin: 0;
}
input[type=date]::-webkit-calendar-picker-indicator {
	opacity: 0;
}
input[type=date]::-webkit-clear-button {
	-webkit-appearance: none;
}
/* ==========================================================================
   Foundation
========================================================================== */
/* Mixin
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
* {
	background: none;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	word-wrap: break-word;
}
html {
	color: #000;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	overflow-y: scroll;
	/*scroll-behavior: smooth;*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	width: 100%;
}
body {
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.9;
	height: 100%;
	width: 100%;
}
body._navy {
	background-color: 900;
}
body._lightgray {
	background-color: 900;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
button {
	cursor: pointer;
}
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
	}
}
address {
	font-style: normal;
}
@media (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
.wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.pc {
	display: block !important;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
.sp {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}
}
.fade {
	opacity: 0;
}
.fade.in {
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.fade.in {
		-webkit-animation-name: fade-in--sp;
		animation-name: fade-in--sp;
	}
}
.fadeup {
	opacity: 0;
}
.fadeup.in {
	-webkit-animation-name: fadeup-in;
	animation-name: fadeup-in;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.fadeup.in {
		-webkit-animation-name: fadeup-in--sp;
		animation-name: fadeup-in--sp;
	}
}
.fadeslide {
	opacity: 0;
}
.fadeslide.in {
	-webkit-animation-name: fadeslide-in;
	animation-name: fadeslide-in;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.fadeslide.in {
		-webkit-animation-name: fadeslide-in--sp;
		animation-name: fadeslide-in--sp;
	}
}
.p-r {
	position: relative;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center !important;
}
.f-jc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-jsb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-as-jfs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.f-as-jc {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-as-jfe {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.f-as-jsb {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-ac-jfs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.f-ac-jc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-ac-jsb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-ae-jfs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.f-ae-jc {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-ae-jsb {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fw {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* ==========================================================================
   Layout
========================================================================== */
/* Header
----------------------------------------------------------------- */
.header__logo {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background-color: #1f233e;
	height: 180px;
	opacity: 0;
	width: 180px;
}
@media screen and (max-width: 1024px) {
	.header__logo {
		height: 130px;
		width: 130px;
	}
}
@media screen and (max-width: 768px) {
	.header__logo {
		height: 60px;
		width: 120px;
	}
}
.header__logo a {
	height: auto;
}
@media screen and (max-width: 768px) {
	.header__logo a {
		height: 100%;
	}
}
.header__logo img {
	height: auto;
	width: 113px;
}
@media screen and (max-width: 1024px) {
	.header__logo img {
		width: 93px;
	}
}
@media screen and (max-width: 768px) {
	.header__logo img {
		width: 120px;
	}
}
.header__nav {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	opacity: 0;
	width: 100%;
}
.header__nav ul {
	width: 100%;
}
.header__nav ul li {
	position: relative;
}
.header__nav ul li a {
	-webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	color: #1f233e;
	cursor: pointer;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
}
@media screen and (max-width: 1024px) {
	.header__nav ul li a {
		font-size: 13px;
	}
}
.header__nav ul li a p {
	border-bottom: solid 2px #FFF;
	display: inline-block;
}
.header__nav ul li a:hover {
	opacity: 1;
}
.header__nav ul li a:hover p {
	-webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	border-bottom-color: #1f233e;
}
.header__nav .parent a {
	cursor: default;
}
.header__nav .parent:hover > div {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: menu_fadein;
	animation-name: menu_fadein;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	display: block;
	width: 0;
}
@media screen and (max-width: 1024px) {
	.header__nav .parent:hover > div {
		-webkit-animation-name: menu_fadein--tb;
		animation-name: menu_fadein--tb;
	}
}
.header__nav .parent:hover > div ul {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: menu_ul_fadein;
	animation-name: menu_ul_fadein;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	display: block;
	opacity: 0;
}
.header__nav--menu {
	-webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	background: rgba(31, 35, 62, 0.9);
	display: none;
	height: 190px;
	padding: 17px 0;
	position: absolute;
	left: 180px;
	top: -10px;
	width: 210px;
}
@media screen and (max-width: 1024px) {
	.header__nav--menu {
		height: 160px;
		left: 130px;
		width: 180px;
	}
}
.header__nav--menu ul {
	opacity: 0;
}
.header__nav--menu ul li a {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: menu-out;
	animation-name: menu-out;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	background-image: url(/assets/img/nav/arrow-menu.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 7px;
	color: #FFF;
	cursor: pointer !important;
	padding: 0;
	text-align: left;
}
.header__nav--menu ul li a:hover {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: menu-over;
	animation-name: menu-over;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.header__nav--menu ul li a p {
	border-bottom: none;
	font-size: 15px;
	padding: 6px 0 6px 22px;
}
@media screen and (max-width: 1024px) {
	.header__nav--menu ul li a p {
		font-size: 13px;
		padding: 4px 0 4px 18px;
	}
}
.header__cta {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	opacity: 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.header__cta {
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		width: 160px;
	}
}
.header__cta--counseling, .header__cta--reservation p, .header__cta--contact, .header__cta--online p {
	background-repeat: no-repeat;
	background-size: 30px auto;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.005em;
}
@media screen and (max-width: 1024px) {
	.header__cta--counseling, .header__cta--reservation p, .header__cta--contact, .header__cta--online p {
		background-size: 20px auto;
		font-size: 13px;
	}
}
.header__cta--counseling {
	background-color: #a38249;
	color: #FFF;
	padding: 16px 0;
}
@media screen and (max-width: 1024px) {
	.header__cta--counseling {
		padding: 12px 0;
	}
}
.header__cta--reservation {
	background-color: #1f233e;
	display: block;
}
.header__cta--reservation p {
	background-image: url(/assets/img/header/icon_reservation.png);
	background-position: left center;
	color: #FFF;
	display: inline-block;
	padding: 16px 0 16px 15px;
	text-align: center;
	width: 87%;
}
@media screen and (max-width: 1024px) {
	.header__cta--reservation p {
		padding: 12px 0 12px 12px;
	}
}
.header__cta--contact {
	background-color: #1f233e;
	background-image: url(/assets/img/header/icon_contact.png);
	background-position: center;
	color: #FFF;
	padding: 32px 0;
}
@media screen and (max-width: 1024px) {
	.header__cta--contact {
		padding: 26px 0;
	}
}
@media screen and (max-width: 768px) {
	.header__cta--contact {
		background-size: 25px auto;
		margin-right: 15px;
		padding: 0;
	}
}
.header__cta--online {
	background-color: #FFF;
	display: block;
}
.header__cta--online p {
	background-image: url(/assets/img/header/icon_online.png);
	background-position: left center;
	color: #a38249;
	display: inline-block;
	padding: 16px 0 16px 15px;
	text-align: center;
	width: 87%;
}
@media screen and (max-width: 1024px) {
	.header__cta--online p {
		padding: 12px 0 12px 12px;
	}
}
@media screen and (max-width: 768px) {
	.header__cta--tel, .header__cta--contact, .header__cta--button {
		display: block;
		height: 60px;
		width: 50px;
	}
}
.header__cta--tel {
	background-image: url(/assets/img/header/icon_tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 27px auto;
	color: #FFF;
}
.header__cta--button {
	background-color: #a38249;
	position: relative;
	width: 60px;
}
.header__cta--button span:before {
	background-color: #FFF;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 12px);
	width: 24px;
}
.header__cta--button span:after {
	background-color: #FFF;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	top: calc(50% + 5px);
	left: calc(50% - 12px);
	width: 24px;
}
.header__cta--button.open span:before, .header__cta--button.open span:after {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.header__cta--button.open span:before {
	-webkit-animation-name: bar_before;
	animation-name: bar_before;
}
.header__cta--button.open span:after {
	-webkit-animation-name: bar_after;
	animation-name: bar_after;
}
.header-pc {
	background-color: #FFF;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 615px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 180px;
	z-index: 2;
}
@media screen and (max-width: 1024px) {
	.header-pc {
		width: 130px;
	}
}
@media screen and (max-width: 768px) {
	.header-pc {
		display: none;
	}
}
.header-pc .inner {
	height: 100%;
	max-width: none;
	padding: 0;
}
.header-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.header-sp {
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-direction: normal;
		animation-direction: normal;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-name: load;
		animation-name: load;
		-webkit-animation-duration: 0.8s;
		animation-duration: 0.8s;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-animation-delay: 0.8s;
		animation-delay: 0.8s;
		background-color: #1f233e;
		display: block;
		height: 60px;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
	}
	.header-sp .inner {
		padding-right: 0;
	}
}
/* ==========================================================================
   Layout
========================================================================== */
/* Nav
----------------------------------------------------------------- */
.nav-sp {
	display: none;
	background: rgba(31, 35, 62, 0.9);
	height: calc(100vh - 60px);
	overflow: hidden;
	position: fixed;
	top: calc(-100vh - 60px);
	left: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.nav-sp {
		display: block;
	}
}
.nav-sp.open {
	top: 60px;
	z-index: 4;
}
.nav-sp .inner {
	height: calc(100vh - 60px);
	overflow-y: auto;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
.nav-sp ul {
	padding: 20px 30px;
	width: 100%;
}
.nav-sp ul li {
	border-bottom: solid 1px #FFF;
	display: block;
	position: relative;
	width: 100%;
}
.nav-sp ul li:nth-last-child(1) {
	border-bottom: none;
}
.nav-sp ul li a {
	color: #FFF;
	cursor: pointer;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
}
.nav-sp ul li a:hover {
	opacity: 1;
}
.nav-sp ul li a:hover p {
	-webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	border-bottom-color: #1f233e;
}
.nav-sp--menu ul {
	padding: 0 0 15px;
}
.nav-sp--menu ul li {
	border-bottom: none;
}
.nav-sp--menu ul li a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	opacity: 0.6;
	padding: 10px 0;
}
.nav-sp__cta {
	border-top: solid 1px #FFF;
	padding-top: 15px;
	padding-bottom: 150px;
	width: 100%;
}
.nav-sp__cta--counseling, .nav-sp__cta--reservation, .nav-sp__cta--contact, .nav-sp__cta--online {
	background-repeat: no-repeat;
	background-size: 30px auto;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	margin-top: 30px;
}
.nav-sp__cta--counseling span, .nav-sp__cta--reservation span, .nav-sp__cta--contact span, .nav-sp__cta--online span {
	color: #FFF;
	background-position: left center;
	background-size: auto 22px;
	background-repeat: no-repeat;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	width: 200px;
}
.nav-sp__cta--reservation span {
	background-image: url(/assets/img/nav/icon_reservation_sp.png);
	padding-left: 20px;
}
.nav-sp__cta--contact span {
	background-image: url(/assets/img/nav/icon_contact_sp.png);
}
.nav-sp__cta--online span {
	background-image: url(/assets/img/nav/icon_online_sp.png);
	padding-left: 20px;
}
html.open, body.open {
	-ms-touch-action: none;
	touch-action: none;
	/*height: 100vh;
  overflow: auto;*/
	-ms-overflow-style: none;
	scrollbar-width: none;
}
html.open::-webkit-scrollbar {
	display: none;
}
body.open::-webkit-scrollbar {
	display: none;
}
/* ==========================================================================
   Layout
========================================================================== */
.main {
	height: 100%;
	padding-left: 180px;
	position: relative;
	width: 100%;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.main {
		padding-left: 130px;
	}
}
@media screen and (max-width: 768px) {
	.main {
		padding-top: 60px;
		padding-left: 0;
	}
}
/* ==========================================================================
   Layout
========================================================================== */
/* Footer
----------------------------------------------------------------- */
.footer {
	background-color: #1f233e;
	padding: 100px 0 0 180px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.footer {
		padding: 70px 0 0 130px;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		margin-top: 30px;
		padding: 60px 0 0 0;
	}
}
.footer__deco-line {
	height: 72px;
	position: absolute;
	top: -36px;
	left: calc(50% - 1px + 180px / 2);
	width: 1px;
}
@media screen and (max-width: 1024px) {
	.footer__deco-line {
		height: 64px;
		top: -32px;
		left: calc(50% - 1px + 130px / 2);
	}
}
@media screen and (max-width: 768px) {
	.footer__deco-line {
		left: calc(50% - 1px);
	}
}
.footer__pagetop {
	display: block;
	height: 144px;
	position: absolute;
	top: 0;
	right: 30px;
	text-align: center;
	width: 40px;
	z-index: 2;
}
@media screen and (max-width: 1024px) {
	.footer__pagetop {
		height: 114px;
		right: 20px;
		width: 30px;
	}
}
@media screen and (max-width: 768px) {
	.footer__pagetop {
		height: 144px;
	}
}
.footer__pagetop img {
	height: auto;
	width: 14px;
}
@media screen and (max-width: 1024px) {
	.footer__pagetop img {
		width: 11px;
	}
}
@media screen and (max-width: 768px) {
	.footer__pagetop img {
		width: 14px;
	}
}
.footer__logo img {
	height: auto;
	width: 285px;
}
@media screen and (max-width: 1024px) {
	.footer__logo img {
		width: 220px;
	}
}
@media screen and (max-width: 768px) {
	.footer__logo img {
		width: 200px;
	}
}
.footer .inner {
	padding-top: 50px;
	padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
	.footer .inner {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.footer .inner {
		padding-bottom: 30px;
	}
}
.footer__nav {
	width: calc(100% - 180px);
}
@media screen and (max-width: 1024px) {
	.footer__nav {
		width: calc(100% - 130px);
	}
}
@media screen and (max-width: 768px) {
	.footer__nav {
		width: 100%;
	}
}
.footer__nav ul {
	padding-right: 50px;
}
@media screen and (max-width: 1024px) {
	.footer__nav ul {
		padding-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.footer__nav ul {
		padding-right: 0;
		width: 45%;
	}
}
.footer__nav ul:nth-last-child(1) {
	padding-right: 0;
}
@media screen and (max-width: 768px) {
	.footer__nav ul:nth-last-child(1) {
		width: 55%;
	}
}
.footer__nav ul li {
	text-align: left;
}
.footer__nav ul li a {
	color: #FFF;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	padding: 10px 0;
}
@media screen and (max-width: 1024px) {
	.footer__nav ul li a {
		font-size: 13px;
		padding: 7px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__nav ul li a {
		font-size: 14px;
	}
}
.footer__nav ul li .parent:hover {
	opacity: 1;
}
.footer__nav--menu ul {
	width: 100% !important;
}
.footer__nav--menu ul li a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 300;
	opacity: 0.6;
	padding: 11px 0;
}
@media screen and (max-width: 1024px) {
	.footer__nav--menu ul li a {
		font-size: 12px;
		padding: 7px 0;
	}
}
@media screen and (max-width: 1024px) {
	.footer__nav--menu ul li a {
		font-size: 12px;
		padding: 7px 0;
	}
}
.footer__nav--menu ul li a:hover {
	opacity: 0.5;
}
.footer__nav--menu ul li a:before {
	content: "- ";
}
.footer__cta {
	width: 180px;
}
@media screen and (max-width: 1024px) {
	.footer__cta {
		width: 130px;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta {
		padding-bottom: 30px;
		width: 100%;
	}
}
.footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
	background-repeat: no-repeat;
	background-size: 30px auto;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.005em;
}
@media screen and (max-width: 1024px) {
	.footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
		background-size: 20px auto;
		font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
		background-size: 30px auto;
		font-size: 16px;
	}
}
.footer__cta--counseling {
	background-color: #a38249;
	color: #FFF;
	margin-bottom: 20px;
	padding: 16px 0;
}
@media screen and (max-width: 1024px) {
	.footer__cta--counseling {
		padding: 12px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--counseling {
		margin-bottom: 0;
		padding: 20px 0;
	}
}
.footer__cta--reservation {
	background-color: #1f233e;
	border: solid 1px #FFF;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.footer__cta--reservation {
		border: none;
		margin-bottom: 0;
		padding: 20px 0;
	}
}
.footer__cta--reservation p {
	background-image: url(/assets/img/footer/icon_reservation.png);
	background-position: left center;
	color: #FFF;
	display: inline-block;
	padding: 16px 0 16px 15px;
	text-align: center;
	width: 87%;
}
@media screen and (max-width: 1024px) {
	.footer__cta--reservation p {
		padding: 12px 0 12px 12px;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--reservation p {
		padding: 0 0 0 12px;
	}
}
.footer__cta--contact {
	background-color: #1f233e;
	background-image: url(/assets/img/footer/icon_contact.png);
	background-position: center;
	color: #FFF;
	padding: 32px 0;
}
@media screen and (max-width: 1024px) {
	.footer__cta--contact {
		padding: 26px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--contact {
		background-size: 25px auto;
		margin-right: 15px;
		padding: 20px 0;
	}
}
.footer__cta--online {
	background-color: #FFF;
	display: block;
}
@media screen and (max-width: 768px) {
	.footer__cta--online {
		padding: 20px 0;
	}
}
.footer__cta--online p {
	background-image: url(/assets/img/footer/icon_online.png);
	background-position: left center;
	color: #a38249;
	display: inline-block;
	padding: 16px 0 16px 15px;
	text-align: center;
	width: 87%;
}
@media screen and (max-width: 1024px) {
	.footer__cta--online p {
		padding: 12px 0 12px 12px;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--online p {
		padding: 0 0 0 12px;
	}
}
.footer__copyright {
	background-color: #000;
	padding: 15px 0;
	text-align: center;
	padding: 10px 0;
}
.footer__copyright p {
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	opacity: 0.4;
}
@media screen and (max-width: 1024px) {
	.footer__copyright p {
		font-size: 13px;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Access
----------------------------------------------------------------- */
.access {
	margin-top: 0;
	position: relative;
}
.access__bg {
	background-image: url(/assets/img/main/access_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.access .inner {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
	.access .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.access__text {
	color: #1f233e;
	font-size: 18px;
	margin-top: 70px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.access__text {
		font-size: 15px;
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.access__text {
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
}
@media screen and (min-width: 1025px) {
	.access__text br.tb {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.access__text br.tb {
		display: block;
	}
}
.access .button2 {
	margin-top: 70px;
}
@media screen and (max-width: 1024px) {
	.access .button2 {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.access .button2 {
		margin: 30px 0 0 auto;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* animation
----------------------------------------------------------------- */
@-webkit-keyframes load {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes load {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes load_in_mask {
	0% {
		left: 0;
		opacity: 1;
		width: 100%;
		z-index: 1;
	}
	1% {
		left: 0;
		opacity: 1;
		width: 100%;
		z-index: 3;
	}
	99% {
		left: -100%;
		opacity: 1;
		width: 100%;
		z-index: 3;
	}
	100% {
		left: -100%;
		opacity: 1;
		width: 100%;
		z-index: 1;
	}
}
@keyframes load_in_mask {
	0% {
		left: 0;
		opacity: 1;
		width: 100%;
		z-index: 1;
	}
	1% {
		left: 0;
		opacity: 1;
		width: 100%;
		z-index: 3;
	}
	99% {
		left: -100%;
		opacity: 1;
		width: 100%;
		z-index: 3;
	}
	100% {
		left: -100%;
		opacity: 1;
		width: 100%;
		z-index: 1;
	}
}
@-webkit-keyframes load_in_mask--sp {}
@keyframes load_in_mask--sp {}
@-webkit-keyframes load_in_fade {
	0% {
		opacity: 1;
		z-index: 3;
	}
	99% {
		opacity: 0;
		z-index: 3;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@keyframes load_in_fade {
	0% {
		opacity: 1;
		z-index: 3;
	}
	99% {
		opacity: 0;
		z-index: 3;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@-webkit-keyframes load_in_fade--sp {}
@keyframes load_in_fade--sp {}
@-webkit-keyframes menu_fadein {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 200px;
	}
}
@keyframes menu_fadein {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 200px;
	}
}
@-webkit-keyframes menu_fadein--tb {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 180px;
	}
}
@keyframes menu_fadein--tb {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 180px;
	}
}
@-webkit-keyframes menu_ul_fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes menu_ul_fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes menu_ul_fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes menu_ul_fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes menu_parent_border {
	0% {
		border-bottom-color: #FFF;
	}
	100% {
		border-bottom-color: #1f233e;
	}
}
@keyframes menu_parent_border {
	0% {
		border-bottom-color: #FFF;
	}
	100% {
		border-bottom-color: #1f233e;
	}
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 180px;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 180px;
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade-in--sp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in--sp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeup-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeup-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeup-in--sp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeup-in--sp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeslide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeslide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeslide-in--sp {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeslide-in--sp {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes menu-over {
	0% {
		background-position: 90% center;
	}
	100% {
		background-position: 93% center;
	}
}
@keyframes menu-over {
	0% {
		background-position: 90% center;
	}
	100% {
		background-position: 93% center;
	}
}
@-webkit-keyframes menu-out {
	0% {
		background-position: 93% center;
	}
	100% {
		background-position: 90% center;
	}
}
@keyframes menu-out {
	0% {
		background-position: 93% center;
	}
	100% {
		background-position: 90% center;
	}
}
@-webkit-keyframes button2-over {
	0% {
		background-position: 98% center;
	}
	100% {
		background-position: 100% center;
	}
}
@keyframes button2-over {
	0% {
		background-position: 98% center;
	}
	100% {
		background-position: 100% center;
	}
}
@-webkit-keyframes button2-out {
	0% {
		background-position: 100% center;
	}
	100% {
		background-position: 98% center;
	}
}
@keyframes button2-out {
	0% {
		background-position: 100% center;
	}
	100% {
		background-position: 98% center;
	}
}
@-webkit-keyframes bar_before {
	0% {
		top: calc(50% - 5px);
	}
	25% {
		top: calc(50%);
	}
	50% {
		top: calc(50%);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: calc(50%);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes bar_before {
	0% {
		top: calc(50% - 5px);
	}
	25% {
		top: calc(50%);
	}
	50% {
		top: calc(50%);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: calc(50%);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@-webkit-keyframes bar_after {
	0% {
		top: calc(50% + 5px);
	}
	25% {
		top: calc(50%);
	}
	50% {
		top: calc(50%);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: calc(50%);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes bar_after {
	0% {
		top: calc(50% + 5px);
	}
	25% {
		top: calc(50%);
	}
	50% {
		top: calc(50%);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: calc(50%);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes reservation_button-over {
	0% {
		background-position: center 40px, center 80%;
	}
	100% {
		background-position: center 40px, center 85%;
	}
}
@keyframes reservation_button-over {
	0% {
		background-position: center 40px, center 80%;
	}
	100% {
		background-position: center 40px, center 85%;
	}
}
@-webkit-keyframes reservation_button-over--tb {
	0% {
		background-position: center 26px, center 80%;
	}
	100% {
		background-position: center 26px, center 85%;
	}
}
@keyframes reservation_button-over--tb {
	0% {
		background-position: center 26px, center 80%;
	}
	100% {
		background-position: center 26px, center 85%;
	}
}
@-webkit-keyframes reservation_button-out {
	0% {
		background-position: center 40px, center 85%;
	}
	100% {
		background-position: center 40px, center 80%;
	}
}
@keyframes reservation_button-out {
	0% {
		background-position: center 40px, center 85%;
	}
	100% {
		background-position: center 40px, center 80%;
	}
}
@-webkit-keyframes reservation_button-out--tb {
	0% {
		background-position: center 26px, center 85%;
	}
	100% {
		background-position: center 26px, center 80%;
	}
}
@keyframes reservation_button-out--tb {
	0% {
		background-position: center 26px, center 85%;
	}
	100% {
		background-position: center 26px, center 80%;
	}
}
@-webkit-keyframes tab-on {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 20px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 15px);
	}
}
@keyframes tab-on {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 20px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 15px);
	}
}
@-webkit-keyframes tab-on--tb {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 15px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 10px);
	}
}
@keyframes tab-on--tb {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 15px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 10px);
	}
}
@-webkit-keyframes tab-on--sp {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 12px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 9px);
	}
}
@keyframes tab-on--sp {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 12px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 9px);
	}
}
@-webkit-keyframes tab-off {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 15px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 20px);
	}
}
@keyframes tab-off {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 15px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 20px);
	}
}
@-webkit-keyframes tab-off--tb {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 10px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 15px);
	}
}
@keyframes tab-off--tb {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 10px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 15px);
	}
}
@-webkit-keyframes tab-off--sp {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 9px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 12px);
	}
}
@keyframes tab-off--sp {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 9px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 12px);
	}
}
@-webkit-keyframes accordion-out {
	0% {
		padding-top: 20px;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-out {
	0% {
		padding-top: 20px;
	}
	100% {
		padding-top: 0;
	}
}
@-webkit-keyframes accordion-out--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-out--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@-webkit-keyframes accordion-over {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 20px;
	}
}
@keyframes accordion-over {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 20px;
	}
}
@-webkit-keyframes accordion-over--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-over--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@-webkit-keyframes accordion-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes accordion-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes accordion-arrow-out {
	0% {
		padding-top: 20px;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-arrow-out {
	0% {
		padding-top: 20px;
	}
	100% {
		padding-top: 0;
	}
}
@-webkit-keyframes accordion-arrow-out--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-arrow-out--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@-webkit-keyframes accordion-arrow-over {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 20px;
	}
}
@keyframes accordion-arrow-over {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 20px;
	}
}
@-webkit-keyframes accordion-arrow-over--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-arrow-over--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@-webkit-keyframes mv_bnr {
	0% {
		right: -500px;
	}
	100% {
		right: 0;
	}
}
@keyframes mv_bnr {
	0% {
		right: -500px;
	}
	100% {
		right: 0;
	}
}
@-webkit-keyframes mv_bnr--tb {
	0% {
		right: -380px;
	}
	100% {
		right: 0;
	}
}
@keyframes mv_bnr--tb {
	0% {
		right: -380px;
	}
	100% {
		right: 0;
	}
}
@-webkit-keyframes mv_bnr--sp {
	0% {
		right: -768px;
	}
	100% {
		right: 0;
	}
}
@keyframes mv_bnr--sp {
	0% {
		right: -768px;
	}
	100% {
		right: 0;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Button
----------------------------------------------------------------- */
.button1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: menu-out;
	animation-name: menu-out;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	background-color: #a38249;
	background-image: url(/assets/img/main/arrow-button.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 32px auto;
	color: #FFF;
	display: inline-block;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	margin-top: 50px;
	max-width: 300px;
	padding: 20px 24px 20px 0;
	width: 100%;
}
.button1:hover {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: menu-over;
	animation-name: menu-over;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
@media screen and (max-width: 1024px) {
	.button1 {
		background-size: 28px auto;
		font-size: 14px;
		margin-top: 30px;
		max-width: 240px;
		padding: 16px 18px 16px 0;
	}
}
@media screen and (max-width: 768px) {
	.button1 {
		background-size: 32px auto;
		font-size: 18px;
		margin-top: 50px;
		max-width: none;
		padding: 18px 22px 18px 0;
		width: 100%;
	}
}
.button2 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: button2-out;
	animation-name: button2-out;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-delay: 0;
	animation-delay: 0;
	background-image: url(/assets/img/main/arrow-button2.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	border-bottom: solid 1px #1f233e;
	color: #1f233e;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 25px 10px 0;
}
@media screen and (max-width: 1024px) {
	.button2 {
		background-size: 6px auto;
		font-size: 15px;
		padding: 7px 20px 7px 0;
	}
}
@media screen and (max-width: 768px) {
	.button2 {
		background-size: 8px auto;
		font-size: 20px;
		padding: 10px 25px 10px 0;
	}
}
.button2:hover {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: button2-over;
	animation-name: button2-over;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Campaign
----------------------------------------------------------------- */
.campaign .inner {
	padding-top: 50px;
}
@media screen and (max-width: 1024px) {
	.campaign .inner {
		padding-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.campaign .inner {
		padding-top: 50px;
	}
}
.campaign .fadeup {
	position: relative;
}
.campaign .deco-head {
	top: 0;
}
@media screen and (max-width: 768px) {
	.campaign .deco-head {
		top: 20px;
	}
}
.campaign .thumbs {
	position: relative;
}
.campaign .thumbs .inner {
	padding-right: 30px;
	padding-left: 30px;
}
@media screen and (max-width: 1024px) {
	.campaign .thumbs .inner {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 768px) {
	.campaign .thumbs .inner {
		padding-right: 30px;
		padding-left: 30px;
	}
}
.campaign .thumb {
	margin: 0 20px;
	width: calc(100% / 3 - 40px);
}
@media screen and (max-width: 1024px) {
	.campaign .thumb {
		margin: 0 12.5px;
		width: calc(100% / 3 - 25px);
	}
}
@media screen and (max-width: 768px) {
	.campaign .thumb {
		margin: 0 0 40px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.campaign .thumb:nth-last-child(1) {
		margin-bottom: 0;
	}
}
.campaign .thumb:nth-child(n+4) {
	display: none;
}
.campaign .thumb__pic {
	display: inline-block;
	width: 100%;
}
.campaign .thumb__pic img {
	height: auto;
	width: 100%;
}
.campaign .thumb__info {
	padding-top: 20px;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.campaign .thumb__info {
		padding-top: 15px;
	}
}
.campaign .thumb__date {
	color: #1f233e;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	/*&::after {
    color: $COLOR_NAVY;
    content: "｜";
    margin-right: 7px;
    margin-left: 7px;
    @include tb {
      margin-right: 5px;
      margin-left: 5px;
    }
    @include sp {
      margin-right: 7px;
      margin-left: 7px;
    }
  }*/
}
@media screen and (max-width: 1024px) {
	.campaign .thumb__date {
		font-size: 11px;
	}
}
@media screen and (max-width: 768px) {
	.campaign .thumb__date {
		font-size: 13px;
	}
}
.campaign .thumb__tag {
	background-color: #a38249;
	color: #FFF;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	padding: 5px 7px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.campaign .thumb__tag {
		font-size: 9px;
		padding: 3px 5px;
	}
}
@media screen and (max-width: 768px) {
	.campaign .thumb__tag {
		font-size: 10px;
		padding: 5px 7px;
	}
}
.campaign .thumb__title {
	color: #1f233e;
	font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.campaign .thumb__title {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.campaign .thumb__title {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.campaign .button1 {
		margin-right: 30px;
		margin-left: 30px;
		width: calc(100% - 60px);
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Crumbs
----------------------------------------------------------------- */
.crumbs {
	padding: 15px 20px;
}
.crumbs a, .crumbs p {
	color: #969696;
	font-size: 12px;
}
@media screen and (max-width: 1024px) {
	.crumbs a, .crumbs p {
		font-size: 10px;
	}
}
@media screen and (max-width: 768px) {
	.crumbs a, .crumbs p {
		font-size: 11px;
	}
}
.crumbs a {
	display: inline-block;
}
.crumbs a::after {
	content: "／";
	padding: 0 10px;
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Faq
----------------------------------------------------------------- */
.faq__head {
	background-image: url(/assets/img/main/faq/faq_head_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	font-family: "Dancing Script", cursive;
	font-size: 36px;
	padding: 20px 0;
}
@media screen and (max-width: 1024px) {
	.faq__head {
		font-size: 26px;
	}
}
.faq .block {
	padding-top: 70px;
	padding-bottom: 30px;
}
.faq .block:nth-child(1) {
	padding-top: 70px;
}
@media screen and (max-width: 768px) {
	.faq .block:nth-child(1) {
		padding-top: 50px;
	}
}
@media screen and (max-width: 1024px) {
	.faq .block {
		padding-top: 50px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.faq .block {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}
.faq .q {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: solid 2px #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.faq .q {
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
	.faq .q {
		padding-bottom: 10px;
	}
}
.faq .q p {
	color: #1f233e;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 1024px) {
	.faq .q p {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.faq .q p {
		font-size: 14px;
	}
}
.faq .q p:nth-child(1) {
	background-color: #a38249;
	color: #FFF;
	display: inline-block;
	margin-right: 15px;
	width: 70px;
}
@media screen and (max-width: 1024px) {
	.faq .q p:nth-child(1) {
		width: 60px;
	}
}
@media screen and (max-width: 768px) {
	.faq .q p:nth-child(1) {
		font-size: 12px;
		margin-top: 3px;
		margin-right: 10px;
		width: 50px;
	}
}
.faq .q p:nth-child(2) {
	text-align: left;
	width: calc(100% - 70px);
}
@media screen and (max-width: 1024px) {
	.faq .q p:nth-child(2) {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 768px) {
	.faq .q p:nth-child(2) {
		width: calc(100% - 50px);
	}
}
.faq .a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 30px;
}
.faq .a p {
	color: #787878;
	font-size: 16px;
}
@media screen and (max-width: 1024px) {
	.faq .a p {
		font-size: 14px;
	}
}
.faq .a p:nth-child(1) {
	color: #a38249;
	display: inline-block;
	font-family: "Dancing Script", cursive;
	font-size: 36px;
	line-height: 1;
	margin-right: 15px;
	width: 70px;
}
@media screen and (max-width: 1024px) {
	.faq .a p:nth-child(1) {
		font-size: 30px;
		width: 60px;
	}
}
@media screen and (max-width: 768px) {
	.faq .a p:nth-child(1) {
		margin-right: 10px;
		width: 50px;
	}
}
.faq .a p:nth-child(2) {
	margin-right: 0;
	margin-left: auto;
	text-align: left;
	width: calc(100% - 85px);
}
@media screen and (max-width: 1024px) {
	.faq .a p:nth-child(2) {
		width: calc(100% - 75px);
	}
}
@media screen and (max-width: 768px) {
	.faq .a p:nth-child(2) {
		width: calc(100% - 60px);
	}
}
.faq .a p:nth-child(n+3) {
	width: 100%;
}
.faq .a img {
	margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
	.faq .a img {
		margin-top: 30px;
		max-width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.faq .a img {
		max-width: 100%;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Heading
----------------------------------------------------------------- */
.head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.head {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.head {
		font-size: 18px;
	}
}
.head span {
	display: inline-block;
	margin-right: 15px;
	height: 2px;
	width: 22px;
}
@media screen and (max-width: 1024px) {
	.head span {
		width: 18px;
	}
}
@media screen and (max-width: 768px) {
	.head span {
		width: 20px;
	}
}
.head.navy {
	color: #1f233e;
}
.head.navy span {
	background-color: #1f233e;
}
.head.white {
	color: #FFF;
}
.head.white span {
	background-color: #FFF;
}
.deco-head {
	font-family: "Dancing Script", cursive;
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 50px;
	right: 50px;
}
@media screen and (max-width: 1024px) {
	.deco-head {
		font-size: 70px;
		top: 30px;
		right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.deco-head {
		top: 30px;
		right: 30px;
	}
}
.deco-head span {
	opacity: 0.2;
}
.deco-head span.white {
	color: #FFF;
}
.deco-head span.gold {
	color: #a38249;
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Inner
----------------------------------------------------------------- */
.inner {
	margin: 0 auto;
	max-width: 1186px;
	padding: 0 50px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.inner {
		padding: 0 30px;
		width: 100%;
	}
}
.page .inner {
	max-width: 1100px;
}
.page .inner2 {
	max-width: 1100px;
}
.inner--4 {
	margin: 0 auto;
	width: calc(100% / 6 * 4);
}
@media screen and (max-width: 1024px) {
	.inner--4 {
		width: calc(100% / 6 * 5);
	}
}
@media screen and (max-width: 768px) {
	.inner--4 {
		width: 100%;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Reservation
----------------------------------------------------------------- */
.reservation {
	background-color: #a38249;
	position: relative;
}
.reservation .inner {
	padding-top: 150px;
	padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
	.reservation .inner {
		padding-top: 90px;
		padding-bottom: 50px;
	}
}
.reservation__bg {
	background-image: url(/assets/img/main/reservation_bg.png);
	background-position: left 50px;
	background-repeat: no-repeat;
	background-size: 574px 90px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.reservation__bg {
		background-position: -35px 30px;
		background-size: 420px auto;
	}
}
@media screen and (max-width: 768px) {
	.reservation__bg {
		display: none;
	}
}
.reservation__head {
	display: none;
}
@media screen and (max-width: 768px) {
	.reservation__head {
		display: block;
		padding-top: 30px;
		text-align: center;
	}
}
.reservation__head span {
	border-bottom: solid 2px #FFF;
	color: #FFF;
	display: inline-block;
	font-weight: 700;
	line-height: 38px;
	padding-bottom: 25px;
	text-align: center;
}
.reservation__tel {
	height: 100%;
	margin-top: 30px;
	width: 50%;
}
@media screen and (max-width: 1024px) {
	.reservation__tel {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__tel {
		margin-top: 30px;
		width: 100%;
	}
}
.reservation__tel a {
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
	.reservation__tel a {
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__tel a {
		font-size: 32px;
	}
}
.reservation__tel a span {
	font-size: 30px;
}
@media screen and (max-width: 1024px) {
	.reservation__tel a span {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__tel a span {
		font-size: 25px;
	}
}
.reservation__tel p {
	color: #FFF;
	font-size: 18px;
	opacity: 0.7;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.reservation__tel p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__tel p {
		font-size: 18px;
		padding-top: 20px;
	}
}
.reservation__button {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: reservation_button-out;
	animation-name: reservation_button-out;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-delay: 0;
	animation-delay: 0;
	background-color: #1f233e;
	background-image: url(/assets/img/main/icon_reservation.png), url(/assets/img/main/arrow_reservation.png);
	background-position: center 40px, center 80%;
	background-repeat: no-repeat;
	background-size: 45px auto, 21px auto;
	color: #FFF;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	margin-top: 30px;
	padding: 95px 0 70px;
	width: 50%;
}
@media screen and (max-width: 1024px) {
	.reservation__button {
		-webkit-animation-name: reservation_button-out--tb;
		animation-name: reservation_button-out--tb;
	}
}
.reservation__button:hover {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: reservation_button-over;
	animation-name: reservation_button-over;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
@media screen and (max-width: 1024px) {
	.reservation__button:hover {
		-webkit-animation-name: reservation_button-over--tb;
		animation-name: reservation_button-over--tb;
	}
}
@media screen and (max-width: 1024px) {
	.reservation__button {
		background-position: center 26px, center 80%;
		background-size: 32px auto, 17px auto;
		padding: 60px 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__button {
		margin-top: 40px;
		width: 100%;
	}
}
.reservation__button span {
	font-size: 32px;
	line-height: 1;
}
@media screen and (max-width: 1024px) {
	.reservation__button span {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__button span {
		font-size: 28px;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Schedule
----------------------------------------------------------------- */
.schedule .inner {
	padding-top: 70px;
	padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
	.schedule .inner {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}
.schedule .deco-head {
	right: auto;
	left: 50px;
	top: 120px;
}
@media screen and (max-width: 1024px) {
	.schedule .deco-head {
		left: 30px;
		top: 90px;
	}
}
@media screen and (max-width: 768px) {
	.schedule .deco-head {
		right: 30px;
		left: auto;
		top: 30px;
	}
}
.schedule__text {
	padding: 0 70px 0 0;
	text-align: right;
	width: 55%;
}
@media screen and (max-width: 1024px) {
	.schedule__text {
		padding: 0 50px 0 0;
		text-align: left;
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.schedule__text {
		margin-top: 30px;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
}
.schedule__text p {
	font-size: 18px;
	color: #1f233e;
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.schedule__text p {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
	.schedule__text p {
		font-size: 16px;
		margin: 0 auto;
	}
}
.schedule__table {
	display: table;
	width: 45%;
}
@media screen and (max-width: 1024px) {
	.schedule__table {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.schedule__table {
		margin-top: 70px;
		width: 100%;
	}
}
.schedule__table th, .schedule__table td {
	border-left: solid 2px #dedee2;
	padding: 12px 0;
}
@media screen and (max-width: 1024px) {
	.schedule__table th, .schedule__table td {
		padding: 9px 0;
	}
}
@media screen and (max-width: 768px) {
	.schedule__table th, .schedule__table td {
		padding: 5px 0;
	}
}
.schedule__table th:nth-last-child(1), .schedule__table td:nth-last-child(1) {
	border-right: solid 2px #dedee2;
}
.schedule__table th {
	font-size: 20px;
	font-weight: 400;
}
@media screen and (max-width: 1024px) {
	.schedule__table th {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.schedule__table th {
		font-size: 16px;
	}
}
.schedule__table td {
	color: #a38249;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.schedule__table td {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.schedule__table td {
		font-size: 16px;
	}
}
.schedule__table td span {
	color: #000;
	font-weight: 700;
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Title
----------------------------------------------------------------- */
.title {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: solid 8px #a38249;
	height: 180px;
}
@media screen and (max-width: 1024px) {
	.title {
		border-width: 6px;
		height: 130px;
	}
}
@media screen and (max-width: 768px) {
	.title {
		border-width: 8px;
		height: 180px;
	}
}
.title__deco-head {
	color: #a38249;
	font-family: "Dancing Script", cursive;
	font-size: 48px;
	line-height: 1;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.title__deco-head {
		font-size: 36px;
	}
}
@media screen and (max-width: 768px) {
	.title__deco-head {
		font-size: 48px;
	}
}
.title__head {
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	padding-top: 20px;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.title__head {
		font-size: 16px;
		padding-top: 15px;
	}
}
@media screen and (max-width: 768px) {
	.title__head {
		font-size: 20px;
		padding-top: 20px;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Topics
----------------------------------------------------------------- */
.topics .inner {
	padding-top: 100px;
}
@media screen and (max-width: 1024px) {
	.topics .inner {
		padding-top: 70px;
	}
}
@media screen and (max-width: 768px) {
	.topics .inner {
		padding-top: 50px;
	}
}
.topics .fadeup {
	position: relative;
}
.topics .deco-head {
	top: 50px;
}
@media screen and (max-width: 1024px) {
	.topics .deco-head {
		top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.topics .deco-head {
		top: 20px;
	}
}
.topics .swiper-container {
	overflow: hidden;
	padding: 50px 0 0;
}
@media screen and (max-width: 1024px) {
	.topics .swiper-container {
		padding: 30px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.topics .swiper-container {
		padding: 30px 60px 0 30px;
	}
}
.topics .p-r {
	margin: 0 auto;
	max-width: 1086px;
	width: calc(100% - 100px);
}
@media screen and (max-width: 1024px) {
	.topics .p-r {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 768px) {
	.topics .p-r {
		width: 100%;
	}
}
.topics .swiper-button-prev, .topics .swiper-button-next {
	background-size: 11px auto;
	top: calc(50px + 8vw);
}
@media screen and (max-width: 1024px) {
	.topics .swiper-button-prev, .topics .swiper-button-next {
		background-size: 9px auto;
		top: calc(30px + 8vw);
	}
}
@media screen and (max-width: 768px) {
	.topics .swiper-button-prev, .topics .swiper-button-next {
		display: none;
		top: -15px;
	}
}
.topics .swiper-button-prev {
	background-image: url(/assets/img/main/arrow_slider_l.png);
	left: -40px;
}
@media screen and (max-width: 1024px) {
	.topics .swiper-button-prev {
		left: -30px;
	}
}
@media screen and (max-width: 768px) {
	.topics .swiper-button-prev {
		left: auto;
		right: 70px;
	}
}
.topics .swiper-button-next {
	background-image: url(/assets/img/main/arrow_slider_r.png);
	right: -40px;
}
@media screen and (max-width: 1024px) {
	.topics .swiper-button-next {
		right: -30px;
	}
}
@media screen and (max-width: 768px) {
	.topics .swiper-button-next {
		right: 30px;
	}
}
.topics .thumbs {
	position: relative;
}
.topics .thumb__pic {
	display: inline-block;
	width: 100%;
}
.topics .thumb__pic img {
	height: auto;
	width: 100%;
}
.topics .thumb__info {
	padding-top: 20px;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.topics .thumb__info {
		padding-top: 15px;
	}
}
.topics .thumb__date {
	color: #1f233e;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.topics .thumb__date {
		font-size: 11px;
	}
}
@media screen and (max-width: 768px) {
	.topics .thumb__date {
		font-size: 13px;
	}
}
.topics .thumb__date::after {
	color: #1f233e;
	content: "｜";
	margin-right: 7px;
	margin-left: 7px;
}
@media screen and (max-width: 1024px) {
	.topics .thumb__date::after {
		margin-right: 5px;
		margin-left: 5px;
	}
}
@media screen and (max-width: 768px) {
	.topics .thumb__date::after {
		margin-right: 7px;
		margin-left: 7px;
	}
}
.topics .thumb__tag {
	background-color: #a38249;
	color: #FFF;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	padding: 5px 7px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.topics .thumb__tag {
		font-size: 9px;
		padding: 3px 5px;
	}
}
@media screen and (max-width: 768px) {
	.topics .thumb__tag {
		font-size: 10px;
		padding: 5px 7px;
	}
}
.topics .thumb__title {
	color: #1f233e;
	font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.topics .thumb__title {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.topics .thumb__title {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.topics .button1 {
		margin-right: 30px;
		margin-left: 30px;
		width: calc(100% - 60px);
	}
}
.title {
	background-image: url(/assets/img/main/supplements/title_bg.jpg);
}
.facial {
	padding-top: 30px;
}
.facial .caution {
	color: #a38249;
	display: block;
	font-size: 12px;
	margin: 10px 0 0;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}
.facial .mg-top40 {
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
	.facial {
		padding-top: 20px;
	}
}
.facial__head {
	color: #1f233e;
	font-size: 32px;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.facial__head {
		font-size: 26px;
	}
}
@media screen and (max-width: 768px) {
	.facial__head span {
		display: block;
	}
}
.facial .beforeafter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 50px;
}
@media screen and (max-width: 1024px) {
	.facial .beforeafter {
		padding-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.facial .beforeafter {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -5px;
		padding-top: 20px;
	}
}
.facial .beforeafter img {
	width: calc(100% / 6 - 12px);
}
@media screen and (max-width: 1024px) {
	.facial .beforeafter img {
		width: calc(100% / 6 - 10px);
	}
}
@media screen and (max-width: 768px) {
	.facial .beforeafter img {
		margin: 5px;
		width: calc(100% / 4 - 10px);
	}
}
.facial .block {
	background-color: #4c4f65;
	margin-top: 70px;
	padding-bottom: 100px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.facial .block {
		margin-top: 20px;
		padding-bottom: 50px;
	}
}
.facial .block__head {
	background-color: #1f233e;
	padding: 20px 0;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.facial .block__head {
		padding: 15px 0;
	}
}
.facial .block__head span {
	color: #FFF;
	display: block;
	font-size: 30px;
	font-weight: 500;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 50px;
	text-align: left;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.facial .block__head span {
		font-size: 24px;
		padding: 0 30px;
	}
}
.facial .block__picture {
	position: absolute;
}
@media screen and (max-width: 768px) {
	.facial .block__picture {
		display: inline-block;
		position: static;
	}
}
.facial .block__picture img {
	height: auto;
	width: 100%;
}
.facial .block__delta {
	background-color: #a38249;
	position: absolute;
	z-index: -1;
}
.facial .block__content {
	padding-top: 50px;
}
@media screen and (max-width: 1024px) {
	.facial .block__content {
		padding-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.facial .block__content {
		padding-top: 30px;
	}
}
.facial .block__content p, .facial .block__content .list-decimal, .facial .block__content .list-decimal li {
	color: #FFF;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.facial .block__content p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.facial .block__content p {
		font-size: 16px;
	}
}
.facial .block1 {
	margin-top: 70px;
}
@media screen and (max-width: 1024px) {
	.facial .block1 {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.facial .block1 {
		margin-top: 30px;
	}
}
.facial .block1__delta {
	height: 50%;
	top: 50%;
	left: 0;
	width: 20%;
}
@media screen and (max-width: 768px) {
	.facial .block1__delta {
		height: 35vw;
		top: 60vw;
		width: 45%;
	}
}
.facial .block1__picture {
	top: 32%;
	left: 0;
	width: 30%;
}
@media screen and (max-width: 1024px) {
	.facial .block1__picture {
		top: 115px;
	}
}
@media screen and (max-width: 768px) {
	.facial .block1__picture {
		margin: 0 auto;
		padding-top: 30px;
		width: calc(100% - 60px);
	}
}
.facial .block1__content {
	margin: 0 0 0 auto;
	text-align: left;
}
.facial .block1__content .inner {
	padding-left: calc(25% + 50px);
}
.facial .block1__content .inner2 {
	padding-left: 0;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.facial .block1__content .inner {
		padding-left: 30px;
	}
	.facial .block1__content .inner2 {
		padding-left: 0;
		padding-right: 30px;
		padding: 0 30px;
		width: 100%;
	}
}
.facial .block2__delta {
	height: 50%;
	top: 50%;
	right: 0;
	width: 20%;
}
@media screen and (max-width: 768px) {
	.facial .block2__delta {
		height: 60vw;
		top: 40vw;
		width: 35%;
	}
}
.facial .block2__picture {
	padding-right: 50px;
	top: 33%;
	right: 0;
	width: 30%;
}
@media screen and (max-width: 1024px) {
	.facial .block2__picture {
		top: 115px;
	}
}
@media screen and (max-width: 768px) {
	.facial .block2__picture {
		margin: 0 auto;
		padding-top: 30px;
		padding-right: 0;
		width: calc(100% - 60px);
	}
}
.facial .block2__content {
	margin: 0 auto 0 0;
	text-align: right;
}
.facial .block2__content .inner {
	padding-right: calc(35% + 50px);
}
@media screen and (max-width: 768px) {
	.facial .block2__content .inner {
		padding-right: 30px;
	}
}
/*.facial .block3 {
  min-height: 38vw;
}*/
.facial .block3__delta {
	height: 20%;
	bottom: 0;
	right: 50px;
	width: 50%;
}
@media screen and (max-width: 1024px) {
	.facial .block3__delta {
		height: 15%;
	}
}
@media screen and (max-width: 768px) {
	.facial .block3__delta {
		height: 25vw;
		top: 70vw;
		right: auto;
		left: 0;
		width: 75%;
	}
}
.facial .block3__picture {
	top: 155px;
	left: 0;
	width: 35%;
}
@media screen and (max-width: 1024px) {
	.facial .block3__picture {
		top: 115px;
	}
}
@media screen and (max-width: 768px) {
	.facial .block3__picture {
		margin: 0 auto;
		padding-top: 30px;
		padding-right: 0;
		width: calc(100% - 60px);
	}
}
.facial .block3__content {
	margin: 0 0 0 auto;
	text-align: left;
}
.facial .block3__content .inner {
	padding-left: calc(35% + 50px);
}
@media screen and (max-width: 768px) {
	.facial .block3__content .inner {
		padding-left: 30px;
	}
}
.price {
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.price {
		margin-top: 40px;
	}
}
.price__deco-head {
	color: #1f233e;
	font-family: "Dancing Script", cursive;
	font-size: 48px;
}
@media screen and (max-width: 1024px) {
	.price__deco-head {
		font-size: 36px;
	}
}
@media screen and (max-width: 768px) {
	.price__deco-head {
		font-size: 36px;
		padding-bottom: 10px;
	}
}
.price__index {
	background: rgba(163, 130, 73, 0.2);
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.price__index {
		margin-top: 30px;
		padding-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.price__index {
		padding: 15px 5px 0;
	}
}
.price__index ul li {
	display: inline-block;
	width: 240px;
}
@media screen and (max-width: 1024px) {
	.price__index ul li {
		width: 160px;
	}
}
@media screen and (max-width: 768px) {
	.price__index ul li {
		width: 90px;
	}
}
.price__index a {
	background-image: url(/assets/img/main/first-visiter/index_arrow.png);
	background-position: center calc(100% - 20px);
	background-repeat: no-repeat;
	background-size: 21px auto;
	color: #FFF;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 15px 8px 0;
	padding: 15px 0 40px;
}
@media screen and (max-width: 1024px) {
	.price__index a {
		background-position: center calc(100% - 15px);
		background-size: 16px auto;
		font-size: 15px;
		margin: 0 6px;
		padding: 15px 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.price__index a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-position: center calc(100% - 12px);
		background-size: 14px auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 11px;
		height: 70px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 1.5;
		padding: 10px 0 30px;
	}
}
.price-parts {
	background-color: #faf9f6;
	padding: 70px 0 100px;
}
@media screen and (max-width: 1024px) {
	.price-parts {
		padding: 50px 0 70px;
	}
}
.price-parts__content {
	background-color: #FFF;
	margin-top: 30px;
	padding: 10px 10px 30px;
}
.price-parts__block {
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {
	.price-parts__content {
		padding: 7px 7px 20px;
	}
}
.price-parts__head {
	color: #a38249;
	font-size: 30px;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.price-parts__head {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.price-parts__head span {
		display: block;
	}
}
.price-parts__label {
	background-color: #a5a7b2;
	padding: 0 15px;
}
@media screen and (max-width: 768px) {
	.price-parts__label {
		padding: 0 10px;
	}
}
.price-parts__label p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
.price-parts__label p:nth-child(1) {
	text-align: left;
	width: 40%;
}
@media screen and (max-width: 768px) {
	.price-parts__label p:nth-child(1) {
		width: 70%;
	}
}
.price-parts__label p:nth-child(2) {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.price-parts__label p:nth-child(2) {
		width: 30%;
	}
}
.price-parts .block__head {
	border-bottom: solid 1px #f6f2ec;
	color: #a38249;
	font-size: 18px;
	font-weight: 500;
	padding: 50px 0 20px 15px;
}
@media screen and (max-width: 1024px) {
	.price-parts .block__head {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.price-parts .block__head {
		padding: 30px 0 10px 10px;
		text-align: center;
	}
}
.price-parts .block__price {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #f6f2ec;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.price-parts .block__price p {
	color: #1f233e;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.price-parts .block__price p {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.price-parts .block__price p {
		padding: 3px 0;
	}
}
.price-parts .block__price p:nth-child(1) {
	padding: 0 0 0 15px;
	text-align: left;
	width: 40%;
}
@media screen and (max-width: 1024px) {
	.price-parts .block__price p:nth-child(1) {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.price-parts .block__price p:nth-child(1) {
		padding: 10px 0 0 10px;
		width: 70%;
	}
}
.price-parts .block__price p:nth-child(2) {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.price-parts .block__price p:nth-child(2) {
		width: 30%;
	}
}
.price-parts .block__price p:nth-child(2) strong {
	color: #a38249;
	font-size: 22px;
}
@media screen and (max-width: 1024px) {
	.price-parts .block__price p:nth-child(2) strong {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.price-parts .block__price p:nth-child(2) strong {
		font-size: 16px;
	}
}
.price-parts .block__price p strong {
	font-size: 16px;
	font-weight: 500;
}
.price-parts .block__price p strong small {
	font-size: 12px;
}
@media screen and (max-width: 1024px) {
	.price-parts .block__price p strong {
		font-size: 14px;
	}
	.price-parts .block__price p strong small {
		font-size: 12px;
	}
}
.price-parts__caution {
	color: #787878;
	font-size: 16px;
	padding-top: 50px;
	padding-left: 15px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.price-parts__caution {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.price-parts__caution {
		padding-top: 30px;
		padding-left: 10px;
	}
}
.attention {
	padding: 40px 0 70px;
}
@media screen and (max-width: 768px) {
	.attention {
		padding: 30px 0;
	}
}
.attention .inner {
	/* max-width: 940px; */
}
.attention__head {
	color: #1f233e;
	font-size: 24px;
}
@media screen and (max-width: 1024px) {
	.attention__head {
		font-size: 18px;
		text-align: left
	}
}
.attention__list {
	padding-top: 30px;
}
.attention__list li {
	color: #787878;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 0.6em;
	text-align: left;
	text-indent: -0.6em;
}
@media screen and (max-width: 1024px) {
	.attention__list li {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.attention__list li {
		padding-right: 0;
		width: 100%;
	}
}
.attention table {
	border: solid 1px #f1ece4;
	margin: 40px auto 0;
	width: calc(100% - 150px);
}
@media screen and (max-width: 1024px) {
	.attention table {
		margin: 30px auto 0;
		width: 100%
	}
}
@media screen and (max-width: 768px) {
	.attention table {
		margin: 30px auto 0;
		width: 100%;
	}
}
.attention table th, .attention table td {
	border-right: solid 1px #f1ece4;
	font-size: 16px;
	vertical-align: middle;
}
@media screen and (max-width: 1024px) {
	.attention table th, .attention table td {
		font-size: 14px;
	}
}
.attention table th {
	background: #bda67f;
	color: #FFF;
	padding: 5px 0;
	width: 30%;
	border-bottom: solid 1px #f1ece4;
}
.attention table td {
	color: #3c3c3c;
	padding: 10px;
	width: 70%;
	text-align: left;
}
.attention table td strong {
	color: #1f233e;
	font-weight: 500;
	display: block;
	text-align: left;
}
.attention table tr:nth-child(odd) td {
	background: #faf9f6;
}
.facial__block {
	background-color: #4c4f65;
	margin-top: 40px;
	padding-bottom: 17%;
	position: relative;
	width: 100%;
}
.applaura__worries__listItem {
	text-align: left;
	color: #fff;
	font-size: 16px;
	list-style: disc;
}

@media screen and (max-width: 768px) {
	.applaura__worries__list {
		width: 88%;
	}
}

/* アプローラ（APPLAURA）の特徴成分 */
.applaura__detail:nth-child(2) {
	margin-top: 30px;
}
.applaura__detail h4 {
	color: #fff;
    text-align: left;
    padding: 0;
    font-weight: 700;
    font-size: 26px;
    border-bottom: solid;
}
.applaura__detail h4::before {
	content: "●";
	color: #fff;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.applaura__detail h4 {
    	font-size: 22px;
	}
}
.applaura__detailBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.applaura__detailBox {
		gap: 20px 0;
	}
	section.facial > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(2) {
		flex-direction: column-reverse;
	}
}
.applaura__detailBox__bottom {
	margin-top: 20px;
}
.applaura__detailBox__bottom .applaura__detailImg {
	width: 100%;
}
.applaura__detailImg,
.applaura__detailBox p {
	width: 48%;
}
.applaura__detail dl {
	color: #FFF;
    font-size: 16px;
}
.applaura__detail dl dt {
	border-bottom: 1px solid;
    margin-bottom: .5em;
    font-weight: bold;
    text-align: left !important;
}
.applaura__detail dl dd {
	text-align: left !important;
}
.sensepur__box {
	display: flex;
	justify-content: space-between;
}
.sensepur__box dl {
	width: 48%;
	margin-top: 20px;
}
.sensepur__box dl dd small {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.sensepur__box dl dd small {
		text-align: left !important;
	}
}

@media screen and (max-width: 768px) {
	.applaura__detailBox {
		display: flex;
		flex-direction: column;
	    justify-content: space-between;
	    align-items: center;
	    margin-top: 20px;
	}
	.applaura__detailImg,
	.applaura__detailBox p {
		width: 100%;
	}
	.sensepur__box {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.sensepur__box dl {
		width: 100%;
	}
}
