/*
Theme Name: 特別養護老人ホーム インパレスみのり苑
Theme URI: 
Author: Wreath Enterprise co.,Ltd.
Author URI: https://Inpalaceminorien.kyu-eikai.or.jp/
Description: Original Theme of theme's name
Version: 1.0
License: Wreath Enterprise co.,Ltd.
License URI: https://wreath-ent.co.jp/
Tags: 
Text Domain: 
*/
@charset "UTF-8";

.fwb {
	font-weight: 500;
}

.font-en {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-en-bold {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.font-en-bold-ex {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.vertical-text {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	text-orientation: mixed;
}

.fadein {
	opacity: 0;
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
	-webkit-transform: translate(0, 50px);
	        transform: translate(0, 50px);
}

.fadein.scrollin {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.fade-appear {
	opacity: 0;
}

.fade-appear.fade-action {
	-webkit-animation-name: appear;
	        animation-name: appear;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-in {
	opacity: 0;
}

.fade-in.fade-action {
	-webkit-animation-name: fade-in;
	        animation-name: fade-in;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-up {
	opacity: 0;
}

.fade-up.fade-action {
	-webkit-animation-name: fade-up;
	        animation-name: fade-up;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-right {
	opacity: 0;
}

.fade-right.fade-action {
	-webkit-animation-name: fade-right;
	        animation-name: fade-right;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-left {
	opacity: 0;
}

.fade-left.fade-action {
	-webkit-animation-name: fade-left;
	        animation-name: fade-left;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.15;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	font-weight: 500;
	line-height: 1.7;
	color: #404040;
	text-align: left;
	letter-spacing: 0.07em;
	-webkit-text-size-adjust: 100%;
}

img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
}

.all_txt {
	line-height: 1.8;
}

.all_txt p {
	margin-bottom: 2rem;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}

.container {
	width: 92.85%;
	max-width: 1245px;
	margin-inline: auto;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.fwb {
	font-weight: 700;
}

.indents {
	padding-left: 1em;
	text-indent: -1em;
}

.br:after {
	white-space: pre;
	content: "\a";
}

table {
	border-collapse: collapse;
}

.image-mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 755/488;
	clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}

.image-mask img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.mb100 {
	margin-bottom: 100px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt100 {
	margin-top: 100px;
}

.mt80 {
	margin-top: 80px;
}

.mt60 {
	margin-top: 60px;
}

.mt40 {
	margin-top: 40px;
}

.mt20 {
	margin-top: 20px;
}

/* A Modern CSS Reset */

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	line-height: 1.5;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

img,
picture {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

img:not([alt]) {
	-webkit-filter: blur(10px);
	        filter: blur(10px);
}

a {
	color: #404040;
	text-decoration: none;
}

/* A Modern CSS Reset */

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	line-height: 1.5;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

img,
picture {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

img:not([alt]) {
	-webkit-filter: blur(10px);
	        filter: blur(10px);
}

.head-top {
	padding: 2px 0 5px 0;
	background: #9C846C;
	color: #FFFFFF;
}

.head-top a {
	color: #FFFFFF;
}

.head-top .in_head-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 80px);
	max-width: 1530px;
	font-size: clamp(1.3rem, 0.7291666667vw, 1.4rem);
	margin-inline: auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.head-top .head-top-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.head-top .head-top-link a:hover,
.head-top .head-top-link a:active {
	text-decoration: underline;
}

#head {
	background: #F8F2EE;
}

#head-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 80px);
	max-width: 1734px;
	padding: 40px 0;
	margin-inline: auto;
}

#head-wrap .site_logo {
	margin-right: 80px;
}

#head-wrap .head_nav_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	gap: 15px;
}

#head-wrap .head_nav_ul li::after {
	margin-left: 15px;
	color: #C0A58B;
	content: "｜";
}

#head-wrap .head_nav_ul li:last-of-type::after {
	content: none;
}

#head-wrap .head_nav_ul li a {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
	color: inherit;
	text-decoration: none;
}

#head-wrap .head_nav_ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 5px;
	background-color: #1D4556;
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

#head-wrap .head_nav_ul li a:hover::after {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

#nav-content {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100vh;
	padding-bottom: 15px;
	background: #fff;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.5s;
	transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.5s;
}

#nav-content .nav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
}

#nav-content .nav_logo {
	width: 350px;
	margin-top: 3%;
	margin-bottom: 40px;
	margin-inline: auto;
}

#nav-content .in_nav_area {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% - 80px);
	max-width: 1330px;
	padding: 50px 50px 30px 50px;
	border-radius: 30px;
	background: #F8F2EE;
	margin-inline: auto;
}

#nav-content .in_nav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 80px);
	max-width: 1200px;
	margin-inline: auto;
}

#nav-content .in_nav_list .nav_col {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

#nav-content .in_nav_list .nav_col:not(:first-child) {
	margin-left: 60px;
}

#nav-content .in_nav_list .nav_col .nav_ul {
	padding: 0;
	list-style: none;
}

#nav-content .in_nav_list .nav_col .nav_ul > li {
	position: relative;
	font-weight: bold;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.pc_line a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 0px;
	border-bottom: dotted 1px #998888;
}

#nav-content .in_nav_list .nav_col .nav_ul > li a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#nav-content .in_nav_list .nav_col .nav_ul > li a:hover,
#nav-content .in_nav_list .nav_col .nav_ul > li a:active {
	text-decoration: underline;
}

#nav-content .in_nav_list .nav_col .nav_ul > li .dasnav {
	position: relative;
}

#nav-content .in_nav_list .nav_col .nav_ul > li .arrow {
	position: absolute;
	right: 15px;
	display: none;
	margin-left: 6px;
	padding: 3px;
	border: solid #1D4556;
	border-width: 0 2px 2px 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub.mt {
	margin-top: 15px;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub .in_nav_ul {
	margin-top: 1.3em;
	padding-top: 10px;
	font-size: clamp(1.4rem, 0.78125vw, 1.5rem);
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub .in_nav_ul li {
	margin-bottom: 20px;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub .in_nav_ul a {
	position: relative;
	display: block;
	padding-left: 20px;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub .in_nav_ul a::before {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: clamp(0.9rem, 0.5208333333vw, 1rem);
	color: #1D4556;
	content: "●";
}

#nav-content .in_nav_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 980px;
	margin-top: 30px;
	margin-inline: auto;
	gap: 40px;
}

#nav-content .in_nav_btn .btn_tel,
#nav-content .in_nav_btn .btn_contact {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

#nav-content .in_nav_btn .btn_tel a,
#nav-content .in_nav_btn .btn_contact a {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	min-height: 75px;
	border-radius: 9999px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#nav-content .in_nav_btn .btn_tel a {
	padding-left: 48px;
	background: #fff url("images/common/icon_tel.svg") no-repeat left 30px center;
	background-size: 1.2em auto;
	font-size: clamp(3rem, 1.8229166667vw, 3.5rem);
	color: #1D4556;
}

#nav-content .in_nav_btn .btn_tel a:hover {
	background: #1D4556 url("images/common/icon_tel_white.svg") no-repeat left 30px center;
	background-size: 1.2em auto;
	color: #fff;
}

#nav-content .in_nav_btn .btn_contact a {
	padding-right: 48px;
	padding-left: 48px;
	background-color: #1D4556;
	background-image: url("images/common/icon_mail.svg"), url("images/common/icon_arrow_white.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: left 30px center, right 30px center;
	background-size: 1.2em auto, 0.7em auto;
	font-size: clamp(2rem, 1.1458333333vw, 2.2rem);
	color: #fff;
}

#nav-content .in_nav_btn .btn_contact a:hover {
	background-color: #fff;
	background-image: url("images/common/icon_mail_blue.svg"), url("images/common/icon_arrow_blue.svg");
	color: #1D4556;
}

#nav-content .banner_area {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 5px;
	margin-inline: auto;
}

#nav-content .in_bottom__nav {
	margin-top: 50px;
}

#nav-content .in_bottom__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	list-style: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
}

#nav-content .in_bottom__nav ul li {
	margin: 0;
}

#nav-content .in_bottom__nav ul li a {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 12px 20px;
	border-radius: 50px;
	background: #E5DAD0;
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
	font-weight: 700;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#nav-content .in_bottom__nav ul li a:hover,
#nav-content .in_bottom__nav ul li a:active {
	background: #FFFFFF;
	color: #1D4556;
}

.hamburger-menu.active + #nav-content {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.hamburger-menu.active + #nav-content .nav-inner {
	overflow-y: auto;
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.cv-content {
	background: #f8f2ee;
}

.cv-content__bg {
	padding: 100px 0 100px 0;
	background: url("images/cv/bg_cv.png") no-repeat;
	background-position: top -10px center;
	background-size: 100%;
}

.cv-content__bg.front {
	padding: 150px 0 100px 0;
}

.cv-content__inner {
	width: calc(100% - 150px);
	max-width: 1200px;
	margin-inline: auto;
}

.cv-content__text {
	margin-bottom: 40px;
}

.cv-content__title {
	margin-bottom: 24px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
	font-weight: bold;
}

.cv-content__title .cv-content__title-bar {
	display: inline-block;
	display: block;
	width: 40px;
	height: 4px;
	margin-bottom: 10px;
	border-radius: 2px;
	background-color: #1D4556;
}

.cv-content__lead {
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
	line-height: 1.8;
}

.cv-content__cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
}

.cv-content .c-btn-cv-wrap {
	width: 100%;
	max-width: 700px;
	text-align: center;
	margin-inline: auto;
}

.cv-content .c-btn-cv--contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	min-height: 150px;
	border-radius: 9999px;
	background-color: #1D4556;
	background-image: url("images/common/icon_mail.svg"), url("images/common/icon_arrow_white.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: left 50px center, right 50px center;
	background-size: 1.5em auto, 0.7em auto;
	font-size: clamp(2.5rem, 1.3541666667vw, 2.6rem);
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.cv-content .c-btn-cv--contact:hover {
	background-color: #fff;
	background-image: url("images/common/icon_mail_blue.svg"), url("images/common/icon_arrow_blue.svg");
	color: #1D4556;
}

.cv-content .c-btn-cv--contact .c-btn__text {
	width: 100%;
	text-align: center;
	padding-inline: 30px;
}

.cv-content .c-btn-cv--tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	min-height: 150px;
	padding: 0 48px;
	border-radius: 9999px;
	background-color: #fff;
	background-image: url("images/common/icon_tel.svg");
	background-repeat: no-repeat;
	background-position: left 50px center;
	background-size: 1.1em auto;
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	font-weight: bold;
	color: #1D4556;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.cv-content .c-btn-cv--tel:hover {
	background-color: #1D4556;
	background-image: url("images/common/icon_tel_white.svg");
	color: #fff;
}

.cv-content .c-btn-cv--tel .c-btn__text {
	width: 100%;
	text-align: center;
	padding-inline: 30px;
}

.cv-content .c-btn-wrap {
	width: 100%;
}

.cv-content .c-btn-wrap .c-btn {
	width: 100%;
	max-width: 100%;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.l-footer {
	width: 97%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 30px;
	background-color: #f8f0ea;
	margin-inline: auto;
}

.l-footer__inner {
	width: calc(100% - 80px);
	max-width: 1610px;
	padding-bottom: 30px;
	margin-inline: auto;
}

.l-footer .l-footer__logo_sp {
	display: none;
	padding: 20px 0;
	text-align: center;
}

.l-footer .l-footer__logo_sp img {
	width: 90%;
	margin-inline: auto;
}

.l-footer .l-footer__logo_sp .footer-address {
	margin-top: 5px;
}

.l-footer .l-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 5%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 40px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.l-footer .footer-nav ul {
	padding: 0;
	list-style: none;
}

.l-footer .footer-nav ul > li {
	margin-bottom: 20px;
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}

.l-footer .footer-nav ul > li a {
	display: block;
	font-weight: 700;
}

.l-footer .footer-nav ul > li a:hover,
.l-footer .footer-nav ul > li a:active {
	text-decoration: underline;
}

.l-footer .footer-nav ul > li .top_nav {
	margin-bottom: 8px;
	font-weight: bold;
}

.l-footer .footer-nav ul > li .in_nav_ul {
	margin-top: 20px;
	padding-left: 16px;
}

.l-footer .footer-nav ul > li .in_nav_ul li {
	margin-bottom: 15px;
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}

.l-footer .footer-nav ul > li .in_nav_ul li a {
	font-weight: 500;
}

.l-footer .footer-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 16px;
}

.l-footer .footer-banner .bn_top img {
	display: block;
	max-width: 100%;
	height: auto;
}

.l-footer .footer-banner a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.l-footer .footer-banner a:hover,
.l-footer .footer-banner a:active {
	opacity: 0.6;
}

.l-footer .footer-banner .bn_middle_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.l-footer .footer-banner .bn_middle_bottom img {
	width: 100%;
	height: auto;
}

.l-footer .l-footer__info_nav_sp {
	display: none;
	margin: 0px 0 20px 0;
	padding: 0;
	list-style: none;
	gap: 12px;
}

.l-footer .l-footer__bottom_pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.l-footer .l-footer__bottom_pc .footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}

.l-footer .l-footer__bottom_pc .footer-logo img {
	max-width: 346px;
	height: auto;
}

.l-footer .l-footer__bottom_pc .footer-logo .footer-address {
	font-size: clamp(1.4rem, 0.78125vw, 1.5rem);
}

.l-footer .l-footer__info {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.l-footer .l-footer__info .l-footer__info_nav_pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	padding: 0;
	list-style: none;
	gap: 20px;
}

.l-footer .l-footer__info .l-footer__info_nav_pc li a {
	font-size: clamp(1.4rem, 0.78125vw, 1.5rem);
}

.l-footer .l-footer__info .l-footer__info_nav_pc li a:hover,
.l-footer .l-footer__info .l-footer__info_nav_pc li a:active {
	text-decoration: underline;
}

