﻿
/* パンくず調整 */
.breadcrumb li a::before, .breadcrumb li a::after {
    content: none;
}

.breadcrumb li a {
    display: inline;
    align-content: center;
    align-items: center;
    color: #2068B7;
    padding: 0;
    position: relative;
    height: 40px;
}

.breadcrumb ol li {
    float: none;
    display: inline-block;
}


.breadcrumb {
    border: none;
}

/* 全体 */
.autumnsale {
    font-family: "Noto Sans JP" !important;
    line-height: 36px;
    color: #3E3E3E;
}

.mv-title {
  background-image: url("/activity/special/autumnsale/images/MV_PC.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  height: 93vh;
}

.mv-title__period {
    font-size: 65px;
    background-color: #FFFFFF66;
    width: 640px;
    border-radius: 45px;
    margin-top: 21px;
    padding: 10px 0 4px;
}

.detail {
  background-color: #FFF6F2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-align: center;
  position: relative;
  line-height: 1.7;
  padding-top: 20px;
  margin: 0 auto;
}

.detail .about p {
    font-size: 26px;
    font-weight: bold;
    color: #AF100A;
    margin: 50px 0;
}

.date {
    background: #fff;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 500px;
    padding: 24px 50px;
    border-radius: 10px;
}
.information {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 3px;
}

/* ナビゲーション */
.nav .list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 75px 0;
}

.nav .list a:first-child {
    margin-left: 0px;
}

.nav .list a {
    display: flex;
    width: 171px;
    height: 74px;
    border: 2px solid #971400;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #971400;
    line-height: 22px;
    position: relative;
    text-decoration: none;
    margin-left: 8px;
    font-weight: bold;
    font-size: larger;
}

.nav .list a img {
    width: 35px;
    height: 30px;
    object-fit: contain;
    margin-right: 3px;
}

.nav .list a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #971400;
    border-right: solid 2px #971400;
    position: absolute;
    bottom: 12px;
    right: 45%;
    margin-top: -8px;
    transform: rotate(135deg);
}

.nav .list a:hover {
    background-color: #FFE8B8;
}

/* section共通 */
#sec1, #sec2, #sec3, #sec4, #sec5 {
    padding: 70px 0 0;
    background: linear-gradient(90deg, #EBF9FF 0%, #EBF9FF 50%, #FFF8EB 50%, #FFF8EB 100%);
    align-items: center;
    width: 100%;
    height: auto;
}

.autumnsale h3 {
    display: flex;
    font-family:  'Zen Maru Gothic', sans-serif;
    color: #fff;
    font-size: 45px;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(120deg, #0E76B9 0%, #0E76B9 50%, #D8A532 50%, #D8A532 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 725px;
    height: 70px;
    clip-path: polygon(34px 0, calc(100% - 0px) 0, 96% 100%, 0 100%);
}

#sec1 h3 img, #sec2 h3 img, #sec3 h3 img, #sec4 h3 img, #sec5 h3 img, #sec6 h3 img {
    width: 45px;
    height: 45px;
    margin-right: 12px;
    margin-left: -10px;
}

#sec2 h3 img {
    margin-left: -28px;
}

#sec4 h3 img {
    margin-left: -66px;
}

.sab_title {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.sab_title .okinawa_title {
    background-color: #fff;
    width: 375px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #0E76B9;
    padding: 10px;
    margin-right: 15px;
    border-radius: 10px;
}

.sab_title .okinawa_title span {
    font-size: 19px;
}

.sab_title img {
    width: 66px;
    height: 58px;
    margin-top: 21px;
    position: absolute;
}    

.sab_title .hokkaido_title {
    background-color: #fff;
    width: 375px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #D8A532;
    padding: 15px 10px 10px;
    font-family: "UD デジタル 教科書体 NK";
    margin-left: 15px;
    letter-spacing: 1.2px;
    border-radius: 10px;
}

.sab_title .hokkaido_title span {
    font-size: 22px;
}

.sab_title .hokkaido_title .hokkaido_title02 {
    font-size: 20px;
    padding-left: 18px;
}

.sab_title .okinawa_title .okinawa_title02 {
    font-size: 17px;
}

.contents {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 960px;
    margin: 0 auto;
  padding-bottom: 100px;
  padding-left: 87px;
}
.contents a {
  text-decoration: none;
  color: #000;
}

.contents-plan {
    width: 261px;
    height: 300px;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    margin-top: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;

}

.contents-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    flex-direction: column;

}

