html {overflow: auto;}

body {
	width:100%;
	color: #000;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color:#e02227;
}

* {font-weight: normal;}

a {text-decoration:none;color: #333333;}

b {font-weight: bold;}

.b {font-weight: bold;}

img { border:none;}




/* 回り込み解除 */

.clearfix {zoom:1;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}



/* デバイス毎の表示切り替え */

@media screen and (min-width: 769px) {
.pc_none {display:none;}
.tab_only {display:none;}
.sp_only {display:none;}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
.pc_only {display:none;}
.sp_only {display:none;}
.tab_none {display:none;}
}

@media screen and (max-width: 640px) {
.pc_only {display:none;}
.tab_only {display:none;}
.sp_none {display:none;}
}






/* WEBフォント */

.kyo {font-family: "I-OTF教科書Pro D","IwaTxtPro-Db";}

.hm {font-family: "FP-HiraMinProN-W3";}

.hg {font-family: "FP-HiraKakuProN-W3";}

.hgb {font-family: "FP-HiraKakuProN-W6";}

.hgb8 {font-family: "FP-HiraKakuStdN-W8";}

.iwg {font-family: "IwaNGNewsPro-Md"}

.udg {font-family: "UD Shin Go Bold" , "UD新ゴ B"}

.gpt {font-family: 'Paytone One', sans-serif;}

.yug {font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;}

.yugl {font-family: "游ゴシック体 Light", YuGothic, "游ゴシック Light", "Yu Gothic Light", sans-serif; font-weight:300;}





/* 映像 */

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.wrapper {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrapper.loaded {
  opacity: 1;
}


.ajax-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #13294b;
}
.ajax-overlay.transparent {
  background: transparent;
}
.ajax-overlay.transparent .m {
  display: none;
}




.wrapper {
  width: 100%;
  height: 100%;
}



.bg-vid-home {
    display: block;
    position: absolute!important;
}
.object-fit .bg-vid-home {
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
}
.no-object-fit .bg-vid-home {
    min-width:  100%;
    min-height: 100%;
    width:  auto;
    height: auto;
    position: absolute;
    top:  50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.bg-vid-home {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 2;
}
.bg-vid-home.fade-out {
  opacity: 0;
}
.bg-vid-home.zindex {
  opacity: 1;
  z-index: 1;
}

.video-cont .videoOverlay {
  background: #333; 
}
.videoOverlay img {
  opacity: 0; 
  visibility: hidden; 
}










/* アニメーション */



.op1_ani  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:.5s;
 -ms-animation-duration:.5s;
 animation-duration:.5s;
-webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
 animation-delay: 3;
 -webkit-animation-name: op1ani;
 animation-name: op1ani;
}

@-webkit-keyframes op1ani {
 0% { opacity: 1;}
100% { opacity: 0;}
}
@keyframes op1ani {
 0% { opacity: 1;}
100% { opacity: 0;}
}


.op2_ani  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:.5s;
 -ms-animation-duration:.5s;
 animation-duration:.5s;
-webkit-animation-delay: 4s; /* Safari 4.0 - 8.0 */
 animation-delay: 4s;
 -webkit-animation-name: op2ani;
 animation-name: op2ani;
}

@-webkit-keyframes op2ani {
 0% { opacity: 1;}
100% { opacity: 0;}
}
@keyframes op2ani {
 0% { opacity: 1;}
100% { opacity: 0;}
}

.op_logo_ani  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:.5s;
 -ms-animation-duration:.5s;
 animation-duration:.5s;
-webkit-animation-delay: 0.2s; /* Safari 4.0 - 8.0 */
 animation-delay: 0.2s;
 -webkit-animation-name: oplogo;
 animation-name: oplogo;
}

@-webkit-keyframes oplogo {
 0% { opacity: 0; transform: scale(1.2);}
25% { opacity: 1; transform: scale(0.8);}
50% { opacity: 1; transform: scale(1.1);}
75% { opacity: 1; transform: scale(0.9);}
100% { opacity: 1; transform: scale(1.0);}
}
@keyframes oplogo {
 0% { opacity: 0; transform: scale(1.2);}
25% { opacity: 1; transform: scale(0.8);}
50% { opacity: 1; transform: scale(1.1);}
75% { opacity: 1; transform: scale(0.9);}
100% { opacity: 1; transform: scale(1.0);}
}



.slide_in_ani  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 animation-timing-function: ease-in;
 -webkit-animation-duration:0.2s;
 -ms-animation-duration:0.2s;
 animation-duration:0.2s;
-webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.2s;
 -webkit-animation-name: slidein;
 animation-name: slidein;
}

@-webkit-keyframes slidein {
 0% { transform : translate(-100%, 0);}
 100% { transform : translate(0, 0);}
}
@keyframes slidein {
 0% { transform : translate(-100%, 0);}
 100% { transform : translate(0, 0);}
}

.run_stop_ani  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.3s;
 -ms-animation-duration:0.3s;
 animation-duration:0.3s;
-webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.5s;
 -webkit-animation-name: runstop;
 animation-name: runstop;
 visibility: visible !important;
}

@-webkit-keyframes runstop {
 0% { transform : translate(-100%, 0);}
 100% { transform : translate(0, 0);}
}
@keyframes runstop {
 0% { transform : translate(-100%, 0);}
 100% { transform : translate(0, 0);}
}



.info_ani  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.5s;
 -ms-animation-duration:0.5s;
 animation-duration:0.5s;
-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
 animation-delay: 2s;
 -webkit-animation-name: infoani;
 animation-name: infoani;
 visibility: visible !important;
}

@-webkit-keyframes infoani {
 0% { opacity: 0; transform :translate(-50px, 0);} 
 100% { opacity: 1.0; transform :translate(0, 0);}
}
@keyframes infoani {
 0% { opacity: 0; transform :translate(-50px, 0);} 
 100% { opacity: 1.0; transform :translate(0, 0);}
}











/* PC用 ここから */

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



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 60;
    right: 10px;
    top: 50%;
    margin-top: 78px;
    background-image: url(../img/cart_btn_p.png);
    position: fixed;
    width: 53px;
    height: 53px;
    background-size: 100%;
    background-repeat: no-repeat;
}


#netshop_btn {
    z-index: 60;
    right: 10px;
    top: 50%;
    margin-top: -137px;
    background-image: url(../img/netshop_btn_p.png);
    height: 211px;
    position: fixed;
    width: 53px;
    background-size: 100%;
    background-repeat: no-repeat;
}


#pagetop_btn {
    z-index: 60;
    left: 50%;
    bottom: 30px;
    margin: 0 0 0 -41px;
    background-image: url(../img/totop.png);
    position: fixed;
    width: 82px;
    height: 82px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#emblem_btn {
    background-repeat: no-repeat;
    background-image: url(../img/op_emblem_p.png);
    position: fixed;
    width: 196px;
    height: 140px;
    background-size: 100%;
    top: 25px;
    left: 35px;
    background-position: center top;
    z-index: 100;
}

/* ナビゲーションボタン各種 */







/* op1 */
#op1 {
    background-color: #fff;
    position:absolute;
    z-index: 1;
    width:100%;
    top:0;
    overflow:hidden;
}

#op1 .op_logo {
    background-repeat: no-repeat;
    background-image: url(../img/op_emblem_p.png);
    position: absolute;
    width: 520px;
    height: 328px;
    background-size: 100%;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin:auto;
}
/* /op1 */


/* op2 */
#op2 {
    position:absolute;
    z-index: 2;
    width:100%;
    top:0;
}

#op2 .red_bg {
    position:absolute;
    z-index: 2;
    width:100%;
    top:0;
    background-color:#e02227;
    height:100%;
}

#op2 .sonic {
    background-repeat: no-repeat;
    background-image: url(../img/sonic_p.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 3;
    background-position: center right;
}
/* /op2 */



/* main */
#main {
    position:absolute;
    z-index: 3;
    width:100%;
    top:0;
}

#main .mainlogo {
    background-repeat: no-repeat;
    background-image: url(../img/main_logo_p.png);
    position: absolute;
    max-width: 442px;
    height: 318px;
    background-size: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin:auto;
    width: 22%;
    background-position: center center;
}

#main .emblem {
    background-repeat: no-repeat;
    background-image: url(../img/main_emblem_p.png);
    position: absolute;
    max-width: 370px;
    height: 233px;
    background-size: 100%;
    z-index: 3;
    top: 40px;
    left: 40px;
    width: 20%;
}

#main .produce {
    background-repeat: no-repeat;
    background-image: url(../img/produce_p.png);
    position: absolute;
    max-width: 414px;
    height: 84px;
    background-size: 100%;
    z-index: 3;
    bottom: 37px;
    left: 60px;
    width: 22%;
    background-position: left bottom;
}


#main .date {
    background-repeat: no-repeat;
    background-image: url(../img/date_p.png);
    position: absolute;
    max-width: 449px;
    height: 122px;
    background-size: 100%;
    z-index: 3;
    bottom: 55px;
    right: 60px;
    width: 24%;
    background-position: right bottom;
}

