@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap');

/*--------------------------------------------------------------
レスポンシブ02 グリーン 1カラム
---------------------------------------------------------------*/
html {
  scroll-padding-top: 250px;
}
@media only screen and (max-width: 600px) {
  html {
    scroll-padding-top: 150px;
  }
}
body {
  font-size:16px;
  color: #333;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 15px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 14px; }
}

/*--------------------------------------------------------------
ヘッダー固定
---------------------------------------------------------------*/
#wrap_body {
  padding-top: 156px;
  background: #feffe2;
}
#wrap_body #title {
  position: fixed;
  top: 0;
  z-index: +3;
  background: #feffe2;
}
#wrap_body #topMenu {
  position: fixed;
  top: 100px;
  z-index: +3;
  background: none;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #e57716;
  font-weight: 500;
}
a:hover {
  color: #b17138;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #634E40;
}
a.btn:hover {
  color: #fff;
  background: #989f67;
}
a.btn.border {
  color: #000;
  border: 1px solid #000;
  background: none;
}
a.btn.border:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 450px;
  height: 56px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175143363772001.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 100px;
  background: url("/materials/174987627233101.png") right center no-repeat;
  background-size: 320px;
}
#wrap_body #title::after {
  content: "";
  display:block;
  width: 100vw;
  height: 5.5vw;
  background: url("/materials/175032351687401.png") no-repeat;
  background-size: 100%;
  background-position: center bottom;
  overflow: hidden;
  position: absolute;
  top: 156px;
  left: 0;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer {
  width: 100%;
  background: #feffe2;
}
#topMenu_outer .topMenu {
  max-width: 1024px;
  margin: 0 auto;
}
#topMenu_outer .topMenu li a {
  font-size: 1.1em;
  color: #46543c;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 36px;
}
#topMenu_outer .topMenu li a:hover {
  color: #46543c;
  background: #ffed6c;
}
#topMenu_outer .topMenu li a::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  background: url("/materials/175030112259304.png") no-repeat center;
  background-size: contain;
}
#topMenu_outer .topMenu li a[href="/treatment.html"]:before {
  background: url("/materials/175030112259305.png") no-repeat center;
  background-size: contain;
}
#topMenu_outer .topMenu li a[href="/head_doctor.html"]:before {
  background: url("/materials/175030112259303.png") no-repeat center;
  background-size: contain;
}
#topMenu_outer .topMenu li a[href="/about.html"]:before {
  background: url("/materials/175030112259301.png") no-repeat center;
  background-size: contain;
}
#topMenu_outer .topMenu li a[href="/access.html"]:before {
  background: url("/materials/175030112259302.png") no-repeat center;
  background-size: contain;
}
/*--------------------------------------------------------------
mainImage
---------------------------------------------------------------*/
#mainImage::before {
  content: "";
  /*display:block;*/
  display:none;
  width: 42vw;
  height: 23vw;
  background: url("/materials/175023351956401.png") center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1.5vw;
  bottom: -30px;
  z-index: +1;
}

/*--------------------------------------------------------------
mainContents
---------------------------------------------------------------*/
/*#mainContents {
  padding-top: 30px;
}*/

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #989f67;
}
#footer_body .services {
  width: 70%;
  flex-direction: row;
  flex-wrap:wrap;
}
#footer_body .services li {
  width: 48%;
  margin-right: 2%;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  background: #989f67;
  display: block;
  position: relative;
  overflow: hidden;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  color: inherit;
}
#footer_body .topMenu li a::after, #footer_body .services li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #fff;
  background: #989f67;
}
#footer_body .topMenu li a:hover::after, #footer_body .services li a:hover::after {
  width: 100%;
}
#footer_body .copyright {
  background: #989f67;
}

/*--------------------------------------------------------------
mainTopics
---------------------------------------------------------------*/
#mainTopics {
  margin-bottom:50px;
}
ul.topics li p.date {
  background: #634E40;
}
#mainTopics .listview a, ul.topics li p.more a {
  position: relative;
  z-index: 2;
  background: #989f67;
}
#mainTopics .listview a:hover, ul.topics li p.more a:hover {
  background: #46543c;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
