@charset "Shift_JIS";

.contents_header{
  background-size: 100%;
  background-position: center center;
}
[data-area="hokkaido"] .contents_header{
  background-image: url(/wed/photo/hokkaido/images/main_visual.png);
}
[data-area="okinawa"] .contents_header{
  background-image: url(/wed/photo/okinawa/images/main_visual.png);
}
[data-area="hawaii"] .contents_header{
  background-image: url(/wed/photo/hawaii/images/main_visual.png);
}
[data-area="maldives"] .contents_header{
  background-image: url(/wed/photo/maldives/images/main_visual.png);
}
[data-area="bali"] .contents_header{
  background-image: url(/wed/photo/bali/images/main_visual.png);
}
[data-area="guam"] .contents_header{
  background-image: url(/wed/photo/guam/images/main_visual.png);
}
[data-area="australia"] .contents_header{
  background-image: url(/wed/photo/australia/images/main_visual.png);
}
[data-area="europe"] .contents_header{
  background-image: url(/wed/photo/europe/images/main_visual.png);
}
[data-area="location"] .contents_header{
  background-image: url(/wed/photo/location/images/main_visual.png);
}
.device--pc .contents_header{
  height: 600px;
}
.contents_header_container{
  position: relative;
}
.contents_header_container .bg{
  position: absolute;
  top: 40px;
  right: 0;
  width: 55.2%;
  height: 100%;
  background-color: #f5eeee;
}
.device--pc .contents_heading{
  top: 270px;
  left: calc( 810 / 1400 * 100vw );
}
.device--pc .contents_header_container .caption {
  padding-left: 5px;
  text-align: left;
}

.annotation{
  font-size: 1.4rem;
  max-width: 1280px;
  margin: auto;
}
.plan_annotation{
  font-size: 1.4rem;
  max-width: 1020px;
  margin: auto;
}

@media (max-width: 1400px) {
  .device--pc .contents_header{
    background-position: center top;
    background-size: auto;
    padding-top: 0;
  }
}
@media (max-width: 1120px) {
  .device--pc .contents_heading{
    left: 660px;
  }
}
.contents_lead_container{
  text-align: center;
}
.device--pc .contents_lead_container{
  margin-top: 60px;
  padding: 50px 0 65px;
}
.contents_lead{
  padding-bottom: 0;
  background: url(/wed/photo/images/icon-camera_photo.png) no-repeat center top / auto;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2;
}


