@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 ページ内共通
*============================================================*/
html {
    font-size: 18px;
    line-height: 16px;
}

#page-top {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
    color: #3C3D32;
    background: #FDFBED;
}

#page-top h1,
#page-top h2,
#page-top h3,
#page-top h4,
#page-top h5 {
    font-weight: bold;
}

#page-top h2 {
    font-size: 1.88rem;
    line-height: 1.80;
    letter-spacing: 0.13rem;
    margin: 35px 0;
    text-align: center;
}

#page-top p {
    font-size: 1rem;
    line-height: 2.0;
    letter-spacing: 0.1rem;
}

#page-top #main-contents {
    margin-bottom: 0;
    padding-bottom: 0;
}

#page-top .section {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

#page-top .inner {
    width: 80%;
    max-width: 835px;
    z-index: 100;
}

#page-top .font-montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

#page-top .button {
    font-size: 0.94rem;
    line-height: 1.8;
    letter-spacing: 0rem;
    font-weight: bold;
    display: block;
    background-color: #fff;
    border: solid 3px #3C3D32;
    border-radius: 10px;
    padding: 15px 0 15px 25px;
    color: #3C3D32;
}

#page-top .button:hover {
    cursor: pointer;
    background-color: #FDFBED;
    transition-duration: 0.1s;
    text-decoration: none;
}

#page-top .button::after {
    content: '';
    background-image: url(../images/top/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 25px;
    margin: 0 25px 0 20px;
}

#page-top .button.disabled {
    background-color: #C4C4C4;
    padding: 15px 40px;
    cursor: text;
}

#page-top .button.disabled::after {
    content: none;
}

#page-top a img {
    transition: opacity 0.2s;
}
#page-top a img:hover {
    opacity: 0.7;   
}


#page-top svg:not([fill]) {
    fill: currentColor;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual .main-visual__top {
    height: calc(100vh + 50px);
    position: relative;
    overflow: hidden;
}

#page-top #mainvisual .main-visual__top img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

#page-top #mainvisual .main-visual__bottom {
    max-width: 650px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

#page-top #mainvisual .main-visual__bottom h1 {
    margin-top: 80px;
    font-size: 1.88rem;
    line-height: 1.80;
    letter-spacing: 0.13rem;
    margin: 80px 0 40px 0;
    text-align: center;
    font-weight: bold;
}

#page-top #mainvisual .main-visual__bottom p {
    font-weight: bold;
    margin-bottom: 80px;
}

/*============================================================
 ４つの体験
*============================================================*/
#page-top #sec-experience .title_decorated {
    position: relative;
}

#page-top #sec-experience .title_decorated .title__line {
    margin: auto;
    display: block;
    fill: #3C3D32;
}

#page-top #sec-experience .title_decorated .title__line:nth-of-type(1) {
    width: 100%;
}

#page-top #sec-experience .title_decorated .title__line:nth-of-type(2) {
    width: 80%;
}

#page-top #sec-experience .title_decorated .title__icon {
    width: 35px;
    vertical-align: middle;
    margin: 0 20px;
    fill: #3C3D32;
}

#page-top #sec-experience .experience__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-top #sec-experience .experience__contents .experience__content {
    width: 39%;
    max-width: 335px;
    padding: 60px 0 30px;
}

#page-top #sec-experience .experience__contents .experience__content img {
    width: 100%;
}

#page-top #sec-experience .experience__contents .experience__content h3 {
    font-size: 1.72rem;
    line-height: 1.80;
    letter-spacing: 0.13rem;
    white-space: nowrap;
}

#page-top #sec-experience .experience__contents .experience__content h3.font-montserrat {
    font-size: 1.88rem;
    letter-spacing: 0.13rem;
    line-height: 1.2;
    padding: 10px 0 5px;
    white-space: nowrap;
}

#page-top #sec-experience .experience__contents .experience__content p {
    margin: 20px 0 30px;
    font-weight: bold;
    font-size: 0.94rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
}

