@charset "UTF-8";

html{
	scroll-behavior: auto;
}

br.br-sp {
	display: inline-block;
}
@media screen and (min-width: 999px) {
	br.br-sp {
		display: none;
	}
}

br.br-pc {
	display: none;
}
@media screen and (min-width: 999px) {
	br.br-pc {
		display: inline-block;
	}
}

.l-footer {
	margin-top: 45px;
}

@media (max-width: 599px) {
	.l-footer {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 999px) {
	.l-footer {
		margin-top: 120px;
	}
}

.section-wraper {
	background-image: url("../images/section-wraper.png");
	background-size: 1440px;
}



/*--------------------------------
 * Header
---------------------------------*/

.p-header {
	position: fixed;
	top: 10px;
	left: 50%;
	display: flex;
	align-items: center;
	width: calc(100% - 20px);
	height: 65px;
	padding: 0 25px 0 20px;
	background-color: #ffffff;
	border-radius: calc(65px / 2);
	transform: translateX(-50%);
	z-index: 500;
}

@media (min-width: 1001px) {
	.p-header {
		top: 30px;
		width: calc(100% - 90px);
		height: 100px;
		padding: 0 40px 0 80px;
		border-radius: 50px;
	}
}




.p-header__logo {
	width: 68px;
	flex-shrink: 0;
}

@media (min-width: 1001px) {
	.p-header__logo {
		width: 100px;
	}
}

.p-header__logo img {
	width: 100%;
	height: auto;
}




.p-header__menu {
	display: none;
}

@media (min-width: 1001px) {
	.p-header__menu {
		display: block;
		flex-grow: 1;
		padding: 0 0 0 30px;
	}
}

@media (min-width: 1401px) {
	.p-header__menu {
		padding: 0 0 0 70px;
	}
}

.p-header__menu ul {
	display: flex;
	align-items: center;
}

.p-header__menu li {
	margin-right: 1.25em;
	font-size: 13px;
	font-weight: 700;
	
}

@media (min-width: 1401px) {
	.p-header__menu li {
		font-size: 16px;
	}
}





.p-header__button {
	display: none;
}

@media (min-width: 1001px) {
	.p-header__button {
		display: flex;
		align-items: center;
	}
}


.p-header__button__item {
	width: 160px;
	margin-left: 10px;
	padding-right: 30px;
	text-align: center;
	background-position: right 20px center;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: 700;
	line-height: 44px;
	border-radius: 22px;
}

@media (min-width: 1401px) {
	.p-header__button__item {
		padding-right: 50px;
		width: 220px;
		font-size: 16px;
	}
}

.p-header__button__item a {
	display: block;
	color: #ffffff;
}


.p-header__button__item.reserve {
	background-color: #37E121;
	background-image: url("../images/icon_calendar.svg");
	background-size: auto 50%;
}
@media (min-width: 1401px) {
	.p-header__button__item.reserve {
		background-size: auto 60%;
	}
}


.p-header__button__item.download {
	background-color: #F78E41;
	background-image: url("../images/icon_download.svg");
	background-size: auto 40%;
}
@media (min-width: 1401px) {
	.p-header__button__item.download {
		background-size: auto 50%;
	}
}



@media (min-width: 1001px) {
	.p-header__toggle {
		display: none;
	}
}




@media (max-width: 1000px) {
	.p-header__toggle {
		width: 19px;
		height: 12px;
		position: absolute;
		bottom: 50%;
		-webkit-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		transform: translate(0, 50%);
		right: 25px;
		z-index: 4;
		cursor: pointer;
	}
}

.p-header__toggle span {
	width: 100%;
	height: 2px;
	background-color: #222;
	position: absolute;
	right: 0;
	-webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1) 0s, top .5s cubic-bezier(.215, .61, .355, 1) 0s, right .5s cubic-bezier(.215, .61, .355, 1) 0s, bottom .5s cubic-bezier(.215, .61, .355, 1) 0s, left .5s cubic-bezier(.215, .61, .355, 1) 0s, background .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: opacity .5s cubic-bezier(.215, .61, .355, 1) 0s, top .5s cubic-bezier(.215, .61, .355, 1) 0s, right .5s cubic-bezier(.215, .61, .355, 1) 0s, bottom .5s cubic-bezier(.215, .61, .355, 1) 0s, left .5s cubic-bezier(.215, .61, .355, 1) 0s, background .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s, opacity .5s cubic-bezier(.215, .61, .355, 1) 0s, top .5s cubic-bezier(.215, .61, .355, 1) 0s, right .5s cubic-bezier(.215, .61, .355, 1) 0s, bottom .5s cubic-bezier(.215, .61, .355, 1) 0s, left .5s cubic-bezier(.215, .61, .355, 1) 0s, background .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s, opacity .5s cubic-bezier(.215, .61, .355, 1) 0s, top .5s cubic-bezier(.215, .61, .355, 1) 0s, right .5s cubic-bezier(.215, .61, .355, 1) 0s, bottom .5s cubic-bezier(.215, .61, .355, 1) 0s, left .5s cubic-bezier(.215, .61, .355, 1) 0s, background .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}


.p-header__toggle span:nth-of-type(1) {
	top: 0
}
.p-header__toggle span:nth-of-type(2) {
	top: 5px
}
.p-header__toggle span:nth-of-type(3) {
	bottom: 0
}

.is-open .p-header__toggle span:nth-of-type(1) {
	top: auto;
	position: absolute;
	right: 50%;
	bottom: 50%;
	-webkit-transform: translate(50%, 50%) rotate(135deg);
	-ms-transform: translate(50%, 50%) rotate(135deg);
	transform: translate(50%, 50%) rotate(135deg)
}

