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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル背景*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせアイコン*/
/*お知らせ背景*/
/*◇◆◇◆◇◆フッター◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンク◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆テーブル系◇◆◇◆◇◆*/
/*診療時間th背景*/
/*診療時間th文字*/
/*診療時間td背景*/
/*診療時間td文字*/
/*診療時間tdアイコン*/
/*診療時間tdアイコン*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆見出し◇◆◇◆◇◆*/
/*◇◆◇◆◇◆下層定番◇◆◇◆◇◆*/
/*強調*/
/*◇◆◇◆◇◆汎用◇◆◇◆◇◆*/
/*茶色*/
/*ピンク*/
/*薄茶色*/
/*灰色*/
/*黄色*/
/*青緑*/
/*ピンク*/
/*黄色*/
/*灰色*/
/*ピンク*/
/*青みどり*/
/*茶色*/
/*茶色*/
/*茶色*/
/*茶色*/
/*赤紫*/
/*茶色*/
/*黄色*/
/*ピンク*/
/*茶色*/
/*青*/
/*水色*/
/*青*/
/*薄い茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "kosugimaru_regular";
  src: url(../font/KosugiMaru-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cabin_regular";
  src: url(../font/Cabin-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cabin_medium";
  src: url(../font/Cabin-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cabin_bold";
  src: url(../font/Cabin-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "cabin_semibold";
  src: url(../font/Cabin-SemiBold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "sawarabigothic_regular";
  src: url(../font/SawarabiGothic-Regular.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 */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: rgba(238, 95, 139, 0.91);
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #ffffff 1px solid;
  width: 90%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #ffffff 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: 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;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a span {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #ffffff 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 768px), print {
  .main_nav_sp {
    display: none;
  }
}
.toggle {
  display: none;
  height: 14vw;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
  width: 100%;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 28px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  color: #ffffff;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
  font-size: 1rem;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -11.5px, 0);
          transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

.container {
  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: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #ED7A9E;
  border-radius: 0.3rem;
  height: 14vw;
  border: #ffffff 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*見出し*/
/* Scss Document */
/* =======================================================================

 共通項目

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

h2.low {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0 2rem 0;
  padding: 3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h2.low span {
  font-family: "kosugimaru_regular";
  font-weight: bold;
  font-size: 2rem;
  color: #EC6685;
  width: calc(100% - 12rem);
  line-height: 120%;
}
h2.low::before {
  content: "";
  display: block;
  width: 5rem;
  height: 3rem;
  background: url("../img/h2_info_left.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: -1.3rem 1rem 0 0;
}
h2.low::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url("../img/h2_info_right.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: -3.3rem 0 0 1rem;
}
h2.low2 {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0 2rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h2.low2 span {
  font-family: "kosugimaru_regular";
  font-weight: bold;
  font-size: 2rem;
  color: #EC6685;
  width: calc(100% - 13.4rem);
  line-height: 120%;
}
h2.low2::before {
  content: "";
  display: block;
  width: 6rem;
  height: 4rem;
  background: url("../img/h2_feature_left.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: 0 0.7rem 0 0;
}
h2.low2::after {
  content: "";
  display: block;
  width: 6rem;
  height: 4rem;
  background: url("../img/h2_feature_right.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: 0 0 0 0.7rem;
}
h2.low3 {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0 2rem 0;
  padding: 1.5rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h2.low3 span {
  font-family: "kosugimaru_regular";
  font-weight: bold;
  font-size: 2rem;
  color: #EC6685;
  width: calc(100% - 16rem);
  line-height: 120%;
}
h2.low3::before {
  content: "";
  display: block;
  width: 7rem;
  height: 6rem;
  background: url("../img/h2_clinic_left.svg") no-repeat;
  background-size: contain;
  margin: -1.3rem 1rem 0 0;
}
h2.low3::after {
  content: "";
  display: block;
  width: 7rem;
  height: 6rem;
  background: url("../img/h2_clinic_right.svg") no-repeat;
  background-size: contain;
  margin: -1.3rem 0 0 1rem;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #FFFFFF;
  background: linear-gradient(45deg, rgb(237, 122, 158) 0%, rgb(237, 122, 158) 70%, rgb(245, 149, 179) 70%, rgb(245, 149, 179) 100%);
  font-family: "kosugimaru_regular";
  font-size: 2rem;
  font-weight: normal;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  border-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
  height: 100%;
}
h3.low::before {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 1rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/h3_icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #0A7251;
  background: linear-gradient(45deg, rgb(145, 220, 202) 0%, rgb(145, 220, 202) 75%, rgb(125, 204, 179) 75%, rgb(125, 204, 179) 100%);
  font-family: "kosugimaru_regular";
  font-size: 1.9rem;
  font-weight: normal;
  padding: 0.45rem 2rem 0.45rem 2.5rem;
  border-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
  height: 100%;
}
h4.low::before {
  position: absolute;
  top: calc(50% - 0.45rem);
  left: 1rem;
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: url("../img/h4_icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #8C6239;
  background: linear-gradient(45deg, rgb(245, 230, 178) 0%, rgb(245, 230, 178) 80%, rgb(245, 230, 178) 80%, rgb(225, 202, 112) 80%, rgb(225, 202, 112) 100%);
  font-family: "kosugimaru_regular";
  font-size: 1.9rem;
  font-weight: normal;
  padding: 0.45rem 2rem 0.45rem 2.5rem;
  border-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
  height: 100%;
}
h5.low::before {
  position: absolute;
  top: calc(50% - 0.45rem);
  left: 1rem;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/h5_icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.low {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px 0 20px 0;
    padding: 90px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h2.low span {
    font-family: "kosugimaru_regular";
    font-weight: bold;
    font-size: 3.4rem;
    color: #EC6685;
    width: auto;
    max-width: calc(100% - 304px);
    line-height: 120%;
  }
  h2.low::before {
    content: "";
    display: block;
    width: 124.569px;
    height: 75.371px;
    background: url("../img/h2_info_left.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin: -44px 34px 0 0;
  }
  h2.low::after {
    content: "";
    display: block;
    width: 111.955px;
    height: 124.75px;
    background: url("../img/h2_info_right.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin: -95px 0 0 33px;
  }
  h2.low2 {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px 0 20px 0;
    padding: 74px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h2.low2 span {
    font-family: "kosugimaru_regular";
    font-weight: bold;
    font-size: 3.4rem;
    color: #EC6685;
    width: auto;
    max-width: calc(100% - 406px);
    line-height: 120%;
  }
  h2.low2::before {
    content: "";
    display: block;
    width: 175.339px;
    height: 97.253px;
    background: url("../img/h2_feature_left.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin: -60px 34px 0 0;
  }
  h2.low2::after {
    content: "";
    display: block;
    width: 162.706px;
    height: 109.103px;
    background: url("../img/h2_feature_right.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin: -78px 0 0 33px;
  }
  h2.low3 {
    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;
    -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: 80px 0 20px 0;
    padding: 74px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h2.low3 span {
    font-family: "kosugimaru_regular";
    font-weight: bold;
    font-size: 3.4rem;
    color: #EC6685;
    width: auto;
    max-width: calc(100% - 378px);
    line-height: 120%;
  }
  h2.low3::before {
    content: "";
    display: block;
    width: 167.626px;
    height: 110.869px;
    background: url("../img/h2_clinic_left.svg") no-repeat;
    background-size: contain;
    margin: -74px 34px 0 0;
  }
  h2.low3::after {
    content: "";
    display: block;
    width: 143.332px;
    height: 97.063px;
    background: url("../img/h2_clinic_right.svg") no-repeat;
    background-size: contain;
    margin: -63px 0 0 33px;
  }
  h2.first {
    margin: 0 0 20px 0;
  }
  h3.low {
    color: #FFFFFF;
    background: linear-gradient(45deg, rgb(237, 122, 158) 0%, rgb(237, 122, 158) 80%, rgb(245, 149, 179) 80%, rgb(245, 149, 179) 100%);
    font-family: "kosugimaru_regular";
    font-size: 2.4rem;
    font-weight: normal;
    padding: 6px 40px 6px 38px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 70px 0 10px 0;
    line-height: 120%;
  }
  h3.low::before {
    position: absolute;
    top: calc(50% - 7px);
    left: 14px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../img/h3_icon.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  h3.first {
    margin: 0 0 10px 0;
  }
  h4.low {
    color: #0A7251;
    background: linear-gradient(45deg, rgb(145, 220, 202) 0%, rgb(145, 220, 202) 85%, rgb(125, 204, 179) 85%, rgb(125, 204, 179) 100%);
    font-family: "kosugimaru_regular";
    font-size: 2.2rem;
    font-weight: normal;
    padding: 5px 40px 5px 38px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 70px 0 10px 0;
    line-height: 120%;
  }
  h4.low::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 14px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/h4_icon.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  h4.first {
    margin: 0 0 10px 0;
  }
  h5.low {
    color: #8C6239;
    background: linear-gradient(45deg, rgb(245, 230, 178) 0%, rgb(245, 230, 178) 90%, rgb(245, 230, 178) 90%, rgb(225, 202, 112) 90%, rgb(225, 202, 112) 100%);
    font-family: "kosugimaru_regular";
    font-size: 2rem;
    font-weight: normal;
    padding: 5px 40px 5px 38px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 0 10px 0;
    line-height: 120%;
  }
  h5.low::before {
    position: absolute;
    top: calc(50% - 5px);
    left: 14px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/h5_icon.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  h5.first {
    margin: 0 0 10px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-family: "kosugimaru_regular";
  font-weight: normal;
  border-radius: 0.4rem;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #D69474;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr th:first-child {
  border-top-left-radius: 0.4rem;
}
table.timetable tr th:last-child {
  border-top-right-radius: 0.4rem;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #242424;
  background-color: #ffffff;
  border-bottom: #C8744C 1px solid;
}
table.timetable tr td i {
  font-size: 1.1rem;
}
table.timetable tr td i.icon-circle, table.timetable tr td i.icon-star {
  color: #FFC300;
}
table.timetable tr td span {
  color: #C8744C;
}
table.timetable tr td.time {
  width: 30%;
  text-align: left;
  color: #3E3E3E;
  padding: 0.8rem 0 0.8rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.timetable tr:last-child td {
  border-bottom: none;
}
table.timetable tr:last-child td:first-child {
  border-bottom-left-radius: 0.4rem;
}
table.timetable tr:last-child td:last-child {
  border-bottom-right-radius: 0.4rem;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #3E3E3E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.timetable caption i.icon-circle, table.timetable caption i.icon-star {
  color: #FFC300;
}
table.timetable caption span {
  color: #C8744C;
  margin: 0 0.2rem 0 0.2rem;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "kosugimaru_regular";
    font-weight: normal;
    border-radius: 4px;
  }
  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: #ffffff;
    background-color: #D69474;
    width: 11%;
    height: 44px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 23%;
    letter-spacing: 0.1em;
  }
  table.timetable tr th:first-child {
    border-top-left-radius: 4px;
  }
  table.timetable tr th:last-child {
    border-top-right-radius: 4px;
  }
  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: #242424;
    background-color: #ffffff;
    border-bottom: #C8744C 1px solid;
    height: 44px;
  }
  table.timetable tr td i {
    font-size: 1.8rem;
  }
  table.timetable tr td i.icon-circle, table.timetable tr td i.icon-star {
    color: #FFC300;
  }
  table.timetable tr td span {
    color: #C8744C;
  }
  table.timetable tr td.time {
    width: 23%;
    text-align: left;
    color: #3E3E3E;
    padding: 0 0 0 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.timetable tr:last-child td {
    border-bottom: none;
  }
  table.timetable tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
  }
  table.timetable tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 5px 0 0 0;
    width: 100%;
    color: #3E3E3E;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
  table.timetable caption i.icon-circle, table.timetable caption i.icon-star {
    color: #FFC300;
  }
  table.timetable caption span {
    color: #C8744C;
    margin: 0 3.2px 0 3.2px;
  }
}
/*テーブル*/
/* 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: #3E3E3E;
  border: #76BBA5 1px solid;
  background-color: #E5FFF9;
}
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: #3E3E3E;
  border: #76BBA5 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: #3E3E3E;
    border: #76BBA5 1px solid;
    background-color: #E5FFF9;
  }
  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: #3E3E3E;
    border: #76BBA5 1px solid;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1100px;
  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: #3E3E3E;
  border: #76BBA5 1px solid;
  background-color: #E5FFF9;
}
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: #3E3E3E;
  border: #76BBA5 1px solid;
  background-color: #ffffff;
}
table.low_table_slide.price_table tr th {
  width: auto;
  text-align: center;
}
table.low_table_slide.price_table tr th:nth-child(1) {
  width: 25%;
}
table.low_table_slide.price_table tr th:nth-child(2) {
  width: 35%;
}
table.low_table_slide.price_table tr th:nth-child(3) {
  width: 22%;
}
table.low_table_slide.price_table tr th:nth-child(4) {
  width: 18%;
}
table.low_table_slide.price_table tr td {
  width: auto;
}
table.low_table_slide.price_table2 tr th {
  width: auto;
  text-align: center;
}
table.low_table_slide.price_table2 tr th:nth-child(1) {
  width: 20%;
}
table.low_table_slide.price_table2 tr th:nth-child(2) {
  width: 20%;
}
table.low_table_slide.price_table2 tr th:nth-child(3) {
  width: 20%;
}
table.low_table_slide.price_table2 tr th:nth-child(4) {
  width: 20%;
}
table.low_table_slide.price_table2 tr th:nth-child(5) {
  width: 20%;
}
table.low_table_slide.price_table2 tr td {
  width: auto;
}

/*横スライドテーブル用*/
.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: #3E3E3E;
    border: #76BBA5 1px solid;
    background-color: #E5FFF9;
  }
  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: #3E3E3E;
    border: #76BBA5 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide.price_table tr th {
    width: auto;
    text-align: center;
  }
  table.low_table_slide.price_table tr th:nth-child(1) {
    width: 22%;
  }
  table.low_table_slide.price_table tr th:nth-child(2) {
    width: 38%;
  }
  table.low_table_slide.price_table tr th:nth-child(3) {
    width: 22%;
  }
  table.low_table_slide.price_table tr th:nth-child(4) {
    width: 18%;
  }
  table.low_table_slide.price_table tr td {
    width: auto;
  }
  table.low_table_slide.price_table2 tr th {
    width: auto;
    text-align: center;
  }
  table.low_table_slide.price_table2 tr th:nth-child(1) {
    width: 20%;
  }
  table.low_table_slide.price_table2 tr th:nth-child(2) {
    width: 20%;
  }
  table.low_table_slide.price_table2 tr th:nth-child(3) {
    width: 20%;
  }
  table.low_table_slide.price_table2 tr th:nth-child(4) {
    width: 20%;
  }
  table.low_table_slide.price_table2 tr th:nth-child(5) {
    width: 20%;
  }
  table.low_table_slide.price_table2 tr td {
    width: auto;
  }
  /*横スライドテーブル用*/
  .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: #3E3E3E;
  background-color: #E5FFF9;
  border-bottom: #76BBA5 1px solid;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 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: #3E3E3E;
  background-color: #ffffff;
  border-bottom: #76BBA5 1px solid;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  /*アクセス*/
}
table.low_table_spblock tr td span {
  color: #D6577E;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #D6577E;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr td span.tel {
  font-family: "cabin_bold";
  font-weight: bold;
  font-size: 2rem;
}
table.low_table_spblock tr td ul {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}
table.low_table_spblock tr td ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.6rem;
}
table.low_table_spblock tr td ul li.train {
  background: url("../img/icon29.svg") no-repeat;
  background-size: 1.2rem;
  background-position: left top;
}
table.low_table_spblock tr td ul li.bus {
  background: url("../img/icon30.svg") no-repeat;
  background-size: 1.4rem;
  background-position: left top;
}
table.low_table_spblock tr:first-child th {
  border-top: #76BBA5 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: #3E3E3E;
    background-color: #E5FFF9;
    border-bottom: #76BBA5 1px solid;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 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: #3E3E3E;
    background-color: #ffffff;
    border-bottom: #76BBA5 1px solid;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #D6577E;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #D6577E;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock tr td span.tel {
    font-family: "cabin_bold";
    font-weight: bold;
    font-size: 3rem;
  }
  table.low_table_spblock tr td ul {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 0 0;
  }
  table.low_table_spblock tr td ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 26px;
  }
  table.low_table_spblock tr td ul li.train {
    background: url("../img/icon29.svg") no-repeat;
    background-size: 16.49px;
    background-position: left top;
  }
  table.low_table_spblock tr td ul li.bus {
    background: url("../img/icon30.svg") no-repeat;
    background-size: 22.49px;
    background-position: left top;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #76BBA5 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #76BBA5 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: #3E3E3E;
  border-bottom: #76BBA5 1px solid;
  background-color: #E5FFF9;
}
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: #3E3E3E;
  border-bottom: #76BBA5 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr:first-child th {
  border-top: #76BBA5 1px solid;
}
table.low_table2 tr:first-child td {
  border-top: #76BBA5 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 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: #3E3E3E;
    border-bottom: #76BBA5 1px solid;
    background-color: #E5FFF9;
  }
  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: #3E3E3E;
    border-bottom: #76BBA5 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr:first-child th {
    border-top: #76BBA5 1px solid;
  }
  table.low_table2 tr:first-child td {
    border-top: #76BBA5 1px solid;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide2 {
  width: 1000px;
  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: #3E3E3E;
  border-bottom: #76BBA5 1px solid;
  background-color: #E5FFF9;
}
table.low_table_slide2 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: #3E3E3E;
  border-bottom: #76BBA5 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr:first-child th {
  border-top: #76BBA5 1px solid;
}
table.low_table_slide2 tr:first-child td {
  border-top: #76BBA5 1px solid;
}