#page-top #sec-experience .experience__contents .experience__content .flexWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#page-top #sec-experience .experience__contents .experience__content .button {
    font-size: 0.94rem;
    line-height: 1.8;
    letter-spacing: 0rem;
    margin: 20px 0 10px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

#page-top #sec-experience .experience__contents .experience__content .flexWrap .button {
    margin-top: 0;
    margin-left: 0;
}

#page-top #sec-experience .experience__contents .experience__content .flexWrap .button:last-child {
    margin-left: 10px;
}

#page-top #sec-experience .experience__contents .experience__content .flexWrap .button:after {
    margin: 0 10px;

}

/*============================================================
 アクセス （繰り返しパーツ） village-info
*============================================================*/
#page-top #sec-village-info {
    background: #F2D3AE;
}

#page-top #sec-village-info .inner {
    margin: 30px auto;
}

#page-top #sec-village-info h2 {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    text-align: left;
}

#page-top #sec-village-info .village-info__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#page-top #sec-village-info .village-info__container .gev-logo {
    width: 365px;
}

#page-top #sec-village-info .village-info__container>div {
    display: flex;
    flex-wrap: wrap;
    margin-left: 75px;
    width: 100%;
}

#page-top #sec-village-info .village-info__container .village-info__list {
    margin: auto 35px auto 0;
    flex-basis: 70%;
}

#page-top #sec-village-info .village-info__container .village-info__list li {
    font-size: 0.94rem;
    line-height: 1.8;
    letter-spacing: 0rem;
    list-style: none;
}

#page-top #sec-village-info .village-info__container .village-info__list li.font-small {
    font-size: 0.67rem;
    line-height: 1.8;
    letter-spacing: 0rem;
}

#page-top #sec-village-info .village-info__container .village-info__map {
    margin-top: 60px;
}

#page-top #sec-village-info .village-info__container .village-info__map a {
    color: #3C3D32;
    display: inline-block;
    transition: opacity 0.2s;
}

#page-top #sec-village-info .village-info__container .village-info__map a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#page-top #sec-village-info .village-info__container .village-info__map img {
    width: 75px;
    display: block;
}

#page-top #sec-village-info .village-info__container .village-info__map span {
    font-size: 0.94rem;
    line-height: 1.8;
    letter-spacing: 0rem;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 5px;
}

#page-top #sec-village-info .village-info__container .village-info__icons {
    flex-basis: 100%;
    margin: 20px 0 35px;
}

#page-top #sec-village-info .village-info__container .village-info__icons :is(.insta-icon, .map-icon, .note-icon) {
    width: 50px;
    flex-basis: 40%;
    margin-right: 30px;
}

#page-top #sec-village-info .village-info__container .village-info__icons a {
    vertical-align: bottom;
}

#page-top #sec-village-info .village-info__container .village-info__buttons {
    flex-basis: 100%;
    justify-content: space-between;
    display: flex;
    justify-content: flex-start;
}

#page-top #sec-village-info .village-info__container .village-info__buttons .button {
    margin-right: 20px;
}

#page-top #sec-village-info .village-info__container .village-info__buttons .button::after {
    margin: auto 22px auto 9px;
}


#page-top #sec-village-info .village-info__list li.font-small a {
    color: -webkit-link;
}

/*============================================================
 GOOD EAT CLUBって
*============================================================*/
#page-top #sec-whats-good-eat-club {
    background: #C0E8E3;
    padding: 0;
}

#page-top #sec-whats-good-eat-club .inner {
    margin-top: 60px;
    width: 95%;
    max-width: 995px;
}

#page-top #sec-whats-good-eat-club .title_decorated {
    position: relative;
}

#page-top #sec-whats-good-eat-club .title_decorated .title__line {
    margin: auto;
    display: block;
    fill: #3C3D32;
}

#page-top #sec-whats-good-eat-club .title_decorated .title__line:nth-of-type(1) {
    width: 100%;

}

#page-top #sec-whats-good-eat-club .title_decorated .title__line:nth-of-type(2) {
    width: 80%;
}

