@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;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: '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: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1180px;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    background: #E19F43 url("../../img/index/bg.jpg") repeat-x left top;
}
#container {
	text-align: left;
	overflow: hidden;
    background: url("../../img/index/bg01.png") no-repeat right 140px top -220px;
    background-size: 504px auto;
}
#main {
	padding-bottom: 80px;
}
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.3rem;
	}
    body.fixed {
        width: 100%;
        height: 100%;
        position: fixed;
    }
    #container {
        background: none;
    }
	#main {
		padding-bottom: 60px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto 40px;
	padding: 25px 20px;
	max-width: 1200px;
	border-bottom: 2px solid #FFF;
	box-sizing: border-box;
	align-items: center;
}
#gHeader .hBox a {
    display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
    font-family: 'Jost', sans-serif;
}
#gHeader .hBox a:hover {
	opacity: 0.7;
}
#gNavi {
    margin-top: 10px;
	float: left;
}
#gNavi li {
	display: inline;
}
#gNavi li a {
    display: inline-block;
	padding:5px 28px;
	border-left: 2px solid #FFF;
}
#gNavi li:last-child a {
	border-right: 2px solid #FFF;
}
#gHeader .hBox .link {
	margin-left: 40px;
	float: right;
}
#gHeader .hBox .link a {
	padding: 15px 28px;
	font-size: 1.8rem;
	border: 2px solid #FFF;
}
@media all and (max-width: 896px) {
	#gHeader {
        margin-bottom: 0px;
		padding: 15px 10px;
		max-width: inherit;
        position: relative;
        display: block;
	}
	#gHeader h1 {
		width: 150px;
	}
    #gHeader .menu {
		width: 35px;
		height: 20px;
		position: fixed;
		top: 20px;
		right: 10px;
		cursor: pointer;
		z-index: 200;
	}
	#gHeader .menu span {
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 5px;
		background-color: #FFF;
		transition: all .35s ease;
	}
	#gHeader .menu.on span {
        background-color: #151F46;
	}
	#gHeader .menu span:nth-child(2) {
		top: 10px;
	}
	#gHeader .menu span:nth-child(3) {
		top: 20px;
	}
	#gHeader .menu.on span:nth-child(1) {
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on span:nth-child(2) {
		opacity: 0;
	}
	#gHeader .menu.on span:nth-child(3) {
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}
    #gHeader .hBox {
        width: 100%;
        height: 100vh;
        /* display: none; */
        position: fixed;
        top: 0;
        left: 0;
        overflow: auto;
		background-color: rgba(250,250,250,1);
		transform:translate(100% ,0);
		transition:0.2s ease;
		z-index: 10;
	}
	#gHeader .hBox.is-active {
		transform:translate(0 ,0);
	}
    #gHeader .hBox a {
        display: block;
        color: #151F46;
        text-align: center;
    }
    #gNavi {
        margin: 100px 0 40px;
        float: none;
    }
    #gNavi li {
        display: block;
    }
    #gNavi li a {
        border-left: none;
		border-top: 2px solid #151F46;
		padding: 25px 28px;
    }
    #gNavi li:last-child a {
        border-right: none;
        border-bottom: 2px solid #151F46;
    }
    #gHeader .hBox .link {
        margin: 0 auto 100px;
        width: 60%;
        float: none;
    }
    #gHeader .hBox .link a {
        padding: 26px 20px;
        border-color: #151F46;
        border-width: 2px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .copyright {
	margin: 0 auto;
	padding: 30px;
	max-width: 1200px;
	font-weight: 400;
	text-align: center;
	border-top: 2px solid #FFF;
	box-sizing: border-box;
	font-family: 'Jost', sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter .copyright {
		padding: 15px;
		max-width: inherit;
	}
}