@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+JP:wght@200..900&display=swap'); */

/* reset css */
/* prettier-ignore */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* prettier-ignore */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}
/* prettier-ignore */
body {
	line-height: 1;
}
/* prettier-ignore */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
/* prettier-ignore */
ol, ul {
    list-style: none;
}
/* prettier-ignore */
blockquote, q {
    quotes:none;
}
/* prettier-ignore */
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
/* reset css */

input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='date'] {
	padding: 0.8rem;
	border: 1px #645853 solid;
	background-color: #fff;
	border-radius: 2px;
	max-width: 100%;
	font-size: 1.2rem;
	color: #222;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='date']:focus,
textarea:focus {
	border: 3px #534741 solid;
}

input::placeholder,
textarea::placeholder {
	color: #ccc;
}

input[type='number'] {
	text-align: right;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='radio'],
input[type='checkbox'] {
	transform: scale(1.6);
}

button,
input[type='submit'],
input[type='button'] {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
	font-family: inherit;
	font-size: inherit;
}

button:hover,
input[type='checkbox']:hover,
input[type='submit']:hover,
input[type='button']:hover,
button:hover {
	cursor: pointer;
}

label {
	padding-left: 0.8rem;
}

label:hover {
	cursor: pointer;
}

select {
	padding: 0.8rem;
	border: 1px #645853 solid;
	background-color: #fff;
	border-radius: 2px;
	color: #222;
	font-size: 1.1rem;
}

textarea {
	padding: 0.5rem 1rem;
	border: 1px #645853 solid;
	background-color: #fff;
	min-height: 10rem;
	border-radius: 2px;
	width: 100%;
	font-size: 1rem;
}

a {
	color: #44484d;
	transition: 0.5s;
}

/* a:hover {
	transition: 0.5s;
} */

b,
strong {
	color: #2a4465;
	font-weight: 600;
}

p {
	padding-bottom: 1rem;
}

html {
	font-size: 16px;
}
body {
	font-family: 'Josefin Sans', 'Noto Serif JP', serif;
	line-height: 1.6rem;
	letter-spacing: 0.02rem;
	width: 100%;
	color: #3d3d3d;
	font-weight: normal;
}
#container {
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
}
footer {
	margin-top: auto;
}

