/*--------------------------------
common
--------------------------------*/
* {
	margin: 0;
	padding: 0
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
*:focus {
	outline: none!important;
}
body {
	position: relative;
	font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: 15px;
	color: #363636;
}
a {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, p, ul {
	margin: 0;
}
img {
	width: 100%;
	max-width: 100%;
}
ul.d-flex {
	list-style: none;
	padding: 0;
}
.small {
	font-size: 12px;
}
html.is-fixed,
html.is-fixed main {
	height: 100%;
	overflow: hidden;
}

/*--------------------------------
header
--------------------------------*/
header {
	position:sticky;
	top:0;
	font-size: 14px;
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	padding: 15px 0;
	z-index: 100;
}
/*- logo ----------*/
header .logo img {
	max-width: 150px;
}
/*- hamburger ----------*/
header .hamburger-list {
	gap: 15px 30px;
	overflow-y: auto;
}
header .hamburger-list a {
	display: block;
	color: #363537;
}
header .hamburger-list a:hover {
	filter: opacity(.6);
}
header .hamburger-button {
	display: none;
}
header .hamburger-line {
	display: block;
	background-color: #000;
	width: 20px;
	height: 1px;
	transition: .3s;
}

/*--------------------------------
main
--------------------------------*/
main {
	position: relative;
}
main section {
	padding: 100px 0;
}
h2 {
	font-size: 35px;
	font-weight: 600;
}
h3 {
	font-size: 27px;
	font-weight: 600;
}
.subttl {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	min-width: 210px;
	border-radius: 20rem;
	padding: 4px 23px;
}
.wavyline {
	width: 100%;
	height: 12px;
}
.button a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #363636;
	border-radius: 20rem;
}
.button a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 42px;
	height: 42px;
	margin: auto 0;
}
/*- kv ----------*/
.kv {
	background-color: #8BD2F5;
	padding: 0;
}
/*- section01 ----------*/
.section01 {
	position: relative;
	background: #8BD2F5 url("../img/section01_bg01.png") repeat-y top center / 100%;
	padding-top: 0;
}
.section01:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 187px;
	height: 85px;
	background: url("../img/section02_bg02.png") no-repeat center / cover;
	animation: flower 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
	margin: 0 auto;
	z-index: 1;
}
@keyframes flower {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
.section01 h2 {
	font-size: 24px;
	color: #fff;
}
.section01 .subttl {
	color: #fff;
	background-color: #0079BB;
}
.section01 .calendar table {
	width: 100%;
	border-radius: 8px;
}
.section01 .calendar thead tr:first-child>*:first-child {
	border-radius: 8px 0 0 0;
}
.section01 .calendar thead tr:first-child>*:last-child {
	border-radius: 0 8px 0 0;
}
.section01 .calendar tbody tr:last-child>*:first-child {
	border-left: none;
	border-bottom: none;
}
.section01 .calendar tbody tr:last-child>*:first-child .day {
	border-left: 1px solid #e8f1f5;
}
.section01 .calendar tbody tr:last-child>*:first-child .time {
	border: 1px solid #e8f1f5;
	border-top: 0;
	border-right: 0;
	border-radius: 0 0 0 8px;
}
.section01 .calendar tbody tr:last-child>*:last-child {
	border-right: none;
	border-bottom: none;
}
.section01 .calendar tbody tr:last-child>*:last-child .day {
	border-right: 1px solid #e8f1f5;
}
.section01 .calendar tbody tr:last-child>*:last-child .time {
	border: 1px solid #e8f1f5;
	border-top: 0;
	border-left: 0;
	border-radius: 0 0 8px 0;
}
.section01 .calendar thead th {
	color: #fff;
	text-align: center;
	width: calc(100% / 7 );
	height: 40px;
	background: #01a390;
}
.section01 .calendar thead th:first-child {
	background: #e4302f;
}
.section01 .calendar thead th:last-child {
	background: #00a4dc;
}
.section01 .calendar tbody td {
	border: 1px solid #e8f1f5;
}
.section01 .calendar tbody tr:last-child td {
	border-bottom: 0;
}
.section01 .calendar tbody .day {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #f3fbfa;
	height: 36px;
}
.section01 .calendar tbody td:last-child {
	border-right: 0;
}
.section01 .calendar tbody td:first-child .day {
	color: #e4302f;
	background: #fef5f5;
}
.section01 .calendar tbody td:last-child .day {
	color: #00a4dc;
	background: #f3fbfd;
}
.section01 .calendar tbody .holiday .day,
.section01 .calendar tbody .holiday .time {
	background: #eee;
}
.section01 .calendar tbody .time {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
	height: 64px;
	background-color: #fff;
}
.section01 .calendar tbody .time.fw-bold {
	color: #e4302f!important;
}
.section01 .calendar tbody .time span {
	font-size: 14px;
	color: #999;
}
.section01 .calendar tbody .time.fw-bold span {
	font-weight: normal;
}
.section01 .button a {
	color: #fff;
	background-color: #0079BB;
	max-width: 400px;
	width: 100%;
	height: 90px;
}
.section01 .button a:before {
	background: url("../img/icon_02.png") no-repeat center / cover;
}
/*- section02 ----------*/
.section02 {
	color: #fff;
	background: #F97E91 url("../img/section02_bg01.png") repeat-y top center / 100%;
	--mask:
		radial-gradient(90px at 50% 120px,#000 99%,#0000 101%) calc(50% - 80px) 0/160px 50% repeat-x,
		radial-gradient(90px at 50% -80px,#0000 99%,#000 101%) 50% 40px/160px calc(50% - 40px) repeat-x,
		radial-gradient(90px at 50% calc(100% - 120px),#000 99%,#0000 101%) calc(50% - 80px) 100%/160px 50% repeat-x,
		radial-gradient(90px at 50% calc(100% + 80px),#0000 99%,#000 101%) 50% calc(100% - 40px)/160px calc(50% - 40px) repeat-x;
	-webkit-mask: var(--mask);
					mask: var(--mask);
	padding: 152px 0;
	margin: -52px 0;
}
.section02 h2 {
	color: #FFFFAA;
}
.section02 .subttl {
	color: #F97E91;
	background-color: #fff;
}
.section02 h3 {
	color: #FFFFD4;
}
.section02 .wavyline {
	background: url("../img/section02_line.png") repeat-x center / cover;
}
.section02 .img01,
.section02 .img02,
.section02 .img03,
.section02 .img04,
.section02 .img05 {
	position: relative;
}
@keyframes character {
  0% {
    transform:translate(0, 0) rotate(-4deg);
  }
  50% {
    transform:translate(0, -4px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(4deg);
  }
}
.section02 .button a {
	background-color: #FFFFA5;
	max-width: 400px;
	width: 100%;
	height: 90px;
}
.section02 .button a:before {
	background: url("../img/icon_01.png") no-repeat center / cover;
}
/*- section03-06 ----------*/
.section03 .subttl,
.section04 .subttl,
.section05 .subttl,
.section06 .subttl {
	background-color: #EBEBEB;
}
.section03 .box,
.section04 .box,
.section05 .box,
.section06 .box {
	position: relative;
	background-color: #fff;
	border-radius: 60px;
}
.section03 .box:before,
.section04 .box:before,
.section05 .box:before,
.section06 .box:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	width: 187px;
	height: 85px;
	animation: flower 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
	margin: 0 auto;
}
@keyframes flower {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
.section03 .box:before,
.section05 .box:before{
	background: url("../img/section03_bg02.png") no-repeat center / cover;
}
.section04 .box:before,
.section06 .box:before{
	background: url("../img/section02_bg02.png") no-repeat center / cover;
}
.section03 .box:after,
.section04 .box:after,
.section05 .box:after,
.section06 .box:after {
	content: "";
	position: absolute;
	bottom: -50px;
}
.section03 .box:after,
.section05 .box:after {
	right: -40px;
	width: 192px;
	height: 328px;
	background: url("../img/section03_bg03.png") no-repeat center / cover;
}
.section04 .box:after,
.section06 .box:after {
	left: -70px;
	width: 213px;
	height: 281px;
	background: url("../img/section04_bg03.png") no-repeat center / cover;
}
.section03 .box .row,
.section04 .box .row,
.section05 .box .row,
.section06 .box .row {
	max-width: 1100px;
	padding: 100px 0;
	margin: 0 auto;
}
.section03 .button a,
.section04 .button a,
.section05 .button a,
.section06 .button a,
.section07 .button a {
	position: relative;
	color: #fff;
	max-width: 400px;
	width: 100%;
	height: 90px;
	z-index: 1;
}
.section03 .button a:before,
.section04 .button a:before,
.section05 .button a:before,
.section06 .button a:before{
	background: url("../img/icon_02.png") no-repeat center / cover;
}
/*- section03 ----------*/
.section03 {
	background: #E4F5FC url("../img/section03_bg01.png") repeat-y top center / 100%;
}
.section03 h2 {
	color: #48BBEC;
}
.section03 h3 {
	color: #91D6F4;
}
.section03 .wavyline {
	background: url("../img/section03_line.png") repeat-x center / cover;
}
.section03 .box {
	border: 5px solid #48BBEC;
}
.section03 .button a {
	background-color: #48BBEC;
}
/*- section04 ----------*/
.section04 {
	background: #E6F5EC url("../img/section04_bg01.png") repeat-y top center / 100%;
}
.section04 h2 {
	color: #5BBB82;
}
.section04 h3 {
	color: #9DD6B4;
}
.section04 .wavyline {
	background: url("../img/section04_line.png") repeat-x center / cover;
}
.section04 .box {
	border: 5px solid #5BBB82;
}
.section04 .button a {
	background-color: #5BBB82;
}
/*- section05 ----------*/
.section05 {
	background: #FDEDE4 url("../img/section03_bg01.png") repeat-y top center / 100%;
}
.section05 h2 {
	color: #F3864C;
}
.section05 h3 {
	color: #F8B694;
}
.section05 .wavyline {
	background: url("../img/section05_line.png") repeat-x center / cover;
}
.section05 .box {
	border: 5px solid #F3864C;
}
.section05 .button a {
	background-color: #F3864C;
}
/*- section06 ----------*/
.section06 {
	background: #F0ECF6 url("../img/section04_bg01.png") repeat-y top center / 100%;
}
.section06 h2 {
	color: #9B83C5;
}
.section06 h3 {
	color: #C3B5DC;
}
.section06 .wavyline {
	background: url("../img/section06_line.png") repeat-x center / cover;
}
.section06 .box {
	border: 5px solid #9B83C5;
}
.section06 .button a {
	background-color: #9B83C5;
}
/*- section07 ----------*/
.section07 {
	background-color: #E1DCDA;
	--mask:
	radial-gradient(90px at 50% 120px,#000 99%,#0000 101%) calc(50% - 80px) 0/160px 100%,
	radial-gradient(90px at 50% -80px,#0000 99%,#000 101%) 50% 40px/160px 100% repeat-x;
	-webkit-mask: var(--mask);
					mask: var(--mask);
	padding-top: 152px;
	margin-top: -52px;
}
.section07 .subttl {
	background-color: #fff;
}
.section07 .slick-slider {
	padding: 0;
}
.section07 .slider li {
	padding: 0 15px;
}
.section07 .slick-prev {
	left: 10px;
	height: 100%;
}
.section07 .slick-next {
	right: 10px;
	height: 100%;
}
.section07 .slick-prev:before,
.section07 .slick-next:before {
	content: "";
	position: absolute;
	bottom: -60px;
	width: 50px;
	height: 50px;
}
.section07 .slick-prev:before {
	left: 0;
	background: url("../img/previous.png") no-repeat center / cover;
}
.section07 .slick-next:before {
	right: 0;
	background: url("../img/next.png") no-repeat center / cover;
}
.section07 .box {
	position: relative;
	font-size: 17px;
	background-color: #fff;
	border-radius: 20px;
	height: 100%;
	padding: 25px 25px 25px 100px;
	margin: 0 0 5px 46px;
}
.section07 .box img {
	position: absolute;
	left: -46px;
	bottom: -5px;
	max-width: 125px;
}
.section07 .button a {
	color: #fff;
	background-color: #F97E91;
}
.section07 .button a:hover {
	color: #fff;
}
.section07 .button a:before {
	background: url("../img/icon_03.png") no-repeat center / cover;
}
.section07 .accordion-btn a {
	background-color: #AA9A96;
}
.section07 .accordion-btn a:before {
	transform: rotate(90deg);
}
.section07 .button.open a:before {
	transform: rotate(-90deg);
}
/*- section08 ----------*/
.section08 {
	position: relative;
}
.section08:before,
.section08:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	z-index: -1;
}
.section08:before {
	background-color: #E1DCDA;
}
.section08:after {
	background-color: #fff;
	border-radius: 20rem 0 0 0;
}
.section08 .subttl {
	color: #fff;
	background-color: #AA9A96;
}
.section08 .denpark img {
	max-width: 250px;
}
.section08 .tel {
	color: #F97E91;
}
.section08 .logo {
	gap: 24px 60px;
}
.section08 .inner {
	height: 100%;
	background-color: #F2F0EF;
	border-radius: 20px;
	padding: 18px;
}
.section08 .inner li:first-child {
	max-width: 80px;
	width: 100%;
}
.section08 .inner li:last-child {
	width: 100%;
}
.section08 .inner .fw-bold {
	font-size: 20px;
	color: #F97E91;
	line-height: 1.2;
	border-bottom: 3px solid #F97E91;
}
.section08 .inner .parking {
	color: #000;
}
.section08 .inner .parking .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 22px;
	height: 22px;
	background: #1D6FA1;
	border-radius: 4px;
	margin-right: 6px;
}
.section08 .inner li li:first-child {
	max-width: fit-content;
}
.section08 .inner .label {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #F97E91;
	border-radius: 4px;
	padding: 0 2px;
	margin-right: 6px;
}
.section08 .logo img {
	zoom: .5;
}
/*- section09 ----------*/
.section09 {
	background-color: #E1DCDA;
	padding: 95px 0;
}
.section09 .button a {
	color: #fff;
	background-color: #01A390;
	max-width: 500px;
	width: 100%;
	height: 100px;
	padding: 0 65px;
}
.section09 .button a:before {
	background: url("../img/icon_02.png") no-repeat center / cover;
}

/*--------------------------------
footer
--------------------------------*/
footer .page_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 3;
}
footer .page_top a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	width: 60px;
	height: 60px;
	background: #01a390;
	border-radius: 3px;
	opacity: .6;
}
footer .page_top a:hover {
	opacity: 1;
}
footer .button {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, .6);
	z-index: 2;
}
footer .button a {
	background-color: #FFC630;
	max-width: 500px;
	width: 100%;
	height: 80px;
}
footer .button a:before {
	background: url("../img/icon_03.png") no-repeat center / cover;
}

/*--------------------------------
media
--------------------------------*/
.sp {
	display: none;
}
@media (min-width: 768px) {
	.section07 .slick-list {
		width: calc(100% - 160px);
		margin: 0 auto;
	}
	.section07 .slick-prev,
	.section07 .slick-next {
		height: 20px;
	}
	.section07 .slick-prev:before,
	.section07 .slick-next:before {
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.section07 .slick-prev:before {
		left: 0;
	}
	.section07 .slick-next:before {
		right: 0;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 1124px;
	}
	.container.w1500 {
		max-width: 1524px;
	}
	.section02 .img03 {
		left: 80px;
	}
	.section02 .img04 {
		right: 120px;
		bottom: -80px;
	}
	.section02 .img05 {
		top: 100px;
		left: 120px;
		padding-bottom: 100px;
	}
	.section02 .img05:before {
		content: "";
		position: absolute;
		animation: character 4s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
		z-index: -1;
	}
	.section02 .img05:before {
		top: -50px;
		left: -100%;
		width: 351px;
		height: 354px;
		background: url("../img/section02_bg04.png") no-repeat top left / cover;
	}
	.section06 .box {
		background-image: url("../img/section06_bg01.png"), url("../img/section06_bg02.png"), url("../img/section06_bg03.png");
		background-repeat: no-repeat;
		background-position: top 4% right 3%, top 12% left 0, bottom 2% right 2%;
		background-size: 316px 221px;
	}
}
@media (min-width: 1400px) {
	.section02 .img01:before {
		content: "";
		position: absolute;
		animation: character 4s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
		z-index: -1;
	}
	.section02 .img01:before {
		top: 0;
		left: -260px;
		width: 289px;
		height: 664px;
		background: url("../img/section02_bg03.png") no-repeat top left / cover;
	}
}
@media (max-width: 1570px) {
	.section03 .box:after,
	.section05 .box:after {
		right: 0;
	}
	.section04 .box:after,
	.section06 .box:after {
		left: 0;
	}
}
@media (max-width: 991px) {
	/*- hamburger ----------*/
	header .hamburger-list {
		position: absolute;
		flex-direction: column;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		transform: translateX(-100%);
		transition: .3s;
		padding: 15px 12px;
	}
	header #hamburger:checked ~ .hamburger-list {
		transform: translateX(0%);
		transition: .3s;
	}
	header .hamburger-button {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		height: 32px;
		width: 32px;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
	}
	header #hamburger:checked ~ .hamburger-button .hamburger-line:nth-of-type(1) {
		transform: translate(2px, 1px) rotate(45deg);
		transform-origin: 0%;
	}
	header #hamburger:checked ~ .hamburger-button .hamburger-line:nth-of-type(2) {
		opacity: 0;
	}
	header #hamburger:checked ~ .hamburger-button .hamburger-line:nth-of-type(3) {
		transform: translate(2px, 3px) rotate(-45deg);
		transform-origin: 0%;
	}
	/*- main ----------*/
	main section,
	.section09 {
		padding: 60px 0;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
	.fs-5,
	.subttl {
		font-size: 16px!important;
	}
	.button a {
		font-size: 20px;
	}
	.accordion-btn {
		display: block;
	}
	.section01 .calendar table {
		min-width: 650px;
	}
	.section01 .calendar table th {
		font-size: 11px;
		height: 26px;
	}
	.section01 .calendar tbody .day {
		font-size: 12px;
    height: 25px;
	}
	.section01 .calendar tbody .time {
		font-size: 12px;
		height: 40px;
	}
	.section01 .calendar tbody .time span {
		font-size: 10px;
	}
	.accordion-content {
		display: none;
	}
	.section07 .accordion-btn.sp {
		display: block;
	}
}
@media (max-width: 767px) {
	.button a:before {
		width: 30px;
		height: 30px;
	}
	.section01 {
    background: #8BD2F5 url("../img/section01_bg01.png") repeat-y top center / 130%;
	}
	.section01:before {
		bottom: -30px;
		width: 150px;
		height: 68px;
	}
	.section02 {
    background: #F97E91 url("../img/section02_bg01_sp.png") repeat-y top center / 115%;
	}
	.section01 .button a,
	.section02 .button a,
	.section03 .button a,
	.section04 .button a,
	.section05 .button a,
	.section06 .button a {
		height: 80px;
	}
	.section03 .box:before,
	.section04 .box:before,
	.section05 .box:before,
	.section06 .box:before {
		top: -35px;
		width: 150px;
		height: 68px;
	}
	.section03 .box:after,
	.section05 .box:after {
		width: 20vw;
    height: 40vw;
	}
	.section04 .box:after,
	.section06 .box:after {
		width: 20vw;
		height: 32vw;
	}
	.section03 .box .row,
	.section04 .box .row,
	.section05 .box .row,
	.section06 .box .row {
		padding: 60px 0;
	}
	.section02 {
		padding: 100px 0;
	}
	.section02 .bg04.sp {
		display: inline-block;
	}
	.section07 {
		padding-top: 100px;
	}
	.section07 .box {
		font-size: 16px;
	}
	.section08 .inner li:first-child {
		max-width: 50px;
	}
	footer {
		margin-top: 70px;
	}
	footer .page_top {
		bottom: 110px;
		right: 10px;
	}
	footer .float-btn img {
    max-width: 250px;
	}
}
@media (max-width: 575px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	.section08:before,
	.section08:after {
		width: 100px;
		height: 100px;
	}
}
@media (max-height: 373px) {
	header .hamburger-list {
		height: calc(100vh - 150px);
	}
}
@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
