@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
}

#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: #FF1010;
}

.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 {
	font-size: 90%;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}

a.godetail {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	text-align: center;
	text-decoration: none;
	/*background: #00A99D;*/
	background: #00adff;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #fef6ab;
	transition: 0.2s;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 45px;
		font-size: 90%;
		box-shadow: 3px 3px 0 #fef6ab;
	}
}

a.godetail:hover {
	text-decoration: none;
	background-color: #81d6f7;
	box-shadow: none;
	opacity: 1;
	transform: translateX(5px) translateY(5px);
}

a.godetail.gray {
	background-color: #9C9C9C;
	box-shadow: none;
	pointer-events: none;
}

a.godetail.gray:hover {
	transform: none;
}

.deco {
	font-weight: normal;
	display: inline-block;
	padding: 0 15px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 10px auto;
}

@media screen and (max-width: 759.9px) {
	.deco {
		display: inline-block;
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 10px;
	}
}

p.credit {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	background: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
}

p.credit.bottom {
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 10px;
}

/*--------#page_roof-------------*/
#page_roof {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

#page_roof ul {
	width: 100%;
	height: auto;
	display: flex;
	/*opacity: 0.7;*/
}

#page_roof ul li {
	width: 50%;
	height: auto;
}

#page_roof ul li img {
	width: 100%;
	aspect-ratio: 9 / 6;
	object-fit: cover;
}

#page_roof .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#page_roof h2 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#page_roof h2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 759.9px) {
	#page_roof ul {
		width: 100%;
		flex-direction: column;
	}

	#page_roof ul li {
		width: 100%;
		height: 30vh;
	}

	#page_roof ul li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#page_roof .inner::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/toplogo_sp_top.png")no-repeat top right,
			url("../images/toplogo_sp_bottom.png")no-repeat bottom left;
		background-size: auto 30%, auto 30%;
	}

}

/*------------#page_toplead--------------*/
#page_toplead {
	margin-bottom: 30px;
}

#page_toplead .lead {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 30px;
	text-align: center;
}

#page_toplead .lead h2 {
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
	line-height: 2;
}

#page_toplead .lead>p {
	color: #0ab1d4;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}

#page_toplead .kikan_wrap {
	border: 2px solid #E60012;
	width: fit-content;
	padding: 20px;
	margin: 0 auto;
}

#page_toplead p.kikan {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 140%;
	margin: 0 auto 15px;
}

#page_toplead p.kikan span {
	background: #E60012;
	color: #FFFFFF;
	padding: 0 15px 3px;
	border-radius: 15px;
	font-size: 90%;
}

#page_toplead p.attention {
	font-size: 110%;
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}

@media screen and (max-width: 759.9px) {
	#page_toplead {
		margin-bottom: 20px;
	}

	#page_toplead .lead h2 {
		font-size: 120%;
	}

	#page_toplead .lead p {
		font-size: 120%;
	}

	#page_toplead .kikan_wrap {
		border: 1px solid #ff7100;
		width: fit-content;
		padding: 10px 20px;
		margin: 0 auto;
	}

	#page_toplead p.kikan {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
		font-size: 120%;
		margin: 0 auto;
	}

	#page_toplead p.kikan span {
		padding: 0 10px 2px;
	}

	#page_toplead p.attention {
		font-size: 90%;
	}

}

/*-------------about--------------*/
#about {
	margin-bottom: 30px;
}

#about dl {
	width: 90%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	border: 6px dotted #0ab1d4;
	padding: 15px;
}

#about dl dt {
	width: 50%;
}

#about dl dt ul {
	width: 100%;
	display: flex;
}

#about dl dt ul li {
	width: 25%;
	position: relative;
	height: 100px;
	overflow: hidden;
}

#about dl dt ul li p.name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	z-index: 1;
}

#about dl dt img {
	width: 100%;
	box-shadow: 10px 10px #fffceb;
}

#about dl dd {
	width: 50%;
	display: flex;
	flex-direction: column;
}

#about dl dd h2 {
	font-size: 140%;
	margin-bottom: 10px;
	color: #0ab1d4;
}

#about dl#asobiba img.logo {
	margin: 10px auto 0;
	width: 50%;
}

