@charset "utf-8";

/* =======================================================================

 共通項目
 
======================================================================= */

/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */

html {
  font-size: calc( 100vw / 32 );
  overflow-y:auto;
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#434343;
}

@media screen and (min-width: 768px) {
html {
  font-size: 62.5%;
  overflow-y: scroll;
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#434343;  
}

}


/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
    position: relative;
	width: 100%;
	margin: 0 auto;
	border-top:#0aa765 3px solid;
}

section {
    height: auto;
    overflow: hidden;
    margin: 40px 0 0 0;
}


.sentence {
    height: auto;
    overflow: hidden;
}

.pc_none{
	display:block;
}

.sp_none{
	display:none;
}



@media screen and (min-width: 768px) {
body {
    position: relative;
	z-index:0;
	border-top:#0aa765 5px solid;
}

.pc_none{
	display:none;
}

.sp_none{
	display:block;
}

.py_20{
	padding: 20px 0 20px 0 !important;
}

.px_20{
	padding: 20px 0 20px 10px !important;
}

} 



/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
	height: auto;
	overflow: hidden;
	width: 100%;
	margin:0 auto 0 auto;
	padding:0 0 50px 0;
}

.main {
	width: 100%;
	margin:20px auto 0 auto;
}

.main_ud {
	width:96%;
    margin:0 auto;
	padding:0 0 0 0;
}  

.h2_frame{
	margin:0 0 0 0;

}

@media screen and (min-width: 768px) {
article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
	padding:0 0 90px 0;
}

.wrapper{
    height: auto;
    overflow: hidden;
	display:flex;
	justify-content:space-between;
    width: 100%;
	margin:0 auto;
	padding:0 0 0 0;
}


.main {
	width:100%;
    margin:0 0 0 0;
	padding:0 0 0 0;
}
  
.main_ud {
	width:1080px;
    margin:0 auto;
	padding:0 0 0 0;
}  


.h2_frame{
	margin:0 20px;

}

}


/* -----------------------------------------------------------
 見出し
----------------------------------------------------------- */

h2.img_title img.title_pc{
	display:none;
}

h2.img_title img.title_sp{
	width:100%;
	margin:0 0 30px 0;
}

/*下層*/  
h2.low{
  color: #ffffff;
  padding: 20px 10px 14px 10px;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: normal;
  margin: 0 0 10px 0;  
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa94e+5,ffbd67+5,ffbd67+100 */
  background: #ffa94e; /* Old browsers */
  background: -moz-linear-gradient(left, #ffa94e 10%, #ffbd67 10%, #ffbd67 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffa94e 10%,#ffbd67 10%,#ffbd67 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffa94e 10%,#ffbd67 10%,#ffbd67 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa94e', endColorstr='#ffbd67',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 6px 3px rgba(237,151,60,1);
  
}

h3{
  color: #ffffff;
  padding: 16px 10px 10px 10px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 10px 0;  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa94e+5,ffbd67+5,ffbd67+100 */
  background: #ffa94e; /* Old browsers */
  background: -moz-linear-gradient(left, #5daf4c 10%, #6cbb5c 10%, #6cbb5c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5daf4c 10%,#6cbb5c 10%,#6cbb5c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5daf4c 10%,#6cbb5c 10%,#6cbb5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5daf4c', endColorstr='#6cbb5c',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 6px 3px rgba(93,175,76,1);  
  
}

h4{
  color: #2c8f18;
  font-size: 1.5rem;
  background: url(../images/h4_line.gif) repeat-x;
  background-position: left bottom;
  padding: 0 0 7px 0;
  margin: 0 0 10px 0; 
  font-weight: normal;  
}


p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 140%;
	font-size:1.5rem;
}

@media screen and (min-width: 768px) {

p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 140%;
	font-size:1.8rem;
}

h2.img_title{
	width:1080px;
	margin:0 auto 0 auto;
}

h2.img_title img.title_pc{
	display:block;
}

h2.img_title img.title_sp{
	display:none;
}
  
/*下層*/  
h2.low{
  color: #ffffff;
  padding: 13px 10px 7px 20px;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0 0 25px 0;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa94e+5,ffbd67+5,ffbd67+100 */
  background: #ffa94e; /* Old browsers */
  background: -moz-linear-gradient(left, #ffa94e 6%, #ffbd67 6%, #ffbd67 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffa94e 6%,#ffbd67 6%,#ffbd67 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffa94e 6%,#ffbd67 6%,#ffbd67 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa94e', endColorstr='#ffbd67',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 6px 3px rgba(237,151,60,1);  
}
  
h3{
  color: #ffffff;
  padding: 10px 10px 4px 20px;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 25px 0;  
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa94e+5,ffbd67+5,ffbd67+100 */
  background: #ffa94e; /* Old browsers */
  background: -moz-linear-gradient(left, #5daf4c 6%, #6cbb5c 6%, #6cbb5c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5daf4c 6%,#6cbb5c 6%,#6cbb5c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5daf4c 6%,#6cbb5c 6%,#6cbb5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5daf4c', endColorstr='#6cbb5c',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 6px 3px rgba(93,175,76,1);    
}
  
h4{
  color: #2c8f18;
  font-size: 2.0rem;
  background: url(../images/h4_line.gif) repeat-x;
  background-position: left bottom;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0; 
  font-weight: normal;  
}  

}


/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
.green{
	color:#b0cf01;

}


.emphasis{
	font-size:1.8rem;
	font-weight:bold;
}

.underline{
	text-decoration:underline;
}

section p a {
	text-decoration:none;
	color:#434343;
}

div.answer div a {
	text-decoration:none;
	color:#434343;
}

a.link_text{
	color:#16962a;
}

@media screen and (min-width: 768px) {
.emphasis{
	font-size:2.2rem;
	font-weight:bold;
}

.under{
	text-decoration:underline;
}
}

/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
	margin: 0 0 10px 0;
	text-align: center;
}

.img_right img {
	width: 70%;
	height: auto;
}

.img_bana{
	margin:40px 0 0 0;
}

.img_bana img{
	width:100%;
	height:auto;
}

@media screen and (min-width: 768px) {
.img_right {
    float: right;
    margin: 0 0 10px 10px;
}

.img_right img {
	width: 250px;
	height: auto;
}

.img_bana{
	margin:45px 0 0 0;
}

.img_bana a:hover{
	opacity:0.6;
}

.img_bana img{
	width:auto;
	height:auto;
}


}

/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.list_normal li{
    line-height:130%;
	font-size:1.5rem;
	list-style-type:disc;
	margin:0 0 10px 25px;
}

ul.list_normal li a{
  color:#434343;
}

ul.list_num li{
    line-height:130%;
	font-size:1.5rem;
	list-style-type:decimal;
	margin:0 0 10px 30px;
	box-sizing:border-box;
}

ul.list_normal_two{
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}

ul.list_normal_two li{
	box-sizing:border-box;
    line-height:130%;
	font-size:1.5rem;
	list-style-type:disc;
	margin:0 0 10px 25px;
}

ul.list_num li{
    line-height:130%;
	font-size:1.5rem;
	list-style-type:decimal;
	margin:0 0 10px 30px;
	box-sizing:border-box;
}

ul.list_maru li{
    line-height:130%;
	font-size:1.5rem;
	list-style-type:none;
	margin:0 0 10px 0;
	box-sizing:border-box;
	background:url(../images/maru.gif) no-repeat;
	background-position:left top 0.4rem;
	padding:0 0 0 5%;
}

@media screen and (min-width: 768px) {

ul.list_normal li{
    line-height:130%;
	font-size:1.7rem;
	list-style-type:disc;
	margin:0 0 10px 25px;
}
  
ul.list_normal li a{
  color:#434343;
}  

ul.list_num li{
    line-height:130%;
	font-size:1.7rem;
	list-style-type:decimal;
	margin:0 0 20px 25px;
}

ul.list_normal_two{
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}

ul.list_normal_two li{
	width:45%;
	box-sizing:border-box;
    line-height:130%;
	font-size:1.7rem;
	list-style-type:disc;
	margin:0 0 10px 25px;
}

ul.list_maru li{
    line-height:130%;
	font-size:1.7rem;
	list-style-type:none;
	margin:0 0 10px 0;
	box-sizing:border-box;
	background:url(../images/maru.gif) no-repeat;
	background-position:left top 4px;
	padding:0 0 0 20px;
}
}



/* =======================================================================

 個別項目
 
======================================================================= */
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
}