/*横スライドテーブル用*/
.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 20px 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: #3E3E3E;
    border-bottom: #76BBA5 1px solid;
    background-color: #E5FFF9;
  }
  table.low_table_slide2 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: #3E3E3E;
    border-bottom: #76BBA5 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr:first-child th {
    border-top: #76BBA5 1px solid;
  }
  table.low_table_slide2 tr:first-child td {
    border-top: #76BBA5 1px solid;
  }
  /*横スライドテーブル用*/
  .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: #3E3E3E;
  background-color: #E5FFF9;
  border-bottom: #76BBA5 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: #3E3E3E;
  background-color: #ffffff;
  border-bottom: #76BBA5 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #D6577E;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #D6577E;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock2 tr:first-child th {
  border-top: #76BBA5 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 20px 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: #3E3E3E;
    background-color: #E5FFF9;
    border-bottom: #76BBA5 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: #3E3E3E;
    background-color: #ffffff;
    border-bottom: #76BBA5 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #D6577E;
    font-weight: bold;
  }
  table.low_table_spblock2 tr td span a {
    color: #D6577E;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock2 tr:first-child th {
    border-top: #76BBA5 1px solid;
  }
  table.low_table_spblock2 tr:first-child td {
    border-top: #76BBA5 1px solid;
  }
}
/*テーブル丸角*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #3E3E3E;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #76BBA5 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: #76BBA5 1px solid;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  background-color: #E5FFF9;
  color: #3E3E3E;
  -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: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #3E3E3E;
  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: #76BBA5 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: #3E3E3E;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #76BBA5 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: #76BBA5 1px solid;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    background-color: #E5FFF9;
    color: #3E3E3E;
    -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: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #3E3E3E;
    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: #76BBA5 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: #3E3E3E;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #76BBA5 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: #76BBA5 1px solid;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  background-color: #FFC300;
  -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: #ED7A9E;
  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: #F88DAE;
  color: #3E3E3E;
  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: #76BBA5 1px solid;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #3E3E3E;
  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: #3E3E3E;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #76BBA5 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: #76BBA5 1px solid;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    background-color: #E5FFF9;
    -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: #ED7A9E;
    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: #F88DAE;
    color: #3E3E3E;
    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: #76BBA5 1px solid;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #3E3E3E;
    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: #3E3E3E;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #ED7A9E 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: #76BBA5 1px solid;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  background-color: #E5FFF9;
  color: #3E3E3E;
  -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: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #3E3E3E;
  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: #76BBA5 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: #3E3E3E;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #76BBA5 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: #76BBA5 1px solid;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    background-color: #E5FFF9;
    color: #3E3E3E;
    -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: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #3E3E3E;
    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: #76BBA5 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: #3E3E3E;
  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: #76BBA5 1px solid;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  background-color: #E5FFF9;
  color: #3E3E3E;
  -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: #ED7A9E 1px solid;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
  color: #3E3E3E;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #D6577E;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #D6577E;
  text-decoration: none;
}
table.low_table_spblock3 tr:first-child th {
  border-top: #76BBA5 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: #3E3E3E;
    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: #76BBA5 1px solid;
    border-left: #76BBA5 1px solid;
    border-right: none;
    background-color: #E5FFF9;
    color: #3E3E3E;
    -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: #76BBA5 1px solid;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
    color: #3E3E3E;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #ED7A9E;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #ED7A9E;
    text-decoration: none;
  }
  table.low_table_spblock3 tr:first-child th {
    border-top: #76BBA5 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock3 tr:first-child td {
    border-top: #76BBA5 1px solid;
    border-top-right-radius: 10px;
  }
  table.low_table_spblock3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #76BBA5 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-radius: 4px;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.img_access {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_access img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.img_access figcaption {
  font-family: "kosugimaru_regular";
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 15px 15px;
  }
  .img_right img {
    width: 394px;
    height: auto;
    border-radius: 4px;
  }
  .img_center {
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
    border-radius: 4px;
  }
  .two_img {
    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: 1100px;
  }
  .two_img section {
    width: 48%;
  }
  .two_img section h3 {
    height: 40.8px;
  }
  .img_access {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .img_access img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .img_access figcaption {
    font-family: "kosugimaru_regular";
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    margin: 0 0 30px 0;
  }
}
/*リスト*/
/* 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;
}

@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 4px top 4px;
    background-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*標準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: 49%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*標準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: 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;
  }
  ul.list_maru_three li {
    width: 32%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 14px;
    margin: 0 2% 10px 0;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  ul.list_maru_three li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
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: 28%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 72%;
  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: 10%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 90%;
  margin: 0 0 1rem 0;
}

/*※リスト*/
dl.kome_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.kome_list dt {
  width: 10%;
  margin: 0 0 1rem 0;
}
dl.kome_list dd {
  width: 90%;
  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: #E5FFF9;
  color: #3E3E3E;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  border-bottom: #76BBA5 1px solid;
}
dl.title_box dt:first-child {
  border-top: #76BBA5 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #76BBA5 1px solid;
  border-right: #76BBA5 1px solid;
  border-bottom: #76BBA5 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: 1100px;
  }
  dl.bio_list dt {
    width: 90px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1010px;
    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: 1100px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  /*※リスト*/
  dl.kome_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: 1100px;
  }
  dl.kome_list dt {
    width: 35px;
    margin: 0 0 1rem 0;
  }
  dl.kome_list dd {
    width: 1065px;
    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: #E5FFF9;
    color: #3E3E3E;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    border-bottom: #76BBA5 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #76BBA5 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #76BBA5 1px solid;
    border-right: #76BBA5 1px solid;
    border-bottom: #76BBA5 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border: none;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 2.5rem solid #FFC302;
  text-align: center;
  display: block;
  margin: 1rem auto;
}

