@charset "utf-8";


/* =======================================================================

   ●
   
======================================================================= */

/* -----------------------------------------------------------
　●
----------------------------------------------------------- */

/* :::::::::: ● :::::::::: */


/* =======================================================================

   基本
   
======================================================================= */

/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
/*
メインカラー:#00000
サブカラー:#00000
アクセントカラー:#00000
アクセントカラー:#00000
*/
body{
	font-family: Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrapper{
  background:url(../images/bodybg.png) repeat;
  padding-bottom:35px;
}

#index h3 {
  background: url("../images/h4bg.png") no-repeat;
  color: #605e5c;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 20px;
  padding: 5px 0 0px 55px;
}

#index h4 {
  background:url(../images/h4bg.png) no-repeat right center #fb98a6;
  background-size:8% auto;
  border-radius:7px;
  padding: 10px 0px 8px 15px;
  margin:0 0 10px;
  font-size:24px;
  color:#FFF;
}
body:not(#index) h3 {
  background:url(../images/h3bg.png) no-repeat right center #fb98a6;
  background-size:8% auto;
  border-radius:7px;
  padding: 10px 0px 8px 15px;
  margin:0 0 10px;
  font-size: 30px;
  font-weight: normal;
  color:#FFF;
}

body:not(#index) h4 {
  background: url("../images/h4bg.png") no-repeat;
  color: #605e5c;
  font-size:24px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 15px;
  padding: 8px 0 0px 55px;
}

h5 {
  position: relative;
  font-size:22px;
  padding: 0 0 8px 0px;
  margin:0 0 15px;
  color:#4a8bc9;
  font-weight:normal;
}
h5::before,
h5::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
h5::before {
	z-index: 2;
	width: 15%;
	background-color: #4a8bc9;
}
h5::after {
	width: 100%;
	background: #e0e0e0;
}

/* :::::::::: 時間表　共通 :::::::::: */
table.Chour_table {
    border-collapse: separate;
    border-spacing: 3px;
    box-sizing:border-box;
    margin: 0 0 5px;
}
table.Chour_table td {
  background-color:#FFF;
    border: 1px solid #cccccc;
    border-radius: 3px;
    letter-spacing: 0.1em;
    padding: 8px 2px;
    text-align: center;
    line-height: 120%;
}
table.Chour_table th {
    background-color: #ffd3df;
    border-radius: 3px;
    font-weight: bold;
    padding: 8px 2px;
    border: 1px solid #fbb1c5;
    color: #000;
    line-height: 120%;
}
table.Chour_table .Chour_time {
  width:30%;
  background-color: #eaf2fe;
  border: 1px solid #b6cef3;
  color: #000;
  font-size: 90%;
  letter-spacing: 0;
}
.info_table tr td {
    border: medium none;
    color: #323232;
    font-size: 15px;
}
.info_table {
    margin-bottom: 10px;
}
.info_table tr td:first-child {
    padding: 15px 10px 3px 0;
  vertical-align:top;
}
.info_table tr td:last-child {
    border-bottom: 1px dotted #cccccc;
    padding: 15px 0 3px 0px;
    width: 100%;
    line-height:130%;
}
.gmaplink{
  padding:5px 0 0;
  text-align:right;
  font-size:12px;
}
.gmaplink a{
  color:#e86f92;
}


/* :::::::::: 時間表　ヘッダー :::::::::: */
.header_time table.Chour_table{
    width:372px;
}
.header_time .hours{
  font-size:14px;
  line-height:120%;
}

/* :::::::::: 時間表　医院概要 :::::::::: */
.overview_timetable table.Chour_table{
    width:100%;
}
.overview_timetable .hours{
  font-size:13px;
  line-height:120%;
}


.map_box {
  width:531px;
  position:relative;
  float:right;
}
.map_caution {
  background: #ffffff none repeat scroll 0 0;
  bottom: 6%;
  font-size: 14px;
  left: 2%;
  line-height: 16px;
  margin: 0;
  max-width: 85%;
  padding: 3px;
  position: absolute;
}

.copyright_outer{
  background-color:#f2bdcb;
  width:100%;
}
.color1{
  color:#eb6c8d;
}

