@charset "utf-8";
/* /******************************************************
　　　　*　Top Page
******************************************************* */
body .contents {
    background-image: none;
}
body .contents .head-area-wrap{
    background-image: url(./images/top/bg2020.jpg);
    background-position:center bottom;                     /* 画像の表示位置を指定 */
    background-size:cover;                                 /* 画像のサイズを指定  */
    width:100%;                                            /* 横幅のサイズを指定  */
}
/*----------------------------------------------------
    CONTENTS
----------------------------------------------------*/
.top-page .head-area-wrap {
    padding-bottom: 30px;
}

.top-page .head-area-wrap .inner {
    width: 100%;
    max-width: 960px;
    margin:auto;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px solid #CD411E;
}

.top-page .head-area-wrap .inner.banner-area {
    padding-bottom: 30px;
}

.top-page .head-area-wrap .inner.banner-area figure {
    margin: 0;
}

.top-page .head-area-wrap .inner.banner-area figure img {
    width: 100%;
}
@media only screen and (max-width: 768px){
    .top-page .head-area-wrap .inner.banner-area figure {
        margin-top: 30px;
        text-align: center;
    }
    .top-page .head-area-wrap .inner.banner-area figure img {
        width: 95%;
}
}
@media only screen and (max-width: 480px){
    .top-page .head-area-wrap .inner.banner-area figure {
        margin-top: 10px;
    }

}
.top-page .head-area-wrap .inner .top-area-left {
    width: 540px;
    float: left;
    position: relative;
    z-index: 200;
    /*margin-top: -160px;*/
}
.top-page .head-area-wrap .inner.shop-search-wrap {
    position: relative;
}
.top-page .head-area-wrap .inner .top-area-right {
    width: 380px;
    float: right;
    position: relative;
    z-index: 200;
    /*margin-top: -160px;*/
}

/* 注意書きテキスト */
.headsup-pc {
display: block;
}

.headsup-sp {
display: none;
}

@media only screen and (max-width: 768px){

.headsup-pc {
display: none;
}

.headsup-sp {
display: block;
}
}

.text-ja, .text-ch {
    line-height: 1.3;
    border-radius: 10px;
    width: 930px;
    margin: auto;
    padding: 10px 15px;
    font-size: 12px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 85%;
}

.text-ja {
    border-radius: 10px 10px 0px 0px;
}

.text-ch {
    border-radius: 0px 0px 10px 10px;
}
/* 注意書きテキスト END */


.top-page .top-area-social-nav{
    display: none;
}
.top-page .to-top-btn,
.top-page .to-rsv-btn{
width: 200px;
margin-bottom: 10px;
}

.top-page .to-top-btn a,
.top-page .to-rsv-btn a{
    display:inline-block;
    color:#fff;
    /*font-family: 'Noto Sans Japanese', serif;*/
    font-size: 0.8rem;
    padding: 10px 8px;
    text-align:center;
    display:block;
    font-weight:700;
}
.top-page li.to-top-btn a {
    background-color: #000;
    text-decoration:none;
}
.top-page li.to-rsv-btn a {
    background-color: #E4332B;
    text-decoration:none;
}

