@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

#wrapper {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'M PLUS 1p', sans-serif;
	background: #FFFAF5;
}

#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: #B20202;
	border-bottom: 1px solid #B20202;
}

.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;
}


.box {
	background: rgba(243, 243, 243, 1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

.color1 {
	color: #ff0000;
}

.color2 {
	color: #f15a24;
}

.color3 {
	color: #009245;
}

.color4 {
	color: #0071bc;
}

.color5 {
	color: #bc1982;
}

.deco {
	width: fit-content;
	margin: 0 auto 20px;
	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) {
	.deco {
		padding: 0 12px;
		background-size: 8px;
	}
}

a.godetail {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60px;
	color: #FFFFFF;
	font-size: 110%;
	background-color: #59c0ab;
	transition: 0.3s;
	line-height: 1.2;
	text-align: center;
}

a.godetail::before {
	content: '';
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 100%;
	height: 2px;
	background-color: #59c0ab;
	border-radius: 10px;
	transition: 0.2s ease 0s;
}

a.godetail::after {
	content: '';
	position: absolute;
	top: 7px;
	right: -7px;
	width: 2px;
	height: 100%;
	background-color: #59c0ab;
	transition: 0.2s ease 0.2s;
}

a.godetail:hover::before {
	width: 0;
}

a.godetail:hover::after {
	height: 0;
}

a.godetail:hover {
	text-decoration: none;
	background-color: #6ed2be;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 55px;
		font-size: 100%;
	}
}

a.godetail.gray {
	background-color: #9C9C9C;
	pointer-events: none;
}

a.godetail.gray:hover {
	transform: none;
}


/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.page_roof .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.page_roof .inner h2 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 1.5s;
}

.page_roof .inner h2 img {
	width: 100%;
	height: 90%;
	object-fit: contain;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media (max-width:767px) {
	.page_roof {
		margin-bottom: 30px;
	}
}

/*-------------#toplead--------------*/
#toplead {
	text-align: center;
}

#toplead p {
	font-size: 120%;
	margin-bottom: 10px;
}

/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}

/*-------------ナビ--------------*/
#pageNav {
	width: 100%;
	z-index: 20;
	margin-bottom: 20px;
}

#pageNav ul a,
#pageNav ul a:hover {
	color: inherit;
	text-decoration: none !important;
}

#pageNav ul {
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

#pageNav ul a {
	width: 48%;
	margin: 0 0.5%;
}

#pageNav ul li {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f6fff9;
	border: 1px solid #248021;
	border-radius: 10px;
	background-image: url("../images/arrow_down.svg");
	background-repeat: no-repeat;
	background-position: center bottom 5px;
	background-size: auto 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 120%;
	line-height: 1.2;
}

#pageNav ul a.selected li,
#pageNav ul a:hover li {
	background-image: url("../images/arrow_down_white.svg");
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

#pageNav ul #nav_shinsyu.selected li,
#pageNav ul #nav_shinsyu:hover li {
	background-color: #3cb3d2;
}

#pageNav ul #nav_niigata .selected li,
#pageNav ul #nav_niigata:hover li {
	background-color: #f4c21c;
}

@media screen and (max-width: 759.9px) {
	#pageNav ul li {
		width: 100%;
		height: 60px;
		border-radius: 10px;
		background-image: url("../images/arrow_down.svg");
		background-repeat: no-repeat;
		background-position: center bottom 3px;
		background-size: auto 15px;
		padding-bottom: 10px;
		font-size: 120%;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	/* padding-bottom: 30px; */
}

