@charset "UTF-8";

body {
	text-align:center;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #232C3A;
	font-size: 15px;
	letter-spacing: .15em;
	line-height: 2.1em;
	padding:0;
	margin:0;
	background:#F5F5F5;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: block;
	margin: auto;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: separate;
	border-spacing: 0;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}

a{
	color: inherit;
	text-decoration:none;
	outline:0;
	transition: color 0.8s, background-color 0.8s;
}
a:hover{
	transition: color 0.4s, background-color 0.4s;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: bold;}
.fw_normal{font-weight: normal;}	
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out {
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ank_adjust {
    /*padding-top: 150px;
    margin-top: -150px;*/
}

.tel_border a {
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.0vw;
	letter-spacing: .05em;
	line-height: 1.8em;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
/*</group>*/
}



/*共通
---------------------------------------------------------*/
/*スマホ時は隙間を広くする*/
.max_width {
	width: 94%;
	padding: 0 3%;
	margin-left: auto;
	margin-right: auto;
}
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1400 {
	width: 94%;
	padding: 0 3%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
}
.w1270 {
	width: 94%;
	padding: 0 3%;
	max-width: 1270px;
	margin: 0 auto;
	text-align: left;
}
.w1220 {
	width: 94%;
	padding: 0 3%;
	max-width: 1220px;
	margin: 0 auto;
	text-align: left;
}
.w1100 {
	width: 94%;
	padding: 0 3%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}
.w1000 {
	width: 94%;
	padding: 0 3%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/*スマホ時は隙間を広くする*/
.ft_min {
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.ft_ivyora {
	font-family: ivyora-display, serif;
	font-weight: 300;
	font-style: normal;
}
.fs17 {
	font-size: 113%;
	letter-spacing: .15em;
	line-height: 2.1em;
}
.blue, .blue a {color: #326c9f;}
/*
.red, .red a {color: #db2a41;}
.orange, .orange a {color: #ee7951;}
.pink, .pink a {color: #f5889e;}
*/
.com_txt_link {
	text-decoration: underline;
}
.com_txt_link:hover {
	text-decoration: none;
	color: #326c9f;
}

/*その場でフェードしながら出てくる*/
.fadein {
	opacity: 0;
	transition: all 2.0s ease-out;
}
span.fadein {
	display: block;
}
.anime_on .fadein {
	opacity: 1;
}

/*下からフェードしながら出てくる*/
.fadeup {
	opacity: 0;
	transform: translateY(80px);
	transition: all 1.5s ease-out;
}
span.fadeup {
	display: block;
}
.anime_on .fadeup {
	opacity: 1;
	transform: translateY(0px);
}

/*上からフェードしながら出てくる*/
.fadedown {
	opacity: 0;
	transform: translateY(-80px);
	transition: all 1.5s ease-out;
}
span.fadedown {
	display: block;
}
.anime_on .fadedown {
	opacity: 1;
	transform: translateY(0px);
}

/*その場でズームしながら出てくる*/
.fadezoom {
	opacity: 0;
	transform: scale(0.9);
	transition: all .6s .3s;
}
span.fadezoom {
	display: block;
}
.anime_on .fadezoom {
	opacity: 1;
	transform: scale(1.0);
}

.anime_dilay_2 {transition-delay: .2s;}
.anime_dilay_4 {transition-delay: .4s;}
.anime_dilay_6 {transition-delay: .6s;}
.anime_dilay_8 {transition-delay: .8s;}

/*ふわふわ揺れる*/
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-3deg);
  }
  5% {
    transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    transform: translate(0, -1.5em) rotate(0deg);
  }
  95% {
    transform: translate(0, 0) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(3deg);
  }
}
/*波：上下移動あり*/
@keyframes wave_bg {
  0% {
    transform: translate(0, -1.5em) scale(1.2, 1);
  }
  50% {
    transform: translate(0, 0em) scale(1, 1);
  }
  100% {
    transform: translate(0, -1.5em) scale(1.2, 1);
  }
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fs17 {
	font-size: 105%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,
.w1400,
.w1270,
.w1100,
.w1000 {
	width: 90%;
	padding: 0 5%;
}
.fs17 {
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
}



/*下層共通
---------------------------------------------------------*/
/*隙間*/
.com_btm_150 {
	margin-bottom: 150px;
}
.com_btm_120 {
	margin-bottom: 120px;
}
.com_btm_100 {
	margin-bottom: 100px;
}
.com_btm_90 {
	margin-bottom: 90px;
}
.com_btm_80 {
	margin-bottom: 80px;
}
.com_btm_70 {
	margin-bottom: 70px;
}
.com_btm_60 {
	margin-bottom: 60px;
}
.com_btm_50 {
	margin-bottom: 50px;
}
.com_btm_40 {
	margin-bottom: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*隙間*/
.com_btm_150 {
	margin-bottom: 12%;
}
.com_btm_120 {
	margin-bottom: 10%;
}
.com_btm_100 {
	margin-bottom: 8%;
}
.com_btm_90 {
	margin-bottom: 8%;
}
.com_btm_80 {
	margin-bottom: 7%;
}
.com_btm_70 {
	margin-bottom: 6%;
}
.com_btm_60 {
	margin-bottom: 5%;
}
.com_btm_50 {
	margin-bottom: 4%;
}
.com_btm_40 {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*隙間*/
.com_btm_150 {
	margin-bottom: 14%;
}
.com_btm_120 {
	margin-bottom: 13%;
}
.com_btm_100 {
	margin-bottom: 12%;
}
.com_btm_90 {
	margin-bottom: 11%;
}
.com_btm_80 {
	margin-bottom: 10%;
}
.com_btm_70 {
	margin-bottom: 9%;
}
.com_btm_60 {
	margin-bottom: 8%;
}
.com_btm_50 {
	margin-bottom: 7%;
}
.com_btm_40 {
	margin-bottom: 6%;
}
}



/*全体共通
---------------------------------------------------------*/
#wrapper{
	overflow: hidden;
}
#pagebody {
	max-height: 100%;
}

/*swiper共通設定*/
.swiper {
    overflow: visible !important;
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;	/*滑らかに流れ続ける*/
}
.swiper-fade .swiper-slide {
    transition-property: opacity !important;	/* フェードモード時 共通調整 */
}

/*電話番号*/
.com_tel {
	font-family: ivyora-display, serif;
	font-weight: 300;
	font-style: normal;
	white-space: nowrap;
	font-size: min(250%,2.8vw);
	letter-spacing: .1em;
	line-height: 1.0em;
}
.com_tel > span {
	margin-left: -.4em;
}
.com_tel .hyp {
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-.3em);
}

/*WEB予約*/
.com_web1 {
	text-align: center;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	position: relative;
}
.com_web1 a {
	display: block;
	background: #41474C;
	color: #fff;
	font-size: min(160%,2.2vw);
	letter-spacing: .05em;
	line-height: 1.2em;
	padding: .7em 0 .5em;
}
.com_web1 a:hover {
	background: #326C9F;
}
.com_web1 .ft_ivyora {
	font-size: 112%;
	letter-spacing: .08em;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-.2em);
}
.com_web1 .icon-web {
	letter-spacing: normal;
	margin-right: .2em;
}
.com_web1.icon_circle .icon-web {
	display: inline-block;
	vertical-align: middle;
	font-size: 50%;
	width: 2.3em;
	line-height: 2.3em;
	border-radius: 50%;
	border: solid 1px rgba(255,255,255,0.5);
	margin-right: .8em;
	transform: translateY(-.25em);
}

