@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=EB+Garamond|Crimson+Text:400,400italic);
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

body{
	text-align:center;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif !important;	
	font-size:14px;
	color:#333;
	line-height:160%;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin:0;
	background:#483A02;
}

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;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
a {
	color:#333;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.7s, background-color 1.0s;
	-moz-transition: color 0.7s, background-color 1.0s;
	transition: color 0.7s, background-color 1.0s;
}
a:hover {
	-webkit-transition: color 0.7s, background-color 0.4s;
	-moz-transition: color 0.7s, background-color 0.4s;
	transition: color 0.7s, background-color 0.4s;
}
i {
	font-weight: normal;
}
ul{
	list-style:none;
}
address{
	font-style:normal;
}
#wrapper {
	background: #FFF;
	max-height: 100%;
}
/*<group=text_align>*/
.txt_al_l {
	text-align: left;
}
.txt_al_r {
	text-align: right;
}
.txt_al_c {
	text-align: center;
}
/*</group>*/

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

.font_bold{font-weight: bold;}
.fc_red_b{color: #df381a; font-weight: bold;}
.fc_blue_b{color: #2852c5; font-weight: bold;}
.fc_yel_b{color: #ffffaf; font-weight: bold;}
.fc_red{color: #df381a;}
.fc_blue{color: #2852c5;}
.fc_yel{color: #ffffaf;}
.fc_wine{color: #c1272d;}
.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {
	margin-left: auto;
	margin-right: auto;
}
.blocklink, .blocklink_out, .blocklink_ank {
	cursor: pointer;
}

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

.clearfix {
  min-height: 1px;
}

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

.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;
}

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



/*共通
---------------------------------------------------------*/
.com_inbox{
	margin:0 auto;
	_zoom:1;
	overflow:hidden;
	text-align:left;
	width:94%;
	padding: 0 3%;
}
.btnDeco{
	border-radius: .5em;
	border:solid 1px #CCC;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	display: inline-block;
}
.btnDeco a{
	display: block;
	box-sizing: border-box;
	padding: .8em;
	padding-right: 1.5em;
	text-decoration:none;
	color: #666 !important;
	font-weight:bold;
	line-height:100%;
	position: relative;
}
.btnDeco a::before {
	font-family: 'fontello';
	content: '\e801';
	color: #333;
	font-weight: normal;
	line-height: 1.0em;
	letter-spacing: normal;
	position: absolute;
	right: .2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btnDeco a:hover{
	color:#1F3D6B;
}

a.txt_link {
	color:blue;
	text-decoration: underline;
}
/*pankuzu*/
.pankuzu {
	padding-left: 1.5em;
	font-size: 85%;
	margin: 15px 0 20px 3%;
	position: relative;
	color: #666;
}
.pankuzu::before {
	font-family: 'fontello';
	content: '\e804';
	color: #C59F3F;
	font-size: 120%;
	position: absolute;
	left: 0;
	top: 0;
}
.pankuzu a {
	color: #C59F3F;
	text-decoration: underline;
}

#wrapper{
	background:#FFF;
}

.ft_gara {
	font-family: 'EB Garamond', serif;
	font-style: normal;
	font-weight: 400;
}
.ft_crim {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: 400;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.btnDeco {
	text-align: center;
}
}



/*header
---------------------------------------------------------*/
.header{
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%); 
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	padding: 15px 2%;
	text-align: left;
}
.header h1,
.header .h_txt {
	font-size:85%;
	color:#666;
	margin-bottom: 5px;
}
.header .h_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.header .h_logo{
	width: 50%;
	max-width: 450px;
}
.header .contactBox{
	width:48%;
	max-width:580px;
}

.header .h_logo ul{
	margin-top:10px;
}
.header .h_logo li{
	float:left;
	border-radius: 5px;
	box-sizing: border-box;
	text-align:center;
	line-height:100%;
	color:#FFF;
	font-weight: bold;
background: #0e0e0e;
background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d));
background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%);
background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%);
background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%);
background: linear-gradient(to bottom,  #0e0e0e 0%,#7d7e7d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 );
}
.header .h_logo li:nth-child(1){
	width:34%;
}
.header .h_logo li:nth-child(2){
	width:42%;
	margin: 0 1%;
}
.header .h_logo li:nth-child(3){
	width:22%;
}
.header .h_logo li span {
	display: block;
	padding: 10px 0 8px;
	background-repeat: no-repeat;
	background-position: .5em center;
	background-size: 1.4em;
}
.header li:nth-child(1) span {
	background-image: url(../images/h_icon01.png);
	padding-left: 1.5em;
}
.header li:nth-child(2) span {
	background-image:url(../images/h_icon02.png);
	padding-left: 1.5em;
}

/* お問い合わせボックス：コンテンツ内共通 */
.contactBox ul{
	width: 100%;
	max-width:580px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contactBox li{
	box-sizing: border-box;
}
.contactBox li:nth-child(1),
.contactBox li:nth-child(2){
	width:28.5%;
}
.contactBox li:nth-child(3){
	width:41%;
}
.contactBox li:nth-child(4){
	width:49%;
	max-width: 277px;
}
.contactBox li:nth-child(5){
	width:49%;
	max-width: 277px;
}
.contactBox li.btn a {
  display: block;
  padding: 5px;
  border-radius: 5px;
}
.contactBox li.btn{
	background: #fff;
	border: solid 1px #ccc;
	padding: 1px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.contactBox li.btn_line {
	background: #fff;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
	margin-bottom: 15px;
	display: block;
	padding: 1px;
	border-radius: 5px;
}
.contactBox li.btn_line label{
	display: block;
	padding: 5px;
	border-radius: 5px;
	transition: color 0.7s, background-color 1.0s;
}
.contactBox li:nth-child(1) a:hover {background: #DDF3F1;}
.contactBox li:nth-child(2) a:hover {background: #F9E9D8;}
.contactBox li.btn_line:hover label{background: #E6F3D4;}

.contactBox p {
	margin-top: .5em;
	color: #666;
	font-size: 80%;
	line-height: 1.4em;
	margin-left: 1.2em;
	text-indent: -1.2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.header h1,
.header .h_txt {
	margin-bottom: 10px;
}
.header .h_logo{
	width: 40%;
}
.header .h_logo ul{
	margin-top:8px;
}
.header .h_logo li{
	line-height: 1.3em;
}
.header .h_logo li:nth-child(1){
	width:34%;
}
.header .h_logo li:nth-child(2){
	width:45%;
}
.header .h_logo li:nth-child(3){
	width:19%;
}
.header .h_logo li span {
	padding-top: 6px;
	padding-bottom: 4px;
}
.header .contactBox{
	width:57%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.header{
	padding:3%;
}
.header h1,
.header .h_txt {
	width: 85%;
	font-size:70%;
	letter-spacing: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #999;
	margin-bottom: .2em;
}
.header .h_logo{
	max-width: 100%;
	width: 100%;
}
.header .h_logo ul{
	margin-top:2%;
	margin-bottom:0;
}
.header .h_logo div{
	width: 83%;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}	
.header .h_logo.logo_new div{
	width: 70%;
}	
.header .h_logo li{
	line-height:1.2em;
	font-size:3.3vw;
}
.header .h_logo li:nth-child(1){
	width:29%;
}
.header .h_logo li:nth-child(2){
	width:43%;
	margin: 0 1%;
}
.header .h_logo li:nth-child(3){
	width:26%;
}
.header .h_logo li span {
	padding: .6em 0 .4em !important;
	background: none !important;
}
.header .contactBox{
	display: none;
}
}



/*nav
---------------------------------------------------------*/
.nav .m_menu > li{
	float:left;
	width:14.285%;
	background:url(../images/line_nav.gif) no-repeat 1px center;
	font-weight:bold;
	position: relative;
}
.nav .m_menu > li:first-child{
	background:none;
}
.nav .m_menu > li > a{
	font-size:110%;
	color:#926C00;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:23px 0;
	position: relative;
}
.nav .m_menu > li > a span {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% + .8em);
	margin: auto;
	font-weight: normal;
	font-size: 85%;
	line-height: 1.4em;
}
.nav .m_menu > li > a:hover{
	color:#C7A040;
}
.nav .m_menu > li > a.select{
	display:block;
	color:#FFF;
background: #103973;
background: -moz-linear-gradient(top,  #103973 0%, #123153 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#103973), color-stop(100%,#123153));
background: -webkit-linear-gradient(top,  #103973 0%,#123153 100%);
background: -o-linear-gradient(top,  #103973 0%,#123153 100%);
background: -ms-linear-gradient(top,  #103973 0%,#123153 100%);
background: linear-gradient(to bottom,  #103973 0%,#123153 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103973', endColorstr='#123153',GradientType=0 );
}

.m_nav {
position: relative;
}
.in_menu {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 100%;
	background: rgba(255,255,255,0.95);
}
.in_menu ul {
	text-align: left;
}
.in_menu li a {
	display: block;
	padding: 1.0em 0;
	padding-left: 1.8em;
	position: relative;
}
.in_menu li a:hover {
	background: rgba(16,52,95,0.30);
}
.in_menu li a::before {
	font-family: 'fontello';
	content: '\e801';
	color: #103973;
	position: absolute;
	left: .5em;
	top: 1.0em;
}

.in_menu_w ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.in_menu_w li {
	width: 20%;
	box-sizing: border-box;
	border-bottom: solid 1px #ccc;
}

.in_menu_l {
	width: 100%;
	min-width: 14em;
	left: 50%;
	transform: translateX(-50%);
	font-weight: normal;
}
.in_menu_l li {
	font-size: 110%;
	border-bottom: solid 1px #ccc;
}
.in_menu_l li:last-child {
	border-bottom: none;
}
.in_menu_l li a {
	padding: 1.0em 1.0em;
	padding-left: 2.5em;
	position: relative;
}
.in_menu_l li a::before {
	left: 1.0em;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.nav .m_menu > li > a{
	font-size:100%;
	padding:18px 0;
}	
.in_menu_w li {
	width: 25%;
}
.in_menu_w li:last-child{
	width: 50%;
}
}

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



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	background:rgba(255,255,255,0.95);
}
#scl_header.is-show {
	display: block;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
   	-webkit-animation: sclAnimation 1.0s;
    -moz-animation: sclAnimation 1.0s;
    -o-animation: sclAnimation 1.0s;
    -ms-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
}

#scl_header .scl_flex {
	display: flex;
    justify-content: space-between;
}
#scl_header .scl_area{
	position:relative;
}

#scl_header .nav {
	width: 68%;
}
#scl_header .scl_contact {
	width: 32%;
	max-width: 385px;
	display: flex;
    align-items: center;
	text-align: center;
	background: #c59f3f;
	background: -moz-linear-gradient(top, #c59f3f 0%, #a98401 100%);
	background: -webkit-linear-gradient(top, #c59f3f 0%,#a98401 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59f3f', endColorstr='#a98401',GradientType=0 );
}

#scl_header .scl_contact li {
	width: 23.3766234%;
	box-sizing: border-box;
	padding: 0 2px;
	text-align: center;
}
#scl_header .scl_contact li:first-child{
	width:29.87012987%;
}
#scl_header .scl_contact li span,
#scl_header .scl_contact li a{
	display: block;
	text-align: center;
	margin: 0 auto;
}
#scl_header .scl_contact li:first-child{
	
}
#scl_header .nav .m_menu > li > a{
	padding:18px 0;
}
/*#scl_header .nav .m_menu > li span{
	padding:18px 0;
}*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
#scl_header .nav .m_menu > li{
	font-size:1.2vw;
}		
#scl_header .nav .m_menu > li{
	width:13%;
}			
#scl_header .nav .m_menu > li:nth-child(2){
	width:20%;
}	
#scl_header .nav .m_menu > li:nth-child(5){
	width:15%;
}		
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .nav {
	width: 60%;
}
#scl_header .scl_contact {
	width: 40%;
}
#scl_header .nav .m_menu > li{
		font-size:1.4vw;
	}
#scl_header .nav .m_menu > li > a{
	padding:10px 0;
}
/*#scl_header .nav .m_menu > li span{
	padding:12px 0;
}*/	
}

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

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



/*pagebody
---------------------------------------------------------*/
.pagebody{
	border-bottom:solid 1px #CCC;
	width:100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lp .pagebody{
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 1.6em;
}
.side{
	box-sizing: border-box;
	padding: 20px;
	background: #D4CEB8;
}
.side img {
	display: block;
	margin: auto;
}
.content{
	padding-bottom: 50px;
	_zoom:1;
	overflow:hidden;
	background:#FFF;
}

.frontpage .side{
	width: 500px;
}
.frontpage .content{
	width: calc(100% - 500px);
}

.contentpage .side{
	width: 260px;
}
.contentpage .content{
	width: calc(100% - 260px);
}

/* 共通 */
.side > div {
	width: 100%;
	margin: 0 auto;
}
.side .medicalList li {
	box-sizing: border-box;
	position: relative;
}
.frontpage .side .medicalList .s_title,
.contentpage .side .medicalList li {
	text-align:center;
	color: #fff;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.2em;
background: #9f9f9f; /* Old browsers */
background: -moz-linear-gradient(top,  #9f9f9f 0%, #666666 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f9f9f), color-stop(100%,#666666)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9f9f9f 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9f9f9f 0%,#666666 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9f9f9f 0%,#666666 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9f9f9f 0%,#666666 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9f9f', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
.contentpage .side .medicalList li.select{
	background: #4e4e4e; /* Old browsers */
background: -moz-linear-gradient(top,  #4e4e4e 0%, #363636 100%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#363636), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4e4e4e 0%,#363636 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4e4e4e 0%,#363636 100%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4e4e4e 0%,#363636 100%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4e4e4e 0%,#363636 100%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

/* トップページ */
.frontpage .side > div {
	max-width: 450px;
}
.frontpage .side .medicalList ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.frontpage .side .medicalList li {
	width: 49%;
	max-width: 220px;
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 2%;
}
.frontpage .side .medicalList li.bnr_width {
	width: 100%;
	max-width: 100%;
}
.frontpage .side .medicalList li.bnr_li {
	background: none;
	padding: 0;
}
.frontpage .side .medicalList .s_title {
	font-size: 150%;
	height: 3.0em;
	position: relative;
}
.frontpage .side .medicalList .s_title span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.frontpage .side .medicalList .txt_long .s_title span {
	font-size: 80%;
}
.frontpage .side .medicalList dl {
	padding-top: .5em;
	padding-bottom: 2.0em;
}
.frontpage .side .medicalList .txt_long dl {
	padding-bottom: 3.5em;
}
.frontpage .side .medicalList dt {
	color:#0033CC;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: .4em;
}
.frontpage .side .medicalList p {
	font-size: 90%;
	line-height: 1.4em;
}
.frontpage .side .medicalList li dd div {
	position: absolute;
	bottom: 8px;
	right: 8px;
	text-align: right;
}
.frontpage .side .medicalList a{
	display: inline-block;
	color:#5D1F1D;
	text-decoration:none;
	font-size:105%;
	line-height: 1.2em;
	font-weight:bold;
	padding-right: 1.4em;
	position: relative;
	margin-left: 1.0em;
}
.frontpage .side .medicalList a:first-child {
	margin-left: 0;
}
.frontpage .side .medicalList .txt_long a {
	font-size: 90%;
}
.frontpage .side .medicalList a::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	right: 0;
	bottom: 0;
}
.frontpage .side .medicalList li.bnr_li a {
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}
.frontpage .side .medicalList li.bnr_li a::before {
	display: none;
}
.frontpage .side .medicalList li.bnr_width dl {
	padding-bottom: 0;
}
.frontpage .side .medicalList li.bnr_width dd div {
	position: static;
}
.frontpage .side .medicalList li.bnr_width dd div a {
	margin-top: .5em;
}
.frontpage .side .medicalList li.bnr_width dd div a:first-child {
	margin-top: 1.0em;
}

/* 下層ページ */
.contentpage .side > div {
	max-width: 220px;
}
.contentpage .side .medicalList ul {
	background: #FFF;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.contentpage .side .medicalList li {
	margin-bottom: 5px;
}
.contentpage .side .medicalList li:last-child {
	margin-bottom: 0;
}
.contentpage .side .medicalList li a {
	display: block;
	color: #fff;
	font-size: 115%;
	line-height: 1.4em;
	padding: .8em 0;
}

.side .contact{
	background:#FFF;
	text-align:center;
	padding-bottom: 1.0em;
	border-radius: 5px;
}
.side .contact div {
	padding:0 3%;
	border-bottom: 1px solid #cccccc;
}
.side .contact li{
	border-bottom:solid 1px #cccccc;
	padding:.8em 3%;
}
.side .contact li:last-child{
	border-bottom:none;
}
.side .contact li.caption {
	color: #666;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align: left;
	margin-left: 1.2em;
	text-indent: -1.2em;
}

.frontpage .side .contact li.caption {
	font-size: 100%;
}
.contentpage .side .contact{
	margin-top:10px;
}
.contentpage .side .s_bnr > div {
	margin-bottom: 10px;
}
.contentpage .side .s_bnr > div:last-of-type {
	margin-bottom: 0;
}

/* PC調整 (1400px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.side{
	padding: 2% 1%;
}
	
.frontpage .side{
	width: 35%;
}
.frontpage .content{
	width: 65%;
}

.contentpage .side{
	width: 20%;
}
.contentpage .content{
	width: 80%;
}

/* 共通 */

/* トップページ */
.frontpage .side .medicalList li {
	padding: 5px;
}
.frontpage .side .medicalList .s_title {
	font-size: 1.7vw;
}	

/* 下層ページ */
.contentpage .side .medicalList ul {
	padding: 5px;
}
.contentpage .side .medicalList li a {
	font-size: 1.3vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pagebody{
	display: block;
}
.side{
	padding: 4% 3%;
}
.content{
	width: 100% !important;
	padding-bottom: 6%;
}

.frontpage .side{
	width: 100%;
}

.contentpage .side{
	display: none;
}

/* 共通 */

/* トップページ */
.frontpage .side > div {
	max-width: 100%;
}
.frontpage .side .medicalList ul{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-left: -1%;
}
.frontpage .side .medicalList li {
	width: 24%;
	margin-left: 1%;
	padding: 5px;
	margin-bottom: 1%;
}
.frontpage .side .medicalList li.bnr_width {
	/* 項目数によって調整 */
	/* width: 74%; */
	width: 24%;
    margin-left: 1%;
    padding: 5px;
    margin-bottom: 1%;
}
.frontpage .side .medicalList li.bnr_li {
	width: 24.1%;
}
.frontpage .side .medicalList .s_title {
	font-size: 130%;
}
.frontpage .side .medicalList dl {
	padding-bottom: 3.5em !important;
}
.frontpage .side .medicalList dt {
	font-size: 110%;
}
.frontpage .side .contact li.caption {
	width: 100%;
	text-align: center;
}
.frontpage .side .medicalList li.bnr_width dd div {
	position: absolute;
}
.frontpage .side .medicalList li.bnr_width dd div a {
	margin-top: 0;
}

/* 下層ページ */
	
.side .contact ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side .contact li{
	box-sizing: border-box;
	width: 50%;
}
.side .contact li:last-child{
	border-bottom:none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pagebody{
	display: block;
}
.side{
	padding: 6% 3%;
}
.content {
	padding-bottom: 8%;
	width: 100% !important;
}

.frontpage .side{
	width: 100%;
}

.contentpage .side{
	display: none;
}

/* 共通 */

/* トップページ */
.frontpage .side > div {
	max-width: 100%;
}
.frontpage .side .medicalList li {
	padding: 5px;
	max-width: 100%;
}
.frontpage .side .medicalList .s_title {
	font-size: 110%;
	letter-spacing: .05em;
}
.frontpage .side .medicalList dl {
	padding-bottom: 1.0em;
	font-size: 90%;
	padding: 5px !important;
}
.frontpage .side .medicalList dt {
	margin-bottom: .2em;
}
.frontpage .side .medicalList li dd div {
	display: none;
}
.frontpage .side .medicalList li {
	position: relative;
}
.frontpage .side .medicalList li::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	color:#5D1F1D;
	line-height: 1.0em;
	right: .5em;
	bottom: .5em;
}
.frontpage .side .medicalList li.bnr_li::before {
	display: none;
}
.frontpage .side .medicalList li.bnr_width::before {
	display: none;
}
.frontpage .side .medicalList li.bnr_width dd div {
	display: block;
}

/* 下層ページ */

.side .contact {
	display: none;
}
}



/*症例バナー
---------------------------------------------------------*/
.bnr_case {
	text-align: center;
}
/*.bnr_case.border_w img {
	border: solid 3px #ffffd3;
	box-shadow: 0px 0px 16px 0 rgba(0,0,0,0.6);
}*/
.bnr_case.bnr_top {
	padding-top: 50px;
}
.bnr_case.bnr_bottom {
	padding-bottom: 50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bnr_case.bnr_top {
	padding-top: 4%;
}
.bnr_case.bnr_bottom {
	padding-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bnr_case.bnr_top {
	padding-top: 6%;
}
.bnr_case.bnr_bottom {
	padding-bottom: 6%;
}
}



/*性感染症リンクリスト
---------------------------------------------------------*/
.dis_links {
	display: flex;
    flex-wrap: wrap;
}
.dis_links li {
	padding: .5em 0;
	margin-right: 2.0em;
	position: relative;
}
.dis_links li::before {
	content: "";
	position: absolute;
	width: 1.0em;
	height: 1.0em;
	background: url("../disease/images/arrow.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.dis_links li:last-child {
	margin-right: 0;
}
.dis_links li a,
.dis_links li p {
	display: block;
	padding-left: 1.5em;
	position: relative;
}
.dis_links li a:hover {
	color: #2650C5;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.dis_links li {
	padding: .5em 0;
	margin-right: 2.0em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dis_links {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dis_links li {
	width: 48.5%;
	padding: 0;
	border-bottom: solid 1px #ddd;
	margin-right: 0;
	margin-top: .2em;
}
.dis_links li:nth-child(-n+2) {
	margin-top: 0;
}
.dis_links li a,
.dis_links li p {
	height: 3.8em;
	position: relative;
	padding-left: 0;
}
.dis_links li a span,
.dis_links li p span {
	display: block;
	position: absolute;
	left: 1.4em;
	top: 50%;
	transform: translateY(-50%);
}
}



/*f_bnr
---------------------------------------------------------*/
.f_bnr{
	width:94%;
	max-width:1100px;
	padding:25px 3%;
	margin: 0 auto;
	text-align: center;
}
.f_bnr ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_bnr li{
	width:32.5%;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_bnr{
	padding:3% 3%;
}
.f_bnr li{
	width:49.5%;
	margin-bottom: 1%;
}
}



/*f_card
---------------------------------------------------------*/
.f_card{
	text-align:center;
	border-top:solid 1px #CCC;
	padding:20px 0;
}
.f_card p{
	background:url(../images/icon_card.jpg) no-repeat right center;
	padding:5px 270px 5px 0;
	display:inline-block;
	font-size:110%;
	font-weight:bold;
	letter-spacing:0.1em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_card{
	padding:4% 0;
}
.f_card p{
	background-position: center bottom;
	padding:0px 0 55px 0;
	display:block;
	font-size:105%;
	line-height: 1.4em;
	letter-spacing:0.05em;
}
}





/*ポップアップ
---------------------------------------------------------*/
.pop_btn {
	cursor: pointer;
}
.pop_check {
	display: none;
}
.pop_close {
	display: none;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}
.pop_check:checked ~ .pop_close {
	display: block;
	opacity: 0.3;
}
.pop_content {
    position: fixed;
	z-index: 601;
    background: transparent;	/*開く部分の背景色*/
    width: 90%;		/*開く部分の幅*/
	max-width: 770px;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(500%,-50%);
	opacity: 0;
    transition: opacity 0.3s ease-in-out 0s;
}
.pop_check:checked ~ .pop_content {
	transform: translate(0%,-50%);
	opacity: 1;
}

.pop_content .pop_inbox {
	position: relative;
}
.pop_content .pop_flex {
	display: flex;
    justify-content: space-between;
	text-align: center;
}
.pop_content .pop_flex.item_one {
    justify-content: center;
}
.pop_content .pop_flex dl {
	width: 49%;
	max-width: 370px;
	box-sizing: border-box;
	background: #fff url("../images/pop_bg@2x.png") no-repeat 5% 5%;
	background-size: 28% auto;
	border-radius: 20px;
	padding: 4% 2% 4%;
	overflow: hidden;
}
.pop_content .pop_flex dt {
	font-size: 158%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 1.25em;
}
.pop_content .pop_flex dd {
	width: 100%;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
.pop_content .pop_flex .sp_tel_btn {
	background: rgba(105,96,89,0.1);
	border-radius: 5px;
}
.pop_content .pop_flex .memo {
	font-size: 130%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin-top: 1.0em;
}
.pop_content .pop_flex .com_contact_bnr,
.pop_content .pop_flex .com_contact_bnr > div {
	width: 100%;
	max-width: 100%;
}
.pop_content .pop_flex .com_contact_bnr > div::before {
	display: none;
}
.pop_content .pop_flex .com_contact_bnr a {
	padding: 0;
}
.pop_content .pop_flex .com_contact_bnr a::after {
	background-image: url("../images/bnr_bg3@2x.png");
}
.pop_content .pop_close_btn {
	display: block;
	width: 4.0em;
	height: 4.0em;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -1.0em;
	transform: translateY(-100%);
	background-image: url("../images/pop_close@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	transition: background 0.4s;
}
.pop_content .pop_close_btn:hover {
	background-color: rgba(0,0,0,0.5);
}

.pop_content .com_contact_bnr .col_green a,
.pop_content .com_contact_bnr .col_green label {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 1;
	padding: 0 10%;
	border-radius: 5px;
	overflow: hidden;
	background: #00B800;
}
.pop_content .com_contact_bnr .col_green a::after,
.pop_content .com_contact_bnr .col_green label::after {
	content: "";	/*マウスオーバー背景*/
	position: absolute;
	z-index: -1;
	background: #33CB1B no-repeat left top;
	background-size: 100% 100%;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	transition-duration: 0.3s;
}
.pop_content .com_contact_bnr .col_green:hover a::after,
.pop_content .com_contact_bnr .col_green:hover label::after {
	width: 100%;
	height: 100%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pop_content {
    width: 94%;
	max-width: 100%;
}
.pop_content .pop_flex dl {
	width: 49.5%;
	max-width: 100%;
	border-radius: 5vw;
	padding: 6% 2% 6%;
	background-size: 35% auto;
}
.pop_content .pop_flex dt {
	font-size: 100%;
	letter-spacing: .05em;
	margin-bottom: 1.0em;
}
.pop_content .pop_flex .sp_tel_btn,
.pop_content .pop_flex .com_contact_bnr a {
	padding: .5em 0;
}
.pop_content .pop_flex .memo {
	font-size: 90%;
	letter-spacing: normal;
}
.pop_content .pop_close_btn {
	width: 3.0em;
	height: 3.0em;
}
}



/*btn_pt
---------------------------------------------------------*/
.f_pagetop a {
	display:block;
	background:#F5F5F5;
	text-align:right;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

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


/*footer
---------------------------------------------------------*/
.footer{
	background:url(../images/f_logo.jpg) no-repeat 95% top;
	color:#FFF;
	font-weight: bold;
	padding: 60px 50px;
	text-align: left;
}
.footer.newlogo{
	background-image: url(../images/f_logo4.png);
	background-repeat: no-repeat;
	background-position: right 5% top 10%;
}
.footer a{
	color: #fff;
}
.footer .f_inbox{
	max-width:1200px;
}

.footer .f_clinic{
	font-size:180%;
	font-weight:bold;
	margin-bottom:30px;
}
.footer .f_clinic span{
	font-size:70%;
	font-weight:normal;
	padding-left:.5em;
}
.footer .en{
	font-family: 'Raleway', sans-serif;
	font-size:80%;
	letter-spacing:0.1em;
	margin-bottom:20px;
}
.footer .f_flex{
	display: flex;
	justify-content: space-between;
	max-width: 1030px;
}
.footer .f_flex .flex_l{
	max-width: 560px;
	width: 57%;
}
.footer .f_flex .flex_r{
	max-width: 400px;
	width: 40%;
}
.footer .clinic_list{
	display: flex;
	justify-content: space-between;
}
.footer .clinic_list li{
	max-width: 260px;
	width: 48.5%;
}
.footer .clinic_list li .clinic_tit{
	font-size: 140%;
	letter-spacing: 0.1em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
.footer .clinic_list li .f_map{
	margin-bottom: 15px;
}
.footer .clinic_list li .f_access p{
	font-size: 130%;
	margin-bottom: 0.6em;
}
.footer .clinic_list li .f_access .btnDeco{
	margin-top: 1em;
}
.footer .clinic_list li:last-child .f_access .f_map{
	height: 350px;
}
.footer .f_flex .flex_r > div{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.footer .f_flex .flex_r .tel1 p{
	font-size: 130%;
	letter-spacing: 0.1em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
.footer .f_flex .flex_r .tel1 dt{
	font-size: 215%;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-bottom: 0.15em;
}
.footer .f_flex .flex_r .tel1 dd{
	font-weight: normal;
	letter-spacing: 0.1em;
}
.footer .f_flex .flex_r .tel2 > p{
	font-size: 130%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.7em;
}
.footer .f_flex .flex_r .tel2 .tel_list{
	display: flex;
	justify-content: space-between;
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.footer .f_flex .flex_r .tel2 .tel_list li{
	max-width: 170px;
	width: 48.5%;
}
.footer .f_flex .flex_r .tel2 .tel_list li p{
	font-size: 135%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.footer .f_flex .flex_r .tel2 .tel_list li dt{
	font-size: 170%;
	white-space: nowrap;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin: 0.5em 0;
}
.footer .f_flex .flex_r .tel2 .tel_list li dd{
	font-weight: normal;
}
.footer .line dt{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}
.footer .line dt span{
	display: inline-block;
}
.footer .line dt span:first-of-type{
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #46E333;
	margin-right: 0.5em;
}
.footer .line ul{
	display: flex;
	justify-content: space-between;
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.footer .line ul p{
	margin-bottom: 0.7em;
}
.footer .line ul li{
	max-width: 192px;
	width: 48.5%;
}
.footer .f_tel_sales{
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
	text-align:left;
}
.footer .f_tel_sales dd{
	display: inline-block;
}
.footer .f_tel_sales .tel{
	margin-right: 1em;
}
.footer .f_tel_sales .mail a{
	position: relative;
	padding-left: 1em;
}
.footer .f_tel_sales .mail a::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 80%;
	position: absolute;
	left: 0;
	top: -0.25em;
}
.footer .f_tel_sales ul{
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-top: 0.5em;
}
.footer .f_tel_sales li {
	font-weight: normal;
	text-indent: -1.0em;
	margin-left: 1.0em;
}
.footer .f_nav {
	margin-top: 70px;
	text-align: left;
}
.footer .f_nav li{
	display: inline-block;
	margin-right: 2em;
}
.footer .f_nav a{
	text-decoration:none;
	padding-left:1.0em;
	display: block;
	position: relative;
}
.footer .f_nav a::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 80%;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .f_nav--sub a {
	font-weight: normal;
}
.footer .f_nav--sub a::before {
	content: '\e805';
	font-size: 60%;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .f_nav a:hover{
	color:#ccc;
}
.footer .f_nav li{
	line-height: 1.4em;
	margin-bottom:5px;
}
.footer .f_nav .med_nav{
	margin-top: 1em;
}
.footer .f_nav .med_nav p{
	margin-bottom: 0.25em;
}
.footer .f_shinsatsu {
	border: solid 1px #fff;
	margin-bottom: 30px;
}
.footer .f_shinsatsu dt {
	padding: .5em 1.0em;
	border-bottom: solid 1px #fff;
}
.footer .f_shinsatsu dd {
	padding: .5em 1.0em;
}
.footer .f_shinsatsu dd span {
	font-weight: normal;
}
.footer .f_shinsatsu dd .caption {
	margin-top: .5em;
	border-top: solid 1px rgba(255,255,255,0.5);
	padding-top: .8em;
	font-size: 90%;
}
.footer .f_shinsatsu dd .caption li {
	font-weight: normal;
	line-height: 1.4em;
	text-indent: -1.0em;
	margin: 0 0 0 1.0em;
}
.footer .copyright{
	padding-top:30px;
	font-family: 'Raleway', sans-serif;
	font-size:90%;
	line-height: 1.6em;
	letter-spacing:0.1em;
}
.footer .open_txt{
	font-size: 140%!important;
	line-height: 1.5em;
	font-weight: bold;
	color: #F0E670;
}
.footer .open_txt2 {
	color: #F0E670;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1039px) {
.footer .clinic_list li:last-child .f_access .f_map{
	height: 33.6863vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1020px) {
.footer .f_flex .flex_r .tel2 .tel_list {
    display: block;
}
.footer .f_flex .flex_r .tel2 .tel_list li{
	max-width: 100%;
	width: 100%;
}
.footer .f_flex .flex_r .tel2 .tel_list li:first-child{
	margin-bottom: 20px;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.footer{
	background-size:40%;
	padding: 4% 3%;
}
.footer.newlogo{
	background-size: 60%;
}
.footer .f_flex{
	font-size: 95%;
}
.footer .clinic_list li:last-child .f_access .f_map{
	height: 34.97vw;
}
.footer .f_nav {
	font-size: 95%;
	margin-top:7%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.footer{
	background-size: 50%;
	padding: 8% 3% 20%;
	text-align: center;
}
.footer.newlogo{
	background-position: center 1.0em;
	background-size: 90%;
}
.footer .f_clinic{
	font-size:130%;
	margin-bottom: 6%;
}
.footer .f_clinic span{
	display: block;
	padding-left:0;
}
.footer .en{
	margin-bottom: 4%;
}
.footer .f_flex{
	display: block;
}
.footer .f_flex .flex_l{
	max-width: 100%;
	width: 100%;
	margin-bottom: 10%;
}
.footer .f_flex .flex_r{
	max-width: 100%;
	width: 100%;
	border-top: solid 1px #fff;
	padding-top: 5%;
}
.footer .clinic_list{
	display: block;
}
.footer .clinic_list li{
	max-width: 100%;
	width: 100%;
}
.footer .clinic_list li:first-child{
	margin-bottom: 10%;
}
.footer .clinic_list li .clinic_tit{
	font-size: 130%;
}
.footer .clinic_list li .f_map{
	margin-bottom: 4%;
}
.footer .clinic_list li .f_access p{
	font-size: 120%;
	margin-bottom: 0.4em;
}
.footer .clinic_list li:last-child .f_access .f_map{
	height:100vw;
	margin-left: auto;
	margin-right: auto;
}
.footer .clinic_list li .f_access .btnDeco{
	margin-top: 1em;
}
.footer .f_flex .flex_r > div{
	padding-bottom: 4%;
	margin-bottom: 4%;
}
.footer .f_flex .flex_r .tel1 p{
	font-size: 120%;
	margin-bottom: 0.5em;
}
.footer .f_flex .flex_r .tel1 dt{
	font-size: 195%;
}
.footer .f_flex .flex_r .tel2 > p{
	font-size: 120%;
	margin-bottom: 0.5em;
}
.footer .f_flex .flex_r .tel2 .tel_list{
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1em;
}
.footer .f_flex .flex_r .tel2 .tel_list li{
	max-width: 100%;
	width: 49%;
}
.footer .f_flex .flex_r .tel2 .tel_list li p{
	font-size: 125%;
}
.footer .f_flex .flex_r .tel2 .tel_list li dt{
	font-size: 160%;
}
.footer .f_flex .flex_r .tel2 .tel_list li dd{
	font-weight: normal;
}
.footer .line dt{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}
.footer .line dt span{
	display: inline-block;
}
.footer .line dt span:first-of-type{
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #46E333;
	margin-right: 0.5em;
}
.footer .line ul{
	display: flex;
	justify-content: space-between;
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.footer .line ul p{
	margin-bottom: 0.7em;
}
.footer .line ul li{
	max-width: 192px;
	width: 48.5%;
}
.footer .f_tel_sales{
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.footer .f_tel_sales dd{
	display: inline-block;
}
.footer .f_tel_sales .tel{
	margin-right: 1em;
}
.footer .f_tel_sales .mail a{
	position: relative;
	padding-left: 1em;
}
.footer .f_tel_sales .mail a::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 80%;
	position: absolute;
	left: 0;
	top: -0.25em;
}
.footer .f_tel_sales ul{
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-top: 0.5em;
}
.footer .f_tel_sales li {
	font-weight: normal;
	text-indent: -1.0em;
	margin-left: 1.0em;
}
	
.footer .btnDeco,
.footer .btnDeco a {
	display: block;
}
.footer .f_shinsatsu {
	text-align: left;
	font-size: 90%;
	margin-bottom: 10%;
}
.footer .f_nav {
	margin-top: 12%;
	font-size: 80%;
}
.footer .f_nav ul{
	display: flex;
    flex-wrap: wrap;
}
.footer .f_nav li{
	display: block;
	width: 33.3333%;
	box-sizing: border-box;
	margin: 1.0em 0 0;
}
.footer .f_nav .med_nav{
	margin-top: 1em;
}
.footer .f_nav .med_nav p{
	margin-bottom: 0;
}
.footer .f_nav .med_nav ul {
    justify-content: space-between;
}
.footer .f_nav .med_nav ul li {
	width: 49%;
}
.footer .copyright{
	padding-top:8%;
}
}




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

#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: #c59f3f;
	background: linear-gradient(to bottom, #c59f3f 0%,#a98401 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59f3f', endColorstr='#a98401',GradientType=0 );
}
#sp_footer ul {
	width: 100%;
	display: flex;
    justify-content: space-between;
}
#sp_footer li {
	width: 20%;
	text-align: center;
	margin: 0 auto !important;
}



/* PC
------------------------------------------*/
@media only screen and (min-width: 768px) {
.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;
}
.tb_only {
	display: inherit !important;
}
.sp_only {
	display: none !important;
}
.tb_pc {
	display: inherit !important;
}
.sp_tb {
	display: inherit !important;
}
/*body{background:#ccc;}*/
}

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

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