.top-page li.to-top-btn span {
    color: #E1352B;
}
.top-page li.to-rsv-btn span {
    color: #FFF500;
}
.top-page .area-list-wrap {
    background-color: #FAF7F0;
    padding: 50px 0;
}
.top-page .area-list-wrap .inner {
    width: 960px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.top-page .top-area-link h3 {
    font-size: 1.4rem;
    /*font-family: 'Noto Sans Japanese', serif;*/
    font-weight: 600;
    padding: 5px 0 7px;
    margin-bottom: 20px;
    border-bottom: 5px double #CCC6B5;
}
.top-page .area-list-wrap .area-list-head h3 {
    font-size: 2.5rem;
    /*font-family: 'Noto Sans Japanese', serif;*/
    font-weight: 700;
    /*float: left;*/
    background-image: url(./images/top/top-h3-bg.png);
    background-repeat: no-repeat;
    background-position: left middle;
    padding-left:70px;
    line-height: 70px;
}
.top-page .area-list-wrap .to-btn-list{
    width: 200px;
    float: right;
}

.top-page .one-area-wrap{
    background-color:#fff;
}

.top-page .top-area-link{
    background-color:#F8F4E8;
    padding: 24px 16px 24px 16px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
    text-align: center;
}
.top-page .top-area-link li{
    margin-bottom: 20px;
}
.top-page .top-area-link img.area-link-btn-pc{
    display:block;
}
.top-page .top-area-link img.area-link-btn-sp{
    display:none;
}

/*----------------------------------------------------
    SLIDER
----------------------------------------------------*/

.top-page .head-area-wrap .flexslider {
    width:960px;
    margin:auto;
    padding-top: 30px;
    background:rgba(0, 0, 0, 0);
    /*height: 668px;*/
    /* height: 520px; */
}
@media only screen and (max-width:768px){
    .top-page .head-area-wrap .flexslider {
        padding-top: 0px;
    }
}
.flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
    position: absolute;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background-image: url(./images/top/controls.png);
    -webkit-background-size: 90px 170px;
    -moz-background-size: 90px 170px;
    -ms-background-size: 90px 170px;
    -o-background-size: 90px 170px;
    background-size: 90px 170px;
    margin: -40px 0 0;
    position: absolute;
    top: 50%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255,255,255,0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flex-direction-nav a.flex-next {
    background-position: -50px 0;
    text-indent: -9999px;
}
.flex-direction-nav .flex-next {
    right: -50px;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flex-direction-nav a.flex-prev {
    background-image: url(./images/top/controls.png);
    text-indent: -9999px;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-caption {
    width: 500px;
    height: 300px;
    padding: 0;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -250px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
    position: absolute;
}
/* slider add end */

.top-page .mainv-pc{
    display:block!important;
}

.top-page .reserve-btn {
    background-color: #E4332B;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    /*font-family: 'Noto Sans Japanese', serif;*/
    text-align: center;
    -moz-box-shadow: 0 4px 0 #C02B24;
    -webkit-box-shadow: 0 4px 0 #C02B24;
    -ms-box-shadow: 0 4px 0 #C02B24;
    -o-box-shadow: 0 4px 0 #C02B24;
    box-shadow: 0 4px 0 #C02B24;
    padding: 8px 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-size: 1.5rem;
    max-width: 480px;
    margin: 0 auto 15px;
}

.top-page .reserve-btn span{
    display: block;
    font-family: Arial,'ＭＳ Ｐゴシック',serif!important;
    font-size: 0.7rem;
    margin-top: 5px;
}

/*----------------------------------------------------
    AREA CONTENTS
----------------------------------------------------*/

.top-page .this-area-wrap {
    background-image: url(./images/bg02.png);
    background-position: top center;
    background-repeat: repeat-x;
    padding-top:30px;
}

.include-shop {
    margin-left: 1em;
}

.top-page section #kansai-hamamatsu,
.top-page section #chugoku-shikoku {
    padding-bottom: 30px;
}

/* ****** TABLE ****** */
.top-page section table.rsp-table   { width: 100%; }
.top-page section table.rsp-table th, section table.rsp-table td {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #FFF;
}
.top-page section table.rsp-table th  {
    background: #f4f4f4;
    font-size: 0.9rem;
    /*font-family: 'Noto Sans Japanese', serif;*/
    font-weight:700;
}
.top-page section table.rsp-table h4 {
    font-weight: 600;
    font-size: 0.9rem;
    /*font-family: 'Noto Sans Japanese', serif;*/
    padding: 3px 0 6px 8px;
    margin-bottom: 10px;
    border-left: 5px solid #F4F4F4;
}
.top-page section table.rsp-table h5 {
    font-size: 0.9rem;
    /*font-family: 'Noto Sans Japanese', serif;*/
    font-weight: 200;
    padding-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}
.top-page table.rsp-table ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0.9rem;
    margin-right: 10px;
    line-height: 1.5em;
}
.top-page table.rsp-table ul li a {
    display: block;
    text-decoration: none;
    color: #E1352B
    /* background-color: #F8F4E8; */
    /* padding: 0 7px; */
    /* margin-bottom: 10px; */
}
.top-page table.rsp-table th  {
    width: 30%;
    text-align: left;
}
.top-page h3.area-title-sp{
    display:none;
}
.top-page h3.area-title-pc{
    display:block;
}

/* ****** mainv bottomlink ****** */
.top-page #mapbio {
    text-align: center;
    padding: 10px;

    background-color: #F8F2D8;

    outline: solid 1px #F8F2D8;    /* 外側の線になる5pxの一本線の枠線をひく*/
    outline-offset: 2px;        /* 内側の線になる一本線の枠線をひく*/
    margin: 3px;                /* outlineの値＋outline-offsetの値*/
}
.top-page #mapbio img{
    width: 80%;
    max-width: 450px;
}
.top-page #mapimg {
    text-align: center;
}
.top-page #mapimg img{
    width: 100%;
    max-width: 796px;
}
.top-page .mainv-text-link {
    width: 100%;
    margin: 20px auto;
}
.top-page .mainv-text-link li {
    width: 32.6%;
    float: left;
    margin-right: 1%;
}
.top-page .mainv-text-link li.shopres {
    width: 60%;
    float: none;
    margin-left: 20%;
}
.top-page .mainv-text-link li br{
    display:none;
}
.top-page .mainv-text-link li:last-child,
.top-page .mainv-text-link li.lastChild{
    margin-right: 0%;
}
.top-page .mainv-text-link li a {
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 3px 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    line-height: 2em;
    background-color: #e4332b;
    border-bottom: 3px solid #c02b24;
}
.top-page .mainv-text-link li.kanto a {
    background-color: #A5CD5D;
    border-bottom: 3px solid #798D66;
}
.top-page .mainv-text-link li.kansai a {
    background-color: #E95F42;
    border-bottom: 3px solid #B45F4F;
}
.top-page .mainv-text-link li.west a {
    background-color: #F8B84A;
    border-bottom: 3px solid #BA9854;
}
.top-page .mainv-text-link li.shopres a {
    background-color: #8A7E3B;
    border-bottom: none;
    font-size: 1em;
    padding: 5px;
    margin: 0 auto;
}
.top-page .mainv-text-link li span {
    font-size:0.75rem;
}
@media only screen and (max-width:768px){
    .top-page .mainv-text-link li a {
        font-size: 1.2rem;
    }
    .top-page .mainv-text-link li a{
        padding: 15px 0 10px;
        line-height: 1em;
    }
    .top-page .mainv-text-link li span {
        display: block;
    }
    .top-page .mainv-text-link li.shopres a {
        padding: 15px 0 10px;
    }
    .top-page .mainv-text-link li.shopres {
        width: 80%;
        margin-left: 10%;
    }
}
/*@media only screen and (max-width:768px){
    .top-page .mainv-text-link {
        width: 98%;
    }
    .top-page .mainv-text-link li br{
        display: block;
    }
}
@media only screen and (max-width:570px){
    .top-page .mainv-text-link li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
    }
}
@media only screen and (max-width:480px){
    .top-page .mainv-text-link li:last-child,
    .top-page .mainv-text-link li.lastChild{
        margin-bottom:0;
    }
    .top-page .mainv-text-link li br{
        display:none;
    }
}
*/


