@charset "utf-8";

/*共通*/

.btn01 {
	font-family: "Abel", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
}
.header01 .nav_li > a span,
.m_mv_data_tel,
.top_clinic_table th,
.l_footer03_list_ttl,
.l_footer03_tel,
.top_greeting_ttl_en,
.m_feature_point span,
.m_ttl01 em,
.top_news_ttl em,
.abel {
	font-family: "Abel", sans-serif;
}

.hm_txt {
	color: #79726d;
}
.grecaptcha-badge {
	visibility: hidden;
	z-index: 10000;
}

.contact_page .grecaptcha-badge {
	visibility: visible;
}

.contact_page #top_button {
	display: none;
}
.img_bg_block .inner {
	overflow: visible;
}

/*背景画像系*/
.bg_opactiy:before {
	background: rgba(81, 46, 29, 0.75);
}

.parallax_title .h2box {
	background: rgb(211, 136, 79, 0.92);
}

.top_btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

.top_btn a {
	display: block;
}

.flow_arrow_no_style .flow_arrow_box:before {
	display: none;
}

/*その他の追加変更 ここから*/
.btn_wrap {
	margin-top: 45px;
}

.btn01 {
	border-radius: 10px;
	background: #c6c0bc;
	padding: 11px 28px;
	letter-spacing: 0.075em;
	color: #160c0a;
	min-width: 300px;
}

.btn01:after {
	left: auto;
	right: 15px;
	width: 10px;
	height: 10px;
}

.btn01:before {
	display: none;
}

.btn01_more.btn01:after {
	display: none;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_ttl01
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_ttl01 {
	text-align: center;
	margin-bottom: 55px;
}

.m_ttl01 em {
	display: block;
	font-size: 4rem;
	letter-spacing: 0.075em;
	color: #79726d;
	line-height: 1.2;
}

.m_ttl01 span {
	display: block;
	color: #c6c0bc;
	letter-spacing: 0.2em;
}

.m_fixed02 {
	position: fixed;
	z-index: 100;
	bottom: 17px;
	right: 75px;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
	max-width: 1620px;
	gap: 1.2267%;
	width: calc(93% - 75px);
}

.m_fixed02 .fixed_bnr_pc {
	width: 24.08%;
	max-width: 390px;
	background: #fff;
}

.m_fixed02 .fixed_bnr_pc .close {
	width: 7%;
	aspect-ratio: 1/1;
	border: #fff 1px solid;
	background: var(--color);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translateY(-30%) translateX(30%);
	overflow: hidden;
	cursor: pointer;
	transition: 0.5s;
}

.m_fixed02 .fixed_bnr_pc .close:hover {
	opacity: 0.5;
}

.m_fixed02 .fixed_bnr_pc .close:before,
.m_fixed02 .fixed_bnr_pc .close:after {
	width: 8%;
	aspect-ratio: 12/100;
}

.m_fixed02 .fixed_bnr_pc .close:before {
	content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;

z-index: 1;
background: #fff;
transform: translate(-50%, -50%) rotate(45deg);
}

.m_fixed02 .fixed_bnr_pc .close:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;

	z-index: 1;
	background: #fff;
transform: translate(-50%, -50%) rotate(-45deg);

}

.fixed_bnr_pc {
	position: relative;
}

.fixed_bnr_pc a {
	position: relative;
	z-index: 1;
}

.fixed_bnr_pc_invisalign {
	--color: #1b1b1b;
}

.fixed_bnr_pc_wisdom {
	--color: #1b1b1b;
}

.fixed_bnr_pc_implant {
	--color: #1b1b1b;
}

.fixed_bnr_pc_recruit {
	--color: #1b1b1b;

}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
	padding: 0 100px 30px 0;
}

.m_mv:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 30px);
	height: 70%;
	z-index: 1;
	background: url(../images/pattern_bg01.jpg) center center;
}

.m_mv_inner {
	position: relative;
}
.m_mv_main {
	position: relative;
	z-index: 1;
}
.m_mv_main img {
	width: 100%;
}

