@charset "utf-8";
.s_pc_view {
	display: initial !important;
}
.s_pctab_view {
	display: initial !important;
}
.s_tab_view {
	display: none !important;
}
.s_sp_view {
	display: none !important;
}
.s_mat0 {
	margin-top: 0;
}
.s_mat5 {
	margin-top: 5px;
}
.s_mat10 {
	margin-top: 10px;
}
.s_mat20 {
	margin-top: 20px;
}
.s_mat30 {
	margin-top: 30px;
}
.s_mat40 {
	margin-top: 40px;
}
.s_mat50 {
	margin-top: 50px;
}
.s_mat60 {
	margin-top: 60px;
}

.s_mab0 {
	margin-bottom: 0;
}
.s_mab5 {
	margin-bottom: 5px;
}
.s_mab10 {
	margin-bottom: 10px;
}
.s_mab20 {
	margin-bottom: 20px;
}
.s_mab30 {
	margin-bottom: 30px;
}
.s_mab40 {
	margin-bottom: 40px;
}
.s_mab50 {
	margin-bottom: 50px;
}
.s_mab60 {
	margin-bottom: 60px;
}
.s_mab100 {
	margin-bottom: 100px;
}

.s_auto {
	margin: auto;
}

.s_al_center,
.aligncenter {
	text-align: center;
}
.s_al_right,
.alignright {
	text-align: right;
}
.s_al_left,
.alignleft {
	text-align: left;
}
.s_vl_top {
	vertical-align: top;
}
.s_vl_middle {
	vertical-align: middle;
}
.s_vl_bottom {
	vertical-align: bottom;
}

.s_f_left {
	float: left;
}
.s_f_right {
	float: right;
}
.is_f_clear {
	float: none;
	text-align: center;
}

.s_red {
	color: #f00;
}
.s_black {
	color: #000;
}
.s_white {
	color: #fff;
}
.s_navy {
	color: var(--main-color);
}

.s_bold {
	font-weight: bold;
}
.s_indent {
	text-indent: 1em;
}
.s_kome,
.s_kome li {
	text-indent: -1em;
	margin-left: 1em;
}
.s_underline {
	text-decoration: underline;
}
.s_fw_normal {
	font-weight: normal;
}
.s_inline {
	display: inline-block;
}

.s_fs_sm {
	font-size: 0.8em;
}
.s_fs_lg {
	font-size: 1.4em;
}

.s_img_floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.s_img_floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.s_fs11 {
	font-size: 1.1rem !important;
}
.s_fs12 {
	font-size: 1.2rem !important;
}
.s_fs13 {
	font-size: 1.3rem !important;
}
.s_fs14 {
	font-size: 1.4rem !important;
}
.s_fs15 {
	font-size: 1.5rem !important;
}
.s_fs16 {
	font-size: 1.6rem !important;
}
.s_fs17 {
	font-size: 1.7rem !important;
}
.s_fs18 {
	font-size: 1.8rem !important;
}
.s_fs19 {
	font-size: 1.9rem !important;
}
.s_fs20 {
	font-size: 2rem !important;
}
.s_fs21 {
	font-size: 2.1rem !important;
}
.s_fs22 {
	font-size: 2.2rem !important;
}
.s_fs23 {
	font-size: 2.3rem !important;
}
.s_fs24 {
	font-size: 2.4rem !important;
}

.s_w10p {
	width: 10%;
}
.s_w20p {
	width: 20%;
}
.s_w30p {
	width: 30%;
}
.s_w40p {
	width: 40%;
}
.s_w50p {
	width: 50%;
}
.s_w60p {
	width: 60%;
}
.s_w70p {
	width: 70%;
}
.s_w80p {
	width: 80%;
}
.s_w90p {
	width: 90%;
}
.s_w100p {
	width: 100%;
}