#page-top #sec-whats-good-eat-club .title_decorated .title__icon {
    width: 35px;
    vertical-align: middle;
    margin: 0 20px;
    fill: #3C3D32;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container {
    display: flex;
    margin: 80px 0;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents {
    flex-basis: 50%;
    padding-right: 40px;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents .gec-logo {
    width: 425px;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents h3 {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    margin: 30px 0;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div {
    display: flex;
    justify-content: right;
    margin-top: 50px;
}

/* pc-sp display switch */
#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div.forSP {
    display: none;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__display-image__mobile {
    /* display: none !important; */
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div .insta-icon {
    margin-right: 60px;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div .insta-icon img {
    width: 55px;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div .button {
    width: 250px;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__display-image__pc {
    flex-basis: 50%;
    width: 50%;
    padding-bottom: 120px;
}

#page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__display-image__pc img {
    width: 100%;
}

/*============================================================
 私たちが大切にしたいこと
*============================================================*/
#page-top #sec-our-values {
    background: #256467;
    color: #FDFBED;
    padding: 0;
}

#page-top #sec-our-values .inner {
    margin-top: 60px;
}

#page-top #sec-our-values .title_decorated {
    position: relative;
}

#page-top #sec-our-values .title_decorated .title__line {
    margin: auto;
    display: block;
    fill: #fff;
}

#page-top #sec-our-values .title_decorated .title__line:nth-of-type(1) {
    width: 100%;
}

#page-top #sec-our-values .title_decorated .title__line:nth-of-type(2) {
    width: 80%;
}

#page-top #sec-our-values .our-values__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    -ms-grid-columns: 325px 1fr;
    grid-template-columns: 325px 1fr;
    margin: 80px auto 120px;
}

#page-top #sec-our-values .our-values__container .our-values__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: 100%;
    padding-right: 60px;
    margin: auto;
}

#page-top #sec-our-values .our-values__container .our-values__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    margin-bottom: 20px;
    font-size: 1.72rem;
    line-height: 1.80;
    letter-spacing: 0.13rem;
    line-height: 1.2em;
}

#page-top #sec-our-values .our-values__container .our-values__title span {
    font-size: 1.88rem;
    line-height: 1.80;
    letter-spacing: 0.13rem;
    display: block;
}

#page-top #sec-our-values .our-values__container .our-values__text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
}



/*============================================================
 村長のごあいさつ
*============================================================*/
#page-top #sec-greeting .greeting__image {
    width: 285px;
    margin: auto;
    display: block;
}

#page-top #sec-greeting h2 {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

#page-top #sec-greeting .greeting__text {
    line-height: 2.5;
}

#page-top #sec-greeting .greeting__text img {
    width: 100%;
}

#page-top #sec-greeting .greeting__text img:nth-of-type(1) {
    margin-bottom: 40px;
}

#page-top #sec-greeting .greeting__text img:nth-of-type(2) {
    margin-top: 40px;
}

#page-top #sec-greeting .greeting__text span {
    font-size: 0.94rem;
    line-height: 1.8;
    letter-spacing: 0rem;
    text-align: right;
    display: block;
}

#page-top #sec-greeting .arrow-down {
    margin: auto;
    display: block;
    width: 28px;
    transition: opacity 0.2s;
    cursor: pointer;
    z-index: 300;
}
#page-top #sec-greeting .arrow-down:hover {
    opacity: 0.7;
}

#page-top #sec-greeting .arrow-down.reverse {
    transform: rotateX(180deg);
    margin-top: 20px;
}

/*============================================================
 powered-by
*============================================================*/
#page-top #sec-powered-by {
    background: #F2D3AE;
}

#page-top #sec-powered-by h2 {
    font-size: 1rem;
    line-height: 2.0;
    letter-spacing: 0.1rem;
    text-align: left;
}

#page-top #sec-powered-by .powered-by__container {
    display: flex;
    margin-bottom: 60px;
}