.is-open .p-header__toggle span:nth-of-type(2) {
	top: auto;
	position: absolute;
	right: 50%;
	bottom: 50%;
	-webkit-transform: translate(50%, 50%) translate3d(-50%, 0, 0);
	transform: translate(50%, 50%) translate3d(-50%, 0, 0);
	opacity: 0
}

.is-open .p-header__toggle span:nth-of-type(3) {
	position: absolute;
	right: 50%;
	bottom: 50%;
	-webkit-transform: translate(50%, 50%) rotate(-135deg);
	-ms-transform: translate(50%, 50%) rotate(-135deg);
	transform: translate(50%, 50%) rotate(-135deg)
}



.l-header__menu {
	top: 0;
	height: 100%;
	padding: 0;
	background: #eff8f7;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	z-index: 400;
}

@media (min-width: 1001px) {
	.l-header__menu {
		display: none;
	}
}

@media (max-width: 1000px) {
	.is-open .l-header__menu {
		-webkit-transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,transform 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,transform 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
		visibility: visible;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.l-header__menu__container {
	margin: 120px 0 100px;
	padding: 0 20px;
}

.l-header__menu__container ul {
	margin-bottom: 40px;
}

.l-header__menu__container li {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	border-bottom: solid 1px #999999;
}


.l-header__menu__container li a {
	display: block;
	padding: 1.2em 0
}







/*--------------------------------
 * Common title
---------------------------------*/

.p-common {
	padding: 45px 0;
}

@media (min-width: 1001px) {
	.p-common {
		padding: 90px 0;
	}
}

.p-common__header__title {
	position: relative;
	width: fit-content;
	margin: 0 auto 45px;
	padding: 0 0 0 1.5em;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.05em;
}

@media (min-width: 1001px) {
	.p-common__header__title {
		margin-bottom: 90px;
		font-size: 32px;
	}
}

.p-common__header__title::before {
	content: '';
	display: block;
	width: 6px;
	height: calc(100% + 12px);
	position: absolute;
	top: 50%;
	left: 0;
	transform: skew(-20deg) translateY(-50%);
	-moz-transform: skew(-20deg) translateY(-50%);
	-webkit-transform: skew(-20deg) translateY(-50%);
	-o-transform: skew(-20deg) translateY(-50%);
	-ms-transform: skew(-20deg) translateY(-50%);
	background-image: linear-gradient(0deg, #00A291, #00C8B0);
	background-color: #00A291;
	z-index: 2;
}

@media (min-width: 1001px) {
	.p-common__header__title::before {
		width: 8px;
		height: calc(100% + 24px);
		transform: skew(-25deg) translateY(-50%);
		-moz-transform: skew(-25deg) translateY(-50%);
		-webkit-transform: skew(-25deg) translateY(-50%);
		-o-transform: skew(-25deg) translateY(-50%);
		-ms-transform: skew(-25deg) translateY(-50%);
	}
}




/*--------------------------------
 * Visual
---------------------------------*/

.p-visual {
	position: relative;
	overflow: hidden;
}

.p-visual::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 152.0%;
}

@media (min-width: 1001px) {
	.p-visual::before {
		padding-top: 56.25%;
	}
}

.p-visual__slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.visual-slider {
	width: 100%;
	height: 100%;
}

.slick-list {
	width: 100%;
	height: 100%;
}

.slick-slide {
	width: 100%;
	height: 100%;
}

.slick-track {
	width: 100%;
	height: 100%;
}

.p-visual__slider__image {
	position: relative;
	width: 100%;
	height: 100%;
}

@media (min-width: 1001px) {
	.p-visual__slider__image::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("../images/visual_overlay.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		mix-blend-mode: overlay;
	}
}


.p-visual__slider__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.p-visual__slider .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: flex;
	justify-content: center;
	width: fit-content;
	height: auto;
	margin: 0;
	padding: 8px 10px 9px 10px;
	background-color: rgba(0,0,0,0.5);
	list-style: none;
	text-align: center;
	border-radius: 2.0em;
	transform: translateX(-50%);
}


.p-visual__contents {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 20px);
	transform: translate(-50%, -50%);
	z-index: 300;
}

@media (min-width: 1001px) {
	.p-visual__contents {
		top: 58%;
		width: 62.84%;
	}
}

.p-banner__front {
	margin-bottom: 30px;
}

@media (min-width: 1001px) {
	.p-banner__front {
		
	}
}






/*--------------------------------
 * Campaign
---------------------------------*/


.p-campaign {
	padding: 60px 10px 80px;
	background-image: linear-gradient(35deg, rgba(255, 255, 255, 1) 90%, rgba(181, 255, 220, 1));
}

@media (min-width: 1001px) {
	.p-campaign {
		padding-bottom: 120px;
		background-image: linear-gradient(35deg, rgba(255, 255, 255, 1) 60%, rgba(181, 255, 220, 1));
	}
}

.p-campaign__container {
	max-width: 1080px;
	margin: 0 auto;
}



.p-campaign__header__title {
	position: relative;
	margin-bottom: 40px;
}