.l-footer .l-footer__info .copy {
	text-align: right;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.bn_social_active {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 50px;
	margin-inline: auto;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.group_area {
	margin-top: 50px;
}

.group_area .ttl_group_area {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-inline: auto;
}

.breadcrumbs {
	color: #FFFFFF;
}

.breadcrumbs a {
	color: #FFFFFF;
}

.breadcrumbs__inner {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1800px;
	margin: auto;
	padding: 0.8em 30px 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
	-webkit-transform: translateZ(0px);
	transform: rotate(0.05deg);
	-webkit-overflow-scrolling: touch;
}

.breadcrumbs__inner span {
	overflow-y: hidden;
}

.breadcrumbs__inner strong {
	font-weight: bold;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.hamburger-menu {
	position: fixed;
	z-index: 1000;
	top: 25px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	height: 117px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #1D4556;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.hamburger-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.hamburger-icon span {
	display: block;
	width: 55px;
	height: 2px;
	margin: 6px 0;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.hamburger-icon .menu-text {
	margin-top: 10px;
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
	font-weight: bold;
	color: #fff;
}

.hamburger-menu.active .hamburger-icon span:nth-child(1) {
	-webkit-transform: rotate(30deg) translate(5px, 5px);
	        transform: rotate(30deg) translate(5px, 5px);
}

.hamburger-menu.active .hamburger-icon span:nth-child(2) {
	-webkit-transform: rotate(-30deg) translate(5px, -5px);
	        transform: rotate(-30deg) translate(5px, -5px);
}

.mt0 {
	margin-top: 0em !important;
}

.mt1 {
	margin-top: 1em !important;
}

.mt2 {
	margin-top: 2em !important;
}

.mt3 {
	margin-top: 3em !important;
}

.mt4 {
	margin-top: 4em !important;
}

.mt5 {
	margin-top: 5em !important;
}

.mt6 {
	margin-top: 6em !important;
}

.mt7 {
	margin-top: 7em !important;
}

.mt8 {
	margin-top: 8em !important;
}

.mt9 {
	margin-top: 9em !important;
}

.mt10 {
	margin-top: 10em !important;
}

.mr0 {
	margin-right: 0em !important;
}

.mr1 {
	margin-right: 1em !important;
}

.mr2 {
	margin-right: 2em !important;
}

.mr3 {
	margin-right: 3em !important;
}

.mr4 {
	margin-right: 4em !important;
}

.mr5 {
	margin-right: 5em !important;
}

.mr6 {
	margin-right: 6em !important;
}

.mr7 {
	margin-right: 7em !important;
}

.mr8 {
	margin-right: 8em !important;
}

.mr9 {
	margin-right: 9em !important;
}

.mr10 {
	margin-right: 10em !important;
}

.mb0 {
	margin-bottom: 0em !important;
}

.mb1 {
	margin-bottom: 1em !important;
}

.mb2 {
	margin-bottom: 2em !important;
}

.mb3 {
	margin-bottom: 3em !important;
}

.mb4 {
	margin-bottom: 4em !important;
}

.mb5 {
	margin-bottom: 5em !important;
}

.mb6 {
	margin-bottom: 6em !important;
}

.mb7 {
	margin-bottom: 7em !important;
}

.mb8 {
	margin-bottom: 8em !important;
}

.mb9 {
	margin-bottom: 9em !important;
}

.mb10 {
	margin-bottom: 10em !important;
}

.ml0 {
	margin-left: 0em !important;
}

.ml1 {
	margin-left: 1em !important;
}

.ml2 {
	margin-left: 2em !important;
}

.ml3 {
	margin-left: 3em !important;
}

.ml4 {
	margin-left: 4em !important;
}

.ml5 {
	margin-left: 5em !important;
}

.ml6 {
	margin-left: 6em !important;
}

.ml7 {
	margin-left: 7em !important;
}

.ml8 {
	margin-left: 8em !important;
}

.ml9 {
	margin-left: 9em !important;
}

.ml10 {
	margin-left: 10em !important;
}

.pt0 {
	padding-top: 0em !important;
}

.pt1 {
	padding-top: 1em !important;
}

.pt2 {
	padding-top: 2em !important;
}

.pt3 {
	padding-top: 3em !important;
}

.pt4 {
	padding-top: 4em !important;
}

.pt5 {
	padding-top: 5em !important;
}

.pt6 {
	padding-top: 6em !important;
}

.pt7 {
	padding-top: 7em !important;
}

.pt8 {
	padding-top: 8em !important;
}

.pt9 {
	padding-top: 9em !important;
}

.pt10 {
	padding-top: 10em !important;
}

.pr0 {
	padding-right: 0em !important;
}

.pr1 {
	padding-right: 1em !important;
}

.pr2 {
	padding-right: 2em !important;
}

.pr3 {
	padding-right: 3em !important;
}

.pr4 {
	padding-right: 4em !important;
}

.pr5 {
	padding-right: 5em !important;
}

.pr6 {
	padding-right: 6em !important;
}

.pr7 {
	padding-right: 7em !important;
}

.pr8 {
	padding-right: 8em !important;
}

.pr9 {
	padding-right: 9em !important;
}

.pr10 {
	padding-right: 10em !important;
}

.pb0 {
	padding-bottom: 0em !important;
}

.pb1 {
	padding-bottom: 1em !important;
}

.pb2 {
	padding-bottom: 2em !important;
}

.pb3 {
	padding-bottom: 3em !important;
}

.pb4 {
	padding-bottom: 4em !important;
}

.pb5 {
	padding-bottom: 5em !important;
}

.pb6 {
	padding-bottom: 6em !important;
}

.pb7 {
	padding-bottom: 7em !important;
}

.pb8 {
	padding-bottom: 8em !important;
}

.pb9 {
	padding-bottom: 9em !important;
}

.pb10 {
	padding-bottom: 10em !important;
}

.pl0 {
	padding-left: 0em !important;
}

.pl1 {
	padding-left: 1em !important;
}

.pl2 {
	padding-left: 2em !important;
}

.pl3 {
	padding-left: 3em !important;
}

.pl4 {
	padding-left: 4em !important;
}

.pl5 {
	padding-left: 5em !important;
}

.pl6 {
	padding-left: 6em !important;
}

.pl7 {
	padding-left: 7em !important;
}

.pl8 {
	padding-left: 8em !important;
}

.pl9 {
	padding-left: 9em !important;
}

.pl10 {
	padding-left: 10em !important;
}

#pagenav .wp-pagenavi a,
#pagenav .wp-pagenavi span {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 1px #998888;
	border-radius: 5px;
	background: #FFFFFF;
	color: #404040;
}

#pagenav .wp-pagenavi span.current {
	border: solid 1px #1D4556;
	border-radius: 5px;
	background: #1D4556;
	color: #FFFFFF;
}

.c-btn-wrap {
	max-width: 100%;
	text-align: center;
	margin-inline: auto;
}

.c-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	max-width: 460px;
	min-height: 80px;
	padding: 0 24px;
	border-radius: 9999px;
	background-color: #1D4556;
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 0.8em auto;
	font-size: clamp(1.8rem, 0.9375vw, 1.8rem);
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
}

.c-btn:hover {
	background-color: #EDEDED;
	color: #1D4556;
}

.c-btn.day_price_btn {
	padding: 0;
	background-image: none;
}

.c-btn.day_price_btn:hover {
	background-image: none;
}

.c-btn.is-leaf {
	background-image: url("images/common/icon_arrow_white.svg");
	background-position: right 30px center;
	background-size: 0.8em auto;
}

.c-btn.is-leaf:hover {
	background-image: url("images/common/icon_arrow_blue.svg");
}

.c-btn.is-grey {
	background-color: #EDEDED;
	background-image: url("images/common/icon_arrow_blue.svg");
	color: #404040;
}

.c-btn.is-grey:hover {
	background-color: #1D4556;
	background-image: url("images/common/icon_arrow_white.svg");
	color: #FFFFFF;
}

.c-btn.is-beige {
	background-color: #B2A270;
	background-image: url("images/common/icon_arrow_white.svg");
	color: #FFFFFF;
}

.c-btn.is-beige:hover {
	background-color: #FFFFFF;
	background-image: url("images/common/icon_arrow_beige.svg");
	color: #B2A270;
}

.c-btn.is-pdf {
	background-color: #FFFFFF;
	background-image: url("images/common/icon_pdf_orange.svg"), url("images/common/icon_arrow_blue.svg");
	background-position: left 30px center, right 30px center;
	background-size: 1.2em auto, 0.8em auto;
	color: #404040;
}

.c-btn.is-pdf:hover {
	background-color: #1D4556;
	background-image: url("images/common/icon_pdf_white.svg"), url("images/common/icon_arrow_white.svg");
	color: #FFFFFF;
}

.c-btn.is-leaf-white {
	background-color: #fff;
	background-image: url("images/common/icon_arrow_blue.svg");
	background-position: right 30px center;
	background-size: 0.8em auto;
	color: #404040;
}

.c-btn.is-leaf-white:hover {
	background-color: #1D4556;
	background-image: url("images/common/icon_arrow_white.svg");
	color: #fff;
}

.c-btn .c-btn__text {
	display: inline-block;
	padding-inline: 30px;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

/* 画像フィット */

.splide__slide img {
	width: 100%;
	height: auto;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

#mv {
	background: #F8F2EE;
}

.mv-content {
	position: relative;
	overflow: hidden;
}

.mv-content .wave {
	position: absolute;
	z-index: 9;
	bottom: -10px;
	left: -20vw;
	overflow: hidden;
	width: 120vw;
}

.mv-content .wave .wave-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-animation: waveScroll 30s linear infinite;
	        animation: waveScroll 30s linear infinite;
}

.mv-content .wave img {
	display: block;
	width: 100%;
	height: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.mv-content .mv-inner {
	position: relative;
	z-index: 8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.mv-content .mv-image {
	width: 100%;
}

.mv-content .mv-image img {
	display: block;
	width: 100%;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.mv-content .mv-image.mv-image-left.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.mv-content .mv-image.mv-image-right {
	-webkit-transform: translateY(-50px);
	        transform: translateY(-50px);
}

.mv-content .mv-image.mv-image-right.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.mv-content .mv-text {
	position: absolute;
	z-index: 9;
	color: #FFFFFF;
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	        transform: none;
}

.mv-content .mv-text.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.mv-content .mv-text-pc {
	top: 5vw;
	left: 10vw;
	font-size: clamp(2.4rem, 1.7708333333vw, 3.4rem);
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	text-orientation: mixed;
}

.mv-content .mv-text-pc p {
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}

.mv-content .mv-text-pc p.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.mv-content .mv-text-sp {
	display: none;
}

.mv-content .mv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}

.mv-content .mv-center.show {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}

.mv-content .mv-center img {
	display: block;
	height: auto;
}

.mvtopSlide { /* 余白をつけて“外側下”に見せる */
	padding-bottom: 14px;
}

/* デフォのabsolute配置を解除して、トラックの下に素直に出す */

.mvtopSlide .splide__pagination {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px; /* 画像との間隔 */
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 8px; /* ドット間隔 */
}

/* ---- ドットの色・サイズ・フォーカス ---- */

.mvtopSlide .splide__pagination__page {
	width: 10px;
	height: 10px;
	border: none; /* テーマの枠線があれば無効化 */
	border-radius: 50%;
	background: #D7C28E; /* 非アクティブ */
	opacity: 1; /* Splideのデフォ薄さを打ち消し */
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, background-color 0.2s ease;
	transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.mvtopSlide .splide__pagination__page.is-active {
	background: #1D4556; /* アクティブ */
	-webkit-transform: scale(1.15);
	        transform: scale(1.15);
}

/* キーボード操作時の見やすさ */

.mvtopSlide .splide__pagination__page:focus-visible {
	outline: 2px solid #1D4556;
	outline-offset: 2px;
}

/* モバイルで少し大きめに */

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.news-section {
	max-width: 960px;
	margin: auto;
	margin-bottom: 70px;
}

.news-section .news_en_ttl {
	margin-top: 60px;
	color: #1D4556;
	text-align: center;
}

.news-section .section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.news-section .section-title img {
	position: relative;
	top: -5px;
	margin-right: 5px;
}

.news-filter-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
}

.news-filter-btns .news-filter-btn {
	padding: 12px 16px;
	border: none;
	border-radius: 6px;
	background: #F2ECE7;
	color: #404040;
	text-align: center;
	cursor: pointer;
}

.news-filter-btns .news-filter-btn.is-highlight {
	background: #D0E0DF;
}

.news-item {
	padding: 25px 0;
	border-bottom: 1px dashed #ccc;
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.news-item.is-hidden {
	overflow: hidden;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	pointer-events: none; /* 高さと余白をゼロにする */
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

.news-item .news-meta {
	margin-bottom: 5px;
}

.news-item .news-meta .news-date {
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
}

.news-item .news-meta .news-cat {
	margin-left: 8px;
	padding: 3px 10px;
	border-radius: 9999px;
	background: #f3e8e3;
	font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}

.news-item .news-title {
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}

.news-item .news-title:hover,
.news-item .news-title:active {
	text-decoration: underline;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

#mainTop-section {
	border-radius: 40px 40px 0 0;
	background: #F8F2EE;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.p-facility {
	padding: 80px 0;
}

.p-facility__inner {
	position: relative;
}

.p-facility__catch {
	margin-bottom: 32px;
	text-align: center;
}

.p-facility__catch-text {
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	line-height: 1.7;
	color: #1D4556;
}

.p-facility__content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 60px 40px 90px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.p-facility__img {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.p-facility__img img {
	display: block;
	width: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.p-facility__text-block {
	margin-top: -70px;
	padding-left: 40px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.p-facility__text-block .p-facility__label {
	margin-bottom: 6px;
	font-size: clamp(1.4rem, 0.78125vw, 1.5rem);
	font-weight: bold;
	color: #1D4556;
}

.p-facility__text-block .p-facility__title {
	margin-bottom: 16px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
}

.p-facility__text-block .p-facility__text {
	margin-bottom: 40px;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	line-height: 1.8;
}

.p-facility__text-block .p-facility__btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}

.p-facility__text-block .p-facility__btn-wrap .c-btn-wrap {
	width: 100%;
}

.p-facility__text-block .p-facility__btn-wrap .c-btn-wrap a {
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.p-service {
	position: relative;
	margin-top: 100px;
	margin-bottom: 50px;
}

.p-service__img {
	display: none;
}

.p-service .ttl_bg_box {
	margin-bottom: 20px;
	padding-left: 20%;
	background: url("images/top/ttl_icon_service.png") no-repeat;
	background-size: 15%;
}

.p-service__bg {
	margin-right: 8%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: url("images/top/img_service.png") no-repeat;
	background-position: right top;
	background-size: cover;
}

.p-service__content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.p-service__label {
	margin-bottom: 6px;
	font-size: clamp(1.4rem, 0.78125vw, 1.5rem);
	font-weight: bold;
	color: #1D4556;
}

.p-service__title {
	margin-bottom: 16px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
}

.p-service__text {
	margin-bottom: 40px;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	line-height: 1.8;
}

.p-service .c-btn {
	width: 100%;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.p-group {
	width: calc(100% - 80px);
	max-width: 1530px;
	margin-bottom: 100px;
	margin-inline: auto;
}

.p-group .ttl_content {
	margin-bottom: 40px;
}

.p-group .in_waku {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.p-group .box_group {
	overflow: hidden;
	padding: 15px 0;
	border-radius: 15px;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-group .box_group:hover,
.p-group .box_group:active {
	opacity: 0.6;
}

.p-group .box_group .img_bg {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-inline: auto;
}

.p-group .box_group .img_bg img {
	display: block;
	max-width: 100%;
	height: auto;
}

.p-group .box_group .ttl_box_group {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-top: 15px;
	margin-bottom: 8px;
	margin-inline: auto;
}

.p-group .box_group .ttl_box_group img {
	display: block;
	max-width: 100%;
	height: auto;
}

.p-group .box_group .icon_link_arrow {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-right: 15px;
	margin-left: auto;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.p-price {
	position: relative;
	bottom: -50px;
	width: calc(100% - 80px);
	max-width: 1696px;
	padding: 80px 20px;
	border-radius: 20px;
	background-color: #F1E8D9;
	margin-inline: auto;
}

.p-price__inner {
	width: calc(100% - 80px);
	max-width: 1350px;
	margin-inline: auto;
}

.p-price__text-block .p-price__title {
	margin-bottom: 24px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
	font-weight: bold;
}

.p-price__text-block .p-price__title .p-price__title-bar {
	display: inline-block;
	display: block;
	width: 40px;
	height: 4px;
	margin-bottom: 8px;
	border-radius: 2px;
	background-color: #1D4556;
}

.p-price__text-block .p-price__lead {
	margin-bottom: 40px;
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
	line-height: 1.8;
}

.p-price__btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}

.p-price__btn-block .c-btn-wrap {
	width: 100%;
	margin-top: 0;
}

.p-price__btn-block .c-btn {
	width: 100%;
	max-width: 100%;
	text-align: left;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.p-price__btn-block .c-btn__text {
	width: 100%;
	text-align: left;
	padding-inline: 40px;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.slider.slider_top {
	margin-top: 150px;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.container {
	width: calc(100% - 80px);
	max-width: 1430px;
	margin-inline: auto;
}

.in-page.bg-page {
	padding-bottom: 100px;
	background: #F8F2EE;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.all_ttl .en_ttl {
	margin-bottom: 5px;
	font-size: clamp(1.4rem, 0.78125vw, 1.5rem);
	font-weight: bold;
	color: #1D4556;
}

.all_ttl .jp_ttl {
	margin-bottom: 16px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
}

#news.in-page .all_ttl .jp_ttl {
	margin-bottom: 0;
}

#news.in-page .all_ttl .sub {
	margin-top: 5px;
}

.jp_ttl_line {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: solid 1px #404040;
	font-size: clamp(2.6rem, 1.5625vw, 3rem);
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.general_box .ttl_generic {
	margin-bottom: 15px;
	font-size: clamp(2rem, 1.3541666667vw, 2.6rem);
	color: #1D4556;
}

.general_box .ttl_generic_in {
	margin-bottom: 10px;
	font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
}

.general_box .generic_tbl {
	width: 100%;
	margin-bottom: 30px;
}

.general_box .generic_tbl td,
.general_box .generic_tbl th {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px;
	border-bottom: dotted 1px #998888;
}

.general_box .generic_tbl td a {
	color: #1D4556;
}

.general_box .generic_tbl td a.notel {
	color: #404040;
}

.general_box .generic_tbl td .tel {
	font-size: clamp(2rem, 1.3541666667vw, 2.6rem);
}

.general_box .generic_tbl .sub {
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}

.general_box .sub_ttl_generic_in {
	margin-bottom: 10px;
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

#facility.in-page {
	background: #F8F2EE;
}

.img_top_facility {
	width: calc(100% - 80px);
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-inline: auto;
}

.img_top_facility img {
	border-radius: 40px;
}

.catch {
	margin-bottom: 50px;
}

.catch .main_catch {
	margin-bottom: 15px;
	font-size: clamp(4.5rem, 2.6041666667vw, 5rem);
	color: #1D4556;
}

.catch .sub_catch {
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.slider {
	overflow: hidden;
	width: 100%;
}

.slider .slider-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 4176px;
	-webkit-animation: scroll 40s linear infinite;
	        animation: scroll 40s linear infinite;
	gap: 40px;
}

.slider .slider-track img {
	max-width: 696px;
	height: auto;
	border-radius: 12px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.basic_policy {
	margin-top: 80px;
}

.basic_policy .ttl_basic_policy {
	margin-bottom: 30px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
	color: #1D4556;
}

.basic_policy .basic_policy_tbl {
	width: 100%;
}

.basic_policy .basic_policy_tbl td {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px;
	border-bottom: dotted 1px #998888;
}

.basic_policy .basic_policy_tbl .num_basic_policy_tbl {
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	color: #1D4556;
	text-align: center;
}

.basic_policy .basic_policy_tbl .in_ttl {
	margin-bottom: 10px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.facility_guide {
	margin-top: 100px;
}

.facility_guide .facility-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 80px;
}

.facility_guide .facility-inner .facility-text {
	margin-left: 10%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl {
	width: 100%;
	border-collapse: collapse;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl td,
.facility_guide .facility-inner .facility-text table.facility_guide_tbl th {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl th {
	padding: 20px 16px 0 16px;
	font-weight: bold;
	color: #1D4556;
	text-align: left;
	vertical-align: top;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl td {
	padding: 12px 16px 30px 16px;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl tr + tr {
	border-top: dotted 1px #998888;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl .table_in_tbl {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl .table_in_tbl tr + tr {
	border-top: none;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl .table_in_tbl th,
.facility_guide .facility-inner .facility-text table.facility_guide_tbl .table_in_tbl td {
	display: table-cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 0;
	border-bottom: none;
	text-align: left;
	vertical-align: top;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl .table_in_tbl th {
	width: 50%;
	font-weight: 500;
}

.facility_guide .facility-inner .facility-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.facility_guide_tbl .tbl_box + .tbl_box {
	margin-top: 20px;
}

.facility_guide_tbl .tbl_box {
	padding: 10px 1em;
}

.facility_guide_tbl .tbl_box .ttl_tbl_box {
	margin-bottom: 5px;
	color: #1D4556;
}

.facility_guide_tbl .tbl_box .c-btn {
	max-width: 270px;
	min-height: 40px;
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
	color: #FFFFFF;
}

.facility_guide_tbl .tbl_box .c-btn:hover,
.facility_guide_tbl .tbl_box .c-btn:active {
	color: #404040;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.facility_staff_system .staff-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.facility_staff_system .staff-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 40px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.facility_staff_system .staff-box .corner-decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
}

.facility_staff_system .staff-box .corner-decoration::before,
.facility_staff_system .staff-box .corner-decoration::after {
	position: absolute;
	background: #1D4556;
	content: "";
}

.facility_staff_system .staff-box .corner-decoration::before {
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.facility_staff_system .staff-box .corner-decoration::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}

.facility_staff_system .staff-box .staff-content {
	text-align: left;
}

.facility_staff_system .staff-box .staff-title {
	margin-bottom: 8px;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	font-weight: bold;
}

.facility_staff_system .staff-box .staff-sub {
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.partner_medical .partner_medical_tbl {
	width: 100%;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.partner_medical .partner_medical_tbl tr {
	border-bottom: 1px solid #e0dcd8;
}

.partner_medical .partner_medical_tbl tr th,
.partner_medical .partner_medical_tbl tr td {
	padding: 30px 10px;
	vertical-align: top;
}

.partner_medical .partner_medical_tbl tr th {
	width: 25%;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.partner_medical .partner_medical_tbl tr td {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 75%;
	padding-right: 300px;
}

.partner_medical .partner_medical_tbl tr td .address_pm,
.partner_medical .partner_medical_tbl tr td .tel_pm,
.partner_medical .partner_medical_tbl tr td .all_txt {
	margin-bottom: 6px;
}

.partner_medical .partner_medical_tbl tr td .address_pm {
	font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
}

.partner_medical .partner_medical_tbl tr td .tel_pm {
	font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
	color: #1D4556;
}

.partner_medical .partner_medical_tbl tr td .all_txt {
	font-weight: 500;
	color: #828282;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.fees_availability.container .all_txt p {
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}

.fees_availability.container .fee_box {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 24px;
	border-radius: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.fees_availability.container .fee_box .fee_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 24px;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_ttl {
	margin-bottom: 6px;
	font-weight: bold;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_label {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 8px;
	background: #d0e0df;
	font-weight: bold;
	text-align: center;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_label.beige {
	background: #EFEAD3;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_price {
	text-align: center;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_price .value {
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	font-weight: bold;
	color: #1D4556;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_price .unit {
	margin-left: 4px;
}

.fees_availability.container .fee_box .fee_group .fee_plus {
	font-size: 2rem;
	font-weight: bold;
	color: #1D4556;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.fees_availability.container .fee_box .fee_plus.bottom {
	margin: 0px 0 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #1D4556;
}

.fees_availability.container .fee_box .fee_note {
	padding: 16px;
	border-radius: 8px;
	background: #d0e0df;
	font-weight: bold;
}

.fees_availability.container .fee_box .fee_note.beige {
	background: #EFEAD3;
}

.fees_availability.container .ttl_fees_wrap {
	margin-bottom: 8px;
	font-size: clamp(2rem, 1.3541666667vw, 2.6rem);
}

.fees_availability.container .fees_wrap + .fees_wrap {
	margin-top: 40px;
}

.fees_availability.container .room_status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 20px;
	gap: 20px;
}

.fees_availability.container .room_status .room_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px;
	border-radius: 15px;
	background: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
}

.fees_availability.container .room_status .room_box .room_type {
	font-size: clamp(2rem, 1.3541666667vw, 2.6rem);
	color: #444;
}

.fees_availability.container .room_status .room_box .room_count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.fees_availability.container .room_status .room_box .room_count .num {
	margin-left: 10px;
	font-size: clamp(6rem, 5.2083333333vw, 10rem);
	font-weight: 900;
	line-height: 0.8;
	color: #0068B7;
}

.fees_availability.container .room_status .room_box .room_count .unit {
	margin-left: 15px;
	font-size: clamp(2rem, 1.3541666667vw, 2.6rem);
	color: #444;
}

.c-btn-wrap {
	text-align: center;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.vacancy-floating {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	width: min(320px, 100% - 32px);
}

.vacancy-floating__panel {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	background: #fff;
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
	-webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
	transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
	transition: transform 0.18s ease, opacity 0.18s ease;
	transition: transform 0.18s ease, opacity 0.18s ease, -webkit-transform 0.18s ease;
}

.vacancy-floating__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: #1D4556;
	color: #FFFFFF;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 8px;
}

.vacancy-floating__header .vacancy-floating__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.vacancy-floating__header .vacancy-floating__close {
	padding: 4px 6px;
	border: none;
	border-radius: 8px;
	background: transparent;
	font-size: 18px;
	line-height: 1;
	color: #FFFFFF;
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease, background-color 0.2s ease;
	transition: opacity 0.2s ease, background-color 0.2s ease;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.vacancy-floating__header .vacancy-floating__close:hover {
	background: rgba(0, 0, 0, 0.05);
	opacity: 1;
}

.vacancy-floating__body {
	padding: 12px 14px 14px;
}

.vacancy-floating__list {
	display: -ms-grid;
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 8px;
}

.vacancy-floating__list .vacancy-floating__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 10px;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #fafafa;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 12px;
}

.vacancy-floating__list .vacancy-floating__item .label {
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: 0.02em;
}

.vacancy-floating__list .vacancy-floating__item .value {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	color: #1D4556;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	gap: 4px;
}

.vacancy-floating__list .vacancy-floating__item .value small {
	font-size: 12px;
	font-weight: 600;
	color: #666;
}

.vacancy-floating__date {
	margin: 10px 2px 0;
	font-size: 12px;
	color: #666;
	text-align: right;
	letter-spacing: 0.02em;
}

.vacancy-floating__fab {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none; /* 通常は隠す。最小化時に表示 */
	min-width: 110px;
	height: 44px;
	padding: 0 14px;
	border: none;
	border-radius: 9999px;
	background: #1D4556;
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
	        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	-webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.vacancy-floating__fab:hover {
	-webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
	        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}

.vacancy-floating__fab:active {
	-webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.vacancy-floating.is-collapsed .vacancy-floating__panel {
	display: none;
}

.vacancy-floating.is-collapsed .vacancy-floating__fab {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.gmap_area {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	aspect-ratio: 16/5;
}

.gmap_area iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.access_data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 40px;
}

.access_data .access_left,
.access_data .access_right {
	min-width: 300px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.access_data .access_left .name {
	margin-bottom: 12px;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: bold;
}

.access_data .access_left .address,
.access_data .access_left .tel {
	margin-bottom: 10px;
	font-size: clamp(14px, 1.8vw, 16px);
}

.access_data .access_left .tel {
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
	font-weight: bold;
	color: #1D4556;
}

.access_data .access_left .tel a {
	color: #1D4556;
	text-decoration: none;
}

.access_data .access_right .box_access {
	margin-bottom: 20px;
}

.access_data .access_right .box_access .ttl_box_access {
	margin-bottom: 15px;
	font-size: clamp(15px, 1.9vw, 18px);
	font-weight: bold;
	color: #1D4556;
}

.access_data .access_right .box_access .ttl_box_access .icon-train {
	padding-left: 35px;
	background: url("images/access/icon-train.svg") no-repeat;
	background-size: contain;
}

.access_data .access_right .box_access .ttl_box_access .icon-car {
	padding-left: 35px;
	background: url("images/access/icon-car.svg") no-repeat;
	background-size: contain;
}

.access_data .access_right .box_access .ttl_box_access .icon-bus {
	padding-left: 35px;
	background: url("images/access/icon-bus.svg") no-repeat;
	background-size: contain;
}

.access_data .access_right .box_access .access_ul_list {
	margin-bottom: 30px;
	font-size: clamp(14px, 1.8vw, 16px);
}

.access_data .access_right .box_access .access_ul_list li {
	margin-bottom: 6px;
	color: #828282;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.faq-top-link {
	padding-bottom: 80px;
}

.faq-nav {
	display: -ms-grid;
	display: grid;
	margin-bottom: 40px;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.faq-nav li {
	list-style: none;
}

.faq-nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 24px;
	border-radius: 9999px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.faq-nav li a:hover {
	background-color: #E5DAD0;
}

.faq-nav li a::after {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #1D4556;
	background-image: url("images/faq/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 56%;
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.faq-section + .faq-section {
	margin-top: 80px;
}

.faq-section .faq-section-title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #333;
	font-size: 1.5em;
}

.faq-section .faq-list .faq-item {
	margin-bottom: 20px;
	background: #fff;
}

.faq-section .faq-list .faq-item .faq-question {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 20px 20px 16px 56px;
	border: none;
	outline: none;
	background: #fff;
	font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
	font-weight: bold;
	color: #404040;
	text-align: left;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.faq-section .faq-list .faq-item .faq-question:hover,
.faq-section .faq-list .faq-item .faq-question:active {
	color: #1D4556;
}

.faq-section .faq-list .faq-item .faq-question .corner-decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
}

.faq-section .faq-list .faq-item .faq-question .corner-decoration::before,
.faq-section .faq-list .faq-item .faq-question .corner-decoration::after {
	position: absolute;
	background: #1D4556;
	content: "";
}

.faq-section .faq-list .faq-item .faq-question .corner-decoration::before {
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.faq-section .faq-list .faq-item .faq-question .corner-decoration::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}

.faq-section .faq-list .faq-item .faq-question .faq-qmark {
	margin-right: 10px;
	font-weight: bold;
	color: #1D4556;
}

.faq-section .faq-list .faq-item .faq-question .faq-question-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.faq-section .faq-list .faq-item .faq-question::after {
	margin-left: 12px;
	font-size: 1.5em;
	font-weight: normal;
	color: #1D4556;
	content: "+";
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-section .faq-list .faq-item .faq-question.is-open::after {
	content: "−";
}

.faq-section .faq-list .faq-item .faq-question.is-open {
	color: #1D4556;
}

.faq-section .faq-list .faq-item .faq-answer {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	background: #fdfdfd;
	opacity: 0;
	-webkit-transition: height 0.4s ease, opacity 0.3s ease;
	transition: height 0.4s ease, opacity 0.3s ease;
}

.faq-section .faq-list .faq-item .faq-answer.is-visible {
	visibility: visible;
	height: auto;
	padding: 0px 20px 50px 56px;
	opacity: 1;
}

.faq-section .faq-list .faq-item .faq-answer .faq-answer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
}

.faq-section .faq-list .faq-item .faq-answer .faq-answer-inner .faq-amark {
	font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
	font-weight: bold;
	color: #1D4556;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.faq-section .faq-list .faq-item .faq-answer .faq-answer-inner .faq-answer-text {
	line-height: 1.8;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.scroll-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.scroll-table .fees_tbl_a {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
}

.scroll-table .fees_tbl_a th,
.scroll-table .fees_tbl_a td {
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-align: center;
	white-space: nowrap;
}

.scroll-table .fees_tbl_a thead th {
	position: sticky;
	z-index: 3;
	top: 0;
	background-color: #f6b26b;
}

.scroll-table .fees_tbl_a thead th:first-child {
	z-index: 4;
	left: 0;
}

.scroll-table .fees_tbl_a tbody th {
	position: sticky;
	z-index: 2;
	left: 0;
	background-color: #fce5cd;
}

.scroll-table .fees_tbl_a tbody tr:nth-child(even) {
	background-color: #fff;
}

.scroll-table .fees_tbl_a tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

.scroll-table .fees_tbl_b {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
}

.scroll-table .fees_tbl_b th,
.scroll-table .fees_tbl_b td {
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-align: center;
	white-space: nowrap;
}

.scroll-table .fees_tbl_b thead th {
	background-color: #f6b26b;
}

.scroll-table .fees_tbl_b tbody tr:nth-child(even) {
	background-color: #fff;
}

.scroll-table .fees_tbl_b tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

.scroll-table .fees_tbl_c {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
}

.scroll-table .fees_tbl_c th,
.scroll-table .fees_tbl_c td {
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-align: center;
	white-space: nowrap;
}

.scroll-table .fees_tbl_c thead th {
	position: sticky;
	z-index: 3;
	top: 0;
	background-color: #f6b26b;
}

.scroll-table .fees_tbl_c thead th:first-child {
	z-index: 4;
	left: 0;
}

.scroll-table .fees_tbl_c tbody th {
	position: sticky;
	left: 0;
	background-color: #fce5cd;
}

.scroll-table .fees_tbl_c tbody tr:nth-child(even) {
	background-color: #fff;
}

.scroll-table .fees_tbl_c tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

.scroll-table .fees_tbl_d {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
}

.scroll-table .fees_tbl_d th,
.scroll-table .fees_tbl_d td {
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-align: center;
	white-space: nowrap;
}

.scroll-table .fees_tbl_d thead th {
	position: sticky;
	z-index: 2;
	top: 0;
	background-color: #f6b26b;
}

.scroll-table .fees_tbl_d thead th:first-child {
	z-index: 4;
	left: 0;
}

.scroll-table .fees_tbl_d tbody td:first-child {
	position: sticky;
	z-index: 3;
	left: 0;
	background-color: #fce5cd;
	text-align: left;
}

.scroll-table .fees_tbl_d tbody tr:nth-child(even) {
	background-color: #fff;
}

.scroll-table .fees_tbl_d tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

.scroll-table .fees_tbl_f {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
}

.scroll-table .fees_tbl_f th,
.scroll-table .fees_tbl_f td {
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-align: center;
	white-space: nowrap;
}

.scroll-table .fees_tbl_f thead th {
	position: sticky;
	z-index: 3;
	top: 0;
	border: 1px solid #96a8c1;
	background-color: #b4c6e7;
}

.scroll-table .fees_tbl_f thead th:first-child {
	z-index: 4;
	left: 0;
}

.scroll-table .fees_tbl_f tbody th {
	position: sticky;
	left: 0;
	background-color: #ddebf7;
}

.scroll-table .fees_tbl_f tbody tr:nth-child(even) {
	background-color: #fff;
}

.scroll-table .fees_tbl_f tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

.pdf_link .pdf_icon {
	padding-left: 45px;
	background: url("images/common/pdficon.gif") no-repeat;
	text-decoration: underline;
}

.pdf_link .pdf_icon:hover,
.pdf_link .pdf_icon:active {
	color: #1D4556;
}

.scroll_attention {
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}

#guide-03 .fees_tbl_e {
	width: 100%;
	min-width: 1200px;
	border-collapse: collapse;
}

#guide-03 .fees_tbl_e th,
#guide-03 .fees_tbl_e td {
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-align: center;
	white-space: nowrap;
}

#guide-03 .fees_tbl_e thead th {
	position: sticky;
	z-index: 2;
	top: 0;
	border: 1px solid #96a8c1;
	background-color: #b4c6e7;
}

#guide-03 .fees_tbl_e thead tr:nth-child(2) th:first-child {
	position: sticky;
	z-index: 4;
	left: 0;
	background-color: #b4c6e7;
}

#guide-03 .fees_tbl_e tbody td:first-child {
	position: sticky;
	z-index: 3;
	left: 0;
	background-color: #ddebf7;
	text-align: left;
}

#guide-03 .fees_tbl_e tbody tr:nth-child(even) {
	background-color: #fff;
}

#guide-03 .fees_tbl_e tbody tr:nth-child(odd) {
	background-color: #f9f9f9;
}

#guide-03 .fees_tbl_f {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#guide-03 .fees_tbl_f th,
#guide-03 .fees_tbl_f td {
	padding: 8px 12px;
	border: 1px solid #ccc;
	white-space: nowrap;
}

#guide-03 .fees_tbl_f thead th {
	border: 1px solid #96a8c1;
	background-color: #b4c6e7;
}

#guide-03 .fees_tbl_f tbody td {
	background-color: #fff;
}

#guide-03 .table-scroll {
	overflow-x: auto;
}

.box_attention {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px 50px 20px 50px;
	border-radius: 15px;
	background: #FFFFFF;
}

.box_attention .ttl_box_attention {
	margin-bottom: 30px;
	color: #1D4556;
}

#guide-04 .considerations {
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
	color: #D22323;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.info_table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.info_table th,
.info_table td {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 25px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

.info_table th {
	width: 20%;
	background-color: #fce5cd;
	font-weight: bold;
}

.info_table td {
	background: #FFFFFF;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

#contactForm {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% - 40px);
	max-width: 1210px;
	margin: 0 auto 0 auto;
	padding: 30px 30px;
	border-radius: 10px;
	background: #FFFFFF;
}

/* ----------------------------------------------------*/

/* フォーム
/* ----------------------------------------------------*/

.btn_contact {
	width: 300px;
	margin: 30px auto 30px auto;
}

.form_tbl {
	width: calc(100% - 60px);
	max-width: 1010px;
	margin: 0 auto;
}

.form_tbl th,
.form_tbl td {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px;
	border-bottom: dotted 1px #998888;
	text-align: left;
}

.form_tbl th {
	width: 240px;
	font-size: 17px;
	font-size: 1.7rem;
}

.form_tbl td {
	width: auto;
}

.form_tbl .ttl_form {
	position: relative;
	display: block;
	padding-right: 60px;
}

.form_tbl .ttl_form .required {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.form_tbl .required {
	margin-right: 10px;
	margin-left: auto;
	padding: 0px 8px 0px 8px;
	border-radius: 3px;
	background: #e54347;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFFFFF;
}

.form_tbl .required.none {
	background: #b1b1b1;
}

.form_tbl .wpcf7-not-valid-tip {
	display: block;
	font-size: clamp(1.3rem, 0.7291666667vw, 1.4rem);
	color: #e54347;
}

.form_tbl .form_ss_txt {
	margin-top: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #7f7f7f;
}

.form_tbl input.form_m {
	width: 90%;
}

.form_tbl input.form_s_age {
	width: 40%;
}

.form_tbl select,
.form_tbl input,
.form_tbl textarea {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.form_tbl select,
.form_tbl input {
	width: 90%;
	padding: 5px 15px;
	font-size: 16px;
	font-size: 1.6rem;
}

.form_tbl textarea {
	width: 100%;
	min-height: 250px;
	padding: 8px;
	font-size: 16px;
	font-size: 1.6rem;
	resize: vertical;
}

#contactForm input[type=date],
#contactForm input[type=email],
#contactForm input[type=tel],
#contactForm input[type=text],
#contactForm button,
#contactForm select,
#contactForm textarea {
	-webkit-appearance: none;
}

#contactForm select,
#contactForm input[type=date],
#contactForm input[type=email],
#contactForm input[type=tel],
#contactForm input[type=text] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 1px #e0e0e0;
	background: #f6f6f6;
}

#contactForm input[type=checkbox] {
	width: 25px;
}

#contactForm .wpcf7-checkbox {
	margin-top: 10px;
}

#contactForm .wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}

#contactForm textarea {
	border: solid 1px #e0e0e0;
	background: #f6f6f6;
	resize: vertical;
}

#contactForm input[type=submit] {
	display: block;
	width: 100%;
	padding: 13px 0;
	border: solid 1px #1D4556;
	border-radius: 50px;
	background: #1D4556;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	        box-shadow: 0px 0px 0px #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#contactForm input[type=submit]:hover,
#contactForm input[type=submit]:active {
	background: #FFFFFF;
	color: #1D4556;
}

#contactForm input[type=button],
#contactForm button[type=submit] {
	display: block;
	width: 100%;
	padding: 13px 0;
	border: none;
	background: #f6f6f6;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	        box-shadow: 0px 0px 0px #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 15px 35px 15px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-validation-errors,
.wpcf7 form.unaccepted .wpcf7-validation-errors {
	border: solid 1px #F2DEDE;
	border: none;
	background-color: #F2DEDE;
	color: #B94A48;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: solid 1px #D9EDF7;
	border: none;
	background-color: #D9EDF7;
	color: #3A87AD;
}

fieldset.hidden-fields-container {
	display: none;
}

.screen-reader-response {
	display: none;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.news-category {
	margin-bottom: 25px;
	padding: 24px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.news-category .cat-heading {
	margin-bottom: 16px;
	padding-left: 10px;
	border-left: 4px solid #1D4556;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	font-weight: bold;
	color: #404040;
}

.news-category .cat-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-category .cat-list li {
	border-top: 1px dashed #ccc;
}

.news-category .cat-list li:last-child {
	border-bottom: 1px dashed #ccc;
}

.news-category .cat-list li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 10px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, transform 0.3s ease;
	transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.news-category .cat-list li a span {
	position: relative;
	z-index: 1;
}

.news-category .cat-list li a:hover {
	background-color: #f6f6f6;
	color: #404040;
	-webkit-transform: translateX(2px);
	        transform: translateX(2px);
}

.post_data {
	margin-bottom: 40px;
	margin-inline: auto;
}

.post_data .post_data_cat {
	margin-bottom: 5px;
	color: #404040;
}

.post_data .cat_blog {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 5px;
	border-radius: 4px;
	background: #ffffff;
	color: #404040;
}

.post_data .main_post_ttl {
	position: relative;
	margin-bottom: 1.5em;
	padding: 0.4em 0;
	border-bottom: 3px solid #e3e3e3;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
	font-weight: bold;
}

.post_data .main_post_ttl::after {
	position: absolute;
	z-index: 1;
	bottom: -3px;
	left: 0;
	width: 3em;
	height: 3px;
	background-color: #1D4556;
	content: "";
}

#single-content {
	margin: 0 auto;
	padding-bottom: 60px;
}

#single-content h2 {
	position: relative;
	margin-bottom: 40px;
	border-radius: 15px;
	background: #1D4556;
	line-height: 1.8;
	color: #FFFFFF;
}

#single-content h3 {
	margin-bottom: 40px;
	padding: 0.5em 0; /*上下の余白*/
	border-top: solid 3px #1D4556; /*上線*/
	border-bottom: solid 3px #1D4556; /*下線*/
	line-height: 1.8;
	color: #404040; /*文字色*/
}

#single-content .post_ttl,
#single-content h4 {
	margin-bottom: 40px;
	padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
	border-left: solid 5px #1D4556; /*左線*/
	border-radius: 5px;
	background: #ffffff; /*背景色*/
	line-height: 1.8;
	color: #404040; /*文字色*/
}

#single-content h5 {
	position: relative;
	margin-bottom: 40px;
	border-bottom: solid 3px #dedede;
	line-height: 1.8;
	color: #404040;
}

#single-content h5:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	width: 20%;
	border-bottom: solid 3px #1D4556;
	content: " ";
}

#single-content h6 {
	margin-bottom: 40px;
	line-height: 1.8;
	color: #404040;
}

#single-content img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 800px;
	margin: 0 auto 40px auto;
}

#single-content p {
	margin-bottom: 40px;
	padding: 0 0px;
	line-height: 1.8;
}

#single-content p a {
	text-decoration: underline;
}

#single-content .wp-block-quote {
	margin-top: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #656565;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.p-reportBlock {
	margin: 40px auto 40px auto;
}

.p-reportBlock__item {
	border: 1px solid #AEAEAE;
}

.p-reportBlock h3.p-reportBlock__title {
	margin: 0;
	margin-bottom: 0 !important;
	padding: 6px 16px;
	border-top: none !important;
	border-bottom: 1px solid #AEAEAE !important;
	background: #1d4556;
	color: #fff !important;
	text-align: center;
}

.p-reportBlock__list {
	margin: 0;
}

.p-reportBlock__row {
	border-bottom: 1px solid #AEAEAE;
}

.p-reportBlock__row:last-child {
	border-bottom: none;
}

.p-reportBlock__label {
	margin: 0;
	background: #CEDDE0;
	font-weight: 500;
}

.p-reportBlock__text {
	margin: 0;
	background: #ffffff;
	line-height: 1.7;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.top_day .top_day_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 auto;
}

.top_day .top_day_content .img_top_day {
	margin-bottom: 30px;
	text-align: center;
}

.top_day .top_day_content .img_top_day img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.top_day .top_day_content .left_text .ttl_topday .en_ttl {
	margin-bottom: 10px;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	color: #1D4556;
}

.top_day .top_day_content .left_text .ttl_topday .jp_ttl {
	margin-bottom: 20px;
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
}

.top_day .top_day_content .left_text .txt_topday {
	margin-bottom: 40px;
	line-height: 1.8;
}

.top_day .top_day_content .left_text .top_day_attention {
	padding: 40px 20px 40px 20px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.top_day .top_day_content .left_text .top_day_attention .ttl_top_day_attention {
	position: relative;
	top: -50px;
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 12px;
	padding: 6px 40px;
	border-radius: 4px;
	background-color: #1D4556;
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
	font-weight: bold;
	color: #fff;
}

.top_day .top_day_content .left_text .top_day_attention .ttl_top_day_attention::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	border-width: 8px 6px 0 6px;
	border-style: solid;
	border-color: #1D4556 transparent transparent transparent;
	content: "";
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.top_day .top_day_content .left_text .top_day_attention .txt_attention {
	margin-top: -40px;
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
}

.top_day .top_day_content .left_text .top_day_attention .txt_attention .line {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
	font-weight: bold;
}

.top_day .top_day_content .left_text .top_day_attention .txt_attention .line::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1D4556;
	content: "";
}

.top_day .top_day_content .left_text .top_day_attention .txt_attention .ss {
	display: block;
	margin-top: 6px;
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}

.top_day .top_day_content .left_text .top_day_attention .txt_attention + .txt_attention {
	margin-top: 15px;
	padding-top: 15px;
	border-top: dotted 1px #998888;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.day_news {
	position: relative;
}

.day_news .wave {
	position: absolute;
	z-index: 9;
	bottom: -10px;
	left: -20vw;
	overflow: hidden;
	width: 120vw;
}

.day_news .wave .wave-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-animation: waveScroll 30s linear infinite;
	        animation: waveScroll 30s linear infinite;
}

.day_news .wave img {
	display: block;
	width: 100%;
	height: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.in_news {
	padding-top: 50px;
	background: #FFFFFF;
}

.in_news .news_en_ttl {
	color: #1D4556;
}

.day_news_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0px 60px 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.day_news_cont .news_ttl_area {
	width: 100%;
	margin-bottom: 40px;
}

.day_news_cont .news_ttl_area .ttl_content {
	padding: 10px 0;
	font-size: clamp(2.2rem, 1.3541666667vw, 2.8rem);
}

.day_news_cont .news_ttl_area .ttl_content .icon-leaf {
	padding-left: 55px;
	background: url("images/common/icon_leaf.svg") no-repeat left center;
	background-size: 25%;
}

.day_news_cont .news_area {
	width: 100%;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.day_guide_tbl .tbl_box + .tbl_box {
	margin-top: 20px;
}

table.day_guide_tbl {
	width: 100%;
	border-collapse: collapse;
}

table.day_guide_tbl th {
	padding: 20px 16px 0 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: top;
}

table.day_guide_tbl td {
	padding: 20px 16px 20px 16px;
}

table.day_guide_tbl tr + tr {
	border-top: dotted 1px #998888;
}

table.day_guide_tbl .table_in_tbl {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}

table.day_guide_tbl .table_in_tbl tr + tr {
	border-top: none;
}

table.day_guide_tbl .table_in_tbl th,
table.day_guide_tbl .table_in_tbl td {
	display: table-cell;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 0;
	border-bottom: none;
	text-align: left;
	vertical-align: top;
}

table.day_guide_tbl .table_in_tbl th {
	width: 50%;
	font-weight: 500;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.features-grid {
	display: -ms-grid;
	display: grid;
}

.features-grid .feature-block {
	position: relative;
	overflow: hidden;
	padding: 0 0 40px;
	border-radius: 24px;
	background-color: #ffffff;
}

.features-grid .feature-block .feature-image-sp {
	display: block;
}

.features-grid .feature-block .feature-image-sp img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}

.features-grid .feature-block .feature-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 20px;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}

.features-grid .feature-block .feature-inner .feature-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	border-radius: 50%;
	background: #1D4556;
	color: #fff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.features-grid .feature-block .feature-inner .feature-number .feature-label {
	font-size: 12px;
	line-height: 1;
}

.features-grid .feature-block .feature-inner .feature-number .feature-count {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

.features-grid .feature-block .feature-inner .feature-text .feature-title {
	margin-bottom: 10px;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: bold;
}

.features-grid .feature-block .feature-inner .feature-text .feature-desc {
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	line-height: 1.6;
	color: #444;
}

.features-grid .list_feature_ul {
	margin-top: 20px;
	text-align: left;
}

.features-grid .list_feature_ul li {
	margin-bottom: 5px;
}

.features-grid .list_feature_ul li:last-of-type {
	margin-bottom: 0;
}

.features-grid .list_feature_ul li::before {
	margin-right: 5px;
	font-size: clamp(1.3rem, 0.7291666667vw, 1.4rem);
	color: #1D4556;
	content: "●";
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.gallery-section .splide__slide {
	position: relative;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}

.gallery-section .splide__slide .img-wrapper {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0.85);
	        transform: scale(0.85);
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.gallery-section .splide__slide.is-active {
	opacity: 1;
}

.gallery-section .splide__slide.is-active .img-wrapper {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.gallery-section .splide__arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 120px;
	height: 120px;
	border: none;
	background: transparent;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.gallery-section .splide__arrow--prev {
	left: 15%;
}

.gallery-section .splide__arrow--next {
	right: 18%;
}

.gallery-section .splide__arrow img {
	width: 100%;
	height: auto;
}

.gallery-section .splide__pagination {
	position: relative;
	bottom: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 8px;
}

.gallery-section .splide__pagination .splide__pagination__page {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d0e0df;
	opacity: 1;
}

.gallery-section .splide__pagination .splide__pagination__page.is-active {
	background: #1D4556;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.feesconten_day.container .fee_box.care_fee {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 40px;
	padding: 48px 24px 24px;
	border-radius: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.feesconten_day.container .fee_box.care_fee .care_fee_header {
	position: absolute;
	z-index: 2;
	top: -20px;
	left: 24px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	background: #1D4556;
	font-size: clamp(2rem, 1.1458333333vw, 2.2rem);
	font-weight: bold;
	color: #fff;
}

.feesconten_day.container .fee_box.care_fee .care_fee_header::after {
	position: absolute;
	bottom: -10px;
	left: 20px;
	width: 0;
	height: 0;
	border-top: 10px solid #1D4556;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: "";
}

.feesconten_day.container .fee_box.care_fee .fee_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 24px;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_ttl {
	margin-bottom: 6px;
	font-weight: bold;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 8px;
	background: #d0e0df;
	font-weight: bold;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_price {
	text-align: center;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_price .value {
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	font-weight: bold;
	color: #1D4556;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_price .unit {
	margin-left: 4px;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_plus {
	font-size: 2rem;
	font-weight: bold;
	color: #1D4556;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.fees_wrap .bottom_txt {
	margin-top: 20px;
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
	text-align: left;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.cv_free_trial {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 60px auto;
	border-radius: 30px;
	background: #f4ebdb;
}

.cv_free_trial .cv_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}

.cv_free_trial .cv_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}

.cv_free_trial .cv_left .cv_icon img {
	width: 121px;
}

.cv_free_trial .cv_left .cv_text .cv_main {
	margin-bottom: 8px;
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	font-weight: bold;
	line-height: 1.4;
}

.cv_free_trial .cv_left .cv_text .cv_sub {
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}

.cv_free_trial .cv_right .c-btn-cv--tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	min-height: 150px;
	padding: 0 48px;
	border-radius: 9999px;
	background-color: #fff;
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	font-weight: bold;
	color: #1D4556;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.cv_free_trial .cv_right .c-btn-cv--tel .c-btn__text {
	background-image: url("images/common/icon_tel.svg");
	background-repeat: no-repeat;
	background-position: left 0px center;
	background-size: 1.1em auto;
	text-align: center;
	padding-inline: 60px;
}

.cv_free_trial .cv_right .c-btn-cv--tel:hover {
	background-color: #1D4556;
	color: #fff;
}

.cv_free_trial .cv_right .c-btn-cv--tel:hover .c-btn__text {
	background-image: url("images/common/icon_tel_white.svg");
	background-repeat: no-repeat;
	background-position: left 0px center;
	background-size: 1.1em auto;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.day_schedule_content {
	overflow: hidden;
}

.schedule_slider {
	margin-top: 40px;
}

.schedule_slider .splide__slide {
	position: relative;
	z-index: 1;
}

.schedule_slider .splide__slide .card {
	overflow: hidden;
	padding-bottom: 30px;
	border-radius: 12px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.schedule_slider .splide__slide .card img {
	display: block;
	width: 100%;
	height: auto;
}

.schedule_slider .splide__slide .card .card_time {
	position: relative;
	top: -20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 6px 30px;
	border-radius: 10px;
	background: #f39800;
	font-size: clamp(2rem, 1.1458333333vw, 2.2rem);
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-inline: auto;
}

.schedule_slider .splide__slide .card .card_label {
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
}

.schedule_slider .splide__arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 120px;
	height: 120px;
	border: none;
	background: transparent;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.schedule_slider .splide__arrow--prev {
	left: 15%;
}

.schedule_slider .splide__arrow--next {
	right: 18%;
}

.schedule_slider .splide__arrow img {
	width: 100%;
	height: auto;
}

/* ----------------------------------------------------*/

/* ----------------------------------------------------*/

.p-schedule {
	margin-top: 100px;
	margin-bottom: 100px;
}

.p-schedule__image img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.p-schedule__content {
	margin-top: 32px;
}

.p-schedule__content .p-schedule__label {
	margin-bottom: 6px;
	font-size: clamp(1.4rem, 0.78125vw, 1.5rem);
	color: #1D4556;
}

.p-schedule__content .p-schedule__title {
	margin-bottom: 16px;
	font-size: clamp(2.8rem, 1.6666666667vw, 3.2rem);
}

.p-schedule__content .p-schedule__text {
	margin-bottom: 40px;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	line-height: 1.8;
}

.p-schedule .box_schedule__timeline {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 50px 40px 50px 40px;
	border-radius: 10px;
	background-color: #fff;
	background-position: right 30px top 30px;
	background-size: 35%;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.p-schedule .p-schedule__timeline {
	position: relative;
	border-radius: 20px;
}

.p-schedule .p-schedule__timeline::before {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 180px;
	width: 5px;
	background-color: #e5e5d1;
	content: "";
}

.p-schedule .p-schedule__timeline .timeline {
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-schedule .p-schedule__timeline .timeline > li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.p-schedule .p-schedule__timeline .timeline > li:last-child {
	margin-bottom: 0;
}

.p-schedule .p-schedule__timeline .timeline .timeline-date {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 140px;
	height: 54px;
	margin-right: 20px;
	padding: 8px 16px;
	border-radius: 10px;
	background-color: #1D4556;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-schedule .p-schedule__timeline .timeline .timeline-date::after {
	position: absolute;
	top: 50%;
	right: -6px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #1D4556;
	content: "";
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-schedule .p-schedule__timeline .timeline .timeline-date::before {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: -50px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #1D4556;
	content: "";
}

.p-schedule .p-schedule__timeline .timeline .timeline-content {
	padding-top: 8px;
	padding-left: 50px;
	font-size: clamp(1.8rem, 1.0416666667vw, 2rem);
	line-height: 1.8;
}

@media (max-width: 850px) {

.all_txt p {
	font-size: 11px;
	font-size: 3.4375vw;
}

.container {
	width: 85%;
}

.mb100 {
	margin-bottom: 80px;
}

.mb80 {
	margin-bottom: 10vw;
}

.mb60 {
	margin-bottom: 8vw;
}

.mb40 {
	margin-bottom: 6vw;
}

.mb20 {
	margin-bottom: 4vw;
}

.sp_none {
	display: none;
}

.head-top {
	display: none;
}

#head-wrap {
	width: 90%;
	padding: 20px 0;
}

#head-wrap .site_logo {
	width: 55vw;
}

#nav-content {
	padding-bottom: 40px;
}

#nav-content .nav_logo {
	width: 50%;
	margin-top: 15%;
	margin-bottom: 20px;
	margin-left: 20px;
}

#nav-content .in_nav_area {
	width: 90%;
	padding: 20px 0;
}

#nav-content .in_nav_list .nav_col.mtsp {
	border-bottom: dotted 1px #998888;
}

#nav-content .in_nav_list .nav_col.mtsp .has-sub {
	padding-bottom: 15px;
}

#nav-content .in_nav_list .nav_col .nav_ul > li {
	font-size: 13px;
	font-size: 4.0625vw;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub .in_nav_ul {
	font-size: 11px;
	font-size: 3.4375vw;
}

#nav-content .in_nav_btn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 85%;
	gap: 0px;
}

#nav-content .in_nav_btn .btn_tel,
#nav-content .in_nav_btn .btn_contact {
	margin-top: 10px;
}

#nav-content .in_nav_btn .btn_tel a {
	padding-left: 10px;
	font-size: 16px;
	font-size: 5vw;
	text-align: center;
}

#nav-content .in_nav_btn .btn_contact {
	width: 100%;
}

#nav-content .in_nav_btn .btn_contact a {
	font-size: 13px;
	font-size: 4.0625vw;
}

#nav-content .banner_area {
	width: 90%;
	margin-top: 10px;
}

#nav-content .in_bottom__nav {
	margin-top: 30px;
}

#nav-content .in_bottom__nav ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 85%;
	gap: 10px;
	margin-inline: auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#nav-content .in_bottom__nav ul li {
	width: 100%;
}

.cv-content__bg {
	padding: 5vw 0 15vw 0;
	background: url("images/cv/bg_cv_sp.png") no-repeat;
	background-position: top -100px center;
	background-size: contain;
}

.cv-content__bg.front {
	padding: 25vw 0 15vw 0;
}

.cv-content__inner {
	width: 85%;
}

.cv-content__title {
	font-size: 17px;
	font-size: 5.3125vw;
}

.cv-content__lead {
	font-size: 11px;
	font-size: 3.4375vw;
}

.cv-content__cta {
	width: 100%;
}

.cv-content .c-btn-cv--contact {
	min-height: 70px;
	padding: 0 40px;
	background-position: left 20px center, right 20px center;
	background-size: 1.3em auto, 0.7em auto;
	font-size: 12px;
	font-size: 3.75vw;
}

.cv-content .c-btn-cv--tel {
	background-size: 1.3em auto, 0.7em auto;
}

.cv-content .c-btn-cv--tel {
	min-height: 70px;
	padding: 0 40px;
	background-position: left 20px center;
	font-size: clamp(2rem, 1.1458333333vw, 2.8rem);
}

.l-footer {
	width: 90%;
}

.l-footer__inner {
	width: 85%;
	padding-top: 10px;
}

.l-footer .l-footer__logo_sp {
	display: block;
}

.l-footer .l-footer__top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0px 0px;
	gap: 20px;
}

.l-footer .footer-nav {
	gap: 0vw;
}

.l-footer .footer-nav ul > li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin-bottom: 0px;
	padding: 15px 0;
	border-bottom: dotted 1px #998888;
	font-size: 13px;
	font-size: 4.0625vw;
}

.l-footer .footer-nav ul > li .in_nav_ul {
	margin-top: 0px;
}

.l-footer .footer-nav ul > li .in_nav_ul li {
	margin-bottom: 0;
	border-bottom: none;
	font-size: 11px;
	font-size: 3.4375vw;
}

.l-footer .footer-nav ul > li .in_nav_ul li a {
	padding: 0px 0;
}

.l-footer .footer-banner .bn_middle_bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.l-footer .l-footer__info_nav_sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.l-footer .l-footer__info_nav_sp a {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 12px 20px;
	border-radius: 50px;
	background: #E5DAD0;
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
	font-weight: 700;
}

.l-footer .l-footer__bottomwrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 20px;
}

.l-footer .l-footer__bottom_pc .footer-logo {
	display: none;
}

.l-footer .l-footer__info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 20px 20px;
	gap: 10px;
}

