@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}

.serif {
	font-family: "Noto Serif JP", serif;
}
.notosans {
	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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F2EEE8;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
	overflow: hidden;
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

@media all and (max-width: 374px) {
	html {
		font-size: 2.5vw;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 1.8rem;
	position: relative;
	z-index: 1000;
	background-color: #F2EEE8;
}
.hInner {
	display: flex;
	justify-content: space-between;
}
.hInner .lBox {
	order: -1;
	padding: 1.8rem 0 0 1.5rem;
	display: flex;
}
.hInner .logo img {
	width: 16.7rem;
}
.hInner .linkUl {
	display: flex;
	align-items: center;
}
.hInner h1 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.12rem;
	padding: 0.2rem 0 0 2rem;
	margin-left: 2rem;
	border-left: 0.1rem solid #000000;
}
.hInner h1 .txtSpan {
	font-size: 1.8rem;
	color: #a06e1e;
	letter-spacing: 0.12em;
	font-weight: 700;
}
.hInner h1 .big {
	font-size: 2.6rem;
	color: #8c3200;
	letter-spacing: 0.12em;
	font-weight: 900;
	margin-left: 0.3rem;
	vertical-align: -0.3rem;
}
.hInner .linkUl {
	padding: 1.4rem 7.8rem 0 0;
}
.hInner .linkUl li {
	margin-left: 0.7rem;
}
.hInner .linkUl a:hover img {
	opacity: 0.7;
}
.hInner .linkUl li img {
	width: 31.3rem;
}
.hInner .linkUl .tel img {
	width: 28.8rem;
}
.hInner02 {
	align-items: flex-start;
	min-height: 8rem;
	background-color: #fff;
	box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.08);
}
.menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 7rem;
	height: 7rem;
	z-index: 1000;
	transition: all ease 0.3s;
}
.menu a {
	display: flex;
	justify-content: center;
	text-align: center;
	min-height: 100%;
	color: #fff;
	transition: none;
	border-radius: 0 0 0 0.9rem;
	background-color: #641E00;
}
.menu a:hover {
	opacity: 0.7;
}
.menu a .txtSpan {
	margin: -0.5rem 0 1rem;
	display: inline-flex;
	align-items: center;
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.12rem;
	font-weight: 700;
	padding-top: 4.5rem;
	background: url(../img/common/menu.png) no-repeat center;
	background-size: 3.9rem auto;
}
.menu.on a .txtSpan {
	background-image: url(../img/common/close.png);
	background-size: 2.2rem auto;
}
.menu a .txtSpan .close {
	display: none;
}	
.menu.on a .txtSpan .close {
	display: block;
}	
.menu.on a .txtSpan .open {
	display: none;
}	
.menuBox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 90.2rem;
	background-color: #fff;
	z-index: 800;
	padding-right: 7.7rem;
	box-shadow: .0707rem .0707rem .2rem 0 rgba(0, 0, 0, 0.2);
	border-radius: 0 0 0 0.9rem;
}
.menuBox .naviUl {
	margin-top: -0.1rem;
	display: flex;
	flex-wrap: wrap;
	border-right: 0.1rem solid #E4E2DE;
}
.menuBox .naviUl li {
	width: calc(100% / 6);
	border-top: 0.1rem solid #E4E2DE;
	border-right: 0.1rem solid #E4E2DE;
}
.menuBox .naviUl li:nth-child(6n) {
	border-right: none;
}
.menuBox .naviUl li a {
	display: block;
	font-size: 1.3rem;
	padding: 0.8rem 0.2rem 0.9rem 1rem;
	letter-spacing: 0;
	font-weight: 700;
	background: url(../img/common/icon05.png) no-repeat right 0.6rem center;
	background-size: 0.5rem auto;
}
.menuBox .naviUl li a:hover {
	opacity: 0.7;
}

@media all and (min-width: 897px) {
	.hInner .rBox {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 800;
	}
	#gHeader.on .hInner .rBox:after {
		width: 1000rem;  
		height: calc(100% + .8rem);
		background-color: rgba(255, 255, 255, 0.6);
		position: absolute;  
		top: 0;
		right: 0;  
		content: ""; 
		z-index: -1;
	}
	#gHeader.on .menu {
		width: 5rem;
		height: 5rem;
		top: 0.6rem;
		right: 1rem;
	}
	#gHeader.on .menu a {
		border-radius: 100%;
	}
	#gHeader.on .menu a .txtSpan {
		background-size: 3rem auto;
		padding: 0;
		margin: 0;
	}
	#gHeader.on .menu a .txtSpan span {
		font-size: 0;
		width: 3rem;
	}
	#gHeader.on .linkUl {
		padding-top: 0.5rem;
	}
	#gHeader.on .menu.on a .txtSpan {
		background-size: 2rem auto;
	}
	#gHeader.on .naviUl li a {
		padding-top: 0.7rem;
		padding-bottom: 0.6rem;
	}
}

@media all and (max-width: 896px) {
	#gHeader {
		padding-bottom: 0.5rem;
	}
	.hInner {
		display: block;
	}
	.hInner .rBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 800;
		background-color: #DCD2BE;
		box-shadow: .0707rem .0707rem .2rem 0 rgba(0, 0, 0, 0.2);
	}
	.hInner .linkUl {
		align-items: center;
		padding: 0.3rem 3.6rem 0.2rem 0.4rem;
	}
	.menu {
		width: 5rem;
		height: 5rem;
		z-index: 1001;
	}
	.menu a {
		border-radius: 0 0 0 0.6rem;
	}
	.menu a .txtSpan {
		margin: -0.7rem 0 0.7rem;
		font-size: 1rem;
		padding-top: 4rem;
		letter-spacing: 0.04em;
		background-size: 3.5rem auto;
	}
	.hInner .linkUl li {
		margin-left: 0;
		width: 13.4rem;
	}
	.hInner .linkUl .tel {
		width: 18.3rem;
	}
	.hInner .lBox {
		padding: 7rem 0 0 1rem;
	}
	.hInner h1 {
		margin-left: 1.2rem;
		padding: 0.4rem 0 0 0.8rem;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
	}
	.hInner h1 .txtSpan {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
	}
	.hInner h1 .big {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		vertical-align: -0.1rem;
	}
	.hInner .logo {
		width: 12.4rem;
	}
	.menuBox{
		border: none;
		padding-right: 0;
		border-radius: 0;
		right: auto;
		left: 0;
		width: 100%;
		padding-top: 6.5rem;
		background-color: rgb(0, 20, 40,0.902);
	}
	.menuBox .naviUl li {
		width: calc(50%);
		border-color: rgb(228, 226, 222,0.2);
	}
	.menuBox .naviUl li a {
		color: #fff;
		padding: 0.7rem 0.2rem 0.85rem 1rem;
	}
	.hInner02 {
		padding: 0.3rem 0 1.6rem;
		min-height: inherit;
	}
	.hInner02 .lBox {
		padding-top: 1rem;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #fff;
}
.fInner {
	padding: 2rem 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-shadow: .0707rem .0707rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}
address {
	font-size: 1.1rem;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	.fInner {
		display: block;
		padding: 1.5rem 1.5rem 2rem; 
	}
	.fInner .fLogo {
		margin-bottom: 1.2rem;
		text-align: center;
	}
	address {
		font-size: 1rem;
		letter-spacing: 0;
		text-align: center;
	}
}

@media all and (min-width: 897px) and (max-width: 1300px) {
	html {
		font-size: 0.75vw;
	}
}