@charset "utf-8";
/* CSS Document */

body{
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: calc(20 / 14);
}
a{
  text-decoration: none;
  color: #333
}
a:hover{
  opacity: 0.7
}
.nosp{
  display: none
}
.mv-wrapper{
  width: 100%;
  height: calc(366vw / 5.5);
  background: url("../img/mv_photo_sp.jpg") no-repeat center center / cover;
}
.title-logo{
  width: 90vw;
  height: 100%;
  margin: auto;
  position: relative;
}
.title-logo img{
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.main-content{
  padding: calc(50vw / 7.5) 0
}
.inner{
  width: 96vw;
  margin: auto
}

/*** 海外・国内タブ ***/
.select-tab{
  display: flex;
  margin: 0 auto calc(50vw / 7.5);
  justify-content: space-between;
}
.select-tab>li{
  width: calc(98% / 2);
  border-radius: calc(12vw / 7.5);
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: #FFF;
  padding: calc(20vw / 7.5);
  text-align: center;
  position: relative
}
.select-tab>li.is-dom{
  background:#0abe01; 
}
.select-tab>li.is-ovs{
  background:#11a4f7; 
}
.select-tab>li.active.is-dom::after,
.select-tab>li.active.is-ovs::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: calc(-40vw / 7.5);
  left: 0;
  margin: auto;
  border: calc(20vw / 7.5) solid transparent;
}
.select-tab>li.active.is-dom::after{
  border-top: calc(20vw / 7.5) solid #0abe01;
}
.select-tab>li.active.is-ovs::after{
  border-top: calc(20vw / 7.5) solid #11a4f7;
}
.select-tab>li:hover{
  opacity: 0.7
}

/*** ナビメニュー ***/
.item-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw / 7.5)
}
.select-content[data-tab="tab1"] .item-list{
  margin-bottom: 0
}
.item-list>li{
  width: calc(98% / 2);
  background: #FFF;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: calc(2vw / 7.5) calc(2vw / 7.5) calc(8vw / 7.5) #858585;
  position: relative;
  outline-width: calc(4vw / 7.5);
  outline-style: dotted;
  outline-offset: calc(-12vw / 7.5);
  text-align: center;
}
.item-list>li.is-dom{
  outline-color: #0abe01;
}
.item-list>li.is-ovs{
  outline-color: #336699;
}
.item-list>li.is-oe{
 outline-color: #bd9139;
}
.item-list>li.is-other{
  outline-color: #622f71;
}
.item-list>li:nth-child(2n+2){
  margin-right: 0
}
.item-list>li>a{
  display: block;
  width: 100%;
  height: 100%;
  padding: calc(16vw / 7.5) calc(16vw / 7.5) calc(40vw / 7.5) calc(16vw / 7.5);
  position: relative;
}
.item-list>li>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_down.svg") no-repeat center center / contain;
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  right: 0;
  bottom: calc(10vw / 7.5);
  left: 0;
  margin: auto;
}
.list-title{
  padding: calc(8vw / 7.5);
  text-align: center;
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  color: #FFF;
  line-height: 1.0;
  letter-spacing: -0.075em;
}
.item-list>li.is-dom .list-title{
  background: #0abe01;
}
.item-list>li.is-ovs .list-title{
  background: #336699;
}
.item-list>li.is-oe .list-title{
  background: #bd9139;
}
.item-list>li.is-all .list-title{
  background: #ffaa44;
}
.item-list>li.is-other .list-title{
  background: #622f71;
}
.type{
  display: block;
  font-size: calc(16vw / 7.5);
  font-weight: normal;
  margin-bottom: calc(4vw / 7.5)
}
.list-disp{
  padding: calc(10vw / 7.5) calc(6vw / 7.5)
}
.list-txt__sub{
  font-size: calc(20vw / 7.5);
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-bottom: calc(6vw / 7.5);
}
.list-txt__main{
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: #ff0000;
  line-height: 1.1;
  letter-spacing: -0.08em;
}
.list-txt__main.ss{
  font-size: calc(24vw / 7.5);
  letter-spacing: -0.088em;
}
.list-txt__main.mm{
  font-size: calc(30vw / 7.5)
}

