@charset 'UTF-8';


/*ヘッダー*/

#header {
  overflow: hidden;
  background: url(../header_img/head_menu_shadow1.png) repeat-x top;
}

#header h1 {
  float: left;
  padding-top: 16px;
  padding-bottom: 18px;
}

.head_reserveBtn {
  float: right;
  padding-top: 30px;
  padding-bottom: 26px;
}

.header_menu {
  background: url(../header_img/head_menu_bg.png) repeat-x top;
}

.header_menu ul {
  width: 950px;
  margin: 0 auto;
}

.header_menu ul li {
  float: left;
}


/*メインコンテナ*/

#wrapper_container {
  background: url(../common_img/bg_main.jpg) repeat;
}

.wrapper_container_shadow {
  width: 100%;
  height: 26px;
  background: url(../header_img/head_menu_shadow2.png) repeat-x;
}

.container_bg {
  z-index: 100;
  width: 100%;
  background: url(../common_img/bg_main_texture.jpg) repeat-y center top;
}

#container {
  overflow: hidden;
  width: 950px;
  margin: 0 auto;
}



/*サイドバー*/

#sidebar {
  float: left;
  width: 260px;
}

.sidebar_bg {
  background-color: #fff;
}

.sidebar_inner {
  width: 240px;
  margin: 0 auto;
  text-align: center;
}

#sidebar h2 {
  width: 40px;
  margin: 0 auto;
  padding-bottom: 10px;
}

ul.side_topMenu {
  padding-top: 25px;
}



ul.side_subMenu {
  width: 230px;
  margin: 0 auto;
  padding-top: 25px;
}

ul.side_subMenu li {
  padding-top: 10px;
}



/*メイン*/

#main {
  float: right;
  width: 660px;
}

.main_bg {
  padding-bottom: 30px;
  background-color: #fff;
}

.main_inner {
  width: 620px;
  margin: 0 auto;
}

.section {
  overflow: hidden;
  width: 570px;
  margin: 0 auto;
  padding-top: 50px;
}

.section h2 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: #000 1px dotted;
}

.section p {
  padding-top: 3px;
}

