@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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
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: #1a1a1a;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1a1a1a;
}
a:hover {
	color: #1a1a1a;
}
a:active {
	color: #1a1a1a;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #1a1a1a;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-top: 13rem;
	background: #F1E471;
}
#gHeader .content {
	position: relative;
}
#gHeader .textBox {
	text-align: center;
	font-weight: 700;
}
#gHeader .time {
	margin: 3rem 0 -0.9rem;
	letter-spacing: 0.02em;
}
#gHeader .time span {
	margin: -1rem 0 0;
	font-size: 4.8rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.05em;
}
#gHeader .en {
	margin-left: 0.6rem;
	font-size: 3.9rem;
	letter-spacing: 0.05em;
}
.menu {
	width: 7rem;
	height: 7rem;
	position: fixed;
	right: 50%;
	margin-right: -60.1rem;
	top: 1.7rem;
	cursor: pointer;
	transition: .3s;
	z-index: 100;
}
.menu span {
	width: 7rem;
	height: 0.3rem;
	position: absolute;
	top: 2.2rem;
	left: 0;
	background: #20201f;
	transition: all .35s ease;
}
.menu span:nth-of-type(2) {
	top: 3.5rem;
}
.menu span:nth-of-type(3) {
	top: 4.8rem;
}
.menu.on span {
	background: #f9efad;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(1.2rem) translateX(0) rotate(45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(-1.4rem) translateX(0) rotate(-45deg);
}
.menuBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #bf0a0e;
	z-index: 99;
	display: none;
}
.menuBox .menuInfo {
	padding: 8rem 2rem;
}
.menuBox .menuList {
	margin-bottom: 5.2rem;
}
.menuBox .menuList a {
	padding: 1.5rem 2rem 2rem;
	width: fit-content;
	margin: 0 auto;
	display: block;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	color: #f9efad;
	letter-spacing: 0.05em;
	font-family: Arial, sans-serif;
}
.menuBox .menuList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .imgBox {
		margin-left: 0.4rem;
		align-items: center;
	}
	#gHeader .pho {
		width: 60.2rem;
	}
	#gHeader .textBox {
		width: 53rem;
		margin: -2.7rem 0 0 3.5rem;
	}
	.menu:hover {
		opacity: 0.7;
	}
	.menu.on span {
		width: 4.6rem;
		left: 0.5rem;
	}
	.menuBox .comSns li {
		width: 6rem;
		margin: 0 1.3rem;
	}
}
@media all and (min-width: 897px)and (max-width: 1270px) {
	.menu {
		right: 2rem;
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 3.6rem 0 0;
	}
	#gHeader .imgBox {
		margin: 0 -1.5rem;
		display: block;
	}
	#gHeader .logo {
		width: 28.5rem;
		margin: 0 auto;
	}
	#gHeader .time {
		margin: 1.4rem 0 -0.4rem;
	}
	#gHeader .time span {
		margin: -0.5rem 0 0;
		font-size: 2rem;
	}
	#gHeader .en {
		margin-left: 0;
		font-size: 1.85rem;
		letter-spacing: 0.01em;
	}
	#gHeader .pho {
		margin: 1.2rem -1px 0;
	}
	#gHeader .pho img {
		width: 100%;
	}
	.menu {
		right: 0;
		width: 6rem;
		height: 6rem;
		top: -0.6rem;
		margin-right: 0;
	}
	.menu span {
		width: 2.9rem;
		height: 0.2rem;
		top: 2.3rem;
		left: 1.4rem;
	}
	.menu span:nth-of-type(2) {
		top: 3rem;
	}
	.menu span:nth-of-type(3) {
		top: 3.7rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.6rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
	}
	.menuBox .menuInfo {
		padding: 6.1rem 2rem;
	}
	.menuBox .menuList {
		margin-bottom: 3.4rem;
	}
	.menuBox .menuList a {
		padding: 1.5rem 2rem 1rem;
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4.3rem 1.2rem 3.2rem 0;
	text-align: center;
	background-color: #f4f1df;
}
#gFooter p {
	margin-bottom: 3.2rem;
	line-height: 1.66;
	letter-spacing: 0.05em;
}
#gFooter .comSns {
	margin: 3.7rem 0 4.1rem;
}
#gFooter address {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3rem 0 1.5rem;
	}
	#gFooter p {
		margin-bottom: 1.5rem;
		line-height: 1.2;
		font-size: 1.25rem;
	}
	#gFooter .comSns {
		margin: 2.1rem 0 1.7rem;
	}
	#gFooter address {
		font-size: 1rem;
	}
}