.englishi_btn{
	text-align:center;
}

.head_frame{
	width:100%;
	height:auto;
	margin:13px 0 0 0;
}

/*ロゴ*/
.h_logo{
	width:75%;
    margin:0 0 0 2%;
}

.h_logo img{
	width:100%;
	height:auto;
}

/*ヘッダー情報*/
.h_inf{
	width:90%;
	margin:15px auto 0 auto;
	height:auto;
}


.h_tel img{
	vertical-align:middle;
}

img.icon1{
	width:6vw;
}

img.icon2{
	width:6vw;
}

img.btninquiry{
	width:35vw;
}

.h_tel span{
	margin:0 12px 0 5px;
	
}

.h_tel{
	margin:0 0 14px 0;
	font-size:5vw;
	color:#626262;
}

.h_tel a{
	color:#626262;
	text-decoration:none;
}

.h_address{
	font-size:4vw;
	color:#626262;
	overflow:hidden;
	height:50px;
}

.h_address span{
	margin:0 0 0 5px;
	height:50px;
	display:block;
	float:left;
}

.h_address img{
	vertical-align:middle;
	display:block;
	float:left;
}





/*診療時間*/
.head_time{
	display:none;

}

@media screen and (min-width: 768px) {
header{
	width:1080px;
	height:130px;
	margin:0 auto;
}

.englishi_btn{
	text-align:right;
}

.englishi_btn a:hover{
	opacity:0.6;
}

.head_frame{
	width:1080px;
	height:123px;
	margin:10px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	 justify-content: space-between;
	-webkit-flex-direction:row;
	flex-direction:row;
	
}

/*ロゴ*/
.h_logo{
	width:402px;
}

.h_logo img{
	width:381px;
	height:auto;
}

/*ヘッダー情報*/
.h_inf{
	width:349px;
	margin:0;
}


.h_tel img{
	vertical-align:middle;
}

img.icon1{
	width:24px;
}

img.icon2{
	width:24px;
}

img.btninquiry{
	width:135px;
}

.h_tel span{
	margin:0 12px 0 5px;
}

.h_tel{
	margin:0 0 14px 0;
	font-size:2.2rem;
	color:#626262;
}

.h_address{
	font-size:1.5rem;
	color:#626262;
	overflow:hidden;
	height:50px;
}

.h_address span{
	margin:0 0 0 5px;
	height:50px;
	display:block;
	float:left;
}

.h_address img{
	vertical-align:middle;
	display:block;
	float:left;
}



/*診療時間*/
.head_time{
	display:block;
	width:329px;
}

table.h_timetable {
	padding: 0px;
	vertical-align: middle;
	width: 100%;
	text-align:center;
	border-collapse:collapse;
	box-sizing:border-box;
}

table.h_timetable tr {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

table.h_timetable tr.t_line {
	border-bottom:#dcdcdc 1px solid;
}

table.h_timetable tr th {
	background-color:#6cbb5c;
	padding:6px 6px;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
	font-size:1.3rem;
	vertical-align:middle;
	box-sizing:border-box;
}

table.h_timetable tr th.time{
	width:100px;
	font-size:1.4rem;
}


table.h_timetable tr th span.ten{
	display:none;
}

table.h_timetable tr td {
	text-align:center;
	padding:6px 6px;
	color:#666666;
	font-size:1.1rem;
	vertical-align:middle;
	box-sizing:border-box;
}

table.h_timetable tr td.time2{
	color:#626262;
	font-size:1.2rem;
	padding:6px 0;
}

table.h_timetable tr td.green{
	color:#6cbb5c;
}


table.h_timetable tr td.double{
	font-size:1.5rem;
}

}

/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
.main_nav_pc{
	display:none;
}

@media screen and (min-width: 768px) {
	
.main_nav_pc{
	display:block;
	width:100%;
	height:55px;
	background-color:#0aa765;
}

ul.main_nav{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	 justify-content: space-between;
	-webkit-flex-direction:row;
	flex-direction:row;
	width:1080px;
	margin:0 auto;
}

ul.main_nav li{
	text-align:center;
	width:180px;
	box-sizing:border-box;
	font-size:1.3rem;
	background:url(../images/gnav_bg.png) no-repeat;
	background-position:center top;
}


ul.main_nav li a{
    color:#ffffff;
	text-decoration:none;
	display:block;
	width:100%;
	padding:10px 0;
	margin:10px 0;
	border-left:#82d0b0 1px solid;	
}

ul.main_nav li:last-child a{
	border-right:#82d0b0 1px solid;
}


ul.main_nav li a:hover{
	opacity:0.6;
}


}
/* -----------------------------------------------------------
　ハンバーガーメニュー
----------------------------------------------------------- */

/*ハンバーガーアイコン*/

.nav_icon_frame{
	position:absolute;
    cursor: pointer;
	right:4%;
    top:8vw;
	z-index:99999;
	padding:12px 0 0 0;
	box-sizing:border-box;
	width: 50px;
}

.nav__icon {
	width: 50px;
    height: 28px;
}
 
.nav__icon span {
    background:#626262;
    position: absolute;
    left: 0;
	right:0;
    width: 50px;
    height: 3px;
    border-radius: 4px;
	text-align:center;
	margin:0 auto;
}
 
.nav__icon span:nth-of-type(1) {
    top: 4px;
}
 
.nav__icon span:nth-of-type(2) {
    top: 16px;
}
 
.nav__icon span:nth-of-type(3) {
    top: 28px;
}
 
.nav__icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
 
.nav__icon.active span:nth-of-type(2) {
    display: none;
}
 
.nav__icon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.nav__icon p{
	font-size:12px;
	margin:28px 0 0 0;
	text-align:center;
	color:#626262;
	font-weight:bold;
} 

.nav__icon,
.nav__icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 999;
}