/*サイドメニュー非表示*/
.sideContents #sideServices {
  display: none;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-size: 2.8em;
  color: #634E40;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background: url("/materials/175039464354601.png") center center no-repeat;
  background-size: cover;
  padding: 3em 0 3em 0;
}
#mainArticles h2 > strong, #listTopics h2 > strong {
  font-size: 100%;
  position: relative;
}
#mainArticles h2::before, #listTopics h2::before {
  display:block;
  content: "";
  width: 15vw;
  height: 15vw;
  background: url("/materials/175039681014001.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: calc(40vw - 512px);
}
#mainArticles h2::after, #listTopics h2::after {
  display:block;
  content: "";
  width: 15vw;
  height: 15vw;
  background: url("/materials/175039766931201.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 15px;
  right: calc(40vw - 512px);
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 2.0em;
  color: #634E40;
  font-weight: 400;
  background: url("/materials/175048057084201.png") center center no-repeat;
  background-size: 150px;
  margin: 50px 0 70px 0;
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 2;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  display: none;
}
/* H4 */
.article h4 {
  font-size: 1.5em;
  color: #46543c;
  font-weight: 600;
  background: none;
  background: url("/materials/175063748319701.png") top 0.25em left 0 no-repeat;
  background-size: 1.2em;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  padding: 0 0 0.5em 1.6em;
  margin: 0.5em 0;
}
.article h4:before {
  display: none;
}
/* H5 */
.article h5 {
  font-size: 1.35em;
  font-weight: 600;
  padding-left: 2.0em;
  background: url("/materials/175063186358901.png") left center no-repeat;
  background-size: 1.6em;
  border: none;
}
/*Blog Title*/
#mainArticles div[id^=blog] h2 {
  font-size: 2.4em;
  color: #634E40;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background: url(/materials/175039464354601.png) center center no-repeat;
  background-size: cover;
  padding: 3em 4%;
  width: 100vw;
  margin: 15px calc(50% - 50vw) 50px;
}
@media only screen and (max-width: 1024px) {
  #mainArticles div[id^=blog] h2 {
    font-size: 1.8em;
  }
  #mainArticles div[id^=blog] h2::before, #mainArticles div[id^=blog] h2::after {
    display: none;
  }
}
/*--------------------------------------------------------------
各ページ共通汎用クラス
---------------------------------------------------------------*/
/*
記事 full background
------------------------------------------------*/
.article, .gallery {
  padding-bottom: 30px;
}
.article.pb-0, .gallery.pb-0 {
  padding-bottom: 0;
}
.article.full.white, .gallery.full.white {
  background: #fff;
  margin-bottom: 0;
}
.article.no_head, .gallery.no_head {
  padding-top: 40px;
  padding-bottom: 50px;
}
.article.full.light_green, .gallery.full.light_green {
  background: #ecffd1;
  padding-bottom: 50px;
}
/*
飾り背景ベース
------------------------------------------------*/
.article.base_01, .gallery.base_01, .article.base_02, .gallery.base_02, .article.base_03, .gallery.base_03, .article.base_04, .gallery.base_04 {
  position: relative;
  padding-top: 40px;
}
/*
飾り背景01　きつね
------------------------------------------------*/
.article.base_01::before, .gallery.base_01::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background: url("/materials/175048176390301.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -35px;
  left: calc(50% - 600px);
}
/*
飾り背景02　ハリネズミ
------------------------------------------------*/
.article.base_02::before, .gallery.base_02::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("/materials/175048332203201.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -35px;
  right: calc(50% - 600px);
}
/*
飾り背景03　うさぎ
------------------------------------------------*/
.article.base_03::before, .gallery.base_03::before {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background: url("/materials/175048440255301.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -35px;
  left: calc(50% - 600px);
}
/*
飾り背景04　リス
------------------------------------------------*/
.article.base_04::before, .gallery.base_04::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("/materials/175048439067401.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -35px;
  right: calc(50% - 600px);
}

/*
診療案内
------------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  background: #fff;
  border-radius: 10px;
  padding:30px 0 60px 0;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image img {
  max-width: 50%;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.05em;
  color: #634E40;
  font-weight: 500;
  position: absolute;
  bottom: 30px;
}

/*
その他の診察
------------------------------------------------*/
ul.other-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.other-menu > li {
  display: block;
  width: 30%;
  margin: 0 1.5% 1.0em 1.5%;
}
ul.other-menu > li a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #989f67;*/
  background: #00A041;
  border-radius: 4px;
  width: 100%;
  height: 4.0em;
}
ul.other-menu > li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  padding-left: 0.5em;
}
ul.other-menu > li a:hover {
  color: #333;
  background: #dbebc4;
}

/*
テーブル
------------------------------------------------*/
.article table.simpleTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #46543c;
  border-left: none;
  margin: 24px auto;
}
.article table.simpleTbl th, .article table.simpleTbl td {
  padding: 15px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #46543c;
  border-left: none;
  vertical-align: middle;
}
.article table.simpleTbl th {
  width: 25%;
  background-color: #ffed6c;
  text-align: center;
  font-weight: normal;
}
/*沿革用*/
.article table.simpleTbl.history th {
  white-space: nowrap;
  text-align: left;
}

