@charset "utf-8";
.s_pc_view {
	display: inherit !important;
}
.s_pctab_view {
	display: inherit !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_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: var(--bk-color);
}
.s_white {
	color: #fff;
}
.s_em_color {
	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: 1.2rem;
}
.s_fs_lg {
	font-size: 1.8rem;
}

.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;
	}
}

@media screen and (max-width: 640px) {
	.s_pctab_view {
		display: none !important;
	}
	.s_sp_view {
		display: inherit !important; /*改行にのみ使用*/
	}
	.s_mat10 {
		margin-top: 5px;
	}
	.s_mat20,
	.s_mat30 {
		margin-top: 10px;
	}
	.s_mat40,
	.s_mat50 {
		margin-top: 20px;
	}
	.s_mab10 {
		margin-bottom: 5px;
	}
	.s_mab20,
	.s_mab30 {
		margin-bottom: 10px;
	}
	.s_mab40,
	.s_mab50 {
		margin-bottom: 20px;
	}
	.s_mab60 {
		margin-bottom: 30px;
	}
	.s_mab100 {
		margin-bottom: 50px;
	}
}

/*----------------------------------------------
	teaser
---------------------------------------------*/
/*  .s_open
---------------------------------------------*/
.s_open_block {
	margin-top: 30px;
	color: var(--main-color);
	text-align: center;
}
.s_open_date {
	font-family: "Zen Old Mincho", serif;
	font-size: 3.125em;
	font-weight: 700;
}
.s_open_em {
	font-size: 1.86em;
}
.s_open_add {
	font-size: 1.375em;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.s_open_date {
		font-size: 2em;
	}
}
@media screen and (max-width: 640px) {
	.s_open_date {
		font-size: 1.6em;
	}
	.s_open_add {
		font-size: 1.25em;
	}
}
/*  .s_department
---------------------------------------------*/
.s_department_sec {
	margin-bottom: 80px;
}
.s_department_ttl {
	margin-bottom: 5px;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
}
.s_department_block {
	display: flex;
	justify-content: center;
	align-items: center;
}
.s_department_box {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.s_department_label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	margin-right: 5px;
	background: var(--key-color);
	border-radius: 70px;
	font-size: 1.125em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.s_department_name {
	font-size: 1.25em;
}
.s_department_doctor {
	margin-top: 55px;
	font-size: 1.25em;
	text-align: center;
}
.s_department_doctor_name {
	font-size: 1.1em;
}
@media screen and (max-width: 640px) {
	.s_department_sec {
		margin-bottom: 40px;
	}
	.s_department_block {
		flex-direction: column;
		align-items: start;
		width: 220px;
		margin-inline: auto;
	}
	.s_department_box {
		margin: 10px 0 0;
	}
	.s_department_doctor {
		margin-top: 20px;
	}
}
/*  .s_book
---------------------------------------------*/
.s_book_sec {
	text-align: center;
}
.s_book_ttl {
	margin-bottom: 20px;
	font-size: 2em;
	color: var(--main-color);
	line-height: 1.2;
}
.s_book_ttl span {
	display: inline-block;
	border-bottom: 8px solid var(--base-color);
}
.s_book_btns {
	display: flex;
	justify-content: space-between;
}
.s_book_btns > * {
	width: calc(50% - 15px);
}
.s_book_btn_lead {
	margin-bottom: 10px;
	font-size: 1.5625em;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.is_book_web .s_book_btn_lead {
	color: var(--main-color);
}
.is_book_line .s_book_btn_lead {
	color: var(--gn-color);
}
.s_book_note {
	margin-top: 60px;
	font-size: 1.125em;
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
	.s_book_btns > * {
		width: calc(50% - 5px);
	}
	.s_book_btn_lead {
		margin-bottom: 5px;
		font-size: 1.25em;
	}
	.s_book_note {
		margin-top: 20px;
	}
}
/*  .s_treatment
---------------------------------------------*/
.s_treatment_inner {
	padding-bottom: 70px;
	background: var(--base-color);
	text-align: center;
}
.s_treatment_ttl {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.125em;
	color: #fff;
	font-weight: 700;
}
.s_treatment_lead {
	margin: 20px 0 70px;
	font-size: 1.375em;
	color: var(--main-color);
	line-height: 1.6;
}
.s_treatment_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s_treatment_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: calc((100% / 3) - 20px);
	margin: 10px;
	padding: 30px;
	background: #fff;
	border-radius: 30px;
}
.s_treatment_name {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5em;
	color: var(--key-color);
	font-weight: 400;
	line-height: 1.2;
}
.s_treatment_icon img {
	max-width: 160px;
}
@media screen and (max-width: 640px) {
	.s_treatment_sec {
		margin: 20px 0;
	}
	.s_treatment_inner {
		padding: 20px 0 30px;
	}
	.s_treatment_lead {
		margin-bottom: 20px;
	}
	.s_treatment_box {
		width: calc((100% / 2) - 10px);
		margin: 5px;
		padding: 20px 10px;
		border-radius: 10px;
	}
	.s_treatment_name {
		font-size: 1.25em;
	}
	.s_treatment_icon img {
		width: 100px;
	}
	.s_treatment_txt {
		text-align: left;
	}
}
/*  .s_access
---------------------------------------------*/
.s_access_sec {
	text-align: center;
}
.s_access_info {
	width: 490px;
	margin: auto;
}
.s_access_tel {
	font-size: 1.875em;
	color: var(--key-color);
	font-weight: 700;
}
.s_access_tel a {
	color: var(--key-color);
	text-decoration: none;
}
.s_access_caution {
	margin: 20px 0;
	text-align: left;
}
@media screen and (max-width: 500px) {
	.s_access_info {
		width: 100%;
	}
}
