@charset "UTF-8";
/* CSS Document */

/* ==========================================================
*
*   utility
*
========================================================== */
@media screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-hide {
        display: none !important;
    }
}

.bold {
	font-weight: bold;
}
.red {
	color: #F75959;
}
.center {
	text-align: center;
}
.mt-1_5em {
	margin-top: 1.5em;
}
.mt-3em {
	margin-top: 3em;
}


/* ---------------------------------------------
*   c-text-link
--------------------------------------------- */
.c-text-link {
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}
.c-text-link:hover {
	border-bottom: none;
	opacity: 0.7;
}



/* ---------------------------------------------
*   bg
--------------------------------------------- */
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #f2997c 50%, #f3c99c 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

.content {
	background-color:rgba(255,255,255,.8);
	padding: 5vmin 10vmin 10vmin;
	width: 100%;
	min-height: 100vh;
}
@media screen and (max-width: 767px) {
    .content {
        padding: calc(30 / 640 * 100vw);
    }
}

/* ---------------------------------------------
*   logo
--------------------------------------------- */
.logo {
	width: 50%;
	max-width: 680px;
	margin: 20px auto;
}

@media screen and (max-width: 767px) {
    .logo {
        width: calc(520 / 640 * 100vw);
    }
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

path {
    fill: none;
    stroke: #333;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    -webkit-animation: logo 5s ease-in forwards;
    animation: logo 5s ease-in forwards;
}
@-webkit-keyframes logo {
0% {
    stroke-dashoffset: 2000;
    fill:transparent;
}
50% {
    fill:transparent;
}
100% {
    stroke-dashoffset: 0;
    fill:#333;
}
}
@keyframes logo {
0% {
    stroke-dashoffset: 2000;
    fill:transparent;
}
50% {
    fill:transparent;
}
100% {
    stroke-dashoffset: 0;
    fill:#333;
}
}
/* ---------------------------------------------
*   navi
--------------------------------------------- */
.navi-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 3em;
	margin-bottom: 30px;
	font-size: 87.5%;
}
@media screen and (max-width: 767px) {
    .navi-list {
		flex-wrap: wrap;
		justify-content: space-around;
		column-gap: calc(30 / 640 * 100vw);
		row-gap: 1em;
    }
}

.navi-list li{
	position: relative;
	padding-left: 1.1em;
}
.navi-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	color: #333;
	width: 0.6em;
	height: 0.6em;
	border: 1.5px solid #333;
	border-left: 0;
	border-bottom: 0;
	transform: translateY(-70%) rotate(135deg);
}

.navi-list li a:hover {
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}


/* ---------------------------------------------
*   c-ttl-lv2
--------------------------------------------- */
.c-ttl-lv2 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3.33rem;
}

.c-ttl-lv2 .text-small {
	font-size: 1rem;
	font-weight: normal;
}

/* ---------------------------------------------
*   block-1
--------------------------------------------- */
.block-1 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .block-1 {
		width: 100%;
    }
}

.block-1_box {
	border-top: 1px solid #ac978f;
	border-bottom: 1px solid #ac978f;
	padding: 1em 0;
	margin: 20px auto 40px;
	width: 100%;
}

.block-1_inner {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 20px auto 0;
}

.block-1_inner p {
	font-weight: bold;
	font-size: 1.6rem;
	color: #726662;
}

.btn-link-typeA {
	width: 340px;
	margin: 1em auto 0;
}
@media screen and (max-width: 767px) {
    .btn-link-typeA {
		width: calc(400 / 640 * 100vw);
    }
}

.btn-link-typeA .btn-link__pink {
	display: flex;
	justify-content: center;
	align-items: baseline;
	border: 2px solid #FA7D79;
	border-radius: 100px 100px;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	color: #FA7D79;
	letter-spacing: 0.1em;
}
.btn-link-typeA .btn-link__pink .text-large {
	font-size: 180%;
}

.btn-link-typeA .btn-link__pink:hover {
	background-color: #FA7D79;
	color: #fff;
}


