@charset "UTF-8";
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*サイトの横幅下層*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆揃え◇◆◇◆◇◆*/
p, ul, dl {
  text-align: justify;
}

/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrサブ背景*/
/*ハンバーガーdrawrサブテキスト*/
/*ハンバーガーdrawrボーダー*/
/*ハンバーガーdrawrボーダー*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*◇◆◇◆◇◆フッターPC◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンクSP◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆診療時間テーブル◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*thボーダー*/
/*td背景サブ*/
/*◇◆◇◆◇◆汎用テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆透過◇◆◇◆◇◆*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
/*◇◆◇◆◇◆矢印◇◆◇◆◇◆*/
/*青緑*/
/*灰色*/
/*水色*/
/*緑*/
/*水色*/
/*水色*/
/*茶色*/
/*ピンク*/
/*ピンク*/
/*オレンジ*/
/*茶色*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*黒色*/
/*茶色*/
/*灰色*/
/*灰色*/
/*灰色*/
/*緑*/
/*青*/
/*茶色*/
/*茶色*/
/*灰色*/
/*灰色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "homemadeapple_regular";
  src: url(../font/HomemadeApple-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_regular";
  src: url(../font/ZenKakuGothicNew-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_medium";
  src: url(../font/ZenKakuGothicNew-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_bold";
  src: url(../font/ZenKakuGothicNew-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "zenoldmincho_regular";
  src: url(../font/ZenOldMincho-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenoldmincho_medium";
  src: url(../font/ZenOldMincho-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenoldmincho_bold";
  src: url(../font/ZenOldMincho-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* Drawer */
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

nav.nav {
  width: 100%;
  height: 100%;
  background-color: #F6EDE4;
  right: -100%;
  top: 0;
  position: fixed;
  padding: 20vw 0 0 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 9999999;
  overflow-x: hidden;
  overflow: auto;
  height: calc(100% - 20vw);
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
nav.nav::-webkit-scrollbar {
  display: none;
}

.index nav.nav {
  height: 100%;
}

nav.nav ul {
  border: none;
  padding: 0;
}

.toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #F6EDE4;
  color: #633D10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toggle em {
  position: absolute;
  bottom: 0.4rem;
  z-index: 0;
  font-size: 1rem;
  font-style: normal;
}

span.toggler,
span.toggler:before,
span.toggler:after {
  content: "";
  display: block;
  height: 3px;
  width: 2.5rem;
  border-radius: 3px;
  background-color: #633D10;
  position: absolute;
  z-index: 999999999;
  pointer-events: none;
}

span.toggler:before {
  bottom: 0.8rem;
}

span.toggler:after {
  top: 0.8rem;
}

span.deleteclass {
  background-color: transparent;
}

span.deleteclass::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