.section_bold {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

.section h3 {
  font-size: 123.1%;
  font-weight: bold;
  padding-top: 25px;
  color: #ff7253;
}

.bar-pink {
  font-size: 140%;
  width: 100%;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  text-indent: 0.5em;
  color: white;
  background-color: #db7a90;
}

.vline-pink {
  font-size: 140%;
  display: block;
  text-indent: 0.7em;
  border-left: #db7a90 solid 5px;
}

.device-container {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

ul.touroku {
  margin-top: 15px;
  border-top: #cecece 1px dotted;
}

ul.touroku li {
  padding: 1em;
  border-bottom: #cecece 1px dotted;
}

.section_left {
  float: left;
}

.section_right {
  float: right;
}

.section table {
  border-top: #999 1px solid;
  border-left: #999 1px solid;
}

.section table th {
  padding: 7px;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
}

.section table td {
  padding: 7px;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
}

.section table th,
.section table td {
  vertical-align: middle;
}

.table_cell_color01 {
  background-color: #ffb8a9;
}

.table_cell_color02 {
  background-color: #f7ede6;
}

.table_cell_color03 {
  background-color: #ffd481;
}

.table_cell_color04 {
  background-color: #fff4de;
}

.table_cell_color00 {
  background-color: #e2e1e2;
}

table.dr_profile {
  width: 570px;
  border-left: none !important;
}

table.dr_profile td {
  border-right: none !important;
}

.topTitle_add {
  overflow: hidden;
  width: 620px;
}

.nyuin {
  background: url(../nyuin_img/main_topTitle_nyuin.jpg) no-repeat left top;
}

.sango {
  background: url(../nyuin_img/main_topTitle_sango.jpg) no-repeat left top;
}

.topTitle_add ul {
  margin: 75px auto 5px auto;
}

.topTitle_add ul li {
  float: left;
}


/*=======room.html========*/

.room_profile {
  padding: 20px;
  background: url(../room_img/main_photo_room02.jpg) no-repeat left top;
}

.room_galleryBox {
  padding-top: 50px;
  padding-bottom: 50px;
  border: #ccc 1px solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

ul.room_gallery {
  overflow: hidden;
  width: 516px;
  margin: 0 auto;
  padding-top: 15px;
}

ul.room_gallery li {
  float: left;
}


/*=======present.html========*/

ul.present_list {
  margin-left: -40px;
}

ul.present_list li {
  float: left;
  margin-bottom: 20px;
  margin-left: 40px;
}


/*=======question.html========*/

.questionListTitle {
  padding-bottom: 15px;
  color: #333 !important;
}

ul.questionList {
  padding-top: 15px;
  padding-bottom: 35px;
  background: url(../common_img/border_gray01.png) repeat-x bottom;
}

ul.questionList li {
  padding-bottom: 8px;
}

ul.questionList li a {
  text-decoration: none !important;
}

.QandA_title {
  font-size: 123.1%;
  font-weight: bold;
  margin-top: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background: url(../common_img/patturn_gray01.gif) repeat;
}

.QandA {
  margin-top: 30px;
}

.question {
  background: url(../question_img/main_object_question01.png) no-repeat left top;
}

.answer {
  background: url(../question_img/main_object_question02.png) no-repeat left top;
}

.question p,
.answer p {
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.question p {
  font-weight: bold;
}

.QreturnBtn img {
  display: inline !important;
}

.QreturnBtn {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  border-bottom: #ccc 1px dotted;
}


/*=========sato.html=========*/

.sato_bg {
  padding-bottom: 250px;
  background: url(../sato/main_photo_sato01.jpg) no-repeat right bottom;
}


/*記事一覧（wordpress）*/

ul.entryList {
  width: 570px;
  border-top: #999 1px dotted;
}

ul.entryList li {
  line-height: 38px;
  height: 38px;
  border-bottom: #999 1px dotted;
}

span.date {
  padding-right: 1em;
}




/*個別記事（wordpress）*/

.entry h2.entryTitle {
  font-size: 150%;
  display: block;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  padding-bottom: 5px;
  border-bottom: #ccc solid 1px;
}

.entryDate {
  font-size: 100%;
  display: block;
  margin: 0 auto;
  color: #666;
}

.entryBody {
  line-height: 1.6em;
  margin-top: 25px;
}

.entryBody img {
  margin-top: 10px;
  margin-bottom: 7px;
}

.wp-caption-text {
  font-size: 92%;
}

.prevnext {
  overflow: hidden;
  width: 100%;
  margin: 20px auto 0 auto;
  padding-top: 10px;
}

.prev {
  float: left;
}

.next {
  float: right;
}



/*赤ちゃん写真館*/

.side_babyList {
  width: 220px;
  margin: 0 auto;
  text-align: left;
}

.side_babyListTitle {
  font-size: 123.1%;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: #ccc 3px solid;
}

.side_babyList ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: #ccc 1px dotted;
}

.main_baby_inner {
  width: 540px;
  margin: 0 auto;
  padding-top: 25px;
}

.baby_categoryTitle {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
  background: url(../baby_img/main_baby_categoryTitle_bg.jpg) no-repeat center top;
}

.body_section_wrap {
  margin-bottom: 60px;
}

.baby_section_top {
  padding: 65px 50px 0;
  background: url(../baby_img/main_baby_bg_top.jpg) no-repeat center top;
}

.baby_section_middle {
  padding: 0 45px;
  background: url(../baby_img/main_baby_bg_middle.png) repeat-y center;
}

.baby_section_wrap h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: #f6adb9 3px solid;
}

.baby_data {
  font-size: 93%;
  margin-top: 12px;
}

.baby_message {
  padding-top: 15px;
  padding-bottom: 25px;
}

.baby_photo {
  width: 410px;
  margin: 0 auto;
  text-align: center;
}

.baby_photo img {
  display: inline;
}


/*============サイドバーウィジェット　ブログ用==============*/

.side_blogWidget {
  width: 220px;
  margin: 25px auto 0 auto;
  text-align: left;
}

.side_blogWidget h3 {
  font-size: 138.5%;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: #9ad4ff 5px solid;
}

.side_blogWidget ul {
  list-style-position: inside !important;
  list-style-type: disc !important;
}

.side_blogWidget ul li {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: #ccc 1px dotted;
}

.side_blogWidget a {
  text-decoration: none;
  color: #333;
}

.side_blogWidget a:hover {
  text-decoration: underline;
}


/*============ブログ記事用==============*/

.blog_inner {
  overflow: hidden;
  width: 570px;
  margin: 0 auto;
  padding-top: 50px;
}

.blog_section {
  width: 570px;
}

.blog_section h2 {
  font-size: 153.9%;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: #999 1px dotted;
  border-left: #9ad4ff 8px solid;
}

.blog_nav {
  width: 570px;
  margin: 0 auto;
}

.post-meta {
  font-size: 93%;
  margin-top: 5px;
  margin-bottom: 1.5em;
  color: #666;
}

.blog_body p {
  font-size: 14px !important;
  line-height: 2em !important;
}

.blog_body pre {
  font-size: 108%;
  font-weight: normal !important;
  line-height: 2em !important;
  /*記事内のpreタグに囲まれた行を自動で折り返すためのcss*/
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.blog_section a {
  text-decoration: none;
  color: #666 !important;
}

.post-meta .post-date,
.post-meta .category {
  padding-right: 1em;
}

.comment-num {
  white-space: nowrap;
}

.more-link {
  float: right;
}

.footer-post-meta {
  margin-top: 40px;
  text-align: right;
}

.post-author {
  padding-left: 1em;
}

.page-link {
  margin: 3em 0;
}

.comment-page-link {
  margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
.comment-page-link a {
  display: inline-block;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
}

.page-link a span,
.comment-page-link a {
  background: #fff;
}

.page-link a {
  color: #000;
  border-bottom: none;
}

.page-link a span:hover,
.comment-page-link a:hover {
  color: #000;
  background: #ffeff7;
}



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

          Comments Area

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

#comment-area a {
  color: #666;
}

#comment-area h3 {
  font-size: 100%;
  font-weight: bold;
  display: block;
  padding: 3px;
  color: #fff;
  background-color: #ccc;
}

#comment-area cite a {
  font-weight: bold;
  color: #000;
}

.required {
  color: #fe56aa;
}

.commets-list,
.trackback-list {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: #ccc 1px dotted;
}

.commets-list li,
.trackback-list li {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0;
  border-bottom: 1px solid transparent;
}

.commets-list .avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small {
  font-size: 80%;
}

.comment-body p {
  clear: both;
  padding-top: 15px;
}

.reply {
  text-align: right;
}

.reply a {
  font-size: 123.1%;
  color: #069 !important;
}


.children {
  padding-left: 2em;
}

#respond {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px;
  background-color: #f0f4f6;
}