/*
2カラム調整
------------------------------------------------*/
.article.col2.basicgrid .article_body {
  padding: 0 4%;
}
.article.col2.basicgrid .article_body {
  display: flex;
  flex-direction: column;
}

/*
3カラム余白・表示順調整 col-3plus
------------------------------------------------*/
.article.col3.col-3plus .article_outer {
  padding: 0 4%;
}
.article.col3.col-3plus .article_body {
  display: flex;
  flex-direction: column;
}
.article.col3.col-3plus h4 {
  order: 0;
}
.article.col3.col-3plus .image {
  order: 1;
}
.article.col3.col-3plus p {
  order: 2;
}
/*
画像白フレーム＆シャドウ
------------------------------------------------*/
.article.img-whiteframe .image {
  max-width: 50%;
  padding: 12px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}
/*
枠付きテキスト
------------------------------------------------*/
.message-welcome {
  font-size:1.15em;
  font-weight: 500;
  color: #e57716;
  text-align: center;
  border: 1px solid #e57716;
  padding: 0.7em;
}

/*
ネット予約ブロック
------------------------------------------------*/
.article.contact-block {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article.contact-block .image {
  max-width: 200px;
  margin: 0 50px 30px 40px;
}
.article.contact-block h5 {
  font-size: 1.85em;
  color: #634E40;
  font-weight: 600;
  border-left: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
  background: none;
}
.article.contact-block p.tel-num {
  font-size: 1.15em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.article.contact-block a.tel-link {
  font-size: 2.05em;
  padding-left: 0.3em;
}
.article.contact-block a.tel-link::before {
  font-size: 85%;
  vertical-align: 0.1em;
}
.article.contact-block dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article.contact-block dl > dt {
  display: flex;
  width: 6.0em;
  height: 1.8em;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #989f67;
  border-radius: 50vh;
  margin-right: 0.5em;
}
.article.contact-block dl > dd {
  width: calc(100% - 6.5em);
  margin-bottom: 0.5em;
}
/*飾りイラスト*/
.article.contact-block::after {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background: url("/materials/175048620358901.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 180px;
  right: calc(50% - 500px);
}

/*
ネット予約フォームボタン
------------------------------------------------*/
.btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
}
.btn-wrap p {
  width: 48%;
}
a.btn-mailform {
  font-size: 1.4em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #e57716;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  margin: 30px 0 20px 0;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: #fdae04;
}

a.btn-callto {
  font-size: 1.4em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  /*background: #46543c;*/
  background: #16b2e5;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  margin: 30px 0 20px 0;
}
a.btn-callto::before {
  font-family:"Font Awesome 5 Free";
  content:"\f2a0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-callto::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-callto:hover {
  color: #fff;
  background: #989f67;
}

/*
ページトップコンテンツセクション
------------------------------------------------*/
.article.section-top {
  margin-top: 70px;
}
p.top-text {
  display: flex;
  font-size: 1.8em;
  color: #46543c;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background: url("/materials/175081716520401.png") center bottom no-repeat;
  background-size: 150px;
  padding-bottom: 30px;
}

/*
チェックマークリスト
------------------------------------------------*/
ul.check-plus {
  display: flex;
  flex-direction: column;
  padding: 1.25em 1.5em 1.25em 3.0em;
}
ul.check-plus li {
  width: 100%;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 0.7em;
  padding: 0.3em 0;
  display: block;
  position: relative;
}
ul.check-plus li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 0.8em;
  height: 0.5em;
  border-left: 4px solid #c71c1c;
  border-bottom: 4px solid #e55;
  transform: rotate(-45deg);
}

ul.check-plus.half-w {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25em 1.5em 1.25em 3.0em;
}
ul.check-plus.half-w li {
  width: 46%;
}
/*
チャートレイアウト
------------------------------------------------*/
.chart-block {
  width:100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
}
.chart-block dt {
  width: 52px;
}
.chart-block dt span {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size:24px;
  color: #fff;
  font-weight: bold;
  line-height:48px;
  text-align: center;
  background: #fdae04;
  border-radius: 50vh;
  margin: 0;
  position: relative;
}
.chart-block dt span::after {
  content: "";
  display:block;
  width: 1px;
  height:100%;
  border-left: 4px dotted #fdae04;
  position: absolute;
  top: 60px;
  left: 21px;
}
.chart-block dd {
  display: inline-block;
  width: calc(100% - 60px);
  margin:0 0 30px 0;
  padding: 10px 0 10px 30px;
}
.chart-block dd h5 {
  font-size:1.3em;
  color: #46543c;
  font-weight:bold;
  margin:0 0 0.5em 0;
  padding: 0;
  background: none;
}
.chart-block dd p {
  margin:0;
  padding:0;
}
.chart-block.auto-w {
  width: auto;
}

@media only screen and (max-width: 600px) {
  .chart-block img {
    width: 100%;
    height: auto;
  }
}

/*
リスト　シンプル
------------------------------------------------*/
ul.maru-plus {
  list-style-type: none;
  margin-bottom: 1.5em;
}
ul.maru-plus li {
  margin-left: 1.0em;
}
ul.maru-plus li:before {
  content: "●";
  color: #ffce00;
  margin-left: -1.0em;
}

/*
テキスト枠付き白背景
------------------------------------------------*/
.frame-white {
  font-size: 1.1em;
  padding: 1.0em;
  background: #fff;
  border-radius: 12px;
}

/*--------------------------------------------------------------
トップページコンテンツ inde.html
---------------------------------------------------------------*/
/*
当院が選ばれる6つのポイント　col3
------------------------------------------------*/
.article.col3.six-point .article_outer {
  padding: 0 4%;
}
.article.col3.six-point .article_body {
  display: flex;
  flex-direction: column;
}
.article.col3.six-point h4 {
  order: 0;
}
.article.col3.six-point .image {
  order: 1;
}
.article.col3.six-point p {
  order: 2;
}
.article.col3.six-point dl.point-head-wrap {
  display: flex;
  width: 100%;
  height: 4.0em;
  margin-bottom: 1.0em;
}
.article.col3.six-point dl.point-head-wrap dt.point-head {
  width: 64px;
  margin-right: 8px;
}
.article.col3.six-point dl.point-head-wrap dt.point-head span {
  display: flex;
  width: 64px;
  height: 64px;
  border-radius:50%;
  align-items: center;
  justify-content: center;
  background: #e57716;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.article.col3.six-point dl.point-head-wrap dd {
  display: flex;
  align-items: center;
  width: calc(100% - 72px);
}
.article.col3.six-point dl.point-head-wrap h4 {
  font-size: 1.25em;
  background: none;
  border:none;
  padding:0;
}
.article.col3.six-point .point-head-wrap h4:before {
  display: none;
}

/*
こんなお悩みはございませんか？
------------------------------------------------*/
.gallery.worries {
  background: #fff;
}
.gallery.worries .gallery_grid li.galleryGrid .image {
  background: #fff;
  padding: 15px;
  border: 1px solid #989f67;
  border-radius: 10px;
}

/*
診療時間・休診日
------------------------------------------------*/
dl.biztime {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 15px;
}
dl.biztime dt {
  display: flex;
  width: 4.5em;
  height: 1.8em;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #634E40;
  border-radius: 4px;
  margin-right: 0.5em;
  margin-bottom: 0.75em;
}
dl.biztime dd {
  width: calc(33% - 5.0em);
  margin-bottom: 0.5em;
}

/*
診療時間テーブル表
------------------------------------------------*/
.article table.biztimeTbl {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #46543c;
  border-left: 1px solid #46543c;
  border-radius: 12px;
}
.article table.biztimeTbl th {
  background: #46543c;
  color: #fff;
  border-bottom: 1px solid #46543c;
  border-right: 1px solid #46543c;
}
.article table.biztimeTbl td {
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #46543c;
  border-right: 1px solid #46543c;
}
.article table.biztimeTbl th:not(:last-child) {
  border-right: 1px solid #fff;
}
.article table.biztimeTbl thead th:first-child {
  border-radius: 11px 0 0 0;
}
.article table.biztimeTbl thead th:last-child {
  border-radius: 0 11px 0 0;
}
.article table.biztimeTbl tbody th {
  border-top: 1px solid #fff;
}
.article table.biztimeTbl tbody tr:last-child th {
  border-radius: 0 0 0 11px;
}
.article table.biztimeTbl tr:last-child td:last-child {
  border-radius: 0 0 11px 0;
}

/*
アクセス
------------------------------------------------*/
dl.access-add {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1.0em 0;
}
dl.access-add > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.0em;
  height: 1.8em;
  font-size: 0.9em;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
  background: #989f67;
  border-radius: 4px;
  text-align:center;
  margin-right: 1.0em;
  margin-bottom: 15px;
}
dl.access-add > dd {
  width: calc(100% - 5.0em);
  font-size: 1.0em;
  line-height: 1.7;
  margin-bottom: 15px;
}
/*
アクセス方法
------------------------------------------------*/
.article.access_method h5 {
  font-size: 1.1em;
  margin-top: 0;
}
.article.access_method .image {
  max-width: 100px;
}

