@charset "utf-8";
/* style */

@import url('https://fonts.googleapis.com/css?family=Oswald:500,600,700');

/*------------------------------
	header PC
------------------------------*/
@media screen and (min-width: 768px) {
    #header{
        width: 1000px;
        color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        height: 150px;
    }
    #header h1{
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        transform: rotate(.03deg);
        font-weight: normal;
        font-size: 3.1rem;
        /*background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-size: 50px 48px;
        background-position: left 2px;
        padding-left: 60px;*/
        padding-top: 5px;
        padding-bottom: 10px;
        top: 85px;
        position: absolute;
        width: 90%;
        line-height: 1.2;
    }
    #header .description{
        font-size: 1.2rem;
        position: absolute;
        top: 5px;
        width: 63%;
        color: #BBBBBB;
    }
    #header .official{
        padding-top: 2em;
    }
    #header .telNumber{
        top: 10px;
        left: 66%;
        position: absolute;
        line-height: 1.2;
    }
    #header .telNumber .number{
        font-family: 'Oswald', sans-serif;
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    #header .telNumber .number span{
        font-size: 3.2rem;
    }
    #header .toritetsuLogo{
        position: absolute;
        top: 95px;
        right: 0;
    }
    .lang{
        position: absolute;
        top:40px;
        right: 0;
    }
    .lang li{
        float: left;
        padding-right: 0.5em;
        padding-left: 0.5em;
        border-right: 1px solid #FFFFFF;
    }
    .lang li:last-child{
        padding-right: 0;
        border-right: none;
    }
    .lang li a{
        color: #FFF;
    }
    
}
/*------------------------------
	heder SP
------------------------------*/
@media screen and (max-width: 767px) {
    #header{
        width: 94%;
        color: #FFFFFF;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        height: 39vw;
    }
    #header h1{
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        transform: rotate(.03deg);
        font-weight: normal;
        font-size: 5vw;
        /*background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-size: 10vw;
        background-position: left center;
        padding-left: 15%;*/
        position: absolute;
        top: 20vw;
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
        line-height: 1.2;
    }
    #header .description{
        font-size: 3.0vw;
        position: absolute;
        top: 2vw;
        color: #BBBBBB;
        line-height: 1.2;
    }
    #header .official{
        padding-top:10vw;
        font-size: 3.2vw;
    }
    #header .telNumber{
        top: 8.5vw;
        right: 0;
        position: absolute;
        line-height: 1.2;
    }
    #header .telNumber .number{
        font-family: 'Oswald', sans-serif;
        font-size: 5vw;
        letter-spacing: 1px;
    }
    #header .telNumber .number span{
        font-size: 7vw;
    }
    #header .toritetsuLogo{
        display: none;
    }
    .lang{
        position: absolute;
        top:10vw;
        right: 0;
    }
    .lang li{
        float: left;
        padding-right: 0.5em;
        padding-left: 0.5em;
        border-right: 1px solid #FFFFFF;
        font-size: 3vw;
    }
    .lang li:last-child{
        padding-right: 0;
        border-right: none;
    }
    .lang li a{
        color: #FFF;
    }
}

/*------------------------------
	topInformationWrap PC
------------------------------*/
@media screen and (min-width: 768px) {
    #topInformationWrap{
        width: 1000px;
        color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
    .spendBlock{
        font-size: 1.8rem;
        font-weight: 700;
        width: 370px;
        display: inline-block;
    }
    .spendBlock span{
        font-weight: normal;
        font-size: 1.6rem;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 42px;
        margin-right: 30px;
    }
    .spendBlock span.lunch{
        background-image: url(../images/icon_01.png);
        background-repeat: no-repeat;
        background-size: 32px 32px;
        background-position: top left;
    }
    .spendBlock span.dinner{
        background-image: url(../images/icon_02.png);
        background-repeat: no-repeat;
        background-size: 32px 32px;
        background-position: top left;
    }
    .holidayBlock{
        background-image: url(../images/icon_03.png);
        background-repeat: no-repeat;
        background-size: 32px 32px;
        background-position: top left;
        font-size: 1.8rem;
        font-weight: 700;
        padding-left: 42px;
        padding-top: 3px;
        padding-bottom: 3px;
        display: inline-block;
        width: 620px;
    }
    .holidayBlock span{
        font-weight: normal;
        font-size: 1.6rem;
    }
    .accessBlock{
        background-image: url(../images/icon_04.png);
        background-repeat: no-repeat;
        background-size: 32px 32px;
        background-position: top left;
        font-size: 1.8rem;
        font-weight: 700;
        padding-left: 42px;
        padding-top: 3px;
        padding-bottom: 3px;
        width: 45%;
        float: left;
        margin-top: 20px;
    }
    .accessBlock .accessBox{
        font-weight: normal;
        font-size: 1.6rem;
        float: right;
    }
    .buttonWrap{
        float: right;
        width: 520px;
        margin-top: 50px;
    }
    .buttonWrap li{
        float: left;
        margin-right: 5px;
    }
    .buttonWrap li:last-child{
        margin-right: 0;
    }
    #topInformationWrap .toritetsuLogo{
        display: none;
    }
 }

