@charset "utf-8";

body {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.7px;
    color: #555555;
    font-size: 14px;
    background-color: #F7F7F7;
}

h3 {
    font-size: 1.5em;
}

.inner-section {
    padding: 1em 6%;
}

section {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: unset;
}

a[target="_blank"]::after {
    font-family: "FAsolid";
    font-weight: 900;
    content: "\f35d";
    display: inline-block;
    margin: 0 0 0 3px;
    color: #ccc;
    font-size: 11px;
}

.page_link>ul {
    padding: 0 6%;
}

.page_link>ul>li {
    margin: 3px 0;
}

.page_link>ul>li>a {}

.page_link>ul>li>a:before {
    content: "▶";
    font-size: 80%;
    padding: 0 0.5em 0 0;
    color: #bbb99a;
}

tbody th {
    background-color: #008E59;
    color: #fff;
}

th,
td {
    border: #70BA9F 1px solid;
    padding: 10px 20px;
    font-size: 1rem;
    vertical-align: top;
}

#header .overlay {
    left: unset;
    right: 50px;
}

/*600px以上*/
@media screen and (min-width: 600px) {

    body {
        font-size: 16px;
    }

    .inner-section {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 50px 6%;
    }

    .page_link>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
    }

    .page_link>ul>li {
        margin: 2px 1em;
    }

}

h2 {
    margin: 0 0 1em;
    letter-spacing: 1.8px;
    color: #BBB99A;
    font-size: 18px;
}

h2.green {
    letter-spacing: 5.4px;
    color: #008E59;
}


.inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

#hdr_logo {
    width: 100%;
    display: block;
    text-align: left;
    margin: auto;
    padding: 0 10px;
}

#hdr_logo h1 {
    padding: 0;
    font-weight: normal;
    line-height: 1.4;
}


#hdr_logo h1 a {
    padding: 0;
    line-height: 1;
    font-size: 1.2em;
}

#hdr_logo h1 a .small {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

#hdr_logo img {
    width: 180px;
}

#header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 99999;
    padding: 0;
}

.header_inner.inner {
    padding: 10px 5px;
}

.page_front article,
.sub_page article {
    margin: 50px 0 0;
}

header .ilu_sun,
header .ilu_balloon {
    display: none;
}

#gnav_wrap {
    display: block !important;
    transition: .5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    padding-top: 50px;
    margin: 0;
    position: absolute;
    top: 0;
    right: -900px;
    z-index: 1000;
    overflow: auto;
}

.menu-is-open #gnav_wrap {
    transform: translateX(-900px);
    background: #fff;
    padding: 0 0 50px 0;
    margin: 50px 0 0 0;
    width: 100%;

}

.hamMenu {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
    text-indent: -9999px;
    margin: 0;
    background: none;
}

.hamMenu span {
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 30px;
    height: 22px;
    background: #4F94CF;
    border-top: 9px solid #fff;
    border-bottom: 9px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamMenu span:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background: #4F94CF;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamMenu span:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background: #4F94CF;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_toiawase {
    display: flex;
    justify-content: center;
}

.header_inner .contact_area li {
    margin: 1em auto 0.6em;
    width: 80%;
}

.menu-is-open .hamMenu span {
    background: #BBB99A;
}

.menu-is-open .hamMenu span:before {
    transform: rotate(-135deg);
    top: 0;
    right: 0;
}

.menu-is-open .hamMenu span:after {
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
}

#gnav {
    border: none;
}

#gnav li {
    width: calc(100% / 2 - 3em);
    border: none;
    margin: 6px 0.5em;
}

#gnav li a {
    font-size: 14px;
    padding: 1em;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.nav_menu,
.sub_page .nav_menu {
    width: 100%;
    margin: 0;
}

.menu-is-open #header .overlay {
    display: block;
}

#hdr_logo,
.sub_page #hdr_logo {
    font-size: 1.1em;
    line-height: 1.2;
    padding: 0 1em 0 0;
    width: 90%;
    min-width: initial;
    text-align: left;
    margin: 0;
    height: 50px;
}

.header_inner .contact_area,
.sub_page .header_inner .contact_area {
    width: 100%;
    position: initial;
}

#gnav li .nav_02 {
    position: initial;
}

#gnav li .nav_02 li {
    text-align: left
}

#gnav .nav_02 li a {
    text-align: left;
    padding: 5px 0 5px 48%;
}

#gnav .nav_02 li a:before {
    content: "-";
    font-size: 1em;
    color: #333;
}

.hamMenu {
    background: #BBB99A;
}

.hamMenu span {
    background: #fff;
    border-top: 9px solid #BBB99A;
    border-bottom: 9px solid #BBB99A;
}

.hamMenu span::before,
.hamMenu span::after {
    background: #fff;
}


#hdr_logo h1 a {
    padding: 0 2%;
    flex-direction: column;
    text-align: left;
    align-items: first baseline;
    justify-content: center;
    height: 50px;
}

