@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : spot.css
Description :
===================================================================== */


/* ********************************************************************
        ストーリー
******************************************************************** */
.spot h2 {
    width: calc(477 / 630 * 100%);
    margin: 0 auto calc(20 / 630 * 100%);
}

.spot .spot_rst_photo {
    position: relative;
    background: url(../images/spot/bg_img_spot.jpg) no-repeat center;
    background-size: contain;
    padding: calc(60 / 630 * 100%);
    width: calc(750 / 630 * 100%);
    margin-left: calc(-55 / 630 * 100%);
}

.spot .spot_rst .img_txt {
    margin: calc(20 / 630 * 100%) 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}

.spot_food {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc(120 / 630 * 100%) 0 calc(40 / 630 * 100%);
}

.spot_food::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/spot/ico_fs_sp.png) no-repeat center;
    background-size: contain;
    width: calc(120 / 630 * 100%);
    padding-top: calc(110 / 630 * 100%);
}

.spot_food::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #dcf6f5;
    width: calc(750 / 630 * 100%);
    padding-top: calc(180 / 630 * 100%);
    margin-left: calc(-60 / 630 * 100%);
    z-index: 1;
}

.spot_food li {
    position: relative;
    z-index: 2;
    width: calc(300 / 630 * 100%);
}

.spot_food li:nth-child(2n) {
    margin-left: calc(30 / 630 * 100%);
}

.spot_food li:not(:nth-child(-n+2)) {
    margin-top: calc(30 / 630 * 100%);
}

.spot_food dd {
    text-align: center;
    font-size: 1rem;
    margin-top: calc(40 / 630 * 100%);
}

.spot .spot_txt {
    background-color: #dcf6f5;
    padding: calc(30 / 750 * 100%) 0 calc(120 / 750 * 100%);
}

.spot .spot_txt h3 {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px dotted #766862;
    text-align: center;
    padding-bottom: calc(50 / 630 * 100%);
    margin-bottom: calc(50 / 630 * 100%);
}

.spot .spot_txt h3 span {
    font-weight: bold;
}

.spot .spot_txt h3 .green {
    display: block;
}

.bg_bebel {
    margin-top: calc(50 / 630 * 100%);
    position: relative;
}

.bg_bebel::before,
.bg_bebel::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    right: calc(-60 / 630 * 100%);
    border-style: solid;
    border-width: 25px 25px 0 40px;
    border-color: transparent #dcf6f5 transparent transparent;
    z-index: 2;
}

.bg_bebel::after {
    left: calc(-60 / 630 * 100%);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.spot .spot_txt .bebel_box {
    padding: calc(80 / 630 * 100%) calc(60 / 630 * 100%) calc(150 / 630 * 100%);
}

.spot .spot_txt .bebel_box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: calc(120 / 750 * 100%);
    background: url(../images/common/bg_stripe_blue.jpg) repeat center;
}

.spot .spot_txt dl {
    margin-bottom: calc(40 / 630 * 100%);
    text-align: center;
    font-size: 1.2rem;
}

.spot .spot_txt dl a {
    color: #665852;
    overflow-wrap: break-word;
}

.spot .spot_txt dt {
    margin-bottom: .3em;
}

.spot .img2 .spot_img {
    margin-top: calc(50 / 630 * 100%);
}

.spot .spot_txt .url {
    text-decoration: underline;
}


