/*
 Theme Name:   wsc8 Child
 Description:  仕様
 Author:       suekuni
 Author URI:
 Template:     wsc8
*/
@import url('../wsc8/style.css');

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?srf3rx");
  src: url("fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ryumin';
  src: url('fonts/ryumin/A-OTF-RyuminPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'meiryo';
  src: url('fonts/meiryo/MEIRYO.TTC') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/*-----------------------------------------------------------------------

　端末用のスタイルまとめて下に書いてます。

-----------------------------------------------------------------------*/

/*------------------------------------
    ----------------------------------
  		Structure
  	----------------------------------
	001.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
 	002.[START] トップページ
  	003.ブログページ共通
	004.single(記事ページ)
	005.error(404.php)

	006.固定ページ　共通
	007.設備のご案内（固定ページ）
	008.診療案内（固定ページ）
	009.医院のご案内（固定ページ）
	010. アクセス

	011.レスポンシブ（固定ページ767px）
		011-01.レスポンシブ ヘッダ・フッター
		011-02.レスポンシブ TOPブログ一覧
		011-03.レスポンシブ 診療案内
		011-04.レスポンシブ 設備のご案内
		011-05.レスポンシブ 院内のご案内
		011-06.レスポンシブ　アクセス
	012.レスポンシブ（固定ページ768px）
	013.レスポンシブ（固定ページ 769px~800px）
------------------------------------*/

/************************************************************************

	001.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

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

.breadcrumbs{
	display:none!important;
}

/*iphone用*/
.sp-iphone{
	display:none;
}



/*body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}*/
/** {
  line-height: 1.8em;
}*/

em {
  font-style: normal;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul,li {
  list-style: none;
  margin: 0 0 1em 0;
  padding-left: 0.5em;
}
.txt-black {
  color: #333!important;
}
.txt-yellow {
  color: #f0a300;
}
.txt-blue {
  color: #264aab;
}
.txt-green {
  color: #00c402;
}
.txt-red {
  color: #f1191a;
}
.txt-orange {
  color:#f0a300;
}

.bg-thin-orange {
  background-color: #fcf3dd;
}
.bg-gray {
  background-color: #e8e4d9;
}
.width-80per {
  width: 85%;
  margin: 0 auto;
}
.section {
  padding:30px;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.font-large{
	font-size:1.2em;
}
.font-16px {
  font-size:16px;
}
header {
  padding: 20px 0 0 0;
}

#header-container{
  padding: 2em 0 1em;
}

/*ナビゲーション*/
#fh5co-header .container{
	max-width:unset;
}
nav {
  background-color: #fbb520;
  margin: 1.5em 0 0 0;
}
nav ul {
  display: flex;
  margin-bottom: 0;
}
nav li {
  /*width: 20%;*/
}
nav a {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;

}
nav a span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left:1px solid #fbcb66;
  width: 100%;
  height: 3em;
}
nav li:last-child a span {
  border-right:1px solid #fbcb66;
}

#gnav {
  float: right;
    background-color: initial!important;
	margin-top:10px;
	position: static;
}
#gnav .container{
    margin: 0;
    padding: 0;
    max-width: initial;
}
.gnav-container {
 
	font-size:100%!important;
}
.gnav-container ul{
  margin-top: 25px;
}
.gnav-container li {
    padding: 12px!important;
}
.gnav-container li.current-menu-item a {
    background-color: initial!important;
    color: #FC8D55!important;
}


.gnav-container li.current-menu-item a:before {
    position: absolute;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: -9px;
    background: #FC8D55;
    content: '';
    left: 50%;
    margin-left: -4px;
}
.gnav-container li a{
	display: -webkit-flex!important;
	 display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
 	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
	padding: 0!important;
}

.gnav-container li a:hover {
    background-color: #fff!important;
	color: #FC8D55!important;
	text-decoration: none!important;
}

/*subメニュー*/
/*
.gnav-container li .sub-menu {
    width: 230px!important;
}
.gnav-container li .sub-menu li {
    width: 100%;
	background-color: #50c4b8;
	border-bottom: 1px solid #fff!important;
}

.gnav-container li .sub-menu li a{
	background: none!important;
}

.gnav-container li .sub-menu li a:after {
    margin-left: 10px;
}

.gnav-container li .sub-menu li a:hover {
    color: #93ddd5!important;
}
*/
/*フッター*/

#copyright {
    float: initial!important;
    padding: 20px 0;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
	color: #fff;
}

.footerBottom {
    background-color: #60bc74!important;
}
.footer-widget{
	display:none;
}

/*ページトップへjquery*/

.page_top {
	position:fixed;
	bottom:10px;
	right:10px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	background: #5fbd74;
	border: 2px solid #ffffff;
    text-align: center;
    line-height: 44px;
}
a.page_top:hover {
    color: #fff;
    text-decoration: none;
}


