@charset "Shift_JIS";

:root{
  --fs-default: calc( 32 / 750 * 100vw );
}
/* .jtb-nav-breadcrumb{
    padding: 8px 15px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    font-size: 1.3rem;
    line-height: 1.6;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    background: rgba(21,23,33,.05);
    margin-bottom: 0;
}
.jtb-nav-breadcrumb li:last-of-type::after{
  content: "";
  display: inline-block;
  width: 10px;
} */
.article{
  font-size: var(--fs-default)
}
.article .caption{
  font-size: calc( 28 / 750 * 100vw );
}

.contents_inner{
  width: 100%;
  padding: 0 calc( 50 / 750 * 100vw );
}
.contents_header{
  height: auto;
  padding-top: 66.8%;
  background: url(/wed/photo/images/main_visual-sp.jpg) no-repeat center top / 100%;
}
.contents_heading{
  position: relative;
  top: 0;
  left: 0;
  padding: calc( 55 / 750 * 100vw ) calc( 50 / 750 * 100vw ) 0;
  font-size: calc( 69 / 750 * 100vw );
}
.contents_heading .en{
  top: -4vw;
  left: calc( 62 / 750 * 100vw );
  font-size: calc( 65 / 750 * 100vw );
  line-height: 1.2;
}
.contents_lead_container{
  padding-top: 35px;
  text-align: justify;
  font-size: calc( 20 / 750 * 100vw );
}
.contents_lead{
  padding: 30px calc( 30 / 750 * 100vw );
  font-size: var(--fs-default);
  line-height: 1.6;
}
.contents_lead_container .contents_inner{
  background-size: calc( 88 / 750 * 100vw ), calc( 93 / 750 * 100vw );
  background-position: left 10px top, right 10px bottom;
}

.contents_header_container .caption{
  z-index: 1;
  font-size: calc( 24 / 750 * 100vw );
  color: #ffffff;
}
[data-area="home"] .contents_header_container .caption{
  bottom: 37vw;
}
.section{
  padding: 80px 0;
}
.section_heading{
  margin-bottom: 35px;
}
.section_heading .jp{
  font-size: calc( 56 / 750 * 100vw );
}
.section_heading .en{
  font-size: calc( 96 / 750 * 100vw );
  white-space: nowrap;
  top: -1vw;
  left: -3vw;
}
.section_heading span{
  font-size: 60.3%;
  white-space: nowrap;
}
.section_lead{
  padding: 0 calc( 30 / 750 * 100vw );
  font-size: var(--fs-default);
  text-align: justify;
}

/* cassette */
.cassette_image{
  margin-left: calc(50% - 50vw);
}
.cassette_image .caption {
  padding-right: 0;
  font-size: calc( 26 / 750 * 100vw ); 
}
.cassette_detail{
  position: static;
  width: 100vw;
  margin-top: -38vw;
  margin-right: calc(50% - 50vw);
  padding-right: calc( 30 / 750 * 100vw );
  padding: 
    calc( 355 / 750 * 100vw )
    calc( 110 / 750 * 100vw )
    calc( 110 / 750 * 100vw )
    calc( 60 / 750 * 100vw );
}
.cassette_detail .price{
  margin-top: 10px;
}
.cassette_detail_head{
  font-size: calc( 40 / 750 * 100vw );
}
.cassette_detail_body{
  margin-top: 25px;
  font-size: var(--fs-default);
}

.brochure {
  width: 90%;
  margin-top: 60px;
  .button.brochure-btn{
    margin-inline: auto;
  }
}
.brochure-heading{
  font-size: calc( 36 / 750 * 100vw );
  letter-spacing: -0.1vw;
  white-space: nowrap;
}
.brochure-inner{
  padding: 30px;

  grid-template-columns: 30vw 1fr;
  grid-template-rows: 1fr;
  gap: 20px;

  grid-template-areas:
    "brochure-image brochure-text"
    "brochure-btn brochure-btn";
}
.brochure-image{
  height: auto;
  align-self: center;
}

.campaign .button_container{
  position: absolute;
    bottom: -8.5vw;
}
.campaign .button.-primary{
  width: calc( 550 / 750 * 100vw );
  height: calc( 130 / 750 * 100vw );
  /* margin-left: calc( -15 / 750 * 100vw ); */
  font-size: calc( 28 / 750 * 100vw );
}