/* :::::::::: 下層 :::::::::: */
#key_visual_sub {
  position: relative;
}

#key_visual_sub h2 {
  color: #e06a89;
  font-size: 40px;
  margin-left: 55px;
  margin-top: -0.45em;
  position: absolute;
  top: 50%;
  letter-spacing:2px;
}

.download {
  margin-top:50px;
  text-align:center;
}
.download li {
  display:inline-block;
}
.download li:nth-child(1) {
  margin-right:60px;
}
.biography {
    margin-bottom: 40px;
}
.biography td {
  border: none;
  padding: 0 10px 1px 0;
  vertical-align: top;
  color: #323232;
  font-size: 16px;
  line-height: 150%;
  white-space:nowrap;
}
.box3 .subbox3 p.title1 {
  margin-bottom:10px;
  font-size:25px;
  color:#e06a89;
}
  

/* :::::::::: 共通 :::::::::: */
.note{
	text-indent:-1em;
	padding-left:1em;
}

#main_contents_box .box3 .mb0{
  margin-bottom:0px;
}
.txt_align_right{
  text-align:right;
}
.img_border {
	border: 1px solid #e6e6e6;
	padding: 3px;
}
.txt_align_center{
  text-align:center;
}




@media screen and (min-width: 769px){
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */

h1{
  width:1024px;
  margin:0 auto 0px;
  padding:10px 0 0;
	height: 30px;
	line-height: 30px;
	color: #969696;
	font-size: 12px;
	font-weight: normal;
  text-align:right;
}
h2 {
	margin: 0px;
	padding: 0px;
}


h6{
  padding: 0 0 5px;
  font-size:22px;
  font-weight:normal;
  color: #7C7C7C;
}
h7{}

/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ol{}
ol li{}

ul{}
ul li{}

dl{}
dl dt{}
dl dd{}

/* :::::::::: テーブル :::::::::: */

table{}

table tr th,
table tr td{
	border:1px solid #ccc;
	padding:10px;
}

table tr th{}

table tr td{}


/* =======================================================================

   全体
   
======================================================================= */

body{
	min-width:1024px;
}


/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */

#header{
	margin:0 auto 30px;
  width:1018px;
}

#header #font-buttons{}
#header #logo {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 1020px;
}
#header #logo #marl {
	float: left;
	margin: -13px 0 0 0;
	padding: 0px;
}
#header #logo #header_map {
	margin: 0px 0 0;
	padding: 0px;
	float: right;
}
.header_time{
  float:left;
  margin:0 0 0 20px;
}
.header_time .hours::after {
  content: 'センター南駅前徒歩3分';
  color: #EA6188;
  font-weight: bold;
  display: block;
  padding: 0.4em 0 0 0;	
}
.header_btn {
  display:none;
}

/* :::::::::: メインナビ :::::::::: */

ul#main_nav{
	margin: 0 auto 20px;
  width:1019px;
  height:63px;
}

ul#main_nav li{
	float: left;
	margin: 0px;
	padding: 0px;
}

/* :::::::::: キービジュアル :::::::::: */

#key_visual{
  border:2px solid #f2bdcb;
  border-radius:6px;
  padding:3px;
  background-color:#FFF;
}
.key_visual_img{
	float: left;
  width:730px;
}
  
#key_visual h2{
	float: left;
}
#key_visual>ul{
	float: right;
}
#key_visual ul li{
	margin: 0 0 1px;
}
#key_visual ul li:last-child{
	margin: 0 0 0px;
}


/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */

#contents_wrapper{

}

/* :::::::::: パンくずリスト :::::::::: */

ol.bredcrumbs{
	height: 20px;
	margin-bottom: 10px;
}

ol.bredcrumbs li{
	display:inline;
	list-style-type:none;
}

ol.bredcrumbs li:after{
	content:" >> ";
}

ol.bredcrumbs li:last-child:after{
	content:"";
}

/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */

#main_contents{
	width: 1018px;
  margin:0 auto;
}


/* :::::::::: お知らせ欄 :::::::::: */

