@charset "utf-8";

/* 共通
***************************************************/

.pcHidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcHidden {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .spHidden {
        display: none !important;
    }
}


.main__block {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    /* position: relative; */
    margin-bottom: 0;
}

p {
    color: #333;
    line-height: 1.5;
}



h2.title {
    font-family: "Zen Old Mincho", serif;
    font-size: 6.0rem;
    text-align: center;
}

.sub-title {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.1rem;
    color: #0071bc;
    margin: 2rem auto;
}

@media screen and (max-width: 782px) {
    h2.title {
        font-size: 5rem;
    }
}


/* ボタン */
.cv {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-gradient {
    color: #333;
    border: 2px solid #fff;
    border-radius: 0;
    background-image: linear-gradient(to right, #faea70 0%, #fee140 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    width: 240px;
}

a.btn-gradient:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    color: #333;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}


.shop a.btn-gradient {
    background-image: linear-gradient(to right, #70e6fa 0%, #40feec 100%);
}


.btn-fl {
    display: flex;
    justify-content: space-around;
    width: 600px;
    margin: 0 auto;
}

@media screen and (max-width: 782px) {
    .btn-fl {
        display: block;
        width: 100%;
    }
}


/* ボタン */

/* main-visual
***************************************************/
h1.kv {
    z-index: 20;
    position: relative;
}

.cv01 {
    position: absolute;
    top: 2.5%;
    right: 5%;
    z-index: 20;
}

.cv01:hover {
    opacity: 0.95;
}

@media screen and (max-width: 1350px) {
    .cv01 img {
        width: 220px;
    }
}



@media screen and (max-width: 782px) {
    .cv01 {
        top: 6%;
        right: 25%;
    }

    .cv01 img {
        width: 200px;
    }
}




/* main
***************************************************/
.main__block {
    background-color: #57d1da;
}

.main-container {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    top: -50px;
    padding-bottom: 10rem;
}

@media screen and (max-width: 782px) {
    .main-container {
        padding-bottom: 2rem;
    }
}



/* about
***************************************************/
/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    right: 50%;
    top: 2%;
    writing-mode: vertical-rl;
}

/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #333;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

@media screen and (max-width: 782px) {
    .scroll::before {
        bottom: -100px;
        height: 60px;
    }
}


/* スクロールダウン↑ */

h2.heading {
    font-size: 2.8rem;
    color: #0071bc;
    text-align: center;
    margin: 0 auto 5rem;
    padding-top: 30rem;
}

.lead {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}

h4.sub-heading {
    font-family: "Zen Old Mincho", serif;
    font-size: 3.0rem;
    color: #0071bc;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    background: url(../images/waveB.png) bottom repeat-x;
    background-size: 110px;
    width: 350px;

}

.recoR {
    width: 450px;
}

ul.ank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 5rem;
    margin-bottom: 10rem;
}


ul.ank li {
    margin-bottom: 3rem;
    position: relative;
}

.ank_box {
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 20px;
}

.ank_title {
    font-family: "Zen Old Mincho", serif;
    font-size: 5rem;
    color: #fff;
    text-shadow: 1px 2px 3px #050a30;
    margin-right: 3rem;
}

.ank_box {
    display: flex;
    /* テキストと疑似要素を横並びにする */
    font-size: 60px;
    align-items: center;
    /* 上下中央に揃える */
}

.ank_box img {
    padding-top: 10px;
}


.ank_photo:hover {
    opacity: 0.8;
}

.ank_box::before {
    width: 0;
    height: 0;
    content: "";
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s;
}

li.ank-item:hover .ank_box::before {
    margin-right: 20px;
}

@media screen and (max-width: 900px) {
    h2.heading{
        padding-top: 40rem;
    }
    .ank-item {
        width: 45%;
    }
    h4.sub-heading{
        width: 218px;
        /* padding-top: 4rem; */
        padding-bottom: 3rem;

    }
}


@media screen and (max-width: 782px) {
    h2.heading{
        padding-top: 30rem;
    }
    .lead {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .ank-item {
        width: 43%;
    }

    .ank_title {
        font-size: 2.5rem;
        margin-right: 1rem;
    }

    .ank_box {
        bottom: 15px;
    }

    .ank_box img {
        width: 25px;
        padding-top: 4px;
    }

    .recoR {
        width: 320px;
        margin: 0 auto;
    }

    h4.sub-heading {
        width: 320px;
        font-size: 2.2rem;
        text-align: center;
    }

    .heading {
        margin-bottom: 3rem;
    }
}


/* recommended
***************************************************/
#recommended {
    position: relative;
}

.reco_item {
    display: flex;
    width: 80%;
    margin: 0 4rem 3rem 4rem;
}

.reco-text {
    position: absolute;
    top: -80px;
    right: 10px;
}

@media screen and (max-width: 782px) {
    .reco_item {
        display: block;
    }

    .reco-text {
        width: 45px;
        top: -40px;
    }
}


/* stay
***************************************************/
#stay {
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#stay h2.title {
    color: #fff;
    padding-top: 10rem;
    padding-bottom: 1rem;
    background: url(../images/waveW.png) bottom repeat-x;
    background-size: 90px;
    width: 300px;
    margin: 0 auto 2rem;
}

