@charset "utf-8";

@media (min-width: 769px) {
  .wed_header-fixed{
    .main{
      padding-top: 70px;
    }
  }
}
@media (max-width: 768px){
  .wed_header-fixed{
    .main{
      padding-top: 50px;
    }
  }
}

.z1{
  z-index: 1;
}
.main{
  font-family: "Zen Kaku Gothic New", serif;
}
.main_visual{
  padding-top: 600px;
  height: 0;
  background: url(/wed/photo/bali/luxury-photo-plan/images/bg-main_visual.jpg) no-repeat top center / auto;
}
.h1-container{
  position: absolute;
}
.h1-jp{
  position: absolute;
  top: 33px;
  left: 260px;
  font-size: 2.6rem;
  font-family: "Noto Serif", serif;
  color: #ffffff;
  white-space: nowrap;
  /* letter-spacing: -0.05em; */
  text-shadow: 
  1px 1px 10px rgba(16, 101, 153, .27),
  -1px 1px 10px rgba(16, 101, 153, .27);
  line-height: 1.4;
}
.h1-add-text{
  position: absolute;
  font-size: 2.6rem;
  font-family: "Noto Serif", serif;
  color: #ffffff;
  top: 66px;
  left: 260px;
}
@media (min-width: 1921px){
  .main_visual{
    padding-top: calc( (600 / 1920) * 100% );
    background-size: 100%;
  }
}
@media (min-width: 769px){
  .main_visual{
    min-width: 1140px;
  }
  .h1-container{
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 768px){
  .main_visual{
    padding-top: calc( (990 / 750) * 100% );
    background-image: url(/wed/photo/bali/luxury-photo-plan/images/bg-main_visual-sp.jpg);
    background-size: 100%;
  }
  .h1-container{
    top: calc( 50 / 750 * 100vw );
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .h1-jp{
    top: 3vw;
    left: calc( 260 / 750 * 100vw );
    font-size: calc( 32 / 750 * 100vw );
  }
  .h1-add-text{
    top: 2.5vw;
    left: calc(   566 / 750* 100vw);
    font-size: calc( 32 / 750 * 100vw );
  }
  .base .h1-image{
    width: calc( 637 / 750 * 100vw );
  }
  .sp-w590{
    padding: 0 20px;
  }
}

section{
  padding: 100px 0;
}
section:nth-child(odd){
  background-color: #f0fafd;
  .heading-primary{
    color: #5cafbe;
  }
}
section:nth-child(even){
  background-color: #bcdce6;
  .heading-primary{
    color: #ffffff;
  }
}

.heading-primary{
  margin-bottom: 50px;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 500;
}
.heading-primary-en{
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 769px){
  .heading-primary-en{
    font-size: 2.4rem;
  }
  .heading-primary-jp{
    font-size: 2.8rem;
  }
}
@media (max-width: 768px){
  section{
    padding: 72px 0;
  }
  .heading-primary{
    margin-bottom: 25px;
  }
  .heading-primary-en{
    font-size: 1.6rem;
  }
  .heading-primary-jp{
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

/* point
---------------------------------------- */
.point-information{
  position: relative;
  padding: 30px 0 30px 35px;
  &::before{
    content: "";
    position: absolute;
    top: -30%;
    left: 16px;
    display: block;
    width: 100%;
    height: 130%;
    background-color: #e9f5f8;
  }
  dt{
    font-weight: bold;
  }
}
.point-information-heading{
  position: relative;
  display: flex;
  color: #868154;
  font-family: "Noto Serif", serif;
  font-size: 2.0rem;
  font-weight: 500;
  .order{
    position: absolute;
    left: -33px;
  }
}
.point-information-text{
  position: relative;
  margin-top: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px){
  .point-information-heading{
    line-height: 1.4;
    font-size: 1.6rem;
    /* .order{
      width: calc( 637 / 750 * 100vw );
    } */
     .order{
      left: -31px;
     }
  }
  .point-information{
    padding: 20px 0 23px 33px;
    &::before {
      width: calc( 100% + calc( 10 / 750 * 100vw ) );
      left: 10px;
    }
    .text-order{
      width: 15px;
    }
  }
  .point-information-text{
    margin-top: 10px;
  }
}

/* plan
---------------------------------------- */
.plan-main-container{
  background-color: #e3f7fc;
  width: calc( 100% + 108px);
  margin-left: -54px;
  margin-top: 108px;
  padding: 54px;
}
.plan-image{
  display: block;
  margin-top: -108px;
}
.plan-details{
  width: 100%;
  &.is-disabled{
    pointer-events: none;
  }
}
summary::-webkit-details-marker { display: none }
.plan-summary{
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px);
  height: 74px;
  background-color: #9eccda;
  color: #ffffff;
}
.plan-details-content{
  width: 200%;
  margin-top: 5px;
  padding: 55px 35px;
  background-color: #ffffff;
}
.plan-details.-right{
  .plan-summary{
    margin-right: 0;
    margin-left: auto;
  }
  .plan-details-content{
    margin-left: -100%;
    background-color: #cccccc;
  }
}
.plan-details-headline{
  border-bottom: 2px solid #d6e3e6;
}
.price{
  margin-left: 20px;
  color: #e47272;
  font-family: "Noto Serif", serif;
}
.price-num{
  font-size: 1.8em;
}
.plan-details-item:not(:last-of-type){
  display: flex;
}
.plan-details-item{
  line-height: 1.4;
  dt{
    margin-right: 15px;
    font-weight: bold;
  }
  li{
    padding: 4px 12px;
    background-color: #e4f1f4;
    border-radius: 3px;
  }
}
@media (min-width: 769px){
  .plan-summary{
    font-size: 2.2rem;
  }
  .plan-details-headline{
    padding-bottom: 8px;
  }  
  .plan-details-item:first-of-type { grid-area: 1 / 1 / 2 / 2; }
  .plan-details-item:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
  .plan-details-item:nth-of-type(3) { grid-area: 1 / 2 / 2 / 3; }
  .plan-details-item:nth-of-type(4) { grid-area: 2 / 2 / 3 / 3; }
  .plan-details-item:nth-of-type(5) { grid-area: 3 / 1 / 4 / 2; }
  .plan-details-item:nth-of-type(6) { grid-area: 3 / 2 / 4 / 3; }
  .plan-details-item:nth-of-type(7) { grid-area: 4 / 1 / 5 / 3; }
  .plan-details-item{
    ul{
      padding-right: 45px;
    }
  }
  .price-wrap{
    position: relative;
    top: 15px;
  }
}
@media (max-width: 768px){
  .plan-main-container {
    width: calc(100% + ( 40 / 750 * 100vw ));
    margin-left: calc( -20 / 750 * 100vw );
    margin-top: 55px;
    padding: 10px calc( 15 / 750 * 100vw ) 25px;
  }
  .plan-image{
    margin-top: -40px;
    padding: 0 10px;
  }
  .plan-summary{
    height: 40px;
    font-size: 1.6rem;
  }
  .plan-details-content{
    padding: 22px 13px 35px;
  }
  .plan-details-item{
    ul{
      padding-right: 20px;
    }
  }
  .schedule-list{
    padding-right: 20px;
  }
  .price{
    margin-left: 5px;
  }
}

.schedule-item{
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  &::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -41px;
    width: 20px;
    height: 56px;
    background: #e7cfcf;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.schedule-label{
  min-width: 76px;
  margin-right: 15px;
  padding: 0 0 1px;
  background-color: #d29191;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 769px){
  .schedule-list{
    padding-left: 47px;
  }
  .schedule-item:first-of-type{
    &::after{
      display: none;
    }
  }
}
@media (max-width: 768px){
  .schedule-list{
    p{
      font-size: 1.2rem;
    }
  }
  .schedule-item{
    &::after{
      top: 61%;
      left: auto;
      right: -21px;
      width: 10px;
      height: 28px;
    }
  }
  .schedule-item:nth-of-type(3),
  .schedule-item:nth-of-type(4){
    margin-top: 70px;
  }
  .schedule-item:nth-of-type(5),
  .schedule-item:nth-of-type(6){
    margin-top: 50px;
  }
  .schedule-item:last-of-type{
    &::after{
      display: none;
    }
  }
  .schedule-text{
    position: absolute;
    top: calc(( 190 / 750 * 100vw ) + 28px );
    left: 0;
  }
  .schedule-label{
    display: inline-block;
    min-width: 48px;
    margin-right: 0;
  }
}
@media (max-width: 600px){
  .schedule-text{
    top: calc(( 180 / 750 * 100vw ) + 28px );
  }
}

/* option
---------------------------------------- */
.option-item{
  position: relative;
  &::before{
    content: "";
    position: absolute;
    top: 40px;
    left: 40px;
    width: calc( 100% - 40px );
    height: 100%;
    background-color: #e9f5f8;
  }
}
.option-item + .option-item{
  margin-top: 90px;
}
.option-information{
  dt{
    font-weight: bold;
  }
}
.option-information-heading{
  display: flex;
  align-items: center;
  color: #868154;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  &::before{
    content: "■";
    margin-right: 5px;
    font-size: 0.5em;
  }
}
@media (min-width: 769px){
  .option{
    padding-bottom: 160px;
  }
  .option-information{
    padding-right: 40px;
  }
  .option-item:nth-child(even){
    &::before{
      left: 0;
    }
    .option-image { grid-area: 1 / 2 / 2 / 3; }
    .option-information { grid-area: 1 / 1 / 2 / 2; }
    .option-information{
      padding-left: 40px;
    }
  }
}
@media (max-width: 768px){
  .option{
    .heading-primary{
      margin-bottom: 50px;
    }
  }
  .option-information-heading{
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .option-item + .option-item{
    margin-top: 50px;
  }
  .option-item{
    &::before{
      width: calc( 100% + 65px);
      top: 48px;
      left: -15px;
      height: calc(100% - 48px);
    }
  }
  .option-item:nth-child(even){
    &::before{
      left: auto;
      right: -15px;
    }
  }
  .option-information{
    padding-bottom: 30px;
  }
}

.notice{
  padding: 110px 0;
  background-color: #fbfaf2;
}
.indent{
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px){
  .notice{
    padding: 72px 0;
  }
}

.reservation{
  padding: 120px 0 80px;
  text-align: center;
  h2{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 3.6rem;
    font-weight: normal;
    .en {
      font-size: 39%;
      color: #5cafbe;
      font-weight: bold;
      letter-spacing: 0.05em;
    }
  }
}
.store .button-common span::before {
  background-image: url(/wed/_common/images/icon-store.png);
}
.online .button-common span::before {
  background-image: url(/wed/_common/images/icon-online_reserve.png);
}
@media (max-width: 768px){
  .reservation h2 {
    .jp {
        font-size: calc(41 / 750* 100vw);
    }
  }
  .reservation{
    padding-top: 72px;
  }
}

a.button-unique{
  color: #275c7d;
}
.button-unique{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75.2%;
  max-width: 450px;
  height: 60px;
  background-color: #bcdce6;
  line-height: 1.4;
  transition: .1s ease-in-out;
  &::after{
    content: "";
    position: absolute;
    top: 49%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #275c7d;
    border-right: solid 2px #275c7d;
    transform: rotate(45deg) translateY(-50%);
  }
}
.button-common {
  width: 450px;
  height: 80px;
  background-color: #5cafbe;
  &::after{
    right: 25px;
    width: 11px;
    height: 11px;
  }
  span{
    display: flex;
    align-items: center;
    height: 100%;
  }
  span::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 100%;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
}
@media (min-width: 769px){
  a.button-unique:hover{
    background-color: #275c7d;
    color: #ffffff;
    &::after{
      border-color: #ffffff;
    }
  }
  .button-common:hover{
    background-color: #275c7d;
    &::after{
      right: 25px;
    }
  }
}
@media (max-width: 768px){
  .button-unique{
    &::after{
      width: 8px;
      height: 8px;
      right: 20px;
    }
    span {
      position: relative;
      left: -2vw;
    }
  }
  .button-common {
    width: 75.2%;
    height: 65px;
    &::after{
      width: 8px;
      height: 8px;
      right: 20px;
    }
    span {
      position: relative;
      left: -2vw;
    }
  }
}