@charset "utf-8";


/*項目分けは下記*/

/*=======================================
　特大項目
====================================== */

/*------------------------------
　大項目
----------------------------- */

/*----- 中項目 -----*/

/* 小項目 */




/*=======================================
　全体設定
====================================== */

/*------------------------------
　フォントサイズ
------------------------------ */

/*ルートのフォントのサイズ*/
html {
  font-size: 10px;
}

/*全体のデフォルトのフォント・サイズ・色・行間*/
body {
  color: #333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*通常使うゴシック*/
  font-size: 1.6rem;
  line-height: 1.2;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*テキストをよく入れるものに対して共通のline-height設定*/
dt,
dd,
p {
  font-size: 1.9rem;
  line-height: 1.8;
}

/*line-heightを1にしておかないと
画像にリンクを貼った際隙間ができることがあるので*/
a {
  line-height: 1;
}



@media screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }

  div {
    box-sizing: border-box;
  }
}


/*------------------------------
　表示の切り替えでまとめて隠すもの・表示するもの
------------------------------ */

/*----- PCサイズのとき非表示 -----*/
.pc_hide {
  display: none!important;
}


/*----- スマートフォンサイズのとき非表示 -----*/
@media screen and (max-width: 768px) {
  .pc_hide {
    display: block!important;
  }

  br.pc_hide {
    display: inline!important;
  }

  .sp_hide {
    display: none!important;
  }
}


/*------------------------------
　スマホ時とPCサイトタップON/OFF切り替え
------------------------------ */
/*----- PCサイズのとき -----*/
.pointer_events_switch {
  pointer-events: none;
}

a.pointer_events_switch,
.pointer_events_switch a {
  text-decoration: none;
}

/*----- スマートフォンサイズのとき -----*/
@media screen and (max-width: 768px) {
  .pointer_events_switch {
    pointer-events: auto;
  }

  .pointer_events_switch a {
    text-decoration: underline;
  }
}


/*------------------------------
　サイト幅（タブレット時隙間防止）
------------------------------ */

/*----- 幅1100px -----*/
body {
  overflow: auto;
  position: relative;
  min-width: 1100px; /*ページ幅に合わせて変更*/
  background: url(../images/template/body_bg.jpg) repeat-x,#fff;
}

/*共通のページ幅*/
.innerwidth_box,
.paragraph {
  width: 1100px; /*ページ幅に合わせて変更*/
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    background-size: auto 200px;
  }

  .innerwidth_box,
  #top .paragraph {
    overflow: hidden;
    width: 92.5%;
    margin: 0 auto;
  }
}


/*------------------------------
　float解除（micro clearfix）
全体に使いまわすものはまとめて解除
他は基本的にはoverflow:hidden;を使用。
------------------------------ */
.innerwidth_box::before,
.innerwidth_box::after,
.main::before,
.main::after,
.contents::before,
.contents::after,
.paragraph::before,
.paragraph::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}

.innerwidth_box::after,
.main::after,
.contents::after,
.paragraph::after,
.clearfix::after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.innerwidth_box,
.main,
.contents,
.paragraph,
.clearfix {
  zoom: 1;
}


/*------------------------------
　リンク
------------------------------ */

/*----- テキストリンク -----*/
a,
a:visited {
  color: #062515;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #ccc;
  text-decoration: none;
}

/*----- 画像リンク（ホバー時透けさせる） -----*/

.rollover_opa:hover {
  opacity: .8;
}


/*------------------------------
　見出し
※タグに直接スタイルを記載しない形にしてるので、コーディングの際注意が必要
------------------------------ */

.meta_h1,
.title_basic_h3,
.title_basic_h4,
.title_basic_h5,
.title_basic_h6 {
  line-height: 1.2;
}

.title_basic_h3,
.title_basic_h4,
.title_basic_h5,
.title_basic_h6 {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto 10px;
}


/*メタタグh1*/
.meta_h1 {
  clear: both;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  color: #1d5036;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 15px;
}

.title_basic_h3 {
  margin-bottom: 20px;
  text-align: center;
}

