#lead {
    padding: 35.5vw 0 20vw;
    position: relative;
}
#lead::before {
    content: "";
    background: url(../img/visit/lead_deco1.png) no-repeat left top/100% auto;
    width: 39.7333333333%;
    position: absolute;
    top: -10vw;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#lead::after {
    content: "";
    background: url(../img/visit/lead_deco2.png) no-repeat right bottom/100% auto;
    width: 55.3333333333%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 9vw;
    z-index: -1;
}
#lead h2 {
    position: absolute;
    top: -24vw;
    right: 10%;
    z-index: 2;
}
#lead h2 span {
    margin-top: 6vw;
}
#lead .txt {
    margin: 13vw auto 0;
    line-height: 34px;
    height: 55vw;
}
#lead2 {
    position: relative;
}
#lead2 h2 {
    font-size: 4.8vw;
    position: absolute;
    left: 5%;
    bottom: 8vw;
    z-index: 2;
    color:#fff
}
#view {
    padding: 27vw 0 26vw;
    background: #fff9f5;
}
#view .box {
    position: relative;
    padding: 13.5vw 8.5% 13vw;
    background:
        url(../img/shared/marriage_box_top.png) no-repeat center top/100% auto,
        url(../img/shared/marriage_box_bot.png) no-repeat center bottom/100% auto,
        url(../img/index/marriage_bg_deco.png) repeat left top/15% auto;
}
#view .box::before {
    content: "";
    border-left: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    position: absolute;
    top: 5vw;
    right: 0;
    bottom: 5vw;
    left: 0;
}
#view .box::after {
    content: "";
    background: url(../img/visit/view_deco.png) no-repeat center top/100% auto;
    position: absolute;
    top: 9vw;
    right: 0;
    bottom: 0;
    left: 0;
}
#view .box h2 {
    margin: 0 auto 10vw;
    position: relative;
    z-index: 2;
}
#view .box h2 span {
    display: inline-block;
    font-size: 8.53vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--blue);
    padding: 6vw 7% 3vw;
    background: #fff;
    border: 1px solid var(--blue);
}
#view .box .content .item:not(:last-child) {
    margin-bottom: 12vw;
}
#view .box .content .item .gr-txt {
    margin-top: 2vw;
}
#view .box .content .item .gr-txt h3 {
    font-size: 6.4vw;
    letter-spacing: 0.025em;
    margin-bottom: 1.5vw;
    line-height: 1.7;
}
#view .box .content .item .gr-txt .txt {
    color: var(--salmon);
}
#view .box .content .item .gr-txt .gr-btn {
    margin: 4vw 0 0;
}
#view .box .content .item .gr-txt .gr-btn li {
    margin: 0;
}
#view .box .content .item .gr-txt .gr-btn li:not(:last-child) {
    margin-bottom: 2.5vw;
}
#view .box .content .item2 .gr-txt {
    margin-top: 4vw;
}
#view .box .content .item3 .gr-txt {
    margin-top: 3vw;
}
#view .box .content .item3 .gr-txt h3 {
    margin: 0 -8% 2vw;
}
#view .box .content .item4 .gr-txt h3 {
    margin-bottom: 2.5vw;
}
#gosyuin {
    padding: 25vw 0;
}
#gosyuin .js {
    margin: 7vw 0 6vw;
}
#gosyuin .gr-txt h3 {
    margin-bottom: 4vw;
}
#map {
    background: #fff8f4;
    padding: 22vw 0 27vw;
}
#map .set1 {
    margin-bottom: 10vw;
}
#map .set1 h2 {
    margin-bottom: 5vw;
    letter-spacing: 0.2em;
}
#map .set2 {
    --f-columns: 2;
    --f-gap: 7%;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: -8.5vw;
}
#map .set2 .item {
    margin-left: var(--f-gap);
    margin-bottom: 8.5vw;
    width: calc(100% / var(--f-columns) - var(--f-gap));
}
#map .set2 .item .gr-pt {
    position: relative;
}
#map .set2 .item .gr-pt .photo img {
    border-radius: 5px;
}
#map .set2 .item .gr-pt .num {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Shippori Mincho";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
    background: var(--blue);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#map .set2 .item .gr-pt .zoom-button {
    font-size: 0;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 4px;
    width: 5vw;
}
#map .set2 .item .gr-txt {
    margin-top: 3vw;
}
#map .set2 .item .gr-txt h3 {
    font-family: "Shippori Mincho";
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.5;
    color: var(--blue);
    margin-bottom: 4vw;
}
#map .set2 .item .gr-txt .txt {
    font-size: 14px;
    line-height: 24px;
}
#tourism {
    padding: 23vw 0 17vw;
}
#tourism h2 {
    margin-bottom: 5vw;
}
#tourism .set1 .txt {
    margin-top: 3vw;
}
#tourism .set2 {
    margin: 9vw 5% 0 3%;
}
#tourism .set2 .item {
    display: flex;
    align-items: flex-start;
}
#tourism .set2 .item:not(:last-child) {
    margin-bottom: 2.5vw;
}
#tourism .set2 .item:nth-child(2n) {
    flex-direction: row-reverse;
}
#tourism .set2 .item:nth-child(2n) h3 {
    text-align: right;
    margin: 0 -5% 0 auto;
    padding-left: 8%;
}
#tourism .set2 .item .photo {
    width: 40vw;
    height: 40vw;
}
#tourism .set2 .item .photo img {
    border-radius: 50%;
}
#tourism .set2 .item h3 {
    margin-left: -5%;
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    background: #fff8f4;
    font-family: "Shippori Mincho";
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: var(--salmon);
    line-height: 1.4;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 10%;
    white-space: nowrap;
}
#spot {
    background: #fff8f4;
    padding: 25vw 0;
}
#spot h2 {
    font-size: 6.4vw;
    margin-bottom: 21vw;
    line-height: 1.3;
}
#spot .js .slick-arrow {
    top: -17vw;
    width: 44px;
    height: 44px;
}
#spot .js .slick-arrow.slick-prev {
    left: 20%;
    background: url(../img/visit/prev.png) no-repeat 0 0/100% auto;
}
#spot .js .slick-arrow.slick-next {
    right: 20%;
    background: url(../img/visit/next.png) no-repeat 0 0/100% auto;
}
#spot .js .slick-dots {
    position: absolute;
    top: -15vw;
    left: 50%;
    transform: translateX(-50%);
}
#spot .js .item {
    width: 64vw !important;
    margin: 0 5vw;
}
#spot .js .item .photo img {
    border-radius: 15px;
}
#spot .js .item .gr-txt {
    margin-top: 13px;
}
#spot .js .item .gr-txt .gr-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#spot .js .item .gr-txt .gr-header dt {
    font-size: 3vw;
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 0 4px;
    line-height: 19px;
    text-align: center;
}
#spot .js .item .gr-txt .gr-header dd {
    flex: 1;
    margin: -2px 0 0 10px;
    font-family: "Shippori Mincho";
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.025em;
}
#movie {
    position: relative;
    height: 115vw;
}
#movie h2 {
    font-size: 6.4vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.7;
    position: absolute;
    top: 16vw;
    right: 10%;
    z-index: 2;
    color: #fff;
}
#movie .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#movie .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#access {
    padding-top: 13vw;
}
@media screen and (min-width: 768px) {
    #lead {
        padding: 132px 0 78px;
    }
    #lead::before {
        top: -37px;
    }
    #lead::after {
        bottom: 35px;
    }
    #lead h2 {
        top: -92px;
        right: 36px;
    }
    #lead h2 span {
        margin-top: 25px;
    }
    #lead .txt {
        margin: 50px auto 0;
        height: 206px;
    }
    #lead2 h2 {
        font-size: 18px;
        left: 18px;
        bottom: 31px;
        line-height: 31px;
    }
    #view {
        padding: 100px 0 100px;
    }
    #view .box {
        padding: 51px 27px 47px;
    }
    #view .box::before {
        top: 20px;
        bottom: 20px;
    }
    #view .box::after {
        top: 36px;
    }
    #view .box h2 {
        margin: 0 auto 36px;
    }
    #view .box h2 span {
        font-size: 32px;
        padding: 22px 12px 13px;
    }
    #view .box .content .item:not(:last-child) {
        margin-bottom: 44px;
    }
    #view .box .content .item .gr-txt {
        margin-top: 6px;
    }
    #view .box .content .item .gr-txt h3 {
        font-size: 24px;
        margin-bottom: 7px;
        line-height: 40px;
    }
    #view .box .content .item .gr-txt .gr-btn {
        margin: 13px 0 0;
    }
    #view .box .content .item .gr-txt .gr-btn li {
        margin: 0;
    }
    #view .box .content .item .gr-txt .gr-btn li:not(:last-child) {
        margin-bottom: 10px;
    }
    #view .box .content .item2 .gr-txt {
        margin-top: 14px;
    }
    #view .box .content .item3 .gr-txt {
        margin-top: 11px;
    }
    #view .box .content .item3 .gr-txt h3 {
        margin: 0 -20px 12px;
    }
    #view .box .content .item4 .gr-txt {
        margin-top: 11px;
    }
    #view .box .content .item4 .gr-txt h3 {
        margin-bottom: 10px;
    }
    #gosyuin {
        padding: 99px 0;
    }
    #gosyuin .js {
        margin: 37px 0 19px;
    }
    #gosyuin .gr-txt h3 {
        margin-bottom: 17px;
    }
    #map {
        padding: 86px 0 100px;
    }
    #map .set1 {
        margin-bottom: 40px;
    }
    #map .set1 h2 {
        margin-bottom: 26px;
    }
    #map .set2 {
        --f-gap: 23px;
        margin-bottom: -31px;
    }
    #map .set2 .item {
        margin-bottom: 31px;
    }
    #map .set2 .item .gr-pt .zoom-button {
        width: 17px;
    }
    #map .set2 .item .gr-pt .zoom-button:hover {
        opacity: 0.7;
    }
    #map .set2 .item .gr-txt {
        margin-top: 9px;
    }
    #map .set2 .item .gr-txt h3 {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 12px;
    }
    #tourism {
        padding: 94px 0 60px;
    }
    #tourism h2 {
        margin-bottom: 25px;
    }
    #tourism .set1 .txt {
        margin-top: 12px;
    }
    #tourism .set2 {
        margin: 34px 15px 0 10px;
    }
    #tourism .set2 .item:not(:last-child) {
        margin-bottom: 10px;
    }
    #tourism .set2 .item:nth-child(2n) h3 {
        margin: 0 -21px 0 auto;
        padding-left: 19px;
    }
    #tourism .set2 .item .photo {
        width: 150px;
        height: 150px;
    }
    #tourism .set2 .item h3 {
        margin-left: -21px;
        font-size: 18px;
        line-height: 25px;
        padding-left: 34px;
        width: 150px;
        height: 150px;
    }
    #spot {
        padding: 98px 0;
    }
    #spot h2 {
        font-size: 24px;
        margin-bottom: 74px;
        line-height: 32px;
    }
    #spot .js .slick-arrow {
        top: -63px;
    }
    #spot .js .slick-dots {
        top: -55px;
    }
    #spot .js .item {
        width: 240px !important;
        margin: 0 15px;
    }
    #spot .js .item .gr-txt {
        margin-top: 11px;
    }
    #spot .js .item .gr-txt .gr-header {
        margin-bottom: 10px;
    }
    #spot .js .item .gr-txt .gr-header dt {
        font-size: 12px;
    }
    #spot .js .item .gr-txt .gr-header dd {
        font-size: 18px;
    }
    #movie {
        height: 430px;
    }
    #movie h2 {
        font-size: 24px;
        line-height: 42px;
        top: 58px;
        right: 38px;
    }
    #access {
        padding-top: 48px;
    }
}