/*------------------------------
	topInformationWrap SP
------------------------------*/
@media screen and (max-width: 767px) {
    #topInformationWrap{
        width: 90%;
        color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5vw;
        position: relative;
    }
    .spendBlock{
        font-size: 3.6vw;
        font-weight: 700;
        margin-bottom: 4vw;
    }
    .spendBlock span{
        font-weight: normal;
        font-size: 3.4vw;
        padding-top: 1vw;
        padding-bottom: 2vw;
        padding-left: 8vw;
        margin-right: 4vw;
    }
    .spendBlock span.lunch{
        background-image: url(../images/icon_01.png);
        background-repeat: no-repeat;
        background-size: 6vw 6vw;
        background-position: top left;
    }
    .spendBlock span.dinner{
        background-image: url(../images/icon_02.png);
        background-repeat: no-repeat;
        background-size: 6vw 6vw;
        background-position: top left;
    }
    .holidayBlock{
        background-image: url(../images/icon_03.png);
        background-repeat: no-repeat;
        background-size: 6vw 6vw;
        background-position: top left;
        font-size: 3.6vw;
        font-weight: 700;
        padding-left: 8vw;
        padding-top: 1vw;
        padding-bottom: 2vw;
        width: 75%;
    }
    .holidayBlock span{
        font-weight: normal;
        font-size: 3.4vw;
    }
    .accessBlock{
        background-image: url(../images/icon_04.png);
        background-repeat: no-repeat;
        background-size: 6vw 6vw;
        background-position: top left;
        font-size: 3.6vw;
        font-weight: 700;
        padding-left: 8vw;
        padding-top: 1vw;
        padding-bottom: 2vw;
    }
    .accessBlock .accessBox{
        font-weight: normal;
        font-size: 3.4vw;
        float: right;
    }
    .buttonWrap li{
        float: left;
        margin-right: 2%;
        width: 32%;
    }
    .buttonWrap li:last-child{
        margin-right: 0;
    }
    #topInformationWrap .toritetsuLogo{
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
    }
 }

/*------------------------------
	tag PC
------------------------------*/
@media screen and (min-width: 768px) {
    .keyword{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        margin-bottom: 20px;
    }
    .keyword li{
        float: left;
        margin-right: 5px;
        color: #FFFFFF;
        background: #555555;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 5px;
        font-size: 1.3rem;
    }
}
/*------------------------------
	tag SP
------------------------------*/
@media screen and (max-width: 767px) {
    .keyword{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5vw;
    }
    .keyword li{
        float: left;
        margin-right: 5px;
        color: #FFFFFF;
        background: #555555;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 5px;
        font-size: 3vw;
    }
}