.pageContent .inner {
	width: 98%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

.pageContent .inner .title_roof {
	position: absolute;
	width: 75%;
	max-width: 400px;
	top: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.pageContent .title {
	text-align: center;
	position: relative;
	z-index: 1;
}

.pageContent .title h2 {
	font-size: 300%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 0 40px 0;
}

.bg_blue {
	/* background: -moz-linear-gradient(#eafff6, #9ce8ff);
	background: -webkit-linear-gradient(#eafff6, #9ce8ff);
	background: linear-gradient(#eafff6, #9ce8ff); */
	background-color: #f0fcff;
	border-radius: 20px;
}

.bg_yellow {
	/* background: -moz-linear-gradient(#fff5e3, #fff39c);
	background: -webkit-linear-gradient(#fff5e3, #fff39c);
	background: linear-gradient(#fff5e3, #fff39c); */
	background-color: #fffeea;
	border-radius: 20px;
}

@media screen and (max-width: 759.9px) {
	.pageContent .inner .title_roof {
		top: -70px;
	}

	.pageContent .title h2 {
		font-size: 240%;
		gap: 10px;
	}
}

/*-------------.plans--------------*/

.plans {
	width: 90%;
	display: block;
	align-items: center;
	margin: 0 auto 30px;
	padding: 1em 0em 2em;
}

.plans_inner {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.plans h4 {
	font-size: 230%;
	margin: 0 auto;
	text-align: center;
}

.comment {
	font-size: 120%;
	margin: 0 auto;
	text-align: center;
}

.plans_bnr {
	margin: 20px auto 0;
	width: 60%;
}

.plans_photo {
	margin-top: 10px;
}

.plans_photo dl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 50px;
}

.plans_photo dl dt {
	width: 50%;
}

.plans_photo dl dt h3 {
	font-size: 160%;
	margin-bottom: 10px;
}

.photo {
	width: 100%;
	position: relative;
}

.photo img {
	width: 100%;
	border-radius: 10px;
}

.plans_photo dl dd {
	width: 50%;
	padding: 30px 10px 0 10px;
	align-items: end;
}

.credit {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	color: #fff;
	text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000;
}

@media screen and (min-width: 760px) {
	.midashi_h3 {
		background: url(../images/midashi.png) center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		height: 115px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		gap: 5px;
		width: fit-content;
		padding: 20px 100px 0 130px;
		margin: 0 auto 20px;
		font-size: 200%;
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		color: #00866b;
		z-index: 2;
	}
}

@media screen and (max-width: 759.9px) {
	/* .plans {
		padding: 2em 0em;
	} */

	.midashi_h3 {
		background: url(../images/midashi.png) center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		height: 95px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		gap: 5px;
		/* width: fit-content; */
		padding: 20px 0px 0 20px;
		margin: 0 10px 0 1px;
		font-size: 200%;
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		color: #00866b;
		z-index: 2;
	}

	.plans h4 {
		font-size: 200%;
	}

	.plans_bnr {
		width: 100%;
	}

	.plans_photo {
		margin-top: 30px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: scroll;
	}

	.plans_photo dl {
		width: 85%;
		flex-shrink: 0;
		/*縮小させない*/
		margin: 0 0 30px;
	}

	.plans_photo dl {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		/* color: #FFFFFF; */
		margin-bottom: 40px;
	}

	.plans_photo dl dt {
		width: 100%;
		text-align: center;
	}

	.plans_photo dl dt h3 {
		font-size: 130%;
		margin: 0 auto 10px;
		width: 90%;

	}

	.photo {
		width: 90%;
		margin: 0 auto;
	}

	.plans_photo dl dd {
		width: 100%;
	}

}

/*-------------#section--------------*/
#shinsyu {
	background: repeating-linear-gradient(-45deg, #93dcf2, #93dcf2 5px, #74d8ec 5px, #74d8ec 12px);
	margin: 50px 0 0;
	padding: 80px 0 100px;
}

h4 {
	color: #475058;
}

#niigata {
	background: repeating-linear-gradient(-45deg, #f9dd4a, #f9dd4a 5px, #f5d536 5px, #f5d536 12px);
	/* margin: 0 0 50px; */
	padding: 80px 0 100px;
}


/*-----予約----------------*/
.yoyaku {
	margin-top: 30px;
}

.yoyaku p {
	text-align: center;
	font-size: 120%;
	margin: 0 auto 20px;
	display: block;
}

.yoyaku .yoyaku_unit {
	display: flex;
	justify-content: center;
	align-items: center;
}

.yoyaku .yoyaku_unit2 {
	justify-content: center;
	align-items: center;
	margin: 15px;
}

.yoyaku .yoyaku_unit3 {
	justify-content: center;
	align-items: top;
	margin: 15px;
	display: flex;
}

.yoyaku_unit3 a {
	width: 80%;
	margin: 0 auto 20px;
	font-size: 130%;
}

.yoyaku_unit_photo {
	justify-content: center;
	align-items: center;
	margin: 15px;
}

.yoyaku_unit_photo a {
	margin: 30px;
}

.yoyaku_text {
	margin: 0px auto 0px;
	width: 100%;
	font-size: 80%;
}

.yoyaku_text p {
	margin: 10px;
}

.yoyaku_unit a.godetail {
	width: 100%;
	max-width: 320px;
	margin: 10px auto;
	font-size: medium;
}

.outoflink {
	background-color: #0d8efe;
	padding: 10px 0;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 120%;
	height: 3em;
	width: 80%;
	border-radius: 20px;
	display: flex;
	margin: 10px auto 30px;
}

.outoflink a {
	color: #fff;
	margin-bottom: 0;
}

@media screen and (max-width: 759.9px) {
	.yoyaku .yoyaku_unit {
		display: block;
	}

	.yoyaku_unit a.godetail {
		margin: 0 0 30px;
	}

	.yoyaku .yoyaku_unit3 {
		display: block;
		font-size: medium;
	}

	.yoyaku_unit3 a {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 130%;
	}

	.outoflink {
		height: 2.8em;
		width: 100%;
		padding: 30px 0 0;
	}

	.yoyaku_unit_photo {
		margin: 10px 20px 30px 0;
	}

	.yoyaku_unit_photo a {
		margin: 10px 0 30px 10px;
		width: 100%;
	}
}


/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top {
	width: 100%;
	margin: 0 auto;
	height: 550px;
}

.swiper-container.top .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container.top .swiper-slide-active img,
.swiper-container.top .swiper-slide-duplicate-active img,
.swiper-container.top .swiper-slide-prev img {
	animation: zoomUp 12s linear 0s;
	animation-fill-mode: both;
}

@keyframes zoomUp {

	/* 1.15倍させる指定 */
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

@media screen and (max-width: 759.9px) {
	.swiper-container.top {
		height: 40vh;
	}
}

/*-----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;
}

/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
	display: none;
	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;
	}
}