/*▼▼▼WEB予約：準備中（不要になったらCSSをコメントアウトしてくださいk*/
.com_web1::before,
#sp_footer li.f_sp_web::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
}
#sp_footer li.f_sp_web::before {
	border-radius: .3em;
}
.com_web1::after,
#sp_footer li.f_sp_web::after {
	content: "準備中";
	display: block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	letter-spacing: .4em;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_web1::after {font-size: 13px;}
}
/* Mobile (Portrait) */
@media only screen and (max-width: 767px) {
.com_web1::after,
#sp_footer li.f_sp_web::after {font-size: 3.6vw;}
}
/*▲▲▲WEB予約：準備中（不要になったらCSSをコメントアウトしてください）*/

/*診療時間*/
.com_timetable {
	text-align: center;
	line-height: 1.6em;
}
.com_timetable .time_bg {
	background: #EBECE9;
	padding: 4% 0;
}
.com_timetable .time_bg span {
	display: block;
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
}
.com_timetable .time_txt {
	margin-top: 1.0em;
	margin-left: -1.0em;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.com_timetable .time_txt p {
	margin-left: 1.0em;
}
.com_timetable .time_txt p i {
	margin-right: .4em;
}

/*診療アイコン*/
.com_med_icon [class^="icon"] a {
	position: relative;
}
.com_med_icon [class^="icon"] a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1.0em;
	left: 0;
	top: 0;
	background-image: url("../images/med_icon1@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.com_med_icon .icon1 a::before {background-image: url("../images/med_icon1@2x.png");}
.com_med_icon .icon2 a::before {background-image: url("../images/med_icon2@2x.png");}
.com_med_icon .icon3 a::before {background-image: url("../images/med_icon3@2x.png");}
.com_med_icon .icon4 a::before {background-image: url("../images/med_icon4@2x.png");}
.com_med_icon .icon5 a::before {background-image: url("../images/med_icon5@2x.png");}
.com_med_icon .icon6 a::before {background-image: url("../images/med_icon6@2x.png");}
.com_med_icon .icon7 a::before {background-image: url("../images/med_icon7@2x.png");}

/*矢印*/
.com_arrow1 {
	display: block;
	box-sizing: border-box;
	font-size: 15px;
	width: 2.5em;
	line-height: 2.5em;
	text-align: center;
	aspect-ratio: 1 / 1;
	background: #B4BBC8;
	color: #fff;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.com_arrow1 i {
	position: absolute;	/*矢印*/
	z-index: 1;
	transition: opacity 0.4s;	
}
.com_arrow1::before {
	font-family: 'fontello';	/*マウスオーバー矢印*/
	content: '\e800';
	position: absolute;
	z-index: 2;
	transition: transform 0s;
	transform: translateX(-100%);
}
.com_arrow1 i,
.com_arrow1::before {
	width: 100%;
	left: .1em;
	top: 0;
}
.com_arrow1::after {
	content: "";	/*マウスオーバー背景色*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #697791;
	border-radius: 50%;
	transition: transform 0.4s;
	transform: scale(0,0);
}
a:hover .com_arrow1 i {
	opacity: 0;
}
a:hover .com_arrow1::before {
	transition: transform 0.4s 0.3s;
	transform: translateX(0%);
}
a:hover .com_arrow1::after {
	transform: scale(1,1);
}
.com_arrow1.bol_border {
	background: transparent;
	border: solid 1px rgba(255,255,255,0.6);
}
.com_arrow1.bol_border::after {
	background: rgba(255,255,255,0.6);
}
.com_arrow1.col_navy {
	background: rgba(42,48,54,0.85);
}
.com_arrow1.col_white {
	background: #fff;
	color: #232C3A;
}
.com_arrow1.col_white::before {
	color: #fff;	/*マウスオーバー矢印*/
}

/*リンクボタン：テキスト*/
.com_btn1 a {
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.4em;
	display: inline-block;
	padding-right: 50px;
	position: relative;
}
.com_btn1 a .com_arrow1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_btn1.arw_anc a .com_arrow1 {
	transform: translateY(-50%) rotate(90deg);
}
.com_btn1.fs19 {
	margin-top: 1.5em;
}
.com_btn1.fs19 a {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.com_btn1.fs19 .com_arrow1 {
	font-size: 75%;
}
/*リンクボタン：四角*/
.com_btn2 {
	width: 100%;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}
.com_btn2 a {
	display: block;
	box-sizing: border-box;
	background: rgba(0,0,0,0.9);
	text-align: left;
	color: #fff;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.2em 1.5em;
	position: relative;
}
.com_btn2 a .com_arrow1 {
	position: absolute;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
}
/*リンクボタン：角丸*/
.com_btn3 {
	width: 100%;
	max-width: 236px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
}
.com_btn3 a {
	display: block;
	box-sizing: border-box;
	background: #F5F5F5;
	border: solid 1px #B9BBBD;
	text-align: left;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.2em 2.0em;
	border-radius: 3.0em;
	position: relative;
}
.com_btn3 a i {
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.8s;
}
.com_btn3 a:hover {
	background: #B9BBBD;
	border: solid 1px #B9BBBD;
}
.com_btn3 a:hover i {
	transition: all 0.4s;
	right: 1.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*矢印*/
.com_arrow1 {
	font-size: 12px;
}

/*リンクボタン：テキスト*/
.com_btn1 a {
	font-size: 105%;
	letter-spacing: .05em;
	padding-right: 40px;
}
.com_btn1.fs19 {
	margin-top: 1.0em;
}
.com_btn1.fs19 a {
	font-size: 115%;
	letter-spacing: .05em;
}
/*リンクボタン：四角*/
.com_btn2 a {
	font-size: 105%;
	letter-spacing: .05em;
	padding: 1.0em 1.5em;
}
/*リンクボタン：角丸*/
.com_btn3 {
	width: 100%;
	max-width: 236px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
}
.com_btn3 a {
	font-size: 105%;
	letter-spacing: .05em;
	padding: 1.0em 1.5em;
}
.com_btn3 a i {
	right: 1.0em;
}

/*診療時間*/
.com_timetable .time_txt p {
	font-size: 90%;
	letter-spacing: .05em;
}
.com_timetable .time_txt p i {
	margin-right: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*電話番号*/
.com_tel {
	text-align: center;
	font-size: 220%;
}
.com_tel .icon-tel {
	margin-right: -.2em;
}
/*WEB予約*/
.com_tel + .com_web1 {
	margin-top: 4%;
}
.com_web1 {
	text-align: center;
}
.com_web1 a {
	font-size: 160%;
	width: 9.6em;
	margin: 0 auto;
}

/*診療時間*/
.com_timetable {
	font-size: 90%;
}
.com_timetable .time_bg span {
	max-width: 100%;
}
.com_timetable .time_txt {
	margin-top: .5em;
}
.com_timetable .time_txt p i {
	margin-right: 0;
}

/*矢印*/
.com_arrow1 {
	font-size: 2.3vw;
}
/*リンクボタン：テキスト*/
.com_btn1 a {
	font-size: 105%;
	letter-spacing: .05em;
	padding-right: 7vw;
}
.com_btn1.fs19 {
	margin-top: 1.0em;
}
.com_btn1.fs19 a {
	font-size: 110%;
	letter-spacing: .05em;
	padding-right: 2.5em;
}
/*リンクボタン：四角*/
.com_btn2 {
	max-width: 50vw;
}
.com_btn2 a {
	font-size: 105%;
	letter-spacing: .05em;
	padding: .8em 1.0em;
}
.com_btn2 a .com_arrow1 {
	right: 1.5em;
}
/*リンクボタン：角丸*/
.com_btn3 {
	max-width: 50vw;
}
.com_btn3 a {
	font-size: 105%;
	letter-spacing: .05em;
	padding: 1.0em 1.5em;
}
.com_btn3 a i {
	right: 1.0em;
}
}



/*header
---------------------------------------------------------*/
.m_img_area {
	width: 100%;
	position: relative;
	z-index: 10;
}
.m_img_area header {
	position: absolute;
	z-index: 5;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 3%;
}
.m_img_area header .logo_mark {
	width: 5vw;
	max-width: 64px;
	margin-right: 3%;
}
.m_img_area header .h_left {
	text-align: left;
	display: flex;
    align-items: center;
}
.m_img_area header .logo_type .h_txt {
	color: #fff;
	font-size: 85%;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}
.m_img_area header .logo_type div {
	width: 27vw;
	max-width: 320px;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area header {
	padding: 5% 5%;
}
.m_img_area header .logo_mark {
	width: 9vw;
	margin-left: -1%;
	margin-right: 5%;
}
.m_img_area header .logo_type .h_txt {
	font-size: 70%;
	letter-spacing: .05em;
	margin-bottom: .8em;
}
.m_img_area header .logo_type div {
	width: 50vw;
}
}



/*メニュー
---------------------------------------------------------*/
.m_nav_area,
#scl_header {
	width: 100%;
	background: #0B1218;
}
.m_nav_area .nav_flex,
#scl_header .nav_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m_nav_area .m_nav,
#scl_header .m_nav {
	width: 84%;
	max-width: 1260px;
	position: relative;
}
.m_nav_area .h_contact,
#scl_header .h_contact {
	width: 16%;
	max-width: 240px;
}
.h_contact {
	text-align: center;
	color: #fff;
	font-size: min(100%,1.2vw);
}
.h_contact .com_tel,
.h_contact .com_web1 a {
	display: block;
	padding: 16px 0;
}
.h_contact .com_tel {
	background: #21272D;
	font-size: 160%;
}
.h_contact .com_web1 a {
	font-size: 145%;
}

/* メニュー */
.m_nav {
	display: flex;
    justify-content: center;
    align-items: center;
}
.m_nav > li {
	position: relative;
	margin: 0 1.2%;
}
.m_nav > li > a {
	display: block;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	font-size: min(125%,1.4vw);
	letter-spacing: .15em;
	line-height: 1.4em;
}
.m_nav > li > a.select {
	color: #B4BBC8;
}
.m_nav > li > a > span[class^="roll"] {
	display: block;
	pointer-events: none;
	transition: all 0.4s linear;
}
.m_nav > li > a > span.roll2 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: translateY(50%);
}
.m_nav > li > a:hover > span.roll1 {
	opacity: 0;
	transform: translateY(-50%);
}
.m_nav > li > a:hover > span.roll2 {
	opacity: 1;
	transform: translateY(0%);
}

