@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin: 0 auto 10px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	color: #333333;
	background-size: 100%;
	background-image: url(../images/bg.png);
	background-color: rgba(255, 255, 255, 0.8);
	background-blend-mode: lighten;
	background-repeat: repeat;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #CE3000;
	font-size: 110%;
	font-weight: bold;
}

.text_big {
	font-size: 140%;
	font-weight: 500;
	text-align: center;
	color: #333;
}

.text_orange {
	color: #E6A62E;
	font-size: 110%;
	font-weight: bold;
}

.text_pink {
	color: #E05866;
	font-size: 110%;
	font-weight: bold;
}

.text_green {
	color: #019D96;
	font-size: 110%;
	font-weight: bold;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

/* .attention {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
} */

 .marker {
	background: linear-gradient(transparent 70%, #ffd22c 70%);
} 
@media screen and (max-width: 759.9px) {
 .marker {
		background: linear-gradient(transparent 85%, #ffd22c 85%);
	} 
}
.deco {
	font-weight: normal;
	display: inline-block;
	padding: 0 30px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 15px auto;
	align-items: flex-end;
}

a.godetail {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	text-decoration: none;
	z-index: 10;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: #ffbf3f;
	transition: 0.3s;
}

a.godetail::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #ffda55;
	transition: 0.2s;
}

a.godetail:hover::before {
	top: 0;
	left: 0;
}

a.godetail:hover {
	color: #fff7dc;
	background-color: #f6a400;
	opacity: 1;
}

a.godetail.yado {
	background-color: #ffda55;
}

a.godetail.yado::before {
	border: 2px solid #ffbf3f;
}

/* a.godetail.yado:hover {
	color: #93446E;
	background-color: #ffffff;
} */

a.godetail.gray {
	background-color: rgba(180, 180, 180, 0.8);
	pointer-events: none;
	color: #666666;
}

a.godetail.gray::before {
	border: 2px solid #666666;
}

.slash span {
	display: inline-block;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 12px;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 50px;
	}

	.slash span {
		padding: 0 12px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 8px;
	}

	p.credit {
		bottom: 5px;
		right: 5%;
		padding: 0 5px;
		font-size: 10px;
	}

	.deco {
		padding: 0 20px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 10px;
		align-items: flex-end;
	}

	.mapimg {
		max-width: 90vw;
	}

}


/*--------.page_roof-------------*/
.page_roof img {
	object-fit: cover;
	width: 100%;
}

/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}

/*-------------ナビPC--------------*/
@media screen and (min-width: 760px) {
	#pageNav {
		background: #F7C431;
		width: 100%;
		z-index: 20;
		margin-bottom: 80px;
		padding: 0;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	}

	#pageNav ul a,
	#pageNav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	#pageNav ul {
		width: 100%;
		max-width: 950px;
		font-family: 'Noto Sans JP', sans-serif;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	#pageNav ul a {
		flex-grow: 1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
		width: 100%;
	}

	#pageNav ul a:first-child {
		background: url("../images/menu_line.svg") no-repeat center left,
			url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}

	#pageNav ul a li {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 120%;
	}

	#pageNav ul a.selected {
		background-color: #F7C431;
	}
}

/*--スマホNAV--*/
@media screen and (max-width: 759.9px) {
	#pageNav {
		margin-bottom: 50px;
	}

	.nav_btn.open {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #F3CD60;
		color: #FFFFFF;
	}

	.nav_btn.open:after {
		content: "▼ MENU ▼";
	}

	.nav_btn.close:after {
		content: "▲ 閉じる ▲";
	}

	#pageNav ul {
		display: none;
		width: 100%;
		z-index: 100;
		margin: 0;
		padding: 0;
		background: #F3CD60;
		color: #FFFFFF;
	}

	#pageNav ul a,
	#pageNav ul a:hover {
		color: inherit;
		text-decoration: none !important;
	}

	#pageNav ul a {
		width: 100%;
	}

	#pageNav ul a li {
		font-size: 120%;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
	}
}
/*-------------PR--------------*/
#pr {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 40px;
	background: url("../images/bg_pr.jpg") no-repeat center;
	background-size: cover;
	padding: 20px;
	font-family: "Yusei Magic", sans-serif;
}
#pr .inner {
	background: rgba(255,255,255,0.6);
	padding: 20px 10px 30px;
	border-radius: 20px;
}
#pr p {
	font-size: 120%;
	text-align: center;
	padding: 10px;
}
#pr .movie_sample .comingsoon{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	display: flex;
	text-justify: inter-character;
	align-items: center;
	color: #B30A0A;
	font-size: 200%;
	margin: 0 auto 10px;
	justify-content: center;
}
#pr .comingsoon span{
	padding: 0 20px;
	border: 2px solid #B30A0A;
	background: rgba(255,255,255,0.6);
	transform: rotate(-10deg);
}
@media screen and (min-width: 760px) {
	#pr .movie_wrap{
		display: flex;
		justify-content: center;
		margin: 10px 0;
		gap:2%;	
	}
	#pr .movie_jump{
		width: 100%;
		text-align: center;
		position: relative;
		display: flex;
		justify-content: center;
		gap:3%;
	}
	#pr .movie_wrap img{
		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	}
	#pr .movie_jump a,
	#pr .movie_jump a img{
		width: 100%;
	}
}
@media screen and (max-width: 759.9px) {
	#pr .movie_wrap{
		display: block;
		margin: 10px 0 0;
	}
	#pr .movie_jump{
		width: 96%;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:4%;
		margin: 0 auto;
	}
	#pr .movie_wrap img{
		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	}
	#pr .movie_jump a{
		width: 48%;
		margin-bottom: 20px;
	}
	#pr .movie_jump a img{
		width: 100%;
	}
}