.contents-top img {
    width: 100%;
    height: 157px;
    padding-bottom: 15px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.contents-area {
    font-size: 15px;
    font-weight: bolder;
    text-align: left;
    height: 25px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #2B7BE6;
    white-space: nowrap;
}

.contents-text {
text-align: left;
    padding: 2px 10px;
    margin-top: 0px;
    height: 84px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

/* スライダー */

.plan_box {
    display: flex;
    justify-content: center;
    position: relative;
    height: 590px;
    overflow: hidden;
}

.okinawa_contents .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.hokkaido_contents .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.okinawa_contents .swiper-pagination-bullet, .hokkaido_contents .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 13px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 13px));
}

.okinawa_contents {
  padding-bottom: 100px;
  max-width: 621px;
  text-align: center;
    position: absolute;
    top: -4%;
    right: 51%;
}

.hokkaido_contents {
  padding-bottom: 100px;
  max-width: 621px;
  text-align: center;
  position: absolute;
    top: -4%;
    left: 50%;
}

.okinawa_contents a, .hokkaido_contents a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.okinawa_contents .swiper {
    padding-bottom: 75px !important;
    text-align: center;
    padding-left: 55px;
    padding-right: 72px;
    margin: 0 auto;
}

.hokkaido_contents .swiper {
    padding-bottom: 75px !important;
    text-align: center;
    padding-left: 68px;
    padding-right: 50px;
    margin: 0 auto;
}

/* .okinawa_contents .swiper-wrapper, .hokkaido_contents .swiper-wrapper {
    padding-left: 58px;
} */

.swiper-button-next, .swiper-button-prev {
    top: 53%;
    transform: translateY(-50%);
    color: #625555;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
}

:root {
    --swiper-navigation-size: 25px;
}

/* :root {
    --swiper-theme-color: #007aff;
} */

.okinawa_contents .swiper-pagination-bullet-active {
    background-color: #0E76B9 !important;
}

.hokkaido_contents .swiper-pagination-bullet-active {
    background-color: #D8A532 !important;
}
.okinawa_contents .swiper-button-next {
  right: 29%;
}

.hokkaido_contents .swiper-button-next {
  right: 27%;
}

.okinawa_contents .swiper-button-prev {
  left: 4%;
}

.hokkaido_contents .swiper-button-prev{
    left: 6%;
}

.plan {
width: 354px;
    height: 390px;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    margin-top: 54px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;

}

.top {
    background: #F2F8FB;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
    border-radius: 20px 20px 0 0;
    flex-direction: column;
    margin-bottom: 49px;
}