/* アコーディオンメニュー */
.in_menu {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	top: calc(100% + 20px);
	background: #F5F5F5;
	box-sizing: border-box;
	text-align: center;
	font-size: min(105%,1.4vw);
	letter-spacing: .2em;
	line-height: 1.4em;
}
.open_top .in_menu {
	top: auto;
	bottom: calc(100% + 20px);	/*上に開くとき*/
}
/*縦メニュー*/
.in_menu.in_long {
	width: 14em;
	padding: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.in_menu.in_long li {
	border-bottom: solid 1px #BDC0C4;
}
.in_menu.in_long ul li:last-child {
	border-bottom: none;
}
.in_menu.in_long a {
	display: block;
	padding: 1.5em 0;
}
.in_menu.in_long a:hover {
	color: #326C9F;
}
/*診療メニュー*/
.in_menu.med_inmenu {
	width: 75vw;
	max-width: 900px;
	left: 50%;
	transform: translateX(-50%);
}
.in_menu.med_inmenu ul {
	display: flex;
    justify-content: space-between;
}
.in_menu.med_inmenu li {
	width: 16.6666%;
	position: relative;
}
.in_menu.med_inmenu li::before {
	content: "";	/*罫線*/
	position: absolute;
	width: 1px;
	height: calc(100% - 20px);
	background: #BDC0C4;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.in_menu.med_inmenu li:last-child::before {
	display: none;
}
.in_menu.med_inmenu li::after {
	content: "";	/*マウスオーバー*/
	position: absolute;
	z-index: 0;
	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;
}
.in_menu.med_inmenu li:hover::after {
	opacity: 1;
}
.in_menu.med_inmenu li a {
	position: relative;
	z-index: 1;
	display: block;
	height: 11.0em;
}
.in_menu.med_inmenu .com_med_icon a::before {
	top: 2.5em;
	height: 3.0em;
}
.in_menu.med_inmenu li a span {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 70%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav_area .m_nav,
#scl_header .m_nav {
	width: 80%;
}
.m_nav_area .h_contact,
#scl_header .h_contact {
	width: 20%;
}
.h_contact {
	font-size: 1.5vw;
}
/* メニュー */
.m_nav > li {
	margin: 0 1.5%;
}
.m_nav > li > a {
	font-size: 1.8vw;
	letter-spacing: .05em;
}
/* アコーディオンメニュー */
.in_menu {
	top: calc(100% + 10px);
	font-size: 1.8vw;
	letter-spacing: .05em;
}
.open_top .in_menu {
	bottom: calc(100% + 10px);	/*上に開くとき*/
}
/*縦メニュー*/
.in_menu.in_long a {
	padding: 1.0em 0;
}
/*診療メニュー*/
.in_menu.med_inmenu {
	width: 80vw;
	font-size: 1.8vw;
}
.in_menu.med_inmenu li a {
	height: 8.0em;
}
.in_menu.med_inmenu .com_med_icon a::before {
	top: 1.5em;
	height: 2.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_nav_area,
#scl_header {
	display: none !important;
}
}



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	transform: translateY(-100%);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}

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

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

