@charset "UTF-8";
:root{
  --blue: #0891B2;
  --navy: #282846;
  --yellow: #FBE462;
  --yellow2: #fff6c6;
  --lightyellow: #FFFBEB;
  --orange:#FF8C1C;
  --red: #FF1C1C;
  --gray: #707070;
}
a{
  text-decoration: none;
}
input[type="checkbox"]{/*reset*/
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.PConly{
  display: block;
}
.SPonly{
  display: none;
}

/*---------link*/

a.subLink{
  display: block;
  position: relative;
  width: fit-content;
  padding: 10px 25px 10px 0 ;
  margin:0 0 0 auto;
  font-weight: bold;
  color: var(--blue);
  text-decoration: underline;
  &::after{
    display: block;
    position: absolute;
    content: "";
    width:15px;
    height: 15px;
    top:50%;
    transform: translateY(-50%);
    right:0;
    background: url(../img/arrow_down_blue.svg) center / contain no-repeat;
  }
}
.cautionWrap + div a.subLink::after{
      background: url(../img/arrow_up_blue.svg) center / contain no-repeat !important;
}

.linkButtonWrap{
  width: fit-content;
  margin: 0 auto;
  & button{
    width:400px;
    padding:20px 0;
    border-radius: 50px;
    font-size:1.1rem;
    font-weight: bold;
    color: #fff;;
    background: var(--orange);
  }
}
button.indexLink{
  width:300px;
  margin:8px auto 0 auto;
  padding:10px 0;
  border:2px solid var(--yellow);
  background: var(--lightyellow);
  border-radius: 50px;
  font-weight: bold;
  color: var(--navy);
  &:hover{
    background: var(--yellow);
  }
}


/*------------------------top*/
.packLogo{
  width:400px;
}
.topWrap.fda{
    height: 350px;
    position: relative!important;
    z-index: 0;
    width: 100%;
    background:url(../img/FDA_bgHead.jpg) center / cover;
    & img{
      position: absolute;
      top:50%;
      left:50%;
      transform: translate(-50%, -50%);
      width:auto;
      height: 350px;
    }
}
.topWrap.jalana{
  height: 350px;
  position: relative!important;
  z-index: 0;
  width: 100%;
  background:url(../img/JALANA_bgHead.jpg) center / contain;
  & img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:auto;
    height: 350px;
  }
}


