@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: #6f6f6f; color: #fff; border: 1px solid #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: 16px; border-radius: 60px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .mod_btn01 a:hover { background: #a2a2a2; } }

/*  #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: 14px; }
  #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: #c481ef; }

#mainVisual img { max-width: 100%;margin:0 auto; }

/*  #lNavi
================================================ */
#lNavi { padding: 24px 0 28px; background: #c481ef; }

#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; height: 86px; margin: 0 2px; border-width: 0 1px; border-style: solid; color: #fff; }

#lNavi .item:first-child { border-left: 0; }

#lNavi .item:last-child { border-right: 0; }

#lNavi .item a { color: #fff;font-size: 14px;text-align: center;font-family: TsukuARdGothic-Regular, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif; }

@media all and (min-width: 768px) { #lNavi { padding: 40px 0; }
  #lNavi .list { max-width: 860px; margin: auto; border-style: solid; border-width: 0 1px; border-color: #fff; }
  #lNavi .item { height: 100px; }
  #lNavi .item:first-child { border-left: 1px solid; }
  #lNavi .item:last-child { border-right: 1px solid; }
  #lNavi .item img { height: 40px; } 
  #lNavi .item a {font-size: 18px;} }

@media all and (min-width: 1000px) { #lNavi .item img { height: 62px; } }

/* #mainContents
================================================ */
/*#mainContents { background: url("/seat/comodo/img/bg_gallery02_sp.png") repeat center/cover; }

@media all and (min-width: 768px) { #mainContents { background-image: url("/seat/comodo/img/bg_gallery02_pc.png"); } }*/

/*  #back
================================================ */
#back { padding-top: 12px; text-align: right; font-size: 14px; }

#back .inner { display: block; padding: 0 15px; }

#back a { font-weight: 700; color: #f53c7f; text-decoration: underline; }

@media all and (min-width: 768px) { #back { margin-top: 25px; font-size: 16px; }
  #back .inner { max-width: 1060px; margin: auto; padding: 0 30px; }
  #back a:hover { text-decoration: none; } }

/*  #gallery
================================================ */
#gallery .galleryInner { padding: 44px 16px 0; }

#gallery .leadTit { position: relative; padding-bottom: 22px; text-align: center; }

#gallery .leadTit img { display: block; width: auto; margin: 0 auto; }

#gallery .leadTit .en { height: 16px; }

#gallery .leadTit .ja { margin-top: 22px; height: 14px; }

#gallery .listGallery { margin: 18px 20px 0; }

#gallery .listGallery .item + .item { margin-top: 24px; }

#gallery .listGallery li div{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

@media all and (min-width: 768px) { #gallery .galleryInner { max-width: 1000px; margin: auto; padding: 80px 80px 0; }
  #gallery .leadTit { padding-bottom: 110px; }
  #gallery .leadTit .en { height: 24px; }
  #gallery .leadTit .ja { margin-top: 48px; height: 22px; }
  #gallery .listGallery { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -30px; }
  #gallery .listGallery .item { width: calc(50% - 60px); margin: 0 30px; }
  #gallery .listGallery .item + .item { margin-top: 0; }
  #gallery .listGallery .item + .item + .item { margin-top: 60px; } }

@media all and (min-width: 1000px) { #gallery .listGallery { margin: 0 -60px; }
  #gallery .listGallery .item { width: calc(50% - 60px); margin: 0 30px; }
  #gallery .listGallery .item + .item + .item { margin-top: 82px; } }

/*  #check
================================================ */
#check .checkInner { padding: 76px 17px 0; }

#check .tit { position: relative; margin-bottom: 15px; z-index: 1; }

#check .listCheck { padding: 0 20px; }

#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: 19px 0 20px; border-bottom: 1px dotted #dddbdb; }

#check .listCheck .img { width: 75px; padding-right: 15px; }

#check .listCheck .areaTxt { width: calc(100% - 75px); 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: #fff; }

@media all and (min-width: 768px) { #check .checkInner { max-width: 630px; margin: auto; padding: 170px 15px 0; }
  #check .tit { margin-bottom: 0; }
  #check .listCheck { padding: 53px 30px 0; border-radius: 5px; }
  #check .listCheck .item { padding: 25px 0 29px; }
  #check .listCheck .img { width: auto; -ms-flex-preferred-size: 1; flex-basis: 1; padding: 4px 0 0 0; }
  #check .listCheck .areaTxt { width: calc(100% - 156px); line-height: 1.73; }
  #check .listCheck .titTxt { font-size: 15px; line-height: 2; }
  #check .listCheck .titTxt a:hover { text-decoration: none; }
  #check .listCheck .txt { font-size: 14px; margin-top: 0; } }

/*  #seat
================================================ */
#seat .inner { padding: 44px 16px 24px; }

#seat .leadTit { position: relative; padding-bottom: 42px; text-align: center; }

#seat .leadTit img { display: block; width: auto; margin: 0 auto; }

#seat .leadTit .en { height: 21px; }

#seat .leadTit .ja { margin-top: 16px; height: 14px; }

#seat .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -8px 0; }

#seat .list .item { width: calc(50% - 16px); margin: 0 8px; border-radius: 2px; padding-bottom: 20px; }

#seat .list .item:nth-child(n+3) { margin-top: 16px; }

#seat .list .img { position: relative; padding-bottom: 10px;}
#seat .list .img:after { content:"";background: #f7f6ff;position: absolute;top: -8px;right: -8px;width: 100%;height: 90px;z-index: -2;}

#seat .list .areaTxt { padding: 13px 11px 16px; line-height: 1.73;background:url(/seat/comodo/img/bg_pattern01.gif); }

#seat .list .tit { font-size: 13px; font-weight: 700; }

#seat .list .txt { font-size: 12px; line-height: 1.4; }

@media all and (min-width: 768px) { #seat .inner { max-width: 1030px; margin: auto; padding: 127px 15px 127px; }
  #seat .leadTit { padding-bottom: 22px; }
  #seat .leadTit .en { height: 31px; }
  #seat .leadTit .ja { margin-top: 41px; height: 22px; }
  #seat .list { margin: 75px -25px 0; }
  #seat .list .item { width: calc(33.333% - 50px); margin: 0 25px;padding-bottom: 44px;  }
  #seat .list .item:nth-child(n+3) { margin-top: 0; }
  #seat .list .item:nth-child(n+3) + .item { margin-top: 15px; }
  #seat .list .img { padding-bottom: 20px; }
  #seat .list .img:after { top: -20px;right: -20px;width: 100%;height: 180px;}
  #seat .list .areaTxt { padding: 12px 12px 12px; }
  #seat .list .tit { font-size: 18px; }
  #seat .list .txt { font-size: 14px; line-height: 1.7; } }

/*  #voice
================================================ */
#voice .inner {padding: 44px 16px 55px;}

#voice .leadTit { position: relative; padding-bottom: 20px; font-size: 15px; font-weight: 700; text-align: center; }

#voice .leadTit img { display: block; margin: 0 auto 22px; max-width: 256px; }

#voice .list { margin-top: 0px; padding: 25px 18px 28px 28px; }

#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: 18px 13px 0; border-color: #fff transparent transparent; filter: drop-shadow(-5px 5px 3px #aeadad); }

#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 #aeadad); }

#voice .list .item + .item { margin-top: 35px; }

#voice .list .content { position: relative; z-index: 1; padding: 10px 18px 32px; background: #fff; margin-left: -10px; border-radius: 18px; }

#voice .list .age { position: relative; padding: 10px 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("/seat/comodo/img/ico_voice01.png") no-repeat center/contain; }

#voice .list .txt { margin-top: 1px; line-height: 28px; background: url("/seat/comodo/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: 1100px; margin: auto; padding: 127px 15px 127px; }
  #voice .leadTit { max-width: 800px; margin: auto; padding-bottom: 25px; font-size: 18px; }
  #voice .leadTit img { margin: 0 auto 25px; max-width: 314px; }
  #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:before { position: absolute; top: 0; left: 50%; width: 140vw; height: calc(100% - 38px); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); content: ""; display: block; background-size: 8px; }
  #voice .list .item { float: left; z-index: 1; width: calc(50% - 40px); margin: 0 20px; border-radius: 30px; }
  #voice .list .item:after { right: 80px; 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 #aeadad); }
  #voice .list .item + .item { margin-top: 0; }
  #voice .list .item + .item + .item { margin-top: 42px; }
  #voice .list .content { padding: 15px 40px 42px; border-radius: 30px; }
  #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("/seat/comodo/img/bg_voice01_pc.png"); background-size: auto 36px; background-position: top -1px left 50%; }
  #voice .voiceBtn { margin-top: 55px; } }

/*  #reservation
================================================ */
#reservation { background:#f7f6ff; }

#reservation .inner { padding: 46px 0 46px; }

#reservation .leadTit { position: relative; padding-bottom: 35px; text-align: center; }

#reservation .leadTit img { display: block; width: auto; margin: 0 auto; }

#reservation .leadTit .en { height: 16px; }

#reservation .leadTit .ja { margin-top: 22px; height: 14px; }

#reservation .content { padding: 0 18px; }

@media all and (min-width: 768px) { #reservation .inner { max-width: 1030px; margin: auto; padding: 86px 15px 86px; }
  #reservation .leadTit { padding-bottom: 90px; }
  #reservation .leadTit .en { height: 24px; }
  #reservation .leadTit .ja { margin-top: 47px; height: 23px; } }

@media all and (max-width: 350px) { #reservation .leadTit .en { height: 15px; }
  #reservation .leadTit .ja { height: 12px; } }


#voice{
  background:url(/seat/comodo/img/bg_pattern01.gif);
}


/*レビュー設置用スタイル*/
.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;
}