.title_basic_h3 span {
  display: inline-block;
  clear: both;
  padding: 0 125px;
  background: url(../images/template/title_basic_h3_bgline.png) no-repeat left center,
  url(../images/template/title_basic_h3_bgline.png) no-repeat right center;
  text-shadow: 0 2px 0 #fff,
  2px 0 0 #fff,
  0 -2px 0 #fff,
  -2px 0 0 #fff,
  -2px -2px 0 #fff,
  2px -2px 0 #fff,
  -2px 2px 0 #fff,
  2px 2px 0 #fff;
  color: #1d5036;
  font-size: 2.5rem;
}

/*英語見出し（※現在はTOPの見出しと医院概要のみ）*/
.title_basic_h3:after {
  display: block;
  margin: 0 auto 25px;
  text-shadow: 0 2px 0 #fff,
  2px 0 0 #fff,
  0 -2px 0 #fff,
  -2px 0 0 #fff,
  -2px -2px 0 #fff,
  2px -2px 0 #fff,
  -2px 2px 0 #fff,
  2px 2px 0 #fff;
  color: #1d5036;
  font-size: 1.5rem;
  text-align: center;
}

.small_title_information:after {
  content: "Information";
}

.small_title_features:after {
  content: "Features";
}

.small_title_overview:after {
  content: "Overview";
}

.title_basic_h4 {
  clear: both;
  padding: 10px 10px;
  border-radius: 4px;
  background: #59866f;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
}

.title_basic_h5 {
  clear: both;
  padding: 10px 10px;
  border-radius: 4px;
  background: #e8e8e8;
  color: #1d5036;
  font-size: 1.7rem;
  font-weight: normal;
}

.title_basic_h6 {
  clear: both;
  border-bottom: 2px solid #3a9366;
  color: #1d5036;
  font-size: 1.7rem;
  font-weight: normal;
}


@media screen and (max-width: 768px) {
  .title_basic_h3 span {
    overflow: hidden;
    padding: 0 15%;
    background-size: 15% 1px;
  }

  .title_basic_h3,
  .title_basic_h4,
  .title_basic_h5,
  .title_basic_h6 {
    width: 95.5%;
  }
}


/*------------------------------
　画像位置・装飾
------------------------------ */

/*----- 右寄せ・左寄せ・中央寄せ・装飾用のフレーム -----*/
.img_left {
  float: left;
  margin: 0  20px 20px 0;
}

.img_right {
  float: right;
  margin: 0 0 20px 20px;
}

.img_center {
  margin: 0 auto 20px;
  text-align: center;
}

.img_center img {
  display: inline-block;
}

img.img_frame {
  padding: 2px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
}



@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }

  /* 右寄せ・左寄せの画像を中央寄せに */
  .img_left,
  .img_right {
    float: none;
    margin: 0;
  }

  .img_left img,
  .img_right img,
  .img_center img {
    max-width: 100%;
    width: auto;
    width: 0 auto;
  }

  .img_left,
  .img_right,
  .img_center {
    margin: 0 auto 10px;
    text-align: center;
  }

  /* 一定の幅を保ちたい場合 */
  img.img_scale {
    width: 60%;
  }

  /* 元画像を引き延ばしても100％表示が必要な場合 */
  img.img_fit {
    width: 100%;
  }
}