@media screen and (max-width: 759.9px) {
	#pr {
		padding: 15px;
	}
	#pr .inner {
		padding: 15px 5px;
		border-radius: 15px;
	}
	#pr p {
		font-size: 110%;
		text-align: left;
	}
	#pr .comingsoon {
		font-size: 200%;
	}
	#pr .comingsoon span{
		padding: 0 15px;
	}
}
/*-------------influencers--------------*/
#influencers {
	margin-bottom: 40px;
}
#influencers .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	/*background: #FFFFFF;
	border: 1px solid #000;*/
	padding: 20px 20px;
}
#influencers h2{
	text-align: center;
	font-size: 200%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	margin-bottom: 20px;
}
#influencers .tabi_unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:2%;
}
#influencers .tabi_unit .tabibox{
	width: 48%;
	border: 1px solid #CCC;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	padding: 20px;
}
.tabibox h3{
	display: flex;
	justify-content:center;
	align-items: center;
	gap:5px;
	font-size: 140%;
	font-weight: normal !important;
	margin-bottom: 20px;
	text-align: center;
}
.tabibox h3::before,
.tabibox h3::after{
  content: "";
  height: 1px; /* 線の太さ */
  background: #000; /* 線の色 */
	width: 50px;
}

.tabibox dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.tabibox dl dt{
	width: 40%;
}
.tabibox .insta{
	background: url("../images/instagram_logo.png") no-repeat top left;
	background-size: 50px auto;
	padding: 0 0 0 60px;
}

.tabibox dl dd{
	width: 56%;
}

.tabibox dl dt img{
	width: 100%;
}
.tabibox h4{
	font-size: 110%;
	text-align: center;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 759.9px) {
	#influencers h2{
		font-size: 140%;
	}
	#influencers .tabi_unit {
		display: block;
	}
	#influencers .tabi_unit .tabibox{
		width: 100%;
		margin-bottom: 20px;
	}
	.tabibox h3{
		font-size: 110%;
		margin-bottom: 15px;
	}
	.tabibox h3::before,
	.tabibox h3::after{
		width: 30px;
	}
	.tabibox dl dt{
		width: 40%;
	}
	.tabibox .insta{
		background: url("../images/instagram_logo.png") no-repeat top left;
		background-size: auto 45px;
		padding: 50px 0 0 0;
	}
	.tabibox dl dd{
		width: 55%;
	}
	.tabibox h4{
		font-size: 110%;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	/* max-width: 1100px; */
	margin: 100px auto;
}

.pageContent .inner {
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
}

.section_blue {
	background-color: #EFF8FC;
	width: 100vw;
}

.pageContent h2 {
	margin: 60px auto 20px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 380%;
	line-height: 140%;
	display: flex;
	text-align: center;
	align-items: center;
	/* 垂直中心 */
	justify-content: center;
	/* 水平中心 */
	position: relative;
}

.wave img {
	margin-bottom: 30px;
}


@media screen and (max-width: 759.9px) {
	.pageContent {
		width: 100%;
		margin: 50px auto;
	}

	.pageContent .inner {
		width: 96%;
	}

	.pageContent h2 {
		font-size: 300%;
		margin: 60px auto 20px;
	}

	.pageContent h2::before {
		width: 70px;
		height: 100%;
	}

	.pageContent h2::after {
		width: 70px;
		height: 100%;
	}

	.wave img {
		width: 200%;
		margin-bottom: 20px;
	}

}

/*---------- top ----------*/

.toplead {
	/* max-width: 50em; */
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 30px;
}

.topinfo_title {
	font-size: 200%;
	text-align: center;
	margin: 0px 0 20px;
}