/************************************************************************

  [終わり] 共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

************************************************************************/



/************************************************************************

	002.[START] トップページ

************************************************************************/


/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: "���C���I", 'meiryo', sans-serif!important;
  line-height: 1.8;
 /*font-size: 20px!important;*/
  /*background: #f9f7f7;*/
  font-weight: 300;
  line-height: 1.1em;
	font-size: initial!important;
}

a {
  color: #FC8D55;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline !important;
  color: #FC8D55 !important;
}
a:focus, a:active {
  outline: none;
}

p {
  /*margin-bottom: 1.5em!important;*/
  /* font-size: 95%!important; */
  color: #333;
  font-weight: 300;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::-moz-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::selection {
  color: #fcfcfc;
  background: #bdaeca;
}

.box-wrap {
  background: #fff;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  /*-webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);*/
	overflow:hidden;
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}

#fh5co-header {
  float: left;
  padding-bottom: 0;
  width: auto;
}
#fh5co-header .container {
}
#fh5co-header .navbar-default {
  border: transparent;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header .navbar {
  padding: 0;
  margin: 0;
}
#fh5co-header .fh5co-navbar-brand {
  width: 100%;
  margin: 0;
  text-align:left;
	z-index: 999;
    position: relative;
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo {
  /*width: 52px;*/
  height: auto;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo:focus, #fh5co-header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  #fh5co-header .fh5co-navbar-brand {
    text-align: center;
    margin-bottom: 0;
  }
}
#fh5co-header .nav {
  width: 100%;
}
#fh5co-header .nav li {
  font-size: 15px;
  display: inline-block;
  margin-left: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #fh5co-header .nav li {
    width: 100%;
    margin-left: 0;
  }
}
#fh5co-header .nav li:first-child {
  margin-left: 0;
}
#fh5co-header .nav li a {
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}
#fh5co-header .nav li a:hover, #fh5co-header .nav li a:focus {
  color: gray !important;
  background: transparent;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header .nav li a {
    padding: 10px 0;
  }
}
#fh5co-header .nav li.active a {
  color: #FC8D55;
  background: transparent;
  position: relative;
}
#fh5co-header .nav li.active a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -20px;
  background: #FC8D55;
  content: '';
  left: 50%;
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .nav li.active a:before {
    top: 0;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-header .nav li.active a {
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header .nav li.active a {
    border-bottom: 2px solid transparent;
    color: #FC8D55;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-header .nav {
    margin-bottom: 1em;
    text-align: center;
  }
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel2 .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .owl-carousel2 .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.owl-carousel.owl-loaded {
    display: block;
    top: 0px;
}
.first-vision {
    position: relative;
}
#fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
#fh5co-product-section, .about-section {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
  #fh5co-product-section, .about-section {
    padding-bottom: 3em;


  }
}

#fh5co-media-section {
  margin: 2em 0 0;
}

#fh5co-intro-section h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#fh5co-intro-section h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 38px;
}
#fh5co-intro-section .fh5co-intro-cover {
  background-image: url(img/top_setsubi_annai.jpg);
}

.section-overlay {
  margin-bottom: 5em;
  position: relative;
  padding-bottom: 0 !important;
}
.section-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section-overlay .float-overlay {
  z-index: 9;
}

.fh5co-cover {
  min-height: 448px;
  position: relative;
  margin-bottom: 40px;
  background-size: cover;
  background: center center;
}
.fh5co-cover .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.3);
}
.fh5co-cover .desc p {
  color: #fff;
  margin-bottom: 10px;
}
.fh5co-cover .desc span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-cover .fh5co-cover-hero {
  min-height: 122px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
  width: 170px;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background: center;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb {
  padding-left: 11.5em;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb p {
  margin-bottom: 7px!important;
}
@media screen and (max-width: 992px) {
  /*.fh5co-cover .fh5co-cover-hero {*/
    /*height: 278px;*/
  /*}*/
  /*.fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*background-size: cover;*/
  /*}*/
  /*.fh5co-cover .fh5co-cover-hero .desc-thumb {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*!*padding: 40px;*!*/
    /*padding: 20px;*/
    /*background: rgba(0, 0, 0, 0.2);*/
  /*}*/
  /*.fh5co-cover .fh5co-cover-hero .desc-thumb p {*/
    /*color: #fff;*/
    /*margin-bottom: 10px;*/
  /*}*/
}

.fh5co-intro-cover {
  width: 100%;
  padding: 11em 0;
  position: relative;
}
ba
.fh5co-intro-cover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  background: rgba(84, 77, 89, 0.5);
}
.fh5co-intro-cover a.btn {
  position: relative;
  border: 4px solid #fff;
  padding: 30px 50px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-intro-cover a.btn:hover, .fh5co-intro-cover a.btn:focus {
  text-decoration: none !important;
  background: transparent !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .fh5co-intro-cover a.btn {
    padding: 15px 25px;
    font-size: 16px;
  }
}

.fh5co-grey-section {
  background: rgba(0, 0, 0, 0.03);
  padding: 5em 0;
}

.fh5co-border-line {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.fh5co-inner {
  margin-bottom: 3em;
  position: relative;
}
.fh5co-inner i {
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 60px;
}
.fh5co-inner .holder-section {
  padding-left: 6em;
}
.fh5co-inner .holder-section h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #FC8D55;
  letter-spacing: 1px;
  font-weight: bold;
}

.fh5co-services {
  margin-bottom: 4em;
}

.about-section img.display-left {
  float: left;
  padding-right: 40px;
}
.about-section img.display-right {
  float: right;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .about-section img.display-right {
    float: left;
    padding-right: 40px;
    padding-left: 0;
  }
}

#fh5co-product-section .product-inner {
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
#fh5co-product-section .product-inner:last-child {
  margin-bottom: 0;
}
#fh5co-product-section .product-inner h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#fh5co-product-section .product-inner h3 a {
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-product-section .product-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-product-section .product-inner .desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 992px) {
  #fh5co-product-section .product-inner .desc {
    margin-top: 0;
  }
}