#respond p {
  margin-bottom: 15px;
}

h3#reply-title {
  font-weight: bold;
  padding-bottom: 3px;
  color: #000;
}

p.comment-notes {
  margin-bottom: 15px;
}

.wp-pagenavi {
  padding-top: 50px !important;
}


/*フッター*/

.returnBtn {
  clear: both;
  width: 950px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: right;
}

.returnBtn img {
  display: inline !important;
}

#footer {
  border-top: #c9c9c9 1px solid;
}

#footer img {
  display: inline !important;
}

.footer_box {
  font-size: 93%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #666;
  background-color: #fafafa;
}

.footer_box_left {
  float: left;
  width: 450px;
}

.footer_box_left h2 {
  float: left;
  padding-right: 20px;
}

.footer_box_right {
  float: right;
  width: 375px;
}

.footer_reserveBtn {
  display: flex;
  justify-content: space-between;
}

.privacy {
  clear: both;
  padding-top: 15px;
}

.privacy a {
  font-size: 85%;
  text-decoration: none !important;
  color: #666 !important;
}

.copyright p {
  padding-top: 8px;
}

.copyright img {
  padding-top: 3px;
}

/* --------------------------
	外来の診療時間表
-----------------------------*/
.biz-hour {
  font-size: 14px !important;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 414px) {
  .biz-hour {
    /* スマホのときだけ親要素いっぱいに */
    width: 100%;
  }
}

