@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&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: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #502C1D;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #502C1D;
}
a:hover {
	color: #502C1D;
}
a:active {
	color: #502C1D;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #502C1D;
	font-size: 1.5rem;
    font-weight: 400;
	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 {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menu-box {
		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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
	left: 0;
	top: 0;
	width: 100%;
    height: 60px;
    z-index: 700;
    background: linear-gradient(-90deg,#3e2916 0%, #7d572a 50.62%, #913d20 100%);
}
#gHeader .h-inner {
    max-width: 1185px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
#gHeader h1 {
    float: left;
    width: 40%;
}
#gHeader h1 img {
    margin-bottom: -50px;
    position: relative;
    z-index: 10;
}
#gHeader h1 a {
    color: #fff;
    display: flex;
    justify-content: flex-start;
}
#gHeader h1 .img-span {
    width: 196px;
    margin-right: 18px;
}
#gHeader h1 .txt-span {
    padding-top: 17px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.11em;
}
#gHeader .r-box {
    float: right;
    width: 57.7%;
    display: flex;
    justify-content: space-between;
}
#gHeader .r-box .link-list {
    padding-top: 13px;
    margin: 0 -13px 0 0;
	display: flex;
	justify-content: flex-end;
}
#gHeader .r-box .link-list li {
    margin-left: 15px;
}
#gHeader .r-box .link-list li:first-child {
    margin-left: 0;
}
#gHeader .r-box .link-list li a {
    display: block;
    color: #fff;
    padding: 4px 30px 6px;
    border-radius: 30px;
    letter-spacing: 0.06em;
    border: 1px solid #fff;
}
#gHeader .r-box .link-list li a:hover {
	opacity: 0.7;
}
#gNavi {
    padding-top: 18px;
}
#gNavi li {
    margin-right: 13px;
    display: inline-block;
    vertical-align: top;
}
#gNavi li a {
    color: #fff;
    letter-spacing: 0.03em;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 1051px) and (max-width: 1200px) {
	#gHeader h1 .img-span {
		width: 185px;
	}
	#gNavi li {
		margin-right: 10px;
		font-size: 1.4rem;
	}
	#gHeader .r-box .link-list {
		margin-right: -5px;
	}
	#gHeader .r-box .link-list li a {
		padding: 3px 17px 7px;
		font-size: 1.4rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1050px) {
	#gHeader h1 .img-span {
		width: 120px;
		margin-right: 10px;
	}
	#gNavi li {
		margin-right: 5px;
		font-size: 1.3rem;
	}
	#gHeader .r-box {
		width: 59%;
	}
	#gHeader .r-box .link-list {
		margin-right: -5px;
	}
	#gHeader .r-box .link-list li {
		margin-left: 6px;
	}
	#gHeader .r-box .link-list li:first-child {
		margin-left: 0;
	}
	#gHeader .r-box .link-list li a {
		padding: 3px 15px 7px;
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
    #gHeader {
        height: 45px;
    }
    #gHeader .h-inner {
        max-width: inherit;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #gHeader h1 {
        width: 286px;
    }
    #gHeader h1 img {
        margin-bottom: -16px;
    }
    #gHeader h1 .img-span {
        width: 104px;
        margin-right: 10px;
    }
    #gHeader h1 .txt-span {
        padding-top: 14px;
        font-size: 1.1rem;
    }
	#gNavi {
        display: none;
	}
    #gHeader .r-box {
        display: none;
    }
    .menu {
        display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 45px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 19px;
		width: 16px;
		height: 2px;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 15px;
	}
	.menu span:nth-of-type(2) {
		top: 21px;
	}
	.menu span:nth-of-type(3) {
		top: 27px;
        right: 25px;
        width: 10px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
        width: 16px;
        right: 19px;
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
	}
    .menu-box {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
		opacity: 0.97;
        background: linear-gradient(#3e2916 0%, #7d572a 55.54%, #913d20 99.71%, #913d20 100%);
        z-index: 1001;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }
	.menu-box .close {
		position: fixed;
		right: 19px;
		top: 14px;
		width: 16px;
	}
    .menu-box .info-box {
		padding: 50px 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
		box-sizing: border-box;
    }
    .menu-box .navi-list {
		opacity: 1;
        width: 160px;
        margin: 0 auto 40px;
    }
	.menu-box .navi-list li {
		margin-bottom: 18px;
	}
	.menu-box .navi-list li:last-child {
		margin-bottom: 0;
	}
    .menu-box .navi-list li a {
        padding: 5px 0 5px 20px;
        color: #fff;
		min-height: 36px;
        display: block;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        background: url("../../images/common/sp_icon02.png") no-repeat left top;
        background-size: 36px auto; 
    }
	.menu-box .btn-list {
		opacity: 1;
	}
    .menu-box .btn-list  li {
        margin-bottom: 25px;
    }
    .menu-box .btn-list  li:last-child {
        margin-bottom: 0;
    }
    .menu-box .btn-list {
        width: 178px;
        margin: 0 auto;
    }
    .menu-box .btn-list  li a {
        padding: 5px;
        color: #fff;
        display: block;
        font-size: 1.5rem;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 30px;
		letter-spacing: 0.06em;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	line-height: 1;
}
#gFooter address {
    padding: 23px 10px;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
    font-style: normal;
    text-align: center;
    background: linear-gradient(-90deg,#3e2916 0%, #7d572a 50.62%, #913d20 100%);
}
@media all and (max-width: 896px) {
    #gFooter address {
        padding: 25px 10px;
        font-size: 1.1rem;
        line-height: 1.6;
    }
}