/*------------------------menu*/
.planLinkWrap{
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.planLink{
  box-sizing: border-box;
  width:calc(50% - 3px);
  padding:5px;
  border: 3px solid var(--navy);
  border-radius: 5px;
  font-weight: bold;
  color: var(--navy);
  background: var(--yellow);
}
  .planLink:hover{
    background: var(--lightyellow) !important;
    transition: .15s;
  }
  .planLink:last-child{
    margin-bottom:0;
  }
  .planLink .max-w-5xl{
    position: relative;
  }
  .planLink .max-w-5xl::after{
    content: "";
    display: block;
    position: absolute;
    width:15px;
    height: 15px;
    top:50%;
    transform: translateY(-50%);
    right:0;
    background:url(../img/arrow_down_navy.svg) center / contain no-repeat;
  }
.planPrice{
  width: fit-content;
  padding:5px;
  border-radius: 5px;
  font-weight: bold;
  font-size:1.2rem;
  color: #fff;
  background: var(--red);
  &.notPrice{
    background:var(--orange);
  }
  &:not(.notPrice){
    position: relative;
    padding-left:30px;
    &::before{
      display: block;
      content:"";
      position: absolute;
      width:20px;
      height: 20px;
      top:50%;
      left:5px;
      transform: translateY(-50%);
      background: url(../img/good_white.svg) no-repeat;
    }
  }
}
.planTitle{
  padding: 5px 0;
}
/*
.planLinkWrap{
}
.planLink{
  display: block;
  padding:5px 0 0 0;
  margin-bottom:3px;
  color: #fff;;
  background: var(--navy);
}
  .planLink:hover{
    background: var(--blue) !important;
    transition: .15s;
  }
  .planLink:last-child{
    margin-bottom:0;
  }
  .planLink .max-w-5xl{
    position: relative;
  }
  .planLink .max-w-5xl::after{
    content: "";
    display: block;
    position: absolute;
    width:15px;
    height: 15px;
    top:50%;
    transform: translateY(-50%);
    right:0;
    background:url(../img/arrow_white.svg) center / contain no-repeat;
  }
.planPrice{
  width: fit-content;
  padding:3px;
  font-weight: bold;
  color: var(--navy);
  background: var(--yellow);
  &.notPrice{
    background:var(--orange);
  }
}
.planTitle{
  padding: 5px 0;
}
*/
/*------------------------plan*/
.planTop{
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0 ;
  height: 250px;
}
  /*--FDA--*/
  .plan1-fda{background: url(../img/FDA_plan1.jpg) center / cover no-repeat;}
  .plan2-fda{background: url(../img/FDA_plan2.jpg) center / cover no-repeat;}
  .plan3-fda{background: url(../img/FDA_plan3.jpg) center / cover no-repeat;}
  .plan4-fda{background: url(../img/FDA_plan4.jpg) center / cover no-repeat;}
  /*--JAL-ANA--*/
  .plan5-jalana{background: url(../img/JALANA_plan5.jpg) center / cover no-repeat;}
  .plan6-jalana{background: url(../img/JALANA_plan6.jpg) center / cover no-repeat;}
  .plan7-jalana{background: url(../img/JALANA_plan7.jpg) center / cover no-repeat;}
  .plan8-jalana{background: url(../img/JALANA_plan8.jpg) center / cover no-repeat;}

.planMainTitle{
  width: 100%;
  position: absolute;
  bottom:0;
  padding:8px;
  display: grid;
  grid-template-columns: 2em 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  background: var(--navy);
  font-weight: bold;
  color: #fff;
  & .num{
    width:2em;
    height: 2em;
    line-height: 2em;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    color: var(--navy);
  }
  & p:not(.num){
    padding-left:8px;
  }
}

.planCont,
.planMore{
  margin-bottom:24px;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
}
.planCont{
  border-radius: 0 0 0.5rem 0.5rem;
}
.planMore{
  padding: 16px 8px;
  border-radius: 0.5rem;
  & .moreTitle{
    margin-bottom: 8px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    color: var(--blue);
  }
}

.planDetail{
  padding:8px 8px 16px 8px;
}
.planSubTitle{
  padding:5px;
  font-weight: bold;
  color: #fff;
  background: var(--blue);
}

.planDetail.intro{

}
.planDetail.planDay .dayAll{
  font-weight: bold;
}
.planDetail.planNumber p.numberCaution{
  color: var(--red);
}

.planContPrice{
  font-weight: bold;
  & span{
    display: inline-block;
    padding: 0 8px;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--red);
  }
  & p.moreInfo{
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 0.8rem;
    font-weight: normal !important;
  }
}

/*------------------------wideTable*/
details.wideTableWrap{
  width:calc(100% - 16px);
  margin: 0 auto;
  overflow-x: auto;
  &:first-child{
    margin-bottom: 10px;
  }
 & summary{
  width:fit-content;
  border-radius: 8px;
  position: sticky;
  left:0;
  cursor: pointer;
  font-weight: bold;
  color: var(--navy);
  background: #fff;
  text-decoration: underline;
  &:hover{
    color: var(--blue);
  }
 }
}
details.wideTableWrap table{
  position: relative;
  width: 2500px;
  margin-top: 8px;
  border:2px solid var(--navy);
  /*--sticky-position--*/
  & .t_fixed,
  & .t_fixed1,
  & .t_fixed2,
  & .t_fixed3{
    position: sticky;
    z-index:999 !important;
    &::before{
      content: "";
      position: absolute;        
      top: -1px;
      height: calc(100% + 2px);
    }
  }
  & .t_fixed,
  & .t_fixed1{
    left:1px;
    &::before{
      left: -2px;
      width: calc(100% + 4px);
      border: 1px solid var(--navy);
      border-left: 2px solid var(--navy);
    }
  }
  & .t_fixed::before{
    border-right: 2px solid var(--navy);
  }
  & .t_fixed1{
    width:5rem;
  }
  & .t_fixed2{
    width:5rem;
    left:calc(5rem + 1px);
    &::before{
      left: -1px;
      width: calc(100% + 2px);
      border: 1px solid var(--navy);
    } 
  }
  & .t_fixed3{
    width:5rem;
    left:calc(10rem + 1px);
    &::before{
      left: -2px;
      width: calc(100% + 4px);
      border-right: 2px solid var(--navy) !important;
    }
  }
  & thead{
    font-weight: bold;
    text-align: center;
    border-bottom: 6px double #333333;
    & td{
      background: var(--yellow);
      &:not(.t_fixed,.t_fixed1,.t_fixed2,.t_fixed3){
        background:var(--yellow2) !important;
      }
    }
  }
  & tbody{
    & .t_fixed1,
    & .t_fixed2,
    & .t_fixed3{
      background: var(--lightyellow);
    }
  }
  & td.kakaku{
    text-align: right !important;
  }
  & td.empty{
    background: #efefef;
    text-align: center !important;
  }
  & td.minus{
    color: #ff0000;
  }
  & span{
    font-size: 0.8rem;
    font-weight: normal !important;
    color: var(--red);
  }
}




