@charset "utf-8";

/* ======================================================================= */


@font-face{ 
	font-family: 'genju_m';
	src: url('../font/genju_m.eot');
	src: url('../font/genju_m.eot?#iefix') format('embedded-opentype'),
		 url('../font/genju_m.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{ 
	font-family: 'genju_r';
	src: url('../font/genju_r.eot');
	src: url('../font/genju_r?#iefix') format('embedded-opentype'),
		 url('../font/genju_r.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,.genju_m{
	font-family: genju_m , 'ヒラギノ角ゴシック','Hiragino Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p, dt, dd, li, td, th, .gv_caption, .gv_infobar {
	font-family: genju_r , 'ヒラギノ角ゴシック','Hiragino Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
  background: url(../images/pattern_01.gif) repeat-x center top, url(../images/bg_white.jpg) center center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.heading01 {
  margin-bottom: 30px;
  font-size: 32px;
  color:#00a75f;
}  
.heading02 {
  margin-bottom: 30px;
  font-size: 26px;
  color:#00a75f;
}
.heading03 {
  margin-bottom: 30px;
  font-size:26px;
  color:#ff8e9e;
}
.heading04 {
  margin:0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ff8e9e;
  font-size:17px;
  color:#ff8e9e;
}
.bnr {margin: 0 auto; text-align: center;}
.bnr img {width: 100%; max-width: 1100px; height: auto; margin: 0 auto 2rem;}
#newscontent{
  height:230px;
  overflow-y:scroll;
}
#newscontent dt{
  margin:0 0 8px;
  font-size:17px;
  color:#413d47;
  font-weight:normal;
  line-height:1;
	cursor: pointer;
}
#newscontent dt:not(:first-of-type){
  margin:20px 0 8px;
}
#newscontent dt span{
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
#newscontent dt span::before {
  content: '';
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 6px #ff8e9e;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: -4px;
}
#newscontent dt.active span::before {
  top: 0.6em;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#newscontent dd{
  margin:0 0 25px;
  line-height:170%;
  font-size:17px;
  color:#413d47;
}
#newscontent dd:last-child{
  margin:0 0 0px;
}
.Chour_table_outer {
	box-sizing: border-box;
	width:470px;
	border: 1px solid #003279;
	padding:34px;
}
table.Chour_table{
  width:100%;
	margin:0 0 20px;
}
table.Chour_table tr th{
	padding: 5px 0px;
  width: 10%;
  border: none;
  line-height:120%;
  color:#217f63;
  font-weight:normal;
  font-size:17px;
}
table.Chour_table tr th:first-child {
  width: 30%;
}
table.Chour_table tr th:last-child {
  letter-spacing: -0.35em;
}
table.Chour_table td{
	text-align:center;
	font-size:17px;
	color:#217f63;
	border: none;
	padding: 5px 0px;
  line-height:120%;
}
table.Chour_table .Chour_time{
	color:#217f63;
	border: 0;
  white-space: nowrap;
}
.holidays {
	color:#217f63;
	font-size: 12px;
}
.holidays span {
	color:#f65161;
}
.color1{
  color:#ffcc66;
}
#map_box {
  position: relative;
  margin-bottom:5px;
}
#map_box #map_caution {
    background: #ffffff none repeat scroll 0 0;
    bottom: 2%;
    font-size: 14px;
    left: 2%;
    line-height: 16px;
    margin: 0;
    max-width: 85%;
    padding: 3px;
    position: absolute;
}
.gmaplink{
  text-align:right;
  font-size:15px;
}
.gmaplink a{
  color:#28a7e1;
}
.smoothScrolls {
  width:1000px;
  margin:0 auto;
  position:relative;
}

/*:::::::::::::::: 下層 ::::::::::::::::::::::*/
.flow > div:not(:last-child){
  background: url(../images/flow_arrow.png) no-repeat 20px bottom;
}
.flow > div > div {
  padding: 0 0 25px;
}
  
  
  
/*:::::::::::::::: 共通 ::::::::::::::::::::::*/
.txt_align_right{
  text-align:right;
}
.txt_align_center{
  text-align:center;
}
.img_border {
	border: 1px solid #e6e6e6;
	padding: 3px;
}
.note{
  text-indent:-1em;
  padding-left:1em;
}