/*
GoogleMap
------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
ページ2　診療内容　treatment.html
---------------------------------------------------------------*/
ul.treatment-menu {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1.5em;
  background: #fff;
  border-radius: 12px;
}
ul.treatment-menu > li {
  display: inline-block;
  width: 23%;
  font-size: 1.1em;
  font-weight: 400;
}
ul.treatment-menu > li::before {
  content: "●";
  color: #ffed6c;
}

/*--------------------------------------------------------------
ページ3　院長紹介　head_doctor.html
---------------------------------------------------------------*/
/*
署名
------------------------------------------------*/
p.signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*
枠付きメッセージテキスト
------------------------------------------------*/
.message-box {
  font-size:1.05em;
  font-weight: 500;
  color: #e57716;
  text-align: center;
  border: 1px solid #e57716;
  padding: 0.7em;
}

/*
6つのお約束
------------------------------------------------*/
.article.col3.promise h5 {
  order: 0;
  color: #46543c;
  text-align: right;
  margin-top: 0;
}
.article.col3.promise h5 span.num {
  font-size: 1.8em;
  line-height: 1.0;
  display: inline-block;
  margin-left: 0.1em;
}

/*--------------------------------------------------------------
ページ4　当院のご案内　about.html
---------------------------------------------------------------*/


