/*
==============================================================

	下層ページ共通

==============================================================
*/
/*	インラインテキストのリンクタグ
------------------------------------------------------------*/
a.link_a {
	display: inline-block;
	text-decoration: underline;
	color: #6ECCD8;
}

a.link_a:hover {
	text-decoration: none;
}

/*
==============================================================

	サブビジュアル管理

==============================================================
*/
#sv {
	width: 100%;
	background: #6ECCD8;
	color: #fff;
}

#sv .inner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-block: 60px;
}

#sv .inner p {
	text-align: center;
}

#sv .inner p.en {
	margin-bottom: 20px;
	letter-spacing: 0.15em;
	font-size: 16px;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#sv .inner h1.txt {
	letter-spacing: 0.1em;
	font-family: "Yu Mincho", "YuMincho";
	font-weight: 500;
	font-size: 24px;
	text-align: center;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	#sv .inner {
		padding-block: 30px;
	}

	#sv .inner p.en {
		font-size: 12px;
		margin-bottom: 10px;
	}

	#sv .inner h1.txt {
		font-size: 20px;
	}
}

/*
==============================================================

	サブビジュアル管理：モニター募集

==============================================================
*/
#sv_moniter {
	width: 100%;
	min-width: 1200px;
	height: 500px;
	background: url('../img/page/moniter/sv_pc.jpg') no-repeat top center;
}

#sv_moniter .box {
	position: absolute;
	top: 50%;
	margin-top: -145px;
	left: 40px;
	width: 600px;
	height: 330px;
	background: #50483f;
	border-radius: 10px;
}

#sv_moniter .box>div {
	position: relative;
	top: -5px;
	left: -4px;
	width: 100%;
	height: 100%;
	padding: 40px;
	border: 5px solid #9cdfe9;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transform: rotate(-4deg);
}

#sv_moniter .box>div p.en {
	margin-bottom: 20px;
	letter-spacing: 0.15em;
	font-size: 40px;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#sv_moniter .box>div p.txt {
	margin-bottom: 20px;
	padding: 10px 0;
	border: solid #50483f;
	border-width: 2px 0;
	font-size: 18px;
	font-weight: 700;
}

#sv_moniter .box>div p.stxt {
	line-height: 2.0;
	font-weight: 700;
	font-size: 14px;
}

#sv_moniter .box>div ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#sv_moniter .box>div ul li {
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	#sv_moniter {
		width: 640px;
		min-width: 640px;
		background-position: top left;
	}

	#sv_moniter .box {
		left: 20px;
	}

	#sv_moniter .box>div {
		padding: 40px 30px;
	}

	#sv_moniter .box>div p.txt {
		margin-bottom: 15px;
		font-size: 24px;
	}

	#sv_moniter .box>div p.stxt {
		line-height: 1.6;
		font-size: 20px;
	}
}

/*
==============================================================

	ぱんくず管理

==============================================================
*/
#pankz {
	border-bottom: 1px solid #d5cec6;
}

#pankz .scroll {
	padding-block: 15px;
	overflow-x: scroll;
}

#pankz .breadcrumbs {
	display: flex;
	align-items: center;
}

#pankz .breadcrumbs span,
#pankz .breadcrumbs span a {
	color: #50483f;
	font-size: 14px;
	white-space: nowrap;
}

/* ==================================================== SP */
@media (max-width: 834px) {

	#pankz .breadcrumbs span,
	#pankz .breadcrumbs span a {
		font-size: 12px;
	}
}

/*
==============================================================

	フォーム

==============================================================
*/
.page_form {
	margin-top: 60px;
	padding: 60px 0;
	background: #ededed;
}

.page_form.contact {
	margin-top: 0;
}

.page_form .note {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 60px;
	border: 2px solid #d5cec6;
	font-weight: 700;
}

.page_form .box {
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
}

.page_form table {
	width: 100%;
}

.page_form table tr+tr th {
	border-top: 1px dashed #fff;
}

.page_form table tr+tr td {
	border-top: 1px dashed #d5cec6;
}

.page_form table th {
	white-space: nowrap;
	width: 1%;
	min-width: 200px;
	padding: 20px 30px;
	background: #d5cec6;
}