/* ---------------------------------------------
*   block-2
--------------------------------------------- */
.block-2 {
	width: 800px;
	margin: 60px auto;
	padding-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 767px) {
    .block-2 {
		width: 100%;
		margin: calc(80 / 640 * 100vw) auto;
		padding-top: calc(100 / 640 * 100vw);
    }
}

.block-2::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 19px;
	background-image: url("../img/bg_line01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 767px) {
    .block-2::before {
		height: calc(19 / 640 * 100vw);
    }
}

.point_candy {
	display: inline-block;
	margin-bottom: 3em;
}

.point_candy_item {
	font-size: 20px;
	padding-left: 55px;
	position: relative;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .point_candy_item {
		font-size: calc(26 / 640 * 100vw);
		padding-left: calc(68 / 640 * 100vw);
    }
}

.point_candy_item::before {
	position: absolute;
    content: '';
    width: 49px;
    height: 26px;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .point_candy_item::before {
		width: calc(60 / 640 * 100vw);
		height: calc(30 / 640 * 100vw);
    }
}

.point_candy_item.candy01::before {
    background: url(../img/icon_candy01.png) 0 0 no-repeat;
    background-size: contain;
	transform: translateY(10%);
}
.point_candy_item.candy02::before {
    background: url(../img/icon_candy02.png) 0 0 no-repeat;
    background-size: contain;
	transform: translateY(10%);
}

.point_photo_item {
	text-align: right;
	position: relative;
	padding-right: 23px;
	margin-top: 2em;
}

.point_photo_item::before {
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 4px;
    right: 0;
    background: url(../img/icon_photo.png) 0 0 no-repeat;
    background-size: contain;
}


.point_cookie {
	display: inline-block;
}

.point_cookie_item {
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .point_cookie_item {
		padding-left: calc(25 / 640 * 100vw);
    }
}

.point_cookie_item::before {
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .point_cookie_item::before {
		width: calc(20 / 640 * 100vw);
		height: calc(20 / 640 * 100vw);
    }
}

.point_cookie li:nth-child(odd)::before {
    background: url(../img/icon_cookie01.png) 0 0 no-repeat;
    background-size: contain;
}
.point_cookie li:nth-child(even)::before {
    background: url(../img/icon_cookie02.png) 0 0 no-repeat;
    background-size: contain;
}

/* ---------------------------------------------
*   block-price
--------------------------------------------- */
.block-price {
	width: 100%;
	margin-top: 40px;
	background-color: #fff;
	border-radius: 100px 100px;
	padding: 30px 60px 60px;
}
@media screen and (max-width: 767px) {
    .block-price {
		margin-top: calc(50 / 640 * 100vw);
		padding: calc(30 / 640 * 100vw)  calc(30 / 640 * 100vw) calc(50 / 640 * 100vw) ;
		border-radius: calc(50 / 640 * 100vw);
    }
}

.c-table-price {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	line-height: 2;
}
@media screen and (max-width: 767px) {
    .c-table-price {
		flex-direction: column;
    }
}

.c-table-price p {
	width: calc(100% / 2 - 3em );
}
@media screen and (max-width: 767px) {
    .c-table-price p {
		width: 100%;
		padding: calc(10 / 640 * 100vw);
    }
}

.c-table-price .target {
	display: inline-block;
	text-align: center;
	width: 10rem;
	background-color: #F7B46B;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	border-radius: 100px 100px;
	padding: 5px;
	margin-right: 1em;
}
.c-table-price .ryokin {
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .c-table-price .ryokin{
		font-size: 1.3rem;
		transform: translateY(0.5rem);
    }
}


/* ---------------------------------------------
*   block-calendar
--------------------------------------------- */
.block-calendar {
	width: 800px;
	margin: 60px auto;
	padding-top: 60px;
	position: relative;
}
@media screen and (max-width: 767px) {
    .block-calendar {
		width: 100%;
		margin: calc(80 / 640 * 100vw) auto;
		padding-top: calc(100 / 640 * 100vw);
    }
}

.block-calendar::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 15px;
	background-image: url("../img/bg_line02.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 767px) {
    .block-calendar::before {
		height: calc(15 / 640 * 100vw);
    }
}