@media screen and (min-width: 768px) {
    .spot .inner {
        max-width: 800px !important;
    }

    .spot h2 {
        width: calc(358 / 800 * 100%);
        margin: 0 auto calc(50 / 800 * 100%);
    }

    .spot .spot_rst_photo {
        padding: calc(60 / 800 * 100%) calc(100 / 800 * 100%);
        width: 100%;
        margin: 0 auto;
    }

    .spot .spot_rst .img_txt {
        position: relative;
        margin: 0 auto;
        padding: calc(50 / 800 * 100%) 0;
        font-size: 1.6rem;
        width: calc(555 / 800 * 100%);
    }

    .spot .spot_rst .img_txt::before {
        content: '';
        position: absolute;
        background: url(../images/spot/ico_fork_pc.png) no-repeat center;
        background-size: contain;
        width: calc(120 / 555 * 100%);
        padding-top: calc(100 / 555 * 100%);
        left: 0;
        bottom: 0;
    }

    .spot .spot_rst .img_txt::after {
        content: '';
        position: absolute;
        background: url(../images/spot/ico_spoon_pc.png) no-repeat center;
        background-size: contain;
        width: calc(120 / 555 * 100%);
        padding-top: calc(100 / 555 * 100%);
        right: 0;
        bottom: 0;
    }

    .spot_food {
        padding: 0 0 calc(20 / 800 * 100%);
    }

    .spot_food::before {
        display: none;
    }

    .spot_food::after {
        width: 150vw;
        padding-top: calc(180 / 800 * 100%);
        margin-left: -50vw;
    }

    .spot_food li {
        width: calc(375 / 800 * 100%);
    }

    .spot_food li:nth-child(2n) {
        margin-left: calc(48 / 800 * 100%);
    }

    .spot_food li:not(:nth-child(-n+2)) {
        margin-top: calc(50 / 800 * 100%);
    }

    .spot_food dd {
        font-size: 1.3rem;
        margin-top: calc(40 / 800 * 100%);
    }

    .spot .spot_txt {
        padding: 40px 0 130px;
    }

    .spot .spot_txt h3 {
        font-size: 2.4rem;
        padding-bottom: calc(40 / 800 * 100%);
        margin-bottom: calc(40 / 800 * 100%);
    }

    .spot .spot_txt h3 span {}

    .bg_bebel {
        margin-top: calc(40 / 800 * 100%);
    }

    .bg_bebel::before,
    .bg_bebel::after {
        right: 0;
        border-style: solid;
        border-width: 40px 40px 0 50px;
        border-color: transparent #dcf6f5 transparent transparent;
        z-index: 2;
    }

    .bg_bebel::after {
        left: 0;
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .spot .spot_txt .bebel_box {
        width: 100%;
        margin-left: 0;
        padding: calc(50 / 800 * 100%) calc(50 / 800 * 100%) calc(100 / 800 * 100%);
    }

    .spot .spot_txt .bebel_box::before {
        padding-top: calc(100 / 800 * 100%);
        background: url(../images/common/bg_stripe_blue.jpg) repeat center;
    }

    .spot .spot_txt dl {
        margin-bottom: calc(20 / 800 * 100%);
        text-align: left;
        font-size: 1.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .spot .spot_txt dt {
        position: relative;
        width: calc(200 / 800 * 100%);
        margin-bottom: .3em;
        text-align: right;
        padding-right: calc(25 / 800 * 100%);
        margin-right: calc(15 / 800 * 100%);
    }

    .spot .spot_txt dt::before {
        content: '：';
        position: absolute;
        right: 0;
        top: 0;
        margin: auto;
        color: #766862;
    }

    .spot .spot_txt dd {
        width: calc(580 / 800 * 100%);
    }

    .spot .img2 .spot_img {
        margin-top: calc(100 / 800 * 100%);
    }
}



/* ********************************************************************
        バックナンバー
******************************************************************** */
.back {
    background-color: #f2efeb;
}

.back h2 {
    width: calc(330 / 630 * 100%);
}

.back ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: calc(150 / 630 * 100%);
}

.back ul li {
    position: relative;
    width: calc(300 / 630 * 100%);
}

.back ul li:not(:nth-child(-n+2)) {
    margin-top: calc(30 / 630 * 100%);
}

.back ul li span {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    padding: 2px 10px;
    font-size: 1rem;
    background: linear-gradient(315deg, transparent 4px, #4AD5CD 4px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .back h2 {
        width: calc(250 / 1000 * 100%);
    }

    .back ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: calc(150 / 1000 * 100%);
    }

    .back ul li {
        width: calc(230 / 1000 * 100%);
    }

    .back ul li a:hover {
        opacity: .7;
    }

    .back ul li:not(:nth-child(-n+4)) {
        margin-top: calc(30 / 1000 * 100%);
    }

    .back ul li:not(:nth-child(4n)):not(:last-child) {
        margin-right: calc(20 / 1000 * 100%);
    }

    .back ul li:nth-child(-n+4) {
        margin-top: 0 !important;
    }

    .back ul li span {
        padding: 2px 15px;
        font-size: 1.4rem;
        background: linear-gradient(315deg, transparent 5px, #4AD5CD 5px);
        background-position: bottom left, bottom right, top right, top left;
        background-repeat: no-repeat;
    }

}
