/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

    #container {
        background:url(../img/top/bg_body.gif);
    }
    /* コロナウイルスバナー
---------------------------------------- */
    .p-top-banner{
        text-align: center;
        margin-bottom: 40px;
    }


/* アテンション
---------------------------------------- */
    .p-attention{
        width: 850px;
        margin: 0 auto 30px;
        border: 4px #e60012 solid;
        padding: 1rem 2rem;
        box-sizing: border-box;
        background: #fff;
    }
    .p-attention .e-title{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        color: #e60012;
    }

    .p-attention .e-txt{
        margin-bottom: 5px;
    }
    
    .p-attention .e-txt > a{
        font-weight: bold;
    }


/* ヘッダー　#headerBox
---------------------------------------- */
    #headerBox{
        background:url(../img/top/bg_header.gif) repeat-x;
        position:relative;
        margin-bottom:40px;
    }

    .headerInner{
        width:100%;
        height:480px;
        margin:0 auto;
        position: absolute;
        z-index:3;
        pointer-events: none;
        }

    .headerInner .inBox{
        width:1120px;
        margin:0 auto;
        position:relative;
        pointer-events: auto;
        }

    .headerInner h1{
        display:block;
        width:550px;
        font-size:12px;
        text-align:right;
        margin:7px 10px;
        float:right;
        }

    .headerInner .subNav{
        display:block;
        width:240px;
        float:right;
        margin-right:80px;
        overflow:hidden;
        }
    .headerInner .subNav li{
        float:left;
        }

    .absImgLogo{
    position:absolute;
    left: 54px;
    top: 40px;
        }

    .absImg01{
    position:absolute;
    top:292px;
    left: 0px;
    z-index:4;
        }

    .absImg02{
    position:absolute;
    right: 0px;
    top: 276px;
    z-index:4;
        }


/* グローバルナビ　navi
---------------------------------------- */
    #nav{ overflow: hidden;}

    #nav .navInner{
        width: 980px;
        text-align:center;
        margin: 0 auto;
    }
    #nav .navInner ul{
        display: flex;
    }

    #nav li{
        /*float:left;*/
        margin: 0 4px 0 0;
        width: calc(14.285% - 3.4285px);
    }

    #nav li:nth-of-type(8){
        margin: 0;
    }

    #nav li img{
      width: 100%;
      height: 71px;
    }


/* コンテンツ　#contentsBox
---------------------------------------- */
#contentsBox{
    width:1120px;
    margin: 0 auto;
    overflow:hidden;
    /*position:relative;*/
    background:url(../img/top/bg_contentsBox.png) no-repeat bottom right;
    }

#contentsBoxInner{
    width:975px;
    margin: 0 auto;
    z-index:0;
    }


/* コンテンツ左　#sideColumnL
---------------------------------------- */
#sideColumnL{
  position: relative;
  width:230px;
  height: 1830px;
  float:left;
  margin: 0 0 40px 0;
    }

/*営業時間*/

    #sideColumnL .hour{
        position: relative;
        width:200px;
        margin: 10px 0 0 0;
        padding: 0 0 5px 0;
        font-weight:bold;
        text-align: center;
        background:url(../img/top/bg_hour-sp.jpg) top center no-repeat;
        background-size: cover;
        border: #282828 5px solid;
        z-index: 1;
        }

    #sideColumnL .hour > img:nth-of-type(1){
        position: relative;
        width: 175px;
        margin: -10px auto 0 auto;
        z-index: 2;
    }

    .hour div{
        width:170px;
        text-align: left;
        margin:0 auto 10px auto;
        position:relative;
        }

    .hour p{
        display:block;
        line-height:14px;
        text-align: left !important;
        }

    .hour .mukyu01{
    position:absolute;
    left: 167px;
    top: 37px;
    }
    .hour .mukyu02{
    /*position:absolute;
    left: 104px;
    top: 36px;*/
    }
    .hour .mukyu03{
    position:absolute;
    left: 167px;
    top: 49px;
    }

    .hour .store{
        display:block;
        width:168px;
        height:30px;
        margin:0 0 5px 0;
        line-height:30px;
        text-align:center;
        font-size:15px;
        border:#282828 1px solid;
        background:#FFF;
        box-sizing: border-box;
        }

    .hour .store-bbq{
        padding: 5px 0 0 0;
        height:72px;
        line-height: 140%;
    }

    .hour table{
        font-size:12px;
        }

    .hour table.spa_time{
        width:160px;
        height:32px;
        margin-left:10px;
    }

    .hour table.spa_time th{
        width:40px;
        height:40px;
        background:#B6B4B3;
        color:#FFFFFF;
        text-align:center;
        vertical-align:middle;
        }

    .hour table.spa_time td{
        padding-left:5px;
        line-height:14px;
        }

    .hour table.rest_time{
        margin-left: 10px;
        line-height:14px;
        }

