@charset "UTF-8";
/*****************************************
BASIC
*****************************************/
html {
  font-size: 62.5%;
}
body{
  margin:0;
  padding:0;
  line-height:1.6;
  letter-spacing: 1px;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka,"Arial";
  font-size: 1.4rem;
  color:#333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; 
}
img { 
  width: 100%;
  vertical-align: bottom;
}

a { color: #4d6ecb; text-decoration: none; }
a:visited { color: #4d6ecb; text-decoration: none; }
a:hover { color: #73C1D6; text-decoration: none; }
a:active { color: #73C1D6; text-decoration: none; }

/*****************************************
TEMPLATE LAYOUT
*****************************************/
#header {
  position: relative;
  width: 100%;
  background-color: #F8F6F0;
  height: 90px;
}
/*-----------------------------------------------------------------
共通設定
-----------------------------------------------------------------*/
/*メイン*/
.main-column{
  margin:0 auto 0;
  position: relative;
  z-index: 10;
  /*padding-bottom: 40px;*/
}
.main-column:after{
  content: '';
  display: block;
  background-color: #faf8ee;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
}
.main-column:before{
  content: '';
  display: block;
  background-color: #dad5bd;
  position: absolute;
  width: 100%;
  bottom: -3px;
  right: -3px;
  height: 100%;
}
#under-page {
  position: relative;
  z-index: 100;
}
.page-title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #5E522B;
  background-color: #EEE9D3;
  overflow: hidden;
}
.page-title span {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 0 0 30px 0;
}
.page-title i {
  position: absolute;
  font-size: 2.2rem;
  width: 43px;
  height: 43px;
  border-radius: 60px;
  padding: 8px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #C6BE97;
  color: #fff;
  border: solid 3px #EEE9D3;
  top: 56px;
  left: 42%;
  z-index: 100;
}

.toparea {
  overflow: hidden;
  height: 200px;
}
.toparea img {
  width: 100%;
}

/*--------------------------------------------------------------
TEMPLATE　余白
--------------------------------------------------------------*/
#top-contents {
  padding: 20px 10px 50px 10px;

}
#main-contents {
  padding: 20px 10px 50px 10px;

}
.main-column h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5B5129;
  text-align: center;
  padding: 50px 0 15px 0; 

}

/*****************************************
HEADER CUSTOMIZE
*****************************************/
#header h1 {
  font-size: 1.1rem;
  letter-spacing: 0px;
  color: #fff;
  background-color: #C6BE97;
  padding: 1px 0 1px 0;
  text-align: center;        
}
#header .logo {
  display: none;      
}
#header .telbtn a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #6C5430;
  text-decoration: none;
}
#header .telbtn i {
  width: 30px;
  height: 30px;
  border-radius: 60px;
  font-size: 18px;
  color: #fff;
  background-color: #C6BE97;
  margin-right: 8px;
  vertical-align: middle;
  padding: 7px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
} 
#header .menu-btn a {
  position: absolute;
  bottom: 12px;
  left: 10px;
  color: #6C5430;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px;
  background-color: #C6BE97;
  text-align: center;
  border-radius: 5px;
}
#header .menu-btn i {
  margin: 0 5px 0 0;
}
/*****************************************
PAGETOP CUSTOMIZE
*****************************************/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
#page-top a {
  background-color: #6C5431;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;    
  text-align: center;
  display: block;
  border-radius: 5px;
  opacity: 0.6;
  font-size: 14px;
  padding: 2px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 1;
}

