@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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 {
	color: #3D3A39;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #3D3A39;
}
a:hover {
	color: #3D3A39;
}
a:active {
	color: #3D3A39;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #3D3A39;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	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
------------------------------------------------------------*/
#gHeader {
	padding: 0 15px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
}
#gHeader .hBox {
	max-width: 1200px;
	margin: 30px auto 0;
	align-items: center;
}
#gHeader .rBox {
	max-width: 800px;
	align-items: center;
}
#gHeader .rBox .link {
	margin-right: 2px;
	width: 218px;
	text-align: center;
}
#gHeader .rBox .link a {
	padding: 19px 10px 16px;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	border: 1px solid #fff;
}
@media all and (min-width: 961px) {
	#gHeader .rBox .link a:hover {
		color: #8D6C23;
		border: 1px solid #8D6C23;
		background-color: #fff;
	}
}
#gNavi {
	margin: 5px 32px 0 0;
}
#gNavi li {
	display: inline;
}
#gNavi li a {
	padding: 0 55px 0 35px;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	font-family: 'Noto Serif JP', serif;
	background: url("../img/common/icon02.png") no-repeat right 3px center;
	background-size: 9px 9px;
}
#gNavi li:last-child a {
	position: relative;
	background: none;
}
#gNavi li:last-child a::before {
	position: absolute;
	right: 32px;
	top: 3px;
	width: 15px;
	height: 15px;
	background:url("../img/common/icon01.png") no-repeat left top;
	background-size: 15px 15px;
	content: "";
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1100px) {
	#gNavi li a {
		padding: 0 35px 0 15px;
	}
	#gHeader .rBox .link {
		width: 195px;
	}
	#gNavi li:last-child a::before {
		right: 15px;
	}
}
@media all and (min-width: 961px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	#gHeader {
		padding: 20px 31px;
		z-index: 200;
	}
	body.fixed #gHeader {
		background-color: transparent;
	}
	@media all and (max-width: 340px) {
		#gHeader {
			padding-left: 15px!important;
		}
	}
	#gHeader .hBox {
		max-width: inherit;
		margin: 0 auto;
		display: block;
	}
	#gHeader .rBox {
		display: none;
	}
	.menu {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 20px;
		top: 0;
		cursor: pointer;
		z-index: 203;
		background-color: transparent;
	}
	.menu::after {
	    position: absolute;
	    content: "";
	    bottom: 10px;
	    left: 53%;
	    width: 33px;
		height: 10px;
		background: url("../img/common/menu.png") no-repeat center bottom;
		background-size: 33px 10px;
	    -webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.menu.on::after {
		background: url("../img/common/close.png") no-repeat center bottom;
		background-size: 34px 10px;
	}
	.menu span {
		margin-left: -10px;
		width: 50%;
		height: 2.5px;
		position: absolute;
		left: 47%;
		top: 19px;
		background: #fff;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 30px;
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		overflow: hidden;
		z-index: 100;
		display: none;
		background-color: #fff;
	}
	.menuWrap {
		margin: 0;
		width: auto;
		height: 100%;
		box-sizing: border-box;
		transition: 0.3s;
		overflow: auto;
	}
	.menuWrap .naviList {
		margin-bottom: 63px;
		padding: 111px 30px 75px;
		background-color: #CEC0B2;
	}
	.menuWrap .naviList li a {
		padding: 24px 0 20px;
		display: block;
		color: #000;
		font-size: 2rem;
		letter-spacing: 0.15em;
		border-bottom: 1px solid #EBE7DB;
		font-family: 'Noto Serif JP', serif;
	}
	.menuWrap .naviList li .icon {
		margin-left: 7px;
		display: inline-block;
		vertical-align: middle;
	}
	.menuWrap .naviList li img {
		vertical-align: 3px;
	}
	.menuWrap .imgBox {
		padding-bottom: 100px;
	}
	.menuWrap .place {
		margin: 0 30px;
	}
	.menuWrap .place .address {
		margin-bottom: 10px;
		letter-spacing: 0.05em;
	}
	.menuWrap .place .local {
		margin: 0 0 3px;
		display: block;
	}
	.menuWrap .place .tel {
		margin-right: -10px;
		letter-spacing: 0.05em;
	}
	.menuWrap .link {
		display: block;
	}
	.menuWrap .link a {
		margin-top: 2px;
		display: inline-block;
		letter-spacing: 0.05em;
		text-decoration: underline;
	}
	.menuWrap .link .icon {
		margin-left: 9px;
		vertical-align: -2px;
	}
	@media all and (max-width: 370px) {
		.menuWrap .place .address {
			font-size: 4.3vw;
		}
		.menuWrap .link a {
			font-size: 4.3vw;
		}
		.menuWrap .place .tel {
			font-size: 4.3vw;
		}
		.menuWrap .link .icon {
			vertical-align: -5px;
		}
	}
	body.fixed #gHeader h1 a img {
		opacity: 1 !important;
	}
	body.fixed #gHeader h1 a {
		background: none;
	}
	body.fixed #gHeader .menu span {
		background-color: #fff;
	}
	body.fixed #gHeader .menu::after {
		background-image: url(../img/common/close.png);
	}
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 190px;
	bottom: 20px;
	z-index: 99;
}
.pageTop.nofixed {
	position: absolute;
	bottom: calc(100% + 20px);
}
.pageTop a {
	padding-top: 50px;
	display: block;
	background: url("../img/common/line.png") no-repeat center top;
	background-size: 1px 40px;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 960px) {
	.pageTop {
		right: 20px;
		bottom: 20px;
	}
	.pageTop.nofixed {
		bottom: calc(100% + 20px);
	}
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
#gFooter .fBox {
	padding: 59px 0 61px;
	background-color: #EBE7DB;
}
#gFooter .fBox .fLogo {
	margin: 9px 60px 0 0;
}
#gFooter .fBox .place {
	width: 550px;
}
#gFooter .fBox .place .address {
	margin-bottom: -2px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