/* スクロールメニューアニメーション */
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}



/*スマホメニュー
---------------------------------------------------------*/
#drawer-content .drawer-nav {
	background: #fff;
	padding: 10% 5% 25vw;
	text-align: left;
}
#drawer-content .drw_logo {
	width: 60%;
	margin-bottom: 10%;
}
#drawer-content .drw_menu1 {
	line-height: 1.3em;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 10%;
}
#drawer-content .drw_menu1 li {
	width: 48%;
	border-bottom: solid 1px #BDC0C4;
	margin-top: .5em;
	position: relative;
}
#drawer-content .drw_menu1 li:nth-child(-n+2) {
	margin-top: 0;
}
#drawer-content .drw_menu1 li a {
	display: block;
	height: 3.8em;
}
#drawer-content .drw_menu1 li a p {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 1.5em;
}
#drawer-content .drw_menu1 li a p::before {
	font-family: 'fontello';
	content: '\e801';
	color: #B4BBC8;
	font-size: 50%;
	position: absolute;
	left: .8em;
	top: 50%;
	transform: translateY(-50%);
}
#drawer-content .drw_medical {
	text-align: center;
	line-height: 1.3em;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 10%;
}
#drawer-content .drw_medical li {
	width: 32.2%;
	margin-right: 1.7%;
	margin-top: 6%;
}
#drawer-content .drw_medical li:nth-child(3n),
#drawer-content .drw_medical li:last-child {
	margin-right: 0;
}
#drawer-content .drw_medical li:nth-child(-n+3) {
	margin-top: 0;
}
#drawer-content .drw_medical li a {
	display: block;
	height: 7.0em;
	background: #F5F5F5;
	position: relative;
}
#drawer-content .drw_medical li a p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#drawer-content .drw_medical li[class^="icon"] a p {
	padding-top: 2.0em;
}
#drawer-content .drw_medical li[class^="icon"] a::before {
	top: 1.0em;
	height: 2.0em;
}
#drawer-content .drw_medical li.btn_type a {
	background: #697791;
	color: #fff;
}
#drawer-content .drw_medical li .com_arrow1 {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
}
#drawer-content .drw_med_btn {
	margin-bottom: 10%;
}
#drawer-content .drw_med_btn a {
	display: flex;
    justify-content: center;
    align-items: center;
	background: #697791;
	color: #fff;
	text-align: center;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .6em 0;
	border-radius: .3em;
}
#drawer-content .drw_med_btn .com_arrow1 {
	margin-left: .8em;
}
#drawer-content .drw_menu2_flex {
	display: flex;
    justify-content: center;
    align-items: center;
}
#drawer-content .drw_menu2_flex .drw_menu2 {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-right: 5%;
}
#drawer-content .drw_menu2_flex .drw_menu2 li {
	position: relative;
	padding-right: 1.2em;
	margin-right: 1.2em;
}
#drawer-content .drw_menu2_flex .drw_menu2 li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: .5em;
	background: #7B7B7B;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#drawer-content .drw_menu2_flex .drw_menu2 li:last-child {
	padding-right: 0;
	margin-right: 0;
}
#drawer-content .drw_menu2_flex .drw_menu2 li:last-child::before {
	display: none;
}
#drawer-content .drw_menu2_flex .icon-inst {
	font-size: 200%;
	color: #91959C;
}