.p-campaign__header__title span {
	display: block;
	position: relative;
	padding: 0.2em 0 0 0;
	background-image: linear-gradient(0deg, #00A291, #00C8B0);
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	z-index: 1;
}

@media (min-width: 481px) {
	.p-campaign__header__title span {
		clip-path: polygon(4% 0%, 100% 0%, 97% 100%, 0% 100%);
	}
}


@media (min-width: 731px) {
	.p-campaign__header__title span {
		clip-path: polygon(3% 0%, 100% 0%, 98% 100%, 0% 100%);
	}
}

@media (min-width: 1001px) {
	.p-campaign__header__title span {
		font-size: 32px;
		clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
	}
}



.p-campaign__header__title::before {
	content: '';
	display: block;
	width: 10px;
	height: calc(100% + 10px);
	position: absolute;
	top: 50%;
	left: -5px;
	transform: skew(-25deg) translateY(-50%);
	-moz-transform: skew(-25deg) translateY(-50%);
	-webkit-transform: skew(-25deg) translateY(-50%);
	-o-transform: skew(-25deg) translateY(-50%);
	-ms-transform: skew(-25deg) translateY(-50%);
	background-color: #222222;
	z-index: 2;
}

.p-campaign__header__title::after {
	content: '';
	display: block;
	width: 10px;
	height: calc(100% + 10px);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: skew(-25deg) translateY(-50%);
	-moz-transform: skew(-25deg) translateY(-50%);
	-webkit-transform: skew(-25deg) translateY(-50%);
	-o-transform: skew(-25deg) translateY(-50%);
	-ms-transform: skew(-25deg) translateY(-50%);
	background-color: #222222;
	z-index: 2;
}



.p-campaign__contents {
	max-width: 1080px;
	margin: 0 auto;
}

.p-campaign__contents__container {
	position: relative;
	margin-bottom: 30px;
	background-image: url("../images/campaign_img_sp.jpg");
	background-position: center;
	background-size: cover;
}

@media (min-width: 1001px) {
	.p-campaign__contents__container {
		background-image: url("../images/campaign_img.jpg");
	}
}


.p-campaign__contents__container::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 94.28%
}

@media (min-width: 1001px) {
	.p-campaign__contents__container::before {
		padding-top: 29.8%
	}
}

.p-campaign__contents__container::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	z-index: 1;
}

.p-campaign__contents__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.p-campaign__contents__image {
	width: 84%;
	margin: 0 auto 25px;
}

@media (min-width: 1001px) {
	.p-campaign__contents__image {
		width: 68.5%;
		margin-bottom: 30px;
	}
}




@media (min-width: 1001px) {
	.p-campaign__contents__note {
		text-align: center;
	}
}

.p-campaign__contents__note p {
	font-size: 10px;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-campaign__contents__note p {
		font-size: 14px;
	}
}








.p-campaign__buttons {
	
}

@media (min-width: 1001px) {
	.p-campaign__buttons {
		
	}
}


.p-campaign__button {
	position: relative;
	width: 84%;
	margin: 0 auto;
	text-align: center;
	background-color: #f78e41;
	background-image: url("../images/icon_campaign_arrow.svg");
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: auto 45%;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	border: solid 2px #ffffff;
	border-radius: 21px;
}

@media (min-width: 1001px) {
	.p-campaign__button {
		width: 68.5%;
		background-size: auto 55%;
		font-size: 24px;
		line-height: 50px;
		border-radius: 26px;
	}
}

.p-campaign__button a {
	display: block;
	color: #ffffff;
}





/*--------------------------------
 * Introduction
---------------------------------*/

.p-introduction {
	background-image: url("../images/introduction_bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 50px 10px 60px;
}

@media (min-width: 1001px) {
	.p-introduction {
		padding: 50px 20px 60px;
	}
}


.p-introduction__header__title {
	position: relative;
	width: fit-content;
	margin: 0 auto 100px;
	padding: 0 2.0em;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.05em;
}

@media (min-width: 1001px) {
	.p-introduction__header__title {
		font-size: 32px;
	}
}

.p-introduction__header__title::before {
	content: '';
	display: block;
	width: 6px;
	height: calc(100% + 24px);
	position: absolute;
	top: 50%;
	left: 0;
	transform: skew(-25deg) translateY(-50%);
	-moz-transform: skew(-25deg) translateY(-50%);
	-webkit-transform: skew(-25deg) translateY(-50%);
	-o-transform: skew(-25deg) translateY(-50%);
	-ms-transform: skew(-25deg) translateY(-50%);
	background-image: linear-gradient(0deg, #00A291, #00C8B0);
	background-color: #00A291;
	z-index: 2;
}

@media (min-width: 1001px) {
	.p-introduction__header__title::before {
		width: 8px;
	}
}




.p-introduction__contents {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 30px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	box-shadow: 8px 8px 5px rgba(0,0,0,0.1);
}

@media (min-width: 1001px) {
	.p-introduction__contents {
		padding: 40px 50px;
		text-align: center;
	}
}

.p-introduction__contents p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.4;
	letter-spacing: 0;
}

@media (min-width: 1001px) {
	.p-introduction__contents p {
		font-size: 18px;
	}
}

.p-introduction__contents p strong {
	color: #F78E41;
}






/*--------------------------------
 * Trouble
---------------------------------*/

.p-trouble {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #00A291;
	background-image: linear-gradient(0deg, #00C8B0, #00A291);
}

@media (min-width: 1001px) {
	.p-information {
		padding-left: 0;
		padding-right: 0;
	}
}

.p-trouble .p-common__header__title {
	color: #ffffff;
}

.p-trouble .p-common__header__title::before {
	background-image: none;
	background-color: #ffffff;
}
.p-trouble .p-common__header__title span {
	text-decoration-color: #97cff9;
	text-decoration-line: underline;
	text-decoration-thickness: 6px;
	text-underline-offset: -2px;
}

@media (min-width: 1001px) {
	.p-trouble .p-common__header__title span {
		text-decoration-thickness: 10px;
	}
}



.p-trouble__contents {
	max-width: 1240px;
	margin: 0 auto;
}

.p-trouble__contents__container {
	
}

@media (min-width: 1001px) {
	.p-trouble__contents__container {
		display: flex;
		justify-content: space-between;
	}
}

.p-trouble__item {
	margin-bottom: 30px;
	padding: 20px;
	background-color: rgba(255,255,255,0.80);
	border-radius: 10px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}

@media (min-width: 1001px) {
	.p-trouble__item {
		width: calc((100% - 90px) / 3);
		margin-bottom: 0;
	}
}

.p-trouble__item p {
	padding: 20px 40px;
	text-align: center;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 1.6;
	border-radius: 10px;
}

@media (min-width: 1001px) {
	.p-trouble__item p {
		padding: 25px 40px;
		font-size: 16px;
	}
}


.p-trouble__item__image {
	margin-top: -30px;
}








/*--------------------------------
 * Information
---------------------------------*/

.p-information {
	position: relative;
	padding: 20px 10px 0;
}

@media (min-width: 1001px) {
	.p-information {
		padding: 60px 20px 0;
	}
}

.p-information::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 30px;
	width: 90px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background-color: #00C8B0;
	transform: rotate(180deg) translateX(50%);
}


@media (min-width: 1001px) {
	.p-information::after {
		height: 80px;
		width: 230px;
	}
}


.p-information__header__title {
	width: fit-content;
	margin: 0 auto 40px;
	text-align: center;
	color: #00A291;
	font-size: 20px;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-information__header__title {
		font-size: 30px;
	}
}

.p-information__header__title span {
	background: linear-gradient(transparent 70%, white 30%);
}

@media (min-width: 1001px) {
	.p-information__header__title span {
		background: linear-gradient(transparent 50%, white 50%);
	}
}


.p-information__container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 10px;
	background-color: #eff8f7;
}


