@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 {
	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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1100px;
	color: #000;
	font-size: 1.6rem;
    font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
    position: relative;
	text-align: left;
}
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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 26px 90px 28px 113px;
    background-color: #E25220;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1060px;
    display: flex;
    justify-content: space-between;
}
#gHeader h1 {
    margin-top: 19px;
}
#gNavi {
    display: flex;
}
#gNavi .linkList {
    margin: 22px 42px 0 0;
}
#gNavi .linkList li a {
    color: #FFF;
    font-weight: bold;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}
#gNavi .linkList li a:hover {
    opacity: 0.7;
}
#gNavi .btnList li {
    width: 165px;
    display: inline-block;
}
#gNavi .btnList li.col a {
    color: #E25220;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}
#gNavi .btnList li:not(:last-of-type) {
    margin-right: 14px;
}
#gNavi .btnList li a {
    padding: 12px 6px 9px;
    display: block;
    color: #000;
    line-height: 1.38;
    font-weight: bold;
    text-align: center;
    background-color: #FFF;
    border-radius: 65px;
}
#gNavi .btnList li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
        padding: 16px 20px 12px;
    }
    #gHeader .hBox {
        display: block;
    }
    #gHeader h1 {
        margin-top: 0;
    }
    #gNavi {
        display: none;
    }
    .menu {
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
		height: 55px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 30px;
		width: 25px;
		height: 1px;
		background-color: #FFF;
	}
	.menu span:nth-of-type(1) {
		top: 17px;
	}
	.menu span:nth-of-type(2) {
		top: 25px;
	}
	.menu span:nth-of-type(3) {
		top: 33px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
    .menuBox {
        margin-top: 51px;
        padding: 25px 0 80px;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		background: #FFF;
        transition: all 0.3s;
        overflow: auto;
        box-sizing: border-box;
		z-index: 51;
    }
    .menuBox.on {
        left: 0;
    }
    .menuBox .linkList {
        margin: 0 25px;
    }
    .menuBox .linkList li a {
        padding: 20px 13px;
        display: block;
        color: #E25220;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.04em;
        border-bottom: 3px solid #E25220;
    }
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter address {
    padding: 6px 0 33px;
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}
@media all and (max-width: 896px) {
    #gFooter address {
        padding-bottom: 18px;
        font-size: 1.2rem;
        letter-spacing: 0.04em;
    }
}