#sideColumnL .notes{
        display:block;
        width:200px;
        margin-top:10px;
        }

    .notes li{
        font-size:11px;
        line-height:14px;
        text-align: left;
    }


  /*#sideColumnL .locker{
    position:absolute;
    bottom: 225px;
    left: -37px;
    width: 248px;
  }*/
  #sideColumnL .bnr{
    /*position:absolute;
    bottom: 235px;
    left: -37px;*/
    margin-left: -37px;
    margin-top: 2.5rem;
    width: 694px;
    display: flex;
    justify-content: space-between;
  }
  #sideColumnL .bnr .p-kusatsu .e-item .m-dn{
    display: none;
  }
  #sideColumnL .bnr .p-kusatsu .e-item img{
    width: 436px;
  }
  #sideColumnL .bnr .p-kusatsu .e-item{
    display: block;
    color: initial;
    text-decoration: none;
  }

  #sideColumnL .bnr_bbq{
    /*position:absolute;
    bottom: 0;
    left: 0;*/
    width: 645px;
    margin-top: 2rem;
  }

  #sideColumnL .bnr_bbq a {
    display: inline-block;
  }

  #sideColumnL .bnr_bbq a:nth-of-type(1) {
    margin: 0 5px 0 0;
  }


#lightbox .lb-nav a.lb-next,
#lightbox .lb-nav a.lb-prev{
  opacity: 1;
  width: 50%;
}
#lightbox .lb-data .lb-close{
  position: absolute;
  top: -48px;
  right: 10px;
  width: 45px;
  height: 45px;
}
#lightbox .lb-data .lb-details{
  display: none;
}


/* コンテンツ中央　#centerColumn
---------------------------------------- */
#centerColumn{
    float:left;
    width:510px;
    margin-top:15px;
    }

#information {
        width:480px;
        height:645px;
        padding:15px;
        background: #FFF;
        }

/*お知らせ・イベント情報*/
.infoBox{
    width:480px;
    height:590px;
    line-height:20px;
    overflow:auto;
    }

    .underline{
    border-bottom: 1px #000 dotted;
    overflow:hidden;
    }

#information li{
    width:450px;
    margin:15px 0;
    padding-bottom:20px;
    }

    .info_article{
        width:450px;
        }

    .info_article_l{
        width:135px;
        float:left;
        margin-right:15px;
        }

    .info_article_l img{
        margin-bottom:10px;
        }

    .info_article_r{
        width:300px;
        float:right;
        }

    .updateRecord{
        overflow: hidden;
        margin-bottom:10px;
        }

    .date_new{
        display: block;
        width:80px;
        padding-right:30px;
        margin-top:5px;
        background:url(../img/common/icon_new.gif) right no-repeat;
        float:left;
        }

    .date{
        display: block;
        width:80px;
        padding-right:30px;
        margin-top:5px;
        float:left;
        }

    .storeBoard{
        float:right;
        }

    .title{
        display:block;
        font-weight: bold;
        margin-bottom:10px;
        }

    .detail{
        display:block;
        }

    .pdfLink{
        display:block;
        margin-top:10px;
        padding-right:20px;
        text-align:right;
        background:url(../img/common/icon_arrow.png) no-repeat right;
        background-size: 18px;
        }

/*交通アクセス*/
#centerColumn .access{
    position:relative;
    height:100px;
    padding-top:55px;
    margin-top:10px;
    background:url(../img/top/bg_access.png) no-repeat;
    }


    .access .abs_parking{
    position:absolute;
    left: 399px;
    top: 2px;
    }

    .access table {
    font-size:12px;
    }

    .access table th{
        width:65px;
        height:65px;
        background:#B6B4B3;
        color:#FFFFFF;
        text-align:center;
        vertical-align:middle;
    }

    .access table td{
    padding: 0 5px;
    line-height:21px;
    }