@keyframes moveUp {
	0% {
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.aspekta {
	font-family: 'Aspekta', sans-serif;
}
.josefin {
	font-family: 'Josefin Sans', sans-serif;
}
.notoserif {
	font-family: 'Noto Serif JP', sans-serif;
}

.acenter {
	text-align: center;
}
.aright {
	text-align: right;
}
.bottom {
	padding-bottom: 3rem;
}
.bg_white {
	background-color: #fff;
}

.fa-male {
	color: #2a4465;
}
.fa-female {
	color: #c54d62;
}
/* header */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;

	transition: 1s;
}
.header_fix {
	background-color: rgba(255, 255, 255, 0.9);
	transition: 1s;
}

.menu_active {
	right: 0 !important;
}

@keyframes moveUp {
	0% {
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.anime_x_row {
	opacity: 0;
}
.anime_x_row.active {
	transform: translateX(100px);
	animation: moveUp 1s ease forwards 0.5s;
}
.anime_y_row {
	opacity: 0;
}
.anime_y_row.active {
	transform: translateY(100px);
	animation: moveUp 1s ease forwards 0.5s;
}

/* index */

#wrapper {
	position: relative;
}

.bg_fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.bg_fix_img {
	width: 100%;
	height: 100vh;
	position: absolute;
	background-size: cover;
	background-position: center;
	opacity: 0;
}
.is-opacity {
	opacity: 1 !important;
}

.index_top {
	position: relative;
	width: 100%;
	height: 100vh;
}
.index_top_inner {
	position: fixed;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_top_bg_img {
	width: 100%;
	height: 100vh;
}
.index_top_bg_img img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.index_top_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.main {
	position: relative;
}

.index_01 {
	background-color: #dde1e6;
}
.index_02 {
	background-color: #f6faff;
}
.index_03 {
	background-color: #d0d4d9;
}
.index_04 {
	background-color: #c4c8cd;
}

.splide__arrows {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

.splide__arrow {
	background-color: transparent;
	padding: 0;
}
.splide__arrow--prev {
	left: 0;
}
.splide__arrow--next {
	right: 0;
}
/* youtube */
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

.ul_index_parent_row > a {
	display: flex;
	flex-direction: column;
}

.ul_index_parent_row .parent_img {
	width: 100%;
	height: 100%;
}
.ul_index_parent_row .parent_img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.cat_list_detail {
	padding: 0.5rem 0;
	font-size: 0.8rem;
}

.ul_button {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 1rem 0;
}
.ul_button > li {
	padding: 0.5rem 0;
	width: 16rem;
}
.ul_button > li > * {
	position: relative;
	display: block;
	padding: 0.5rem 2rem;
	background-color: #3b393a;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 300;
	border-radius: 2rem;
	box-shadow: 1px 1px 1px #222;
	text-align: center;
	text-shadow: 1px 1px 1px #222;
}
.ul_button > li > *::after {
	position: absolute;
	font-family: 'larc';
	content: '\e90f';
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}
.ul_button > li > *.secondary {
	background-color: #decdae;
	color: #3b393a;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
.ul_button > li > *:hover {
	background-color: #b0b0a8;
}

/* footer */
.footer {
	z-index: 1;
	background-color: #44484d;
	padding: 60px 0;
	color: #fff;
}
.footer_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#page_top {
	position: fixed;
	bottom: 60px;
	right: 0;
	transform: translate3d(0, 120%, 0);
}
#page_top.active {
	transform: translateY(100px);
	animation: moveUp 1s ease forwards 0.5s;
}
#page_top > a {
	display: block;
	padding: 1rem;
	background-color: #645853;
	color: #fff;
}

/* form */
.dl_form > div > dt {
	background-color: #2a4465;
	color: #fff;
	border-bottom: 1px #fff dotted;
}
.dl_form > div > dt .hissu {
	font-size: 0.7rem;
	line-height: 0.7rem;
	background-color: #f23131;
	border-radius: 1rem;
	color: #fff;
	padding: 0.2rem 0.5rem;
}
.dl_form > div > dd {
	border-bottom: 1px #999 dotted;
}
.dl_form > div > dd > .dl_form > div > dt {
	background-color: #ccc;
}
.googlemap iframe {
	width: 100%;
}

/* calendar */

.h3_calendar {
	background-color: #2a4465;
	color: #fff;
	font-weight: 300;
	padding: 0.5rem;
}
.calendar_note {
	display: flex;
	justify-content: flex-end;
}
.calendar_note > li > i {
	padding-right: 1rem;
	color: #534741;
}

.ul_calendar {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8rem;
	line-height: 1rem;
}
.ul_calendar > li {
	width: calc((100% + 6px) / 7);
	border: 1px #2a4465 solid;
	margin-bottom: -1px;
	margin-right: -1px;
}
.ul_calendar > li > * {
	display: block;
	height: 100%;
}

.calendar_head > div {
	background-color: #f6faff;
}

.calendar_body {
	min-height: 6rem;
}

.calendar_body > div {
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
.business_day {
	background-color: #f6f6f6 !important;
}
.business_day_area {
	flex: 1;
}

.calendar_head .sunday,
.sunday .day,
.holiday .day {
	color: red;
}

.calendar_head .saturday,
.saturday .day {
	color: blue;
}

/* pagenavi */

.pagenav {
	padding: 0.5rem 0;
}
.pagenav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
}
.pagenav > ul > li {
	padding: 0.2rem;
}
.pagenav > ul > li > * {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px #999 solid;
	background-color: #ededed;
}
.pagenav .current {
	background-color: #2a4465;
	color: #fff;
}
.pagenav a:hover {
	background-color: #b0b0a8;
}

/* page */

#top_img {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
}
#top_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.ul_note {
	padding: 1rem 0;
	font-size: 0.9rem;
}
.ul_note > li {
	position: relative;
	padding-left: 2rem;
}
.ul_note > li::before {
	position: absolute;
	font-family: 'larc';
	content: '\e912';
	left: 0;
}

.content_date {
	text-align: center;
	padding-bottom: 2rem;
}
