@charset "UTF-8";
/* pc <--> sp
-------------------------------------- */
#mediaQuery { display: none; font-family: 'sp'; }

@media all and (min-width: 768px) { #mediaQuery { font-family: 'pc'; } }

@media all and (max-width: 767px) { .viewPc { display: none !important; } }

@media all and (min-width: 768px) { .viewSp { display: none !important; } }

/* clearfix
-------------------------------------- */
.cf:after { content: ''; display: block; clear: both; }

/*  module
================================================ */
.mod_color_pink { color: #f53c7f; }

.mod_btn01 { margin: auto; max-width: 240px; text-align: center; font-size: 14px; }

.mod_btn01 a { display: block; padding: 12px; text-decoration: none; background: url(../img/bg_pattern01.png); color: #fff; font-weight: 700; border-radius: 45px; }

@media all and (min-width: 768px) { .mod_btn01 { max-width: 400px; font-size: 18px; }
  .mod_btn01 a { padding: 19px 19px 14px; border-radius: 60px; } }

/*  #container
================================================ */
#container { font-size: 12px; line-height: 1.5; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; font-weight: 500; overflow: hidden; }

#container img { width: 100%; max-width: 100%; height: auto; }

#container .alpha { display: block; text-decoration: none; }

@media all and (min-width: 768px) { #container { font-size: 16px; }
  #container img { width: auto; }
  #container .alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #container .alpha:hover { opacity: .7; } }

/* #mainVisual
================================================ */
#mainVisual { position: relative;text-align: center;background: url(../img/bg_pattern01.png) center; }

#mainVisual img { max-width: 100%; margin:0 auto;}

/*  #lNavi
================================================ */
#lNavi { padding: 38px 0 23px; background: url("../img/bg_pattern01.png") center; }

#lNavi .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#lNavi .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-bottom: 15px; margin: 0 6px; color: #fff; border-bottom: 1px solid #be812e; }

#lNavi .item img { height: 61px; width: auto; }

@media all and (min-width: 768px) { #lNavi { padding: 38px 0 41px; }
  #lNavi .list { max-width: 854px; margin: auto; }
  #lNavi .item { height: 120px; margin: 0 27px; padding-bottom: 12px; }
  #lNavi .item img { height: 40px; } }

@media all and (min-width: 1000px) { #lNavi .item img { height: 56px; } }

/* #intro
------------------------------------- */
#intro { background: url(../img/bg_pattern02.png); background-size: cover; }

/*  #back
================================================ */
#back { padding-top: 11px; text-align: right; font-size: 14px; }

#back .inner { display: block; padding: 0 15px; }

#back a { font-weight: 700; text-decoration: underline; color: #403a39; }

@media all and (min-width: 768px) { #back { padding-top: 17px; font-size: 16px; }
  #back .inner { max-width: 1060px; margin: auto; padding: 0 30px; }
  #back a { text-decoration: none; }
  #back a:hover { text-decoration: underline; } }

/*  #gallery
================================================ */
#gallery .galleryInner { padding: 57px 36px 70px; }

#gallery .leadTit { position: relative; padding-bottom: 15px; text-align: center; }

#gallery .leadTit img { display: block; margin: 0 auto; width: auto; }

#gallery .leadTit .en { height: 38px; }

#gallery .leadTit .ja { margin-top: 6px; height: 14px; }

#gallery .listGallery { margin: 18px -36px 0; }

#gallery .listGallery .item + .item { margin-top: 16px; }

#gallery .listGallery .item01 { padding: 0 36px 0 8px; }

#gallery .listGallery .item02 { padding: 0 2px 0 36px; }

#gallery .listGallery .item03 { padding: 0 36px 0 8px; }

#gallery .listGallery .item04 { padding: 4px 2px 0 36px; }

@media all and (min-width: 768px) { #gallery .galleryInner { max-width: 950px; margin: auto; padding: 68px 15px 45px; }
  #gallery .leadTit { padding-bottom: 20px; }
  #gallery .leadTit .en { height: 68px; }
  #gallery .leadTit .ja { margin-top: 27px; height: 23px; }
  #gallery .listGallery { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px -33px 0; }
  #gallery .listGallery .item { width: calc(50% - 66px); margin: 0 33px; }
  #gallery .listGallery .item + .item { margin-top: 0; }
  #gallery .listGallery .item + .item + .item { margin-top: 66px; }
  #gallery .listGallery .item01 { padding: 8px 0 0 0; }
  #gallery .listGallery .item02 { padding: 0; }
  #gallery .listGallery .item03 { padding: 0; }
  #gallery .listGallery .item04 { padding: 0; } }

/*  #check
================================================ */
#check { margin: 0 6px; padding-bottom: 60px; }

#check .checkInner { padding: 20px 12px; background: url(../img/bg_pattern01.png); box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.33); border-radius: 2px; }

#check .tit { position: relative; text-align: center; z-index: 1; height: 56px; margin-bottom: 19px; }

#check .tit img { height: 100%; width: auto; }

#check .listCheck { padding: 20px 18px 33px; background: #fff; border-radius: 2px; }

#check .listCheck .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 21px; border-bottom: 1px dotted #dddbdb; }

#check .listCheck .item + .item { padding-top: 25px; }

#check .listCheck .img { width: 76px; padding-right: 15px; }

#check .listCheck .areaTxt { width: calc(100% - 76px); line-height: 1.42; }

#check .listCheck .titTxt { font-size: 14px; }

#check .listCheck .titTxt a { color: #f53c7f; text-decoration: underline; }

#check .listCheck .txt { margin-top: 8px; color: #666; }

@media all and (min-width: 768px) { #check { padding-bottom: 127px; }
  #check .checkInner { padding: 20px 70px 70px; max-width: 780px; margin: 0 auto; border-radius: 4px; box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.33); }
  #check .checkInner .tit { margin-bottom: 20px; height: 70px; }
  #check .checkInner .listCheck { padding: 50px 60px; border-radius: 4px; }
  #check .checkInner .listCheck .item { padding-bottom: 10px; }
  #check .checkInner .listCheck .item + .item { padding-top: 15px; }
  #check .checkInner .listCheck .img { width: 151px; padding-right: 40px; }
  #check .checkInner .listCheck .areaTxt { width: calc(100% - 151px); }
  #check .checkInner .listCheck .titTxt { font-size: 15px; line-height: 2; }
  #check .checkInner .listCheck .titTxt a:hover { text-decoration: none; }
  #check .checkInner .listCheck .txt { margin-top: 4px; font-size: 14px; line-height: 1.71429; } }

/*  #seat
================================================ */
#seat { background: #be812e; }

#seat .inner { padding: 47px 16px 70px; }

#seat .leadTit { position: relative; }

#seat .leadTit img { display: block; margin: 0 auto; width: auto; }

#seat .leadTit .en { height: 34px; }

#seat .leadTit .ja { margin-top: 9px; height: 14px; }

#seat .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 35px -8px 0; }

#seat .list .item { width: calc(50% - 16px); margin: 0 8px; background: url("../img/bg_pattern01.png"); border-radius: 2px; }

#seat .list .item:nth-child(n+3) { margin-top: 15px; }

#seat .list .img { position: relative; }

#seat .list .areaTxt { padding: 10px 14px; color: #fff; }

#seat .list .tit { font-size: 13px; font-weight: 700; }

#seat .list .txt { padding-top: 1px; }

.movieWrap{
  margin-bottom: 32px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) { #seat .inner { padding: 115px 0 127px; max-width: 1040px; margin: 0 auto; }
  #seat .leadTit .en { height: 59px; }
  #seat .leadTit .ja { margin-top: 29px; height: 22px; }
  #seat .list { margin: 70px -20px 0; }
  #seat .list .item { width: calc(50% - 40px); display: -webkit-box; display: -ms-flexbox; display: flex; height: 200px; margin: 0 20px; border-radius: 4px; }
  #seat .list .item:nth-child(n+3) { margin-top: 40px; }
  #seat .list .img { -ms-flex-preferred-size: 1; flex-basis: 1; }
  #seat .list .areaTxt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 30px; width: 200px; }
  #seat .list .tit { font-size: 18px; }
  #seat .list .txt { font-size: 14px; line-height: 1.71429; } }

@media all and (min-width: 600px) and (max-width: 1050px) { #seat .list { padding: 0 45px; }
  #seat .list .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; }
  #seat .list .img { -ms-flex-preferred-size: auto; flex-basis: auto; width: 100%; }
  #seat .list .img img { width: 100%; }
  #seat .list .areaTxt { padding: 15px 30px; width: 100%; }
  .movieWrap{ margin-bottom: 38px; } }

/*  #voice
================================================ */
#voice { background: #be812e; }

#voice .inner { padding: 33px 0 75px; }

#voice .leadTit { position: relative; padding-bottom: 30px; font-size: 15px; font-weight: 700; text-align: center; }

#voice .leadTit img { display: block; margin: 0 auto; width: auto; }

#voice .leadTit .en { margin-bottom: 14px; height: 86px; }

#voice .list { padding: 25px 18px 28px 28px; background-size: 8px; }

#voice .list .item { position: relative; background: #fff; border-radius: 18px; }

#voice .list .item:after { position: absolute; bottom: 1px; right: 50px; content: ""; display: block; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); border-style: solid; border-width: 13px 9px 0; border-color: #fff transparent transparent; filter: drop-shadow(-5px 5px 3px #403a39); }

#voice .list .item:before { position: absolute; top: 0; bottom: 3px; left: 0; right: 0; content: ""; display: block; background: #fff; border-radius: 18px; filter: drop-shadow(-5px 5px 3px #403a39); }

#voice .list .item + .item { margin-top: 35px; }

#voice .list .content { position: relative; z-index: 1; padding: 10px 18px 30px; background: #fff; margin-left: -10px; border-radius: 18px; }

#voice .list .age { position: relative; padding: 7px 0 0 36px; font-size: 14px; font-weight: 700; }

#voice .list .age:before { position: absolute; top: 0; left: -4px; content: ""; display: block; width: 28px; height: 24px; background: url("../img/ico_voice01.png") no-repeat center/contain; }

#voice .list .txt { margin-top: 3px; line-height: 28px; background: url("../img/bg_voice01_sp.png"); background-size: auto 28px; background-position: top -1px left 50%; }

#voice .list strong { font-weight: 700; }

#voice .voiceBtn { margin-top: 28px; }

@media all and (min-width: 768px) { #voice .inner { max-width: 1140px; margin: auto; padding: 90px 30px 85px; }
  #voice .leadTit { max-width: 800px; margin: auto; padding-bottom: 25px; font-size: 18px; }
  #voice .leadTit .en { margin-bottom: 20px; height: 132px; }
  #voice .listWrap { display: -webkit-box; display: -ms-flexbox; display: flex; }
  #voice .listWrap .list { width: calc(50% - 40px); margin: 0 20px; }
  #voice .list { position: relative; margin: 20px -20px 0; padding: 40px 0 0 0; background: transparent; }
  #voice .list:after { content: ""; display: block; clear: both; }
  #voice .list .item { z-index: 1; width: 100%; margin: 0 0 42px; border-radius: 30px; }
  #voice .list .item + .item { margin-top: 0; }
  #voice .list .item:after { right: 70px; border-width: 20px 14px 0; }
  #voice .list .item:before { position: absolute; top: 0; bottom: 3px; left: 0; right: 0; content: ""; display: block; background: #fff; border-radius: 30px; filter: drop-shadow(-5px 5px 3px #403a39); }
  #voice .list .content { padding: 15px 40px 40px; border-radius: 30px; margin: 0; }
  #voice .list .age { padding: 12px 0 0 48px; font-size: 18px; }
  #voice .list .age:before { left: -18px; width: 40px; height: 36px; }
  #voice .list .txt { margin-top: 5px; line-height: 36px; background: url("../img/bg_voice01_pc.png"); background-size: auto 36px; background-position: top -2px left 50%; font-size: 14px; line-height: 2.57143; }
  #voice .voiceBtn { margin-top: 36px; } }

/*  #reservation
================================================ */
#reservation { background: #f8f8f6; }

#reservation .inner { padding: 35px 0 65px; }

#reservation .leadTit { position: relative; }

#reservation .leadTit img { display: block; margin: 0 auto; width: auto; }

#reservation .leadTit .en { height: 33px; }

#reservation .leadTit .ja { margin-top: 15px; height: 14px; }


@media all and (min-width: 768px) { #reservation .inner { max-width: 1030px; margin: auto; padding: 80px 15px 80px; }
  #reservation .leadTit { padding-bottom: 45px; font-size: 18px; }
  #reservation .leadTit .en { height: 59px; }
  #reservation .leadTit .ja { margin-top: 23px; height: 22px; }}



.wrap-salenews{
  text-align: center;
  padding: 10px 0;
  background: #fffde5;
}
.news-title{
  text-align: center;
  font-size: 18px;
  margin-bottom: 36px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 900;
}
.news-title span{
    padding: 0 40px;
}
.news-title span b{
    color: #be222e;
    font-size: 24px;
}
.news-title:before,
.news-title:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 36px;
    background: #be222e;
    border-radius: 2px;
}
.news-title:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.news-title:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.wrap-salenews .news-title{
  font-size: 14px;
  margin-bottom: 0px;
}
.wrap-salenews .news-title span b{
    font-size: 16px;
}
@media all and (max-width: 768px) {
.news-title{
  font-size: 14px;
  margin-bottom: 36px;
}
.news-title span{
    padding: 0 20px;
}
.news-title span b{
    font-size: 18px;
}
}



.wrap-taisaku{
  text-align: center;
  padding: 18px 0;
  background: #feebf2;
}
.wrap-taisaku-next{
  text-align: center;
  padding: 0 0 54px;
}
.btn-taisaku{
  display: inline-block;
  padding: 10px 18px 11px;
  background: #f53c7f;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.btn-taisaku:after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 12px;
}
.btn-taisaku:hover{
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.wrap-taisaku-next .btn-taisaku{
  display: block;
  padding: 9px 10px 11px;
  font-weight: normal;
  font-size: 16px;
  color: #f53c7f;
  background:none;
  text-decoration: underline;
}
.wrap-taisaku-next .btn-taisaku:after{
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-left: 12px;
}
.wrap-taisaku-next .btn-taisaku:hover{
  text-decoration: none;
}
.wrap-taisaku-next .btn-rosen{
  display: block;
  padding: 9px 10px 11px;
  background: #f53c7f;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.wrap-taisaku-next .btn-rosen:after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 12px;
}
@media all and (max-width: 768px) {
.wrap-taisaku{
  padding: 12px 0;
}
.btn-taisaku{
  display: block;
  line-height: 1.4;
  font-size: 13px;
}
	.wrap-taisaku-next{
		padding-bottom: 16px;
		
	}
.wrap-taisaku-next .btn-taisaku{
  font-size: 13px;
}
.wrap-taisaku-next .btn-taisaku{
  background:none;
  text-decoration: underline;
  color: #333;
}
.wrap-taisaku-next .btn-rosen{
  margin-bottom: 12px;
}
}

/*レビュー設置用スタイル*/
.review-box{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}
.review-box .reviewWidget_title_container{
  display: none;
}
.review-box .reviewWidget_title{
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
}
.review-box .review-widget-summary-container .starRating span:last-child{
  margin-right: 0;
}
.review-box .review-widget-summary-container .starRating{
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-box .review-container{
  margin-bottom: 0;
}
.review-box .reviewWidget_inner{
  padding: 0;
}
