@charset "utf-8";

/* CSS Document */
:root {
  --a_main: #e80087;
  --h_main: #560ea7;
  --bk: #222;
  --a_bg: #ffeff9;
  --h_bg: #f4ebff;
  --gry: #eeeeee;
  --btn_org: #ea5800;
  --btn_a: #f363b1;
  --btn_h: #7052a0;
  --yel: #fff589;
  --tag: #00987a;
  --sake_main: #223b8f;
  --sake_bg: #d0daff;
}

/* 背景色 */
.seikan {
  background-color: var(--a_bg);
}

.seikan_h {
  background-color: var(--h_bg);
}

.seikan .bold {
  font-weight: bold;
}

#limited,
#hotspot,
#drinks,
#onsen {
  padding-top: 100px;
  margin-top: -100px;
}

.seikan a {
  text-decoration: none;
  color: var(--bk);
}

.seikan_btn01 a {
  display: block;
  max-width: fit-content;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  background: var(--btn_org);
  padding: 12px 60px 12px 40px;
  font-weight: bold;
  border-radius: 999px;
  position: relative;
  margin: auto;
  line-height: 1.2;
  transition: .2s;
}

.seikan_btn01 a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

/* タイトル-ナビ ここから */

.seikan .swichi_thumb {
  display: none;
}

.seikan_ttl {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 2.4rem;
}

.seikan_ttl::before {
  margin-right: 1rem;
}

.seikan_ttl::after {
  margin-left: 1rem;
}

.seikan_ttl::before,
.seikan_ttl::after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: var(--a_main);
}

.seikan_h .seikan_ttl::before,
.seikan_h .seikan_ttl::after {
  background-color: var(--h_main);
}

.term {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.term span {
  display: block;
  max-width: fit-content;
  padding: 1px 3px 1px 5px;
  background: var(--a_main);
  border-radius: 10%;
  text-align: center;
  letter-spacing: 0.3rem;
  color: #fff;
}

.seikan_h .term span {
  background-color: var(--h_main);
}

.sp_txt {
  text-align: center;
}

.inpage_list {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 20px auto 0;
  border: 1px solid var(--a_main);
}

.seikan_h .inpage_list {
  border-color: var(--h_main);
}

.inpage_item {
  width: 25%;
  border-left: 1px solid var(--a_main);
}

.seikan_h .inpage_item {
  border-left: 1px solid var(--h_main);
}

.inpage_item:first-child {
  border-left: none;
}

.inpage_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 23px;
  background-color: #fff;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.inpage_link[href*="#"]::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: -5rem;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--a_main);
  border-right: 1px solid var(--a_main);
  transform: rotate(45deg);
}

.seikan_h .inpage_link[href*="#"]::after {
  border-bottom: 1px solid var(--h_main);
  border-right: 1px solid var(--h_main);
}

.inpage_link span {
  display: block;
  font-size: 1.4rem;
}

/* タイトル-ナビ ここまで */
/* クーポン ここから */
.coupon {
  margin-top: 20px;
  font-size: 2.4rem;
  text-align: center;
}

.coupon span {
  background: linear-gradient(transparent 60%, var(--yel) 60%);
}

.cp_wrap {
  max-width: 800px;
  margin: 20px auto 0;
  padding: 20px;
  /* border: 5px solid var(--yel); */
  border: 2px solid var(--bk);
  background-color: #fff;
}

.cp_ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

