@charset "UTF-8";

#pagebody {
	position: relative;
}
.clinic_bg {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background: #262119 url("../images/top/clin_img5@2x.jpg") no-repeat center center;
	background-size: contain;
}
.top_bg {
	background: #F5F5F5;
	position: relative;
	z-index: 2;
}


/*メインイメージ
---------------------------------------------------------*/
.m_img_area {
	background: #0B1218;
	height: 100vh;
}

.m_img_area .m_img {
	position: relative;
}
.m_img_area .m_slider {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.m_img_area .m_slider .swiper-slide {
	position: relative;
	overflow: hidden;
}
.m_img_area .m_copy {
	position: absolute;
	z-index: 1;
}
.m_img_area .m_nav_area {
	position: absolute;
	left: 0;
	bottom: 0;
}

/*イメージ*/
.m_img_area .m_slider .swiper-slide::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: transform 15s linear;	/*m_sliderの「delay×2 + speed」*/
}
/*スライド画像：拡大*/
.m_img_area .m_slider .swiper-slide.zoom_in::before {
	transform: scale(1.0,1.0);
}
.m_img_area .m_slider .swiper-slide.zoom_in[class*=-prev]::before,
.m_img_area .m_slider .swiper-slide.zoom_in[class*=-active]::before {
	transform: scale(1.2,1.2);
}
.m_img_area .m_slider .swiper-slide.zoom_in[class*=-next]::before {
	transform: scale(1.0,1.0);
}
/*スライド画像：縮小*/
.m_img_area .m_slider .swiper-slide.zoom_out::before {
	transform: scale(1.2,1.2);
}
.m_img_area .m_slider .swiper-slide.zoom_out[class*=-prev]::before,
.m_img_area .m_slider .swiper-slide.zoom_out[class*=-active]::before {
	transform: scale(1.0,1.0);
}
.m_img_area .m_slider .swiper-slide.zoom_out[class*=-next]::before {
	transform: scale(1.2,1.2);
}
.m_img_area .m_slider .slide1::before {background-image: url("../images/top/m_img1@2x.jpg");}
.m_img_area .m_slider .slide2::before {background-image: url("../images/top/m_img2@2x.jpg");}
.m_img_area .m_slider .slide3::before {background-image: url("../images/top/m_img3@2x.jpg");}
.m_img_area .m_slider .slide4::before {background-image: url("../images/top/m_img4@2x.jpg");}

/*切り替わり時のベタ*/
.m_img_area .m_slider::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 150%;
	left: 0;
	top: -50%;
	background: #0B1218;
	transition: transform 0s;
	transform: translateY(100%);
}
.m_img_area .m_slider.even.anm-finished::after {
	transition: transform 3.2s cubic-bezier(0.4,0,0.15,1);
	transform: translateY(-100%);
}

/*メインコピー*/
.m_img_area .m_copy {
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: min(100%,1.6vw);
	opacity: 0;
	transition: opacity 1.0s 0.4s ease-out;
}
.m_img_area.anime_on .m_copy {
	opacity: 1;
}
.m_img_area .m_copy div {
	width: 6%;
	max-width: 70px;
	margin: 0 auto;
}
.m_img_area .m_copy .ft_min {
	font-size: 235%;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin: 1.0em 0 .5em;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1),
		0px 0px 20px rgba(0, 0, 0, 1),
		0px 0px 20px rgba(0, 0, 0, 1);
}
.m_img_area .m_copy .ft_ivyora {
	font-size: 165%;
	letter-spacing: .15em;
	line-height: 1.4em;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1),
		0px 0px 20px rgba(0, 0, 0, 1),
		0px 0px 20px rgba(0, 0, 0, 1);
}
/*コピーも変えるとき
.m_img_area .m_slider.anm-started .m_copy {
	opacity: 1 !important;
	transition-delay: 0.4s;
	transition-duration: 1.0s !important;
}
.m_img_area .m_slider.anm-finished .m_copy {
	opacity: 0;
	transition-duration: 0.4s;
}
*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*メインコピー*/
.m_img_area .m_copy {
	font-size: 100%;
}
.m_img_area .m_copy div {
	width: 10%;
}
.m_img_area .m_copy .ft_min {
	font-size: 140%;
	letter-spacing: .05em;
	margin: 1.0em 0 .5em;
}
.m_img_area .m_copy .ft_ivyora {
	font-size: 90%;
	letter-spacing: .05em;
}
}

