@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: #138575;
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 1.8em;
	padding:0;
	margin:0;
	background:#fff;
	-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 {
	font-size: 15px;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 3.8vw;
	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;
}
.w1340 {
	width: 94%;
	padding: 0 3%;
	max-width: 1340px;
	margin: 0 auto;
	text-align: left;
}
.w1300 {
	width: 94%;
	padding: 0 3%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
}
.w1260 {
	width: 94%;
	padding: 0 3%;
	max-width: 1260px;
	margin: 0 auto;
	text-align: left;
}
.w1220 {
	width: 94%;
	padding: 0 3%;
	max-width: 1220px;
	margin: 0 auto;
	text-align: left;
}
.w1200 {
	width: 94%;
	padding: 0 3%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.w1140 {
	width: 94%;
	padding: 0 3%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
}
/*スマホ時は隙間を広くする*/
.ft_min {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
}
.ft_aboreto {
	font-family: "aboreto", serif;
	font-weight: 400;
	font-style: normal;
}
.fs19 {
	font-size: 105%;
	letter-spacing: .14em;
	line-height: 2.0em;
}
.fs16 {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.fs15 {
	font-size: 84%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.red, .red a {color: #C1272D;}
.green, .green a {color: #138575;}

.com_txt_link {
	text-decoration: underline;
}
.com_txt_link:hover {
	text-decoration: none;
	color: #9C9999;
}

/*その場でフェードしながら出てくる*/
.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;}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,
.w1400,
.w1340,
.w1300,
.w1260,
.w1220,
.w1200,
.w1140 {
	width: 90%;
	padding: 0 5%;
}
.fs19 {
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 2.0em;
}
.fs16 {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.fs15 {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.6em;
}
}



/*下層共通
---------------------------------------------------------*/
/*隙間*/
.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%;
}
}

/*回転アニメーション
---------------------------------------------------------*/
@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}



/*全体共通
---------------------------------------------------------*/
#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_mesh_bg {
background-color:hsla(0,0%,100%,1);
background-image:
	
radial-gradient(at 0% 20%, #74b6ad 0px, transparent 50%),
radial-gradient(at 30% 60%, #098576 0px, transparent 70%),
radial-gradient(at 70% 30%, #598779 0px, transparent 70%),
radial-gradient(at 100% 80%, #74b6ad 0px, transparent 50%),
	
radial-gradient(at 0% 0%, #6fb3aa 0px, transparent 50%),
radial-gradient(at 20% 0%, #59aba1 0px, transparent 50%),
radial-gradient(at 70% 0%, #59aba1 0px, transparent 50%),
radial-gradient(at 100% 0%, #74b6ad 0px, transparent 50%),
	
radial-gradient(at 0% 100%, #74b6ad 0px, transparent 50%),	
radial-gradient(at 20% 100%, #59aba1 0%, transparent 50%),
radial-gradient(at 70% 100%, #59aba1 0px, transparent 50%),
radial-gradient(at 100% 100%, #6fb3aa 0px, transparent 50%);
}

.com_bg1 {background: #F3FAFA;}

/*お問い合わせ系パーツ*/
.com_contact {
	margin-top: 40px;
	width: 70vw;
	max-width: 670px;
	display: flex;
    justify-content: space-between;
	text-align: center;
	font-size: min(105%,1.8vw);
	letter-spacing: normal;
	line-height: 1.4em;
}
.com_contact > div {
	width: 49%;
	max-width: 320px;
	box-sizing: border-box;
}
.com_web a {
	display: block;
	color: #fff;
	background: rgba(19,133,117,1.0);
	border: solid 1px #fff;
}
.com_web a:hover {
	background: rgba(60,171,155,1.0);
}
.com_tel {
	color: #138575;
	background: #fff;
	border: solid 1px #138575;
}
.com_web a,
.com_tel {
	border-radius: .8em;
	position: relative;
	padding: 1.6em .5em;
	overflow: hidden;
}
.com_web a::before,
.com_tel::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background: #fff;
	left: 30px;
	top: 0;
	transform-origin: right top;
	transform: rotate(45deg);
	opacity: 0.7;
}
.com_tel::before {
	background: #138575;
}
.com_web .ft_min,
.com_tel .ft_min {
	margin-bottom: .5em;
}

/*矢印*/
.com_arrow1,
.com_arrow2 {	/*com_arrow2：輪郭線のアニメーション無し*/
	font-size: 24px;
	display: block;
	width: 1.0em;
	height: 1.0em;
	line-height: 1.0em;
	border-radius: 50%;
	background: #fff;
	position: relative;
}
.com_arrow1::before,
.com_arrow2::before {
	font-family: 'fontello';
	content: '\e800';
	color: #138575;
	position: absolute;
	left: 0;
	top: 0;
}
.com_arrow1::after,
.com_arrow2::after {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: solid 1px #138575;
	transition: all 0.6s ease-out;
}
.com_arrow1.bord_w::after,
.com_arrow2.bord_w::after {
	border-color: #fff;
}
a:hover .com_arrow1::after,
.com_hov:hover .com_arrow1::after {
	transition-duration: 0.3s;
	width: 130%;
	height: 130%;
}

/*リンクボタン*/
.com_link1 a {
	display: inline-block;
	color: #138575;
	font-size: 85%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-right: 35px;
	position: relative;
}
.com_link1 a .com_arrow1,
.com_link1 a .com_arrow2 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*リスト*/
.com_list1 > li {
	box-sizing: border-box;
	padding-left: 1.6em;
	position: relative;
	margin-top: .5em;
}
.com_list1 > li:first-child {	
	margin-top: 0;
}
.com_list1 > li::before {
	content: "";
	position: absolute;
	width: .8em;
	height: .8em;
	border-radius: 50%;
	background: #138575;
	opacity: 0.3;
	left: 0;
	top: .4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*お問い合わせ系パーツ*/
.com_contact {
	margin-top: 4vw;
}

/*矢印*/
.com_arrow1,
.com_arrow2 {	/*com_arrow2：輪郭線のアニメーション無し*/
	font-size: 20px;
}

/*リンクボタン*/
.com_link1 a {
	font-size: 90%;
	letter-spacing: .1em;
	padding-right: 28px;
}

/*リスト*/
.com_list1 > li {	
	padding-left: 1.2em;
}
.com_list1 > li::before {
	top: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*お問い合わせ系パーツ*/
.com_contact {
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
	width: 70vw !important;
	max-width: 100%;
	display: block;
	font-size: 100%;
	letter-spacing: .05em;
}
.com_contact > div {
	width: 100%;
	max-width: 100%;
	margin-bottom: 3%;
}
.com_contact > div:last-child {
	margin-bottom: 0;
}
.com_web a,
.com_tel {
	padding: 1.4em .5em 1.2em;
}
.com_web .ft_min,
.com_tel .ft_min {
	margin-bottom: .3em;
}

/*矢印*/
.com_arrow1,
.com_arrow2 {	/*com_arrow2：輪郭線のアニメーション無し*/
	font-size: 5.2vw;
}
/*リンクボタン*/
.com_link1 a {
	font-size: 95%;
	letter-spacing: .1em;
	padding-right: 6.8vw;
}

/*リスト*/
.com_list1 > li {	
	padding-left: 1.2em;
}
.com_list1 > li::before {
	top: .5em;
}
}



/*header
---------------------------------------------------------*/
header {
	width: 100%;
	position: relative;
}

header .h_logo {
	width: 40%;
	max-width: 430px;
	position: absolute;
	z-index: 0;
	left: 4%;
	top: 50%;
	transform: translateY(-60%);
}

header .h_contact {
	width: 40%;
	max-width: 565px;
	margin-left: auto;
	margin-right: 0;
	display: flex;
    justify-content: space-between;
	text-align: center;
	position: relative;
}
header .h_contact > div {
	position: relative;
	z-index: 1;
	width: 50%;
	box-sizing: border-box;
}
header .h_contact .h_web {
	position: relative;
}
header .h_contact .h_web::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 150%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(19,133,117,1.0);
	left: 0;
	top: 0;
	transition: background 0.4s;
}
header .h_contact .h_web:hover::before {
	background: rgba(60,171,155,1.0);
}
header .h_contact .h_tel {
	background: #fff;
}
header .h_contact .h_web::before,
header .h_contact .h_tel {
	border-left: solid 1px #138575;
	border-bottom: solid 1px #138575;
	border-bottom-left-radius: 1.0em;
}
header .h_contact .h_web a,
header .h_contact .h_tel {
	display: block;
	padding: 1.0em .8em;
	position: relative;
	z-index: 1;
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
header .h_logo {
	left: 3%;
	width: 65vh;
	max-width: 430px;
}
header .h_contact {
	width: 75vh;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header .h_logo {
	left: 3%;
	top: 15%;
	transform: none;
}
header .h_contact {
	width: 45%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	box-sizing: border-box;
	padding: 4% 5%;
}
header .h_logo {
	width: 75%;
	max-width: 100%;
	position: static;
	transform: none;
}
header .h_contact {
	display: none;
}
}



/*メニュー
---------------------------------------------------------*/
.m_nav {
	display: flex;
    align-items: center;
}
.m_nav > li {
	margin: 0 1%;
	position: relative;
}
.m_nav > li > a {
	display: block;
	font-size: min(90%,1.4vw);
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.4em;
	padding: 1.0em 0;
	position: relative;
}
.m_nav > li > a::before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #BFE3CA;
	border: solid 1px #138575;
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: calc(50% + 1.0em);
	transition: all 0.4s;
	opacity: 0;
}
.m_nav > li > a:hover {
	color: #9cd6cd;
}
.m_nav > li > a.select::before {
	opacity: 1;
}

.m_nav_area {
	padding-right: 1.5%;
}
.m_nav_area .m_nav {
    justify-content: flex-end;
	padding: 1.0em 0 .6em;
}

/* アコーディオンメニュー */
.in_menu {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 100%;
	background: #9C9999;
	text-align: left;
	font-size: min(80%,1.4vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	border-radius: 1.5em;
}
.in_menu a {
	color: #fff;
	display: block;
	padding: .5em 0;
	padding-left: 1.2em;
	position: relative;
}
.in_menu a::before {
	content: "";
	position: absolute;
	width: .5em;
	height: 1px;
	background: #fff;
	left: 0;
	top: 1.1em;
	transform-origin: right center;
	transition: all 0.4s ease-out;
}
.in_menu a:hover {
	color: #ccc;
}
.in_menu a:hover::before {
	transition-duration: 0.2s;
	/*transform: scale(2.5,1.0);*/
	background: #ccc;
}
/*縦メニュー*/
.in_menu.in_long {
	width: 12em;
	padding: 1.5em 1.5em;
	transform: translateX(-5em);
}
/*疾患・症状メニュー*/
.in_menu.sym_inmenu {
	width: 70vw;
	max-width: 700px;
	transform: translateX(-15em);
}
.in_menu.sym_inmenu ul {
	display: flex;
    flex-wrap: wrap;
}
.in_menu.sym_inmenu li {
	width: 31%;
	margin-right: 3.5%;
}
.in_menu.sym_inmenu li:nth-child(3n),
.in_menu.sym_inmenu li:last-child {
	margin-right: 0;
}
.in_menu.sym_inmenu li:nth-child(-n+3) {
	margin-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav > li {
	margin: 0 1.2%;
}
.m_nav > li > a {
	font-size: min(95%,1.6vw);
	letter-spacing: .1em;
}
/* アコーディオンメニュー */
.in_menu {
	font-size: min(85%,1.5vw);
	letter-spacing: .1em;
}
}

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



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #138575;
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_flex .scl_nav_area {
	width: 76%;
	box-sizing: border-box;
	padding: 0 3.5%;
	padding-right: 0;
}
#scl_header .scl_flex .scl_contact {
	width: 24%;
	max-width: 300px;
	box-sizing: border-box;
	border-left: solid 1px #138575;
}

#scl_header .scl_contact .scl_web a,
#scl_header .scl_contact .scl_tel {
	padding: 2.5% 5%;
}
#scl_header .scl_contact .scl_web a {
	display: block;
	background: rgba(19,133,117,1.0);
}
#scl_header .scl_contact .scl_web a:hover {
	background: rgba(60,171,155,1.0);
}

/*疾患・症状メニュー*/
#scl_header .in_menu.sym_inmenu {
	transform: translateX(-10em);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .scl_flex .scl_nav_area {
	width: 76%;
	padding: 0 2%;
}
#scl_header .m_nav > li {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
}

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

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



/*スマホメニュー
---------------------------------------------------------*/
#drawer-content .drw_header {
	width: 100%;
	box-sizing: border-box;
	padding: 4% 5%;
}
#drawer-content .drw_header .drw_logo {
	width: 75%;
	max-width: 100%;
	position: static;
	transform: none;
}
#drawer-content .drawer-nav {
	padding: 5% 5% 10%;
	text-align: center;
}
#drawer-content .drw_menu {
	text-align: left;
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.4em;
}
#drawer-content .drw_menu > li {
	border-bottom: solid 1px #138575;
}
#drawer-content .drw_menu > li > a,
#drawer-content .drw_menu > li > p {
	display: block;
	padding: 1.0em 1.0em;
	position: relative;
}
#drawer-content .drw_menu > li > a::before,
#drawer-content .drw_menu > li > p::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 130%;
	font-weight: normal;
	position: absolute;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.85;
}
#drawer-content .drw_menu > li > p.open_btn::before {
	transform: translateY(-50%) rotate(90deg);
}
#drawer-content .drw_menu > li > p.open_btn.active::before {
	transform: translateY(-50%) rotate(-90deg);
}
#drawer-content .drw_inmenu {
	padding: 0 3%;
	font-size: 95%;
	display: none;
}
#drawer-content .drw_inmenu > li {
	margin-bottom: 3px;
}
#drawer-content .drw_inmenu > li:last-child {
	margin-bottom: 1.0em;
}
#drawer-content .drw_inmenu > li > a {
	display: block;
	background: #f3fafa;
	padding: .8em 1.2em;
	border-radius: .5em;
}
#drawer-content .drw_time {
	margin-top: 6%;
}
#drawer-content .drawer-hamburger.btn_close {
	margin: 8% auto 0;
}



