/*-------------------------
  keyvisual
---------------------------*/

.keyvisual {
    height: auto;
    position: relative;
}

.keyvisual .visual {
    width: 100%;
    height: 75vh !important;
    max-height: 710px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.message-block {
    text-align: right;
}

.message-txt {
    font-family: YakuHanJPs, "Prata", serif;
    font-size: 9rem;
    line-height: 1.3;
    letter-spacing: 1.3rem;
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: #fff;
    white-space: nowrap;
}

.message-txt span {
    color: #860e0f;
}

@media screen and (max-width: 768px) {
    .keyvisual .visual {
        height: 200px !important;
    }

    .message-txt {
        font-family: YakuHanJPs, "Prata", serif;
        font-size: 3rem;
        line-height: 1.3;
        letter-spacing: 1.3rem;
        position: absolute;
        right: 0;
        bottom: 15px;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .keyvisual {
        text-align: center;
    }

    .keyvisual .direction {
        bottom: calc(0% - 120px);
    }
}

/*-------------------------
  intro
---------------------------*/

.intro {
    padding-top: 13px;
}

.intro .f_26 {
    padding-bottom: 18px;
}

@media screen and (max-width: 1300px) {
    .intro {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .intro {
        padding-top: 35px;
    }
}

@media screen and (max-width: 319px) {
    .intro .f_26 span {
        letter-spacing: 0.6rem;
    }
}

/*-------------------------
  about
---------------------------*/

.about .inner {
    position: relative;
    padding: 0 0 50px 2.5%;
    background: linear-gradient(90deg,
            #eaeaea 0%,
            #eaeaea 80%,
            #d9d4d0 20%,
            #d9d4d0 100%);
}

.about h2 {
    position: absolute;
    top: 115px;
}

.about img {
    display: block;
    margin-left: auto;
    max-width: 900px;
    min-height: 400px;
    width: calc(100% - 295px);
    object-fit: cover;
}

.about .txt {
    background: #860e0f;
    color: #fff;
    padding: 50px 2.5% 55px;
    position: absolute;
    top: 210px;
    width: 30%;
    min-width: 560px;
    min-height: 310px;
}

.about .f_26 {
    color: #fff;
    margin-bottom: 35px;
}

@media screen and (max-width: 1300px) {
    .about .inner {
        background: linear-gradient(90deg,
                #eaeaea 0%,
                #eaeaea 73.5%,
                #d9d4d0 26.5%,
                #d9d4d0 100%);
    }
}

@media screen and (max-width: 1140px) {
    .about h2 {
        top: 45px;
    }

    .about .txt {
        padding: 35px 2.5% 50px;
        top: 150px;
    }
}

@media screen and (max-width: 767px) {
    .about .inner {
        width: 100%;
        padding: 0;
    }

    .about h2,
    .about .txt {
        position: static;
    }

    .about img {
        width: 100%;
    }

    .about .txt {
        min-width: 100%;
    }

    .about .f_26 {
        color: #fff;
        margin-bottom: 20px;
    }

    .about .txt {
        min-height: auto;
    }
}

@media screen and (max-width: 280px) {
    .about h2 {
        padding: 0;
    }
}

/*-------------------------
  movie
---------------------------*/
.movie {
    padding: 0 0 80px 2.5%;
    text-align: center;
}

.movie h2 {
    margin-bottom: 20px;
}

.movie video {
    width: 800px;
}

@media screen and (max-width: 767px) {
    .movie video {
        width: 300px;
    }
}

/*-------------------------
  menu
---------------------------*/
.menu {
    background: #d0cac5;
}

.menu .food_inner {
    padding: 0 2.5% 45px 2.5%;
    position: relative;
}

.menu h2 {
    position: absolute;
    top: 50px;
}

.menu .w_60 {
    width: 60%;
    height: 570px;
    object-fit: cover;
}

.menu .w_40 {
    width: 40%;
    height: 275px;
    object-fit: cover;
}

.food2 {
    float: right;
    margin-top: 35px;
}

.food1 {
    position: absolute;
    left: 2.5%;
    top: 150px;
}

.food_p {
    padding-top: 480px;
    width: 35%;
}

.menu .drink_inner {
    padding: 0 2.5% 50px 2.5%;
    position: relative;
    clear: both;
}

.drink1 {
    position: absolute;
    top: 60px;
    right: 2.5%;
}

.drink_inner .txt {
    float: right;
    width: 35%;
    padding-top: 400px;
}

.menu .btn {
    margin-top: 25px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .menu .w_60 {
        height: 500px;
    }

    .menu .w_40 {
        height: 210px;
    }

    .food_p {
        padding-top: 414px;
    }

    .drink_inner .txt {
        padding-top: 330px;
    }
}

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

    .menu .food_inner,
    .menu .drink_inner {
        padding: 0 0 10px 0;
        text-align: center;
    }

    .menu h2 {
        position: static;
        padding-left: 0;
    }

    .menu .w_60 {
        margin-top: 10px;
        height: 375px;
    }

    .menu p,
    .menu .btn {
        padding: 0 2.5%;
    }

    .menu p,
    .drink_inner .txt {
        width: 100%;
    }

    .drink_inner .txt {
        float: none;
        padding-top: 0;
    }

    .menu p {
        padding-top: 35px;
    }
}

/*-------------------------
  gallery
---------------------------*/

.gallery .inner {
    padding: 0 5% 0;
    position: relative;
    text-align: center;
}

.gallery h2 {
    text-align: left;
    padding-bottom: 10px;
}

.gallery .flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 11px;
}

.gallery .flex .box {
    width: 49.5%;
    height: auto;
    overflow: hidden;
}

.gallery .flex img {
    transition: 1s all;
}

.gallery .flex img:hover {
    transform: scale(1.08, 1.08);
}

.gallery p {
    line-height: 2.5;
    margin: 40px 0 25px;
}

@media screen and (max-width: 1300px) {
    .gallery .inner {
        padding: 0 2.5%;
    }
}

@media screen and (max-width: 767px) {
    .gallery .inner {
        padding: 0;
    }

    .gallery h2 {
        padding-left: 2.5%;
        padding-bottom: 0;
    }

    .gallery .flex {
        margin-bottom: 0;
    }

    .gallery .flex .box {
        width: 50%;
    }

    .gallery .flex .box img {
        height: 150px;
        object-fit: cover;
    }

    .gallery p {
        padding: 0 2.5%;
    }

    .gallery .flex img:hover {
        transform: scale(1, 1);
    }
}

@media screen and (max-width: 480px) {
    .gallery h2 {
        letter-spacing: 1rem;
        padding: 0 0 0 2.5%;
    }

    .gallery .f_26 {
        display: block;
    }

    .gallery p {
        margin: 35px 0 20px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 280px) {
    .gallery h2 {
        padding: 0;
    }
}

/*-------------------------
  access
---------------------------*/

.access .inner {
    padding: 25px 2.5% 55px 2.5%;
    background: #eaeaea;
    text-align: center;
}

.access h2 {
    padding: 10px;
}

.access .flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.address {
    width: 50%;
    padding: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    background: #860e0f;
}

.access iframe {
    width: 50%;
}

.address img {
    margin-bottom: 25px;
}

.address p {
    margin-bottom: 10px;
    font-weight: 500;
}

.address .name {
    font-size: 2rem;
    letter-spacing: 0.8rem;
    font-weight: bold;
}

.address .tel {
    font-size: 1.7rem;
    font-weight: bold;
}

.access .btn {
    margin: 45px 0 0;
}

.table {
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 23px 2% 20px;
    border-bottom: dotted 1px #9d8b85;
}

.table_item_left {
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-weight: bold;
    font-feature-settings: "palt";
}

.recommendation {
    font-size: 1.6rem;
}

.recommendation span {
    font-size: 1.4rem;
}

.icon img {
    width: 32px;
    height: auto;
    margin-right: 10px;
    display: inline-block;
}

.table_item_left02 {
    font-size: 1.4rem;
    font-weight: 600;
    flex: 0 0 30%;
    font-feature-settings: "palt";
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    flex: 0 0 70%;
    font-feature-settings: "palt";
}

.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
}

.table_item_right {
    font-size: 1.5rem;
    font-weight: bold;
    flex: 0 0 25%;
    text-align: right;
    font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
    .access .flex01 {
        display: block;
    }

    .access h2 {
        padding: 0;
    }

    .address,
    .access_container iframe,
    .access iframe {
        width: 100%;
    }

    iframe {
        height: 350px;
    }

    .address {
        padding: 20px 2.5% 15px;
    }

    .address .tel {
        font-size: 1.5rem;
    }

    .table_tel_link {
        text-decoration: underline;
    }

}

@media screen and (max-width: 480px) {
    .access .inner {
        padding: 20px 0 35px;
    }

    .address p {
        margin-bottom: 5px;
        font-size: 1.3rem;
    }

    .access .btn {
        margin: 25px 0 0;
    }
}

/*-------------------------
  btn
---------------------------*/

.btn {
    display: inline-block;
    font-family: YakuHanJPs, "Red Rose", cursive;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    transition: 0.3s;
}

.btn:hover {
    letter-spacing: 0.5rem;
}

.btn span {
    color: #860e0f;
}

.btn .arrow {
    background: #860e0f;
    padding: 4px 7px 4px 4px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.arrow img {
    display: block;
    width: 20px;
}

/*-------------------------
  news
---------------------------*/
.top-news {
    padding: 30px 10% 100px 10%;
}

.top-news h2 {
    text-align: center;
}

.CMS-NEWS-ITEM a {
    text-decoration: underline;
}

/*-------------------------
  slider
---------------------------*/
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 400px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    width: 100%;
    height: auto;
}

.slick-slide.moving {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/*-------------------------
  sns
---------------------------*/
.top_sns_share {
    text-align: center;
    display: flex;
    max-width: 980px;
    margin: 100px auto 0 auto;
}

.top_sns_share_list {
    width: 30%;
    height: 500px;
    margin: auto;
    vertical-align: top;
}

.top_sns_share h2 {
    font-size: 5rem;
    margin-bottom: 20px;
}

.top_sns_share_list-insta {
    width: 30%;
    height: 300px;
    margin: auto;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .top_sns_share {
        display: block;
    }

    .top_sns_share_list {
        width: 100%;
    }

    .top_sns_share_list-insta {
        width: 100%;
    }

    .top_sns_share h2 {
        font-size: 4rem;
        margin: auto;
        margin-bottom: 20px;
    }

    .top_sns_share > .top_sns_share_list:first-of-type {
        margin-bottom: 60px;
    }

    .twitter-timeline {
        margin: 0 auto;
    }
}

/*TOP予約カレンダー*/

.CMS-RESERVATION-CALENDAR {
    max-width: 960px;
    margin: 50px auto 40px;
    width: 90%;
}

@media screen and (max-width: 767px) {
    .CMS-RESERVATION-CALENDAR {
        width: 100%;
        margin: 50px 0px;
    }
}

.footerInfoWrap .contentsInner .footerInfo {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.about .inner .txt .btn {
    display: inline-block;
    font-family: YakuHanJPs, "Red Rose", cursive;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    transition: 0.3s;
    margin-top: 1rem;
    float: right;
}

.about .inner .txt .btn:hover {
    letter-spacing: 0.5rem;
}

.about .inner .txt .btn span {
    color: #fff;
}

.about .inner .txt .btn .arrow {
    background: #860e0f;
    padding: 4px 7px 4px 4px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.about .inner .txt .btn .arrow img {
    display: block;
    width: 20px;
    min-height: 0 !important;
}

.top-reserve h2 {
    text-align: center;
    line-height: 1;
}

.top-reserve .CMS-RESERVATION-CALENDAR {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .top-reserve .CMS-RESERVATION-CALENDAR {
        width: 95%;
        margin: 0 auto;
    }
}

.top_insta {
    padding: 80px 0;
}

.top_insta h2 {
    text-align: center;
}

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

    .access_container iframe,
    .access iframe {
        width: 100% !important;
    }

    .top_insta {
        padding: 60px 0 30px;
    }
}




/* インスタ連携用CSS */

.insta_wrap {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
}

.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
}

.CMS-INSTAGRAM-LIST a {
    display: inline-block;

    /* calc(100/横に並べたい枚数% - 左右の余白　*　余白の数) */

    /* ↓2枚並び */
    /* width: calc(50% - 10px * 1/2); */

    /* ↓3枚並び */
    width: calc(33.33333333333% - 10px * 2/3);

    /* ↓4枚並び */
    /* width: calc(25% - 10px * 3/4); */

    margin-right: 10px;
    margin-top: 10px;
}

/* nth-child(横並びの枚数) */

/* ↓2枚並びの時 */
/* .CMS-INSTAGRAM-LIST a:nth-child(2n) {
    margin-right: 0;
  }
  .CMS-INSTAGRAM-LIST a:nth-child(-n+2) {
    margin-right: 0;
  } */

/* ↓3枚並び */
.CMS-INSTAGRAM-LIST a:nth-child(3n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST a:nth-child(-n+3) {
    margin-top: 0;
}

/* ↓4枚並びの時 */
/* .CMS-INSTAGRAM-LIST a:nth-child(4n) {
    margin-right: 0;
  }
  .CMS-INSTAGRAM-LIST a:nth-child(-n+4) {
    margin-right: 0;
  } */

.CMS-INSTAGRAM-LIST a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CMS-INSTAGRAM-LIST a:nth-of-type(7),
.CMS-INSTAGRAM-LIST a:nth-of-type(8),
.CMS-INSTAGRAM-LIST a:nth-of-type(9) {
    display: none;
}

/* インスタ連携用CSS */

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