.l-footer .l-footer__info .l-footer__info_nav_pc {
	display: none;
}

.l-footer .l-footer__info .copy {
	width: 100%;
	text-align: center;
}

.bn_social_active {
	width: 85%;
}

.group_area {
	width: 94%;
	margin-inline: auto;
}

.group_area .ttl_group_area {
	width: 80%;
	margin-top: 40px;
	margin-bottom: 20px;
}

.group_area .bn_list {
	width: 95%;
	margin-inline: auto;
}

.group_area .bn_list li {
	margin-bottom: 5px;
}

.hamburger-menu {
	top: 0;
	width: 26vw;
	height: 90px;
	border-top-left-radius: 0px;
}

#pagenav {
	width: 90%;
	margin: 6vw auto 8vw auto;
}

#pagenav .wp-pagenavi {
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
}

#pagenav .wp-pagenavi a,
#pagenav .wp-pagenavi span {
	display: none;
	font-weight: 400;
}

#pagenav .wp-pagenavi a.nextpostslink,
#pagenav .wp-pagenavi a.previouspostslink {
	display: inline-block;
	width: 45%;
	padding: 2.5vw 0;
	background: #1D4556;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#pagenav .wp-pagenavi a.previouspostslink {
	margin-right: 3%;
	border: none;
	font-size: 0;
}