/* 縦向きの場合
------------------------------------------*/
@media only screen and (max-width: 767px) and (orientation: portrait) {
}



/*top_medical
---------------------------------------------------------*/
.top_medical {
	padding: 110px 0 200px;
}
.top_medical .med_lead {
	text-align: center;
	font-size: 165%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 80px;
}

.top_medical .com_med_icon {
	width: 96%;
	max-width: 1255px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	font-size: min(170%,2.5vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 80px;
}
.top_medical .com_med_icon li {
	width: 16.6666%;
	position: relative;
}
.top_medical .com_med_icon li::before {
	content: "";	/*罫線*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 40%;
	box-sizing: border-box;
	border-right: solid 1px #BDC0C4;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.top_medical .com_med_icon li:first-child::before {
	border-left: solid 1px #BDC0C4;
}
.top_medical .com_med_icon li::after {
	content: "";	/*マウスオーバー*/
	position: absolute;
	z-index: 1;
	width: calc(100% + 2px);
	height: 100%;
	background: #F5F5F5;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	left: -1px;
	top: 0;
	opacity: 0;
	transition: opacity 0.4s;
}
.top_medical .com_med_icon li:hover::after {
	opacity: 1;
}
.top_medical .com_med_icon li a {
	position: relative;
	z-index: 2;
	display: block;
	height: 8.0em;
}
.top_medical .com_med_icon a::before {
	top: 10%;
	height: 1.7em;
}
.top_medical .com_med_icon li a p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 53%;
	transform: translateY(-50%);
}
.top_medical .com_med_icon .com_arrow1 {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 8%;
}