/*------------------------------
	shopDetailButton PC
------------------------------*/
@media screen and (min-width: 768px) {
    .shopDetailButton{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        line-height: 70px;
        text-align: center;
    }
    .shopDetailButton a{
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.8rem;
        display: block;
        position: relative;
        background: #e6e6e6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }
    .shopDetailButton a:hover{
        background: #FFFFFF;
    }
    .shopDetailButton a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        width: 0;
        height: 0;
        margin-top: -5px;
        border: 8px solid transparent; 
        border-top: 8px solid #000000;
        display: inline-block;
        margin-left: -1em;
    }
}
/*------------------------------
	shopDetailButton SP
------------------------------*/
@media screen and (max-width: 767px) {
    .shopDetailButton{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        line-height: 80px;
        text-align: left;
    }
    .shopDetailButton a{
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 3.4vw;
        display: block;
        position: relative;
        background: #e6e6e6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        line-height: 1.2;
        padding-top: 3vw;
        padding-bottom: 3vw;
        padding-left: 1.5em;
    }
    .shopDetailButton a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        width: 0;
        height: 0;
        margin-top: -5px;
        border: 5px solid transparent; 
        border-top: 5px solid #000000;
        display: inline-block;
        margin-left: -1em;
    }
}
/*------------------------------
	shopDetailMenuButton PC
------------------------------*/
@media screen and (min-width: 768px) {
    .shopDetailMenuButton{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        line-height: 70px;
        text-align: center;
    }
    .shopDetailMenuButton i{
        color: #e8381c;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    
    .shopDetailMenuButton li{
        width: 32%;
        float: left;
        margin-right: 2%;
    }
    .shopDetailMenuButton li:nth-of-type(4){
        margin-right: 0;
    }
    .shopDetailMenuButton a{
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.8rem;
        display: block;
        position: relative;
        background: #e6e6e6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }
    .shopDetailMenuButton li.tel{
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.8rem;
        display: block;
        position: relative;
        background: #e6e6e6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }
    .shopDetailMenuButton a:hover{
        background: #FFFFFF;
    }
}
/*------------------------------
	shopDetailMenuButton SP
------------------------------*/
@media screen and (max-width: 767px) {
    .shopDetailMenuButton{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .shopDetailMenuButton i{
        color: #e8381c;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    
    .shopDetailMenuButton li{
        width: 48%;
        float: left;
        line-height: 3;
        margin-bottom: 3vw;
    }
    .shopDetailMenuButton li:nth-of-type(2){
        width: 100%;
        float: none;
    }
    .shopDetailMenuButton li:nth-of-type(4){
        margin-left: 4%;
    }
    
    .shopDetailMenuButton a{
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 3.4vw;
        display: block;
        position: relative;
        background: #e6e6e6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }
    .shopDetailMenuButton a:hover{
        background: #FFFFFF;
    }
}  

/*------------------------------
	shopDetailButton SP
------------------------------*/
@media screen and (max-width: 767px) {
    .keyword{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .keyword li{
        float: left;
        margin-right: 5px;
        color: #FFFFFF;
        background: #555555;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 5px;
        font-size: 3vw;
    }
}


    
/*------------------------------
slider PC
------------------------------*/
@media screen and (min-width: 768px) {
    .slider_wrap{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
    .slider-for{
        width: 1000px;
    }
    .slider-for2{
        width: 450px;
        float: left;
    }
    .slider-nav{


    }
    .slider-nav2{
        width: 300px;
        float: right;
    }
    .slider-nav2 .thumbnail-item{
        width: 100px;
        height: 100px;
    }
    .thumbnail-item img{
        width: 100%;
        margin: 0 auto;
    }
    .thumbnail-item {
        height: 100px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 8px;
        float: left;
    }
    .slide-item {
        text-align: center;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }
    .slide-item > img {
        display: block;
        height: auto;
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .slide-item span{
        background: rgba(0,0,0,0.7);
        width: 100%;
        color: #FFFFFF;
        font-size: 1.4rem;
        text-align: left;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 12px;
        padding-left: 12px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
    }
    .thumbnail-item > img {
        display: block;
        width: 95px;
        height: auto;
    }
    .slider_wrap{
        margin-top: 35px;
    }
    .slick-counter{
        color: #FFFFFF;
        position: absolute;
        z-index: 1;
        top: 0px;
        right: 0;
        padding-right: 2.0rem;
        padding-left: 2.0rem;
        font-size: 1.4rem;
        background: #000;
    }
    .slick-prev{
        display: block;
        position: absolute;
        left:0;
        top: 47%;
        margin: auto;
        z-index: 1;
        width: 20px;
        color: #FFFFFF;
        text-align: center;
    }
    .slick-next{
        display: block;
        position: absolute;
        right: 0;
        top: 47%;
        right: 0;
        margin: auto;
        z-index: 1;
        width: 20px;
        color: #FFFFFF;
        text-align: center;
    }
    .slick-prev i,.slick-next i{
        position: absolute;
        top:0;
        right: 5px;
    }
      .main-prev{
        display: block;
        position: absolute;
        top: 0;
        left:0;
        z-index: 1;
        width: 20px;
        height:100%;
        color: #FFFFFF;
        text-align: center;
        font-size: 5rem;
    }
    .main-next{
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 1;
        width: 50px;
        height:100%;
        color: #FFFFFF;
        text-align: center;
        font-size: 5rem;
    }
    .main-prev i,.main-next i{
        position: absolute;
        top:45%;
    }
    #sliderWrap2{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        margin-top: 50px;
    }
    #slider{
      width: 640px;
    }
    .slide-item img{
        width: 100%;
      }  
    #thumbnail-list{
      width: 300px;
      display: flex;
      justify-content: space-between;
      flex-wrap:wrap;
      position: absolute;
      top: 0;
      right: 0;
    }
    .thumbnail-item{
      flex: 0 1 33%;
      margin-bottom: 10px;
      box-sizing: border-box;
      position:relative }
    .thumbnail-item:after{
        content:'';
        background-color: rgba(0,0,0,0.5);
        position:absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: .3s opacity linear;
      }
    .thumbnail-item.thumbnail-current:after{
        opacity: 0;
      }
    .thumbnail-item.thumbnail-current　img{
        width: 100%;
        margin: 0 auto;
      } 
}

/*------------------------------
slider SP
------------------------------*/
@media screen and (max-width: 767px) {
    .slider_wrap{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .slider-nav{
        height: 18.0vw;
        overflow: hidden;
    }
    .thumbnail-item img{
        width: 100%;
        margin: 0 auto;
    }
    .thumbnail-item {
        overflow: hidden;
    }
    .slide-item {
        text-align: center;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .slide-item > img {
        display: block;
        height: auto;
        width: 100%;
    }
    .slide-item span{
        background: rgba(0,0,0,0.6);
        width: 100%;
        color: #FFFFFF;
        font-size: 3.0vw;
        text-align: left;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 2px;
        padding-left: 5px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .thumbnail-item > img {
        display: block;
        height: auto;
        width: auto;
    }
    .slider_wrap{
        margin-top: 2vw;
    }
    .slick-counter{
        background-color: rgba(87,87,87,0.8);
        color: #FFFFFF;
        position: absolute;
        z-index: 1;
        top: 0;
        right:0;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        font-size: 3.4vw;
    }
    .slick-prev{
        display: block;
        position: absolute;
        top: 40%;
        left:0%;
        z-index: 1;
        width: 20px;
        color: #FFFFFF;
        text-align: center;

    }
    .slick-next{
        display: block;
        position: absolute;
        top: 40%;
        right: 0%;
        z-index: 1;
        width: 20px;
        color: #FFFFFF;
        text-align: center;
    }
      .main-prev{
        display: block;
        position: absolute;
        top: 0;
        left:0;
        z-index: 1;
        width: 20px;
        height:100%;
        color: #FFFFFF;
        text-align: center;
        font-size: 3rem;
    }
    .main-next{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 50px;
        height:100%;
        color: #FFFFFF;
        text-align: center;
        font-size: 3rem;
    }
    .main-prev i,.main-next i{
        position: absolute;
        top:40%;
    }
   #sliderWrap2{
        width: 90%;
        margin-right: auto;
        margin-left: auto;

        margin-top: 5vw;
    }
    #slider{
        margin-bottom: 5vw;
    }
    .slide-item img{
        width: 100%;
      }  
    #thumbnail-list{
      display: flex;
      flex-wrap:wrap;
    }
    .thumbnail-item{
      flex: 0 1 16%;
      margin-bottom: 10px;
      box-sizing: border-box;
      position:relative }
    .thumbnail-item:after{
        content:'';
        background-color: rgba(0,0,0,0.5);
        position:absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: .3s opacity linear;
      }
    .thumbnail-item.thumbnail-current:after{
        opacity: 0;
      }
    .thumbnail-item.thumbnail-current　img{
        width: 100%;
        margin: 0 auto;
      } 
    
}
 
 
/*------------------------------
slider 共通
------------------------------*/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}

.slick-slide:focus {
  outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
 
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider-nav .slick-current img{
    border: 3px solid #FFFFFF;
    display: block;
}
.slider-nav2 .slick-current img{
    border: 3px solid #FFFFFF;
    display: block;
}
/*------------------------------
movie PC
------------------------------*/
@media screen and (min-width: 768px) {
    #movieWrap{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 100px;
        color: #FFFFFF;
        line-height: 2;
    }
}
/*------------------------------
movie SP
------------------------------*/
@media screen and (max-width: 767px) {
    #movieWrap{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5vw;
        color: #FFFFFF;
        line-height: 2;
    }
}
/*------------------------------
shopmap PC
------------------------------*/
@media screen and (min-width: 768px) {
    #googleShopmap{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 100px;
        color: #FFFFFF;
        line-height: 2;
    }
    .shopMapTit{
        font-size: 2.0rem;
    }
}
/*------------------------------
shopmap SP
------------------------------*/
@media screen and (max-width: 767px) {
    #googleShopmap{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5vw;
        color: #FFFFFF;
        line-height: 2;
    }
    .shopMapTit{
        font-size: 4vw;
    }
}
/*------------------------------
#freespace PC
------------------------------*/
@media screen and (min-width: 768px) {
    #freespace{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 100px;
        color: #FFFFFF;
        line-height: 2;
    }
    
}
/*------------------------------
#freespace SP
------------------------------*/
@media screen and (max-width: 767px) {
    #freespace{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5vw;
        color: #FFFFFF;
        line-height: 2;
    }
}
/*------------------------------
youtube 共通
------------------------------*/
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 2vw
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------
menu PC
------------------------------*/
@media screen and (min-width: 768px) {
    #menuWrap{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 100px;
    }
    #menuWrap a{
        color: #000000;
        text-decoration: underline;
    }
    
}
/*------------------------------
menu SP
------------------------------*/
@media screen and (max-width: 767px) {
    #menuWrap{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10vw;
    }
    #menuWrap a{
        color: #000000;
        text-decoration: underline;
    }
}

