@charset "UTF-8";

/*open.css を修正*/
article#openWrap section#intro div.container p {
  font-size: 100%;
}
/*open.css を修正*/

#openWrap .main-content__dodekaimage {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
#openWrap .main-content__dodekaimage img {
  width: 100%;
  border-radius: 6px;
}
#openWrap .main-content__dodekadesc {
  margin-bottom: 24px;
}
#openWrap .main-content__dodekadesc img {
  margin: auto;
  display: block;
  width: 100%;
}
#openWrap .dodeka_txt {
  width: 80%;
  display: inline-block;
}
#openWrap .main-content__conceptroom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.4em;
}
#openWrap .main-content__conceptroom-detail {
  margin: 0 0 40px;
  text-align: left;
  width: 48%;
  padding: 1.6em 1.6em 2.4em;
  /* border: 1px solid #333; */
  border-radius: 0.8em;
  background: #fff;
  box-shadow: -1px 0px 4px #bbbbbb;
}
.karaokebar {
  background-color: #f8b62c;
  color: #601986;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 539px) {
  .pc-container {
    width: 66%;
    margin: auto !important;
  }
}

.karaokebar::before {
  content: "";
  background-image: url(../img/stripe.svg);
  background-size: contain;
  width: 50%;
  height: 28%;
  position: absolute;
  left: -44px;
  top: -54px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 539px) {
  .karaokebar::before {
    content: "";
    background-image: url(../img/stripe.svg);
    background-size: contain;
    width: 30%;
    height: 28%;
    position: absolute;
    left: -44px;
    top: -54px;
    background-repeat: no-repeat;
  }
}

.karaokebar::after {
  content: "";
  background-image: url(../img/stripe.svg);
  background-size: contain;
  width: 50%;
  height: 28%;
  position: absolute;
  right: -75px;
  bottom: -50px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 539px) {
  .karaokebar::after {
    content: "";
    background-image: url(../img/stripe.svg);
    background-size: contain;
    width: 20%;
    height: 19%;
    position: absolute;
    right: -12.5%;
    bottom: -54px;
    background-repeat: no-repeat;
  }
}

.karaokebar__title {
  margin: 8px 0 !important;
  text-align: left;
}

.karaokebar__title span {
  letter-spacing: -10px;
}

.karaokebar__desc {
  margin: 8px 0 !important;
  text-align: left;
}

.karaokebar__note {
  margin: 8px 0 !important;
  text-align: left;
}

.karaokebar__note-lists {
  list-style: none;
}

@media screen and (min-width: 569px) {
  #openWrap .main-content__conceptroom-detail {
    margin: 80px 0 0;
  }
}
#openWrap .main-content__conceptroom-image {
  position: relative;
}
#openWrap .main-content__conceptroom-image img {
  border-radius: 8px;
}
#openWrap .main-content__conceptroom-reserve {
  position: absolute;
  bottom: -30px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #e50012;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  border: 4px solid;
}
@media screen and (min-width: 569px) {
  #openWrap .main-content__conceptroom-reserve {
    width: 100px;
    height: 100px;
  }
}
#openWrap .main-content__conceptroom-name small {
  font-weight: bold;
}
#openWrap .main-content__conceptroom-caption {
  margin: 4px 0 16px;
}
#openWrap .main-content__conceptroom ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#openWrap .main-content__conceptroom ul li {
  background: #56bcd2;
  color: #fff;
  /* font-weight: bold; */
  padding: 2px 8px;
  font-size: clamp(10px, 2.8vw, 14px);
  margin-right: 8px;
  font-size: clamp(10px, 2.8vw, 14px);
  border-radius: 3px;
}

.prize {
  max-width: 375px;
  margin: 24px auto;
  border-radius: 5px;
}

.prize ul {
  padding-left: 1em !important;
  font-size: 12px;
  list-style-position: inside;
}

.prize ul li {
  padding-left: 0;
  text-align: left;
  text-indent: -1em;
}
/* mainvisual - 写真掲載前
article#openWrap section#intro div#mv {
	background: url("../../common/1905/img/open/bg_head.jpg") repeat-x 0 0 / contain;
} */
/* 写真掲載後 [mainvisual/shopinfo] */
article#openWrap section#intro div#mv {
  background: url("../img/bg_head.jpg") repeat-x 0 0 / contain;
}

section#shopinfo {
  background: url("../img/bg_shopinfo.jpg") no-repeat center top/100% auto;
}

/*
section#shopinfo {
    margin-top: 0;
}
*/
/* 企画掲載時
article#openWrap section#intro div.container { display:none; }
@media screen and (max-width:900px) {
    article#openWrap section#intro div.container { display:block; }
}
*/
/* サービス6つ
section#shopinfo div.shopDetail#shopService ul {
    width: 100%;
}
section#shopinfo div.shopDetail#shopService ul li {
    width: 16.6%;
}
@media screen and (max-width:860px) {
    section#shopinfo div.shopDetail#shopService ul li { width:33.3%; }
}
*/

#tshats {
  background: url("../img/bg_t.jpg") repeat 0 0 / contain;
  margin: 0 auto !important;
  padding: 40px 0 !important;
}

.btn_t {
  margin: 15px !important;
  padding: 20px 0 !important;
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 5px #333;
}

/* FIX */
.is_flow {
  display: none;
  /* コンバージョンボタン */
}
.is_flow section.fix--fin {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  /* background: url("../img/fix_bg.png") no-repeat center / cover; */
  margin: auto;
  padding: 0.5rem 0 0;
  -webkit-animation: fixBlock-fin 0.2s ease-in 0.5s both;
  animation: fixBlock-fin 0.2s ease-in 0.5s both;
}
.is_flow section.fix--fin dl {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  /* background: #0054A7; */
  padding: 1em !important;
  border-radius: 30px 30px 0 0;
  /* height: 50%; */
}
.is_flow section.fix--fin dl dt {
  flex-basis: 40%;
}
.is_flow section.fix--fin dl dd {
  flex-basis: 50%;
  -webkit-animation: fixBlock-btn 1s ease-in 1s infinite;
  animation: fixBlock-btn 1s ease-in 1s infinite;
}
.is_flow section.fix--fin dl dd a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.is_flow .btn-red-grd {
  background: #ea5253;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ea5253 0%,
    #e71111 2%,
    #c90003 85%,
    #c60002 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea5253", endColorstr="#c60002", GradientType=0);
  /* IE6-9 */
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2) inset,
    1px 1px 2px rgba(255, 255, 255, 0.7) inset;
  border-radius: 6px;
  border: 1px solid #990003;
  padding: 0.4em !important;
}

#openWrap #campaign .cpnWrap .cpnInner figure {
  padding: 15% 15% 8px !important;
}

article#openWrap section#campaign div.cpnWrap {
  position: relative;
  max-width: 940px;
  margin: auto;
  padding: 16px 0;
}
article#openWrap section#campaign div.cpnWrap div.cpnInner {
  width: 65%;
}
article#openWrap section#campaign h2 {
  margin: 32px 0 0;
}
.cpnEnd .endimg {
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 1;
}
.cpnEnd::before {
  content: "";
  background: url(../img/cpn_end.svg) no-repeat;
  background-size: contain;
  width: 95%;
  margin: 0 auto;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  top: 25%;
  z-index: 1;
}
.cpnEnd::after {
  content: "";
  background: rgba(55, 55, 55, 0.5);
  width: 95%;
  height: 100%;
  display: block;
  position: absolute;
  margin: auto;
  inset: 0;
  border-radius: 4px;
}
.cpnEnd .cpnTitle,
.cpnEnd .cpnCaption,
.cpnEnd .cpnDate,
.cpnEnd .cpnAttention {
  opacity: .3;
}
.cpnEnd .cpnBtn {
  display: none;
}

@media screen and (max-width: 568px) {
  #openWrap #campaign .cpnWrap .cpnInner figure {
    padding: 20% 0 8px !important;
  }
}

/* ==============================================================
 Less than...
================================================================= */
@media screen and (max-width: 800px) {
  article#openWrap section#intro div.container {
    padding-bottom: 4em;
  }
}
/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
  .btn_t {
    margin: 15px 0 0 !important;
  }
  .btn_t img {
    max-width: 60% !important;
  }
}
/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (min-width: 480px) and (max-width: 767px) {
}
/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width: 480px) {
  #openWrap .main-content__conceptroom-detail {
    width: 100%;
  }
  #openWrap .main-content__dodekadesc {
    margin-bottom: 8px;
  }
  #openWrap .dodeka_txt {
    width: 100%;
    font-size: 90%;
  }
}
/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width: 0px) and (max-width: 479px) {
}
/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width: 320px) {
}