#about dl#highlandpark img.logo {
	margin: auto auto 0 0;
	width: 200px;
}

@media screen and (max-width: 759.9px) {
	#about dl {
		width: 80%;
		margin: 0 auto 60px;
		flex-direction: column;
		border: 3px dotted #0ab1d4;
		gap: 10px;
		padding: 10px;
	}

	#about dl dd h2 {
		font-size: 120%;
		margin-bottom: 10px;
	}

	#about dl dd p {
		margin-bottom: 10px;
	}

	#about dl dt,
	#about dl dd {
		width: 100%;
	}

	#about dl#asobiba img.logo {
		width: 60%;
	}
}

/*------------外部サイト--------------*/

a.jumpsite {
	width: fit-content;
	padding: 0 20px 2px;
	border-radius: 20px;
	border: solid 2px #ff7100;
	font-size: 100%;
	margin-top: 10px;
	color: inherit;
}

a.jumpsite i {
	margin-left: 0.2em;
	color: #ff7100;
}

a.jumpsite:hover {
	color: #FFFFFF;
	background: #ff7100;
	opacity: 1;
}

a.jumpsite:hover i {
	color: #FFFFFF;
}

/*-------------ナビPC--------------*/
#pageNav {
	background: #00b3ed;
	width: 100%;
	z-index: 20;
	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;
	ma*/
	rgin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

#pageNav ul a {
	height: 70px;
	background: url("../images/menu_line.svg") no-repeat center right;
	background-size: 1px;
}

#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: 110%;
}


/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	padding: 50px 0;
}

.pageContent .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 759.9px) {
	.pageContent {
		width: 100%;
		padding: 30px 0;
	}
}

.ribbon {
	width: fit-content;
	height: 120px;
	background: url("../images/ribbon_center.png") repeat-x center;
	background-size: auto 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 180%;
	margin: 0 auto 20px;
	padding: 0 40px 0.2em;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	color: #fff;
	position: relative;
}

.ribbon::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120px;
	background: url("../images/ribbon_left.png") no-repeat left center;
	background-size: auto 100%;
	width: 125px;
	height: 100%;
}

.ribbon::after {
	content: "";
	position: absolute;
	top: 0;
	right: -120px;
	background: url("../images/ribbon_right.png") no-repeat right center;
	background-size: auto 100%;
	width: 125px;
	height: 100%;
}

@media screen and (max-width: 759.9px) {
	.ribbon {
		height: 90px;
		font-size: 140%;
		margin: 20px auto;
		padding: 0 10px 5px;
	}

	.ribbon::before {
		left: -70px;
		width: 75px;
		height: 100%;
	}

	.ribbon::after {
		right: -70px;
		width: 75px;
		height: 100%;
	}
}