.sidebar a:hover {
  text-decoration: none !important;
}
.sidebar img {
  margin-bottom: 20px;
}
.sidebar h2 {
  font-size: 20px;
}
.sidebar h3 {
  font-size: 20px;
}
.sidebar .inner {
  margin-bottom: 4em;
}
.sidebar .inner .list li {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .inner .list li a {
  color: rgba(0, 0, 0, 0.4);
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.contact-info {
  margin: 0;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #000;
}
.contact-info li a {
  font-weight: 400 !important;
  color: #FC8D55;
}
@media screen and (max-width: 768px) {
  .contact-info {
    margin-bottom: 4em;
  }
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-weight: normal;
  font-weight: 18px;
}

#footer {
  padding: 60px 0 40px;
}
#footer p {
  font-size: 14px;
}
#footer p i.love {
  color: red;
}

.fh5co-social-icons a {
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-social-icons a i {
  font-size: 34px;
}
.fh5co-social-icons a:hover, .fh5co-social-icons a:focus, .fh5co-social-icons a:active {
  text-decoration: none;
  color: #000;
  text-decoration: none !important;
}

.heading-section {
  /*margin: 4em 0 5em 0;*/
}
.heading-section h3 {
  font-size: 160%!important;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.6em;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #FC8D55;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #FC8D55;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 24px;
  display: table;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social li a:hover, .social li a:focus {
  color: #FC8D55;
  text-decoration: none;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .social {
    text-align: center;
  }
}

.js .animate-box {
  opacity: 0;
	position: relative;

}
.js .animate-box img{
	width: 100%;
	
}
.obi {
    position: absolute;
    top: 16px;
    left: 0;
    background: #5fbd74;
    display: inline-block;
    padding: 2% 5%;
    color: #fff;
    text-align: center;
	font-size: 1.1em;
}
/*# sourceMappingURL=style.css.map */


/*@-webkit-keyframes lime-orange {*/
  /*0% { color: #5FBC76; }*/
  /*30% { color: #5FBC76; }*/
  /*50% { color: #F97932; }*/
  /*80% { color: #F97932; }*/
  /*100% { color: #5FBC76; }*/
/*}*/
/*@keyframes lime-orange {*/
  /*0% { color: #5FBC76; }*/
  /*30% { color: #5FBC76; }*/
  /*50% { color: #F97932; }*/
  /*80% { color: #F97932; }*/
  /*100% { color: #5FBC76; }*/
/*}*/


/*@-webkit-keyframes orange-lime {*/
  /*0% { color: #F97932; }*/
  /*30% { color: #F97932; }*/
  /*50% { color: #5FBC76; }*/
  /*80% { color: #5FBC76; }*/
  /*100% { color: #F97932; }*/
/*}*/
/*@keyframes orange-lime {*/
  /*0% { color: #F97932; }*/
  /*30% { color: #F97932; }*/
  /*50% { color: #5FBC76; }*/
  /*80% { color: #5FBC76; }*/
  /*100% { color: #F97932; }*/
/*}*/



.col-md-12-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.ryumin {
  /*font-family: 'ryumin';*/
  font-family: 'BIZ UDPGothic';
}
.float_l  {float: left;}
.lime {
	color: #5FBC76;
	animation: lime-orange 20s infinite;
	-webkit-animation: lime-orange 20s infinite;
}
.orange {
	color: #F97932;
	animation: orange-lime 20s infinite;
	-webkit-animation: orange-lime 20s infinite;
}

.col-md-8 p {
	margin-bottom: 3em;
}

.sub_head{
	font-size: 140%!important;
	font-style: italic;
  letter-spacing: 0.2em;
}
p.sub_head{
	margin-bottom: 0.5em;
  line-height: 1.2em;
}
#fh5co-header .clinic_logo {
	margin: 0px 10px 0 0;
  max-width: 450px;
  width: 100%;
}

.clinic_name {
	line-height: 26px;
	margin: -25px 0 0 0;
}

.c_name01 {
	font-size: 70%;
	color: #999;
	margin: 0 0 0 0;
}

.c_name02 {
	margin:  -10px  0 0 0;
	font-size: 124%;
}

#top01 {
  padding: 3em 0 2em 0;
  background-color: #fbfbfb;
  background-image: url("img/top_background.png");
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: right bottom;
}

