@charset "UTF-8";

br.br-sp {
	display: inline-block;
}
@media screen and (min-width: 999px) {
	br.br-sp {
		display: none;
	}
}


/*--------------------------------
 * Visual
---------------------------------*/

.p-visual {
	position: relative;
	padding-top: 12.0rem;
	background-color: #eeefea;
}

@media (max-width: 1000px) {
	.p-visual {
		padding-top: 6.5rem;
	}
}

.p-visual::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 50%;
}

@media (max-width: 1000px) {
	.p-visual::before {
		padding-top: 106.666%;
	}
}

.p-ivisual__container {
	position: absolute;
	top: 12.0rem;
	left: 0;
	width: 100%;
	height: calc(100% - 12.0rem);
	background-image: url("../images/visual_pc.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1000px) {
	.p-ivisual__container {
		top: 6.5rem;
		height: calc(100% - 6.5rem);
		background-image: url("../images/visual_sp.jpg");
	}
}

.p-visual__title {
	position: absolute;
	/*bottom: 5.5rem;*/
	bottom: 3.819vw;
	/*left: 10.0rem;*/
	left: 6.94444vw;
}

@media (max-width: 1000px) {
	.p-visual__title {
		/*bottom: 2.5rem;*/
		bottom: 6.6666vw;
		/*left: 3.5rem;*/
		left: 9.33333vw;
	}
}

.p-visual__title span {
	display: inline-block;
	padding: 0.2em 0 0 0.5em;
	background-color: #ffffff;
	font-size: 5.0rem;
	line-height: 1;
}

@media (max-width: 1000px) {
	.p-visual__title span {
		font-size: 6.4vw;/*2.4rem*/
	}
}

.p-visual__title span:first-of-type {
	position: relative;
	margin-bottom: 1.2rem;
}

@media (max-width: 1000px) {
	.p-visual__title span:first-of-type {
		margin-bottom: 1.6vw;/*0.6rem*/
	}
}

.p-visual__title span:first-of-type::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -4.0rem;
	width: 6.0rem;
	height: 0.4rem;
	background-color: #00a291;
}

@media (max-width: 1000px) {
	.p-visual__title span:first-of-type::after {
		left: -5.33333vw;/*-2.0rem*/
		width: 8vw;/*3.0rem*/
		height: 0.533333vw;/*0.2rem*/
	}
}




/*--------------------------------
 * Fixed banner
---------------------------------*/

.p-fixed {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
	transform: translateY(-50%);
}

@media (max-width: 1000px) {
	.p-fixed {
		display: none;
	}
}


.c-fixed__banner {
	margin-bottom: 1.0rem;
}

.c-fixed__banner a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 5.5rem;
	height: 27.0rem;
	padding-top: 6.0rem;
	background-color: #4f5868;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	z-index: 1;
	overflow: hidden;
	writing-mode: vertical-rl;
}
/*
.c-fixed__banner a::after {
	content: '';
	display: block;
	position: absolute;
	top: 6.0rem;
	left: 50%;
	width: 70%;
	height: 0.1rem;
	background-color: #ffffff;
	transform: translateX(-50%);
}
*/

.c-fixed__banner a::before {
	content: '';
	position: absolute;
	top: 150%;
	left: 0;
	background-color: #666666;
	width: 100%;
	height: 150%;
	transform: skewY(45deg);
	transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
	z-index: -1;
}

.c-fixed__banner.reserve a::before {
	background-color: #ff580e;
}

.c-fixed__banner.inquiry a::before {
	background-color: #00af99;
}

.c-fixed__banner a:hover::before {
	top: -30%;
}


.c-fixed__banner.reserve a {
	background-color: #f78e41;
}

.c-fixed__banner.inquiry a {
	background-color: #37e121;
}


.c-fixed__banner .icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5.5rem;
	background-position: center;
	background-repeat: no-repeat;
}

.c-fixed__banner.reserve .icon {
	background-image: url("../images/icon_calendar.svg");
	background-size: 3.0rem;
}

.c-fixed__banner.inquiry .icon {
	background-image: url("../images/icon_mail.svg");
	background-size: 2.7rem;
}


.c-fixed__banner .icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 5.5rem;
	right: 50%;
	width: 70%;
	height: 0.1rem;
	background-color: #ffffff;
	transform: translateX(50%);
}






/*--------------------------------
 * Introduction
---------------------------------*/

