@charset "UTF-8";

/* COMMON 
-----------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
figure {
	width: fit-content;
	margin: 0;
}
.wed_header-fixed {
	margin-top: 60px;
}
.base.photo {
	small {
		display: block;
		font-size: 1.5rem;
		line-height: 1.28;
	}
}
@media (max-width: 768px) {
	.wed_header-fixed {
		margin-top: 50px;
	}
	.base.photo {
		small {
			font-size: 1.2rem;
			letter-spacing: -0.05em;
		}
	}
}
.photo-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 430px;
	height: 65px;
	background-color: #80c5d9;
	border: 1px solid #80c5d9;
	color: #ffffff;
	font-size: 16px;
	transition: .1s ease-in-out;
	span {
		position: relative;
		left: -2px;
	}
	&::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 50px;
		display: block;
		width: 10px;
		height: 10px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg) translateY(calc(-50% - 3px));
		transition: .1s ease-in-out;
	}
}
a.photo-btn {
	color: #ffffff;
}
.photo-btn.-rounded {
	border-radius: 9999px;
}
.photo-mv-caption {
	width: 1120px;
	margin-inline: auto;
	padding-right: 10px;
}
[class*="-caption"] {
	font-size: 1.4rem;
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
@media (min-width: 769px) {
	.photo-btn:hover {
		background-color: #ffffff;
		color: #80c5d9;
		&::after {
			right: 46px;
			border-color: #80c5d9;
		}
	}
}
@media (max-width: 768px) {
	.photo-btn {
		span {
			letter-spacing: -0.05em;
			left: -4px;
		}
		&::after {
			right: 25px;
			width: 8px;
			height: 8px;
		}
	}
	[class*="-caption"] {
		padding-right: 10px;
		font-size: 1.2rem;
	}
}

/* MV 
-----------------------------------------------------------------*/
.photo-shared {
	h1 {
		position: relative;
		margin-top: -65px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
		font-weight: 500;
		text-align: center;
		line-height: 1.2;
	}
	.h1-jp {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
		font-size: 6.0rem;
		color: #7b6446;
	}
	.h1-jp-line-1 {
		font-size: 0.666em;
	}
	.h1-jp-line-2 {
		display: block;
		width: fit-content;
		margin-inline: auto;
		&::after {
			content: "";
			display: block;
			width: 100%;
			height: 5px;
			background-color: #b7a48b;
			border-radius: 9999px;
		}
	}
}
.photo-mv {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	height: 610px;
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
}
.photo-shared.-hawaii {
	.photo-mv {
		background-image: url(/wed/photo/hawaii/images/mv.webp);
	}
}
.photo-shared.-guam {
	.photo-mv {
		background-image: url(/wed/photo/guam/images/mv.webp);
	}
}
.photo-shared.-maldives {
	.photo-mv {
		background-image: url(/wed/photo/maldives/images/mv.webp);
	}
}
.photo-shared.-bali {
	.photo-mv {
		background-image: url(/wed/photo/bali/images/mv.webp);
	}
}
.photo-shared.-europe {
	.photo-mv {
		background-image: url(/wed/photo/europe/images/mv.webp);
	}
}
.photo-shared.-australia {
	.photo-mv {
		background-image: url(/wed/photo/australia/images/mv.webp);
	}
}
.photo-shared.-okinawa {
	.photo-mv {
		background-image: url(/wed/photo/okinawa/images/mv.webp);
	}
}
.photo-shared.-hokkaido {
	.photo-mv {
		background-image: url(/wed/photo/hokkaido/images/mv.webp);
	}
}
@media (min-width: 769px) {
	.photo-header {
		min-width: 1140px;
	}
}
@media (max-width: 768px) {
	.photo-shared {
		position: relative;
		h1 {
			margin-top: -53px;
		}
		.h1-en {
			position: relative;
			left: -105px;
			display: block;
			width: calc(300px / 2);
			margin-inline: auto;
		}
		.h1-jp {
			margin-top: 0;
			font-size: 3.6rem;
		}
		.h1-jp-line-2 {
			&::after {
				height: 3px;
			}
		}
	}
	.photo-mv {
		height: auto;
		background-size: cover;
		aspect-ratio: 750 / 600;
	}
	.photo-mv-caption {
		width: 100%;
	}
	.photo-shared {
		.photo-mv-caption {
			position: relative;
			top: -25px;
		}
	}
	.photo-shared.-hawaii {
		.photo-mv {
			background-image: url(/wed/photo/hawaii/images/mv-sp.webp);
		}
	}
	.photo-shared.-guam {
		.photo-mv {
			background-image: url(/wed/photo/guam/images/mv-sp.webp);
		}
	}
	.photo-shared.-maldives {
		.photo-mv {
			background-image: url(/wed/photo/maldives/images/mv-sp.webp);
		}
	}
	.photo-shared.-bali {
		.photo-mv {
			background-image: url(/wed/photo/bali/images/mv-sp.webp);
		}
	}
	.photo-shared.-europe {
		.photo-mv {
			background-image: url(/wed/photo/europe/images/mv-sp.webp);
		}
	}
	.photo-shared.-austraria {
		.photo-mv {
			background-image: url(/wed/photo/austraria/images/mv-sp.webp);
		}
	}
	.photo-shared.-okinawa {
		.photo-mv {
			background-image: url(/wed/photo/okinawa/images/mv-sp.webp);
		}
	}
	.photo-shared.-hokkaido {
		.photo-mv {
			background-image: url(/wed/photo/hokkaido/images/mv-sp.webp);
		}
	}
}