.sub_tit {
    font-size: 10px;
    color: #008E59;
    margin: 0 0 0.5em;
    letter-spacing: 1px;
}


.logo_name {
    color: #B8A581;
    line-height: 1;
    font-size: 21px;
    letter-spacing: 2.1px;
}

#header {
    background-color: #fff;
    position: fixed;
}

#gnav_wrap {
    display: block !important;
    transition: .5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    padding-top: 50px;
    margin: 0;
    position: absolute;
    top: 0;
    right: -1980px;
    z-index: 1000;
    overflow: auto;
}

.menu-is-open #gnav_wrap {
    transform: translateX(-1980px);
    background: #DCDBCE;
    padding: 5% 0 0 0;
    margin: 50px 0 0 0;
    width: 100%;
    height: 100vh;
}

#header .overlay {
    left: unset;
    right: 0;
    height: 100vh;
    background: unset;
}

#head_contact .link_btn {
    border: unset;
    background-color: #fff;
    text-align: center;
    width: 90%;
    margin: 1.5em auto;
    max-width: 630px;
    border-radius: 2em;
}

#head_contact .link_btn a {}

/*600px以上*/
@media screen and (min-width: 600px) {
    #header .overlay {}
}

/*900px以上*/
@media screen and (min-width: 900px) {
    #header .overlay {}

    .menu-is-open #header .overlay {
        display: block;
        top: 0;
    }

    #header {
        top: 0;
        height: 0;
    }

    .menu-is-open #gnav_wrap {
        width: calc(100% - 140px);
        position: fixed;
        margin: 0 70px 0 0;
    }

    .hamMenu {
        width: 70px;
        height: 70px;
        position: fixed;
        z-index: unset;
        text-indent: unset;
        color: #fff;
    }

    #gnav {
        border: none;
        margin: 0 auto;
        max-width: 1100px;
    }

    #gnav li a {
        border: none;
        padding: 1em;
        font-size: 20px;
    }

    #head_contact .link_btn a {
        font-size: 20px;
    }

    .hamMenu .menu {}

    /*サイドナビｗ900*/
    .nav_side {
        width: 70px;
        background-color: #fff;
        margin: 70px 0 0;
        height: calc(100vh - 70px);
        z-index: 999;
        position: fixed;
        right: 0;
        box-shadow: 0px 3px 6px #00000029;
    }

    .nav_side ul {
        width: 80%;
        margin: 0 auto;
    }

    .nav_side li {
        border-bottom: solid 1px #BBB99A;
        padding: 0 0 0px;
        margin: 1em 0;
    }

    .nav_side li a {
        display: block;

    }

    .hamMenu span {
        top: 20px;
        right: 18px;
        line-height: 4;
        font-size: 12px;
        text-align: center;
        text-indent: -3px;
    }

    .hamMenu .menu {}

    #hdr_logo,
    .sub_page #hdr_logo {
        width: 70px;
        background-color: #fff;
        margin: 0;
        height: 100vh;
        z-index: 999;
        padding: 0 0 100px;
        position: fixed;
        box-shadow: 0px 3px 6px #00000029;
    }

    #hdr_logo h1 a {
        padding: 1em 2%;
        flex-direction: row-reverse;
        text-align: left;
        align-items: center;
        justify-content: center;
        height: auto;
        width: 70px;
    }

    #hdr_logo h1 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: absolute;
    }

    #hdr_logo h1 .logo_name {
        line-height: 1;
        font-size: 30px;
        letter-spacing: 3px;
    }

    #hdr_logo .sub_tit {
        font-size: 16px;
        margin: 1.4em 0 0;
        letter-spacing: 1px;
    }

    #page_top {
        width: 70px;
        height: 50px;
        position: fixed;
        z-index: 99999;
        display: none;
        right: 0;
        bottom: 3%;
        text-align: center;
    }

    #page_top a {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .page_front article,
    .sub_main,
    .sub_page article {
        margin: 0;
        padding: 0 100px;
    }
}

/*1200px以上*/
@media screen and (min-width: 1200px) {

    article,
    .sub_page article,
    .sub_main {
        padding: 0 100px;
    }

    #hdr_logo,
    .sub_page #hdr_logo {
        width: 100px;
    }

    .hamMenu {
        width: 100px;
        height: 100px;
        position: fixed;
    }

    .nav_side {
        width: 100px;
        margin: 100px 0 0;
        height: calc(100vw - 100px);
    }

    .hamMenu span {
        top: 30px;
        right: 31px;
        width: 34px;
    }

    .hamMenu span::before,
    .hamMenu span::after {
        width: 34px;
    }

    .menu-is-open #gnav_wrap {
        width: calc(100% - 200px);
        position: fixed;
        margin: 0 100px 0 0;
        z-index: 100;
    }

    .menu-is-open #header .overlay {
        display: block;
        top: 0;
    }

    #gnav_wrap {
        padding-top: 100px;
    }

    #page_top {
        width: 100px;

    }
}