.p-introduction {
	padding: 0 2.0rem;
}

.p-introduction__container {
	max-width: 144.0rem;
	margin: 0 auto;
	padding: 8.0rem 0;
	background-image: url("../images/bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

@media (max-width: 1000px) {
	.p-introduction__container {
		padding: 4.0rem 0;
	}
}

.p-introduction__text {
	margin-bottom: 1.0em;
	font-size: 2.6rem;
	line-height: 1.6;
	white-space: nowrap;
}

@media (max-width: 1000px) {
	.p-introduction__text {
		font-size: 1.6rem;
	}
}

.p-introduction__text strong {
	position: relative;
	z-index: 1;
}

.p-introduction__text strong::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	height: 0.8rem;
	background-color: #00a291;
	z-index: -1;
}

@media (max-width: 1000px) {
	.p-introduction__text strong::before {
		bottom: 0;
	}
}

.p-introduction__text em {
	font-style: normal;
	font-weight: bold;
}







/*--------------------------------
 * Section
---------------------------------*/

.c-section {
	padding: 0 2.0rem;
}

.c-section__header {
	max-width: 104.0rem;
	margin: 0 auto;
	padding: 10.0rem 0;
}

@media (max-width: 1000px) {
	.c-section__header {
		padding: 5.0rem 3.5rem;
	}
}

.c-section__header__title {
	position: relative;
	color: #00a291;
	font-size: 3.2rem;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.c-section__header__title {
		font-size: 1.8rem;
	}
}

.c-section__header__title span {
	display: block;
	font-size: 5.6rem;
	font-family: "Helvetica Neue", Helvetica,Arial, "Open Sans", serif;
}

@media (max-width: 1000px) {
	.c-section__header__title span {
		font-size: 2.8rem;
	}
}

.c-section__header__title::before {
	content: '';
	display: block;
	position: absolute;
	top: 3.0rem;
	left: -10.0rem;
	width: 6.0rem;
	height: 0.4rem;
	background-color: #00a291;
}

@media (max-width: 1000px) {
	.c-section__header__title::before {
		top: 1.5rem;
		left: -3.0rem;
		width: 2.0rem;
		height: 0.2rem;
	}
}


.c-section__contents {
	max-width: 104.0rem;
	margin: 0 auto;
	padding-bottom: 10.0rem;
}

@media (max-width: 1000px) {
	.p-section__contents {
		padding-bottom: 5.0rem;
	}
}




/*--------------------------------
 * Facilities
---------------------------------*/

.p-facilities {
	padding: 0 3.0rem;
	background-image: linear-gradient(90deg, #eff8f7 50%, #ffffff 50%);
}


.p-facilities__container {
	max-width: 124.0rem;
	margin: 0 auto;
	background-color: #eff8f7;
	border-top-right-radius: 10.0rem;
}

@media (max-width: 1000px) {
	.p-facilities__container {
		border-top-right-radius: 5.0rem;
	}
}


.p-facilities__contents__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 1000px) {
	.p-facilities__contents__container {
		display: block;
	}
}




.p-facilities__block {
	width: calc((100% - 8.0rem) / 2);
	margin-left: 8.0rem;
	margin-bottom: 6.0rem;
}

.p-facilities__block:nth-child(2n-1) {
	margin-left: 0;
}

.p-facilities__block:last-of-type {
	margin-bottom: 0;
}


@media (max-width: 1000px) {
	.p-facilities__block {
		width: 100%;
		margin-left: 0;
	}
}


.p-facilities__block__title {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 25.0rem;
	margin: 0 auto 1.0em;
	padding: 0 1.0em;
	text-align: center;
	color: #00a291;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom: solid 0.1rem #00a291;
}

@media (max-width: 1000px) {
	.p-facilities__block__title {
		min-width: 20.0rem;
		font-size: 1.8rem;
	}
}

.p-facilities__block__title::before {
	content: '00';
	display: block;
	position: absolute;
	bottom: -0.8rem;
	left: -2.3rem;
	width: 4.6rem;
	background-color: #eff8f7;
	font-family: "Helvetica Neue", Helvetica,Arial, "Open Sans", serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 4.6rem;
	border: solid 0.1rem #00a291;
	border-radius: 50%;
}

@media (max-width: 1000px) {
	.p-facilities__block__title::before {
		width: 3.6rem;
		line-height: 3.6rem;
		font-size: 1.4rem;
	}
}

.p-facilities__block:nth-child(1) .p-facilities__block__title::before {
	content: '01';
}

.p-facilities__block:nth-child(2) .p-facilities__block__title::before {
	content: '02';
}

.p-facilities__block:nth-child(3) .p-facilities__block__title::before {
	content: '03';
}

.p-facilities__block:nth-child(4) .p-facilities__block__title::before {
	content: '04';
}

.p-facilities__block:nth-child(5) .p-facilities__block__title::before {
	content: '05';
}


.p-facilities__block__image img {
	display: block;
	width: 100%;
	height: auto;
}

.p-facilities__block__desc {
	margin-top: 1.0em;
	font-size: 1.8rem;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.p-facilities__block__desc {
		min-width: 20.0rem;
		font-size: 1.4rem;
	}
}









/*--------------------------------
 * Price
---------------------------------*/

.p-price {
	background-color: #ffffff;
background-image:
radial-gradient(circle at 100% 0%, #c1ffe2 0px, transparent 50%),
radial-gradient(at 0% 100%, #ffffff 0px, transparent 50%);
}


.p-price .c-section__contents {
	max-width: 112.0rem;
}



.p-price__banner {
	max-width: 84.0rem;
	margin: 0 auto 6.0rem;
	padding: 4.0rem 0;
	text-align: center;
	border: solid 0.2rem #00a291;
}

@media (max-width: 1000px) {
	.p-price__banner {
		margin-bottom: 3.0rem;
		padding: 2.0rem 1.0rem;
		text-align: left;
		font-size: 1.6rem;
		border-width: 0.1rem;
	}
}

.p-price__banner__container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.0rem;
}

@media (max-width: 1000px) {
	.p-price__banner__container {
		display: block;
		margin: 0;
	}
}



.p-price__banner__title {
	margin: 0 1.5em 0 0;
	color: #00a291;
	font-size: 3.2rem;
	line-height: 1.0;
}

@media (max-width: 1000px) {
	.p-price__banner__title {
		margin-bottom: 1.0em;
		font-size: 1.7rem;
	}
}

.p-price__banner__price {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.0;
}

@media (max-width: 1000px) {
	.p-price__banner__price {
		font-size: 1.6rem;
	}
}

.p-price__banner__price strong {
	font-size: 4.8rem;
}

@media (max-width: 1000px) {
	.p-price__banner__price strong {
		font-size: 3.2rem;
	}
}

.p-price__banner__price span {
	position: relative;
	z-index: 1;
}

.p-price__banner__price span::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	height: 0.8rem;
	background-color: #00a291;
	z-index: -1;
}


.p-price__banner__desc {
	font-size: 1.8rem;
	line-height: 1.6;
	white-space: nowrap;
}

@media (max-width: 1000px) {
	.p-price__banner__desc {
		font-size: 1.3rem;
	}
}






.p-price__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3.0rem;
}

@media (max-width: 1000px) {
	.p-price__container {
		display: block;
	}
}

.p-price__block {
	
}

@media (max-width: 1000px) {
	.p-price__block {
		margin-bottom: 1.7rem;
	}
}

.p-price__block__container {
	border: solid 0.1rem #aeaeae;
	transition: 0.5s;
}

.p-price__block__container:has(.active){
	height: 100%;
}

.p-price__block__header {
	position: relative;
	padding: 2.5rem 3.0rem;
	overflow: hidden;
}

@media (max-width: 1000px) {
	.p-price__block__header {
		padding: 1.5rem;
	}
}

.p-price__block__header::before{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	margin:auto;
	width: 30px;
	height: 30px;
	background-color: #00a291;
	transition: .2s;
	transform: rotate(45deg) translateX(-2.0rem) translateY(0);

}

.p-price__block__header__title {
	font-size: 1.8rem;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.p-price__block__header__title {
		font-size: 1.6rem;
	}
}

.p-price__block__header__title span {
	display: block;
	font-size: 2.6rem;
}

@media (max-width: 1000px) {
	.p-price__block__header__title span {
		font-size: 2.4rem;
	}
}

.p-price__block__header__title span i {
	font-size: 0.46em;
	font-weight: normal;
	font-style: normal;
}








.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: 30px;
	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: 30px;
	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-price__block__contents {
	display: none;
	position: relative;
	padding: 2.5rem 3.0rem;
}

@media (max-width: 1000px) {
	.p-price__block__contents {
		padding: 1.5rem;
	}
}

