@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, figcaption, figure, section {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
@media all and (max-width: 374px) {
    html {
        font-size: 2.6667vw;
    }
}
body, table, input, textarea, select, option {
    font-family: "M PLUS 1p", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
chrome_annotation {
    border: none !important;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
address {
    font-style: normal;
}
a, a:link {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
a:visited {
    color: #000;
}
a:hover {
    opacity: 0.7;
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 118rem;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
.fixed {
    position: fixed;
    width: 100%;
}
#container {
    text-align: left;
}
a[href^="tel:"] {
    opacity: 1 !important;
    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;
    }
    .fixed {
        height: 100%;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 2rem;
    padding-top: 1.7rem;
}
#gHeader .hInner {
    margin: 0 auto 1.2rem;
    max-width: 108rem;
    display: flex;
    justify-content: space-between;
}
#gHeader h1 {
    margin-top: 0.7rem;
}
#gHeader h1 a:hover {
    opacity: 1;
}
@media all and (max-width: 896px) {
    #gHeader {
        margin-bottom: 0;
        padding: 1rem 0 1.3rem;
        position: relative;
    }
    #gHeader .hInner {
        margin-bottom: 0;
        justify-content: center;
    }
    #gHeader h1 {
        margin-top: 0;
        width: 19rem;
    }
    .menu {
        right: 2rem;
        top: 1.7rem;
        position: absolute;
        width: 2.1rem;
        height: 2.1rem;
        cursor: pointer;
        z-index: 101;
        transition: opacity .25s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        box-sizing: border-box;
    }
    .menu > div {
        margin: 0 auto;
        width: 2.1rem;
        height: 1.4rem;
        position: relative;
    }
    .menu span {
        background-color: #E60028;
        border: none;
        height: 0.45rem;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .menu span:nth-of-type(2) {
        top: 0.7rem;
    }
    .menu span:nth-of-type(3) {
        top: 1.4rem;
    }
    .menu.active .top {
        -webkit-transform: translateY(0.7rem) translateX(0) rotate(45deg);
        -ms-transform: translateY(0.7rem) translateX(0) rotate(45deg);
        transform: translateY(0.7rem) translateX(0) rotate(45deg);
    }
    .menu.active .middle {
        opacity: 0;
    }
    .menu.active .bottom {
        -webkit-transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
        transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    background-color: #043658;
}
#gNavi ul {
    margin: 0 auto;
    max-width: 109rem;
    padding: 0 0.5rem;
    gap: 0 0.5rem;
    background-color: #fff;
}
#gNavi li {
    width: 21.2rem;
}
#gNavi a {
    padding: 0.8rem;
    display: block;
    color: #fff;
    transform: rotate(0.03deg);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: #E60028;
}
@media all and (min-width: 897px) {
    #gNavi {
        display: block !important;
    }
}
@media all and (max-width: 896px) {
    #gNavi {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        border-top: 0.2rem solid #E60028;
        border-bottom: 0.2rem solid #E60028;
        z-index: 100;
    }
    #gNavi ul {
        margin: 0;
        max-width: inherit;
        padding: 0 2rem;
        display: block;
    }
    #gNavi li {
        width: auto;
        border-bottom: 0.1rem solid #E60028;
    }
    #gNavi li:last-child {
		border-bottom: none;
	}
    #gNavi a {
        color: #333;
        padding: 0.6rem;
        font-size: 1.3rem;
        font-weight: 500;
        text-align: center;
        background: none;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    margin: 0 0.2rem 3.4rem;
    display: flex;
    flex-wrap: wrap;
}
#pagePath li {
    margin-right: 0.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    transform: rotate(0.03deg);
}
#pagePath a {
    margin-right: 0.4rem;
}
@media all and (max-width: 896px) {
    #pagePath {
        display: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .pageTop {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 9rem;
    z-index: 80;
}
#gFooter .link {
    margin-bottom: 1.7rem;
    padding: 2.4rem 3rem 4.2rem;
    text-align: center;
    background: #FB0D1B;
}
#gFooter .fInner {
    margin: 0 auto 1.5rem;
    max-width: 108rem;
}
#gFooter .fLogo {
    margin-top: 1rem;
    width: 38rem;
}
#gFooter .fLogo a:hover {
    opacity: 1;
}
#gFooter .fNavi {
    width: 22.2rem;
}
#gFooter .fNavi li {
    width: 13.5rem;
    line-height: 1.2;
    transform: rotate(0.03deg);
}
#gFooter .fNavi li:nth-child(2n) {
    width: auto;
    flex: 1;
}
#gFooter .fNavi a {
    padding-left: 1.5rem;
    color: #231815;
    font-size: 1.4rem;
    display: inline-block;
    background: url(../img/common/icon01.png) no-repeat left 0.4rem/0.9rem auto;
}
#gFooter address {
    padding: 1rem;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    transform: rotate(0.03deg);
    background: #043659;
}
@media all and (max-width: 896px) {
    #gFooter {
        position: relative;
    }
    #gFooter address {
        padding: 0.6rem;
        font-size: 0.7rem;
    }
}