#main .tabishita {
    background-repeat: no-repeat;
    background-image: url(../img/tabishita_p.png);
    position: fixed;
    width: 276px;
    height: 276px;
    background-size: 100%;
    z-index: 3;
    bottom: 55px;
    right: 60px;
    background-position: right bottom;
}


.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 45px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: 0px 0 0 -40px;
   -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}

/* /main */


/* movie */
#movie {
    position:relative;
    z-index: -1;
    width:100%;
    top:0;
    overflow: hidden;
}
/* /movie */




/* read */
#read {
    width: 100%;
    margin: 120px auto 230px auto;
}

#read .title {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/title2_p.png);
    height: 230px;
    margin: 0 auto 40px auto;
    width: 515px;
    background-position: center center;
}

#read .kikan_box {
    background-color: #d21316;
    min-height: 250px;
    margin: -58px auto 0 auto;
    width: 810px;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    z-index: -1;
}

#read .kikan {
    font-size: 26px;
    text-align: right;
    line-height: 40px;
    padding: 36px 0 14px 0;
    margin: 0 auto;
    display: table;
    letter-spacing: 2px;
}

#read .mmdd {
    font-size: 46px;
    vertical-align: sub;
}

#read .ds {
    font-size: 16px;
    vertical-align: bottom;    
}

#read .yotei {
    font-size: 20px;
    text-align:right;
}


#read .txt {
    font-size: 16px;
    width: 660px;
    margin: auto;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;

}

#read .s {
    font-size: 15px;
}




/* /read */






/* detail*/

#detail {
    width: 100%;
    margin: 135px auto 100px auto;
}

#detail .detail_wrapper {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 135px auto 100px auto;
    min-height: 653px;
}


#detail .fade_area {
    margin: 0;
    max-width: 700px;
    width: 60%;
}

#detail .fade_area_jikatabi {
    margin: 0;
    max-width: 700px;
    width: 60%;
}


#detail .fade_area_tabishita {
    margin: 0;
    max-width: 700px;
    width: 60%;
    float:right;
}



#detail .detail_box {
    background-color: #d21316;
    min-height: 180px;
    max-width: 485px;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 40px 0 30px 0;
    position: absolute;
    top: 60px;
    right: 5px;
    width: 40%;
}


#detail .detail_box_jikatabi {
    background-color: #d21316;
    min-height: 180px;
    max-width: 485px;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 40px 0 30px 0;
    position: absolute;
    top: 60px;
    right: 5px;
    width: 40%;
}


#detail .detail_box_tabishita {
    background-color: #d21316;
    min-height: 180px;
    max-width: 485px;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 40px 0 30px 0;
    position: absolute;
    top: 60px;
    left: 5px;
    width: 40%;
}




#detail .detail_btn {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 167px;
    width: 416px;
    background-position: center center;
    position: absolute;
    bottom: 90px;
    right: 35px;
}


#detail .detail_btn_jikatabi {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 167px;
    width: 416px;
    background-position: center center;
    position: absolute;
    bottom: 90px;
    right: 35px;
}


#detail .detail_btn_tabishita {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 167px;
    width: 416px;
    background-position: center center;
    position: absolute;
    bottom: 75px;
    left: 35px;
}





#detail .name {
    font-size: 20px;
    margin: 0 auto;
    width: 83%;
    letter-spacing: 0.8px;
}

#detail .price {
    font-size: 20px;
    margin: 0 auto 10px auto;
    width: 83%;
}

#detail .tokuten {
    font-size: 14px;
    vertical-align: text-bottom;
}

#detail .line {
    border-bottom: 1px #fff solid;
    width: 86%;
    margin: 0 auto;
}

#detail .txt {
    font-size: 15px;
    width: 83%;
    margin: 12px auto;
    letter-spacing: 1px;
}

/* detail*/



/* detail bx-Slider*/

.bx-wrapper {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}


.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin-left:15px;
}

.bx-viewport {
    width: 100%;
    overflow: visible!important;
    position: relative;
    margin: 0 0 0 -40px!important;
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}

.bx-wrapper .bx-prev {
	left: 9px;
	width:46px;
	height:60px;
	top:50%;
	margin-top: -30px;
    background-image: url(../img/prev.png);
}

.bx-wrapper .bx-next {
	right: 9px;
	width:46px;
	height:60px;
	top:50%;
	margin-top:-30px;
    background-image: url(../img/next.png);
}