.drawr {
	display: none;
	position: absolute;
	top: 18vw;
	right:0;
	width:80%;
	padding:10px 0;
	margin:40px 0 0 0;
	height:auto;
	z-index:999999;
	background-color:rgba(23,163,81,0.90)
}

.openNav{
	display:block;
}

/*グローバルナビ*/

.main_nav_sp{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 0 20%;
}

.main_nav_sp nav{
	width:100%;
	margin:0 auto;
}

.main_nav_sp ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	 justify-content: center;
	-webkit-flex-direction:column;
	flex-direction:column;
	padding:0 5%;
	width:100%;
	box-sizing:border-box;
}

.main_nav_sp ul li{
	width:100%;
	text-align:center;
	font-weight:normal;
	font-size:5vw;
	letter-spacing:0.05em;
	line-height:140%;
	list-style-type:none;
	box-sizing:border-box;
	padding:0 0 0 0.5em;
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 8px 0;

}


.main_nav_sp ul li a{
	color:#59493f;
	text-decoration:none;
	width:100%;
	display:block;
	padding:10px 0;
	text-shadow:none;
	box-sizing:border-box;
	text-align:left
}


.main_nav_sp ul li:nth-child(1) a:before{
	content:"";
	display:inline-block;
	background-image:url(../images/ico_sp_home.png);
	background-size:contain;
	background-position:left center;
	width:6vw;
	height:6vw;
	margin:0 5px 0 0;


}

.main_nav_sp ul li:nth-child(2) a:before{
	content:"";
	display:inline-block;
	background-image:url(../images/ico_sp_doctor.png);
	background-size:contain;
	background-position:left center;
	width:6vw;
	height:6vw;
	margin:0 5px 0 0;
}

.main_nav_sp ul li:nth-child(3) a:before{
	content:"";
	display:inline-block;
	background-image:url(../images/ico_sp_concept.png);
	background-size:contain;
	background-position:left center;
	width:6vw;
	height:6vw;
	margin:0 5px 0 0;
}

.main_nav_sp ul li:nth-child(4) a:before{
	content:"";
	display:inline-block;
	background-image:url(../images/ico_sp_treatment.png);
	background-size:contain;
	background-position:left center;
	width:6vw;
	height:6vw;
	margin:0 5px 0 0;	
}

.main_nav_sp ul li:nth-child(5) a:before{
	content:"";
	display:inline-block;
	background-image:url(../images/ico_sp_first.png);
	background-size:contain;
	background-position:left center;
	width:6vw;
	height:6vw;
	margin:0 5px 0 0;	
}

.main_nav_sp ul li:nth-child(6) a:before{
	content:"";
	display:inline-block;
	background-image:url(../images/ico_sp_clinic.png);
	background-size:contain;
	background-position:left center;
	width:6vw;
	height:6vw;
	margin:0 5px 0 0;		
}

.main_nav_sp ul li:nth-child(7) a:before{
	content:"";
	display:inline-block;
	background-image:url(../images/ico_sp_access.png);
	background-size:contain;
	background-position:left center;
	width:6vw;
	height:6vw;
	margin:0 5px 0 0;	
}

.main_nav_sp ul li:nth-child(8) a:before{
	content:"";
	display:inline-block;
	background-image:url(../images/ico_sp_notice.png);
	background-size:contain;
	background-position:left center;
	width:6vw;
	height:6vw;
	margin:0 5px 0 0;	
}


@media screen and (min-width: 768px) {
.main_nav_sp{
	display:none;
}


}


/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_frame{
	display:none;
}

.key_visual_sp{
	margin:15px 0 0 0;
	width:100%;
}

.key_visual_sp img{
	width:100%;
	height:auto;
}

.key_visual_bg_sp{
	display:block;
	width:100%;
}

.key_visual_bg_sp img{
	width:100%;
	position:relative;
	z-index:10;
}

.key_visual_bg_low_pc{
  display: none;
}

