@charset "UTF-8";
/*共通関連-------------------------------------*/
:root {
	--color-main: #646945;
	--color-sub1: #e48210;
	--color-sub2: #00a199;
	--color-sub3: #296676;
	--color-bg1: #e3d7b7;
	--color-bg2: #f9f7f0;
	--color-bg3: #dbecd9;
	--color-txt: #444;
  }


#page-top img {
	position: fixed;
	width: 16px;
	bottom: 20px;
	right: 8px;
	z-index: 99999;
	@media screen and (min-width:768px){
		width: 20px;
		bottom: 20px;
		right: 30px;
	}
}


/*フォントウェイト*/
.fB500{
	font-weight: 500;
}
.fB700{
	font-weight: 700;
}


a{
	color: var(--color-sub2);
	text-decoration: none;
}
a:hover{
	color:var(--color-sub1);
	text-decoration:underline;
}

ul.notes{
	margin: 30px 0;
	@media screen and (min-width:768px){
		margin: 30px auto;
		max-width: 660px;
	}

}

.notes li{
	font-size: 1.4rem;
	font-weight: 400;
	max-width:650px;
	margin: 5px auto 0 auto;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
	text-align: justify;
	@media screen and (min-width:768px){
		font-size: 1.3rem;
	}
}

.caption{
	font-size: 1.4rem;
	font-weight: 400;
	max-width:650px;
	margin: 0 auto 0 auto;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
	text-align: justify;
	@media screen and (min-width:768px){
		font-size: 1.3rem;
	}
}

body{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	line-height: inherit;
	font-weight: 500;
	color: var(--color-txt);
	font-size: 1.7rem;
	@media screen and (min-width:768px){
	font-size: 1.8rem;
	font-weight: 400;
	}
}

.container{
	width: 100%;
}


.detail-text{
	font-size: 1.6rem;
	text-align: justify;
	line-height: 1.8;
	@media screen and (min-width:768px){
		font-size: 1.8rem;
}
}

.wd-pc600,.wd-pc700,.wd-pc800,.wd-pc900,.wd-pc1000{
	width: 100%;
}

@media screen and (min-width:768px){
	.wd-pc600{
	max-width: 600px;
	margin: 0 auto;
}

	.wd-pc700{
	max-width: 700px;
	margin: 0 auto;
}

	.wd-pc800{
	max-width: 800px;
	margin: 0 auto;
}

	.wd-pc900{
	max-width: 900px;
	margin: 0 auto;
}

	.wd-pc1000{
	max-width: 1000px;
	margin: 0 auto;
}
}



/*KV-------------------------------------*/
header{
	background-color: var(--color-bg1);
	@media screen and (min-width:520px){
	}

}
.wrap-kv{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url("../img/headimg_sp.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	height: 100dvh;
	@media screen and (min-width:520px){
		position: relative;
		width: 100%;
		margin: 0 auto;
		background-image: url("../img/headimg_pc.webp");
		background-repeat: no-repeat;
		background-position: center 0;
		height: auto;
		min-height: 640px;
	}
}

#mov-aloha{
	position: absolute;
	left: 50%;
	top: 41%;
	transform: translate(-50%,-50%);
	@media screen and (min-width:520px){
		left: 50%;
		top: 47%;
	}
}

.yurayura-aloha{
	transform-origin: center bottom;
	animation: yurayura 2s linear infinite;
	width: 57dvw;
	height: auto;
	@media screen and (min-width:520px){
		width: 360px;
	}
}

@keyframes yurayura {
	0% , 100%{
		transform: rotate(10deg);
	}
	50%{
		transform: rotate(-10deg);
	}
}

.head-credit img{
	position: absolute;
	left: 50%;
	bottom: 2%;
	width: 60dvw;
	transform: translate(-50%,-50%);
	@media screen and (min-width:520px){
		left: 50%;
		bottom: 0;
		max-width: 280px;
	}
}

/*sec01-------------------------------------*/
#sec01{
	position: relative;
}

.bg-sand{
	width: 100%;
	position: absolute;
	top: -15px;
	background-image: url(../img/bg_headend.png);
	background-repeat: repeat-x;
	min-height: 70px;
	content: '';
}

.cotainer-lead{
	background-image: url(../img/bg_lead.png);
	background-repeat: repeat;
	width: 100%;
	margin: 0 auto;
	padding: 50px 20px;
	text-align: center;
}
.title-colabo img{
	width: 80%;
	margin: 30px 0;
	@media screen and (min-width:768px){
		max-width: 420px;
		margin: 50px auto;
	}
}

.maintitle img{
	width: 100%;
	margin: 0 0 30px 0;
	@media screen and (min-width:768px){
		max-width: 860px;
		margin: 30px auto;
	}
}

.date img{
	width: 100%;
	margin: 0 0 30px 0;
	@media screen and (min-width:768px){
		max-width: 600px;
		margin: 30px auto;
	}
}