/*------------------------------
cousemenu PC
------------------------------*/
@media screen and (min-width: 768px) {
    .courseWrap{
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #000000;
    }

    .courseWrap h2{
        color: #f40900;
        font-size: 3.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        padding-bottom: 0.5em;
    }
    .courseWrap h2 span{
        color: #000000;
        font-size: 2.2rem;
        line-height: 1;
    }
    .courseDl dl,.courseDl p{
        float: left;
    }
    .courseDl dl dt,.courseDl dl dd{
        float: left;
    }
    .courseDl dl dd{
        padding-right: 1em;
    }
    .coursePointComment {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 1.5em;
        width: 100%;
        background: #000000;
    }
    .coursePointComment :before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #000000;
    }
    .coursePointComment p {
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        text-align: center;
    }
    .cousePointPhoto{
        width: 450px;
        float: left;
        background: #eab92d;
        padding-bottom: 1em;
        color: #FFFFFF;
    }
    .coursePrice{
        font-size: 2.8rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 0.5em;
        text-align: center;
    }
    .coursePrice span{
        font-size: 4.0rem;
        color: #f40900;
        font-weight: 700;
    }
    .courseMenu{
        width: 450px;
        float: right;
    }
    .courseMenu h3{
        font-size: 2.0rem;
        padding-bottom: 10px;
    }
    .courseMenu .courseLi{
        margin-bottom: 20px;
    }
    .courseMenu .courseLi li{
        padding-left: 1em;
        text-indent: -1em;
        padding-bottom: 10px;
    }
    .courseMenu .courseLi li:before {
        content: '・';
    }
    .courseMenu .noteLi{
        padding-top: 30px;
    }
    
    .courseMenu .noteLi li{
        padding-bottom: 10px;
    }
    #course .course_img{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #course .course_img img{
        max-width: 100%;
        height: auto;
    }
}
/*------------------------------
cousemenu SP
------------------------------*/
@media screen and (max-width: 767px) {
    .courseWrap{
        padding-top: 3vw;
        padding-bottom: 3vw;
        border-bottom: 1px solid #000000;
    }
    .courseWrap h2{
        color: #f40900;
        font-size: 5.8vw;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        padding-bottom: 0.5em;
    }
    .courseWrap h2 span{
        color: #000000;
        font-size: 4vw;
        line-height: 1.6;
        display: block;
    }
    .courseDl p{
        display: inline-block;
        padding-left: 1em;
        text-indent: -1em;
    }
    .courseDl dl dt,.courseDl dl dd{
        float: left;
    }
    .courseDl dl dd{
        padding-right: 1em;
    }
    .coursePointComment {
        position: relative;
        display: inline-block;
        margin: 0.5em 0;
        padding: 2%;
        width: 100%;
        background: #000000;
    }
    .coursePointComment :before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border: 5px solid transparent;
        border-top: 5px solid #000000;
    }
    .coursePointComment p {
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        text-align: left;
        text-indent: 0;
        font-size: 3.2vw;
    }
    .cousePointPhoto{
        width: 100%;
        float: left;
        background: #eab92d;
        padding-bottom: 1em;
        color: #FFFFFF;
        margin-bottom: 10px;
    }
    .coursePrice{
        font-size: 4vw;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 0.5em;
        text-align: center;
    }
    .coursePrice span{
        font-size: 6vw;
        color: #f40900;
        font-weight: 700;
    }
    .courseMenu h3{
        font-size: 4vw;
        line-height: 2;
    }
    .courseMenu .courseLi{
        margin-bottom: 2vw;
    }
    .courseMenu .courseLi li{
        padding-left: 1em;
        text-indent: -1em;
        padding-bottom: 2vw;
    }
    .courseMenu .courseLi li:before {
        content: '・';
    }
    .courseMenu .noteLi li{
        padding-bottom: 2vw;
    }
    .courseMenu .noteLi{
        padding-top: 3vw;
    }
}