.key_visual{
  background: url(../images/key_visual_sp_01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  height: 64vw;
}

.key_on_sp{
	display:block;
	width:100%;
}

.key_on_sp img{
	width:100%;
	position:relative;
	z-index:10;
}

.key_on_pc{
	display:none;
}


/*下層*/
.key_visual_bg_low{
  display: block;
  background: url(../images/key_visual_sp_ud.jpg) no-repeat;
	background-size:contain;
	padding-top:calc(170 / 750 * 100%);
	box-sizing:border-box;
  margin:0 auto 0 auto;	  
}

.key_visual_bg_low h1{
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  box-sizing: border-box;
  font-weight: normal;
	margin:-14vw 0 0 0;  
}	

@media screen and (min-width: 768px) {
.key_frame_sp{
	display:none;
}	

.key_frame{
	display:block;
	height:364px;
	position:relative;
}


#cf1,#cf2,#cf3{
	margin:0 auto;
	text-align:center;
	left:0;
	right:0;
	overflow:hidden;
}

.key_on{
	width:1080px;
	margin:0 auto;
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	top:60px;
}
  
.key_visual{
  background: url(../images/key_visual_pc_01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  height: 364px;
}

.key_on_sp{
	display:none;
}

.key_on_pc{
  display: block;
  width: 1080px;
  margin: 0 auto;
}

.key_on_pc img{
  margin: 60px 0 0 0;
}  

/*下層*/
.key_visual_bg_low{
  display: block;
  background: url(../images/key_visual_pc_ud.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  height: 143px;
  padding: 0;
}

.key_visual_bg_low h1{
  text-align: center;
  font-size: 4rem;
  color: #ffffff;
  box-sizing: border-box;
  padding: 50px 0 0 0;
  font-weight: normal;
  margin: 0;
}	

}

/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice{
	width:100%;
	background-color:#e2f7b8;
	padding:20px 0 0 0;
	margin:50px auto;	
}

.notice_frame{
	width:96%;
	margin:0 auto 0 auto;
	background:url(../images/index_infobg_sp.jpg) no-repeat;
	background-position:right bottom;
	background-size:contain;

}
.notice_title h2{
	text-align:center;	
	font-size:1.75rem;
	color:#00a05d;
	background-color:#ffffff;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:80%;
	margin:0 auto;
	padding:20px 0;
}

.notice h2 span{
	font-size:1.75rem;
	margin:0 0 0 10px;
}

.notice_title h2 img{
	margin:0 2vw 0 0 ;
	vertical-align:middle;
	width:5vw;
	height:auto;
}


.notice_text{
	height:400px;
	margin:20px auto 0 auto;
	padding:0 0 20px 0;
}

.notice_frame dl{
	width:100%;
	margin:0 auto;
	padding:20px 0;
    overflow-y: scroll;
	box-sizing:border-box;
	height:390px;
}

.notice_frame dl dt {
    font-size: 1.4rem;
    color: #00a05d;
	box-sizing:border-box;
	font-weight:normal;
	border-left:#6cbb5c 10px solid;
	padding:0 0 0 10px;
}

.notice_frame dl dt span{
	margin:0 10px 0 0;
	display:block;
}

.notice_frame dl dd {
    margin:0 0 30px 0;
	padding:0 0 0 10px;	
    font-size: 1.4rem;
	color:#626262;
	box-sizing:border-box;	
	border-left:#ffffff 10px solid;
}

.notice_frame dl dd.news_body {
    margin:0 0 30px 0;
	padding:0 0 0 10px;	
    font-size: 1.4rem;
	color:#626262;
	box-sizing:border-box;	
	border-left:#ffffff 10px solid;
}

.notice_frame dl dd.link_text {
    margin:-30px 0 30px 0;
	padding:0 0 0 10px;	
    font-size: 1.4rem;
	color:#626262;
	box-sizing:border-box;	
	border-left:#ffffff 10px solid;
}

.notice_frame dl dd.link_text a{
	color:#626262;
}  

.notice_frame dl dd p{
    font-size: 1.4rem;
	color:#626262;	
}


.notice_frame dl::-webkit-scrollbar {
  width: 12px;
   background:#ffffff;
 }
 
.notice_frame dl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
 }
 
.notice_frame dl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background:#cccccc;
 }

@media screen and (min-width: 768px) {

.notice{
	width:1080px;
	background-color:#ffffff;
	padding:0 0 0 0;
	margin:50px auto;
}

.notice_frame{
	width:918px;
	height:400px;
	box-sizing:border-box;
	margin:0 auto 0 auto;
	background:url(../images/index_infobg.png) no-repeat;
	background-position:right bottom;
	background-size:contain;
	background-color:#e2f7b8;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	 justify-content: space-around;
	-webkit-flex-direction:row;
	flex-direction:row;

}

.notice_title{
	width:180px;
	height:345px;
	background-color:#ffffff;
	text-align:center;
	margin:30px 0 0 30px;
}


.notice_title h2{
	font-size:2.4rem;
	color:#00a05d;
	background-color:#ffffff;
	font-weight:normal;
	text-align:center;	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	margin:100px auto 0 auto;
	padding:20px 0;
	display:block;
	line-height:120%;
}

.notice h2 span{
	font-size:1.4rem;
	margin:0 0 0 10px;
	display:block;
}

.notice_title h2 img{
	margin:0 auto;
	vertical-align:middle;
	width:28px;
	height:auto;
	display:block;
	text-align:center;
}


.notice_text{
	height:345px;
	margin:30px auto 0 auto;
}

.notice_frame dl{
	width:650px;
	height:345px;
	margin:0 auto;
	padding:0 0 0 0;
    overflow-y: scroll;	
}

.notice_frame dl dt {
    font-size: 1.4rem;
    color: #00a05d;
	box-sizing:border-box;
	font-weight:normal;
	border-left:#6cbb5c 6px solid;
	padding:0 0 0 10px;
}

.notice_frame dl dt span{
	margin:0 10px 0 0;
	display:block;
}

.notice_frame dl dd {
    margin:0 0 30px 0;
	padding:0 0 0 10px;	
    font-size: 1.4rem;
	color:#626262;
	box-sizing:border-box;	
	border-left:#ffffff 6px solid;
}
 
.notice_frame dl dd.news_body {
    margin:0 0 30px 0;
	padding:0 0 0 10px;	
    font-size: 1.4rem;
	color:#626262;
	box-sizing:border-box;	
	border-left:#ffffff 6px solid;
}
  
.notice_frame dl dd.link_text {
    margin:-30px 0 30px 0;
	padding:0 0 0 10px;	
    font-size: 1.4rem;
	color:#626262;
	box-sizing:border-box;	
	border-left:#ffffff 6px solid;
}  
  
.notice_frame dl dd.link_text a{
	color:#626262;
}  

.notice_frame dl dd p{
    font-size: 1.4rem;
	color:#626262;	
}


.notice_frame dl::-webkit-scrollbar {
  width: 12px;
   background:#ffffff;
 }
 
.notice_frame dl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
 }
 
.notice_frame dl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background:#cccccc;
 }




}


/* -----------------------------------------------------------
　Pick up
----------------------------------------------------------- */
/*Pick up*/

.pick_up_spbg{
	width:100%;
	background:url(../images/index_pickup_bg.jpg) repeat-x;
	background-position:left 18vw;
	background-size:cover;
	padding:0 0 30px;

}

.pick_up_box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	 justify-content: center;
	-webkit-flex-direction:column;
	flex-direction:column;
	width:90%;
	margin:0 auto;
}

.pickup01{
	margin:0 0 50px 0;
}

.pickup01 img{
	width:100%;
	height:auto;
}

