@charset "UTF-8";

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /*pxだと10px;*/
}

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

    nav .inbox{
        max-width: 95%;
        transition: all 0.5s 0s ease;
    }
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #1C1C1C;
    font-family: 'Noto Sans Japanese', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic';
    letter-spacing: 0.1em;
    line-height: 1.5;
}

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

/* 共通-------- */

article{
    padding: 50px 0;
}

.inbox{
    max-width: 83.33%;
    width: 100%;
    margin: 0 auto;
}

.inbox-min{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

h2{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}

h3{
    font-size: 24px;
    font-weight: 500;
}

p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}

.back-white{
    background-color: #fff;
}

.back-gray{
    background-color: #CACAD0;
}

.pc-none{
    display: none;
}

.sp-none{
    display: block;
}

.min{
    display: none;
}

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

    article{
        padding: 25px 0;
    }

    .inbox-min{
        max-width: 87.5%;
        padding: 25px 0;
    }

    h2{
        text-align: center;
        font-size: 24px;
        margin-bottom: 25px;
    }

    h3{
        font-size: 16px;
    }

    p{
        font-size: 14px;
    }

    .pc-none{
        display: block;
    }

    .pc-none p{
        font-size: 12px;
    }

    .sp-none{
        display: none;
    }

    .min{
        display: none;
    }

    .min-none{
        display: block;
    }

}

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

    .min{
        display: block;
    }

    .min-none{
        display: none;
    }

    .r-content p{
        font-size: 16px;
    }

    .nav-catch p{
        font-size: 13px;
    }
}

/* header-------- */
header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 18px;
}

header::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 10px;
    background-image: url(../img/band.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 18px;
    background-image: url(../img/band.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

@media screen and (max-width: 999px) {
    .inbox{
        max-width: 100%;
    }

    .visual-rogo{
        display: none;
    }
}


/* nav-------- */

#navArea{
    width: 100%;
}

#navArea nav{
    width: 100%;
    height: 90px;
    display: grid;
    place-items: center;
}

.nav-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inbox ul{
    display: flex;
}

.nav-box li{
    list-style: none;
}

.nav-box li :last-child{
    margin: 0;
}

.nav-box a{
    text-decoration: none;
    font-size: 14px;
    padding: 30px 15px;
}

.menu-item :hover{
    color: #CACAD0;
    transition: all 0.5s 0s ease;
}

.nav-menu{
    align-items: center;
    font-weight: 500;
}

.nav-catch{
    display: none;
}

.menu-button{
    margin-left: 15px;
}

.menu-button a{
    background-color: #211715;
    padding: 22px 35px;
    border-radius: 10px;
    color: #fff;
}

.menu-button :hover{
    opacity: 0.8;
    transition: all 0.5s 0s ease;
}


.line-nav{
    width: 100%;
    max-width: 100%;
}

.logo-nav img{
    width: 150px;
}

@media screen and (max-width: 999px) {
    nav .inbox{
        max-width: 87.5%;
    }

    .nav-box{
        align-items: center;
    }

    .nav-box a{
        padding: 0;
    }

    .nav-catch{
        display: block;
    }

    #navArea nav{
        height: 58px;
    }

    .inbox ul{
        display: none;
    }

    .logo-nav img{
        width: 108px;
    }
}
/* スライダー-------- */

.slider{
    position: relative;
}

.visual-rogo{
    z-index:10;
    position:absolute;
    right: 1%;
    bottom: 1%;
    text-align: right;
}

.visual-rogo img{
    width: 50%;
}

.visual img{
    width: 100%;
}

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

/* コンセプト--------- */

.cc-box{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;   
}

.cc-img img{
    object-fit: cover;
    height: 100%;
    width: 360px;
    object-position: 20% 0;
}

.highlight {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 40px;
}

.cc-text-box p{
    padding-bottom: 20px;
    letter-spacing: 0.8px;
    line-height:1.875;
}

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

    .cc-img{
        text-align: center;
    }

    .cc-img img{
        max-width: 500px;
        width: 100%;
        height: 200px;
        object-position: 0;
    }

    .cc-box{
        flex-direction: column;
        gap: 40px;
        margin-top: 0;
    }

    .cc-img{
        order: 2;
    }

    .cc-text-box{
        order: 1;
    }

    .cc-text-box p{
        padding-bottom: 0;
        line-height: 1.75;
        font-size: 16px;
    }

    .cc-text-box p br{
        display: none;
    }

    .sb{
        font-size: 20px;
    }
}

/* ポイント----------- */

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

.p-box{
    width: 30%;
    background-color: #F2F2F5;  
    padding: 10px;
}