@media screen and (max-width: 768px) {
  #top01 {
    background-image: none;
  }
}

#top01 .heading-section > div{
}
#top01 .sub_title {
  font-size: 160%!important;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.6em;
  text-align: left;
  margin-bottom: 0.5em;
}

#top02_section {
  background-color: #fffaeb;
  padding: 4% 0 ;
}
#top02_section .fh5co-cover {
  display: block;
}
#top02_section h3 {
    font-size: 160%!important;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.6em;
}
.top02_subtitle{
	font-size: 130%!important;
	font-weight: bold;

}
p.top02_subnote{
	font-size: 90%!important;
}



h3 {
	text-align: center;
  font-size: 1.8em!important;
  font-weight: bold;
}

.fs80per { font-size: 80%;}
.fs90per { font-size: 90%;}
.fs100per { font-size: 100%!important;}
.fs120per { font-size: 120%;}
.fs130per { font-size: 130%;}
.fs140per { font-size: 140%;}
.fs150per { font-size: 150%;}
.fs200per { font-size: 200%;}


.red { color: red;}

.clear { clear: both;}



.top02_box02{
	width: 100%;
	text-align: center;
}


.content_btn  {
	margin: 2em auto;
	text-align: center;
}


.content_btn a {
    font-size: 80%;
    text-align: center;
    /*background-color: #FC7732;*/
    color: #fff;
    display: block;
    padding: 10px;
	margin: 2em auto;
    position: relative;
    transition: all 0.2s linear 0s;
    text-decoration: none;
}

.content_btn a:hover {
    background-color: #7AC98E;
    color: #fff;
    text-decoration: none!important;
}


.content_btn a span::after {
    line-height: 2.1em;
    padding-left: 10px;
    position: absolute;
}


.content_btn {
     display: block;
    width: 350px;
    text-align: center;
    line-height: 50px;
    background: #5FBC76;
    font-weight: bold;
    text-decoration: none;

}
.content_btn span{
      color: #FFF;
    position: relative;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    /* padding-left: 30px; */
    font-weight: normal;
}
.content_btn > a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.top_features > .col-md-4 {
  margin-bottom:10px;
}
.top_features .top_features_image{
  margin: 0 0 0 0;
}
.top_features .top_features_image img {
  width: 100%;
}
.top_features .top_features_text h4 {
  font-weight: bold;
  font-size: 22px;
	line-height: 1.1;
}
.top_features .top_features_text {
  padding: 20px 17px 10px;
  background-color: #f6f1e1;
  min-height: 370px;
  line-height: 1em;
}

.fh5co-cover-thumb {
  background-size: cover;
}

.schedules {
  width:100%;
  font-size: 80%;
  text-align: center;
}
.schedules th,
.schedules td {
  text-align: center;
  padding:1.3% 0;
  border:1px solid #685145;
}
.schedules thead th,
.schedules thead td {
  background-color: #351c0f;
  color:#FFF;
}
.schedules thead th {
  width: 23%;
}
.schedules thead td {
  width: 11%;
}
.schedules tbody th {
  background-color: #351c0f;
  color:#FFF;
}
.schedules tbody td {
  background-color: #fff;
}
.schedules tbody tr td:last-child {
  color:red;
}

#fh5co-product-section .heading-section > p {
  margin-bottom: 2.5em;
}
#fh5co-product-section .item .name {
  font-size: 100%;
  margin: 0.5em 0 1.5em;
}
#fh5co-introduction-section {
  background-color: #edf4ef;
  padding: 2.5em 0;
}
#fh5co-introduction-section h4 {
  background-color: #60bc74;
  color: #FFF;
  padding: 0.8em 1em;
  margin: 0 0 0.7em 0;
	font-size: 1.5em;
}
#fh5co-introduction-section h5{
	font-size:16px!important;
}
#fh5co-introduction-section .intro-name {
  font-size: 100%!important;
	font-weight: bold;
}
#fh5co-introduction-section .intro-name-large {
  font-size: 130%;
}
#fh5co-introduction-section .intro-photo img {
  max-width: 100%;
  width: auto;
}
.intro-photo {
    overflow: hidden;
    width: 24%;
    float: left;
    margin-left: 9%;
}
.intro-txt {
	width: 52%;
    /* overflow: hidden; */
    float: right;
    margin: 0px 14% 0 0;
}
#fh5co-introduction-section h3 {
    padding: 2%;
    margin: 0px 0 6%;
}
#fh5co-introduction-section .intro-career {
  /*font-size: 70%;*/
  margin-bottom: 1em;
}
#fh5co-introduction-section .intro-career h4 {
  margin-bottom: 0;
}
#fh5co-introduction-section .intro-career h5 {

}
#fh5co-introduction-section .intro-career table {
  width: 100%;
}
#fh5co-introduction-section .intro-career table th,
#fh5co-introduction-section .intro-career table td {
  padding: 2% 4%;
  box-sizing: border-box;
  border-bottom: 1px solid #8aac92;
}
#fh5co-introduction-section .intro-career table tr:last-child th,
#fh5co-introduction-section .intro-career table tr:last-child td {
  border-bottom: none;
}
#fh5co-introduction-section .intro-career table th {
  background-color: #ddf1e1;
  text-align: right;
  width: 22%;
  vertical-align: top;
}
#fh5co-introduction-section .intro-career table td {
  background-color: #FFF;
  width: 78%;
}

#fh5co-introduction-section .intro-research h5 {
  margin-bottom: 0.8em;
  font-weight: bold;
}
#fh5co-introduction-section .intro-research p {
  line-height: 1.8em;
  padding-left: 2em;
  
}

#fh5co-basicinformation-section {
  padding: 4% 0;
}
#fh5co-basicinformation-section h3 {
    margin: 0 0 4% 0;
}
#fh5co-basicinformation-section .basicinformation-photo {
  text-align: right;
}
#fh5co-basicinformation-section .basicinformation-table {
  /*font-size:70%;*/
  line-height: 1.8em;
}
#fh5co-basicinformation-section .basicinformation-table a{
  color:#000;
}
#fh5co-basicinformation-section .basicinformation-table th,
#fh5co-basicinformation-section .basicinformation-table td {
  padding: 3% 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
  line-height: 1.7em;
	width:68%;
}
#fh5co-basicinformation-section .basicinformation-table tr:last-child th,
#fh5co-basicinformation-section .basicinformation-table tr:last-child td {
  border-bottom:none;
}
#fh5co-basicinformation-section .basicinformation-table th {
  vertical-align: top;
  text-align: center;
  width: 31%;
}
#fh5co-footerinfo-section .footer_logo img {
  width: 100%;
}
#fh5co-footerinfo-section .footer_schedules {
  width:100%;
  font-size: 70%;
  text-align: center;
	margin: 4% 0 4% 0;
}
#fh5co-footerinfo-section .footer_schedules th,
#fh5co-footerinfo-section .footer_schedules td {
  text-align: center;
  padding:2% 0;
  border:1px solid #685145;
}
#fh5co-footerinfo-section .footer_schedules thead th,
#fh5co-footerinfo-section .footer_schedules thead td {
  background-color: #e3dfde;
}
#fh5co-footerinfo-section .footer_schedules thead th {
  width: 23%;
}
#fh5co-footerinfo-section .footer_schedules thead td {
  width: 11%;
}
#fh5co-footerinfo-section .footer_schedules tbody th {
  background-color: #e3dfde;
}
#fh5co-footerinfo-section .footer_schedules tbody td {
  background-color: #fff;
}
#fh5co-footerinfo-section .footer_schedules tbody tr td:last-child {
  color:red;
}
.footer_tel_txt p {
  font-size: 80%;
  display: inline-block;
  color: #FFF;
  padding: 1.5% 3%;
}
.footer_tel_txt .footer_tel_txt_small {
  font-size: 50%;
}
.footer_tel_txt p:first-child {
  width: 35%;
  background-color: #fb7732;
  text-align: right;
  position: relative
}
.footer_tel_txt p:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 29px 13px;
  border-color: transparent transparent transparent #fb7732;
  position: absolute;
  top: 0;
  right: -13px;
}
.footer_tel_txt p:last-child {
  width: 65%;
  background-color: #351c0f;
  text-align: left;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 768px) {
 .gnav-container li {
    border-bottom: 1px solid #5fbc76!important;
}
  .gnav-container li:first-child{
    border-top: 1px solid #5fbc76!important;
  }
#gnav {
  float: none;
    top: -30px!important;
}
.first-vision {
    top: 0px;
}
#fh5co-header {
  float: none;
    margin-bottom: 0em;
}
	#top01 {
    background-size: 100%;
}
}


/*--------------------------------------
スタッフブログ
--------------------------------------*/
.section-information {
    overflow: hidden;
    margin: 0 auto 4%;
}
.newsListItem{
	margin: 0;
	    display: block;
}

.newsListItem h3{
	color: #003667;
}

.Inspection{
	width: 50%;
    float: left;
}
.new-icon{
	color:red;
}
.news-entry ul{
	list-style: none;
}
.heading-txt {
    text-align: center;
}
p.heading-txt a {
    color: #333;
}
.heading-txt a,.heading-txt a:visit,.heading-txt a:active{
	color:#333!important;
}

.heading-txt a:hover{
	color:#3da3bf;
	text-decoration: none;
}


.news-entry a, .news-entry a:visit, .news-entry a:active{
	color:#333;
}

.news-entry a:hover{
    color: #3da3bf;
    color: #5FBC76!important;
    animation: lime-orange 20s infinite;
    -webkit-animation: lime-orange 20s infinite;

}

.news{
	text-align: center;
    padding: 4% 0 4%;
	max-width: 1000px;
    margin: 0 auto;
}
.news-area{

}

p.date {
    width: 35%;
    float: left;
}

.cf.main-blog {
    padding: 4% 0 0 0;
}
.cf.main-blog .main-column  .content{
    padding: 5% 0 0 0;
}
/*ニュースタイトルが長い時に途中までで切ります。*/
.newstitle{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:left;
}
.newstitle a {
    color: #000;
}
.newsconts {
    height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 2.5em;
}
.newsconts_box>p{
    height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 2.5em;
}
/*inspector-stylesheet1*/

.entry-list{
	text-align:right;
}

.information-unit{
  display: flex;
  flex-wrap: wrap;
}

.information-col2 {
	width: 48%;
    float: left;
    padding: 2%;
    margin: 1%;
    border: 2px solid #c7b320;
    -webkit-background-size: 7px 7px;
    background-size: 6px 6px;
    background: url(img/blog_bg.png);
}
.information-conts {
    background: #fff;
}
.news-entry .newsList {
    margin: 0;
    padding: 3% 6%;
	 height: 202px;
}
 .newsList-s {
    margin: 0;
    padding: 3%;
	 height: 120px;
}
.information-col2, .information-col2 .newstitle{
  text-decoration: underline;
}
 
 .information-col2.examination .newstitle{
   font-size: 115%!important;
   text-align: center;
  
 }
.information-col2.saturday .newstitle{
  text-align: center;
}

.information-col2.staff .newsList{
  min-height: 120px;
  height: auto;
}

.information-col2 p.date{
  width: 135px;
}

.information-col2.image{
  padding: 0;
  margin: 1%;
  border: none;
  background: none;
  align-self: stretch;
}
/* .information-col2.image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
} */
.information-unit .image {
  display: block; 
  width: 100%;
  margin: 1%;
  text-align: center;
}
.information-unit .image img {
  display: inline-block;
}

/************************************************************************

	003.ブログページ共通

************************************************************************/
.sub-mainvisual {
    background-image: url(img/top_setsubi_annai.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    height: 250px;
    text-align: center;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.blog-top {
    font-size: 1.5em;
}
.blog-top a{
    color:#333;
}
.blog-top a:hover{
    color:#fdb520;
	text-decoration:none;
}
.blog-page {
    padding: 0 0 4%;
}

.main-column h1{
	border-bottom: solid 3px #f8e8c6;
    position: relative;
	font-size: 1.4em;
	padding: 0 0 1%;
	margin: 0 0 2%;
}
.main-column h1:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}
.main-column .content{
    padding: 2%;
}

.main-column .content p{
	line-height: 30px;
    margin: 2%;
}

.main-column a {
    color: #333;
}

.main-column a:hover {
    text-decoration: none;
    color: #fdb520;
}

.side-column a {
    color: #333;
}

.side-column a:hover {
    text-decoration: none;
    color: #fdb520;
}


.entry-container{
	margin:0;
	padding:0 0 4%;
}
.entry-header{
	border-bottom: 1px solid #F8E8C6;
}
.entry-header h2{
	font-size:2em;
}

/*ブログページタイトル*/
.blog-header:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(173, 144, 84);
}
.blog-header {
    padding: 1% 1% 1% 1em;
    margin: 4% 0;
    font-size: 1.5em;
    position: relative;
    background: #fcb520;
    color: white;
}
/*ブログのタイトル*/
.blog-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}
.blog-title {
    border-bottom: solid 3px #f8e8c6;
    position: relative;
}
/*サイドバーのタイトル*/