.profile{
	background-color: hsla(0,0%,100%,0.70);
	margin: 30px 0;
	padding: 30px 15px;
	@media screen and (min-width:768px){
		max-width: 1000px;
		margin: 50px auto;
		padding: 0 100px 50px 100px;
	}
}

.title-profile img{
	width: 90%;
	margin: 0 auto 20px auto;
	@media screen and (min-width:768px){
		width: 380px;
		margin: 30px auto;
	}
}

.detail-profile{
	display: flex;
	flex-direction: column;
	@media screen and (min-width:960px){
		flex-direction: row;
	}

}

.img-kado img{
	max-width: 280px;
	margin: 0 auto 30px auto;
	@media screen and (min-width:768px){
		max-width: 320px;
		margin: 0 40px 30px 0;
	}

}

.btnset-inner{
	display: flex;
	flex-direction: column;
	gap: 20px;
	@media screen and (min-width:768px){
		flex-direction: row;
		justify-content: center;
		gap: 60px;
	}

}

.btnset-inner img{
	max-width: 340px;
	margin: 0 auto;
	@media screen and (min-width:960px){
		max-width: 380px;

	}

}

/*sec02-------------------------------------*/
#sec02{
	padding: 50px 0 10px 0;
	position: relative;
	@media screen and (min-width:768px){
		padding: 100px 0 20px 0;
	}

}

.bg-gradient {
	background: linear-gradient(-90deg, #fcdd80, #76c18b, #6ccce2, #76c18b);
	background-size: 800% 800%;
	animation: GradientBackground 20s ease infinite;
}

@keyframes GradientBackground {
	0% {
	background-position: 0% 50%;
	}

	50% {
	background-position: 100% 50%;
	}

	100% {
	background-position: 0% 50%;
	}
}


.detail-container{
	position: relative;
	background-color: var(--color-bg2);
	padding: 15px;
	margin: 0 auto 50px auto;
	width: 90%;
	text-align: center;
	@media screen and (min-width:768px){
		width: 80%;
		max-width: 1000px;
		padding: 15px 60px 60px 60px;
		margin: 0 auto 70px auto;

	}
}

.detail-title{
	position: relative;
	margin: 0 auto 10px auto;
}


.detail-title2{
	position: relative;
	margin: 0 auto 70px auto;
}


.detail-title img,
.detail-title2 img{
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	width: auto;
	height: 90px;
	margin: 0 auto;
	@media screen and (min-width:768px){
		top: -60px;
		height: 130px;
	}
}

.detail{
	position: relative;
}

.sub-title,
.sub-title-border{
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 20px 0 0 0;
	@media screen and (min-width:768px){
		max-width: 800px;
		margin: 40px auto;
		padding: 40px 0 10px 0;
	}

}

.sub-title-border{
	border-top: 1px solid var(--color-main);
}



.img-photo img{
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.title-price{
	border:  1px solid var(--color-main);
	padding: 0.2em 0;
	margin: 1em auto;
	@media screen and (min-width:768px){
		padding: 10px 0;
		max-width: 800px;
	}

}
.plan-name{
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-main);
	@media screen and (min-width:768px){
		font-size: 2.6rem;
	}
}
.plan-notes{
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-main);
	@media screen and (min-width:768px){
		font-size: 1.8rem;
	}
}

.price-inner{
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 30px;
	margin: 15px 0;
	@media screen and (min-width:768px){
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-end;
		gap: 40px;
		margin: 30px 0;
	}

}



.price-detail img{
	width: 80%;
	@media screen and (min-width:768px){
		max-width: 420px;
		margin: 10px 0;
	}
}

.price-type{
	font-size: 1.8rem;
	font-weight: 700;
	@media screen and (min-width:768px){
		font-size: 1.8rem;
	}
}

.price{
	font-size: 2.8rem;
	font-weight: 700;
	@media screen and (min-width:768px){
		font-size: 3rem;
	}

}

.food-priod,
.art-priod{
	background-color:var(--color-bg3);
	margin: 20px auto;
	padding: 20px;
	@media screen and (min-width:768px){
		max-width: 800px;
		padding: 20px 40px;
		margin: 20px auto 30px;
	}

}

.food-priod dl,
.art-priod dl{
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
	@media screen and (min-width:520px){
		font-size: 1.8rem;
		display: flex;
		flex-wrap:wrap;
	}

}

.food-priod dt{
	@media screen and (min-width:520px){
		flex-basis: 6em;
	}
}

.food-priod dd{
	margin: 0 0 15px 0;
	@media screen and (min-width:520px){
		flex-basis: calc(100% - 6em);
	}
}

.art-priod dt{
	@media screen and (min-width:520px){
		flex-basis: 9em;
	}
}

.art-priod dd{
	margin: 0 0 15px 0;
	@media screen and (min-width:520px){
		flex-basis: calc(100% - 9em);
	}
}


#food-drink{/*内部リンクの位置合わせ用*/
	height: 20px;
}

.menu-detail1{
	display: flex;
	flex-direction: column;
	gap: 40px;
	@media screen and (min-width:768px){
		flex-direction: row;
		margin-bottom: 30px;
	}
}