#pagenav .wp-pagenavi a.previouspostslink::after {
	font-size: 3.2vw;
	content: "← 前のページへ";
}

#pagenav .wp-pagenavi a.nextpostslink {
	border: none;
	font-size: 0;
}

#pagenav .wp-pagenavi a.nextpostslink::before {
	font-size: 3.2vw;
	content: "次のページへ →";
}

.flex a {
	width: 100%;
	margin-bottom: 15px;
}

.c-btn {
	width: 80%;
	min-height: 70px;
	font-size: 12px;
	font-size: 3.75vw;
}

.mv-content .mv-image {
	width: 100%;
	min-height: 500px;
}

.mv-content .mv-text-pc {
	display: none;
}

.mv-content .mv-text-sp {
	top: 12vw;
	left: 0%;
	display: block;
	width: 100%;
	font-size: 18px;
	font-size: 5.625vw;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-writing-mode: horizontal-tb;
	    -ms-writing-mode: lr-tb;
	        writing-mode: horizontal-tb;
}

.mv-content .mv-text-sp p {
	opacity: 0;
	-webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
	transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
	transition: opacity 1.2s ease-out, transform 1.2s ease-out;
	transition: opacity 1.2s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
	-webkit-transform: translateY(40px);
	        transform: translateY(40px);
}