@media (min-width: 1001px) {
	.p-information__container {
		padding: 60px 20px 80px;
	}
}


.p-information__item {
	max-width: 1080px;
	margin: 0 auto 30px;
}

@media (min-width: 1001px) {
	.p-information__item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 60px;
	}

	.p-information__item.reverse {
		flex-direction: row-reverse;
	}
}

.p-information__contents div.p-information__item:last-of-type {
	margin-bottom: 0;
}


.p-information__item__image {
	padding: 10px 10px 37px 10px;
	background-color: #ffffff;
}

@media (min-width: 1001px) {
	.p-information__item__image {
		width: 42.6%;
		padding: 0 0 37px 0;
		background-color: transparent;
	}
}




.p-information__slider__image {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
}

.p-information__slider__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.p-information__item__image .slick-dots {
	bottom: -30px !important;
}

.slick-dots li button::before {
	background-color: #cccccc !important;
}



.p-information__item__text {
	padding: 10px 10px;
	background-color: #ffffff;
	border-radius: 10px;
	
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 58%;
}

@media (min-width: 1001px) {
	.p-information__item__text {
		width: 53.7%;
		padding: 40px 80px;
	}
}

.p-information__item__text.item01 {
	background-image: url("../images/information_bg01.svg");
}

.p-information__item__text.item02 {
	background-image: url("../images/information_bg02.svg");
}

.p-information__item__text.item03 {
	background-image: url("../images/information_bg03.svg");
}


.p-information__item__text.item04 {
	background-image: url("../images/information_bg04.svg");
}



.p-information__item__title {
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	color: #00A291;
	font-size: 18px;
	line-height: 1.6;
	border-bottom: solid 1px #222222;
}

@media (min-width: 1001px) {
	.p-information__item__title {
		font-size: 24px;
	}
}