/* photo */
#photo {
    width: 100%;
    margin: 290px auto 100px auto;
}

#photo .photo_wrapper {
    margin: 0 auto 50px auto;
    max-width: 1420px;
    width: 90%;
}

#photo img {
    margin: 0.23%;
    width: 49.3%;
}

/* /photo */





/* 予約注意文言*/

#notice {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#notice .notice_box {
    background-color: #d21316;
    min-height: 320px;
    margin: 0 auto;
    width: 810px;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}

#notice .txt {
    width: 670px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 30px;
    margin: 15px auto;
}

#notice .title {
    text-align: center;
    font-size: 26px;
    padding: 45px 0 0 0;
    letter-spacing: 2px;
}



#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}




/* フッター */


/* キーワード*/

#footer .keyword {
    width: 100%;
    text-align: center;
    top: 120px;
    position: absolute;
    font-size: 14px;
    z-index: 50;
    color: #fff;
    font-weight: bold;
}


#footer {
    width: 100%;
    height: 815px;
    text-align: center;
    z-index: 0;
    position: relative;
    background-image: url(../img/sonic_b_p.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    margin: -40px 0 0 0;
}

#footer .bottom_bar {
    width: 100%;
    height: 20px;
    position: fixed;
    background-color: #fff;
    bottom: 0px;
    z-index: 200;
}




#footer .copy {
    font-size: 12px;
    color: #000;
}

#footer .f_logo {
    background-image: url(../img/main_logo_p.png);
    background-position: center top;
    background-size: 100%;
    height: 225px;
    width: 310px;
    position: absolute;
    left: 50%;
    bottom: 265px;
    background-repeat: no-repeat;
    margin: 0 0 0 -155px;
}


#footer .copyright {
    width: 585px;
    height: 50px;
    position: absolute;
    background-image: url(../img/copy_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 135px;
    margin: 0 0 0 -298px;
    left: 50%;
}


/* SNSボタン */

#sns_btn {
    position: absolute;
    z-index: 1;
    bottom: 202px;
    left: 0px;
    left: 50%;
    -webkit-transform: translate(-58%, 0%);
    transform: translate(-58%, 0%);
}

.sns{
	text-align: left;
}
 
.sns > li {
	display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}
 
.sns > li:first-child {
	margin-left: 0;
}
 
.sns > li:last-child {
	margin-right: 0;
}
 
.sns iframe {
	margin: 0 !important;
}






}

/* PC用 ここまで */











































/* TABLET用 ここから */

@media screen and (min-width: 641px) and (max-width: 768px) {



/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 60;
    right: 20px;
    top: 20px;
    background-position: center top;
    background-image: url(../img/cart_btn_t.png);
    position: fixed;
    width: 55px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
}


#netshop_btn {
    z-index: 60;
    right: 80px;
    top: 20px;
    background-image: url(../img/netshop_btn_t.png);
    height: 50px;
    position: fixed;
    width: 213px;
    background-size: 100%;
    background-repeat: no-repeat;
}


#pagetop_btn {
    z-index: 60;
    left: 50%;
    bottom: 25px;
    margin: 0 0 0 -35px;
    background-image: url(../img/totop.png);
    position: fixed;
    width: 70px;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#emblem_btn {
    background-repeat: no-repeat;
    background-image: url(../img/op_emblem_p.png);
    position: fixed;
    width: 158px;
    height: 140px;
    background-size: 100%;
    top: 25px;
    left: 25px;
    background-position: center top;
    z-index: 100;
}

/* ナビゲーションボタン各種 */







/* トップエリアの映像 */

#video_source {
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        position: relative;
}


#video_source iframe {
 position: absolute;
  z-index: -1;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


video {
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    height: 110%;
}

#video_source_youtube {
display:none;
}


/* op1 */
#op1 {
    background-color: #fff;
    position:absolute;
    z-index: 1;
    width:100%;
    top:0;
        height: 120%!important;
}

#op1 .op_logo {
    background-repeat: no-repeat;
    background-image: url(../img/op_emblem_p.png);
    position: absolute;
    width: 44%;
    height: 40%;
    background-size: 100%;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin:auto;
    background-position: center center;
}
/* /op1 */


/* op2 */
#op2 {
    position:absolute;
    z-index: 2;
    width:100%;
    top:0;
}

#op2 .red_bg {
    position:absolute;
    z-index: 2;
    width:100%;
    top:0;
    background-color:#e02227;
    height:120%;
}

