@charset "UTF-8";
/*--------------------------------
	　サイト共通設定
--------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
input,button,textarea,select {
	margin: 0;padding: 0;border: none;border-radius: 0;background: none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	color: #000000;
}
.poppins {
	font-family: 'Poppins', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	text-decoration: none;
}
textarea {resize: vertical;}
select::-ms-expand {display: none;}
::placeholder {
	color: #C7C7C7;
}
/*.ie11対策*/
input:-ms-input-placeholder {
	color: #C7C7C7;
}
select:invalid {
	color: #C7C7C7;
}
/*.ie11対策*/
[type="checkbox"],
[type="radio"] {
	visibility: hidden;
	width:1px;
	position: absolute;
}
input,
select {
	-webkit-appearance: none;
}
/*--------------------------------
	　全体レイアウト
--------------------------------*/
body {
	position: relative;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.56;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
}
.content {
	width: 1100px;
	margin: 0 auto;
}
@media all and (max-width: 767px) {
	.content {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
/*--------------------------------
	　ヘッダー
--------------------------------*/
header {
	position: relative;
}
header.open .header-item {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 98;
}
header #menu-area {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 1400px;
	margin: auto;
	background: #9B2330;
	color: #000;
	transition: 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
}
header.open #menu-area {
	opacity: 1;
	visibility: visible;
	transition: 1s ease-out 0.5s;
}
header #menu-area .menu-item-area {
	position: relative;
}
header #menu-area .menu-item-area .menu-item {
	/*width: 520px;*/
	width: 580px;
	margin: 0 auto;
}
header #menu-btn {
	position: fixed;
	z-index: 2;
	width: 100px;
	height: 80px;
	background: url("/common/images/common/icon-menu.svg") no-repeat;
	background-size: contain;
	top: 35px;
	right: 38px;
	cursor: pointer;
}
header.open #menu-btn {
	background: url("/common/images/common/icon-menu-closed.svg") no-repeat;
	background-size: contain;
}
header #menu-bg {
	position: fixed;
	top: 50px;
	right: 58px;
	width: 60px;
	height: 60px;
	background: #9B2330;
	visibility: hidden;
	border-radius: 50%;
	transform: scale(1);
	transition: .5s;
	z-index: 1;
}
header.open #menu-bg {
	visibility: visible;
	transform: scale(82);
	transition: .8s ease-in;
}
@media all and (max-width: 767px) {
	header {
		overflow-x: hidden;
	}
	header.open .header-item {
		aspect-ratio: 1/2;
		height: 100%;
	}
	header #menu-area {
		height: unset;
	}
	header #menu-area .menu-item-area .menu-item {
		width: 100%;
	}
	header #menu-btn {
		width: 80px;
		height: 64px;
		top: 20px;
		right: 20px;
	}
	header #menu-bg {
		top: 35px;
		right: 40px;
		width: 40px;
		height: 40px;
	}
}
header nav {
	padding: 130px 0 75px;
}
header nav ul {}
header nav ul li {
	text-align: center;
}
header nav ul li a {
	display: block;
	padding: 25px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-decoration: none;
	transition: .3s;
}
header nav ul li a:hover {
	color: #BF7981;
}
header .nav-btn-01,
header .nav-btn-02 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
}
header .nav-btn-01 a,
header .nav-btn-02 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 500px;
	height: 70px;
	border: 3px solid #FFF;
	border-radius: 18px;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #FFF;
}
header .nav-sns {
	display: none;
}
header .nav-btn-01 a {
	background: #9B2330;
}
header .nav-btn-02 a {
	background: #FFF;
	color: #9B2330;
}
header .nav-btn-01 a::after {
	position: absolute;
	content: "";
	display: inline-block;
	right: 22px;
	width: 13px;
	height: 10px;
	background: url("/common/images/common/icon-nav-btn-01.svg") no-repeat;
}
header .nav-btn-02 a::after {
	position: absolute;
	content: "";
	display: inline-block;
	right: 22px;
	width: 13px;
	height: 13px;
	background: url("/common/images/common/icon-nav-btn-02.svg") no-repeat;
}
header .h-address {
	padding: 70px 0 0;
	text-align: center;
}
header .h-address dl {
	margin: 0 0 80px;
}
header .h-address dl dt {
	margin: 0 0 50px;
}
header .h-address dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875em;
}
header .h-address dl dd.location {
	margin: 0 0 5px;
	line-height: 1.8;
	color: #FFF;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
header .h-address dl dd.location a {
	text-decoration: underline;
	color: #FFF;
}
header .h-address dl dd.location a::after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 0.3em;
	background: url("/common/images/common/other-window.svg") no-repeat;
}
header .h-address dl dd.hours {
	margin: 0 0 10px;
	color: #FFF;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
header .h-address dl dd.phone {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
header .h-address dl dd.phone::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 0.3em;
	background: url("/common/images/common/phone.svg") no-repeat;
}
header .h-address dl dd.phone a {
	color: #FFF;
}
header .fixed-sns {
	position: fixed;
	top: 300px;
	left: 50px;
}
header .fixed-sns p {
	margin: 0 0 30px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}
header .fixed-sns ul {}
header .fixed-sns ul li {
	margin: 20px 0;
}
header .fixed-sns ul li img {
	width: 25px;
	height: 25px;
}
header .fixed-sns ul li a {
	transition: .3s;
}
header .fixed-sns ul li a:hover {
	opacity: .7;
}
@media all and (max-width: 767px) {
	header nav ul li a {
		font-size: 20px;
	}
	header .nav-btn-01,
	header .nav-btn-02 {
		margin: 0 0 20px;
	}
	header .nav-btn-01 a,
	header .nav-btn-02 a {
		width: calc( 100% - 40px );
		margin: 0 auto;
	}
	header .h-address dl {
		margin: 0 0 40px;
	}
	header .h-address dl dt {
		margin: 0 0 30px;
	}
	header .h-address dl dd {
		display: block;
		font-size: 14px;
	}
	header .nav-sns {
		display: block;
		margin: 0 auto 70px;
	}
	header .nav-sns p {
		width: 100%;
		margin: 0 0 28px;
		font-size: 16px;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		color: #FFF;
		text-align: center;
		letter-spacing: 0.05em;
	}
	header .nav-sns ul {
		display: flex;
		justify-content: center;
	}
	header .nav-sns ul li {
		margin: 0 25px;
	}
	header .fixed-sns {
		display: none;
	}
}
@media all and (max-width: 321px) {
	header .h-address dl dd.location,
	header .h-address dl dd.hours {
		letter-spacing: 0;
		text-indent: 0;
	}
}
/*--------------------------------
	　フッター
--------------------------------*/
footer {
	padding: 80px 0;
	background: #9B2330;
	color: #FFF;
}
footer .f-address {
	text-align: center;
}
footer .f-address dl {
	margin: 0 0 80px;
}
footer .f-address dl dt {
	margin: 0 0 50px;
}
footer .f-address dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875em;
}
footer .f-address dl dd.location {
	margin: 0 0 5px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
footer .f-address dl dd.location a {
	text-decoration: underline;
	color: #FFF;
}
footer .f-address dl dd.location a::after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 0.3em;
	background: url("/common/images/common/other-window.svg") no-repeat;
}
footer .f-address dl dd.hours {
	margin: 0 0 10px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
footer .f-address dl dd.phone {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
footer .f-address dl dd.phone::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 0.3em;
	background: url("/common/images/common/phone.svg") no-repeat;
}
footer .f-address dl dd.phone a {
	color: #FFF;
}
footer nav {
	max-width: 660px;
	margin: 0 auto 45px;
}
footer nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer nav ul li {
	flex-basis: calc( 100% / 4);
	margin: 0 0 20px;
	text-align: center;
}
footer nav ul li a {
	font-size: 0.875em;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	transition: .3s;
}
footer nav ul li a:hover {
	color: #D7A7AC;
}
footer .fixed-sns {
	display: none;
	position: fixed;
	top: 300px;
	left: 50px;
}
footer .fixed-sns p {
	margin: 0 0 30px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #000;
	text-align: center;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}
footer .fixed-sns ul {}
footer .fixed-sns ul li {
	margin: 20px 0;
}
footer .fixed-sns ul li img {
	width: 25px;
	height: 25px;
}
footer .fixed-sns ul li a {
	transition: .3s;
}
footer .fixed-sns ul li a:hover {
	opacity: .7;
}
footer address {
	text-align: center;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
	footer {
		padding: 70px 0 50px;
	}
	footer .f-address dl {
		margin: 0 0 40px;
	}
	footer .f-address dl dt {
		margin: 0 0 30px;
	}
	footer .f-address dl dd {
		display: block;
		font-size: 14px;
	}
	footer nav {
		width: calc( 100% - 65px);
		margin: 0 auto 60px;
	}
	footer nav ul li {
		flex-basis: calc( 100% / 2);
		text-align: left;
	}
	footer nav ul li a {
		font-size: 14px;
	}
	footer .fixed-sns {
		display: none;
	}
}
@media all and (max-width: 321px) {
	footer .f-address dl dd.location,
	footer .f-address dl dd.hours,
	footer nav ul li a {
		letter-spacing: 0;
		text-indent: 0;
	}
}