/* ****** page link ****** */
.top-page .area-text-link {
    width: 960px;
    margin: 20px auto;
}
.top-page .area-text-link li {
    width: 32.6%;
    float: left;
    margin-right: 1%;
}
.top-page .area-text-link li br{
    display:none;
}
.top-page .area-text-link li:last-child,
.top-page .area-text-link li.lastChild{
    margin-right: 0%;
}
.top-page .area-text-link li a {
    font-size:0.85rem;
    display: block;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #E4332B;
    padding: 10px 5px 8px 5px;
    text-decoration:none;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    line-height:1.5em;
}


/* ****** TAB ****** */
.top-page .area-tab-wrap {
    margin-top: 30px;
}
.top-page ul#tab-kansai-hamamatsu,
.top-page ul#tab-chugoku-shikoku,
.top-page ul#tab-kanto {
    zoom: 1;
    border-bottom: 3px solid #E1352B;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.top-page ul#tab-kansai-hamamatsu:after,
.top-page ul#tab-chugoku-shikoku:after,
.top-page ul#tab-kanto:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
.top-page ul#tab-kansai-hamamatsu li,
.top-page ul#tab-chugoku-shikoku li,
.top-page ul#tab-kanto li {
    float: left;
    text-align: center;
    background: #DCD9D2;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    /*font-family: 'Noto Sans Japanese', serif;*/
    font-weight: 600;
    text-align: center;
}
.top-page ul#tab-kansai-hamamatsu li a ,
.top-page ul#tab-chugoku-shikoku li a ,
.top-page ul#tab-kanto li a {
    display: block;
    width: 180px;
    padding: 0px 15;
    text-decoration: none;
    color: #E1352B;
    height: 40px;
    line-height: 40px;
    font-size:0.9rem;
}
.top-page ul#tab-kansai-hamamatsu li a:hover,
.top-page ul#tab-chugoku-shikoku li a:hover,
.top-page ul#tab-kanto li a:hover {
    background: #F38882;
    color: #fff;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.top-page ul#tab-kansai-hamamatsu li.active,