.page_form table td {
	padding: 15px 20px;
}

.page_form table td span.left {
	display: inline-block;
	margin-left: 10px;
}

.page_form table th span.thnote {
	display: block;
	margin-top: 10px;
	font-weight: 500;
	font-size: 12px;
}

.page_form table td .miseinen {
	margin-top: 10px;
	font-size: 12px;
}

.page_form table td .miseinen a {
	text-decoration: underline;
	font-weight: 700;
	color: #9cdfe9;
}

/*	フォームパーツ：初期化
------------------------------------------------------------*/
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

input {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

/*	フォームパーツ：テキスト
------------------------------------------------------------*/
.input_txt {
	width: 100%;
	padding: 10px;
	border: 1px solid #d5cec6;
	border-radius: 3px;
	color: #50483f;
}

.input_txt.size_s {
	width: 50px;
	text-align: center;
}

/*	フォームパーツ：セレクトボックス
------------------------------------------------------------*/
.input_select {
	width: auto;
	padding: 15px 50px 15px 10px;
	border: 1px solid #e1d5cb;
	border-radius: 3px;
	background: url('../img/icon_arrow_bottom_brown.png') no-repeat right 20px center;
	background-size: 10px auto;
	color: #50483f;
}

/*	フォームパーツ：チェックボックス
------------------------------------------------------------*/
.page_form .flex_check {
	display: flex;
	flex-wrap: wrap;
}

.page_form .other-details {
	margin-top: 5px;
}

.page_form .flex_check>span {
	margin-right: 2%;
	margin-top: 10px;
}

.page_form .flex_check.w100>span {
	width: 100%;
}

.page_form .flex_check.w100>span+span {
	margin-top: 10px;
}

.page_form .flex_check>span:nth-child(-n+3) {
	margin-top: 0;
}

.page_form .flex_check>span:nth-child(3n) {
	margin-right: 0;
}

.page_form .flex_check>span label {
	position: relative;
	display: block;
	border: 1px solid #d5cec6;
	border-radius: 3px;
	padding: 15px 40px 15px 15px;
	color: #50483f;
}

.page_form .flex_check>span label:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 15px;
	width: 12px;
	height: 12px;
	border: 1px solid #d5cec6;
	background: #fff;
}

.page_form .flex_check>span label.active {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	border-color: #9cdfe9;
}

.page_form .flex_check>span label.active:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 21px;
	width: 1px;
	height: 23px;
	background: #50483f;
	transform: rotate(45deg);
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0 !important;
}

.page_form .title {
	margin-bottom: 10px;
	font-weight: 700;
}

.page_form .flex_check+.title {
	margin-top: 15px;
}

/*	フォームパーツ：予約日時
------------------------------------------------------------*/
.flex_yoyaku {
	display: flex;
	align-items: center;
}

.flex_yoyaku+.flex_yoyaku {
	margin-top: 10px;
}

.flex_yoyaku p {
	margin-right: 10px;
	font-weight: 700;
}

.flex_yoyaku select+select {
	margin-left: 5px;
	margin-right: 20px;
}

.page_form .notice {
	margin-top: 20px;
	padding: 20px;
	border: 2px solid #f66363;
	border-radius: 6px;
}

.page_form .notice ul li {
	position: relative;
	padding-left: 1.4em;
	line-height: 1.6;
	font-size: 12px;
}

.page_form .notice ul li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.page_form .notice ul li+li {
	margin-top: 5px;
}

.page_form .notice ul li:first-child {
	font-weight: 700;
	color: #f66363;
}

.page_form .notice ul li a {
	font-weight: 700;
	color: #f66363;
}

/*	フォームパーツ：テキストエリア
------------------------------------------------------------*/
.input_area {
	width: 100%;
	height: 200px;
	padding: 15px;
	border: 1px solid #e1d5cb;
	border-radius: 3px;
	line-height: 1.8;
	color: #50483f;
}

/*	フォームパーツ：送信ボタン
------------------------------------------------------------*/
.page_form .send {
	position: relative;
	margin-top: 30px;
	text-align: center;
}

.page_form .send:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #9cdfe9;
}