/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img {
	width: 100%;
	height: 20vw;
	max-height: 300px;
	background: #7dba90;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.contentpage .m_img .m_title {
	position: absolute;
	z-index: 1;
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contentpage .m_img .m_title .ft_min {
	color: #fff;
	font-size: min(245%,4.0vw);
	letter-spacing: normal;
	line-height: 1.6em;
}
.contentpage .m_img .m_rotate_obj {
	position: absolute;
	z-index: 0;
	width: 24%;
	max-width: 280px;
	opacity: 0.2;
	right: 4%;
	bottom: 0;
	transform: translateY(10%);
}
.contentpage .m_img .m_rotate_obj span {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: url("../images/m_obj@2x.png") no-repeat center center;
	background-size: contain;
	animation: rotate 80s infinite linear;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img {
	height: 35vw;
	max-height: 100%;
}
.contentpage .m_img .m_title .ft_min {
	font-size: 160%;
	line-height: 1.4em;
}
.contentpage .m_img .m_rotate_obj {
	width: 35%;
	right: 2%;
}
}



/*下層共通
---------------------------------------------------------*/
.contentpage #pagebody {
	color: #333333;
}

/*パンクズ*/
.pankuzu {
	width: 90%;
	margin: 30px auto 80px;
	color: #138575;
	font-size: 70%;
	letter-spacing: .1em;
	line-height: 1.4em;
	display: flex;
    flex-wrap: wrap;
}
.pankuzu a {
	text-decoration: underline;
}
.pankuzu a:hover {
	color: #aaa;
	text-decoration: none;
}
.pankuzu li::after {
	content: "＞";
	margin: 0 .5em;
}
.pankuzu li:last-child::after {
	display: none;
}
/*インデックス*/
.com_index1 {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	background: #138575;
	text-align: center;
	color: #fff;
	font-size: min(190%,3.2vw);
	letter-spacing: normal;
	line-height: 1.5em;
	padding: .9em 3%;
	border-radius: .9em;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.com_index1::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	background: #fff;
	left: 55px;
	top: 0;
	transform-origin: right top;
	transform: rotate(45deg);
	opacity: 0.7;
}

.com_index2 {
	border-top: solid 1px #138575;
	border-bottom: solid 1px #138575;
	font-family: "ten-mincho-text", serif;
	font-weight: 400 !important;
	font-style: normal;
	text-align: center;
	color: #138575;
	font-size: min(165%,3.0vw);
	line-height: 1.4em;
	padding: .9em 3%;
	margin-bottom: 60px;
}

.com_index3 {
	text-align: center;
	margin-bottom: 100px;
}
.com_index3 .ft_aboreto {
	font-size: min(500%,7.5vw);
	letter-spacing: normal;
	line-height: 1.2em;
}
.com_index3 .ft_min {
	font-size: 115%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.com_index3 .ft_aboreto + .ft_min {
	margin-top: .2em;
}
/*ボックス*/
.com_inbox {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*パンクズ*/
.pankuzu {
	margin: 2% auto 8%;
	font-size: 75%;
	letter-spacing: .05em;
}
/*インデックス*/
.com_index1 {
	font-size: 3.4vw;
	margin-bottom: 5%;
}
.com_index1::before {
	height: 80px;
	left: 40px;
}
.com_index2 {
	margin-bottom: 5%;
}
.com_index3 {
	margin-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*パンクズ*/
.pankuzu {
	margin: 3% auto 8%;
	letter-spacing: normal;
}
/*インデックス*/
.com_index1 {
	font-size: 150%;
	line-height: 1.4em;
	padding: .8em 3%;
	border-radius: .6em;
	margin-bottom: 7%;
}
.com_index1::before {
	left: 40px;
}
.com_index2 {
	font-size: 140%;
	padding: .7em 2%;
	margin-bottom: 6%;
}
.com_index3 {
	margin-bottom: 10%;
}
.com_index3 .ft_aboreto {
	font-size: 300%;
}
.com_index3 .ft_min {
	font-size: 105%;
	letter-spacing: .1em;
}
/*ボックス*/
}



/*診療時間
---------------------------------------------------------*/
.com_timetable {
	width: 100%;
	font-size: 100%;
	line-height: 1.6em;
}
.com_timetable .time_bg {
	background: rgba(148,196,152,0.1);
	padding: 1.2em 7% 1.5em;
	border-radius: 1.5em;
	color: #138575;
	font-size: min(116%,1.6vw);	/*曜日のサイズに揃える*/
}
.com_timetable table {
	width: 100%;
}
.com_timetable table th,
.com_timetable table td {
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
}
.com_timetable table thead th,
.com_timetable table thead td {
	font-family: "ten-mincho-text", serif;
	font-style: normal;
	letter-spacing: .1em;
	padding: .9em 0;
}
.com_timetable table thead th {
	text-align: left;
}
.com_timetable table tbody th {
	text-align: right;
	font-family: "aboreto", serif;
	font-style: normal;
	font-size: 110%;
	letter-spacing: .14em;
	font-feature-settings: "halt";
	padding: .3em 0;
}
.com_timetable table tbody th span {
	margin: 0 .3em;
}
.com_timetable table tbody td {
	font-size: 70%;
	letter-spacing: normal;
}
.com_timetable table tbody td p {
	font-size: 75%;
	letter-spacing: normal;
	line-height: 1.0em;
	white-space: nowrap;
}
.com_timetable table tbody th {
	width: 32.2%;
}
.com_timetable table tbody td {
	width: 8.0%;
}
.com_timetable table tbody td.col_width1 {
	width: 10%;
}
.com_timetable table tbody td.col_width2 {
	width: 12.8%;
}
.com_timetable table tbody td.space {
	width: 5.0%;
}

.com_timetable .time_txt {
	margin-top: 1.0em;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.com_timetable .time_txt p {
	margin: 0 .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_timetable .time_bg {
	padding: 1.2em 5% 1.5em;
	font-size: 1.8vw;	/*曜日のサイズに揃える*/
}
.com_timetable table thead td {
	letter-spacing: normal;
}
.com_timetable table tbody td p {
	font-size: 80%;
}
.com_timetable table tbody th {
	width: 32.2%;
}
.com_timetable table tbody td {
	width: 8.0%;
}
.com_timetable table tbody td.col_width1 {
	width: 10%;
}
.com_timetable table tbody td.col_width2 {
	width: 14.8%;
}
.com_timetable table tbody td.space {
	width: 3.0%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_timetable .time_bg {
	padding: 1.2em 3% 1.2em;
	font-size: 95%;	/*曜日のサイズに揃える*/
}
.com_timetable table thead th,
.com_timetable table thead td {
	padding: .5em 0;
}
.com_timetable table thead td {
	letter-spacing: normal;
}
.com_timetable table thead th {
	text-align: center;
}
.com_timetable table tbody th {
	letter-spacing: .05em;
}
.com_timetable table tbody td p {
	font-size: 80%;
}
.com_timetable table tbody th {
	width: 32.2%;
}
.com_timetable table tbody td {
	width: 8.0%;
}
.com_timetable table tbody td.col_width1 {
	width: 10%;
}
.com_timetable table tbody td.col_width2 {
	width: 14.8%;
}
.com_timetable table tbody td.space {
	width: 3.0%;
}
.com_timetable .time_txt {
	margin-top: .8em;
}
}



/*開閉アイコン
---------------------------------------------------------*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;
	margin-left: .5em;
	position: relative;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .5em;
	height: 1px;
	background: #9c9999;
	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);
}



/*.com_qa
---------------------------------------------------------*/
.com_qa_txt {
	margin-bottom: 1.5em;
}
.com_qa_list li:first-child .com_qa {
	border-top: solid 1px #b8dad6;
}
.com_qa {
	border-bottom: solid 1px #b8dad6;
}
.com_qa > dt ,
.com_qa > dd {
	padding: 0 3%;
}
.com_qa > dt {
	cursor: pointer;
}
.com_qa > dt p {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	color: #138575;
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: 1.4em 2.3em;
	position: relative;
}
.com_qa > dt p::before {
	content: "";
	position: absolute;
	width: 1.1em;
	height: 1.1em;
	background: url("../images/icon_q@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 1.5em;
}
.com_qa > dt .icon_open {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: none;
}
.com_qa > dt .icon_open::before,
.com_qa > dt .icon_open::after {
	width: .8em;
	background: #138575;
}
.com_qa > dd {
	display: none;
	padding-bottom: 1.5em;
}
.com_qa > dd > div {
	width: 100%;
	box-sizing: border-box;
	background: rgba(126,186,144,0.1);
	padding: 35px 4%;
	border-radius: 20px;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_qa_txt {
	margin-bottom: 1.0em;
}
.com_qa > dt ,
.com_qa > dd {
	padding: 0;
}
.com_qa > dt p {
	font-size: 120%;
	padding: 1.0em 1.6em;
}
.com_qa > dt p::before {
	top: 1.1em;
}
.com_qa > dd {
	padding-bottom: 1.0em;
}
.com_qa > dd > div {
	padding: 6%;
	border-radius: 3vw;
}
}



/*.f_bnr
---------------------------------------------------------*/

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

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



/*footer
---------------------------------------------------------*/
.contentpage footer {
	border-top: solid 1px #429d91;
}
footer .f_info {
	padding-top: 100px;
	padding-bottom: 80px;
}
footer .f_info .f_flex_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .f_info .f_flex_box .f_box_l {
	width: 53%;
	max-width: 650px;
}
footer .f_info .f_flex_box .f_box_r {
	width: 44%;
	max-width: 550px;
}
footer .f_info .f_clinic {
	font-size: 94%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
footer .f_info .f_clinic dt p:nth-child(2) {
	font-size: min(240%,3.8vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	margin: .1em 0 .23em;
}
footer .f_info .f_clinic address {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
footer .f_info .com_contact {
	width: 100%;
}
footer .f_info .f_flex_box .f_box_r iframe {
	display: block;
	width: 100%;
	height: 400px;
}
footer .f_info .f_flex_box .f_box_r .com_link1 {
	margin-top: .5em;
}
footer .f_info .f_access {
	margin-top: 40px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
	text-align: center;
	font-size: min(100%,1.6vw);
}
footer .f_info .f_access li {
	width: 50%;
	max-width: 240px;
	box-sizing: border-box;
	padding-top: 3.8em;
	background: url("../images/f_icon1@2x.png") no-repeat center top;
	background-size: auto 2.8em;
}
footer .f_info .f_access li.f_icon2 {
	background-image: url("../images/f_icon2@2x.png");
}
footer .f_info .f_access li:first-child {
	border-right: solid 1px rgba(19,133,117,0.2);
}
footer .f_info .f_access li p:nth-child(1) {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .6em;
}
footer .f_info .f_access li p:nth-child(1) span {
	display: block;
	font-size: 145%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
footer .f_info .f_access li p:nth-child(2) span {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .2em;
	transform: translateY(-.1em);
}

footer .f_bg2 {
	background: #9c9999;
	padding: 80px 0 60px;
	color: #fff;
}
footer .f_sitemap {
	margin-bottom: 20px;
}
footer .f_sitemap .f_menu {
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	font-size: 84%;
	letter-spacing: .14em;
	line-height: 1.4em;
}
footer .f_sitemap .f_menu a {
	display: block;
	position: relative;
}
footer .f_sitemap .f_menu a:hover {
	color: #ccc;
}
footer .f_sitemap .f_menu_list1,
footer .f_sitemap .f_menu dl {
	margin-right: 3%;
}
footer .f_sitemap .f_menu .f_menu_base {width: 10em;}
footer .f_sitemap .f_menu .f_menu_medi {width: 11em;}
footer .f_sitemap .f_menu .f_menu_dise {
	width: 48em;
	margin-right: 0 !important;
}
footer .f_sitemap .f_menu_list1 > li {
	margin-bottom: 1.2em;
}
footer .f_sitemap .f_menu_list1 > li > a {
	padding-left: 1.2em;
}
footer .f_sitemap .f_menu_list1 > li > a::before {
	font-family: 'fontello';
	content: '\e804';
	position: absolute;
	left: 0;
	top: 0;
}
footer .f_sitemap .f_menu dt {
	margin-bottom: 1.0em;
}
footer .f_sitemap .f_menu_list2 {
	font-size: 94%;
	letter-spacing: .14em;
	line-height: 1.4em;
}
footer .f_sitemap .f_menu_list2 > li {
	margin-bottom: .6em;
}
footer .f_sitemap .f_menu_list2 > li > a {
	padding-left: 1.2em;
}
footer .f_sitemap .f_menu_list2 > li > a::before {
	content: "";
	position: absolute;
	width: .5em;
	height: 1px;
	background: #fff;
	left: 0;
	top: .7em;
}
footer .f_sitemap .f_menu_list2.col3 {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
footer .f_sitemap .f_menu_list2.col3 > li {
	width: 31%;
	margin-right: 3.5%;
}
footer .f_sitemap .f_menu_list2.col3 > li:nth-child(3n),
footer .f_sitemap .f_menu_list2.col3 > li:last-child {
	margin-right: 0;
}
footer .f_bg2 .page_top {
	width: 10%;
	max-width: 31px;
	margin-left: auto;
	margin-right: 0;
}
footer .f_bg2 .page_top a {
	display: block;
	padding-top: .5em;
	padding-bottom: 0;
	transition: all 0.6s ease-out;
}
footer .f_bg2 .page_top a:hover {
	transition-duration: 0.3s;
	padding-top: 0;
	padding-bottom: .5em;
}
footer .f_bg2 .copyright {
	text-align: right;
	font-size: 84%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: 2.0em;
}

footer .f_bg3 {
	border-top: solid 1px #9C9999;
	padding: 60px 0;
}
footer .f_bg3 .f_bnr_index,
footer .f_bg3 .bnr_partnership {
	width: 100%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
footer .f_bg3 .f_bnr_index {
	color: #939396;
	padding-left: 1.4em;
	position: relative;
	margin-bottom: 1.5em;
}
footer .f_bg3 .f_bnr_index::before {
	content: "";
	position: absolute;
	width: .7em;
	height: .7em;
	background: #939396;
	border-radius: 50%;
	opacity: 0.3;
	left: 0;
	top: .5em;
}
footer .f_bg3 .bnr_partnership {
	display: flex;
    flex-wrap: wrap;
}
footer .f_bg3 .bnr_partnership li {
	width: 32.2%;
	margin-right: 1.7%;
	margin-top: 2.0%;
}
footer .f_bg3 .bnr_partnership li:nth-child(3n),
footer .f_bg3 .bnr_partnership li:last-child {
	margin-right: 0;
}
footer .f_bg3 .bnr_partnership li:nth-child(-n+3) {
	margin-top: 0;
}
footer .f_bg3 .bnr_partnership li a {
	display: block;
	border: solid 1px #DEDADA;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_info {
	padding-top: 8%;
	padding-bottom: 5%;
}
footer .f_info .f_clinic address {
	margin-top: 1.0em;
	margin-bottom: 1.5em;
}
footer .f_info .f_access {
	margin-top: 8%;
	font-size: 1.8vw;
}
footer .f_info .f_access li {
	padding-top: 3.5em;
}
footer .f_info .f_access li p:nth-child(1) {
	letter-spacing: .05em;
	margin-bottom: .4em;
}

footer .f_bg2 {
	padding: 5% 0 4%;
}
footer .f_sitemap {
	margin-bottom: 2%;
}
footer .f_sitemap .f_menu {
	font-size: 90%;
	letter-spacing: normal;
}
footer .f_sitemap .f_menu .f_menu_base {width: 9em;}
footer .f_sitemap .f_menu .f_menu_medi {width: 10em;}
footer .f_sitemap .f_menu .f_menu_dise {width: 30em;}
footer .f_sitemap .f_menu_list2 {
	letter-spacing: normal;
}
footer .f_sitemap .f_menu_list2 > li > a {
	padding-left: 1.0em;
}
footer .f_sitemap .f_menu_list2.col3 {
    justify-content: space-between;
}
footer .f_sitemap .f_menu_list2.col3 > li {
	width: 48%;
	margin-right: 0;
}

footer .f_bg3 {
	padding: 5% 0;
}
footer .f_bg3 .f_bnr_index {
	margin-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_info {
	padding-top: 10%;
	padding-bottom: 10%;
}
footer .f_info .f_flex_box {
	display: block;
}
footer .f_info .f_flex_box .f_box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10%;
}
footer .f_info .f_flex_box .f_box_r {
	width: 100%;
	max-width: 100%;
}
footer .f_info .f_clinic {
	line-height: 1.4em;
}
footer .f_info .f_clinic dt p:nth-child(2) {
	font-size: 160%;
	letter-spacing: .1em;
	margin: 0 0 .3em;
}
footer .f_info .f_clinic address {
	margin-top: 1.0em;
	margin-bottom: 1.5em;
}
footer .f_info .f_flex_box .f_box_r iframe {
	height: 100vw;
	max-height: 350px;
}
footer .f_info .f_access {
	margin-top: 8%;
	font-size: 95%;
}
footer .f_info .f_access li {
	padding-top: 3.0em;
	background-size: auto 2.8em;
}
footer .f_info .f_access li p:nth-child(1) {
	letter-spacing: .05em;
	margin-bottom: .4em;
}
footer .f_info .f_access li p:nth-child(1) span {
	letter-spacing: .05em;
}

footer .f_bg2 {
	padding: 10% 0 20vw;
}
footer .f_sitemap {
	margin-bottom: 6%;
}
footer .f_sitemap .f_site_btn {
	font-size: 110%;
	text-align: center;
	padding: .5em 0;
	border-top: solid 1px rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.4);
}
footer .f_sitemap .f_open_box {
	display: none;
}
footer .f_sitemap .f_menu {
	display: block;
	font-size: 90%;
	letter-spacing: .05em;
}
footer .f_sitemap .f_menu_list1,
footer .f_sitemap .f_menu dl {
	padding: 1.5em 0 1.0em;
	border-bottom: solid 1px rgba(255,255,255,0.4);
	margin: 0;
}
footer .f_sitemap .f_menu .f_menu_base,
footer .f_sitemap .f_menu .f_menu_medi,
footer .f_sitemap .f_menu .f_menu_dise {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
footer .f_sitemap .f_menu_list1 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .f_sitemap .f_menu_list1 > li {
	width: 48%;
	margin-bottom: .8em;
}
footer .f_sitemap .f_menu_list2 {
	font-size: 95%;
	letter-spacing: normal;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .f_sitemap .f_menu_list2 > li {
	width: 49% !important;
	margin-right: 0 !important;
	margin-bottom: .8em;
}
footer .f_sitemap .f_menu_list2 > li > a {
	padding-left: 1.0em;
}
footer .f_sitemap .f_menu_list2.col3 {
	width: 100%;
}
footer .f_bg2 .page_top {
	width: 6%;
	margin-left: auto;
	margin-right: auto;
}
footer .f_bg2 .copyright {
	text-align: center;
	font-size: 80%;
	margin-top: 1.0em;
}

footer .f_bg3 {
	padding: 8% 0;
}
footer .f_bg3 .f_bnr_index {
	padding-left: 1.0em;
	margin-bottom: 1.0em;
}
footer .f_bg3 .f_bnr_index::before {
	top: .5em;
}
footer .f_bg3 .bnr_partnership {
    justify-content: space-between;
}
footer .f_bg3 .bnr_partnership li {
	width: 49%;
	margin-right: 0;
	margin-top: 2.0% !important;
}
footer .f_bg3 .bnr_partnership li:nth-child(-n+2) {
	margin-top: 0 !important;
}
}



/*スマホフッター
---------------------------------------------------------*/
@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;
	background: #138575;
	border-radius: 2vw 2vw 0 0;
	box-sizing: border-box;
	text-align: center;
}
#sp_footer ul {
	display: flex;
    justify-content: space-between;
}
#sp_footer .sp_f_web {
	width: 60%;
}
#sp_footer .sp_f_web a {
	display: block;
	padding: .8em 12%;
}
#sp_footer .sp_f_tel {
	width: 40%;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #138575;
	border-top-left-radius: 2vw;
	padding: 1.0em 12%;
}



/*スクロールヒント：スクロールバーjsと併用するため自作
---------------------------------------------------------*/
.show_scl_hint {
	position: relative;
}
.scl_hint {
	display: none;
	position: absolute;
	z-index: 10;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	padding: .5em 0;
	border-radius: .5em;
	width: 9em;	/*leftの基準*/
	left: calc(45vw - 4.5em);	/*半分を引く*/
	top: 50%;
	transform: translateY(-50%);
}
.scl_hint p {
	position: relative;
}
.scl_hint p::before,
.scl_hint p::after {
	content: "";
	display: block;
	width: 5em;
	height: 3em;
	background: url("../images/hint_icon1@2x.png") no-repeat center center;
	background-size: contain;
	margin: 0 auto .5em;
}
.scl_hint p::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url("../images/hint_icon2@2x.png");
	opacity: 0;
	transition: opacity 0.4s 2.6s;	/*::before の動きの後で表示*/
}

.show_scl_hint.hint_on .scl_hint {
	opacity: 0;
	transition: opacity 0.3s 4.0s;
}
.show_scl_hint.hint_on .scl_hint p::before {
	animation: scroll-hint-appear-custom 1.3s linear;
	animation-iteration-count: 2;
}
.show_scl_hint.hint_on .scl_hint p::after {
	opacity: 1;
}
@keyframes scroll-hint-appear-custom {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scl_hint {
	display: block;
}
.scl_hint {
	top: 10vw;
	transform: none;
}
}



/* 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;}
}