/*----- 2列に同じ大きさの画像を並べる -----*/
.img_two_rows {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.img_two_rows li {
  margin: 0 0 10px;
}

.img_two_rows > li,
.img_two_rows a {
  display: inline-block;
  height: 100%;
  font-size: 0;
}

.img_two_rows > li:nth-child(odd) {
  float: left;
}

.img_two_rows > li:nth-child(even) {
  float: right;
}


@media screen and (max-width: 768px) {
  .img_two_rows + .img_two_rows {
    margin-top: 10px;
  }

  ul.img_two_rows > li:nth-child(even),
  ul.img_two_rows > li:nth-child(odd) {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }

  ul.img_two_rows > li img {
    width: 100%;
    margin: 0 auto;
  }
}


/*------------------------------
　テキスト設定・装飾
------------------------------ */

/*----- pタグごとに1行空ける -----*/
.paragraph p {
  margin-bottom: 1em;
}

.paragraph p:last-child {
  margin-bottom: 0;
}


/*----- テキスト装飾 -----*/

/*色*/
.txt_atn {
  color: #f00;
}

.txt_pointA {
  color: #a59ffc;
}

/*太さ*/
.txt_bold {
  font-weight: 700;
}

/*位置*/
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

/*大きさ*/
.txt_small {
  font-size: 1.2rem;
}

.txt_large {
  font-size: 2.3rem;
}



@media screen and (min-width: 769px) {
  /*PCのときだけセンター揃え*/
  .txt_center_pc {
    text-align: center;
  }

  /*PCのときだけ右揃え*/
  .txt_right_pc {
    text-align: right;
  }
}


@media screen and (max-width: 768px) {
  /*スマホのときだけセンター揃え*/
  .txt_center_sp {
    text-align: center;
  }

  /*スマホのときだけ右揃え*/
  .txt_right_sp {
    text-align: right;
  }
}


/*------------------------------
　レイアウト用のボックス
------------------------------ */

/*----- 画像周りのテキストの回り込み解除用ボックス -----*/
.wraparound_reset_box {
  overflow-y: hidden;
}

/*----- 幅半分にして横並びにするボックス -----*/
.half_box {
  width: 49%;
}

.half_box:nth-child(odd) {
  float: left;
}

.half_box:nth-child(even) {
  float: left;
}

@media screen and (max-width: 768px) {
  .layout_box_half:first-child,
  .layout_box_half:last-child {
    float: none;
  }
}



/*------------------------------
　基本テーブル
------------------------------ */

/*----- 通常テーブル -----*/
/*基本使用するテーブル*/

.tbl {
  width: 100%;
}

.tbl th,
.tbl td {
  padding: 10px 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.tbl th,
.tbl td,
.tbl td p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.tbl thead th {
  background: #f8f3df;
  font-weight: 700;
}

.tbl tbody th {
  background: #618371;
  color: #fff;
  text-align: left;
}


/*----- 枠線なしのシンプルなテーブル（主にレイアウト用） -----*/
.tbl_simple {
  border: none;
}

.tbl_simple th {
  font-weight: 100;
  text-align: left;
}

/*------------------------------
　リスト
------------------------------ */

/*----- 順不同リスト -----*/
.ulst {
  margin-left: 19px;
}

.ulst > li {
  margin-bottom: 15px;
  text-indent: -19px;
  line-height: 1.2;
}

.ulst > li::before {
  color: #58836d;
  content: "● ";
}

.ulst > li:last-child {
  margin-bottom: 0;
}

/*----- 順不同リスト（横並び） -----*/
.ulst_side {
  margin-left: 19px;
}

.ulst_side > li {
  display: inline-block;
  margin: 0 30px 15px 0;
  text-indent: -19px;
  line-height: 1.2;
}

.ulst_side > li::before {
  color: #58836d;
  content: "● ";
}

@media screen and (max-width: 768px) {
  .ulst_side > li {
    display: block;
    margin-right: 0;
  }
}

.ulst_side > li:last-child {
  margin-bottom: 0;
}


/*----- 序列リスト -----*/
.olst {
  margin: 0 0 0 25px;
}
.olst > li {
  list-style-type: decimal;
  margin-bottom: 10px;
  line-height: 1.2;
}

.olst > li:last-child {
  margin-bottom: 0;
}


/*----- 定義リスト -----*/
.dlst > dt {
  color: #999;
  font-weight: 700;
  letter-spacing: .1em;
}

.dlst > dt::before {
  color: #b2b0d6;
  content: "● ";
}

.dlst > dd {
  margin-bottom: 10px;
  padding-left: 1.5em;
}

.dlst > dd:last-child {
  margin-bottom: 0;
}

/*----- 間に▼などを挟んだフローなどに使用するリスト -----*/
.dlst_arrow > dt {
  padding: 5px 15px;
  border: 1px solid #ffbb72;
  border-top: none;
  background: #ffbb72;
  font-weight: 700;
}

.dlst_arrow > dd {
  padding: 10px;
  border: 1px solid #ffbb72;
}

.dlst_arrow > dd.arrow {
  border: none;
  text-align: center;
}

/*----- 上下のテキストとの間隔 -----*/
.ulst + p,
p + .ulst,
.ulst_side p,
p .ulst_side,
.olst + p,
p + .olst,
.dlst + p,
p + .dlst,
.dlst_arrow + p,
p + .dlst_arrow {
  margin-top: 2em;
}

/*------------------------------
　ヘッダ
------------------------------ */
header {
  background: transparent;
}

.btn_gnavi_sp {
  display: none;
}

.header_box {
  margin: 44px auto 0;
}

.header_box .innerwidth_box {
  padding: 0 0 22px;
  border-bottom: 1px solid #1d5036;
}



.header_logo {
  float: left;
}

.header_rightbox {
  overflow: hidden;
  float: right;
  width: 520px;
  margin: 15px 0 0;
}

.infoArea {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.infoArea .recruit_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
.infoArea .recruit_btn:hover {
  opacity: .8;
}
.infoArea .recruit_btn a {
  display: block;
  height: 40px;
  border-radius: 8px;
  background: #A4C8A4;
  color: #1D5036;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
.infoArea {
  width: auto;
}
.infoArea .recruit_btn {
  position: relative;
  margin: -5px auto 25px;
  width:92.5%;
}
.infoArea .recruit_btn a {
  width: 100%;
}
}

.header_tel {
  float: right;
}

@media screen and (max-width: 768px) {
  .header_box {
    margin: 3% 0;
  }

  .header_box .innerwidth_box {
    padding: 0;
    border: none;
  }

  .btn_gnavi_sp {
    display: block;
    float: right;
    width: 15%;
  }

  .header_logo {
    float: right;
    width: 74%;
    margin: 2% 1% 0 0;
  }

  .header_rightbox {
    float: left;
    width: 9%;
    margin: 2% 0 0;
  }

  .header_tel img {
    width: 100%;
  }
}



/*------------------------------
　グローバルナビ
------------------------------ */

.gnavi_wrap {
  margin: 20px auto 0;
}

.gnavi {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.gnavi > li {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 49px;
}

.gnavi > li:before,
.gnavi > li:last-child:after {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 1px;
  height: 24px;
  border-left: 1px dotted #000;
  content: "";
}

.gnavi > li:last-child:after {
  left: 200px;
}

.gnavi > li:first-child {
  width: 100px;
  background: url(../images/template/gnavi01.png) no-repeat;
}

.gnavi > li:nth-of-type(2) {
  background: url(../images/template/gnavi02.png) no-repeat;
}

.gnavi > li:nth-of-type(3) {
  background: url(../images/template/gnavi03.png) no-repeat;
}

.gnavi > li:nth-of-type(4) {
  background: url(../images/template/gnavi04.png) no-repeat;
}

.gnavi > li:nth-of-type(5) {
  background: url(../images/template/gnavi05.png) no-repeat;
}

.gnavi > li:nth-of-type(6) {
  background: url(../images/template/gnavi06.png) no-repeat;
}

.gnavi > li:hover {
  background-position: left center;
}

.gnavi > li:hover {
  background-position: left -49px;
}

.gnavi > li > a {
  display: block;
  overflow: hidden;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
}



/*小メニュー*/
.gnavi .drop_menu {
  position: relative;
}

.nav_children {
  position: absolute;
  z-index: 1000;
  width: 100%;
  border: 1px solid #fff;
  background: #eee;
  opacity: .9;
}

.nav_children li {
  border-bottom: 1px dotted #484949;
}

.nav_children li:last-child {
  border-bottom: none;
}

.nav_children li a {
  display: block;
  padding: 8px 5px;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: left;
  text-align: center;
}

.nav_children li:hover a {
  color: #fff;
}

.nav_children li a span {
  display: block;
  padding: 5px 2px;
}

.nav_children li:hover a span {
  background: #59866f;
}

.gnavi .drop_menu > .nav_children {
  display: none;
}

.gnavi .drop_menu > li:hover > a {
  background: #bfebff;
}

.gnavi .drop_menu:hover > .nav_children,
.gnavi .drop_menu:active > .nav_children {
  display: block;
}

@media screen and (max-width: 768px) {
  .gnavi_wrap {
    display: none;
    margin: 0 auto;
  }
  .gnavi {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
  }

  #top .gnavi > li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    background: #59866f;
  }

  #top .gnavi > li:before,
  #top .gnavi > li:after {
    content: none;
  }

  .gnavi > li > a {
    display: block;
    overflow: hidden;
    height: 100%;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    text-indent: 0;
    line-height: 40px;
    white-space: normal;
  }

  #top .gnavi > li.drop_menu {
    order: 6;
    height: auto;
  }

  .gnavi > li.drop_menu > a {
    display: none;
  }

  .gnavi .drop_menu > .nav_children {
    display: block;
    position: relative;
    border: none;
    opacity: 1;
  }

  .gnavi .drop_menu > .nav_children a {
    font-size: 1.7rem;
  }
}



/*------------------------------
　メインコンテンツ設定・配置
------------------------------ */
.wrap {
  padding: 20px 0;
}

.contents {
  margin-bottom: 40px;
}

.paragraph {
  margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
  .main {
    float: none;
    width: 100%;
  }

  .contents {
    margin: 0 auto 10%;
  }

  #top .paragraph {
    margin: 0 auto 5%;
  }
}