.info_list {
	display: grid;
}

.info_list ul {
	margin: 0 5px 0 20px;
	justify-self: center;
}

.info_list ul li {
	text-indent: -1.5em;
	font-size: 100%;
	line-height: 150%;
}

.nomal-color {
	color: #333333;
}

.bg_white {
	background-color: #fff;
	padding: 40px 15px;
}

@media screen and (max-width: 759.9px) {
	.toplead {
		max-width: 90%;
		text-align: center;
		margin: 30px auto;
	}

	.topinfo_title {
		margin: -20px 0 20px;
	}

	.info_list {
		margin: 0 10px;
	}
}

/*------------- hotelbox --------------*/


.hotel_wrap {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.box_orange {
	background-color: #FDF7EB;
}

.box_pink {
	background-color: #FFF7F8;
}

.box_green {
	background-color: #F0F7F7;
}

.box_orange .useplace_menu {
	background: #E6A62E;
}

.box_pink .useplace_menu {
	background: #E05866;
}

.box_green .useplace_menu {
	background: #019D96;
}

.hotel_box {
	max-width: 290px;
	min-width: 250px;
	position: relative;
	border-radius: 15px;
	box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.2);
	margin: 20px 5px;
}

.hotel_box a {
	color: #333333;
}

.hotel_box:hover {
	transform: translateY(2px);
}

.hotel_name {
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	height: 60px;
	margin: 10px;
	display: grid;
	align-items: center;
	line-height: 120%;
}

.hotel_box .photo {
	max-width: 300px;
	position: relative;
	/* top: 40px; */
}

.hotel_box p {
	margin: 15px 20px;
	text-align: center;
}
.useplace {
	margin: 0px 20px 30px;
	/* border-top: 0.5px solid #000; */
}

.useplace_menu {
	margin: 8px 0 px;
	font-size: 110%;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	padding: 5px;
}

.useplace dl {
	display: flex;
	border-bottom: 0.51px solid #000;
	font-weight: 600;
}

.useplace dt {
	width: 70%;
	text-align: center;
	margin: 10px 0;
}

.useplace dd {
	width: 30%;
	text-align: center;
	margin: 10px 0;
}
.useplace p {
	width: fit-content;
	font-size: 90%;
	text-align: left;
	margin:10px auto 0;
	background:rgba(255,210,44,0.4);
}


@media screen and (max-width: 759.9px) {
	.hotel_box {
		max-width: 48%;
		min-width: 48%;
		border-radius: 15px;
		box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
		margin: 15px 3px;
	}

	.hotel_name {
		font-size: 130%;
		height: 50px;
		line-height: 130%;
	}

	.hotel_box p {
		margin: 12px 7px;
		line-height: 130%;
		font-size: 90%;
		text-align: left;
	}
	.hotel_box p br{
		display: none;
	}
	.useplace dt {
		font-size: 90%;
	}

	.useplace {
		margin: 0px 15px 20px;
		border-top: 0.5px solid #000;
	}
	.useplace p {
		font-size: 90%;
		text-indent: -1em;
		padding-left: 1em;
	}
}

/*------------- about --------------*/

.about {
	display: grid;
}

.about p {
	font-weight: 400;
	justify-self: center;
}

.about_red {
	background-color: #AD0000;
	padding: 10px 30px;
	color: #fff;
	margin: 30px auto 0;
	display: grid;
	max-width: 900px;
}

.about_redinner {
	justify-self: center;
}

.about dl {
	margin: 3px;
	display: flex;
}

.about dl dt {
	margin-right: 15px;
}

@media screen and (max-width: 759.9px) {
	.about dl {
		margin: 10px;
		display: block;
		line-height: 130%;
	}
}

/*-------------予約--------------*/
.yoyakuContent .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}

.yoyakuContent .inner h2 {
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
}

.yoyaku_unit {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px auto 50px;
}

.yoyaku_unit a.godetail {
	width: 28%;
	margin: 2%;
}
/*-----------施設ボックス内--予約--------------*/
.hotel_box .yoyaku_unit{
	width: 90%;
	display: block;
	margin: 0 auto 20px;
}
.hotel_box .yoyaku_unit a.godetail {
	width: 100%;
	margin: 0 0 10px;
	height: auto;
	min-height: 40px;
	padding: 5px 0;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit {
		margin: 2%;
	}

	.yoyakuContent .inner {
		margin: 50px auto 0px;
	}

	.yoyaku_unit a.godetail {
		width: 75%;
		margin: 0 auto 20px;
	}
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img {
	width: 100%;
}

/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet {
	opacity: 0.6;
}

/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
	bottom: 5px;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
	background: #FFFFFF;
}