/*****************************************
footer
*****************************************/
#footer{
  width: 100%;
  margin: 0 auto;
  background-color: #DED9C1;
  position: relative;
  height: 810px;
}
@media screen and (min-width: 480px) {
  #footer{
    height: 840px;
  }
}
#footer-content {
  padding: 15px 0 0 0;
  position: absolute;
  top: 425px;
  left: 0;
  width: 100%;
}
#footer-navigation {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#footer-navigation ul {
  list-style: none;
}
#footer-navigation ul li a {
  position: relative;
  display: block;
  padding: 10px 10px;
  color:#333;
  background-color: #fff;
}
#footer-navigation ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  border-top: 10px solid #DED9C1;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer-navigation ul li {
  border-bottom: solid 1px #DED9C1;
}
#footer-navigation ul li i {
  font-size: 18px;
  color: #fff;
  width: 26px;
  height: 26px;
  background-color: #DED9C1;
  border-radius: 60px;
  text-align: center;
  padding: 5px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}
#footer-content .logo {
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #CEC4B7;
  padding: 15px 0 15px 0;
  text-align: center;
}
#footer-content .tel {
  vertical-align: top;
  padding: 15px 0 15px 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #CEC4B7;
}
#footer-content .address {
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 0px;
  width:90%;
  margin: 0 auto;
  padding: 15px 0 15px 0;
  border-bottom: solid 1px #CEC4B7;
}
#footer-content .tel a {
  font-size: 18px;
  font-weight: bold;
  color: #6C5430;
}
#footer-content .tel i {
  font-size: 18px;
  color: #fff;
  width: 26px;
  height: 26px;
  background-color: #6C5431;
  border-radius: 60px;
  text-align: center;
  padding: 5px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 0 0;
}

#footer-content .address:after {
  content: "";
  display: block;
  clear: both;
}
#footer-content .address i {
  font-size: 18px;
  color: #fff;
  width: 26px;
  height: 26px;
  background-color: #6C5431;
  border-radius: 60px;
  text-align: center;
  padding: 5px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#footer-content .address p {
  float: none;
  width: auto;
  margin-left: 34px;
}
#footer-content .logo img {
  width: 80%;
}
#footer .copyright {
  padding: 20px 0 20px 0;
  color:#493924;
  text-align:center;
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
@media screen and (max-width: 320px) {
  #footer .copyright {
    bottom: 0px;
  }
}
@media screen and (min-width: 480px) {
  #footer .copyright {
    left: 20%;
    bottom: 0px;
  }
  #footer-content .address {
    padding: 15px 0 15px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/*****************************************
ナビゲーション
*****************************************/
#global-menu-wrap {
  display: none;
}
#nav h2 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  height: 95px;
  letter-spacing: 0px;
}
@media screen and (max-width: 320px) {
  #nav h2 {
    font-size: 1.4rem;
  }
}
#nav h2 span {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
#nav h2 i {
  position: absolute;
  font-size: 2.4rem;
  width: 45px;
  height: 45px;
  border-radius: 60px;
  padding: 8px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#nav h2 .tex01 {
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff !important;
  line-height:1.3;
}
#nav .director h2 {
  color: #5E522B;
  background-color: #EEE9D3;
}
#nav .director h2 i {
  background-color: #C6BE97;
  color: #fff;
  border: solid 3px #EEE9D3;
  top: 60px;
  left: 43%;
}
#nav .director h2 span {
  color: #ADA481;
}
#nav .treatment h2 {
  color: #fff;
  background-color: #AAC292;
}
#nav .treatment h2 i {
  background-color: #749F48;
  color: #fff;
  border: solid 3px #AAC292;
  top: 60px;
  left: 36%;
}
#nav .treatment h2 span {
  color: #749F48;
}
#nav .reservation h2 {
  color: #fff;
  background-color: #DBB876;
}
#nav .reservation h2 i {
  background-color: #DFA025;
  color: #fff;
  border: solid 3px #DBB876;
  top: 60px;
  left: 36%;
}
#nav .reservation h2 span {
  color: #B58C3E;
}
#nav .diagnosis h2 {
  color: #5E522B;
  background-color: #EEE9D3;
}
#nav .diagnosis h2 i {
  background-color: #C6BE97;
  color: #fff;
  border: solid 3px #EEE9D3;
  top: 60px;
  left: 43%;
}
#nav .diagnosis h2 span {
  color: #ADA481;
}
#nav .access h2 {
  color: #fff;
  background-color: #B2A087;
}
#nav .access h2 i {
  background-color: #917B5D;
  color: #fff;
  border: solid 3px #B2A087;
  top: 60px;
  left: 36%;
}
#nav .access h2 span {
  color: #917B5D;
}
#nav .equipment h2 {
  color: #fff;
  background-color: #80B3C6;
}
#nav .equipment h2 i {
  background-color: #5C94A7;
  color: #fff;
  border: solid 3px #80B3C6;
  top: 60px;
  left: 36%;
}
#nav .equipment h2 span {
  color: #5C94A7;
}
#nav .information h2 {
  color: #5E522B;
  background-color: #EEE9D3;
}
#nav .information h2 i {
  background-color: #C6BE97;
  color: #fff;
  border: solid 3px #EEE9D3;
  top: 60px;
  left: 43%;
}
#nav .information h2 span {
  color: #ADA481;
}
#nav .medical h2 {
  color: #fff;
  background-color: #DBB876;
}
#nav .medical h2 i {
  background-color: #DFA025;
  color: #fff;
  border: solid 3px #DBB876;
  top: 60px;
  left: 43%;
}
#nav .medical h2 span {
  color: #B58C3E;
}