.s_disable {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.s_pc_view {
		display: none !important;
	}
	.s_tab_view {
		display: inherit !important;
	}

	.s_f_left.is_sp_f_clear {
		float: left;
	}
	.s_f_right.is_sp_f_clear {
		float: right;
	}

	.s_mat20 {
		margin-top: 10px;
	}
	.s_mat30 {
		margin-top: 10px;
	}
	.s_mat40 {
		margin-top: 20px;
	}
	.s_mat50 {
		margin-top: 20px;
	}
	.s_mat60 {
		margin-top: 30px;
	}

	.s_mab20 {
		margin-bottom: 10px;
	}
	.s_mab30 {
		margin-bottom: 10px;
	}
	.s_mab40 {
		margin-bottom: 20px;
	}
	.s_mab50 {
		margin-bottom: 20px;
	}
	.s_mab60 {
		margin-bottom: 30px;
	}
	.s_mab100 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 640px) {
	.s_pctab_view {
		display: none !important;
	}
	.s_sp_view {
		display: initial !important;
	}

	.s_fs_sm {
		font-size: 1em;
	}
}

/*----------------------------------------------
	top
---------------------------------------------*/
/*  .s_top_mv
---------------------------------------------*/
.s_top_mv {
	display: flex;
}
.s_top_mv_img {
	position: relative;
	width: 65%;
	overflow: hidden;
	border-radius: 0 20px 20px 0;
}
.s_top_mv_img img {
	width: 100%;
}
.s_top_mv_ttl {
	position: absolute;
	top: 20%;
	right: 0;
	left: 0;
	width: 50% !important;
	margin: auto;
}
.s_top_mv_tagline {
	width: 35%;
	padding: 60px 0 0;
	text-align: center;
}
.s_top_mv_tagline img {
	width: 250px;
	max-width: 60%;
}
@media (max-width: 960px) {
	.s_top_mv_tagline {
		padding: 50px 0 0;
	}
}
@media (max-width: 840px) {
	.s_top_mv_tagline {
		padding: 30px 0 0;
	}
}
@media (max-width: 768px) {
	.s_top_mv_tagline {
		padding: 0;
	}
}
@media (max-width: 640px) {
	.s_top_mv {
		flex-direction: column;
	}
	.s_top_mv_ttl {
		top: 10%;
		width: 70%;
		max-width: 260px;
	}
	.s_top_mv_img {
		width: 100%;
		border-radius: 0;
	}
	.s_top_mv_tagline {
		width: 100%;
		margin: 40px auto 0;
		padding: 0;
	}
	.s_top_mv_tagline img {
		max-width: 40%;
	}
}
/*  .s_time
---------------------------------------------*/
.s_time_block {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 30px 30px 25px 15px;
	background: #fff;
	border: 1px solid var(--main-color);
	border-right: none;
	border-radius: 20px 0 0 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	transition: 0.4s linear;
	cursor: pointer;
}
.s_time_ttl {
	display: flex;
	padding-right: 10px;
	color: var(--main-color);
	writing-mode: vertical-rl;
	letter-spacing: 0.5em;
}
.s_time_sche {
	padding-left: 15px;
}
.s_time_sche_closed {
	margin-top: 10px;
	font-size: 0.9em;
	color: var(--main-color);
}
.s_time_sche_book {
	display: inline-block;
	margin-left: 10px;
	padding: 0.2em 0.3em 0 0.6em;
	background: linear-gradient(180deg, var(--grad-color));
	border-radius: 5px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.3em;
}
.s_time_sche_sp,
.s_time_sche_btn {
	display: none;
}
@media (max-width: 1024px) {
	.s_time_block {
		top: 420px;
		bottom: initial;
	}
}
@media (max-width: 960px) {
	.s_time_block {
		top: 380px;
	}
}
@media (max-width: 840px) {
	.s_time_block {
		top: 330px;
	}
}
@media (max-width: 768px) {
	.s_time_block {
		top: 280px;
	}
}
@media (max-width: 640px) {
	.s_time_block {
		position: fixed;
		top: 100%;
		left: 0;
		flex-direction: column;
		justify-content: start !important;
		display: none;
		width: 100%;
		height: calc(100vh - 65px);
		padding: 10px;
		border: none;
		border-radius: 0;
		box-shadow: none;
		transition: none;
	}
	.s_time_block.open {
		display: block;
		animation: slideUpSche 0.5s forwards;
	}
	.s_time_block.close {
		display: block;
		animation: slideDownSche 0.5s forwards;
	}
	.s_time_ttl {
		justify-content: center;
		align-items: center;
		padding-right: 0;
		font-size: 1.8em;
		font-weight: 600;
		writing-mode: initial;
	}
	.s_time_sche {
		padding-left: 0;
	}
	.s_time_sche_closed {
		margin-top: 10px;
		text-align: center;
	}
	.s_time_sche_ttl {
		display: none;
	}
	.s_time_sche_book {
		margin-left: 0;
		font-size: 1.8em;
	}
	.s_time_sche_sp {
		display: block;
		margin: 20px 0 0;
		padding: 0.5em 0.5em 0.3em;
		border: 1px solid var(--key-color);
		border-radius: 10px;
		font-size: 1.8em;
		color: var(--key-color);
		font-weight: 600;
		text-align: center;
	}
	.s_time_sche_btn {
		display: block;
		width: 200px;
		margin: 20px auto 0;
		padding: 0.3em 0.3em 0.2em;
		border: 1px solid var(--main-color);
		border-radius: 50px;
		font-size: 1.4em;
		color: var(--main-color);
		text-align: center;
	}
}
/*  .s_top_about
---------------------------------------------*/
.s_top_about_box {
	padding: 20px;
	border: 2px solid var(--key-color);
	border-radius: 16px;
	text-align: center;
}
.s_top_about_lead {
	font-size: 1.4em;
	color: var(--key-color);
	font-weight: 700;
}
@media (max-width: 1024px) {
	.s_top_about_lead {
		margin-bottom: 10px;
		line-height: 1.4em;
	}
}
/*  .s_top_news
---------------------------------------------*/
.s_top_news {
	position: relative;
}
.s_top_news::before,
.s_top_news::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.s_top_news::before {
	z-index: -2;
	background: rgba(var(--key-rgb-color), 0.1);
}
.s_top_news::after {
	z-index: -1;
	background: url(../images/news_bg.jpg) no-repeat 0 bottom / 20% auto;
}
.s_top_news_ttl {
	width: 300px;
}
.s_top_news_cont {
	width: calc(100% - 360px);
}
@media (max-width: 1024px) {
	.s_top_news_ttl {
		width: 220px;
	}
	.s_top_news_cont {
		width: calc(100% - 240px);
	}
}
@media (max-width: 640px) {
	.s_top_news::after {
		background-size: 50% auto;
	}
	.s_top_news_block {
		flex-direction: column;
	}
	.s_top_news_ttl,
	.s_top_news_cont {
		width: 100%;
	}
	.s_top_news_cont {
		margin-top: 20px;
	}
}
/*  .s_top_treatments
---------------------------------------------*/
.s_top_treatments {
	position: relative;
	color: #fff;
}
.s_top_treatments::before,
.s_top_treatments::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.s_top_treatments::before {
	z-index: -1;
	background: url(../images/treatments_bg.png) no-repeat center 0 / 100% auto;
}
.s_top_treatments::after {
	z-index: -2;
	background: linear-gradient(180deg, var(--grad-color));
}
.s_top_treatments_box a {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 100px 60px;
	min-height: 300px;
	border: 2px solid #fff;
	border-radius: 26px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.s_top_treatments_box a::before,
.s_top_treatments_box a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 26px;
	transition: 0.4s;
}
.s_top_treatments_box a::before {
	z-index: -1;
	opacity: 0.77;
	background: linear-gradient(180deg, var(--grad-color));
}
.s_top_treatments_box a:hover::before {
	opacity: 0.5;
}
.s_top_treatments_box a::after {
	z-index: -2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s_top_treatments_box:nth-child(1) a::after {
	background-image: url(../images/treatments_img01.jpg);
}
.s_top_treatments_box:nth-child(2) a::after {
	background-image: url(../images/treatments_img02.jpg);
}
.s_top_treatments_box:nth-child(3) a::after {
	background-image: url(../images/treatments_img03.jpg);
}
.s_top_treatments_box a:hover::after {
	transform: scale(1.1);
}
.s_top_treatments_en {
	color: var(--key-color);
	font-weight: 700;
	letter-spacing: 0.2em;
}
.s_top_treatments_ttl {
	margin: 10px 0;
	font-size: 1.6em;
	font-weight: 700;
}
.s_top_treatments_btn {
	width: 200px;
	max-width: 100%;
	padding: 0.5em;
	border: 1px solid #fff;
	border-radius: 50px;
}
.s_top_treatments_box a:hover .c_icon {
	right: 15px;
}
@media (max-width: 1280px) {
	.s_top_treatments_box a {
		min-height: 300px;
	}
}
@media (max-width: 1024px) {
	.s_top_treatments::before {
		background-size: cover;
	}
	.s_top_treatments_box a {
		min-height: 260px;
		padding: 80px 40px;
	}
}
@media (max-width: 768px) {
	.s_top_treatments_box a {
		min-height: 180px;
		padding: 60px 20px;
	}
}
@media (max-width: 640px) {
	.s_top_treatments_block {
		flex-direction: column;
	}
	.s_top_treatments_box {
		width: 100%;
	}
	.s_top_treatments_box:not(:last-child) {
		margin-bottom: 20px;
	}
	.s_top_treatments_box a {
		min-height: 100px;
		padding: 40px 20px;
	}
}
/*  .s_top_facility
---------------------------------------------*/
.s_top_facility_bnr {
	overflow: hidden;
	border-radius: 26px;
}
.s_top_facility_bnr a {
	position: relative;
	padding: 80px;
	color: #fff;
	text-decoration: none;
}
.s_top_facility_bnr a::before,
.s_top_facility_bnr a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.s_top_facility_bnr a::before {
	z-index: -1;
	background: rgba(var(--key-rgb-color), 0.86);
}
.s_top_facility_bnr a::after {
	z-index: -2;
	background: url(../images/facility_bg.jpg) no-repeat center bottom -400px / 100%
		auto;
}
.s_top_facility_bnr a:hover::before {
	background: rgba(var(--key-rgb-color), 0.6);
}
.s_top_facility_bnr a:hover::after {
	transform: scale(1.05);
}
.s_facility_btn {
	width: 200px;
	max-width: 100%;
	padding: 0.5em;
	background: var(--main-color);
	border-radius: 50px;
	text-align: center;
}
.s_top_facility_bnr a:hover .c_icon {
	right: 15px;
}
@media (max-width: 1280px) {
	.s_top_facility_bnr a::after {
		background-position: center;
	}
}
@media (max-width: 768px) {
	.s_top_facility_bnr a {
		padding: 40px;
	}
	.s_top_facility_bnr a::after {
		background-position: center bottom 34%;
	}
}
/*  .s_top_access
---------------------------------------------*/
#access {
	scroll-margin-top: 95px;
}
.s_top_access_map iframe {
	width: 100%;
}
@media (max-width: 1280px) {
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
	.s_top_access_map iframe {
		height: 300px;
	}
}
@media (max-width: 640px) {
	.s_top_access_map iframe {
		height: 200px;
	}
}