.top_medical .hokenshitu {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_medical .hokenshitu .img_box {
	width: 51%;
	max-width: 755px;
}
.top_medical .hokenshitu .txt_box {
	width: 44%;
	max-width: 640px;
}

.top_medical .hokenshitu .img_box .in_box {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
}
.top_medical .hokenshitu .img_box ul {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top_medical .hokenshitu .img_box li {
	width: 48.5%;
	max-width: 310px;
	position: relative;
}
.top_medical .hokenshitu .img_box li p {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: min(200%,2.4vw);
	letter-spacing: .2em;
	line-height: 1.3em;
	padding-bottom: .8em;
}
.top_medical .hokenshitu .img_box li:first-child {
	padding-top: 10%;
}
.top_medical .hokenshitu .img_box li:first-child p span {
	color: #D4FFFF;
}
.top_medical .hokenshitu .img_box li:last-child p span {
	color: #EBF9AA;
}
.top_medical .hokenshitu .img_box .abs {
	position: absolute;
	z-index: 1;
	width: 34%;
	max-width: 212px;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top_medical .hokenshitu .txt_box {
	position: relative;
	padding: 50px 0 60px;
}
.top_medical .hokenshitu .txt_box::before {
	content: "";	/*背景色*/
	position: absolute;
	z-index: 0;
	width: 147%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: #fff;
	background: linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 40%);
}
.top_medical .hokenshitu .txt_box::after {
	content: "";	/*影*/
	position: absolute;
	z-index: 0;
	width: 120%;
	height: 5vw;
	max-height: 50px;
	right: 0;
	top: 100%;
	background: url("../images/top/shadow1@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.top_medical .hokenshitu .txt_box dl {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 530px;
	margin-left: 0;
	margin-right: auto;
}
.top_medical .hokenshitu .txt_box dt {
	font-size: min(300%,4.0vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .3em;
}
.top_medical .hokenshitu .txt_box dt a {
	display: inline-block;
	padding-right: 55px;
	position: relative;
}
.top_medical .hokenshitu .txt_box dt .com_arrow1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_medical {
	padding: 12% 0 18%;
}
.top_medical .med_lead {
	font-size: 140%;
	margin-bottom: 6%;
}
.top_medical .com_med_icon {
	width: 100%;
	font-size: 2.6vw;
	margin-bottom: 6%;
}
.top_medical .com_med_icon li::before {
	height: 60%;	/*罫線*/
}
.top_medical .com_med_icon li:last-child::before {
	border-right: none;
}
.top_medical .com_med_icon li:first-child::before {
	border-left: none;
}

.top_medical .hokenshitu .img_box li:first-child {
	padding-top: 12%;
}
.top_medical .hokenshitu .img_box li p {
	font-size: 2.6vw;
	letter-spacing: .1em;
}
.top_medical .hokenshitu .txt_box {
	padding: 4% 0 5%;
}
.top_medical .hokenshitu .txt_box dt {
	letter-spacing: .05em;
}
.top_medical .hokenshitu .txt_box dt a {
	padding-right: 45px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_medical {
	padding: 14% 0 24%;
}
.top_medical .med_lead {
	font-size: 110%;
	letter-spacing: .05em;
	margin-bottom: 10%;
}

.top_medical .com_med_icon {
	width: 90%;
    flex-wrap: wrap;
	font-size: 125%;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-bottom: 12%;
}
.top_medical .com_med_icon li {
	width: 33.3333%;
	margin-top: .5em;
}
.top_medical .com_med_icon li:nth-child(-n+3) {
	margin-top: 0;
}
.top_medical .com_med_icon li::before {
	height: 40%;	/*罫線*/
}
.top_medical .com_med_icon li:nth-child(3n+1)::before {
	border-left: solid 1px #BDC0C4;
}
.top_medical .com_med_icon li a {
	height: 7.0em;
}
.top_medical .com_med_icon a::before {
	top: 8%;
	height: 1.7em;
}
.top_medical .com_med_icon .com_arrow1 {
	bottom: 8%;
}

.top_medical .hokenshitu {
	display: block;
}
.top_medical .hokenshitu .img_box {
	width: 90%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.top_medical .hokenshitu .txt_box {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.top_medical .hokenshitu .img_box .in_box {
	margin: auto;
}
.top_medical .hokenshitu .img_box li p {
	font-size: 110%;
	letter-spacing: .15em;
}
.top_medical .hokenshitu .txt_box {
	padding: 5% 5% 10%;
}
.top_medical .hokenshitu .txt_box::before {
	width: 100%;	/*背景色*/
	height: calc(100% + 20vw);
	background: #fff;
}
.top_medical .hokenshitu .txt_box::after {
	width: 100%;	/*影*/
	height: 8vw;
}
.top_medical .hokenshitu .txt_box dl {
	width: 100%;
	max-width: 100%;
}
.top_medical .hokenshitu .txt_box dt {
	text-align: center;
	font-size: 160%;
	letter-spacing: .05em;
}
.top_medical .hokenshitu .txt_box dt a {
	padding-right: 1.5em;
}
}



/*top_clinic
---------------------------------------------------------*/
.top_clinic {
	text-align: center;
	padding-bottom: 120px;
}
.top_clinic .fix_inbox {
	position: relative;
	padding-bottom: 30px;
}
.top_clinic .fix_item1,
.top_clinic .fix_item2 {
	position: absolute;
	z-index: 1;
	margin: auto;
	width: 100%;
	top: 0;
	left: 0;
}
.top_clinic .img_list {
	width: 100%;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top_clinic .img_list li {
	opacity: 0;
	transition: opacity 3.0s ease-out;
}
.top_clinic .anime_on .img_list li {
	opacity: 1;
}
.top_clinic .img_list li:nth-child(1) {
	width: 43%;
	max-width: 590px;
	margin-bottom: 11.5%;
}
.top_clinic .img_list li:nth-child(2) {
	width: 32%;
	max-width: 440px;
	position: absolute;
	right: 0;
	top: 5%;
	transition-delay: .4s;
}
.top_clinic .img_list li:nth-child(3) {
	width: 40%;
	max-width: 550px;
	position: absolute;
	right: 6.2%;
	bottom: 13%;
	transition-delay: .8s;
}
.top_clinic .img_list li:nth-child(4) {
	width: 42.5%;
	max-width: 580px;
	margin-left: 5%;
	transition-delay: 1.2s;
}

.top_clinic .fix_item1 {
	mix-blend-mode: difference;
	color: #fff;
	font-size: min(100%,1.3vw);
}
.top_clinic .fix_item1 p.ft_ivyora {
	font-size: 1000%;
	letter-spacing: .1em;
	line-height: 1.0em;
}
.top_clinic .fix_item1 p.ft_min {
	font-size: 330%;
	letter-spacing: .15em;
	line-height: 1.0em;
	margin-top: 1.0em;
	padding-bottom: .7em;
}

.top_clinic .fix_item2 .com_btn2 {
	margin-top: 0;
}

.top_bg_img {
	width: 100%;
	height: 38vw;
	max-height: 580px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_clinic {
	padding-bottom: 15%;
}
.top_clinic .fix_inbox {
	padding-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_clinic {
	padding-bottom: 20%;
}
.top_clinic .fix_inbox {
	padding-bottom: 5%;
}
.top_clinic .img_list li:nth-child(1) {
	width: 52.8%;
	margin-bottom: 25vw;
}
.top_clinic .img_list li:nth-child(2) {
	width: 39.5%;
	right: 0;
	top: 27vw;
}
.top_clinic .img_list li:nth-child(3) {
	width: 49.2%;
	margin-left: 35vw;
	margin-bottom: 10vw;
	position: relative;
	right: auto;
	bottom: auto;
}
.top_clinic .img_list li:nth-child(4) {
	width: 52%;
	margin-left: 9vw;
}

.top_clinic .fix_item1 {
	font-size: 100%;
}
.top_clinic .fix_item1 p.ft_ivyora {
	font-size: 500%;
	letter-spacing: .1em;
}
.top_clinic .fix_item1 p.ft_min {
	font-size: 160%;
	letter-spacing: .05em;
	margin-top: 1.0em;
	padding-bottom: .7em;
}
}



/*top_info
---------------------------------------------------------*/
.top_info {
	padding-top: 140px;
	padding-bottom: 140px;
}
.top_info .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 110px;
}
.top_info .flex_box .box_l {
	width: 42%;
	max-width: 510px;
}
.top_info .flex_box .box_r {
	width: 55%;
	max-width: 675px;
}

.top_info .news_box .title_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #9CA0A6;
}
.top_info .news_box .title_box h2 {
	font-size: min(200%,3.0vw);
	letter-spacing: .15em;
	line-height: 1.2em;
}
.top_info .news_list li {
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.4em;
	border-bottom: solid 1px #9CA0A6;
	padding: 1.2em 5%;
	transition: padding 0.8s;
}
.top_info .news_list li:hover {
	transition: padding 0.4s;
	padding-left: 8%;
	padding-right: 2%;
}
.top_info .news_list li dt {
	font-size: 85%;
	letter-spacing: .2em;
	line-height: 1.0em;
	margin-bottom: .8em;
}
.top_info .news_list li dd a {
	display: block;
	padding-left: 1.5em;
	position: relative;
}
.top_info .news_list li dd a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 80%;
	color: #737270;
	position: absolute;
	left: 0;
	top: .1em;
}
.top_info .com_timetable {
	margin-top: 40px;
}

.top_info .inst_box {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top_info .inst_box .box_l {
	width: 25%;
	font-size: min(100%,1.4vw);
}
.top_info .inst_box .box_r {
	width: 75%;
	max-width: 820px;
}
.top_info .inst_box .box_l dl {
	font-size: 135%;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding-left: 2.2em;
	position: relative;
}
.top_info .inst_box .box_l dl::before {
	content: "";
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	background: url("../images/icon_inst@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 0;
}
.top_info .inst_box .box_l dt {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.0em;
	margin-bottom: .8em;
}
.top_info .inst_box .box_l .com_btn3 {
	margin-left: 0;
	width: 90%;
}
.top_info .inst_box #sb_instagram #sbi_images {
	display: flex !important;
	padding: 0 !important;
	margin-left: -2.4% !important;
}
.top_info .inst_box #sb_instagram #sbi_images .sbi_item {
	display: block !important;
	width: 23.2% !important;
	border-radius: 10px;
	margin: 0 0 0 2.4% !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_info {
	padding-top: 12%;
	padding-bottom: 12%;
}
.top_info .flex_box {
	margin-bottom: 8%;
}
.top_info .news_box .title_box {
	padding-bottom: 1.0em;
}
.top_info .news_box .title_box h2 {
	letter-spacing: .1em;
}
.top_info .news_list li {
	font-size: 105%;
	letter-spacing: .05em;
	padding: 1.2em 0 !important;
}
.top_info .news_list li dt {
	margin-bottom: .5em;
}
.top_info .news_list li dd a {
	padding-left: 1.2em;
}
.top_info .com_timetable {
	margin-top: 8%;
	font-size: 90%;
}

.top_info .inst_box .box_l {
	font-size: 1.5vw;
}
.top_info .inst_box .box_l dl {
	letter-spacing: .05em;
	padding-left: 2.0em;
}
.top_info .inst_box .box_l dt {
	margin-bottom: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_info {
	padding-top: 14%;
	padding-bottom: 22%;
}
.top_info .flex_box {
	display: block;
	margin-bottom: 10%;
}
.top_info .flex_box .box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10%;
}
.top_info .flex_box .box_r {
	width: 100%;
	max-width: 100%;
}

.top_info .news_box .title_box {
	padding-bottom: .8em;
}
.top_info .news_box .title_box h2 {
	font-size: 140%;
	letter-spacing: .1em;
}
.top_info .news_list li {
	font-size: 105%;
	letter-spacing: .05em;
	padding: 1.0em 3% !important;
}
.top_info .news_list li dt {
	margin-bottom: .5em;
}
.top_info .news_list li dd a {
	padding-left: 1.2em;
}
.top_info .com_timetable {
	margin-top: 8%;
}

.top_info .inst_box {
	display: block;
	position: relative;
}
.top_info .inst_box .box_l {
	width: 100%;
	font-size: 100%;
}
.top_info .inst_box .box_r {
	width: 100%;
	max-width: 100%;
}
.top_info .inst_box .box_l dl {
	font-size: 110%;
	letter-spacing: .05em;
	padding-left: 2.0em;
	margin-bottom: 1.0em;
}
.top_info .inst_box .box_l dt {
	margin-bottom: .5em;
}
.top_info .inst_box .box_l .com_btn3 {
	width: 45%;
	position: absolute;
	right: 3%;
	bottom: 0;
	transform: translateY(70%);
}
.top_info .inst_box .box_l .com_btn3 a {
	font-size: 80%;
}
.top_info .inst_box #sb_instagram #sbi_images {
	margin-left: -1.3333% !important;
}
.top_info .inst_box #sb_instagram #sbi_images .sbi_item {
	width: 24% !important;
	border-radius: 2vw;
	margin: 0 0 0 1.3333% !important;
}
}



/*footer
---------------------------------------------------------*/
footer .f_bg1 {
	background: #2A3036;
	padding: 150px 0 80px;
	color: #fff;
}
footer .f_contact {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto 50px;
	text-align: center;
}
footer .f_contact dl {
	font-size: min(135%,1.9vw);
	letter-spacing: .1em;
	line-height: 1.0em;
	display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 40px;
	border-bottom: solid 1px #55595E;
}
footer .f_contact dl ul {
	display: flex;
    justify-content: center;
    align-items: center;
}
footer .f_contact dl li {
	margin-left: 5%;
}
footer .f_contact .com_tel {
	font-size: 240%;
}
footer .f_contact .com_tel > span {
	margin-left: 0;
}
footer .f_contact .com_tel i {
	margin-right: -.2em;
	opacity: 0.8;
}
footer .f_contact .com_web1 a {
	font-size: 155%;
	width: 9.6em;
	padding: .8em 0 .4em;
}
footer .f_txt_hatsunetsu {
	margin-top: 2.5em;
}

footer .f_info .f_flex1 {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .f_info .f_flex1 .box_l {
	width: 52%;
}
footer .f_info .f_flex1 .box_r {
	width: 45%;
	max-width: 980px;
}
footer .f_line a {
	font-size: 135%;
	letter-spacing: .15em;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}
footer .f_pay {
	padding-left: 5%;
}
footer .f_pay .com_btn1 {
	font-size: 110%;
	letter-spacing: .1em;
}
footer .f_pay dd {
	line-height: 1.6em;
	margin-top: 1.0em;
}

footer .f_map_box {
	background: #F5F5F5;
}
footer .f_map_box::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 20vw;
	max-height: 200px;
	background: #2A3036;
	left: 0;
	top: 0;
}
footer .f_map_box .w1270 {
	position: relative;
	z-index: 1;
}
footer .f_map_box iframe {
	display: block;
	width: 100%;
	height: 45vw;
	max-height: 500px;
}

footer .f_bg2 {
	background: #F5F5F5;
	padding-top: 80px;
	padding-bottom: 150px;
}
footer .f_bg2 .f_clinic dt span.color_w {
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_bg1 {
	padding: 10% 0 8%;
}

footer .f_contact {
	margin-bottom: 6%;
}
footer .f_contact dl {
	font-size: 2.0vw;
	letter-spacing: .05em;
    justify-content: flex-start;
	padding-bottom: 4%;
}
footer .f_txt_hatsunetsu {
	margin-top: 1.5em;
}
footer .f_line a {
	font-size: 2.2vw;
	letter-spacing: .1em;
}
footer .f_pay {
	padding-left: 0;
}
footer .f_pay .com_btn1 {
	font-size: 105%;
	letter-spacing: .05em;
}
footer .f_pay dd {
	font-size: 90%;
	letter-spacing: .05em;
}

footer .f_bg2 {
	padding-top: 10%;
	padding-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_bg1 {
	padding: 14% 0 12%;
}
footer .f_contact {
	margin-bottom: 8%;
}
footer .f_contact dl {
	font-size: 100%;
	letter-spacing: .05em;
	display: block;
	padding-bottom: 6%;
}
footer .f_contact dl dt {
	font-size: 110%;
}
footer .f_contact dl ul {
	display: block;
	margin-top: 1.0em;
}
footer .f_contact dl li {
	margin: 4% auto 0;
}

footer .f_info .f_flex1 {
	display: block;
}
footer .f_info .f_flex1 .box_l {
	width: 100%;
	margin-bottom: 8%;
}
footer .f_info .f_flex1 .box_r {
	width: 100%;
	max-width: 100%;
}
footer .f_pay {
	padding-left: 0;
}
footer .f_pay dd {
	font-size: 90%;
}

footer .f_map_box::before {
	height: 30vw;
}
footer .f_map_box iframe {
	height: 100vw;
	max-height: 350px;
}

footer .f_bg2 {
	padding-top: 10%;
}
}



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

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}