/*フッター*/
.foot_nav {
    background-color: #008E59;
    justify-content: center;
    padding: 1.3em 0.5em;
}

.foot_nav a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2.8px;
    margin: 1em;
}

.footer_bottom {
    text-align: center;
    margin: 30px 0 10px;
}

.footer_bottom .sub_tit {
    font-size: 14px;
}

.footer_bottom .logo_name {}

#footer_logo a {
    justify-content: center;
    margin: 0 0 1em;
    flex-direction: column;
}

.footer_bottom .tel a {
    position: relative;
    font-size: 24px;
    color: #555555;
    letter-spacing: 4.8px;
}

.footer_bottom .tel a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -33px;
    display: block;
    width: -moz-available;
    height: 1em;
    background-image: url(../images/common/icon_foot_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 33px;
}

.footer_bottom .tel p {
    margin: 0;
    letter-spacing: 0.6px;
    color: #555555;
    font-size: 15px;
}

.footer_bottom .contact {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.footer_bottom .contact a {
    position: relative;
    font-size: 21px;
    color: #555555;
    border: solid 1px #707070;
    display: block;
    margin: 1em 0 0;
    letter-spacing: 4.2px;
    padding: 0.3em 0 0.3em 1em;
}

.footer_bottom .contact a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(50% - 5em);
    display: block;
    width: -moz-available;
    height: 1em;
    background-image: url(../images/common/icon_foot_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 36px;
}

.nav_bottom {
    background-color: #fff;
    height: 70px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #BBB99A;
}

.nav_bottom ul {
    justify-content: space-between;
    padding: 7px 0 0;
    max-width: 500px;
    margin: 0 auto;
}

.nav_bottom li {
    width: calc(100% / 5 - 1em);
    margin: 0 0.5em;
    text-align: center;
}

.nav_bottom li img {
    max-height: 60px;
}

footer {
    margin: 0 0 80px;
    background-color: #fff;
}

footer .insta_link {
    text-align: center;
}

footer .insta_link a::after {
    display: none;
}

footer .insta_link img {
    width: 40px;
}


/*900px以上*/
@media screen and (min-width: 900px) {
    footer {
        margin: 0;
    }

    .foot_nav {
        padding: 1.3em 70px;
    }

    footer .insta_link {
        position: fixed;
        bottom: 20px;
        left: 0;
        z-index: 99999;
        width: 70px;
    }

}

@media screen and (min-width: 1200px) {

    footer .insta_link {
        width: 100px;
    }

    footer .insta_link img {
        width: 50px;
    }

}

#copy {
    text-align: center;
    font-size: 12px;
    color: #555;
}

/*ボタン*/

.link_btn {
    border: solid 1px #008E59;
    background-color: #fff;
    text-align: center;
    width: 90%;
    margin: 1.5em auto;
    max-width: 320px;
}

.link_btn a {
    color: #008E59;
    letter-spacing: 6.3px;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    padding: 0.5em 0;
}

.link_btn.white {
    border: solid 1px #fff;
    background-color: unset;
}

.link_btn.white a {
    color: #fff;
}

.bg_fff {
    background-color: #fff;
}

.bg_green {
    background-color: #008E59;
}


/*基本flex_area */
.flex_area {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*600px以上*/
@media screen and (min-width: 600px) {

    .flex_area {
        justify-content: space-between;
        width: 100%;
        flex-direction: initial;
    }

    .text_area {
        width: 48%;
    }

    .img_area {
        width: 48%;
    }
}

/*フェードイン設定*/

/*スクロールで*/

/*右から*/
.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
}

.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

/*左から*/
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}

.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

/*下から*/
.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}


/*左から順番に*/
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}


/*サブページ共通*/
.sub_page h2 {
    font-size: 18px;
}

.sub_main {
    background-image: url(../images/common/nomal_main_01.jpg);
    background-size: cover;
    height: 41vw;
    max-height: 300px;
    width: 100%;
    position: relative;
    margin: 50px 0 3em;
    background-position: bottom center;
}

.sub_main .bg_h1 {
    position: absolute;
    bottom: -2em;
    margin: auto;
    font-weight: normal;
    line-height: 1;
    width: 100%;
    background-color: #BBB99A;
    letter-spacing: 6px;
    padding: 0.5em 1em;
}

.sub_main h1 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 6px;
}


@media screen and (min-width: 600px) {
    .sub_main h1 {
        font-size: 26px;
    }

    .sub_page h2 {
        font-size: 20px;
    }
}

/*900px以上*/
@media screen and (min-width: 900px) {

    .sub_main h1 {
        font-size: 30px;
        max-width: 1100px;
        margin: 0 auto;
    }


    .sub_main {
        margin: 0 0 80px 0;
    }

    .sub_page h2 {
        font-size: 26px;
    }
}