#op2 .sonic {
    background-repeat: no-repeat;
    background-image: url(../img/sonic_t.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 3;
    background-position: center right -25px;
}
/* /op2 */



/* main */
#main {
    position:absolute;
    z-index: 3;
    width:100%;
    top:0;
}

#main .mainlogo {
    background-repeat: no-repeat;
    background-image: url(../img/main_logo_t.png);
    position: absolute;
    height: 400px;
    background-size: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin:auto;
    width: 48%;
    background-position: center center;
}

#main .emblem {
    background-repeat: no-repeat;
    background-image: url(../img/main_emblem_p.png);
    position: absolute;
    height: 260px;
    background-size: 100%;
    z-index: 3;
    top: 35px;
    left: 35px;
    width: 28%;
}

#main .produce {
background-repeat: no-repeat;
    background-image: url(../img/produce_p.png);
    position: absolute;
    height: 84px;
    background-size: 100%;
    z-index: 3;
    bottom: 39px;
    left: 38px;
    width: 251px;
    background-position: left bottom;
}


#main .date {
    background-repeat: no-repeat;
    background-image: url(../img/date_t.png);
    position: absolute;
    height: 122px;
    background-size: 100%;
    z-index: 3;
    bottom: 44px;
    right: 36px;
    width: 273px;
    background-position: right bottom;
}

#main .tabishita {
    background-repeat: no-repeat;
    background-image: url(../img/tabishita_p.png);
    position: fixed;
    width: 220px;
    height: 220px;
    background-size: 100%;
    z-index: 999;
    bottom: 80px;
    right: 20px;
    background-position: right bottom;
}


.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 45px;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: 0px 0 0 -35px;
   -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}

/* /main */


/* movie */
#movie {
    position: relative;
    z-index: -1;
    width: 100%;
    bottom: 0;
}
/* /movie */




/* read */
#read {
    width: 100%;
    margin: 135px auto 40px auto;
}

#read .title {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/title2_p.png);
    height: 190px;
    margin: 0 auto 20px auto;
    width: 425px;
    background-position: center bottom;
}

#read .kikan_box {
    background-color: #d21316;
    min-height: 215px;
    margin: -35px auto 0 auto;
    width: 88%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    z-index: -1;
}

#read .kikan {
    font-size: 22px;
    text-align: right;
    line-height: 31px;
    padding: 36px 0 14px 0;
    margin: 0 auto;
    display: table;
    letter-spacing: 2px;
}

#read .mmdd {
    font-size: 39px;
    vertical-align: sub;
}

#read .ds {
    font-size: 14px;
    vertical-align: bottom;    
}

#read .yotei {
    font-size: 18px;
    text-align:right;
}


#read .txt {
    font-size: 13px;
    width: 80%;
    margin: auto;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
}

#read .s {
    font-size: 15px;
}




/* /read */






/* detail*/

#detail {
    width: 100%;
    margin: 40px auto 0 auto;
}

#detail .detail_wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
}


#detail .fade_area {
    margin: 0 auto;
    width: 75%;
}

#detail .fade_area_jikatabi {
    margin: 0 auto;
    width: 75%;
}

#detail .fade_area_tabishita {
    margin: 0 auto;
    width: 75%;
}



#detail .detail_box {
    background-color: #d21316;
    min-height: 180px;
    width: 52%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 40px 0 30px 0;
    position: relative;
    top: 45px;
    left: 68px;
}

#detail .detail_box_jikatabi {
    background-color: #d21316;
    min-height: 150px;
    width: 52%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 40px 0 30px 0;
    position: relative;
    top: 45px;
    left: 68px;
}

#detail .detail_box_tabishita {
    background-color: #d21316;
    min-height: 150px;
    width: 52%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 40px 0 30px 0;
    position: relative;
    top: 45px;
    left: 68px;
}


#detail .detail_btn {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 167px;
    width: 340px;
    background-position: center center;
    position: relative;
    bottom: 10px;
    left: 52%;
}

#detail .detail_btn_jikatabi {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 167px;
    width: 340px;
    background-position: center center;
    position: relative;
    bottom: 10px;
    left: 52%;
}

#detail .detail_btn_tabishita {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 167px;
    width: 340px;
    background-position: center center;
    position: relative;
    bottom: 10px;
    left: 52%;
}



#detail .name {
    font-size: 15px;
    margin: 0 auto;
    width: 83%;
    letter-spacing: 0.8px;
}

#detail .price {
    font-size: 15px;
    margin: 0 auto 10px auto;
    width: 83%;
}

#detail .tokuten {
    font-size: 12px;
    vertical-align: middle;
}

