@charset "utf-8";
body,input,select,textarea {
	color: #d7d7d7;
	font-family: YakuHanMP, '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.1em;}
body {
	background: #d9b97a;}
p {
	text-align: justify;
	text-justify: inter-ideograph;}
a {
	color: inherit;}
a:hover {
	opacity: 0.5;}

img[src$=".svg"],
svg {
	width: 100%;
	height: auto;
	vertical-align: top;}
svg {
	transform: 0.3s;}

.spDisp {
	display: none !important;}
@media screen and (min-width:813px) {
	/* iPhoneX縦サイズ 812px */
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;}
	a[href^="tel:"]:hover {
		opacity: 1;}
}
@media only screen and (max-width:640px) {
	html {
		font-size: 20px;
		letter-spacing:  0.05em;
	}
	body {
		font-size: 20px;
		letter-spacing:  0.05em;
	}

	.pcDisp {
		display: none !important;}
	.spDisp {
		display: block !important;}
	br.spDisp {
		display: inline-block !important;}
}


/* -- share -- */
ul.bottom {
	padding: 38px 0 0;
	color: #fff;}
ul.bottom li {
	padding: 0 10px 20px;}
ul.bottom a {
	display: block;
	padding: 0.5em 1.5em;
	border: 1px solid #fff;
	border-radius: 100px;
	line-height: 1;
	text-decoration: none;}
ul.bottom a:hover {
	color: #222;
	background: #fff;
	opacity: 1;}


/* -- header -- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 14px 20px;
	z-index: 90;
	background: #43371d;}
#header .headLogo {
	width: 100px;
	line-height: 1;}
#header .headLogo.change {
	color: #fff;}
#header .headLogo a {
	display: block;}
#header.active .headLogo {
	color: #fff;}


/* -- footer -- */
#footer {
	font-size: 1.0769em;
	margin-top: 120px;
	background: #43371d;
	color: #fff;
	text-align: center;}
#footer .footLogo {
	width: 155px;
	margin: 0 auto;
	padding: 30px 0;}
#footer .footLogo a {
	display: block;}
#footer .footLogo path.logotype {
	fill: currentColor;}
#footer small {
	display: inline-block;
	padding: 50px 0;
	font-size: 0.857em;}
#footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;}
#footer li {
	letter-spacing:  0.07em;}
#footer .address {
	padding: 38px 0 0;
	color: #fff;}
#footer .address p {
	margin-top: 1em;
	text-align: center;}
#footer .address p:first-child {
	margin-top: 0;}
#footer .address p strong {
	display: inline-block;}
#footer .address p span {
	display: block;
	padding-top: 0.5em;}
#footer .address a {
	display: inline-block;
	font-size: 2em;
	line-height: inherit;}
@media only screen and (max-width:640px) {
	#footer .address a {
		font-size: 1.91em;
		font-weight: bold;}
}


/* -- container -- */
#container {
	overflow: hidden;
	position: relative;
	opacity: 0;}
@media only screen and (max-width:1024px) {
	#container {
		width: 1024px;}
}
@media only screen and (max-width:768px) {
	#container {
		width: 768px;}
}
@media only screen and (max-width:640px) {
	#container {
		width: 640px;}
}