.page_form .send span {
	display: inline-block;
	padding: 1px;
	background: #fff;
	border: 1px solid #9cdfe9;
}

.page_form .send span:hover {
	border-color: #c7a87a;
}

.page_form .send span .input_send {
	display: inline-block;
	padding: 15px 45px 15px 30px;
	background: url('../img/icon_arrow_left_white.png') no-repeat right 20px center #9cdfe9;
	background-size: auto 8px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.page_form .send span:hover .input_send {
	background-color: #c7a87a;
}

/*	フォームパーツ：現在モニター募集はしていません
------------------------------------------------------------*/
.page_form .notebox {
	padding: 30px;
	background: #fff;
	border: 2px solid #f66363;
	border-radius: 6px;
}

.page_form .notebox ul li {
	position: relative;
	padding-left: 1.4em;
	line-height: 1.8;
}

.page_form .notebox ul li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.page_form .notebox ul li+li {
	margin-top: 10px;
}

.page_form .notebox ul li:first-child {
	color: #f66363;
	font-weight: 700;
}

/*	フォームパーツ：送信エラー設定
------------------------------------------------------------*/
span.error {
	display: block;
	margin-top: 10px;
	font-weight: 700;
	font-size: 12px;
	color: #f66363 !important;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_form .note {
		width: 100%;
		margin: 0 auto 15px;
		padding: 10px 0;
		text-align: center;
		font-size: 14px;
	}

	.page_form .box {
		width: 100%;
		margin: 0 auto;
	}

	.page_form table,
	.page_form table tbody,
	.page_form table tr,
	.page_form table th,
	.page_form table td {
		display: block;
		font-size: 16px;
	}

	.page_form table tr+tr th {
		font-size: 16px;
		border-top: none;
	}

	.page_form table tr+tr td {
		border-top: none;
	}

	.page_form table th {
		width: 100%;
		text-align: left;
		padding: 15px;
	}

	.page_form table td {
		padding: 10px;
	}

	.page_form table td span.left {
		margin-left: 20px;
	}

	.page_form table th span.thnote {
		margin-top: 15px;
		font-size: 18px;
	}

	.page_form table td .miseinen {
		margin-top: 20px;
		font-size: 20px;
	}

	/*	フォームパーツ：テキスト
	------------------------------------------------------------*/
	.input_txt {
		padding: 10px;
		font-size: 16px;
	}

	.input_txt.size_s {
		width: 30%;
	}

	/*	フォームパーツ：セレクトボックス
	------------------------------------------------------------*/
	.input_select {
		width: 100%;
		font-size: 16px;
		padding: 10px 40px 10px 10px;
		background-size: 16px auto;
	}

	.input_select.w100 {
		width: 100%;
	}

	/*	フォームパーツ：チェックボックス
	------------------------------------------------------------*/
	.page_form .flex_check {
		justify-content: space-between;
		display: block;
	}

	.page_form .flex_check>span {
		margin-top: 10px;
		margin-right: 0;
		width: 100%;
	}

	.page_form .flex_check>span:nth-child(-n+3) {
		margin-top: 10px;
	}

	.page_form .flex_check>span:nth-child(-n+2) {
		margin-top: 10px;
	}

	.page_form .flex_check>span:nth-child(3n) {
		margin-right: 0;
	}

	.page_form .flex_check>span label {
		position: relative;
		z-index: 2;
		padding: 10px 45px 10px 10px;
		background-color: none;
		font-size: 14px;
	}

	.page_form .flex_check>span label:before {
		top: 50%;
		margin-top: -10px;
		right: 20px;
		width: 18px;
		height: 18px;
	}

	.page_form .flex_check>span label span {
		position: relative;
		pointer-events: none;
		z-index: 1;
	}

	.page_form .flex_check>span label.active:after {
		margin-top: -16px;
		right: 30px;
		height: 32px;
	}

	.page_form .title {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.page_form .flex_check+.title {
		margin-top: 30px;
	}

	/*	フォームパーツ：予約日時
	------------------------------------------------------------*/
	.flex_yoyaku {
		flex-wrap: wrap;
	}

	.flex_yoyaku+.flex_yoyaku {
		margin-top: 40px;
	}

	.flex_yoyaku p {
		width: 24%;
		margin-right: 0;
	}

	.flex_yoyaku p.time,
	.flex_yoyaku select:last-child {
		margin-top: 10px;
	}

	.flex_yoyaku select:last-child {
		width: 76%;
	}

	.flex_yoyaku select+select {
		margin-left: 2%;
		margin-right: 0;
	}

	.page_form .notice {
		margin-top: 30px;
		padding: 20px;
	}

	.page_form .notice ul li {
		line-height: 1.8;
		font-size: 20px;
	}

	.flex_yoyaku .input_select {
		width: 37%;
	}

	/*	フォームパーツ：テキストエリア
	------------------------------------------------------------*/
	.input_area {
		height: 250px;
		padding: 15px 20px;
		font-size: 24px;
	}

	/*	フォームパーツ：送信ボタン
	------------------------------------------------------------*/
	.page_form .send {
		margin-top: 40px;
		font-size: 24px;
	}

	.page_form .send:before {
		top: -40px;
		height: 40px;
	}

	.page_form .send span .input_send {
		display: inline-block;
		padding: 10px 45px 10px 15px;
		font-size: 16px;
		border-radius: 0px;
		background-position: right 25px center;
		background-size: auto 16px;
	}

	/*	フォームパーツ：現在モニター募集はしていません
	------------------------------------------------------------*/
	.page_form .notebox {
		width: 600px;
		margin: 0 auto;
		padding: 30px;
	}

	.page_form .notebox ul li {
		padding-left: 1.3em;
		font-size: 20px;
	}

	.page_form .notebox ul li:before {
		content: '※';
		position: absolute;
		top: 0;
		left: 0;
	}

	.page_form .notebox ul li+li {
		margin-top: 15px;
	}
}

/*
==============================================================

	記事一覧：テンプレート

==============================================================
*/
.page_detaile .left .plist li {
	padding: 20px 0;
}

.page_detaile .left .plist li:first-child {
	padding-top: 0;
}

.page_detaile .left .plist li+li {
	border-top: 1px solid #ededed;
}

.page_detaile .left .plist li a {
	display: flex;
	justify-content: space-between;
	color: #50483f;
}

.page_detaile .left .plist li a figure {
	width: 25%;
}

.page_detaile .left .plist li a div {
	width: 72%;
}

.page_detaile .left .plist li a div .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	line-height: 1.6;
	font-weight: 700;
	font-size: 16px;
}