.top .ac_img {
width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.off_img {
    width: 88px;
    height: 88px;
    position: absolute;
    z-index: 50;
    top: 43px;
    left: -104%;
}

.top p {
    font-size: 30px;
    position: absolute;
    top: 6px;
    left: 9px;
    z-index: 60;
    color: #fff;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.one_price {
    left: 24px !important;
}

.off {
  background: #06B8EA;
  color: #fff !important;
  font-size: 24px;
  border-radius: 40px;
  font-weight: bold;
  padding: 5px 33px;
  margin-left: 24px;
  text-decoration: none;
  text-align: center;
  display: flex;
  width: fit-content;
}

.area {
    font-size: large;
    font-weight: bolder;
    text-align: left;
    padding-left: 19px;
    padding-right: 13px;
    line-height: 1.7;
    margin-top: -4px;
    height: 80px;
    display: flex;
    align-items: center;
}

.okinawa_contents .area {
    color: #0E76B9;
}

.hokkaido_contents .area {
    color: #D8A532;
}

.text {
    text-align: left;
    padding-left: 19px;
    padding-right: 13px;
    margin-top: 0px;
    height: 68px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.price {
    font-size: larger;
    font-weight: bold;
    line-height:1.2;
}

.price span {
    color: #EC1B1B;
    font-size: 38px;
    background: linear-gradient(transparent 68%, #FBF66F 0%);
    font-weight: bolder;
  }

.price .price02 {
    font-size: 18px !important;
}


.flex {
    display: flex;
    margin: 0 auto;
    height: 50px;
    align-items: center;
}

.flex02 {
    display: flex;
    margin: 0 auto;
    height: 71px;
    align-items: center;
}

.blbtn_top {
    margin-top: 100px;
    margin-bottom: 70px;
    text-align: center;
}

.blbtn_top a {
    background: #003894;
    color: #fff !important;
    padding: 8px 180px 8px 15px;
    position: relative;
    text-decoration: none !important;
    font-size: 18px;
    text-align: left;
    display: inline-block;
}

.blbtn_top a::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -8px;
    transform: rotate(45deg);
}

.cate_btn {
    width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: -128px;
    padding-top: 70px;
}

.btn {
    border: none;
    border-radius: 25px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.btn_oki a{
    width: 302px;
    height: 60px;
    background: #68B7E8;
    color: #fff !important;
    position: relative;
    font-size: 18px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.btn_hok a {
    width: 302px;
    height: 60px;
    font-size: 18px;
    background: #FCD688;
    color: #D45801 !important;
    position: relative;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.btn a:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 30%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.btn_hok a:after {
    border-top: 3px solid #D45801;
    border-right: 3px solid #D45801;
}

.bg-icon {
    position: absolute;
    width: 980px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.sec1_img:nth-child(1) {
    position: absolute;
    top: 4%;
    left: -13%;
    width: 190px;
}
.sec1_img:nth-child(2) {
    position: absolute;
    right: -7%;
    width: 170px;
    top: 163px;
}
.sec1_img:nth-child(3) {
    position: absolute;
    bottom: -772px;
    left: -17%;
    width: 160px;
}
.sec1_img:nth-child(4) {
    position: absolute;
    bottom: -808px;
    width: 133px;
    right: 36%;
}

.sec2_img:nth-child(1) {
    position: absolute;
    top: 79px;
    right: -13%;
    width: 190px;
}
.sec2_img:nth-child(2) {
    position: absolute;
    left: -7%;
    width: 170px;
    top: 163px;
}
.sec2_img:nth-child(3) {
    position: absolute;
    bottom: -759px;
    right: 33%;
    width: 160px;
}
.sec2_img:nth-child(4) {
    position: absolute;
    bottom: -820px;
    width: 172px;
    right: 52%;
}

.sec3_img:nth-child(1) {
    position: absolute;
    top: 10px;
    right: -10%;
    width: 161px;
}

/* エリアから探す */
.tab-wrap h3 {
    display: flex;
    font-family:  'Zen Maru Gothic', sans-serif;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    background:none;
    background-color: #C84B46;
    border-radius: 20px 20px 0 0;
    justify-content: center;
    align-items: center;
    width: 666px;
    height: 62px; 
    clip-path: none;
    margin-top: 210px;
    position: sticky;
    padding: 10px 0;
}

.tab-menu {
  display: flex;
  justify-content: center;
    margin-bottom: 100px;
    list-style: none;
  top: 0;
}

.tab-item {
    padding: 10px 117px;
    background: #eee;
    cursor: pointer;
    font-weight: bold;
    font-size: xx-large;
    color: #70767F;
    border-bottom: 4px solid #BEB9B9;
}

.tab-item:nth-child(2) {
    font-family: "UD デジタル 教科書体 NK";
    font-size: 34px;
    padding-top: 15px;
}

.tab-item.active {
    background: #D0E9F8;
    color: #0e76b9;
    border-bottom: 4px solid #0e76b9;
}

.tab-item.active:nth-child(2) {
    background: #F2DAA9;
    color: #D45801;
    border-bottom: 4px solid #D45801;
}

.tab-content {
  display: none;
}

.tab-content.active {
    display: block;
    margin-top: -462px;
    padding-top: 353px;
    padding-bottom: 110px;
    background-color: #EBF9FF;
}

.tab-content.active:nth-child(2) {
    margin-top: -462px;
    padding-top: 353px;
    padding-bottom: 110px;
    background-color: #FFF8EB;
}

.oki_map, .hok_map {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color:#ACDAF6 ;
}

.hok_map {
    background-color:#FDE2AA ;
}

.oki_map, .hok_map{
    max-width: 667px;
    border-radius: 0 0 40px 40px;
}

/* マップ沖縄 */
.oki_map .search__map_okinawa {
position: relative;
    padding-left: 10px;
    padding-top: 53px;
}

.oki_map .search__map_okinawa img {
    padding-bottom: 50px;
    max-width: -webkit-fill-available;
    width: 95%;
}
.oki_map .search__map_okinawa a {
padding: 1px 33px 2px 17px;
background-color: #2B3641;
color: #fff;
text-decoration: none;
border-radius: 30px;
position: absolute;
font-size: 15px;
}
.oki_map .search__map_okinawa a::after{
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
margin-top: -4px;
margin-left: 5px;
}

.oki_map .search__map_okinawa a:hover {
    background-color:#0E76B9 ;
}


.oki_map .search__map_okinawa .ishigaki_link {top: 60px;left: 42px;}
.oki_map .search__map_okinawa .iriomote_link {top: 174px;left: 27px;}
.oki_map .search__map_okinawa .miyako_link {top: 302px;left: 55px;}
.oki_map .search__map_okinawa .kume_link {top: 458px;left: 57px;}
.oki_map .search__map_okinawa .minna_link {top: 145px;left: 207px;}
.oki_map .search__map_okinawa .onna_link {top: 201px;left: 328px;}
.oki_map .search__map_okinawa .kerama_link {top: 466px;left: 213px;}
.oki_map .search__map_okinawa .yanbaru_link {top: 41px;right: 102px;}
.oki_map .search__map_okinawa .nago_link {top: 233px;right: 12px;}
.oki_map .search__map_okinawa .middle_link {top: 350px;right: 3px;}
.oki_map .search__map_okinawa .south_link {top: 434px;right: 97px;}
.oki_map .search__map_okinawa a span {font-size: 13px;}
.oki_map .search__map_okinawa .search__map_toplink {background-color: transparent; color: #003894; bottom: 0; right: -30px;}
.oki_map .search__map_okinawa .search__map_toplink::after {display: none;}

.hok_map .search__map_hokkaido {
position: relative;
text-align: center;
margin-bottom: 10px;
}

.hok_map .search__map_hokkaido img {
padding-bottom: 90px;
    padding-top: 50px;
    max-width: -webkit-fill-available;
    width: 78%;
}

.hok_map .search__map_hokkaido.a_hokkaido a {
padding: 1px 32px 1px 17px;
background-color: #2B3641;
color: #fff;
text-decoration: none;
border-radius: 30px;
position: absolute;
font-size: 15px;
}
.hok_map .search__map_hokkaido.a_hokkaido a::after{
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
margin-top: -4px;
margin-left: 5px;
}

.hok_map .search__map_hokkaido.a_hokkaido a:hover {
    background-color: #D45801;
}
.hok_map .search__map_hokkaido.a_hokkaido .sapporo_link {top: 163px;left: 104px;}
.hok_map .search__map_hokkaido.a_hokkaido .otaru_link {top: 214px;left: 18px;}
.hok_map .search__map_hokkaido.a_hokkaido .niseko_link {top: 297px;left: 31px;}
.hok_map .search__map_hokkaido.a_hokkaido .hakodate_link {top: 403px;left: 31px;}
.hok_map .search__map_hokkaido.a_hokkaido .noboribetsu_link {top: 412px;left: 283px;}
.hok_map .search__map_hokkaido.a_hokkaido .asahikawa_link {top: 67px;right: 256px;}
.hok_map .search__map_hokkaido.a_hokkaido .abashiri_link {top: 122px;right: 135px;}
.hok_map .search__map_hokkaido.a_hokkaido .kushiro_link {top: 232px;right: 30px;}
.hok_map .search__map_hokkaido.a_hokkaido .tokachi_link {top: 304px;right: 78px;}
.hok_map .search__map_hokkaido.a_hokkaido .furano_link {top: 359px;right: 90px;}
.hok_map .search__map_hokkaido.a_hokkaido .hidaka_link {top: 462px;right: 320px;}
.hok_map .search__map_hokkaido.a_hokkaido a span {font-size: 17px;}
.hok_map .search__map_hokkaido.a_hokkaido .search__map_toplink {background-color: transparent; color: #003894; bottom: -35px; right: -6px;}
.hok_map .search__map_hokkaido.a_hokkaido .search__map_toplink::after {display: none;}