.p-information__item__desc {
	margin-bottom: 1.0em;
	text-align: justify;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (min-width: 1001px) {
	.p-information__item__desc {
		font-size: 16px;
	}
}

.p-information__item__list {
	margin-bottom: 2.0em;
}

.p-information__item__list li {
	margin-bottom: 0.1em;
	padding-left: 1.4em;
	background-image: url("../images/icon_information.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12px;
	font-size: 12px;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-information__item__list li {
		font-size: 16px;
	}
}




.p-information__item__button {
	width: fit-content;
	margin-bottom: 30px;
	padding-left: 1.5em;
	padding-right: 4.0em;
	text-align: center;
	background-color: #4F5868;
	background-image: url("../images/icon_arrow_down.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 36px;
	border-radius: 18px;
}

@media (min-width: 1001px) {
	.p-information__item__button {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 40px;
		border-radius: 20px;
	}
}

.p-information__item__button a {
	color: #ffffff;
}









/*--------------------------------
 * Banner
---------------------------------*/


.p-banner {
	position: relative;
	width: 100%;
	padding: 40px 10px;
	background-image: url("../images/banners_bg.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

@media (min-width: 1001px) {
	.p-banner {
		min-height: 275px;
	}
}

.p-banner__container {
	
}

@media (min-width: 1001px) {
	.p-banner__container {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translate(-50%, -50%)
	}
}



.p-banner__header__title {
	position: relative;
	width: fit-content;
	margin: 0 auto 40px;
	
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.05em;
}

@media (min-width: 1001px) {
	.p-banner__header__title {
		/*padding: 0 2.0em;*/
		font-size: 24px;
	}
}

.p-banner__header__title strong {
	margin: 0 0.2em;
	font-size: 28px;
	text-decoration-color: #ffea00;
	text-decoration-line: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 5px;
}

@media (min-width: 1001px) {
	.p-banner__header__title strong {
		font-size: 32px;
	}
}







.p-banner__header__title::before,
.p-banner__header__title::after {
	content: '';
	display: block;
	width: 5px;
	height: calc(100% + 20px);
	position: absolute;
	top: 50%;
	transform: skew(-10deg) translateY(-50%);
	-moz-transform: skew(-10deg) translateY(-50%);
	-webkit-transform: skew(-10deg) translateY(-50%);
	-o-transform: skew(-10deg) translateY(-50%);
	-ms-transform: skew(-10deg) translateY(-50%);
	background-color: #ffffff;
	z-index: 2;
}

@media (min-width: 1001px) {
	.p-banner__header__title::before,
	.p-banner__header__title::after {
		transform: skew(-20deg) translateY(-50%);
		-moz-transform: skew(-20deg) translateY(-50%);
		-webkit-transform: skew(-20deg) translateY(-50%);
		-o-transform: skew(-20deg) translateY(-50%);
		-ms-transform: skew(-20deg) translateY(-50%);
	}
}


.p-banner__header__title::before {
	left: -30px;
}

.p-banner__header__title::after {
	right: -5px;
}



.p-banner__buttons {
	
}

@media (min-width: 1001px) {
	.p-banner__buttons {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 40px;
	}
}


.p-banner__button {
	position: relative;
	padding-right: 30px;
	text-align: center;
	background-position: right 30px center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 700;
	line-height: 46px;
	border: solid 2px #ffffff;
	border-radius: 25px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}

@media (min-width: 1001px) {
	.p-banner__button {
		max-width: none;
		padding-right: 60px;
		width: 400px;
		font-size: 24px;
		line-height: 74px;
		border-radius: 38px;
	}
}

.p-banner__button::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 70px;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #ffffff;
	transform: translateY(-50%);
}

@media (min-width: 1001px) {
	.p-banner__button::before {
		right: 80px;
		height: calc(100% - 40px);
	}
}

.p-banner__button a {
	display: block;
	color: #ffffff;
}


.p-banner__button.reserve {
	margin-bottom: 10px;
	background-color: #37E121;
	background-image: url("../images/icon_calendar.svg");
	background-size: auto 55%;
}

@media (min-width: 1001px) {
	.p-banner__button.reserve {
		margin-bottom: 0;
		background-size: auto 45%;
	}
}

.p-banner__button.download {
	background-color: #F78E41;
	background-image: url("../images/icon_download.svg");
	background-size: auto 47%;
}

@media (min-width: 1001px) {
	.p-banner__button.download {
		background-size: auto 37%;
	}
}




/*--------------------------------
 * wrapper
---------------------------------*/

.p-wrapper {
	background-image: url("../images/bg.png");
}




/*--------------------------------
 * Cost effective
---------------------------------*/

.p-costeffective {
	background-image: linear-gradient(35deg, rgba(255, 255, 255, 1) 90%, rgba(181, 255, 220, 1));
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 1001px) {
	.p-costeffective {
		background-image: linear-gradient(35deg, rgba(255, 255, 255, 1) 60%, rgba(181, 255, 220, 1));
	}
}



.p-costeffective__contets {
	max-width: 1240px;
	margin: 0 auto;
}

.p-costeffective__contets__container {
	
}

@media (min-width: 1001px) {
	.p-costeffective__contets__container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.p-costeffective__item {
	margin-bottom: 80px;
	padding: 0 10px;
}

@media (min-width: 1001px) {
	.p-costeffective__item {
		margin-bottom: 0;
		padding: 0;
	}
}


@media (min-width: 1001px) {
	.p-costeffective__contets__container > .p-costeffective__item {
		width: 33.87%;
	}
}


@media (min-width: 1001px) {
	.p-costeffective__contets__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 58.87%
	}
}


@media (min-width: 1001px) {
	.p-costeffective__contets__inner > .p-costeffective__item {
		width: 46.3%;
	}
}


.p-costeffective__item__title {
	margin-bottom: 20px;
}

@media (min-width: 1001px) {
	.p-costeffective__item__title {
		min-height: 75px;
	}
}

.p-costeffective__contets__container > .p-costeffective__item .p-costeffective__item__title {
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	text-decoration-color: #00A291;
	text-decoration-line: underline;
	text-decoration-thickness: 5px;
	text-underline-offset: 5px;
}

@media (min-width: 1001px) {
	.p-costeffective__contets__container > .p-costeffective__item .p-costeffective__item__title  {
		font-size: 24px;
	}
}


.p-costeffective__contets__inner > .p-costeffective__item .p-costeffective__item__title {
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-costeffective__contets__inner > .p-costeffective__item .p-costeffective__item__title {
		font-size: 20px;
	}
}

.p-costeffective__contets__inner > .p-costeffective__item:nth-child(2) .p-costeffective__item__title {
	color: #00A291;
}

.p-costeffective__item__title {
	display: flex;
	justify-content: center;
	align-items: center;
}


.p-costeffective__item__price {
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
	border-top: solid 6px #000000;
}

@media (min-width: 1001px) {
	.p-costeffective__item__price {
		display: none;
	}
}

.p-costeffective__item__price p {
	font-size: 20px;
	font-weight: 700;
}

.p-costeffective__item__price p span {
	font-size: 32px;
}

.p-costeffective__contets__inner .p-costeffective__item:nth-child(2) .p-costeffective__item__price p {
	color: #f88e41;
}



.p-costeffective__price {
	display: none;
}

@media (min-width: 1001px) {
	.p-costeffective__price {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 15px;
		padding-top: 15px;
		border-top: solid 6px #000000;
	}
}

@media (min-width: 1001px) {
	.p-costeffective__price p {
		width: 46.3%;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
	}

	.p-costeffective__price p:last-of-type {
		color: #f88e41;
	}

	.p-costeffective__price p span {
		font-size: 32px;
	}
}


.p-costeffective__contets__note {
	width: 100%;
	margin-top: 45px;
	font-size: 10px;
}

@media (min-width: 1001px) {
	.p-costeffective__contets__note {
		text-align: center;
		font-size: 14px;
	}
}






/*--------------------------------
 * Floormap
---------------------------------*/

.p-floormap {
	background-color: #f4f4f4;
	background-image: url("../images/floormap_bg.png");
	background-position: left top;
	border: solid 8px #00a291;
}


.p-floormap__contets {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}

.p-floormap__contents__image {
	margin-bottom: 10px;
}

@media (min-width: 1001px) {
	.p-floormap__contents__image {
		margin-bottom: 50px;
	}
}

.p-floormap__contents__desc {
	border-top: solid 1px #00a291;
}


.p-placeFloor__spot__item {
	-webkit-flex: 0 0 16.5%;
	-ms-flex: 0 0 16.5%;
	flex: 0 0 16.5%;
}

@media (max-width: 1000px) {
	.p-placeFloor__spot__item {
		-webkit-flex: 0 0 33.3%;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
	}
}






.modaal-inner-wrapper {
	padding: 0;
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top:0;
		padding-bottom: 0;
	}
}

.modaal-container {
	max-width: none;
	background: transparent;
	box-shadow: none;
}


.modaal-wrapper .modaal-close {
	background: rgba(0, 0, 0, 1.0);
	border-radius: 0;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: rgba(0, 0, 0, 1.0);
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #ffffff;
}








/*--------------------------------
 * Equipment
---------------------------------*/

.p-equipment {
	
}


.p-equipment__contets {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}

.p-equipment__swiper {
	position: relative;
}

.p-equipment__swiper .swiper {
	overflow: visible;
}

.p-equipment__swiper .swiper-slide {
	width: 320px;
	min-height: 410px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}

@media (min-width: 1001px) {
	.p-equipment__swiper .swiper-slide {
		width: 380px;
		min-height: 488px;
	}
}

.swiper-slide-container {
	height: 100%;
}



.p-equipment__swiper .swiper-option {
	position: relative;
	max-width: 1080px;
	margin: 80px auto 0;
}


@media (min-width: 1001px) {
	.p-equipment__swiper .swiper-option {
		margin-top: 100px;
	}
}

.p-equipment__swiper .swiper-pagination {
	margin-top: 0;
}



.p-equipment__swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
	left: 20px;
	width: 50%;
	height: 3px;
}


@media (min-width: 1001px) {
	.p-equipment__swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
		left: 70px;
		width: 75%;
	}
}


.swiper-button-prev,
.swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 4.6rem;
	height: 4.6rem;
	background-color: #00A291;
	border-radius: 50%;
	transition: 0.5s ease;
	z-index: 2;
	cursor: pointer;
}