/*-------------キャンペーン-------------*/
.campaign {
	padding: 4em 1.5em;
	background-color: #30c4ff;
	background-image: radial-gradient(#bdefff 20%, transparent 15%), radial-gradient(#fff 20%, transparent 15%);
	background-position: 0 0, 100px 100px;
	background-size: 40px 40px;
}

.campaign .inner {
	background-color: rgb(255 255 255 / 0.8);
	border-radius: 80px;
	padding: 20px 0;
}

@media screen and (max-width: 759.9px) {
	.campaign .inner {
		border-radius: 30px;
		padding: 20px 0;
	}
}

.campaign ul.info {
	width: fit-content;
	margin: 30px auto 20px;
	/* border: 1px solid #000; */
	padding: 0px;
}

.campaign ul.info li {
	font-size: 180%;
	font-weight: 600;
	color: #0089bc;
	margin: 0 0 5px 0;
}

@media screen and (max-width: 759.9px) {
	.campaign ul.info {
		width: fit-content;
		margin: 20px auto 15px;
	}

	.campaign ul.info li {
		font-size: 140%;
		margin: 0 0 5px 0;
	}
}

.event_title_display {
	margin-bottom: 20px;
	position: relative;
}

.event_title_display h3.passset {
	width: fit-content;
	margin-bottom: 5px;
	font-size: 140%;
	background: #ff7100;
	color: #FFFFFF;
	padding: 5px 20px 7px;
	border-radius: 30px;
}

.event_title {
	font-size: 230%;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #0089bc;
	line-height: 1.4;
}

.event_title .small {
	width: fit-content;
	color: #FFFFFF;
	background: #E60012;
	padding: 0 20px 4px 20px;
	border-radius: 10px;
	display: block;
	margin-bottom: 10px;
	font-size: 80%;
}

@media screen and (max-width: 759.9px) {
	.event_title_display h3.passset {
		font-size: 100%;
		padding: 2px 20px 4px;
		border-radius: 20px;
	}

	.event_title {
		font-size: 140%;
	}

	.event_title .small {
		display: block;
		font-size: 90%;
		padding: 0 5px 4px;
		margin-bottom: 5px;
		text-align: center;
	}
}

.event {
	width: 87%;
	position: relative;
	padding: 1em 3em 2em;
	margin: 1em auto;
	border-radius: 10px;
	background-color: #ffffff;
	color: #444;
	z-index: 1;
}

.event::before,
.event::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.event::before {
	background-color: rgb(174 223 255 / 60%);
	left: 0;
	top: 0;
	z-index: -99;
	border-radius: 10px;
}

.event::after {
	background-color: #fffceb;
	/*ズレている方の背景色*/
	top: 10px;
	left: 10px;
	z-index: -100;
	border-radius: 10px;
}

.event dl {
	width: 100%;
	display: flex;
	position: relative;
	gap: 20px;
}

.event dl dt {
	width: 50%;
	position: relative;
}

.event dt img {
	width: 100%;
}

.event dl dd {
	width: 45%;
	padding-top: 10px;
}

.event dl dd p {
	font-size: 120%;
	font-family: "Yusei Magic", sans-serif;
}

.event .caution {
	margin-top: 20px;
	font-size: 100%;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px 20px 5px 20px;
}

.event .caution ul {
	margin-top: 10px;
	font-size: 100%;
	padding-left: 1em;
}

.event .caution ul li i {
	font-size: 90%;
	margin-right: 0.2em;
}

.event .caution ul li {
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	position: relative;
}

.event .caution ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
}

@media screen and (max-width: 759.9px) {
	.event {
		width: 87%;
		position: relative;
		padding: 1em 1.5em;
		margin: 1em auto;
		border-radius: 10px;
	}

	.event dl {
		display: flex;
		position: relative;
		flex-direction: column;
		gap: 10px;
	}

	.event dl dt {
		width: 100%;
	}

	.event dl dd {
		width: 100%;
		padding-top: 0;
	}

	.event dl dd p {
		font-size: 100%;
	}

	.event .caution ul {
		font-size: 90%;
		padding: 5px;
	}

	.event .caution {
		margin-top: 20px;
		font-size: 100%;
		background: rgba(255, 255, 255, 0.6);
		padding: 10px 10px 5px 10px;
	}

}

/*----ご案内（コメントアウト）----*/
.caution_wrap {
	font-size: 100%;
	margin: 20px auto;
}

.caution_wrap h2 {
	margin: 0 auto -20px;
	padding: 0 30px;
	position: relative;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: fit-content;
	background: #ffb800;
	border-radius: 20px;
	font-size: 140%;
	z-index: 10;
}

.caution_wrap .caution {
	/*text-indent: -1em;
	margin-left: 1em;*/
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 35px 0 20px;
	position: relative;
	z-index: 0;
	border-radius: 15px;
	box-shadow: 4px 4px 6px rgb(77 148 166 / 40%), -4px -4px 6px rgb(58 137 182 / 40%);
}

.caution_wrap .caution::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	background: #f9feff;
	border-radius: 10px;
	z-index: 1;
}

.caution_wrap .caution p {
	width: 85%;
	margin: 0 auto 20px;
	position: relative;
	z-index: 2;
}