/*------------------------------
ReservationBtn PC
------------------------------*/
@media screen and (min-width: 768px) {
    .reservationBtnBlock{
        border-top: 2px solid #555555;
        border-bottom: 2px solid #555555;
        border-right: 2px solid #555555;
        border-left: 2px solid #555555;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 25px;
        padding-left: 25px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    #course .reservationBtnBlock{
        border-top: 1px solid #555555;
    }
    .reservationBtnBlock h3{
        font-size: 2.6rem;
        font-weight: normal;
        border-bottom: 2px solid #555555;
        line-height: 2;
    }
    .reservationBtnBlock dt{
        background: #000000;
        color: #FFFFFF;
        display: inline-block;
        font-size: 2.2rem;
        padding-right: 1em;
        padding-left: 1em;
        vertical-align: top;
        margin-top: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 1em;
    }
    .reservationBtnBlock dd{
        color: #000000;
        font-family: 'Oswald', sans-serif;
        font-size: 3.2rem;
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
    }
    .reservationBtnBlock dd span{
        font-size: 5.0rem;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .reservationBtnBlock li{
        float: left;
        width: 48%;
        margin-right:1%;
        margin-left: 1%;
        line-height: 80px;
        margin-top: 15px;
    }
    .reservationBtnBlock li i{
        color: #ff3300;
        padding-right: 0.5em;
        padding-left: 0.5em; 
    }
    .reservationBtnBlock li a{
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 2.0rem;
        display: block;
        position: relative;
        background: #e6e6e6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
        text-decoration: none!important;
    }
    .reservationBtnBlock li.tel{
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 2.0rem;
        display: block;
        position: relative;
        background: #e6e6e6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }
}
/*------------------------------
ReservationBtn SP
------------------------------*/
@media screen and (max-width: 767px) {
    .reservationBtnBlock{
        border-top: 2px solid #555555;
        border-bottom: 2px solid #555555;
        border-right: 2px solid #555555;
        border-left: 2px solid #555555;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-right: 2%;
        padding-left: 2%;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    #course .reservationBtnBlock{
        border-top: 1px solid #555555;
    }
    .reservationBtnBlock h3{
        font-size: 4.2vw;
        font-weight: normal;
        border-bottom: 2px solid #555555;
        line-height: 2;
    }
    .reservationBtnBlock dt{
        background: #000000;
        color: #FFFFFF;
        font-size: 3.4vw;
        line-height: 2;
        padding-right: 2vw;
        padding-left: 2vw;
        margin-top: 3vw;
    }
    .reservationBtnBlock dd{
        color: #000000;
        font-family: 'Oswald', sans-serif;
        font-size: 6vw;
    }
    .reservationBtnBlock dd span{
        font-size: 10vw;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .reservationBtnBlock li{
        line-height: 3;
        margin-top: 15px;
    }
    .reservationBtnBlock li i{
        color: #ff3300;
        padding-right: 0.5em;
        padding-left: 0.5em; 
    }
    .reservationBtnBlock li a{
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 4vw;
        display: block;
        position: relative;
        background: #e6e6e6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        transition: 0.4s;
    }
}
/*------------------------------
メニュー PC
------------------------------*/
@media screen and (min-width: 768px) {
    h2.menuTit{
        line-height: 3;
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #FFFFFF;
        font-size: 2.2rem;
        font-weight: normal;
        margin-top: 1em;
    }
    .shopInformation{
        padding: 20px 0;
    }
    .menuListWrap{
        width: 100%;
        margin-bottom: 10px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .menuListBlock{
        vertical-align: top;
        min-width: 500px;
        width: 100%;
    }
    .menuListPh{
        width: 500px;
        margin-right: 30px;
    }
    .menuListBlock h3{
        background: #2f2f2f;
        text-align: center;
        color: #FFFFFF;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.8rem;
        font-weight: normal;
        line-height: 2.5;
    }
    .menuListBlock ul{
        font-size: 0;
    }
    .menuListBlock ul li{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 1.3rem;
    }
    .menuListBlock .menuTitle:before {
        content: '■';
    }
    .menuListBlock ul li:nth-child(even){
        background: #F9F9F9;
    }
    .menuListBlock ul li span.menuTitle{
        float: left;
        width: 90%;
    }
    .menuListBlock ul li span.menuPrice{
        float: right;
        width: 10%;
        text-align: right;
    }
    p.tax{
        text-align: right;
        font-size: 1.2rem;
        margin-bottom: 1em;
    }
    .menuButton{
        width: 400px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 60px;
        text-align: center;
        margin-bottom: 50px;
    }
    .menuButton a{
        text-decoration: none!important;
        color: #FFFFFF!important;
    }
    .menuButton i{
        padding-right: 0.5em;
    }
}
/*------------------------------
メニュー SP
------------------------------*/
@media screen and (max-width: 767px) {
    h2.menuTit{
        line-height: 1.2;
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #FFFFFF;
        font-size: 4vw;
        font-weight: normal;
        margin-top: 2vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
    .shopInformation{
        padding: 3vw 0;
    }
    .menuListWrap{
        width: 100%;
        margin-bottom: 1vw;
    }
    .menuListBlock{
        width: 100%;
    }
    .menuListPh{
        margin-top: 20px;
    }
    .menuListBlock h3{
        background: #2f2f2f;
        text-align: center;
        color: #FFFFFF;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 3.8vw;
        font-weight: normal;
        line-height: 2.5;
    }
    .menuListBlock ul{
        font-size: 0;
    }
    .menuListBlock ul li{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 3.2vw;
    }
    .menuListBlock .menuTitle:before {
        content: '■';
    }
    .menuListBlock ul li:nth-child(even){
        background: #F9F9F9;
    }
    .menuListBlock ul li span.menuTitle{
        float: left;
        width: 80%;
    }
    .menuListBlock ul li span.menuPrice{
        float: right;
        width: 20%;
        text-align: right;
    }
    p.tax{
        text-align: right;
        font-size: 3vw;
        margin-bottom: 1em;
    }
    .menuButton{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 60px;
        text-align: center;
        margin-bottom: 5vw;
    }
    .menuButton a{
        text-decoration: none!important;
        color: #FFFFFF!important;
    }
    .menuButton i{
        padding-right: 0.5em;
    }
}
/*------------------------------
shop about PC
------------------------------*/
@media screen and (min-width: 768px) {
    #shopAboutWrap{
        margin-top: 100px;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
    #shopAboutWrap h2{
        position: relative;
        display: inline-block;
        margin: 0.5em 0;
        padding: 2%;
        width: 100%;
        background: #555555;
        color: #FFFFFF;
        text-align: center;
        text-indent: 0;.
        color: #FFFFFF;
        font-size: 3.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        letter-spacing: 3px;
        text-indent: -3px;
    }
    #shopAboutWrap h2:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #555555;
    }
    #shopAboutWrap table{
        width: 100%;
        table-layout:fixed;
    }
    #shopAboutWrap table th{
        background: #CCCCCC;
        vertical-align: top;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 22%;
        text-align: left;
        padding-left: 15px;
    }
    #shopAboutWrap table td{
        background: #FFFFFF;
        vertical-align: top;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        word-wrap:break-word;
    }
    #shopAboutWrap table a{
        color: #000000;
    }
    
}
/*------------------------------
shop about SP
------------------------------*/
@media screen and (max-width: 767px) {
    #shopAboutWrap{
        margin-top: 10vw;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    #shopAboutWrap h2{
        position: relative;
        display: inline-block;
        margin: 0.5em 0;
        padding: 2%;
        background: #555555;
        color: #FFFFFF;
        text-align: center;
        text-indent: 0;.
        color: #FFFFFF;
        font-size: 6vw;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal;
        letter-spacing: 3px;
        text-indent: -3px;
        width: 100%;
    }
    #shopAboutWrap h2:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border: 5px solid transparent;
        border-top: 5px solid #555555;
    }
    #shopAboutWrap table{
        width: 100%;
        table-layout:fixed;
    }
    #shopAboutWrap table th{
        background: #CCCCCC;
        vertical-align: top;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 38%;
        text-align: left;
        padding-left: 10px;
        word-wrap:break-word;
    }
    #shopAboutWrap table td{
        background: #FFFFFF;
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        word-wrap:break-word;
    }
    #shopAboutWrap table a{
        color: #000000;
    }
}
/*------------------------------
coupon PC
------------------------------*/
@media screen and (min-width: 768px) {
    #couponWrap{
        margin-top: 100px;
        margin-bottom: 200px;
        
    }
    #couponWrap h2.couponTit{
        text-align: center;
        margin-bottom: 20px;
        width: 450px;
        margin-right: auto;
        margin-left: auto;
    }
    .couponBlock{
        margin-bottom: 50px;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        min-height: 100%;
        overflow: hidden;
        background-color: #FFFFFF;
        background-image: url(../images/coupon_pc.gif);
        background-repeat: none;
        background-position: center left;
        background-size: 150px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .couponBlock h3{
        display: none;
    }
    .couponBlock .couponBox{
        width: 80%;
        padding-left: 18%;
        border-right: 1px dotted #000000;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .couponBlock .couponBox a{
        color: #000000;
    }
    .couponBlock .couponBox .couponMtit{
        color: #f40900;
        font-weight: 700;
        font-size: 2.4rem;
        padding-bottom: 12px;
    }
    .couponBlock .couponBox dl{
        width: 100%;
    }
    .couponBlock .couponBox dt{
        background: #F9F9F9;
        text-align: center;
        width: 15%;
        display: inline-block;
        vertical-align: top;
        line-height: 2;
        margin-right: 2%;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .couponBlock .couponBox dd{
        width: 82%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
        padding-top: 5px;
    }
    .couponBlock .couponDeadline{
        width: 20%;
        position: relative;
        height: 100%;
    }
    .couponBlock .couponDeadline p{
        padding-top: 10px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        
    }
    .couponBlock .couponDeadline p img{
        max-width: 100%;
    }
    
    .couponBlock .couponDeadline dl{
        width: 80%;
        margin-left: 10%;
        text-align: center;
        padding-top: 20%;

    }
    .couponBlock .couponDeadline dt{
        background: #F9F9F9;
        text-align: center;
        line-height: 2;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .couponBlock .couponDeadline dd{
        padding-top: 5px;
        font-size: 2.0rem;
    }
    .couponTxt{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        color: #FFFFFF;
        text-align: right;
        font-size: 1.4rem;
    }
    #page_top{
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index:100;
    } 
    #page_top img{
        width: 80px;
        height: auto;
    }
    #footerMenu{
        display: none;
    }
}
    