#infomation{
  width:1020px;
  margin:0 auto 70px;
  border-radius:5px;
  margin: 0 auto 35px;
}
#infomation dl{
  background-color:#FFF;
  height:auto;
  padding:25px 35px;
}
#infomation dt{
  margin:0 0 10px;
  color:#f97e9e;
  font-size:20px;
  line-height:1;
}
#infomation dt:before{
    content:"» ";
    display: inline-block;
}
#infomation dt.active:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#infomation dd{
  background:url(../images/info_line.png) no-repeat center bottom;
  padding:0 0 35px;
  margin:0 0 30px;
  line-height:140%;
  font-size:16px;
  color:#323232;
}
#infomation dd:not(:last-child){
}

/* :::::::::: 当院の特長 :::::::::: */
#main_contents #featurebox {
	width: 1018px;
	margin:0 auto 35px;
}
#featurebox li{
  float:left;
  margin:0 27px 0 0;
}
#featurebox li:last-child{
  margin-right:0;
}


/* :::::::::: 院長挨拶 :::::::::: */
#greeting {
  margin:0 0 35px;
}
#greeting div{
  border-radius:10px;
  border:7px solid #FFF;
  background:url(../images/greetingbg.png) ;
  padding:20px 25px;
  color:#323232;
}
#greeting p{
  font-size:16px;
}
#greeting .doctor_name{
  margin-top:1em;
  text-align:right;
  font-size:21px;
}


/* :::::::::: 診療内容 :::::::::: */
.treatmentbox{
}
.treatmentbox li{
  float:left;
  margin:0 23px 0 0;
}
.treatmentbox li:last-child{
  margin-right:0;
}

/* :::::::::: バナーエリア :::::::::: */
.bnr_area{
	padding: 0 .5rem 2rem;
	text-align: center;
}
.bnr_area img{
  width: 300px;
}


/* ::::::::::  医院概要 :::::::::: */
#clinic_info{
  width:1018px;
  margin:0 auto 45px;
  padding:35px 0 0;
}
.info_logo{
  margin:0 0 28px;
}
.overview{
  float:left;
  width:398px;
}





#main_contents #clinic_info p {

}
#main_contents #clinic_info #timetable {
	padding: 0px;
	vertical-align: middle;
	font-size: 14px;
	width: 350px;
	height: 80px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	background-color: #FFF;
	border-collapse: collapse;
}

#main_contents #clinic_info #telnumber {
	font-size: 18px;
}
#main_contents #clinic_info #clinicname {
	font-size: 26px;
  color:#5b5b5b;
  line-height:120%;
}
#main_contents #clinic_info .overview .txtstyle1{
  color:#5b5b5b;
  font-size:18px;
  line-height:25px;
}
.medical_date {
  margin:0 0 30px;
}
.medical_date li{
  float:left;
  margin-right:42px;
  color:#1e1e1e;
  font-size:14px;
  line-height:100%;
}
#main_contents #clinic_info .text14  {
	font-size: 14px;
	line-height: 14px;
}
#main_contents #clinic_info #timetable tr {
	margin: 0px;
	padding: 0px;
}
#main_contents #clinic_info #timetable tr td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #ddd7ca;
	font-weight: bold;
	vertical-align: middle;
}
#main_contents #clinic_info #timetable tr th {
	margin: 0px;
	padding: 0px;
	background-color: #f8f3df;
	text-align: center;
	border: 1px solid #ddd7ca;
	font-weight: normal;
	vertical-align: middle;
}
#main_contents #clinic_info #timetable tr .head {
	width: 110px;
	height: 30px;
	margin: 0px;
	background-color: #ECECEC;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #ddd7ca;
}
#main_contents #clinic_info #timetable tr .time {
	width: 110px;
	height: 30px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 9px;
	border: 1px solid #ddd7ca;
	font-weight: normal;
	background-color: #F8F3DF;
}
#main_contents #clinic_info #timetable tr .day {
	background-color: #FCFAF2;
	color: #FFF;
	border: 1px solid #ddd7ca;
}
#main_contents #clinic_info #timetable tr .orange {
	color: #F90;
	font-weight: normal;
}
.table_title_sp{
  display:none;
}
#map_canvas {
	width:100%;
	height: 452px;
  border-radius:7px;
	pointer-events:none;
}
#map_canvas2 {
	width:100%;
	height: 495px;
	pointer-events:none;
}