/*--------------------------------------------------------------
ページ5　当院のご案内　access.html
---------------------------------------------------------------*/


/*--------------------------------------------------------------
ページ6　虫歯・根管治療　treatment_tooth.html
---------------------------------------------------------------*/


/*--------------------------------------------------------------
ページ7　審美治療　aesthetic.html
---------------------------------------------------------------*/
/*
こんな方へおすすめです
------------------------------------------------*/
.badge {
  display: inline-block;
  font-size: 1.0em;
  font-weight: 600;
  line-height: 1.0;
  padding:0.4em 0.8em 0.5em 0.8em;
  border-radius: 50vh;
}
.badge.orange {
  color:#fff;
  background: #e57716;
}
/*
料金表テーブル
------------------------------------------------*/
.scroll-box {
  width: 100%;
  height: auto;
  overflow-x: scroll;
}
.article table.borderTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #46543c;
  border-left: 1px solid #46543c;
  margin: 15px 0;
}
.article table.borderTbl th, .article table.borderTbl td {
  border-bottom: 1px solid #46543c;
  border-right: 1px solid #46543c;
  height: auto;
  padding: 12px;
  vertical-align: middle;
}
.article table.borderTbl th {
  background-color: #ffed6c;
  text-align: center;
}
.article table.borderTbl td {
  background-color: #fff;
}
.article table.borderTbl .nowrap {
  white-space: nowrap;
}

/*--------------------------------------------------------------
ページ8　訪問歯科診療　visit.html
---------------------------------------------------------------*/
dl.col-partition {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}
dl.col-partition dt {
  display: flex;
  align-items: center;
  width: 30%;
  font-size: 1.05em;
  font-weight: 600;
  color: #46543c;
  line-height: 1.6;
  border-right: 2px solid #46543c;
  margin-bottom: 1.5em;
  padding-right: 1%;
}
dl.col-partition dd {
  display: flex;
  align-items: center;
  width: 69%;
  margin-bottom: 1.5em;
  padding-left: 1.0em;
}

/*--------------------------------------------------------------
ページ9　入れ歯　dentures.html
---------------------------------------------------------------*/
/*
2カラム　見出し／写真／本文
------------------------------------------------*/
.article.col2.basicgrid.underimage h4 {
  order: 0;
}
.article.col2.basicgrid.underimage .image {
  order: 1;
}
.article.col2.basicgrid.underimage p {
  order: 2;
}
/*
○番号付きリスト
------------------------------------------------*/
ol.simple-number {
  counter-reset: item;
  list-style: none;
  margin: 0;
}
ol.simple-number li {
  margin-left: 2.2em;
  margin-bottom:1.0em;
  position:relative;
}
ol.simple-number li::before {
  counter-increment: item;
  content: counter(item);
  display: inline-block;
  width: 1.8em;
  height:1.8em;
  border-radius:50vh;
  text-align:center;
  line-height: 1.65;
  background:#989f67;
  color:#fff;
  font-weight: 700;
  position:absolute;
  top: 0.1em;
  left:-2.2em;
}