/*------------------------------
coupon SP
------------------------------*/
@media screen and (max-width: 767px) {
    #couponWrap{
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    #couponWrap h2.couponTit{
        text-align: center;
        margin-bottom: 5vw;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .couponBlock{
        margin-bottom: 5vw;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        min-height: 100%;
        overflow: hidden;
        background-color: #FFFFFF;
        padding-bottom: 1em;
    }
    .couponBlock .couponBox a{
        color: #000000;
    }
    .couponBlock h3{
        background-color: #cc9900;
        background-image: url(../images/coupon_sp.png);
        background-repeat: no-repeat;
        background-size: 35%; 
        background-position: center center;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .couponBlock .couponBox{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 1em;
        border-bottom: 1px dotted #000000;
        padding-bottom: 1em;
    }
    .couponBlock .couponBox .couponMtit{
        color: #f40900;
        font-weight: 700;
        font-size: 4.6vw;
        padding-bottom: 2vw;
    }
    .couponBlock .couponBox dl{
        width: 100%;
    }
    .couponBlock .couponBox dt{
        background: #F9F9F9;
        text-align: center;
        width: 24%;
        display: inline-block;
        vertical-align: top;
        line-height: 2;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .couponBlock .couponBox dd{
        width: 70%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
        padding-top: 5px;
    }
    .couponBlock .couponDeadline{
        padding-top: 1em;
    }
    .couponBlock .couponDeadline p{
        padding-top: 3vw;
        margin-left: 5vw;
    }
    .couponBlock .couponDeadline dl{
        width: 90%;
        margin-right: auto;
        margin-left: auto;

    }
    .couponBlock .couponDeadline dt{
        background: #F9F9F9;
        text-align: center;
        line-height: 2;
        margin-bottom: 5px;
        font-weight: 700;
        width: 24%;
        display: inline-block;
    }
    .couponBlock .couponDeadline dd{
        width: 70%;
        display: inline-block;
        vertical-align: top;
        font-size: 6vw;
        font-weight: 700;
    }
    .couponTxt{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        color: #FFFFFF;
        text-align: center;
        font-size: 3vw;
    }
    #page_top{
        width: 10%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index:100;
    }
    
    
}
    
    
    
    
.food_c{
    background: #993333;
    }
.lunch_c{
    background: #e8381c;
}
.drink_c{
    background: #330033;
}
.takeout_c{
    background: #996600;
}
.recommend_c{
    background: #666633;
}
.number .tel_link a{
    text-decoration: none;
    color: #FFFFFF;
}
.tel_link a{
    text-decoration: none;
    color: #000000;
}
footer {
    background: #292929 none repeat scroll 0 0;
    clear: both;
    padding: 50px 0;
    color: #FFFFFF;
    margin-top: 50px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #ccc;
}
footer .pagetop {

}
footer .pagetop a {
	border-radius: 3px;
	display: block;
	height: 29px;
	opacity: 0.8;
	text-indent: -9999px;
	width: 112px;
	background-attachment: scroll;
	background-color: #222;
	background-image: url(http://www.tori-tetsu.com/img/common/page_top.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
footer .pagetop a:hover {
    opacity: 0.6;
}
footer .footBox {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1000px;
}

footer .link {
    float: left;
    padding-right: 15px;
    width: 300px;
}
footer .link li {
    padding-top: 5px;
    background: url("http://www.tori-tetsu.com/img/common/icn_002.png") no-repeat scroll left 3px; padding:0px; color:#fff; text-indent:15px; margin-bottom:8px;
}
footer .bottm {
	float: right;
	width:400px;
}
footer .bottm p {
    padding-top: 15px;
    text-align: left;
}
footer .bottm .logo {
    width: 376px;
}
footer .bottm .logo a {
    background: rgba(0, 0, 0, 0) url("http://www.tori-tetsu.com/img/common/logo_footer.png") no-repeat scroll 0 0;
	height: 0;
	padding-top: 58.24%;
	background-size: contain;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;

}
footer .copyright {
    font-size: 10px;
	text-align:center;
	clear:both;
	padding-top:30px;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 5vw 0;
        margin-top: 10vw;
    }
    footer .footBox {
        margin: 0 auto;
        position: relative;
        text-align: left;
        width: 90%;
    }
    footer .link {
        float: left;
        padding:0  7px;
        width: 50%;
    }
    footer .bottm {
        float: none;
        width:80%;
        clear: both;
        margin-left: 10%;
    }
    footer .bottm .logo {
        width: 90%;
    }
    footer .bottm .logo a {
        background: rgba(0, 0, 0, 0) url("http://www.tori-tetsu.com/img/common/logo_footer.png") no-repeat scroll 0 0;
        height: 0;
        padding-top: 58.24%;
        background-size: contain;
        text-indent:100%;
        display:block;
        white-space:nowrap;
        overflow:hidden;
        width: 100%;
        margin-left: 20%;
    }
    footer .copyright {
        font-size: 3vw;
        text-align:center;
        clear:both;
        padding-top:30px;
        padding-bottom: 100px;
    }
}
    

/*------------------------------
footerMenu SP
------------------------------*/
@media screen and (max-width: 767px) {
    #footerMenu{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        background: #000000;
    }
    #footerMenu li{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: linear-gradient(to bottom, #cccccc 0%,#ffffff 100%);
        background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%);
        float: left;
        width: 24.6%;
        text-align: center;
        margin-right: 0.5%;
        height: 100px;
        position: relative;
    }
    #footerMenu li:nth-of-type(1){
        background:linear-gradient(to bottom, #a10302 0%,#e10a09 100%);
    }
    #footerMenu li:nth-of-type(1) a{
        background-image:url(../images/icn_sm.png);
        background-repeat: no-repeat;
        background-position: center 3vw;
        background-size: 80%;
    }
    #footerMenu li:nth-of-type(2) a{
        background-image:url(../images/icn_reserve.png);
        background-repeat: no-repeat;
        background-position: center 3vw;
        background-size: 80%;
    }
    #footerMenu li:nth-of-type(3) a{
        background-image:url(../images/icn_mail.png);
        background-repeat: no-repeat;
        background-position: center 3vw;
        background-size: 80%;
    }
    #footerMenu li:nth-of-type(4) a{
        background-image:url(../images/icn_root.png);
        background-repeat: no-repeat;
        background-position: center 3vw;
        background-size: 80%;
    }
    #footerMenu li:nth-of-type(4){
        margin-right: 0;
    }
    #footerMenu li a{
        font-size: 4vw;
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
}
