@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://use.fontawesome.com/releases/v5.6.3/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: #FA5700;
}

.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;
	margin-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;*/
	bottom: 10px;
	right: 10px;
	text-align: right;
	background: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
}

/*--------#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%;
	height: auto;
}

#page_roof .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#page_roof h2 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#page_roof h2 img {
	width: 100%;
	height: 90%;
	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: 22vh;
	}

	#page_roof ul li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/*------------#page_toplead--------------*/
#page_toplead {
	margin-bottom: 30px;
}

#page_toplead .lead {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 30px;
	font-size: 140%;
	text-align: center;
}

#page_toplead .lead span {
	color: #0ab1d4;
	font-weight: 600;
	font-size: 130%;
}

@media screen and (max-width: 759.9px) {
	#page_toplead .lead {
		margin: 0 auto 20px;
		font-size: 120%;
	}
}

/*------------気温比較--------------*/
#temperature {
	margin-bottom: 50px;
}

#temperature .inner {
	width: 98%;
	max-width: 950px;
	margin: 0 auto 30px;
}

#temperature h2 {
	font-size: 140%;
	text-align: center;
}

#temperature .inner>p {
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px;
}

#temperature .source {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	font-size: 100%;
	margin-bottom: 20px;
}

#chart_wrap {
	width: 100%;
	position: relative;
}

#myChart {
	width: 100%;
}

#chart_wrap p {
	font-size: 100%;
	background: rgba(255, 255, 255, 0.6);
	width: 140px;
	text-align: right;
}

#data1 {
	position: absolute;
	bottom: 42%;
	left: -50px;
	color: #ff8a8a;
}

#data2 {
	position: absolute;
	bottom: 20%;
	left: -50px;
	color: #ffc18c;
}

#data3 {
	position: absolute;
	bottom: 28%;
	left: -50px;
	color: #4b9fff;
}

#data4 {
	position: absolute;
	bottom: 8%;
	left: -50px;
	color: #6fc8f1;
}

@media screen and (max-width: 759.9px) {
	#temperature {
		margin-bottom: 30px;
	}

	#chart_wrap p {
		display: none;
	}

	#myChart {
		width: 100%;
		height: 300px;
	}

}

/*-------------ナビ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;
	margin: 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;
	flex-grow: 1;
}

#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 {
	background: url("../images/midashi_bg.png") no-repeat center;
	background-size: contain;
	text-align: center;
	font-size: 240%;
	margin: 20px auto;
	height: 130px;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	line-height: 110%;
	padding: 15px 0 0 0;
}

.small {
	font-size: 70%;
}

@media screen and (max-width: 759.9px) {
	.ribbon {
		background: url("../images/midashi2_bg.png") no-repeat center;
		background-size: contain;
		font-size: 180%;
		line-height: 120%;
		padding: 15px 0 0 0;
	}

	.small {
		font-size: 70%;
	}
}


/*-------------キャンペーン-------------*/
#campaign {
	padding: 2em 1.5em 7em;
	margin: 2em 0;
	background: #30c4ffce;
	/*背景色*/
	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_infobox {
	background-color: rgb(255 255 255 / 0.8);
	border-radius: 80px;
	padding: 40px 0 10px;
}

.lead {
	text-align: center;
	font-size: 150%;
	font-weight: 600;
	color: #444;
}

#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;
}

.event_box {
	width: 87%;
	/* height: 400px; */
	position: relative;
	padding: 1em 3em 2em;
	margin: 4em auto;
	border-radius: 10px;
	background-color: #ffffff;
	color: #444;
	z-index: 1;
}

.event_box::before,
.event_box::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.event_box::before {
	background-color: rgb(174 223 255 / 60%);
	left: 0;
	top: 0;
	z-index: -99;
	border-radius: 10px;
}

.event_box::after {
	background-color: #fffceb;
	/*ズレている方の背景色*/
	top: 10px;
	left: 10px;
	z-index: -100;
	border-radius: 10px;
}

/* 図形と文字全体を囲うタグ */
.shape-wrapper {
	/* margin: 10px auto; */
	width: 50px;
	height: 50px;
	position: relative;
	top: -25px;
	left: -60px;
}

/* 文字のスタイル */
.shape-text {
	position: absolute;
	/* width: 100%;
	height: 100%; */
	top: 20px;
	left: 15px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 110%;
	color: #ff7100;
}

/* 不定形図形 */
.shape-1 {
	width: 100px;
	height: 100px;
	background-color: rgb(255, 248, 110);
	border-radius: 80% 55% 46% 45% / 60% 60% 70% 60%;
	box-shadow: 0px 0px 20px rgb(200, 210, 100);

	/* 回転アニメーション設定 */
	animation: 8s linear infinite rotation1;
}

/* 回転アニメーション設定 */
@keyframes rotation1 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.number {
	font-size: 220%;
}

.event_title_display {
	display: flex;
	margin-bottom: 20px;
}

.event_title {
	font-size: 230%;
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5px auto 10px;
	color: #0089bc;
}

.event_box dl {
	display: flex;
	position: relative;
	font-size: 110%;
}

.event_box dl dt {
	width: 50%;
	position: relative;
	margin: 0 0 0 20px;
}

.event_box dl dd {
	width: 45%;
	position: relative;
	/* vertical-align: bottom;
	width: stretch; */
	justify-content: center;
	align-items: center;
}

.event_attention {
	font-size: 110%;

	margin-bottom: 60px;
}