/*ナビサイズ変更*/
.item-list>li.is-wide{
 /* width: 100%;*/
  margin-right: 0;
}

/* 導線バナー */
.bnr-area{
  margin: calc(30vw / 7.5) auto calc(100vw / 7.5);
}
.bnr-area>li+li{
  margin-top: calc(10vw / 7.5)
}
.bnr-area>a{
  display: block;
}
.bnr-area>li a img{
  max-width: 100%;
}
.bnr-area>a:hover{
  opacity: 0.7
}

/*** コンテンツ部分 ***/
.select-content{
  display: none
}
.select-content.active{
  display: block;
  margin-bottom: calc(160vw / 7.5)
}
.content-wrapper{
    position: relative;
    width: 100%;
    border: calc(8vw / 7.5) solid;
    border-top: none;
    background: #FFF;
}
/*
.content-wrapper+.content-wrapper{
  margin-top: calc(160vw / 7.5)
}
*/
.is-pass.content-wrapper{
  border-color: #bd9139;  
}
.is-tour.content-wrapper{
  border-color: #009999;  
}
.is-op.content-wrapper{
  border-color: #021c4c;  
}
.is-imp.content-wrapper{
  border-color: #f56322;  
}
.item-headline{
    font-size: calc(40vw / 7.5);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: calc(8vw / 7.5);
    line-height: 1.2;
    background: #333;
}
.is-pass .item-headline {
    background: #bd9139;
}
.is-tour .item-headline {
    background: #009999;
}
.is-op .item-headline {
    background: #021c4c;
}
.is-imp .item-headline {
    background: #f56322;
}

.is-ovs .item-headline{
  background: #336699;
}
.is-oe .item-headline{
  background: #bd9139;
}
.is-other .item-headline{
  background: #622f71;
}
.is-all .item-headline{
  background: #ffaa44;
}

.content-box{
  background: #FFF;
  border: calc(8vw / 7.5) solid;
  border-color: #0abe01;
  border-top: none;
  padding: calc(16vw / 7.5);
}
.item-main{
  margin-bottom: calc(20vw / 7.5);
  padding-bottom: calc(10vw / 7.5);
  border-bottom: calc(4vw / 7.5) dashed;
  border-color: #0abe01;
  text-align: center;
}
.is-ovs .content-box,
.is-ovs .item-main{
  border-color: #336699;
}
.is-oe .content-box,
.is-oe .item-main{
  border-color: #bd9139;
}
.is-other .content-box,
.is-other .item-main{
  border-color: #a56bd0;
}
.is-all .content-box,
.is-all .item-main{
  border-color: #ffaa44;
}
.is-gakusei .content-box,
.is-gakusei .item-main{
  border-color: #ff6600;
}
.is-gakusei .item-headline{
  background: #ff6600;
}
.catch{
    font-size: calc(26vw / 7.5);
    display: block;
    color: #3f2401;
}