.cp_price {
  max-width: 600px;
  margin: 0 auto 30px;
  border-bottom: 1px solid var(--a_main);
  text-align: center;
  color: red;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.seikan_h .cp_price {
  border-color: var(--h_main);
}

.cp_price span {
  font-size: 1.6rem;
}

.cp_wrap dl {
  display: flex;
  max-width: 390px;
  margin: 0 auto 10px;
  font-size: 1.6rem;
}

.seikan_h .cp_wrap dl {
  max-width: unset;
}

.cp_wrap dt {
  max-width: 165px;
  width: 100%;
}

.seikan_h .cp_wrap dt {
  max-width: 150px;
}
.seikan_h .cp_wrap01 dt {
  max-width: 108px;
}

.bk {
  color: var(--bk);
}

.cp_wrap .seikan_btn01 {
  margin-top: 20px;
}

/* 函館 */

.cp_box {
  display: flex;
  gap: 10px;
}

.cp_btn {
  /* display: flex;
  gap: 10px; */
  margin-top: 45px;
}
/* 
.cp_btn .seikan_btn01 a {
  padding: 12px 27px 12px 20px;
} */

.cp_price p {
  text-align: start;
  /* max-width: 250px; */
  max-width: 175px;
  margin: 0 auto;
}

.cp_price .cp_sm {
  display: inline-block;
  max-width: 5.5rem;
  width: 100%;
  margin-right: 10px;
  background-color: #e9d6ff;
  color: var(--bk);
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: normal;
}

.cp_box dl {
  font-size: 1.5rem;
}

.seikan_h .cp_price {
  padding-bottom: 5px;
}


/* クーポン ここまで */

/* タイトルあしらい ここから */
.seikan_ttl02 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 1;

}

.seikan_ttl02::before {
  position: absolute;
  content: '';
  width: 66px;
  height: 64px;
  background: url(/content/dam/jretravel/site/page/tohoku/images/seikan_jukyo/ttl_bg_a.png);
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.seikan_h .seikan_ttl02::before {
  background: url(/content/dam/jretravel/site/page/tohoku/images/seikan_jukyo/ttl_bg_h.png);
}

.seikan_ttl02::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 5px;
  background: linear-gradient(to right,
      var(--a_main) 0%, var(--a_main) 50%,
      var(--h_main) 50%, var(--h_main) 100%);
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seikan_ttl02 span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

/* タイトルあしらい ここまで */

/* -------限定プラン------- */
/* 商品コンポーネント */
.plan .base_prod {
  margin-bottom: 10px;
}

.plan .base_prod.bdr li {
  border: 1px solid var(--bk);
  background-color: #fff;
}

.plan .base_prod .slider_01.hotel li>a .details_box>p.txt {
  color: var(--a_main);
  line-height: 1.5;
}

.seikan_h .plan .base_prod .slider_01.hotel li>a .details_box>p.txt {
  color: var(--h_main);
}

.plan .base_prod .hotel li>a .details_box>.area {
  padding: 3px 5px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  z-index: 2;
  font-weight: normal;
  top: 10px;
}

.seikan_btn02 a {
  background-color: var(--btn_a);
}

.seikan_h .seikan_btn02 a {
  background-color: var(--btn_h);
}


/* -------人気スポット------- */
.seikan .swichi_mv:after {
  display: none;
}

.seikan .title_name {
  margin-bottom: 8px;
  border-bottom: 1px solid #898989;
  line-height: 1.5;
}

.event_tag {
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 2px 3px;
  background-color: var(--tag);
  color: #fff;
  font-size: 1.2rem;
}

.seikan .sightseeing dl {
  background-color: var(--gry);
}

.spot_wrap h2 {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
}

.seikan_spot .area_titlebox .area_name {
  padding: 3px 5px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  z-index: 2;
  font-weight: normal;
}

.spot_wrap {
  padding: 30px;
  border: 1px solid var(--bk);
  background-color: #fff;
}

.spot_wrap02 {
  padding-bottom: 50px;
}

.spot_wrap02 .area_box {
  width: calc(100% - 10px);
  padding: 20px 10px 0;
  border: 1px solid #222;
  background-color: #fff;
  height: 100%;
}

.seikan .swichi_box {
  margin-bottom: 10px;
}

.spot_wrap02 .area_titlebox>.area_name {
  padding: 3px 5px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  z-index: 2;
  font-weight: normal;
}

.seikan .wrap_btn {
  margin-top: auto;
}

.spot_wrap02 .seikan_btn01 a {
  max-width: 311px;
  width: 100%;
  margin-top: 10px;
  padding: 12px 0;
  border-radius: 3px;
  background-color: #222;
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.spot_wrap02 .title_name {
  font-size: 2rem;
}

.seikan .f_sm_center{
font-size: 1.2rem;
width: 94%;
margin: 0 auto;
}

/* -------酒旅・温泉------- */

.sake {
  background-color: var(--sake_bg);
}

.sake h2 {
  width: fit-content;
  margin: 0 auto 10px;
  padding-bottom: 3px;
  font-size: 2.4rem;
  border-bottom: 5px dotted var(--sake_main);
}

.lead_txt {
  font-size: 1.4rem;
  text-align: center;
}

.sake .seikan_btn01 a {
  max-width: 469px;
  width: 100%;
  margin-top: 10px;
  padding: 12px 0;
  border-radius: 3px;
  background-color: #222;
  text-align: center;
}

.sake .clm1,
.onsen .clm1 {
  padding: 20px;
  background-color: #fff;
  border: 1px solid var(--bk);
}

.sake .area_titlebox .area_name,
.onsen .area_titlebox .area_name {
  padding: 3px 5px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  z-index: 2;
  font-weight: normal;
}

.onsen .base_prod {
  margin-bottom: 0;
}

.seikan .onsen .sightseeing .fs1_2 {
  background-color: beige;
}

.onsen .base_prod .hotel {
  margin-top: 10px;
  border: 1px solid var(--gry);
}

/* -------メディアクエリ------- */

/* ホバーの処理 */
@media (any-hover: hover) {
  .seikan a:hover {
    opacity: 0.8;
  }
}


/* PCのみ */
@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }

  .cmp-text.tx_lead,
  .cmp-text.tx_lead p {
    text-align: center !important;
  }

  .wrap_slide {
    position: relative;
  }

  .wrap_slide .swiper {
    padding: 0 0 30px;
  }

  /* 前へ/後ろへボタン */
  .wrap_slide .swiper-button-prev.swiper-button-disabled,
  .wrap_slide .swiper-button-next.swiper-button-disabled {
    opacity: .35;
  }

  /* カルーセルなし 非表示 */
  .wrap_slide.no_swipe .swiper-button-prev,
  .wrap_slide.no_swipe .swiper-button-next,
  .wrap_slide.no_swipe .swiper-pagination {
    display: none !important;
  }

  .seikan .plan .swiper-container .swiper-button-next,
  .seikan .plan .swiper-container .swiper-button-prev,
  .seikan .plan .swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
  }

}

