@charset "utf-8";
/* =======================================================================

 共通項目
 
======================================================================= */
img {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
.clinic .img_right {
  margin-left: 0;
}
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  /*line-height: 1;*/
  text-transform: none;
  vertical-align: middle;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga';
}
i.root_arrow {
  color: #FF9966;
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #666;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  width: 100%;
  background: #F9F8F4;
}
.clear {
  clear: both
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.mx-auto {
  margin: 0 auto;
}
/* End hide from IE-mac */
.line {
  display: block;
  border-top: 1px solid #ccc;
  margin: 100px 0;
}
/*for pc*/
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1120px;
  }
}
a {
  color: #555;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
li {
  list-style-type: none;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
header, footer, section {
  display: block;
}
/*for pc*/
@media print, screen and (min-width: 768px) {
  .main_nav .gnavhide, .pchide {
    display: none !important
  }
}
/* -----------------------------------------------------------
 見出し
----------------------------------------------------------- */
h1 {
  font-size: 1em;
  font-weight: normal;
  padding: 5px 0 0 10px;
  color: #B8ABA1;
}
h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Quicksand', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: normal;
  position: relative;
  font-size: 3em;
  font-weight: normal;
  text-align: center;
  margin: 50px auto 50px;
  clear: both;
  color: #333;
  line-height: 1;
}
main > section > div > h3:first-child {
  margin-top: 0;
}
h3 span {
  color: #776A66;
  border-left: 1px solid #B8ABA2;
  margin-left: 15px;
  font-size: 0.5em;
  display: inline-block;
  padding: 5px 0 5px 20px;
  vertical-align: 3px;
}
h4 {
  color: #98D261;
  padding: 0px 0 0px;
  margin: 0px 0 0px;
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
h5 {
  border-bottom: #eee 1px solid;
  padding: 0 0 5px 0;
  margin: 20px 0 10px 0;
  font-size: 1.8em;
  color: #666;
  text-align: left;
}
h6 {
  font-weight: bold;
}
main a, main dt, main dd, p {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: 1.4em;
}
main a {
  color: #a9925f;
}
main ul {
  letter-spacing: -1em;
}
main ul li {
  letter-spacing: normal;
}
.aright {
  text-align: right;
}
.aleft {
  text-align: left;
}
main p.center {
  text-align: center;
}
main ol {
  counter-reset: li;
}
main ol > li {
  font-size: 1.5em;
  line-height: 2;
  list-style: none;
  position: relative; /*リストの項目の位置を基準に*/
  padding-left: 2.3em; /*li:before分左に余白を。調整可*/
  margin-bottom: 0.8em; /*リストの数字がくっついてしまう場合*/
}
main ol > li:before {
  counter-increment: li;
  content: counter(li);
  background: transparent;
  border: 1px solid #666;
  color: #666;
  border-radius: 50%; /*丸く*/
  text-align: center; /*端に寄ってる数字を真ん中に*/
  width: 1.5em; /*幅を決めるheightと同じ数値に*/
  height: 1.5em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
  position: absolute; /*リストの基準から移動させる*/
  left: 0em; /*項目の基準、左にあわせる*/
  top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
  line-height: 1.6; /*数字の位置あわせで数値を指定*/
}
/*forpc only*/
@media print, screen and (min-width: 768px) {
  body:not(.index) h2 span, .fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  float: right;
  margin: 0 0 10px 10px;
}
.img_info {
  margin: 0 auto;
  text-align: center;
}
.img_info img {
  width: 95%;
  height: auto;
}
/* -----------------------------------------------------------
　新型コロナウィルス感染対策
----------------------------------------------------------- */
.bnr {
  margin: 0 auto;
  text-align: center;
}
.bnr img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 2rem auto 0;
}
/* =======================================================================

 個別項目
 
======================================================================= */
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header {
  width: 100%;
  height: 200px;
  z-index: 5;
  background: url(../images/head.png) center bottom no-repeat #54281C;
  background-size: cover;
}
.header_in {
  width: 1120px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.h_logo {
  position: absolute;
  top: 65px;
  left: 50px;
}
.h_direction {
  position: absolute;
  top: 0px;
  right: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #CEBCA6), color-stop(0.00, #F2EFEA));
  background: -webkit-linear-gradient(#F2EFEA, #CEBCA6);
  background: -moz-linear-gradient(#F2EFEA, #CEBCA6);
  background: -o-linear-gradient(#F2EFEA, #CEBCA6);
  background: -ms-linear-gradient(#F2EFEA, #CEBCA6);
  background: linear-gradient(#F2EFEA, #CEBCA6);
  padding: 10px 0px;
  width: 290px;
  text-align: center;
  border: 1px solid #fff;
  border-top: none;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  color: #333;
  -moz-box-shadow: 0px 0px 3px 3px #333;
  -webkit-box-shadow: 0px 0px 3px 3px #333;
  -o-box-shadow: 0px 0px 3px 3px #333;
  -ms-box-shadow: 0px 0px 3px 3px #333;
  box-shadow: 0px 0px 3px 3px #333;
}
.h_parking {
  position: absolute;
  top: 120px;
  right: 50px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 290px;
}
.h_tel {
  position: absolute;
  top: 70px;
  right: 50px;
  text-align: center;
  width: 290px;
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.h_tel span {
  display: inline-block;
  padding-top: 0px;
}
.h_tel i {
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #666;
  margin-right: 10px;
  font-size: 0.8em;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 3px;
  vertical-align: baseline;
}
.h_tel a {
  text-decoration: none;
  color: #fff;
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual {
  width: 100%;
  height: auto;
  text-align: center;
}
#cf1 {
  width: 100%;
  height: 578px;
  margin: 0 auto;
  background: url(../images/kv.png) center top no-repeat;
  background-size: contain;
}
#cf2 {
  width: 100%;
  height: 578px;
  margin: 0 auto;
  background: url(../images/kv.png) top center no-repeat;
  background-size: contain;
}
.key_visual_in {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .index .key_visual h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 120px;
    left: 200px;
    font-size: 2em;
    font-weight: normal;
    text-align: left;
    color: #333;
    line-height: 3.3;
    letter-spacing: 0.3em;
  }
}
.index .key_visual h2 span {
  color: #98D261;
  font-weight: bold;
}
.index .key_visual_in p {
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #999;
  padding: 0px 25px;
}
.key_visual_S {
  /*    width: 100%;*/
  height: 250px;
  margin: 0 auto;
  background: url(../images/key1.png) center 0% no-repeat;
  background-size: cover;
}
.key_visual_S h2 {
  font-size: 2.5em;
  text-align: center;
  padding-top: 100px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  /*text-shadow: 2px 2px 3px #333;*/
  text-shadow: 0px 1px 2px #555, 1px 1px 2px #555, 1px 0px 2px #555, 1px -1px 2px #555, 0px -1px 2px #555, -1px -1px 2px #555, -1px 0px 2px #555, -1px 1px 2px #555;
}
/* -----------------------------------------------------------
　メインメニュー
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .main_nav {
    height: 90px;
    width: 100%;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #CEBCA6), color-stop(0.00, #F2EFEA));
    background: -webkit-linear-gradient(#F2EFEA, #CEBCA6);
    background: -moz-linear-gradient(#F2EFEA, #CEBCA6);
    background: -o-linear-gradient(#F2EFEA, #CEBCA6);
    background: -ms-linear-gradient(#F2EFEA, #CEBCA6);
    background: linear-gradient(#F2EFEA, #CEBCA6);
  }
  .main_nav nav {
    padding: 0px 0 0;
  }
  .key_visual {
    position: relative;
    z-index: 1;
  }
}
nav p#menu {
  display: none;
}
nav {
  padding: 0px 0;
}
nav ul {
  overflow: hidden;
  text-align: center;
}
nav ul li {
  display: inline-block;
  text-align: center;
  padding: 0px 0px 0;
}
nav ul li:last-child {
  border: none;
}
nav ul li a {
  padding: 35px 20px;
  color: #333;
  font-size: 1.4em;
  font-weight: normal;
  display: block;
  width: 100%;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
nav ul li span {
  display: block;
  color: #99B959;
  padding-top: 5px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.2em;
}
/* -----------------------------------------------------------
　ハンバーガーメニュー
----------------------------------------------------------- */
/* Toggle(Button) */
#navToggle {
  display: none;
  position: absolute; /*to body*/
  right: 10px;
  top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#navToggle div {
  position: relative;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 5px;
}
#navToggle span {
  display: block;
  position: absolute; /*to div*/
  width: 100%;
  border-bottom: solid 2px #666;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
  top: 0
}
#navToggle span:nth-child(2) {
  top: 6px
}
#navToggle span:nth-child(3) {
  top: 12px
}
p#navToggle_p {
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  padding-top: 0px;
  font-size: 1em;
  position: absolute;
  top: 49px;
  right: 5px;
  width: 40px;
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
main {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0px;
}
main > section {}
main > section:first-child {
  border: none;
}
main > section > div {
  text-align: center;
  display: block;
  width: 1120px;
  margin: 0 auto;
  padding: 100px;
}
main > section > div dt, main > section > div dd, main > section > div dl, main > section > div li, main > section > div p {
  text-align: left;
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  height: 400px;
  overflow-y: scroll;
  width: 600px;
  margin: 0 0 0 50px;
}
.news-title {
  margin: 5px 0 0px 0;
  padding: 8px 0px;
  color: #333;
  font-weight: bold;
  font-size: 1.7em;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.news-title span {
  color: #FAC500;
}
.news-caption {
  margin: 5px 0 20px 0px;
  font-size: 1.6em;
  border-bottom: #eee 1px solid;
  padding: 0 0 30px;
}
/*index*/
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_wrap {
  clear: both;
  background: #F9F8F4;
  margin-top: 0px;
  width: 100%;
  -webkit-box-shadow: inset 0px 5px 10px 0px #ccc;
  -moz-box-shadow: inset 0px 5px 10px 0px #ccc;
  -o-box-shadow: inset 0px 5px 10px 0px #ccc;
  -ms-box-shadow: inset 0px 5px 10px 0px #ccc;
  box-shadow: inset 0px 5px 10px 0px #ccc;
}
.overview {
  width: 1120px;
  margin: 0 auto;
  letter-spacing: -1em;
  padding: 100px 50px;
}
.overview_left {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.overview_left table {
  font-size: 1.4em;
  width: 95%;
}
.overview_left table tr:first-child td {
  text-align: left;
  position: relative;
  padding-top: 0;
  padding-left: 0;
}
.overview_left table th {
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
}
.overview_left table td {
  padding: 5px 0 5px 15px;
}
.overview_left table tr:last-child td span:first-child {
  font-weight: bold;
  color: #776A66;
  font-size: 1.3em;
}
.overview_left table tr:last-child td span:nth-child(2) {
  border: 1px solid #666;
  padding: 1px 5px;
  font-size: 0.9em;
}
.overview_right {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.overview h3 {
  margin-top: 0;
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  width: 100%;
  background: url(../images/head.png) top center no-repeat;
  background-size: cover;
}
.footer_frame {
  width: 1120px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.footer_list {
  margin: 50px 0 0px;
  padding: 0;
}
.footer_list ul {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.footer_list ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 20px 0;
  list-style-type: none;
  font-size: 1.3em;
}
.footer_list ul li:last-child {
  border: none;
}
.footer_list ul li a {
  text-decoration: none;
  color: #fff;
}
footer small a {
  text-decoration: none;
  color: #B8ABA1;
}
footer small {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #B8ABA1;
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
#linkpagetop a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #776A67), color-stop(0.00, #A89D9B));
  background: -webkit-linear-gradient(#A89D9B, #776A67);
  background: -moz-linear-gradient(#A89D9B, #776A67);
  background: -o-linear-gradient(#A89D9B, #776A67);
  background: -ms-linear-gradient(#A89D9B, #776A67);
  background: linear-gradient(#A89D9B, #776A67);
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#linkpagetop a i {
  vertical-align: middle;
  display: table-cell;
  width: 47px;
  height: 47px;
  color: #fff;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#pagetop {
  height: 54px;
  text-align: center;
}
#pagetop a {
  display: block;
  color: #FFF;
}
#pagetop_position {
  float: right;
  margin: 0px;
  padding: 0px;
  z-index: 4;
  position: relative;
}
/*time table*/
table.timetable1 {
  background: #fff;
  border-collapse: separate;
  margin: 0 auto;
  width: 95%;
  -moz-box-shadow: 0px 0px 5px 3px #ddd;
  -webkit-box-shadow: 0px 0px 5px 3px #ddd;
  -o-box-shadow: 0px 0px 5px 3px #ddd;
  -ms-box-shadow: 0px 0px 5px 3px #ddd;
  box-shadow: 0px 0px 5px 3px #ddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E4DCCF), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #E4DCCF);
  background: -moz-linear-gradient(#fff, #E4DCCF);
  background: -o-linear-gradient(#fff, #E4DCCF);
  background: -ms-linear-gradient(#fff, #E4DCCF);
  background: linear-gradient(#fff, #E4DCCF);
  color: #776A66;
}
table.timetable1 th {
  padding: 10px;
  font-size: 1.5em;
  font-weight: normal;
  vertical-align: middle;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DEC6B2), color-stop(0.00, #F7EDE5));
  background: -webkit-linear-gradient(#F7EDE5, #DEC6B2);
  background: -moz-linear-gradient(#F7EDE5, #DEC6B2);
  background: -o-linear-gradient(#F7EDE5, #DEC6B2);
  background: -ms-linear-gradient(#F7EDE5, #DEC6B2);
  background: linear-gradient(#F7EDE5, #DEC6B2);
}
table.timetable1 td {
  padding: 10px 10px;
  font-size: 1.5em;
  text-align: center;
  vertical-align: middle;
}
table.timetable1 tr:nth-child(2) td {
  padding-bottom: 0px;
}
table.timetable1 i {
  font-size: 1em;
}
table.timetable1 tr:last-child td {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  text-align: left;
  font-size: 1.3em;
  -webkit-box-shadow: inset 0px 1px 1px #fff;
  -moz-box-shadow: inset 0px 1px 1px #fff;
  box-shadow: inset 0px 1px 1px #fff;
}
.red {
  /*color:#FF7373;*/
  color: #FF9966;
  font-weight: bold;
}
.index1 {}
.index1 h3 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.index1 .notice_frame {
  display: inline-block;
  vertical-align: top;
}
.index1 .notice_frame .news_title {
  font-size: 1.6em;
  color: #776A66;
  font-weight: normal;
  line-height: 1.5;
  padding: 10px 0;
  border-top: #776A67 1px solid;
  border-bottom: #776A67 1px solid;
}
.index1 .notice_frame .news_title .date {
  color: #fff;
  font-size: 0.9em;
  padding: 0px 20px;
  margin-right: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #B8ABA1), color-stop(0.00, #D5CDC6));
  background: -webkit-linear-gradient(top, #D5CDC6 0%, #B8ABA1 88%);
  background: -moz-linear-gradient(top, #D5CDC6 0%, #B8ABA1 88%);
  background: -o-linear-gradient(top, #D5CDC6 0%, #B8ABA1 88%);
  background: -ms-linear-gradient(top, #D5CDC6 0%, #B8ABA1 88%);
  background: linear-gradient(to bottom, #D5CDC6 0%, #B8ABA1 88%);
}
.index1 .notice_frame .news_body {
  font-size: 1.4em;
  padding: 10px 0 10px;
  margin-bottom: 20px;
}
.index1 .notice_frame .news_body a {
  font-size: 1em;
  color: #a9925f;
}
.index4, .index2 {
  background: url(../images/bg.png) center top no-repeat #E2DDD6;
  background-size: cover;
  -webkit-box-shadow: inset 0px 5px 10px 0px #ccc;
  -moz-box-shadow: inset 0px 5px 10px 0px #ccc;
  -o-box-shadow: inset 0px 5px 10px 0px #ccc;
  -ms-box-shadow: inset 0px 5px 10px 0px #ccc;
  box-shadow: inset 0px 5px 10px 0px #ccc;
}
.index2 ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: left;
  font-size: 1.3em;
  padding: 0 10px;
}
.index2 ul li img {
  -moz-box-shadow: 0px 0px 5px 3px #ccc;
  -webkit-box-shadow: 0px 0px 5px 3px #ccc;
  -o-box-shadow: 0px 0px 5px 3px #ccc;
  -ms-box-shadow: 0px 0px 5px 3px #ccc;
  box-shadow: 0px 0px 5px 3px #ccc;
}
.index2 ul li strong {
  font-size: 1.1em;
  display: block;
  letter-spacing: 0.1em;
  padding: 10px 0;
  color: #666;
}
.index5, .index3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EFE3D4), color-stop(0.00, #F9F8F4));
  background: -webkit-linear-gradient(#F9F8F4, #EFE3D4);
  background: -moz-linear-gradient(#F9F8F4, #EFE3D4);
  background: -o-linear-gradient(#F9F8F4, #EFE3D4);
  background: -ms-linear-gradient(#F9F8F4, #EFE3D4);
  background: linear-gradient(#F9F8F4, #EFE3D4);
  -webkit-box-shadow: inset 0px 5px 10px 0px #ccc;
  -moz-box-shadow: inset 0px 5px 10px 0px #ccc;
  -o-box-shadow: inset 0px 5px 10px 0px #ccc;
  -ms-box-shadow: inset 0px 5px 10px 0px #ccc;
  box-shadow: inset 0px 5px 10px 0px #ccc;
}
.index3 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.index .treatment_menu li {
  display: inline-block;
  width: 16%;
  vertical-align: top;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.index .treatment_menu li a {
  color: #666;
  line-height: 1.5;
}
.index .treatment_menu li span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: block;
  background: #ccc;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding-top: 5px;
  margin-bottom: 10px;
  -moz-box-shadow: 0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  -o-box-shadow: 0px 0px 2px 2px #ccc;
  -ms-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #776A67), color-stop(0.00, #A89D9B));
  background: -webkit-linear-gradient(#A89D9B, #776A67);
  background: -moz-linear-gradient(#A89D9B, #776A67);
  background: -o-linear-gradient(#A89D9B, #776A67);
  background: -ms-linear-gradient(#A89D9B, #776A67);
  background: linear-gradient(#A89D9B, #776A67);
}
.treatment_banner li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}
.treatment_banner li a {
  width: 180px;
  height: 60px;
  padding-top: 20px;
  display: block;
  font-size: 1.2em;
  color: #776A66;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EFE3DA), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #EFE3DA);
  background: -moz-linear-gradient(#fff, #EFE3DA);
  background: -o-linear-gradient(#fff, #EFE3DA);
  background: -ms-linear-gradient(#fff, #EFE3DA);
  background: linear-gradient(#fff, #EFE3DA);
  border: 1px solid #fff;
  -moz-box-shadow: 0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  -o-box-shadow: 0px 0px 2px 2px #ccc;
  -ms-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;
}
.treatment_banner li a.dfile {
  padding-top: 0px;
}
.treatment_banner li a i {
  padding-left: 0.7em;
}
.index4 p {
  padding: 0 100px;
}
.index4 p strong {
  border-bottom: 2px solid #B8ABA2;
}
.small {
  font-size: 0.8em;
}
/*forsp*/
@media screen and (max-width: 767px) {
  .sphide {
    display: none !important
  }
  body {
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0em;
  }
  h1 {
    padding: 0;
    font-size: 0.8em;
    font-weight: normal;
    text-align: left;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  h3 {
    font-size: 2.5em;
  }
  h4 {
    font-size: 1.8em;
  }
  .img_right {
    float: none;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  .img_center {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  header {
    height: 75px;
  }
  .header_in {
    width: 100%;
    height: 75px;
  }
  nav ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0px 0 0;
  }
  .main_nav nav {
    position: absolute;
    right: 0;
    top: -758px; /*通常時はビュー外*/
    background: #F9F8F4;
    width: 100%;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: left;
    z-index: 10;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 4px #ccc;
    -moz-box-shadow: 0px 5px 4px #ccc;
    box-shadow: 0px 5px 4px #ccc;
  }
  .main_nav ul {
    margin: 0;
    padding: 0;
    letter-spacing: -1em;
  }
  .main_nav ul li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0;
    line-height: 2.5;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 1px #fff;
    -moz-box-shadow: inset 0px 1px 1px #fff;
    box-shadow: inset 0px 1px 1px #fff;
  }
  .main_nav ul li a {
    display: block;
    color: #776A66;
    font-weight: normal;
    position: relative;
    padding: 0 1em;
  }
  .main_nav ul li a::after {
    content: '\f105 ';
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    top: 0px;
    color: #a9925f;
  }
  .main_nav ul li:first-child {
    border-top: solid 1px #fff;
  }
  /* Toggle(Button) */
  #navToggle {
    display: block
  }
  /* Click Toggle(Button) */
  .openNav #navToggle span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  /*header menu*/
  .openNav nav {
    -moz-transform: translateY(800px);
    -webkit-transform: translateY(800px);
    transform: translateY(800px)
  }
  #linkpagetop {
    float: right;
    margin-top: 0px;
  }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 0px;
  }
  #pagetop {
    height: 54px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #FFF;
  }
  #pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
  }
  /* -----------------------------------------------------------
　スマホギャラリー
----------------------------------------------------------- */
  .ContTxtArea {
    width: 690px;
    margin: 0 auto;
  }
  /* :::::::::: フリック :::::::::: */
  .viewport {
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
  }
  .flipsnap {
    width: 3480px; /*viewportのwidth x ギャラリーの枚数*/
  }
  .item {
    float: left;
    width: 290px;
    cursor: pointer;
    overflow: hidden;
  }
  .item p {
    padding: 3px 0 8px 0;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  p.comment {
    text-align: center;
  }
  /*************************************/
  .notice_frame {
    margin: 0;
  }
  .index1 > div {
    padding: 20px 10px;
  }
  .index1 h3 {
    margin-bottom: 15px;
  }
  .index3 ul li, .overview_right, .overview_left, .index1 .notice_frame {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .key_visual_in, .footer_frame, .overview, .notice_frame {
    width: 100%;
  }
  .overview, main > section > div {
    width: 100%;
    padding: 50px 10px;
  }
  .index2 ul li {
    width: 50%;
    padding: 0 10px 20px;
  }
  .index2 ul li img {
    width: 100%;
  }
  .index4 p {
    padding: 0 20px;
  }
  main table th, main table td, .overview table th, .overview table td {
    padding: 5px;
  }
  .index1 .notice_frame {
    border-left: none;
    padding-left: 0;
    height: 250px;
  }
  .index1 h3 {
    margin-left: auto;
    margin-right: auto;
  }
  .index2 ul li strong {
    padding-bottom: 0;
  }
  .index5 .treatment_menu li {
    width: 33%;
  }
  .index5 .treatment_banner li {
    width: 50%;
    margin-bottom: 20px;
  }
  .treatment_banner li a {
    width: 95%;
    font-size: 1.1em;
  }
  .treatment_banner li a.dfile {
    width: 180px;
  }
  .overview_right .timetable1 {
    width: 100%;
    margin-top: 20px;
  }
  table.timetable1 tr:last-child td {
    padding: 5px;
  }
  .overview_left table {
    width: 100%;
  }
  .overview_left table tr:first-child td img {
    max-width: 100%;
    height: auto;
  }
  .key_visual {
    height: 200px;
    padding: 0px 0 0;
  }
  .index .key_visual_in, #cf2, #cf1 {
    height: 0;
    padding-top: 0%;
  }
  .index .key_visual_in {
    text-align: left;
  }
  .index .key_visual_in p {
    position: static;
    margin: 10px 0 0 10px;
    display: inline-block;
    font-size: 1.2em;
  }
  .index .key_visual h2 {
    position: static;
    line-height: 2;
    font-size: 3.5vw;
    letter-spacing: 0;
    font-weight: normal;
    text-align: left;
    color: #333;
    margin: 10px 0 0 10px;
  }
  .h_logo {
    top: 22px;
    left: 5px;
  }
  .h_logo img {
    width: 60%;
  }
  .h_tel {
    top: 14px;
    right: 50px;
    width: 30px;
    height: 30px;
  }
  .h_tel a {
    display: block;
    width: 30px;
    height: 30px;
  }
  .h_tel i {
    padding-top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
  .h_tel2 {
    font-weight: normal;
    font-size: 0.4em;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 35px;
    right: 0px;
    width: 30px;
  }
  .center {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
  .index2 ul li a {
    font-size: 1.3em;
  }
  #gmap {
    height: 250px;
  }
  .index1 .notice_frame .news_title .date {
    padding: 0 5px;
  }
  /*sp styles end*/
}
.staff_pic {
  width: 600px;
  height: auto;
  max-width: 100%;
}
/*-------------------------------------------------
flexbox
-------------------------------------------------*/
.flex_area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex {
  width: 100%;
  margin: 0 auto 1rem;
  text-align: center;
}
.flex img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 48em), print {
  .flex_area {
    margin: 0 auto;
    padding: .5rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .flex {
    width: 49%;
    margin: 0 1rem;
  }
}
.btn_basic {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0.7rem 2rem;
  width: fit-content;
  min-width: 95%;
  display: block;
  text-decoration: none !important;
  letter-spacing: 0.1rem;
  cursor: pointer;
  color: #fff;
  background: #877b78;
  border: 1px solid #877b78;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.btn_basic:hover {
  color: #877b78;
  background: #fff;
  border: 1px solid #877b78;
}
@media all and (min-width: 48em), print {
.btn_basic {
  min-width: 65%;
}
}