/*強調*/
.emphasis {
  background-color: #FEDFE6;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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 {
  color: #ED7A9E;
  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;
  font-family: "cabin_bold";
  font-size: 2.4rem;
  font-weight: bold;
  color: #D6577E;
}
.low_tel span i {
  font-size: 2.4rem;
}
.low_tel span a {
  color: #D6577E;
  text-decoration: none;
}
.low_tel span a i {
  font-size: 2.4rem;
}

.text_red {
  color: #ff0000;
}

.text_bold {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 35px solid #FFC302;
    text-align: center;
    display: block;
    margin: 30px 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: 1100px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #FEDFE6;
    padding: 25px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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 {
    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;
    font-family: "cabin_bold";
    font-size: 4rem;
    font-weight: bold;
    color: #D6577E;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .low_tel span a {
    color: #D6577E;
    text-decoration: none;
  }
  .low_tel span a i {
    font-size: 4rem;
  }
  .text_red {
    color: #ff0000;
  }
  .text_bold {
    font-weight: bold;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #3E3E3E;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #3E3E3E;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}
ul.pankuzu_list li:first-child a {
  color: #C9815E;
}

@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: 1100px;
    margin: 16px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.6rem;
    color: #3E3E3E;
    margin: 0 15px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #3E3E3E;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
  ul.pankuzu_list li:first-child a {
    color: #C9815E;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.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: #3E3E3E;
  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: #3E3E3E;
    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;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #C8744C 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #ED7A9E;
  padding: 1rem;
  text-decoration: none;
  color: #3E3E3E;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #3E3E3E;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #3E3E3E;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #3E3E3E;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #C8744C 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #ED7A9E;
    padding: 20px;
    text-decoration: none;
    color: #3E3E3E;
    position: relative;
  }
  .banner_01 img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    display: block;
    margin: 0;
  }
  .banner_01 .banner_title {
    position: absolute;
    top: 20px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    color: #3E3E3E;
    margin: 0 0 0 0;
  }
  .banner_01 .banner_text {
    position: absolute;
    top: 80px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    color: #3E3E3E;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.low_link_text {
  color: #D6577E;
}

.low_button {
  background-color: #C9815E;
  width: auto;
  height: auto;
  margin: 0 0 2rem 0;
  text-align: left;
  text-decoration: none;
  padding: 1rem 4rem 1rem 2.5rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-family: "kosugimaru_regular";
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 3rem;
  position: relative;
}
.low_button::before {
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
  background: url("../img/icon26.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

.low_bana_button {
  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: calc(96% - 10px);
  height: 18vw;
  margin: 0 auto 2rem auto;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/bana_btn.svg") no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #CEF3FE;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: -10px 10px 0 #F5ECCD;
          box-shadow: -10px 10px 0 #F5ECCD;
  font-family: "kosugimaru_regular";
  font-weight: normal;
  color: #508BB7;
  font-size: 2rem;
  line-height: 100%;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #D6577E;
  }
  .low_link_text:hover {
    color: #508BB7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background-color: #C9815E;
    width: auto;
    height: auto;
    margin: 0 0 2rem 0;
    text-align: left;
    text-decoration: none;
    padding: 15px 82px 15px 45px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-family: "kosugimaru_regular";
    font-size: 2.2rem;
    font-weight: normal;
    border-radius: 3rem;
    position: relative;
  }
  .low_button::before {
    position: absolute;
    top: calc(50% - 5.5px);
    right: 32px;
    content: "";
    display: block;
    width: 44px;
    height: 11px;
    background: url("../img/icon26.svg") no-repeat;
    background-size: 44px;
    background-position: center;
  }
  .low_button:hover {
    background-color: #EC6685;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_bana_button {
    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: 322.5px;
    height: 83px;
    margin: 0 0 30px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 5px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/bana_btn.svg") no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #CEF3FE;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: -10px 10px 0 #F5ECCD;
            box-shadow: -10px 10px 0 #F5ECCD;
    font-family: "kosugimaru_regular";
    font-weight: normal;
    color: #508BB7;
    font-size: 2rem;
    line-height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_bana_button:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.doctor_name {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 400px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.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 {
  border: #C8744C 1px solid;
  border-radius: 0.4rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box p span {
  font-weight: bold;
  font-size: 1.5rem;
  color: #ED7A9E;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #C8744C 1px solid;
    border-radius: 5px;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box p span {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ED7A9E;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
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: #C8744C;
  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;
}

@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: #C8744C;
    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;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #FEF7DF;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3E3E3E;
  border-top: #C8744C 1px solid;
  border-left: #C8744C 1px solid;
  border-right: #C8744C 1px solid;
}
#mailformpro table tr th span {
  color: #ff0000;
  display: inline-block;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0.6rem;
}
#mailformpro table tr td {
  display: block;
  text-align: left;
  border-top: #C8744C 1px solid;
  border-left: #C8744C 1px solid;
  border-right: #C8744C 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mailformpro table tr td ol {
  list-style-type: none;
}
#mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 0 0.6rem 0;
}
#mailformpro table tr td select {
  font-size: 1.2rem;
  width: 90%;
}
#mailformpro table tr td select.time {
  width: 12%;
}
#mailformpro table tr td textarea {
  font-size: 1.2rem;
  width: 90%;
  min-height: 40vw;
}
#mailformpro table tr:last-child td {
  border-bottom: #C8744C 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #FEF7DF;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #C8744C 1px solid;
    border-left: #C8744C 1px solid;
    border-right: #C8744C 1px solid;
    vertical-align: middle;
  }
  #mailformpro table tr th span {
    color: #ff0000;
    display: inline-block;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 1rem;
  }
  #mailformpro table tr td {
    width: 800px;
    display: table-cell;
    text-align: left;
    border-top: #C8744C 1px solid;
    border-left: #C8744C 1px solid;
    border-right: #C8744C 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "kosugimaru_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #3E3E3E;
  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: "kosugimaru_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #3E3E3E;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 54px;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
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: 0 0 0 0;
  padding: 0;
}

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0 0 153px 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0 0 153px 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1100px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  background-color: #ffffff;
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
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 .container {
  width: 15%;
}
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_info {
  display: none;
}

