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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游ゴシック*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*こげ茶*/
/*こげ茶*/
/*黒透明*/
/*青*/
/*灰色*/
/*茶色*/
/*灰色*/
/*紫色*/
/*茶色*/
/*赤茶色*/
/*以下未使用*/
/*赤*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notosansjp_regular";
  src: url(../font/NotoSansJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_bold";
  src: url(../font/NotoSansJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "JosefinSans_regular";
  src: url(../font/JosefinSans-Regular.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "JosefinSans_bold";
  src: url(../font/JosefinSans-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.txt_red {
  color: #ff0000;
}

/* 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;
  }
}
/* flex回り -------------------------------------- */
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2rem;
}
.flex2.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex2 > section, .flex2 > li, .flex2 > div {
  width: 100%;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 768px), print {
  .flex2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
/* 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: 999;
  background-color: #442D27;
  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.2rem;
  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 ul {
  display: none;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul li a {
  background-color: #442D27;
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #ffffff 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul li a br.ajs {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.treatment 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;
}
.main_nav_sp .openNav {
  display: block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@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: 999;
  padding: 0 0 0.6rem 0;
  background-color: #250A03;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  color: #812874;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.15em;
}
h2.top_title span {
  display: block;
  color: #812874;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0.8rem 0 0 0;
  letter-spacing: 0.1em;
}
h2.link_title {
  color: #ffffff;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
}
h2.link_title span {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0 0 0 0.8rem;
  letter-spacing: 0.1em;
}
h2.low {
  color: #812874;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0 0 0 0;
  margin: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h2.low::after {
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 20%;
  border-bottom: #812874 2px solid;
}
h2.low .ruby::after {
  content: attr(data-ruby);
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 0.4rem;
  line-height: 1.2;
  margin-left: 0.5rem;
}
h2.first {
  margin: 0 0 2rem 0;
}
h2.modal {
  color: #FF0004;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0 0 0 0;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
h2.modal::after {
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 20%;
  border-bottom: #333 2px solid;
}

h3.low {
  color: #ffffff;
  background-color: #8B4627;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}
h3[data-ruby]::after {
  content: "ー " attr(data-ruby) " ー";
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 0.4rem;
  line-height: 1.2;
  margin-left: 0.4rem;
}
h3 .block {
  display: block;
}
h3 .block:not(:last-of-type) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: #ffffff 1px solid;
}
h3 .block[data-ruby]::after {
  content: "ー " attr(data-ruby) " ー";
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 0.4rem;
  line-height: 1.2;
  margin-left: 0.4rem;
}
h3.low_h5 {
  color: #250A03;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 120%;
  margin: 1rem 0 1.5rem;
  background: url(../img/icon_h5.png) no-repeat;
  background-size: 5%;
  background-position: left bottom 0.2rem;
}

h4.low {
  color: #250A03;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.7rem;
  text-align: left;
  font-weight: bold;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  line-height: 120%;
  border-bottom: #CCCCCC 2px solid;
  position: relative;
}
h4.low::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 15%;
  height: inherit;
  border-bottom: #250A03 2px solid;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #250A03;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 120%;
  margin: 2rem 0 1.5rem 0;
  background: url(../img/icon_h5.png) no-repeat;
  background-size: 5%;
  background-position: left bottom 0.1rem;
}
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.top_title {
    color: #812874;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.15em;
  }
  h2.top_title span {
    display: block;
    color: #812874;
    font-weight: normal;
    font-size: 1.4rem;
    margin: 20px 0 0 0;
    letter-spacing: 0.1em;
  }
  h2.link_title {
    color: #ffffff;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 0.15em;
  }
  h2.link_title span {
    font-weight: normal;
    font-size: 1.4rem;
    margin: 0 0 0 20px;
    letter-spacing: 0.1em;
  }
  h2.low {
    color: #812874;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 120%;
    padding: 0 0 0 0;
    margin: 100px 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h2.low::after {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 80px;
    border-bottom: #812874 2px solid;
  }
  h2.low .ruby::after {
    content: attr(data-ruby);
    font-size: 45%;
    display: inline-block;
    margin-top: 0.4rem;
    line-height: 1.2;
    margin-left: 0.5rem;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    color: #ffffff;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    background-color: #8B4627;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 80px 0 20px 0;
    line-height: 160%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h3[data-ruby]::after {
    content: "ー " attr(data-ruby) " ー";
    font-size: 60%;
    display: inline-block;
    margin-top: 0.4rem;
    line-height: 1.2;
    margin-left: 0.8rem;
  }
  h3 .block {
    display: block;
  }
  h3 .block:not(:last-of-type) {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: #ffffff 1px solid;
  }
  h3 .block[data-ruby]::after {
    content: "ー " attr(data-ruby) " ー";
    font-size: 60%;
    display: inline-block;
    margin-top: 0.4rem;
    line-height: 1.2;
    margin-left: 0.8rem;
  }
  h3.low_h5 {
    color: #250A03;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 120%;
    margin: 20px 0 15px 20px;
    background: url(../img/icon_h5.png) no-repeat;
    background-size: 18px;
    background-position: left bottom 2px;
  }
  h4.low {
    color: #250A03;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    line-height: 120%;
    border-bottom: #CCCCCC 2px solid;
    position: relative;
  }
  h4.low::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 140px;
    height: inherit;
    border-bottom: #250A03 2px solid;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    color: #250A03;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 120%;
    margin: 30px 0 15px 0;
    background: url(../img/icon_h5.png) no-repeat;
    background-size: 18px;
    background-position: left bottom 2px;
  }
  h5.first {
    margin: 0 0 1rem 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #250A03;
  border: #250A03 1px solid;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #250A03;
  border-bottom: #250A03 1px solid;
}
table.timetable tr td i {
  font-size: 4vw;
}
table.timetable tr td i.icon-play {
  display: inline-block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #250A03;
}

dl.timetable_notice {
  width: 100%;
  margin: 1rem 0 0 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.4rem;
  line-height: 160%;
}
dl.timetable_notice dt {
  width: 25%;
  margin: 0 0 0.4rem 0;
  background-color: #63504B;
  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;
}
dl.timetable_notice dd {
  width: 73%;
  margin: 0 0 0.4rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.timetable_notice dd i {
  display: inline-block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #250A03;
    width: 10%;
    height: 40px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 28.3%;
    letter-spacing: 0.1em;
  }
  table.timetable tr th.holiday {
    width: 12%;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #250A03;
    height: 50px;
    box-sizing: border-box;
    border-bottom: #250A03 1px solid;
    padding: 0 0 0 10px;
  }
  table.timetable tr td i {
    font-size: 2rem;
    color: #250A03;
  }
  table.timetable tr td i.icon-play {
    display: inline-block;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  table.timetable tr td.time {
    width: 28.3%;
    text-align: center;
    color: #250A03;
    font-size: 1.8rem;
  }
  dl.timetable_notice {
    width: 570px;
    margin: 12px 0 0 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: 160%;
  }
  dl.timetable_notice dt {
    width: 90px;
    height: 30px;
    margin: 0 0 6px 0;
    background-color: #63504B;
    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;
  }
  dl.timetable_notice dd {
    width: 480px;
    margin: 0 0 6px 0;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.timetable_notice dd i {
    display: inline-block;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin: 0 0 0 -5px;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}
.img_center.first {
  margin-bottom: 30px;
}

.img_machine {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_machine img {
  width: 45%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    max-width: 1000px;
    height: auto;
  }
  .img_center.first {
    margin-bottom: 60px;
  }
  .img_machine {
    float: right;
    margin: 20px 12px 20px 12px;
  }
  .img_machine img {
    width: 216px;
    height: auto;
  }
}
/*リスト*/
/* 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.png) no-repeat;
  background-position: left 0.4rem top 0.5rem;
  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.png) no-repeat;
  background-position: left 0.4rem top 0.5rem;
  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.png) no-repeat;
  background-position: left 0.4rem top 0.5rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*流れ*/
ol.list_flow {
  counter-reset: number 0;
  list-style: none;
  margin: 0 0 2rem 0;
}
ol.list_flow li {
  border: #250A03 1px solid;
  border-radius: 0.5rem;
  padding: 1rem 1rem 1rem 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-increment: number 1;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.25;
}
ol.list_flow li::before {
  position: absolute;
  top: 0.8rem;
  left: 0.9rem;
  font-size: 1.6rem;
  color: #250A03;
  display: inline-block;
  content: counter(number) ".";
  letter-spacing: 0.05rem;
}
ol.list_flow li:not(:last-of-type) {
  margin-bottom: 6rem;
}
ol.list_flow li:not(:last-of-type)::after {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #442D27;
  display: block;
  margin: 0 auto;
  content: " ";
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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.8rem;
    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.8rem;
    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.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 8px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 8px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 8px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*流れ*/
  ol.list_flow {
    width: 80%;
    counter-reset: number 0;
    list-style: none;
    margin: 0 auto 2rem;
  }
  ol.list_flow li {
    border: #250A03 1px solid;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    counter-increment: number 1;
    padding: 20px 40px 20px 50px;
    font-size: 1.8rem;
    position: relative;
    line-height: 1.25;
  }
  ol.list_flow li::before {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    font-size: 2.4rem;
    color: #250A03;
    display: inline-block;
    content: counter(number) ".";
    letter-spacing: 0.1rem;
  }
  ol.list_flow li:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  ol.list_flow li:not(:last-of-type)::after {
    position: absolute;
    bottom: -6rem;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #442D27;
    display: block;
    margin: 0 auto;
    content: " ";
  }
  ol.list_flow.left {
    margin: 0 auto 2rem 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: 20%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 80%;
  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.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: #F0F0F0;
  color: #333333;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}
dl.title_box dt:first-child {
  border-top: #CCCCCC 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}

/*タイトルボックス PC横並び*/
dl.title_box2 {
  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_box2 dt {
  width: 100%;
  margin: 0;
  background-color: #F0F0F0;
  color: #333333;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}
dl.title_box2 dt:first-child {
  border-top: #CCCCCC 1px solid;
}
dl.title_box2 dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 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.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 576px;
  }
  dl.bio_list dt {
    width: 70px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 496px;
    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.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    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.8rem;
    -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: #F0F0F0;
    color: #333333;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #CCCCCC 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
  /*タイトルボックス PC横並び*/
  dl.title_box2 {
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box2 dt {
    width: 20%;
    text-align: center;
    margin: 0;
    background-color: #F0F0F0;
    color: #333333;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
  dl.title_box2 dt:first-child {
    border-top: #CCCCCC 1px solid;
  }
  dl.title_box2 dd {
    width: 80%;
    margin: 0;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: none;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
  dl.title_box2 dd:first-of-type {
    border-top: #CCCCCC 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #442D27;
  text-align: center;
  display: block;
  margin: 30px auto;
}

/*強調*/
.emphasis {
  background-color: #F5F5F4;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis.message p {
  text-align: left;
}
.emphasis.mb_none {
  margin-bottom: 0;
}

/*強調*/
.emphasis2 {
  border: #F9F9F9 7px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis2 p.mb_none {
  margin: 0;
}

/*二列*/
/*画像二列*/
.two_img {
  text-align: center;
}
.two_img figure {
  width: 100%;
}
.two_img figure img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}

/*画像三列*/
.three_img {
  text-align: center;
}
.three_img figure {
  width: 100%;
}
.three_img figure img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}

/*下層電話*/
.low_tel {
  margin: 0 0 1rem 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-size: 2.4rem;
  font-weight: bold;
}
.low_tel span i {
  font-size: 2.4rem;
}

/*ルビ*/
.ruby::after {
  content: attr(data-ruby);
  font-size: 1rem;
  display: inline-block;
  line-height: 1.2;
  margin: 0 0.1rem;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #442D27;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .tow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .tow_box section {
    width: 48%;
  }
  /*画像二列*/
  .two_img {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .two_img figure {
    width: 600px;
  }
  .two_img figure img {
    width: 600px;
    height: auto;
    display: block;
    margin: 0;
  }
  /*画像三列*/
  .three_img {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .three_img figure {
    width: 400px;
  }
  .three_img figure img {
    width: 400px;
    height: auto;
    display: block;
    margin: 0;
  }
  /*強調*/
  .emphasis {
    background-color: #F5F5F4;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis.message p {
    text-align: center;
  }
  .emphasis.mb_none {
    margin-bottom: 0;
  }
  /*強調*/
  .emphasis2 {
    border: #F9F9F9 10px solid;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis2 p.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-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .ruby::after {
    content: data-ruby;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.2;
    margin: 0 0.2rem;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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: #333333;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
ul.pankuzu_list li a span {
  font-size: 1rem;
  margin: 0 0.1rem;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #333333;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
  }
  ul.pankuzu_list li a span {
    font-size: 1.2rem;
    margin: 0 0.2rem;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  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: 15%;
  padding: 0.5rem;
  color: #ffffff;
  border: #CCCCCC 1px solid;
  background-color: #555555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr td {
  width: 85%;
  padding: 0.5rem;
  border: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.8rem;
    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: 10%;
    padding: 20px;
    color: #ffffff;
    border: #CCCCCC 1px solid;
    background-color: #555555;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 90%;
    padding: 20px;
    border: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.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: #333333;
  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: #333333;
    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: #250A03 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #442D27;
  padding: 1rem;
  text-decoration: none;
  color: #333333;
}
.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: #333333;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #333333;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #250A03 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #442D27;
    padding: 20px;
    text-decoration: none;
    color: #333333;
    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: #333333;
    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: #333333;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.link_text {
  color: #036EB8;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  text-decoration: underline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.link_text2 {
  color: #A80001;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  text-decoration: none;
  border-bottom: #A80001 1px solid;
  padding: 0 0 0.1rem 0.1rem;
  margin-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.link_text2::before {
  position: absolute;
  top: 0.1rem;
  left: -2rem;
  content: "→";
  display: inline-block;
}

.low_button {
  background-color: #ffffff;
  color: #A80001;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  width: auto;
  max-width: 70%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 1rem 10.5%;
  border-radius: 0.5rem;
  border: #A80001 1px solid;
  line-height: 100%;
  background: url("../img/icon_arrow01.svg") no-repeat;
  background-position: right 5% 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;
}

.low_button2 {
  background-color: #ffffff;
  color: #036EB8;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  width: auto;
  max-width: 70%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 1rem 10.5%;
  border-radius: 0.5rem;
  border: #036EB8 1px solid;
  line-height: 100%;
  background: url("../img/icon_arrow02.svg") no-repeat;
  background-position: right 5% 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;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #036EB8;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    text-decoration: underline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .link_text:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .link_text2 {
    color: #A80001;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    text-decoration: none;
    border-bottom: #A80001 1px solid;
    padding: 0 0 2px 0;
    margin-left: 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .link_text2::before {
    position: absolute;
    top: 0.1rem;
    left: -4rem;
    content: "→";
    display: inline-block;
    margin-right: 3rem;
  }
  .link_text2:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #ffffff;
    color: #A80001;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    width: auto;
    max-width: 280px;
    height: auto;
    min-height: 65px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 50px;
    border-radius: 0.5rem;
    border: #A80001 1px solid;
    line-height: 100%;
    background-image: url("../img/icon_arrow01.svg");
    background-repeat: no-repeat;
    background-position: right 25px 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;
  }
  .low_button:hover {
    color: #ffffff;
    background-color: #A80001;
    background-image: url("../img/icon_arrow.svg");
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button2 {
    background-color: #ffffff;
    color: #036EB8;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    width: auto;
    max-width: 280px;
    height: auto;
    min-height: 65px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 50px;
    border-radius: 0.5rem;
    border: #036EB8 1px solid;
    line-height: 100%;
    background: url("../img/icon_arrow02.svg") no-repeat;
    background-position: right 25px 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;
  }
  .low_button2:hover {
    color: #ffffff;
    background-color: #036EB8;
    background-image: url("../img/icon_arrow.svg");
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*下層*/
/* 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;
}

@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;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #250A03 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box h3 {
  margin: 0 0 1rem 0;
}
.flow_box p .line_mark {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(3, 110, 184, 0.15))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(3, 110, 184, 0.15) 0%) repeat scroll 0 0;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #250A03 1px solid;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box h3 {
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
table.low_table_access {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_access caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_access tr th {
  width: 30%;
  padding: 1rem;
  color: #ffffff;
  border: #CCCCCC 1px solid;
  background-color: #555555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
table.low_table_access tr td {
  width: 70%;
  padding: 1rem;
  border: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table_access tr td span {
  color: #333333;
}
table.low_table_access tr td span a {
  color: #333333;
}

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

@media screen and (min-width: 768px), print {
  table.low_table_access {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_access caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_access tr th {
    width: 20%;
    padding: 10px;
    color: #ffffff;
    border: #CCCCCC 1px solid;
    background-color: #555555;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
  }
  table.low_table_access tr td {
    width: 80%;
    padding: 10px;
    border: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_access tr td span {
    color: #333333;
  }
  table.low_table_access tr td span a {
    color: #333333;
  }
  table.low_table_access tr td br.access {
    display: none;
  }
  table.low_table_access tr td ul {
    margin: 0 0 0 0;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　鼻の病気
----------------------------------------------------------- */
.three_img.-allergy .img_center {
  margin-bottom: 2rem;
}
.three_img.-allergy .img_center figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.4rem;
  color: #333;
}
.three_img.-allergy .img_center.-QR img {
  width: 50%;
}
@media screen and (min-width: 768px), print {
  .three_img.-allergy {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .three_img.-allergy .img_center {
    margin-bottom: 0;
  }
  .three_img.-allergy .img_center figcaption {
    text-align: center;
    font-weight: normal;
    margin: 10px 0;
    font-size: 2rem;
  }
  .three_img.-allergy .img_center.-table {
    width: 500px;
  }
  .three_img.-allergy .img_center.-table img {
    width: 100%;
  }
  .three_img.-allergy .img_center.-poster {
    width: 460px;
  }
  .three_img.-allergy .img_center.-poster img {
    width: 100%;
  }
  .three_img.-allergy .img_center.-QR {
    width: 200px;
  }
  .three_img.-allergy .img_center.-QR img {
    width: 100%;
  }
  .three_img.-allergy .img_center.-QR figcaption {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  padding: 0 0 12vw 0;
}
html.itickethtml {
  background-color: #F5F5F4;
  padding: 0;
  height: auto;
}
html.itickethtml .iticket {
  width: 100%;
  height: 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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 0;
}
html.itickethtml .iticket #info {
  text-align: center;
  font-size: 1.4rem;
  margin: 0.5rem 0 0 0;
  width: 100%;
}
html.itickethtml .iticket .offhours {
  text-align: center;
  font-size: 1.4rem;
  margin: 0;
}
html.itickethtml .iticket #iticket_tag {
  width: 100%;
}
html.itickethtml .iticket #iticket_tag .waitArea {
  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: 90%;
  margin: 1rem auto 0 auto;
}
html.itickethtml .iticket #iticket_tag .waitArea .box {
  width: 45%;
  height: 22vw;
  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;
  color: #333333;
  border: #333333 1px solid;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html.itickethtml .iticket #iticket_tag .waitArea .box p {
  padding: 0;
  margin: 0;
}
html.itickethtml .iticket #iticket_tag .waitArea .box p.title {
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
html.itickethtml .iticket #iticket_tag .waitArea .box p.num {
  font-size: 2rem;
  margin: 0 0 0 0;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #333333;
    background-color: #ffffff;
    padding: 0;
  }
  html.itickethtml {
    background-color: #F5F5F4;
    padding: 0;
    height: auto;
  }
  html.itickethtml .iticket {
    height: 100%;
    height: 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px 0 0 0;
  }
  html.itickethtml .iticket #info {
    text-align: center;
    font-size: 1.4rem;
    margin: 0;
  }
  html.itickethtml .iticket .offhours {
    text-align: center;
    font-size: 1.4rem;
    margin: 0;
  }
  html.itickethtml .iticket #iticket_tag {
    width: 100%;
  }
  html.itickethtml .iticket #iticket_tag .waitArea {
    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: 580px;
    margin: 10px auto 0 auto;
  }
  html.itickethtml .iticket #iticket_tag .waitArea .box {
    width: 270px;
    height: 136px;
    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;
    color: #333333;
    border: #333333 1px solid;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html.itickethtml .iticket #iticket_tag .waitArea .box p {
    padding: 0;
    margin: 0;
  }
  html.itickethtml .iticket #iticket_tag .waitArea .box p.title {
    font-size: 2.4rem;
    margin: 0 0 0.5rem 0;
  }
  html.itickethtml .iticket #iticket_tag .waitArea .box p.num {
    font-size: 3.6rem;
    margin: 0 0 0 0;
    font-weight: bold;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
}

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;
  }
  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;
  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;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    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: 998;
  width: 100%;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
  width: 100%;
  height: 18vw;
  position: fixed;
  top: 0;
  /*電話番号*/
  /*インスタグラム*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 28vw;
  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;
  background-color: #ffffff;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 80%;
  margin: 2vw 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: 98%;
}
header.header .header_box .header_tel {
  display: none;
}
header.header .header_box .header_instagram {
  display: none;
}
header.header .header_box .header_reservation {
  right: 11rem;
  position: absolute;
  top: 4.5rem;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  background: #036EB8;
  padding: 0.5em;
}

@media screen and (min-width: 768px), print {
  header.header {
    background-color: #ffffff;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 84px;
  }
  header.header .header_box {
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*電話番号*/
    /*インスタグラム*/
  }
  header.header .header_box .header_top {
    width: 800px;
    height: 44px;
    margin: 0 auto;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    /*ロゴ*/
  }
  header.header .header_box .header_top .head_logo {
    width: 570px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 570px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 570px;
  }
  header.header .header_box .header_tel {
    margin: 0;
    display: block;
    position: absolute;
    top: 32px;
    right: 210px;
  }
  header.header .header_box .header_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: right;
    font-size: 2.5rem;
    color: #250A03 !important;
  }
  header.header .header_box .header_tel span i {
    font-size: 2rem;
  }
  header.header .header_box .header_tel span a {
    color: #250A03 !important;
    text-decoration: none;
  }
  header.header .header_box .header_instagram {
    display: block;
    position: absolute;
    top: 32px;
    right: 160px;
    text-decoration: none;
  }
  header.header .header_box .header_instagram img {
    width: 30px;
    height: auto;
    display: block;
  }
  header.header .header_box .header_instagram:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  header.header .header_box .header_reservation {
    right: 0;
    top: 26px;
    padding: 0.5em;
    font-size: 2rem;
  }
  /*ハンバーガー*/
  .container {
    display: none;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    background-color: #250A03;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 60px;
    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: 200px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li a:hover {
    background-color: #442D27;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li ul {
    width: 600px;
    height: auto;
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: #250A03;
  }
  nav.main_nav_pc ul li ul li {
    display: block;
    width: 200px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li ul.open_nav {
    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_add {
    position: fixed;
    top: 0;
    z-index: 998;
  }
  .is-fixed {
    position: fixed !important;
    top: 20rem !important;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .is-fixed i {
    display: inline-block;
    padding-bottom: 0.3em;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  margin: 12.5vw 0 0 0;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 62vw;
}
.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_contents {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.key_visual .key_contents .key_text {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_open_frame {
  width: 100%;
}
.key_visual .key_contents .key_open_frame .key_open {
  background-color: #ffffff;
  color: #250A03;
  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: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  height: 10vw;
  margin: 0 auto;
  border-radius: 2rem;
  text-decoration: none;
}
.key_visual .key_contents .key_open_frame .key_open i {
  font-size: 1.6rem;
  color: #036EB8;
}
.key_visual .key_contents .key_open_frame .key_open .kot_large {
  font-size: 1.6rem;
}
.key_visual .key_contents .key_open_frame .key_open .kot_small {
  font-size: 1.4rem;
}
.key_visual .key_contents .key_open_frame .key_open .kot_small span {
  font-size: 1.8rem;
}
.key_visual .key_contents .key_open_frame .key_open .kot_arrow {
  font-size: 1.4rem;
  color: #036EB8;
  margin: 0 0 0 0.5rem;
}
.key_visual .key_contents .key_open_frame .key_open br {
  display: none;
}
.key_visual .key_contents .key_text2 {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 96%;
  margin: 1rem auto 0 auto;
}
.key_visual .key_contents .key_text2 .key_text2_1 {
  font-size: 1.4rem;
  line-height: 180%;
  margin: 0 0 1rem 0;
}
.key_visual .key_contents .key_text2 .key_text2_1 span {
  background-color: #ffffff;
  color: #333333;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_text2 .key_text2_2 {
  font-size: 1.4rem;
  color: #ffffff;
  margin: 0 0 1rem 0;
  line-height: 160%;
}
.key_visual .key_contents .key_text2 .key_text2_3 {
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0 0 1rem 0;
  line-height: 160%;
}
.key_visual .key_contents .key_text3 {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 96%;
  margin: 1rem auto 0 auto;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 160%;
}
.key_visual .key_contents .key_text3 p {
  margin: 0;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  margin-top: 13vw;
  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-size: 2.2rem;
  text-align: center;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 1px 0px #000000, 0px -1px 0px #000000;
}
.key_visual_low h1 span {
  font-size: 1rem;
  letter-spacing: 0.04rem;
  margin-left: 0 0.1rem;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 770px;
    margin: 0;
    overflow: hidden;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 770px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 770px;
  }
  .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_contents {
    position: relative;
    top: -770px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 2;
    width: 1200px;
    height: 770px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    float: right;
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 90px;
    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;
    color: #ffffff;
    font-size: 2.4rem;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_open_frame {
    width: 220px;
    position: absolute;
    bottom: 30px;
    left: 480px;
    margin: 0;
  }
  .key_visual .key_contents .key_open_frame .key_open {
    background-color: #ffffff;
    color: #250A03;
    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: 220px;
    height: 220px;
    margin: 0 0 0 0;
    border-radius: 50%;
    line-height: 380%;
    text-decoration: none;
  }
  .key_visual .key_contents .key_open_frame .key_open i {
    font-size: 4rem;
    color: #036EB8;
    margin: 0 0 10px 0;
  }
  .key_visual .key_contents .key_open_frame .key_open .kot_large {
    font-size: 3rem;
  }
  .key_visual .key_contents .key_open_frame .key_open .kot_small {
    font-size: 1.8rem;
  }
  .key_visual .key_contents .key_open_frame .key_open .kot_small span {
    font-size: 3.6rem;
  }
  .key_visual .key_contents .key_open_frame .key_open .kot_arrow {
    font-size: 3rem;
    color: #036EB8;
    margin: 0 0 0 0;
  }
  .key_visual .key_contents .key_open_frame .key_open br {
    display: none;
  }
  .key_visual .key_contents .key_open_frame .key_open:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .key_visual .key_contents .key_text2 {
    position: absolute;
    bottom: 185px;
    right: 0;
    width: 470px;
    height: 260px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
  .key_visual .key_contents .key_text2 .key_text2_1 {
    font-size: 2rem;
    line-height: 180%;
    margin: 0 0 0 0;
  }
  .key_visual .key_contents .key_text2 .key_text2_1 span {
    background-color: #ffffff;
    color: #333333;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_text2 .key_text2_2 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 170%;
  }
  .key_visual .key_contents .key_text2 .key_text2_3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0 0 0 0;
    line-height: 180%;
  }
  .key_visual .key_contents .key_text3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 470px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 180%;
  }
  .key_visual .key_contents .key_text3 ul.list_normal {
    font-size: 1.6rem;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 300px;
    margin-top: 0;
    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-size: 4rem;
    text-align: center;
    color: #ffffff;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 1px 0px #000000, 0px -1px 0px #000000;
  }
  .key_visual_low h1 span {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    margin: 0 0.2rem;
  }
}
/* -----------------------------------------------------------
　スプラッシュ
----------------------------------------------------------- */
.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #ffffff;
  -webkit-transition: -webkit-transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
  transition: -webkit-transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
  transition: transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
  transition: transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99), -webkit-transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
}
.splash .splash-inner {
  width: 100%;
  height: 100%;
}
.splash .splash-inner img {
  width: 70%;
  max-width: 192px;
  display: block;
  margin: 40vw auto 0 auto;
  -webkit-animation: blurFadeIn 0.9s 0.2s cubic-bezier(0.35, 0.03, 0.04, 0.92) backwards;
          animation: blurFadeIn 0.9s 0.2s cubic-bezier(0.35, 0.03, 0.04, 0.92) backwards;
}
.splash.loaded {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@-webkit-keyframes blurFadeIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -webkit-filter: blur(0.3em);
            filter: blur(0.3em);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blurFadeIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -webkit-filter: blur(0.3em);
            filter: blur(0.3em);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@media screen and (min-width: 768px), print {
  .splash {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #ffffff;
    -webkit-transition: -webkit-transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
    transition: -webkit-transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
    transition: transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
    transition: transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99), -webkit-transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
  }
  .splash .splash-inner {
    width: 100%;
    height: 100%;
  }
  .splash .splash-inner img {
    width: 192px;
    max-width: 192px;
    display: block;
    margin: 300px auto 0 auto;
    -webkit-animation: blurFadeIn 0.9s 0.2s cubic-bezier(0.35, 0.03, 0.04, 0.92) backwards;
            animation: blurFadeIn 0.9s 0.2s cubic-bezier(0.35, 0.03, 0.04, 0.92) backwards;
  }
  .splash.loaded {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  @-webkit-keyframes blurFadeIn {
    0% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      opacity: 0;
      -webkit-filter: blur(0.3em);
              filter: blur(0.3em);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }
  @keyframes blurFadeIn {
    0% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      opacity: 0;
      -webkit-filter: blur(0.3em);
              filter: blur(0.3em);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }
}
/* -----------------------------------------------------------
　キャッチコピー
----------------------------------------------------------- */
.catch_copy {
  width: 100%;
  height: 140vw;
}
.catch_copy .catch_copy_left {
  width: 100%;
  height: 70vw;
  background: url("../img/index_catch_copy_left.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 5vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch_copy .catch_copy_left .catch_copy_left_in {
  width: 90%;
  margin: 0 auto;
}
.catch_copy .catch_copy_left .catch_copy_left_in .catch1 {
  width: 60%;
  height: 10vw;
  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: 0 0 1rem 0;
}
.catch_copy .catch_copy_left .catch_copy_left_in .catch1 p {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 100%;
  color: #ffffff;
}
.catch_copy .catch_copy_left .catch_copy_left_in .catch1::after {
  content: "";
  display: block;
  width: 6%;
  height: 10vw;
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
.catch_copy .catch_copy_left .catch_copy_left_in .catch1::before {
  content: "";
  display: block;
  width: 6%;
  height: 10vw;
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
  border-left: #ffffff 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.catch_copy .catch_copy_left .catch_copy_left_in .catch2 {
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.catch_copy .catch_copy_left .catch_copy_left_in .catch2 span {
  font-size: 1.6rem;
  font-weight: bold;
}
.catch_copy .catch_copy_right {
  width: 100%;
  height: 70vw;
  background: url("../img/index_catch_copy_right.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .catch_copy {
    position: relative;
    width: 100%;
    height: 570px;
    margin: -1px 0 0 0;
    padding: 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;
    overflow: hidden;
  }
  .catch_copy .catch_copy_left {
    width: 50%;
    max-width: 1000px;
    height: 570px;
    background: url("../img/index_catch_copy_left.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catch_copy .catch_copy_left .catch_copy_left_in {
    width: 570px;
    margin: 0;
    position: absolute;
    top: 68px;
    right: 26px;
  }
  .catch_copy .catch_copy_left .catch_copy_left_in .catch1 {
    width: 316px;
    height: 70px;
    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: 0 0 62px 0;
  }
  .catch_copy .catch_copy_left .catch_copy_left_in .catch1 p {
    font-size: 3.6rem;
    font-weight: bold;
    margin: 0;
    line-height: 100%;
    color: #ffffff;
  }
  .catch_copy .catch_copy_left .catch_copy_left_in .catch1::after {
    content: "";
    display: block;
    width: 16px;
    height: 70px;
    border-top: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
    border-right: #ffffff 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
  }
  .catch_copy .catch_copy_left .catch_copy_left_in .catch1::before {
    content: "";
    display: block;
    width: 16px;
    height: 70px;
    border-top: #ffffff 2px solid;
    border-bottom: #ffffff 2px solid;
    border-left: #ffffff 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .catch_copy .catch_copy_left .catch_copy_left_in .catch2 {
    font-size: 1.8rem;
    color: #ffffff;
    margin: 0 0 54px 0;
    padding: 0 0 14px 0;
    border-bottom: #ffffff 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  .catch_copy .catch_copy_left .catch_copy_left_in .catch2 span {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .catch_copy .catch_copy_left .catch_copy_left_in .catch2 span.num {
    margin: 0 4px 0 0;
    font-weight: normal;
  }
  .catch_copy .catch_copy_right {
    width: 50%;
    max-width: 1000px;
    height: 570px;
    background: url("../img/index_catch_copy_right.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
  padding: 4rem 0 2rem 0;
}
.notice_frame .notice_title {
  border-bottom: #250A03 1px solid;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 96%;
  margin: 0 auto;
}
.notice_frame .notice_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0 2rem 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;
  border-bottom: #CCCCCC 1px solid;
  padding: 0 0 2rem 0;
}
.notice_frame .notice_box dl dt {
  color: #250A03;
  margin: 2rem 0 0.8rem 0;
  padding: 1.8rem 0 0 2rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 130%;
  border-top: #CCCCCC 1px solid;
  position: relative;
}
.notice_frame .notice_box dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\e803";
  color: #250A03;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  left: 0.1rem;
  top: 1.8rem;
  font-size: 1.4rem;
}
.notice_frame .notice_box dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\e803";
  color: #250A03;
}
.notice_frame .notice_box dl dt:first-child {
  margin: 0 0 0.8rem 0;
  border-top: none;
  padding: 1.8rem 0 0 2rem;
}
.notice_frame .notice_box dl dt.close::before {
  font-family: "fontello";
  content: " \e803";
  color: #250A03;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin: 6vw 0 0 0;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  color: #333333;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p a {
  color: #333333;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    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: 60px 0 80px 0;
  }
  .notice_frame .notice_title {
    border-bottom: none;
    border-right: #250A03 1px solid;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 240px;
    margin: 0;
  }
  .notice_frame .notice_title h2.top_title {
    width: 165px;
    white-space: nowrap;
  }
  .notice_frame .notice_box {
    width: 884px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 6px 0 24px 0;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
    border-bottom: #CCCCCC 1px solid;
    padding: 0 0 20px 0;
  }
  .notice_frame .notice_box dl dt {
    color: #250A03;
    margin: 20px 0 18px 0;
    padding: 25px 0 0 30px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    border-top: #CCCCCC 1px solid;
    position: relative;
  }
  .notice_frame .notice_box dl dt::before {
    position: absolute;
    font-family: "fontello";
    font-size: 1.8rem;
    content: "\e803";
    color: #250A03;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 2px;
    top: 26px;
  }
  .notice_frame .notice_box dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e803";
    color: #250A03;
  }
  .notice_frame .notice_box dl dt:first-child {
    margin: 0 0 18px 0;
    border-top: none;
    padding: 30px 0 0 30px;
  }
  .notice_frame .notice_box dl dt:first-child::before {
    top: 32px;
  }
  .notice_frame .notice_box dl dt.close::before {
    font-family: "fontello";
    content: " \e803";
    color: #250A03;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    margin: 22px 0 0 0;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    color: #333333;
    font-size: 1.8rem;
    line-height: 130%;
    display: none;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd p {
    font-size: 1.8rem;
  }
  .notice_frame .notice_box dl dd p a {
    color: #333333;
  }
}
/* -----------------------------------------------------------
　アイチケット
----------------------------------------------------------- */
.waiting_frame {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #250A03 1px solid;
}
.waiting_frame .waiting_title {
  background-color: #250A03;
  padding: 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.waiting_frame .waiting_title h2.top_title {
  color: #ffffff;
}
.waiting_frame .waiting_title h2.top_title span {
  color: #ffffff;
}
.waiting_frame .waiting_box {
  background-color: #F5F5F4;
  padding: 2rem 0;
  height: 42vw;
  /*
  .iticket{
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction:column;
    flex-direction:column;      
    #info{
      text-align: center;
      font-size: 1.4rem;
      margin: 0;
    }   
    .offhours{
      text-align: center;
      font-size: 1.4rem;
      margin: 0;
    } 
  }

  .waitArea{
    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;
    width: 90%;
    margin:1rem auto 0 auto;
    .box{
      width: 45%;
      height: 22vw;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction:column;
      flex-direction:column;
      color: $bace_color;
      border: $bace_color 1px solid;
      background-color: $color_white;
      box-sizing: border-box;
      p{
        padding: 0;
        margin: 0;
        &.title{
          font-size: 1.2rem;
          margin: 0 0 0.5rem 0;
        }
        &.num{
          font-size: 2rem;
          margin: 0 0 0 0;
          font-weight: bold;
        }          
      }
    }
  }
  */
}
.waiting_frame .waiting_box iframe {
  width: 100%;
  height: 42vw;
}

@media screen and (min-width: 768px), print {
  .waiting_frame {
    width: 1200px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #250A03 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .waiting_frame .waiting_title {
    width: 500px;
    height: 300px;
    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;
    background-color: #250A03;
    padding: 4rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .waiting_frame .waiting_title h2.top_title {
    color: #ffffff;
  }
  .waiting_frame .waiting_title h2.top_title span {
    color: #ffffff;
  }
  .waiting_frame .waiting_box {
    width: 700px;
    height: 300px;
    background-color: #F5F5F4;
    padding: 0;
    display: block;
    /*
    .iticket{
      width: 100%;
      height: 90px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction:column;
      flex-direction:column; 
      margin: 20px 0 0 0;
      #info{
        text-align: center;
        font-size: 2.4rem;
        margin: 0;
      }   
      .offhours{
        text-align: center;
        font-size: 2.4rem;
        margin: 0;
      } 
    } 
    .waitArea{
      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;
      width: 580px;
      margin:20px auto 0 auto;
      .box{
        width: 270px;
        height: 136px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction:column;
        flex-direction:column;
        color: $bace_color;
        border: $bace_color 1px solid;
        background-color: $color_white;
        box-sizing: border-box;
        p{
          padding: 0;
          margin: 0;
          &.title{
            font-size: 2.4rem;
            margin: 0 0 0.5rem 0;
          }
          &.num{
            font-size: 3.6rem;
            margin: 0 0 0 0;
            font-weight: bold;
          }          
        }
      }
    }    
    */
  }
  .waiting_frame .waiting_box iframe {
    width: 100%;
    height: 300px;
  }
}
/* -----------------------------------------------------------
　診療時間はこちら
----------------------------------------------------------- */
#modal-content {
  width: 90%;
  margin: 0 auto;
  padding: 1rem;
  background: #ffffff;
  position: fixed;
  display: none;
  z-index: 2;
}
#modal-content .button-link {
  background-color: #ffffff;
  color: #A80001;
  border: #A80001 1px solid;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  text-align: center;
  width: 40%;
  margin: 1rem auto 0 auto;
  display: block;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.time_button {
  background-color: #ffffff;
  color: #A80001;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  width: 60%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto 4rem auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 1rem;
  border-radius: 0.5rem;
  border: #A80001 1px solid;
  line-height: 100%;
  background: url("../img/icon_arrow01.svg") no-repeat;
  background-position: right 5% center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  #modal-content {
    width: 40%;
    margin: 6rem auto 0 auto;
    padding: 20px;
    background: #ffffff;
    position: fixed;
    display: none;
    z-index: 2;
  }
  #modal-content .button-link {
    background-color: #ffffff;
    color: #A80001;
    border: #A80001 1px solid;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    text-align: center;
    width: 40%;
    margin: 20px auto 0 auto;
    display: block;
    padding: 10px;
    border-radius: 0.5rem;
  }
  #modal-content .button-link:hover {
    color: #ffffff;
    background-color: #A80001;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .time_button {
    background-color: #ffffff;
    color: #A80001;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    width: 280px;
    height: auto;
    min-height: 65px;
    margin: 0 auto 100px auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 50px;
    border-radius: 0.5rem;
    border: #A80001 1px solid;
    line-height: 100%;
    background-image: url("../img/icon_arrow01.svg");
    background-repeat: no-repeat;
    background-position: right 25px center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .time_button:hover {
    color: #ffffff;
    background-color: #A80001;
    background-image: url("../img/icon_arrow.svg");
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 0;
  background: url("../img/index_treatment_bg.jpg") repeat;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_frame h2.top_title {
  color: #ffffff;
}
.treatment_frame h2.top_title span {
  color: #ffffff;
}
.treatment_frame ul.treatment_list {
  width: 94%;
  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;
  list-style-type: none;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 42vw;
  text-decoration: none;
  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;
}
.treatment_frame ul.treatment_list li a span {
  position: absolute;
  bottom: 7vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 110%;
}
.treatment_frame ul.treatment_list li a span br.ajs {
  display: block;
}
.treatment_frame ul.treatment_list li a::after {
  content: "";
  display: block;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 10%;
  height: 3vw;
  position: absolute;
  bottom: 2vw;
  right: 8%;
}
.treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  width: 30%;
  height: 15vw;
  position: absolute;
  top: 12vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.treatment_frame ul.treatment_list li.ear a {
  background: url("../img/index_treatment_01.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.ear a::before {
  background: url("../img/icon_menu_01.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.nose a {
  background: url("../img/index_treatment_02.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.nose a::before {
  background: url("../img/icon_menu_02.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.mouth a {
  background: url("../img/index_treatment_03.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.mouth a::before {
  background: url("../img/icon_menu_03.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.throat a {
  background: url("../img/index_treatment_04.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.throat a::before {
  background: url("../img/icon_menu_04.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.head_and_neck_tumor a {
  background: url("../img/index_treatment_05.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.head_and_neck_tumor a::before {
  background: url("../img/icon_menu_05.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.cancer_screening a {
  background: url("../img/index_treatment_06.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.cancer_screening a::before {
  background: url("../img/icon_menu_06.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.allergy a {
  background: url("../img/index_treatment_09.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.allergy a::before {
  background: url("../img/icon_menu_07.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.cold a {
  background: url("../img/index_treatment_08.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.cold a::before {
  background: url("../img/icon_menu_09.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.bspot a {
  background: url("../img/index_treatment_10.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.bspot a::before {
  background: url("../img/icon_menu_13.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.fever a {
  background: url("../img/index_treatment_09.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.fever a::before {
  background: url("../img/icon_menu_09.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.vertigo a {
  background: url("../img/index_treatment_07.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.vertigo a::before {
  background: url("../img/icon_menu_10.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.hearing_aid_outpatient a {
  background: url("../img/index_treatment_11.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.hearing_aid_outpatient a::before {
  background: url("../img/icon_menu_11.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_frame ul.treatment_list li.sas a {
  background: url("../img/index_treatment_12.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.treatment_frame ul.treatment_list li.sas a::before {
  background: url("../img/icon_menu_12.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    margin: 0;
    background: url("../img/index_treatment_bg.jpg") repeat;
    padding: 80px 0 120px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_frame h2.top_title {
    color: #ffffff;
  }
  .treatment_frame h2.top_title span {
    color: #ffffff;
  }
  .treatment_frame ul.treatment_list {
    width: 1200px;
    margin: 33px 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;
    list-style-type: none;
  }
  .treatment_frame ul.treatment_list li {
    width: 380px;
    height: 300px;
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .treatment_frame ul.treatment_list li a {
    width: 100%;
    height: 300px;
    text-decoration: none;
    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;
  }
  .treatment_frame ul.treatment_list li a span {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 110%;
  }
  .treatment_frame ul.treatment_list li a span br.ajs {
    display: none;
  }
  .treatment_frame ul.treatment_list li a::after {
    content: "";
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 13px;
    position: absolute;
    bottom: 24px;
    right: 26px;
  }
  .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .treatment_frame ul.treatment_list li a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li a:hover::before {
    opacity: 1;
  }
  .treatment_frame ul.treatment_list li.ear a {
    background: url("../img/index_treatment_01.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.ear a::before {
    background: url("../img/icon_menu_01.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.nose a {
    background: url("../img/index_treatment_02.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.nose a::before {
    background: url("../img/icon_menu_02.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.mouth a {
    background: url("../img/index_treatment_03.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.mouth a::before {
    background: url("../img/icon_menu_03.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.throat a {
    background: url("../img/index_treatment_04.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.throat a::before {
    background: url("../img/icon_menu_04.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.head_and_neck_tumor a {
    background: url("../img/index_treatment_05.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.head_and_neck_tumor a::before {
    background: url("../img/icon_menu_05.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.cancer_screening a {
    background: url("../img/index_treatment_06.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.cancer_screening a::before {
    background: url("../img/icon_menu_06.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.allergy a {
    background: url("../img/index_treatment_09.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.allergy a::before {
    background: url("../img/icon_menu_07.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.cold a {
    background: url("../img/index_treatment_08.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.cold a::before {
    background: url("../img/icon_menu_09.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.bspot a {
    background: url("../img/index_treatment_10.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.bspot a::before {
    background: url("../img/icon_menu_13.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.fever a {
    background: url("../img/index_treatment_09.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.fever a::before {
    background: url("../img/icon_menu_09.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.vertigo a {
    background: url("../img/index_treatment_07.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.vertigo a::before {
    background: url("../img/icon_menu_10.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.hearing_aid_outpatient a {
    background: url("../img/index_treatment_11.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.hearing_aid_outpatient a::before {
    background: url("../img/icon_menu_11.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_frame ul.treatment_list li.sas a {
    background: url("../img/index_treatment_12.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .treatment_frame ul.treatment_list li.sas a::before {
    background: url("../img/icon_menu_12.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 0;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame ul.feature_list {
  list-style-type: none;
  width: 100%;
  margin: 2rem 0 0 0;
}
.features_frame ul.feature_list li {
  width: 100%;
  height: 100vw;
  margin: 0;
  padding: 50vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame ul.feature_list li .lf_bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 50vw;
  margin: 0 0 0 0;
}
.features_frame ul.feature_list li .lf_bg .lf_bg_in {
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame ul.feature_list li .lf_bg .lf_bg_in p {
  color: #ffffff;
}
.features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_l {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_l span {
  margin: 0 0.5rem 0 0;
  font-family: "JosefinSans_regular";
  font-weight: normal;
  font-size: 2.4rem;
}
.features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_l span::before {
  content: "-";
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
}
.features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_l span::after {
  content: "-";
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
}
.features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_s {
  font-size: 1.2rem;
  margin: 0;
}
.features_frame ul.feature_list li.fl_01 {
  background: url("../img/index_feature_01.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.features_frame ul.feature_list li.fl_02 {
  background: url("../img/index_feature_02.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.features_frame ul.feature_list li.fl_03 {
  background: url("../img/index_feature_03.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.features_frame ul.feature_list li.fl_04 {
  background: url("../img/index_feature_04.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    margin: 0;
    padding: 80px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame ul.feature_list {
    list-style-type: none;
    width: 100%;
    margin: 40px 0 0 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;
  }
  .features_frame ul.feature_list li {
    width: 50%;
    height: 550px;
    margin: 0;
    padding: 290px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame ul.feature_list li .lf_bg {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 260px;
    margin: 0 0 0 0;
  }
  .features_frame ul.feature_list li .lf_bg .lf_bg_in {
    width: 600px;
    height: 260px;
    padding: 36px 30px 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame ul.feature_list li .lf_bg .lf_bg_in p {
    color: #ffffff;
  }
  .features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_l {
    font-size: 3.4rem;
    margin: 0 0 20px 0;
    line-height: 100%;
  }
  .features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_l span {
    margin: 0 30px 0 0;
    font-family: "JosefinSans_regular";
    font-weight: normal;
    font-size: 5rem;
  }
  .features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_l span::before {
    content: "-";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
  }
  .features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_l span::after {
    content: "-";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
  }
  .features_frame ul.feature_list li .lf_bg .lf_bg_in p.feature_text_s {
    font-size: 1.8rem;
    margin: 0;
    line-height: 150%;
  }
  .features_frame ul.feature_list li.fl_01 {
    background: url("../img/index_feature_01.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .features_frame ul.feature_list li.fl_01 .lf_bg .lf_bg_in {
    float: right;
  }
  .features_frame ul.feature_list li.fl_02 {
    background: url("../img/index_feature_02.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .features_frame ul.feature_list li.fl_03 {
    background: url("../img/index_feature_03.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .features_frame ul.feature_list li.fl_03 .lf_bg .lf_bg_in {
    float: right;
  }
  .features_frame ul.feature_list li.fl_04 {
    background: url("../img/index_feature_04.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
/* -----------------------------------------------------------
　隔離待合室バナー
----------------------------------------------------------- */
.quarantine_waiting_room_bana {
  display: block;
  text-decoration: none;
  width: 96%;
  height: 24vw;
  background: url("../img/bana_quarantine_waiting_room_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 2rem auto;
  position: relative;
}
.quarantine_waiting_room_bana .qwr_title {
  position: absolute;
  top: 4vw;
  right: 2%;
  color: #ffffff;
  font-family: "notosansjp_bold";
  font-size: 1rem;
}
.quarantine_waiting_room_bana .qwr_title span {
  font-size: 1.3rem;
}
.quarantine_waiting_room_bana .qwr_text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 71%;
  height: 12vw;
  color: #ffffff;
  font-family: "notosansjp_bold";
  font-size: 0.9rem;
  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;
  text-align: left;
  line-height: 110%;
}

@media screen and (min-width: 768px), print {
  .quarantine_waiting_room_bana {
    display: block;
    text-decoration: none;
    width: 1200px;
    height: 300px;
    background: url("../img/bana_quarantine_waiting_room_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 40px auto;
    position: relative;
  }
  .quarantine_waiting_room_bana .qwr_title {
    position: absolute;
    top: 43px;
    right: 56px;
    color: #ffffff;
    font-family: "notosansjp_bold";
    font-size: 3.2rem;
  }
  .quarantine_waiting_room_bana .qwr_title span {
    font-size: 6rem;
  }
  .quarantine_waiting_room_bana .qwr_text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 838px;
    height: 150px;
    color: #ffffff;
    font-family: "notosansjp_bold";
    font-size: 2.6rem;
    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;
    text-align: left;
    line-height: 150%;
  }
  .quarantine_waiting_room_bana:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　リンク集
----------------------------------------------------------- */
.link_frame_bg {
  width: 100%;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #250A03;
}
.link_frame_bg .link_frame {
  width: 96%;
  margin: 0 auto;
}
.link_frame_bg ul.top_link_list {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 2rem 0 4rem 0;
}
.link_frame_bg ul.top_link_list li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
  letter-spacing: 0.15em;
}
.link_frame_bg ul.top_link_list li a {
  color: #ffffff;
  text-decoration: none;
}
.link_frame_bg ul.top_link_list li a::before {
  content: "-";
  color: #ffffff;
  margin: 0 0.5rem 0 0;
}

@media screen and (min-width: 768px), print {
  .link_frame_bg {
    width: 100%;
    padding: 62px 0 21px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #250A03;
  }
  .link_frame_bg .link_frame {
    width: 1200px;
    margin: 0 auto;
  }
  .link_frame_bg ul.top_link_list {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 38px 0 38px 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;
  }
  .link_frame_bg ul.top_link_list li {
    width: 400px;
    margin: 0 0 20px 0;
    padding: 0;
    letter-spacing: 0.15em;
  }
  .link_frame_bg ul.top_link_list li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
  }
  .link_frame_bg ul.top_link_list li a::before {
    content: "-";
    color: #ffffff;
    margin: 0 10px 0 0;
  }
  .link_frame_bg ul.top_link_list li a:hover {
    background-color: #442D27;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　院内風景
----------------------------------------------------------- */
.clinic_img {
  width: 100%;
  height: 40vw;
  background: url("../img/index_01.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .clinic_img {
    width: 100%;
    height: 400px;
    background: url("../img/index_01.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: #F5F5F4;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_logo {
  width: 96%;
  margin: 0 auto 1rem auto;
  display: block;
}
.overview .overview_box .overview_info_box_left .overview_logo img {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 2rem;
  color: #250A03 !important;
}
.overview .overview_box .overview_info_box_left .overview_tel span {
  color: #250A03 !important;
}
.overview .overview_box .overview_info_box_left .overview_tel span a {
  color: #250A03 !important;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left .overview_tel::before {
  content: "";
  width: 6%;
  height: 8vw;
  display: block;
  background: url("../img/icon_tel.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 0.3rem 0 0;
}
.overview .overview_box .overview_info_box_left .overview_timetable {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right 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.4rem;
  line-height: 140%;
}
.overview .overview_box .overview_info_box_right dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0 0 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #250A03;
  border-top: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd {
  width: 75%;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  border-top: #CCCCCC 1px solid;
  font-size: 1.4rem;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd span {
  font-size: 1.2rem;
}
.overview .overview_box .overview_info_box_right .overview_bnr li {
  text-align: center;
  list-style: none;
  margin: 1rem 0 0;
}
.overview .overview_box .overview_info_box_right .overview_bnr li .overview_instagram {
  margin: 0 auto;
  width: 80%;
  height: 14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000000;
  border: #000000 1px solid;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_right .overview_bnr li .overview_instagram img {
  width: 10%;
  margin: 0 1em 0 0;
}
.overview .overview_box .overview_info_box_right .overview_bnr li .overview_df img {
  width: 80%;
  height: auto;
  max-width: 100%;
}

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

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background: #F5F5F4;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 44px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 570px;
    padding: 40px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_left .overview_logo {
    width: 570px;
    margin: 0 0 16px 0;
    display: block;
  }
  .overview .overview_box .overview_info_box_left .overview_logo img {
    width: 570px;
  }
  .overview .overview_box .overview_info_box_left .overview_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 3rem;
    color: #250A03 !important;
    margin: 0 0 22px 0;
  }
  .overview .overview_box .overview_info_box_left .overview_tel span {
    color: #250A03 !important;
  }
  .overview .overview_box .overview_info_box_left .overview_tel span a {
    color: #250A03 !important;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left .overview_tel::before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background: url("../img/icon_tel.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 10px 0 0;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable {
    width: 100%;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right {
    margin: 44px 0 0 0;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list {
    width: 570px;
    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: 160%;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dt {
    width: 124px;
    margin: 0 0 16px 0;
    padding: 16px 0 0 20px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #250A03;
    border-top: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd {
    width: 446px;
    margin: 0 0 16px 0;
    padding: 16px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
    border-top: #CCCCCC 1px solid;
    font-size: 1.8rem;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd span {
    font-size: 1.4rem;
  }
  .overview .overview_box .overview_info_box_right .overview_bnr {
    width: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .overview .overview_box .overview_info_box_right .overview_bnr li {
    margin: 1.2rem 2rem 0;
  }
  .overview .overview_box .overview_info_box_right .overview_bnr li .overview_instagram {
    width: 100px;
    height: 100px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -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;
    text-decoration: none;
    color: #000000;
    border: #000000 1px solid;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .overview .overview_box .overview_info_box_right .overview_bnr li .overview_instagram img {
    width: 30px;
    margin: 0 15px 15px;
  }
  .overview .overview_box .overview_info_box_right .overview_bnr li .overview_instagram:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .overview .overview_box .overview_info_box_right .overview_bnr li .overview_df {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .overview .overview_box .overview_info_box_right .overview_bnr li .overview_df img {
    width: 250px;
    height: 100px;
  }
  .overview .overview_box .overview_info_box_right .overview_bnr li .overview_df:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  iframe.googlemap {
    width: 100%;
    height: 600px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  padding: 2rem 0 0 0;
  background-color: #250A03;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .footer_frame {
  width: 96%;
  margin: 0 auto;
}
footer .footer_frame ul.footer_list {
  line-height: 130%;
  font-size: 1.2rem;
  margin: 0 0 0 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;
}
footer .footer_frame ul.footer_list li {
  width: 48%;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 0;
  list-style-type: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_frame ul.footer_list li a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
footer .footer_frame ul.footer_list li a::before {
  content: "-";
  margin: 0 0.2rem 0 0;
}
footer .footer_frame ul.footer_list li.treatment {
  display: none;
}
footer .footer_frame .aside_nav .subtitle {
  margin: 0 0 1rem 0;
  position: relative;
}
footer .footer_frame .aside_nav .subtitle span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 100%;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_frame .aside_nav .subtitle::after {
  content: "";
  border-bottom: #ffffff 1px solid;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 75%;
}
footer .footer_frame .aside_nav ul.footer_list2 {
  line-height: 130%;
  font-size: 1.2rem;
  margin: 0 0 0 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;
}
footer .footer_frame .aside_nav ul.footer_list2 li {
  width: 48%;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 0;
  list-style-type: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_frame .aside_nav ul.footer_list2 li a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
footer .footer_frame .aside_nav ul.footer_list2 li a::before {
  content: "-";
  margin: 0 0.2rem 0 0;
}
footer .footer_frame .aside_nav ul.footer_list2 li.treatment {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #250A03;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  background-color: #442D27;
  z-index: 998;
}
.footer_link a.footer_tel {
  width: 48%;
  height: 12vw;
  margin: 0;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  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_tel i {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer_link a.footer_instagram {
  width: 32%;
  height: 12vw;
  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;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-decoration: none;
}
.footer_link a.footer_instagram img {
  width: 15%;
  margin: 0 0.5rem 0 0;
}
.footer_link a.footer_reserve {
  width: 20%;
  height: 12vw;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  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;
  border-left: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
}
.footer_link a.footer_reserve i {
  color: #442D27;
  font-size: 1.4rem;
}
.footer_link .smoothScrolls {
  width: 15%;
  height: 12vw;
}
.footer_link .smoothScrolls a {
  width: 100%;
  height: 12vw;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
  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;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #250A03;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    width: 1200px;
    height: 250px;
    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;
  }
  footer .footer_frame ul.footer_list {
    width: 240px;
    line-height: 130%;
    font-size: 1.3rem;
    margin: 42px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    list-style-type: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
  }
  footer .footer_frame ul.footer_list li a::before {
    content: "-";
    margin: 0 8px 0 0;
  }
  footer .footer_frame ul.footer_list li a:hover {
    background-color: #442D27;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame .aside_nav {
    width: 960px;
  }
  footer .footer_frame .aside_nav .subtitle {
    margin: 36px 0 16px 0;
    position: relative;
  }
  footer .footer_frame .aside_nav .subtitle span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 100%;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame .aside_nav .subtitle::after {
    content: "";
    border-bottom: #ffffff 1px solid;
    position: absolute;
    top: 14px;
    right: 60px;
    width: 810px;
    height: 1px;
  }
  footer .footer_frame .aside_nav ul.footer_list2 {
    width: 890px;
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 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;
  }
  footer .footer_frame .aside_nav ul.footer_list2 li {
    width: 33%;
    margin: 0 0 9px 0;
    padding: 0 0 0 0;
    list-style-type: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame .aside_nav ul.footer_list2 li a {
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
  }
  footer .footer_frame .aside_nav ul.footer_list2 li a::before {
    content: "-";
    margin: 0 8px 0 0;
  }
  footer .footer_frame .aside_nav ul.footer_list2 li a span br {
    display: none;
  }
  footer .footer_frame .aside_nav ul.footer_list2 li a:hover {
    background-color: #442D27;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame .aside_nav ul.footer_list2 li.treatment {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    height: 100px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #250A03;
    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;
  }
  .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: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a img {
    width: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 15%;
    z-index: 998;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a img {
    width: 60px;
    height: 60px;
  }
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 2%;
    z-index: 999999;
  }
}
/* -----------------------------------------------------------
　ページ内リンク
----------------------------------------------------------- */
#quarantine_waiting_room {
  padding: 8vw 0 0 0;
  margin: -8vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  #quarantine_waiting_room {
    padding: 60px 0 0 0;
    margin: -60px 0 0 0;
  }
}
/* -----------------------------------------------------------
　発熱外来について
----------------------------------------------------------- */
#modal-content2 {
  width: 90%;
  margin: 0 auto;
  padding: 1rem;
  background: #ffffff;
  position: fixed;
  display: block;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#modal-content2 .button-link {
  background-color: #250A03;
  color: #fff;
  font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  text-align: center;
  width: 40%;
  margin: 1rem auto 0 auto;
  display: block;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

#modal-overlay2 {
  z-index: 999;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 768px), print {
  #modal-content2 {
    width: 40%;
    margin: 6rem auto 0 auto;
    padding: 20px;
  }
  #modal-content2 .button-link {
    width: 40%;
    margin: 20px auto 0 auto;
    padding: 10px;
    border-radius: 0.5rem;
  }
  #modal-content2 .button-link:hover {
    color: #ffffff;
    background-color: #A80001;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*# sourceMappingURL=style.css.map */