/* -----------------------------------------------------------
　医師
----------------------------------------------------------- */
#main_contents .doctor{
	word-wrap: break-word;
	}

#main_contents .doctor p {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#main_contents .doctor p a {
	color: #F90;
}
#main_contents .doctor  h3{
	height: 33px;
	width: 760px;
	background-color: #fefefe;
	text-align: center;
	font-size: 20px;
	padding-top: 17px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	font-weight: normal;
}

/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */

#sub_contents{
	width: 240px;
	float: left;
	height: auto;
}

/* :::::::::: サブナビ :::::::::: */

ul#sub_nav{
	width: 238px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #ECECEC;
	border: 1px solid #CCC;
	border-radius: 8px;	
}

#sub_nav li{
	margin-bottom: 10px;
}

ul#sub_nav li a{}
#main_contents #topic {
	margin-bottom: 40px;
	height: auto;
}
#main_contents #topic p {
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_contents #topic .r0 {
	margin: 0px;
	padding: 0px;
}


/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */

#footer_area {
    height: auto;
    min-width: 1024px;
    width: 100%;
}

#footer{
	width: 1024px;
	clear: both;
	margin:0 auto;
}
.footer_waku{
  padding:27px 0;
}
#footer .smoothScrolls {
	text-align: right;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#footer .smoothScrolls a {
	font-size: 14px;
}
/* :::::::::: フッターナビ :::::::::: */

/*↓フッターナビ左寄せ*/
ul.footer_nav{
	width: 1024px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.footer_nav li{
	float: left;
  font-size:14px;
  color:#614c3f;
}
.footer_nav li:not(:last-child){
	margin-right:33px;
}
ul.footer_nav li a{
  font-size:14px;
  color:#614c3f;
}
/*↑フッターナビ左寄せ*/

/*↓フッターナビ中央寄せ*/
.footer_nav2{
    text-align: center;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.footer_nav2 li{
    display: inline;
}
/*↑フッターナビ中央寄せ*/
/*↓フッターナビ中央寄せ*/
.footer_nav3{
    text-align: right;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.footer_nav3 li{
    display: inline;
}
/*↑フッターナビ中央寄せ*/

.orange {
	color: #F90;
}
.navy {
	color: #0A164A;
}


.copyright{
	height: 23px;
	line-height: 23px;
	width: 1024px;
	font-size: 12px;
  color:#FFF;
	margin:0 auto;
  text-align:center;
}
.copyright a {
	font-size: 12px;
  color:#FFF;
}
.smoothScrolls {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.smoothScrolls p {
    bottom: 125px;
    left: auto;
    margin: 0 0 0 1013px;
    position: fixed;
}


/* :::::::::: 下層 :::::::::: */
.sikaku{
  width:484px;
  float:left;
}
#main_contents .box3.sikaku{
  margin-bottom:0;
}
body:not(#index) .sikaku h3, body:not(#index) .shozoku h3{
  background-size:16% auto;
}
.shozoku{
  width:484px;
  float:right;
}
.liststyle4 li {
  background:url(../images/listbg.png) no-repeat right center;
  float:left;
  width:204px;
  border-radius:5px;
  border:2px solid #c3d2e8;
  padding:15px 15px 15px 5px;
  margin-right:15px;
}
.liststyle4 li:nth-child(4n) {
  margin-right:0px;
}
.liststyle4 li:nth-child(n+5) {
  margin-top:15px;
}
.liststyle4 li.size{
  width:215px;
}

/*　ドロワーメニュー*/
button.drawer-toggle.drawer-hamburger{
  display:none;
}





/* :::::::::: 共通 :::::::::: */
.mb0{
  margin-bottom:0px;
}
.box3 p:not(:last-child){
  margin-bottom:1em;
}
.box3 p.cutimg {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
}
.box3 p.cutimg2 {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
}
.tocall{
	pointer-events:none;
	text-decoration:none;
}
.liststyle1 li {
  list-style-type:disc;
  margin:0 0 0 20px;
}
.liststyle2 li {
  float:left;
  list-style-type:disc;
  margin:0 0 0 20px;
}
.liststyle3 li {
  list-style-type: decimal;
  margin:0 0 0 20px;
}
.ulmb{
	margin-bottom:20px;
}
.ulmb{
	margin-bottom:4%;
}

.display_pc{
	display:block;
}
.display_sp{
	display:none;
}
.display_pc_i{
	display:inline;
}
.display_sp_i{
	display:none;
}
  
.box3:not(:last-child){
  margin-bottom:40px;
}
.box4{
}
.box4:not(:last-child){
  margin-bottom:35px;
}
.box5{
  padding:0 15px;
}
.box5:not(:last-child){
  margin-bottom:30px;
}
.box6:not(:last-child){
  margin-bottom:25px;
}
.subbox5{

}
.subbox3 {
  padding:25px 30px;
  background:#FFF;
}
.subbox4 {
  padding:0;
}
.pg2 {
  margin-bottom:30px;
}
.pg3 {
  margin-bottom:20px;
}
.pg4 {
  margin-bottom:20px;
}

/*** よくある質問 ***/

#faq dl {
	margin:0 auto 20px;
}

#faq dl dt {
	margin: 0 0 10px;
    color: #f97e9e;
    font-size: 20px;
    line-height: 1;
}

#faq dl dd {
	margin: 0 0 30px;
    line-height: 140%;
    font-size: 16px;
    color: #323232;
}