/*----------------------------------------------
	common
---------------------------------------------*/
.l_pagettl::after {
	background-image: url(../images/pagetitle_bg.jpg);
}
/*----------------------------------------------
	about
---------------------------------------------*/
#about .l_pagettl::after {
	background-image: url(../images/about/pagetitle_bg.jpg);
}
/*  .s_about_feat
---------------------------------------------*/
.s_about_feat_box {
	position: relative;
}
.s_about_feat_box:not(:last-child) {
	margin-bottom: 60px;
}
.s_about_feat_box::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 320px;
	height: 280px;
	background: rgba(var(--key-rgb-color), 0.15);
	border-radius: 20px;
}
.s_about_feat_head {
	width: 270px;
	padding: 40px 0 40px 50px;
	text-align: center;
}
.s_about_feat_num {
	font-size: 4em;
	color: var(--key-color);
	line-height: 1em;
}
.s_about_feat_img {
	width: 140px;
}
.s_about_feat_cont {
	width: calc(100% - 400px);
}
.s_about_feat_ttl {
	margin-bottom: 30px;
	font-size: 1.5em;
	color: var(--main-color);
	line-height: 1.2em;
}
/*  .s_about_msg
---------------------------------------------*/
.s_about_msg {
	background: rgba(var(--base-rgb-color), 0.1);
}
.s_about_msg_name {
	margin-top: 20px;
	font-size: 1.1em;
	text-align: right;
}
.s_about_msg_history {
	margin: 80px 0;
}
@media (max-width: 1024px) {
	/*  .s_about_feat
	---------------------------------------------*/
	.s_about_feat_box::after {
		width: 240px;
		height: 240px;
	}
	.s_about_feat_head {
		width: 200px;
		padding: 20px 0 20px 40px;
	}
	.s_about_feat_cont {
		width: calc(100% - 200px);
	}
}
@media (max-width: 768px) {
	/*  .s_about_feat
	---------------------------------------------*/
	.s_about_feat_box:not(:last-child) {
		margin-bottom: 30px;
	}
	.s_about_feat_box::after {
		width: 200px;
		height: 200px;
		right: 0;
		margin: auto;
	}
	.s_about_feat_img {
		width: 100px;
	}
	.s_about_feat_head,
	.s_about_feat_cont {
		width: 100%;
	}
	.s_about_feat_head {
		padding: 15px 0;
	}
	.s_about_feat_ttl {
		margin-bottom: 20px;
		text-align: center;
	}
	/*  .s_about_msg
	---------------------------------------------*/
	.s_about_msg_name {
		margin-top: 10px;
	}
	.s_about_msg_history {
		margin: 30px 0;
	}
}

