@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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: 'A-OTF-ShinGoPro-Regular';
}
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%;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
@font-face {
    font-family: 'A-OTF-ShinGoPro-Bold';
    src: url('../../fonts/A-OTF-ShinGoPro-Bold.eot');
    src: url('../../fonts/A-OTF-ShinGoPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/A-OTF-ShinGoPro-Bold.woff') format('woff'),
    url('../../fonts/A-OTF-ShinGoPro-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'A-OTF-ShinGoPro-Medium';
    src: url('../../fonts/A-OTF-ShinGoPro-Medium.eot');
    src: url('../../fonts/A-OTF-ShinGoPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/A-OTF-ShinGoPro-Medium.woff') format('woff'),
    url('../../fonts/A-OTF-ShinGoPro-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'A-OTF-ShinGoPro-Regular';
    src: url('../../fonts/A-OTF-ShinGoPro-Regular.eot');
    src: url('../../fonts/A-OTF-ShinGoPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/A-OTF-ShinGoPro-Regular.woff') format('woff'),
    url('../../fonts/A-OTF-ShinGoPro-Regular.ttf')  format('truetype');
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.8rem;
    font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
    padding-top: 110px;
	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.8rem;
	}
    #container {
        padding-top: 60px;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}
#gHeader h1 {
    width: 191px;
}
#gHeader h1 img {
    height: 110px;
}
#gHeader .hLinkBox {
    width: 304px;
}
#gHeader .hLinkBox .link {
    width: 190px;
}
#gHeader .hLinkBox .link a {
    padding-top: 10px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.43;
    text-align: center;
    font-family: 'A-OTF-ShinGoPro-Bold';
    background-color: #f9d722;
    box-sizing: border-box;
}
#gHeader .hLinkBox .link a:hover,
#gHeader .hLinkBox .link01 a:hover {
    opacity: 0.7;
}
#gHeader .hLinkBox .link01 {
    width: 114px;
}
#gHeader .hLinkBox .link01 a {
    padding-top: 10px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ff6100;
    box-sizing: border-box;
}
#gHeader .hLinkBox .link01 a span {
    margin-top: 7px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'A-OTF-ShinGoPro-Bold';
}
@media all and (max-width: 896px) {
    #gHeader {
        display: block;
        background-color: #fff;
        z-index: 98;
    }
    #gHeader h1 img {
        height: 60px;
    }
    .menu {
        display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
		height: 55px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .3s;
		box-sizing: border-box;
        position: fixed;
		right: 19px;
		width: 32px;
		height: 4px;
		background-color: #000;
        border-radius: 2px;
	}
	.menu span:nth-of-type(1) {
		top: 16px;
	}
	.menu span:nth-of-type(2) {
		top: 28px;
	}
	.menu span:nth-of-type(3) {
		top: 40px;
	}
    .menu.on span {
        height: 2px;
    }
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
    .menuBox {
        padding-top: 66px;
        width: 100%;
        height: 350px;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.9);
        z-index: 51;
        box-sizing: border-box;
    }
    .menuBox .logo {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
    }
    .menuBox .logo a img {
        height: 60px;
    }
    .menuBox ul {
        text-align: center;
    }
    .menuBox li a {
        padding: 40px 5px 35px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        border-bottom: 2px solid #2c2c2c;
    }
    .menuBox li a img {
        margin-bottom: 5px;
    }
    .menuBox li:last-of-type a {
        border-bottom: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-bottom: 34px;
    background-color: #f9d722;
}
#gFooter address {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-style: normal;
    font-family: "小塚ゴシック Pr6N",Meiryo,  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media all and (max-width: 896px) {
    #gFooter {
        margin-top: -1px;
        padding-bottom: 20px;
    }
}