.top-page ul#tab-chugoku-shikoku li.active,
.top-page ul#tab-kanto li.active,
.top-page ul#tab-kansai-hamamatsu li.active a,
.top-page ul#tab-chugoku-shikoku li.active a,
.top-page ul#tab-kanto li.active a,
.top-page ul#tab-kansai-hamamatsu li.active a:hover,
.top-page ul#tab-chugoku-shikoku li.active a:hover,
.top-page ul#tab-kanto li.active a:hover {
    background: #E1352B;
    color: #fff;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
    min-width: 180px;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.top-page ul#tab-kansai-hamamatsu li.active:after,
.top-page ul#tab-chugoku-shikoku li.active:after,
.top-page ul#tab-kanto li.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #E1352B rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.top-page #detail {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 150px;
    padding: 30px 0;
}
.top-page .tabbox-kansai-hamamatsu,
.top-page .tabbox-chugoku-shikoku,
.top-page .tabbox-kanto {
    display: none;
}

/* ****** TAB1 ****** */
.top-page div.update {
font-size: 0.8rem;
}

.top-page div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;
}

.top-page div.update dt {
width: 7.7em; /* 日付エリアの幅 */
float: left;
padding: 10px 0 9px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 1.7em;
font-weight:700;
}

.top-page div.update dd {
margin: 0;
padding: 10px 3px 9px 7.8em; /* 本文エリアのパディング（上右下左） */
line-height: 1.7em;
border-bottom: dotted 1px #EEE;
font-size:0.8rem;
}
.top-page div.update dd:last-child,
.top-page div.update dd.lastChild{
border-bottom: 0;
}
/* ****** TAB2 ****** */
.top-page .area-bunner-slide{
    margin: 0 30px;
}

@media only screen and (max-width:1150px){
    .top-page .head-area-wrap .flexslider {
        width: 960px;
    }
}