.swiper-button-prev::after,
.swiper-button-next::after {
	display: block;
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	background-image: url("../images/swiper_arrow_w.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	background-color: #ffffff;
	border: solid 1px #00A291;
	opacity: 1;
}

.swiper-button-prev.swiper-button-disabled::after,
.swiper-button-next.swiper-button-disabled::after {
	background-image: url("../images/swiper_arrow.svg");
}


.swiper-button-prev {
	left: auto;
	right: 80px;
}
.swiper-button-next {
	left: auto;
	right: 20px;
}


.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #00A291;
}




.p-equipment__image {
	padding: 25px;
	border-bottom: solid 1px #ebebeb;
}

.p-equipment__content {
	padding: 20px 25px 25px;
}


.p-equipment__content .slide-title {
	margin-bottom: 0.7em;
	text-align: center;
	color: #00A291;
	font-size: 18px;
	line-height: 1.8;
}

@media (min-width: 1001px) {
	.p-equipment__content .slide-title {
		font-size: 22px;
	}
}


.p-equipment__content .slide-desc {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (min-width: 1001px) {
	.p-equipment__content .slide-desc {
		font-size: 16px;
	}
}

.p-equipment__slider .slick-prev,
.p-equipment__slider .slick-next {
	width: 30px;
	height: 65px;
	border-radius: 5px;
	opacity: 0.7;
}





/*--------------------------------
 * Available
---------------------------------*/

.p-available {
	padding: 45px 10px;
}

@media (min-width: 1001px) {
	.p-available {
		padding: 90px 10px;
	}
}


.p-available__contets {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}


.p-available__contets::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, #00C8B0, #00A291);
	border-radius: 10px;
}

@media (min-width: 1001px) {
	.p-available__contets::before {
		height: 80%;
	}
}


.p-available__contets__container {
	position: relative;
	padding: 10px 10px 20px;
}

@media (min-width: 1001px) {
	.p-available__contets__container {
		display: flex;
		justify-content: space-between;
		padding: 20px 20px 0;
	}
}