/* MAIN 
-----------------------------------------------------------------*/
.photo-main {
	color: #584b3a;
	font-size: 1.8rem;
	text-align: center;
}
.introduction {
	margin-top: 100px;
	padding-bottom: 100px;
}
.main-lead {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	line-height: 2;
}
.benefit-title {
	position: relative;
	font-weight: bold;
	mark {
		padding-bottom: 5px;
		background: linear-gradient(transparent 50%, #e1f3f8 0%);
	}
}
.benefit-list {
	display: flex;
	justify-content: center;
	gap: 95px;
	margin-top: 40px;
}
.frame-box {
	background-color: #fcfcf7;
	outline: 1px solid #e4e2cf;
	outline-offset: -6px;
}
.detail-label {
	padding-top: 1px;
	text-align: center;
	background-color: #584b3a;
	color: #ffffff;
}
.benefit-item {
	width: 212px;
	aspect-ratio: 212 / 164;
	padding: 35px 0;
	background-repeat: no-repeat;
	background-position: center top 75px;
	background-size: 57px;
	&.-trip {
		position: relative;
		background-image: url(/wed/photo/images/pict-plane.webp);
		&::before {
			content: "";
			position: absolute;
			right: -64px;
			top: 50%;
			transform: translateY(-50%);
			width: 33px;
			aspect-ratio: 1 / 1;
			background: url(/wed/photo/images/pict-plus.webp) no-repeat center/ 100%;
		}
		.benefit-item-title {
			color: #72a9ab;
			letter-spacing: 1px;
		}
	}
	&.-photo {
		background-image: url(/wed/photo/images/pict-camera.webp);
		.benefit-item-title {
			color: #c59798;
		}
	}
}
.benefit-item-title {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.rental-info {
	padding: 25px 40px 30px;
	background-color: #f5f5f3;
	font-size: 1.6rem;
}
.rental-info-title {
	font-size: 1.25em;
	span {
		font-size: 1.4rem;
		font-weight: normal;
		border-radius: 50%;
		letter-spacing: -0.05em;
	}
}
.rental-info-detail-title {
	width: 220px;
}
@media (min-width: 769px) {
	.benefit-title {
		font-size: 2.0rem;
		br {
			display: none;
		}
	}
}
@media (max-width: 768px) {
	.photo-main {
		font-size: 1.6rem;
	}
	.introduction {
		margin-top: 60px;
		padding-bottom: 60px;
	}
	.photo-shared.-hawaii, .photo-shared.-guam, .photo-shared.-ball, .photo-shared.-okinawa, .photo-shared.-hokkaido {
		.benefit-title {
			br {
				display: none;
			}
		}
	}
	.benefit-list {
		gap: 30px;
		max-width: fit-content;
		margin: 30px auto 0;
	}
	.benefit-item {
		width: 150px;
		padding: 27px 0;
		background-position: center top 57px;
		&.-trip {
			background-size: 37px;
			&::before {
				right: -26px;
				width: 22px;
			}
		}
		&.-photo {
			background-size: 37px;
		}
	}
	.benefit-item-title {
		font-size: 1.4rem;
	}
	.rental-info {
		padding: 20px;
	}
	.rental-info-title {
		font-size: 1.6rem;
		span {
			font-size: 1.2rem;
		}
	}
	.rental-info-detail-title {
		width: 135px;
		font-size: 1.3rem;
	}
	.rental-info-detail-desc {
		font-size: 1.4rem;
	}
}
@media (max-width: 406px) {
	.benefit-title {
		letter-spacing: -0.05em;
	}
}

/* section 
-----------------------------------------------------------------*/
section {
	padding-block: 100px;
}
h2 {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 40px;
}
.h2-en {
	margin-inline: auto;
}
.h2-jp {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.2;
}
h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.22em;
	font-weight: 500;
	line-height: 1.2;
}
@media (max-width: 768px) {
	section {
		padding-block: 70px;
	}
	h2 {
		width: 100vw;
		margin-inline: calc(50% - 50vw);
		margin-bottom: 30px;
	}
}

/* campaign_and_fair 
--------------------------------*/
.campaign_and_fair {
	background-color: #e7f4f8;
	.h2-en {
		width: 367px;
	}
	.h2-jp {
		margin-top: -13px;
	}
}
@media (max-width: 768px) {
	.campaign_and_fair {
		.h2-en {
			width: calc(594px / 2);
		}
	}
	.h2-jp {
		font-size: 2.6rem;
	}
}

/* plaza_and_desk 
--------------------------------*/
.plaza_and_desk {
	background-color: #eef9f9;
	.h2-en {
		width: 513px;
	}
	.h2-jp {
		margin-top: -8px;
	}
}
.button-primary {
	width: 100%;
	max-width: 450px;
	height: 80px;
	background-color: #734a16;
	&::after {
		right: 45px;
	}
}
.button-primary.-icon-store {
	span {
		&::before {
			width: 20px;
			margin-right: 14px;
			background-image: url(/wed/photo/images/icon-store-white-unique.webp);
		}
	}
}
.button-primary.-icon-online {
	span {
		&::before {
			width: 22px;
			margin-right: 14px;
			background-image: url(/wed/photo/images/icon-online-white-unique.webp);
		}
	}
}
@media (min-width: 769px) {
	.button-primary.-icon-store {
		justify-self: end;
	}
	.button-primary:hover {
		color: #734a16;
		border: 1px solid #734a16;
		&::after {
			right: 42px;
			border-color: #734a16;
		}
	}
	.button-primary.-icon-store:hover {
		span {
			&::before {
				background-image: url(/wed/photo/images/icon-store-brown-unique.webp);
			}
		}
	}
	.button-primary.-icon-online:hover {
		span {
			&::before {
				background-image: url(/wed/photo/images/icon-online-brown-unique.webp);
			}
		}
	}
}
@media (max-width: 768px) {
	.plaza_and_desk {
		.h2-en {
			width: calc(682px / 2);
		}
	}
	.button-primary {
		height: 60px;
		font-size: 1.7rem;
		justify-self: center;
	}
	.button-primary.-icon-store {
		& span {
			&::before {
				width: 17px;
				margin-right: 10px;
			}
		}
	}
	.button-primary.-icon-online {
		& span {
			&::before {
				width: 15px;
				margin-right: 8px;
			}
		}
	}
}

/* area 
--------------------------------*/
.photo .area {
	background-color: #ffffff;
	.h2-en {
		width: 431px;
	}
	.h2-jp {
		margin-top: -13px;
	}
}
.area-lead {
	margin-top: 20px;
}
.area-link {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	padding: 15px 15px 30px;
	background-color: #eef9f9;
	box-shadow: 0px 0px 8.45px 4.55px rgba(128, 128, 128, 0.15);
	border-radius: 10px;
	p {
		flex: 1 1 auto;
		font-size: 16px;
	}
	.photo-btn {
		margin-inline: auto;
	}
}
a.area-link {
	color: #3a342c;
}
.area-item-title {
	font-size: 20px;
	font-weight: bold;
}
.area-item.-location {
	.area-link {
		background: transparent;
		box-shadow: none;
	}
}
.photo-shared.-hawaii {
	.area-item.-hawaii {
		display: none;
	}
}
.photo-shared.-guam {
	.area-item.-guam {
		display: none;
	}
}
.photo-shared.-maldives {
	.area-item.-maldives {
		display: none;
	}
}
.photo-shared.-bali {
	.area-item.-bali {
		display: none;
	}
}
.photo-shared.-europe {
	.area-item.-europe {
		display: none;
	}
}
.photo-shared.-australia {
	.area-item.-australia {
		display: none;
	}
}
.photo-shared.-okinawa {
	.area-item.-okinawa {
		display: none;
	}
}
.photo-shared.-hokkaido {
	.area-item.-hokkaido {
		display: none;
	}
}
.photo-shared.-location {
	.area-item.-location {
		display: none;
	}
}
@media (min-width: 769px) {
	.area-list.-dom {
		.area-item {
			flex: 0 0 540px;
		}
		.area-item.-location {
			flex: none;
		}
	}
	.area-item.-location {
		.area-link {
			flex-direction: row;
			gap: 40px;
			width: fit-content;
			margin-inline: auto;
			p {
				flex: none;
			}
		}
		.area-image {
			width: 330px;
		}
	}
}
@media (max-width: 768px) {
	.area {
		.h2-en {
			width: calc(718px / 2);
		}
	}
	.area-lead {
		text-align: left;
		line-height: 1.6;
	}
	.area-link {
		p {
			text-align: left;
			line-height: 1.5;
			br {
				display: none;
			}
		}
	}
}

/* plan 
--------------------------------*/
.plan-nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	li {
		width: 180px;
	}
}
.plan-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background-color: #e7f4f8;
	color: #3b97b2;
	font-weight: bold;
	transition: .2s ease-in-out;
	&::after {
		content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		width: 15px;
		height: 10px;
		background: #e7f4f8;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		transition: .2s ease-in-out;
	}
}
.plan {
	.h2-en {
		width: 110px;
	}
	.h2-jp {
		margin-top: 5px;
	}
}
.plan-area-title {
	scroll-margin-top: 100px;
	margin-block: 80px 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 3.2rem;
	font-weight: 500;
}
.plan-list {
	display: grid;
	gap: 60px;
}
.plan-list + .plan-list {
	margin-top: 60px;
}
.plan-item {
	padding: 40px 20px;
	border: 1px solid #aca27a;
	background-color: #faf9f2;
	.photo-btn {
		margin-inline: auto;
		box-shadow: 0px 3px 7.12px 0.88px rgba(105, 108, 108, 0.4);
	}
}
.plan-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 80px;
	padding-top: 4px;
	background-image: linear-gradient(90deg, #ded5ba 1%, #f4f0d6 51%, #ded5ba);
	font-size: 1.2em;
	line-height: 1.27;
	&::before, &::after {
		content: "";
		position: absolute;
		width: 250px;
		height: 30px;
		border-width: 1px;
		border-style: solid;
		border-color: #aca27a;
	}
	&::before {
		top: -5px;
		left: -5px;
		border-right: none;
		border-bottom: none;
	}
	&::after {
		bottom: -5px;
		right: -5px;
		border-left: none;
		border-top: none;
	}
}
.plan-title-line-2 {
	font-size: 0.91em;
}
.plan-text {
	font-size: 1.6rem;
}
.plan-info {
	width: 200%;
}
.plan-tabs {
	width: 100%;
}
.plan-tab {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 247px;
	height: 34px;
	background-color: #ffffff;
	border: 1px solid #aca27a;
	color: #aca27a;
	font-size: 1.6rem;
	position: relative;
	cursor: pointer;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	font-weight: 400;
	font-family: inherit;
}
.plan-tab[aria-selected="true"] {
	height: 40px;
	background-color: #aca27a;
	color: #ffffff;
	cursor: default;
	&::after {
		content: "\25BC";
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 22px;
		height: 13px;
		background: #aca27a;
		color: #aca27a;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
}
.plan-tabpanel {
	opacity: 1;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 50%;
	margin-top: 30px;
	padding: 22px 30px;
	background-color: #ffffff;
	border: 1px solid #aca27a;
	text-align: left;
	transition: .2s ease-in-out;
}
.plan-tabpanel[hidden] {
	opacity: 0;
	transform: translateX(0);
}
.plan-tabpanel[id$="-2"] {
	transform: translateX(-100%);
}
.plan-price {
	display: flex;
	flex-direction: column;
}
.plan-label {
	line-height: 1;
	&::before {
		content: "";
		position: relative;
		top: -2px;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-right: 5px;
		border-radius: 50%;
		background-color: #b7a48b;
	}
}
.plan-label:empty::before {
	display: none;
}
.plan-value {
	margin-top: 10px;
	font-size: 3.0rem;
	line-height: 1;
}
.plan-unit {
	font-size: 0.66em;
}
.plan-detail {
	display: grid;
	gap: 10px;
	margin-top: auto;
	font-size: 1.6rem;
	line-height: 1.5;
}
.plan-detail-field {
	display: flex;
}
.plan-detail-label {
	flex: 0 0 130px;
}
.plan-detail-value {
	flex: 1;
}
.plan-detail-value-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.plan-detail-value-item {
	width: 220px;
}
.plan-detail-value-item[aria-disabled="true"] {
	background-color: #c5c5c5;
}
.plan-detail-value-note {
	margin-top: 10px;
}
.plan-credit {
	font-size: 0.77em;
}
.plan-info-container {
	grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 769px) {
	.plan-nav-link:hover {
		position: relative;
		top: 2px;
		background-color: #81c5d9;
		color: #ffffff;
		&::after {
			background: #81c5d9;
		}
	}
	.plan-text {
		width: 890px;
		margin-inline: auto;
	}
	.plan-tab {
		padding-top: 2px;
	}
	.plan-tab:hover {
		background-color: #aca27a;
		color: #ffffff;
	}
}
@media (max-width: 768px) {
	.plan {
		.h2-en {
			width: calc(181px / 2);
		}
	}
	.plan-nav-list {
		flex-wrap: wrap;
		li {
			width: calc(50% - 5px);
			max-width: 180px;
		}
	}
	.plan-nav-link {
		height: 50px;
		padding-bottom: 5px;
		&::after {
			bottom: 7px;
			width: 12px;
			height: 6px;
			background-color: #7aa7b4;
		}
	}
	.plan-area-title {
		scroll-margin-top: 70px;
		margin-block: 40px 20px;
		font-size: 2.4rem;
	}
	.plan-list {
		gap: 40px
	}
	.plan-list + .plan-list {
		margin-top: 40px;
	}
	.plan-item {
		padding: 30px 15px;
	}
	.plan-title {
		padding: 4px 6px 0;
		&::before, &::after {
			width: 155px;
		}
	}
	.plan-text {
		font-size: 1.5rem;
	}
	.plan-tab {
		/* flex-direction: column; */
		max-width: calc(25% - 5px);
		height: 35px;
		font-size: clamp(1.2rem, 3vw, 1.4rem);
		line-height: 1.2;
		white-space: nowrap;
	}
	.plan-tab[aria-selected="true"] {
		height: auto;
		min-height: 40px;
	}
	.plan-tabpanel {
		margin-top: 20px;
		padding: 22px 15px;
	}
	.plan-label {
		font-size: 1.8rem;
		&::before {
			top: -3px;
			width: 7px;
			height: 7px;
		}
	}
	.plan-value {
		font-size: 2.4rem;
	}
	.plan-detail-value-item {
		width: 100%;
		max-width: 150px;
		padding-bottom: 2px;
		font-size: 1.5rem;
	}
}
@media (min-width: 441px) {
	.plan-period br {
		display: none;
	}
}
@media (max-width: 440px) {
	.plan-tabpanel {
		padding: 22px 15px;
	}
}
.plan-slider {
	.splide__pagination {
		position: static;
		gap: 25px;
		margin-top: 20px;
	}
	.splide__pagination__page {
		border-radius: 0;
		width: 25px;
		height: 25px;
		margin: 0;
		background-color: #dcd7c1;
	}
	.splide__pagination__page.is-active {
		background: #b4aa80;
		transform: scale(1);
		z-index: 1;
	}
}
@media (max-width: 768px) {
	.plan-slider {
		.splide__pagination {
			gap: 16px;
			margin-top: 15px;
		}
		.splide__pagination__page {
			width: 16px;
			height: 16px;
		}
	}
}