.page_detaile .left .plist li a div .title span {
	white-space: nowrap;
	margin-left: 30px;
	font-size: 12px;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #c7a87a;
}

.page_detaile .left .plist li a div .title+p {
	line-height: 1.8;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_detaile.cate .box {
		padding: 0 20px;
	}

	.page_detaile .left .plist li {
		padding: 30px 0;
	}

	.page_detaile .left .plist li a figure {
		width: 30%;
	}

	.page_detaile .left .plist li a div {
		width: 65%;
	}

	.page_detaile .left .plist li a div .title {
		display: block;
		margin-bottom: 15px;
		line-height: 1.4;
		font-size: 24px;
	}

	.page_detaile .left .plist li a div .title span {
		display: block;
		text-align: right;
		white-space: normal;
		margin-top: 10px;
		margin-left: 0;
		line-height: 1.0;
		font-size: 18px;
	}

	.page_detaile .left .plist li a div .title+p {
		font-size: 18px;
		line-height: 1.8;
	}
}

/*
==============================================================

	記事詳細：テンプレート

==============================================================
*/
.page_detaile {
	margin-top: 60px;
}

.page_detaile .h2_box {
	margin-bottom: 30px;
}

.page_detaile .h2_box p {
	letter-spacing: 0.1em;
}

.page_detaile .h2_box h2 {
	width: 800px;
	line-height: 1.8;
	font-size: 18px;
}