/*----------------------------------------------
	news
---------------------------------------------*/
#news .l_pagettl::after {
	background-image: url(../images/news/pagetitle_bg.jpg);
}
.s_news_head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.s_news_cat {
	margin-left: 10px;
	padding: 0.2em 0.8em 0.1em;
	background: var(--point-color);
	border-radius: 50px;
	font-size: 0.8em;
	color: #fff;
}
.s_news_cat.is_cat_treatment {
	background: var(--main-color);
}
.s_news_ttl {
	width: 100%;
	margin-bottom: 0.8em;
	padding: 0.8em 0;
	border-bottom: 1px solid var(--main-color);
	color: var(--main-color);
}
.s_news_cont {
	line-height: 2em;
}
.s_news_cont h2.wp-block-heading {
	margin-bottom: 10px;
	padding: 0.35em 0.6em 0.2em;
	background-color: var(--key-color);
	border-radius: 50px;
	color: #fff;
}
.s_news_cont .wp-block-list li {
	list-style-type: disc;
	margin-left: 1.8em;
}

/*----------------------------------------------
	sekitsui
---------------------------------------------*/
#sekitsui .l_pagettl::after {
	background-image: url(../images/sekitsui/pagetitle_bg.jpg);
}
/*  .s_sekitsui_symp
---------------------------------------------*/
.s_sekitsui_symp_box {
	width: calc(25% - 20px);
	margin: 0 10px 20px;
	text-align: center;
}
/*  .s_sekitsui_eg
---------------------------------------------*/
.s_sekitsui_eg {
	background: rgba(var(--base-rgb-color), 0.1);
}
.s_sekitsui_eg_box {
	position: relative;
	margin-top: 40px;
	padding: 1em;
	background: var(--point-color);
	border-radius: 10px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.s_sekitsui_eg_box::after {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	content: "";
	width: auto;
	height: 20px;
	margin: auto;
	background: url(../images/fukidashi.png) no-repeat center bottom / auto 100%;
}
/*  .s_sekitsui_treat
---------------------------------------------*/
.s_sekitsui_treat_box {
	padding: 60px;
	background: rgba(var(--key-rgb-color), 0.1);
	border-radius: 20px;
}
.s_sekitsui_treat_box:not(:last-child) {
	margin-bottom: 40px;
}
.s_sekitsui_treat_head {
	width: 240px;
	text-align: center;
}
.s_sekitsui_treat_img {
	width: 140px;
	max-width: 80%;
}
.s_sekitsui_treat_ttl {
	margin-top: 10px;
	font-size: 1.4em;
	color: var(--main-color);
	font-weight: 900;
}
.s_sekitsui_treat_txt {
	width: calc(100% - 300px);
	font-weight: 600;
}
@media (max-width: 1024px) {
	/*  .s_sekitsui_treat
	---------------------------------------------*/
	.s_sekitsui_treat_box {
		padding: 40px;
	}
	.s_sekitsui_treat_head {
		width: 140px;
	}
	.s_sekitsui_treat_txt {
		width: calc(100% - 180px);
	}
}
@media (max-width: 768px) {
	/*  .s_sekitsui_symp
	---------------------------------------------*/
	.s_sekitsui_symp_box {
		width: calc(25% - 10px);
		margin: 0 5px 10px;
	}
	/*  .s_sekitsui_eg
	---------------------------------------------*/
	.s_sekitsui_eg_box {
		margin-top: 20px;
		font-size: 1em;
	}
	/*  .s_sekitsui_treat
	---------------------------------------------*/
	.s_sekitsui_treat_box:not(:last-child) {
		margin-bottom: 20px;
	}
	.s_sekitsui_treat_box {
		padding: 20px;
	}
	.s_sekitsui_treat_img {
		max-width: 60%;
	}
	.s_sekitsui_treat_txt {
		width: calc(100% - 160px);
	}
}
@media (max-width: 640px) {
	/*  .s_sekitsui_symp
	---------------------------------------------*/
	.s_sekitsui_symp_box {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}
	/*  .s_sekitsui_treat
	---------------------------------------------*/
	.s_sekitsui_treat_box {
		flex-direction: column;
	}
	.s_sekitsui_treat_img {
		width: 80px;
	}
	.s_sekitsui_treat_head,
	.s_sekitsui_treat_txt {
		width: 100%;
	}
	.s_sekitsui_treat_txt {
		margin-top: 10px;
	}
}

/*----------------------------------------------
	seikei
---------------------------------------------*/
#seikei .l_pagettl::after {
	background-image: url(../images/seikei/pagetitle_bg.jpg);
}