.sm {
    font-size: 4rem;
}

.sub-title {
    width: 280px;
    text-align: center;
}

.tw {
    width: 280px;
    height: 200px;
    margin: 0 auto;
}

#stay .tw {
    height: 150px;
}

#poppins .tw {
    height: 130px;
}


#stay .sm {
    font-size: 5rem;
}

@media screen and (max-width: 900px) {
    .tw {
    width: 210px;
}
.sub-title{
    width: 210px;
    font-size: 1.7rem;
}
}


@media screen and (max-width: 782px) {
    .tw {
    width: 280px;
}
    .sm {
        font-size: 1.5rem;
    }

    #stay .sm {
        font-size: 4rem;
    }

    .sub-title{
    width: 250px;
    font-weight: bold;
}
}



/* gourmet
***************************************************/
#gourmet h2.title {
    color: #0071bc;
    padding-top: 5rem;
    padding-bottom: 1rem;
    background: url(../images/waveB.png) bottom repeat-x;
    background-size: 90px;
    width: 300px;
    margin: 0 auto 2rem;
}


/* poppins
***************************************************/
#poppins {
    background-image: url(../images/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3rem;
}

#poppins h2.title {
    color: #fff;
    padding-top: 10rem;
    padding-bottom: 1rem;
    background: url(../images/waveW.png) bottom repeat-x;
    background-size: 90px;
    width: 300px;
    margin: 0 auto 2rem;
}


/* グルチケバナー
***************************************************/
.bnr {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.bnr::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.bnr:hover::before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* footer
***************************************************/
.fta {
    background-image: url(../images/bg-03.png);
    background-size: cover;
    text-align: center;
    background-position: top;
    padding-bottom: 5rem;
}

.kphttxt {
    text-align: center;
}

.linkList {
    width: 320px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.hash {
    margin-bottom: 3rem;
}

.SNS {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.SNS img {
    width: 45px;
}

.tel {
    font-size: 4.0rem;
}

@media screen and (max-width: 782px) {
    .tel {
        font-size: 3rem;
        margin-top: 2rem;
    }
}




/* スライダー
***************************************************/
/*==================================================
スライダーのためのcss
===================================*/
.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 5rem auto;
    padding-bottom: 10rem;
}


.sli {
    border: 1px solid #4d4d4d;
    background-color: #fff;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 35%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}


#poppins .slider {
    padding-bottom: 0;
    margin-bottom: 3rem;
}

@media screen and (max-width: 782px) {
    li.sli{
        width: 400px;
    }
}


/* グルメチケット
***************************************************/
.pop {
    position: fixed;
    right: 7%;
    bottom: 80px;
    width: 220px;
    height: 200px;
    z-index: 500 !important;
}

.pop_a img {
    position: absolute;
    bottom: -90px;
    right: -17px;
    transition: 1s all;
}

.pop:hover .pop_a img {
    transform: scale(1.1, 1.1);
    transition: 1s all;
}

.add-control .checkbox {
    display: none;
}

.action-close {
    position: relative;
}

.action-close .btn {
    position: absolute;
    top: -150px;
    right: -20px;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 8px 8px 8px;
    background: #061748;
    color: #fff;
    border-radius: 50px;
    line-height: 10px;
    font-weight: bold;
}

.add-control .checkbox {
    display: none;
}

.add-control .action-close #close:checked~.btn {
    display: none;
}

.add-control .action-close #close:checked~.box {
    display: none;
}

@media screen and (max-width: 768px) {
    .pop {
        right: 6%;
    }
}

/* グルメチケット 追従ボタン
***************************************************/

.float-button__wrap{
    display: none;
}

@media screen and (max-width: 782px) {

.float-button__wrap {
    display: none;
    width: 40px;
    height: 235px;
    position: fixed;
    bottom: 220px;
    right: 0px;
    z-index: 10;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #0071bc ;
    color: #fff;
    writing-mode: vertical-rl;
}
}