.page_detaile .box {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.page_detaile .box .left {
	width: 780px;
}

.page_detaile .box .left .post_box {
	padding-top: 20px;
	border-top: 3px solid #c7a87a;
	line-height: 2.2;
}

.page_detaile .box .left .post_box strong {
	color: #c7a87a;
}

.page_detaile .box .left .post_box a {
	display: inline-block;
	text-decoration: underline;
	color: #9cdfe9;
}

.page_detaile .box .left .post_box a:hover {
	text-decoration: none;
}

.page_detaile .box .left .post_box img {
	height: auto;
	border-radius: 6px;
}

.page_detaile .box .left .post_box h3 {
	margin-bottom: 10px;
	padding: 2px 0 2px 1em;
	border-left: 3px solid #c7a87a;
	font-size: 16px;
	line-height: 1.8;
}

.page_detaile .box .left .post_box ul {
	margin: 20px 0;
	padding: 20px;
	border-radius: 6px;
	background: #f7f7f7;
}

.page_detaile .box .left .post_box ul li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.8;
}

.page_detaile .box .left .post_box ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #c7a87a;
}

.page_detaile .box .left .post_box ul li+li {
	margin-top: 10px;
}

.page_detaile .box .left .post_box p+p {
	margin-top: 40px;
}

.page_detaile .box .left .post_box p+img,
.page_detaile .box .left .post_box img+p {
	margin-top: 20px;
}

.page_detaile .box .left .post_box p+h3,
.page_detaile .box .left .post_box ul+h3,
.page_detaile .box .left .post_box img+h3 {
	margin-top: 40px;
}

.page_detaile .box .left .pal {
	position: relative;
	margin-top: 80px;
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #9cdfe9;
}

.page_detaile .box .left .pal:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #9cdfe9;
}

.page_detaile .box .left .pal ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_detaile .box .left .pal ul li {
	width: 32%;
}

.page_detaile .box .left .pal ul li a {
	display: block;
	font-weight: 700;
	color: #fff;
}

.page_detaile .box .left .pal ul li a span {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	border-radius: 3px;
	background-color: #9cdfe9;
	background-repeat: no-repeat;
	background-size: auto 8px;
}

.page_detaile .box .left .pal ul li.prev a span {
	background-image: url('../img/icon_arrow_right_white.png');
	background-position: left 20px center;
}

.page_detaile .box .left .pal ul li.next a span {
	background-image: url('../img/icon_arrow_left_white.png');
	background-position: right 20px center;
}

.page_detaile .box .left .pal ul li.all {
	width: 35%;
}

.page_detaile .box .left .pal ul li.photo {
	width: 100%;
}

.page_detaile .box .left .pal ul li.all a span {
	padding-left: 20px;
	background-color: #9cdfe9;
	background-image: url('../img/icon_all.png');
	background-position: left 20px center;
	background-size: auto 16px;
}

.page_detaile .box .left .clinic {
	overflow: hidden;
	margin-top: 20px;
	border: 1px solid #ededed;
	border-radius: 3px;
}

.page_detaile .box .left .clinic table {
	width: 100%;
}

.page_detaile .box .left .clinic table tr+tr {
	border-top: 1px solid #fff;
}

.page_detaile .box .left .clinic table th {
	white-space: nowrap;
	padding: 15px;
	text-align: left;
	background: #ededed;
	font-weight: 500;
}

.page_detaile .box .left .clinic table td {
	padding: 15px;
	background: #f7f7f7;
}

.single #wrapper,
.category #wrapper {
	overflow: visible;
}

.page_detaile .box .right {
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
	width: 300px;
}

.page_detaile .box .right .box {
	display: block;
}