#detail .line {
    border-bottom: 1px #fff solid;
    width: 86%;
    margin: 0 auto;
}

#detail .txt {
    font-size: 12px;
    width: 80%;
    margin: 12px auto;
    letter-spacing: 1px;
}

/* detail*/



/* detail bx-Slider*/

.bx-wrapper {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}


.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin-left:15px;
}

.bx-viewport {
    width: 100%;
    overflow: visible!important;
    position: relative;
    margin: 0 0 0 -40px!important;
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}

.bx-wrapper .bx-prev {
	left: 9px;
	width:46px;
	height:60px;
	top:50%;
	margin-top: -30px;
    background-image: url(../img/prev.png);
}

.bx-wrapper .bx-next {
	right: 9px;
	width:46px;
	height:60px;
	top:50%;
	margin-top:-30px;
    background-image: url(../img/next.png);
}




/* photo */
#photo {
    width: 100%;
    margin: 90px auto 155px auto;
}

#photo .photo_wrapper {
    margin: 0 auto 50px auto;
    width: 99%;
}

#photo img {
    margin: 0% 0.1%;
    width: 49.5%;
}

/* /photo */





/* 予約注意文言*/

#notice {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#notice .notice_box {
    background-color: #d21316;
    min-height: 275px;
    margin: 0 auto;
    width: 88%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}

#notice .txt {
    width: 84%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.3px;
    line-height: 25px;
    margin: 15px auto;
}

#notice .title {
    text-align: center;
    font-size: 22px;
    padding: 30px 0 0 0;
    letter-spacing: 2px;
}



#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}




/* フッター */


/* キーワード*/

#footer .keyword {
    width: 100%;
    text-align: center;
    top: 120px;
    position: absolute;
    font-size: 14px;
    z-index: 50;
    color: #fff;
    font-weight: bold;
}


#footer {
    width: 100%;
    height: 690px;
    text-align: center;
    z-index: 0;
    position: relative;
    background-image: url(../img/sonic_b_p.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 135%;
    margin: -40px 0 0 0;
}

#footer .bottom_bar {
    width: 100%;
    height: 20px;
    position: fixed;
    background-color: #fff;
    bottom: 0px;
    z-index: 200;
}




#footer .copy {
    font-size: 12px;
    color: #000;
}

#footer .f_logo {
    background-image: url(../img/main_logo_p.png);
    background-position: center top;
    background-size: 100%;
    height: 225px;
    width: 270px;
    position: absolute;
    left: 50%;
    bottom: 195px;
    background-repeat: no-repeat;
    margin: 0 0 0 -135px;
}


#footer .copyright {
    width: 500px;
    height: 50px;
    position: absolute;
    background-image: url(../img/copy_p.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 105px;
    margin: 0 0 0 -250px;
    left: 50%;
}


/* SNSボタン */

#sns_btn {
    position: absolute;
    z-index: 1;
    bottom: 165px;
    left: 0px;
    left: 50%;
    -webkit-transform: translate(-58%, 0%);
    transform: translate(-58%, 0%);
}

.sns{
	text-align: left;
}
 
.sns > li {
	display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}
 
.sns > li:first-child {
	margin-left: 0;
}
 
.sns > li:last-child {
	margin-right: 0;
}
 
.sns iframe {
	margin: 0 !important;
}


}

/* TABLET用 ここまで */











































/* SMP用 ここから */

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


/* ナビゲーションボタン各種 */

#cart_btn {
    z-index: 60;
    right: 10px;
    top: 10px;
    background-position: center top;
    background-image: url(../img/cart_btn_t.png);
    position: fixed;
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
}


#netshop_btn {
    z-index: 60;
    right: 60px;
    top: 10px;
    background-image: url(../img/netshop_btn_s.png);
    height: 50px;
    position: fixed;
    width: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
}


#pagetop_btn {
    z-index: 60;
    left: 50%;
    bottom: 20px;
    margin: 0 0 0 -26px;
    background-image: url(../img/totop.png);
    position: fixed;
    width: 52px;
    height: 52px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#emblem_btn {
    background-repeat: no-repeat;
    background-image: url(../img/op_emblem_p.png);
    position: fixed;
    width: 115px;
    height: 140px;
    background-size: 100%;
    top: 10px;
    left: 10px;
    background-position: center top;
    z-index: 100;
}

/* ナビゲーションボタン各種 */







/* トップエリアの映像 */

#video_source {
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        position: relative;
}


#video_source iframe {
 position: absolute;
  z-index: -1;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