.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 114px;
  }
  header.header .header_box {
    width: 1100px;
    height: 114px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 529.154px;
    height: 81.667px;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 529.154px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 529.154px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 529.154px;
    height: auto;
  }
  header.header .header_box .header_info {
    display: block;
    margin: 0;
    width: auto;
    position: absolute;
    top: 24px;
    right: 22px;
    /*電話番号*/
    /*住所*/
  }
  header.header .header_box .header_info .header_tel {
    margin: 0 0 8px 0;
    color: #ED7A9E;
    font-family: "cabin_bold";
    font-weight: bold;
    font-size: 2.8rem;
    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;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_tel i {
    font-size: 2.8rem;
  }
  header.header .header_box .header_info .header_tel a {
    color: #ED7A9E;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_address {
    margin: 0;
    color: #242424;
    font-weight: normal;
    font-size: 1.6rem;
    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;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_address i {
    color: #ED7A9E;
    font-size: 2.8rem;
  }
  .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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 66px;
    height: 262px;
    text-decoration: none;
    color: #ffffff;
    background-color: #ED7A9E;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: 6px 6px 0 #D4E9E3;
            box-shadow: 6px 6px 0 #D4E9E3;
    position: fixed;
    top: 280px;
    right: 0;
    z-index: 9999999999;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_web_link i {
    font-size: 3rem;
  }
  .side_web_link:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -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: 40px;
    margin: 0;
    background-color: #ffffff;
    padding: 0 0 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul {
    width: 1100px;
    height: 26px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    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: 183.3333333333px;
    height: 26px;
    margin: 0;
    padding: 0;
    border-right: #B5B5B6 2px dotted;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li.home {
    border-left: #B5B5B6 2px dotted;
  }
  nav.main_nav_pc ul li.home a::before {
    font-family: "fontello";
    content: "\e80c";
    margin: 0 3px 0 0;
    color: #FFC300;
    font-size: 1.7rem;
  }
  nav.main_nav_pc ul li.doctor a::before {
    font-family: "fontello";
    content: "\e80d";
    margin: 0 3px 0 0;
    color: #ED7A9E;
    font-size: 2rem;
  }
  nav.main_nav_pc ul li.treatment a::before {
    font-family: "fontello";
    content: "\e80e";
    margin: 0 3px 0 0;
    color: #76BBA5;
    font-size: 1.8rem;
  }
  nav.main_nav_pc ul li.treatment a::after {
    font-family: "fontello";
    content: "\f004";
    margin: 0 0 0 3px;
    color: #76BBA5;
  }
  nav.main_nav_pc ul li.treatment ul li a::after {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.open_treatment a::after {
    font-family: "fontello";
    content: "\f005";
    margin: 0 0 0 3px;
  }
  nav.main_nav_pc ul li.clinic a::before {
    font-family: "fontello";
    content: "\e80f";
    margin: 0 3px 0 0;
    color: #ED7A9E;
    font-size: 1.7rem;
  }
  nav.main_nav_pc ul li.visitor a::before {
    font-family: "fontello";
    content: "\e812";
    margin: 0 3px 0 0;
    color: #FFC300;
    font-size: 1.8rem;
  }
  nav.main_nav_pc ul li.access a::before {
    font-family: "fontello";
    content: "\e813";
    margin: 0 3px 0 0;
    color: #76BBA5;
    font-size: 1.8rem;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 26px;
    text-decoration: none;
    text-align: center;
    color: #242424;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "kosugimaru_regular";
    font-size: 1.6rem;
    font-weight: normal;
    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;
  }
  nav.main_nav_pc ul li a:hover {
    color: #ED7A9E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 364px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    width: 364px;
    height: auto;
    margin: 4px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    display: block;
    width: 182px;
    height: 34px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    width: 100%;
    height: 34px;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
    background-color: rgba(238, 95, 139, 0.91);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 8px;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: normal;
    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;
    border-bottom: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    font-family: "fontello";
    content: "\e814";
    margin: 0 5px 0 0;
    color: #FFEF2D;
    font-size: 0.6rem;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::after {
    font-family: "fontello";
    content: "";
    margin: 0 0 0 0;
    color: #76BBA5;
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ED7A9E;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:nth-child(odd) a {
    border-left: #ffffff 1px solid;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    height: 54px !important;
    padding: 14px 0 14px 0 !important;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 60vw;
  background-color: #FEF7DF;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 40vw;
}
.key_visual .key .key_00 {
  background: url("../img/key_visual_00.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.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 .key_05 {
  background: url("../img/key_visual_05.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_06 {
  background: url("../img/key_visual_06.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_07 {
  background: url("../img/key_visual_07.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  width: 100%;
}
.key_visual .key_contents .key_text {
  font-size: 1.1rem;
  text-align: left;
  margin: 1rem 0 1rem 0;
}
.key_visual .key_contents .key_text span {
  display: inline-block;
  color: #C8744C;
  background-color: #ffffff;
  padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3rem;
}
.key_visual .key_contents .key_text span.first {
  margin: 0 0 0 1rem;
}
.key_visual .key_contents .key_text span.second {
  margin: 0 0 0 8rem;
}
.key_visual .key_contents .key_open {
  background-color: #ED7A9E;
  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;
  width: 96%;
  height: 16vw;
  margin: 0 auto;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4rem;
}
.key_visual .key_contents .key_open .kot_01 {
  font-family: "cabin_semibold";
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0 1rem 0 0;
  text-align: right;
}
.key_visual .key_contents .key_open .kot_01 span {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 1rem;
}
.key_visual .key_contents .key_open .kot_02 {
  font-size: 1.3rem;
  margin: 0 0 0 0;
  text-align: left;
}
.key_visual .key_contents .key_open .kot_03 {
  font-family: "cabin_semibold";
  font-weight: bold;
  font-size: 1.3rem;
  text-align: right;
  margin: 0 1rem 0 0;
}
.key_visual .key_contents .key_open .kot_03 span {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 1rem;
}
.key_visual .key_contents .key_open .kot_04 {
  font-size: 1.3rem;
  text-align: left;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 25vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  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;
}
.key_visual_low h1 {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: center;
  color: #FFFFFF;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #00A9FF;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 605px;
    overflow: visible;
    background-color: beige;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 605px;
    margin: 0 auto;
    overflow: visible;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 605px;
  }
  .key_visual .key .key_00 {
    background: url("../img/key_visual_00.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .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 .key_05 {
    background: url("../img/key_visual_05.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_06 {
    background: url("../img/key_visual_06.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_07 {
    background: url("../img/key_visual_07.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1100px;
    height: 605px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    bottom: 19px;
    right: 6px;
    width: 706px;
    font-size: 2.8rem;
    text-align: left;
    margin: 0 0 0 0;
    letter-spacing: 0;
  }
  .key_visual .key_contents .key_text 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;
    color: #C8744C;
    background-color: #ffffff;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3rem;
    white-space: nowrap;
  }
  .key_visual .key_contents .key_text span.first {
    width: 659px;
    height: 46px;
    margin: 0 0 0 0;
  }
  .key_visual .key_contents .key_text span.second {
    width: 528px;
    height: 46px;
    margin: -5px 0 0 174px;
  }
  .key_visual .key_contents .key_open {
    background-color: transparent;
    background: url("../img/key_open_bg.svg") no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 209px;
    height: 209px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    bottom: -36px;
    left: 0;
  }
  .key_visual .key_contents .key_open .kot_01 {
    font-family: "cabin_semibold";
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 0 0;
    text-align: center;
  }
  .key_visual .key_contents .key_open .kot_01 span {
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 1.4rem;
  }
  .key_visual .key_contents .key_open .kot_02 {
    font-size: 2rem;
    margin: 0 0 0 0;
    text-align: center;
  }
  .key_visual .key_contents .key_open .kot_03 {
    font-family: "cabin_semibold";
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 0 0;
    text-align: center;
  }
  .key_visual .key_contents .key_open .kot_03 span {
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 1.4rem;
  }
  .key_visual .key_contents .key_open .kot_04 {
    font-size: 2rem;
    margin: 0 0 0 0;
    text-align: center;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 178px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    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;
  }
  .key_visual_low h1 {
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 3.8rem;
    text-align: center;
    color: #FFFFFF;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px #00A9FF;
  }
}
/* -----------------------------------------------------------
デジスマ
----------------------------------------------------------- */
.reservation_frame {
  width: 100%;
  margin: 0;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FEF7DF;
}
.reservation_frame .digisma_bana {
  width: 96%;
  margin: 0 auto 2rem auto;
  background-color: #ffffff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.5rem;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.reservation_frame .digisma_bana .digisma_bana_content {
  width: 90%;
  margin: 0 auto 2rem auto;
}
.reservation_frame .digisma_bana .digisma_bana_content .digisma_bana_title {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  color: #0079D1;
  margin: 0 0 2rem 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;
}
.reservation_frame .digisma_bana .digisma_bana_content .digisma_bana_title::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/index_digisma_logo.svg") no-repeat;
  background-size: contain;
  margin: 0 1rem 0 0;
}
.reservation_frame .digisma_bana .digisma_bana_content .digisma_bana_text {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: justify;
  color: #3E3E3E;
  margin: 0;
}
.reservation_frame .digisma_bana img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.5rem;
}
.reservation_frame .digisma_top {
  width: 96%;
  margin: 0 auto;
  /*WEB予約・問診*/
  /*デジスマ診療*/
}
.reservation_frame .digisma_top .reserve_box {
  width: 100%;
}
.reservation_frame .digisma_top .reserve_box a.reserve_bana {
  width: 100%;
  display: block;
  margin: 0 0 1rem 0;
}
.reservation_frame .digisma_top .reserve_box a.reserve_bana img {
  width: 100%;
  height: auto;
}
.reservation_frame .digisma_top .reserve_box ul.reserve_list {
  width: 90%;
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 auto 0 auto;
}
.reservation_frame .digisma_top .reserve_box ul.reserve_list li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
  color: #8C6239;
}
.reservation_frame .digisma_top .dejisuma_box {
  width: 100%;
}
.reservation_frame .digisma_top .dejisuma_box .dejisuma_bana {
  width: 100%;
  display: block;
  margin: 0 0 1rem 0;
}
.reservation_frame .digisma_top .dejisuma_box .dejisuma_bana img {
  width: 100%;
  height: auto;
}
.reservation_frame .digisma_top .dejisuma_box .app_bana_link {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.reservation_frame .digisma_top .dejisuma_box .app_bana_link a.app_bana {
  width: 30%;
  margin: 0 0.5rem;
}
.reservation_frame .digisma_top .dejisuma_box .app_bana_link a.app_bana img {
  width: 100%;
  height: auto;
}
.reservation_frame .digisma_top .dejisuma_box .app_bana_link a.google_bana {
  width: 36.8%;
  margin: 0 0.5rem;
}
.reservation_frame .digisma_top .dejisuma_box .app_bana_link a.google_bana img {
  width: 100%;
  height: auto;
}
.reservation_frame .digisma_top .dejisuma_box ul.app_list {
  width: 90%;
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 1rem auto 0 auto;
}
.reservation_frame .digisma_top .dejisuma_box ul.app_list li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
  color: #8C6239;
}
.reservation_frame .digisma_bottom {
  width: 96%;
  margin: 2rem auto 0 auto;
  background: url("../img/icon31.svg") no-repeat;
  background-position: center top 1rem;
  background-size: 25%;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 3rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reservation_frame .digisma_bottom p {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  color: #C8744C;
  margin: 0.8rem 0 2rem 0;
}
.reservation_frame .digisma_bottom p span {
  color: #0079D1;
  font-size: 1.8rem;
}
.reservation_frame .digisma_bottom p::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 1rem;
  background: url("../img/icon32.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.reservation_frame .digisma_bottom .youtube {
  width: 90%;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
}
.reservation_frame .digisma_bottom .youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .reservation_frame {
    width: 100%;
    margin: 0;
    padding: 69px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FEF7DF;
  }
  .reservation_frame .digisma_bana {
    width: 1100px;
    height: 265px;
    margin: 0 auto 68px auto;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 5px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    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;
  }
  .reservation_frame .digisma_bana .digisma_bana_content {
    width: 637px;
    margin: 0 0 0 0;
    padding: 39px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reservation_frame .digisma_bana .digisma_bana_content .digisma_bana_title {
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 3.4rem;
    text-align: center;
    color: #0079D1;
    margin: 0 0 5px 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;
  }
  .reservation_frame .digisma_bana .digisma_bana_content .digisma_bana_title::before {
    content: "";
    width: 62px;
    height: 62px;
    display: block;
    background: url("../img/index_digisma_logo.svg") no-repeat;
    background-size: contain;
    margin: 0 1rem 0 0;
  }
  .reservation_frame .digisma_bana .digisma_bana_content .digisma_bana_text {
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: justify;
    color: #3E3E3E;
    margin: 0 auto;
    width: 550px;
    line-height: 180%;
  }
  .reservation_frame .digisma_bana img {
    display: block;
    width: 463px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 5px;
  }
  .reservation_frame .digisma_top {
    width: 1100px;
    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;
    /*WEB予約・問診*/
    /*デジスマ診療*/
  }
  .reservation_frame .digisma_top .reserve_box {
    width: 529px;
  }
  .reservation_frame .digisma_top .reserve_box a.reserve_bana {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .digisma_top .reserve_box a.reserve_bana img {
    width: 100%;
    height: auto;
  }
  .reservation_frame .digisma_top .reserve_box a.reserve_bana:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .digisma_top .reserve_box ul.reserve_list {
    list-style-type: disc;
    line-height: 120%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 0 74px;
  }
  .reservation_frame .digisma_top .reserve_box ul.reserve_list li {
    margin: 0 0 5px 25px;
    padding: 0;
    color: #8C6239;
  }
  .reservation_frame .digisma_top .dejisuma_box {
    width: 529px;
  }
  .reservation_frame .digisma_top .dejisuma_box .dejisuma_bana {
    width: 100%;
    display: block;
    margin: 0 0 12px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*
    &:hover{
      filter: saturate(180%);     
      transform: translateY(-10px); 
      transition: $hover_speed;
    }
    */
  }
  .reservation_frame .digisma_top .dejisuma_box .dejisuma_bana img {
    width: 100%;
    height: auto;
  }
  .reservation_frame .digisma_top .dejisuma_box .app_bana_link {
    width: 349px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .reservation_frame .digisma_top .dejisuma_box .app_bana_link a.app_bana {
    width: 146px;
    margin: 0 11px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*
    &:hover{
      filter: saturate(180%);     
      transform: translateY(-5px); 
      transition: $hover_speed;
    }
    */
  }
  .reservation_frame .digisma_top .dejisuma_box .app_bana_link a.app_bana img {
    width: 100%;
    height: auto;
  }
  .reservation_frame .digisma_top .dejisuma_box .app_bana_link a.google_bana {
    width: 181px;
    margin: 0 11px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*
    &:hover{
      filter: saturate(180%);     
      transform: translateY(-5px); 
      transition: $hover_speed;
    }   
    */
  }
  .reservation_frame .digisma_top .dejisuma_box .app_bana_link a.google_bana img {
    width: 100%;
    height: auto;
  }
  .reservation_frame .digisma_top .dejisuma_box ul.app_list {
    list-style-type: disc;
    line-height: 120%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 24px 0 0 28px;
  }
  .reservation_frame .digisma_top .dejisuma_box ul.app_list li {
    margin: 0 0 5px 25px;
    padding: 0;
    color: #8C6239;
  }
  .reservation_frame .digisma_bottom {
    width: 1100px;
    height: 155px;
    margin: 56px auto 0 auto;
    background: url("../img/icon31.svg") no-repeat;
    background-position: left 270px top 20px;
    background-size: 122px;
    background-color: #ffffff;
    border-radius: 5px;
    border-bottom-left-radius: 30px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: visible;
  }
  .reservation_frame .digisma_bottom p {
    position: absolute;
    top: 65px;
    left: 80px;
    line-height: 100%;
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 2.4rem;
    text-align: center;
    color: #C8744C;
    margin: 0;
    letter-spacing: 0;
  }
  .reservation_frame .digisma_bottom p span {
    color: #0079D1;
    font-size: 3rem;
  }
  .reservation_frame .digisma_bottom p::after {
    content: "";
    display: inline-block;
    margin: 0 0 0 5px;
    width: 57.333px;
    height: 14.189px;
    background: url("../img/icon32.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .reservation_frame .digisma_bottom .youtube {
    position: absolute;
    top: -31px;
    right: 83px;
    width: 395px;
    aspect-ratio: 16/9;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .digisma_bottom .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .reservation_frame .digisma_bottom .youtube:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
診療時間
----------------------------------------------------------- */
.time_bg {
  margin: 0 0 2rem 0;
  padding: 4rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #FEF7DF;
}
.time_bg .time_frame {
  background: url("../img/index_time_bg.svg") no-repeat;
  background-size: 80%;
  background-position: center bottom;
  overflow: visible;
  padding: 0 0 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.time_bg .time_frame h2.top_title_time {
  text-align: center;
}
.time_bg .time_frame h2.top_title_time span {
  font-family: "kosugimaru_regular";
  font-size: 2.2rem;
  font-weight: normal;
  color: #C8744C;
  line-height: 100%;
  position: relative;
}
.time_bg .time_frame h2.top_title_time span::before {
  font-family: "fontello";
  content: "\f111";
  color: #F88DAE;
  font-size: 1rem;
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
}
.time_bg .time_frame h2.top_title_time span::after {
  font-family: "fontello";
  content: "\f111";
  color: #F88DAE;
  font-size: 1rem;
  position: absolute;
  top: 0.1rem;
  right: -1.5rem;
}
.time_bg .time_frame h2.top_title_time::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url("../img/index_time.svg") no-repeat;
  background-size: contain;
  margin: 1rem auto 0 auto;
}
.time_bg .time_frame .time_box {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.time_bg .bana_vaccination {
  display: block;
  width: calc(96% - 10px);
  height: 56vw;
  margin: 0 auto 2rem auto;
  background-color: #ffffff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.5rem;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/bana_vaccination_bg.svg") no-repeat;
  background-position: center top;
  background-size: contain;
  background-color: #CEF3FE;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: -10px 10px 0 #F5ECCD;
          box-shadow: -10px 10px 0 #F5ECCD;
}
.time_bg .bana_vaccination span {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  color: #508BB7;
  font-size: 2rem;
  line-height: 100%;
  display: inline-block;
  margin: 1.2rem 0 0 -9rem;
  position: relative;
}
.time_bg .bana_vaccination span::before {
  font-family: "fontello";
  content: "\e814";
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: -1.5rem;
}
.time_bg .bana_vaccination img {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.5rem;
}

@media screen and (min-width: 768px), print {
  .time_bg {
    margin: 0 0 0 0;
    padding: 94px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 640px;
    box-sizing: border-box;
    background-color: #FEF7DF;
  }
  .time_bg .time_frame {
    background: url("../img/index_time_bg.svg") no-repeat;
    background-size: 568px;
    background-position: left -44px bottom;
    width: 988px;
    width: 1200px;
    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;
    padding: 0 110px 45px 110px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
  .time_bg .time_frame h2.top_title_time {
    width: 210px;
    text-align: center;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .time_bg .time_frame h2.top_title_time span {
    font-family: "kosugimaru_regular";
    font-size: 3.4rem;
    font-weight: normal;
    color: #C8744C;
    line-height: 100%;
    position: relative;
  }
  .time_bg .time_frame h2.top_title_time span::before {
    font-family: "fontello";
    content: "\f111";
    color: #F88DAE;
    font-size: 1.7rem;
    position: absolute;
    top: 2px;
    left: -22px;
  }
  .time_bg .time_frame h2.top_title_time span::after {
    font-family: "fontello";
    content: "\f111";
    color: #F88DAE;
    font-size: 1.7rem;
    position: absolute;
    top: 2px;
    right: -22px;
  }
  .time_bg .time_frame h2.top_title_time::after {
    content: "";
    display: block;
    width: 100.489px;
    height: 98.133px;
    background: url("../img/index_time.svg") no-repeat;
    background-size: contain;
    margin: 38px auto 0 auto;
  }
  .time_bg .time_frame .time_box {
    width: 705px;
    margin: 0;
  }
  .time_bg .bana_vaccination {
    display: block;
    width: 1090px;
    height: 166px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 5px;
    padding: 2rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/bana_vaccination_bg.svg") no-repeat;
    background-position: center top;
    background-size: 595px;
    background-color: #CEF3FE;
    background-position: left top;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: -10px 10px 0 #F5ECCD;
            box-shadow: -10px 10px 0 #F5ECCD;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .time_bg .bana_vaccination span {
    font-family: "kosugimaru_regular";
    font-weight: normal;
    color: #508BB7;
    font-size: 3.6rem;
    line-height: 100%;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 66px;
    left: 152px;
  }
  .time_bg .bana_vaccination span::before {
    font-family: "fontello";
    content: "\e814";
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: -30px;
  }
  .time_bg .bana_vaccination img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 505px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 5px;
  }
  .time_bg .bana_vaccination:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  margin: 0 0 0 0;
  width: 100%;
  padding: 0 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.notice_frame h2.top_title_notice {
  font-family: "kosugimaru_regular";
  font-weight: bold;
  font-size: 2rem;
  color: #EC6685;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -0.2rem;
  z-index: 2;
}
.notice_frame h2.top_title_notice span {
  position: absolute;
  top: 1.7rem;
  left: 0;
  right: 0;
  color: #FBBBCF;
  font-family: "cabin_regular";
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
}
.notice_frame h2.top_title_notice::before {
  content: "";
  display: block;
  width: 5rem;
  height: 3rem;
  background: url("../img/h2_info_left.svg") no-repeat;
  background-size: contain;
  margin: -1.3rem 1rem 0 0;
}
.notice_frame h2.top_title_notice::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url("../img/h2_info_right.svg") no-repeat;
  background-size: contain;
  margin: -3.3rem 0 0 1rem;
}
.notice_frame .notice_line_up {
  width: 96%;
  height: 4px;
  border: none;
  background-image: linear-gradient(to right, #7ACCB8 4px, transparent 4px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: left top;
  position: relative;
  z-index: 1;
  top: -0.5rem;
  margin: 0 auto;
}
.notice_frame .notice_line_up::after {
  content: "";
  width: 74%;
  height: 4px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.notice_frame .notice_box {
  width: 98%;
  height: auto;
  margin: 1rem auto 0 auto;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl dt {
  color: #C8744C;
  margin: 0 0 0 0;
  padding: 1rem 0 1rem 2rem;
  font-family: "kosugimaru_regular";
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
}
.notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon11.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_frame .notice_box dl dt.close {
  padding: 1rem 0 1rem 2rem;
}
.notice_frame .notice_box dl dt.close::before {
  content: "";
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #3E3E3E;
  font-family: "kosugimaru_regular", "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;
  line-height: 120%;
  display: none;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd a {
  color: #C8744C;
}
.notice_frame .notice_box dl dd p a {
  color: #C8744C;
}
.notice_frame .notice_line_bottom {
  width: 96%;
  height: 4px;
  border: none;
  background-image: linear-gradient(to right, #7ACCB8 4px, transparent 4px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: left top;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    margin: 0 auto 0 auto;
    width: 1100px;
    padding: 0 0 85px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
  .notice_frame h2.top_title_notice {
    font-family: "kosugimaru_regular";
    font-weight: bold;
    font-size: 3.4rem;
    color: #EC6685;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 80px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0px;
    z-index: 2;
  }
  .notice_frame h2.top_title_notice span {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    color: #FBBBCF;
    font-family: "cabin_regular";
    font-size: 2rem;
    font-weight: normal;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  .notice_frame h2.top_title_notice::before {
    content: "";
    display: block;
    width: 124.569px;
    height: 75.371px;
    background: url("../img/h2_info_left.svg") no-repeat;
    background-size: contain;
    margin: -44px 34px 0 0;
  }
  .notice_frame h2.top_title_notice::after {
    content: "";
    display: block;
    width: 111.955px;
    height: 124.75px;
    background: url("../img/h2_info_right.svg") no-repeat;
    background-size: contain;
    margin: -95px 0 0 33px;
  }
  .notice_frame .notice_line_up {
    width: 100%;
    height: 4px;
    border: none;
    background-image: linear-gradient(to right, #7ACCB8 4px, transparent 4px);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left top;
    position: relative;
    z-index: 1;
    top: -6px;
    margin: 0;
  }
  .notice_frame .notice_line_up::after {
    content: "";
    width: 498px;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .notice_frame .notice_box {
    width: 1100px;
    height: auto;
    margin: 56px auto 0 auto;
    padding: 0 0 42px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow-wrap: break-word;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl dt {
    color: #C8744C;
    margin: 0 0 0 0;
    padding: 6px 0 0 30px;
    font-family: "kosugimaru_regular";
    font-family: "bace_font";
    font-size: 2.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 100%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 19.63px;
    height: 19.63px;
    background: url("../img/icon11.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_frame .notice_box dl dt.close {
    padding: 6px 0 0 30px;
  }
  .notice_frame .notice_box dl dt.close::before {
    content: "";
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd {
    margin: 0px 0 0 0;
    padding: 0 0 0 30px;
    color: #3E3E3E;
    font-family: "kosugimaru_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 160%;
    display: none;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd a {
    color: #D6577E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd a:hover {
    color: #508BB7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd p {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    line-height: 175%;
  }
  .notice_frame .notice_box dl dd p a {
    color: #D6577E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd p a:hover {
    color: #508BB7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_line_bottom {
    width: 100%;
    height: 4px;
    border: none;
    background-image: linear-gradient(to right, #7ACCB8 4px, transparent 4px);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
/* -----------------------------------------------------------
クリニックの特長
----------------------------------------------------------- */
.features_bg {
  width: 100%;
  background-color: #FEF7DF;
}
.features_bg .features_frame {
  margin: 0 0 0 0;
  width: 100%;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.features_bg .features_frame h2.top_title_features {
  font-family: "kosugimaru_regular";
  font-weight: bold;
  font-size: 2rem;
  color: #EC6685;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -0.2rem;
  z-index: 2;
}
.features_bg .features_frame h2.top_title_features span {
  position: absolute;
  top: 0.8rem;
  left: 0;
  right: 0;
  color: #FBBBCF;
  font-family: "cabin_regular";
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
}
.features_bg .features_frame h2.top_title_features::before {
  content: "";
  display: block;
  width: 6rem;
  height: 4rem;
  background: url("../img/h2_feature_left.svg") no-repeat;
  background-size: contain;
  margin: -0.8rem 0.7rem 0 0;
}
.features_bg .features_frame h2.top_title_features::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("../img/h2_feature_right.svg") no-repeat;
  background-size: contain;
  margin: 0 0 0 0.7rem;
}
.features_bg .features_frame .feature_box_area {
  width: 96%;
  margin: 0 auto 2rem auto;
}
.features_bg .features_frame .feature_box_area .feature_box {
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 1rem 1rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_sub_box h3.features_sub_title {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 1.8rem;
  color: #C8744C;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index_feature_title_bg.svg") no-repeat;
  background-position: left top;
  background-size: 4rem;
  line-height: 120%;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_sub_box h3.features_sub_title span {
  color: #EC6685;
  font-size: 2.5rem;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_sub_box .features_text {
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 1.4rem;
  color: #242424;
  line-height: 140%;
  text-align: justify;
  margin: 0 0 0 1.1rem;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img {
  width: 80%;
  height: 60vw;
  margin: 1rem auto 0 auto;
  position: relative;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi1 {
  display: block;
  width: 85%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.no1 {
  display: block;
  width: 22%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi2 {
  display: block;
  width: 85%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.no2 {
  display: block;
  width: 30%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi3 {
  display: block;
  width: 85%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.no3 {
  display: block;
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi4 {
  display: block;
  width: 85%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.no4 {
  display: block;
  width: 30%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi5 {
  display: block;
  width: 85%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.features_bg .features_frame .feature_box_area .feature_box .feature_img img.no5 {
  display: block;
  width: 28%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media screen and (min-width: 768px), print {
  .features_bg {
    width: 100%;
    background-color: #FEF7DF;
    position: relative;
  }
  .features_bg::before {
    content: "";
    display: block;
    width: 330.604px;
    height: 334px;
    background: url("../img/index_feature_bg_left.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: 50px;
    z-index: 1;
  }
  .features_bg::after {
    content: "";
    display: block;
    width: 330.604px;
    height: 334px;
    background: url("../img/index_feature_bg_right.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 64px;
    right: 36px;
    z-index: 1;
  }
  .features_bg .features_frame {
    margin: 0 auto 0 auto;
    width: 1100px;
    padding: 0 0 36px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    position: relative;
    z-index: 2;
  }
  .features_bg .features_frame h2.top_title_features {
    font-family: "kosugimaru_regular";
    font-weight: bold;
    font-size: 3.4rem;
    color: #EC6685;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 80px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -28px;
    z-index: 2;
  }
  .features_bg .features_frame h2.top_title_features span {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    color: #FBBBCF;
    font-family: "cabin_regular";
    font-size: 2rem;
    font-weight: normal;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  .features_bg .features_frame h2.top_title_features::before {
    content: "";
    display: block;
    width: 175.339px;
    height: 97.253px;
    background: url("../img/h2_feature_left.svg") no-repeat;
    background-size: contain;
    margin: -60px 34px 0 0;
  }
  .features_bg .features_frame h2.top_title_features::after {
    content: "";
    display: block;
    width: 162.706px;
    height: 109.103px;
    background: url("../img/h2_feature_right.svg") no-repeat;
    background-size: contain;
    margin: -78px 0 0 33px;
  }
  .features_bg .features_frame .feature_box_area {
    width: 1100px;
    margin: 19px 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;
    background-color: #FEF7DF;
  }
  .features_bg .features_frame .feature_box_area .feature_box {
    width: 519px;
    margin: 0 0 47px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: visible;
  }
  .features_bg .features_frame .feature_box_area .feature_box.fb_01 {
    height: 389.33px;
  }
  .features_bg .features_frame .feature_box_area .feature_box.fb_02 {
    height: 389.33px;
  }
  .features_bg .features_frame .feature_box_area .feature_box.fb_03 {
    height: 329.45px;
  }
  .features_bg .features_frame .feature_box_area .feature_box.fb_04 {
    height: 329.45px;
  }
  .features_bg .features_frame .feature_box_area .feature_box.fb_05 {
    height: 329.45px;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box {
    z-index: 2;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box.fsb_01 {
    width: 280px;
    position: absolute;
    top: 117px;
    left: 0;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box.fsb_02 {
    width: 289px;
    position: absolute;
    top: 117px;
    left: 0;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box.fsb_03 {
    width: 290px;
    position: absolute;
    top: 140px;
    left: 0;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box.fsb_04 {
    width: 289px;
    position: absolute;
    top: 140px;
    left: 0;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box.fsb_05 {
    width: 289px;
    position: absolute;
    top: 140px;
    left: 0;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box h3.features_sub_title {
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 2.2rem;
    color: #C8744C;
    padding: 39px 0 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_feature_title_bg.svg") no-repeat;
    background-position: left top;
    background-size: 83px;
    line-height: 137%;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box h3.features_sub_title span {
    color: #EC6685;
    font-size: 3.8rem;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_sub_box .features_text {
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 1.6rem;
    color: #242424;
    line-height: 160%;
    text-align: justify;
    margin: 14px 0 0 24px;
    letter-spacing: 0;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img {
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img.fi01 {
    width: 276px;
    height: 387px;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img.fi02 {
    width: 276px;
    height: 389px;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img.fi03 {
    width: 346px;
    height: 290px;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img.fi04 {
    width: 300px;
    height: 290px;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img.fi05 {
    width: 300px;
    height: 387px;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi1 {
    display: block;
    width: 276px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.no1 {
    display: block;
    width: 63.92px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 48px;
    z-index: 2;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi2 {
    display: block;
    width: 276px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.no2 {
    display: block;
    width: 109.573px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 13px;
    z-index: 2;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi3 {
    display: block;
    width: 276px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.no3 {
    display: block;
    width: 99px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi4 {
    display: block;
    width: 276px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.no4 {
    display: block;
    width: 89.721px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.fi5 {
    display: block;
    width: 276px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .features_bg .features_frame .feature_box_area .feature_box .feature_img img.no5 {
    display: block;
    width: 80px;
    height: auto;
    position: absolute;
    bottom: 30px;
    right: 48px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .features_bg {
    width: 100%;
    background-color: #FEF7DF;
    position: relative;
  }
  .features_bg::before {
    content: "";
    display: block;
    width: 330.604px;
    height: 334px;
    background: url("../img/index_feature_bg_left.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: -150px;
    z-index: 1;
  }
  .features_bg::after {
    content: "";
    display: block;
    width: 330.604px;
    height: 334px;
    background: url("../img/index_feature_bg_right.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 64px;
    right: -150px;
    z-index: 1;
  }
}
/* -----------------------------------------------------------
診療内容
----------------------------------------------------------- */
.clinic_frame {
  margin: 0 0 0 0;
  width: 100%;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.clinic_frame h2.top_title_clinic {
  font-family: "kosugimaru_regular";
  font-weight: bold;
  font-size: 2rem;
  color: #EC6685;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -0.2rem;
  z-index: 2;
}
.clinic_frame h2.top_title_clinic span {
  position: absolute;
  top: 0.8rem;
  left: 0;
  right: 0;
  color: #FBBBCF;
  font-family: "cabin_regular";
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
}
.clinic_frame h2.top_title_clinic::before {
  content: "";
  display: block;
  width: 7rem;
  height: 6rem;
  background: url("../img/h2_clinic_left.svg") no-repeat;
  background-size: contain;
  margin: -1.3rem 1rem 0 0;
}
.clinic_frame h2.top_title_clinic::after {
  content: "";
  display: block;
  width: 7rem;
  height: 6rem;
  background: url("../img/h2_clinic_right.svg") no-repeat;
  background-size: contain;
  margin: -1.3rem 0 0 1rem;
}
.clinic_frame ul.clinic_list {
  width: 96%;
  margin: 3rem auto 0 auto;
  list-style-type: 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;
}
.clinic_frame ul.clinic_list li {
  width: 48%;
  margin: 0 0 4rem 0;
  text-align: center;
}
.clinic_frame ul.clinic_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #AF6745;
  font-family: "kosugimaru_regular";
  font-size: 1.6rem;
  font-weight: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.clinic_frame ul.clinic_list li a::before {
  content: "";
  margin: 0 auto 1.5rem auto;
  width: 10rem;
  height: 10rem;
  -webkit-box-shadow: -8px 8px 0 #F2EEE0;
          box-shadow: -8px 8px 0 #F2EEE0;
  border-radius: 50%;
  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-size: 5.5rem;
  font-weight: normal;
  background-color: #ffffff;
  color: #FEF7DF;
}
.clinic_frame ul.clinic_list li.pediatrics a::before {
  font-family: "fontello";
  content: "\e817";
  background-color: #D69474;
}
.clinic_frame ul.clinic_list li.infection a::before {
  font-family: "fontello";
  content: "\e818";
  background-color: #DEC87F;
}
.clinic_frame ul.clinic_list li.allergy a::before {
  font-family: "fontello";
  content: "\e819";
  background-color: #D69474;
}
.clinic_frame ul.clinic_list li.cold a::before {
  font-family: "fontello";
  content: "\e81a";
  background-color: #DEC87F;
}
.clinic_frame ul.clinic_list li.enuresis a::before {
  font-family: "fontello";
  content: "\e81b";
  background-color: #D69474;
}
.clinic_frame ul.clinic_list li.constipation a::before {
  font-family: "fontello";
  content: "\e81c";
  background-color: #DEC87F;
}
.clinic_frame ul.clinic_list li.dermatology a::before {
  font-family: "fontello";
  content: "\e81d";
  background-color: #DEC87F;
}
.clinic_frame ul.clinic_list li.babyfood a::before {
  font-family: "fontello";
  content: "\e81e";
  background-color: #D69474;
}
.clinic_frame ul.clinic_list li.consultation a::before {
  font-family: "fontello";
  content: "\e81f";
  background-color: #DEC87F;
}
.clinic_frame ul.clinic_list li.rear a::before {
  font-family: "fontello";
  content: "\e820";
  background-color: #D69474;
}
.clinic_frame ul.clinic_list li.vaccination a::before {
  font-family: "fontello";
  content: "\e821";
  background-color: #DEC87F;
}
.clinic_frame ul.clinic_list li.checkup a::before {
  font-family: "fontello";
  content: "\e822";
  background-color: #D69474;
}

@media screen and (min-width: 768px), print {
  .clinic_frame {
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 0 52px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
  .clinic_frame h2.top_title_clinic {
    font-family: "kosugimaru_regular";
    font-weight: bold;
    font-size: 3.4rem;
    color: #EC6685;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 78px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -28px;
    z-index: 2;
  }
  .clinic_frame h2.top_title_clinic span {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    color: #FBBBCF;
    font-family: "cabin_regular";
    font-size: 2rem;
    font-weight: normal;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  .clinic_frame h2.top_title_clinic::before {
    content: "";
    display: block;
    width: 167.626px;
    height: 110.869px;
    background: url("../img/h2_clinic_left.svg") no-repeat;
    background-size: contain;
    margin: -74px 34px 0 0;
  }
  .clinic_frame h2.top_title_clinic::after {
    content: "";
    display: block;
    width: 143.332px;
    height: 97.063px;
    background: url("../img/h2_clinic_right.svg") no-repeat;
    background-size: contain;
    margin: -63px 0 0 33px;
  }
  .clinic_frame ul.clinic_list {
    width: 1100px;
    margin: 19px auto 0 auto;
    list-style-type: 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;
  }
  .clinic_frame ul.clinic_list li {
    width: 136px;
    margin: 0 56.8px 38px 0;
    text-align: center;
  }
  .clinic_frame ul.clinic_list li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #AF6745;
    font-family: "kosugimaru_regular";
    font-size: 2rem;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .clinic_frame ul.clinic_list li a::before {
    content: "";
    margin: 0 auto 18px auto;
    width: 128px;
    height: 128px;
    -webkit-box-shadow: -8px 8px 0 #F2EEE0;
            box-shadow: -8px 8px 0 #F2EEE0;
    border-radius: 50%;
    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-size: 5.5rem;
    font-weight: normal;
    background-color: #ffffff;
    color: #FEF7DF;
  }
  .clinic_frame ul.clinic_list li a:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .clinic_frame ul.clinic_list li:nth-child(6n) {
    margin: 0 0 37px 0;
  }
  .clinic_frame ul.clinic_list li.pediatrics a::before {
    font-family: "fontello";
    content: "\e817";
    background-color: #D69474;
  }
  .clinic_frame ul.clinic_list li.infection a::before {
    font-family: "fontello";
    content: "\e818";
    background-color: #DEC87F;
  }
  .clinic_frame ul.clinic_list li.allergy a::before {
    font-family: "fontello";
    content: "\e819";
    background-color: #D69474;
  }
  .clinic_frame ul.clinic_list li.cold a::before {
    font-family: "fontello";
    content: "\e81a";
    background-color: #DEC87F;
  }
  .clinic_frame ul.clinic_list li.enuresis a::before {
    font-family: "fontello";
    content: "\e81b";
    background-color: #D69474;
  }
  .clinic_frame ul.clinic_list li.constipation a::before {
    font-family: "fontello";
    content: "\e81c";
    background-color: #DEC87F;
  }
  .clinic_frame ul.clinic_list li.dermatology a::before {
    font-family: "fontello";
    content: "\e81d";
    background-color: #DEC87F;
  }
  .clinic_frame ul.clinic_list li.babyfood a::before {
    font-family: "fontello";
    content: "\e81e";
    background-color: #D69474;
  }
  .clinic_frame ul.clinic_list li.consultation a::before {
    font-family: "fontello";
    content: "\e81f";
    background-color: #DEC87F;
  }
  .clinic_frame ul.clinic_list li.rear a::before {
    font-family: "fontello";
    content: "\e820";
    background-color: #D69474;
  }
  .clinic_frame ul.clinic_list li.vaccination a::before {
    font-family: "fontello";
    content: "\e821";
    background-color: #DEC87F;
  }
  .clinic_frame ul.clinic_list li.checkup a::before {
    font-family: "fontello";
    content: "\e822";
    background-color: #D69474;
  }
}
/* -----------------------------------------------------------
バナー
----------------------------------------------------------- */
.bana_frame {
  width: 100%;
  background-color: #FEF7DF;
  padding: 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bana_frame ul.bana_link {
  list-style-type: none;
  width: 96%;
  margin: 0 auto;
}
.bana_frame ul.bana_link li {
  width: 100%;
  margin: 0 0 2rem 0;
}
.bana_frame ul.bana_link li a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.bana_frame ul.bana_link li a img {
  width: 100%;
  height: auto;
  display: block;
}
.bana_frame ul.bana_link li:last-child {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .bana_frame {
    width: 100%;
    height: 354px;
    background-color: #FEF7DF;
    padding: 88px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .bana_frame::before {
    content: "";
    display: block;
    width: 303.324px;
    height: 250.129px;
    background: url("../img/index_bana_bg_left.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -39px;
    left: 70px;
    z-index: 1;
  }
  .bana_frame::after {
    content: "";
    display: block;
    width: 287.635px;
    height: 265.889px;
    background: url("../img/index_bana_bg_right.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 1;
  }
  .bana_frame ul.bana_link {
    list-style-type: none;
    width: 904px;
    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;
    position: relative;
    z-index: 2;
  }
  .bana_frame ul.bana_link li {
    width: 410px;
    margin: 0 0 0 0;
  }
  .bana_frame ul.bana_link li a {
    display: block;
    text-decoration: none;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bana_frame ul.bana_link li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .bana_frame ul.bana_link li a:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .bana_frame ul.bana_link li:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .bana_frame {
    width: 100%;
    height: 354px;
    background-color: #FEF7DF;
    padding: 88px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .bana_frame::before {
    content: "";
    display: block;
    width: 303.324px;
    height: 250.129px;
    background: url("../img/index_bana_bg_left.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -39px;
    left: -110px;
    z-index: 1;
  }
  .bana_frame::after {
    content: "";
    display: block;
    width: 287.635px;
    height: 265.889px;
    background: url("../img/index_bana_bg_right.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -110px;
    z-index: 1;
  }
}
/* -----------------------------------------------------------
　画像ループ
----------------------------------------------------------- */
.loop_box {
  width: 100%;
  position: relative;
  z-index: 2;
  top: -1rem;
}
.loop_box a.clinic_here {
  width: 10rem;
  height: 10rem;
  background: url("../img/index_about_bg.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.35rem;
  right: 0.5rem;
  z-index: 2;
  font-family: "kosugimaru_regular";
  font-weight: normal;
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 0 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  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;
}
.loop_box .loop_css {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 80%;
  overflow: hidden;
  margin: 0 20% 0 0;
  z-index: 1;
}
.loop_box .loop_css ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 4125px;
  margin: 0;
  padding: 0;
}
.loop_box .loop_css ul li {
  display: inline-block;
  width: 50vw;
  min-width: 250px;
  margin: 0 10px 0 10px;
  list-style: none;
  text-align: center;
}
.loop_box .loop_css ul li a {
  display: block;
}
.loop_box .loop_css ul li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
.loop_box .loop_css ul:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.loop_box .loop_css ul + ul {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
.loop_box .loop_css:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.loop_box .loop_js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3600px;
  height: 150px;
  overflow: hidden;
}
.loop_box .loop_js > * {
  width: 33.333333%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .loop_box {
    width: 100%;
    position: relative;
    z-index: 2;
    top: -30px;
    left: -50%;
    margin: 0 0 0 416px;
  }
  .loop_box a.clinic_here {
    width: 184px;
    height: 184px;
    background: url("../img/index_about_bg.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: -134px;
    z-index: 2;
    font-family: "kosugimaru_regular";
    font-weight: normal;
    font-size: 1.8rem;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 0 0 35px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 145%;
    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;
  }
  .loop_box a.clinic_here:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .loop_box .loop_css {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .loop_box .loop_css ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 3200px;
    margin: 0;
    padding: 0;
  }
  .loop_box .loop_css ul li {
    display: inline-block;
    width: 50vw;
    max-width: 300px;
    margin: 0 5px 0 5px;
    list-style: none;
    text-align: center;
  }
  .loop_box .loop_css ul li a {
    display: block;
  }
  .loop_box .loop_css ul li img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .loop_box .loop_css ul:first-child {
    -webkit-animation: loop 120s -60s linear infinite;
    animation: loop 120s -60s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .loop_box .loop_css ul + ul {
    -webkit-animation: loop2 120s linear infinite;
    animation: loop2 120s linear infinite;
  }
  .loop_box .loop_css:hover ul {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  .loop_box .loop_js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2550px;
    height: 200px;
    overflow: hidden;
  }
  .loop_box .loop_js > * {
    width: 33.333333%;
    height: auto;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo_box {
  width: 100%;
  background: url("../img/index_overview_bg_left.svg"), url("../img/index_overview_bg_right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom -0.1rem, right bottom -0.1rem;
  background-size: 30%, 30%;
  padding: 0 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo_box .overview_logo {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.overview .overview_logo_box .overview_logo img {
  width: 100%;
  height: auto;
}
.overview .overview_box_bg {
  width: 100%;
  background-color: #FEF7DF;
}
.overview .overview_box_bg .overview_box {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*左側*/
  /*右側*/
}
.overview .overview_box_bg .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list {
  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%;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  color: #3E3E3E;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dt span {
  background-color: #D69474;
  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;
  border-radius: 2rem;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd {
  width: 72%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3E3E3E;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd ul {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.6rem;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd ul li.train {
  background: url("../img/icon29.svg") no-repeat;
  background-size: 1.2rem;
  background-position: left top;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd ul li.bus {
  background: url("../img/icon30.svg") no-repeat;
  background-size: 1.4rem;
  background-position: left top;
}
.overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd a {
  color: #3E3E3E;
  text-decoration: none;
}
.overview .overview_box_bg .overview_box .overview_info_box_right {
  margin: 0 0 0 0;
}
.overview .overview_box_bg .overview_box .overview_info_box_right .overview_timetable {
  width: 96%;
  margin: 0 auto;
}

iframe.googlemap {
  width: 100%;
  height: 500px;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo_box {
    width: 100%;
    background: url("../img/index_overview_bg_left.svg"), url("../img/index_overview_bg_right.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom -4px, right bottom -4px;
    background-size: 520.485px, 538.595px;
    padding: 0 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo_box .overview_logo {
    width: 669.2px;
    margin: 0 auto;
    display: block;
  }
  .overview .overview_logo_box .overview_logo img {
    width: 100%;
    height: auto;
  }
  .overview .overview_box_bg {
    width: 100%;
    background-color: #FEF7DF;
    padding: 0 0 21px 0;
  }
  .overview .overview_box_bg .overview_box {
    width: 1100px;
    margin: 0 auto;
    padding: 48px 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_bg .overview_box .overview_info_box_left {
    width: 550px;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list {
    width: 470px;
    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;
    font-size: 1.8rem;
    line-height: 150%;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dt {
    width: 96px;
    margin: 0 0 23px 0;
    color: #3E3E3E;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dt.tel {
    margin: 0 0 40px 0;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dt span {
    background-color: #D69474;
    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;
    border-radius: 2rem;
    width: 96px;
    height: 30px;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd {
    width: 360px;
    margin: 0 0 23px 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #3E3E3E;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd.tel {
    margin: 0 0 40px 0;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd ul {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 0 0;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd ul li {
    margin: 0 0 11px 0;
    padding: 0 0 0 26px;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd ul li.train {
    background: url("../img/icon29.svg") no-repeat;
    background-size: 16.49px;
    background-position: left top;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd ul li.bus {
    background: url("../img/icon30.svg") no-repeat;
    background-size: 22.49px;
    background-position: left top;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #3E3E3E;
    text-decoration: none;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_right {
    width: 550px;
    margin: 0 0 0 0;
  }
  .overview .overview_box_bg .overview_box .overview_info_box_right .overview_timetable {
    width: 100%;
    margin: 0;
  }
  iframe.googlemap {
    width: 100%;
    height: 543px;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .overview {
    width: 100%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo_box {
    width: 100%;
    background: url("../img/index_overview_bg_left.svg"), url("../img/index_overview_bg_right.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left -250px bottom -4px, right -250px bottom -4px;
    background-size: 520.485px, 538.595px;
    padding: 0 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo_box .overview_logo {
    width: 669.2px;
    margin: 0 auto;
    display: block;
  }
  .overview .overview_logo_box .overview_logo img {
    width: 100%;
    height: auto;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
  /*
  width: 96%;
  margin: 0 auto;

  ul.footer_list{
    line-height:130%;
    font-size:1.2rem;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;  
    li{
      width: 48%;
      margin:0 0 1.2rem 0;
      padding: 0 0 0 0;
      list-style-type:none;  
      position: relative;
      box-sizing: border-box;
      a{
        color: $color_white;
        text-decoration: none;
        text-align: left;
        display: block;
        font-size: 1.4rem;
        font-weight: normal;
      }
      &.treatment{
        display: none;
      }       
    }
  }    
  .subtitle{
    font-size: 1.4rem;
    font-weight: normal;
    margin: 2rem 0 1.4rem 0;
    border-bottom: $color_white 1px solid;
    color: $color_white;
    text-align: left;
    padding: 0 0 0.5rem 0;      
  }
  */
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-family: "kosugimaru_regular";
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background: url("../img/footer_bg.png");
  background-repeat: repeat;
  background-size: 88px;
  background-position: left top;
}
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;
  background: url("../img/footer_bg.png");
  background-repeat: repeat;
  background-size: 88px;
  background-position: left top;
}
.footer_link a.footer_tel {
  width: 45%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "kosugimaru_regular";
  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: 40%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "kosugimaru_regular";
  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;
  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: 45px 0 0 0;
    background: url("../img/footer_bg.png");
    background-repeat: repeat;
    background-size: 88px;
    background-position: left top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1100px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    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;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    height: 18px;
    margin: 0 28px 34px 0;
    padding: 0 28px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 100%;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.8rem;
    position: relative;
    line-height: 100%;
  }
  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: 2px solid #ffffff;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -5px;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame ul.footer_list.aside_list li {
    margin: 0 28px 10px 0;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    height: 60px;
    width: 100%;
    letter-spacing: 0.05em;
    background: 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    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: 2px 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: 88px;
    height: 88px;
  }
  #pagetop_position #linkpagetop a img {
    width: 88px;
    height: 88px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop_position #linkpagetop a img:hover {
    -webkit-filter: saturate(180%);
            filter: saturate(180%);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop {
    position: fixed;
    bottom: 193px;
    right: 13%;
    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: 88px;
    height: 88px;
  }
  #pagetop_position #linkpagetop a img {
    width: 88px;
    height: 88px;
  }
  #pagetop {
    position: fixed;
    bottom: 193px;
    right: 2%;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */