@charset "utf-8";
/* CSS Document */

/*----- 共通 -----*/

:root {
  --blu: #06247a;
}

/* セクション余白 */
.tyo_summer2026 {
  margin-bottom: 50px;
}
.tyo_summer2026 .family, .tyo_summer2026 .suggest{
padding-top:30px;
}
.tyo_summer2026 .goodvalue{
padding-top:30px;
padding-bottom:30px;
}

/*アンカー*/
#family,
#goodvalue,
#suggest {
  margin-top: -120px;
  padding-top: 120px;
  pointer-events: none;
}

/*背景色*/
.bg01 {
  background-color: #fefbe2;
}

.bg02 {
  background-color: #f5fdff;
}

.bg03 {
  background-image: linear-gradient(0deg, #d8c07e, #fffef8);
}

/*ナビ*/
.nav_tyosummer {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.nav_tyosummer ul{
  max-width: 600px;
}
.nav_tyosummer li {
  font-size: 1.6rem;
  height: 85px;
  border-left: 2px solid #909090 !important;
  width: calc(100% /3);
}

.nav_tyosummer li:last-of-type {
  border-right: 2px solid #909090 !important;
}

.nav_tyosummer li:hover {
  opacity: 1;
}

.nav_tyosummer li a {
  display: block;
  width: unset;
  color: #222;
  font-size: 1.2rem;
  height: 100%;
  position: relative;
  /* transition: .2s; */
}

.nav_tyosummer .naviArea3 li span {
  padding: 52px 0 0;
}
.nav_tyosummer li a:hover {
    color: #f7931e;
}
@media (any-hover: hover) {
.nav_tyosummer li a:hover {
    border-bottom: 2px solid #f7931e;
    width: 80%;
}
.nav_tyosummer li a:hover::before {
  top: 20px;
}
}

.nav_tyosummer li a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 26px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}


.nav_tyosummer li a[href*="family"]::before {
  background-image: url(/content/dam/jretravel/site/page/shutoken/images/summer_2026/nav_ic1.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 80px;
  height: 44px;
}

.nav_tyosummer li a[href*="goodvalue"]::before {
  background-image: url(/content/dam/jretravel/site/page/shutoken/images/summer_2026/nav_ic2.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 56px;
  height: 50px;
}

.nav_tyosummer li a[href*="suggest"]::before {
  background-image: url(/content/dam/jretravel/site/page/shutoken/images/summer_2026/nav_ic3.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 60px;
  height: 46px;
}


/*-----クーポン-----*/
.coupon_box {
  max-width: 500px;
  margin: 20px auto;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #c8c6c6;
  background-color: #fff;
  border-radius: 10px;
}

.coupon_head {
  padding: 20px 0;
  background-color: #ceefff;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.coupon_head::after {
  content: "";
  position: absolute;
  border-bottom: 6px dashed #ceefff;
  width: 100%;
  bottom: -5px;
}

.coupon_box h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #06247a;
  text-align: center;
}

.coupon_price {
  color: #06247a;
  text-align: center;
  font-weight: bold;
}

.coupon_price .f_l {
  font-size: 2.4rem;
  line-height: 1;
  color: red;
}

.coupon_price .max_price {
  display: inline-block;
  padding: 1px 6px;
  margin-right: 5px;
  color: #fff;
  background-color: var(--blu);
  border-radius: 6px;
  top: -3px;
  position: relative;
}

.coupon_text {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}

.coupon_text span {
  background: linear-gradient(transparent 50%, #fffd5c 50%);
}

.coupon_term {
  max-width: 400px;
  padding: 0 0 0 70px;
  margin: 10px auto 20px;
}

/* ボタン */
.btn_01 {
  text-align: center;
  margin: 10px auto;
}

.btn_01 a {
  display: inline-block;
  width: auto;
  font-size: 1.8rem;
  color: var(--blu);
  background: #ceefff;
  padding: 2px 30px 2px 10px;
  font-weight: bold;
  border-radius: 22px;
  position: relative;
  margin: auto;
  line-height: 2.2;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .btn_01 a {
    min-width: 400px;
  }

}

.btn_01 a span {
  font-size: 1.2rem;
}

.btn_01 a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--blu);
  border-right: 2px solid var(--blu);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.btn_01 a:hover {
  opacity: .7;
  text-decoration: none;

}

/* クーポン下のバナー（限定列車） */
.banner .train_icon .textitem {
  position: relative;
  padding: 0 0 0 80px;
  text-align: left;
}

.banner .train_icon .textitem::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/feature/goodvalue/images/goodvalue_ic34.png) no-repeat 0 0 / 75px auto;
  width: 75px;
  height: 20px;
  top: 2px;
  left: 0;
}

/*----- タイトル -----*/
.tyo_summer2026 .feature .section h2{
padding-top: 24px;
border-bottom: 4px solid  #0c937d;
font-size: 3.8rem;
color: #222;
line-height: 1.2;
position: relative;
}
.tyo_summer2026 .feature .section h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#family h2::before {
  background-image: url(/content/dam/jretravel/site/page/shutoken/images/summer_2026/nav_ic1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 80px;
  height: 44px;
  top: 0;
}

#goodvalue h2::before {
  background-image: url(/content/dam/jretravel/site/page/shutoken/images/summer_2026/nav_ic2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
   width: 56px;
  height: 50px;
  top: -5px;
}
#suggest h2::before {
  background-image: url(/content/dam/jretravel/site/page/shutoken/images/summer_2026/nav_ic3.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 60px;
  height: 46px;
  top: 0;
}

.tyo_summer2026 .feature .section h2::after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid  #0c937d;
    top: 10px;
}

  #goodvalue h2,
  #goodvalue h2::after{
  border-color: #f7931e;
  }
  #suggest h2,
  #suggest h2::after{
  border-color: #aa0303;
  }