#nav ul {
  list-style: none;       
}
#nav ul:after {
  content: "";
  display: block;
  clear: both;
}
#nav ul li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}
#nav li a {
  display: block;
}
#nav li a:hover {
  opacity: 0.7;
}
#nav .director a,#nav .treatment a,#nav .reservation a,#nav .access a,#nav .equipment a,#nav .medical a {
  -webkit-box-shadow:0 0 4px #aaaaaa;
  box-shadow:0 0 4px #aaaaaa;
}
#nav .access a {
  overflow: hidden;
  height: 220px;
}
#nav .equipment a {
  overflow: hidden;
  height: 220px;
}
#nav li img {
  width: 100%;
}
#nav .director {
  width: 100%;
}
#nav .treatment {
  width: 50%;
  padding: 0 5px 0 0;
}
#nav .reservation {
  width: 50%;
  padding: 0 0 0 5px;
}
#nav .diagnosis {
  width: 100%;
}
#nav .access {
  width: 50%;
  padding: 0 0 0 5px;
}
#nav .equipment {
  width: 50%;
  padding: 0 5px 0 0;
}
#nav .medical {
  width: 100%;
}
#nav .information {
  width: 100%;
}
/*--------------------------------------------------------------
診療時間
--------------------------------------------------------------*/
#nav .open-box {
  -webkit-box-shadow:0 0 4px #aaaaaa;
  box-shadow:0 0 4px #aaaaaa;
  background-color: #FAF8EE;
}
#nav .open-inner {
  padding: 30px 6px 10px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#nav .open-box .text-box {
  padding: 10px 0 0 0;
}
.open table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #b9b9b9;
  color: #333;
}
.open table th {
  width: 10%;
  padding: 5px 0px;
  text-align: left;
  vertical-align: top;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #E5E5E5;
  border: 1px solid #b9b9b9;
  text-align: center;
}
.open table td {
  padding: 5px 0px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  text-align: center;
  vertical-align: middle;
  color: #DFA025;
}
.open table .title {
  width: 30%;
}
.open table .time {
  width: 30%;
  font-size: 1.0rem;
  color: #333;
}
.open table .time span {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  .open table .time {
    font-size: 0.8rem;
  }
  .open table .time span {
    font-size: 0.7rem;
  }
}
.open .blue {
  color: #40A0CD;
  background-color: #AFDCF1;
}
.open .red {
  color: #DA5270;
  background-color: #FBCBD6;
}
.open .line {
  color: #749F48;
}
#nav .text-box .text {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #786F4D;
}
#nav .text-box .tel {
  padding: 20px 0 0 0;
}
#nav .text-box .tel a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #896713;
  text-decoration: none;
}
#nav .text-box .tel i {
  width: 30px;
  height: 30px;
  border-radius: 60px;
  font-size: 20px;
  color: #fff;
  background-color: #C6BE97;
  margin-right: 8px;
  vertical-align: middle;
  padding: 6px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#nav .text-box:hover {
  opacity: 0.7;
}
#nav .open-box h3 {
  color: #28962D;
  margin: 10px 0 0 0;
}