@media only screen and (max-width:768px){
/*----------------------------------------------------
    CONTENTS
----------------------------------------------------*/
    .top-page .top-area-social-nav {
        display: block;
        padding: 15px 0 13px;
        width: 200px;
        margin: auto;
    }
    .top-page .top-area-social-nav li {
        float: left;
        margin-right: 10px;
    }

    .top-page .head-area-wrap .inner .top-area-left{
        display:none;
    }
    .top-page .head-area-wrap .inner .top-area-right {
        width: 100%;
        float: none;
        margin-top: 0;
        margin: 10px 0;
        width:90%;
        margin:auto;
    }

    .top-page .area-list-wrap {
        padding: 0;
    }
    .top-page .head-area-wrap .inner.shop-search-wrap {
        position: relative;
        /* background-color: #F6F4E8; */
    }
    .top-page .top-area-link li {
        width: 31.33333%;
        float: left;
        margin-right:3%;
    }
    .top-page .top-area-link li:last-child,
    .top-page .top-area-link li.lastChild{
        margin-right:0;
    }
    .top-page .top-area-link {
        background-color: rgba(255, 255, 255, 0);
        padding: 20px 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        text-align: center;
    }
    .top-page .top-area-link img.area-link-btn-pc{
        display:none;
    }
    .top-page .top-area-link img.area-link-btn-sp{
        display:block;
        width:100%;
    }

/*----------------------------------------------------
    SLIDER
----------------------------------------------------*/
    .top-page .head-area-wrap .flexslider {
        width: 100%;
        height: auto;
    }

    .top-page .flex-direction-nav {
        display: none;
    }

/*----------------------------------------------------
    AREA CONTENTS
----------------------------------------------------*/
    .top-page h3.area-title-sp{
        display:block;
    }
    .top-page h3.area-title-pc{
        display:none;
    }
    .top-page .area-list-wrap .inner{
        width:100%;
    }
    .top-page .this-area-wrap{
        padding-top: 0px;
    }
    .top-page .head-area-wrap .inner {
        width:98%;
    }
    .top-page section #kansai-hamamatsu, .top-page section #chugoku-shikoku {
        padding-bottom: 0;
    }

    .top-page .area-list-wrap .area-list-head h3 {
        font-size: 1.4rem;
        width: 100%;
        float: none;
        background-image: none;
        line-height: 1.5em;
        padding: 14px 5% 17px;
        background-color: #886E5D;
        color: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-page .one-area-wrap {
        background-color: transparent;
    }
    .top-page .head-area-wrap {
        padding-bottom: 0;
    }
    .top-page .area-list-wrap .inner{
        padding: 0;
    }
    .top-page section table.rsp-table {
        width: 90%;
        margin: auto;
    }

    /* ****** page link ****** */
    .top-page .area-text-link {
        width: 90%;
    }
    .top-page .area-text-link li br{
        display: block;
    }

    /* ****** TAB2 ****** */
    .top-page .area-bunner-slide{
        margin: 0px;
    }
    .top-page .area-list-wrap .to-btn-list {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        float: none;
        margin: auto;
        background-size: 100% auto;
        background-image: url(./images/bg02.png);
        background-position: top center;
        background-repeat: repeat-x;
    }
    .top-page .this-area-wrap{
        background-image:none;
    }
    .top-page .to-top-btn{
        margin-right: 2%;
    }
    .top-page .to-top-btn, .top-page .to-rsv-btn {
        width: 49%;
        margin-top: 35px;
        margin-bottom: 15px;
        float: left;
    }
    .top-page .to-top-btn a, .to-rsv-btn a {
        font-size: 0.8rem;
        padding: 11px;
    }
    .top-page ul#tab-kansai-hamamatsu,
    .top-page ul#tab-chugoku-shikoku,
    .top-page ul#tab-kanto{
        border-bottom: 0;
        width: 90%;
    }
    .top-page #detail {
        width: 100%;
        padding: 15px 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        border-top: 3px solid #E1352B;
    }
    .top-page div.update{
        width:90%;
        margin:auto;
    }
    .top-page div.update dt{
        padding: 10px 0 9px 0px;
    }
    .top-page .area-tab-wrap {
        margin-top: 20px;
    }

}
@media only screen and (max-width:480px){

/*----------------------------------------------------
    CONTENTS
----------------------------------------------------*/
    .top-page .reserve-btn{
        font-size:1.2rem;
    }

/*----------------------------------------------------
    AREA CONTENTS
----------------------------------------------------*/
    .top-page .to-top-btn {
        margin-right: 0;
        margin: 35px 0 0 0;
    }
    .top-page .to-rsv-btn {
        margin: 10px 0 20px 0;
    }
    .top-page .to-top-btn, .top-page .to-rsv-btn{
        width: 100%;
        float:none;
    }
    .top-page .area-list-wrap .to-btn-list {
        background-size: 200% auto;
    }
    .top-page .area-list-wrap .area-list-head h3 {
        font-size: 1.2rem;
        padding: 9px 5% 12px;
    }

    /* ****** page link ****** */
    .top-page .area-text-link li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom:10px;
    }
    .top-page .area-text-link li:last-child,
    .top-page .area-text-link li.lastChild{
        margin-bottom:0;
    }
    .top-page .area-text-link li br{
        display:none;
    }

/*----------------------------------------------------
    .rsp-table
----------------------------------------------------*/
    .top-page table.rsp-table .include-shop {
        margin-left: 1em;
    }
    .top-page section table.rsp-table {
        width: 100%;
    }

    .top-page table.rsp-table th,
    .top-page table.rsp-table td{
        width: 100%;
        display: block;
        border-top: none;
        padding: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: baseline;
    }
    .top-page section table.rsp-table th{
        background-image: url(./images/plus.jpg);
        background-position: 95% 7px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
    }
    .top-page section table.rsp-table th.open{
        background-image: url(./images/minus.jpg);
    }
    .top-page section table.rsp-table th,
    .top-page table.rsp-table tr:first-child th {
        border-top: 2px solid #e1352b;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        color: #e1352b;
        font-weight: 700;
        font-size: 1rem;
        background-color: #fff;
        padding: 11px 5% 8px;
    }

    .top-page section table.rsp-table th  {
        font-family: monospace;
    }
    .top-page section table.rsp-table h4 {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
        font-family: monospace;
        padding: 10px 1em 6px;
        background-color: #EEE;
        border-left: 0;
    }
    .top-page section table.rsp-table h5 {
        font-family: monospace;
        padding: 7px 5px 4px 0.6em;
        font-size: 0.9rem;
        font-weight: 600;
        border-left: 5px solid #ccc;
        margin-left: 0;
        margin-right: 10px;
    }
    .top-page section table.rsp-table tr:last-child,
    .top-page section table.rsp-table tr.lastChild{
        border-bottom: 1px solid #DDD;
    }
    .top-page section table.rsp-table td {
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        border-top: 1px solid #EEE;
        padding: 10px 5%;
    }
    .top-page table.rsp-table ul li {
        display: block;
        margin-right: 0;
        padding: 5px 1em;
    }
    .top-page table.rsp-table ul li a{
        text-decoration:none;
        color:#333;
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 0;
    }
    .top-page table.rsp-table ul li a:after {
        content: '>';
        position: absolute;
        right: 30px;
        color: #CCC;
    }

/*----------------------------------------------------
    TAB AREA
----------------------------------------------------*/
    .top-page ul#tab-kansai-hamamatsu li,
    .top-page ul#tab-kansai-hamamatsu li a:hover,
    .top-page ul#tab-kansai-hamamatsu li.active,
    .top-page ul#tab-kansai-hamamatsu li.active a,
    .top-page ul#tab-kansai-hamamatsu li.active a:hover,
    .top-page ul#tab-chugoku-shikoku li,
    .top-page ul#tab-chugoku-shikoku li a:hover,
    .top-page ul#tab-chugoku-shikoku li.active,
    .top-page ul#tab-chugoku-shikoku li.active a,
    .top-page ul#tab-chugoku-shikoku li.active a:hover,
    .top-page ul#tab-kanto li,
    .top-page ul#tab-kanto li a:hover,
    .top-page ul#tab-kanto li.active,
    .top-page ul#tab-kanto li.active a,
    .top-page ul#tab-kanto li.active a:hover {
        min-width: 50%;
    }

    .top-page ul#tab-kansai-hamamatsu li a,
    .top-page ul#tab-chugoku-shikoku li a,
    .top-page ul#tab-kanto li a {
        width: 100%;
    }
}