.mv-content .mv-text-sp p.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.mv-content .mv-center img {
	max-width: 70vw;
}

.mv-content .mv-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.mv-content .mv-image-right {
	display: none;
}

.mv-content .mv-text {
	text-align: center;
	-webkit-writing-mode: horizontal-tb;
	    -ms-writing-mode: lr-tb;
	        writing-mode: horizontal-tb;
}

.mv-content .mv-image-left img {
	border-radius: 0;
}

.news-section {
	margin-top: 40px;
}

.news-section .news_en_ttl {
	margin-top: 30px;
}

.news-section .section-title {
	font-size: 15px;
	font-size: 4.6875vw;
}

.news-section .section-title img {
	width: 30px;
}

.news-section .c-btn-wrap {
	width: 85%;
}

.news-filter-btns {
	width: 95%;
	margin-bottom: 0px;
	gap: 0px;
	margin-inline: auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.news-filter-btns .news-filter-btn {
	width: 49%;
	margin-bottom: 10px;
	padding: 12px 0px;
	font-size: 10px;
	font-size: 3.125vw;
}

.news-item {
	width: 90%;
	padding: 15px 0;
	margin-inline: auto;
}

.news-item .news-meta .news-date {
	font-size: 10px;
	font-size: 3.125vw;
}

.news-item .news-meta .news-cat {
	font-size: 10px;
	font-size: 3.125vw;
}

.news-item .news-title {
	font-size: 11px;
	font-size: 3.4375vw;
}

.p-facility {
	padding: 30px 0;
}

.p-facility__catch-text {
	font-size: 16px;
	font-size: 5vw;
}

.p-facility__content {
	padding: 0 0 40px 0;
}

.p-facility__img {
	margin-bottom: 30px;
}

.p-facility__img img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
}