.event_attention h2 {
	margin: 0 auto -20px;
	position: relative;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 25vw;
	background: #ffb800;
	border-radius: 20px;
	font-size: 140%;
	z-index: 10;
}

.caution {
	text-indent: -1em;
	margin-left: 1em;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: url("../images/bg_dot.png")repeat #FFFFFF; */
	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::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	background: #f9feff;
	border-radius: 10px;
	z-index: 1;
}

.caution ul {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.caution li {
	text-indent: -1em;
	margin-left: 1rem;
	margin-bottom: 5px;
	font-size: 100%;
}

#campaign img {
	object-fit: cover;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 759.9px) {
	.campaign_infobox {
		border-radius: 40px;
		padding: 20px 0 10px;
	}

	#campaign .lead {
		margin: 20px;
		text-align: left;
	}

	#campaign ul.info {
		width: fit-content;
		margin: 0 14px 10px;
		/* border: 1px solid #000; */
		padding: 0px;
	}

	.event_title {
		font-size: 200%;
		margin: 5px auto 10px;
	}

	.event_title_display {
		display: block;
		margin-bottom: 20px;
	}

	.event_box {
		width: 87%;
		/* height: 400px; */
		position: relative;
		padding: 1em 1em 2em;
		margin: 4em auto;
		border-radius: 10px;
		z-index: 1;
	}

	.event_box dl {
		display: block;
		/* position: relative;
	font-size: 110%; */
	}

	/* 図形と文字全体を囲うタグ */
	.shape-wrapper {
		top: -50px;
		left: -40px;
	}

	.event_box dl {
		display: block;
		/* position: relative;
	font-size: 110%; */
	}

	.event_box dl dt {
		width: 100%;
		/* position: relative; */
		margin: 15px auto 0;
	}

	.event_box dl dd {
		width: 100%;
		/* position: relative; */
		/* vertical-align: bottom;
	width: stretch; */
		/* justify-content: center;
	align-items: center; */
	}

	#campaign img {
		object-fit: cover;
		max-width: 100%;
		height: auto;
	}

}


/*-------------予約 --------------*/
.yoyaku {
	text-align: center;
	margin-bottom: 30px;
}

.yoyaku p {
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}

.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% 20px;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit {
		justify-content: space-between;
		width: 95%;
		margin: 0 auto;
	}

	.yoyaku_unit a {
		width: 46%;
		margin-bottom: 20px;
	}
}

/*------------那須塩原を満喫-------------*/

#enjoy {
	background-color: #e1f5ff;
}

#enjoy h2 {
	text-align: center;
	font-size: 200%;
	margin: 40px 0 30px;
}

#enjoy .inner>p {
	text-align: center;
	font-size: 160%;
	margin-bottom: 20px;
}

/* #enjoy h3 {
	text-align: center;
	font-size: 160%;
	margin-bottom: 30px;
} */

#enjoy .lead {
	margin: 0 15px 20px;
}

#enjoy .lead p {
	text-align: center;
	font-size: 120%;
}

#enjoy ul.info {
	width: fit-content;
	margin: 0 auto 30px;
	border: 1px solid #000;
	padding: 20px;
}


/*---------- .spotbox----------*/

.spotbox {
	width: 100%;
	display: flex;
	position: relative;
	/* border: 2px solid #CCCCCC; */
}

.spotbox dt.photo {
	width: 50%;
	position: relative;
}

.spotbox dt.photo img {
	width: 100%;
}

.spotbox dd {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #f2fbff;
}

.spotbox h4 {
	font-size: 140%;
}

.spotbox .comment {
	padding: 10px 20px;
}

.spotbox .comment p {
	font-size: 120%;
}

@media screen and (max-width: 759.9px) {
	.spotbox {
		width: 90%;
		display: block;
		margin: 0 auto;
	}

	.spotbox dt.photo {
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}

	.spotbox dd {
		width: 100%;
		display: block;
	}

	.spotbox h4 {
		font-size: 120%;
		text-align: center;
	}

	.spotbox .comment {
		padding: 10px;
	}

	.spotbox .comment p {
		font-size: 110%;
	}
}

/*-----202305 ホテルボックス追加------------------*/
#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);
	padding: 10px 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
}

.hotelbox h3 {
	font-size: 130%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.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%;
	}
}

/*-----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 -----------------*/
.parent_wrapper {
	width: 110%;
	margin: 0 -5%;
	position: relative;
}

.swiper-container.parent {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.swiper-container.parent .swiper-slide {
	height: auto;
}

.swiper-container.parent .swiper-slide img {
	width: 100%;
}

.swiper-button-prev.parent::after,
.swiper-button-next.parent::after {
	display: none;
}

.swiper-button-prev.parent,
.swiper-button-next.parent {
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	color: #333333;
	z-index: 20;
	padding-bottom: 30px;
}

.swiper-button-prev.parent {
	left: 0;
}

.swiper-button-next.parent {
	right: 0;
}

.swiper-pagination.parent .swiper-pagination-bullet {
	border-radius: inherit;
	margin: 0 5px !important;
	width: 54px;
	height: 5px;
	background: #ADADAD;
	opacity: 0.4;
}

.swiper-pagination.parent .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}


@media screen and (max-width: 759.9px) {
	.parent_wrapper {
		width: 100%;
		margin: 0;
	}

	.swiper-button-prev.parent,
	.swiper-button-next.parent {
		font-size: 20px;
	}

	.swiper-pagination.parent .swiper-pagination-bullet {
		width: 30px;
	}

	.swiper-pagination.parent {
		bottom: -0;
	}

}