/*======================================================
1024pxi以下
======================================================*/
@media only screen and (max-width: 1024px) {
  #mainContents {
    /*padding-top: 45px;*/
  }
  /*title*/
  #title h1 {
    width: 45vw;
    height: 5.6vw;
  }
  /*
  見出し
  ------------------------------------------------*/
  #mainArticles h2, #listTopics h2 {
    font-size: 2.4em;
    background-size: 180%;
  }
  #mainArticles h2::before, #listTopics h2::before {
    width: 18vw;
    height: 18vw;
    top: -30px;
    left: 0;
  }
  #mainArticles h2::after, #listTopics h2::after {
    width: 18vw;
    height: 18vw;
    right: 0;
  }
  .article.zero_margin h3 {
    margin-bottom: 0;
  }
  /*
  飾り背景
  ------------------------------------------------*/
  .article.base_01::before, .gallery.base_01::before, .article.base_03::before, .gallery.base_03::before {
    left: 0;
  }
  .article.base_02::before, .gallery.base_02::before, .article.base_04::before, .gallery.base_04::before {
    right: 0;
  }
  /*
  col2
  ------------------------------------------------*/
  .article.col2.basicgrid .article_body {
    padding: 0;
  }
  /*
  col3
  ------------------------------------------------*/
  .article.col3.six-point .article_outer, .article.col3.col-3plus .article_outer {
    padding: 0;
  }
  /*
  こんなお悩みは
  ------------------------------------------------*/
  .gallery.full.worries {
    margin-bottom: 0;
  }
  /*
  ネット予約ブロック
  ------------------------------------------------*/
  .article.contact-block .image {
    max-width: 15vw;
  }
  .article.contact-block::after {
    width: 200px;
    height: 200px;
    right: 6%;
  }
  @media only screen and (max-width: 950px) {
    .article.contact-block::after {
      width: 160px;
      height: 160px;
      top: 70px;
    }
  }
  .article.contact-block dl {
    margin-left: calc(15vw + 90px);
  }
}

@media only screen and (max-width: 768px) {
  /*
  診療時間
  ------------------------------------------------*/
  dl.biztime dd {
    width: calc(50% - 5.0em);
  }
  dl.biztime dd:last-child {
    width: calc(100% - 5.0em);
  }
  /*
  ネット予約ブロック
  ------------------------------------------------*/
  .article.contact-block::after {
    display: none;
  }
  .article.contact-block h5 {
    font-size: 1.6em;
  }
  .article.contact-block p.tel-num {
    font-size: 1.0em;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*
  wrap_body
  ------------------------------------------------*/
  #wrap_body {
    padding-top: 0;
  }
  /*
  title
  ------------------------------------------------*/
  #wrap_body #title {
    position: unset;
  }
  #title #title_outer {
    height: 76px;
    background: none;
  }
  #wrap_body #title::after {
    width: 100vw;
    height: 10vw;
    top: 75px;
    background: url("/materials/175074876504301.png") no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
  #title h1 {
    width: 75vw;
    height: 9.4vw;
  }
  /*
  toggle
  ------------------------------------------------*/
  #toggle {
    top: 12px;
    right: 12px;
  }
  #toggle, .active #toggle {
    width: 50px;
    height: 50px;
    background-color: #46543c;
    border-radius: 4px;
  }
  /*
  topmenu
  ------------------------------------------------*/
  #wrap_body #topMenu {
    position: unset;
  }
  #topMenu_outer .topMenu {
    padding-top: 60px;
  }
  body.active #topMenu {
    height: 305px;
  }
  #topMenu_outer .topMenu li a {
    padding-left: 55px;
  }
  #topMenu_outer .topMenu li a::before {
    left: 18px;
  }
  /*
  mainImage
  ------------------------------------------------*/
  #mainImage::before {
    width: 75vw;
    height: 36vw;
    right: 0;
    left: 0;
    bottom: -120px;
    margin: 0 auto;
  }
  /*
  見出し
  ------------------------------------------------*/
  #mainArticles h2, #listTopics h2 {
    font-size: 2.2em;
    padding: 3.5em 4% 4em 4%;
  }
  #mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    margin-bottom: 30px;
  }
  #mainArticles h2::before, #listTopics h2::before {
    top: 0;
  }
  /*
  飾り背景
  ------------------------------------------------*/
  .article.base_01::before, .gallery.base_01::before,
  .article.base_02::before, .gallery.base_02::before,
  .article.base_03::before, .gallery.base_03::before,
  .article.base_04::before, .gallery.base_04::before {
    width: 140px;
    height: 140px;
  }
  /*
  予約ブロック
  ------------------------------------------------*/
  .article.contact-block {
    text-align: center;
  }
  .article.contact-block .image {
    max-width: 30vw;
    margin: 0 auto 30px auto;
  }
  .article.contact-block p.tel-num {
    justify-content: center;
  }
  .article.contact-block dl {
    margin-left: 0;
  }
  .article.contact-block dl > dd {
    text-align: left;
  }
  /*
  ネット予約フォームボタン
  ------------------------------------------------*/
  a.btn-mailform, a.btn-callto {
  font-size: 1.2em;
  }
  /*
  footer サブメニュー
  ------------------------------------------------*/
  #footer_body .services {
    width: 100%;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 2px dotted #fff;
  }
  /*
  その他の診察
  ------------------------------------------------*/
  ul.other-menu > li {
    width: 47%;
  }
  /*
  診療科目
  ------------------------------------------------*/
  ul.treatment-menu > li {
    width: 48%;
  }
  /*
  選ばれる6つのポイント
  ------------------------------------------------*/
  .article.col3.six-point .point-head-wrap {
    height: 100px;
  }
  .article.col3.six-point .point-head-wrap h4 {
    font-size: 1.8em;
    width: calc(100% - 100px);
  }
  .article.col3.six-point .point-head-wrap span.point-head {
    font-size: 20px;
    width: 100px;
    height: 100px;
  }
  /*
  画像白フレーム＆シャドウ
  ------------------------------------------------*/
  .article.img-whiteframe .image {
    max-width: 100%;
  }
  /*
  ページトップコンテンツセクション
  ------------------------------------------------*/
  .article.section-top {
    margin-top: 30px;
  }
  /*
  画面下部固定のリンクパーツ
  ------------------------------------------------*/
  #bottomLink{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a.callto {
    display: block;
    width: 50%;
    padding: 0;
    color: #fff;
    /*background: #46543c;*/
    background: #16b2e5;
    text-decoration: none;
    font-size:18px;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a.callto span{
    font-size:17px;
    font-weight: bold;
    display: inline-block;
  }
  #bottomLink a.callto span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  #bottomLink a.reserve {
    display: block;
    width: 50%;
    padding: 0;
    color: #fff;
    background: #e57716;
    text-decoration: none;
    font-size:18px;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a.reserve span{
    font-size:17px;
    font-weight: bold;
    display: inline-block;
  }
  #bottomLink a.reserve span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*======================================================