/*------------------------Schedule*/
.planDetail.planSchedule table{
  width:calc(100% - 16px);
  margin:0 auto;
  border:2px solid var(--navy);
  & thead th{
    background: var(--yellow);
    border-bottom: 6px double #333333;
  }
  & p.right{
    margin-top:5px;
    padding-top:5px;
    border-top: 1px solid var(--yellow);
    text-align: right;
  }
}
.planDetail.planSchedule.jalana table{
    & tr th:last-child,
    & tr td:last-child{
      min-width:4em !important;
    }
}



/*------------------------hotel*/
.planHotel{
  & .hotelWrap{
    margin-bottom: 10px;
    &:last-child{
      margin-bottom:0;
    }
  }
}
.hotelName{
  position: relative;
  padding-left:1.5rem;
  font-weight: bold;
  &::before{
    display: block;
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    left:0;
    top:50%;
    transform: translateY(-50%);
    border-radius: 2px;
    background: var(--blue);
  }
}
.hotelDetails{
  width:calc(100% - 16px);
  margin:5px auto 0 auto;
  position: relative;
  & summary{
    position: absolute;
    width:50%;
    height: 2em;
    line-height: 2em;
    top:0;
    list-style:none;
    border-radius: 0.5rem 0.5rem 0 0 ;
    text-align: center;
    cursor: pointer;
  }
  & details.recommend summary{
    left:0;
  }
  & details.information summary{
    right:0;
  }
  & summary::-webkit-details-marker {
    display:none;
  }
  & details[open] summary{
    background: var(--yellow);
    pointer-events: none;
  }
  & details:not([open]) summary{
    color: #fff;
    background: var(--navy);
    &:hover{
      background: var(--blue);
    }
    & p{
      position: relative;
      &::after{
        position: absolute;
        display: block;
        content: "+";
        width:1rem;
        height: 1rem;
        top:0;
        right:1rem;
      }
    }
  }
  &:not(:has(details[open])) details summary{
    border-radius: 0.5rem;
  }
  & details .contWrap{
    padding-top:2em;
    & .cont{
      width:100%;
      padding:8px;
      border:2px solid var(--yellow);
      border-radius: 0 0 0.5rem 0.5rem;
      background: var(--lightyellow);
    }  
  }
  & .title{
    &::before{
      content:"\3010";
    }
    &::after{
      content: "\3011";
    }
  }
}