.pickup01_bg{
	background:url(../images/pickup_01_bg.jpg) no-repeat;
	background-size:cover;
	padding:2vw;
	margin:-3px 0 0 0;
}

.pickup02{
	margin:0 0 50px 0;
}

.pickup02 img{
	width:100%;
	height:auto;
}

.pickup02_bg{
	background:url(../images/pickup_02_bg.jpg) no-repeat;
	background-size:cover;
	padding:2vw;
	margin:-3px 0 0 0;	
}

.pickup03{
	margin:0 0 0 0;
}

.pickup03 img{
	width:100%;
	height:auto;
}

.pickup03_bg{
	background:url(../images/pickup_03_bg.jpg) no-repeat;
	background-size:cover;
	padding:2vw;
	margin:-3px 0 0 0;	
}

.detail_here{
	text-align:right;
	color:#6cbb5c;	
}

.detail_here a{
	color:#6cbb5c;
	text-decoration:none;
}

.detail_here img{
	width:4.5vw;
	vertical-align:middle;
	margin:0 0 0 5px;
}


@media screen and (min-width: 768px) {
/*Pick up*/
.pick_up{
	width:100%;
	background:url(../images/index_pickup_bg.jpg) repeat-x;
	background-position:center top 138px;
	margin:0 0 30px 0;
}

.pick_up_box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	 justify-content: space-between;
	-webkit-flex-direction:row;
	flex-direction:row;
	width:1080px;
	margin:24px auto 0 auto;
}

.pickup01{
	width:312px;
	margin:0 0 50px 0;

}

p.pickup_text{
	font-size:1.6rem;
	line-height:140%;	
}

.pickup01 img{
	width:100%;
	height:auto;
}

.pickup01_bg{
	background:url(../images/pickup_01_bg.jpg) no-repeat;
	background-size:cover;
	padding:20px 20px 10px 20px;
	height:148px;
	box-sizing:border-box;
	position:relative;
	margin:-3px 0 0 0;	
}


.pickup02{
	width:312px;	
	margin:0 0 50px 0;
}

.pickup02 img{
	width:100%;
	height:auto;
}

.pickup02_bg{
	background:url(../images/pickup_02_bg.jpg) no-repeat;
	background-size:cover;
	padding:20px;
	height:148px;
	box-sizing:border-box;	
	position:relative;
	margin:-3px 0 0 0;
}

.pickup03{
	width:312px;	
	margin:0 0 0 0;
}

.pickup03 img{
	width:100%;
	height:auto;
}

.pickup03_bg{
	background:url(../images/pickup_03_bg.jpg) no-repeat;
	background-size:cover;
	padding:20px 20px 10px 20px;
	height:148px;
	box-sizing:border-box;	
	position:relative;	
	margin:-3px 0 0 0;	
}

.detail_here{
	text-align:right;
	font-size:1.6rem;
	position:absolute;
	right:20px;
	bottom:0;
}

.detail_here a{
	color:#6cbb5c;
	text-decoration:none;
}

.detail_here a:hover{
	opacity:0.6;
}

.detail_here img{
	width:14px;
	height:auto;
	vertical-align:middle;
	margin:0 0 0 5px;
}


}

/* -----------------------------------------------------------
　Greeting
----------------------------------------------------------- */
.greeting{
	background:url(../images/index_greeting_bg_sp.jpg) no-repeat;
	background-position:left 15vw;
	background-size:cover;
	width:100%;
	height:auto;
	margin:8vw auto 40px auto;
	padding:23px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	 justify-content:center;
	-webkit-flex-direction:column;
	flex-direction:column;
	box-sizing:border-box;
	
}

.greeting_title{
	text-align:center;
}

.greeting_title_pc{
	display:none;
}	

.greeting_title_sp{
	width:80%;
	height:auto;
}	

.greeting_text{
	width:96%;
	margin:0 auto;
	padding:2vw;
}

.greeting_text p{
	font-size:1.5rem;
	line-height:180%;
}

@media screen and (min-width: 768px) {
.greeting{
	background:url(../images/index_greeting_bg.jpg) no-repeat;
	width:1080px;
	height:232px;
	margin:0 auto 20px  auto;
	padding:23px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	 justify-content:flex-start;
	-webkit-flex-direction:row;
	flex-direction:row;	
	
}	

.greeting_title_pc{
	display:block;
}	

.greeting_title_sp{
	display:none;	
}	

.greeting_text{
	width:417px;
	padding:30px 0 0 38px;
	margin:0;
}

.greeting_text p{
	font-size:1.5rem;
	line-height:180%;
}

}


/* -----------------------------------------------------------
　Characteristic
----------------------------------------------------------- */
.characteristic_box{
	width:90%;
	margin:30px auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	 justify-content:center;
	-webkit-flex-direction:column;
	flex-direction:column;	
}

.characteristic_box div{
	width:100%;
	margin:0 0 0 0;
}

.characteristic_title{
	width:100%;
	height:atuo;
	text-align:center;

}

.characteristic_title img{

	width:100%;
}

.characteristic_title p{
	margin:-2.8rem auto 0 auto;
	color:#ff8034;
	font-size:2.8rem;
}

div.characteristic_text{
	background-color:#ffbd67;
	color:#ffffff;
	padding:10px 20px 5px 15px;
	box-sizing:border-box;
	margin:0 0 50px 0;
}

.characteristic_text p{
	font-size:1.4rem;
	line-height:160%;
	margin:0 0 10px 0;
}

a.detail_here_c{
	text-align:right;
	font-size:1.3rem;
	margin:0;
  display: block;
	padding:10px 20px 10px 15px;
  text-decoration: none;
  color: #ffffff;  
}

.detail_here_c img{
	margin:0 0 0 5px;
	width:4.5vw;
	vertical-align:middle;	
}