@media screen and (min-width: 769px){
  /* -----------------------------------------------------------
  　見出し
  ----------------------------------------------------------- */
  
  h1{
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
  }
  
  h2 {
    margin: 0px;
    padding: 0px;
  }

  h6{
    color:#28a7e1;
    font-size:17px;
    font-weight:normal;
    margin-bottom:7px;
  }
  
  
  /* =======================================================================
  
     全体
     
  ======================================================================= */
  
  body{
    min-width: 1200px;
  }

  .inner{
    margin: 0 auto;
    width:1200px;
  }
  /* -----------------------------------------------------------
  　ラッパー
  ----------------------------------------------------------- */
  
  #wrapper {
    width: 100%;
  }
  
  /* -----------------------------------------------------------
  　ヘッダ
  ----------------------------------------------------------- */
  
  header{
    position:relative;
  }
  .subpage header {
    margin-bottom: 33px;
  }
  
  #logo {
    padding: 0px;
    margin-top: 62px;
  }
  #marl {
    float: left;
    margin: 0 80px 0 0;
    padding: 0px;
    text-align:center;
  }
  #marl img {
    width: 420px;
  }
  .address{
    float: left;
    margin: 0 40px 0 0;
    padding:5px 0 0;
    font-size:14px;
    color:#000;
  }

  #telephones {
    margin: 0px 0 0;
    padding: 0px;
    float: left;
  }
  #telephones a{
    pointer-events:none;
  }
  
  /* :::::::::: メインナビ :::::::::: */
  nav {
    padding: 47px 0 46px;
    margin-bottom: 55px;
    background:url(../images/nav_bg.png) repeat-x center top / cover ;
  }
  #main_nav {
    width: 1200px;
    margin: 0 auto;
  }
  nav ul li{
    float: left;
    background: url(../images/nav_line.png) no-repeat left top;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  .nav01 {
    width: 165px;
    margin-left: 100px;
  }
  .nav02 {
    width: 179px;
  }
  .nav03 {
    width: 190px;
  }
  .nav04 {
    width: 210px;
  }
  .nav05 {
    width: 255px;
    background: url(../images/nav_line.png) no-repeat left top, url(../images/nav_line.png) no-repeat right top;
  }
  nav ul li img{
    
  }
  .menu_title {
    display: none;
  }
  
  
  /* :::::::::: キービジュアル :::::::::: */
  
  #key_visual{
		position:relative;
		top: -55px;
    width:100%;
		height:721px;
    background:url(../images/keyv_pc.png) no-repeat;
    background-position: calc(50% + 75px) center;
  }
  #key_visual_sub{
    background:url(../images/key_visual_bg.png) no-repeat center center /cover;
    width:100%;
    height:230px;
    margin-bottom: 33px;
  }
  #key_visual_sub h2{
    line-height:230px;
    font-size:44px;
    letter-spacing:1px;
    color:#47c2fa;
  }
  #key_visual_sub img{
    display:none;
  }
  #index #key_visual img{
		display:none;
  }

  
  /* -----------------------------------------------------------
  　コンテンツラッパー
  ----------------------------------------------------------- */
  
  #contents_wrapper{
  }

  
  /* -----------------------------------------------------------
  　メインコンテンツ
  ----------------------------------------------------------- */
  
  #main_contents{
    width: 673px;
    float: right;
		margin-bottom:50px;
  }

  
  #infomation{
    margin-bottom:35px;
  }
  #infomation h3 {
    margin-bottom: 40px;
  }
  #features {
    background: url(../images/features.png) no-repeat left top;
    padding-top: 142px;
  }
  .features_inner {
    padding-top: 25px;
    padding-left: 35px;
		padding-bottom: 20px;
    border-left:  1px dashed #00a75f;
  }
  #features h3 {
    margin-bottom: 30px;
    margin-left: 25px;
    font-size: 32px;
    color: #00a75f;
  }
	.features_pg {
    margin-left: 25px;
		margin-bottom: 40px;
	}
	.features_pg p {
		margin-bottom: 1em;
	}
  #infomation {
    background: url(../images/news.png) no-repeat left top;
    padding-top: 119px;
  }
  .infomation_inner {
    padding-top: 25px;
    padding-left: 55px;
    border-left:  1px dashed #ff8e9e;
  }
  #infomation h3 {
    margin-bottom: 30px;
    font-size: 32px;
    color: #ff8e9e;;
  }
  .clinic_for_kids {
    overflow: hidden;
    margin-bottom: 75px;
  }
  .clinic_for_kids li:nth-child(1) {
    float: left;
    width: 345px;
  }
  .clinic_for_kids li:nth-child(2) {
    float: left;
    width: 240px;
    margin-bottom: 20px;
  }
  .clinic_for_kids li:nth-child(3) {
    float: left;
    width: 240px;
    padding-left: 20px;
  }
  .clinic_for_kids li:nth-child(3) dt {
    margin-bottom: 15px;
    font-size: 32px;
    color: #8fca52;
  }
  .clinic_for_kids li:nth-child(3) dd {
    font-size: 17px;
    color: #5f5b65;
  }
  
  
  #symptoms {
    
  }
  #symptoms > li {
    float: left;
    width: 296px;
    margin-right: 21px;
  }
  #symptoms > li > a {
    display: block;
    border: 1px dashed #00a75f;
    padding: 5px;
    text-decoration: none;
  }
  #symptoms li:last-child {
    margin-right: 0;
  }
  #symptoms > li > a > div{
    border: 1px dashed #00a75f;
    padding: 50px 0 40px;
    text-align: center;
  }
  #symptoms > li:nth-child(2) > a > div{
    padding: 50px 0 68px;
  }
  #symptoms > li > a > div p {
    padding-top: 85px;
    margin: 0 0 35px;
    font-size: 26px;
    color: #00a75f;
  }
  .symptoms_nose p {
    background: url(../images/symptoms_nose.png) no-repeat center top;
  }
  .symptoms_ear p {
    background: url(../images/symptoms_ear.png) no-repeat center top;
  }
  
  #symptoms > li > a > div ul {
    margin-left: 70px;
  }
  #symptoms > li > a > div ul li {
    background: url(../images/symptoms_arrpw.png) no-repeat left 4px;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: left;
  }

  #summary{
    padding-top: 8px;
    background: url(../images/bg_green_edge.png) repeat-x center top;
  }
  #summary > div{
    padding-bottom:100px;
    background: url(../images/bg_green.jpg) center top;
  }
  .summary_inner {
    width: 1000px;
    margin: 0 auto;
		padding-top:60px;
  }
  #summary h3 {
    background: url(../images/clinic_information_pc.png) no-repeat center top;
    padding-top: 145px;
    margin-bottom: 80px;
    font-size: 32px;
    color: #217f63;
    text-align: center;
  }
  .info_right {
    float:right;
    width: 500px;
  }
  .info_right iframe {
    width: 500px;
    height: 700px;
  }
  .info_left {
    float:left;
    width:470px;
  }
  .info_left dt:nth-of-type(2){
    margin-bottom:15px;
  }
  .overview {
		margin-bottom: 10px;
	}
  .overview tr td {
    border: medium none;
    color: #413d47;
    font-size: 17px;
    line-height:160%;
    vertical-align: center;
  }
  .overview tr td:first-child {
      padding: 0 25px 15px 0;
      white-space:nowrap;
  }
  .overview tr td:first-child img {
    width: 85px;
  }
  .overview tr td:last-child {
      padding: 0 0 15px;
  }




  
  /* -----------------------------------------------------------
  　サブコンテンツ
  ----------------------------------------------------------- */
  
  aside{
    width: 405px;
    float: left;
    height: auto;
  }
  .subpage aside {
    margin-bottom: 60px;
  }
  
	.aside_reservation {
		background: url(../images/pattern_01.gif) repeat-x center bottom;
		padding-bottom:60px;
		margin-bottom:40px;
	}
  .medical_content{
		pointer-events: none;
    margin-bottom:35px;
  }
  ul#sub_nav{
    display:block;
  }
  
  #sub_nav {
		border-top : 1px dashed #217f63;
		padding-bottom:45px;
		background: url(../images/pattern_01.gif) repeat-x center bottom;
  }
  ul#sub_nav li a{
		display: block;
		border-bottom : 1px dashed #217f63;
		padding:20px 0;
		font-size:23px;
		color:#217f63;
		line-height: 1;
		text-decoration: none;
	}

    
  
  /* -----------------------------------------------------------
  　フッタ
  ----------------------------------------------------------- */
  footer {
    height: auto;
    width: 100%;
  }
  .smoothScrolls p {
    position:fixed;
    left:auto;
    bottom:125px;
    margin:0 0 0 1013px;
  }
  .footer_logo{
    float:left;
  }
  .footer_info {
    background: url(../images/f_bg_pc.png) repeat-x center top / cover;
		height: 286px;
		margin-top: -8px;
    margin-bottom: 50px;
  }
  .footer_info ul {
		display: table;
    padding: 60px 0 0;
	}
  .footer_info li {
		display: table-cell;
	}
  .footer_info li:nth-child(1) {
		padding-right: 40px;
	}
  .footer_info li:nth-child(2) {
		padding-right: 32px;
		font-size:20px;
		line-height:180%;
		color: #FFF;
	}
  .footer_info li:nth-child(3) {
		padding-right: 35px;
	}
  .footer_area{
    margin:0 0 40px 0;
  }


  /* :::::::::: フッターナビ :::::::::: */
  
  /*↓フッターナビ左寄せ*/
  ul.footer_nav:not(:last-child){
  }
  .footer_nav li{
    float: left;
    margin: 0 40px 0 0;
  }
  /*↑フッターナビ左寄せ*/
  
  /*↓フッターナビ中央寄せ*/
  .footer_nav2{
      text-align: center;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .footer_nav2 li{
      display: inline;
			margin-right:30px;
  }
  ul.footer_nav2 li a{
    font-size:15px;
    color:#413d47;
    text-decoration: none;
  }
  /*↑フッターナビ中央寄せ*/
  /*↓フッターナビ中央寄せ*/
  .footer_nav3{
      text-align: right;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .footer_nav3 li{
      display: inline;
  }
  /*↑フッターナビ中央寄せ*/
  .fl_line{
    display: inline;
    font-size:12px;
  }
  .fl_arrow{
    display: none;
  }
  .orange {
    color: #F90;
  }
  .navy {
    color: #0A164A;
  }
  
  .copyright{
		margin-bottom:50px;
    color:#00a75f;
    font-size:13px;
		text-align: center;
  }




  /*:::::::::::::::: 下層 ::::::::::::::::::::::*/
  .doctor_name span {
    font-size: 21px;
  }
  .access_Chour_table_outer {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #003279;
    padding: 35px;
  }
  #access #map_box iframe {
    width: 100%;
    height: 500px;
  }
  
  
  /*:::::::::::::::: 共通 ::::::::::::::::::::::*/
  .box3:not(:last-child){
    margin-bottom:60px;
  }
  .box4:not(:last-child){
    margin-bottom:40px;
  }
  .box5:not(:last-child){
    margin-bottom:25px;
  }
  .box6:not(:last-child){
    margin-bottom:20px;
  }
  .box2{
    padding: 25px 0 50px 54px;
    border-left: 1px dashed #00a75f;
  }
  .box3{
  
  }
  .box4{
  
  }
  .box5{
  
  }
  .subbox3 {
    
  }
  .subbox4 {
    padding:0;
  }
  .subbox5{

  }
  .pg3{
    margin-bottom:30px;
  }
  .pg4 {
    margin-bottom:20px;
  }
  .pg5 {
    margin-bottom:0px;
  }
  .mbh3{
    margin-bottom:30px;
  }
  .mbh4{
    margin-bottom:25px;
  }
  .mbh5{
    margin-bottom:20px;
  }
  .box3 p:not(:last-child){
    margin-bottom:30px;
  }
  .box3 p.mb0{
    margin-bottom:0px;
  }
  .box3 p.cutimg {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .liststyle1 li {
    background: url(../images/list.png) no-repeat left 7px;
    padding: 0 0 0 23px;
    margin:0 0 30px 0px;
  }
  .liststyle2 li {
    float:left;
    width:47%;
    list-style-type:disc;
    margin:0 0 0 3%;
  }
  .liststyle3 li {
    list-style-type: decimal;
    margin-left: 20px;
  }
  .ulmb{
    margin-bottom:20px;
  }
  a.tocall{
    pointer-events:none;
    text-decoration:none;
  }
  .display_pc{
    display:block;
  }
  .display_sp{
    display:none;
  }
  .display_pc_i{
    display:inline;
  }
  .display_sp_i{
    display:none;
  }


}



@media screen and (max-width: 768px){
  img.fluid-image {
    height: auto;
    max-width: 100%;
  }
  h1{
    margin-bottom:4.3%;
    padding:1% 4% 1%;
    color:#FFF;
    font-weight:normal;
    font-size:11px;
  }
  #key_visual{
		margin-bottom: 8%;
  }
  #key_visual_sub{
    position:relative;
  }
  #key_visual_sub h2{
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
     width: 100%;
    text-align:center;
    font-size:6.5vw;
    color:#FFF;
    text-shadow: 0px 4px 0px rgba(40, 167, 225, 0.68);
  }
  #contents_wrapper{
  }
  #main_contents{
    padding: 17.5% 4% 0;
    max-width: 640px;
    margin: 0 auto;
    background: url(../images/pattern_02.gif) repeat-x left top / 43% auto;
  }
  .subpage #main_contents{
    margin: 0 auto 12%;
  }
  h2{
    text-align:center;
  }
  .heading01 {
    margin-bottom: 6.25%;
    font-size: 7.1875vw;
    line-height: 1.5;
    text-align: left;
  }
  .heading02 {
    margin-bottom: 6.25%;
    font-size: 5.625vw;
    line-height: 1.5;
  }
  .heading03 {
    margin-bottom: 6.25%;
    font-size: 5.625vw;
    line-height: 1.5;
  }
  .heading04 {
    margin-bottom: 2.5%;
    padding-bottom: 2%;
    font-size: 3.75vw;
    line-height: 1.5;
  }
  #reservation{
    float:left;
    width:46%;
  }
  #telephones{
    position: absolute;
    right: 4%;
    top: 4%;
    width:17%;
  }
  .address{
    padding:0 4%;
    margin:0 0 4%;
    text-align: center;
  }
  #marl {
    margin: 19% auto 8%;
    width:78%;
    text-align:center;
  }
  .menu{
    float: right;
    width:15%;
    margin-bottom:11px;
    text-align:center;
  }
  aside{
    
  }
  .menu_title {
    text-align: center;
  }
  .aside_reservation {
    text-align: center;
  }
  .medical_content{
		background:url(../images/bg_white.jpg);
    text-align: center;
  }
  nav ul {
    width:100%;
    background-color:#FFF;
		border: 5px solid #217f63;
    padding: 8%;
    max-width: 640px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #sub_nav {
    width:100%;
    box-sizing: border-box;
  }
  nav ul li a,  #sub_nav li a{
 		display: block;
		border-bottom : 1px dashed #217f63;
		padding:5% 0;
		font-size:3.75vw;
		color:#217f63 !important;
		line-height: 1;
		text-decoration: none !important;
  }
  nav ul li:first-child a, #sub_nav li:first-child a {
		border-top : 1px dashed #217f63;
	}

  #sub_nav{
    max-width: 640px;
    margin:  0 auto 9.5%;
    padding: 0 8%;
  }
  #sub_nav li{
    width:100%;
  }
  #sub_nav li:nth-child(3n){
    margin-right:0;
  }
  #sub_nav li:nth-child(n+7){
    margin-bottom:0;
  }
  #sub_banner{
    /*margin:5% 0 0;*/
    padding: 0 4%;
  }
  #infomation{
    background: url(../images/news_sp.png) no-repeat left top / 34% auto;
    padding-top: 22%;
    padding-left: 4%;
    margin:0 0 16.25%;
  }
  #infomation h3 {
    margin-bottom: 6.25%;
    font-size: 7.1875vw;
		line-height: 1.5;
    color: #ff8e9e;
  }
  #newscontent{
    height:250px;
    padding: 1% 0 0;
  }
  #newscontent dt{
		margin-bottom: 3%;
    font-size:3.75vw;
  }
  #newscontent dd{
		padding-bottom: 4%;
		border-bottom: 1px dashed #ff8e9e;
    font-size:3.75vw;
  }
  #newscontent dd:not(:last-child){
    margin-bottom:6%;
  }
  #features {
    background: url(../images/features.png) no-repeat left top / 50% auto;
    padding-top: 26%;
  }
  .features_pg {
		margin-bottom: 10%;
    padding-left: 4%;
  }
  .features_inner p {
    margin-bottom: 1em;
  }
  #features h3 {
    margin-bottom: 6.25%;
    padding-left: 4%;
    font-size: 7.1875vw;
		line-height: 1.5;
    color: #00a75f;
  }
  .clinic_for_kids {
    position:relative;
		    padding: 45% 0;
  }
  .clinic_for_kids li:nth-child(1) {
    position: absolute;
		left: -21%;
    top: 0;
    width: 70%;
  }
  .clinic_for_kids li:nth-child(2) {
    position: absolute;
    left: 53%;
    top: 27%;
    width: 42%;
  }
  .clinic_for_kids li:nth-child(3) {
    position: absolute;
    left: 0%;
    bottom: 13%;
    width: 100%;
    text-align: right;
  }
  .clinic_for_kids li:nth-child(3) dt {
    margin-bottom: 3%;
    font-size: 7.1875vw;
    color: #8fca52;
    line-height: 1;
  }
  .clinic_for_kids li:nth-child(3) dd {
    color: #5f5b65;
    line-height: 1.8;
  }
	
  
  
  #symptoms {
    margin-bottom: 5.4%;
  }
  #symptoms > li {
		box-sizing: border-box;
    width: 100%;
    border: 1px dashed #00a75f;
    padding: 5px;
    margin-bottom: 5.4%;
  }
  #symptoms li:last-child {
    margin-bottom: 0;
  }
  #symptoms > li > a {
    display: block;
    text-decoration: none;
  }
  #symptoms > li > a > div{
    border: 1px dashed #00a75f;
    padding: 8% 0 8%;
    text-align: center;
  }
  #symptoms > li > a > div p {
    padding-top: 85px;
    margin: 0 0 35px;
    font-size: 7.1875vw;
    color: #00a75f;
  }
  .symptoms_nose p {
    background: url(../images/symptoms_nose.png) no-repeat center top;
  }
  .symptoms_ear p {
    background: url(../images/symptoms_ear.png) no-repeat center top;
  }
  
  #symptoms > li > a > div ul {
    width: 80%;
    margin: 0 auto;
  }
  #symptoms > li > a > div ul li {
		margin-bottom: 4%;
		float: left;
		box-sizing: border-box;
		width: 50%;
    background: url(../images/symptoms_arrpw.png) no-repeat left 42%;
    padding-left: 20px;
    text-align: left;
  }
  
  #symptoms .symptoms_nose > a > div ul {
    width: 90%;
		margin-left: 10%;
  }
	#symptoms .symptoms_nose > a > div ul li:nth-child(odd) {
		width: 40%;
	}
	#symptoms .symptoms_nose > a > div ul li:nth-child(even) {
		width: 60%;
	}
		
	
  #summary{
    padding-top: 8px;
    background: url(../images/bg_green_edge.png) repeat-x center top;
  }
  #summary > div{
    padding-bottom:8%;
		padding-top: 13%;
    background: url(../images/bg_green.jpg) center top;
  }
  .summary_inner {
   /* width: 1000px;
    margin: 0 auto;*/
  }
  #summary h3 {
    background: url(../images/clinic_information_sp.png) no-repeat center top / 60% auto;
    padding-top: 37%;
    margin-bottom: 13%;
    font-size: 7.1875vw;
    color: #217f63;
    text-align: center;
  }
	
  .overview  {
		width: 70%;
		margin: 0 auto;
	}
  .overview tr td {
    border: medium none;
    color: #3e3e3e;
    font-size: 3.75vw;
    line-height: 170%;
    vertical-align: center;
  }
  .overview tr td:first-child {
      width: 31%;
			padding-right: 5%;
			padding-bottom: 5%;
  }
  .overview tr td:last-child {
			padding-bottom: 5%;
  }
    
  .info_left {
    float: none;
    margin-bottom:8%;
  }
	.Chour_table_outer {
    width: 92%;
    padding: 5%;
    margin: 0 auto;
}
  table.Chour_table{
    margin-bottom:1%;
  }
  table.Chour_table tr th , table.Chour_table tr td{
    font-size: 3.75vw;
  }
	.holidays {
		font-size: 2.65vw;
	}
  .info_right {
    width: 92%;
    margin: 0 auto;
    text-align:center;
  }
	.info_right iframe {
		width: 100%;
		height: 350px;
	}
 
  footer {
    font-size: 11px;
    width: 100%;
  }
  .footer_info {
    background: url(../images/f_bg_sp.png) repeat-x center top /100% 100%;
		margin-top: -8px;
    padding-top: 10%;
    padding-bottom: 10%;
  }	
  .footer_info ul {
	}
  .footer_info li {
	}
  .footer_info li:nth-child(1) {
		margin-bottom:3%;
		text-align: center;
	}
  .footer_info li:nth-child(1) img {
		width : 15%;
	}
  .footer_info li:nth-child(2) {
		margin-bottom:5%;
		font-size:3.75vw;
		line-height:150%;
		color: #FFF;
		text-align: center;
	}
  .footer_info li:nth-child(3) {
		width : 80%;
		margin-right: auto;
		margin-bottom:5%
	}
  .footer_info li:nth-child(4) {
		width : 80%;
		margin-left: auto;
	}
	
	
  ul.footer_nav li {
    padding:3px;
  }
  ul.footer_nav li a {
    font-size: 15px;
  }
 
  .footer_area{
    display:none;
  }
  .copyright{
    padding: 3% 0;
    text-align:center;
    font-size:3.75vw;
    color: #00a75f;
  }
  
  /*::::::::::::下層:::::::::::::::::  */
  .doctor_name span {
    font-size: 4.5vw;
  }
  #access #map_box iframe {
    width: 100%;
    height: 350px;
  }
  #access .overview {
    width: 85%;
    margin-bottom: 4%;
  }
  .flow > div:not(:last-child) {
    background: url(../images/flow_arrow.png) no-repeat 5% bottom / 5% auto;
  }
  .flow > div > div {
    padding: 0 0 4%;
  }
  
  
  
  
  
  .tocall{
    pointer-events:auto;
  }
  .liststyle1 {
    padding-left: 5%;
  }
  .liststyle1 li {
    text-indent: -5%;
    margin: 0 0 4% 0px;
  }
  .liststyle1 li:first-letter {
    background: url(../images/list.png) no-repeat left 45% / 28% auto;
    padding-left: 5%;
  }
  .liststyle2 li {
    list-style-type:disc;
    margin:0 0 0 5%;
  }
  .liststyle3 li {
    list-style-type: decimal;
    margin-left: 20px;
  }
  
  .disease tr td:first-child{
    white-space: normal;
    width:5em;
  }
  .disease tr th, .disease tr td{
    border:1px solid #CCC;
    padding:3px;
  }
  .dliststyle1 dd{
    margin-left:1.4em;
    margin-bottom:2%;
  }
  p,li,dt,dd {
    font-size:3.75vw;
    line-height:160%;
    color:#413d47;
  }
  .box3:not(:last-child){
    margin-bottom:12%;
  }
  .box4:not(:last-child){
    margin-bottom:8%;
  }
  .box5:not(:last-child){
    margin-bottom:6%;
  }
  .box6:not(:last-child){
    margin-bottom:4%;
  }
  .box3{}
  .box4{}
  .box5{}
  .subbox3{}
  .subbox4{}
  .subbox5{}
  .pg3 {
    margin-bottom: 8%;
  }
  .box3 p:not(:last-child){
    margin-bottom:4%;
  }
  .box3 p.mb0{
    margin-bottom:0px;
  }
  .ulmb{
    margin-bottom:3%;
  }
  .box3 p.cutimg {
    max-width: 70%;
    float: none;
    margin: 0 auto 4%;
    text-align: center;
  }
  a.tocall{
    pointer-events:auto;
    text-decoration: none;
  }
  .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:1110%;
   /*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;
  }

  
  
  
}