@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 769px) and (max-width: 1250px) {
	html {
		font-size: calc(1000vw / 1250);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "harenosora";
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #4C342A;
}
a:hover {
	color: #4C342A;
}
a:active {
	color: #4C342A;
}
@font-face {
	font-family: "harenosora";
	src: url("../font/Harenosora.otf");
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #4C342A;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2rem 4.4rem;
	width: 100%;
	position: absolute;
	z-index: 3;
}
#gHeader h1 {
	width: 8.1rem;
}
#gHeader h1 a {
	display: block;
}
.menu {
	top: 2rem;
	right: 0;
	position: fixed;
	z-index: 100;
	width: 14.7rem;
	transition: 1s;
	opacity: 1;
	visibility: visible;
}
.menu.hide {
	opacity: 0;
	visibility: hidden;
}
.menu .close {
	display: none;
}
.menu.on .close {
	display: block;
}
.menu.on .open {
	display: none;
}
.menuBox { 
	padding: 15.5rem 0 5rem;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.87);
	z-index: 99;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.menuBox .comBtnList {
	margin-bottom: 3rem;
	padding-bottom: 2.7rem;
	position: relative;
}
.menuBox .comBtnList::after {
	width: 90rem;
	height: 1px;
	background-color: #FFE5B6;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	opacity: 0.2;
}
.menuBox .subBtn {
	margin: 0 auto;
	width: 35.5rem;
}
.menuBox .subBtn a {
	display: block;
}
.menuBox .subBtn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 769px) {
	.menu {
		cursor: pointer;
	}
	.menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	#gHeader {
		padding: 0.4rem 1.3rem 0;
		position: relative;
		background: url(../img/common/bg01_sp.png) repeat center top / 80rem auto;
		box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
	}
	#gHeader h1 {
		position: absolute;
		z-index: 2;
		top: 0.7rem;
		left: 1.4rem;
		width: 5.6rem;
	}
	#gHeader .imgtext {
		padding-left: 6.5rem;
		margin: 0.5rem auto 0;
		height: 1.6rem;
		width: 34rem;
	}
	.menu {
		top: 1.5rem;
		width: 7.6rem;
		transform: translateX(100%);
	}
	.menu.show {
		transform: none;
	}
	.menuBox { 
		padding: 7.3rem 0 5rem;
		background-color: rgba(0, 0, 0, 0.9);
	}
	.menuBox .comBtnList .ttl {
		margin: 0 auto -0.7rem;
	}
	.menuBox .comBtnList {
		margin-bottom: 3.3rem;
		padding-bottom: 3rem;
	}
	.menuBox .comBtnList::after {
		width: 30rem;
	}
	.menuBox .comBtnList li {
		margin-bottom: 2rem;
	}
	.menuBox .comBtnList .li01 .ttl {
		margin-bottom: -0.3rem;
	}
	.menuBox .comBtnList li:last-child {
		margin-bottom: 0;
	}
	.menuBox .subBtn {
		padding-left: 0.3rem;
		width: 32.1rem;
	}
	.menuBox .comBtnList .btn {
		padding: 0 0 0 0.3rem !important;
		width: 32.1rem !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 2;
}
#gFooter .snsList li {
	margin: 0 2rem;
	width: 19rem;
}
#gFooter .snsList a {
	padding: 1.4rem 0.5rem 1.4rem 5rem;
	text-align: center;
	display: block;
	color: #B7202F;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
	background: #000 url(../img/common/sns_img01.png) no-repeat left 2.1rem center / auto 2.9rem;
	border-radius: 0.6rem;
}
#gFooter .snsList .li01 a {
	background-image: url(../img/common/sns_img02.png);
}
#gFooter .snsList a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	padding: 6.2rem 0 3.9rem;
	background-color: #56171B;
}
#gFooter .fBox .logo {
	margin-bottom: 2.3rem;
	align-items: center;
}
#gFooter .fBox .logo .img01 {
	width: 10.8rem;
}
#gFooter .fBox .logo .img02 {
	margin: 0 1.3rem 0 1.5rem;
	display: inline-block;
	width: 2.9rem;
}
#gFooter .fBox .logo .img03 {
	width: 13.4rem;
}
#gFooter .fBox .logo a {
	display: inline-block;
}
#gFooter .fBox a:hover {
	opacity: 0.7;
}
#gFooter .fBox p {
	margin-bottom: 3.7rem;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}
#gFooter address {
	padding: 0.8rem 1rem 1.2rem;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	background-color: #000;
}
@media all and (max-width: 768px) {
	#gFooter .snsList {
		display: block;
		text-align: center;
	}
	#gFooter .snsList li {
		margin: 0 auto 2rem;
		width: 19rem;
	}
	#gFooter .snsList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox {
		padding: 6.2rem 0 3.9rem;
	}
	#gFooter .fBox .logo {
		margin-bottom: 2rem;
	}
	#gFooter .fBox p {
		margin-bottom: 2.3rem;
		font-size: 1.2rem;
		line-height: 2.08;
	}
	#gFooter address {
		padding: 0.8rem 1rem 0.6rem;
		font-size: 1.1rem;
		line-height: 1.63;
	}
}