/*------------------------feesList*/
details.feesList{
  width:calc(100% - 16px);
  margin:0 auto;
  & summary{
    width: fit-content;
    margin:0 auto;
    padding: 8px 0;
    font-weight: bold;
    color: var(--navy);
    text-decoration: underline;
    &:hover{
      color: var(--blue);
    }
  }
  & td.a,
  & td.b,
  & td.c,
  & td.d,
  & td.e{
    font-weight: bold;
    text-align: center;
  }
  & td.a{background: #f8ffce;}
  & td.b{background: #b7f48f;}
  & td.c{background: #9effc3;}
  & td.d{background: #a4fcff;}
  & td.e{background: #85dbd7;}
  & td.kakaku{
   text-align: right; 
  }
  & td.kakaku.minus{
    color: var(--red);
  }
}
.feesBaseInfo{
  width: fit-content;
  margin:0 auto 8px auto;
  & td.none{
    background-image: linear-gradient(
      to right top,
      transparent calc(50% - 0.5px),
      #999 50%,
      #999 calc(50% + 0.5px),
      transparent calc(50% + 1px)
      );
  }
}


.feesListContWrap{
  width:100%;
  padding:0 0 8px 0;
  overflow-x: auto;
}
details.feesList table{
  border:2px solid var(--navy);
  width:auto;
  &:not(:first-child){
    margin-top:8px;
  }
  & td.empty{
    width:1.5rem;
    text-align: center;
    background: #efefef;
  }
  & tr:has(td.month),
  & td.month{
    width:3rem !important;
  }
  & td.month{
    position: sticky;
    left: 1px;
    font-weight: bold;
    background: var(--yellow);
    white-space: nowrap;
    &::before{
      content: "";
      position: absolute;
      width: calc(100% + 4px);
      height: calc(100% + 1px);
      top:-1px;
      left: -2px;
      border-right:2px solid var(--navy);
      border-left:2px solid var(--navy);
    }
  }
  & tr.week,
  & tr.day{
    text-align: center;
    & td{
      width:1.5rem;
    }
  }
  & tr.day{
    border-bottom: 6px double var(--navy);
  }
  & td.sat{
    color: blue;
  }
  & td.sun{
    color: red;
  }
  & td.a,
  & td.b,
  & td.c,
  & td.d,
  & td.e{
    width:1.5rem;
  }
}





/*------------------------check*/
.checkWrap{
  margin-top:8px;
}
.planDetail.check{
  & p a{
    color: var(--blue) !important;
    text-decoration: underline;
  }
}
.checkAgreementWrap{
  width:300px;
  margin:0 auto; 
  padding:20px;
  text-align: center;
  background: #efefef;
  &:has(input.js-checkbox:checked){
    font-weight: bold;
    background: var(--lightyellow);
  }
}
label:has(input.js-checkbox){
  display: block;
  cursor: pointer;
  padding:10px;
  position: relative;
}
input[type="checkbox"].js-checkbox{
  margin:0 35px 0 10px;
  width:1px;
  height: 1px;
}
input[type="checkbox"].js-checkbox::before{
  position: absolute;
  display: block;
  content: "";
  width:40px;
  height: 40px;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  border: 2px solid var(--gray);
  border-radius: 5px;
  background: #fff;
}
input[type="checkbox"].js-checkbox:checked::after {
  position: absolute;
  transform: rotate(50deg);
  width: 15px;
  height: 30px;
  top: 4px;
  left:12px;
  border-right: 6px solid #00B10C;
  border-bottom: 6px solid #00B10C;
  content: '';
}
.contactButton{
  width:fit-content;
  margin: 8px auto 0 auto;
  & button{
    width:400px;
    padding:20px 0;
    border-radius: 50px;
    font-size:1.1rem;
    font-weight: bold;
    color: #fff;;
    background: var(--orange);
    &.disabled{
      pointer-events: none; 
      font-weight: normal;
      color: var(--gray);
      background: #efefef;
    }
  }
}

/*------------------------caution*/
.cautionWrap{
  padding-bottom:40px;
  color: var(--navy);
  & .title{
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
  & .cautionCont{
    margin-top:8px;
    & p:not(:first-child){
      padding-left:2em;
    }
    & p:first-child{
      font-weight: bold;
    }
    & p:not(.kome, .contTitle){
      position: relative;
      &::before{
        position: absolute;
        content: "\25a0";
        display: block;
        width:1em;
        height: 1em;
        left: 1em;
        color: var(--blue);
      }
    }
  }
}


/*--------------------------------------------Responsive*/
@media (max-width: 768px) {
  .SPonly{
    display: block;
  }
  .PConly{
    display: none;
  }
  .packLogo{
    width:200px;
  }
  .max-w-5xl {
    max-width:97%;  
  }
  .topWrap.fda{
    height:fit-content;
    & img{
      position: inherit !important;
      top:0;
      left:0;
      transform:none;
      width:100%;
      height: auto;
    }
  }
  .topWrap.jalana{
    height:fit-content;
    padding:10px 0;
    & img{
      position: inherit !important;
      top:0;
      left:0;
      transform:none;
      width:100%;
      height: auto;
    }
  }
  .planLinkWrap{
    width:97%;
    margin:0 auto;
  }
  .planLink{
    width:100%;
  }
  .planTitle{
    padding:5px 25px 5px 5px; 
  }
  .planDetail .planSchedule table,
  .hotelDetails{
    width: 100% !important;
  }
  .contactButton  button{
    width:320px;
  }
  .checkAgreementWrap{
    padding:10px;
  }
  .planDetail.planSchedule table{
    font-size:0.8em !important;
  }
}