video {
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    height: 110%;
}

#video_source_youtube {
display:none;
}


/* op1 */
#op1 {
    background-color: #fff;
    position:absolute;
    z-index: 1;
    width:100%;
    top:0;
    overflow:hidden;
}

#op1 .op_logo {
    background-repeat: no-repeat;
    background-image: url(../img/op_emblem_p.png);
    position: absolute;
    width: 68%;
    height: 50%;
    background-size: 100%;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin:auto;
    background-position: center center;
}
/* /op1 */


/* op2 */
#op2 {
    position:absolute;
    z-index: 2;
    width:100%;
    top:0;
}

#op2 .red_bg {
    position:absolute;
    z-index: 2;
    width:100%;
    top:0;
    background-color:#e02227;
    height:100%;
}

#op2 .sonic {
    background-repeat: no-repeat;
    background-image: url(../img/sonic_s.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 3;
    background-position: center right -60px;
}
/* /op2 */



/* main */
#main {
    position:absolute;
    z-index: 3;
    width:100%;
    top:0;
}

#main .mainlogo {
    background-repeat: no-repeat;
    background-image: url(../img/main_logo_p.png);
    position: absolute;
    height: 400px;
    background-size: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin:auto;
    width: 70%;
    background-position: center center;
}

#main .emblem {
    background-repeat: no-repeat;
    background-image: url(../img/main_emblem_p.png);
    position: absolute;
    height: 260px;
    background-size: 100%;
    z-index: 3;
    top: 20px;
    left: 15px;
    width: 36%;
}

#main .produce {
    background-repeat: no-repeat;
    background-image: url(../img/produce_s.png);
    position: absolute;
    height: 84px;
    background-size: 100%;
    z-index: 3;
    top: 30px;
    right: 15px;
    width: 160px;
    background-position: top right;
}


#main .date {
    background-repeat: no-repeat;
    background-image: url(../img/date_t.png);
    position: absolute;
    height: 122px;
    background-size: 100%;
    z-index: 3;
    bottom: 80px;
    right: 22px;
    width: 204px;
    background-position: right bottom;
}


#main .tabishita {
    background-repeat: no-repeat;
    background-image: url(../img/tabishita_s.png);
    position: fixed;
    width: 130px;
    height: 130px;
    background-size: 100%;
    z-index: 999;
    bottom: 30px;
    right: -25px;
    background-position: right bottom;
}


.arrow {
    background-image: url(../img/arrow.png);
    background-position: center top;
    position: absolute;
    background-size: cover;
    z-index: 999;
    bottom: 45px;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: 0px 0 0 -26px;
    -webkit-animation: bounce1 3000ms infinite;
}

@-webkit-keyframes bounce1 {
  0%   {
    margin-bottom:0;
  }
  50% {
    margin-bottom:15px;
  }
  100% {
    margin-bottom:0;
  }
}

/* /main */


/* movie */
#movie {
    position: relative;
    z-index: -1;
    width: 100%;
    bottom: 0;
}
/* /movie */




/* read */
#read {
    width: 100%;
    margin: 65px auto 40px auto;
}

#read .title {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/title2_p.png);
    height: 155px;
    margin: 0 auto;
    width: 300px;
    background-position: center bottom;
}

#read .kikan_box {
    background-color: #d21316;
    min-height: 290px;
    margin: -10px auto 0 auto;
    width: 88%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    z-index: -1;
}

#read .kikan {
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    padding: 20px 0 10px 0;
    margin: 0 auto;
    display: table;
    letter-spacing: 2px;
}

#read .mmdd {
    font-size: 25px;
    vertical-align: sub;
}

#read .ds {
    font-size: 10px;
    vertical-align: middle;
}

#read .yotei {
    font-size: 12px;
    float: right;
}


#read .txt {
    font-size: 13px;
    width: 80%;
    margin: auto;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;

}

#read .s {
    font-size: 15px;
}




/* /read */






/* detail*/

#detail {
    width: 100%;
    margin: 30px auto;
}

#detail .detail_wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto 50px auto;
}


#detail .fade_area {
    margin: 0 auto;
    width: 100%;
}

#detail .fade_area_jikatabi {
    margin: 0 auto;
    width: 100%;
}

#detail .fade_area_tabishita {
    margin: 0 auto;
    width: 100%;
}


#detail .detail_box {
    background-color: #d21316;
    width: 88%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px 0 30px 0;
    margin: 30px auto 0 auto;
}