.menu-detail2{
	display: flex;
	flex-direction: column;
	gap: 40px;
	@media screen and (min-width:768px){
		flex-direction: row;
		margin-bottom: 30px;
	}
}


/*.menu{
}*/

.menu img{
	width: 100%;
	margin: 20px 0 5px 0;
}



.menu-name{
	font-size: 1.9rem;
	font-weight: 700;
	@media screen and (min-width:768px){
	font-size: 1.8rem;
	}
}

.menu-price{
	font-size: 1.9rem;
	font-weight: 700;
	@media screen and (min-width:768px){
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}

.menu-notes{
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	display: inline-block;
}

.dirnk-detail{
	font-size: 1.4rem;
	width: auto;
	margin: 10px auto 0 auto;
	text-align: left;
	display: inline-block;
}

.art-photos{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0 auto;
	padding: 1em 0;
	@media screen and (min-width:768px){
		max-width: 800px;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		gap: 20px;
		padding: 0;
	}
}
.art-photos img{
	width: 100%;
}
.lyt-ph figure{
	position: relative;
	z-index: 1;
	padding: .5em;
	@media screen and (min-width:960px){
		margin-bottom: 30px;
		width: 47.5%;
	}
}
@media screen and (max-width:767px){
	.lyt-ph figure{
		max-width: 600px;
		margin: auto;
	}
}
.lyt-ph figure::before,
.lyt-ph figure::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 20px;
	border-top: 1.5px solid #5f6155;
	box-shadow: 0px -8px 10px -6px rgba(0, 0, 0, 0.3);
	background-color: var(--color-bg2);
	@media screen and (min-width:768px){
		width: 40px;
		height: 20px;
	}
}
.lyt-ph figure::before{
	left: -12px;
	top: 2px;
	transform: rotate(135deg);
	@media screen and (min-width:768px){
		left: -11px;
		top: -0px;
	}
}
.lyt-ph figure::after{
	right: -12px;
	bottom: 2px;
	transform: rotate(-45deg);
	@media screen and (min-width:768px){
		right: -12px;
		bottom: 0px;
	}
}
@media screen and (min-width:768px){
	.lyt-ph figure::before,
	.lyt-ph figure::after{
		width: 40px;
		height: 20px;
	}
	.lyt-ph figure::before{
		left: -11px;
		top: -0px;
	}
	.lyt-ph figure::after{
		right: -12px;
		bottom: 0px;
	}
}
/*
@media screen and (min-width:768px) and (max-width:959px){
	.lyt-ph figure + figure{ background-color: aqua;padding: 1em;}
}*/
/*sec03-------------------------------------*/
#sec03{
	position: relative;
	background-image: url(../img/bg_foot.png);
	background-repeat: repeat;
	margin: 0;
}

.induction{
	text-align: center;
	padding: 30px 0;
}

.induction-title{
	color: #FFF;
	font-weight: 500;
}

.induction-logo{
	width: 70%;
	height: auto;
	margin: 20px auto;
	@media screen and (min-width:768px){
		max-width: 340px;
		margin: 40px auto;
	}
}

.induction-url{
	color: #FFF;
	font-family: "Englebert", cursive;
	font-size: 2.6rem;
	text-decoration: none;
	@media screen and (min-width:768px){
		font-size: 3rem;
	}
}
a:hover .induction-url{
	text-decoration: underline;
}

.induction-copyright{
	color: #FFF;
	font-family: "Englebert", cursive;
	font-size: 1.6rem;
	@media screen and (min-width:768px){
			font-size: 1.8rem;
	}
}


/*footer-------------------------------------*/
footer{
	background-color: #047D77;
	color: #FFF;
	padding: 2em 1em;
	margin: 0;
}


.hotel-name{
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
	@media screen and (min-width:768px){
		font-size: 2.2rem;
	}
}

.sns-nameE{
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4;
	@media screen and (min-width:768px){
		font-size: 3rem;
	}
}

.sns-nameJ{
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
	@media screen and (min-width:768px){
		font-size: 2.2rem;
	}
}

.sns-ico-set{
	display: flex;
	gap:30px;
	justify-content: center;
	margin: 20px auto 30px auto;
}

.sns-ico-set img{
	width: 40px;
	height: auto;
	@media screen and (min-width:768px){
		width: 50px;
	}
}

.notes-foot{
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 auto;
	@media screen and (min-width:768px){
		font-size: 1.4rem;
		max-width:800px;
		text-align: center;
	}
}

.hotel-links{
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 20px 0 20px 0;
	@media screen and (min-width:768px){
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.hotel-links a{
	display: block;
	padding: 0 2em;
	color: #FFF;
	text-decoration: none;
	transition: .3s ease-in-out;
	margin: 5px 0;
	@media screen and (min-width:768px){
		margin: 0;
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
}


.hotel-links a:hover{
	color: var(--color-sub2);
	background-color: hsla(0,0%,100%,0.90);
}

.copyright{
	text-align: center;
	font-size: 1.2rem;
	@media screen and (min-width:768px){
			font-size: 1.2rem;
	}
}