.biz-hour th,
.biz-hour td {
  padding: 10px !important;
  text-align: center;
  /* 枠線。色を変えたい時は#ff6680というところをお好みで */
}

/* 上段。backgroundを書き換えれば背景色が変わります。 */
.biz-hour th {
  font-weight: 800 !important;
  background: #ffd6cd;
}

/* 土曜日の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 日曜日の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}

/* 診療日の設置 */
.biz-hour td.busy {
  font-size: 16px !important;
  color: #ff9881 !important;
  border-bottom: #ccc dotted 1px !important;
}

/* 担当医の設定 */
tr.doctor td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.doctorIndex {
  display: flex;
  padding-left: 4em;
}

.doctorIndex li {
  margin-right: 1.5em;
}

.doctorIndex li a {
  font-size: 14px;
  color: #069;
}


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

          プラグイン Next gen gallery
          nextgen_basic_thumbnails.css
          上書き用CSS 

*****************************************/
/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
  overflow: hidden !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  padding-top: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ngg-galleryoverview .desc {
  /* required for description */
  margin: 0px 10px 10px 0px !important;
  padding: 5px !important;
}

.ngg-gallery-thumbnail-box {
  min-width: 33%;
}

.ngg-template-caption .ngg-gallery-thumbnail-box {
  margin-right: 0px !important;
}

.ngg-gallery-thumbnail {
  float: left !important;
  text-align: center !important;
  border: none !important;
}

.ngg-gallery-thumbnail img {
  background-color: #FFFFFF !important;
  -moz-box-shadow: 0px 0px 5px #aaa !important;
  -webkit-box-shadow: 0px 0px 5px #aaa !important;
  box-shadow: 0px 0px 5px #aaa !important;
  display: block !important;
  margin: 4px 0px 4px 4px !important;
  padding: 4px !important;
  position: relative !important;
}

.ngg-gallery-thumbnail img:hover {
  background-color: #A9A9A9 !important;
}

.ngg-gallery-thumbnail span {
  /* Images description */
  font-size: 10px !important;
  padding-left: 5px !important;
  display: block !important;
}

/* ----------- Gallery list (Carousel template) -------------*/

.ngg-galleryoverview ul li:before {
  content: '' !important;
}

.ngg-gallery-list {
  list-style-type: none !important;
  padding: 0px !important;
  text-indent: 0px !important;
}

.ngg-galleryoverview div.pic img {
  width: 100% !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.ngg-gallery-list li {
  float: left !important;
  margin: 0 2px 0px 2px !important;
  overflow: hidden !important;
}

.ngg-gallery-list li a {
  border: 1px solid #CCCCCC !important;
  display: block !important;
  padding: 2px !important;
}

.ngg-gallery-list li.selected a {
  -moz-background-inline-policy: continuous !important;
  -moz-background-origin: padding !important;
  background: #000000 none repeat scroll 0 0 !important;
}

.ngg-gallery-list li img {
  height: 40px !important;
  width: 40px !important;
}

li.ngg-next,
li.ngg-prev {
  height: 40px !important;
  width: 40px !important;
  font-size: 3.5em !important;
}

li.ngg-next a,
li.ngg-prev a {
  padding-top: 10px !important;
  border: none !important;
  text-decoration: none !important;
}