.p-border{
    text-align: center;
    border: 2px solid #818188;
    padding: 23px;
}

.p-box span{
    font-size: 20px;
    line-height: 1.75;
}

.namber{
    color: #818188;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 2px solid #818188;
    margin-bottom: 20px;
}

.small{
    font-size: 16px !important;
}

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

    .p-box{
        width: 100%;
        margin-bottom: 20px;
    }

    .p-box:last-child{
        margin: 0;
    }

    .p-box span{
        font-size: 16px;
        letter-spacing:1px;
    }

    .p-border{
        padding: 20px;
    }
}

/* メニュー----------- */

.m-title{
    color: #fff;
    background-color: #818188;
    padding: 13px 20px;
    margin-bottom: 25px;
    align-items: center;
}

.m-title span{
    font-size: 15px;
    color: #fff;
    padding-left: 110px;
}

.s-title{
    color: #1C1C1C;
}

.s-title span{
    font-size: 16px;
}

@media screen and (max-width: 999px) {
    .m-title{
        margin-bottom: 20px;
        display: block;
    }

    .m-title span{
        font-size: 14px;
        padding-left: 0;
    }

    .s-title{
        font-size: 17px;
    }

    .s-title span{
        font-size: 14px;
    }
}

/* アコーディオンエリア------- */

.ad-area,
.ad-area2{
    background-color: #fff;
    margin-bottom: 25px;
}

.ad-area{
    padding: 30px 30px 65px 30px;
}

.ad-area2{
    padding: 30px;
}

.ad-area:last-child{
    margin-bottom: 0px;
}

.close img{
    width: 250px;
}

.ad-box summary {
    align-items: center;
    position: relative;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

/* Chrome、Safari以外 */
summary {
    display: block;
  }
  
  /* Chrome、Safari */
  summary::-webkit-details-marker {
    display: none;
  }

.ad-box summary::after {
    background-size: cover;
    content: '';
    transition: transform .3s;
    position: absolute;
    right: 0;
    bottom: -45px;
    cursor: pointer;
    background-image: url(../img/arrow.png);width: 35px;height: 35px;
}z  

.close{
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.ad-box[open] summary::after {
    transform: rotate(180deg);
}

.ad-box .open {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.ad-box[open] .open {
    transform: none;
    opacity: 1;
}

.ad-text-box p{
    margin-top: 15px;
}

.ad-text-box2{
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 999px) {
    .ad-area{
        padding: 18px 18px 55px 18px;
        margin-bottom: 20px;
    }

    .ad-area2{
        padding: 18px;
    }

    .close{
        display: block;
    }

    .close img{
        width: 30.5%;
    }

    .ad-text-box p{
        margin-top: 8px;
    }

    .ad-text-box2{
        display: block;
    }
}

/* テーブル-------------- */

table{
    width: 100%;
    border-top: 1px solid #818188;
    padding-top: 30px;
    margin-top: 55px;
}

table tr{
    align-items: center;
    width: 100%;
    padding: 13px 30px;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

table tr:nth-child(odd){
    background-color: #F2F2F5
  }

table td{
    font-size: 24px;
    font-weight: 500;
}

.ad-none{
    font-size: 24px;
    font-weight: 500;
    text-align: right;
}

.back-wh2{
    background-color: #fff !important;
}

.back-wh{
    background-color: #fff !important;
    padding-left: 0 !important;
}

.back-gr{
    background-color: #F2F2F5 !important;
}

@media screen and (max-width: 999px) {
    table td{
        font-size: 16px;
    }

    .ad-none{
        font-size: 18px;
        margin-top: 20px;
    }

    .ad-box summary::after {
        bottom: -40px;
        width: 30px;height: 30px;
    }
}

/* アクセス---------- */

.as-box{
    display: flex;
    gap: 70px;
    width: 100%;
}

.as-box .note{
    font-size: 14px;
}

.as-box p{
    padding-bottom: 10px;
}

.pic{
    width: 50%;
}

.pic img{
    width: 100%;
}

.as-txt-box{
    display: grid;
    align-items: center;
    width: 45%;
}

.as-txt img{
    width: 100%;
    padding: 10px 0;
}

.shop-name{
    margin-bottom: 20px;
}

h5{
    padding-left: 20px;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ ProN',sans-serif;
}

iframe{
    width: 100%;
    height: 300px;
    margin-top: 45px;
}

@media screen and (max-width: 999px) {
    .as-box{
        display: block;
        text-align: center; 
    }

    h5{
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .as-txt-box{
        width: 100%;
    }

    .as-txt img{
        width: 290px;
    }

    iframe{
        margin-top: 15px;
    }

    .pic{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

/* 予約------------- */

.r-block{
    background-color: #F2F2F5;
    padding: 50px;
}

.r-block h2{
    text-align: center;
    margin-bottom: 10px;
}

.r-block p{
    text-align: center;
}

.r-box{
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.r-content{
    width: 50%;
    text-align: center;
    padding: 25px 0;
}

.r-content p{
    padding-bottom: 20px;
    font-size: 20px;
}

.r-content img{
    width: 180px;
}

.r-content-qr{
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-content-qr p{
    margin-right: 20px;
    color: #fff;
    background-color: #211715;
    padding: 17px 22px;
}

.r-content-qr img{
    width: 64px;
}

.r-content a :hover{
    opacity: 0.85;
    transition: all 0.3s 0s ease;
}

.r-box .r-content +.r-content{
    border-left: 1px solid #333;
}

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

    .r-block{
        padding: 45px 35px;
    }

    .r-block p{
        font-size: 15px;
    }

    .r-box{
        display: block;
        margin-top: 8px;
    }

    .r-content{
        width: 100%;
        padding: 37px 0 0 0;
    }

    .r-content p{
        font-size: 18px;
    }

    .r-content-qr p{
        margin-right: 0;
        font-size: 17px;
    }

    .r-content-qr img{
        display: none;
    }

    .r-box .r-content +.r-content{
        border: none;
    }
}


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

    .r-content p{
        font-size: 16px;
    }
}

/* インスタグラム---------- */

.s-box{
    text-align: center;
    margin-top: 60px;
}

.s-box img{
    width: 47px;
}

.s-box a :hover{
    opacity: 0.7;
    transition: all 0.3s 0s ease;
}

.heading {
    align-items: center; 
    display: flex;
    justify-content: center;
}

.heading::before,
.heading::after {
    background-color: #1C1C1C;
    content: "";
    height: 1px;
    width: 20px;
}

.heading::before {
    margin-right: 5px;
    transform: rotate(50deg); 
}

.heading::after {
    margin-left: 5px; 
    transform: rotate(-50deg); 
}

.s-box p {
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
    .s-box{
        margin-top: 28px;
    }
}

/* フッター------------ */

footer{
    background-color: #211715;
}

footer .nav-box{
    justify-content: flex-end;
    display: block;
}

footer .nav-menu,
footer .nav-menu-2{
    justify-content: flex-end;
    display: flex;
}

footer .menu-item{
    margin: 0;
}

footer .menu-item a{
    color: #fff;
    padding: 20px;
}

footer .menu-button{
    padding: 0;
    margin-top: 50px;
}

footer .menu-button a{ 
    border-radius: 0px;
    width: 50%;
    margin-left: 0;
    margin-top: 0;
    color: #1C1C1C;
    background-color: #fff;
    padding: 22px 45px;
    border-radius: 30px;
}

.f-box{
    display: flex;
    width: 100%;
    justify-content: space-between;
}   

.f-box img{
    width: 270px;
}

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

.info{
    margin-top: 30px;
}

.info p{
    color: #fff;
    font-size: 14px;
    line-height: 1.85;
}

.i-block{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.i-block p{
    margin-left: 28px;
    font-family: 'ヒラギノ角ゴ ProN','sans-serif';
}

h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.copywrite p{
    color: #fff;
    font-size: 14px;
}

.slash{
    color: #fff;
}

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

    .f-box{
        display: block;
        text-align: center;
    }

    .f-box img{
        width: 205px;
    }

    .f-box .nav-menu{
        justify-content: center;
        margin: 0;
    }

    .f-box .nav-menu-2{
        width: 100%;
    }

    .f-box .nav-menu a{
        padding: 15px 7px;
        text-align: center;
    }

    .button{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    footer .menu-button{
        margin-left: 0;
        background-color: transparent;
        width: 100%;
    }

    footer .menu-button a{
        padding: 25px 0 25px 0;
        border-radius: 0px;
        width: 100%;
        margin-left: 0;
        color: #fff;
        background-color: #211715;
        margin-top: 0;
        display: block;
    }
    

    footer .menu-button +.menu-button{
        border-left: 1px solid #fff;
    }

    .nav-menu-2{
        z-index: 20;
    }

    footer .nav-box{
        display: block;
        margin-top: 20px;
    }

    .i-block{
        display: none;
    }

    .i-box{
        display: block;
        padding-bottom: 70px;
    }

    .i-box p{
        text-align: center;
    }

    .info{
        margin-bottom: 30px;
    }
}

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

    .f-box .nav-menu a {
        padding: 15px 0;
    }

    .f-box .nav-menu{
        justify-content: space-around;
    }
}