#top .paragraph:last-child {
  margin-bottom: 0;
}


/*------------------------------
　pagetopボタン
------------------------------ */
.pagetop_wrap {
  overflow: hidden;
}

.pagetop {
  display: inline-block;
  position: fixed;
  right: 5%;
  bottom: 120px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 3.75%;
    bottom: 5%;
    width: 15%;
  }
}


/*------------------------------
　フッタ
------------------------------ */
footer {
  background: url(../images/template/footer_bg.jpg) repeat-x bottom center;
}

.footer_box .innerwidth_box {
  padding: 25px 0 0;
  border-top: 1px solid #1d5036;
}

@media screen and (max-width: 768px) {
  footer {
    background-size: auto 30px;
  }

  .footer_box .innerwidth_box {
    padding: 0;
    border: none;
  }
}

/*----- フッターメニュー -----*/

.footer_nav {
  clear: both;
  font-size: 0;
  text-align: center;
}

.footer_nav > li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  border-left: 1px solid #999;
  line-height: 1.2;
}

.footer_nav > li:first-child {
  border: none;
}

.footer_nav > li > a {
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  color: #1d5036;
  font-size: 1.7rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer_nav {
    display: none;
  }
}


/*----- コピーライト -----*/
.copyright {
  margin: 22px auto 0;
}