.p-price__block__contents::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 6.0rem);
	height: 0.1rem;
	background-color: #aeaeae;
	transform: translateX(-50%);
}

@media (max-width: 1000px) {
	.p-price__block__contents::before{
		width: calc(100% - 3.0rem);
	}
}

.p-price__block__contents p,
.p-price__block__contents dt,
.p-price__block__contents dd {
	font-size: 1.3rem;
	line-height: 1.6;
}

.p-price__block__contents p {
	margin-bottom: 1.0em;
}

.p-price__block__contents dl {
	margin-bottom: 1.0em;
}

.p-price__block__contents dl:last-of-type {
	margin-bottom: 0;
}

.p-price__block__contents dt {
	font-weight: bold;
}




/*--------------------------------
 * Information
---------------------------------*/

.p-information {
	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;
}


.p-information__container {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

@media (max-width: 1000px) {
	.p-information__container {
		display: block;
	}
}

.p-information__access {
	width: calc((100% - 8.0rem) / 2);
}

@media (max-width: 1000px) {
	.p-information__access {
		width: auto;
	}
}

.p-information__access__title {
	margin-bottom: 0.2em;
	color: #00a291;
	font-size: 3.2rem;
}

@media (max-width: 1000px) {
	.p-information__access__title {
		font-size: 1.8rem;
	}
}

.p-information__access__desc {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.p-information__access__desc {
		font-size: 1.4rem;
	}
}


.p-information__access__desc span {
	font-weight: normal;
}



.p-information__map {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100% - 8.0rem) / 2);
}

@media (max-width: 1000px) {
	.p-information__map {
		flex-direction: column-reverse;
		position: static;
		width: auto;
	}
}

.p-information__image {
	margin: 0 0 3.5rem;
}

@media (max-width: 1000px) {
	.p-information__image {
		margin: 0;
	}
}

.p-information__image img {
	display: block;
	width: 100%;
	height: auto;
}



.p-information__hour {
	margin-top: 4.0rem;
	padding-top: 4.0rem;
	border-top: solid 0.2rem #aeaeae;
}


/* Ladys day
---------------------------------*/

.p-information__ladysday {
	margin-top: 9.0rem;
	padding: 3.5rem;
	background-color: #fff6f5;
	border: solid 0.3rem #fa6e61;
}

@media (max-width: 1000px) {
	.p-information__ladysday {
		margin-top: 4.0rem;
		padding: 1.5rem;
	}
}

.p-information__ladysday__container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.0rem;
}

@media (max-width: 1000px) {
	.p-information__ladysday__container {
		display: block;
	}
}

.p-information__ladysday__title {
	color: #fa6e61;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.0;
}

@media (max-width: 1000px) {
	.p-information__ladysday__title {
		margin-bottom: 1.0em;
		font-size: 1.6rem;
	}
}

.p-information__ladysday__title span {
	font-size: 2.2rem;
}

@media (max-width: 1000px) {
	.p-information__ladysday__title span {
		font-size: 1.6rem;
	}
}

.p-information__ladysday__desc {
	position: relative;
	color: #222222;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.0;
	z-index: 1;
}

@media (max-width: 1000px) {
	.p-information__ladysday__desc {
		font-size: 2.2rem;
	}
}

.p-information__ladysday__desc.pc {
	display: block;
}

@media (max-width: 1000px) {
	.p-information__ladysday__desc.pc {
		display: none;
	}
}

.p-information__ladysday__desc.sp {
	display: none;
}

@media (max-width: 1000px) {
	.p-information__ladysday__desc.sp {
		display: block;
	}
}

.p-information__ladysday__desc::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.8rem;
	background-color: #FA6E61;
	z-index: -1;
}

@media (max-width: 1000px) {
	.p-information__ladysday__desc::before {
		bottom: 0;
	}
}




/*--------------------------------
 * Faq
---------------------------------*/

.p-faq {
	background-color: #f4f4f4;
}



.p-faq__block {
	margin-bottom: 1.7rem;
	background-color: #ffffff;
}

.p-faq__block__question {
	position: relative;
	padding: 3.0rem 6.0rem 3.0rem 8.0rem;
	transition: 0.5s ease;
}

@media (max-width: 1000px) {
	.p-faq__block__question {
		padding: 2.0rem 6.0rem 2.0rem 8.0rem;
	}
}

.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: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.p-faq__block__question p {
		font-size: 1.6rem;
	}
}