/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/
#nav .info {
  background-color: #FAF8EE;
  height: 290px;
  -webkit-box-shadow:0 0 4px #aaaaaa;
  box-shadow:0 0 4px #aaaaaa;
}
#nav .info .inner {
  max-width: 100%;
  height: 120px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#nav .info .more a {
  display: block;
  width: 80%;
  background-color: #C6BE97;
  color: #fff;
  margin: 10px auto 0;
  text-align: center;
  padding: 5px 0;
}
#nav .info .more a:hover {
  background-color: #6C5431;
  opacity: 1;
}
#nav .news-box {
  padding: 20px 5px 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#nav .info .news-box p a {
  display: inline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#nav .news-box ul {
  list-style-type: none;
  padding: 10px 10px 10px 5px;
}
#nav .news-box ul li:after {
  content: "";
  display: block;
  clear: both;
}
#nav .news-box .time {
  color: #666;
  font-size: 12px;
}
#nav .news-box .title {
  color: #5E522B;
  font-size: 12px;
  font-weight: bold;
  margin-left: 26px;
}
#nav .news-box ul li {
  width: 100%;
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
  margin: 0 0 0 0;
}
#nav .news-box li:first-child {
  padding-top: 0;
}
#nav .news-box ul li .time:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  width: 17px;
  height: 17px;
  background-color: #e0a026;
  border-radius: 60px;
  text-align: center;
  float: left;
  margin: 0 8px 0 0;
}
#nav .news-box ul li p {
  font-size: 12px;
  padding: 5px 10px 0px 26px;
}


/***************************************************************
バナー
***************************************************************/
.banner {
  list-style: none;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.banner:after {
  content: "";
  display: block;
  clear: both;
}
.banner li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner li:nth-child(odd) {
  padding: 18px 10px 0 5px;
}
.banner li:nth-child(even) {
  padding: 0 5px 0 10px;
} 
.banner li img {
  width: 100%;
}
.banner li a:hover {
  opacity: 0.7;
}

/***************************************************************
院長紹介
***************************************************************/
#director h3 {
  font-size: 1.4rem;
  color: #fff;
  padding: 3px 10px;
  background-color: #60562F;
  margin: 0 0 10px 0;   
}
#director h3:nth-of-type(n+2) {
  margin: 30px 0 10px 0;   
}
/*--------------------------------------------------------------
理事長あいさつ
--------------------------------------------------------------*/
#director .message-area {
  width: 94%;
  margin: 0 auto;
}

#director .message-area p{
  line-height: 2.4;
}
#director .message-area .name {
  text-align: right;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 0 0 0;
}
#director .message-area .name span {
  display: block;

}
/*--------------------------------------------------------------
理事長あいさつプロフィール
--------------------------------------------------------------*/
#director .profile-area {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
#director .profile-photo {
  width: 100%;
}
#director .profile-box {
  padding: 20px 0 0 0;
}
#director .profile-box p {
  text-align: right;
}
#director .profile-photo p {
  text-align: center;
}
#director .profile-photo .name {
  padding: 10px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}
#director .profile-photo .name span {
  font-size: 1.4rem;
  color: #28962D;
}

/*--------------------------------------------------------------
理事長あいさつプロフィール リスト
--------------------------------------------------------------*/
#director .profile-box .list {
  list-style: none;
}
#director .profile-box .list li {
  margin: 0 0 10px 0;
}
#director .profile-box .list li:last-child {
  margin: 0 0 0 0;
}


/***************************************************************
診療案内
***************************************************************/
#treatment h2 {
  text-align: left;
}
#treatment .treatment-area h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #28962D;
  padding: 30px 0 10px 0;
}
#treatment .treatment-area {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