/* コンテンツ右　#sideColumnR
---------------------------------------- */
#sideColumnR{
    width:220px;
    float:right;
    text-align:right;
    margin-bottom:150px;
    }

    #sideColumnR .bnr_line{


        }

    #sideColumnR .contact{
        width:200px;
        height:90px;
        position:relative;
        margin:20px 0 20px 0;
        }

    .contact .btn_contact{
    position:absolute;
    left: 12px;
    z-index:3;
    top: -10px;
        }

    #sideColumnR #mapBox{
    width:192px;
    height:212px;
    border: #282828 4px solid;
    margin-left:20px;
    }

    #sideColumnR .goToMap{
        display:block;
        padding-right:20px;
        text-align: right;
        background:url(../img/common/icon_arrow.png) no-repeat right;
        line-height:20px;
        }

}

/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

       /* コロナウイルスバナー
---------------------------------------- */
.p-top-banner{
    text-align: center;
}
.p-top-banner .pcNone{

    width: 95%;
}

    #container {
        background-color: #efece6;
    }



    /* アテンション
    ---------------------------------------- */
    .p-attention{
        width: 95%;
        margin: 20px auto;
        border: 4px #e60012 solid;
        padding: 1rem;
        box-sizing: border-box;
        background: #fff;
        font-size: 12px;
    }
    .p-attention .e-title{
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        color: #e60012;
    }
    .p-attention .e-txt > a{
        font-weight: bold;
    }

    /* コンテンツ　#contentsBox
    ---------------------------------------- */
    #contentsBox{
        width:100%;
        text-align:center;
        margin: 0 auto;
        overflow:hidden;
    }

    #contentsBoxInner{
        width:100%;
        margin: 0 auto;
        z-index:0;
    }


    /* コンテンツ左　#sideColumnL
    ---------------------------------------- */
    #sideColumnL{
        width:94%;
        font-size:14px;
        margin: 50px auto 0 auto;
    }

    /*営業時間*/
    #sideColumnL .hour{
        width:100%;
        font-weight:bold;
        background:url(../img/top/bg_hour-sp.jpg) top center no-repeat;
        background-size: cover;
        border: #282828 5px solid;
    }

    #sideColumnL .hour > img:nth-of-type(1){
        width:200px;
        margin: -40px 0 0 0;
    }

    .hour div{
        width: 94%;
        margin:10px auto 10px auto;
        position:relative;
        text-align: left;
    }

    .hour p{
        display:block;
        margin: 10px 0;
        text-align: left !important;
        line-height:140%;
    }

    .hour .mukyu-sp{
        display: inline-block;
        /*width: 94px;*/
        height: 17px;
        margin: 0 0 5px 10px;
        vertical-align: top;
    }

    .hour .store{
        display:block;
        width:100%;
        margin:0 0 10px 0;
        padding: 12px 0 10px 0;
        line-height:120%;
        text-align:center;
        font-size:20px;
        border:#282828 1px solid;
        background:#FFF;
    }

    .hour .store-bbq{
        font-size: 18px;
        line-height: 140%;
    }

    .hour table{
        font-size:14px;
        text-align: left;
    }

    .hour table.spa_time{
        width:100%;
    }

    .hour table.spa_time th{
        width:100px;
        padding: 10px 0;
        background:#B6B4B3;
        color:#FFFFFF;
        text-align:center;
        vertical-align:middle;
        box-sizing: border-box;
    }

    .hour table.spa_time td{
        padding-left:5px;
        line-height:14px;
    }

    #sideColumnL .notes{
        display:block;
        width:100%;
        margin-top:10px;
    }

    .notes li{
        font-size:11px;
        line-height:14px;
        text-align: left;
    }


    #sideColumnL .locker{
        width:100%;
        height: auto;
        position:relative;
        margin:20px auto 0 auto;
    }

    #sideColumnL .locker img {
        width:100%;
        height: auto;
    }

  #sideColumnL .bnr .p-kusatsu .e-item img{
    width: 100%;
  }
  #sideColumnL .bnr .p-kusatsu{
    margin-top: 20px;
  }

  #sideColumnL .bnr_bbq{
    width:100%;
    height: auto;
    position:relative;
    margin: 0 auto;
  }

  #sideColumnL .bnr_bbq img {
    width:100%;
    margin:20px auto 0 auto;
  }


    /* コンテンツ中央　#centerColumn
    ---------------------------------------- */
    #centerColumn{
        width:94%;
        margin: 25px auto 0 auto;
    }

    #information {
        width: 100%;
        height:400px;
        padding:15px 0 0 0;
        background: #FFF;
        box-sizing: border-box;
    }

    #information > img {
        width: 90%;
        max-width: 335px;
        height: auto;
    }

    /*お知らせ・イベント情報*/
    .infoBox{
        width:100%;
        height:310px;
        padding: 0 15px;
        margin: 10px auto 0 auto;
        text-align: left;
        line-height:20px;
        overflow: auto;
        box-sizing: border-box;
    }

    .underline{
        border-bottom: 1px #000 dotted;
        overflow:hidden;
    }

    #information li{
        width:100%;
        margin:15px 0;
        padding-bottom:20px;
    }

    .info_article{
        width:100%;
    }

    .info_article_l{
        width:100%;
        margin: 20px auto 0 auto;
    }

    .info_article_l img{
        display: block;
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .info_article_r{
        width:100%;
        margin: 0 auto;
    }

    .updateRecord{
        overflow: hidden;
        margin-bottom:10px;
    }

    .date_new{
        display: block;
        width:80px;
        padding-right:30px;
        margin-top:5px;
        background:url(../img/common/icon_new.gif) right no-repeat;
        float:left;
    }

    .date{
        display: block;
        width:80px;
        padding-right:30px;
        margin-top:5px;
        float:left;
    }

    .storeBoard{
        float:right;
    }

    .title{
        display:block;
        font-weight: bold;
        margin-bottom:10px;
    }

    .detail{
        display:block;
    }

    .pdfLink{
        display:block;
        margin-top:10px;
        padding-left:20px;
        background:url(../img/common/icon_arrow.png) no-repeat top 2px left;
        background-size: 18px;

    }

    /*交通アクセス*/
    #centerColumn .access{
        position:relative;
        width:100%;
        margin: 15px auto 0 auto;
        padding: 13% 0 0 0;
    }


    .access .abs_parking{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }

    .access table {
        width:94%;
        margin: 0 auto;
    }

    .access table th{
        display: block;
        width:100%;
        padding: 0 0 10px 0;
        font-size:14px;
    }

    .access table th span {
        display: inline-block;
        width:100px;
        padding: 10px 0;
        background:#B6B4B3;
        color:#FFFFFF;
        text-align:center;
    }

    .access table td{
        display: block;
        padding: 0 5px;
        font-size:14px;
        text-align: left;
        line-height:160%;
    }


    /* コンテンツ右　#sideColumnR
    ---------------------------------------- */
    #sideColumnR{
        width:100%;
        margin: 35px auto 40px auto;
    }

    #sideColumnR .bnr_insta{
        width:94%;
        margin: 0 auto;
    }

    #sideColumnR .bnr_insta img{
        width:100%;
    }

    #sideColumnR .bnr_line{
        width:94%;
        margin: 0 auto;
    }

    #sideColumnR .bnr_line img{
        width:100%;
    }

    #sideColumnR .contact{
        width:94%;
        margin:20px auto 0 auto;
    }

    .contact .btn_contact{
        width:94%;
    }

    .contact .btn_contact img{
        width:100%;
    }

    #sideColumnR > a > img{
        width:94%;
        margin: 0 auto 15px auto;
    }
/*lightbox*/
.lb-outerContainer{
  top: 100px;

}
#lightbox .lb-data .lb-close{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 56px;
  right: 9px;
}
#lightbox .lb-dataContainer{
  margin-top: 100px;
}
#lightbox .lb-nav a.lb-next,
#lightbox .lb-nav a.lb-prev{
  background-size: 10%;
  opacity: 1;
  width: 50%;
}
#lightbox .lb-data .lb-details{
  display: none;
}
}


/*GoToバナー*/
.p-goto-bnr{
  width: 850px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.p-goto-bnr .e-item{
  width: 415px;
}
.p-goto-bnr .e-item img{
  width: 100%;
}
@media screen and (max-width: 812px){
  .p-goto-bnr{
    width: 95%;
    display: block;
    margin-bottom: 30px;
  }
  .p-goto-bnr .e-item{
    width: 100%;
    margin-bottom: 20px;
  }
  .p-goto-bnr .e-item:last-of-type{
    margin-bottom: 0;
  }
}