/*----------------------------------------------
	ope
---------------------------------------------*/
#ope .l_pagettl::after {
	background-image: url(../images/ope/pagetitle_bg.jpg);
}
.s_ope_box {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding: 60px;
	background: rgba(var(--key-rgb-color), 0.1);
	border-radius: 20px;
}
.s_ope_ttl::after {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	content: "";
	width: auto;
	height: 30px;
	margin: auto;
	background: url(../images/fukidashi.png) no-repeat center bottom / auto 100%;
}
.s_ope_ttl {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	background: var(--point-color);
	border-radius: 10px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
}
.s_ope_cont {
	width: calc(100% - 280px);
}
.s_ope_name {
	margin-bottom: 10px;
	color: var(--main-color);
}
.s_ope_name_jp {
	font-size: 1.4em;
	font-weight: 900;
}
.s_ope_detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.s_ope_txt {
	width: calc(100% - 240px);
}
.s_ope_img {
	width: 200px;
}
@media (max-width: 1024px) {
	.s_ope_box {
		padding: 40px;
	}
	.s_ope_ttl {
		width: 200px;
	}
	.s_ope_cont {
		width: calc(100% - 220px);
	}
	.s_ope_txt {
		width: calc(100% - 220px);
	}
}
@media (max-width: 768px) {
	.s_ope_box {
		flex-direction: column;
		padding: 20px;
	}
	.s_ope_ttl,
	.s_ope_cont {
		width: 100%;
	}
	.s_ope_ttl {
		padding: 1em 0 0.8em;
	}
	.s_ope_ttl::after {
		bottom: -15px;
		height: 15px;
	}
	.s_ope_name {
		margin-top: 20px;
		text-align: center;
	}
}
@media (max-width: 640px) {
	.s_ope_detail {
		flex-direction: column-reverse;
	}
	.s_ope_txt,
	.s_ope_img {
		width: 100%;
	}
	.s_ope_txt {
		margin-top: 10px;
	}
}