#treatment .treatment-area p{
  line-height: 2.4;
}
#treatment .treatment-area .description {
  list-style: none;
}
#treatment .treatment-area .description li {
  margin: 0 0 10px 0;
}
#treatment .treatment-area .description:nth-of-type(2) {
  margin: 10px 0 0 0;
}
#treatment .treatment-area .description li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1.2rem;
  color: #fff;
  width: 18px;
  height: 18px;
  background-color: #e0a026;
  border-radius: 60px;
  text-align: center;
  float: left;
  margin: 0 8px 0 0;
}

/***************************************************************
クリニック案内
***************************************************************/
#about .diagnosis-area {
  padding: 0 6px 0 6px;
}

#about .about-area {
  width: 94%;
  margin: 30px auto 0;
  padding: 0 0 30px 0;
}
/*--------------------------------------------------------------
診療時間 テキスト
--------------------------------------------------------------*/
#about .diagnosis-area .text {
  padding: 10px 0 0 0; 
}
#about .diagnosis-area .text .green {
  font-weight: bold;
  color: #28962D;
}
#about .diagnosis-area .text a {
  font-weight: bold;
  color: #28962D;
}
/*--------------------------------------------------------------
基本情報 テーブル
--------------------------------------------------------------*/
#about .about-area table {
  width: 100%;
  border-collapse: collapse;
}
#about .about-area table th {
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  display: block;
  font-weight: bold;
  background-color:#E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#about .about-area table td {
  padding: 10px 0 10px 0;
  text-align: left;
  width: 100%;
  display: block;
}
#about .about-area table a {
  color: #333;
}
/*--------------------------------------------------------------
アクセス
--------------------------------------------------------------*/
#about .map-area {
  width: 94%;
  margin: 0 auto;
}
#about .map-area iframe {
  width: 100%;
  height: 300px;
}
#about .map-area .map-photo {
  margin: 30px auto 0;
}
#about .map-area .map-photo img {
  width: 100%;
}
#about .map-area .map-photo a {
  display: block;
  padding: 8px 0 0 0;
}
#about .map-area iframe {
  width: 100%;
  height: 300px;
}
#about .map-area .description {
  list-style: none;
  width: 94%;
  margin: 30px auto 0;
}
#about .map-area .description li {
  margin: 0 0 20px 0;
}
#about .map-area .description li:last-child {
  margin: 0 0 0 0;
}
#about .map-area .description li:after {
  content: "";
  display: block;
  clear: both;
}
#about .map-area .description i {
  font-size: 1.6em;
  color: #fff;
  width: 35px;
  height: 35px;
  background-color: #6C5431;
  border-radius: 60px;
  text-align: center;
  padding: 7px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#about .map-area .description p {
  float: none;
  width: auto;
  margin-left: 45px;
}
#about .map-area .description strong {
  font-weight: bold;
  display: block;
}
#about .map-area .description .mapbtn {
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #C6BE97;
  color: #fff;
  width: 85px;
  height: 45px;
  margin: 5px 0 0 0;
  border-radius: 5px;
  padding: 7px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: block;
}
#about .map-area .description .mapbtn i {
  font-size: 1.3rem;
  padding: 0;
  float: none;
  border: none;
  background: none;
  width: auto;
  height: auto;
  vertical-align: top;
  position: absolute;
  top: 15px;
  right: 5px;
}
#about .map-area .description .mapbtn:hover {
  background-color: #6C5431;
}
/*--------------------------------------------------------------
道案内
--------------------------------------------------------------*/
#about .map-area .guide {
  list-style: none;
  margin: 30px auto 0;
}
#about .map-area .guide:after {
  content: "";
  display: block;
  clear: both;
}
#about .map-area .guide li {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#about .map-area .guide li:nth-of-type(2n+1) {
  clear: both;
}
#about .map-area .guide li p {
  padding: 5px 0 0 0;
  font-size: 1.2rem;
}
#about .map-area .guide img {
  width: 100%;
}