.p-facility__text-block {
	width: 85%;
	margin-top: 0;
	padding-left: 0;
	margin-inline: auto;
}

.p-facility__text-block .p-facility__label {
	font-size: 12px;
	font-size: 3.75vw;
}

.p-facility__text-block .p-facility__title {
	font-size: 17px;
	font-size: 5.3125vw;
}

.p-facility__text-block .p-facility__text {
	font-size: 11px;
	font-size: 3.4375vw;
}

.p-facility__text-block .p-facility__btn-wrap .c-btn-wrap a {
	width: 100%;
}

.p-service {
	margin-top: 60px;
	margin-bottom: 10px;
}

.p-service__img {
	display: block;
}

.p-service__img img {
	width: 100%;
	height: auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.p-service .ttl_bg_box {
	margin-bottom: 0px;
}

.p-service__bg {
	margin-right: 0%;
	padding: 20px 0 40px 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.p-service__inner {
	width: 85%;
	margin-inline: auto;
}

.p-service__label {
	font-size: 12px;
	font-size: 3.75vw;
}

.p-service__title {
	font-size: 17px;
	font-size: 5.3125vw;
}

.p-service__text {
	font-size: 11px;
	font-size: 3.4375vw;
}

.p-group {
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
	margin-inline: auto;
}

.p-group .ttl_content {
	width: 85%;
	margin-bottom: 10px;
	margin-inline: auto;
}

.p-group .in_waku {
	width: 90%;
	margin-inline: auto;
}

.p-group .in_waku {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.p-group .box_group {
	padding: 0 0 15px 0;
}

.p-group .box_group .ttl_box_group img {
	max-width: 90%;
	margin-inline: auto;
}

.p-group .box_group .icon_link_arrow {
	width: 15px;
	height: 15px;
}

.p-price {
	width: 90%;
	padding: 40px 0px;
}

.p-price__inner {
	width: 100%;
}

.p-price__text-block {
	width: 85%;
	margin-inline: auto;
}

.p-price__text-block .p-price__title {
	font-size: 17px;
	font-size: 5.3125vw;
}

.p-price__text-block .p-price__lead {
	font-size: 11px;
	font-size: 3.4375vw;
}

.p-price__btn-block {
	width: 90%;
	gap: 10px;
	margin-inline: auto;
}

.slider.slider_top {
	margin-top: 50px;
	margin-bottom: 0px;
}

.basic_policy.top {
	margin-bottom: 40px;
}

.container {
	width: 85%;
}

.in-page.bg-page {
	padding-bottom: 50px;
}

.all_ttl .en_ttl {
	font-size: 12px;
	font-size: 3.75vw;
}

.all_ttl .jp_ttl {
	font-size: 17px;
	font-size: 5.3125vw;
}

#news.in-page .all_ttl .sub {
	font-size: 11px;
	font-size: 3.4375vw;
}

.jp_ttl_line {
	font-size: 16px;
	font-size: 5vw;
}

.general_box .ttl_generic {
	font-size: 13px;
	font-size: 4.0625vw;
}

.general_box .ttl_generic_in {
	font-size: 12px;
	font-size: 3.75vw;
}

.general_box .generic_tbl td,
.general_box .generic_tbl th {
	display: block;
	width: 100%;
	font-size: 11px;
	font-size: 3.4375vw;
}

.general_box .generic_tbl th {
	padding-bottom: 0px;
	border-bottom: none;
}

.general_box .generic_tbl td {
	padding-top: 8px;
	padding-bottom: 18px;
}

.general_box .generic_tbl .sub {
	font-size: 10px;
	font-size: 3.125vw;
}

.general_box .sub_ttl_generic_in {
	font-size: 13px;
	font-size: 4.0625vw;
}

.img_top_facility img {
	border-radius: 20px;
}

.catch .main_catch {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 5.625vw;
}

.catch .sub_catch {
	font-size: 12px;
	font-size: 3.75vw;
}

.slider .slider-track {
	width: 420vw;
	gap: 16px;
}

.slider .slider-track img {
	max-width: 70vw;
}

.basic_policy {
	margin-top: 40px;
}

.basic_policy .ttl_basic_policy {
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 4.0625vw;
	text-align: center;
}

.basic_policy .basic_policy_tbl td {
	display: block;
	padding: 20px 0;
}

.basic_policy .basic_policy_tbl td:first-of-type {
	padding: 15px 0 10px 0;
	border-bottom: none;
}

.basic_policy .basic_policy_tbl td:last-of-type {
	padding: 0 0 5px 0;
}

.basic_policy .basic_policy_tbl .num_basic_policy_tbl {
	font-size: 18px;
	font-size: 5.625vw;
}

.basic_policy .basic_policy_tbl .in_ttl {
	font-size: 14px;
	font-size: 4.375vw;
	text-align: center;
}

.facility_guide .facility-inner {
	width: 90%;
	gap: 15px;
	margin-inline: auto;
}

.facility_guide .facility-inner .facility-text {
	margin-left: 0;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl td,
.facility_guide .facility-inner .facility-text table.facility_guide_tbl th {
	width: 100%;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl th {
	padding: 1.7em 1em 0.6em 1em;
}

.facility_guide .facility-inner .facility-text table.facility_guide_tbl td {
	padding: 0 1em 1.5em 1em;
}

.facility_guide .facility-inner .facility-image {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.facility_guide .facility-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.facility_guide .facility-inner .facility-image {
	position: static;
	width: 100%;
}

.facility_guide_tbl .tbl_box + .tbl_box {
	margin-top: 0px;
}

.facility_guide_tbl .tbl_box {
	margin-bottom: 20px;
	padding: 10px 0 0 0;
}

.facility_guide_tbl .tbl_box .c-btn {
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-inline: auto;
}

.facility_staff_system .staff-wrapper {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 12px;
}

.facility_staff_system .staff-box {
	padding: 2em 2em;
}

.facility_staff_system .staff-box .staff-title {
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 3.75vw;
}

.facility_staff_system .staff-box .staff-sub {
	font-size: 11px;
	font-size: 3.4375vw;
}

.partner_medical .partner_medical_tbl tr {
	display: block;
	margin-bottom: 20px;
}

.partner_medical .partner_medical_tbl tr th,
.partner_medical .partner_medical_tbl tr td {
	display: block;
	padding: 10px 10px 20px 10px;
}

.partner_medical .partner_medical_tbl tr th {
	width: 100%;
	padding-bottom: 10px;
	font-size: 13px;
	font-size: 4.0625vw;
}

.partner_medical .partner_medical_tbl tr td {
	width: 100%;
	padding-top: 0;
	padding-right: 0;
}

.partner_medical .partner_medical_tbl tr td .address_pm {
	font-size: 11px;
	font-size: 3.4375vw;
}

.fees_availability.container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.fees_availability.container .content_left,
.fees_availability.container .content_right {
	width: 100%;
}

.fees_availability.container .fee_box .fee_group .fee_item {
	width: 90%;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_ttl {
	font-size: 11px;
	font-size: 3.4375vw;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_label {
	font-size: 11px;
	font-size: 3.4375vw;
}

.fees_availability.container .fee_box .fee_group .fee_item .fee_price .value {
	font-size: 24px;
	font-size: 7.5vw;
}

.fees_availability.container .fee_box .fee_group .fee_plus.last {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.fees_availability.container .fee_box .fee_group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fees_availability.container .ttl_fees_wrap {
	font-size: 12px;
	font-size: 3.75vw;
}

.fees_availability.container .room_status .room_box {
	padding: 20px 0;
}

.fees_availability.container .room_status .room_box .room_type {
	font-size: 15px;
	font-size: 4.6875vw;
}

.fees_availability.container .room_status .room_box .room_count .num {
	font-size: 40px;
	font-size: 12.5vw;
}

.fees_availability.container .room_status .room_box .room_count .unit {
	font-size: 15px;
	font-size: 4.6875vw;
}

.c-btn-wrap .c-btn {
	width: 100%;
}

.feebtn a {
	text-align: center;
}

.gmap_area {
	aspect-ratio: 10/8;
}

.access_data .access_left .tel {
	font-size: 12px;
	font-size: 3.75vw;
}

.faq-section + .faq-section {
	margin-top: 60px;
}

.faq-section .faq-list .faq-item .faq-question {
	padding: 16px 20px 16px 20px;
	font-size: 12px;
	font-size: 3.75vw;
}

.faq-section .faq-list .faq-item .faq-answer.is-visible {
	padding: 0px 20px 40px 20px;
}

.faq-section .faq-list .faq-item .faq-answer .faq-answer-inner .faq-amark {
	font-size: 12px;
	font-size: 3.75vw;
}

.faq-section .faq-list .faq-item .faq-answer .faq-answer-inner .faq-answer-text {
	font-size: 11px;
	font-size: 3.4375vw;
}

.pdf_link .pdf_icon {
	padding-left: 35px;
	background-size: 20px;
}

.scroll_attention {
	margin-bottom: 15px;
	font-size: 9px;
	font-size: 2.8125vw;
}

.box_attention {
	padding: 30px 5vw 20px 5vw;
}

.box_attention .ttl_box_attention {
	margin-bottom: 15px;
	text-align: center;
}

.info_table {
	border-bottom: 1px solid #ccc;
}

.info_table th,
.info_table td {
	display: block;
	width: 100%;
	padding: 12px 16px;
}

.info_table tr {
	display: block;
}

.info_table td {
	padding-bottom: 16px;
	border-top: none;
	border-bottom: none;
}

.info_table th {
	border-bottom: none;
	background-color: #fce5cd;
}

.btn_contact {
	width: 85%;
}

.form_tbl .wpcf7-not-valid-tip {
	font-size: 10px;
	font-size: 3.125vw;
}

#contactForm .wpcf7-checkbox {
	margin-top: 15px;
}

#contactForm .wpcf7-checkbox .wpcf7-list-item {
	margin-bottom: 15px;
}

#news.in-page .news-item,
#news.in-page .news-list {
	width: 100%;
}

.news-category {
	margin-top: 32px;
}

.post_data {
	width: 100%;
}

.post_data .post_data_cat {
	margin-bottom: 0px;
	font-size: 11px;
	font-size: 3.4375vw;
}

.post_data .main_post_ttl {
	font-size: 15px;
	font-size: 4.6875vw;
}

#single-content {
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 0px;
}

#single-content h2 {
	padding: 20px 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

#single-content h3 {
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

#single-content .post_ttl,
#single-content h4 {
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

#single-content h5 {
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

#single-content h6 {
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

#single-content img {
	width: 100%;
}

#single-content p {
	font-size: 11px;
	font-size: 3.4375vw;
}

.p-reportBlock__title {
	padding: 8px 12px;
	font-size: 16px;
}

.p-reportBlock__label {
	padding: 6px 15px;
	border-bottom: 1px solid #AEAEAE;
}

.p-reportBlock__text {
	padding: 15px;
}

.top_day {
	padding-bottom: 30px;
}

.top_day .top_day_content .img_top_day img {
	border-radius: 0px;
}

.top_day .top_day_content .left_text .ttl_topday .en_ttl {
	margin-bottom: 5px;
	font-size: 15px;
	font-size: 4.6875vw;
}

.top_day .top_day_content .left_text .ttl_topday .jp_ttl {
	font-size: 17px;
	font-size: 5.3125vw;
}

.top_day .top_day_content .left_text .top_day_attention {
	padding: 40px 20px 20px 20px;
}

.top_day .top_day_content .left_text .top_day_attention .ttl_top_day_attention {
	font-size: 11px;
	font-size: 3.4375vw;
	text-align: left;
}

.top_day .top_day_content .left_text .top_day_attention .txt_attention {
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 3.75vw;
}

.top_day .top_day_content .left_text .top_day_attention .txt_attention .line {
	font-size: 14px;
	font-size: 4.375vw;
}

.top_day .top_day_content .left_text .top_day_attention .txt_attention .ss {
	font-size: 9px;
	font-size: 2.8125vw;
	text-align: left;
}

.top_day .top_day_content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.top_day .top_day_content .img_top_day {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.top_day .top_day_content .left_text {
	max-width: 90%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-inline: auto;
}

.in_news {
	padding-top: 20px;
	padding-bottom: 30px;
}

.in_news .c-btn-wrap .c-btn {
	width: 100%;
	max-width: 85%;
}

.in_news .news_en_ttl {
	line-height: 1;
	text-align: center;
}

.day_news_cont {
	padding: 0px 0px 20px 0;
}

.day_news_cont .news_ttl_area {
	margin-top: 10px;
	margin-bottom: 0px;
}

.day_news_cont .news_ttl_area .ttl_content {
	font-size: 15px;
	font-size: 4.6875vw;
	text-align: center;
}

.day_news_cont .news_ttl_area .ttl_content .icon-leaf {
	padding-left: 35px;
	background-size: 30px;
}

#top-front .facility_guide {
	margin-top: 10px;
	margin-bottom: 40px;
}

#top-front .facility-text {
	width: 100%;
}

#day-service.in-page .facility_guide {
	margin-top: 40px;
}