.small {
    font-size: calc(26vw / 7.5);
    font-weight: normal;
    color: #3f2401;
	display: block;
}
.title-main{
  font-size: calc(40vw / 7.5);
    line-height: 1.2;
    color: #3f2401;
}
.title-main .ss {
    font-size: calc(28vw / 7.5);
}
.title-main>sup{
  font-size: calc(20vw / 7.5);
  vertical-align: baseline
}
.title-main.mm{
  font-size: calc(48vw / 7.5);
}
.title-main.ss{
  font-size: calc(40vw / 7.5);
}
.item-period{
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  color: #e43347;
  margin-top: calc(10vw / 7.5);
  letter-spacing: -0.08em
}
.item-period::before{
  content: "予約期間:";
  display: inline-block
}
.is-oe .item-period::before,
.is-other .item-period::before{
  content: "期間:";
  display: inline-block
}
.coupon-wrapper{
  display: flex;
  margin: 0 calc(10vw / 7.5) calc(30vw / 7.5);
  justify-content: center;
  flex-wrap: wrap;
}
.copy-txt{
  width: 100%;
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(10vw / 7.5);
}
.coupon-item{
  width: 100%;
  text-align: center;
  border: 2px dashed #3f2401;
  padding: calc(20vw / 7.5);
  position: relative
}
.coupon-item.sold-out::before{
  content: "";
  background: rgba(0 0 0 / 60%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20
}
.soldout{
  margin-top: calc(10vw / 7.5);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 50
}
.coupon-wrapper.is-ovs .coupon-item{
  background: #e2f3fd;
}
.coupon-wrapper.is-dom .coupon-item{
  background: #E0FCD3;
}
.coupon-wrapper.is-oe .coupon-item{
  background: #FDF1F5;
}
.coupon-wrapper.is-other .coupon-item{
  background: #ECDFF5;
}
.coupon-item+.coupon-item{
  margin-top: calc(20vw / 7.5);
}
.copy-area{
  flex: 1;
  text-align: center;
}
.copy-area+.copy-area{
  margin-top: calc(30vw / 7.5);;
}
.coupon-name{
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #e43347
}
.coupon-price{
  font-family: 'Open Sans', sans-serif;
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  text-align: center;
  color: #EB3228;
  line-height: 1.2;
  letter-spacing: -0.05em
}
.price-L{
  font-size: calc(60vw / 7.5);
}
.price-S{
  font-size: 50%;
}
.coupon-condition{
  font-size: calc(24vw / 7.5);
}
.coupon-item input {
  width: 100%;
  border: calc(4vw / 7.5) solid;
  padding: 1rem;
  font-size: calc(38vw / 7.5); 
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 0 auto calc(20vw / 7.5);
  display: block;
  word-break: break-all;
}
.coupon-item button {
  font-size: calc(30vw / 7.5);
  text-align: center;
  border: none;
  border-radius: calc(20vw / 7.5);
  line-height: calc(80vw / 7.5);
  padding: 0 calc(16vw / 7.5);
  background: #666;
  color: #FFF
}
.item-disp{
  background: #F2F2F2;
  padding: calc(16vw / 7.5);
}
.item-detail+.item-detail{
  margin-top: calc(10vw / 7.5);
}
.item-sub{
  font-size: calc(28vw / 7.5);
    font-weight: bold;
    border-left: calc(8vw / 7.5) solid;
    padding-left: calc(8vw / 7.5);
    margin-bottom: calc(8vw / 7.5);
}
/*
.item-sub::before{
  content: "◆";
  position: absolute;
  top: 0;
  left: 0
}
*/
.item-txt>li{
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  position: relative;
  line-height: 1.2rem;
}
.notice-txt{
  display: block;
    position: relative;
    padding-left: 1.0em;
    font-weight: normal;
    font-size: calc(21vw / 7.5);
}
.notice-txt::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.item-txt>li::before{
  position: absolute;
  top: 0;
  left: 0;
}
/*
.dot,
.item-txt.note>li{
  padding-left: 1.0em
}

.dot::before,
.item-txt.note>li::before{
  content: "・";
}
*/
.sub-item-txt>li{
  font-weight: bold;
  padding-left: 0.5em;
}
/*
.howto-shop,
.howto-ol,
.dom-product,
.ovs-product{
  padding-top: 1.4em;
  padding-left: 1.0em;
}

.howto-ol,
.ovs-product{
  margin-top: calc(6vw / 7.5);
}
.howto-shop::before{
  content: "・店舗・コールセンター予約：";
}
.howto-ol::before{
  content: "・オンライン予約：";
}
.dom-product::before{
  content: "・国内旅行："
}
.ovs-product::before{
  content: "・海外旅行："
}
*/
.item-txt>li a{
  text-decoration: underline;
  color: #1a0dab;
}

.link-button{
  width: 90vw;
  margin: calc(50vw / 7.5) auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.link-button>a{
  display: block;
  width: 100%;
  background: #ffe600;
  border-radius: calc(200vw / 7.5);
  box-shadow: 0px calc(6vw / 7.5) 0px 0px rgb(0 0 0 / 23%);
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: calc(20vw / 7.5) calc(40vw / 7.5);
  min-height: 42px;
  position: relative;
}
.link-button>a+a{
  margin-top: calc(20vw / 7.5);
}
.link-button>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_right_black.svg") center center / contain;
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}

/***** 海外特典用 *****/
.ovs-wrapper{
  background: #e2f3fd;
  padding: calc(16vw / 7.5);
  margin: calc(6vw / 7.5) auto calc(20vw / 7.5);
}
/* オセ用 */
.oce-icon{
  display: inline-block;
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  color: #FFF;
  background: #11a4f7;
  padding: 0 calc(6vw / 7.5);
  margin-bottom: calc(6vw / 7.5);
}
.oce-tokuten+.oce-icon{
  margin-top: calc(12vw / 7.5);
}
.oce-tokuten>li{
  font-weight: bold;
  padding-left: 1.2em;
  position: relative
}
.oce-tokuten>li>span{
  color: #e43347;
}
.oce-tokuten>li::before{
  position: absolute;
  top: 0;
  left: 0;
  color: #e43347;
}
.oce-tokuten>li:first-child::before{
  content: "A."
}
.oce-tokuten>li:nth-child(2)::before{
  content: "B."
}
.oce-tokuten>li:nth-child(3)::before{
  content: "C."
}

.ovs-list>li{
  font-weight: bold;
  font-size: calc(24vw / 7.5);
}
.ovs-list>li>span{
  color: #e43347;
}
.plan__dspbox {
    padding: calc(16vw / 7.5);
}
.item-titlebox{
    font-weight: bold;
    padding: calc(16vw / 7.5);
    margin-bottom: calc(16vw / 7.5);
    background: #F2F2F2;
}
.is-pass .item-titlebox {
    background-color: #f6efe3;
}
.is-tour .item-titlebox {
    background-color: #e0f3f3;
}
.is-op .item-titlebox {
    background-color: #e8ebef;
}
.is-imp .item-titlebox {
    background-color: #feefe8;
}

/** アコーディオン **/
.accordion__button{
  width: calc(360vw / 7.5);
  margin: auto auto calc(24vw / 7.5);
  border-radius: calc(40vw / 7.5);
  border: 1px solid #333;
  font-size: calc(26vw / 7.5);
  text-align: center;
  padding: calc(16vw / 7.5);
  position: relative
}
.accordion__button::after{
  content: "";
  background: no-repeat center center / cover;
  background-image: url("../img/ico_open.svg");
  width: calc(24vw / 7.5);
  height: calc(24vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(24vw / 7.5);
  bottom: 0;
  margin: auto
}
.accordion__button.is-open::after{
  background-image: url("../img/ico_close.svg");
}
.plan__details{
  padding: calc(16vw / 7.5) calc(16vw / 7.5) calc(32vw / 7.5);
  display: none;
  font-weight: bold;
  font-size: calc(24vw / 7.5);
}
.plan__details>.plan__items:first-child{
  margin-top: 0
}

.term__list {
    font-weight: bold;
}
.detail__txt {
    font-weight: bold;
    word-wrap: break-word;
}
.detail__txt.howto>li {
    font-weight: normal;
    padding-bottom: 1%;
}
.detail__txt.howto>li>span {
    display: inline-block;
    background: #333;
    font-size: calc(22vw / 7.5);
    color: #FFF;
    padding: 0 calc(4vw / 7.5) calc(4vw / 7.5);
}
.item-txt.note>li {
    font-size: calc(22vw / 7.5);
    font-weight: normal;
    padding-left: 1.0em;
    text-indent: -1.0em;
}
.item-detail{
    margin-top: calc(24vw / 7.5);
}
.flex__content {
    display: flex;
    flex-wrap: wrap;
    gap: calc(32vw / 7.5);
}

.pc-on{
	display: none;
}
.op__box {
    background: #f2f2f2;
    padding: calc(16vw / 7.5);
    margin-top: calc(16vw / 7.5);
}
.detail__txt {
    font-weight: bold;
    word-wrap: break-word;
}
.op__box .detail__txt a {
    color: #0000ee;
    font-weight: normal;
    text-decoration-line: underline;
}