#page-top #sec-powered-by .powered-by__container .gec-logo {
    width: 365px;
}

#page-top #sec-powered-by .powered-by__container p {
    font-size: 0.94rem;
    line-height: 1.8;
    letter-spacing: 0rem;
    margin-left: 75px;
}


/*============================================================
 フッター
*============================================================*/
#page-top #footer .bg-figure {
    content: "";
    background-image: url(../images/top/bg-footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    background-color: #F2D3AE;
    height: 165px;
    position: relative;
}

#page-top #footer ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#page-top #footer ul li {
    font-size: 0.67rem;
    line-height: 1.8;
    letter-spacing: 0rem;
    display: inline;
    margin: 0 30px;
}

#page-top #footer ul li a {
    color: #3C3D32;
}
#page-top #footer ul li a:hover {
    text-decoration: underline;
}
#page-top #footer .copy-right {
    font-size: 0.67rem;
    line-height: 1.8;
    letter-spacing: 0rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}



/*============================================================
 bg-figure
*============================================================*/
#page-top #sec-village-info.village-info__1 .bg-figure {
    content: "";
    background-image: url(../images/top/bg-figure_01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    background-color: #FDFBED;
    height: 210px;
}

#page-top #sec-whats-good-eat-club .bg-figure {
    content: "";
    background-image: url(../images/top/bg-figure_02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    background-color: #F2D3AE;
    height: 145px;
}

#page-top #sec-our-values .bg-figure {
    content: "";
    background-image: url(../images/top/bg-figure_03.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    background-color: #C0E8E3;
    height: 160px;
}

#page-top #sec-greeting .bg-figure {
    content: "";
    background-image: url(../images/top/bg-figure_04.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    background-color: #256467;
    height: 150px;
}

#page-top #sec-village-info.village-info__2 .bg-figure {
    content: "";
    background-image: url(../images/top/bg-figure_05.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    background-color: #FDFBED;
    height: 240px;
    margin-top: -160px;
}








/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 PC
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (min-width: 1280px) {
    #page-top #footer .bg-figure {
        height: 105px;
    }

    #page-top #sec-village-info.village-info__1 .bg-figure {
        height: 335px;
    }

    #page-top #sec-whats-good-eat-club .bg-figure {
        height: 205px;
    }

    #page-top #sec-greeting .bg-figure {
        height: 220px;
    }

    #page-top #sec-village-info.village-info__2 .bg-figure {
        height: 325px;
        margin-top: -195px;
    }
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet big
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {

    /* ページ内共通
    ---------------------------------------- */
    #page-top {
        font-size: 12px;
    }

    /* ４つの体験
    ---------------------------------------- */
    #page-top #sec-experience .experience__contents .experience__content .flexWrap .button {
        padding-left: 10px;
    }

    #page-top #sec-experience .experience__contents .experience__content .flexWrap .button:after {
        width: 22px;
        margin: 0 5px;
    }

    /* アクセス village-info
    ---------------------------------------- */
    #page-top #sec-village-info h2 {
        font-size: 1rem;
        line-height: 1.8;
    }

    /* GOOD EAT CLUBって
    ---------------------------------------- */
    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents h3 {
        font-size: 1rem;
        line-height: 1.8;
    }

    /* 村長のごあいさつ
    ---------------------------------------- */
    #page-top #sec-greeting h2 {
        font-size: 1rem;
        line-height: 1.8;
    }

}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet small
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (min-width: 768px) {
    .pc-inline {
        display: inline;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #page-top h2 {
        letter-spacing: 0;
    }

    #page-top .inner {
        width: 100%;
        padding: 0 44px;
    }

    /* メインビジュアル
    ---------------------------------------- */
    #page-top #mainvisual .main-visual__bottom {
        width: 100%;
        padding: 0 44px;
    }

    #page-top #mainvisual .main-visual__bottom h1 {
        letter-spacing: 0.01rem;
    }

    /* アクセス village-info
    ---------------------------------------- */
    #page-top #sec-village-info .village-info__container .gev-logo {
        width: 275px;
    }

    #page-top #sec-village-info .village-info__container>div {
        margin-left: 55px;
    }

    #page-top #sec-village-info .village-info__container .village-info__map img {
        width: 45px;
    }
    /* bg-figure
    ---------------------------------------- */
    #page-top #sec-village-info.village-info__2 .bg-figure {
        height: 170px;
        margin-top: -65px;
    }
}