/***************************************************************
予防接種
***************************************************************/
#vaccine .vaccine-area {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
#vaccine h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5B5129;
  margin: 30px 0 15px 0;
  text-align: center;
}
#vaccine .vaccine-area p{
  line-height: 2.4;
}
#vaccine .vaccine-area .photo {
  margin: 20px 0 0 0;
  text-align: center;
}
#vaccine .vaccine-area .photo a:hover {
  opacity: 0.7;
}

/***************************************************************
設備案内
***************************************************************/
#equipment h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 30px 0 10px 0;       
}
#equipment .equipment-area {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
#equipment .description {
  list-style: none;
  font-size: 1.2rem;
  margin: 25px auto 15px;
}
#equipment .description li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1.2rem;
  color: #fff;
  width: 18px;
  height: 18px;
  background-color: #e0a026;
  border-radius: 60px;
  text-align: center;
  float: left;
  margin: 0 8px 0 0;
}
#equipment .description li p {
  float: none;
  width: auto;
  margin-left: 26px;
}
#equipment .description li {
  margin: 0 0 5px 0;
}
#equipment ul {
  list-style: none;
  margin: 0 auto;
}
#equipment ul:after {
  content: "";
  display: block;
  clear: both;
}
#equipment ul li {
  float: left;
  width: 50%;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}
#equipment ul li p {
  font-size: 1.2rem;
  padding: 5px 0 0 0;
}
#equipment ul li img {
  width: 100%;
}
#equipment .text {
  padding: 0 0 20px 0;
}

/***************************************************************
お知らせ
***************************************************************/
#information .information-area {
  width: 94%;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}
#information .news-box .inner {
  max-width: 100%;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#information .news-box ul {
  list-style-type: none;
  padding: 10px 10px 10px 5px;
}
#information .news-box ul li:after {
  content: "";
  display: block;
  clear: both;
}
#information .news-box .time {
  color: #666;
}
#information .news-box .title {
  color: #5E522B;
  font-weight: bold;
  margin-left: 26px;
}
#information .news-box ul li {
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
}
#information .news-box li:first-child {
  padding-top: 0;
}
#information .news-box ul li .time:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  width: 18px;
  height: 18px;
  background-color: #e0a026;
  border-radius: 60px;
  text-align: center;
  float: left;
  margin: 0 8px 0 0;
}
#information .news-box ul li p {
  padding: 5px 10px 0px 26px;
  line-height: 28px;

}

/***************************************************************
よくある質問
***************************************************************/
#qa .qa-area {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
/*ACCORDION*/
#qa .accordion {
  width: 100%;
}
#qa .accordion ul {
  list-style: none;
}
#qa .accordion > ul > li > a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  background-color: #749F48;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 8px 8px 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 55px;
}
#qa .accordion > ul > li > a:hover{
  background-color: #145019;
}
#qa .accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
  font-size: 12px;
  position: absolute;
  right: 3px;
  top: 20px;
  color: #427C07;
}
#qa .accordion > ul > li > a:after{
  content: "▼";
}
#qa .accordion > ul > li > a.active:after{
  content: "▲";
}
#qa .accordion > ul > li > ul {
  display: none;
}
#qa .accordion > ul > li > ul > li {
  color: #333;
  font-size: 1.3rem;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 8px;
  position: relative;
}

/***************************************************************
乳幼児健診
***************************************************************/
#examination .examination-area {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
#examination h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #5B5129;
  margin: 30px 0 15px 0;
  text-align: center;
}
#examination .examination-area p {
  line-height: 2.4;
}
#examination .photo {
  width: 100%;
  margin: 20px auto 0;
}
#examination .examination-box .examination-photo {
  width: 100%;
  margin: 0 auto;
}
#examination .examination-box .text {
  padding: 20px 0 0 0;
}
#examination .examination-box .examination-photo img {
  width: 100%;
}