.widget-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}
.widget-title {
    border-bottom: solid 3px #f8e8c6;
    position: relative;
    font-size: 110%;
}
/*テキストウエッジ*/
.textwidget {
    padding: 0;
    margin: 0 0 20px 20px;
}
/*カレンダー*/
#wp-calendar {
    background-color: transparent;
    width: 100%;
    text-align: center;
}
#wp-calendar th{
	text-align:center;
}
#wp-calendar a{
	color: #ffc678;
}

/*　ページネーション　*/

.pagenation {
    margin: 1em 0;
	clear: both;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin: 1px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


/************************************************************************

	004.single(記事ページ)

************************************************************************/
/*シングルページだけのページャー*/

.navigation a, .navigation span{
        padding: 10px!important;
    	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	    transition: 1.0s;
}

.navigation a:hover{
	color:#fff;
	text-decoration:none;
}

/************************************************************************

	005.error(404.php)

************************************************************************/
.error-page{
	width: 100%;
    padding: 4%;
}
/************************************************************************

	006.固定ページ　共通

************************************************************************/

.entry-title {
    border-bottom: none!important;
    border-top: none!important;
    font-family: 'BIZ UDPGothic';
}

/************************************************************************

	007.設備のご案内（固定ページ）

************************************************************************/
.page-facility_text {
    min-height: 160px;
}
.page-facility_image img {
    width: 100%;
}
.page-facility_text h4 {
    font-size: 1.3em;
}
h4.text-center span {
    font-size: 0.8em;
}
.col-md-4-r {
    width: 66%;
    float: left;
    padding: 4%;
}
.col-md-4-r .page-facility_text {
    height: initial;
}
.col-md-4-r  .page-facility_text h4 {
    text-align: left;
}
/************************************************************************

	08.診療案内（固定ページ）

************************************************************************/
.page-clinic {
	margin: 0;
	overflow: hidden;
	margin: 2% 0 0;
}
.page-clinic section {
    padding: 0 0 5% 0;
}
.clinic-chara h2 {
    background: #60bc74;
    padding: 1.5%;
    color: #fff;
    font-size: 1.2em;
    font-family: "BIZ UDPGothic";
}
.clinic-chara p {
    line-height: 1.8em;
    padding: 1% 10px;
	margin:0;
}
.clinic-box {
		width: 100%;
    text-align: center;
    overflow: hidden;
	  padding: 3% 0;
}
.clinic-col4 {
    width: 25%;
    float: left;
	 padding: 2%;
}
.clinic-col4 img {
    width: 100%;
}
.clinic-cate {
    background: #eeeeef;
	 padding: 4% 4% 1%;
}
.clinic-cate h3 {
    margin: 0;
    padding: 0;
    font-size: 1.4em!important;
    padding: 2%;
	line-height: 1.4em;
}
.clinic-col2 {
    width: 50%;
    float: left;
	padding: 0 ;
}
.clinic-col2-l{
    width: 48%;
    float: left;
}
.clinic-col2-r {
    width: 48%;
    float: right;
}
.clinic-col2-l p, .clinic-col2-r p{
	padding:6% 0;
}
.clinic-box-arrow {
    text-align: center;
    background: url(img/page-chara-arrow.png) no-repeat center;
    background-position: center;
	overflow: hidden;
	padding: 5% 0 0;
}
.clinic-box-arrow p {
    margin: 2%!important;
    font-size: 1em!important;
    font-weight: bold;
}
.clinic-chara-h3 {
    width: 100%;
    overflow: hidden;
    padding: 3px;
    border-bottom: 1px dashed #5fbd74;
    margin-top: 4%;
}
.clinic-chara-h3 h3 {
    text-align: left;
    font-size: 1.3em!important;
    padding: 5px 0 5px 10px;
    margin: 0 0 0 2px;
    border-left: 4px solid #5fbd74;
	font-family: "BIZ UDPGothic";
	color: #5fbd74;
}
.clinic-chara-h3 h3 span {
    font-size: 0.7em;
    margin: 0 0 0 2%;
}
.clinic-col2-green-l {
    width: 47%;
    background: #edf4ef;
    float: left;
    padding: 2% 4%;
}
.clinic-col2-green-r {
    width: 47%;
    background: #edf4ef;
    float: right;
    padding: 2%;
}
.clinic-col2-green-l h4 span,.clinic-col2-green-r h4 span {
    background: #5fbd74;
    padding: 6px 14px 3px;
    border-radius: 15px;
    color: #fff;
    margin: 0 2% 0 0;
    font-size: 1.1em;
}
.clinic-col2-green-l h4, .clinic-col2-green-r h4 {
    text-align: left;
	line-height: 2em;
}
.clinic-col2-green-l p, .clinic-col2-green-r p {
    margin: 2%!important;
}
.margin-top {
    margin: 7% 0 0 0;
}

/************************************************************************

	009.医院のご案内（固定ページ）

************************************************************************/
.page-photo{
	width: 100%;
	overflow: hidden;
    padding: 0;
}
.photo-main{
	width: 100%;
    background: url(img/photo_main.jpg) center no-repeat;
    background-color: #f5f9fc;
    height: 210px;
    overflow: hidden;
    background-position: 73%;
	background-size: cover;
}

.photo-main-text {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    padding: 2%;
    overflow: hidden;
}
.page-photo h1 {
    font-weight: normal;
    padding: 2%;
    font-size: 2em;
    font-weight: lighter;
    margin: 5% 0;
    border-bottom: 1px dashed #bcd108;
    border-left: 10px solid #bcd108;
	
}
.photo-main-text span {
	font-size: 0.5em;
}

.photo-container {
	/*max-width: 1370px;*/
    margin: 4% auto;
	text-align: center;
}
.photo-container img {
    width: 32%;
    padding: 0 1% 1% 0;
}
/*--------------------------------------
	010. アクセス
--------------------------------------*/
.access-main{
	width: 100%;
    background: url(img/access_main.jpg) center no-repeat;
    background-color: #f5f9fc;
    height: 360px;
    overflow: hidden;
    background-size: cover;
	background-position: 0 0px;
}
.page-access {
	width:100%;
	overflow: hidden;
    padding: 3% 0 4%;
}
.page-access h1 {
    font-weight: normal;
    padding: 2%;
    font-size: 2em;
    font-weight: lighter;
    margin: 5% 0;
    border-bottom: 1px dashed #EF8F9C;
    border-left: 10px solid #EF8F9C;
	
}
.map iframe{
	width: 100%;
}
/************************************************************************

	011.レスポンシブ（固定ページ767px）

************************************************************************/
@media screen and (max-width: 767px) {
/*--------------------------------------
	011-01.レスポンシブ　ヘッダー・フッター
--------------------------------------*/

#fh5co-header .clinic_logo {
    /* margin: 0px 10px 0 0; */
    /* 修正191213 */
    margin: 0px 10px 0 0;
    width: 85%;
}
#fh5co-basicinformation-section .basicinformation-table {
    font-size: 70%!important;
}
.col-md-6{
  z-index: 1;
}
/*--------------------------------------
	011-02.レスポンシブ　TOP
--------------------------------------*/
/*ブログ一覧*/
.information-col2{
	width:100%;
	}
/*院長紹介*/
.intro-txt {
	width: 96%;
    margin: 2%;
}
.intro-photo {
    width: 100%;
    margin: 0 0 4%;
	text-align: center;
}
.intro-photo img{
    width: 60%;
}
#fh5co-introduction-section .intro-career table {
  width: 100%;
  font-size: 0.8em;
}
/*--------------------------------------
	011-03.レスポンシブ　診療案内
--------------------------------------*/

.clinic-col4 {
    width: 50%;
    padding: 2%;
}
.clinic-col2 {
    width: 100%;
    float: left;
}
.clinic-box-arrow {
    background:none;
    background-size: 7%;
    background-position: center 47%;
}
.clinic-col2-green-l, .clinic-col2-green-r{
    width: 100%;
	margin: 1% 0;
}

.clinic-col2-l, .clinic-col2-r {
    width: 100%;
    float: left;
}

.clinic-col2-green-l h4, .clinic-col2-green-r h4 {
    margin: 5% 0;
	line-height: 2em;
}
/*--------------------------------------
	011-04.レスポンシブ　設備のご案内
--------------------------------------*/

.page-facility_text {
    min-height: initial;
}
.col-md-4-r {
    width: 100%;
}
/*--------------------------------------
	011-05.レスポンシブ　院内のご案内
--------------------------------------*/
.page-photo {
    padding: 0 2%;
}

/*--------------------------------------
	011-06.レスポンシブ　アクセス
--------------------------------------*/
.access-main{
	background-position: 28% 0px;
}
.page-access {
    padding: 3% 0 10%;
}
}
/************************************************************************

	012.レスポンシブ（固定ページ 768px）

************************************************************************/
@media screen and (max-width: 768px) {
/*--------------------------------------
	012-01.レスポンシブ　topブログ一覧の日付幅
--------------------------------------*/
p.date {
    width: 53%;
    width: 53%;
    float: left;
	}
/*--------------------------------------
	012-02.レスポンシブ　院内のご案内
--------------------------------------*/
.photo-container img {
    width: 49%;
    padding: 0 1% 1% 0;
}
}
/************************************************************************

	013.レスポンシブ（固定ページ 769px~800px）

************************************************************************/
@media screen and (min-width:769px) and ( max-width:800px){

#gnav {
    top: -67px;
}
}


/************************************************************************

	013.レスポンシブ（固定ページ 500px）

************************************************************************/
@media screen and (max-width: 500px) {
  #fh5co-introduction-section .intro-career table th{
    width: 25%;
  }
}