@media screen and (max-width: 767px) {

    /* ページ内共通
    ---------------------------------------- */
    #page-top h1 {
        font-size: 1.10rem;
    }

    #page-top h2 {
        margin: 20px 0;
        font-size: 1.10rem;
    }

    #page-top p {
        font-size: 0.77rem;
    }

    #page-top .inner {
        width: 100%;
        padding: 0 28px;
    }

    #page-top .button {
        min-width: 180px;
        border: solid 2px #3C3D32;
        border-radius: 30px;
        padding: 5px 15px 5px 25px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: -webkit-max-content;
        -ms-grid-rows: max-content;
        grid-template-rows: -webkit-max-content;
        grid-template-rows: max-content;
        -ms-grid-columns: 125px 1fr;
        grid-template-columns: 125px 1fr;
        font-size: 0.77rem;
    }

    #page-top .button::after {
        margin: auto;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
    }

    #page-top .button.disabled {
        padding: 5px 25px;
    }

    /* メインビジュアル
    ---------------------------------------- */
    #page-top #mainvisual .main-visual__top {
        height: auto;
    }

    #page-top #mainvisual .main-visual__top img {
        position: relative;
        width: 100%;
    }

    #page-top #mainvisual .main-visual__bottom {
        width: 100%;
        padding: 0 28px;
    }

    #page-top #mainvisual .main-visual__bottom h1 {
        margin-top: 40px;
        letter-spacing: 0.01rem;
        font-size: 1.10rem;
    }

    #page-top #mainvisual .main-visual__bottom p {
        font-weight: normal;
        text-align: left;
        margin-bottom: 0;
    }

    /* ４つの体験
    ---------------------------------------- */
    #page-top #sec-experience {
        padding-top: 60px;
    }

    #page-top #sec-experience .title_decorated .title__icon:nth-of-type(1) {
        background-color: #FDFBED;
        border: solid 10px #FDFBED;
        width: 60px;
        height: 60px;
        display: block;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%) translateX(-10px);
    }

    #page-top #sec-experience .experience__contents {
        flex-direction: column;
        align-items: center;
    }

    #page-top #sec-experience .experience__contents .experience__content {
        width: 100%;
        text-align: center;
        padding: 40px 0 20px;
    }

    #page-top #sec-experience .experience__contents .experience__content img {
        width: auto;
        height: 115px;
        margin: 0 auto;
    }

    #page-top #sec-experience .experience__contents .experience__content h3.font-montserrat {
        font-size: 1.45rem;
        letter-spacing: 0.03rem;
    }

    #page-top #sec-experience .experience__contents .experience__content p {
        margin: 5px 0 0px;
        font-size: 0.77rem;
    }

    #page-top #sec-experience .experience__contents .experience__content .button {
        margin: 15px auto 0px;
        font-size: 0.77rem;
    }

    #page-top #sec-experience .experience__contents .experience__content .flexWrap {
        flex-direction: column;
    }

    #page-top #sec-experience .experience__contents .experience__content .flexWrap .button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 194px;
        padding-left: 56px;
        margin: 20px auto 0;
    }

    #page-top #sec-experience .experience__contents .experience__content .flexWrap .button:after {
        width: 25px;
    }

    #page-top #sec-experience .experience__contents .experience__content .flexWrap .button:last-child {
        margin-top: 14px;
        margin-left: auto;
    }

    /* アクセス village-info
    ---------------------------------------- */
    #page-top #sec-village-info h2 {
        font-size: 0.88rem;
        text-align: center;
    }

    #page-top #sec-village-info .inner {
        margin: 0;
        padding: 35px 28px 0;
    }

    #page-top #sec-village-info .village-info__container {
        flex-direction: column;
        align-items: center;
    }

    #page-top #sec-village-info .village-info__container .gev-logo {
        width: 65%;
        max-width: 325px;
        margin-bottom: 20px;
    }

    #page-top #sec-village-info .village-info__container>div {
        margin: 0;
        justify-content: center;
    }

    #page-top #sec-village-info .village-info__container .village-info__list li {
        font-size: 0.77rem;
    }

    #page-top #sec-village-info .village-info__container .village-info__map {
        margin-top: 0;
    }

    #page-top #sec-village-info .village-info__container .village-info__map img {
        width: 35px;
    }

    #page-top #sec-village-info .village-info__container .village-info__map span {
        display: none;
        font-size: 0.77rem;
    }

    #page-top #sec-village-info .village-info__container .village-info__icons {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 85px;
    }

    #page-top #sec-village-info .village-info__container .village-info__icons a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 80px;
        text-align: center;
        color: #3C3D32;
    }

    #page-top #sec-village-info .village-info__container .village-info__icons :is(.insta-icon, .map-icon, .note-icon) {
        width: 40px;
        margin: 0 15px;
    }

    #page-top #sec-village-info .village-info__container .village-info__icons .insta-icon {
        margin-top: 7px;
    }

    #page-top #sec-village-info .village-info__container .village-info__buttons {
        flex-basis: 60%;
        flex-direction: column;
        align-items: center;
        width: 200px;
    }

    #page-top #sec-village-info .village-info__container .village-info__buttons .button {
        -ms-grid-columns: 115px 1fr;
        grid-template-columns: 115px 1fr;
        text-align: center;
        width: 200px;
        margin: 7px 0;
    }

    #page-top #sec-village-info .village-info__container .village-info__buttons .button::after {
        margin: auto 22px auto 9px;
    }

    /* GOOD EAT CLUBって
    ---------------------------------------- */
    #page-top #sec-whats-good-eat-club .inner {
        width: 100%;
    }
    #page-top #sec-whats-good-eat-club .title_decorated .title__icon:nth-child(1) {
        background-color: #C0E8E3;
        border: solid 10px #C0E8E3;
        width: 60px;
        height: 60px;
        display: block;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%) translateX(-10px);
    }

    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container {
        flex-direction: column;
        margin: 40px 0 0;
    }

    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents {
        padding: 0 15px;
    }

    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents h3 {
        font-size: 0.77rem;
        text-align: center;
        margin: 20px 0 0;
    }

    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div {
        margin-top: 25px;
        margin-bottom: 25px;
        flex-direction: column;
        text-align: center;
    }

    /* pc-sp display switch */
    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div.forSP {
        display: flex;
    }

    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div .insta-icon {
        margin-right: 0;
        order: 2;
    }

    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents>div .button {
        order: 1;
        width: 225px;
        -ms-grid-columns: 145px 1fr;
        grid-template-columns: 145px 1fr;
        margin: 0 auto 25px;
    }

    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__contents .gec-logo {
        width: 100%;
        max-width: 365px;
        margin: auto;
        display: block;
    }

    #page-top #sec-whats-good-eat-club .whats-good-eat-club__container .whats-good-eat-club__display-image__mobile img {
        width: 100%;
        max-width: 360px;
    }


    /* 私たちが大切にしたいこと
    ---------------------------------------- */
    #page-top #sec-our-values .inner {
        margin-top: 60px;
    }

    #page-top #sec-our-values .title_decorated .title__icon:nth-of-type(1) {
        background-color: #256467;
        border: solid 10px #256467;
        width: 60px;
        height: 60px;
        display: block;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%) translateX(-10px);
    }

    #page-top #sec-our-values .our-values__container {
        -ms-grid-columns: 125px 1fr;
        grid-template-columns: 125px 1fr;
        margin: 40px 10px 65px;
    }

    #page-top #sec-our-values .our-values__container .our-values__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        width: 75%;
        padding: 0;
    }

    #page-top #sec-our-values .our-values__container .our-values__title {
        font-size: 0.88rem;
        line-height: 1.28rem;
        margin-left: 20px;
    }

    #page-top #sec-our-values .our-values__container .our-values__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        margin-top: 15px;
    }

    #page-top #sec-our-values .our-values__container .our-values__title span {
        line-height: 1.28rem;
        margin-bottom: 5px;
        font-size: 1.10rem;
    }

    /* 村長のごあいさつ
    ---------------------------------------- */
    #page-top #sec-greeting .greeting__image {
        width: 155px;
    }

    #page-top #sec-greeting .greeting__text {
        line-height: 2.2;
        letter-spacing: 0;
    }

    #page-top #sec-greeting .arrow-down {
        margin: 20px auto 0;
    }

    /* powered-by
    ---------------------------------------- */
    #page-top #sec-powered-by {
        padding-top: 30px;
    }

    #page-top #sec-powered-by h2 {
        font-size: 0.88rem;
    }

    #page-top #sec-powered-by .powered-by__container {
        flex-direction: column;
        margin-bottom: 0;
    }

    #page-top #sec-powered-by .powered-by__container p {
        margin: 20px 0 55px 30px;
        font-size: 0.77rem;
    }

    #page-top #sec-powered-by .powered-by__container .gec-logo {
        width: 100%;
        max-width: 365px;
    }

    /* フッター
    ---------------------------------------- */
    #page-top #footer .bg-figure {
        height: 180px;
        background-color: #E3FFE2;
        background-position-y: -1px;
        background-image: url(../images/top/bg-footer_sp.svg);
    }

    #page-top #footer ul {
        padding-top: 30px;
        top: 35%;
        left: 30%;
    }

    #page-top #footer ul li {
        display: block;
        line-height: 26px;
        text-align: left;
    }


    /* bg-figure
    ---------------------------------------- */
    #page-top #sec-village-info.village-info__1 .bg-figure {
        background-image: url(../images/top/bg-figure_01_sp.svg);
        height: 70px;
    }

    #page-top #sec-whats-good-eat-club .bg-figure {
        height: 120px;
        background-image: url(../images/top/bg-figure_02_sp.svg);
    }

    #page-top #sec-our-values .bg-figure {
        height: 100px;
        background-image: url(../images/top/bg-figure_03_sp.svg);
    }

    #page-top #sec-greeting .bg-figure {
        height: 70px;
        background-image: url(../images/top/bg-figure_04_sp.svg);
    }

    #page-top #sec-village-info.village-info__2 .bg-figure {
        height: 105px;
        margin-top: 0;
        background-image: url(../images/top/bg-figure_05_sp.svg);
    }
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 375px) {

    /* ページ内共通
    ---------------------------------------- */
    #page-top {
        font-size: 12px;
    }

    /* bg-figure
    ---------------------------------------- */
    #page-top #sec-village-info.village-info__1 .bg-figure {
        background-image: url(../images/top/bg-figure_01_sp.svg);
        height: 35px;
    }

    #page-top #sec-whats-good-eat-club .bg-figure {
        height: 60px;
    }

    #page-top #sec-our-values .bg-figure {
        height: 50px;
    }

    #page-top #sec-greeting .bg-figure {
        height: 35px;
    }

    #page-top #sec-village-info.village-info__2 .bg-figure {
        height: 52px;
    }
}

@media screen and (max-width: 374px) {

    /* ページ内共通
    ---------------------------------------- */
    #page-top .inner {
        padding: 0 15px;
    }

    /* メインビジュアル
    ---------------------------------------- */
    #page-top #mainvisual .main-visual__bottom h1 {
        font-size: 0.9rem;
    }

    /* 私たちが大切にしたいこと
    ---------------------------------------- */
    #page-top #sec-our-values .our-values__container {
        -ms-grid-columns: 95px 1fr;
        grid-template-columns: 95px 1fr;
        margin: 40px 5px 65px;
    }
}