@charset "UTF-8";

/*======================
common
======================*/

html {
    font-size: 62.5%
    
}

body {
    font-family: "Noto Serif JP";
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    background-color: var(--primary-white);
    line-height: 1.5;
    background-image: url(../imgs/pokarila_background.jpg);
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

spBr {
    display: block;
}

/*=====================
H1
======================*/
/* top H1 */
.topTitle {
    position: absolute;
    bottom:  -5%;
    transform: translate(-50%);
    left: 50%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-family: "Noto Serif JP";
    padding-left: 0;
}

h1 {
    font-size: 4rem;
    text-align: left;
    color: #CAC1C7;
    font-family: "Kaisei HarunoUmi", serif;
    margin: 120px 0 80px;
    padding-left: 2%;
}

/*=====================
H2
======================*/
/* main　キャプション */
.mainCaptionH2 {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    font-size: 2rem;
} 

/*=====================
H2
======================*/
.h2menu {
    margin: 80px auto 20px;
    padding-left: 4%;
    font-size: 4rem;
    color: #CAC1C7;
}

/* topとmessageページ以外のspH1 */
.h1menu {    
    margin: 120px 0 20px;
    padding-left: 5%;
    font-size: 4rem;
}


@media screen and (min-width: 769px) {


    h1 {
        font-size: 8rem;
        text-align: left;
        color: #CAC1C7;
        max-width: 1000px;
        font-family: "Kaisei HarunoUmi", serif;
    }

    .h2_access {
        font-size: 6rem;
        text-align: center;
        margin: 0 auto;
        padding-top: 0;
    } 

    .h1menu {    
        margin: 120px 0 20px;
        padding-left: 5%;
        font-size: 9rem;
    }

    .h2menu {
        margin: 80px auto 20px;
        padding-left: 4%;
        font-size: 9rem;
        color: #CAC1C7;
    }
} 

/*=====================
追従コンテンツのスタイル（デモ用）
======================*/
.content {
    padding: 20px;
    min-height: 100vh;
}

.follow {
    display: block;
}

/* 固定ボタンのコンテナ */
.fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* ボタンのスタイル */
.btn {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

/* eventボタン */
.event {
    background-color: #DFD3C9;
    color: #072500;
    padding-top: 25px;
}

/* LINEボタン */
.line {
    background-color: #072500;
}

/* ホバー時のスタイル */
.btn:hover {
    opacity: 0.8;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .btn {
        font-size: 14px;
        /* padding: 12px 0; */
    }
}
    @media screen and (min-width: 769px) {
    .follow {
        display: none;
    }
}

/*======================
header
======================*/
.header__btn {
    height: 32px;
}

.header__menu {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}  

.inner {
    display: flex;
    justify-content: space-between;
} 

.header {
    background-color: #ffffff;
}

.header__topic {
    width: auto;
}

.header__topicPc {
    display: block;
    width: 150px;
    padding: 5px 0;
} 


/* navの初期表示　*/
/* .nav {
    background: #ffffff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
} */

.nav__list {
    margin-top: 67px;
}


/*======================
.nav.active表示  x画面
======================*/
.nav__topic {
    margin: 20px 15px 60px 6px;
    text-align: right;
}

.nav__item {
    margin-top: 30px;
    /* padding-left: 5%; */
}

.nav__item4 {
    margin-top: 30px;
    /* padding-left: 5%; */
}

.nav.active {
    background-image: url(../imgs/pokarila_background.jpg);
    transform: translateX(0);
}

.nav__itemClose {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.nav__item_en {
    margin-top: 30px;
    /* padding-left: 5%; */
}

/* ×になった時 */
.nav__event {
    display: none;
}
.nav__header {
    padding-top: 80px;
}


/* ハンバーガーメニュー */
.hamburger__menu {
    /* display: flex; */
    align-items: center;
    cursor: pointer;
    gap: 8px;
    z-index: 1001;
    position: relative;
    padding: 20px 5px;
  }
  
  /* ハンバーガーのライン */
  .lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
  }
  
  .hamburger_line {
    width: 30px;
    height: 3px;
    background: black;
    transition: all 0.3s ease;
  }
  
  /* ナビゲーションメニューのスタイル */
  .nav {
    position: fixed;
    top: 0;
    right: -100%; /* 最初は画面外に隠す */
    height: 100vh;
    transition: right 1.6s ease;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    /* align-items: center; */
    padding-top: 112px;
    z-index: 100;
  }
  
  .nav ul {
    list-style: none;
    padding: 0;
  }
  
  .nav a {
    text-decoration: none;
    font-size: 18px;
  }
  
  /* メニューが開いた時のスタイル */
  .nav.active {
    right: 0; /* スライドして表示 */
    width: 100%;
    transition: right 1.2s ease;
  }
  
  /* ハンバーガーメニューが「×」に変化 */
  .hamburger__menu.active .hamburger_line:nth-child(1) {
    transform: rotate(45deg) translate(1px, 5px);
  }
  
  .hamburger__menu.active .hamburger_line:nth-child(2) {
    transform: rotate(-45deg) translate(1px, -5px);
  }
  




.logoSp {
    width: 400px;
    position: absolute;
    top: 100px;
    z-index: 1;
}

.logo {
    display: none;
}

.top__logo--txt {
    color: #FFFFFF;
    font-size: 1.5rem;
    position: absolute;
    top: 430px;
    left: 33%;
}

.top__logo--txt {
    text-align: center;

}

.header__btn__txt {
    font-size: 1.1rem;
}

.itemSp__box_br {
    display: block;
}



@media screen and (min-width: 1200px) {
    .itemSp__box_br {
        display: none;
    }

    .header__btn__txt {
        display: none;
    }
    
    .nav__item {
        display: block;
        font-size: 2rem;
        line-height: 1;
        margin-top: 0;
        padding-left: 0;
    }
    
    .nav__item_en {
        display: block;
        letter-spacing: 2px;
        font-size: 2rem;
        margin-top: 0;
        padding-left: 0;
    }
    
    .br_reserve {
        display: block;
    }

    .reserve__btn {
        position: relative;
        text-align: center;
        color: #fff;
        width: 300px;
        height: 60px;
        border-radius: 10px;
        margin: 180px auto 0;
        background-color: #615C70;
        padding-top: 19px;
    }

    .btn_reserve::after {
        display: block;
        position: absolute;
        top: 25px;
        right: 30px;
        width: 11px;
        height: 11px;
        content: "";
        border: 1px solid;
        transform: rotate(45deg);
        border-color: #ffffff #ffffff transparent transparent;
    }

    .header__topicPc {
        display: block;
        width: 20%;
        padding-top: 5px;
    }


.container {
    display: none;
}

.top__logo--txt__pc {
    text-align: center;
    font-size: 3.2rem;
    color: #fff;
    position: absolute;
    top: 750px; left: 590px;
}

.logoPc {
    width: 500px;
}

.nav__topic {
    display: none;
}

.nav {
    height: auto;
    /*ポジションを使わない設定*/
    transform: translateX(0);
    position: static;
    padding-top: 0;
}


.header__btn {
    display: none;
}


.nav__header {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-end;
    /* margin-right: -25px; */
    padding-top: 0;
}

.header {
    padding: 0 0 0 40px;
}

.nav__reservation {
    color: #FFFFFF;
    padding: 15px 65px 14px ;
    background: #615C70;
    font-size: 2.4rem;
}

.logo {
    display: block;
    position: relative;
    right: 55px;
}


.nav__item4 {
    display: none;
}

.main__topic {
    margin: 0 auto;
}

.hamburger__menu {
    display: none;
}

.has-child {
    display: block;
    color: #fff;
}

.nav__event {
    display: block;
    background-color: #615C70;
    padding: 28px 50px;
    /* color: #fff; */
    font-size: 2rem;
    text-align: center;
}
}

/*======================
sales
======================*/
.goodsItem_box {
    margin: 0 auto;
}

.goodsTitle {
    font-size: 2rem;
    border-bottom: solid 1px;
    width: 270px;
    text-align: center;
    margin: 0 auto;
    
}

.goodsPrice {
    text-align: right;
    font-size: 1.4rem;
    margin: 9px 13% 30px 0;
}

.goodsH4 {
    margin-right: 10%;
}

.goodsH4::before {
    content: "◼︎";
    width: 2px;
}

.goods_H4 {
    margin-right: 19%;
}

.goods_H4::before {
    content: "◼︎";
    width: 2px;
}

.goodsTxt {
    width: 176px;
    text-align: justify;
}

.goodsDetail {
    padding-left: 4%;
    display: flex;
    margin-top: 20px;
}

.goodsDetail_2 {
    margin: 30px 0 80px;
    display: flex;
    padding-left: 4%;
}

.goodsTxt2 {
    width: 180px;
}



@media screen and (min-width: 769px) {
.goodsDetail {
    display: flex;
    padding-left: 0;
}

.goodsDetail_2 {
    margin-bottom: 80px;
    display: flex;
    padding-left: 0;
}

.goods_H4 {
    margin-right: 21%;
}

.goodsTxt2 {
    width: 209px;
}

.goodsTxt {
    width: 235px;
    text-align: justify;
}


}

/*======================
access 
======================*/
.h2_access {
    position: absolute;
    top: -150px;  left: 50%;
    transform: translateX(-50%);
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 6rem;
    color: #CAC1C7;
    display: block;
    margin: 80px auto 0;
}

.access {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding: 50px 20px 0;
    margin-bottom: 15px;
}

.access__detail {
    font-size: 1.5rem;
    text-align: justify;
    padding: 15px 7% ;
    margin-bottom: 20px;
}

.googleMap::after {
    display: block;
    content: "";
    text-align: center;
    margin-right: -22px;
    width: 150px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
}

.access__hours {
    /* display: flex; */
    gap: 55px;
    margin-bottom: 20px;
}

.access__regular-holiday {
    gap: 70px;
}

.accessLinePc {
    display: none;
}


.background__sp {
    background-color: #DFD2C9;
    height: 720px;
    position: relative;
}


.detail__pc__hours {
    margin-left: 52px;
}

.detail__pc__holiday {
    margin-left: 65px;
}

.brAccess {
    display: block;
}

.detail__pc {
    width: 48vw;
    text-align: justify;
    margin: 0 0 40px 35px;
}


.access__left {
    position: relative;
    margin: 0 auto 70px;
    width: 92vw;
}


.line__sp {
    color: #fff;
    margin: 20px 0 20px 0;
    text-align: center;
}


.googlemapBtn__pc {
    text-align: right;
    position: absolute;
    padding-bottom: 7px;
    left: 30%;
    bottom: -45px;
    align-items: center;
} 

.access_wap {
    position: relative;
}

.accessLineSp {
    background-image: url(../imgs/line.png);
    /* width: 300px; */
    height: 2px;
    margin: 0 auto;
}

.access__content__right {
    margin-top: 25px;
    display: flex;
 
}

.access__content__right__pay {
    display: flex;
}

.access_br {
    display: block;
}

/* 予約ページ */
.reserve__btn {
    position: relative;
    text-align: center;
    color: #fff;
    width: 300px;
    height: 60px;
    border-radius: 10px;
    margin: 180px auto 180px;
    background-color: #615C70;
    padding-top: 19px;
}

.btn_reserve::after {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    width: 11px;
    height: 11px;
    content: "";
    border: 1px solid;
    transform: rotate(45deg);
    border-color: #ffffff #ffffff transparent transparent;
}

.reserve__btn_about {
    position: relative;
    text-align: center;
    color: #fff;
    width: 50vw;
    height: 60px;
    border-radius: 10px;
    padding: 5px 0;
    margin: 180px auto 180px;
    background-color: #615C70;
}

.btn_reserve_about::after {
    display: block;
    position: absolute;
    top: 25px;
    right: 16px;
    width: 11px;
    height: 11px;
    content: "";
    border: 1px solid;
    transform: rotate(45deg);
    border-color: #ffffff #ffffff transparent transparent;
}

.access__content {
    background-color: #DFD2C9;
}


.access__content__right__pay {
    display: flex;
    margin-top: 25px;
}

.access__content__right__holiday {
    margin-top: 40px;
    display: flex;
}


.access__content2 {
    padding-left: 5%;
    margin: 0 auto;
}



/* access　PC修正 */
@media screen and (min-width: 769px) {
    .h2_access {
        position: absolute;
        top: -186px;  left: 50%;
        transform: translateX(-50%);
        font-family: "Kaisei HarunoUmi", serif;
        font-size: 9rem;
        color: #CAC1C7;
        display: block;
        margin: 80px auto 0;
    }


    .access_wap {
        position: relative;
        margin-top: 400px;
    }

    .access {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 23px;
        padding: 0 0 0 0;
    }

    .access__content {
        display: flex;
    }

    .access__detail {
        font-size: 1.8rem;
        margin-bottom: 30px;
        padding: 10px 0 15px;
    }

    .access__left {
        position: relative;
        margin-bottom: 0; 
        padding: 30px 5% 52px;
        width: 50%;
    }


    .accessLineSp {
        display: none;
    }

    .accessH4 {
        font-size: 2rem;
    }

    .access__hours {
        /* display: flex;
        gap: 50px; */ 
        margin-bottom: 40px;
    }

    .access__regular-holiday {
        display: flex;
        gap: 70px;
        margin-bottom: 40px;
        align-items: flex-end;
    }

    .detail__pc {
        font-size: 2rem;
        width: 27vw;
        margin-left: 40px;
        }

    .detail__pc__holiday {
        font-size: 2rem;
        margin-left: 75px;
    }

    .detail__pc__hours {
        font-size: 2rem;
        margin-left: 56px;
    }

    .googlemapBtn__pc {
        position: absolute;
        bottom: 50px;
        left: 72%;
    } 

    .access_br {
        display: none;
    }

    .access__content2 {
        width: 50%;
        height: 313px;
        background: url(../imgs/accessLine.png) repeat-y top left;

    }

    .dt {
        float: left ;
        clear: left ;
    }

    .dd {
        float: left ;
        margin-left: 1em ;
    }


    .access__content__right__holiday {
        margin-top: 0;
        display: flex;
    }

    .access__content__right__pay {
        display: flex;
        margin-top: 0;
    }


}


    /* goods */

    .goodsItem1_2 {
        width: 365px;
        margin: 30px auto;
    }


 
@media screen and (min-width: 1000px) {

    .h2menu {
        max-width: 1000px;
        margin: 80px auto 80px;
        padding: 0 0 0 0;
        font-size: 8rem;
        color: #CAC1C7;
    }
    .goodsItem_box {
        display: flex;
        width: 1000px;
        justify-content: space-between;
        margin: 0 auto;
        margin-bottom: 180px;
    }

    .goodsItem1_2 {
        width: 370px;
        margin-top: 30px;
    }

    /* イベントボタン */
    .reserve__btn_about {
        position: relative;
        text-align: center;
        color: #fff;
        width: 500px;
        height: 60px;
        border-radius: 10px;
        padding: 5px 160px;
        margin: 180px auto 180px;
        background-color: #615C70;
    }


}





/*======================
footer
======================*/

.footer__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer {
    background-color: #FFFFFF;
}

.footerLogo {
    width: 200px;
    margin: 0 auto; 
    padding-top: 20px;
}

.footer__logo {
    text-align: center;
}



.footer__sp {
    background-color: #fff;
}




.snsIcon {
    display: flex;
    width: 100px;
    gap: 25px;
    margin-left: 25px;
}

.copy {
    text-align: right;
    padding: 20px 0 20px 0px;
}

.footer__contents {
    display: flex;
    justify-content: space-between;
    padding: 20px 5% 65px;
    margin-bottom: 50px;
    align-items: flex-end;
}

.nav__footer__item {
    margin-bottom: 20px;
}



/* footer　PC */
@media screen and (min-width: 769px) {

    .nav__footer {
        display: flex;
        gap: 30px;
    }
    
    .snsIcon {
        display: flex;
        width: 144px;
        gap: 35px;
    }

    .copy {
        text-align: right;
        padding:20px 0 20px 55px;
    }

    .footer__contents {
        display: flex;
        justify-content: space-between;
        padding: 0 5% 40px;
        align-items: flex-end;
    }

}