#gFooter .fBox .place .local {
	margin-right: 39px;
	display: inline-block;
}
#gFooter .fBox .place .tel {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
#gFooter .fBox .link {
	display: inline-block;
}
#gFooter .fBox .link a {
	margin-top: 2px;
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
#gFooter .fBox .link a:hover {
	text-decoration: none;
}
#gFooter .fBox .link .icon {
	margin-left: 8px;
	display: inline-block;
	vertical-align: -6px;
}
#gFooter .naviBox {
	border-bottom: 1px solid #EFEFEF;
}
#gFooter .fNavi {
	margin: 20px 0 14px;
}
#gFooter .fNavi li {
	display: inline;
}
#gFooter .fNavi li a {
	padding: 0 49px 0 35px;
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	font-family: 'Noto Serif JP', serif;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fNavi li:first-child a {
	padding-left: 0;
}
#gFooter .fNavi li.line a {
	background: url("../img/common/icon09.png") no-repeat right 3px center;
	background-size: 9px 9px;
}
#gFooter .fNavi li .icon {
	margin: 3px 0 0 8px;
	display: inline-block;
	vertical-align: middle;
}
#gFooter .fNavi li .icon img {
	vertical-align: 3px;
}
#gFooter address {
	margin: 11px 0 10px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	font-style: normal;
	text-align: right;
}
@media all and (max-width: 960px) {
	#gFooter .fBox {
		padding: 30px 0 34px;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 0 27px;
	}
	#gFooter .fBox .place {
		width: auto;
	}
	#gFooter .fBox .place .address {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	#gFooter .fBox .place .local {
		margin: 0 0 4px;
	}
	#gFooter .fBox .place .tel {
		margin-right: -10px;
		font-size: 1.6rem;
	}
	#gFooter .fBox .link a {
		margin-top: 2px;
		margin-left: 5px;
		font-size: 1.6rem;
	}
	#gFooter .fBox .link .icon {
		margin-left: 9px;
		vertical-align: -2px;
	}
	#gFooter .fNavi {
		margin: 31px 0 13px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#gFooter .fNavi li {
		width: 48%;
		margin-bottom: 18px;
		display: block;
	}
	#gFooter .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fNavi li a {
		padding: 0 16px 0 0;
		display: block;
		font-size: 1.6rem;
		letter-spacing: 0.15em;
	}
	#gFooter .fNavi li.line a {
		background: url("../img/common/icon09.png") no-repeat right 3px center;
		background-size: 13px 13px;
	}
	#gFooter .fNavi li.line01 a {
		background: none;
	}
	#gFooter .fNavi li.line02 a {
		background: url("../img/common/icon09.png") no-repeat right 3px center;
		background-size: 13px 13px;
	}
	@media all and (max-width: 370px) {
		#gFooter .fBox .place .address {
			font-size: 4.3vw;
		}
		#gFooter .fBox .place .tel {
			font-size: 4.3vw;
		}
		#gFooter .fBox .link a {
			font-size: 4.3vw;
		}
		#gFooter .fNavi li a {
			font-size: 4.2vw;
		}
	}
	#gFooter address {
		margin: 7px 0 12px;
		font-size: 1.4rem;
		text-align: center;
	}
}