.wedding_photo{
  padding-bottom: 0;
}
.example_heading{
  width: calc( 130 / 750 * 100vw );
  height: calc( 46 / 750 * 100vw );
}
.example_heading .text{
  font-size: calc( 28 / 750 * 100vw );
}
.example_heading .text::before, .example_heading .text::after{
  width: calc( 20 / 750 * 100vw );
}
.example_body{
  margin-top: 30px;
}
.example_list{
  display: block;
}
.example_item{
  width: calc( 594 / 750 * 100vw );
  height: calc( 636 / 750 * 100vw );
  margin: auto;
  padding-top: calc( 45 / 750 * 100vw );
  background-size: calc( 490 / 750 * 100vw );
  background-position: top calc( 115 / 750 * 100vw ) center;
  font-size: calc( 24 / 750 * 100vw );
}
.example_item + .example_item{
  margin-top: calc( 50 / 750 * 100vw );
}
.example_item_heading{
  padding-left: calc( 80 / 750 * 100vw );
  font-size: calc( 31 / 750 * 100vw );
  background-size: calc( 44 / 750 * 100vw );
}
.example_item.trip .example_item_heading{
  margin-bottom: calc( 76 / 750 * 100vw );
  margin-left: calc( -40 / 750 * 100vw );
}
.example_item.photo .example_item_heading{
  margin-bottom: calc( 250 / 750 * 100vw );
}

.example_item:first-of-type::after{
  top: auto;
  bottom: -30vw;
  left: 0;
  right: 0;
  font-size: calc( 115 / 750 * 100vw );
  z-index: 1;
}
.example_item dd + dd {
  margin-top: calc( 20 / 750 * 100vw );
}
.example_item dd span{
  padding: 0 10px;
  line-height: calc( 39 / 750 * 100vw );
  height: calc( 40 / 750 * 100vw );
  padding: 0 18px;
}
.footnote{
  padding-left: 0;
}
.example_item .caption{
  right: 10vw;
  bottom: 7.5vw;
  font-size: calc( 20 / 750 * 100vw );
}


.recommend_area_container + .recommend_area_container{
  margin-top: 80px;
}
.recommend_area_heading{
  font-size: calc( 38 / 750 * 100vw );
}
.recommend_area_heading:before{
  margin-right: calc( 25 / 750 * 100vw );
}
.recommend_area_heading:after{
  margin-left: calc( 25 / 750 * 100vw );
}
.recommend_area_list{
  display: block;
  width: 100%;
  margin-left: 0;
}
.recommend_area_item {
  width: 100%;
  margin-top: 50px;
  padding-left: 0;
}
.section .recommend_area_item_heading{
  height: calc( 58 / 750 * 100vw );
  line-height: calc( 45 / 750 * 100vw );
  padding: 0 5px 5px 10px;
  font-size: calc( 28 / 750 * 100vw );
}
.section .recommend_area_item_heading span{
margin-top: -1.5vw;
}
.recommend_area_item_heading::after{
  right: -3vw;
}

.recommend_area_item_body{
  margin-top: -1.5vw;
}
.button.-primary{
  width: calc( 560 / 750 * 100vw );
  height: calc( 130 / 750 * 100vw );
  margin-top: 20px;
  font-size: var(--fs-default);
  white-space: nowrap;
}
.button.-primary span {
  left: -3vw;
}
.other .button.-primary{
  letter-spacing: -0.2vw;
}
.button::after{
  width: calc( 37 / 750 * 100vw );
  right: calc( 28 / 750 * 100vw );
}


.original-photo .reserve{
  padding-top: 40px;
  padding-bottom: 80px;
}
.original-photo .reserve .section_heading .en{
  top: -4vw;
}
.original-photo .reserve .section_lead{
  font-size: var(--fs-default);
  letter-spacing: -0.1vw;
}
.original-photo .reserve_link_list{
  display: block;
}
.original-photo .reserve_link_item{
  text-align: center;
}
.original-photo .reserve_link_item + .reserve_link_item{
  margin-top: calc( 20 / 750 * 100vw );
}

.original-photo .reserve .button{
  width: calc( 545 / 750 * 100vw );
  height: calc( 130 / 750 * 100vw );
  margin: 0;
}
.original-photo .reserve .button span{
  font-size: var(--fs-default);
}
.bunner_container{
  padding: 40px calc( 50 / 750 * 100vw );
}
.bunner_container img{
  width: 100%;
}