.box_content .wrap_img.jretravel-image {
  aspect-ratio: 160 / 99;
}


/* spのみ */
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }

  .seikan h2 {
    font-size: 2rem;
  }

  .seikan_ttl {
    font-size: 2rem;
  }

  .seikan_ttl::before,
  .seikan_ttl::after {
    height: 2px;
  }

  .term {
    font-size: 1.4rem;
  }

  .term span {
    letter-spacing: unset;
  }

  .br_pc {
    display: none;
  }

  .sp_txt {
    font-size: 1.2rem;
    text-align: start;
  }

  .inpage_link {
    padding: 10px 6px 17px;
    font-size: 1.4rem;
  }

  .inpage_link span {
    font-size: 1rem;
  }

  .inpage_link[href*="#"]::after {
    bottom: -3.5rem;
  }

  .seikan_ttl02 span {
    font-size: 1.4rem;
  }

  .coupon {
    margin-top: 0;
  }

  .cp_wrap dl {
    font-size: 1.2rem;
  }

  .cp_wrap dt {
    width: 39%;
  }

  .seikan_btn01 a {
    font-size: 1.4rem;
  }

  #limited,
  #drinks,
  #onsen {
    padding-top: 30px;
  }

  #hotspot {
    padding-top: 60px;
  }

  .seikan_ttl02 {
    margin-bottom: 10px;
  }

  .plan .base_prod .hotel li>a .details_box>.area {
    top: 7px;
  }

  .spot_wrap {
    padding: 5px 5px 10px;
  }

  .seikan .clm2_right {
    padding: 0;
  }

  .seikan .title_name {
    margin-top: 5px;
    font-size: 1.8rem;
  }

  .seikan .swichi_box {
    margin-bottom: 0;
    width: 96%;
  }

  .event_tag {
    font-size: 1.2rem;
  }

  .seikan .ttl_m {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .clm2_right .sightseeing {
    width: 100%;
  }

  .spot_wrap .sp_txt {
    width: 94%;
    margin: 5px auto 0;
  }
    .spot_wrap .fs1_2{
      margin-top: 0;
    }

  .plan .base_prod .hotel li>a .details_box>.area {
    top: 5px;
  }

  .spot_wrap .cmn_contents {
    margin-top: 0;
  }

  .flex {
    flex-direction: column;
    width: 96%;
  }

  .spot_wrap02 .area_box {
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .spot_wrap02 .cmn_contents {
    margin: 5px auto;
  }

  .spot_wrap02 .seikan_btn01 a {
    max-width: 330px;
  }

  .spot_wrap02 {
    padding-bottom: 20px;
  }


  .sake h2 {
    margin-bottom: 0;
  }

  .sake .clm1,
  .onsen .clm1 {
    padding: 10px 5px;
  }

  .sake .area_titlebox .area_name,
  .onsen .area_titlebox .area_name {
    font-size: 1rem;
  }

  .sake .clm2_right p,
  .onsen .clm2_right p {
    font-size: 1.2rem;
  }

  .sake .clm2_right,
  .onsen .clm2_right {
    margin-top: 0;
  }

  .seikan .sake .thumbnailImage {
    width: 30%;
  }

  .sake .seikan_btn01 a {
    margin-top: 0;
  }

  .onsen .base_prod.side_box .hotel li>a .details_box {
    width: 100%;
  }

  .clm2_right .sightseeing {
    position: relative;
  }

  .seikan .sake .title_name,
  .seikan .onsen .title_name {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: -29vw;
    left: 52%;
  }

  .sake .clm2_left,
  .onsen .clm2_left {
    width: 50%;
  }

  .sake .clm2_right p.text,
  .onsen .clm2_right p.text {
    margin-top: 5px;
  }

  .onsen .seikan_ttl02 {
    margin-top: 30px;
  }

  .lead_txt {
    margin-top: 15px;
  }

  section#onsen {
    margin-bottom: 0;
  }

  .onsen .base_prod .hotel {
    margin-top: 0;
  }

  .sp_txt {
    font-size: 1.2rem;
    text-align: start;
  }

  .seikan_ttl {
    font-size: 2rem;
  }

  .term {
    font-size: 1.4rem;
  }

  .term span {
    letter-spacing: unset;
  }

  .seikan_h .cp_wrap {
    margin-right: unset;
    margin-left: unset;
  }

  .cp_box {
    flex-direction: column;
  }

  .seikan_h .cp_wrap dt {
    max-width: 120px;
    width: 100%;
  }

  .cp_wrap01 {
    margin-top: 0;
  }

  .cp_wrap01 .cp_ttl {
    line-height: 1.5;
  }

  /* .cp_box dl{
    flex-direction: column;
} */
  .seikan_h .cp_wrap {
    padding: 20px 10px;
  }

  .cp_wrap01 .cp_price p {
    line-height: 1.2;
  }

  /* .cp_price p {
    max-width: 235px;
  } */

  .cp_btn {
    /* flex-direction: column;
    gap: unset; */
    margin-top: 20px;
  }
   
  .cp_btn .seikan_btn01{
    margin-top: 10px;
  }
  .cp_btn .seikan_btn01 a {
    max-width: 296px;
    text-align: center;
  padding: 12px 27px 12px 20px;
  }

  .onsen .base_prod.side_box .width50 li>a .details_box {
    width: 52%;
  }
}