vip-system-detailesvip-system-detailesvip-system-detailesvip-system-detailes@charset "utf-8";
/* SHOP Detailes CSS Document */
/******************************************
更新履歴
2024.10.31 各指定に.shop-detailsを追加　高田


*******************************************/
.dialog-off-canvas-main-canvas {
    overflow: hidden;
}
.page-node-type-shop .header-area{
  border-bottom:none;
}
.page-node-type-shop .views-field-field-copex-st-pr-image .field--name-field-shp-st-pr-image img{
    width: 100vw;
    height: auto;
    max-width: 500px;
    object-fit: cover;
    top: 0;
    margin-left:-15px;
  margin-right:-15px;
}
/* 画像無しの場合に被る*/
.page-node-type-shop .views-field-field-copex-st-pr-image.no-image{
    margin-top:56px;
}

.page-node-type-shop .views-field-field-copex-st-pr-image img.shop_full_vip{
  max-width:74px;
  height:auto;
  object-fit: contain;
  position: absolute;
  top:80px;
  right:20px;
}
.page-node-type-shop .shop-info{
  background: var(--main-color-1);
  padding: 20px 20px 40px 20px;
  color: #fff;
  position: relative;
  top: -3px;
  margin-left: -15px;
  max-width: 500px;
  margin-right: -15px;
}
.page-node-type-shop .shop-info .field--name-field-shp-st-pr-body p{
  font-size:12px;
  line-height: 200%;
}
.page-node-type-shop main{

}
.cast-list.container{
  position: relative;
}

.cast-list.container.is-open{
  max-height: 100%;
  padding-bottom: 60px;
}
.right-sticky {
  position: sticky;
  top:140px;
}

.shop-body .shop-width-body .shop-left{
  width:calc(70% - 30px);
}
.shop-width-body{
  padding-bottom:40px;
  margin-bottom:-20px;
}
.shop-right{
  width:30%;
}

#block-onerise-front-shop-footer{
  padding-top: 54px;
}

#block-onerise-front-shop-footer:has(div.hashtug-me){
  padding-top: 134px;
}

#block-onerise-front-shop-footer div.shop-footer-wrap{
  position: fixed;
  bottom:0px;
  width:100%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%); /* 要素の幅の半分だけ左に戻す */
}
#block-onerise-front-shop-footer div.shop-footer-wrap div{
  height:54px;
  background: #fff;
  display: flex;
  width:100%;
  border-top:1px solid #27686D;
}#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer {
  display: flex;
}

#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a {
  display: block;
  flex: 1;
  text-align: center;
  color: #27686D;
  text-decoration: none;
  padding-top:8px;
  font-size:11px;
}

#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a::before {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  margin: 0 auto 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a:nth-child(1)::before {
  background-image: url("/themes/custom/onerise_front_shop/img/icon/shop_top.png");
}

#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a:nth-child(2)::before {
  background-image: url("/themes/custom/onerise_front_shop/img/icon/shop_contact.png");
}

#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a:nth-child(3)::before {
  background-image: url("/themes/custom/onerise_front_shop/img/icon/shop_system.png");
}

#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a:nth-child(4)::before {
  background-image: url("/themes/custom/onerise_front_shop/img/icon/shop_cast.png");
}

#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a:nth-child(5)::before {
  background-image: url("/themes/custom/onerise_front_shop/img/icon/shop_review.png");
}

#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a[disabled] {
  pointer-events: none;
}
#block-onerise-front-shop-footer div.shop-footer-wrap .shop-footer > a[disabled]::before {
  opacity: 0.5;
}

h3.en-label,
.shop-detail-area .field--name-field-shp-st-free .field__label,
.field--name-field-shop-reviews h2.title{
  color:#000;
  font-size: 24px;
  display: block;
  margin: 60px auto 15px;
  letter-spacing: 3px;
  text-shadow: 0px 0px 1px #ffffff;
  padding-left:20px;
  border-left:10px solid var(--main-color-1);
}
#system h3.en-label{
  margin-top:0px;
}
.has#system{
  margin-top:50px;
}
.shop-right h3.en-label{
  font-size:16px;
}


.shop-details {
  
}
.shop-detail-shop-name {
  padding:15px;
}
.shop-detail-shop-name .head-area{
  margin-bottom:10px;
}
.shop-detail-shop-name .head-shopname{
  font-size:24px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
}
.head-shopname div{
  display: inline;
}
.catch .field--name-field-shp-st-pr-catch{
  font-size:16px;
  font-weight: 600;
  line-height: 200%;
}

.shop-detaile-body{
  padding:15px;
}

.shop-details .views-field-changed{
  text-align: right;
  padding:15px;
  font-size:12px;
  color:#4d5656;
  background:#bfc9ca;
}
/*もっとみるで開閉　(共通)*/
.shop-details .readmore-content p {
  font-size: 15px;
  line-height: 180%;
  margin-bottom:30px;
}

.shop-details .readmore {
  position: relative;
  margin: 0 auto;
  padding-bottom:80px;
  margin-bottom:30px;
}







 


.shop-details .readmore label::before {
  content: '続きを見る';
}

.shop-details .readmore input[type="checkbox"]:checked~label::before {
  content: '元に戻す';
}

.shop-details .readmore input[type="checkbox"] {
  display: none;
}

.shop-details .readmore-content {
  position: relative;
  height: 200px;
  /* height:150px; */
  overflow: hidden;
}

.shop-details .readmore input[type="checkbox"]:checked~.readmore-content {
  height: auto;
}

.shop-details .readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  /* height: 100px; */
  /*background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);*/
}


.shop-details .readmore input[type="checkbox"]:checked~.readmore-content::before {
  display: none;
}

.shop-details .readmore-content p {
  margin: 0;
  font-size: 16px;
}

.shop-details .readmore label:hover {
  transform: translateX(-50%) scale(1.1);
}
#gallery .field__item img{
  width:100%;
  height:auto;
  object-fit: contain;
}
.gallery-body ul{
  display: flex;
  flex-wrap: wrap;
}
.gallery-body ul li{
  width:calc(100% / 3);
  padding:5px;
}
.gallery-body ul li img {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background: #fff;
    padding: 5px;
    object-fit: cover;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}




/* システム欄：もっと見る */
#system .view-display-id-block_1 > .view-content {
  position: relative;
  max-height: 355px; /* 最初に見せる高さ。ここは好みで調整 */
  overflow: hidden;
  transition: max-height 0.35s ease;
}



/* 開いた状態 */
#system .view-display-id-block_1 > .view-content.is-open {
  max-height: none;
}

#system .view-display-id-block_1 > .view-content.is-open::after {
  display: none;
}

/* もっと見るボタン */
#system .shop-system-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  padding: 18px 0 6px;
  border: 0;
  background: transparent;
  color: #333;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
}

#system .shop-system-more__icon {
  font-size: 22px;
  line-height: 1;
}

/******************************************
front　ホワイトバージョン
*******************************************/

body.path-shop {
  background-color: #f5f5f5;
  overflow-x: hidden;
  background-image:none;
}

.shop-details {
  background-color: #fff;
  margin-top:-15px;
}

.shop-details .views-field-field-copex-st-pr-image img{
  width:100%;
  height:auto;
  object-fit: cover;
}
.shop-details .color-black .catch{
  color:#fff;
}
.shop-details .color-black .readmore{
  color:#fff;
}

/*メインビジュアル*/
body.path-shop #block-onerise-front-content .shop-details .views-row .views-field-field-copex-st-pr-image .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

body.path-shop #block-onerise-front-content .shop-details .views-field-field-copex-st-pr-catch .field-content {
  padding: 0 30px;
  font-size: 20px;
}



body.path-shop .region.region-content {
  padding: 0;
}



/*見出し*/
.shop-details .views-field-field-copex-gallery .views-label-field-copex-gallery,
.shop-details .views-field-field-copex-st-ev-image .views-label-field-copex-st-ev-image,
.shop-details .views-field-field-copex-st-coupon .views-label-field-copex-st-coupon,
.shop-details .views-field-field-nofilter-text h2 {
  font-family: "CormorantSC", "Hiragino Mincho Pro", "Yu Mincho", serif;
  font-size: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 10px;
}


/*gallery*/
.shop-details .views-field-field-copex-gallery .item-list ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-details .views-field-field-copex-gallery .item-list ul li {
  flex: 1 0 45%;
  /* 幅を約50%に調整（2列表示）*/
  max-width: calc(45% - 10px);
  /* 隙間を考慮した幅 */
  width: 100%;
}

.shop-details .views-field-field-copex-gallery .item-list ul::after,
.shop-details .views-field-field-copex-gallery .item-list ul::before {
  content: "";
  display: block;
  max-width: calc(45% - 10px);
  height: 0;
  width: 100%;
}

.shop-details .views-field-field-copex-gallery .item-list ul::before {
  order: 1;
}

.shop-details .views-field-field-copex-gallery .item-list ul li img{
  width: 100%;
  height: auto;
}


/*イベント・coupon*/
.shop-details .views-field-field-copex-st-ev-image,
.shop-details .views-field-field-copex-st-coupon {
  padding: 0 20px;
}
.coupon-image img{
  max-width:100%;
  height:auto;
  object-fit: contain;
}

.shop-details .views-field-field-copex-st-ev-image .field-content a,
.shop-details .views-field-field-copex-st-coupon .field-content a {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.shop-details .views-field-field-copex-st-coupon .shop-description {
  letter-spacing: 2px;
  font-size: 16px;
  margin: 10px auto 0px;
  text-align: center;
  padding: 0 10px;
}




/*shopdata*/
.shop-details .views-field-field-nofilter-text h2 {
  font-weight: unset;
}

.shop-details .views-field-field-nofilter-text {
  padding-bottom: 40px;
}

.shop-details .shop_data_table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  margin-bottom:80px;
}



.shop-details .shop_data_table td,
.shop-details .shop_data_table th {
  border: 1px solid #CECECE;
  padding: 10px;
  font-size: 16px;
  background:#fff;
}

.shop-details .shop_data_table th {
  background-color: #F0F0F0;
  font-weight: normal;
}


/**** SNS /CONTACT ******/
.shop-contact-list{
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  justify-content:center;
}
.shop-contact-list a{
  display: block;
  width:40px;
  height:40px;
}
.shop-contact-list a img{
  width:40px;
  height:40px;
  border-radius: 5px;
  border:1px solid #ddd;
} 



.shop-details .views-field.views-field-field-copex-st-pr-image img{
  width:100%;
  height:auto;
  object-fit: cover;
}
.shop-details .catch {
  line-height: 180%;
  margin-bottom:20px;
}
@media (max-width: 767.9px) {
  .shop-width-body .container{
    padding:0px;
  }
  .shop-details .shop_data_table th {
    width: 30%;
  }
  .shop-details{
    margin-left:-15px;
    margin-right: -15px;
  }
  .shop-details .views-field-field-copex-gallery .views-label-field-copex-gallery, .shop-details .views-field-field-copex-st-ev-image .views-label-field-copex-st-ev-image, .shop-details .views-field-field-copex-st-coupon .views-label-field-copex-st-coupon, .shop-details .views-field-field-nofilter-text h2{
    font-size:21px;
  }
}
/**** SYSTEM *****/
.view-front-shop-price-list .views-row{
  margin-bottom:30px;
}
.view-front-shop-price-list .views-row .field--name-field-price-biko {
  padding:20px;
  line-height: 180%;
  border-bottom:1px solid #d5dbdb;
  border-left:1px solid #d5dbdb;
  border-right:1px solid #d5dbdb;
}
.color-black .view-front-shop-price-list .views-row .field--name-field-price-biko{
  color:#fff;
}
.pay-area{
  color:#000;
  padding:10px 20px;
}
.pay-area ul{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}
.pay-area ul li{
  display: flex;
  gap:10px;
}
.pay-area ul li span{
  margin-top:5px;
}
.payicon {
  width:25px;
  height: auto;
  object-fit: contain;
}
.price_title{
  text-align: center;
  font-size:16px;
  font-weight: 600;
  min-height: 50px;
  /*height:50px;*/
  /*line-height: 50px;*/
  width:100%;
  /* border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff; */
  color:#fff;
  background:var(--main-color-1);
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}


.shop-info .field_shp_st_pr_body {
  position: relative;
}

.shop-info .field_shp_st_pr_body .field__item {
  position: relative;
  overflow: hidden;
  max-height: 210px; /* 初期表示の高さ。お好みで調整 */
  transition: max-height 0.35s ease;
}

.shop-info .field_shp_st_pr_body.is-open .field__item {
  max-height: 5000px; /* 十分大きければOK */
}

.shop-info .field_shp_st_pr_body.has-readmore:not(.is-open) .field__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(138, 196, 202, 0) 0%,
    rgba(138, 196, 202, 0.75) 45%,
    rgba(138, 196, 202, 0.95) 70%,
    rgba(138, 196, 202, 1) 100%
  );
}

.shop-info .field_shp_st_pr_body .readmore-toggle {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  z-index: 5;
  min-width: 160px;
  padding: 14px 26px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.shop-info .field_shp_st_pr_body .readmore-toggle:hover {
  transform: translateX(-50%) translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.shop-info .field_shp_st_pr_body.is-open .readmore-toggle {
  position: static;
  display: block;
  margin-top: 16px;
  transform: none;
  margin-left:auto;
  margin-right:auto;
}

.shop-info .field_shp_st_pr_body.is-open {
  padding-bottom: 0;
}

.shop-info .field_shp_st_pr_body.has-readmore {
  padding-bottom: 34px;
}

/* スマホ */
@media (max-width: 768px) {
  .shop-info .field_shp_st_pr_body .field__item {
    max-height: 180px;
  }

  .shop-info .field_shp_st_pr_body .readmore-toggle {
    min-width: 140px;
    padding: 12px 22px;
    font-size: 16px;
  }
}




table.price-plan,
table.shop_data_table{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  /* border-left:1px solid #fff;
  border-right:1px solid #fff; */
  border-collapse:  collapse;
}
table.price-plan th,
table.price-plan td,
table.shop_data_table th,
table.shop_data_table td{
  padding:10px;
  font-size:16px;
  border-bottom: solid 1px var(--waku);
  text-align: center;
}
table.shop_data_table td{
  text-align: left;
}
table.price-plan th,
table.shop_data_table th{
  width:50%;
  border-bottom: solid 1px var(--main-color-3);
  font-weight: 500;
  text-align: center;
}
table.shop_data_table tbody th{
  width:20%;
}

.shop-detail-area{
  padding-left:5px;
  padding-right:5px;
}
.shop-system {
  padding-top:15px;
  margin-bottom:15px;
  border-bottom: 1px solid var(--main-color-3);
}
.shop-system .field--name-field-price-biko{
  line-height: 200%;
  font-size:14px;
  padding:15px 0px;
}
.has{
  display: none;
}
.has:has(.view-content),
.has:has(.item-list),
.has:has(.field__item),

.has:has(.shop_data_table),
.has:has(.shop-contact-list){
    display: block;
    padding-bottom:40px;
}
.shop-details .readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  background-color: #000000;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .4s;
}

.shop-details .readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
}
.pay-area .flex{
  gap:10px;
  flex-wrap: wrap;
}
.pay-area .flex .field__item {
  display: flex;
  align-items: center;
}
.pay-area .flex .field__item  img{
  max-height:50px;
  width:auto;
  object-fit: contain;
  max-width: 80px; 
}
.pay-area .flex .field__item.jcb img,
.pay-area .flex .field__item.dinersclub img,
.pay-area .flex .field__item.docomo img{
  max-height:40px;
}
.shop_page_menu {
  margin-bottom:15px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.shop_page_menu ul{
  display: flex;
  margin:0px;
}
.shop_page_menu ul li{
  flex:1;
  height:50px;
}
.shop_page_menu ul li a{
  display: block;
  width: 100%;
  line-height: 50px;
  padding:0px;
  text-align: center;
  font-family: "Onest";
  letter-spacing: 1px;
}
.shop-right .job-box h3.en-label,
.shop-right .shop-contact h3.en-label{
  margin:0px 0px 15px 0px;
  text-align: left;
  padding:0px 15px;
  height:40px;
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
}

/*********テーマカラー設定***************/
.color-white .shop-detail-shop-name{
  color:#fff;
  background:#000;
}

.shop-details  .color-white .readmore label {
  color: #fff;
  background-color: #000000;
}
/**黒**/
.color-black .shop-width-body{
  background:#000;
}
.color-black h3.en-label{
   color:#fff; 
}
.color-black .shop-right  h3.en-label{
  color:#000;
  background:#fff; 
}
.color-black .shop-detail-shop-name{
  color:#000;
  background:#fff;
}
.color-black .shop-detaile-body{
  background:#000;
  color:#fff;
}
.shop-details .color-black .readmore label {
  color: #000;
  background-color: #fff;
}

.color-black .shop_page_menu ul li a{
  color:#fff;
}
/**緑**/
.color-green .shop-width-body{
  background-color: #F4D03F;
  background-image: -webkit-linear-gradient(42deg, #F4D03F 0%, #16A085 100%);
  background-image: -o-linear-gradient(42deg, #F4D03F 0%, #16A085 100%);
  background-image: linear-gradient(95deg, #F4D03F 0%, #16A085 100%);

}
.color-green h3.en-label{
   color:#fff; 
}
.color-green .shop-right  h3.en-label{
  color:#fff;
  background:#16A085; 
}
.color-green .shop-detail-shop-name{
  color:#45b39d;
  background:#fff;
}
.color-green .shop-detaile-body{
  background:#45b39d;
  color:#fff;
}
.shop-details .color-green .readmore label {
  color: #45b39d;
  background-color: #fff;
}

.color-green .shop_page_menu ul li a{
  color:#fff;
}
.color-green .view-front-shop-price-list .views-row .field--name-field-price-biko{
  background:#fff;
}
/**オレンジ**/
.color-orange .shop-width-body{
  background-color: #FAD961;
  background-image: -webkit-linear-gradient(left, #FAD961 0%, #F76B1C 100%);
  background-image: -o-linear-gradient(left, #FAD961 0%, #F76B1C 100%);
  background-image: linear-gradient(to right, #FAD961 0%, #F76B1C 100%);

}
.color-orange h3.en-label{
   color:#fff; 
}
.color-orange .shop-right  h3.en-label{
  color:#fff;
  background:#F76B1C; 
}
.color-orange .shop-detail-shop-name{
  color:#f39c12;
  background:#fff;
}
.color-orange .shop-detaile-body{
  background:#f39c12;
  color:#fff;
}
.shop-details .color-orange .readmore label {
  color: #f39c12;
  background-color: #fff;
}

.color-orange .shop_page_menu ul li a{
  color:#fff;
}
.color-orange .view-front-shop-price-list .views-row .field--name-field-price-biko{
  background:#fff;
}
/**赤**/
.color-red .shop-width-body{
  background-color: #cb4335;
  background-image: -webkit-linear-gradient(57deg, #cb4335 0%, #FF2525 74%);
  background-image: -o-linear-gradient(57deg, #cb4335 0%, #FF2525 74%);
  background-image: linear-gradient(147deg, #cb4335 0%, #FF2525 74%);


}
.color-red h3.en-label{
   color:#fff; 
}
.color-red .shop-right  h3.en-label{
  color:#fff;
  background:#cb4335; 
}
.color-red .shop-detail-shop-name{
  color:#cb4335;
  background:#fff;
}
.color-red .shop-detaile-body{
  background:#cb4335;
  color:#fff;
}
.shop-details .color-red .readmore label {
  color: #cb4335;
  background-color: #fff;
}

.color-red .shop_page_menu ul li a{
  color:#fff;
}
.color-red .view-front-shop-price-list .views-row .field--name-field-price-biko{
  background:#fff;
}
/**紫**/
.color-purple .shop-width-body{
  background-color: #FF3CAC;
  background-image: -webkit-linear-gradient(top right, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
  background-image: -o-linear-gradient(top right, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
  background-image: linear-gradient(to bottom left, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);

}
.color-purple h3.en-label{
   color:#fff; 
}
 .color-purple .shop-right h3.en-label{
  color:#fff;
  background:#8e44ad; 
}
.color-purple .shop-detail-shop-name{
  color:#8e44ad;
  background:#fff;
}
.color-purple .shop-detaile-body{
  background:#8e44ad;
  color:#fff;
}
.shop-details .color-purple .readmore label {
  color: #8e44ad;
  background-color: #fff;
}

.color-purple .shop_page_menu ul li a{
  color:#fff;
}
.color-purple .view-front-shop-price-list .views-row .field--name-field-price-biko{
  background:#fff;
}
/**ピンク**/
.color-pink .shop-width-body{
  background-color: #FF9A8B;
  background-image: -webkit-linear-gradient(left, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: -o-linear-gradient(left, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  background-image: linear-gradient(to right, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);


}
.color-pink h3.en-label{
   color:#fff; 
}
.color-pink .shop-right h3.en-label{
  color:#fff;
  background-color: #FF6A88;

}
.color-pink .shop-detail-shop-name{
  color:#cf2f74;
  background:#fff;
}
.color-pink .shop-detaile-body{
  background-color: #FAACA8;
  background-image: -webkit-linear-gradient(289deg, #FAACA8 0%, #DDD6F3 100%);
  background-image: -o-linear-gradient(289deg, #FAACA8 0%, #DDD6F3 100%);
  background-image: linear-gradient(19deg, #FAACA8 0%, #DDD6F3 100%);
  color:#cf2f74;
}
.shop-details .color-pink .readmore label {
  color: #cf2f74;
  background-color: #fff;
}

.color-pink .shop_page_menu ul li a{
  color:#cf2f74;
}
.color-pink .view-front-shop-price-list .views-row .field--name-field-price-biko{
  background:#fff;
}
/*********クーポン****************/
#coupon .col-12 img.image-style-coupon{
  width:100%;
  height:auto;
  object-fit: contain;
}
#coupon .col-12 .node--type-coupon {
  margin-bottom:30px;
  background:#fff;
  padding:10px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
#coupon .col-12 .node--type-coupon .field--name-field-cpn-text {
  text-align: left;
}
/*********口コミ***********/
.shop-review-item.by-viewer{
  background:#E6E6E6;
  border-radius: 10px;
  padding:20px;
  margin-bottom:24px;
  
}
.shop-review-item.by-viewer .shop-review-card{
  display: flex;
  flex-wrap:wrap;
  flex-direction: column;
  gap:15px;
}
.shop-review-item.by-viewer .field--name-comment-body {
  font-size:12px;
  clear:both;
  line-height: 150%;
}
.shop-review-item.by-viewer .shop-review-author{
  font-weight: 600;
  font-size:16px;
  color:#000;
}
.flex .shop-review-date{
  margin-left: auto;
  color:#000;
  font-weight: 600;
}
#edit-comment-body-0-format-help,
#edit-comment-body-0-format-guidelines{
  display: none;
}
.shop-contact-list .field--name-field-shp-st-sns-link-fb a,
.shop-contact-list .field--name-field-shp-st-sns-link-ig a,
.shop-contact-list .field--name-field-shp-st-sns-link-tk a,
.shop-contact-list .field--name-field-shp-st-sns-link-x a,
.shop-contact-list .field--name-field-shp-st-sns-link-line a,
.shop-contact-list .field--name-field-shp-st-contact-tel a{
  text-indent: -9999px;
  width:40px;
  height:40px;
}
.shop-contact-list .field--name-field-shp-st-sns-link-fb a{
  background:url("../img/sns/facebook.svg") no-repeat;
}
.shop-contact-list .field--name-field-shp-st-sns-link-ig a{
  background:url("../img/sns/instagram.svg") no-repeat;
}
.shop-contact-list .field--name-field-shp-st-sns-link-tk a{
  background:url("../img/sns/tiktok.svg") no-repeat;
}
.shop-contact-list .field--name-field-shp-st-sns-link-x a{
  background:url("../img/sns/x.svg") no-repeat;
}
.shop-contact-list .field--name-field-shp-st-sns-link-line a{
  background:url("../img/sns/line.svg") no-repeat;
}
.shop-contact-list .field--name-field-shp-st-contact-tel a{
  background:url("../img/sns/tel.webp") no-repeat;
  background-size: 40px;
}

/* 求人情報 */
.page-node-type-shop .job-content {
  padding: 15px;
  background-color: #E6E6E6;
  border-radius: 5px;

  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.page-node-type-shop .job-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-node-type-shop .job-content .title {
  font-size:16px;
  font-weight: 600;
  color: #27686D;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-node-type-shop .job-content .salary {
  padding-bottom: 1rem;
}
.page-node-type-shop .job-content .salary .label {
  width: 30%;
  font-size:14px;
  display: inline-block;
}
.page-node-type-shop .job-content .salary .value {
  font-size:24px;
  font-weight: 600;
  color: #6BA9AE;
  margin-right: 1rem;
}

/*********レスポンシブPC***************/
@media (min-width: 768px) {
  .shop-details .views-field-field-copex-st-pr-image .field-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 520px;
    overflow: hidden;
  }
  .shop-details .catch {
    line-height: 180%;
    margin-bottom: 40px;
    font-size:18px;
    margin-left:40px;
    margin-right:40px;
  }
  .shop-details .readmore {
    margin-left:40px;
    margin-right:40px;
    font-size:16px;
  }

  /*メインビジュアル*/
  .shop-details .views-field-field-copex-st-pr-image .field-content img {
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom:10px;
  }

  /*ギャラリアー画像*/
  body.path-shop #block-onerise-front-content .shop-details .views-row .field-content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    text-align: center;
  }


  .shop-details .views-field-field-copex-st-pr-catch,
  .shop-details .views-field-field-nofilter-text-1 {
    width: fit-content;
    margin: 0 auto;
  }

  .shop-details .views-field-field-copex-st-pr-image .field-content {
    position: relative;
    overflow: hidden;
  }

  .shop-details .views-field-field-copex-st-pr-image .field-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: 0;
  }

  .shop-details .views-field-field-copex-st-pr-image .field-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}
@media only screen and (max-width: 568.9px) {
  .shop-flex{
    display: block;
  }
  .shop-body .shop-width-body .shop-left,
  .shop-body .shop-width-body .shop-right{
    width:calc( 100%);
  }
  .shop-right .job-box h3.en-label,
  .shop-right .shop-contact h3.en-label{
    border-radius: 0px;
  }
  .shop-body .shop-width-body .shop-right{
    margin-top:30px;
  }
  .gallery-body ul li{
    width:calc(100% / 2);
    padding:5px;
  }
  .readmore-content,
  .shop-details .catch{
    padding-left: 10px;
    padding-right:10px;
  }
}
/* VIPページだけ、通常レイアウトから切り離す */
.vip-label{
  position: absolute;
  z-index: 2;
  bottom: 200px;
  font-size:48px;
  font-weight: 700;
  left:15px;
  letter-spacing: 0%;
}
.vip-label-s{
  font-size:14px;
}
body.path-vip {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
  font-family: "Noto Serif JP", serif;
  color:#FAF0E6;
  letter-spacing: 20%;
}
body.path-vip.vip-scroll {
  overflow: auto;
}

/* パンくず・footerはVIPでは非表示 */
body.path-vip .region-breadcrumb,
body.path-vip footer {
  display: none;
}

/* ヘッダーは画像の上に重ねる */
body.path-vip .header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  border-bottom: none !important;
}

/* 親のcontainer/row/colの余白を無効化 */
body.path-vip main,
body.path-vip .container.w900.maincontent,
body.path-vip .container.w900.maincontent > .row,
body.path-vip .layout-content {
  width: 100%;
  max-width: none;
  height: 100dvh;
  margin: 0 !important;
  padding: 0 !important;
  background: #000;
}
/* 親のcontainer/row/colの余白を無効化 */
body.path-vip.vip-scroll main,
body.path-vip.vip-scroll .container.w900.maincontent,
body.path-vip.vip-scroll .container.w900.maincontent > .row,
body.path-vip.vip-scroll .layout-content {
  width: 100%;
  max-width: none;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000;
}
body.path-vip button.navbar-toggler{
  display: none !important;
}




/* VIP本体は親要素を無視して画面に固定 */
body.path-vip #vip-shop {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;

  width: 100vw;
  max-width: 500px;
  height: 100vh;
  height: 100dvh;

  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #000;
  z-index: 1;
}

/* 縦スワイプ本体 */
body.path-vip .vip-shop-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

body.path-vip .vip-shop-track {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

body.path-vip .vip-shop-section {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* TOP画像ページ */
body.path-vip #vip-shop-section-p1 {
  overflow: hidden;
}

body.path-vip #vip-shop-section-p1 .pr-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-width: none !important;
  transform: none !important;
}

body.path-vip #vip-shop-section-p1 .pr-image img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* SHOP DATAボタン */
body.path-vip .vip-shop-link {
  border: 1px solid #fff;
  width: calc(100% - 20px);
  height: 47px;
  line-height: 47px;
  text-align: center;
  z-index: 10;
  position: absolute;
  left: 10px;
  bottom: 28px;
  color: #fff;
  box-sizing: border-box;
  background-color:rgb(0,0,0,0.25);
}
body.path-vip .vip-shop-link#cast-data-link{
  position: static;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
}



/* モーダル初期状態 */
body.path-vip .vip-shop-modal {
  display: none;
}

/* モーダル表示時 */
body.path-vip .vip-shop-modal.is-open {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100vw;
  max-width: 500px;
  height: 100dvh;

  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  background: rgba(70, 70, 70, 0.96);
  color: #fff;
  box-sizing: border-box;

  padding: 64px 24px 40px;
}

/* 閉じるボタン */
body.path-vip .vip-shop-modal-close {
  position: fixed;
  top: 18px;
  right: calc(50% - min(50vw, 250px) + 20px);
  z-index: 1001;

  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  cursor: pointer;
  border:none !important;
  outline:none !important;
}
body.path-vip .vip-shop-modal.is-open iframe{
  margin-top:20px;
}
body.path-vip .vip-shop-map {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  background: #1f252d;
}

body.path-vip .vip-shop-map iframe {
  display: block;
  width: 100% !important;
  height: 338px !important;
  border: 0;
  
  /* Google Mapを暗めの雰囲気に寄せる */
  filter: grayscale(25%) invert(88%) hue-rotate(180deg) saturate(80%) contrast(105%) brightness(82%);
}


/* キャッチコピー */
body.path-vip .vip-shop-modal .catch {
  margin-bottom: 34px;
}

body.path-vip .vip-shop-modal .catch .field__item {
  font-family: serif;
  font-size: 27px;
  line-height: 1.55;
  letter-spacing: 0.12em;
  font-weight: bold;
}

/* 本文 */
body.path-vip .vip-shop-modal .field_shp_st_pr_body {
  font-family: serif;
  font-size: 13px;
  line-height: 2.25;
  letter-spacing: 0.12em;
}

body.path-vip .vip-shop-modal .field_shp_st_pr_body p {
  margin: 0 0 1.6em;
}

/* インラインstyleの max-height をモーダル内では解除 */
body.path-vip .vip-shop-modal.is-open .field_shp_st_pr_body .field__item {
  max-height: none !important;
  overflow: visible !important;
}

/* 続きを読むボタンはいったん不要なら非表示 */
body.path-vip .vip-shop-modal .readmore-toggle {
  display: none;
}

/* SHOP DATAボタンを押せる見た目に */
body.path-vip .vip-shop-link {
  cursor: pointer;
}

body.path-vip .vip-shop-modal.is-open {
  z-index: 99999;
}

body.path-vip .vip-shop-modal-close {
  z-index: 100000;
}
/* モーダルを開いている時だけ #vip-shop をヘッダーより前面へ */
body.path-vip.vip-modal-open #vip-shop {
  z-index: 1000 !important;
}

/* モーダル自体は #vip-shop の中で最前面 */
body.path-vip .vip-shop-modal.is-open {
  z-index: 1001 !important;
}

/* 閉じるボタン */
body.path-vip .vip-shop-modal-close {
  z-index: 1002 !important;
}


/* 右側の現在位置ナビ */
body.path-vip .vip-section-nav {
  position: fixed;
  right: calc(50% - min(50vw, 250px) + 16px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;

  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

/* 各アイテム */
body.path-vip .vip-section-nav-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;

  width: auto;
  height: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

/* ラベル。通常は非表示 */
body.path-vip .vip-section-nav-label {
  opacity: 0;
  visibility: hidden;
  transform: translateX(6px);

  font-family: serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;

  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

/* 右側の白いバー */
body.path-vip .vip-section-nav-bar {
  display: block;
  width: 4px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  transition: height 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

/* 現在地 */
body.path-vip .vip-section-nav-item.is-active .vip-section-nav-label {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

body.path-vip .vip-section-nav-item.is-active .vip-section-nav-bar {
  height: 34px;
  background: #fff;
}

/* モーダル表示中は消す */
body.path-vip.vip-modal-open .vip-section-nav {
  display: none;
}
body.path-vip #vip-shop-section-p1 img,
body.path-vip #vip-shop-section-p2 img,
body.path-vip #vip-shop-section-p3 img{
    object-fit: cover;
    height: 100vh;
    width: 100%;
    min-width: 100%;
}
/* p1のメイン画像に黒透過レイヤー */
body.path-vip #vip-shop-section-p1 .pr-image::after,
body.path-vip #vip-shop-section-p2 .field--type-image::after,
body.path-vip #vip-shop-section-p3 .field--type-image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  pointer-events: none;
}

/* p1の画像本体 */
body.path-vip #vip-shop-section-p1 .pr-image img,
body.path-vip #vip-shop-section-p2 .field--type-image img,
body.path-vip #vip-shop-section-p3 .field--type-image img{
  position: relative;
  z-index: 1;
}

/* 店名・SHOP DATAなどは黒レイヤーより上へ */
body.path-vip #vip-shop-section-p1 .shop-info,
body.path-vip #vip-shop-section-p1 .vip-shop-link,
body.path-vip #vip-shop-section-p2 .shop-info,
body.path-vip #vip-shop-section-p2 .vip-shop-link,
body.path-vip #vip-shop-section-p3 .shop-info,
body.path-vip #vip-shop-section-p3 .vip-shop-link{
  position: absolute;
  z-index: 3;
}

/**** vip event ****/
body.path-vip #vip-shop-section-p4 .field--name-field-shp-vip-eventimg img{
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-top:100px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
/**** vip システム ****/
body.path-vip #vip-shop-section-p5 .field--name-field-shp-vip-price img{
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-top:100px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  max-height: 70vh;
}

/**** vip cast ****/
.vip-cast-list{
  margin-top:60px;
}
.vip-scroll .layout-content{
  overflow: scroll;
  height: 100vh;
}
.vip-cast-list .view-content .cast-grid-image img,
.vip-cast-list .view-content .cast-grid-image a{
  border-radius: 0px;
}
.cast-vip-list-title h3{
  font-size:32px;
  font-weight: 600;
  margin-left:10px;
  margin-bottom:10px;
}
.vipshoptop_link{
  color: #FAF0E6;
  font-size: 12px;
  margin-left: 10px;
  display: block;
  text-align: center;
  width: 58px;
  line-height: 150%;
}
.vip-scroll .layout-content {
  overflow: scroll; /* または overflow-y: scroll; */

  /* Firefox */
  scrollbar-width: none;

  /* IE / Edge旧 */
  -ms-overflow-style: none;
}

/* Chrome / Safari / Edge */
.vip-scroll .layout-content::-webkit-scrollbar {
  display: none;
}
/*** cast 詳細 ****/
.vip-cast-detailes{
  margin-top:60px;
}
.vip-cast-detailes .slick--optionset--cast-slide{
  margin-top:10px;
}
.vip-cast-profile{
  margin-top:20px;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  font-size:20px;
  flex-direction: column;
  font-weight:400;
  margin-left: 15px;
  margin-right:15px;
}
.vip-cast-profile-row{
  width:100%;
}
.vip-cast-profile-row.flex div{
  flex:1;
}
.field--name-field-cast-language {
  font-size:14px;
  display: flex;
  gap:15px;
  margin-top:20px;
  margin-bottom:20px;
}
.field--name-field-cast-hobby {
  font-size:14px;
  margin-top:20px;
  margin-bottom:20px;
}
.vip-shop-modal h3{
  font-size: 32px;
  font-weight: 600;
  margin-left: 0px;
  margin-bottom: 20px;
}
.vip-shop-modal .cast-me-banner a .me_more{
  font-size: 19px;
  top: 35px;
}
.vip-shop-modal .cast-me-banner a .me_name{
  top: 17px;
}
.vip-shop-modal .cast-qa {
  font-size:14px;
  line-height: 180%;
}
.vip-shop-modal .cast-qa .field__label:before,
.vip-shop-modal .cast-qa .field__item:before{
  display: none;
}
.vip-shop-modal .cast-qa .field__label{
  margin-bottom:15px;
}
.vip-shop-modal .cast-qa .field__item{
  margin-bottom:25px;
  
}



.vip-sns-link {
  position: fixed;
  right: 28px;
  bottom: 45px;
  width: 92px;
  height: 92px;
  z-index: 50;
}

/* SNS丸ボタン */
.vip-sns-title {
  position: absolute;
  right: 0;
  top: 0;
  width: 92px;
  height: 92px;
  border: none;
  border-radius: 50%;
  background: rgba(210, 210, 210, 0.9);
  color: #111;
  font-family: serif;
  font-size: 18px;
  letter-spacing: 0.28em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s ease, background 0.3s ease;
}
.vip-sns-title img{
  display: none;
}
.is-open .vip-sns-title label{
  display: none;
}
.is-open .vip-sns-title img{
  display: block !important;
}

.vip-sns-title:active {
  transform: scale(0.96);
}

/* 左に広がるSNSエリア */
.vip-sns-items {
  position: absolute;
  right: 0;
  top: 50%;
  height: 72px;
  width: 92px;
  transform: translateY(-50%);
  transform-origin: right center;
  border-radius: 999px;
  background: rgba(225, 225, 225, 0.78);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 92px 0 0;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition:
    width 0.38s ease,
    padding 0.38s ease,
    opacity 0.25s ease;
}

/* 開いた状態 */
.vip-sns-link.is-open .vip-sns-items {
  width: 405px;
  padding: 0 112px 0 36px;
  opacity: 1;
  pointer-events: auto;
}

/* アイコン */
.vip-sns-items a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  opacity: 0;
  transform: translateX(18px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.vip-sns-link.is-open .vip-sns-items a {
  opacity: 1;
  transform: translateX(0);
}
.vip-sns-items a:nth-child(1) {
  transition-delay: 0.08s;
}

.vip-sns-items a:nth-child(2) {
  transition-delay: 0.13s;
}

.vip-sns-items a:nth-child(3) {
  transition-delay: 0.18s;
}

.vip-sns-items a:nth-child(4) {
  transition-delay: 0.23s;
}

.vip-sns-items img {
  max-width: 42px;
  max-height: 42px;
  display: block;
}
.vip-sns-items  img.me{
    max-width: 55px !important;
    max-height: 55px !important;
}

.vip-sns-link {
    right: 15px;
    top: 60%;
    width: 65px;
    height: 65px;
}

.vip-sns-title {
    width: 65px;
    height: 65px;
    font-size: 14px;
  }

.vip-sns-items {
    height: 68px;
    width: 86px;
    padding-right: 86px;
    gap: 22px;
  }

.vip-sns-link.is-open .vip-sns-items {
    width: min(405px, calc(100vw - 46px));
    padding: 0 104px 0 30px;
  }

.vip-sns-items a{
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

.vip-sns-items img {
  width:auto;
  height:auto;
  object-fit: contain;
}
/*** VIP room ****/
.vip-room-list{
  margin-top:60px;
}
.vip-room-list .view-header{
  flex-wrap: wrap;
  flex-direction: column;
}
.vip-room-list .view-header .viproom-list-title{
  color:#faf0e6;
  text-align:center;
  margin-bottom:30px;
}
.vip-room-list .view-header .viproom-list-title h2{
  font-size:40px;
  margin-bottom:0px;
  font-weight: 400;
}
.vip-room-list .view-header .viproom-list-title .s-font{
  font-size:12px;
}
.vip-room-list .view-content{
  margin-left:15px;
  margin-right:15px;
}
.vip-room-list .view-content .viproom-vip-list-title h3{
  font-size:24px;
  text-align: center;
  font-weight: 400;
}
.vip-room-list .view-content .views-row{
  margin-bottom:30px;
}
.vip-room-list .view-content .views-row .field--name-field-viproom-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.vip-room-detailes{
  margin-top:60px;
}
.viproom-vip-list-title h3{
  font-size:32px;
  font-weight: 400;
  margin-left:15px;
  margin-right:15px;
}
.viproom-text {
  font-weight: 400;
  margin-left:15px;
  margin-right:15px;
  font-size:16px;
  line-height: 200%;
  margin-bottom:60px;
}
.vip-viproom-profile{
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 20px;
  flex-direction: column;
  font-weight: 400;
  margin-left:15px;
  margin-right:15px;
}
.vip-viproom-profile-row .vip-viproom-label{
  font-size:20px;
}
.field--name-field-viproom-amenity .field__item{
  font-size:14px;
}
.field--name-field-viproom-amenity {
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
.vip-room-detailes .viproom-detail-image img{
  object-fit: contain;
  width: 100%;
  height:auto;
}
.vip-system-detailes{
  margin-top:60px;
}
.vip-system-detailes img{
  max-width: 100%;
  height:auto;
}
.vip-system-detailes-title{
  color: #faf0e6;
    text-align: center;
    margin-bottom: 30px;
}
.vip-system-detailes-title h2{
  font-size: 40px;
    margin-bottom: 0px;
    font-weight: 400;
}
.vip-system-detailes-title .s-font{
      font-size: 12px;
}
.vip-system-detailes .field--name-field-viproom-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.vip-system-block{
  margin-top:60px;
  margin-left:15px;
  margin-right:15px;
}
.vip-system-block h3{
  text-align:center;
  font-weight: 400;
  font-size:32px;
  margin-bottom:20px;
}
.vip-system-block .viproom-vip-list-title h3{
  font-size:20px;
  text-align:left;
}
.vip-system-block .price_title{
  background-color: transparent;
  border:none;
}
.vip-system-block table.price-plan,.vip-system-block  table.shop_data_table,
.vip-system-block table.price-plan th,.vip-system-block  table.price-plan td,.vip-system-block  table.shop_data_table th,.vip-system-block  table.shop_data_table td,
.vip-system-block .shop-system{
  background-color: transparent;
  border:none;
}
/* コメント投稿後のメッセージ */
.page-node-type-shop .message-area{
  z-index: 1;
}