.p-faq__block__question::after {
	content: 'Q';
	display: block;
	position: absolute;
	top: 2.7rem;
	left: 3.0rem;
	width: 3.0rem;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica,Arial, "Open Sans", serif;
	font-size: 1.8rem;
	line-height: 3.0rem;
	background-color: #00a291;
	color: #ffffff;
	border-radius: 50%;
	transition: 0.5s ease;
}

@media (max-width: 1000px) {
	.p-faq__block__question::after  {
		top: 1.8rem;
	}
}

.p-faq__block__question.active::after {
	background-color: #ffffff;
	color: #00a291;
}


.p-faq__block__answer {
	display: none;
	position: relative;
	padding: 4.0rem;
}

@media (max-width: 1000px) {
	.p-faq__block__answer {
		padding: 2.0rem;
	}
}

.p-faq__block__answer p {
	font-size: 1.6rem;
	line-height: 1.85;
}

@media (max-width: 1000px) {
	.p-faq__block__answer p {
		font-size: 1.4rem;
	}
}









/*--------------------------------
 * Banner
---------------------------------*/

.p-reserve {
	padding: 8.0rem 2.0rem;
	background-image: url("../images/reserve_bg.jpg");
	background-position: center;
	background-size: cover;
}

@media (max-width: 1000px) {
	.p-reserve {
		padding: 4.0rem 2.0rem;
	}
}


.p-inquiry {
	background-color: #f4f4f4;
	padding:  0 2.0rem 18.0rem;
}

@media (max-width: 1000px) {
	.p-inquiry {
		padding: 0 2.0rem 9.0rem;
	}
}



.c-banner {
	max-width: 48.0rem;
	margin: 0 auto;
	box-shadow: 0px 22px 20px -3px rgba(0, 0, 0, 0.1);
}

.c-banner a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 10.0rem;
	background-color: #4f5868;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 900;
	overflow: hidden;
	z-index: 1;
}

@media (max-width: 1000px) {
	.c-banner a {
		height: 5.5rem;
		font-size: 1.6rem;
	}
}

.c-banner a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	width: 7.0rem;
	height: 1.3rem;
	background-image: url("../images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

@media (max-width: 1000px) {
	.c-banner a::after {
		right: 2.0rem;
		width: 5.5rem;
		height: 1.0rem;
	}
}

.c-banner a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -160%;
	background-color: #666666;
	width: 150%;
	height: 100%;
	z-index: -1;
	transform: skewX(45deg);
	transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}

.p-reserve .c-banner a::before {
	background-color: #ff580e;
}

.p-inquiry .c-banner a::before {
	background-color: #00af99;
}

.c-banner a:hover::before {
	left: -35%;
}


.c-banner .icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10.0rem;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1000px) {
	.c-banner .icon  {
		width: 5.5rem;
	}
}


.c-banner .icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 0.1rem;
	height: 70%;
	background-color: #ffffff;
	transform: translateY(-50%);
}




.p-reserve .c-banner a {
	background-color: #f78e41;
}

.p-reserve .c-banner .icon {
	background-image: url("../images/icon_calendar.svg");
	background-size: 4.5rem;
}

@media (max-width: 1000px) {
	.p-reserve .c-banner .icon {
		background-size: 3.0rem;
	}
}


.p-inquiry .c-banner a {
	background-color: #37e121;
}

.p-inquiry .c-banner .icon {
	background-image: url("../images/icon_mail.svg");
	background-size: 4.0rem;
}

@media (max-width: 1000px) {
	.p-inquiry .c-banner .icon {
		background-size: 2.8rem;
	}
}



.p-map .c-banner {
	max-width: 36.0rem;
	margin: 0;
}

@media (max-width: 1000px) {
	.p-map .c-banner  {
		max-width: 48.0rem;
		margin: 3.0rem auto;
	}
}

.p-map .c-banner a {
	height: 8.0rem;
	background-color: #4f5868;
}

@media (max-width: 1000px) {
	.p-map .c-banner a {
		height: 5.5rem;
	}
}



.p-map .c-banner .icon {
	width: 8.0rem;
	background-image: url("../images/icon_map.svg");
	background-size: 4.2rem;
}

@media (max-width: 1000px) {
	.p-map .c-banner .icon {
		width: 5.5rem;
		background-size: 3.0rem;
	}
}







/*--------------------------------
 * Women
---------------------------------*/