.m_mv_txt {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.m_mv_data {
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
	padding: 25px 40px;
	display: flex;
	align-items: center;
	z-index: 50;
	width: 760px;
}

.m_mv_data_info {
	margin-right: 35px;
}

.m_mv_data_tel {
	font-weight: 700;

	line-height: 1;
}

.m_mv_data_tel em {
	font-size: 1.8rem;
	letter-spacing: 0.13em;
	margin-right: 10px;
}

.m_mv_data_tel span,
.m_mv_data_tel a {
	font-size: 3.3rem;

	letter-spacing: 0.15em;
	text-decoration: none;
}

.m_mv_data_address {
	margin-top: 5px;
}

.m_mv_data_table {
	flex: 1 1 0%;
}
.m_mv_data_table .m_table_clinic td,
.m_mv_data_table .m_table_clinic th {
	padding: 6px 3px;
}

.m_mv_data_table .m_table_clinic thead th {
	padding-top: 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_news
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_news {
}

.top_news .img_bg_block {
	padding: 75px 0 76px;
}

.top_news_ttl {
	display: flex;
	align-items: flex-end;
}

.top_news_ttl em {
	font-size: 4rem;
	letter-spacing: 0.05em;
	color: #79726d;
	line-height: 1;
	margin-right: 0.15em;
}

.top_news_ttl span {
	color: #c6c0bc;
}

.top_news_block {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	margin: 0 auto;
}

.top_news_head {
	white-space: nowrap;
	margin-right: 70px;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
}
.top_news_btn {
	margin-top: 40px;
}

.top_news_btn .btn {
	min-width: auto;
	width: 100%;
}

.top_news_body {
	overflow: hidden;
}

.top_news_body .news_box li {
	border: 0;
	padding: 6px 0;
}

.top_news_body .news_box li:first-of-type {
	padding-top: 0;
}
.top_news_body .news_box li:last-of-type {
	padding-bottom: 0;
}

.top_news_body .news_box li a {
	text-decoration: none;
}

.top_news_body .news_box .date {
	margin-right: 30px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_message {
	position: relative;
}

.top_message:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/top_message_bg_pc.jpg) center center no-repeat;
	background-size: cover;
}

.top_message .img_bg_block {
	padding: 60px 0 35px;
}

.top_message .img_bg_flex.img_bg_noheight .img_bg_flex_inner {
	min-height: 600px;
	align-items: flex-end;
}

.top_message_ttl {
	font-size: 3rem;
	color: #b7aca1;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	line-height: 1.7;
}

.top_message_block {
	width: 45%;
	padding: 0px 0 87px;
}

.top_message_txt p + p {
	margin-top: 0.8em;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_feature {
	background: #f7f2ef;
}

.top_feature .img_bg_block {
	padding: 75px 0 80px;
}

.top_feature_ttl {
}

.top_feature_block {
}

.m_feature {
	position: relative;
}

.m_feature + .m_feature {
	margin-top: 60px;
}

.m_feature_content {
	margin-left: auto;
	width: 600px;
	position: relative;
	z-index: 10;
}

.m_feature_head {
	display: flex;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 300px;
	margin-left: auto;
	margin-bottom: 30px;
}

.m_feature_point {
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-right: 5px;
}

.m_feature_point:after {
	content: "";
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	z-index: 1;
	flex: 1 1 0%;
	background: #c6c0bc;
}

.m_feature_point span {
	color: #c6c0bc;
	border: 1px solid #c6c0bc;
	padding: 15px 0px;
	line-height: 1.7;
}

.m_feature_head_catch {
	font-size: 2.1rem;
	letter-spacing: 0.075em;
	line-height: 2.4;
	color: #79726d;
}
.m_feature_txt {
	line-height: 2.1;
	letter-spacing: 0.075em;
}
.m_feature_img {
	width: calc(100% - 300px);
	padding: 0;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.m_feature_txt {
	padding: 45px 50px 35px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
}
.m_feature_txt p {
	line-height: 2.2;
}

.m_feature:nth-of-type(2n) .m_feature_content {
	margin-left: 0;
}

.m_feature:nth-of-type(2n) .m_feature_head {
	margin-left: 0;
}

.m_feature:nth-of-type(2n) .m_feature_img {
	left: auto;
	right: 0;
}

.m_feature:nth-of-type(3) .m_feature_head {
	margin-bottom: 85px;
}

.top_feature_btn {
	margin-top: 70px;
}

.top_feature_btn .btn {
	margin: 0 10px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_treatment
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_treatment {
}

.top_treatment .img_bg_block {
	padding: 75px 0 80px;
}

.top_treatment_ttl {
}

.top_treatment_catch {
	text-align: center;
	font-size: 2.3rem;
	margin-bottom: 50px;
	color: #79726d;
	letter-spacing: 0.1em;
}

.top_treatment_block {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto -20px;
	max-width: 1100px;
}

.top_treatment_item {
	width: calc(25% - 20px);
	margin: 0 20px 20px 0;
	text-decoration: none;
}

.m_treatment {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.m_treatment_inner {
	transition: 0.5s;
	border-radius: 50%;
	border: 4px solid #87cefa;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 6px;
}

.m_treatment_ttl {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #79726d;
	text-align: center;
	width: 100%;
}

.m_treatment_ttl em {
	position: relative;
	transition: 0.5s;
	text-align: center;
	display: block;
	width: 100%;
}

.m_treatment_ttl span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #79726d;
	transition: 0.5s;
	opacity: 0;
	left: 0;
	text-align: center;
	justify-content: center;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_greeting
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_greeting {
	background: #f9edde url(../images/pattern_bg01.jpg);
}

.top_greeting .img_bg_block {
	padding: 80px 0;
}

.top_greeting_ttl {
	margin-bottom: 60px;
}

.top_greeting_block {
	display: flex;
}

.top_greeting_head {
	width: 50%;
	position: relative;
}

.top_greeting_content {
	flex: 1 1 0%;
	margin-left: 100px;
}

.top_greeting_ttl {
}

.top_greeting_ttl_en {
	font-size: 10.8rem;
	color: #fff;
	letter-spacing: 0.095em;
	white-space: nowrap;
	line-height: 1;
}

.top_greeting_ttl_ja {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top_greeting_ttl_ja:before {
	content: "";
	display: block;
	position: relative;
	width: 200px;
	height: 1px;
	z-index: 1;
	background: #b7aca1;
	margin-right: 14px;
}

.top_greeting_ttl_ja span {
	color: #79726d;
	margin-left: 10px;
}

.top_greeting_catch {
	font-size: 3rem;
	letter-spacing: 0.075em;
	color: #b7aca1;
	line-height: 1.6;
	margin-bottom: 40px;
	/* font-weight: 500; */
}

.top_greeting_name {
	text-align: right;
	color: #b7aca1;
	letter-spacing: 0.075em;
}

.top_greeting_txt p {
}

.top_greeting_txt p + p {
	margin-top: 0.8em;
}

.top_greeting_img_main {
	margin-left: -150px;
	margin-right: -50px;
}

.top_greeting_img_bottom {
	margin-top: 30px;
	display: flex;
}

.top_greeting_img_mini {
}

.top_greeting_img_mini01 {
	width: 50%;
	margin-left: 5%;
	margin-top: 8.3%;
}

.top_greeting_img_mini02 {
	width: 35%;
	margin-left: 10%;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_clinic
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_clinic {
	background: #787c76 url(../images/top_clinic_bg.jpg) center top no-repeat;
	background-size: cover;
}

.top_clinic .img_bg_block {
	padding: 75px 0 0;
}

.top_clinic_ttl {
	margin-bottom: 50px;
}

.top_clinic_ttl span {
	color: #fff;
}

.top_clinic_ttl em {
	color: #fff;
}

.top_clinic_block {
	max-width: 1000px;
	margin: 0 auto;
}

.top_clinic_table {
	color: #fff;
	max-width: 460px;
	margin: 0 auto;
}
.top_clinic_table tr:first-of-type th,
.top_clinic_table tr:first-of-type td {
	padding-top: 0;
}

.top_clinic_table td {
	border-bottom: 1px solid #fff;
	padding: 17px 10px;
	font-size: 1.6rem;
	letter-spacing: 0.025em;
}

.top_clinic_table td a {
	color: #fff;
}

.top_clinic_table th {
	border-bottom: 1px solid #fff;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	padding: 10px 10px;
	text-align: left;
	width: 120px;
}

.top_clinic_btn {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}

.top_clinic_btn .btn {
	margin: 0 10px;
}

.top_clinic_info {
	background: #fff;
	box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
	padding: 50px;
	display: flex;
	align-items: center;
	margin-bottom: -160px;
	margin-top: 60px;
}

.top_clinic_gmap {
	flex: 1 1 0%;
}

.top_clinic_gmap .gmap {
	height: 240px;
}

.top_clinic_info .m_table_clinic {
	width: 350px;
	margin-right: 50px;
}

.m_table_clinic tr {
	border-bottom: 1px solid #d6c6c3;
}

.m_table_clinic td,
.m_table_clinic th {
	padding: 7px 5px;
	font-size: 1.4rem;
	text-align: center;
}

.m_table_clinic tbody td,
.m_table_clinic tbody th {
	padding: 15px 5px;
}

.m_table_clinic tbody th {
}

.m_table_clinic tbody td {
	color: #79726d;
}

.m_table_clinic tbody td span {
	font-size: 1.8rem;
}

.m_table_clinic th:first-of-type {
	padding-left: 0;
	padding-right: 0;
	width: 30%;
	text-align: center;
	letter-spacing: 0em;
	font-size: 1.3rem;
	padding-right: 0;
}

.m_table_clinic thead th {
	width: 8.7%;
	padding-top: 0;
}

.m_table_clinic thead th:last-of-type {
	width: 18%;
}

.l_footer03_table.m_table_clinic th:first-of-type {
	width: 26%;
	font-size: 1.3rem;
	padding-right: 1.4em;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_column
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_column {
}

.top_column .img_bg_block {
	padding: 230px 0 80px;
}

.top_column_ttl {
}

.top_column_block {
}

.top_column_head {
	position: relative;
}

.top_column_btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	min-width: 190px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
l_footer03
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.l_footer03 {
	background: #bfbec3 url(../images/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 120px;
}

.l_footer03_inner {
	background: rgba(121, 114, 109, 0.9);
	padding: 50px 50px 15px;
}

.l_footer03_block {
	display: flex;
	align-items: center;
}

.l_footer03_data {
	margin-right: 50px;
	width: 480px;
}

.l_footer03_info {
	display: flex;
	align-items: center;
}

.l_footer03_info_img {
	width: 110px;
}

.l_footer03_info_main {
	flex: 1 1 0%;
	margin-right: 20px;
}

.l_footer03_tel {
	line-height: 1;
}

.l_footer03_tel em {
	color: #fff;
	letter-spacing: 0.15em;
	font-size: 2.1rem;
	margin-right: 0.5em;
}

.l_footer03_tel .tel_link a,
.l_footer03_tel .tel_link {
	color: #fff;
	font-size: 3.9rem;
	letter-spacing: 0.16em;
	text-decoration: none;
}

.l_footer03_address {
	text-align: center;
	color: #fff;
	margin-top: 5px;
}

.l_footer03_balloon {
	position: relative;
	border: 1px solid #fff;
	border-top: 0;
	margin-top: 11px;
}

.l_footer03_balloon:before,
.l_footer03_balloon:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 1px;
	z-index: 1;
	background: #fff;
}

.l_footer03_balloon:before {
	width: calc(50% - 6px);
	left: 0;
}

.l_footer03_balloon:after {
	width: calc(50% - 6px);
	right: 0;
}

.l_footer03_balloon p {
	position: relative;
	text-align: center;
	color: #fff;
	padding: 5px 3px 3px;
	font-size: 1.4rem;
}

.l_footer03_balloon p:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 10px;
	height: 10px;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.l_footer03_table {
	margin-top: 40px;
}

.l_footer03_table.m_table_clinic td,
.l_footer03_table.m_table_clinic th {
	color: #fff;
	padding: 15px 5px;
}

.l_footer03_table.m_table_clinic tr {
	border-bottom: 1px solid #fff;
}

.l_footer03_table.m_table_clinic th:first-of-type {
	width: 26%;
	font-size: 1.3rem;
	padding-right: 1.4em;
}

.l_footer03_table.m_table_clinic tbody th {
	/* text-align: left; */
	padding-left: 0;
}

.l_footer03_table.m_table_clinic thead th {
	width: 9.6%;
	padding-top: 0;
	letter-spacing: 0.22em;
}

.l_footer03_table.m_table_clinic thead th:last-of-type {
	width: 18%;
}

.l_footer03_gmap {
	flex: 1 1 0%;
}

.l_footer03_gmap .gmap {
	height: 360px;
}

.l_footer03_menu {
	display: flex;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #9d9896;
	align-items: flex-start;
}

.l_footer03_menu_item {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/* justify-content: space-between; */
}

.l_footer03_list_ttl {
	width: 100%;
	font-size: 2.7rem;
	letter-spacing: 0.075em;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}

.l_footer03_list {
	width: 45%;
	/* max-width: 50%; */
}

.l_footer03_list ul {
}

.l_footer03_list li {
	margin-bottom: 8px;
}

.l_footer03_list li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 3px;
	height: 3px;
	z-index: 1;
	background: #fff;
	border-radius: 50%;
}

.l_footer03_list a {
	font-size: 1.5rem;
	text-decoration: none;
	color: #fff;
}

.l_footer03_list .sub-menu {
	padding-left: 15px;
}

.l_footer03_list .sub-menu li {
	padding-left: 18px;
	margin-bottom: 2px;
}

.l_footer03_list .sub-menu li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 11px;
	height: 1px;
	z-index: 1;
	background: #fff;
	border-radius: 0;
}

.l_footer03_list .sub-menu a {
	font-size: 1.3rem;
}

.l_footer03_bottom {
	margin-top: 50px;
	padding-top: 15px;
	border-top: 1px solid #9d9896;
	color: #fff;
	text-align: center;
}

.l_footer03_bottom small {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

/*****************************
------------------------------
@media
------------------------------
*****************************/
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.m_mv_txt {
		width: 50%;
		max-width: 700px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1310px) {
	.m_treatment_icon {
		width: 110px;
	}
}
/*pctb*/
@media all and (min-width: 768px) {
	.top_treatment_item:hover .m_treatment_inner {
		background: #f0ffff;
		border-color: #00bfff;
	}

	.top_treatment_item:hover .m_treatment_ttl em {
		opacity: 0;
	}

	.top_treatment_item:hover .m_treatment_ttl span {
		opacity: 1;
	}

	.l_footer03_list {
		padding-right: 4%;
	}

	.flow_arrow_no_style .flow_arrow_box + .flow_arrow_box {
		margin-top: 30px;
	}

	.m_mv_data {
		align-items: stretch;
		flex-direction: column-reverse;
		width: 420px;
		right: auto;
		left: 30px;
	}

	.m_mv_data_info {
		margin: 15px auto 0;
	}
}

/*tb*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
	.inner {
		padding: 0 40px 0 20px;
	}

	#fixed_side {
		width: 40px;
	}

	.header01 .nav_li > a {
		font-size: 1.9rem;
		padding: 20px 15px;
	}

	.header01 .nav_li > a span {
		font-size: 1.6rem;
	}

	.header01 .header_info {
		padding: 15px 40px 15px 20px;
	}

	.m_feature_img {
		height: 390px;
	}

	.m_treatment_ttl {
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	.m_treatment_icon {
		width: 100px;
	}

	.l_footer03_data {
		margin-right: 30px;
		width: 420px;
	}

	.m_mv_data {
		bottom: 20px;
		right: 20px;
		/* padding: 15px 30px; */
		/* width: 600px; */
		width: 350px;
		padding: 20px 30px;
	}
}

/*tb2*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.inner {
		padding: 0 35px 0 15px;
	}

	.m_mv_data {
		bottom: 10px;
		right: 10px;
		/* padding: 15px 20px; */
		/* width: 560px; */
		padding: 10px 20px;
		width: 320px;
	}

	.m_mv_data_tel span,
	.m_mv_data_tel a {
		font-size: 3rem;
	}

	.m_mv_data_info {
		margin: 10px auto 0;
	}

	#fixed_side {
		width: 35px;
	}

	.m_mv {
		padding: 0px 50px 20px 0;
	}

	.m_mv_txt {
		width: 45%;
	}
	.top_message .img_bg_flex.img_bg_noheight .img_bg_flex_inner {
		min-height: 410px;
	}
	.top_message_ttl {
		font-size: 2.5rem;
	}
	.m_feature_content {
		width: 460px;
	}
	.m_feature:nth-of-type(3) .m_feature_head {
		margin-bottom: 45px;
	}
	.m_treatment_icon {
		width: 130px;
	}
	.m_treatment_ttl {
		font-size: 2.1rem;
	}
	.top_treatment_item {
		width: calc(33.333333% - 15px);
		margin: 0 15px 15px 0;
	}
	.top_treatment_block {
		width: calc(100% + 15px);
		margin: 0 auto -15px;
		max-width: 700px;
	}
	.top_greeting_content {
		margin-left: 40px;
	}
	.top_greeting_img_main {
		margin-right: -20px;
	}

	.btn01 {
		min-width: 210px;
	}

	.top_clinic_info {
		padding: 30px;
		margin-bottom: -140px;
	}
	.top_clinic_info .m_table_clinic {
		width: 320px;
		margin-right: 30px;
	}
	.l_footer03_inner {
		padding: 30px 30px 15px;
	}

	.l_footer03_data {
		width: 350px;
	}
	.l_footer03_info_img {
		width: 80px;
	}
	.l_footer03_tel .tel_link a,
	.l_footer03_tel .tel_link {
		font-size: 3.1rem;
	}
	.top_news_head {
		margin-right: 40px;
	}

	.header01 h1 {
		width: 200px;
	}

	.header01 .nav_li > a {
		font-size: 1.6rem;
		padding: 15px 13px;
	}
}

/*sp*/
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 52px;
	}

	.header02 {
		position: fixed;
		background: #fff;
	}

	/*その他の追加変更 ここから*/
	.btn_wrap {
		margin-top: 8vw;
	}

	.btn01 {
		border-radius: 2vw;
		padding: 2vw 8vw;
		min-width: auto;
		width: 90%;
	}

	.btn01:after {
		left: auto;
		right: 3vw;
		width: 2vw;
		height: 2vw;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_ttl01
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.m_ttl01 {
		margin-bottom: 8vw;
	}

	.m_ttl01 em {
		font-size: 3.1rem;
	}

	.m_ttl01 span {
		font-size: 1.5rem;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.m_mv {
		padding: 0;
	}

	.m_mv:before {
		width: 100%;
		height: 70%;
	}

	.m_mv_inner {
		position: relative;
		padding-bottom: 5vw;
	}
	.m_mv_main {
		width: 95vw;
	}
	.m_mv_main img {
		width: 100%;
	}

	.m_mv_txt {
		position: absolute;
		top: 0;
		right: 5vw;
		z-index: 10;
		width: 95vw;
	}

	.m_mv_data {
		position: relative;
		bottom: 0;
		right: 0;
		padding: 3vw 0 5vw;
		margin: 5vw auto 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 50;
		width: 90vw;
	}

	.m_mv_data_info {
		margin-right: 0;
	}

	.m_mv_data_tel {
		text-align: center;
		margin-bottom: 2.6vw;
	}

	.m_mv_data_tel em {
		font-size: 1.3rem;
		margin-right: 1vw;
	}

	.m_mv_data_tel span,
	.m_mv_data_tel a {
		font-size: 2.3rem;
	}

	.m_mv_data_address {
		margin-top: -1vw;
		font-size: 1.3rem;
	}

	.m_mv_data_table {
		flex: auto;
		width: 83%;
		margin-top: 3vw;
	}
	.m_mv_data_table .m_table_clinic td,
	.m_mv_data_table .m_table_clinic th {
		padding: 6px 3px;
	}

	.m_mv_data_table .m_table_clinic thead th {
		padding-top: 0;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_news
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_news {
	}

	.top_news .img_bg_block {
		padding: 10vw 0;
	}

	.top_news_ttl {
		display: block;
		font-size: 1.4rem;
		text-align: center;
	}

	.top_news_ttl em {
		font-size: 3rem;
	}

	.top_news_block {
		display: block;
		margin: 0 auto;
	}

	.top_news_head {
		white-space: nowrap;
		margin-right: 0;
		flex-direction: column;
		justify-content: space-between;
		display: flex;
	}
	.top_news_btn {
		margin-top: 5vw;
	}

	.top_news_btn .btn {
		min-width: auto;
		width: 60%;
	}

	.top_news_body {
		overflow: hidden;
		margin-top: 5vw;
	}

	.top_news_body .news_box li {
		border: 0;
		padding: 2vw 0;
	}

	.top_news_body .news_box li:first-of-type {
		padding-top: 0;
	}
	.top_news_body .news_box li:last-of-type {
		padding-bottom: 0;
	}

	.top_news_body .news_box li a {
		text-decoration: none;
	}

	.top_news_body .news_box .date {
		margin-right: 0;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

	.top_message:before {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		transform: none;
		background: url(../images/top_message_bg_sp.jpg) center bottom no-repeat;
		background-size: 100%;
	}

	.top_message .img_bg_block {
		padding: 0 0 80vw;
	}

	.top_message .img_bg_flex.img_bg_noheight .img_bg_flex_inner {
		min-height: auto;
	}

	.top_message_ttl {
		font-size: 2.3rem;
		margin-bottom: 5vw;
	}

	.top_message_block {
		width: 100%;
		padding: 0;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_feature {
		background: #f7f2ef;
	}

	.top_feature .img_bg_block {
		padding: 10vw 0;
	}

	.top_feature_ttl {
	}

	.top_feature_block {
	}

	.m_feature {
		position: relative;
	}

	.m_feature + .m_feature {
		margin-top: 10vw;
	}

	.m_feature_content {
		margin-left: auto;
		width: 100%;
	}

	.m_feature_head {
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		margin-left: auto;
		margin-bottom: 4vw;
	}

	.m_feature_point {
		display: flex;
		align-items: center;
		margin-left: 0;
		width: 100%;
		margin-right: 0;
		margin-bottom: 3vw;
	}

	.m_feature_point:after {
		content: "";
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
	}

	.m_feature_point span {
		padding: 0.7vw 4vw;
	}

	.m_feature_head_catch {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 1.7;
	}
	.m_feature_txt {
		line-height: 2.1;
		letter-spacing: 0.075em;
	}
	.m_feature_img {
		width: 100%;
		height: 50vw;
		position: relative;
		margin-bottom: 5vw;
	}

	.m_feature_txt {
		padding: 7vw;
	}
	.m_feature_txt p {
		line-height: 1.8;
	}

	.m_feature:nth-of-type(3) .m_feature_head {
		margin-bottom: 5vw;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_treatment
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_treatment {
	}

	.top_treatment .img_bg_block {
		padding: 10vw 0;
	}

	.top_treatment_ttl {
	}

	.top_treatment_catch {
		font-size: 1.9rem;
		margin-bottom: 5vw;
		line-height: 1.7;
	}

	.top_treatment_block {
		width: calc(100% + 4vw);
		flex-wrap: wrap;
		margin: 0 -4vw -4vw 0;
	}

	.top_treatment_item {
		width: calc(50% - 4vw);
		margin: 0 4vw 4vw 0;
	}

	.m_treatment {
		position: relative;
		width: 100%;
		padding-top: 100%;
	}

	.m_treatment_inner {
		border: 2px solid #87cefa;
	}

	.m_treatment_ttl {
		font-size: 1.4rem;
	}

	.m_treatment_icon {
		width: 17vw;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_greeting
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_greeting .img_bg_block {
		padding: 10vw 0;
	}

	.top_greeting_ttl {
		margin-bottom: 5vw;
	}

	.top_greeting_block {
		display: block;
		position: relative;
		padding-bottom: 5vw;
	}

	.top_greeting_head {
		width: 100%;
		position: static;
	}

	.top_greeting_content {
		margin-left: 0;
	}

	.top_greeting_ttl {
	}

	.top_greeting_ttl_en {
		font-size: 7rem;
		width: 100%;
		display: block;
	}

	.top_greeting_ttl_ja {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.top_greeting_ttl_ja:before {
		width: 60vw;
		margin-right: 3vw;
	}

	.top_greeting_catch {
		font-size: 2.2rem;
		margin-bottom: 5vw;
	}

	.top_greeting_name {
		text-align: right;
		color: #b7aca1;
		letter-spacing: 0.075em;
	}

	.top_greeting_txt p {
	}

	.top_greeting_txt p + p {
		margin-top: 0.8em;
	}

	.top_greeting_img_main {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5vw;
	}

	.top_greeting_img_bottom {
		margin-top: 0;
		display: flex;
		position: absolute;
		bottom: 0;
		width: calc(100% + 10vw);
		left: -5vw;
	}

	.top_greeting_img_mini {
	}

	.top_greeting_img_mini01 {
		width: 58%;
		margin-left: 0;
		margin-top: 5%;
	}

	.top_greeting_img_mini02 {
		width: 35%;
		margin-left: 7%;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_clinic
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_clinic .img_bg_block {
		padding: 10vw 0 1px;
	}

	.top_clinic_ttl {
		margin-bottom: 8vw;
	}

	.top_clinic_block {
		max-width: 1000px;
		margin: 0 auto;
	}

	.top_clinic_table {
		max-width: none;
	}

	.top_clinic_table td {
		padding: 3vw 3vw;
		font-size: 1.6rem;
	}

	.top_clinic_table th {
		font-size: 1.5rem;
		padding: 3vw;
		text-align: left;
		width: 20vw;
	}

	.top_clinic_btn {
		display: block;
		margin-top: 8vw;
	}

	.top_clinic_btn .btn {
		margin: 0 auto 3vw;
	}

	.top_clinic_info {
		padding: 8vw 5vw;
		margin-bottom: -60vw;
		margin-top: 5vw;
		display: block;
	}

	.top_clinic_gmap {
		margin-top: 5vw;
	}

	.top_clinic_gmap .gmap {
		height: 80vw;
	}

	.top_clinic_info .m_table_clinic {
		width: 100%;
		margin-right: 50px;
	}

	.m_table_clinic tr {
		border-bottom: 1px solid #d6c6c3;
	}

	.m_table_clinic td,
	.m_table_clinic th {
		padding: 3vw 1vw;
	}

	.m_table_clinic tbody td,
	.m_table_clinic tbody th {
		padding: 3vw 1vw;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_column
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.top_column {
	}

	.top_column .img_bg_block {
		padding: 70vw 0 10vw;
	}

	.top_column_ttl {
		margin-bottom: 5vw;
	}

	.top_column_block {
	}

	.top_column_head {
		position: relative;
		margin-bottom: 10vw;
	}

	.top_column_btn {
		position: relative;
		top: 0;
		-webkit-transform: none;
		transform: none;
		min-width: auto;
		margin: 0 auto;
		display: block;
		width: 60vw;
	}

	/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
l_footer03
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.l_footer03 {
		background: #bfbec3 url(../images/footer_bg.jpg) center center no-repeat;
		background-size: cover;
		padding: 10vw 0 18vw;
	}

	.l_footer03_inner {
		background: rgba(121, 114, 109, 0.9);
		padding: 8vw 5vw 5vw;
	}

	.l_footer03_block {
		display: block;
	}

	.l_footer03_data {
		margin-right: 0;
		width: 100%;
	}

	.l_footer03_info {
		display: flex;
		align-items: center;
	}

	.l_footer03_info_img {
		width: 20vw;
	}

	.l_footer03_info_main {
		flex: 1 1 0%;
		margin-right: 5vw;
	}

	.l_footer03_tel {
		line-height: 1;
		text-align: center;
	}

	.l_footer03_tel em {
		font-size: 1.6rem;
	}

	.l_footer03_tel .tel_link a,
	.l_footer03_tel .tel_link {
		font-size: 2.3rem;
	}

	.l_footer03_address {
		text-align: center;
		color: #fff;
		margin-top: 1vw;
		line-height: 1.4;
	}

	.l_footer03_balloon {
		position: relative;
		border: 1px solid #fff;
		border-top: 0;
		margin-top: calc(2vw + 10px);
	}

	.l_footer03_balloon:before,
	.l_footer03_balloon:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		height: 1px;
		z-index: 1;
		background: #fff;
	}

	.l_footer03_balloon:before {
		width: calc(50% - 6px);
		left: 0;
	}

	.l_footer03_balloon:after {
		width: calc(50% - 6px);
		right: 0;
	}

	.l_footer03_balloon p {
		position: relative;
		text-align: center;
		color: #fff;
		padding: 2vw;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.l_footer03_balloon p:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 10px;
		height: 10px;
		z-index: 1;
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.l_footer03_table {
		margin-top: 5vw;
	}

	.l_footer03_table.m_table_clinic td,
	.l_footer03_table.m_table_clinic th {
		padding: 3vw 1vw;
	}

	.l_footer03_table.m_table_clinic th:first-of-type {
		width: 30%;
		font-size: 1.3rem;
		padding-right: 0.8em;
	}

	.l_footer03_table.m_table_clinic tbody th {
		/* text-align: left; */
		padding-left: 0;
	}

	.l_footer03_table.m_table_clinic thead th {
		width: 8.5%;
	}

	.l_footer03_table.m_table_clinic thead th:last-of-type {
		width: 18%;
	}

	.l_footer03_gmap {
		margin-top: 5vw;
	}

	.l_footer03_gmap .gmap {
		height: 80vw;
	}

	.l_footer03_menu {
		display: block;
		margin-top: 10vw;
		padding-top: 10vw;
	}

	.l_footer03_menu_item {
		width: 100%;
		display: block;
	}

	.l_footer03_menu_item + .l_footer03_menu_item {
		margin-top: 10vw;
	}

	.l_footer03_list_ttl {
		width: 100%;
		font-size: 2.7rem;
		margin-bottom: 5vw;
	}

	.l_footer03_list {
		width: 100%;
	}

	.l_footer03_list ul {
	}

	.l_footer03_list li {
		margin-bottom: 4vw;
	}

	.l_footer03_list li:before {
		content: "";
		display: block;
		position: absolute;
		top: 0.7em;
		left: 0;
		width: 1vw;
		height: 1vw;
		z-index: 1;
		background: #fff;
		border-radius: 50%;
	}

	.l_footer03_list a {
		font-size: 1.6rem;
		text-decoration: none;
		color: #fff;
	}

	.l_footer03_list .sub-menu {
		padding-left: 2vw;
		margin-top: 3vw;
	}

	.l_footer03_list .sub-menu li {
		padding-left: 4vw;
		margin-bottom: 3vw;
	}

	.l_footer03_list .sub-menu li:before {
		top: 0.8em;
		width: 2.5vw;
		height: 1px;
	}

	.l_footer03_list .sub-menu a {
		font-size: 1.4rem;
	}

	.l_footer03_bottom {
		margin-top: 10vw;
		padding-top: 5vw;
	}

	.l_footer03_bottom small {
		font-size: 1rem;
		letter-spacing: 0.2em;
	}
	.top_feature_btn {
		margin-top: 8vw;
	}

	.top_feature_btn .btn {
		margin-bottom: 3vw;
	}

	.m_added_bnr {
		display: block;
		justify-content: center;
		padding: 8vw 0 0;
	}

	.m_added_bnr a {
		display: block;
		width: 80vw;
		margin: 0 auto;
	}
	.m_added_bnr a:nth-child(n + 2) {
		margin-top: 3vw;
	}

	.contact_page .grecaptcha-badge {
		bottom: 14vw !important;
	}
}