.p-available__item {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

@media (min-width: 1001px) {
	.p-available__item {
		width: calc((100% - 60px) / 3);
		margin: 0;
	}
}

.p-available__item__image {
	position: relative;
}

.p-available__image {
	padding-top: 63.6363%;
	overflow: hidden;
}

.p-available__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.p-available__item__text {
	position: relative;
}


.p-available__item__title {
	width: fit-content;
	margin-top: -2.4em;
	margin-bottom: 1.0em;
	padding: 0.7em 1.0em;
	background-color: antiquewhite;
	background-color: #ffffff;
	color: #00A291;
	font-size: 18px;
	line-height: 1;
	border-top-right-radius: 10px;
}

@media (min-width: 1001px) {
	.p-available__item__title {
		font-size: 26px;
	}
}


.p-available__item__desc {
	margin-bottom: 1.0em;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (min-width: 1001px) {
	.p-available__item__desc {
		font-size: 16px;
	}
}

.p-available__item__rest {
	padding: 0.6em 0;
	text-align: center;
	color: #F78E41;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0;
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
}

@media (min-width: 1001px) {
	.p-available__item__rest {
		font-size: 20px;
	}
}




/*--------------------------------
 * Plan
---------------------------------*/

.p-plan {
	padding: 45px 20px;
}

@media (min-width: 1001px) {
	.p-plan {
		padding: 90px 20px;
	}
}




.p-plan__contets {
	position: relative;
	max-width: 1290px;
	margin: 0 auto;
}

.p-plan__contents__image {
	margin-bottom: 30px;
	padding-bottom: 20px;
	overflow-x: auto;
}

@media (min-width: 1001px) {
	.p-plan__contents__image {
		margin-bottom: 40px;
		padding-bottom: 0;
	}
}

.p-plan__image {
	min-width: 1000px;
	
}


.p-plan__contents__note ul {
	
}

@media (min-width: 1001px) {
	.p-plan__contents__note ul {
		display: flex;
		justify-content: center;
	}
}

.p-plan__contents__note li {
	margin: 0 0 10px 20px;
	padding-left: 1.5em;
	font-size: 12px;
	background-image: url("../images/plan_chek01.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}


@media (min-width: 1001px) {
	.p-plan__contents__note li {
		margin: 0 18px;
		font-size: 14px;
	}
}

.p-plan__contents__note li:nth-child(1) {
	background-image: url("../images/plan_chek01.svg");
}


.p-plan__contents__note li:nth-child(2) {
	background-image: url("../images/plan_chek02.svg");
}


.p-plan__contents__note li:nth-child(3) {
	background-image: url("../images/plan_chek03.svg");
}







/*--------------------------------
 * Faq
---------------------------------*/

.p-faq {
	padding: 45px 20px;
	background-color: #EFF8F7;
}

@media (min-width: 1001px) {
	.p-faq {
		padding: 90px 20px;
	}
}




.p-faq__contets {
	position: relative;
	max-width: 1080px;
	margin: 0 auto 45px;
}


@media (min-width: 1001px) {
	.p-faq__contets {
		margin-bottom: 90px;
	}
}


.p-faq__block {
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}

.p-faq__block__question {
	position: relative;
	padding: 30px 60px 30px 80px;
	transition: 0.5s ease;
}

@media (max-width: 1000px) {
	.p-faq__block__question {
		padding: 20px 60px 20px 80px;
	}
}

.p-faq__block__question.active {
	background-color: #00a291;
	color: #ffffff;
}

.p-faq__block__question.active .plus-minus-icon:before{
	background-color: #ffffff;
}

.p-faq__block__question p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-faq__block__question p {
		font-size: 18px;
	}
}

.p-faq__block__question::after {
	content: 'Q';
	display: block;
	position: absolute;
	top: 27px;
	left: 30px;
	width: 30px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica,Arial, "Open Sans", serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #00a291;
	color: #ffffff;
	border-radius: 50%;
	transition: 0.5s ease;
}

@media (max-width: 1000px) {
	.p-faq__block__question::after  {
		top: 18px;
	}
}

.p-faq__block__question.active::after {
	background-color: #ffffff;
	color: #00a291;
}


.p-faq__block__answer {
	display: none;
	position: relative;
	padding: 40px;
}

@media (max-width: 1000px) {
	.p-faq__block__answer {
		padding: 20px;
	}
}

.p-faq__block__answer p {
	font-size: 16px;
	line-height: 1.85;
}

@media (max-width: 1000px) {
	.p-faq__block__answer p {
		font-size: 14px;
	}
}


.accordion {
	position: relative;
	cursor: pointer;
}


.accordion .plus-minus-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 6.0rem;
	transform: translateY(-50%);
}

@media (max-width: 1000px) {
	.accordion .plus-minus-icon {
		right: 5.0rem;
	}
}

.accordion .plus-minus-icon::before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #00a291;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.accordion .plus-minus-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #00a291;
	transition: .3s;
}

.accordion.active .plus-minus-icon:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.accordion.active .plus-minus-icon:after{
	background-color: transparent;
}





.p-contact__button {
	position: relative;
	margin: 0 auto 10px;
	padding-right: 30px;
	text-align: center;
	background-color: #4f5868;
	background-image: url("../images/icon_contact.svg");
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-size: auto 45%;
	font-size: 16px;
	font-weight: 700;
	line-height: 46px;
	border: solid 2px #ffffff;
	border-radius: 25px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

@media (min-width: 1001px) {
	.p-contact__button {
		max-width: none;
		padding-right: 60px;
		width: 480px;
		background-size: auto 35%;
		font-size: 24px;
		line-height: 74px;
		border-radius: 38px;
	}
}

.p-contact__button::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 70px;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #ffffff;
	transform: translateY(-50%);
}

@media (min-width: 1001px) {
	.p-contact__button::before {
		right: 80px;
		height: calc(100% - 40px);
	}
}


.p-contact__button a {
	display: block;
	color: #ffffff;
}






/*--------------------------------
 * Access
---------------------------------*/

.p-access {
	position: relative;
	padding: 45px 20px;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px)),
					linear-gradient(90deg, transparent calc(100% - 1px), #f2f2f2 calc(100% - 1px));
	background-size: 3.6rem 3.6rem;
	background-repeat: repeat;
	background-position: center center;
}