.tyo_summer2026 .family .feature .section h3 {
    margin: unset;
    padding: unset;
    background-color: unset;
    border-bottom: unset;
    color: #222;
    font-size: 2.2rem;
    line-height: 1.4;
}
.tyo_summer2026 .family .feature .section h3::before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    position: relative;
    background: url(/content/dam/jretravel/site/page/shutoken/images/summer_2026/h3_ic.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 3px;
}

.tyo_summer2026 .feature .section h2 .sptx_small {
    font-size: 2.2rem;
    display: block;
}
.tyo_summer2026 .feature .section h2 {
    text-align: center;
}
.tyo_summer2026 .feature .section h2 .tx_color {
    color: red;
}
.tyo_summer2026 .feature .section h2 .tx_small {
    font-size: 3rem;
}

/* マップアイコン */
.tyo_summer2026 .area,
.tyo_summer2026 .base_prod .hotel li>a .details_box>.area {
    background: none;
    color: #000;
    position: relative;
    font-weight: bold;
    padding-left: 16px;
}

.tyo_summer2026 .area::before,
.tyo_summer2026 .base_prod .hotel li>a .details_box>.area::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #0c937d;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
    border-radius: 6px 6px 6px 0;
    transform: rotate(-45deg);
}
.tyo_summer2026 .area::after,
.tyo_summer2026 .base_prod .hotel li>a .details_box>.area::after{
    content: "";
    display: inline-block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 9px;
    left: 4px;
}

/* .family {
  padding-bottom: 30px;
} */

/*-----カルーセル-----*/
.wrap_slide {
  position: relative;
  display: flex;
}
.wrap_slide .swiper {
  overflow: hidden;
  position: relative;
  padding: 10px 3px 40px;
}
.wrap_slide .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.wrap_slide .swiper .swiper-pagination {
  display: none;
}
.wrap_slide .cmn_contents {
  margin: auto;
}
.base_prod {
  margin-bottom: 0;
}
.clm_3 .base_prod.clm1 li,
.base_prod.side_box.clm1 li {
  padding: 10px 10px 0;
}
.clm_3 .cm_btn .base_prod.clm1 li,
.cm_btn .base_prod.side_box.clm1 li {
  padding: 0 10px;
}
/*商品コンポーネントのページネーション */
.box_content .base_prod .swiper-button-next,
.box_content .base_prod .swiper-button-prev,
.box_content .base_prod .swiper-pagination {
  display: none !important;
}