/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img {
	width: 100%;
	height: 30vw;
	max-height: 450px;
	background-image: url("../images/access/m_img@2x.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.contentpage .m_img .m_title {
	width: 90%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	color: #fff;
}
.contentpage .m_img .m_title .ft_min {
	font-size: 265%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.contentpage .m_img .m_title .ft_ivyora {
	font-size: 135%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-top: .5em;
}
.m_img_area.no_img header .logo_type .h_txt {color: #232c3a;}
.m_img_area.no_img .m_img {background-image: none;}
.m_img_area.no_img .m_img .m_title {color: #232c3a;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage .m_img .m_title .ft_min {
	font-size: 240%;
}
.contentpage .m_img .m_title .ft_ivyora {
	font-size: 100%;
	margin-top: .2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img {
	height: 58vw;
	max-height: 100%;
}
.contentpage .m_img .m_title {
	top: 50%;
}
.contentpage .m_img .m_title .ft_min {
	font-size: 180%;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.contentpage .m_img .m_title .ft_ivyora {
	font-size: 90%;
}
.m_img_area.no_img .m_img {border-bottom: solid 1px #bebfb7;}
}



/*下層共通
---------------------------------------------------------*/
/*パンクズ*/
.pankuzu {
	width: 94%;
	margin: 60px auto 80px;
	color: #91959C;
	font-size: 85%;
	letter-spacing: .15em;
	line-height: 1.4em;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.pankuzu a {
	color: #4F5661;
	text-decoration: underline;
}
.pankuzu a:hover {
	color: #91959C;
	text-decoration: none;
}
.pankuzu li::after {
	content: "｜";
	margin: 0 .3em;
}
.pankuzu li:last-child::after {
	display: none;
}
/*ワイドイメージ*/
.com_width_img {
	width: 100%;
	height: 33vw;
	max-height: 490px;
	background-image: url("../images/access/f_img@2x.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*導入文*/
.com_intro{
	text-align: center;
	font-size: 165%;
	line-height: 1.5;
}
.com_lead {
	text-align: center;
}
.com_lead > dt {
	margin-bottom: 1.0em;
}

/*インデックス：下線*/
.com_index1 {
    text-align: center;
	font-size: 300%;
	line-height: 1.7;
	margin: 0 auto;
	margin-bottom: 120px;
	padding-bottom: 36px;
	max-width: 740px;
	border-bottom: 1px solid #d5d5d0;
	position: relative;
}
.com_index1::after{
    content:"";
	display: inline-block;
	width:140px;
	height:2px;
	background-color: #6995cb;
	position:absolute;
	left:50%;
    transform:translateX(-50%);
	bottom:-1px;
}
/*インデックス：英語+日本語*/
.com_index2{
	text-align: center;
	line-height: 1.7;
}
.com_index2 .ja{
	font-size: 300%;
	font-weight: 300;
}
.com_index2 .en{
	font-size: 113%;
	color: #326c9f;
}
/*インデックス：グレータイトルバー*/
.com_index3 {
	background: #76797f;
	text-align: center;
	color: #fff;
	font-size: min(200%,3.5vw);
	letter-spacing: .1em;
	line-height: 1.5em;
	padding: .9em 3%;
	margin-bottom: 50px;
}

/*ボックス*/
.com_frame {
	box-sizing: border-box;
	border: solid 1px #bebfb7;
}
.com_inbox {
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.com_inbox_1100 {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.com_inbox_920 {
	width: 90%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

/*リスト*/
.com_check_list {
	font-weight: bold;
	line-height: 1.8em;
}
.com_check_list > li {
	box-sizing: border-box;
	padding-left: 2.0em;
	position: relative;
	margin-top: .5em;
}
.com_check_list > li:first-child {
	margin-top: 0;
}
.com_check_list > li::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: url("../images/check1@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: .25em;
}

/*「※」メモ*/
.com_kome_txt {
	display: block;
	box-sizing: border-box;
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.9em;
	padding-left: 1.0em;
	margin-top: .5em;
	position: relative;
}
.com_kome_txt::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*パンクズ*/
.pankuzu {
	margin: 3% auto 8%;
	font-size: 80%;
	letter-spacing: .1em;
}
/*導入文*/
.com_intro{
	font-size: 140%;
}
/*インデックス：下線*/
.com_index1{
	font-size: 230%;
	margin-bottom: 80px;
}
/*インデックス：英語+日本語*/
.com_index2 .ja{
	font-size: 200%;
}
/*インデックス：グレータイトルバー*/
.com_index3 {
	margin-bottom: 5%;
}
/*ボックス*/
/*リスト*/
.com_check_list {
	line-height: 1.6em;
}
.com_check_list > li {
	padding-left: 1.8em;
}
.com_check_list > li::before {
	top: .2em;
}
/*「※」メモ*/
.com_kome_txt {
	letter-spacing: .05em;
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*パンクズ*/
.pankuzu {
	margin: 4% auto 10%;
	font-size: 70%;
	letter-spacing: normal;
}
/*ワイドイメージ*/
.com_width_img {
	height: 40vw;
	max-height: 100%;
}
/*導入文*/
.com_intro{
	font-size: 135%;
}
.com_lead {
	text-align: left;
}
.com_lead > dt {
	margin-bottom: .8em;
}
/*インデックス：下線*/
.com_index1 {
	font-size: 160%;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
/*インデックス：英語+日本語*/
.com_index2{
	margin-bottom: 6%;
}
.com_index2 .ja{
	font-size: 160%;
}
.com_index2 .en{
	font-size: 90%;
}
/*インデックス：グレータイトルバー*/
.com_index3 {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.5em;
	padding: .7em 3%;
	margin-bottom: 6%;
}
/*ボックス*/
.com_inbox_920 {
	width: 100%;
}
/*リスト*/
.com_check_list {
	line-height: 1.6em;
}
.com_check_list > li {
	padding-left: 1.6em;
}
.com_check_list > li::before {
	top: .2em;
}
}



/*カレンダー
---------------------------------------------------------*/
.com_calendar {
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 40px 3%;
	aspect-ratio: 675 / 622;
	position: relative;
}
/*▼▼▼カレンダー：準備中（不要になったらCSSをコメントアウトしてください）*/
.com_calendar::after {
	content: "イベントカレンダー準備中";
	display: block;
	text-align: center;
	color: #666;
	font-size: 15px;
	letter-spacing: .4em;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_calendar::after {font-size: 13px;}
}
/* Mobile (Portrait) */
@media only screen and (max-width: 767px) {
.com_calendar::after {font-size: 3.6vw;}
}
/*▲▲▲LINE：準備中（不要になったらCSSをコメントアウトしてください）*/

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

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



/*開閉アイコン
---------------------------------------------------------*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background: #E9EAEB;
	border-radius: 50%;
	margin-left: .5em;
	transform: translateY(-.1em);
	position: relative;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .5em;
	height: 1px;
	background: #A7ABB0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: all 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}



/*サムネイル
---------------------------------------------------------*/
.img_thum {
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 400 / 220;
}
.img_thum span {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
li:hover .img_thum span {
	transition: all 0.4s ease-out;
	transform: scale(1.2);
}
.img_thum img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/*疾患・治療法：よくある質問
---------------------------------------------------------*/
.com_qa {
	border-top: solid 1px #868b93;
}
.com_qa:last-of-type {
	border-bottom: solid 1px #868b93;
}
.com_qa > dt,
.com_qa > dd {
	padding: 1.6em 5.0em 1.6em 10%;
	position: relative;
}
.com_qa > dt::before,
.com_qa > dd::before {
	content: "Q";
	display: block;
	font-family: ivyora-display, serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	font-size: min(265%,3.5vw);
	letter-spacing: normal;
	line-height: 1.0em;
	position: absolute;
	left: 1.0em;
}
.com_qa > dt::before {
	color: #76797f;
	top: 50%;
	transform: translateY(-50%);
}
.com_qa > dd::before {
	content: "A";
	color: #9fa1a5;
	top: 0;
}
.com_qa > dt p {
	font-size: 145%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.com_qa > dd {
	padding-top: 0;
}
.com_qa .open_btn {
	cursor: pointer;
}
.com_qa .open_btn .icon_open {
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 110%;
	background: transparent;
	margin: 0;
	opacity: 0.7;
}
.com_qa .open_btn .icon_open::before,
.com_qa .open_btn .icon_open::after {
	width: 100%;
	height: 2px;
	background: #868b93;
}
.com_qa .oepn_box {
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_qa > dt,
.com_qa > dd {
	padding: 1.6em 5.0em 1.6em 10%;
}
.com_qa > dt::before,
.com_qa > dd::before {
	font-size: 4.0vw;
	left: .6em;
}
.com_qa > dt p {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.5em;
}
.com_qa > dd {
	padding-top: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_qa > dt,
.com_qa > dd {
	padding: 1.0em 1.5em 1.0em 10%;
	position: relative;
}
.com_qa > dt::before,
.com_qa > dd::before {
	font-size: 150%;
	left: 0;
}
.com_qa > dt p {
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.4em;
}
.com_qa > dd {
	padding-top: 0;
}
.com_qa .open_btn .icon_open {
	right: 0;
	font-size: 80%;
}
}



/*f_medical
---------------------------------------------------------*/
.f_medical {
	background: #fff;
	padding: 120px 0;
}
.f_medical .w1400 {
	text-align: center;
}
.f_medical .f_med_index {
	font-size: 135%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 60px;
}
.f_medical .f_med_list {
	/*width: 100%;
	max-width: 1252px;
	margin-left: auto;
	margin-right: auto;*/
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	font-size: min(145%,2.2vw);
	letter-spacing: .1em;
	line-height: 1.3em;
}
.f_medical .f_med_list li {
	width: 13.3%;
	margin-right: 1.15%;
	margin-top: 60px;
}
.f_medical .f_med_list li:nth-child(7n),
.f_medical .f_med_list li:last-child {
	margin-right: 0;
}
.f_medical .f_med_list li:nth-child(-n+7) {
	margin-top: 0;
}
.f_medical .f_med_list li a {
	display: block;
	border: solid 1px #bdc0c4;
	border-radius: 5px;
	height: 6.5em;
	position: relative;
}
.f_medical .f_med_list li p {
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
}
.f_medical .f_med_list li .com_arrow1 {
	font-size: 65%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
}
.f_medical .f_med_list li a::before {
	content: "";
	position: absolute;
	z-index: 0;
	margin: auto;
	left: 0;
	right: 0;
	top: -.5em;
	width: 60%;
	height: 2.1em;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_medical {
	padding: 6% 0 8%;
}
.f_medical .f_med_index {
	font-size: 120%;
	margin-bottom: 5%;
}
.f_medical .f_med_list {
	letter-spacing: .05em;
}
.f_medical .f_med_list li {
	margin-top: 6%;
}
.f_medical .f_med_list li a {
	height: 5.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_medical {
	padding: 10% 0 12%;
}
.f_medical .f_med_index {
	font-size: 110%;
	margin-bottom: 10%;
}
.f_medical .f_med_list {
	width: 106%;
	margin-left: -3%;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.f_medical .f_med_list li {
	width: 23.8%;
	margin-right: 1.6% !important;
	margin-top: 10% !important;
}
.f_medical .f_med_list li:nth-child(4n),
.f_medical .f_med_list li:last-child {
	margin-right: 0 !important;
}
.f_medical .f_med_list li:nth-child(-n+4) {
	margin-top: 0 !important;
}
.f_medical .f_med_list li a {
	height: 5.5em;
}
}



/*footer
---------------------------------------------------------*/
footer .f_bg1,
footer .f_map_box,
footer .f_bg2 {
	position: relative;
	z-index: 9;
}

footer .f_txt_hatsunetsu {
	margin-top: 1.5em;
	display: inline-block;
	line-height: 1.6em;
	padding-left: 1.2em;
	position: relative;
}
footer .f_txt_hatsunetsu span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
footer .f_line {
	max-width: 100%;
	margin: 0;
	position: relative;
}
footer .f_line a {
	background: transparent;
	border-color: #4A4F54;
}
footer .f_line a:hover {
	background: #4A4F54;
}
footer .f_line p {
	padding-left: 3.0em;
	position: relative;
}
footer .f_line p::before {
	content: "";
	position: absolute;
	width: 2.0em;
	height: 2.0em;
	background: url("../images/icon_line@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
footer .f_line i {
	font-size: 90%;
}
/*▼▼▼LINE：準備中（不要になったらCSSをコメントアウトしてください）*/
footer .f_line::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
}
footer .f_line::after {
	content: "準備中";
	display: block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	letter-spacing: .4em;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_line::after {font-size: 13px;}
}
/* Mobile (Portrait) */
@media only screen and (max-width: 767px) {
footer .f_line::after {font-size: 3.6vw;}
}
/*▲▲▲LINE：準備中（不要になったらCSSをコメントアウトしてください）*/

footer .f_pay .com_btn1 {
	line-height: 1.6em;
	padding-left: 1.2em;
	position: relative;
}
footer .f_pay .com_btn1 a {
	padding-right: 2.0em;
}
footer .f_pay .com_btn1 .com_arrow1 {
	font-size: 60%;
}
footer .f_pay .com_btn1::before {
	content: "";
	position: absolute;
	width: 1.0em;
	height: 1px;
	background: #fff;
	opacity: 0.7;
	left: 0;
	top: .7em;
}
footer .f_pay .com_btn1 {
	margin-top: 2.0em;
}

.contentpage footer {
	background: #2A3036;
	color: #fff;
}
.contentpage footer .f_bg1 {
	padding: 120px 0 60px;
}
.contentpage footer .f_bg1 .f_flex1 {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.contentpage footer .f_bg1 .f_flex1 .box_l {
	width: 21%;
}
.contentpage footer .f_bg1 .f_flex1 .box_c {
	width: 45%;
	max-width: 550px;
}
.contentpage footer .f_bg1 .f_flex1 .box_r {
	width: 30%;
	max-width: 360px;
}
.contentpage footer .f_time_txt > dt {
	font-size: 115%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.contentpage footer .f_time_txt > dd {
	line-height: 1.4em;
}
.contentpage footer .f_time_txt > dd p {
	margin-top: .6em;
}
.contentpage footer .f_time_txt > dd .burette {
	letter-spacing: .05em;
	padding-left: 1.0em;
	position: relative;
}
.contentpage footer .f_time_txt > dd .burette::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.contentpage footer .f_contact {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.contentpage footer .f_contact .com_tel {
	font-size: min(255%,3.0vw);
}
.contentpage footer .f_contact .com_web1 {
	width: 42%;
}
.contentpage footer .f_contact .com_web1 a {
	font-size: min(165%,2.2vw);
}
.contentpage footer .f_txt_hatsunetsu {
	margin-top: 1.5em;
}
.contentpage footer .f_line a {
	font-size: min(110%,1.4vw);
	letter-spacing: .1em;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}
.contentpage footer .f_pay .com_btn1 {
	font-size: 105%;
	letter-spacing: .1em;
}

.contentpage footer .f_bg2 {
	padding-bottom: 120px;
}
.contentpage footer .f_bg2 .f_flex1 {
	border-top: solid 1px #55595E;
	padding-top: 60px;
}

footer .f_bg2 .f_flex1 {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .f_bg2 .f_flex1 > div {
	width: 50%;
}
footer .f_bg2 .f_clinic dt {
	width: 65%;
	max-width: 250px;
}
footer .f_bg2 .f_clinic dt span {
	display: block;
}
.contentpage footer .f_bg2 .f_clinic dt span.color_b {
	display: none;
}
footer .f_bg2 .f_clinic .f_txt1 {
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-top: 1.5em;
	display: flex;
    flex-wrap: wrap;
}
footer .f_bg2 .f_clinic .f_txt1 address {
	margin-right: .5em;
}
footer .f_bg2 .f_clinic .f_txt1 .ft_ivyora {
	color: #91959C;
	font-size: 105%;
	letter-spacing: .1em;
}
footer .f_bg2 .f_clinic .f_txt1 .ft_ivyora a {
	display: inline-block;
	position: relative;
}
footer .f_bg2 .f_clinic .f_txt1 .ft_ivyora a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #91959C;
	opacity: 0.5;
	left: 0;
	bottom: 0;
}
footer .f_bg2 .f_clinic .f_txt1 .ft_ivyora a:hover {
	color: #4F5661;
}
footer .f_bg2 .f_clinic .f_txt2 ul {
	margin-top: .5em;
	display: flex;
    flex-wrap: wrap;
}
footer .f_bg2 .f_clinic .f_txt2 ul li {
	padding-left: 1.0em;
	position: relative;
	margin-right: 1.5em;
}
footer .f_bg2 .f_clinic .f_txt2 ul li::before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
footer .f_bg2 .f_menu {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.6em;
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .f_bg2 .f_menu ul {
	margin-left: 5%;
}
footer .f_bg2 .f_menu ul:first-child {
	margin-left: 0;
}
footer .f_bg2 .f_menu ul li {
	margin-top: 1.0em;
}
footer .f_bg2 .f_menu ul li:first-child {
	margin-top: 0;
}
footer .f_bg2 .f_menu ul a {
	display: block;
	padding-left: .8em;
	position: relative;
}
footer .f_bg2 .f_menu ul a:hover {
	color: #91959C;
}
footer .f_bg2 .f_menu ul a::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
footer .f_bg2 .copyright {
	margin-top: 40px;
	display: flex;
    align-items: center;
	color: #91959C;
}
footer .f_bg2 .copyright .f_inst {
	font-size: 200%;
	margin-right: .5em;
}
footer .f_bg2 .copyright .f_inst a:hover {
	color: #4F5661;
}
footer .f_bg2 .copyright .ft_ivyora {
	font-size: 110%;
	letter-spacing: .2em;
	line-height: 1.4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_pay .com_btn1 {
	padding-left: 0;
}
footer .f_pay .com_btn1::before {
	display: none;
}
	
.contentpage footer .f_bg1 {
	padding: 8% 0 6%;
}
.contentpage footer .f_bg1 .f_flex1 .box_l {
	width: 25%;
}
.contentpage footer .f_bg1 .f_flex1 .box_c {
	width: 32%;
}
.contentpage footer .f_bg1 .f_flex1 .box_r {
	width: 38%;
}
.contentpage footer .f_time_txt > dd {
	font-size: 90%;
}
.contentpage footer .f_contact {
	display: block;
}
.contentpage footer .f_contact .com_tel {
	text-align: center;
	font-size: 3.8vw;
	margin-bottom: .5em;
}
.contentpage footer .f_contact .com_web1 {
	width: 100%;
}
.contentpage footer .f_contact .com_web1 a {
	font-size: 2.5vw;
}
.contentpage footer .f_txt_hatsunetsu {
	font-size: 90%;
}
.contentpage footer .f_line a {
	font-size: 2.0vw;
	letter-spacing: .05em;
	padding-left: 1.0em;
}

.contentpage footer .f_bg2 {
	padding-bottom: 6%;
}
.contentpage footer .f_bg2 .f_flex1 {
	padding-top: 6%;
}

footer .f_bg2 .f_flex1 .box_l {
	width: 45%;
}
footer .f_bg2 .f_flex1 .box_r {
	width: 55%;
}
footer .f_bg2 .f_clinic .f_txt1 {
	letter-spacing: .05em;
	margin-top: 1.0em;
}
footer .f_bg2 .f_menu {
	font-size: 90%;
	letter-spacing: normal;
}
footer .f_bg2 .f_menu ul {
	margin-left: 8%;
}
footer .f_bg2 .f_menu ul a {
	padding-left: .8em;
}
footer .f_bg2 .copyright {
	margin-top: 6%;
	font-size: 90%;
}
footer .f_bg2 .copyright .ft_ivyora {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_contact .com_tel {
	font-size: 220% !important;
}
footer .f_contact .com_tel > span {
	margin-left: -.4em !important;
}
footer .f_contact .com_web1 {
	margin-top: 4% !important;
}
footer .f_contact .com_web1 a {
	font-size: 160% !important;
	width: 9.6em;
	margin: 0 auto;
}
footer .f_txt_hatsunetsu {
	margin-top: 1.0em !important;
	padding-left: 0;
}
footer .f_txt_hatsunetsu span {
	position: static;
	display: inline-block;
}

footer .f_line a {
	font-size: 120% !important;
	letter-spacing: .05em !important;
}
footer .f_line p {
	padding-left: 2.7em;
}
footer .f_pay .com_btn1 {
	padding-left: 0;
	font-size: 110% !important;
	letter-spacing: normal !important;
}
footer .f_pay .com_btn1::before {
	display: none;
}

.contentpage footer .f_bg1 {
	padding: 10% 0 8%;
}
.contentpage footer .f_bg1 .f_flex1 {
	display: block;
}
.contentpage footer .f_bg1 .f_flex1 .box_l {
	width: 100%;
	padding-bottom: 8%;
	border-bottom: solid 1px #55595E;
	margin-bottom: 8%;
}
.contentpage footer .f_bg1 .f_flex1 .box_c {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
	text-align: center;
}
.contentpage footer .f_bg1 .f_flex1 .box_r {
	width: 100%;
	max-width: 100%;
}
.contentpage footer .f_time_txt {
	text-align: center;
}
.contentpage footer .f_time_txt > dt {
	font-size: 115%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.contentpage footer .f_time_txt > dd p {
	margin-top: .2em;
}
.contentpage footer .f_time_txt > dd .burette {
	padding-left: 0;
}
.contentpage footer .f_time_txt > dd .burette::before {
	display: none;
}
.contentpage footer .f_contact {
	display: block;
}
.contentpage footer .f_contact .com_web1 {
	width: 100%;
}

.contentpage footer .f_bg2 .f_flex1 {
	padding-top: 8%;
}

footer .f_bg2 {
	padding-bottom: 25vw !important;
}
footer .f_bg2 .f_flex1 {
	display: block;
}
footer .f_bg2 .f_flex1 > div {
	width: 100%;
}
footer .f_bg2 .f_flex1 .box_l {
	margin-bottom: 8%;
}
footer .f_bg2 .f_clinic {
	line-height: 1.6em;
}
footer .f_bg2 .f_clinic dt {
	width: 55%;
}
footer .f_bg2 .f_clinic .f_txt1 {
	font-size: 110%;
	letter-spacing: .05em;
	margin-top: 1.0em;
	display: block;
}
footer .f_bg2 .f_clinic .f_txt1 address {
	margin-right: 0;
}
footer .f_bg2 .f_clinic .f_txt2 ul {
	margin-top: 1.0em;
}
footer .f_bg2 .f_site_btn {
	text-align: center;
	color: #636973;
	font-size: 100%;
	letter-spacing: .3em;
	line-height: 1.0em;
	background: #E9EAEB;
	padding: 1.0em 0;
	position: relative;
}
footer .f_bg2 .f_site_btn .icon_open {
	background: transparent;
	margin-left: 0;
	position: absolute;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
}
footer .f_bg2 .f_site_btn .icon_open::before,
footer .f_bg2 .f_site_btn .icon_open::after {
	width: .8em;
	height: 2px;
}
footer .f_bg2 .f_open_box {
	display: none;
}
footer .f_bg2 .f_menu {
	font-size: 95%;
	letter-spacing: .05em;
	display: block;
}
footer .f_bg2 .f_menu ul {
	padding: 0 5% 1.5em;
	border-bottom: solid 1px #9CA0A6;
	margin: 0 0 .5em;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .f_bg2 .f_menu ul li {
	margin-top: 1.0em !important;
	width: 49%;
}
footer .f_bg2 .f_menu ul a {
	padding-left: .8em;
}
footer .f_bg2 .copyright {
	margin-top: 8%;
}
footer .f_bg2 .copyright .f_inst {
	font-size: 160%;
}
footer .f_bg2 .copyright .ft_ivyora {
	font-size: 100%;
	letter-spacing: .1em;
}
}



/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}

#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 400;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 105%;
	letter-spacing: .15em;
	line-height: 1.0em;
}
#sp_footer ul {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 15px;
	display: flex;
    justify-content: space-between;
}
#sp_footer li {
	width: 49.5%;
	position: relative;
}
#sp_footer li.f_sp_tel {
	background: #161D23;
}
#sp_footer li.f_sp_web a {
	background: #41474C;
}
#sp_footer li.f_sp_tel,
#sp_footer li.f_sp_web a {
	display: block;
	padding: 1.2em 0;
	border-radius: .3em;
}
#sp_footer li i {
	opacity: 0.8;
	margin-right: .3em;
}



/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
}