span.deleteclass::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Show Nav */
.show-nav .nav {
  right: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

nav.nav ul.hbg {
  list-style-type: none;
  width: 96%;
  margin: 0 auto 0 auto;
}
nav.nav ul.hbg li {
  width: 100%;
  text-align: center;
}
nav.nav ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
nav.nav ul.hbg li a {
  color: #633D10;
  font-family: "zen_maru_gothic_Medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: left;
  padding: 0.5rem 0;
  border-bottom: #633D10 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
nav.nav ul.hbg li a::before {
  font-family: "fontello";
  content: "\e80f";
  font-size: 0.8rem;
  margin: 0.2rem 0.2rem 0 0;
}
nav.nav ul.hbg li .sub_nav_box {
  width: 96%;
  margin: 2% auto 0 auto;
  border: #633D10 2px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
}
nav.nav ul.hbg li .sub_nav_box .sub_title {
  color: #633D10;
  font-family: "zen_maru_gothic_Medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  border-bottom: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.nav ul.hbg li .sub_nav_box .sub_title::before {
  font-family: "fontello";
  content: "\e80f";
  font-size: 0.8rem;
  margin: 0.2rem 0.2rem 0 0;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub.open_nav {
  display: block;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub li {
  width: 100%;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub li a {
  background-color: #FFFFFF;
  color: #2a2a2a;
  font-size: 1.2rem;
  text-align: center;
  border-left: #FFFFFF 1px solid;
  border-right: #FFFFFF 1px solid;
  border-bottom: #FFFFFF 2px solid;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub li a br {
  display: none;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub li a::after {
  content: "" !important;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub li a.sub_title {
  color: #633D10;
  font-family: "zen_maru_gothic_Medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  border-bottom: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub li a.sub_title::before {
  font-family: "fontello";
  content: "\e80f";
  font-size: 0.8rem;
  margin: 0.2rem 0.2rem 0 0;
}
nav.nav ul.hbg li .sub_nav_box ul.main_nav_sub li.long {
  width: 100%;
}
nav.nav ul.hbg li .gaide_btn {
  border-top: #633D10 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0 0 0;
  padding: 0;
}
nav.nav ul.hbg li .gaide_btn a {
  border-bottom: none;
}
nav.nav ul.hbg li .gaide_btn .sub_nav_box {
  margin: 0;
  border: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
}
nav.nav ul.hbg li .gaide_btn.is-open .sub_nav_box {
  margin: 2% auto 0 auto;
  border: #633D10 2px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
}
nav.nav ul.hbg li .gaide_btn.is-open .gaide_box {
  margin: 2% auto 2% auto !important;
}
nav.nav ul.hbg li.treatment_hbg {
  border-top: none;
  border-bottom: #633D10 1px solid;
  /*padding: 0 0 2% 0;*/
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.nav ul.hbg li.is-open a::after {
  font-family: "fontello";
  content: "\e817";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
nav.nav ul.hbg_link {
  width: 96%;
  height: auto;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav.nav ul.hbg_link li a {
  width: 100%;
  height: 12vw;
  font-family: "zen_maru_gothic_Medium";
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-color: #DF8105;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  text-align: center;
  line-height: 110%;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
nav.nav ul.hbg_link li a span {
  font-size: 1rem;
}
nav.nav ul.hbg_link li.hbg_web_link {
  width: 59%;
}
nav.nav ul.hbg_link li.hbg_web_link a::before {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1rem;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_01.png") no-repeat;
  background-size: contain;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 0.5rem 0 0;
}
nav.nav ul.hbg_link li.hbg_web_link2 {
  width: 39%;
}
nav.nav ul.hbg_link li.hbg_web_link2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 0 0;
}
nav.nav ul.hbg_link li.hbg_web_link2 a::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_02.png") no-repeat;
  background-size: contain;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 0.5rem 0 0;
}

@media screen and (min-width: 768px), print {
  .overlay {
    display: none;
  }
  .toggle {
    display: none;
  }
  nav.nav {
    display: none;
  }
}
/*見出し*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
h1 {
  margin: 0;
}

h2.top_title {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.3rem;
  color: #707070;
  text-align: center;
  line-height: 200%;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
h2.top_title span {
  font-family: "homemadeapple_regular";
  font-weight: normal;
  font-size: 3rem;
  color: rgba(223, 129, 5, 0.6);
  display: block;
}
h2.low {
  color: #9C7233;
  font-family: "zenoldmincho_medium";
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0 0 0 0;
  margin: 5rem 0 2.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h2.low::after {
  width: 23%;
  height: 5vw;
  margin: 0.4rem auto 0 auto;
  content: "";
  display: block;
  background: url("../img/icon_h2.svg") no-repeat;
  background-position: center top;
  background-size: cover;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #71582E;
  font-family: "zenoldmincho_medium";
  font-size: 2rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #71582E 3px solid;
  -webkit-box-shadow: 0 3px #D1A879;
          box-shadow: 0 3px #D1A879;
  padding: 0 0 0.6rem 0;
  margin: 3rem 0 1.5rem 0;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #DF8105;
  font-family: "zenoldmincho_medium";
  font-size: 1.9rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #DF8105 3px solid;
  padding: 0 0 0.6rem 0;
  margin: 1rem 0 1rem 0;
}
h4.flow {
  color: #99CEEE;
  font-family: "zenoldmincho_medium";
  font-size: 1.9rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #9C7233;
  font-family: "zenoldmincho_medium";
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: #9C7233 4px dotted;
  margin: 0.8rem 0 1rem 0;
  padding: 0 0 0.6rem 0;
  line-height: 120%;
}
h5.first {
  margin: 0 0 1rem 0;
}

p {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.6rem;
    color: #707070;
    text-align: center;
    line-height: 200%;
    padding: 25px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 34px 0 22px -18px;
  }
  h2.top_title span {
    font-family: "homemadeapple_regular";
    font-weight: normal;
    font-size: 6rem;
    color: rgba(223, 129, 5, 0.6);
    display: block;
    margin: 0 0 1px 0;
  }
  h2.low {
    color: #9C7233;
    font-family: "zenoldmincho_medium";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 116%;
    padding: 0 0 0 0;
    margin: 96px 0 71px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h2.low::after {
    width: 100px;
    height: 23.3px;
    margin: 12px auto 0 auto;
    content: "";
    display: block;
    background: url("../img/icon_h2.svg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  h2.first {
    margin: 0 0 71px 0;
  }
  h3.low {
    color: #71582E;
    font-family: "zenoldmincho_medium";
    font-size: 3.4rem;
    font-weight: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 110%;
    border-bottom: #71582E 3px solid;
    -webkit-box-shadow: 0 3px #D1A879;
            box-shadow: 0 3px #D1A879;
    padding: 0 0 8px 0;
    margin: 45px 0 38px 0;
  }
  h3.first {
    margin: 0 0 38px 0;
  }
  h4.low {
    color: #9C7233;
    font-family: "zenoldmincho_medium";
    font-size: 3.2rem;
    font-weight: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 105%;
    border-bottom: #9C7233 3px solid;
    padding: 0 0 6px 0;
    /*margin: 44px 0 35px 0;*/
    margin: 40px 0 35px 0;
  }
  h4.first {
    margin: 0 0 35px 0;
  }
  h5.low {
    color: #9C7233;
    font-family: "zenoldmincho_medium";
    font-size: 3rem;
    font-weight: normal;
    border-bottom: #9C7233 4px dotted;
    margin: 35px 0 33px 0;
    padding: 0 0 6px 0;
    line-height: 110%;
  }
  h5.first {
    margin: 0 0 33px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 0 2rem 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  background-color: #DFD5CB;
  width: 8%;
}
table.timetable tr th span {
  white-space: pre;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
table.timetable tr th.time {
  width: 25%;
  letter-spacing: 0.1em;
}
table.timetable tr th:first-child {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
table.timetable tr th:last-child {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  background-color: #ffffff;
  border-bottom: #707070 1px solid;
}
table.timetable tr td span {
  white-space: pre;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
table.timetable tr td em {
  color: #DF8105;
  font-style: normal;
  font-size: 1.4rem;
}
table.timetable tr td.time {
  width: 25%;
  text-align: center;
  color: #2a2a2a;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #2a2a2a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.timetable caption a {
  color: #DF8105;
}
table.timetable caption span {
  color: #DF8105;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 0 30px 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    background-color: #DFD5CB;
    width: 10.7%;
    height: 50px;
    box-sizing: border-box;
  }
  table.timetable tr th span {
    white-space: pre;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  table.timetable tr th.time {
    width: 124px;
    letter-spacing: 0.1em;
  }
  table.timetable tr th.sbu {
    width: 122px;
  }
  table.timetable tr th:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  table.timetable tr th:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    background-color: #ffffff;
    border-bottom: #707070 1px solid;
    height: 51px;
    box-sizing: border-box;
  }
  table.timetable tr td em {
    color: #DF8105;
    font-style: normal;
    font-size: 2.2rem;
  }
  table.timetable tr td span {
    white-space: pre;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  table.timetable tr td i {
    font-size: 1.6rem;
    color: #36c0b8;
  }
  table.timetable tr td.time {
    width: 124px;
    /*text-align: left;*/
    text-align: ccenter;
    color: #2a2a2a;
    font-size: 1.8rem;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.timetable tr td.sbu {
    width: 100px;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 5px 0 0 0;
    width: 100%;
    color: #2a2a2a;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 130%;
    text-align: left;
  }
  table.timetable caption a {
    color: #DF8105;
  }
  table.timetable caption a:hover {
    color: #D1A879;
  }
  table.timetable caption span {
    color: #DF8105;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #444444;
  border: #707070 1px solid;
  background-color: #F6EDE4;
}
table.low_table tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #444444;
  border: #707070 1px solid;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #444444;
    border: #707070 1px solid;
    background-color: #F6EDE4;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #444444;
    border: #707070 1px solid;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #444444;
  border: #707070 1px solid;
  background-color: #F6EDE4;
}
table.low_table_slide tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #444444;
  border: #707070 1px solid;
  background-color: #ffffff;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #444444;
    border: #707070 1px solid;
    background-color: #F6EDE4;
  }
  table.low_table_slide tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #444444;
    border: #707070 1px solid;
    background-color: #ffffff;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #444444;
  background-color: #F6EDE4;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #444444;
  background-color: #ffffff;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
}
table.low_table_spblock tr td span {
  color: #DF8105;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #DF8105;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #707070 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #444444;
    background-color: #F6EDE4;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #444444;
    background-color: #ffffff;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #DF8105;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #DF8105;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #707070 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #707070 1px solid;
  }
}
/*テーブル線上下のみ*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #444444;
  border-bottom: #707070 1px solid;
  border-right: #707070 1px solid;
  background-color: #F6EDE4;
}
table.low_table2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #444444;
  border-bottom: #707070 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr:first-child th {
  border-top: #707070 1px solid;
}
table.low_table2 tr:first-child td {
  border-top: #707070 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 30px 0;
  }
  table.low_table2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #444444;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #F6EDE4;
  }
  table.low_table2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #444444;
    border-bottom: #707070 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr:first-child th {
    border-top: #707070 1px solid;
  }
  table.low_table2 tr:first-child td {
    border-top: #707070 1px solid;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide2 {
  width: 1200px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #444444;
  border-bottom: #707070 1px solid;
  border-right: #707070 1px solid;
  background-color: #F6EDE4;
}
table.low_table_slide2 tr th:last-child {
  border-right: none;
}
table.low_table_slide2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  vertical-align: middle;
  font-weight: normal;
  color: #444444;
  border-bottom: #707070 1px solid;
  border-right: #707070 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr td:last-child {
  border-right: none;
}
table.low_table_slide2 tr:first-child th {
  border-top: #707070 1px solid;
}
table.low_table_slide2 tr:first-child td {
  border-top: #707070 1px solid;
}
table.low_table_slide2.ajs tr th {
  text-align: center;
}
table.low_table_slide2.ajs tr th:nth-child(1) {
  width: 22%;
}
table.low_table_slide2.ajs tr th:nth-child(2) {
  width: 26%;
}
table.low_table_slide2.ajs tr th:nth-child(3) {
  width: 26%;
}
table.low_table_slide2.ajs tr th:nth-child(4) {
  width: 26%;
}
table.low_table_slide2.ajs tr td {
  text-align: center;
}
table.low_table_slide2.ajs tr td:nth-child(1) {
  width: 22%;
}
table.low_table_slide2.ajs tr td:nth-child(2) {
  width: 26%;
}
table.low_table_slide2.ajs tr td:nth-child(3) {
  width: 26%;
}
table.low_table_slide2.ajs tr td:nth-child(4) {
  width: 26%;
}
table.low_table_slide2.ajs tr td.sub {
  background-color: #FBF4DD;
}
table.low_table_slide2.ajs2 tr th {
  text-align: center;
}
table.low_table_slide2.ajs2 tr th:nth-child(1) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr th:nth-child(2) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr th:nth-child(3) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr th:nth-child(4) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr th:nth-child(5) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr td {
  text-align: center;
}
table.low_table_slide2.ajs2 tr td:nth-child(1) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr td:nth-child(2) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr td:nth-child(3) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr td:nth-child(4) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr td:nth-child(5) {
  width: 20%;
}
table.low_table_slide2.ajs2 tr td.sub {
  text-align: left;
  background-color: #FBF4DD;
}
table.low_table_slide2.ajs2 tr td.center {
  text-align: center;
}
table.low_table_slide2.ajs3 tr th {
  text-align: center;
}
table.low_table_slide2.ajs3 tr th:nth-child(1) {
  width: 30%;
}
table.low_table_slide2.ajs3 tr th:nth-child(2) {
  width: 50%;
}
table.low_table_slide2.ajs3 tr th:nth-child(3) {
  width: 20%;
}
table.low_table_slide2.ajs3 tr td {
  text-align: center;
}
table.low_table_slide2.ajs3 tr td:nth-child(1) {
  width: 30%;
}
table.low_table_slide2.ajs3 tr td:nth-child(2) {
  width: 50%;
  text-align: justify;
}
table.low_table_slide2.ajs3 tr td:nth-child(3) {
  width: 20%;
}
table.low_table_slide2.ajs3 tr td.sub {
  background-color: #FBF4DD;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
  }
  table.low_table_slide2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #444444;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #F6EDE4;
  }
  table.low_table_slide2 tr th:last-child {
    border-right: none;
  }
  table.low_table_slide2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
    vertical-align: middle;
    font-weight: normal;
    color: #444444;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr td:last-child {
    border-right: none;
  }
  table.low_table_slide2 tr:first-child th {
    border-top: #707070 1px solid;
  }
  table.low_table_slide2 tr:first-child td {
    border-top: #707070 1px solid;
  }
  table.low_table_slide2.ajs tr th {
    text-align: center;
  }
  table.low_table_slide2.ajs tr th:nth-child(1) {
    width: 22%;
  }
  table.low_table_slide2.ajs tr th:nth-child(2) {
    width: 26%;
  }
  table.low_table_slide2.ajs tr th:nth-child(3) {
    width: 26%;
  }
  table.low_table_slide2.ajs tr th:nth-child(4) {
    width: 26%;
  }
  table.low_table_slide2.ajs tr td {
    text-align: center;
  }
  table.low_table_slide2.ajs tr td:nth-child(1) {
    width: 22%;
  }
  table.low_table_slide2.ajs tr td:nth-child(2) {
    width: 26%;
  }
  table.low_table_slide2.ajs tr td:nth-child(3) {
    width: 26%;
  }
  table.low_table_slide2.ajs tr td:nth-child(4) {
    width: 26%;
  }
  table.low_table_slide2.ajs tr td.sub {
    background-color: #FBF4DD;
  }
  table.low_table_slide2.ajs2 tr th {
    text-align: center;
  }
  table.low_table_slide2.ajs2 tr th:nth-child(1) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr th:nth-child(2) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr th:nth-child(3) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr th:nth-child(4) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr th:nth-child(5) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr td {
    text-align: center;
  }
  table.low_table_slide2.ajs2 tr td:nth-child(1) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr td:nth-child(2) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr td:nth-child(3) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr td:nth-child(4) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr td:nth-child(5) {
    width: 20%;
  }
  table.low_table_slide2.ajs2 tr td.sub {
    text-align: justify;
    background-color: #FBF4DD;
  }
  table.low_table_slide2.ajs2 tr td.center {
    text-align: center;
  }
  table.low_table_slide2.ajs3 tr th {
    text-align: center;
  }
  table.low_table_slide2.ajs3 tr th:nth-child(1) {
    width: 30%;
  }
  table.low_table_slide2.ajs3 tr th:nth-child(2) {
    width: 50%;
  }
  table.low_table_slide2.ajs3 tr th:nth-child(3) {
    width: 20%;
  }
  table.low_table_slide2.ajs3 tr td {
    text-align: center;
  }
  table.low_table_slide2.ajs3 tr td:nth-child(1) {
    width: 30%;
  }
  table.low_table_slide2.ajs3 tr td:nth-child(2) {
    width: 50%;
    text-align: left;
  }
  table.low_table_slide2.ajs3 tr td:nth-child(3) {
    width: 20%;
  }
  table.low_table_slide2.ajs3 tr td.sub {
    background-color: #FBF4DD;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock2 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #444444;
  background-color: #F6EDE4;
  border-bottom: #707070 1px solid;
  border-right: #707070 1px solid;
}
table.low_table_spblock2 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #444444;
  background-color: #ffffff;
  border-bottom: #707070 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #DF8105;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #DF8105;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock2 tr:first-child th {
  border-top: #707070 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock2 tr th {
    width: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #444444;
    background-color: #F6EDE4;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
  }
  table.low_table_spblock2 tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #444444;
    background-color: #ffffff;
    border-bottom: #707070 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #DF8105;
    font-weight: bold;
  }
  table.low_table_spblock2 tr td span a {
    color: #DF8105;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock2 tr:first-child th {
    border-top: #707070 1px solid;
  }
  table.low_table_spblock2 tr:first-child td {
    border-top: #707070 1px solid;
  }
}
/*テーブル丸角*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #2a2a2a;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #707070 1px solid;
}
table.low_table3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table3 tr th {
  width: 30%;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  background-color: #F6EDE4;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table3 tr td {
  width: 70%;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-right: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #444444;
  background-color: #ffffff;
}
table.low_table3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #707070 1px solid;
}
table.low_table3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #2a2a2a;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #707070 1px solid;
  }
  table.low_table3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.5rem 0 0 0;
  }
  table.low_table3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #F6EDE4;
    color: #444444;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #444444;
    background-color: #ffffff;
  }
  table.low_table3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #707070 1px solid;
  }
  table.low_table3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
}
/* -----------------------------------------------------------
　テーブルサブタイトル
----------------------------------------------------------- */
table.low_table_subtitle3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #2a2a2a;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #707070 1px solid;
}
table.low_table_subtitle3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 1rem 0 0 0;
}
table.low_table_subtitle3 tr th {
  width: 100%;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  background-color: #007FCB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_subtitle3 tr th .sub_title {
  background-color: #cccccc;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
table.low_table_subtitle3 tr th .sub_title.st_top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr th .sub_text {
  background-color: #DF8105;
  color: #2a2a2a;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.low_table_subtitle3 tr td {
  width: 100%;
  padding: 0.5rem;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #444444;
  background-color: #ffffff;
}
table.low_table_subtitle3 tr:first-child th {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_subtitle3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #2a2a2a;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #707070 1px solid;
  }
  table.low_table_subtitle3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 16px 0 0 0;
  }
  table.low_table_subtitle3 tr th {
    width: 100%;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #F6EDE4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_subtitle3 tr th .sub_title {
    background-color: #cccccc;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  table.low_table_subtitle3 tr th .sub_title.st_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr th .sub_text {
    background-color: #DF8105;
    color: #2a2a2a;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  table.low_table_subtitle3 tr td {
    width: 100%;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #444444;
    background-color: #ffffff;
  }
  table.low_table_subtitle3 tr:first-child th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr:last-child th {
    border-bottom-left-radius: 0.7rem;
  }
  table.low_table_subtitle3 tr:last-child td {
    border-bottom-right-radius: 0.7rem;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide3 {
  width: 1200px;
  border-collapse: separate;
  border-spacing: 0;
  color: #2a2a2a;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #cccccc 1px solid;
}
table.low_table_slide3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide3 tr th {
  width: auto;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  background-color: #F6EDE4;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide3 tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-right: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #444444;
  background-color: #ffffff;
}
table.low_table_slide3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table_slide3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table_slide3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #707070 1px solid;
}
table.low_table_slide3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #2a2a2a;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #707070 1px solid;
  }
  table.low_table_slide3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 160%;
  }
  table.low_table_slide3 tr th {
    width: auto;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #F6EDE4;
    color: #444444;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide3 tr td {
    width: auto;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #444444;
    background-color: #ffffff;
  }
  table.low_table_slide3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table_slide3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table_slide3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #707070 1px solid;
  }
  table.low_table_slide3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #2a2a2a;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
}
table.low_table_spblock3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock3 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  background-color: #F6EDE4;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock3 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #cccccc 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
  color: #444444;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #DF8105;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #DF8105;
  text-decoration: none;
}
table.low_table_spblock3 tr:first-child th {
  border-top: #707070 1px solid;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_spblock3 tr:last-child td {
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #2a2a2a;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  table.low_table_spblock3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: none;
    background-color: #F6EDE4;
    color: #444444;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
    color: #444444;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #cccccc;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #cccccc;
    text-decoration: none;
  }
  table.low_table_spblock3 tr:first-child th {
    border-top: #707070 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock3 tr:first-child td {
    border-top: #707070 1px solid;
    border-top-right-radius: 10px;
  }
  table.low_table_spblock3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #707070 1px solid;
  }
  table.low_table_spblock3 tr:last-child td {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

ul.meals_list {
  list-style-type: none;
}
ul.meals_list li {
  margin: 0 auto 2rem auto;
  width: 70%;
}
ul.meals_list li img {
  width: 100%;
  height: auto;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hagaki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hagaki .img_hagaki {
  margin: 0.5rem 0 1rem 0;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.hagaki .img_hagaki img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.hagaki p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  ul.meals_list {
    list-style-type: none;
    width: 860px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }
  ul.meals_list li {
    margin: 0 36px 40px 0;
    width: 412px;
  }
  ul.meals_list li img {
    width: 100%;
    height: auto;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  ul.meals_list li:nth-child(2n) {
    margin: 0 0 40px 0;
  }
  .hagaki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hagaki .img_hagaki {
    float: right;
    margin: 10px 10px 20px 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hagaki .img_hagaki img {
    width: 200px;
    height: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .hagaki p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準2列 disc*/
ul.list_normal_two {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_two li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準3列 disc*/
ul.list_normal_three {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_three li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準 maru*/
ul.list_maru {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準2列 maru*/
ul.list_maru_two {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_two li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準3列 maru*/
ul.list_maru_three {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_three li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

ul.box_list {
  list-style-type: none;
}
ul.box_list li {
  background-color: #F6EDE4;
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.6rem;
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: justify;
}
ul.box_list li span {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 3px top 4px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 4px 0 0 35px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 3px top 4px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 4px 0 0 35px;
  }
  /*標準3列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 28%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 3px top 4px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 4px 0 0 35px;
  }
  ul.box_list {
    list-style-type: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.box_list li {
    width: 32%;
    background-color: #F6EDE4;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  ul.box_list li span {
    font-weight: bold;
    display: block;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 30%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
}

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 8%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 92%;
  margin: 0 0 1rem 0;
}

/*記号*/
dl.symbol_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.symbol_list dt {
  width: 6%;
  margin: 0 0 1rem 0;
}
dl.symbol_list dd {
  width: 94%;
  margin: 0 0 1rem 0;
}

/*タイトルボックス*/
dl.title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #F6EDE4;
  color: #444444;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  border-bottom: #707070 1px solid;
}
dl.title_box dt:first-child {
  border-top: #707070 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  border-bottom: #707070 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 30px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1170px;
    margin: 0 0 1rem 0;
  }
  /*記号*/
  dl.symbol_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1074;
  }
  dl.symbol_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.symbol_list dd {
    width: 1054px;
    margin: 0 0 1rem 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #F6EDE4;
    color: #444444;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    border-bottom: #707070 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #707070 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    border-bottom: #707070 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 7.5rem;
  height: 1.8rem;
  border: none;
  display: block;
  background: url("../img/icon_arrow2.svg") no-repeat;
  background-size: contain;
  background-position: center top;
  margin: 2rem auto;
}

.arrow2 {
  width: 7.5rem;
  height: 1.8rem;
  border: none;
  display: block;
  background: url("../img/icon_arrow4.svg") no-repeat;
  background-size: contain;
  background-position: center top;
  margin: 2rem auto;
}

/*強調*/
.emphasis {
  background-color: #F6EDE4;
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.6rem;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis ul.mb_none {
  margin: 0;
}

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  font-weight: bold;
}
.low_tel span a {
  text-decoration: none;
  color: #2a2a2a;
}

/*下層FAX*/
.low_fax {
  margin: 0 0 1rem 0;
  font-weight: bold;
  text-decoration: none;
  color: #2a2a2a;
  pointer-events: none;
}

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #ff0000;
}

.text_underline {
  text-decoration: underline;
}

.text_large {
  font-size: 1.6rem;
}

.tax {
  margin: 6rem 0 0 0;
}

.tar {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 148px;
    height: 34px;
    border: none;
    display: block;
    background: url("../img/icon_arrow2.svg") no-repeat;
    background-size: contain;
    background-position: center top;
    margin: 23px auto;
  }
  .arrow2 {
    width: 200px;
    height: 37px;
    border: none;
    display: block;
    background: url("../img/icon_arrow4.svg") no-repeat;
    background-size: contain;
    background-position: center top;
    margin: 23px auto;
  }
  /*二列*/
  .two_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #F6EDE4;
    padding: 50px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    font-weight: bold;
  }
  .low_tel span a {
    text-decoration: none;
    color: #2a2a2a;
  }
  .low_fax {
    margin: 0 0 1rem 0;
    font-weight: bold;
    text-decoration: none;
    color: #2a2a2a;
    pointer-events: none;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_red {
    color: #ff0000;
  }
  .text_underline {
    text-decoration: underline;
  }
  .text_large {
    font-size: 1.8rem;
  }
  .tax {
    margin: 40px 0 0 0;
  }
  .tar {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 2rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #2a2a2a;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #2a2a2a;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 20px auto 20px auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.6rem;
    color: #2a2a2a;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #2a2a2a;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #2a2a2a;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame2 .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame2 .img_box a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #2a2a2a;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.low_link_text {
  color: #DF8105;
}

.low_button {
  width: auto;
  min-width: 65%;
  height: 10vw;
  background-color: #D1A879;
  color: #ffffff;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: right;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2rem;
  position: relative;
  margin: 0 0 0 0;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  display: inline-block;
}
.low_button::before {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 0.8rem;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.low_button.long {
  width: 100%;
  min-width: 100%;
}
.low_button.ajs {
  margin: 2rem 0 0 0;
}

ul.link_list {
  list-style-type: none;
}
ul.link_list li {
  margin: 0 0 1rem 0;
}
ul.link_list li a {
  width: auto;
  min-width: 100%;
  height: 10vw;
  background-color: #D1A879;
  color: #ffffff;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: right;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2rem;
  position: relative;
  margin: 0 0 0 0;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  display: inline-block;
}
ul.link_list li a::before {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 0.8rem;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

.arigatou_btn_link {
  width: 70%;
  display: block;
  margin: 0 auto 4rem auto;
}
.arigatou_btn_link img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #DF8105;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_link_text:hover {
    color: #D1A879;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    width: auto;
    min-width: 260px;
    height: auto;
    min-height: 40px;
    background-color: #D1A879;
    color: #ffffff;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 140%;
    text-align: right;
    text-decoration: none;
    padding: 8px 20px 8px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 40px;
    position: relative;
    margin: 0 0 0 0;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button::before {
    position: absolute;
    top: calc(50% - 12.5px);
    left: 15px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .low_button:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #9C7233;
  }
  .low_button.long {
    width: auto;
    min-width: 360px;
  }
  .low_button.ajs {
    margin: 2rem 0 0 0;
  }
  ul.link_list {
    width: 1074px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.link_list li {
    width: 340px;
    margin: 0 27px 20px 0;
  }
  ul.link_list li a {
    width: 340px;
    min-width: 340px;
    height: auto;
    min-height: 40px;
    background-color: #D1A879;
    color: #ffffff;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 140%;
    text-align: right;
    text-decoration: none;
    padding: 8px 20px 8px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 40px;
    position: relative;
    margin: 0 0 0 0;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.link_list li a::before {
    position: absolute;
    top: calc(50% - 12.5px);
    left: 15px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  ul.link_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #9C7233;
  }
  ul.link_list li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .arigatou_btn_link {
    width: 233px;
    display: block;
    margin: 0 auto 40px auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .arigatou_btn_link img {
    width: 100%;
    height: auto;
  }
  .arigatou_btn_link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.6;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.img_doctor {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_doctor img {
  width: 70%;
  height: auto;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.doctor_name {
  text-align: right;
}
.doctor_name span {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 46px;
    text-align: right;
  }
  .img_doctor img {
    width: 515px;
    height: auto;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.machine_box2 {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box2 section {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box2 section h3 {
  margin: 0 0 1rem 0;
}
.machine_box2 section img {
  width: 100%;
  margin: 0 0 1rem 0;
}

/*スライダー*/
.slider-pro {
  margin: 0 auto 2rem auto !important;
}
.slider-pro p.sp-layer {
  font-size: 2.4rem !important;
}

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*スライダー*/
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　流れ
----------------------------------------------------------- */
.flow_box {
  background-color: #F6EDE4;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box dl {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  line-height: 240%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow_box dl dt {
  width: 13%;
}
.flow_box dl dt span {
  font-size: 3rem;
  color: #DF8105;
}
.flow_box dl dd {
  width: 87%;
  font-size: 1.4rem;
  color: #444444;
}
.flow_box dl dd .icon_link_text {
  margin: 0;
}
.flow_box dl dd .icon_link_text .icon_link {
  display: block;
  width: 90px;
  height: auto;
  margin: 1rem auto 4rem auto;
}
.flow_box dl dd .icon_link_text .icon_link img {
  width: 100%;
}
.flow_box dl dd ul.store_link {
  list-style-type: none;
  width: 90%;
  margin: 0 auto;
}
.flow_box dl dd ul.store_link li {
  margin: 0 0 2rem 0;
}
.flow_box dl dd ul.store_link li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.flow_box dl dd ul.store_link li a .bana {
  width: 100%;
  height: auto;
}
.flow_box dl dd ul.store_link li .qr {
  display: none;
}
.flow_box .ajs {
  margin: 3rem 0 0 0;
}
.flow_box .ajs ul li:last-child {
  margin: 0;
}

h4.flow_link_text {
  border: #E4E4E4 2px solid;
  border-bottom: #DF8105 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 3rem 1rem 1rem;
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 2rem;
  line-height: 120%;
  color: #DF8105;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  width: calc(100% - 3px);
  margin: 2rem 0 3px 0;
}
h4.flow_link_text::before {
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 0.7rem;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/icon_arrow3.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
h4.flow_link_text.close_content::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.flow_content {
  display: none;
  margin: 2rem 0 0 0;
}
.flow_content.close_content {
  display: block;
}

dl.flow_box2 {
  border: #DF8105 1px solid;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
dl.flow_box2 dt {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 140%;
  color: #DF8105;
  margin: 0 0 1rem 0;
}
dl.flow_box2 dd {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #444444;
  line-height: 140%;
  text-align: justify;
}
dl.flow_box2 dd span {
  font-weight: bold;
}
dl.flow_box2 dd span a {
  text-decoration: none;
  color: #2a2a2a;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    background-color: #F6EDE4;
    border-radius: 10px;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 2rem 0;
  }
  .flow_box dl {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    line-height: 240%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 994px;
    margin: 0 auto;
  }
  .flow_box dl dt {
    width: 105px;
    text-align: center;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_box dl dt span {
    font-size: 5rem;
    color: #DF8105;
  }
  .flow_box dl dd {
    width: 889px;
    font-size: 1.8rem;
    color: #444444;
    padding: 50px 35px 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_box dl dd .icon_link_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -30px 0 48px 0;
  }
  .flow_box dl dd .icon_link_text .icon_link {
    display: block;
    width: 90px;
    height: auto;
    margin: 0 0 0 0;
  }
  .flow_box dl dd .icon_link_text .icon_link img {
    width: 100%;
  }
  .flow_box dl dd ul.store_link {
    list-style-type: none;
    width: 426px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow_box dl dd ul.store_link li {
    margin: 0 0 0 0;
  }
  .flow_box dl dd ul.store_link li a {
    width: auto;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .flow_box dl dd ul.store_link li a .bana {
    width: 100%;
    height: auto;
  }
  .flow_box dl dd ul.store_link li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .flow_box dl dd ul.store_link li.app {
    width: 190px;
  }
  .flow_box dl dd ul.store_link li.google {
    width: 200px;
  }
  .flow_box dl dd ul.store_link li .qr {
    display: block;
    width: 100%;
    height: auto;
  }
  .flow_box .ajs {
    width: 998px;
    margin: 15px auto 0 auto;
  }
  .flow_box .ajs ul li:last-child {
    margin: 0;
  }
  h4.flow_link_text {
    border: #E4E4E4 2px solid;
    border-bottom: #DF8105 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 70px 8px 22px;
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 120%;
    color: #DF8105;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    width: calc(100% - 6px);
    margin: 50px 0 6px 0;
  }
  h4.flow_link_text::before {
    position: absolute;
    top: calc(50% - 12.5px);
    right: 18px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/icon_arrow3.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  h4.flow_link_text.close_content::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .flow_content {
    display: none;
    margin: 40px 0 0 0;
  }
  .flow_content.close_content {
    display: block;
  }
  dl.flow_box2 {
    border: #DF8105 1px solid;
    padding: 30px 44px 40px 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  dl.flow_box2 dt {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 140%;
    color: #DF8105;
    margin: 0 0 22px 0;
  }
  dl.flow_box2 dd {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #444444;
    line-height: 140%;
    text-align: justify;
  }
  dl.flow_box2 dd span {
    font-weight: bold;
  }
  dl.flow_box2 dd span a {
    text-decoration: none;
    color: #2a2a2a;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
dl.access_info {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
dl.access_info dt span {
  background-color: #36c0b8;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 8vw;
  letter-spacing: 0.1em;
}
dl.access_info dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe.accessmap {
  width: 96%;
  height: 500px;
  display: block;
  margin: 0 auto;
}

.parking_img {
  width: 100%;
}
.parking_img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 550px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #36c0b8;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
  .parking_img {
    width: 582px;
    margin: 0 auto 0 auto;
  }
  .parking_img img {
    width: 100%;
    height: auto;
  }
}
/*-----------------------------------------------------------
 よくある質問
----------------------------------------------------------- */
dl.qabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 2rem auto;
  line-height: 160%;
  width: calc(100% - 10px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 0 5px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 0 5px;
  padding: 1rem;
  border-radius: 1rem;
}
dl.qabox dt {
  width: 10%;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.qabox dt.question {
  font-family: "zenoldmincho_bold";
  font-weight: bold;
  font-size: 1.8rem;
  color: #DF8105;
  border-bottom: #999999 1px dotted;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.qabox dt.answer {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.8rem;
  color: #444444;
  margin: 0;
}
dl.qabox dd {
  width: 90%;
  margin: 0 0 1rem 0;
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 1rem 0;
}
dl.qabox dd.question {
  border-bottom: #999999 1px dotted;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.qabox dd.answer {
  margin: 0;
}
dl.qabox dd .low_button {
  margin: 1rem 0 1rem 0;
}
dl.qabox dd .tel a {
  text-decoration: none;
  color: #DF8105;
}

@media screen and (min-width: 768px), print {
  dl.qabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 30px auto;
    line-height: 160%;
    width: calc(100% - 10px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 0 5px;
            box-shadow: rgba(0, 0, 0, 0.16) 0 0 5px;
    padding: 37px 40px 20px 40px;
    border-radius: 15px;
  }
  dl.qabox dt {
    width: 70px;
    margin: 0 0 15px 0;
    padding: 0 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 100%;
  }
  dl.qabox dt.question {
    font-family: "zenoldmincho_bold";
    font-weight: bold;
    font-size: 3.6rem;
    color: #DF8105;
    border-bottom: #999999 1px dotted;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.qabox dt.answer {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 3.6rem;
    color: #444444;
    margin: 0;
  }
  dl.qabox dd {
    width: calc(100% - 70px);
    margin: 0 0 15px 0;
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 200%;
    color: #444444;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  dl.qabox dd.question {
    border-bottom: #999999 1px dotted;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 0 0 0;
  }
  dl.qabox dd.answer {
    margin: 0;
    padding: 2px 0 0 0;
  }
  dl.qabox dd .low_button {
    margin: 20px 0 0 0;
  }
  dl.qabox dd .tel a {
    text-decoration: none;
    color: #DF8105;
  }
}
/*アニメーション用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　ファーストビュー
----------------------------------------------------------- */
/*キービジュアル内*/
.first_view_anime {
  -webkit-animation: fvfadein 1s ease 0.8s 1 normal backwards;
          animation: fvfadein 1s ease 0.8s 1 normal backwards;
}

.first_view_anime2 {
  -webkit-animation: fvfadein 1s ease 1.2s 1 normal backwards;
          animation: fvfadein 1s ease 1.2s 1 normal backwards;
}

/*サイド*/
.first_view_side_anime {
  -webkit-animation: fvfadein_right 2s ease 1s 1 normal backwards;
          animation: fvfadein_right 2s ease 1s 1 normal backwards;
}

/*ヘッダー*/
.first_view_header_anime {
  -webkit-animation: fvfadein_top 1s ease 1s 1 normal backwards;
          animation: fvfadein_top 1s ease 1s 1 normal backwards;
}

/*フッター*/
.first_view_footer_anime {
  -webkit-animation: fvfadein_bottom 1s ease 1s 1 normal backwards;
          animation: fvfadein_bottom 1s ease 1s 1 normal backwards;
}

@-webkit-keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fvfadein_right {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fvfadein_right {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fvfadein_top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fvfadein_top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fvfadein_bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fvfadein_bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  /*キービジュアル内*/
  .first_view_anime {
    -webkit-animation: fvfadein 2s ease 1s 1 normal backwards;
            animation: fvfadein 2s ease 1s 1 normal backwards;
  }
  /*サイド*/
  .first_view_side_anime {
    -webkit-animation: fvfadein_right 2s ease 1s 1 normal backwards;
            animation: fvfadein_right 2s ease 1s 1 normal backwards;
  }
  /*ヘッダー*/
  .first_view_header_anime {
    -webkit-animation: fvfadein_top 1s ease 1s 1 normal backwards;
            animation: fvfadein_top 1s ease 1s 1 normal backwards;
  }
  /*フッター*/
  .first_view_footer_anime {
    -webkit-animation: fvfadein_bottom 0.5s ease 1s 1 normal backwards;
            animation: fvfadein_bottom 0.5s ease 1s 1 normal backwards;
  }
  @-webkit-keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes fvfadein_right {
    from {
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes fvfadein_right {
    from {
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes fvfadein_top {
    from {
      opacity: 0;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fvfadein_top {
    from {
      opacity: 0;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes fvfadein_bottom {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fvfadein_bottom {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　お知らせのアニメーション
----------------------------------------------------------- */
.greeting_anime1 {
  -webkit-animation: greeting_fadein 0.5s ease 2s 1 normal backwards;
          animation: greeting_fadein 0.5s ease 2s 1 normal backwards;
}

.greeting_anime2 {
  -webkit-animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
          animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
}

@-webkit-keyframes greeting_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes greeting_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .greeting_anime1 {
    -webkit-animation: none;
            animation: none;
  }
  .greeting_anime2 {
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .greeting_anime1 {
    -webkit-animation: greeting_fadein 0.5s ease 2s 1 normal backwards;
            animation: greeting_fadein 0.5s ease 2s 1 normal backwards;
  }
  .greeting_anime2 {
    -webkit-animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
            animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
  }
}
/* -----------------------------------------------------------
　アニメーション
----------------------------------------------------------- */
/*左から*/
.scroll_left {
  /*transform: translateX(-200px);*/
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.scroll_left.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*右から*/
.scroll_right {
  /*transform: translateX(200px);*/
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  opacity: 0;
}

.scroll_right.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*下から*/
.scroll_up {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  opacity: 0;
}

.scroll_up.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  /*左から*/
  .scroll_left {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }
  .scroll_left.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }
  .scroll_right.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*下から*/
  .scroll_up {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    opacity: 0;
  }
  .scroll_up.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下からPCのみ*/
  .scroll_up_pc {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    opacity: 0;
  }
  .scroll_up_pc.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下から順番*/
  .scroll_up1 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up2 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    opacity: 0;
  }
  .scroll_up3 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
    opacity: 0;
  }
  .scroll_up1.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .scroll_up2.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .scroll_up3.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下から*/
  .scroll_up_pc {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    opacity: 0;
  }
  .scroll_up_pc.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .scroll_up_pc {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    opacity: 1;
  }
  .scroll_up_pc.blockIn {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.scroll_treatment_up li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.scroll_treatment_up li:nth-child(1) {
  -webkit-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}
.scroll_treatment_up li:nth-child(2) {
  -webkit-transition: all 0.5s ease-in 0.2s;
  transition: all 0.5s ease-in 0.2s;
}
.scroll_treatment_up li:nth-child(3) {
  -webkit-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
.scroll_treatment_up li:nth-child(4) {
  -webkit-transition: all 0.5s ease-in 0.4s;
  transition: all 0.5s ease-in 0.4s;
}
.scroll_treatment_up li:nth-child(5) {
  -webkit-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
}
.scroll_treatment_up li:nth-child(6) {
  -webkit-transition: all 0.5s ease-in 0.6s;
  transition: all 0.5s ease-in 0.6s;
}
.scroll_treatment_up li:nth-child(7) {
  -webkit-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
}
.scroll_treatment_up li:nth-child(8) {
  -webkit-transition: all 0.5s ease-in 0.8s;
  transition: all 0.5s ease-in 0.8s;
}
.scroll_treatment_up li:nth-child(9) {
  -webkit-transition: all 0.5s ease-in 0.9s;
  transition: all 0.5s ease-in 0.9s;
}
.scroll_treatment_up li:nth-child(10) {
  -webkit-transition: all 0.5s ease-in 1s;
  transition: all 0.5s ease-in 1s;
}
.scroll_treatment_up li:nth-child(11) {
  -webkit-transition: all 0.5s ease-in 1.1s;
  transition: all 0.5s ease-in 1.1s;
}
.scroll_treatment_up li:nth-child(12) {
  -webkit-transition: all 0.5s ease-in 1.2s;
  transition: all 0.5s ease-in 1.2s;
}

.scroll_treatment_up.blockIn li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* -----------------------------------------------------------
　診療内容 divタイプ
----------------------------------------------------------- */
.scroll_treatment_up2 .tc_up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.scroll_treatment_up2 .tc_up.tcup1 {
  -webkit-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}
.scroll_treatment_up2 .tc_up.tcup2 {
  -webkit-transition: all 0.5s ease-in 0.2s;
  transition: all 0.5s ease-in 0.2s;
}
.scroll_treatment_up2 .tc_up.tcup3 {
  -webkit-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
.scroll_treatment_up2 .tc_up.tcup4 {
  -webkit-transition: all 0.5s ease-in 0.4s;
  transition: all 0.5s ease-in 0.4s;
}
.scroll_treatment_up2 .tc_up.tcup5 {
  -webkit-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
}
.scroll_treatment_up2 .tc_up.tcup6 {
  -webkit-transition: all 0.5s ease-in 0.6s;
  transition: all 0.5s ease-in 0.6s;
}
.scroll_treatment_up2 .tc_up.tcup7 {
  -webkit-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
}
.scroll_treatment_up2 .tc_up.tcup8 {
  -webkit-transition: all 0.5s ease-in 0.8s;
  transition: all 0.5s ease-in 0.8s;
}
.scroll_treatment_up2 .tc_up.tcup9 {
  -webkit-transition: all 0.5s ease-in 0.9s;
  transition: all 0.5s ease-in 0.9s;
}

.scroll_treatment_up2 .tc_up.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #2a2a2a;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #2a2a2a;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 66px;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0;
}

.sentence {
  height: auto;
  overflow: hidden;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrapper_low {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main {
  height: auto;
  width: 100%;
  margin: 3rem 0 0 0;
  padding: 0;
}

.main_low {
  height: auto;
  width: 96%;
  margin: 3rem auto 0 auto;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 148px auto 0 auto;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1074px;
    margin: 95px auto 80px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  background-color: rgba(99, 61, 16, 0.8);
  padding: 2vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
  height: 4.8rem;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ロゴ*/
}
header.header .header_box .header_top .head_logo {
  width: 80%;
  margin: 0 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 95%;
  height: auto;
}
header.header .header_box {
  /*ヘッダー情報*/
}
header.header .header_box .header_info {
  display: none;
}

.side_web_link {
  display: none;
}

.side_web_link2 {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    background-color: rgba(99, 61, 16, 0.8);
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 150px;
    overflow: visible;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  }
  header.header .header_box {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
  }
  header.header .header_box .header_top {
    width: 430px;
    height: 58.63px;
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 0;
    display: block;
    /*ロゴ*/
  }
  header.header .header_box .header_top .head_logo {
    width: 430px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 430px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 430px;
    height: auto;
  }
  header.header .header_box {
    /*ヘッダー情報*/
  }
  header.header .header_box .header_info {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 739px;
    height: 85px;
  }
  header.header .header_box .header_info .header_address {
    position: absolute;
    top: 15px;
    left: 0;
    width: 290px;
    height: 23px;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    color: #ffffff;
    border: #ffffff 1px solid;
    border-radius: 30px;
    text-align: left;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 1px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header_box .header_info .header_address::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/icon_01.svg") no-repeat;
    background-size: contain;
    margin: 0 3px 0 0;
  }
  header.header .header_box .header_info .header_access {
    position: absolute;
    top: 42px;
    left: 0;
    width: 290px;
    height: 23px;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    color: #71582E;
    border: #ffffff 1px solid;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: left;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 1px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header_box .header_info .header_access::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/icon_02.svg") no-repeat;
    background-size: contain;
    margin: 0 3px 0 0;
  }
  header.header .header_box .header_info .header_parking {
    width: 85px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 356px;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 110%;
    color: #ffffff;
    border: #ffffff 1px solid;
    border-radius: 3px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header_box .header_info .header_parking::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_03.svg") no-repeat;
    background-size: contain;
    margin: 0 5px 0 0;
  }
  header.header .header_box .header_info .header_tel {
    position: absolute;
    top: 0;
    right: 150px;
    width: 180px;
    height: 50px;
    color: #ffffff;
    background-color: #9C7233;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2rem;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 6px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header .header_box .header_info .header_tel::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_04.svg") no-repeat;
    background-size: contain;
    margin: 0 5px 0 0;
  }
  header.header .header_box .header_info .header_web {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 50px;
    color: #ffffff;
    background-color: #9C7233;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2rem;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 6px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header .header_box .header_info .header_web::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_05.svg") no-repeat;
    background-size: contain;
    margin: 0 5px 0 0;
  }
  .side_web_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70px;
    height: 170px;
    text-decoration: none;
    color: #ffffff;
    background-color: #DF8105;
    font-family: "zen_maru_gothic_Medium";
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 3px 3px rgba(246, 237, 228, 0.9);
            box-shadow: 0 3px 3px rgba(246, 237, 228, 0.9);
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  }
  .side_web_link span {
    white-space: pre;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
    text-align: left;
  }
  .side_web_link span em {
    font-style: normal;
    margin: -7px 0 0 0;
  }
  .side_web_link::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_01.png") no-repeat;
    background-size: contain;
    background-color: #ffffff;
    margin: 0 0 10px 0;
    border-radius: 5px;
  }
  .side_web_link:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_web_link2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70px;
    height: 170px;
    text-decoration: none;
    color: #ffffff;
    background-color: #DF8105;
    font-family: "zen_maru_gothic_Medium";
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 3px 3px rgba(246, 237, 228, 0.9);
            box-shadow: 0 3px 3px rgba(246, 237, 228, 0.9);
    position: fixed;
    top: 350px;
    right: 0;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  }
  .side_web_link2 span {
    white-space: pre;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
    text-align: left;
  }
  .side_web_link2 span em {
    font-style: normal;
    margin: -7px 0 0 0;
  }
  .side_web_link2::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_02.png") no-repeat;
    background-size: contain;
    background-color: #ffffff;
    margin: 0 0 10px 0;
    border-radius: 5px;
  }
  .side_web_link2:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 66px;
    margin: -66px 0 0 0;
    position: relative;
    z-index: 999999;
    overflow: visible;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 66px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    border-top: #ffffff 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 66px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav.main_nav_pc ul li::after {
    content: "●";
    color: #D1A879;
    font-size: 0.8rem;
    margin: 0 0 0 2.5rem;
  }
  nav.main_nav_pc ul li:last-child::after {
    content: "";
    display: none;
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment {
    width: 135.08px;
  }
  nav.main_nav_pc ul li.introduction {
    width: 135.08px;
  }
  nav.main_nav_pc ul li.treatment a::after, nav.main_nav_pc ul li.introduction a::after {
    font-family: "fontello";
    font-size: 1.6rem;
    content: "\f004";
    color: #DF8105;
    margin: 6px 0 0 3px;
  }
  nav.main_nav_pc ul li.treatment ul li a::after, nav.main_nav_pc ul li.introduction ul li a::after {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment:hover, nav.main_nav_pc ul li.introduction:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.open_treatment a span::after {
    font-family: "fontello";
    content: "\e817";
    margin: 0 0 0 5px;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 66px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 7px 0;
    letter-spacing: 0;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9999;
    background-color: rgba(246, 237, 228, 0.9);
    padding: 38px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner .sub_title {
    background-color: #D1A879;
    color: #ffffff;
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.6rem;
    text-decoration: none;
    line-height: 100%;
    width: 100%;
    height: 50px;
    margin: 0 0 23px 0;
    padding: 0 0 0 21px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner .sub_title:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner .sub_title::after {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner ul {
    all: initial;
    width: 1200px;
    height: auto;
    margin: 0 auto 37px auto;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner ul li {
    all: initial;
    width: 290px;
    margin: 0 13.3px 16px 0;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner ul li a {
    all: initial;
    width: 290px;
    height: 50px;
    text-decoration: none;
    background-color: #ffffff;
    color: #D1A879;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner ul li a br {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner ul li a:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f7dfc0;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_inner ul li:nth-child(4n) {
    margin: 0 0 16px 0;
  }
  nav.main_nav_pc ul li .sub_nav_box2 {
    display: none;
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9999;
    background-color: rgba(246, 237, 228, 0.9);
    padding: 47px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner .sub_title {
    background-color: #D1A879;
    color: #ffffff;
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.6rem;
    text-decoration: none;
    line-height: 100%;
    width: 100%;
    height: 50px;
    margin: 0 0 23px 0;
    padding: 0 0 0 21px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner .sub_title:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner .sub_title::after {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner ul {
    all: initial;
    width: 1200px;
    height: auto;
    margin: 0 auto 56px auto;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner ul li {
    all: initial;
    width: 290px;
    margin: 0 13.3px 16px 0;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner ul li a {
    all: initial;
    width: 290px;
    height: 50px;
    text-decoration: none;
    background-color: #ffffff;
    color: #D1A879;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner ul li a br {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner ul li a:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f7dfc0;
  }
  nav.main_nav_pc ul li .sub_nav_box2 .sub_nav_box_inner ul li:nth-child(4n) {
    margin: 0 0 16px 0;
  }
  .nav_add {
    position: fixed !important;
    top: 0;
    z-index: 9999999999 !important;
    margin: 0 !important;
    background-color: rgba(99, 61, 16, 0.8);
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 138vw;
  overflow: hidden;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 130vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 130vw;
  overflow: visible;
}
.key_visual .key_contents .key_text_box {
  display: none;
  /*
  position: absolute;
  bottom:-3vw;
  right:-1.5rem;
  width: 49vw;
  height: 89vw;
  background: url("../img/key_text_bg.svg") no-repeat;
  background-size: contain;
  background-position: center top;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5vw 0 0 0;
  box-sizing: border-box;
  .key_text{
    font-family: 'zenoldmincho_medium';
    font-weight: normal;
    font-size: 1.1rem;
    text-align: left;
    margin: 0 0 0 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;        
    writing-mode: vertical-rl;  
    letter-spacing: 0.1em;
    line-height: 160%;
    color: $color16;
    .l_text{
      margin: 0 0.2rem 0 -1.5rem;
      font-size: 1.1rem;
      display: block;     
      color: $color12;     
      em{
        color: $color10;
        font-size: 1.3rem;
        font-style: normal;
      }
    }
    b{
      font-weight: normal;
      margin: -0.4rem 0 0 0;
    }        
    .num{
      text-combine-upright: all;
      writing-mode: horizontal-tb;
      margin: -0.2vw 0 0 0;
    }
  }
  */
}
.key_visual .key_contents .key_open {
  position: absolute;
  bottom: -5vw;
  left: 2%;
  width: 44vw;
  height: 18vw;
  background-color: rgba(209, 168, 121, 0.8);
  color: #ffffff;
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  text-align: center;
  line-height: 120%;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.key_visual .key_contents .key_open .kot_small {
  font-size: 1.2rem;
  margin: 0 0 0.3rem 0;
}
.key_visual .key_contents .key_open .kot_large {
  font-size: 1.6rem;
}
.key_visual .key_contents .key_open br {
  display: none;
}

.key_text_sp {
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.key_text_sp::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("../img/key_leaf_right.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1rem;
  right: -3%;
  z-index: 1;
}
.key_text_sp::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("../img/key_leaf_left.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.5rem;
  left: -3%;
  z-index: 1;
}
.key_text_sp p {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  margin: 0 0 0 0;
  letter-spacing: 0;
  line-height: 140%;
  color: #444444;
}
.key_text_sp p .l_text {
  font-size: 1.3rem;
  display: block;
  color: #71582E;
}
.key_text_sp p .l_text em {
  color: #DF8105;
  font-size: 1.4rem;
  font-style: normal;
}
.key_text_sp p b {
  font-weight: normal;
}
.key_text_sp p {
  margin: 0;
  position: relative;
  z-index: 2;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.key_visual_low section {
  width: 100%;
  height: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.key_visual_low section h1 {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  color: #633D10;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding: 0 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 900px;
    margin: -150px 0 0 0;
    overflow: visible;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 900px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 1241px;
    height: 900px;
    overflow: visible;
    margin: 0 auto;
  }
  .key_visual .key_contents .key_text_box {
    position: absolute;
    bottom: 55px;
    right: -22px;
    width: 352.695px;
    height: 702.369px;
    background: url("../img/key_text_bg.svg") no-repeat;
    background-size: contain;
    background-position: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 70px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_text_box .key_text {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.2rem;
    text-align: left;
    margin: -45px 18px 0 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0;
    line-height: 178%;
    color: #444444;
  }
  .key_visual .key_contents .key_text_box .key_text .l_text {
    margin: 0 4px 0 -28px;
    font-size: 2.6rem;
    display: block;
    color: #71582E;
  }
  .key_visual .key_contents .key_text_box .key_text .l_text em {
    color: #DF8105;
    font-size: 4.6rem;
    font-style: normal;
  }
  .key_visual .key_contents .key_text_box .key_text b {
    font-weight: normal;
    margin: -11px 0 0 0;
  }
  .key_visual .key_contents .key_text_box .key_text .num {
    text-combine-upright: all;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: -9px 0 -8px 0;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: -50px;
    left: 22px;
    width: 273px;
    height: 120px;
    background-color: rgba(209, 168, 121, 0.8);
    color: #ffffff;
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual .key_contents .key_open .kot_small {
    font-size: 2.6rem;
    margin: -12px 0 26px 0;
  }
  .key_visual .key_contents .key_open .kot_large {
    font-size: 3.2rem;
  }
  .key_visual .key_contents .key_open br {
    display: none;
  }
  .key_text_sp {
    display: none;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 500px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    margin: -150px 0 0 0;
  }
  .key_visual_low section {
    width: 1200px;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    margin: 0 auto;
  }
  .key_visual_low section h1 {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 4rem;
    text-align: center;
    color: #633D10;
    line-height: 160%;
    letter-spacing: 0.1em;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 143px 0 0 0;
  }
}
/* -----------------------------------------------------------
担当医表
----------------------------------------------------------- */
.timetable_frame {
  width: 96%;
  margin: 0 auto 4rem auto;
}
.timetable_frame .timetable_title_box h2.top_title_side {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.3rem;
  color: #707070;
  text-align: center;
  line-height: 200%;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.timetable_frame .timetable_title_box h2.top_title_side span {
  font-family: "homemadeapple_regular";
  font-weight: normal;
  font-size: 3rem;
  color: rgba(223, 129, 5, 0.6);
  display: block;
}

@media screen and (min-width: 768px), print {
  .timetable_frame {
    width: 1200px;
    margin: 0 auto 95px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .timetable_frame .timetable_title_box {
    width: 232px;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .timetable_frame .timetable_title_box h2.top_title_side {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.6rem;
    color: #707070;
    text-align: center;
    line-height: 200%;
    padding: 25px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 22px 0;
  }
  .timetable_frame .timetable_title_box h2.top_title_side span {
    font-family: "homemadeapple_regular";
    font-weight: normal;
    font-size: 6rem;
    color: rgba(223, 129, 5, 0.6);
    display: block;
    margin: 0 0 6px 0;
  }
  .timetable_frame .timetable_box {
    width: 893px;
    margin: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  width: 96%;
  margin: 0 auto 1rem auto;
}
.notice_frame .notice_title_box h2.top_title_side {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.3rem;
  color: #707070;
  text-align: center;
  line-height: 200%;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.notice_frame .notice_title_box h2.top_title_side span {
  font-family: "homemadeapple_regular";
  font-weight: normal;
  font-size: 3rem;
  color: rgba(223, 129, 5, 0.6);
  display: block;
}
.notice_frame .notice_box {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box .medico-info-list {
  height: auto;
  margin: 0 0 0 0;
  width: 100%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #999999 1px solid;
  border-bottom: #999999 1px solid;
}
.notice_frame .notice_box .medico-info-list .accordion-container {
  width: 100%;
  height: 80vw;
  overflow-y: scroll;
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header {
  color: #71582E;
  margin: 0 0 0 0;
  padding: 1rem 1rem 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.5rem;
  font-weight: none;
  letter-spacing: 0.1em;
  line-height: 120%;
  text-align: justify;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header::marker {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  color: #ffffff;
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header::before {
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow_notice.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 1.2rem;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header.open::before {
  content: "";
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item:first-of-type .accordion-header {
  border-top: none;
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content {
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p {
  margin: 0 0 0 0;
  padding: 0 1rem 0 0;
  color: #444444;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.4rem;
  line-height: 120%;
  text-align: justify;
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a {
  color: #DF8105 !important;
  font-size: 1.4rem;
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a span {
  color: #DF8105 !important;
}
.notice_frame .notice_box .medico-info-list .accordion-container .accordion-item.open .accordion-header::before {
  content: "";
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 1200px;
    margin: 0 auto 96px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .notice_frame .notice_title_box {
    width: 190px;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_title_box h2.top_title_side {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.6rem;
    color: #707070;
    text-align: center;
    line-height: 200%;
    padding: 25px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 12px 0 22px -18px;
  }
  .notice_frame .notice_title_box h2.top_title_side span {
    font-family: "homemadeapple_regular";
    font-weight: normal;
    font-size: 6rem;
    color: rgba(223, 129, 5, 0.6);
    display: block;
    margin: 0 0 1px 0;
  }
  .notice_frame .notice_box {
    width: 893px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box .medico-info-list {
    height: auto;
    margin: 0;
    width: 893px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 21px 0 38px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #999999 1px solid;
    border-bottom: #999999 1px solid;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container {
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 394px;
    overflow-y: scroll;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header {
    width: 850px;
    color: #71582E;
    margin: 0 0 4px 0;
    padding: 15px 0 0 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zenkakugothicnew_medium";
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 130%;
    text-align: justify;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header::marker {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    color: #ffffff;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header::before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background: url("../img/icon_arrow_notice.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 18px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header.open::before {
    content: "";
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header:hover {
    cursor: pointer;
    cursor: hand;
    color: #a97f56;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item:first-of-type .accordion-header {
    border-top: none;
    padding: 0 0 0 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item:first-of-type .accordion-header::before {
    top: 5px;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content {
    width: 850px;
    padding: 0 0 18px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #444444;
    font-family: "zenkakugothicnew_medium";
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a {
    color: #DF8105 !important;
    font-size: 1.8rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a span {
    color: #DF8105 !important;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a:hover {
    color: #D1A879;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a:hover span {
    color: #D1A879;
  }
  .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item.open .accordion-header::before {
    content: "";
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
/* -----------------------------------------------------------
　リンク
----------------------------------------------------------- */
.top_link {
  width: 100%;
  padding: 4rem 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index_dots_line_01.svg"), url("../img/index_dots_line_01.svg");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 200%;
}
.top_link ul.top_link_list {
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
}
.top_link ul.top_link_list li {
  margin: 0 0 1rem 0;
}
.top_link ul.top_link_list li a {
  width: 100%;
  height: 32vw;
  text-decoration: none;
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.6rem;
  color: #71582E;
  padding: 0 0 0.5rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_link ul.top_link_list li.link_01 a {
  background: url("../img/index_bana_01.png") no-repeat;
  background-size: contain;
}
.top_link ul.top_link_list li.link_02 a {
  background: url("../img/index_bana_02.png") no-repeat;
  background-size: contain;
}
.top_link ul.top_link_list li.link_03 a {
  background: url("../img/index_bana_03.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .top_link {
    width: 100%;
    padding: 107px 0 110px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_dots_line_01.svg"), url("../img/index_dots_line_01.svg");
    background-position: left top, right bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 2000px;
  }
  .top_link ul.top_link_list {
    list-style-type: none;
    width: 1200px;
    margin: 0 auto;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_link ul.top_link_list li {
    margin: 0 0 0 0;
    width: 385px;
  }
  .top_link ul.top_link_list li a {
    width: 100%;
    height: 159px;
    text-decoration: none;
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.6rem;
    color: #71582E;
    padding: 0 0 8px 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .top_link ul.top_link_list li a:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .top_link ul.top_link_list li.link_01 a {
    background: url("../img/index_bana_01.png") no-repeat;
    background-size: contain;
  }
  .top_link ul.top_link_list li.link_02 a {
    background: url("../img/index_bana_02.png") no-repeat;
    background-size: contain;
  }
  .top_link ul.top_link_list li.link_03 a {
    background: url("../img/index_bana_03.png") no-repeat;
    background-size: contain;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 4rem auto 0 auto;
}
.treatment_frame .treatment_box {
  background-color: #F6EDE4;
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.treatment_frame .treatment_box .treatment_sub_title {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 2rem;
  color: #71582E;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 12%;
  padding: 3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.treatment_frame .treatment_box .treatment_sub_title::after {
  content: "";
  width: 2px;
  height: calc(100% - 3.5rem);
  display: block;
  background-color: #D1A879;
}
.treatment_frame .treatment_box .treatment_box_inner {
  width: 88%;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.treatment_frame .treatment_box .treatment_box_inner .treatment_img {
  width: 100%;
  margin: 0 0 2rem 0;
}
.treatment_frame .treatment_box .treatment_box_inner .treatment_img img {
  width: 100%;
  height: auto;
}
.treatment_frame .treatment_box .treatment_box_inner .treatment_img.ti_left img {
  border-top-left-radius: 2rem;
}
.treatment_frame .treatment_box .treatment_box_inner .treatment_img.ti_right img {
  border-top-right-radius: 2rem;
}
.treatment_frame .treatment_box .treatment_box_inner .treatment_text {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #71582E;
  text-align: justify;
}
.treatment_frame .treatment_box .treatment_box_inner ul.treatment_list {
  list-style-type: none;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.treatment_frame .treatment_box .treatment_box_inner ul.treatment_list li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.treatment_frame .treatment_box .treatment_box_inner ul.treatment_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 11rem;
  height: 11rem;
  text-decoration: none;
  background: url("../img/index_button_bg.svg") no-repeat;
  background-size: contain;
  text-align: center;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #71582E;
  line-height: 130%;
  letter-spacing: 0;
}
.treatment_frame .treatment_box .treatment_box_inner .treatment_bg_text {
  font-family: "homemadeapple_regular";
  font-weight: normal;
  font-size: 4rem;
  color: #ffffff;
  margin: 0;
  position: absolute;
  bottom: -1.5rem;
  left: -3.1rem;
  z-index: 1;
  opacity: 0.4;
}
.treatment_frame .treatment_box .treatment_box_inner .treatment_bg_text2 {
  font-family: "homemadeapple_regular";
  font-weight: normal;
  font-size: 4rem;
  color: #ffffff;
  margin: 0;
  position: absolute;
  bottom: -1.5rem;
  right: -3.5rem;
  z-index: 1;
  opacity: 0.4;
}
.treatment_frame .treatment_box.obstetrics_box {
  border-top-left-radius: 2rem;
  margin: 0 0 4rem 6%;
}
.treatment_frame .treatment_box.obstetrics_box .treatment_sub_title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.treatment_frame .treatment_box.obstetrics_box .treatment_sub_title::after {
  position: absolute;
  top: 0;
  right: 0;
}
.treatment_frame .treatment_box.obstetrics_box .treatment_box_inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.treatment_frame .treatment_box.gynecology_box {
  border-top-right-radius: 2rem;
  margin: 0 6% 4rem 0;
}
.treatment_frame .treatment_box.gynecology_box .treatment_sub_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.treatment_frame .treatment_box.gynecology_box .treatment_sub_title::after {
  position: absolute;
  top: 0;
  left: 0;
}
.treatment_frame .treatment_box.gynecology_box .treatment_box_inner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    margin: 56px auto 0 auto;
  }
  .treatment_frame .treatment_box {
    background-color: #F6EDE4;
    width: 1200px;
    height: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 0 auto;
    overflow: visible;
    position: relative;
  }
  .treatment_frame .treatment_box .treatment_sub_title {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 4rem;
    color: #71582E;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 106px;
    padding: 72px 0 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .treatment_frame .treatment_box .treatment_sub_title::after {
    content: "";
    width: 2px;
    height: 600px;
    display: block;
    background-color: #D1A879;
  }
  .treatment_frame .treatment_box .treatment_box_inner {
    width: 1094px;
    padding: 64px 0 0 27px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .treatment_frame .treatment_box .treatment_box_inner .treatment_img {
    width: 776px;
    margin: 0 0 0 0;
  }
  .treatment_frame .treatment_box .treatment_box_inner .treatment_img img {
    width: 100%;
    height: auto;
  }
  .treatment_frame .treatment_box .treatment_box_inner .treatment_img.ti_left img {
    border-top-left-radius: 40px;
  }
  .treatment_frame .treatment_box .treatment_box_inner .treatment_img.ti_right img {
    border-top-right-radius: 40px;
  }
  .treatment_frame .treatment_box .treatment_box_inner .treatment_text {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #71582E;
    text-align: justify;
    width: 655px;
    line-height: 197%;
    letter-spacing: 0;
    margin: 0 0 30px 0;
  }
  .treatment_frame .treatment_box .treatment_box_inner ul.treatment_list {
    list-style-type: none;
    width: 830px;
    margin: -22px 0 0 -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .treatment_frame .treatment_box .treatment_box_inner ul.treatment_list li {
    width: 159px;
    margin: 0 6px 0 0;
  }
  .treatment_frame .treatment_box .treatment_box_inner ul.treatment_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 159px;
    height: 159px;
    text-decoration: none;
    background: url("../img/index_button_bg.svg") no-repeat;
    background-size: contain;
    text-align: center;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #71582E;
    line-height: 130%;
    letter-spacing: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_frame .treatment_box .treatment_box_inner ul.treatment_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: url("../img/index_button_bg_hover.svg") no-repeat;
  }
  .treatment_frame .treatment_box .treatment_box_inner ul.treatment_list li:nth-child(4n) {
    margin: 0 0 12px 0;
  }
  .treatment_frame .treatment_box .treatment_box_inner .treatment_bg_text {
    font-family: "homemadeapple_regular";
    font-weight: normal;
    font-size: 10rem;
    color: #ffffff;
    margin: 0;
    position: absolute;
    bottom: -50px;
    left: -102px;
    z-index: 1;
    opacity: 0.4;
  }
  .treatment_frame .treatment_box .treatment_box_inner .treatment_bg_text2 {
    font-family: "homemadeapple_regular";
    font-weight: normal;
    font-size: 10rem;
    color: #ffffff;
    margin: 0;
    position: absolute;
    bottom: -50px;
    right: -116px;
    z-index: 1;
    opacity: 0.4;
  }
  .treatment_frame .treatment_box.obstetrics_box {
    border-top-left-radius: 50px;
    margin: 68px auto 130px auto;
  }
  .treatment_frame .treatment_box.obstetrics_box::before {
    content: "";
    width: 50%;
    height: 100px;
    display: block;
    background-color: #F6EDE4;
    position: absolute;
    top: 0;
    right: -400px;
  }
  .treatment_frame .treatment_box.obstetrics_box .treatment_sub_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .treatment_frame .treatment_box.obstetrics_box .treatment_sub_title::after {
    position: absolute;
    top: 0;
    right: 0;
  }
  .treatment_frame .treatment_box.obstetrics_box .treatment_box_inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .treatment_frame .treatment_box.obstetrics_box .treatment_box_inner .treatment_img {
    position: absolute;
    bottom: -50px;
    right: -400px;
  }
  .treatment_frame .treatment_box.gynecology_box {
    border-top-right-radius: 50px;
    margin: 0 auto 50px auto;
  }
  .treatment_frame .treatment_box.gynecology_box::before {
    content: "";
    width: 50%;
    height: 100px;
    display: block;
    background-color: #F6EDE4;
    position: absolute;
    top: 0;
    left: -400px;
  }
  .treatment_frame .treatment_box.gynecology_box .treatment_sub_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 72px 12px 0 0;
  }
  .treatment_frame .treatment_box.gynecology_box .treatment_sub_title::after {
    position: absolute;
    top: 0;
    left: 0;
  }
  .treatment_frame .treatment_box.gynecology_box .treatment_box_inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 67px 0 0 412px;
  }
  .treatment_frame .treatment_box.gynecology_box .treatment_box_inner .treatment_img {
    position: absolute;
    bottom: -50px;
    left: -400px;
  }
  .treatment_frame .treatment_box.gynecology_box .treatment_box_inner .treatment_text {
    margin: 0 0 41px 0;
  }
  .treatment_frame .treatment_box.gynecology_box .treatment_box_inner ul.treatment_list {
    list-style-type: none;
    width: 830px;
    margin: 0 0 0 -155px;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  position: relative;
  background-color: #FCFAF7;
  padding: 4rem 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 70%;
  height: 100%;
  margin: 0 auto;
  background-color: #EBEBEB;
}
.features_frame .top_title {
  position: relative;
  z-index: 2;
}
.features_frame .features_area {
  width: 96%;
  margin: 0 auto 8rem auto;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.features_frame .features_area .features_box {
  width: 100%;
  margin: 0 0 0 0;
  overflow: visible;
}
.features_frame .features_area .features_box h3.features_sub_title {
  font-family: "zenoldmincho_medium";
  font-weight: normal;
  font-size: 1.6rem;
  color: #71582E;
  position: relative;
  padding: 0.5rem 0 1.5rem 6.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1.5rem 0;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 6rem;
  position: relative;
}
.features_frame .features_area .features_box h3.features_sub_title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  background: url("../img/index_base_number.svg") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "homemadeapple_regular";
  font-weight: normal;
  font-size: 3rem;
  color: #ffffff;
  line-height: 100%;
  padding: 1rem 0 0 0;
}
.features_frame .features_area .features_box h3.features_sub_title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D1A879;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
}
.features_frame .features_area .features_box .features_text {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #444444;
  margin: 0 0 1.5rem 0;
}
.features_frame .features_area .features_box .features_link {
  width: 65%;
  height: 10vw;
  background-color: #D1A879;
  color: #ffffff;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 100%;
  text-decoration: none;
  padding: 0 1rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 0 2rem 0;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.features_frame .features_area .features_box .features_link::before {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 0.8rem;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.features_frame .features_area .features_item {
  width: 85%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.features_frame .features_area .features_item .if_main {
  width: 100%;
  height: auto;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  -webkit-box-shadow: 1rem 1rem 0 #DFD5CB;
          box-shadow: 1rem 1rem 0 #DFD5CB;
  position: relative;
  z-index: 1;
}
.features_frame .features_area .features_item.fi_01 .fi_sub {
  position: absolute;
  bottom: -1rem;
  left: -2.5rem;
  z-index: 2;
  width: 5rem;
  height: auto;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}
.features_frame .features_area .features_item.fi_02 .fi_sub {
  position: absolute;
  bottom: -1rem;
  right: -3rem;
  z-index: 2;
  width: 6rem;
  height: auto;
}
.features_frame .features_area .features_item.fi_03 .fi_sub {
  position: absolute;
  bottom: -1rem;
  left: -2rem;
  z-index: 2;
  width: 5rem;
  height: auto;
}
.features_frame .features_area .features_item.fi_04 .fi_sub {
  position: absolute;
  bottom: -1rem;
  right: -3rem;
  z-index: 2;
  width: 6rem;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    position: relative;
    background-color: #FCFAF7;
    padding: 58px 0 19px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 100px 0 0 0;
  }
  .features_frame::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 582px;
    height: 100%;
    margin: 0 auto;
    background-color: #EBEBEB;
  }
  .features_frame .top_title {
    position: relative;
    z-index: 2;
    margin: 34px 0 69px 0;
  }
  .features_frame .features_area {
    width: 1200px;
    margin: 0 auto 98px auto;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
  }
  .features_frame .features_area .features_box {
    width: 592px;
    margin: 0 0 0 0;
    overflow: visible;
  }
  .features_frame .features_area .features_box h3.features_sub_title {
    font-family: "zenoldmincho_medium";
    font-weight: normal;
    font-size: 2.8rem;
    color: #71582E;
    position: relative;
    padding: 8px 0 22px 137px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 49px 0 25px 0;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 120.34px;
    position: relative;
  }
  .features_frame .features_area .features_box h3.features_sub_title span {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120.34px;
    background: url("../img/index_base_number.svg") no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "homemadeapple_regular";
    font-weight: normal;
    font-size: 8rem;
    color: #ffffff;
    line-height: 100%;
    padding: 16px 0 0 0;
  }
  .features_frame .features_area .features_box h3.features_sub_title::before {
    content: "";
    width: 130%;
    height: 1px;
    background-color: #D1A879;
    position: absolute;
    bottom: 14px;
    left: 0;
  }
  .features_frame .features_area .features_box .features_text {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 187%;
    color: #444444;
    margin: 0 0 26px 0;
    width: 553px;
    letter-spacing: -0.01em;
  }
  .features_frame .features_area .features_box .features_link {
    width: 260px;
    height: 40px;
    background-color: #D1A879;
    color: #ffffff;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 100%;
    text-decoration: none;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    overflow: visible;
  }
  .features_frame .features_area .features_box .features_link::before {
    position: absolute;
    top: calc(50% - 12.5px);
    left: 15px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .features_frame .features_area .features_box .features_link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #9C7233;
  }
  .features_frame .features_area .features_box.fbl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .features_frame .features_area .features_box.fbr {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 6px 0 0 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame .features_area .features_box.fbr h3.features_sub_title::before {
    left: -50px;
  }
  .features_frame .features_area .features_box.fbr .features_link {
    float: right;
    margin: 0 0 0 0;
  }
  .features_frame .features_area .features_item {
    width: 608px;
    margin: 0;
    position: relative;
    overflow: visible;
  }
  .features_frame .features_area .features_item .if_main {
    width: 588px;
    height: auto;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-box-shadow: 20px 20px 0 #DFD5CB;
            box-shadow: 20px 20px 0 #DFD5CB;
    position: relative;
    z-index: 1;
  }
  .features_frame .features_area .features_item.fir {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .features_frame .features_area .features_item.fil {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .features_frame .features_area .features_item.fi_01 .fi_sub {
    position: absolute;
    bottom: -28px;
    left: -74px;
    z-index: 2;
    width: 91px;
    height: auto;
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  .features_frame .features_area .features_item.fi_02 .fi_sub {
    position: absolute;
    bottom: -20px;
    right: -32px;
    z-index: 2;
    width: 123px;
    height: auto;
  }
  .features_frame .features_area .features_item.fi_03 .fi_sub {
    position: absolute;
    bottom: -18px;
    left: -61px;
    z-index: 2;
    width: 90px;
    height: auto;
  }
  .features_frame .features_area .features_item.fi_04 .fi_sub {
    position: absolute;
    bottom: -25px;
    right: -31px;
    z-index: 2;
    width: 94px;
    height: auto;
  }
}
/* -----------------------------------------------------------
　リンク
----------------------------------------------------------- */
.top_external_link {
  width: 100%;
  padding: 4rem 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index_dots_line_01.svg"), url("../img/index_dots_line_01.svg");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 200%;
  margin: -0.2rem 0 0 0;
  overflow: visible;
  position: relative;
  z-index: 3;
}
.top_external_link ul.top_external_link_list {
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
}
.top_external_link ul.top_external_link_list li {
  margin: 0 0 1rem 0;
}
.top_external_link ul.top_external_link_list li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.top_external_link ul.top_external_link_list li a img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .top_external_link {
    width: 100%;
    padding: 116px 0 96px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_dots_line_01.svg"), url("../img/index_dots_line_01.svg");
    background-position: left top, right bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 2000px;
    margin: -7px 0 0 0;
    overflow: visible;
    position: relative;
    z-index: 3;
  }
  .top_external_link ul.top_external_link_list {
    list-style-type: none;
    width: 936px;
    margin: 0 auto;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_external_link ul.top_external_link_list li {
    margin: 0 0 0 0;
  }
  .top_external_link ul.top_external_link_list li a {
    width: 100%;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .top_external_link ul.top_external_link_list li a img {
    width: 100%;
    height: auto;
  }
  .top_external_link ul.top_external_link_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .top_external_link ul.top_external_link_list li.link_01 {
    width: 663px;
    margin: 0 auto 39px auto;
  }
  .top_external_link ul.top_external_link_list li.link_02 {
    width: 475px;
  }
  .top_external_link ul.top_external_link_list li.link_03 {
    width: 444px;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #F5F5F5;
  padding: 4rem 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -0.2rem 0 0 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.overview .overview_logo {
  width: 80%;
  margin: 0 auto 2rem auto;
  display: block;
}
.overview .overview_logo img {
  width: 100%;
  height: auto;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_left, .overview .overview_box .overview_info_box_right {
  width: 100%;
}
.overview .overview_box .overview_info_box_left dl.overview_list, .overview .overview_box .overview_info_box_right dl.overview_list {
  width: 100%;
  margin: 0 0 0 0;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt, .overview .overview_box .overview_info_box_right dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt span, .overview .overview_box .overview_info_box_right dl.overview_list dt span {
  color: #9C7233;
  border: #9C7233 1px solid;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 100%;
  padding: 0.4rem 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt span.station, .overview .overview_box .overview_info_box_right dl.overview_list dt span.station {
  height: 100%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd, .overview .overview_box .overview_info_box_right dl.overview_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0 0 0.4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444444;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd p, .overview .overview_box .overview_info_box_right dl.overview_list dd p {
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd p.sub_title, .overview .overview_box .overview_info_box_right dl.overview_list dd p.sub_title {
  border-bottom: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  padding: 0 0 0.1rem 0;
  box-sizing: border-box;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd a, .overview .overview_box .overview_info_box_right dl.overview_list dd a {
  color: #DF8105;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd span a, .overview .overview_box .overview_info_box_right dl.overview_list dd span a {
  color: #DF8105;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li {
  margin: 0 0.5rem 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li a, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li a {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: none;
  text-align: center;
  color: #ffffff;
  padding: 0.2rem 0.8rem 0.3rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li.sns_line a, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li.sns_line a {
  background-color: #06C755;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li.sns_facebook a, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li.sns_facebook a {
  background-color: #1877F2;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li.sns_instagram, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li.sns_instagram {
  margin: 0 0 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li.sns_instagram a, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li.sns_instagram a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(118, 56, 250)), to(rgb(255, 0, 105)));
  background: linear-gradient(to bottom, rgb(118, 56, 250) 0%, rgb(255, 0, 105) 100%);
}
.overview .overview_box {
  /*右側*/
}
.overview .overview_timetable {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_timetable .ot_subtitle {
  width: 25%;
  margin: 0 0 1rem 0;
}
.overview .overview_timetable .ot_subtitle span {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  color: #9C7233;
  border: #9C7233 1px solid;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 100%;
  padding: 0.4rem 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background-color: #F5F5F5;
    padding: 101px 0 31px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -7px 0 0 0;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
  .overview .overview_logo {
    width: 582px;
    margin: 0 auto 40px auto;
    display: block;
  }
  .overview .overview_logo img {
    width: 100%;
    height: auto;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
  }
  .overview .overview_box .overview_info_box_left, .overview .overview_box .overview_info_box_right {
    width: 580px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list, .overview .overview_box .overview_info_box_right dl.overview_list {
    width: 100%;
    margin: 0 0 0 0;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 160%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt, .overview .overview_box .overview_info_box_right dl.overview_list dt {
    width: 100px;
    margin: 0 0 15px 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt span, .overview .overview_box .overview_info_box_right dl.overview_list dt span {
    width: 100%;
    height: 35px;
    color: #9C7233;
    border: #9C7233 1px solid;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    line-height: 100%;
    padding: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt span.station, .overview .overview_box .overview_info_box_right dl.overview_list dt span.station {
    height: 150px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd, .overview .overview_box .overview_info_box_right dl.overview_list dd {
    width: 460px;
    margin: 0 0 1rem 0;
    padding: 0 0 0.4rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444444;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd p, .overview .overview_box .overview_info_box_right dl.overview_list dd p {
    margin: 0 0 1rem 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd p.sub_title, .overview .overview_box .overview_info_box_right dl.overview_list dd p.sub_title {
    border-bottom: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a, .overview .overview_box .overview_info_box_right dl.overview_list dd a {
    color: #DF8105;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd span a, .overview .overview_box .overview_info_box_right dl.overview_list dd span a {
    color: #DF8105;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li {
    margin: 0 10px 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li a, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li a {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-decoration: none;
    width: 120px;
    height: 35px;
    text-align: none;
    text-align: center;
    color: #ffffff;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li a:hover, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li.sns_line a, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li.sns_line a {
    background-color: #06C755;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li.sns_facebook a, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li.sns_facebook a {
    background-color: #1877F2;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li.sns_instagram, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li.sns_instagram {
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.sns_list li.sns_instagram a, .overview .overview_box .overview_info_box_right dl.overview_list dd ul.sns_list li.sns_instagram a {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(118, 56, 250)), to(rgb(255, 0, 105)));
    background: linear-gradient(to bottom, rgb(118, 56, 250) 0%, rgb(255, 0, 105) 100%);
  }
  .overview .overview_box {
    /*右側*/
  }
  .overview .overview_timetable {
    width: 1200px;
    margin: 12px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_timetable .ot_subtitle {
    width: 100px;
    height: 35px;
    margin: 0 0 1rem 0;
  }
  .overview .overview_timetable .ot_subtitle span {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    width: 100px;
    height: 35px;
    color: #9C7233;
    border: #9C7233 1px solid;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    line-height: 100%;
    padding: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_timetable table.timetable {
    width: 1080px;
  }
  .overview .overview_timetable table.timetable tr td.time {
    width: 150px;
    text-align: center;
  }
  .overview .overview_timetable table.timetable tr td.sub {
    width: 130px;
  }
}
/* -----------------------------------------------------------
　地図
----------------------------------------------------------- */
.map_box {
  width: 100%;
  background-color: #F5F5F5;
}
.map_box iframe.googlemap {
  width: 96%;
  height: 30rem;
  display: block;
  margin: 2rem auto 0 auto;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
}
.map_box img {
  width: 96%;
  height: 100%;
  margin: 0 auto;
  display: block;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
}

@media screen and (min-width: 768px), print {
  .map_box {
    width: 100%;
    background-color: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .map_box iframe.googlemap {
    width: 582px;
    height: 593px;
    display: block;
    margin: 0 0 0 18px;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  .map_box img {
    width: 582px;
    height: 593px;
    margin: 0 18px 0 0;
    display: block;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .footer_pplink {
  display: block;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #F5F5F5;
  color: #2a2a2a;
  text-decoration: none;
  letter-spacing: 0.1em;
}
footer .footer_pplink::before {
  font-family: "fontello";
  content: "\e80f";
  font-size: 0.8rem;
  margin: 0.2rem 0.2rem 0 0;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #71582E;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_tel {
  width: 55%;
  margin: 0;
  color: #ffffff;
  background-color: #71582E;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link a.footer_reserve {
  width: 30%;
  margin: 0;
  color: #ffffff;
  background-color: #71582E;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link .smoothScrolls {
  color: #ffffff;
  background-color: #71582E;
  width: 15%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 46px 0 0 0;
    background-color: #71582E;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
  }
  footer .footer_frame ul.footer_list {
    list-style: none;
    border-left: #ffffff 2px solid;
    margin: 0 0 20px 0;
    padding: 0 0 0 18px;
  }
  footer .footer_frame ul.footer_list li {
    margin: 0 0 15px 0;
  }
  footer .footer_frame ul.footer_list li a {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.6rem;
    color: #ffffff;
    text-decoration: none;
    line-height: 100%;
    position: relative;
  }
  footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  footer .footer_frame ul.footer_list li:last-child {
    margin: 0;
  }
  footer .footer_frame .footer_sub_title {
    width: 204px;
    height: 25px;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    color: #71582E;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -3px 0 12px 0;
  }
  footer .footer_frame .footer_list_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
  }
  footer .footer_frame .footer_list_aside01 {
    position: absolute;
    top: 0;
    left: 273px;
    width: 260px;
  }
  footer .footer_frame .footer_list_aside02 {
    position: absolute;
    top: 208px;
    left: 273px;
    width: 260px;
  }
  footer .footer_frame .footer_list_aside03 {
    position: absolute;
    top: 0;
    left: 600px;
    width: 260px;
  }
  footer .footer_pplink {
    display: none;
  }
  footer .copyright {
    margin: 0 auto;
    padding: 0;
    text-align: right;
    color: #ffffff;
    font-size: 1.8rem;
    height: 50px;
    width: 1200px;
    letter-spacing: 0;
    background-color: #71582E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
  }
  footer .copyright a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 50px;
    height: 50px;
  }
  #pagetop_position #linkpagetop a img {
    width: 50px;
    height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop_position #linkpagetop a img:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  #pagetop {
    position: fixed;
    bottom: 355px;
    right: 9%;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 50px;
    height: 50px;
  }
  #pagetop_position #linkpagetop a img {
    width: 50px;
    height: 50px;
  }
  #pagetop {
    position: fixed;
    bottom: 355px;
    right: 2%;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */