@charset "utf-8";
/* CSS Document */

/*日付*/
.info_date {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  align-items: baseline;
}
.info_date dt {
  width: 16%;
}
.info_date dd {
  width: 84%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.info_date dd span>span {
  font-size: 4rem;
}
.marker_yellow {
  background: linear-gradient(transparent 50%, #fff2ba 50%);
  padding: 0 0 0 10px;
}
/*詳細情報*/
.info_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.info_detail dt {
  width: 16%;
  font-weight: normal;
}
.info_detail dd {
  width: 84%;
}
/*テキストリンク*/
.tx_link {
  text-align: right;
  margin: 10px auto;
}
.tx_link a {
  color: #222;
  border-bottom: 1px solid #222;
  padding: 5px 30px 5px 10px;
  position: relative;
  display: inline-block;
}
.tx_link a:hover {
  opacity: 0.6;
}
.tx_link a::before {
  content: '';
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 40%;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*ボタン*/
.btn01_rt a {
  display: inline-block;
  font-size: 1.5rem;
  width: 70%;
  padding: 10px 0;
  line-height: 1.4;
}
.btn01_rt.bg_red a {
  background: #e33b3b;
}
.btn01_rt a::after {
  right: 6%;
}
/*テキスト*/
.cmp-text>p {
  position: relative;
  z-index: 1;
}
/*タイトル*/
.feature .section h2 {
  font-size: 2.4rem;
  color: #222;
  position: relative;
  margin-top: -80px;
  padding-top: 100px;
  z-index: -1;
}
.feature .section h2::before, .feature .section h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #cccc;
  background: #e33b3b;
  width: 4px;
  height: 25px;
  border-radius: 2px;
  bottom: 3px;
}
.feature .section h2::after {
  right: -20px;
  transform: rotate(30deg);
}
.feature .section h2::before {
  left: -20px;
  transform: rotate(-30deg);
}
.hukidashi_red {
  background: #e33b3b;
  color: #fff;
  font-weight: bold;
  width: 80px;
  border-radius: 15px;
  text-align: center;
  margin: 20px auto -10px;
  padding: 2px;
  position: relative;
}
.hukidashi_red::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -7px;
  left: calc(50% - 4px);
  background: #e33b3b;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.feature .section h3 {
  font-size: 2.2rem;
  color: #fff;
  border: none;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}
.feature .section h3>span {
  font-size: 3.4rem;
}
.coupon_2 .feature .section h3 {
  background: #1f8ce6;
}
.coupon_4 .feature .section h3 {
  background: #339426;
}
.coupon_6 .feature .section h3 {
  background: #f47712;
}
.coupon_8 .feature .section h3 {
  background: #e33b3b;
}
.feature .section h4 {
  font-size: 2rem;
  color: #222;
  border: none;
  margin: 30px auto 10px;
  padding: 0;
  text-align: center;
}
.feature .section h5 {
  font-size: 2rem;
  color: #222;
  border-left: none;
  padding: 5px 15px;
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
  z-index: -1;
}
.feature .section h5::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-left: 6px solid;
  width: 6px;
  height: 32px;
  bottom: 0;
  left: 0;
}
.coupon_2 .feature .section h5::before {
  border-color: #1f8ce6;
}
.coupon_4 .feature .section h5::before {
  border-color: #339426;
}
.coupon_6 .feature .section h5::before {
  border-color: #f47712;
}
.coupon_8 .feature .section h5::before {
  border-color: #e33b3b;
}
/*商品*/
.details_box .icon {
  display: inline-block;
  background: #fff;
  color: #099;
  border: 1px solid #099;
  border-radius: .3em;
  margin: 0 .5rem 0 0;
  padding: .3rem .5rem;
}
.details_box .icon>span {
  font-size: 1.8rem;
  line-height: 1.4;
}
.base_prod .hotel li {
  border: 1px solid #ccc;
}
/*タブ切り替え*/
.tab_area {
	display: none;
}
.tab_area.show {
	display: block;
}
/*タブメニュー*/
.tab_menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.tab_btn {
  text-align: center;
  font-weight: bold;
  flex: 0 0 24%;
  padding: 10px 0 25px;
  border: 2px solid;
  position: relative;
  cursor: pointer;
  transition: .2s;
}
.tab_btn>span {
  font-size: 2.8rem;
  line-height: 1.2;
}
.tab_btn::before {
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 0.5rem);
  transform: rotate(135deg);
}
/*タブメニュー色分け*/
.nav_blue.active,.nav_blue:hover,
.nav_green.active,.nav_green:hover,
.nav_orange.active,.nav_orange:hover,
.nav_red.active,.nav_red:hover {
  color: #fff;
}
.nav_blue.active::before,.nav_blue:hover::before,
.nav_green.active::before,.nav_green:hover::before,
.nav_green.active::before,.nav_orange:hover::before,
.nav_red.active::before,.nav_red:hover::before {
  border-color: #fff;
}
/*青*/
.nav_blue,.nav_blue::before {
  color: #1f8ce6;
  border-color: #1f8ce6;
}
.nav_blue.active,.nav_blue:hover {
  background-color: #1f8ce6;
}
/*緑*/
.nav_green,.nav_green::before {
  color: #339426;
  border-color: #339426;
}
.nav_green.active,.nav_green:hover {
  background-color: #339426;
}
/*オレンジ*/
.nav_orange,.nav_orange::before {
  color: #f47712;
  border-color: #f47712;
}
.nav_orange.active,.nav_orange:hover {
  background-color: #f47712;
}
/*赤*/
.nav_red,.nav_red::before {
  color: #e33b3b;
  border-color: #e33b3b;
}
.nav_red.active,.nav_red:hover {
  background-color: #e33b3b;
}
/*エリアボタン*/
.tab_area nav {
  position: relative;
  z-index: 1;
}
.tab_area nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.333%;
  margin: 20px auto;
}
.tab_area nav ul li {
  flex: 0 0 24%;
  border: 1px solid #999;
  text-align: center;
  font-size: 1.6rem;
}
.tab_area nav ul li:nth-of-type(n+5) {
  margin: 15px 0 0;
}
.tab_area nav ul li>a {
  color: #222;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.tab_area.coupon_2 nav ul li>a:hover {
  background: #d0e9ff;
}
.tab_area.coupon_4 nav ul li>a:hover {
  background: #cdf3c7;
}
.tab_area.coupon_6 nav ul li>a:hover {
  background: #ffe4bb;
}
.tab_area.coupon_8 nav ul li>a:hover {
  background: #ffd7d7;
}
/*クーポン*/
.acco_content {
  display: flex;
  flex-wrap: wrap;
}
.coupon_box {
  border: 1px solid #999;
  margin: 0 15px 30px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.coupon_box .base_prod .hotel li {
  border: none;
  border-bottom: 1px dashed #999;
  padding: 0;
  width: 100% !important;
}
.coupon_box .base_prod .hotel li a {
  padding: 10px 20px;
}
.coupon_box .base_prod .hotel li>a:hover {
  opacity: .5;
}
.coupon_box>div>div>p:first-of-type {
  background: #eee;
  border-radius: 15px 15px 0 0;
  padding: 5px 20px;
  text-align: right;
}
.coupon_box .base_prod .hotel li>a .details_box>.area {
  position: relative;
  background: none;
  color: #222;
  padding: 0 0 0 18px;
}
.coupon_box .base_prod .hotel li>a .details_box>.area::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  border: 0.31em solid #666;
  border-radius: 100% 100% 0 100%;
  background: radial-gradient(circle at 50% 50%, transparent 70%, #666 70%) no-repeat;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.clipboard {
  padding: 0 20px 20px;
}
.clipboard>p:first-of-type {
  font-size: 1.2rem;
  margin: 0 auto 10px;
}
.clipboard_text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto 10px;
}
.clipboard_button {
  cursor: pointer;
}
.clipboard_button-text {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  border: 1px solid;
}
.coupon_2 .clipboard_button-text {
  color: #1f8ce6;
  background: #ecf6ff;
}
.coupon_4 .clipboard_button-text {
  color: #339426;
  background: #e5f9e2;
}
.coupon_6 .clipboard_button-text {
  color: #ef5a00;
  background: #fff5e3;
}
.coupon_8 .clipboard_button-text {
  color: #e33b3b;
  background: #ffeeee;
}
.coupon_box.grayout {
  position: relative;
}
.coupon_box.grayout::before {
  content: "先着利用枚数に達しました";
  display: inline-block;
  position: absolute;
  background: #00000088;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 13;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
/*注意事項*/
.attention {
  margin: 30px auto;
  border: 2px solid #ccc;
}
.attention>p {
  background: #ccc;
  padding: 3px 20px 5px;
  font-size: 1.5rem;
}
.attention ul {
  padding: 10px 40px;
}
.attention ul li {
  position: relative;
}
.attention ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 5px solid transparent;
  border-left: 8px solid #ccc;
  top: 7px;
  left: -15px;
}
.attention ul li a:hover {
  text-decoration: underline;
}

/*SP*/
@media screen and (max-width: 767px) {
  .sp_txleft>p {
    text-align: left !important;
  }
  .info_date {
    flex-direction: column;
    padding: 0 10px;
  }
  .info_date dt, .info_date dd {
    width: 100%;
  }
  .info_date dd {
    font-size: 1.7rem;
  }
  .info_date dd:first-of-type {
    margin: 0 auto 20px;
  }
  .info_date dd span>span {
    font-size: 2.6rem;
    line-height: 1;
  }
  .info_detail {
    padding: 0 10px;
  }
  .info_detail dt {
    width: 25%;
  }
  .info_detail dd {
    width: 75%;
  }
  .tx_link {
    margin: 10px;
  }
  .btn01_rt a {
    width: 100%;
  }
  .base_prod .hotel li {
    width: 90vw !important;
  }
  .tab_btn {
    flex: 0 0 49%;
    line-height: 1;
    padding: 5px 0 25px;
  }
  .tab_btn:nth-of-type(n+3) {
    margin: 2% 0 0;
  }
  .feature .section h3 {
    font-size: 1.8rem;
  }
  .feature .section h3>span {
    line-height: 1;
    display: inline-block;
    margin: 0 auto 5px;
  }
  .feature .section h5 {
    margin: 0 10px;
    padding: 10px;
    border: 1px solid;
    font-size: 1.6rem;
    text-align: center;
  }
  .coupon_2 .feature .section h5,
  .coupon_2 .wrap_acco .acco_btn::before, .coupon_2 .wrap_acco .acco_btn::after {
    border-color: #1f8ce6;
  }
  .coupon_4 .feature .section h5,
  .coupon_4 .wrap_acco .acco_btn::before, .coupon_4 .wrap_acco .acco_btn::after {
    border-color: #339426;
  }
  .coupon_6 .feature .section h5,
  .coupon_6 .wrap_acco .acco_btn::before, .coupon_6 .wrap_acco .acco_btn::after {
    border-color: #f47712;
  }
  .coupon_8 .feature .section h5,
  .coupon_8 .wrap_acco .acco_btn::before, .coupon_8 .wrap_acco .acco_btn::after {
    border-color: #e33b3b;
  }
  .feature .section h5::before {
    display: none;
  }
  /*SPのみアコーディオン*/
  .wrap_acco .acco_content {display: none;}
  .wrap_acco .title:has(.open) + .ace-section .acco_content {
    display: block;
    margin: 30px auto 0;
  }
  /*開閉アイコン*/
  .wrap_acco .acco_btn {
    position: relative;
    margin: 0 auto;
  }
  .wrap_acco .acco_btn::before, .wrap_acco .acco_btn::after {
    border-top: 2px solid;
    position: absolute;
    content: "";
    width: 12px;
    bottom: calc(50% - 1px);
    right: 20px;
    margin-top: -1px;
    transition: .1s;
  }
  .wrap_acco .acco_btn::after {transform: rotate(90deg);}
  .wrap_acco .acco_btn.open::after {transform: rotate(0deg);}
  .wrap_acco .acco_btn {position: relative;}
  
  .attention {
    margin: 20px 10px;
  }
}