.block-calendar_inner {
	width: 800px;
	margin: 50px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .block-calendar_inner {
		width: 100%;
		margin: calc(60 / 640 * 100vw) auto;
		padding: calc(5 / 640 * 100vw);
    }
}

.block-calendar iframe {
	width: 100%;
}
@media screen and (max-width: 767px) {
    .block-calendar iframe {
		height: calc(600 / 640 * 100vw);
    }
}

/* ---------------------------------------------
*   c-table-data
--------------------------------------------- */
.c-table-data {
	width: 100%;
	border-bottom: 5px solid #AE9890;
	display: flex;
	justify-content: flex-start;
	gap: 1.5em;
	background-color: #fff;
	border-radius: 8px;
	padding: 15px 30px;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    .c-table-data {
		gap: 1em;
		padding: 1em 2em;
    }
}

.c-table-data dt,
.c-table-data dd {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
    .c-table-data {
		flex-wrap: wrap;
    }
}

.c-table-data .number {
	width: 3em;
}
.c-table-data .data {
	font-weight: bold;
}
.c-table-data .time {
	width: 7em;
}


/* ---------------------------------------------
*   block-3
--------------------------------------------- */
.block-3 {
	width: 800px;
	margin: 60px auto;
	padding-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 767px) {
    .block-3 {
		width: 100%;
		margin: calc(80 / 640 * 100vw) auto;
		padding-top: calc(100 / 640 * 100vw);
    }
}

.block-3::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px;
	background-image: url("../img/bg_line03.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 767px) {
    .block-3::before {
		height: calc(20 / 640 * 100vw);
    }
}

/* ---------------------------------------------
*   btn-link-typeB
--------------------------------------------- */
.btn-link-typeB {
	width: 340px;
	margin: 3em auto 0;
}
@media screen and (max-width: 767px) {
    .btn-link-typeB {
		width: 100%;
    }
}

.btn-link-typeB .btn-link__pink {
	display: flex;
	justify-content: center;
	align-items: baseline;
	border: 2px solid #FA7D79;
	border-radius: 100px 100px;
	background-color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FA7D79;
	letter-spacing: 0.1em;
	padding: 0.5em;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.btn-link-typeB .btn-link__pink:hover {
	background-color: #FA7D79;
	color: #fff;
	box-shadow:  none;
}

/* ---------------------------------------------
*   list-circle
--------------------------------------------- */
.list-circle {
	list-style: circle;
	list-style-position: outside;
	transform: translateX(1em);
	padding-right: 1em;
}

.list-circle-item + .list-circle-item {
	margin-top: 1em;
}



/* ---------------------------------------------
*   block-map
--------------------------------------------- */
.block-map_inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;	
}
@media screen and (max-width: 767px) {
    .block-map_inner {
		padding: calc(10 / 640 * 100vw); 
    }
}

.map_image {
	width: 100%;
	margin-bottom: 20px;
}

.c-txt-right {
	text-align: right;
}

/* ---------------------------------------------
*   block-contact
--------------------------------------------- */
.block-contact {
	width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .block-contact {
		width: 100%;
    }
}

/* ---------------------------------------------
*   footer_area
--------------------------------------------- */
.footer_area {
	color: #ffffff;
	background-color: #ed7875;
	padding: 20px;
	text-align: center;
	font-size: 11px;
}

/* ---------------------------------------------
*   block-events
--------------------------------------------- */
.block-events {
	width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .block-events {
		width: 100%;
    }
}

.events_box {
	background: #ffffff;
	border-radius: 20px;
	padding: 40px;
}
@media screen and (max-width: 767px) {
    .events_box {
		border-radius: calc(10 / 640 * 100vw);
		padding: calc(20 / 640 * 100vw);
		font-size: 0.9rem;
    }
}

.text-marker {
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(transparent 30%, #fdeff2 30%);
}
@media screen and (max-width: 767px) {
    .text-marker {
		font-size: 15px;
		background: linear-gradient(transparent 50%, #fdeff2 50%);
    }
}