.page_detaile .box .right .title {
	padding: 20px 0;
	text-align: center;
	border: solid #d5cec6;
	border-width: 1px 0;
	letter-spacing: 0.15em;
	font-size: 18px;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.page_detaile .box .right ul.clist li+li {
	border-top: 1px solid #eee;
}

.page_detaile .box .right ul.clist li a {
	display: block;
	padding: 20px;
	background: url('../img/icon_arrow_left_brown.png') no-repeat right 10px center;
	background-size: auto 8px;
	color: #50483f;
}

.page_detaile .box .right .stitle {
	margin-top: 40px;
	padding: 20px 0;
	text-align: center;
	border: solid #d5cec6;
	border-width: 1px 0;
	font-size: 16px;
	font-weight: 700;
}

.page_detaile .box .right .nlist li+li {
	border-top: 1px solid #eee;
}

.page_detaile .box .right .nlist li a {
	display: block;
	padding: 20px;
	color: #50483f;
}

.tList .tList__main p:not(.ptitle) {
	color: #50483f;
}

.tList .ptitle {
	color: #50483f;
}

.page_detaile .box .right .nlist li a .ptitle,
.tList .ptitle {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.6;
	font-weight: 700;
}

.page_detaile .box .right .nlist li a .ptitle:before {
	content: '';
	position: absolute;
	left: -1.2em;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #c7a87a;
}

.page_detaile .box .right .nlist li a .ptitle+p,
.tList .tList__main p:not(.ptitle) {
	line-height: 1.6;
	font-size: 12px;
}

.page_detaile .box .right .tList__item a {
	display: flex;
	gap: 8px;
	padding: 20px 8px;
}

.page_detaile .box .right .tList__item:nth-child(n+2) {
	border-top: 1px solid #EEEEEE;
}

.page_detaile .box .right .tList__img {
	width: 110px;
	height: 74px;
	flex-shrink: 0;
}

.page_detaile .box .right .tList__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_detaile .h2_box {
		margin-bottom: 30px;
	}

	.page_detaile .h2_box p {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
		font-size: 16px;
	}

	.page_detaile .h2_box h2 {
		width: 100%;
		margin-left: 0;
		padding: 0;
		font-size: 20px;
	}

	.page_detaile .h2_box h2:before {
		display: none;
	}

	.page_detaile .box {
		display: block;
		padding: 0px;
	}

	.page_detaile .box .left {
		width: 100%;
	}

	.page_detaile .box .left .post_box {
		padding-top: 25px;
		line-height: 1.8;
		font-size: 14px;
	}

	.page_detaile .box .left .post_box h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.page_detaile .box .left .post_box ul {
		margin: 30px 0;
		padding: 30px;
		font-size: 16px;
	}

	.page_detaile .box .left .post_box ul li:before {
		top: 14px;
		width: 12px;
		height: 12px;
	}

	.page_detaile .box .left .post_box ul li+li {
		margin-top: 20px;
	}

	.page_detaile .box .left .post_box p+p {
		margin-top: 30px;
	}

	.page_detaile .box .left .post_box p+img,
	.page_detaile .box .left .post_box img+p {
		margin-top: 30px;
	}

	.page_detaile .box .left .post_box p+h3,
	.page_detaile .box .left .post_box ul+h3,
	.page_detaile .box .left .post_box img+h3 {
		margin-top: 60px;
	}

	.page_detaile .box .left .pal:before {
		top: -40px;
		height: 40px;
	}

	.page_detaile .box .left .pal ul li {
		width: 39%;
	}

	.page_detaile .box .left .pal ul li a span {
		padding: 15px 0;
		background-size: auto 10px;
		font-size: 16px;
	}

	.page_detaile .box .left .pal ul li.prev a span {
		padding-left: 10px;
		background-position: left 10px center;
	}

	.page_detaile .box .left .pal ul li.next a span {
		padding-right: 10px;
		background-position: right 10px center;
	}

	.page_detaile .box .left .pal ul li.all {
		width: 20.5%;
	}

	.page_detaile .box .left .pal ul li.photo {
		width: 100%;
	}
	
	.page_detaile .box .left .pal ul li.all a span {
		text-indent: -9999px;
		padding: 15px 0;
		background-position: center center;
		background-size: auto 20px;
	}

	.page_detaile .box .left .clinic {
		margin-top: 40px;
	}

	.page_detaile .box .left .clinic table {
		font-size: 20px;
		line-height: 1.6;
	}

	.page_detaile .box .left .clinic table th {
		padding: 15px;
		font-size: 16px;
	}

	.page_detaile .box .left .clinic table td {
		padding: 15px;
		font-size: 16px;
	}

	.page_detaile .box .right {
		position: static;
		margin-top: 40px;
		width: 100%;
	}

	.page_detaile .box .right .box {
		display: block;
		padding: 0;
	}

	.page_detaile .box .right .title {
		padding: 15px 0;
		font-size: 20px;
	}

	.page_detaile .box .right ul.clist li a {
		padding: 20px;
		font-size: 18px;
		background-position: right 20px center;
		background-size: auto 16px;
	}

	.page_detaile .box .right .stitle {
		padding: 15px 0;
		font-size: 20px;
	}

	.page_detaile .box .right .nlist li a {
		padding: 30px 20px;
	}

	.page_detaile .box .right .nlist li a .ptitle {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.page_detaile .box .right .nlist li a .ptitle:before {
		top: 9px;
		width: 12px;
		height: 12px;
	}

	.page_detaile .box .right .nlist li a .ptitle+p {
		line-height: 1.8;
		font-size: 16px;
	}

	.page_detaile .box .right .tList__img {
		width: 30%;
		height: auto;
	}

	.page_detaile .box .right .tList__item a {
		gap: 5%;
	}

	.tList .ptitle {
		font-size: 24px;
	}

	.tList .tList__main p:not(.ptitle) {
		font-size: 18px;
	}
}

.page_price01 .mbox .outlink {
	pointer-events: none;
	display: block;
	margin-top: -200px;
	padding-top: 200px;
}

/* 症例 */
.page_detaile.case {
	margin-block: 100px;
}

.slider-list-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 30px;
	margin-bottom: 60px;
}

