@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: 'AP-OTF-ShinGoPr6N-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: #040000;
	text-decoration: none;
}
a:visited {
	color: #040000;
}
a:hover {
	color: #040000;
}
a:active {
	color: #040000;
}
@font-face {
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    src: url('../../fonts/AP-OTF-ShinGoPr6N-DeBold.eot');
    src: url('../../fonts/AP-OTF-ShinGoPr6N-DeBold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/AP-OTF-ShinGoPr6N-DeBold.woff') format('woff'),
    url('../../fonts/AP-OTF-ShinGoPr6N-DeBold.ttf')  format('truetype');
}
@font-face {
    font-family: 'AP-OTF-ShinGoPr6N-Light';
    src: url('../../fonts/AP-OTF-ShinGoPr6N-Light.eot');
    src: url('../../fonts/AP-OTF-ShinGoPr6N-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/AP-OTF-ShinGoPr6N-Light.woff') format('woff'),
    url('../../fonts/AP-OTF-ShinGoPr6N-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'AP-OTF-ShinGoPr6N-Medium';
    src: url('../../fonts/AP-OTF-ShinGoPr6N-Medium.eot');
    src: url('../../fonts/AP-OTF-ShinGoPr6N-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/AP-OTF-ShinGoPr6N-Medium.woff') format('woff'),
    url('../../fonts/AP-OTF-ShinGoPr6N-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'AP-OTF-ShinGoPr6N-Regular';
    src: url('../../fonts/AP-OTF-ShinGoPr6N-Regular.eot');
    src: url('../../fonts/AP-OTF-ShinGoPr6N-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/AP-OTF-ShinGoPr6N-Regular.woff') format('woff'),
    url('../../fonts/AP-OTF-ShinGoPr6N-Regular.ttf')  format('truetype');
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1040px;
	color: #040000;
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
    padding-bottom: 121px;
	text-align: left;
    position: relative;
}
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.4rem;
	}
    #container {
        padding: 73px 0 132px;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 4px 0 3px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    align-items: center;
    box-sizing: border-box;
    z-index: 999;
}
#gHeader h1 {
    margin-left: 18px;
    width: 120px;
}
#gNavi {
    margin-top: 3px;
    width: 287px;
}
#gNavi li:not(:last-of-type) {
    margin-right: 28px;
}
#gNavi li a {
    color: #1B9DD4;
    font-size: 1.3rem;
    font-family: 'AP-OTF-ShinGoPr6N-Medium';
}
#gNavi li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 0;
        display: block;
        position: absolute;
        background-color: transparent;
        z-index: 999;
    }
    #gHeader h1 {
        margin-left: 0;
        padding: 11px 0 10px 11px;
        width: 100%;
        background-color: #fff;
        box-sizing: border-box;
    }
    #gNavi {
        margin-top: 0;
        width: auto;
    }
    .fixedNavi {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
    #gNavi.fixed01 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    #gNavi li,
    .fixedNavi li {
        width: calc(100% / 3);
    }
    #gNavi li:not(:last-of-type),
    .fixedNavi li:not(:last-of-type) {
        margin-right: 0;
    }
    #gNavi li a,
    .fixedNavi li a {
        padding: 10px 10px 9px;
        display: block;
        color: #fff;
        font-size: 1.3rem;
        text-align: center;
        background-color: #008CCD;
    }
    #gNavi li:nth-of-type(2) a,
    .fixedNavi li:nth-of-type(2) a {
        background-color: #00AAE8;
    }
    #gNavi li:nth-of-type(3) a,
    .fixedNavi li:nth-of-type(3) a {
        background-color: #4CC3EF;
    }
}
@media all and (max-width: 330px) {
    #gNavi li a {
        padding: 10px 2px 9px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 9px 30px 9px 0;
}
#gFooter .fLogo {
    margin: 0 auto;
    width: 321px;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 4px 0 9px;
    }
    #gFooter .fLogo {
        width: 160px;
    }
}