/*----------------------------------------------
	book
---------------------------------------------*/
.s_book {
	background: rgba(var(--base-rgb-color), 0.1);
}
.s_book_block {
	margin-top: 40px;
}
.s_book_box {
	margin: 20px auto 0;
	padding: 40px;
	background: rgba(var(--key-rgb-color), 0.1);
	border-radius: 20px;
}
.s_book_icon {
	width: 120px;
	height: 120px;
	margin-right: 10px;
	background: #fff;
	border-radius: 60px;
}
.s_book_ttl {
	width: calc(100% - 500px);
	padding-left: 10px;
	font-size: 1.6em;
	color: var(--main-color);
}
.s_book_em {
	color: var(--key-color);
	font-weight: 600;
}
.s_book_note .c_list_dot > li:not(:last-child) {
	margin-bottom: 20px;
}
@media (max-width: 1280px) {
	.s_book_icon {
		width: 100px;
		height: 100px;
	}
	.s_book_ttl {
		width: calc(100% - 460px);
	}
}
@media (max-width: 1024px) {
	.s_book_icon {
		width: 80px;
		height: 80px;
	}
	.s_book_ttl {
		width: calc(100% - 420px);
	}
}
@media (max-width: 768px) {
	.s_book_box {
		flex-direction: column;
		padding: 20px;
	}
	.s_book_icon {
		margin: 0 5px;
	}
	.s_book_ttl {
		width: 100%;
		margin: 10px 0;
		padding: 0;
		text-align: center;
	}
}