.case-list-pagination .wp-pagenavi {
	justify-content: center;
	display: flex;
}

.case-list-pagination .wp-pagenavi a,
.case-list-pagination .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #6ECCD8;
	padding: 0;
	text-align: center;
	line-height: 26px;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	display: block;
	font-size: 16px;
	background: #6ECCD8;
	color: #fff;
	transition: all .7s;
}

.case-list-pagination .wp-pagenavi a:hover,
.case-list-pagination .wp-pagenavi span.current {
	border-color: #242424;
}

.case-cat-wrap {
	margin-bottom: 60px;
}

.case-cat-list {
	display: flex;
	flex-wrap: wrap;
}

.case-cat-list li {
	margin-right: 15px;
	margin-bottom: 10px;
}

.case-cat-list li:last-child {
	margin-right: 0;
}

.case-cat-list li a {
	padding: 10px 15px;
	border: 1px;
	border: 1px solid #c7a87a;
	border-radius: 3px;
	color: #50483f;
	font-size: 16px;
	transition: all .7s;
	display: block;
}

.case-cat-list li a:hover {
	background: #6ECCD8;
	color: #fff;
}

.send .input_send {
	display: inline-block;
	padding: 15px 45px 15px 30px;
	background: url('../img/icon_arrow_left_white.png') no-repeat right 20px center #9cdfe9;
	background-size: auto 8px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.send:hover .input_send {
	background-color: #c7a87a;
}

@media (max-width: 1200px) {
	.slider-list-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 834px) {
	.page_detaile.case {
		margin-block: 60px;
	}
}

@media (max-width: 500px) {
	.slider-list-wrap {
		display: block;
	}

	.slider-list {
		width: 100%;
		margin-bottom: 40px;
	}

	.slider-list-wrap {
		margin-bottom: 40px;
	}

	.case-list-pagination .wp-pagenavi a,
	.case-list-pagination .wp-pagenavi span {
		line-height: 22px;
		width: 25px;
		height: 25px;
		font-size: 14px;
	}

	.case-cat-wrap {
		margin-bottom: 30px;
	}

	.case-cat-list li a {
		padding: 5px 10px;
		font-size: 14px;
	}

	.case-cat-list li {
		margin-right: 10px;
	}
}

.mwform-checkbox-field label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block: 30px 40px;
}

input[type='checkbox'].agree-checkbox {
	display: block;
	background: #fff;
	border: 1px solid #9cdfe9;
	width: 17.5px;
	height: 17.5px;
	margin-top: 5px;
	position: relative;
	cursor: pointer;
}

input[type='checkbox'].agree-checkbox:checked:before {
	position: absolute;
	top: 2px;
	left: 4.5px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #6ECCD8;
	border-bottom: 2px solid #6ECCD8;
	content: '';
}