480px
======================================================*/
@media only screen and (max-width: 480px) {
  /*
  mainImage
  ------------------------------------------------*/
  #mainImage::before {
    width: 80vw;
    height: 45vw;
    bottom: -100px;
  }
  /*
  見出し
  ------------------------------------------------*/
  #mainArticles h2, #listTopics h2 {
    /*font-size: 2.0em;*/
    font-size: 1.5em;
    line-height: 1.25;
    background-size: 300%;
    padding: 4em 4% 4.5em;
  }
  #mainArticles h2::before, #listTopics h2::before, #mainArticles h2::after, #listTopics h2::after {
    width: 22vw;
    height: 22vw;
  }
  /*
  診療時間
  ------------------------------------------------*/
  dl.biztime dd {
    width: calc(100% - 5.0em);
  }
  /*
  ネット予約フォームボタン
  ------------------------------------------------*/
  .btn-wrap p {
    width: 80%;
    margin: 18px auto 0 auto;
  }
  a.btn-mailform, a.btn-callto {
    margin:0;
  }
}

.article .article_left .image.treatment, .article .article_right .image.treatment {
	max-width: 100% !important;
}


/*--------------------------------------------------------------
編集画面
---------------------------------------------------------------*/
.ams-build #wrap_body #title {
  top: 51px;
}
.ams-build #wrap_body #topMenu {
  top: 151px;
}
.ams-build .freeHtml_body {
    min-height: 40px;
}
.ams-build #mainImage::before {
  display: none;
}