@media screen and (min-width: 768px) {
.characteristic_box{
	width:1080px;
	margin:30px auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	 justify-content:space-between;
	-webkit-flex-direction:row;
	flex-direction:row;	
}

.characteristic_box div{
	width:255px;
	margin:0;
}

.characteristic_title{
	width:255px;
	height:132px;
	text-align:center;
	position:relative;
}

.characteristic_title img{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

.characteristic_title p{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	margin:0 auto;
	color:#ff8034;
	font-size:2.3rem;
}

.characteristic_text{
	background-color:#ffbd67;
	color:#ffffff;
	padding:10px 20px 10px 15px;
	box-sizing:border-box;
	margin:0;
}

.characteristic_text p{
	font-size:1.4rem;
	line-height:180%;
	margin:5px 0;
}

a.detail_here_c{
	text-align:right;
	font-size:1.3rem;
	margin:0;
  display: block;
	padding:10px 20px 10px 15px;
  text-decoration: none;
  color: #ffffff;
}
  
a.detail_here_c:hover{
  opacity: 0.6;
}  

.detail_here_c img{
	width:14px;	
	margin:0 0 0 5px;
}

}

/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */

/*内容*/
.overview{
	width:100%;
	clear:both;
}

.overview_title img.index_overview_logo{
	display:none;

}

.overview_title img.index_overview_logo_sp{
	width:100%;
	height:auto;
}

.overview_frame{
	width:100%;
	margin:0 auto;
}

.overview_frame h2 img{
	width:80%;
	height:auto;
}

.overview_box{
	width:100%;
    display: -webkit-flex;	
	display:flex;
	flex-direction:column;
	margin:30px auto 0 auto;
}

.overview_box_left{
	width:90%;
	margin:0 auto;
}

.overview_box_left dl{
    display: -webkit-flex;	
	display:flex;
	justify-content:space-around;
	flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.overview_box_left dl dt{
	width:30%;
	background-color:#e2f7b8;
	text-align:center;
	color:#0aa765;
	font-size:1.4rem;
	padding:4.5vw 0;
	border-top:#f8fdf0 1px solid;
	vertical-align:middle;
}

.overview_box_left dl dt:last-child{
	border-bottom:#f8fdf0 1px solid;
}

.overview_box_left dl dd{
	width:70%;
	background-color:#ffffff;	
	font-size:1.4rem;
	padding:4.5vw 0 4.5vw 15px;
	border-top:#6cbb5c 1px solid;
	box-sizing:border-box;
	color:#434343;
}

.overview_box_left dl dd.tel_size{
	font-size:2rem;
	font-weight:bold;
}

.overview_box_left dl dd.two{
	padding:2vw 0 2vw 15px;
}

.overview_box_left dl dd:last-child{
	border-bottom:#6cbb5c 1px solid;
}

.overview_box_left dl dd a{
	color:#434343;
	text-decoration:none;
}


.overview_box_left dl dd ul.list_maru li{
  padding: 0 0 0 10%;
}


/*診療時間*/

table.timetable {
	padding: 0px;
	vertical-align: middle;
	width: 100%;
	margin:10px 0 10px 0;
	text-align:center;
	border-collapse:collapse;
	box-sizing:border-box;
}

table.timetable tr {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

table.timetable tr.t_line {
	border-bottom:#0aa765 1px solid;
}

table.timetable tr th {
	background-color:#e2f7b8;
	padding:12px 0;
	text-align:center;
	font-weight:normal;
	color:#0aa765;
	font-size:1.4rem;
	vertical-align:middle;
	box-sizing:border-box;
	border-bottom:#0aa765 1px solid;	
}

table.timetable tr th.time{
	width:130px;
	font-size:1.3rem;
}


table.timetable tr th span.ten{
	display:none;
}

table.timetable tr td {
	text-align:center;
	padding:6px 6px;
	color:#313131;
	font-size:1.4rem;
	vertical-align:middle;
	box-sizing:border-box;
	background-color:#ffffff;
}

table.timetable tr td.time2{
	color:#626262;
	font-size:1.2rem;
	padding:6px 0;
}

table.timetable tr td.green{
	color:#0aa765;
}

p.timetable_title_notice{
	font-size:1.4rem;
}


.overview_box_right{
	margin:17px 0 0 0;
	height:auto;
	text-align:center;

}

iframe.google_map{
	width:90%;
	height:350px;
	margin:0 auto;
}

p.google_map_btn{
	text-align:center;
	margin:15px auto;
	padding:0 0 15px 0;
	width:90%;
}

p.google_map_btn img{
	width:100%;
	height:auto;
}


@media screen and (min-width: 768px) {
/*内容*/
.overview{
	width:100%;
	clear:both;
}

.overview_title{
	display:block;
	text-align:center;
	margin:0 auto;
	background:url(../images/index_overview_logo_bg.png) repeat-x;
	height:129px;
}

.overview_title img.index_overview_logo{
	display:inline-block;
}

.overview_title img.index_overview_logo_sp{
	display:none;

}

.overview_title img{
	width:354px;
	height:auto;
	margin:27.5px 0;
}

.overview_frame{
	width:1000px;
	margin:60px auto 0 auto;
	padding:0 0 60px 0;
}

.overview_box{
	width:1000px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin:0 auto 0 auto;
}

.overview_box_left{
	width:480px;
	box-sizing:border-box;
	margin:0;
}

.overview_box_left dl{
    display: -webkit-flex;	
	display:flex;
	justify-content:space-around;
	flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.overview_box_left dl dt{
	width:28%;
	background-color:#e2f7b8;
	text-align:center;
	color:#0aa765;
	font-size:1.7rem;
	padding:20px 0 0 0;
	border-top:#f8fdf0 1px solid;
	box-sizing:border-box;
}

.overview_box_left dl dt.overview_access{
	padding:60px 0 0 0;	
}

.overview_box_left dl dt.overview_tel{
	padding:25px 0 0 0;	
}

.overview_box_left dl dt:last-child{
	border-bottom:#f8fdf0 1px solid;
}

.overview_box_left dl dd{
	width:72%;
	background-color:#ffffff;	
	font-size:1.7rem;
	padding:12px 0 12px 10px;
	border-top:#6cbb5c 1px solid;
	box-sizing:border-box;
	color:#626262;
}

.overview_box_left dl dd.overview_tel{
	padding:25px 0 25px 15px;
}

.overview_box_left dl dd:last-child{
	border-bottom:#6cbb5c 1px solid;
}

.overview_box_left dl dd a{
	color:#434343;
	text-decoration:none;
}
  
.overview_box_left dl dd ul.list_maru li{
  padding: 0 0 0 20px;
}


/*診療時間*/
table.timetable {
	padding: 0px;
	vertical-align: middle;
	width: 100%;
	margin:25px 0 10px 0;
	text-align:center;
	border-collapse:collapse;
	box-sizing:border-box;
}

table.timetable tr {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

table.timetable tr.t_line {
	border-bottom:#0aa765 1px solid;
}

table.timetable tr th {
	background-color:#e2f7b8;
	padding:13px 6px;
	text-align:center;
	color:#0aa765;
	font-size:1.5rem;
	vertical-align:middle;
	box-sizing:border-box;
}

table.timetable tr th.holiday{
	width:60px;
}

table.timetable tr th.time{
	width:110px;
	letter-spacing:0.1em;
	font-size:1.5rem;
}

table.timetable tr th span.ten{
	display:inline;
}

table.timetable tr td {
	text-align:center;
	padding:13px 6px;
	color:#626262;
	font-size:1.5rem;
	vertical-align:middle;
	box-sizing:border-box;
}

table.timetable tr td.time2{
	color:#313131;
	font-size:1.5rem;
	padding:10px 0;
}


table.timetable tr td.green{
	color:#0aa765;
}



p.timetable_title_notice{
	font-size:1.4rem;
}


.overview_box_right{
	width:462px;
	margin:0 0 0 0;
	height:auto;
	text-align:center;
	box-sizing:border-box;
}

iframe.google_map{
	width:462px;
	height:430px;
	margin:0 auto;
}

p.google_map_btn{
	text-align:center;
	margin:32px 0 0 0;
	padding:0;
	width:470px;
}

p.google_map_btn img{
	width:470px;
	height:33px;
}

p.google_map_btn:hover{
	opacity:0.6;
}

}


/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer{
	background-color:#00a05d;
	padding:30px 0 0 0;
}

.footer_frame{
	width:100%;
	margin:0 auto 20px auto;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	 justify-content: center;
	-webkit-flex-direction:column;
	flex-direction:column;
}

.footer_list_clinic{
	width:90%;
	margin:0 auto 30px auto;
}

.footer_list_treatment{
	width:90%;
	margin:0 auto;	
}

.footer_list_title{
	color:#e2f7b8;
	font-size:1.6rem;
	font-weight:bold;
}


ul.footer_list{
	width:100%;
	display: flex;
	-webkit-justify-content: flex-start;
	 justify-content: flex-start;
	-webkit-flex-direction:row;
	flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.footer_list li{
	width:48%;
	box-sizing:border-box;
    line-height:130%;
	font-size:3.5vw;
	margin:0 0 10px 0;
	list-style-type:none;	
}


ul.footer_list li a{
	color:#ffffff;
	text-decoration:none;
}

.footer_english_page p{
	font-size:3.5vw;
	background-color:#e2f7b8;
	display:inline-block;
	width:35%;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0 0 0 5%;
	
}

.footer_english_page p a{
	color:#00a05d;
	text-decoration:none;
	display:block;
	width:100%;
	padding:5px 0;
}

.footer_english_page p a:hover{
	opacity:0.6;
}




.copyright{
	height:auto;
	text-align:center;
	padding:7px 0 ;
	box-sizing:border-box;
	color:#00a05d;
	font-size:1.1rem;
	background-color:#ffffff;
	margin:0 0 0 0;
}

.copyright a{
	color:#00a05d;
	text-decoration:none;
}

@media screen and (min-width: 768px) {
footer{
	background-color:#00a05d;
	padding:25px 0 0 0;
}

.footer_frame{
	width:800px;
	margin:0 auto 15px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	 justify-content: flex-start;
	-webkit-flex-direction:row;
	flex-direction:row;
}

.footer_list_clinic{
	width:380px;
	margin:0;
}

.footer_list_treatment{
	width:300px;
	margin:0;	
}

.footer_list_title{
	color:#e2f7b8;
	font-size:1.8rem;
	font-weight:bold;
}


ul.footer_list{
	width:380px;	
	display: flex;
	-webkit-justify-content: flex-start;
	 justify-content: flex-start;
	-webkit-flex-direction:row;
	flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.footer_list li{
	width:48%;
	box-sizing:border-box;
    line-height:120%;
	font-size:1.5rem;
	margin:0 0 10px 0;
	list-style-type:none;	
}


ul.footer_list li a{
	color:#ffffff;
	text-decoration:none;
}

.footer_english_page p{
	font-size:1.4rem;
	background-color:#e2f7b8;
	display:block;
	width:140px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0 0 0 0;	
	
}

.footer_english_page p a{
	color:#00a05d;
	text-decoration:none;
	display:block;
	width:100%;
	padding:5px 0;
}

.footer_english_page p a:hover{
	opacity:0.6;
}

.copyright{
	height:auto;
	text-align:center;
	padding:12px 0 ;
	box-sizing:border-box;
	font-size:1.5rem;
	background-color:#ffffff;
	color:#00a05d;	
	margin:0;
}

.copyright a{
	color:#00a05d;
	text-decoration:none;
}
}


/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */

#linkpagetop {
	float: right;
}
#pagetop {
	position: fixed;
	bottom: 100px;
	right: 0px;
	height: 60px;
	text-align: center;
	margin:0 2% 0 0;
}

#pagetop a {
	display: block;
	color: #FFF;
}

#pagetop_position {
	float: right;
	margin: 0px;
	padding: 0px;
}

#linkpagetop img{
	width:80%;
	height:auto;
}


@media screen and (min-width: 768px) {
#linkpagetop {
    float: left;
}

#pagetop {
    position: fixed;
    bottom: 80px;
    left:50%;
	margin:0 0 0 600px;
    height: 105px;
    text-align: center;
}

#pagetop a {
    display: block;
    color: #FFF;
}

#pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
}

#linkpagetop img{
	width:93%;
	height:auto;
}
}


@media screen and (min-width: 768px) and (max-width:1500px) {
	#pagetop {
    position: fixed;
    bottom: 80px;
    left:50%;
	margin:0 0 0 450px;
    height: 105px;
    text-align: center;
}

}

/* -----------------------------------------------------------
　医師紹介
----------------------------------------------------------- */
.doctor_name{
  text-align: right;
}

/*経歴など*/
dl.bio_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	 justify-content: space-between;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	 flex-wrap: wrap;
	font-size:1.5rem;
	box-sizing:border-box;
	margin:0 0 20px 0;
	line-height:140%;
}

dl.bio_list dt{
	width:25%;
	margin:0 0 10px 0;
}

dl.bio_list dd{
	width:75%;
	margin:0 0 10px 0;	
}


@media screen and (min-width: 768px) {

  /*経歴など*/	
dl.bio_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	 justify-content: flex-start;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	 flex-wrap: wrap;	
	font-size:1.8rem;
	box-sizing:border-box;
	line-height:100%;
}

dl.bio_list dt{
	width:100px;
	margin:0 0 20px 0;
}

dl.bio_list dd{
	width:900px;
	margin:0 0 20px 0;
}  
}

/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.arrow{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #6cbb5c;
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
}

