@charset "utf-8";

.clearfix {
    display: block;
}

.sp {
    display: none;
}

img {
    vertical-align: middle;
}

body {
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    color: #000;
    /*font-family: 'Roboto', 'Noto Sans JP', sans-serif;*/
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
    box-sizing: border-box;
}

.serif {
    font-family: 'Noto Serif JP', serif;
}

/*------------------------------
fv
------------------------------*/

@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes zoomUp {

    /* 1.15倍させる指定 */
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img {
    background-size: cover;
    background-position: center bottom;
    /* 背景画像は中央を軸に表示させる */
    height: 100vh;
    /* 600pxの高さで表示させる */
}

.fv {
    width: calc(100% - 120px);
    margin: 60px auto;
    height: calc(100vh - 120px);
}

.fv h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    transform: translateY(-50%);
}

/*------------------------------
main
------------------------------*/

.box01 {
    text-align: center;
}

.box01 div:last-child {
    margin-top: 80px;
}

.box02 {
    background: url(../images/bg.jpg) no-repeat right center;
    background-attachment: fixed;
    height: 700px;
    position: relative;
    margin-top: 100px;
}

.box02 div {
    position: absolute;
    top: 0;
    left: 0;
}

.box03_title {
    text-align: center;
    background: #7994a2;
    color: #fff;
    font-size: 30px;
    line-height: 100px;
    letter-spacing: 1px;
}

.stay_wrap {
    max-width: 1000px;
    margin: 100px auto 0;
}

.stay_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0;
    border-bottom: 1px solid #000;
}

.stay_block:first-child {
    padding-top: 0;
}

.stay_block:nth-child(2) .stay_img,
.stay_block:nth-child(4) .stay_img {
    order: 1;
}

.stay_detail h3 {
    font-weight: 500;
    font-size: 24px;
    margin-top: 40px;
    line-height: 1.5;
}

.stay_detail p {
    margin-top: 20px;
    line-height: 1.8;
}

.stay_price {
    margin-top: 30px;
}

.stay_btn {
    margin-top: 40px;
}

.stay_btn a:hover {
    opacity: .8;
}

.hotel_btn {
    text-align: center;
    margin-top: 80px;
}

.hotel_btn a:hover {
    opacity: .8;
}

.furusato_btn {
    text-align: center;
    margin-top: 80px;
}

.furusato_btn a:hover {
    opacity: .8;
}

.box04 {
    background: url(../images/p03_bg.jpg) no-repeat center;
    height: 1000px;
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box05 {
    max-width: 1020px;
    margin: 100px auto 0;
}

.box05 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.box05 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.box05 ul li {
    margin: 0 10px;
}

.box05 ul li:nth-child(n+4) {
    margin-top: 20px;
}

.box05 ul li a:hover {
    opacity: .8;
}

.box06 {
    text-align: center;
    margin-top: 100px;
}

.box06 div:last-child {
    margin-top: 100px;
}

/*------------------------------
footer
------------------------------*/

footer {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 120px;
}

footer h2 {
    margin: 0 0 30px 0;
}

footer p:first-of-type {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 40px 0;
}

footer p:last-of-type {
    font-size: 14px;
    color: #bbbbbb;
}

/*@media screen and (max-width:1000px) {
    .box02 {
        background: url(../images/bg.jpg) no-repeat left center;
        background-attachment: scroll;
        background-size: 1100px;
        height: 500px;
        position: relative;
        margin-top: 100px;
    }

    .box02 div {
        left: -80px;
    }

    .box02 div img {
        height: 500px;
    }

}*/

/*------------------------------
スマホ
------------------------------*/

@media screen and (max-width:750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }


    /*------------------------------
fv
------------------------------*/

    @-webkit-keyframes zoomUp {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
        }
    }

    @keyframes zoomUp {

        /* 1.15倍させる指定 */
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
        }
    }

    .swiper-slide {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-slide-active .slide-img,
    .swiper-slide-duplicate-active .slide-img,
    .swiper-slide-prev .slide-img {
        /* 12秒かけて拡大させる */
        -webkit-animation: zoomUp 12s linear 0s;
        animation: zoomUp 12s linear 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .slide-img {
        background-size: cover;
        background-position: center center;
        /* 背景画像は中央を軸に表示させる */
        height: 100vh;
        /* 600pxの高さで表示させる */
    }

    .p_right {
        background-position: -60% center;
    }

    .fv {
        width: 100%;
        margin: 0;
        height: 100vh;
    }

    .fv h1 {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1;
        transform: translateY(-50%);
    }

    .fv h1 img {
        width: 80%;
    }

    /*------------------------------
main
------------------------------*/

    .box01 {
        text-align: center;
        margin-top: 15%;
    }

    .box01 div:last-child {
        margin-top: 10%;
    }

    .box02 {
        background: none;
        height: auto;
        position: static;
        margin-top: 10%;
    }

    .box02 div {
        position: static;
    }

    .box03_title {
        text-align: center;
        background: #7994a2;
        color: #fff;
        font-size: 20px;
        line-height: 80px;
        letter-spacing: 1px;
    }

    .stay_wrap {
        max-width: 94%;
        margin: 12% auto 0;
    }

    .stay_block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10% 0;
        border-top: 1px solid #000;
    }

    .stay_block:first-child {
        padding-top: 0;
        border-top: none;
    }

    .stay_block:nth-child(2) .stay_img,
    .stay_block:nth-child(4) .stay_img {
        order: 0;
    }

    .stay_img figure {
        margin-top: 5%;
    }

    .stay_detail h3 {
        font-weight: 500;
        font-size: 20px;
        margin-top: 8%;
        line-height: 1.5;
    }

    .stay_detail p {
        margin-top: 5%;
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
    }

    .stay_price {
        margin-top: 10%;
    }

    .stay_btn {
        width: 90%;
        margin: 10% auto 0;
    }

    .stay_btn a:hover {
        opacity: .8;
    }

    .hotel_btn {
        text-align: center;
        padding: 0 4%;
        margin-top: 10%;
    }

    .hotel_btn a:hover {
        opacity: .8;
    }

    .furusato_btn {
        text-align: center;
        margin-top: 10%;
    }

    .furusato_btn a:hover {
        opacity: .8;
    }

    .box04 {
        background: none;
        height: auto;
        margin-top: 15%;
        display: block;
    }

    .box05 {
        max-width: 1020px;
        margin: 15% auto 0;
    }

    .box05 h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
    }

    .box05 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 8%;
    }

    .box05 ul li {
        margin: 5% 0 0;
    }

    .box05 ul li:first-child {
        margin-top: 0;
    }

    .box05 ul li:nth-child(n+4) {
        margin-top: 5%;
    }

    .box05 ul li a:hover {
        opacity: .8;
    }

    .box06 {
        text-align: center;
        margin-top: 15%;
    }

    .box06 div:last-child {
        margin-top: 10%;
    }

    /*------------------------------
footer
------------------------------*/
    footer {
        width: 100%;
        margin: 15% auto 0;
        padding: 25px 15px;
        text-align: center;
        box-sizing: border-box;
    }

    footer h2 {
        width: 60%;
        margin: 0 auto 15px;
    }

    footer p:first-of-type {
        font-size: 10px;
        line-height: 2;
        margin: 0 0 20px 0;
    }

    footer p:last-of-type {
        font-size: 10px;
        color: #bbbbbb;
    }
}