@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;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: #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;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    
}
#container {
    text-align: left;
    background: url(../../img/bg_img01.png) no-repeat top -35px left / 100%;
}
#main {
    display: block;
}
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;
        
    }
   body.fixed {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        overflow: auto;
    }
    #container {
        background-image: url(../../img/sp_bg_img01.png);
        background-position: top left;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 86px;
    padding: 12px;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 995px;
}
#gHeader .hBox .languageBox {
    margin-bottom: 9px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gHeader .hBox .languageBox .pho {
    width: 74px;
    line-height: 1;
}
#gHeader .hBox .languageBox ul {
    margin-left: 17px;
    display: flex;
    border-left: 1px solid #000;
}
#gHeader .hBox .languageBox li {
    border-right: 1px solid #000;
}
#gHeader .hBox .languageBox li a {
    padding: 0 16px;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
}
#gHeader .hBox .languageBox li a:hover {
    opacity: 0.7;
}
#gHeader .hBox .naviBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gHeader .hBox .naviBox h1 {
    width: 201px;
}
#gNavi ul {
    margin-top: 25px;
    display: flex;
}
#gNavi li a {
    margin-left: 62px;
    display: block;
    position: relative;
    color: #6ABD85;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}
#gNavi .liStyle01 a {
    margin-left: 74px;
}
#gNavi .liStyle02 a {
    margin-left: 71px;
}
#gNavi .on a {
    position: relative;
}
#gNavi .on a::after,
#gNavi li a:hover::after {
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #6ABD85;
}
@media all and (max-width: 896px) {
    #gHeader {
        margin-bottom: 20px;
        padding: 16px 14px;
    }
    #gHeader .hBox .naviBox h1 {
        margin: -33px auto 0;
        width: 35%;
        position: relative;
        z-index: 1;
    }
    #gHeader .hBox {
        width: auto;
    }
    #gHeader .menu {
        padding: 15px;
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        z-index: 100;
        box-sizing: border-box;
    }
    #gHeader .menu span {
        width: 27px;
        height: 2px;
        position: absolute;
        top: 20px;
        left: 15px;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        background: #000;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
    }
    #gHeader .menu.on {
        top: -1px;
        left: -2px;
        z-index: 1000;
    }
    #gHeader .menu.on span {
        width: 31px;
        background-color: #FFF;
    }
    #gHeader .menu span:nth-of-type(2) {
        top: 30px;
    }
    #gHeader .menu span:nth-of-type(3) {
        top: 40px;
    }
    #gHeader .menu.on span:first-child {
        -webkit-transform: translateY(11px) translateX(0) rotate(42deg);
        -ms-transform: translateY(11px) translateX(0) rotate(42deg);
        transform: translateY(11px) translateX(0) rotate(42deg);
    }
    #gHeader .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    #gHeader .menu.on span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
    }
    #gNavi {
        padding: 68px 0;
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        box-sizing: border-box;
        background-color: #82C79A;
        opacity: 0.8;
        z-index: 999;
        overflow-y: auto;
    }
    #gNavi ul {
        margin-top: 26px;
        display: block;
    }
    #gNavi li {
        border-bottom: 1px solid #FFF;
    }
    #gNavi li a {
        margin-left: 0;
        padding: 9px 37px;
        color: #FFF;
        font-size: 1.4rem;
        text-align: left;
    }
    #gNavi .liStyle01 a,
    #gNavi .liStyle02 a  {
        margin-left: 0;
    }
    #gNavi li a:hover::after {
        display: none;
    }
    #gHeader .hBox .languageBox {
        margin-bottom: 0;
        position: relative;
    }
    #gHeader .hBox .languageBox .pho {
        padding: 9px 5px 6px 7px;
        width: 96px;
        height: 34px;
        position: relative;
        border: 1px solid #231815;
        box-sizing: border-box;
    }
    #gHeader .hBox .languageBox .pho::after {
        margin-top: 1px;
        content: "";
        width: 18px;
        height: 16px;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        background: url(../../img/icon.png) no-repeat right center / 9px;
    }
    #gHeader .hBox .languageBox .pho img {
        width: 68px;
    }
    #gHeader .hBox .languageBox ul {
        margin-left: 0;
        width: 94px;
        display: none;
        position: absolute;
        top: 34px;
        right: 0;
        border: 1px solid #231815;
        border-top: none;
    }
    #gHeader .hBox .languageBox li {
        border-bottom: 1px solid #231815;
        border-right: none;
    }
    #gHeader .hBox .languageBox li:last-child {
        border-bottom: none;
    }
    #gHeader .hBox .languageBox li a {
        padding: 12px 8px 11px;
        font-size: 1rem;
        font-weight: 500;
        background-color: #FFF;
    }
}
@media all and (max-width: 374px) {
    #gHeader .hBox .languageBox .pho {
        width: 89px;
    }
    #gHeader .hBox .languageBox .pho::after {
        right: 2px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 10px 20px 43px;
}
#gFooter address {
    font-size: 1rem;
    font-style: normal;
    text-align: center;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding-bottom: 26px;
    }
    #gFooter address {
        letter-spacing: 0.05em;
    }
}