.section + .region_nav{
  margin-top: 115px;
}
.region_nav .section-body{
	max-width: 960px;
}
/* .region_nav_inner{
	padding: 40px 0;
} */
.region_nav_heading{
	margin-bottom: 30px;
	text-align: center;
}
.region_nav_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.region_nav_item{
	margin: 0 8px;
	width: calc( 240px - 16px );
	height: 120px;
}
.region_nav_item a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
	text-align: center;
	background-color: #ece4e1;
  font-size: 2.0rem;
	color: #7c351a;
  font-weight: bold;
}
.region_nav_item::after{
	content: "";
	position: relative;
	top: -1px;
	display: block;
	background-color: #ece4e1;
  width: 17px;
  height: 9px;
	margin: auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.region_nav_item .en{
	display: block;
	font-size: 60%;
	opacity: .5;
  letter-spacing: 0.1em;
}
.region_nav_item a div{
	white-space: nowrap;
}
.device--pc .region_nav_item a:hover::before{
  transform: translateY(2px);
}

.device--pc .region_nav_item:hover a{
  background-color: #ab3249;
  color: #ffffff;
}
.device--pc .region_nav_item:hover::after{
  background-color: #ab3249;
}


.region{
  margin-top: 160px;
}
[data-area="hawaii"] .region{
  margin-top: 100px;
}
[data-area="guam"] .region{
  margin-top: 100px;
}
[data-area="maldives"] .region{
  margin-top: 40px;
}
[data-area="bali"] .region{
  margin-top: 100px;
}
[data-area="europe"] .region{
  margin-top: 40px;
}
[data-area="australia"] .region{
  margin-top: 100px;
}
.region_heading{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 65px;
  font-size: 3.6rem;
}
.region_heading:before, .region_heading:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  flex-grow: 1;
}
.region_heading:before{
  margin-right: 40px;
}
.region_heading:after{
  margin-left: 40px;
}
.region_heading span{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.region_heading .num{
  top: -80px;
  font-size: 155%;
  color: #ece4e1;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.region_heading .jp{
  position: static;
  white-space: nowrap;
  font-family: var(--font-mincho);
  font-weight: 600;
}
.region_heading .en{
  top: 60px;
  font-size: 38.8%;
  color: #ac3249;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.plan{
  max-width: 1280px;
  margin: auto;
  padding: 55px 0 100px;
}
.plan + .plan{
  margin-top: 35px;
}
.plan_header{
  text-align: center;
}
.plan_heading{
  display: inline-block;
  margin-bottom: 35px;
  padding-left: 60px;
  font-family: var(--font-mincho);
  font-size: 3.0rem;
  color: #333333;
  font-weight: 500;

  background-image: url(/wed/photo/images/icon-camera.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left center;
}
.plan_lead{
  line-height: 2;
}
.plan .main_image{
  max-width: 1200px;
  margin: 35px auto 0;
  padding: 0 10px;
}
.plan .main_image img{
  width: 100%;
}
.plan .main_image .caption {
  position: absolute;
  width: 100%;
  transition: .2s ease;
}
.plan_list{
  width: 1020px;
  margin: auto;
}
.plan_item{
  margin-top: 45px;
}
.plan_detail{
  display: block;
}
.device--pc .plan_detail{
  width: 564px;
  padding: 30px 30px 30px 110px;
}
.plan_detail_head_inner{
  padding: 0 0 0 35px;
  border-left: 1px solid #000000;
}
.price_footnote{
  margin-top: 20px;
  padding-left: 40px;
  font-size: 50%;
  line-height: 1.4;
}
.plan_detail_body{
  margin-top: 25px;
}
.plan_detail_body li{
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}

.plan_detail .pictures{
  /* margin-top: 25px; */
  background-image: url(/wed/photo/images/icon-camera.png);
  background-size: 23px;
}
.plan_detail .costume{
  background-image: url(/wed/photo/images/icon-dress.png);
  background-size: 20px;
}
.plan_detail_body li + li{
  margin-top: 15px;
}
.plan_detail .operator{
  margin-top: 10px;
}

[data-price_none-flag="1"]{
  font-size: 0.8em;
  line-height: 1.2;
  .yen{
    display: none;
  }
}
[data-area="bali"] .price[data-yen-flag="1"]{
  .yen{
    display: inline;
  }
  .usd{
    display: none;
  }
}
[data-area="australia"] .price[data-aud-flag="1"]{
  .aud{
    display: inline;
  }
  .yen{
    display: none;
  }
}
[data-area="australia"] .price[data-yen-flag="1"]{
  .yen{
    display: inline;
  }
  .aud{
    display: none;
  }
}
.plan_detail .note_link {
  margin-top: 20px;
  padding-left: 0;
}
.note_link .button{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 46px;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  letter-spacing: 0.1em;
  transition: .2s ease-out;
}

.button.pdf span{
  padding-left: 33px;
  background-image: url(/wed/photo/images/icon-pdf.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  left: -20px;
}
.button.link span{
  letter-spacing: 0;
  left: -25px;
}
.note_link .button .border{
  top: 0;
  border: 1px solid #000000;
}
.note_link .button::after {
  right: 20px;
  width: 37px;
}
.note_link [data-application-flag=""] {
  .application{
    display: none;
  }
}
.note_link [data-application-flag="1"]{
  .application{
    display: block;
  }
  .default{
    display: none;
  }
}


.device--pc .note_link .button:hover{
  background: transparent;
  color: #333333;
}
.device--pc .note_link .button:hover::before{
  background: #f5eeee;
  top: 3px;
  left: 3px;
  z-index: 0;
}
.device--pc .plan.bg-light_blue .note_link .button:hover::before{
  background: #e7f0f6;
}
.device--pc .note_link .button:hover::after{
  right: 14px;
  width: 43px;
  color: #333333;
}


.device--pc .slick-list{
  height: 520px;
}
.slick-slide {
  position: relative;
}
.slick-slide .caption {
  opacity: 0;
}
.slick-current .caption {
  opacity: 1;
  transition-delay: 1s;
}

.slick-dots{
  position: static;
  height: 20px;
  margin-top: -10px;
}
.slick-dots li button{
  width: 100%;
  height: 100%;
}
.slick-dots li button:before{
  content: "";
  background: transparent;
  border: 1px solid #dd9696;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.slick-dots li.slick-active button:before{
  opacity: 0.8;
  background: #dd9696;
}
.slick-dots li button:hover:before{
  background-color: #dd9696;
}

.slick-arrow{
  top: auto;
  bottom: -10px;
  width: 17px;
  height: 17px;
}
.slick-arrow:before {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  width: 100%;
  height: 100%;
  transition: .2s ease-out;
}
.slick-prev{
  left: 11px;
}
.slick-next{
  right:11px;
  bottom: -17px;
}
.slick-next:before, .slick-prev:before{
  content: "";
  border-top: solid 2px #978b7c;
  border-right: solid 2px #978b7c;
  background: transparent;
}
.slick-prev:before {
  left: 5px;
  transform: rotate(225deg) translateY(-50%);
}
.slick-next:before {
  right: 5px;
  top: 10px;
  transform: rotate(45deg) translateY(-50%);
}
.slick-list button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.slick-prev:focus:before, .slick-next:focus:before{
  opacity: 1;
}

[data-area="europe"] .contents_inner + .other_link_nav{
  margin-top: 100px;
}

/* location
--------------------------------------------------*/
[data-area="location"] .region{
  margin-top: 100px;
}
[data-area="location"] .contents_lead{
  padding-bottom: 0;
}
.device--pc .other_link_nav_list{
  display: flex;
  justify-content: center;
}
.device--pc .other_link_nav_item .button.-primary{
  height: 45px !important;
  margin: 0 15px;
}
.plan .button.-primary.pdf span{
  background-image: url(/wed/photo/images/icon-pdf-white.png);
}
.device--pc .plan .button.-primary:hover{
  background-color: #ffffff;
  color: #ffffff;
}
.device--pc .plan .button.-primary:hover::before{
  background: #e9aca8;
}
[data-area="location"] .contents_inner + .other_link_nav{
  margin-top: 100px;
}
.relation_link{
  padding: 100px 0;
}
.relation_link_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.relation_link_item::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: width .5s ease; 
}
.relation_link_item .button{
  height: 53px;
  color: #333333;
  line-height: 1.2;
}
.relation_link_item .button span{
  left: -15px;
}
.device--pc .relation_link_item:hover::after{
  width: 100%;
}
.device--pc .relation_link_item:hover .button{
  color: #333333;
}
.device--pc .relation_link_item:hover .button::after{
  right: 14px;
  width: 43px;
}
.jtb_privilege{
  padding-bottom: 100px;
}
.jtb_privilege .section_heading{
  margin-bottom: 90px;
}
.jtb_privilege .plan_detail_head{
  padding-left: 0;
  border: none;
}
.jtb_privilege dd{
  padding-left: 0;
}

[data-area="location"] .note_link{
  display: none;
}
.device--pc .jtb_privilege .cassette_detail {
  white-space: nowrap;
}
.device--pc .jtb_privilege .cassette_image{
  width: 384px;
  height: 306px;
}
.device--pc .jtb_privilege .cassette_image img{
  position: absolute;
  left: -108px;
  width: 147%;
}
.jtb_privilege .cassette_detail_head{
  background:  url(/wed/photo/images/icon-camera.png) no-repeat center left / 40px;
  padding-left: 60px;
}