#detail .detail_box_jikatabi {
    background-color: #d21316;
    width: 88%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px 0 30px 0;
    margin: 30px auto 0 auto;
}

#detail .detail_box_tabishita {
    background-color: #d21316;
    width: 88%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px 0 30px 0;
    margin: 30px auto 0 auto;
}


#detail .detail_btn {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 155px;
    width: 96%;
    background-position: top right -7px;
    margin: -19px auto 0 auto;
}

#detail .detail_btn_jikatabi {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 155px;
    width: 96%;
    background-position: top right -7px;
    margin: -19px auto 0 auto;
}

#detail .detail_btn_tabishita {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/btn_p.png);
    height: 155px;
    width: 96%;
    background-position: top right -7px;
    margin: -19px auto 0 auto;
}




#detail .name {
    font-size: 15px;
    margin: 0 auto;
    width: 83%;
    letter-spacing: 0.8px;
}

#detail .price {
    font-size: 15px;
    margin: 0 auto 10px auto;
    width: 83%;
}

#detail .tokuten {
    font-size: 12px;
    vertical-align: middle;
}

#detail .line {
    border-bottom: 1px #fff solid;
    width: 86%;
    margin: 0 auto;
}

#detail .txt {
    font-size: 12px;
    width: 80%;
    margin: 12px auto;
    letter-spacing: 1px;
}

/* detail*/



/* detail bx-Slider*/

.bx-wrapper {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}


.bx-wrapper img {
    max-width: 89%!important;
    display: block;
    margin: 0 auto;
    padding-left: 2%;
}

.bx-viewport {
    width: 100%;
    overflow: visible!important;
    position: relative;
    margin: 0 0 0 -40px!important;
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}

.bx-wrapper .bx-prev {
	left: 9px;
	width:30px;
	height:34px;
	top:50%;
	margin-top: -17px;
    background-image: url(../img/prev.png);
    background-size: 100%;
}

.bx-wrapper .bx-next {
    right: 9px;
    width: 30px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background-image: url(../img/next.png);
    background-size: 100%;
}




/* photo */
#photo {
    width: 100%;
    margin: 85px auto 85px auto;
}

#photo .photo_wrapper {
    margin: 0 auto;
    width: 90%;
}

#photo img {
    margin: 0.5% 0;
    width: 100%;
}

/* /photo */





/* 予約注意文言*/

#notice {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#notice .notice_box {
    background-color: #d21316;
    min-height: 275px;
    margin: 0 auto;
    width: 88%;
    color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#notice .ind {
    padding-left: 5em;
    text-indent: -2.9em;
	margin:0;
}

#notice .txt {
    width: 88%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.3px;
    line-height: 23px;
    margin: 10px auto;
    padding-bottom: 25px;
}

#notice .title {
    text-align: center;
    font-size: 15px;
    padding: 30px 0 0 0;
    letter-spacing: 2px;
}



#notice .ind {
    padding-left: 3em;
    text-indent: -2.9em;
    margin: 0;
}




/* フッター */


/* キーワード*/

#footer .keyword {
    width: 100%;
    text-align: center;
    top: 120px;
    position: absolute;
    font-size: 14px;
    z-index: 50;
    color: #fff;
    font-weight: bold;
}


#footer {
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 0;
    position: relative;
    background-image: url(../img/sonic_b_s.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .bottom_bar {
    width: 100%;
    height: 20px;
    position: fixed;
    background-color: #fff;
    bottom: 0px;
    z-index: 200;
}




#footer .copy {
    font-size: 12px;
    color: #000;
}

#footer .f_logo {
    background-image: url(../img/main_logo_p.png);
    background-position: center top;
    background-size: 100%;
    height: 212px;
    width: 190px;
    position: absolute;
    left: 50%;
    bottom: 125px;
    background-repeat: no-repeat;
    margin: 0 0 0 -95px;
}


#footer .copyright {
    width: 170px;
    height: 50px;
    position: absolute;
    background-image: url(../img/copy_s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 95px;
    margin: 0 0 0 -85px;
    left: 50%;
}


/* SNSボタン */

#sns_btn {
    position: absolute;
    z-index: 1;
    bottom: 150px;
    left: 0px;
    left: 50%;
    -webkit-transform: translate(-58%, 0%);
    transform: translate(-58%, 0%);
}

.sns{
	text-align: left;
}
 
.sns > li {
	display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}
 
.sns > li:first-child {
	margin-left: 0;
}
 
.sns > li:last-child {
	margin-right: 0;
}
 
.sns iframe {
	margin: 0 !important;
}

}

/* SMP用 ここまで */