.copyright p {
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  color: #1d5036;
  font-size: 1.7rem;
  text-align: center;
}

.copyright a {
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  color: #1d5036;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin: 2% auto 0;
  }
}


/*------------------------------
　googleMap
------------------------------ */

/*----- iframe埋め込み版（普通の埋め込み） -----*/
#mapcanvas {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 300px; /*※マップの高さ*/
  border: 1px solid #ccc;
  background: #ececec; /*※読み込みまでの間の背景色*/
}

#mapcanvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#mapcanvas:hover {
  cursor: pointer;
}

/*------------------------------
　医院概要
------------------------------ */
.summary_detail {
  float: left;
  width: 530px;
}

.dlst_summary {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.dlst_summary > dt {
  width: 20%;
  margin: 0 0 5px;
  color: #1d5036;
  font-weight: 100;
}

.dlst_summary > dt > span {
  display: block;
  width: 96%;
  border: 1px solid #efcc14;
  background: #feec94;
  text-align: center;
  letter-spacing: .2em;
}

.dlst_summary > dt.border_none {
  margin: 0;
  border-bottom: none;
}

.dlst_summary > dd {
  width: 80%;
  margin-bottom: 10px;
  border-bottom: 1px dotted #1d5036;
}

.summary_map {
  float: right;
  width: 530px;
}

.summary #mapcanvas {
  padding-bottom: 410px; /*※マップの高さ*/
}

@media screen and (max-width: 768px) {
  .summary_detail,
  .summary_map {
    float: none;
    width: 100%;
  }

  .summary_detail {
    margin: 0 auto 5%;
  }

  .dlst_summary > dt {
    width: 30%;
  }

  .dlst_summary > dd {
    width: 70%;
  }
}


/*=======================================
　トップページ（bodyに「.index」）
====================================== */

/*------------------------------
　キービジュアル
------------------------------ */
.keyvisual {
  padding: 40px 0;
}

.keyvisual .innerwidth_box {
  position: relative;
}

.keyvisual h2 {
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .keyvisual {
    padding: 8px 0;
  }

  .keyvisual h2 {
    width: 90%;
    margin: 0 auto;
  }
}


/*------------------------------
　 お知らせ
------------------------------ */
/*.dlst_notice {
  overflow-y: scroll;
  height: 120px;
}*/

.dlst_notice dt {
  padding: 5px 15px;
  border-top: 1px solid #1d5036;
  border-bottom: 1px solid #1d5036;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.2;
}

.dlst_notice dd {
  margin: 5px 0 35px;
  padding: 0 15px 10px;
  border-bottom: 1px dotted #1d5036;
}