#day-service.in-page .facility-text {
	width: 100%;
}

.day_guide_tbl .tbl_box + .tbl_box {
	margin-top: 0px;
}

table.day_guide_tbl td,
table.day_guide_tbl th {
	font-size: 13px;
	font-size: 4.0625vw;
}

table.day_guide_tbl th {
	padding: 1em 1em 0.2em 1em;
}

table.day_guide_tbl td {
	padding: 0 1em 1em 1em;
}

.day_features.container.mb100 {
	margin-bottom: 30px;
}

.features-grid {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 20px;
}

.features-grid .feature-block {
	padding: 0 0 20px;
}

.features-grid .feature-block .feature-inner .feature-number {
	width: 70px;
	height: 70px;
	margin-top: -50px;
}

.features-grid .feature-block .feature-inner .feature-number .feature-label {
	font-size: 7px;
	font-size: 2.1875vw;
}

.features-grid .feature-block .feature-inner .feature-number .feature-count {
	font-size: 20px;
	font-size: 6.25vw;
}

.features-grid .feature-block .feature-inner .feature-text .feature-title {
	margin-top: -15px;
}

.features-grid .feature-block .feature-inner .feature-text .feature-desc {
	font-size: 11px;
	font-size: 3.4375vw;
}

.gallery-section {
	margin-bottom: 60px;
}

.gallery-section .splide__slide .gallery-label {
	position: static;
	margin-top: 10px;
	text-align: center;
}

.gallery-section .splide__slide .gallery-label span {
	font-size: 11px;
	font-size: 3.4375vw;
}

.gallery-section .splide__arrow {
	width: 60px;
	height: 60px;
}

.gallery-section .splide__arrow--prev {
	left: 5%;
}

.gallery-section .splide__arrow--next {
	right: 5%;
}

.gallery-section .splide__pagination .splide__pagination__page {
	width: 5px;
	height: 5px;
}

.feesconten_day.container {
	margin-bottom: 20px;
}

.feesconten_day.container .fee_box.care_fee {
	padding: 40px 0px 20px 0;
}

.feesconten_day.container .fee_box.care_fee .care_fee_header {
	left: 14px;
	font-size: 12px;
	font-size: 3.75vw;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item {
	width: 90%;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_ttl {
	font-size: 11px;
	font-size: 3.4375vw;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_label {
	font-size: 11px;
	font-size: 3.4375vw;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_price .value {
	font-size: 24px;
	font-size: 7.5vw;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_plus.last {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.fees_wrap .bottom_txt {
	font-size: 11px;
	font-size: 3.4375vw;
}

.cv_free_trial {
	margin-bottom: 50px;
	padding: 15px 0 20px 0;
	border-radius: 15px;
}

.cv_free_trial .cv_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}

.cv_free_trial .cv_left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
}

.cv_free_trial .cv_left .cv_icon img {
	width: 60px;
}

.cv_free_trial .cv_left .cv_text .cv_main {
	font-size: 18px;
	font-size: 5.625vw;
}

.cv_free_trial .cv_left .cv_text .cv_sub {
	font-size: 11px;
	font-size: 3.4375vw;
}

.cv_free_trial .cv_right {
	width: 90%;
}

.cv_free_trial .cv_right .c-btn-cv--tel {
	background-size: 1.3em auto, 0.7em auto;
}

.cv_free_trial .cv_right .c-btn-cv--tel .c-btn__text {
	padding-inline: 33px;
}

.cv_free_trial .cv_right .c-btn-cv--tel {
	min-height: 70px;
	padding: 0 40px;
	background-position: left 20px center;
	font-size: clamp(2rem, 1.1458333333vw, 2.8rem);
}

.schedule_slider {
	padding: 0 50px 0 50px;
}

.schedule_slider .splide__slide .card {
	padding-bottom: 15px;
}

.schedule_slider .splide__slide .card .card_time {
	font-size: 15px;
	font-size: 4.6875vw;
}

.schedule_slider .splide__slide .card .card_label {
	margin-top: -10px;
	font-size: 14px;
	font-size: 4.375vw;
}

.schedule_slider .splide__arrow {
	width: 60px;
	height: 60px;
}

.schedule_slider .splide__arrow--prev {
	left: 3%;
}

.schedule_slider .splide__arrow--next {
	right: 3%;
}

.p-schedule {
	margin-top: 60px;
	margin-bottom: 40px;
}

.p-schedule__image {
	width: 90%;
	margin-inline: auto;
}

.p-schedule__content {
	width: 85%;
	margin-inline: auto;
}

.p-schedule__content .p-schedule__label {
	font-size: 12px;
	font-size: 3.75vw;
}

.p-schedule__content .p-schedule__title {
	font-size: 15px;
	font-size: 4.6875vw;
}

.p-schedule__content .p-schedule__text {
	font-size: 11px;
	font-size: 3.4375vw;
}

.p-schedule .box_schedule__timeline {
	padding: 20px;
	border-radius: 10px;
}

.p-schedule .p-schedule__timeline::before {
	left: 95px;
	width: 3px;
}

.p-schedule .p-schedule__timeline .timeline > li {
	margin-bottom: 20px;
}

.p-schedule .p-schedule__timeline .timeline .timeline-date {
	min-width: 80px;
	height: 40px;
	padding: 0px 0px;
	font-size: 15px;
}

.p-schedule .p-schedule__timeline .timeline .timeline-date::before {
	right: -20px;
	width: 8px;
	height: 8px;
}

.p-schedule .p-schedule__timeline .timeline .timeline-content {
	padding-left: 20px;
	font-size: 11px;
	font-size: 3.4375vw;
}

}

@media (851px <= width) {

.hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hover:hover,
.hover:active {
	opacity: 0.7;
}

.pc_none {
	display: none;
}

.cv-content__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 60px;
}

.cv-content__text {
	width: 50%;
}

.l-footer .footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 2;
	    -ms-flex: 2 1;
	        flex: 2 1;
	gap: 2vw;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.l-footer .l-footer__bottomwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 5% 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 40px;
}

.group_area .bn_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1250px;
	margin-inline: auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.group_area .bn_list li {
	width: 50%;
	margin-bottom: 5px;
}

.group_area .bn_list::after {
	display: block;
	width: 49%;
	content: "";
}

#pagenav {
	margin: 40px auto;
}

#pagenav .wp-pagenavi {
	clear: both;
	text-align: center;
}

#pagenav .wp-pagenavi a,
#pagenav .wp-pagenavi span {
	margin: 0 8px;
	padding: 13px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#pagenav .wp-pagenavi a:hover {
	border: solid 1px #1D4556;
	background: #1D4556;
	color: #FFFFFF;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}

.flex a {
	min-width: 400px;
}

#mv {
	padding-bottom: 50px;
}

.mv-content .mv-inner {
	width: calc(100% - 80px);
	max-width: 1735px;
	margin-inline: auto;
}

.mv-content .mv-center img {
	width: clamp(200px, 40vw, 390px);
}

.news-filter-btns .news-filter-btn {
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-preferred-size: calc(25% - 10px);
	    flex-basis: calc(25% - 10px);
}