/*----------------------------------------------
	facility
---------------------------------------------*/
.s_fi_box {
	margin-top: 40px;
}
.s_fi_ttl {
	margin: 10px 0 5px;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}
.s_fi_img {
	position: relative;
	overflow: hidden;
}
.s_fi_img img {
	z-index: 1 !important;
}
.s_fi_img .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 30px;
	height: 30px;
	margin: auto;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 30px;
	font-size: 1.15em;
	color: var(--main-color);
	cursor: pointer;
	transition: 0.4s;
}
.s_fi_img .slick-arrow:hover {
	background: #fff;
}
.s_fi_img .slick-prev {
	left: 10px;
}
.s_fi_img .slick-next {
	right: 10px;
}
.s_fi_img .slick-dots {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	margin: auto;
}
.s_fi_img .slick-dots li {
	margin: 0 2px;
}
.s_fi_img .slick-dots button {
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 10px;
	font-size: 0;
}
.s_fi_img .slick-dots .slick-active button {
	background: rgba(var(--main-rgb-color), 0.6);
}
@media (max-width: 640px) {
	.s_fi_block {
		flex-direction: column;
	}
	.s_fi_box {
		width: 400px;
		max-width: 100%;
		margin: 20px auto 0;
	}
}

/*----------------------------------------------
	policy
---------------------------------------------*/
.s_policy_box {
	margin-top: 40px;
}
@media (max-width: 640px) {
	.s_policy_box {
		margin-top: 20px;
	}
}

/*----------------------------------------------
	wp
---------------------------------------------*/
.s_news_cont .wp-block-button {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.s_news_cont .wp-block-button__link {
	padding: 0.6em 2em;
	background: var(--main-color);
	background: linear-gradient(135deg, var(--grad-color));
	font-size: 1em !important;
	color: #fff;
	transition: 0.4s;
}
.s_news_cont .wp-block-button__link:hover {
	opacity: 0.5;
}