.p-women {
	padding: 8.0rem 2.0rem;
}

.p-women__container {
	position: relative;
	max-width: 104.0rem;
	margin: 0 auto;
	padding: 5.0rem 0;
	border: solid 0.3rem #FA6E61;
	border-radius: 10.0rem;
	overflow: hidden;
	z-index: 1;
}

@media (max-width: 1000px) {
	.p-women__container {
		padding: 3.0rem 1.5rem;
		border-radius: 4.0rem;
	}
}

.p-women__container::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/womens_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.25;
	z-index: -1;
}


.p-women__header {
	margin-bottom: 7.0rem;
}

@media (max-width: 1000px) {
	.p-women__header {
		margin-bottom: 3.5rem;
	}
}

.p-women__header__title {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 0.15em 1.0em 0.05em;
	background-color: #FA6E61;
	color: #ffffff;
	font-size: 3.2rem;
	border-radius: 2.0em;
}

@media (max-width: 1000px) {
	.p-women__header__title {
		font-size: 2.2rem;
	}
}

.p-women__header__title::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 22px solid #fa6e61;
	border-bottom: 0;
	transform: translateX(-50%);
}



@media (max-width: 1000px) {
	.p-women__header__title::after {
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 18px solid #fa6e61;
	}
}




.p-women__contents__main {
	margin-bottom: 4.0rem;
	text-align: center;
}

@media (max-width: 1000px) {
	.p-women__contents__main {
		margin-bottom: 2.0rem;
	}
}

.p-women__contents__main p {
	font-size: 1.8rem;
	line-height: 1.7;
}

@media (max-width: 1000px) {
	.p-women__contents__main p {
		font-size: 1.4rem;
	}
}

.p-women__contents__main p strong {
	position: relative;
	z-index: 1;
}

.p-women__contents__main p strong::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	height: 0.8rem;
	background-color: #FA6E61;
	z-index: -1;
}

@media (max-width: 1000px) {
	.p-women__contents__main p strong::before {
		bottom: 0;
	}
}



.p-women__contents__sub {
	display: flex;
	justify-content: space-between;
	max-width: 66.5rem;
	margin: 0 auto;
}

@media (max-width: 1000px) {
	.p-women__contents__sub {
		display: block;
	}
}




.p-women__contents__box {
	
}

@media (max-width: 1000px) {
	.p-women__contents__box {
		
	}
}



@media (max-width: 1000px) {
	.p-women__contents__box:first-of-type {
		margin-bottom: 2.0rem;
	}
}



.p-women__contents__title {
	width: fit-content;
	margin: 0 0 0.5em;
	padding: 0.15em 0.7em 0.05em;
	background-color: #FA6E61;
	color: #ffffff;
	font-size: 1.8rem;
	border-radius: 0.5rem;
}

@media (max-width: 1000px) {
	.p-women__contents__title {
		margin: 0 auto 0.5em;
	}
}


.p-women__contents__date {
	font-size: 1.8rem;
}

@media (max-width: 1000px) {
	.p-women__contents__date {
		
	}
}


.p-women__contents__date {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
}

@media (max-width: 1000px) {
	.p-women__contents__date {
		text-align: center;
		font-size: 1.4rem;
	}
}

.p-women__contents__time {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1000px) {
	.p-women__contents__time {
		justify-content: center;
		max-width: 40.0rem;
		margin:  0 auto;
	}
}


.p-women__contents__time li {
	position: relative;
	width: 45%;
	font-size: 1.8rem;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.p-women__contents__time li {
		width: 14.0rem;
		font-size: 1.4rem;
	}
}


.p-women__contents__time li::before {
	content: '●';
	color: #FA6E61;
}

.p-women__contents__price {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	white-space: nowrap;
}

@media (max-width: 1000px) {
	.p-women__contents__price {
		font-size: 1.4rem;
	}
}

.p-women__contents__price strong {
	font-size: 2.0em;
}


.p-women__contents__note {
	font-size: 1.1rem;
}

@media (max-width: 1000px) {
	.p-women__contents__note {
		width: 100%;
		margin-top: 1.0em;
		text-align: center;
		font-size: 1.0rem;
	}
}






@media (max-width: 1000px) {
	.p-women__contents__box:last-of-type {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
	}
}



@media (max-width: 1000px) {
	.p-women__contents__box:last-of-type .p-women__contents__title {
		margin: 0 0.5rem 0 0;
	}
}