.box_content {
    height: 100%;
    border: 1px solid #0c937d;
    border-radius: 10px;
background-color: #fff;
}
.box_content .base_prod .hotel li{
padding: 0;
}
.box_content .base_prod .hotel li>a .img_box>img {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.box_content .details_box {
    padding: 0 20px;
}
.base_prod .hotel li>a .img_box>.ribbon {
   padding: 0.5rem 3rem 0.5rem 2rem;
    background-color: #ffdd35;
    clip-path: polygon(0 0,100% 0,calc(100% - 12px) 50%,100% 100%,0 100%);
    color: #ed0000;
top: -10px;
left: -3px;
z-index: 1;
}


/* 施設情報アイコン */
.bg02 .base_prod .hotel {
    position: relative;
}
.suggest .base_prod .hotel li>a .details_box>.tag>p,
.goodvalue .base_prod .hotel li>a .details_box>.tag>p,
.bg02 .base_prod .hotel li>a .details_box>.tag>p {
    border-radius: 0;
    padding: 0;
}
.suggest .base_prod .hotel li>a .details_box>.tag,
.goodvalue .base_prod .hotel li>a .details_box>.tag,
.bg02 .base_prod .hotel li>a .details_box>.tag {
    color: #fff;
    position: absolute;
    top: 169px;
    width: 100%;
    left: 0;
}
.suggest .base_prod .hotel li>a .details_box>.tag>.icon,
.goodvalue .base_prod .hotel li>a .details_box>.tag>.icon,
.bg02 .base_prod .hotel li>a .details_box>.tag>.icon {
    background: #ebfffc;
    color: #0c937d;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border: unset;
}
/* ボタン */
.base_prod .hotel li>.btn_02 {
    width: 90%;
    margin: 0 auto 10px;
    padding: 8px 0;
    border-radius: 5px;
    background: #0c937d;
    color: #fff;
    text-align: center;
    position: relative;
}
.base_prod .hotel li>.btn_02::after {
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translate(-35%, -40%);
    transform: rotate(45deg) translate(-35%, -40%);
}
.box_content .base_prod .hotel li>a .details_box>.ttl {
    margin-top: 0;
}
.family .base_prod .hotel li>a .details_box>.conditions,
.suggest .base_prod .hotel li>a .details_box>.conditions {
    display: none;
}

/* ボタンの位置合わせ */
.tyo_summer2026 .productcontainer2,
.tyo_summer2026 .productcontainer2 > div,
.tyo_summer2026 .family .productcontainer2 .hotel,
.tyo_summer2026 .suggest .productcontainer2 .hotel {
    height: 100%;
}

.box_content .base_prod .hotel li:last-child {
    margin-top: auto;
}

/* 1カラム */
.family .clm1 {
    border: 1px solid #0c937d;
    border-radius: 10px;
    padding: 10px 20px;
    background: #fff;
}
.family .clm1 .base_prod .hotel li>a .details_box>.tag {
  width: 45%;
    top: 97px;
}
/* .family .clm1 .base_prod .hotel li>a .details_box>.tag>.icon {
    width: 45%;
} */
.family .clm1 .productButton .btn_box{
    width: 100%;
    margin: 18px auto 0;
}
.family  .base_prod .hotel li>a .details_box>p.txt {
    font-weight: bold;
    border: 1px solid #0c937d;
    text-align: center;
    border-radius: 3px;
    color: #0c937d;
}
/* サンシャインシティプリンスホテル */
.clm1 .clm1_card{
  padding: 10px;
  border: 1px solid #0c937d;
  border-radius: 5px;
}
.clm1 .clm1_card .base_prod .hotel li {
  border: none;
}
.clm1 .tag_img {
    position: relative;
    margin: 0;
    width: 206px;
}
.clm1 .tag{
  position: absolute;
  background: #ebfffc;
  color: #0c937d;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border: unset;
  font-size: 1.2rem;
  top: 102px;
}
.clm1 .base_prod .hotel li>.btn_03 .details_box>.ttl {
  padding: 7px 0;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  color: #0c937d;
  position: relative;
}
.clm1 .base_prod .hotel li>.btn_03 .details_box>.ttl::after{
    content: '';
    border-top: 1px solid #0c937d;
    border-right: 1px solid #0c937d;
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translate(-35%, -40%);
    transform: rotate(45deg) translate(-35%, -40%);
}
.card_cp {
    padding-right: 10px;
}
.clm1 .clm1_card .base_prod .hotel li>a:hover {
    opacity: 0.6;
}

@media screen and (min-width:768px) {
.clm_r {
    padding-left: 20px;
}
.clm1 .btn_01 a {
    min-width: 459px;
}
.bg02 .is-col2 .base_prod .hotel li>a .details_box>.tag {
    top: 271px;
}
.is-col2 .box_content .details_box {
    padding: 0 27px;
}

}

.fs_lb {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.fs_mb {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 51px;
    margin-bottom: 3px;
}

.clm1 .base_prod .hotel li {
    border: 1px solid #0c937d;
    border-radius: 5px;
    padding: 0;
}

.clm1 .base_prod.side_box .hotel li>a .img_box {
    margin-bottom: unset;
}
.clm1 .base_prod.side_box .hotel li>a .details_box {
    margin: unset;
    padding: 10px 0 0 10px;
}
.clm1 .base_prod.side_box .hotel li>a .img_box img {
    border-radius: 5px 0 0 5px;
}
.clm1 .btn_01 a {
    color: #fff;
    background: #0c937d;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 1.7rem;
}
.clm1 .btn_01 a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.family .productButton .btn_box,
.suggest .productButton .btn_box {
    width: 40%;
    margin: 0 auto 30px;
}

.family .productButton .btn_box>a,
.suggest .productButton .btn_box>a {
  background: #0c937d;
  border: unset;
  color: #fff;
}
.family .clm1 .productButton .btn_box>a{
  background: #fff;
  color: #0c937d;
  border: 1px solid #0c937d;
}

.family .productButton .btn_box>a>.btn_box_r>.arrow-right,
.suggest .productButton .btn_box>a>.btn_box_r>.arrow-right {
  border-color: #fff;
}

.family .clm1 .productButton .btn_box>a>.btn_box_r>.arrow-right {
  border-color: #0c937d;
}
.family .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl,
.suggest .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl{
  font-size: 1.7rem;
}

/* 2.5万以下で */
.goodvalue .box_content {
    border-color: #03b3de;
}
.goodvalue .base_prod .hotel li>.btn_02,
.tyo_summer2026 .goodvalue .base_prod .hotel li>a .details_box>.area::before{
  background: #03b3de;
}
/* タブ切り替え */
.tyo_summer2026 .tab_menu{
  display: flex;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.tyo_summer2026 .tab_menu>li{
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  background-color: #c0c0c0;
  color: #303030;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  transition: .2s;
  cursor: pointer;
}

 .tyo_summer2026 .tab_menu>li.active{
      background-color: #91e7fc;
      color: #010e59;
  position: relative;
}
  .tyo_summer2026 .tab_menu>li.active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #91e7fc transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.tab_area {
  display: none;
}
.tab_area.show {
  display: block;
}

 .notice{
margin-top: -20px;
margin-bottom: 20px;
}


    /* 憧れのホテル */
.suggest .box_content {
    border-color: #936e09;
}

.suggest .box_content .base_prod .hotel li:first-of-type>a .details_box >.ttl {
    border-bottom: 1px solid #936e09;
    padding-bottom: 5px;
}

.suggest .base_prod .hotel li>.btn_02,
.tyo_summer2026 .suggest .base_prod .hotel li>a .details_box>.area::before{
  background: #936e09;
}

.suggest .base_prod .hotel li>a .img_box>.ribbon {
  background-color: #aa0303;
  color: #fff;
}
.suggest .productButton .btn_box>a {
  background: #936e09;
}



/*-----SP-----*/
@media screen and (max-width: 767px) {
.tyo_summer2026{
  margin-bottom: 20px;
}
.bg01,
.tyo_summer2026 .family, .tyo_summer2026 .suggest {
    padding-bottom: 20px;
}
.tyo_summer2026 .jretravel-image{
    overflow: unset;
  }
  
.nav_tyosummer .naviArea3>ul{
    display: flex;
}
.nav_tyosummer .naviArea3 li span:after {
    display: none;
}

.nav_tyosummer li,
.nav_tyosummer .naviArea3 li:nth-child(even),
.nav_tyosummer .naviArea3 li:nth-last-child(1) {
    width: calc(100% /3);
    height: 85px;
}
.nav_tyosummer li {
    border-top: none;
    border-bottom: none !important;
}
.nav_tyosummer li:first-child {
    border-left: none !important;
}

.nav_tyosummer li:last-child {
    border-right: none !important;
}
.nav_tyosummer li a::before {
  background-size: 90%;
}

.coupon_box{
  width: 94%;
}
.coupon_box h2 {
  line-height: 1.4;
}
.coupon_term{
  padding-left: 65px;
}

.btn_01 a {
  width: 85%;
  padding: 5px 30px 5px 10px;
}

.tyo_summer2026 .feature .section h2{
  font-size: 3rem;
}
.suggest .feature .section h2 {
    font-size: 2.8rem;
}

.tyo_summer2026 .family .feature .section h3 {
    padding-left: 10px;
}

.tyo_summer2026 .family .feature .section h3 span {
    display: block;
    padding-left: 1em;
}

.tyo_summer2026 .family .feature .section h3::before {
    width: 20px;
    height: 20px;
}

.wrap_slide{
  padding-left: 10px;
}
.wrap_slide .swiper {
    padding: 10px 3px 10px;
}

.suggest .base_prod .hotel li>a .details_box>.tag,
.goodvalue .base_prod .hotel li>a .details_box>.tag,
.bg02 .base_prod .hotel li>a .details_box>.tag{
  top: 180px;
}
.clm1 {
    width: 96%;
    padding: 6px 10px;
}
.clm1 .btn_01 a {
    width: 100%;
}
.clm1 .base_prod.side_box .hotel li>a .img_box {
    padding: 10px 0 10px 9px;
}

.clm1 .base_prod.side_box .hotel li>a .img_box img {
    border-radius: 0;
}
.fs_lb {
    margin-bottom: 6px;
}
.clm1 .fs_mb{
  margin-bottom: 0;
}

.tyo_summer2026 .tab_menu {
    width: 96%;
    margin: 0 auto;
    gap: 20px;
}
.tyo_summer2026 .tab_menu>li.active::before {
    bottom: -19px;
}
.tyo_summer2026 .feature .section h2 .tx_small {
    font-size: 2rem;
}
.tyo_summer2026 .goodvalue{
    padding-bottom: 0;
}
.family .productButton .btn_box,
.suggest .productButton .btn_box {
  width: 90%;
  margin: 0 auto;
}

.family .productButton .btn_box{
  margin: 0 auto 20px;
}
.family .clm1 .base_prod .hotel li>a .details_box>.tag {
  width: 43%;
  font-size: 1rem;
  top: 70px;
  left: 9px;
}
.clm1 .tag_img {
    width: 150px;
}
.clm1 .tag {
  font-size: 10px;
  line-height: 1.2;
  top: 66px;
}
.clm1 .tag2{
  top: 78px;
}
.clm1 .clm1_card {
    padding: 10px 0 10px 10px;
}
.clm1 .clm1_card > div:first-child {
    max-width: 150px;
}
.card_cp {
    width: 105%; 
    padding: 0 0 0 10px;
}

}

@media screen and (max-width: 400px) {
  .suggest .base_prod .hotel li>a .details_box>.tag, .goodvalue .base_prod .hotel li>a .details_box>.tag, .bg02 .base_prod .hotel li>a .details_box>.tag {
    top: 169px;
}
  .goodvalue .base_prod .hotel li>a .details_box>.tag,
.bg02 .base_prod .hotel li>a .details_box>.tag{
  top: 173px;
}
.family .clm1 .base_prod .hotel li>a .details_box>.tag {
  top: 63px;
}

.clm1 .clm1_card > div:first-child {
    max-width: 133px;
}

.clm1 .tag_img {
    width: 133px;
}
.clm1 .tag {
    top: 57px;
}
.clm1 .tag2{
  top: 65px;
}

}

/* クーポン追加 */
.coupon_box2 .coupon_term {
    margin-top: 20px;
}
.cp_h_name{
  width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  color: #06247a;
    margin: 0 auto 10px;
}
.fs_s {
  background: linear-gradient(transparent 65%, #fffd5c 65%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* PCのみ */
@media screen and (min-width: 768px) {
.cp_pc{
  display: flex;
  gap: 20px;
}
.cp_pc > div > div {
    height: 90%;
}
.coupon_box{
  height: 100%;
}
.cp_pc .coupon_box{
  display: flex;
  flex-direction: column;
}
.coupon_term {
  padding: 0;
}
.coupon_box .btn_01{
  margin-top: auto;
}

}

/* spのみ */
@media screen and (max-width: 767px) {
.cp_h_name{
  font-size: 1.8rem;
}
.coupon_box2 .btn_01 a{
  font-size: 1.6rem;
}

}