/*------------pc----------------*/
}




@media screen and (max-width: 768px){
  img.fluid-image {
		max-width: 100%;
    height:auto;
  }
  h1, #logo, .telephones_sp, .header_sp_timetable, #infomation, #featurebox, #clinic_info, body:not(#index) #main_contents{
    width:95%;
    margin:0 auto;
  }
  #wrapper{
    padding-bottom:20%;
  }
  #header{
    margin-bottom:4.5%;
  }
  #main_contents_box{
    box-sizing:border-box;
    background-color: rgba(255, 255, 255, 1.00);
    border: 2px solid #d1d1d1;
    padding:10px 15px 30px;
  }
  h1 {
    color: #969696;
    font-size: 11px;
    font-weight: normal;
    line-height: 120%;
    padding:3px 0;
    margin: 0 auto 3%;
    text-align:center;
  }
  #index h3 {
      background: url("../images/h4bg.png") no-repeat;
      background-size:35px auto;
      color: #605e5c;
      font-size: 17px;
      font-weight: normal;
      line-height: 1;
      margin: 0 0 2%;
      padding: 11px 0 0 40px;
  }
  #index h4 {
    background-size:15% auto;
    margin:0 0 2%;
    padding: 3% 0 2.2% 2.5%;
    font-size:15px;
  }
  body:not(#index) h3 {
    background-size:15% auto;
    margin:0 0 2%;
    padding: 3% 0 2.2% 2.5%;
    font-size:17px;
  }
  body:not(#index) h4 {
      background: url("../images/h4bg.png") no-repeat;
      background-size:35px auto;
      color: #605e5c;
      font-size: 15px;
      font-weight: bold;
      line-height: 1;
      margin: 0 0 2%;
      padding: 11px 0 0 40px;
  }
  h5 {
    padding: 0 0 6px;
    font-size:14px;
  }
  h6{
    padding: 0 0 5px;
    font-size:16px;
    line-height:110%;
    font-weight:normal;
    color: #686868;
  }
  .header_time{
    display:none;
  }
  #marl {
    width:71.3%;
    margin:0 0 2%;
	text-align: left;
  }
  #marl::after {
	content: 'センター南駅前徒歩3分';
	color: #EA6188;
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 0 0 0;
  }
  #header_map {
    display:none;
  }
  .header_btn {
    width:90%;
    margin:0 auto 3%;
  }
  .header_btn li{
    float:left;
    width:47%;
  }
  .header_btn li:nth-child(1){
    margin-right:6%;
  }
  .header_sp_timetable table{
    width:100%;
  }
  .header_sp_timetable .hours{
    font-size:13px;
    color:#000000;
    line-height:120%;
  }
  .telephones_sp{
    margin-top:4%;
  }
  ul#main_nav {
    display:none;
  }
  #key_visual{
    margin:0 0 20px;
  }
  #key_visual ul {
    display:none;
  }
  #key_visual_sub {
    width: 95%;
    margin:0 auto 20px;
    height:auto;
  }
  #key_visual_sub h2{
    margin-left:5.5%;
    font-size:5.4vw;
  }

  #infomation{
    box-sizing:border-box;
    margin: 0 auto 8%;
  }
  #infomation dl{
    height:auto;
    background-color:#FFF;
    padding:4% 4% 2%;
  }
  #infomation dt {
      color: #f97e9e;
      font-size: 16px;
      line-height: 1;
      margin: 0 0 1%;
  }
  #infomation dd {
      color: #323232;
      font-size: 14px;
      line-height: 140%;
  }
  #infomation dd:not(:last-child) {
      background: url("../images/info_line.png") no-repeat scroll center bottom;
      margin: 0 0 5%;
      padding: 0 0 7%;
  }
  
  #featurebox ul {
    margin:0 auto 55px;
  }
  #featurebox li {
    float:left;
    width:47%;
  }
  #featurebox li:nth-child(1), #featurebox li:nth-child(2) {
    margin-bottom:2%;
  }
  #featurebox li:nth-child(1), #featurebox li:nth-child(3) {
    margin-right:6%;
  }
  #greeting{
    width:95%;
    margin:0 auto 8%;
  }
  .treatmentbox{
    width:95%;
    margin:0 auto;
  }
  .treatmentbox li{
    float:left;
    width:48.5%;
  }
	/* :::::::::: バナーエリア :::::::::: */
	.bnr_area{
		padding: 0 .7rem 2rem;
		text-align: center;
	}
	.bnr_area img{
	  width: 60%;
	}
  #greeting div {
    background: url("../images/greetingbg.png") repeat;
    border: 4px solid #fff;
    border-radius: 7px;
    padding: 2% 3%;
  }
  #greeting div p{
    color: #323232;
    font-size:14px;
    line-height:140%;
  }
  #greeting .doctor_name {
    margin-top:1em;
    font-size: 16px;
    text-align: right;
  }
  .treatmentbox li:nth-child(1), .treatmentbox li:nth-child(2) {
    margin-bottom:2%;
  }
  .treatmentbox li:nth-child(1), .treatmentbox li:nth-child(3) {
    margin-right:3%;
  }
  #clinic_info{
    padding:4% 0 15%;
  }
  body:not(#index) #clinic_info{
    display:none;
  }
  .info_logo{
    width:75%;
    margin:0 auto 4%;
  }
  .overview_timetable{
    margin-bottom:3%;
  }
  .map_box {
    float: none;
    position: relative;
    width:100%;
  }
  #map_canvas {
    width:100%;
    height: 360px;
    pointer-events:none;
  }
  #map_canvas2 {
    width:100%;
    height: 300px;
    pointer-events:none;
  }
  #footer{
    display:none;
  }
  .copyright{
    padding:5px 0 6px;
    line-height:130%;
    text-align:center;
    font-size: 13px;
    color:#FFF;
  }
  .copyright a{
    font-size: 13px;
    color:#FFF;
  }
  .smoothScrolls p {
    bottom: 30px;
    position: fixed;
    right: 3%;
    text-align: right;
    width: 100%;
  }
  .smoothScrolls img {
      height: auto;
      width: 18%;
  }
  
  /* :::::::::: 下層 :::::::::: */
  .download {
    margin-top:50px;
    text-align:center;
  }
  .download li {
    display:inline-block;
  }
  .download li:nth-child(1) {
    margin-bottom:20px;
    margin-right:0px;
  }
  
  .biography tr td {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 140%;
  }
  .biography tr td:last-child {
    white-space:normal;
    padding-right:0;
  }
  .liststyle4 li {
  }
  .liststyle4 li a  {
    display:block;
    background:url(../images/listbg.png) no-repeat right center;
    width:204px;
    border-radius:5px;
    border:2px solid #c3d2e8;
    padding:8px 0px;
    margin:0 auto 10px;
    text-decoration:none;
  }
  .box3 .subbox3 p.title1 {
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 2%;
  }
  
  
  /* :::::::::: 共通 :::::::::: */
	.tocall{
    pointer-events:auto;
  }
  .liststyle1 li {
    list-style-type:disc;
    margin:0 0 0 5%;
  }
  .liststyle2 li {
    list-style-type:disc;
    margin:0 0 0 5%;
  }
  .liststyle3 li {
    list-style-type: decimal;
    margin:0 0 0 5%;
  }
  p,li,dt,dd {
    font-size:14px;
    line-height:140%;
    color:#4b4b4b;
  }
  .box3 p:not(:last-child){
    margin-bottom:4.6%;
  }
  .box3 p.mb0{
    margin-bottom:0px;
  }
  .box3:not(:last-child){
    margin-bottom:8%;
  }
  .box4:not(:last-child){
    margin-bottom:6%;
  }
  .box5:not(:last-child){
    margin-bottom:5%;
  }
  .box6:not(:last-child){
    margin-bottom:4%;
  }
  .ulmb{
    margin-bottom:3%;
  }
  .box3 p.cutimg {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .box3 p.cutimg2 {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .subbox3{
    background:#FFF;
    padding:2% 3%;
  }
  .subbox5{

  }
  .pg2{
    margin-bottom:5%;
  }
  .display_pc{
    display:none;
  }
  .display_sp{
    display:block;
  }
  .display_pc_i{
    display:none;
  }
  .display_sp_i{
    display:inline;
  }
    
   /* :::::::::: フリック :::::::::: */
  .viewport {
   width:290px;
   overflow:hidden;
   margin:0 auto;
  }
  .flipsnap {
   width:1410%;
   /*width:5800px;*/
  }
  .item {
   float:left;
   width:290px;
   cursor:pointer;
   overflow:hidden;
  }
  .item p {
   padding:3px 0 8px 0;
   font-weight:bold;
   color:#333;
   text-align:center;
  }
  p.comment {
   text-align:center;
  }
  
  
  /* :::::::::: ドロワーメニュー :::::::::: */
  button.drawer-toggle.drawer-hamburger{
    background:url(../images/menu.png) no-repeat;
    background-size:100% auto;
  }
  .drawer-menu li a {
    display:block;
    padding: 5.5% 0 5.5% 2%;
    border-bottom:2px solid #FFF;
    text-decoration:none;
    color:#FFF;
  }
  .drawer-menu>li>a{
    background:url(../images/menu_arrow.png) no-repeat center right 5px /10px auto;
  }
  .menu_logo{
    padding:2% 0;
  }
  .menu_add{
    padding:0 0 3%;
    text-align:left;
  }
  .menu_tel{
    padding-bottom:3%;
  }
  .drawer-menu>li:nth-child(1){
    text-align:center;
    padding:0% 3%;
  }
  .menu_nav{
    padding-bottom:3%;
  }
  .menu_nav>li{
    float:left;
    width:48%;
  }
  .menu_nav>li:nth-child(1){
    margin-right:4%;
  }
  .drawer-menu>li:nth-child(2){
    border-top:2px solid #FFF;
  }
  .drawer-menu>li:nth-child(-n + 9) {
    background-color:#ec7691;
  }
  .drawer-menu>li:nth-child(1){
    background-color:#FFF;
  }
  .drawer-menu>li:nth-child(9) span{
    display:block;
    width:80%;
    margin:0 auto;
    padding: 3% 0;
    background-color:#FFF;
    color:#00a0e9;
    text-align:center;
  }
  
	/*** よくある質問 ***/
	
	#faq dl {
		margin: 0 0 5%;
	}
	
	#faq dl dt {
		color: #f97e9e;
		font-size: 16px;
		line-height: 1;
		margin: 0 0 1%;
	}
	
	#faq dl dd {
		color: #323232;
		font-size: 14px;
		line-height: 140%;
		margin: 0 0 5%;
	}
  
  
}