@media (min-width: 1001px) {
	.p-access {
		padding: 90px 20px;
	}

	.p-access::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 34.375%;
		height: 100%;
		background-color: #f4f4f4;
		z-index: 100;
	}
}


.p-access__contents {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 200;
}


.p-access__contents__container {
	
}

@media (min-width: 1001px) {
	.p-access__contents__container {
		display: flex;
		justify-content: flex-end;
		position: relative;
	}
}

.p-access__contents__inner {
	
}


@media (min-width: 1001px) {
	.p-access__contents__inner {
		width: 38.7%;
	}
}

.p-access__address {
	margin-bottom: 40px;
}


@media (min-width: 1001px) {
	.p-access__address {
		margin: 0;
	}
}





.p-access__address__title {
	margin-bottom: 0.8em;
	color: #00a291;
	font-size: 18px;
}

@media (min-width: 1001px) {
	.p-access__address__title {
		font-size: 32px;
	}
}

.p-access__address__address {
	margin-bottom: 0.8em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-access__address__address {
		font-size: 18px;
	}
}


.p-access__address__desc {
	font-size: 12px;
	line-height: 1.2;
}

@media (min-width: 1001px) {
	.p-access__address__desc {
		font-size: 16px;
	}
}


.p-access__address__desc span {
	font-weight: normal;
}






.p-access__map {
	
}

@media (min-width: 1001px) {
	.p-access__map {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 0;
		left: 0;
		width: 54.83%;
	}
}

.p-access__map__image {
	margin: 0 0 35px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

@media (min-width: 1001px) {
	.p-access__map__image {
		
	}
}

.p-access__map__image img {
	display: block;
	width: 100%;
	height: auto;
}



.p-access__hour {
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 2px #aeaeae;
}


.p-access__hour__title {
	margin-bottom: 0.8em;
	color: #00A291;
	font-size: 18px;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-access__hour__title {
		font-size: 24px;
	}
}


.p-access__hour__subtitle {
	margin-top: 1.2em;
	font-size: 14px;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-access__hour__subtitle {
		font-size: 18px;
	}
}


.p-access__hour__desc {
	font-size: 12px;
	line-height: 1.6;
}

@media (min-width: 1001px) {
	.p-access__hour__desc {
		font-size: 16px;
	}
}


.p-access__button {
	position: relative;
	padding-right: 30px;
	text-align: center;
	background-position: right 30px center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 700;
	line-height: 46px;
	border: solid 2px #ffffff;
	border-radius: 25px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

@media (min-width: 1001px) {
	.p-access__button {
		max-width: none;
		padding-right: 60px;
		width: 480px;
		font-size: 24px;
		line-height: 74px;
		border-radius: 38px;
	}
}

.p-access__button::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 70px;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #ffffff;
	transform: translateY(-50%);
}

@media (min-width: 1001px) {
	.p-access__button::before {
		right: 80px;
		height: calc(100% - 40px);
	}
}


.p-access__button a {
	display: block;
	color: #ffffff;
}


.p-access__button {
	margin-bottom: 10px;
	background-color: #4f5868;
	background-image: url("../images/icon_accessmap.svg");
	background-size: auto 55%;
}

@media (min-width: 1001px) {
	.p-access__button {
		background-size: auto 45%;
	}
}



/*--------------------------------
 * Contact / Banner
---------------------------------*/
.p-contact {
	margin: 45px auto 0;
    padding: 40px 29px 55px;
    border:  1px solid #eee;
}

@media (max-width: 767px) {
    .p-contact {
        padding: 40px 0 55px;
    }
}

@media (max-width: 1000px) {
    .p-contact {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.p-contact__ttl {
    letter-spacing: .15em;
    font-weight: 700;
    font-style: inherit;
    text-align: center;
    text-indent: .15em;
    font-size: 2.2rem;
    color: #00a28e;
    text-align: center;
}

@media (max-width: 1000px) {
    .p-contact__ttl {
        font-size: 1.8rem;
    }
}

.c-form__intro {
    width: 750px;
    margin: 30px auto 40px;
    text-align: center;
}

@media (max-width: 1000px) {
    .c-form__intro {
        width: 100%;
        margin: 30px 0 40px;
        text-align: left;
    }
}

.p-placeBanner {
    max-width: 92.0rem;
    margin: 90px auto 0;
    padding: 0 30px;
}

@media (max-width: 1000px) {
    .p-placeBanner {
        margin: 40px auto 0;
    }
}

/*--------------------------------
 * add
---------------------------------*/
.textlink {
	text-decoration: underline;
}

.textlink:hover {
	text-decoration: none;
}

@media (min-width: 1001px) {
    .hbspt-form .hs_waw_1dayfree_visitrequest div.input,
    .hbspt-form .hs_waw_1dayfree_visitrequest_02 div.input,
    .hbspt-form .hs_waw_1dayfree_visitrequest_03 div.input {
		padding-left: 250px !important;
    }
}