#mainTop-section {
	padding-top: 50px;
}

.p-facility__catch {
	text-align: left;
}

.p-facility__img {
	position: relative;
	top: -100px;
	right: -40px;
}

.p-facility__text-block .p-facility__btn-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.p-service__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.p-price__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 60px;
}

.p-price__text-block {
	width: 48%;
}

.p-price__btn-block {
	width: 48%;
}

.p-price__btn-block .c-btn {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 35px;
}

.general_box .generic_tbl th {
	width: 20%;
}

.facility_guide .facility-inner .facility-image {
	position: sticky;
	top: 100px;
	width: 40%;
}

.facility_staff_system .staff-box {
	min-height: 120px;
}

.fees_availability.container .fee_box .fee_group .fee_item {
	padding: 16px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.feebtn a {
	font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}

.tbl_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.tbl_flex .tbl_flex_in {
	width: 47.5%;
}

#news.in-page .news-container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.news-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 5%;
}

.news-wrapper .news-side {
	width: 25%;
}

#single-content h2 {
	padding: 20px 30px;
	font-size: 20px;
	font-size: 2rem;
}

#single-content h3 {
	padding: 20px 30px;
	font-size: 20px;
	font-size: 2rem;
}

#single-content .post_ttl,
#single-content h4 {
	padding: 15px 30px;
	font-size: 18px;
	font-size: 1.8rem;
}

#single-content h5 {
	padding: 15px 30px;
	font-size: 18px;
	font-size: 1.8rem;
}

#single-content h6 {
	padding: 15px 30px;
	font-size: 18px;
	font-size: 1.8rem;
}

.p-reportBlock__row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 120px 1fr;
	grid-template-columns: 120px 1fr;
}

.p-reportBlock__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15x 15px;
	border-right: 1px solid #AEAEAE;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-reportBlock__text {
	padding: 15px 20px;
}

.top_day .top_day_content .img_top_day {
	margin-left: auto;
}

.top_day .top_day_content .left_text {
	max-width: 674px;
	margin-left: 10vw;
}

.top_day .top_day_content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 60px;
}

.top_day .top_day_content .left_text {
	width: 50%;
}

.top_day .top_day_content .img_top_day {
	width: 50%;
	margin-bottom: 0;
	text-align: right;
}

.top_day .top_day_content .img_top_day img {
	max-width: 100%;
	height: auto;
}

.day_news_cont .news_ttl_area {
	width: 30%;
	margin-bottom: 0;
}

.day_news_cont .news_ttl_area .ttl_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.day_news_cont .news_area {
	width: 65%;
}

.features-grid {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 40px;
}

.gallery-section .splide__slide .gallery-label {
	position: absolute;
	z-index: 5;
	top: 30px;
	left: 20px;
}

.gallery-section .splide__slide .gallery-label span {
	padding: 12px 25px;
	border-radius: 50px;
	background: #FFFFFF;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item {
	padding: 16px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_label {
	min-height: 80px;
}

.cv_free_trial {
	padding: 60px 100px;
}

.cv_free_trial .cv_right {
	max-width: 700px;
	margin-left: 50px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.day_schedule_content {
	margin-top: 100px;
}

.p-schedule__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 60px;
}

.p-schedule__image {
	width: 35%;
}

.p-schedule__content {
	width: 50%;
	margin-top: 0;
	padding-top: 50px;
}

}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-transition-duration: 0.01ms !important;
	        transition-duration: 0.01ms !important;
	-webkit-animation-duration: 0.01ms !important;
	        animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	        animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
}

* {
	-webkit-transition-duration: 0.01ms !important;
	        transition-duration: 0.01ms !important;
	-webkit-animation-duration: 0.01ms !important;
	        animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	        animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
}

}

@media (min-width: 851px) and (max-width: 1599px) {

#head-wrap .site_logo {
	width: 250px;
}

.schedule_slider {
	padding: 0 100px 0 100px;
}

.schedule_slider .splide__arrow--prev {
	left: 3%;
}

.schedule_slider .splide__arrow--next {
	right: 3%;
}

}

@media (max-width: 1599px) {

#head-wrap .head_nav_ul {
	gap: 5px;
}

#head-wrap .head_nav_ul li::after {
	margin-left: 5px;
}

}

@media (max-width: 1249px) {

#head-wrap .head_nav_ul {
	display: none;
}

}

@media (max-width: 1099px) {

#nav-content .in_nav_list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 85%;
}

#nav-content .in_nav_list .nav_col:not(:first-child) {
	margin-left: 0;
}

#nav-content .in_nav_list .nav_col.mtsp {
	margin-top: 15px;
}

}

@media (min-width: 851px) and (max-width: 1227px) {

.cv-content__bg {
	background-position: top -30px center;
}

.cv-content__text {
	width: 100%;
	margin-bottom: 0px;
}

.cv-content .cvtb_none {
	display: none;
}

.cv-content .c-btn-cv--contact {
	min-height: 120px;
	padding: 0 20px;
	font-size: clamp(2rem, 1.5625vw, 3rem);
}

.cv-content .c-btn-cv--tel {
	min-height: 120px;
	padding: 0 20px;
	font-size: clamp(2.8rem, 1.875vw, 3.6rem);
}

.cv_free_trial .cv_right .c-btn-cv--tel {
	min-height: 120px;
	padding: 0 20px;
	font-size: clamp(2.8rem, 1.875vw, 3.6rem);
}

}

@media (max-width: 1227px) {

.cv-content__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

}

@media (min-width: 1000px) and (max-width: 1227px) {

.cv-content__cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
}

}

@media (min-width: 851px) and (max-width: 999px) {

.cv-content__cta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

}

@media (min-width: 851px) and (max-width: 1449px) {

.l-footer .l-footer__top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.l-footer .footer-banner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.l-footer .l-footer__bottomwrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.l-footer .l-footer__info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

}

@media (1400px <= width) {

.p-facility__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.p-facility__catch {
	position: absolute;
	top: -100px;
	left: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding-left: 20px;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	text-orientation: mixed;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-facility__content {
	width: 78%;
	margin-left: auto;
}

.p-facility__text-block .p-facility__text {
	width: 83%;
}

.p-facility__text-block .p-facility__btn-wrap {
	width: 80%;
}

.p-service__bg {
	aspect-ratio: 1752/600;
}

.p-service__content {
	position: relative;
	z-index: 9;
	top: -10px;
	max-width: 650px;
	padding: 60px 60px;
	aspect-ratio: 650/480;
}

.p-price__text-block .p-price__lead {
	width: 90%;
}

table.day_guide_tbl td,
table.day_guide_tbl th {
	font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
}

.p-schedule__content .p-schedule__text {
	width: 100%;
}

}

@media (min-width: 1400px) and (max-width: 1549px) {

.p-facility__catch {
	left: 3%;
}

}

@media (min-width: 851px) and (max-width: 1399px) {

.p-facility__catch-text {
	margin-bottom: 100px;
	text-align: center;
}

.p-facility__catch-text .only-tb {
	display: none;
}

.p-facility__content {
	width: 85%;
	margin-inline: auto;
}

.p-facility__img img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.p-facility__text-block {
	padding-right: 40px;
}

.p-service__bg {
	margin-right: 0%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.p-service__content {
	max-width: 60%;
	padding: 50px 60px 50px 60px;
	aspect-ratio: 600/310;
}

.facility_staff_system .staff-wrapper {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.partner_medical .partner_medical_tbl tr td {
	padding-right: 50px;
}

}

@media (min-width: 851px) and (max-width: 1549px) {

.p-facility__content {
	width: 80%;
}

}

@media (min-width: 851px) and (max-width: 1819px) {

.facility_guide .facility-inner .facility-text {
	margin-left: 4vw;
}

}

@media (max-width: 767px) {

.fees_availability.container .fee_box .fee_group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

.feesconten_day.container .fee_box.care_fee .fee_group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

}

@media (min-width: 851px) and (max-width: 1479px) {

.fees_availability.container .fee_box .fee_group .fee_item .fee_price .value {
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	line-height: 1;
}

.feesconten_day.container .fee_box.care_fee .fee_group .fee_item .fee_price .value {
	font-size: clamp(3rem, 2.0833333333vw, 4rem);
	line-height: 1;
}

}

@media (max-width: 1479px) {

.fees_availability.container .fee_box .fee_note {
	border-radius: 8px;
}

}

@media (max-width: 479px) {

.vacancy-floating {
	right: 12px;
	bottom: 12px;
	width: min(300px, 100% - 24px);
}

.vacancy-floating .vacancy-floating__body {
	padding: 10px 12px 12px;
}

.vacancy-floating .vacancy-floating__list .vacancy-floating__item .label {
	font-size: 13px;
}

.vacancy-floating .vacancy-floating__list .vacancy-floating__item .value {
	font-size: 18px;
}

.vacancy-floating__fab {
	min-width: 104px;
	height: 42px;
	font-size: 13px;
}

}

@media (min-width: 851px) and (max-width: 1299px) {

.top_day .top_day_content .left_text {
	max-width: 800px;
	margin-left: 5vw;
}

}

@media (max-width: 1399px) {

table.day_guide_tbl td,
table.day_guide_tbl th {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

}

@media (1600px <= width) {

.schedule_slider {
	padding: 0 100px 0 400px;
}

}

@media (max-width: 1614px) {

.p-schedule .box_schedule__timeline {
	background-size: 15vw;
}

}

@media (max-width: 1279px) {

.p-schedule .box_schedule__timeline {
	background: #FFFFFF;
}

}

@media (min-width: 769px) {

.mv-content .mv-image-left img {
	border-top-left-radius: 40px;
}

.mv-content .mv-image-right img {
	border-top-right-radius: 40px;
}

}

@media (max-width: 1400px) {

.faq-nav {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 1100px) {

#nav-content .nav-inner {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

}

@media (max-width: 851px) {

body {
	min-width: 100%;
}

.breadcrumbs__inner {
	max-width: 100%;
	padding: 0.8em 30px 0 30px;
}

.mvtopSlide .splide__pagination__page {
	width: 12px;
	height: 12px;
}

#contactForm {
	width: 85%;
	padding: 30px;
}

.form_tbl {
	width: 100%;
}

.form_tbl th,
.form_tbl td {
	display: block;
	width: 100%;
}

.form_tbl th {
	padding-bottom: 0;
	border-bottom: none;
}

.form_tbl td {
	padding-bottom: 25px;
}

.form_tbl .required {
	padding: 2px 8px 2px 8px;
	font-size: 13px;
	font-size: 1.3rem;
}

.form_tbl input.form_s_age {
	width: 100%;
}

.form_tbl select,
.form_tbl input {
	width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 3.5vw;
}

}

@media (max-width: 768px) {

#nav-content .in_nav_list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub {
	cursor: pointer;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub .arrow {
	display: inline-block;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub .in_nav_ul {
	display: none;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub.open .in_nav_ul {
	display: block;
}

#nav-content .in_nav_list .nav_col .nav_ul > li.has-sub.open .arrow {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.news-filter-btn {
	width: 100%;
}

.p-service__content {
	max-width: 100%;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.fees_availability.container .room_status .room_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 6px;
}

.faq-nav {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

}

@media (max-width: 481px) {

body {
	font-size: 11px;
	font-size: 3.4375vw;
}

.breadcrumbs__inner {
	max-width: 100%;
	padding: 0.8em 4vw 0 4vw;
	font-size: 12px;
	font-size: 1.2rem;
}

#contactForm {
	width: 90%;
	padding: 10px 15px 15px 15px;
}

.form_tbl .form_ss_txt {
	font-size: 13px;
	font-size: 1.3rem;
}

}

@-webkit-keyframes fade-in {

0% {
	opacity: 0;
	-webkit-transform: translateY(25px);
	        transform: translateY(25px);
}

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

}

@keyframes fade-in {

0% {
	opacity: 0;
	-webkit-transform: translateY(25px);
	        transform: translateY(25px);
}

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

}

@-webkit-keyframes fade-up {

0% {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	        transform: translateY(-25px);
}

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

}

@keyframes fade-up {

0% {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	        transform: translateY(-25px);
}

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

}

@-webkit-keyframes fade-right {

0% {
	opacity: 0;
	-webkit-transform: translateX(25px);
	        transform: translateX(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@keyframes fade-right {

0% {
	opacity: 0;
	-webkit-transform: translateX(25px);
	        transform: translateX(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes fade-left {

0% {
	opacity: 0;
	-webkit-transform: translateX(-25px);
	        transform: translateX(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@keyframes fade-left {

0% {
	opacity: 0;
	-webkit-transform: translateX(-25px);
	        transform: translateX(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes sway {

0%,100% {
	-webkit-transform: rotate(10deg);
	        transform: rotate(10deg);
}

50% {
	-webkit-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}

}

@keyframes sway {

0%,100% {
	-webkit-transform: rotate(10deg);
	        transform: rotate(10deg);
}

50% {
	-webkit-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}

}

@-webkit-keyframes ver-hol {

0% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-webkit-transform: translate(-10px, -10px) rotate(-8deg);
	        transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

}

@keyframes ver-hol {

0% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-webkit-transform: translate(-10px, -10px) rotate(-8deg);
	        transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

}

@-webkit-keyframes hol-ver {

0% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(-6deg);
	        transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

}

@keyframes hol-ver {

0% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(-6deg);
	        transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

}

@-webkit-keyframes floating-right {

0% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(6deg);
	        transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

}

@keyframes floating-right {

0% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(6deg);
	        transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

}

@-webkit-keyframes floating-left {

0% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(-20px, -20px) rotate(-12deg);
	        transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

}

@keyframes floating-left {

0% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(-20px, -20px) rotate(-12deg);
	        transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

}

@-webkit-keyframes swiper-animation {

0% {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@keyframes swiper-animation {

0% {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-webkit-keyframes waveScroll {

0% {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-66.6666%);
	        transform: translateX(-66.6666%);
}

}

@keyframes waveScroll {

0% {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-66.6666%);
	        transform: translateX(-66.6666%);
}

}

@-webkit-keyframes scroll {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

}

@keyframes scroll {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

}

@keyframes waveScroll {

0% {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-66.6666%);
	        transform: translateX(-66.6666%);
}

}

:export { meta: '{}'; }