/*--------------------------------------------------------------
追記
---------------------------------------------------------------*/
#mainTopics h2 {
  margin: 0 0 30px 0;
}
#mainTopics_outer::before {
  display:block;
  width: 400px;
  height: 400px;
  content: "";
  background: url("/materials/175635651323101.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 70px;
  left: 0;
}
#mainTopics_outer::after {
  display:block;
  width: 400px;
  height: 400px;
  content: "";
  background: url("/materials/175635664040001.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 70px;
  right: 0;
}
/*イラスト飾り追加*/
.article.deco01, .article.deco02, .article.deco03, .article.deco04, .article.deco05 {
  position:relative;
}
.article.deco01::before {
  display:block;
  width: 18vw;
  height: 18vw;
  max-width: 300px;
  content: "";
  background: url("/materials/175635734120301.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 100px;
}
.article.deco02 {
  padding-bottom: 150px;
}
.article.deco02::after {
  display:block;
  width: 250px;
  height: 250px;
  content: "";
  background: url("/materials/175635857553701.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.article.deco03::before {
  display:block;
  width: 200px;
  height: 367px;
  content: "";
  background: url("/materials/175635946740001.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 70px;
  left: -20px;
}
.article.deco04::after {
  display:block;
  width: 20vw;
  height: 20vw;
  content: "";
  background: url("/materials/175636365454401.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.article.deco05::after {
  display:block;
  width: 20vw;
  height: 20vw;
  content: "";
  background: url("/materials/175636449929801.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -35px;
  right: 10px;
}
.gallery.worries {
  background: #fff url("/materials/175636524784301.png") center center no-repeat;
  background-size: 100%;
}
.article.bg_baloon02 {
  background: #fff url("/materials/175636683954801.png") center center no-repeat;
  background-size: 100%;
}
.article.bg_baloon03 {
  background: url("/materials/175636965050801.png") center center no-repeat;
  background-size: 100%;
}
.article.bg_other_bottom {
  background: url("/materials/175652743224201.png") right bottom no-repeat;
  background-size: 100%;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.gallery.bg_animal01 {
  background: url("/materials/175636750329701.png") center top no-repeat;
  background-size: 100%;
}
.gallery.bg_animal02 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.gallery.bg_animal02 .article_outer {
  background: url("/materials/175653342486701.png") center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 150px;
}
.article.contact-block::before {
  display:block;
  width: 400px;
  height: 400px;
  content: "";
  background: url("/materials/175635651323101.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 46px;
  left: 0;
}
.article.contact-block::after {
  display:block;
  width: 400px;
  height: 400px;
  content: "";
  background: url("/materials/175635664040001.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 46px;
  right: 0;
}
#wrap_body #contents {
  background: url("/materials/175636884151401.png") center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 12vw;
}
.article.bg_tree {
  padding-top: 50px;
  background: url("/materials/175637097018901.png") center bottom no-repeat;
  background-size: 100%;
}
.bg_baloon_l_01 {
  background: url("/materials/175653787207302.png") left center no-repeat;
  background-size: contain;
}
.bg_baloon_l_02 {
  background: url("/materials/175653787207301.png") left center no-repeat;
  background-size: contain;
}
.bg_baloon_r_01 {
  background: url("/materials/175653787207303.png") right center no-repeat;
  background-size: contain;
}
.bg_baloon_r_02 {
  background: url("/materials/175653787207304.png") right center no-repeat;
  background-size: contain;
}
#trivia.article {
  padding-bottom: 70px;
}
@media only screen and (min-width: 940px) and (max-width: 1280px) {
  .article .escape-bear {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  #mainTopics_outer::before, #mainTopics_outer::after, .article.contact-block::before, .article.contact-block::after {
    width: 30vw;
    height: 30vw;
  }
  .article.deco02::after {
    width: 25vw;
    height: 25vw;
    bottom: 0;
  }
  .article.deco03::before {
    width: 18vw;
    height: 33vw;
    top: 50px;
  }
  .article.deco04::after {
    width: 15vw;
    height: 15vw;
    right: 15px;
  }
  .article.deco04 p {
    padding-right: 15vw;
  }
  .gallery.bg_animal01 {
    background-position: top center;
  }
  .article.bg_tree {
    padding-top: 0;
  }
  .bg_baloon_l_01, .bg_baloon_l_02 {
    background-size: contain;
    background-position: bottom left;
  }
  .bg_baloon_r_01, .bg_baloon_r_02 {
    background-size: contain;
    background-position: bottom right;
  }
}

@media only screen and (max-width: 600px) {
  #mainTopics {
    margin-bottom: 15px;
  }
  #article822320 {
    margin-top: -50px;
  }
  .article.deco01::before {
    left: 15px;
  }
  .article.deco02::after {
    width: 50vw;
    height: 50vw;
  }
  .article.deco03::before {
    width: 22vw;
    height: 41vw;
  }
  .gallery.bg_animal02 .article_outer {
    background-size: 200%;
    background-position: bottom right;
    padding-bottom: 0;
  }
  .article.deco05::after {
    width: 30vw;
    height: 30vw;
    bottom: -20vw;
  }
  .article.bg_baloon02 {
    background-position: top 50px center;
  }
  .article.bg_other_bottom {
    background-size: 150%;
    padding-bottom: 50px;
  }
  #mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.8em;
    line-height: 1.5;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1600px) {
  .bg_baloon_l_01, .bg_baloon_l_02, .bg_baloon_r_01, .bg_baloon_r_02,
  .gallery.worries, .gallery.bg_animal01, .article.bg_other_bottom,
  .article.bg_baloon01, .article.bg_baloon02, .article.bg_baloon03 {
    background-size: contain;
  }
}