/* -----------------------------------------------------------
　診療時間・アクセス
----------------------------------------------------------- */

iframe.access_google_map{
	width:100%;
	height:350px;
	margin:10px auto 0 auto;
}

p.access_google_map_btn{
	text-align:center;
	margin:15px auto;
	padding:0 0 15px 0;
	width:100%;
}

p.access_google_map_btn img{
	width:100%;
	height:auto;
}

/*診療時間*/

table.access_timetable {
	padding: 0px;
	vertical-align: middle;
	width: 100%;
	margin:10px 0 10px 0;
	text-align:center;
	border-collapse:collapse;
	box-sizing:border-box;
}

table.access_timetable tr {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

table.access_timetable tr.t_line {
	border-bottom:#0aa765 1px solid;
}

table.access_timetable tr th {
	background-color:#e2f7b8;
	padding:12px 0;
	text-align:center;
	font-weight:normal;
	color:#0aa765;
	font-size:1.4rem;
	vertical-align:middle;
	box-sizing:border-box;
	border-bottom:#0aa765 1px solid;	
}

table.access_timetable tr th.time{
	width:130px;
	font-size:1.3rem;
}


table.access_timetable tr th span.ten{
	display:none;
}

table.access_timetable tr td {
	text-align:center;
	padding:6px 6px;
	color:#313131;
	font-size:1.4rem;
	vertical-align:middle;
	box-sizing:border-box;
	background-color:#ffffff;
}

table.access_timetable tr td.time2{
	color:#626262;
	font-size:1.2rem;
	padding:6px 0;
}

table.access_timetable tr td.green{
	color:#0aa765;
}




@media screen and (min-width: 768px) {


iframe.access_google_map{
	width:1080px;
	height:430px;
	margin:0 auto;
}

p.google_map_btn{
	text-align:center;
	margin:32px 0 0 0;
	padding:0;
	width:470px;
}

p.access_google_map_btn img{
	width:470px;
	height:33px;
}

p.access_google_map_btn:hover{
	opacity:0.6;
}

/*診療時間*/
table.access_timetable {
	padding: 0px;
	vertical-align: middle;
	width: 100%;
	margin:25px 0 10px 0;
	text-align:center;
	border-collapse:collapse;
	box-sizing:border-box;
}

table.access_timetable tr {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

table.access_timetable tr.t_line {
	border-bottom:#0aa765 1px solid;
}

table.access_timetable tr th {
	background-color:#e2f7b8;
	padding:13px 6px;
	text-align:center;
	color:#0aa765;
	font-size:1.6rem;
	vertical-align:middle;
	box-sizing:border-box;
  width: 125px;
}


table.access_timetable tr th.time{
	width:200px;
	letter-spacing:0.1em;
	font-size:1.6rem;
}

table.access_timetable tr th span.ten{
	display:inline;
}

table.access_timetable tr td {
	text-align:center;
	padding:13px 6px;
	color:#626262;
	font-size:1.6rem;
	vertical-align:middle;
	box-sizing:border-box;
}

table.access_timetable tr td.time2{
	color:#313131;
	font-size:1.6rem;
	padding:10px 0;
}


table.access_timetable tr td.green{
	color:#0aa765;
}
  
}

/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_link{
  font-size:1.5rem;
  color:#434343;
  margin: 0 15px 0 0;
}

.reservation{
  color: #ff8034;
  font-size: 2.2rem;
  margin: 40px 0 0 0 ;
  border: #ff8034 1px solid;
  display: inline-block;
  padding: 5px 10px 0 10px;
}

.reservation2{
  color: #ff8034;
  font-size: 2.2rem;
  margin: 20px 0 20px 0 ;
  border: #ff8034 1px solid;
  display: inline-block;
  padding: 5px 10px 0 10px;
}

table.price_table{
	padding: 0px;
	vertical-align: middle;
	width: 99%;
	margin:10px 0 10px 0;
	text-align:center;
	border-collapse:collapse;
	box-sizing:border-box;
}


table.price_table tr th{
	background-color:#e2f7b8;
	padding:12px 0;
	text-align:center;
	font-weight:normal;
	color:#0aa765;
	font-size:1.4rem;
	vertical-align:middle;
	box-sizing:border-box;
	border:#0aa765 1px solid;
  width: 50%;
}

table.price_table tr td{
	text-align:left;
	padding:12px;
	color:#313131;
	font-size:1.4rem;
	vertical-align:middle;
	box-sizing:border-box;
	background-color:#ffffff;
	border:#0aa765 1px solid;
  line-height: 140%;
}

@media screen and (min-width: 768px) {
.treatment_link{
  font-size:1.8rem;
  color:#434343;
  margin: 0 15px 0 0;
}
  
.reservation{
  color: #ff8034;
  font-size: 2.6rem;
  margin: 40px 0 0 0 ;
  border: #ff8034 1px solid;
  display: inline-block;
  padding: 5px 10px 0 10px;
}
  
.reservation2{
  color: #ff8034;
  font-size: 2.6rem;
  margin: 20px 0 20px 0 ;
  border: #ff8034 1px solid;
  display: inline-block;
  padding: 5px 10px 0 10px;
}
    
  
table.price_table{
	padding: 0px;
	vertical-align: middle;
	width: 99%;
	margin:10px 0 10px 0;
	text-align:center;
	border-collapse:collapse;
	box-sizing:border-box;
}


table.price_table tr th{
	background-color:#e2f7b8;
	padding:12px 0;
	text-align:center;
	font-weight:normal;
	color:#0aa765;
	font-size:1.8rem;
	vertical-align:middle;
	box-sizing:border-box;
	border:#0aa765 1px solid;
  width: 50%;
}

table.price_table tr td{
	text-align:left;
	padding:12px;
	color:#313131;
	font-size:1.8rem;
	vertical-align:middle;
	box-sizing:border-box;
	background-color:#ffffff;
	border:#0aa765 1px solid;
  line-height: 140%;
}  
  
}


.bnr_corona {
	text-align: center;
}
.bnr_corona img {
	max-width: 90%;
}
.bnr_corona a{
	text-decoration: none;
}
.bnr_corona a:hover{
	opacity:0.6;
}
.bnr_corona .detail_here {
	margin: 0.5em 0 0;
	position: relative;
	right: auto;
	top: auto;
	text-align: center;
}