.dlst_notice dd:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
  .dlst_notice {
    overflow-y: visible;
    height: auto;
  }
}


/*=======================================
　下層ページ（bodyに「.subpage」）
====================================== */

/*------------------------------
　下層ページ共通
------------------------------ */

/*----- キービジュアル・タイトル -----*/
.subpage_title {
  padding: 40px 0 60px;
}

.subpage_title .innerwidth_box {
  position: relative;
  height: 221px;
  background: url(../images/template/title_subpage.png) no-repeat;
  background-size: cover;
}

.subpage_title h2.pagetitle_h2 {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 100%;
  height: 1em;
  margin: auto;
  text-shadow: 0 3px 1px #fff,0 2px 1px #fff,1px 2px 1px #fff,2px 2px 1px #fff,2px 1px 1px #fff,2px 0 1px #fff,3px 0 1px #fff,2px -1px 1px #fff,2px -2px 1px #fff,2px -3px 1px #fff,1px -3px 1px #fff,0 -3px 1px #fff,-1px -3px 1px #fff,-2px -3px 1px #fff,-3px -3px 1px #fff,-3px -2px 1px #fff,-3px -1px 1px #fff,-3px 0 1px #fff,-3px 1px 1px #fff,-3px 2px 1px #fff,-2px 2px 1px #fff,-1px 2px 1px #fff;
  font-size: 3rem;
  text-align: right;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .subpage_title {
    padding: 8px 0;
  }

  .subpage_title .innerwidth_box {
    width: 100%;
    height: 0;
    padding-top: 23.3%;
    background: url(../images/template/title_subpage_sp.png) no-repeat;
    background-size: cover;
  }

  .subpage_title h2.pagetitle_h2 {
    position: absolute;
    right: 2%;
    bottom: 9%;
  }
}

@media screen and (max-width: 450px) {
  .subpage_title h2.pagetitle_h2 {
    font-size: 2.2rem;
  }
}



/*------------------------------
　アクセス・診療時間
------------------------------ */
.access #mapcanvas {
  padding-bottom: 400px;
}

/*----- 診療時間テーブル -----*/
.tbl_time {
  table-layout: fixed;
  width: 100%;
}

.tbl_time th,
.tbl_time td {
  padding: 5px;
  border-bottom: 1px solid #062515;
  color: #59866f;
  font-size: 1.8rem;
}

.tbl_time tbody tr:last-child th,
.tbl_time tbody tr:last-child td {
  border-bottom: none;
}

.tbl_time thead th {
  white-space: nowrap;
}

.tbl_time th {
  color: #15482e;
  font-weight: 100;
}

.tbl_time thead th.head {
  width: 120px;
}

.contents.summary .tbl_time + p {
  display: none;
}


/*------------------------------
　クリニック紹介
------------------------------ */
.bxslider_wrapper {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .bxslider_wrapper {
    display: none!important;
  }
}


@media screen and (max-width: 768px) {
  .gv_galleryWrap {
    display: none!important;
  }
}
/*------------------------------
　自費診療
------------------------------ */
table.price_table{
	border-top:1px solid #efcc14;
	border-left:1px solid #efcc14;
	width:100%;
	margin-bottom:20px;

}

table.price_table th,
table.price_table td{
	border-bottom:1px solid #efcc14;
	border-right:1px solid #efcc14;
	padding:15px;

}

table.price_table th{
	background-color:#feec94;
}


/*------------------------------
　受付時間
------------------------------ */
.reception_box {
    border: 1px solid #1d5036;
	border-radius: 8px;
	padding: 20px;
}
.reception_box h4 {
	color: #1d5036;
    font-size: 1.8rem;
	margin: 0 0 0.5em 0;
}
.reception_box p {
	font-size: 1.6rem;
}

.summary .reception_box {
	margin: 10px 0 0 0;	
	padding: 15px;
}
.summary .reception_box h4 {
    font-size: 1.6rem;
}
.summary .reception_box p {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.reception_box {
		padding: 1em;
	}

	.summary .reception_box {
		margin: 10px 0 25px 0;	
	}
}


.dlst_notice dt{
    cursor: pointer;
    text-align: center;
    font-size: 140% !important;
}

.dlst_notice dt:before{
    content:"▶ ";
    display: inline-block;

}
.dlst_notice dt.active:before{
    content:"▼ ";
}