.caution_wrap .caution h3 {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.caution_wrap .caution ul {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.caution_wrap .caution li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
	font-size: 100%;
}

/*-------------予約 --------------*/
.yoyaku {
	text-align: center;
	margin-bottom: 20px;
}

.yoyaku p {
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}

.yoyaku h3.passset {
	width: fit-content;
	margin: 0 auto 30px;
	font-size: 140%;
	background: #ff7100;
	color: #FFFFFF;
	padding: 5px 20px 7px;
	border-radius: 30px;
}

.yoyaku_unit {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

.yoyaku_unit a {
	width: 35%;
	margin: 0 2% 10px;
}

.yoyaku_caution {
	width: fit-content;
	margin: 0 auto;
}

.yoyaku_caution p {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 120%;
	margin-bottom: 10px;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit {
		/* justify-content: space-between; */
		width: 95%;
		margin: 0 auto;
	}

	.yoyaku h3.passset {
		font-size: 120%
	}

	.yoyaku p {
		font-size: 120%;
	}

	.yoyaku_unit a {
		width: 46%;
		margin-bottom: 20px;
	}

	.yoyaku_caution {
		width: 80%;
	}

	.yoyaku_caution p {
		font-size: 100%;
	}
}



/*-----202305 ホテルボックス追加------------------*/
#hotels {
	background-color: #fffceb;
}

#hotels h2 {
	text-align: center;
	font-size: 180%;
	margin-bottom: 20px;
}

.hotel_unit {
	display: flex;
	flex-wrap: wrap;
}

.hotelbox {
	width: 48%;
	margin: 0 1% 20px;
	border: 1px solid #CCCCCC;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
}

.hotelbox .name_icon {
	position: relative;
}

#hotels .iconinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: -20px auto 20px;
}

#hotels .iconinfo .icon {
	width: 100px;
}

#hotels .iconinfo .icon img {
	width: 100%;
}

.hotelbox .name_icon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.hotelbox .name_icon .icon img {
	width: 100px;
}

.hotelbox h3 {
	font-size: 130%;
	text-align: center;
	padding: 0 10px;
	flex-grow: 1;
}

.hotelbox .photo {
	width: 100%;
	margin-bottom: 10px;
}

.hotelbox .photo img {
	width: 100%;
}

.hotelbox p {
	font-size: 110%;
	margin: 10px 10px 15px;
}

.hotelbox .tokuten {
	font-size: 120%;
	text-align: center;
	margin-bottom: 15px;
}

.hotelbox .yoyaku_unit {
	margin: auto auto 0;
	width: 95%;
	justify-content: space-between;
}

.hotelbox .yoyaku_unit a {
	width: 45%;
	margin-bottom: 10px;
	height: 40px;
}

@media screen and (max-width: 759.9px) {
	.hotelbox {
		width: 90%;
		margin: 0 auto 20px;
	}

	.hotelbox h3 {
		font-size: 120%;
	}

	.hotelbox p {
		font-size: 100%;
		margin: 10px 10px 15px;
	}

	.hotelbox .tokuten {
		font-size: 110%;
	}
}

/*-------------other--------------*/
#other {
	width: 80%;
	max-width: 850px;
	margin: 0 auto 40px;
	padding: 35px 0 20px;
	position: relative;
	z-index: 0;
	border-radius: 15px;
	box-shadow: 4px 4px 6px rgb(77 148 166 / 40%), -4px -4px 6px rgb(58 137 182 / 40%);
	background: #f9feff;
}

#other h3 {
	margin-top: -100px;
	z-index: 2;
}

#other::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	background: #FFFFFF;
	border-radius: 10px;
	z-index: 1;
}

#other .inner {
	z-index: 2;
	padding: 0 10px;
}

#other p {
	font-size: 120%;
	text-align: center;
	margin-bottom: 20px;
}

#other p.more {
	margin-top: 40px;
}

#other p.more span {
	background: #ff7100;
	color: #FFFFFF;
	padding: 0 20px 2px;
	border-radius: 20px;
	margin-right: 5px;
}

@media screen and (max-width: 759.9px) {
	#other p {
		font-size: 110%;
	}

	#other p.more span {
		width: fit-content;
		display: block;
		padding: 5px 20px;
		border-radius: 20px;
		margin: 0 auto 5px;
		line-height: 1.4;
	}
}

/*-----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;
}

.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

@media screen and (max-width: 759.9px) {

	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after {
		font-size: 15px;
	}
}

/*-----トップswiper--------------*/
.swiper-container.top {
	width: 100%;
	height: 100%;
}