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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*青*/
/*水色*/
/*茶色*/
/*茶色*/
/*薄茶色*/
/*灰色*/
/*黄色*/
/*青*/
/*薄茶色*/
/*群青色*/
/*水色*/
/*灰色*/
/*緑*/
/*影*/
/*白透過*/
/*水色*/
/*黒*/
/*ピンク*/
/*影*/
/*水色*/
/*茶色*/
/*茶色*/
/*灰色*/
/*水色*/
/*灰色*/
/*水色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "lilitaone_regular";
  src: url(../font/LilitaOne-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zen_maru_gothic_regular";
  src: url(../font/ZenMaruGothic-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zen_maru_gothic_bold";
  src: url(../font/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "zen_maru_gothic_Medium";
  src: url(../font/ZenMaruGothic-Medium.ttf);
  font-weight: normal;
  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;
}

.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;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

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

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: #ffffff;
  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: #464646 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: #464646;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #464646 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.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  background-color: #EBF6FC;
  color: #464646;
  border-bottom: none;
  text-align: center;
  border-bottom: #464646 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #6389BB;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  text-align: center;
  line-height: 90%;
  margin: 0;
  font-family: "lilitaone_regular";
  font-size: 3.5rem;
  color: #DEF1FB;
}
h2.top_title span {
  color: #24356D;
  font-family: "zen_maru_gothic_bold";
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 -0.3rem 0;
}
h2.top_title span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/h2_bg_left.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0.2rem 0 0;
}
h2.top_title span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/h2_bg_right.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 0 0.1rem;
}
h2.top_title.treatment_title {
  color: #C3DCE9;
}
h2.top_title.symptoms_title {
  color: #F2EAD0;
}
h2.top_title.symptoms_title span {
  color: #C1A653;
}
h2.top_title.symptoms_title span::before {
  background: url(../img/h2_bg_left_b.svg) no-repeat center center;
  background-size: contain;
}
h2.top_title.symptoms_title span::after {
  background: url(../img/h2_bg_right_b.svg) no-repeat center center;
  background-size: contain;
}
h2.top_title.feature_title {
  color: #C3DCE9;
}
h2.low {
  text-align: center;
  line-height: 50%;
  margin: 6rem 0 1.5rem 0;
  font-family: "lilitaone_regular";
  font-size: 3.5rem;
  color: #F2EAD0;
  position: relative;
  z-index: 1;
}
h2.low span {
  color: #C1A653;
  font-family: "zen_maru_gothic_bold";
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 -0.3rem 0;
  position: relative;
  z-index: 2;
}
h2.low span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/h2_bg_left_b.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0.2rem 0 0;
}
h2.low span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/h2_bg_right_b.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 0 0.1rem;
}
h2.first {
  margin: 0 0 1.5rem 0;
}

h3.low {
  color: #D8C27E;
  font-size: 2rem;
  text-align: left;
  font-family: "zen_maru_gothic_bold";
  font-weight: bold;
  background: url("../img/h4_bg.svg") no-repeat;
  background-position: left top 0.5rem;
  background-size: 9%;
  border-bottom: #F9F3E1 3px solid;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0.6rem 0 0.6rem 11%;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h3.low span {
  font-size: 1.2rem;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #6389BB;
  font-size: 2rem;
  text-align: left;
  font-family: "zen_maru_gothic_bold";
  font-weight: bold;
  border-bottom: #6389BB 5px solid;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0.6rem 0 0.4rem 0;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #6389BB;
  font-size: 1.8rem;
  font-family: "zen_maru_gothic_bold";
  font-weight: bold;
  background-color: #EBF6FC;
  padding: 0.7rem 1rem 0.8rem 1rem;
  -webkit-box-shadow: 5px 5px 0 #C4D6E5;
          box-shadow: 5px 5px 0 #C4D6E5;
  margin: 1.9rem 5px 1rem 0;
}
h5.first {
  margin: 0 5px 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 {
    text-align: center;
    line-height: 90%;
    margin: 0;
    font-family: "lilitaone_regular";
    font-size: 6rem;
    color: #DEF1FB;
  }
  h2.top_title span {
    color: #24356D;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 -4px 0;
  }
  h2.top_title span::before {
    content: "";
    display: block;
    width: 22px;
    height: 32px;
    background: url(../img/h2_bg_left.svg) no-repeat center center;
    background-size: contain;
    margin: 0 14px 0 0;
  }
  h2.top_title span::after {
    content: "";
    display: block;
    width: 22px;
    height: 32px;
    background: url(../img/h2_bg_right.svg) no-repeat center center;
    background-size: contain;
    margin: 0 0 0 10px;
  }
  h2.top_title.treatment_title {
    color: #C3DCE9;
  }
  h2.top_title.symptoms_title {
    color: #F2EAD0;
  }
  h2.top_title.symptoms_title span {
    color: #C1A653;
  }
  h2.top_title.symptoms_title span::before {
    background: url(../img/h2_bg_left_b.svg) no-repeat center center;
    background-size: contain;
  }
  h2.top_title.symptoms_title span::after {
    background: url(../img/h2_bg_right_b.svg) no-repeat center center;
    background-size: contain;
  }
  h2.top_title.feature_title {
    color: #C3DCE9;
  }
  h2.low {
    text-align: center;
    line-height: 50%;
    margin: 100px 0 30px 0;
    font-family: "lilitaone_regular";
    font-size: 6rem;
    color: #F2EAD0;
    position: relative;
    z-index: 1;
  }
  h2.low span {
    color: #C1A653;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 -4px 0;
    position: relative;
    z-index: 2;
  }
  h2.low span::before {
    content: "";
    display: block;
    width: 22px;
    height: 32px;
    background: url(../img/h2_bg_left_b.svg) no-repeat center center;
    background-size: contain;
    margin: 0 14px 0 0;
  }
  h2.low span::after {
    content: "";
    display: block;
    width: 22px;
    height: 32px;
    background: url(../img/h2_bg_right_b.svg) no-repeat center center;
    background-size: contain;
    margin: 0 0 0 10px;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    color: #D8C27E;
    font-size: 2.8rem;
    text-align: left;
    font-family: "zen_maru_gothic_bold";
    font-weight: bold;
    background: url("../img/h4_bg.svg") no-repeat;
    background-position: left top 8px;
    background-size: 30px;
    border-bottom: #F9F3E1 3px solid;
    margin: 40px 0 15px 0;
    padding: 0 0 0 42px;
    line-height: 160%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h3.low span {
    font-size: 1.6rem;
  }
  h3.first {
    margin: 0 0 15px 0;
  }
  h4.low {
    color: #6389BB;
    font-size: 2.5rem;
    text-align: left;
    font-family: "zen_maru_gothic_bold";
    font-weight: bold;
    border-bottom: #6389BB 5px solid;
    margin: 40px 0 15px 0;
    padding: 0 0 0 0;
    line-height: 160%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h4.first {
    margin: 0 0 15px 0;
  }
  h5.low {
    color: #6389BB;
    font-size: 2.2rem;
    font-family: "zen_maru_gothic_bold";
    font-weight: bold;
    background-color: #EBF6FC;
    padding: 11px 22px 11px 22px;
    -webkit-box-shadow: 5px 5px 0 #C4D6E5;
            box-shadow: 5px 5px 0 #C4D6E5;
    margin: 40px 0 15px 0;
  }
  h5.first {
    margin: 0 0 15px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-family: "zen_maru_gothic_Medium";
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #24356D;
  border: #24356D 1px solid;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr th:first-child {
  border-top-left-radius: 0.8rem;
}
table.timetable tr th:last-child {
  border-top-right-radius: 0.8rem;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  vertical-align: middle;
  color: #464646;
  border-bottom: #707070 1px solid;
  border-right: #707070 1px solid;
  background-color: #ffffff;
}
table.timetable tr td:first-child {
  border-left: #707070 1px solid;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #464646;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #464646;
  background-color: #EBF6FC;
  font-family: "zen_maru_gothic_bold";
  font-weight: bold;
}
table.timetable tr td.time span {
  font-size: 1rem;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 1rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "zen_maru_gothic_Medium";
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #24356D;
    border: #24356D 1px solid;
    width: 10%;
    height: 60px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 273px;
    letter-spacing: 0.1em;
  }
  table.timetable tr th:first-child {
    border-top-left-radius: 20px;
  }
  table.timetable tr th:last-child {
    border-top-right-radius: 20px;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #464646;
    height: 79px;
    box-sizing: border-box;
    border-bottom: #707070 1px solid;
    border-right: #707070 1px solid;
    background-color: #ffffff;
  }
  table.timetable tr td:first-child {
    border-left: #707070 1px solid;
  }
  table.timetable tr td i {
    font-size: 2rem;
    color: #464646;
  }
  table.timetable tr td.time {
    width: 273px;
    text-align: center;
    color: #464646;
    background-color: #EBF6FC;
    line-height: 120%;
    font-family: "zen_maru_gothic_bold";
    font-weight: bold;
  }
  table.timetable tr td.time span {
    font-size: 1.6rem;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.6rem;
    margin: 14px 0 0 0;
    width: 100%;
    color: #464646;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #464646;
  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: 30%;
  padding: 0.5rem;
  border: #CCCCCC 1px solid;
  background-color: #83AACC;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
table.low_table tr td {
  width: 70%;
  padding: 0.5rem;
  border: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

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

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

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

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    color: #464646;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    background-color: #83AACC;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td a {
    color: #E1DBC8;
    font-weight: bold;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #CCCCCC 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #CCCCCC 1px solid;
  }
}
/* -----------------------------------------------------------
　料金テーブル
----------------------------------------------------------- */
table.low_table_price {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #464646;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_price caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_price tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  border: #24356D 1px solid;
  background-color: #24356D;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_price tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  vertical-align: middle;
  line-height: 140%;
  display: block;
}
table.low_table_price tr:first-child th:first-child {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_price {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #464646;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_price caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_price tr th {
    width: 50%;
    padding: 20px;
    border: #24356D 1px solid;
    border-bottom: #707070 1px solid;
    background-color: #24356D;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_price tr td {
    width: 50%;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_price tr td a {
    color: #E1DBC8;
    font-weight: bold;
  }
  table.low_table_price tr:first-child th:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
  }
  table.low_table_price tr:first-child td {
    border-top: #CCCCCC 1px solid;
  }
  table.low_table_price tr:first-child td:nth-child(2) {
    border-top-right-radius: 20px;
  }
}
/* -----------------------------------------------------------
　料金テーブル2
----------------------------------------------------------- */
table.low_table_price2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #464646;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 120%;
}
table.low_table_price2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_price2 tr th {
  width: 70%;
  padding: 1rem 0.5rem;
  border-top: #CCCCCC 1px solid;
  background-color: #24356D;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
table.low_table_price2 tr td {
  width: 30%;
  padding: 1rem 0.5rem;
  border-top: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  vertical-align: middle;
}
table.low_table_price2 tr:first-child th:first-child {
  border-top-left-radius: 0.8rem;
}
table.low_table_price2 tr:first-child td:nth-child(2) {
  border-top-right-radius: 0.8rem;
}
table.low_table_price2 tr:last-child th {
  border-bottom: #24356D 1px solid;
}
table.low_table_price2 tr:last-child td {
  border-bottom: #CCCCCC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_price2 {
    width: 70%;
    border-collapse: separate;
    border-spacing: 0;
    color: #464646;
    font-size: 1.6rem;
    margin: 0 auto 20px auto;
    line-height: 160%;
  }
  table.low_table_price2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_price2 tr th {
    width: 70%;
    padding: 20px;
    border-top: #CCCCCC 1px solid;
    background-color: #24356D;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
  }
  table.low_table_price2 tr td {
    width: 30%;
    padding: 20px;
    border-top: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
    vertical-align: middle;
  }
  table.low_table_price2 tr:first-child th:first-child {
    border-top-left-radius: 20px;
  }
  table.low_table_price2 tr:first-child td:nth-child(2) {
    border-top-right-radius: 20px;
  }
  table.low_table_price2 tr:last-child th {
    border-bottom: #24356D 1px solid;
  }
  table.low_table_price2 tr:last-child td {
    border-bottom: #CCCCCC 1px solid;
  }
}
/*画像*/
/* 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_logo {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center_logo img {
  width: 100%;
  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 {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_center_logo {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center_logo img {
    width: 422px;
    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.svg) no-repeat;
  background-position: left 0.4rem top 0.3rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

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

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

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

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 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: #83AACC;
  color: #ffffff;
  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;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 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.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #83AACC;
    color: #ffffff;
    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;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 3rem;
  height: 3rem;
  border: none;
  text-align: center;
  display: block;
  margin: 3rem auto 2.5rem auto;
  background: url(../img/icon_10.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}

/*強調*/
.emphasis {
  background-color: #EBF6FC;
  border: #6389BB 3px solid;
  border-radius: 1rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis p.mb_none a {
  color: #6389BB;
  text-decoration: none;
  border-bottom: #6389BB 1px solid;
}
.emphasis ul.mb_none {
  margin: 0;
}

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
  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;
  font-size: 1.6rem;
}
.low_tel span {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 0.2rem 0;
}
.low_tel span a {
  color: #464646;
}

.text_bold {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 39px;
    height: 34px;
    border: none;
    text-align: center;
    display: block;
    margin: 38px auto 38px auto;
    background: url(../img/icon_10.svg) no-repeat;
    background-size: contain;
    background-position: center center;
  }
  /*二列*/
  .two_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #EBF6FC;
    border: #6389BB 3px solid;
    border-radius: 30px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis p a {
    color: #6389BB;
    text-decoration: none;
    border-bottom: #6389BB 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .emphasis p a span {
    font-size: 1.2rem;
  }
  .emphasis p a:hover {
    color: #24356D;
    border-bottom: #24356D 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-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;
    font-size: 2rem;
  }
  .low_tel span {
    font-size: 4rem;
    font-weight: bold;
    margin: 0 0 6px 0;
  }
  .low_tel span a {
    color: #464646;
  }
  .text_bold {
    font-weight: bold;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 3rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #464646;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #464646;
  text-decoration: none;
}
ul.pankuzu_list li a.top {
  color: #6389BB;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

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

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #464646;
  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: #464646;
    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: #6389BB 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #EBF6FC;
  padding: 1rem;
  text-decoration: none;
  color: #464646;
}
.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: #464646;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #464646;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #464646;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #6389BB 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #EBF6FC;
    padding: 20px;
    text-decoration: none;
    color: #464646;
    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: #464646;
    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: #464646;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.low_link_text {
  color: #6389BB;
  text-decoration: none;
  border-bottom: #6389BB 1px solid;
}
.low_link_text span {
  font-size: 1rem;
}
.low_link_text::after {
  content: ">>";
  padding: 0 0 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.low_button {
  background: url("../img/icon_08.svg") no-repeat;
  background-position: right 2rem center;
  background-size: 1.2rem;
  background-color: #6389BB;
  border: #6389BB 2px solid;
  width: auto;
  height: auto;
  margin: 1rem 0 0 0;
  text-align: left;
  text-decoration: none;
  padding: 1rem 4rem 1rem 2.5rem;
  border-radius: 3rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-family: "zen_maru_gothic_Medium";
  font-size: 1.4rem;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.page_link {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  width: 96%;
  margin: 0 auto 2rem auto;
}
ul.page_link li {
  margin: 0 0 1rem 0;
}
ul.page_link li a {
  background: url("../img/icon_08.svg") no-repeat;
  background-position: right 2rem center;
  background-size: 1.2rem;
  background-color: #6389BB;
  border: #6389BB 2px solid;
  width: auto;
  height: auto;
  margin: 1rem 0 0 0;
  text-align: left;
  text-decoration: none;
  padding: 1rem 4rem 1rem 2.5rem;
  border-radius: 3rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-family: "zen_maru_gothic_Medium";
  font-size: 1.4rem;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #6389BB;
    text-decoration: none;
    border-bottom: #6389BB 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_link_text span {
    font-size: 1.2rem;
  }
  .low_link_text::after {
    content: ">>";
    padding: 0 0 0 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .low_link_text:hover {
    color: #24356D;
    border-bottom: #24356D 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background: url("../img/icon_08.svg") no-repeat;
    background-position: right 2rem center;
    background-size: 10px;
    background-color: #6389BB;
    border: #6389BB 2px solid;
    width: auto;
    height: auto;
    margin: 16px 0 0 0;
    text-align: left;
    text-decoration: none;
    padding: 10px 50px 10px 35px;
    border-radius: 20px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-family: "zen_maru_gothic_Medium";
    font-size: 1.6rem;
    font-weight: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .low_button:hover {
    background: url("../img/icon_09.svg") no-repeat;
    background-position: right 2rem center;
    background-size: 10px;
    background-color: #EBF6FC;
    color: #6389BB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.page_link {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    width: 1200px;
    margin: 0 auto 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.page_link li {
    margin: 0 20px 0 0;
  }
  ul.page_link li a {
    background: url("../img/icon_08.svg") no-repeat;
    background-position: right 2rem center;
    background-size: 10px;
    background-color: #6389BB;
    border: #6389BB 2px solid;
    width: auto;
    height: auto;
    margin: 16px 0 0 0;
    text-align: left;
    text-decoration: none;
    padding: 10px 50px 10px 35px;
    border-radius: 20px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-family: "zen_maru_gothic_Medium";
    font-size: 1.6rem;
    font-weight: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  ul.page_link li a:hover {
    background: url("../img/icon_09.svg") no-repeat;
    background-position: right 2rem center;
    background-size: 10px;
    background-color: #EBF6FC;
    color: #6389BB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　youtube
----------------------------------------------------------- */
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 2rem 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .youtube {
    width: 600px;
    aspect-ratio: 16/9;
    margin: 0 auto 30px auto;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

@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;
  }
  .doctor_name span {
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

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

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

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*スライダー*/
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
}
.flow_box h3.flow {
  margin: 0 0 1rem 0;
  text-align: center;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow_box h3.flow span {
  color: #24356D;
  font-family: "zen_maru_gothic_bold";
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.flow_box h3.flow::after {
  content: "";
  display: block;
  width: 60%;
  height: 5px;
  border-bottom: #C3DCE9 5px solid;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 1;
}
.flow_box p {
  width: 90%;
  margin: 1rem auto;
  background-color: #ffffff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  text-align: justify;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
  }
  .flow_box h3.flow {
    margin: 0 0 0 0;
    text-align: center;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_box h3.flow span {
    color: #24356D;
    font-family: "zen_maru_gothic_bold";
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .flow_box h3.flow::after {
    content: "";
    display: block;
    width: 30%;
    height: 5px;
    border-bottom: #C3DCE9 5px solid;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 1;
  }
  .flow_box p {
    width: 800px;
    margin: 1rem auto;
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
    text-align: justify;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
iframe.accessmap {
  width: 96%;
  height: 500px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  iframe.accessmap {
    width: 100%;
    height: 600px;
    display: block;
    margin: 0 0 80px 0;
  }
}
/*-----------------------------------------------------------
 よくある質問
----------------------------------------------------------- */
dl.qabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.qabox dt {
  width: 6%;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
dl.qabox dt.question {
  color: #6389BB;
}
dl.qabox dd {
  width: 94%;
  margin: 0 0 1rem 0;
}
dl.qabox dd.question {
  color: #6389BB;
  font-weight: bold;
}
dl.qabox dd.answer {
  margin: 0 0 3rem 0;
}

@media screen and (min-width: 768px), print {
  dl.qabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 20px auto;
    line-height: 160%;
    width: 1200px;
  }
  dl.qabox dt {
    width: 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
  }
  dl.qabox dt.question {
    color: #6389BB;
  }
  dl.qabox dt.answer {
    margin: 0 0 50px 0;
  }
  dl.qabox dd {
    width: 1180px;
    margin: 0 0 10px 0;
  }
  dl.qabox dd.question {
    color: #6389BB;
    font-weight: bold;
  }
  dl.qabox dd.answer {
    margin: 0 0 50px 0;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #6B6247;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #6389BB 1px solid;
    border-left: #6389BB 1px solid;
    border-right: #6389BB 1px solid;
    vertical-align: middle;
  }
  #mailformpro table tr th span {
    color: #ff0000;
    display: inline-block;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 1rem;
  }
  #mailformpro table tr td {
    width: 800px;
    display: table-cell;
    text-align: left;
    border-top: #6389BB 1px solid;
    border-left: #6389BB 1px solid;
    border-right: #6389BB 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/*アニメーション*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.daruma_pyoko {
  -webkit-animation: daruma_01 1s ease-in-out alternate;
          animation: daruma_01 1s ease-in-out alternate;
}

@-webkit-keyframes daruma_01 {
  0% {
    -webkit-transform: translateX(50px) rotate(45deg);
            transform: translateX(50px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
}

@keyframes daruma_01 {
  0% {
    -webkit-transform: translateX(50px) rotate(45deg);
            transform: translateX(50px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
}
.daruma_left_yure {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: daruma_02 2s linear infinite alternate;
          animation: daruma_02 2s linear infinite alternate;
}

.daruma_right_yure {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: daruma_02 2s linear infinite alternate;
          animation: daruma_02 2s linear infinite alternate;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes daruma_02 {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes daruma_02 {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media screen and (min-width: 768px), print {
  @-webkit-keyframes daruma_01 {
    0% {
      -webkit-transform: translateX(100px) rotate(45deg);
              transform: translateX(100px) rotate(45deg);
    }
    100% {
      -webkit-transform: translateX(0px) rotate(0);
              transform: translateX(0px) rotate(0);
    }
  }
  @keyframes daruma_01 {
    0% {
      -webkit-transform: translateX(100px) rotate(45deg);
              transform: translateX(100px) rotate(45deg);
    }
    100% {
      -webkit-transform: translateX(0px) rotate(0);
              transform: translateX(0px) rotate(0);
    }
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "zen_maru_gothic_Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #464646;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
}

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

section {
  height: auto;
  overflow: hidden;
  margin: 2rem 0 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section .low_box {
  width: 96%;
  margin: 0 auto;
}
section.blue_box {
  overflow: visible;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBF6FC;
}
section.blue_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url("../img/index_treatment_bg.svg");
  background-repeat: repeat-x;
  background-size: 10%;
  background-position: left top;
  position: absolute;
  top: -2rem;
  left: 0;
}
section.blue_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background: url("../img/low_blue_bg2.svg");
  background-repeat: repeat-x;
  background-size: 10%;
  background-position: left top;
  background-color: #ffffff;
  position: absolute;
  bottom: -3rem;
}
section.blue_box h2.low {
  color: #cfe9f7;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.blue_box h2.low span {
  color: #24356D;
}
section.blue_box h2.low span::before {
  background: url(../img/h2_bg_left.svg) no-repeat center center;
}
section.blue_box h2.low span::after {
  background: url(../img/h2_bg_right.svg) no-repeat center center;
}
section.blue_box h3 {
  color: #24356D;
  background: url("../img/h3_bg.svg") no-repeat;
  background-position: left top 0.5rem;
  background-size: 9%;
  border-bottom: #24356D 3px solid;
}
section.blue_box h3.flow {
  background: none;
  border-bottom: none;
}
section.blue_box.last {
  padding: 0 2% 2rem 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.blue_box.last::after {
  content: "";
  display: none;
}
section.blue_box dl.qabox {
  margin: 0 auto 2rem auto;
  line-height: 160%;
  width: 96%;
}

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
  }
  body.index {
    background: url("../img/index_bg.svg") no-repeat;
    background-size: contain;
    background-position: center top;
  }
  body.low {
    background: url("../img/low_bg.svg") no-repeat;
    background-size: contain;
    background-position: center top;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
    /*padding: 0 calc((100% - 1200px) /2);*/
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section .low_box {
    width: 1200px;
    margin: 0 auto;
  }
  section.blue_box {
    overflow: visible;
    position: relative;
    background-color: #EBF6FC;
  }
  section.blue_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 46.25px;
    background: url("../img/index_treatment_bg.svg");
    background-repeat: repeat-x;
    background-size: 53.881px;
    background-position: left top;
    position: absolute;
    top: -46.25px;
    left: 0;
  }
  section.blue_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 46.25px;
    background: url("../img/low_blue_bg2.svg");
    background-repeat: repeat-x;
    background-size: 53.881px;
    background-position: left top;
    background-color: #ffffff;
    position: absolute;
    bottom: -46.25px;
  }
  section.blue_box h2.low {
    color: #cfe9f7;
    padding: 40px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section.blue_box h2.low span {
    color: #24356D;
  }
  section.blue_box h2.low span::before {
    background: url(../img/h2_bg_left.svg) no-repeat center center;
  }
  section.blue_box h2.low span::after {
    background: url(../img/h2_bg_right.svg) no-repeat center center;
  }
  section.blue_box h3 {
    color: #24356D;
    background: url("../img/h3_bg.svg") no-repeat;
    background-position: left top 8px;
    background-size: 30px;
    border-bottom: #24356D 3px solid;
  }
  section.blue_box h3.flow {
    background: none;
    border-bottom: none;
  }
  section.blue_box.last {
    padding: 0 calc((100% - 1200px) / 2) 40px calc((100% - 1200px) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section.blue_box.last::after {
    content: "";
    display: none;
  }
  section.blue_box.last_access {
    margin: 0 0 120px 0;
  }
  section.blue_box dl.qabox {
    margin: 0 auto 20px auto;
    line-height: 160%;
    width: 1200px;
  }
  .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 0 6rem 0;
  padding: 0;
}

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

.main_low {
  height: auto;
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 16px 0 0 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 100%;
    margin: 50px 0 140px 0;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  background-color: #EBF6FC;
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
  width: 100%;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 32vw;
  margin: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 70%;
  margin: 0 auto 0 auto;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 95%;
  height: auto;
}
header.header .header_box .header_info {
  margin: 1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  /*電話番号*/
  /*住所*/
}
header.header .header_box .header_info .header_tel {
  margin: 0 auto 1rem auto;
  text-decoration: none;
  width: 70%;
  height: 12vw;
  text-align: center;
  font-family: "zen_maru_gothic_bold";
  font-size: 2.6rem;
  font-weight: bold;
  color: #6B6247;
  background-color: #F1DB9A;
  border: #C1A653 3px solid;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15% 1rem 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header.header .header_box .header_info .header_tel span {
  margin: 2.4vw 0 0 0;
  font-size: 1.6rem;
}
header.header .header_box .header_info .header_web {
  width: 38%;
  height: 12vw;
  background: url("../img/web_button.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 0 0 2%;
}
header.header .header_box .header_info .line-it-button {
  width: 33%;
  height: 5.5vw;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  margin: 2.5vw 8% 0 0;
}
header.header .header_box .header_info .header_line_icon {
  width: 16%;
  height: 9.2vw;
  background: url("../img/icon_line.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 2.3vw 0 0 0;
}
header.header .header_box .header_info .header_line_button {
  width: 38%;
  height: 8vw;
  border: #00B900 3px solid;
  background-color: #ffffff;
  color: #00B900;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2rem;
  margin: 2.3vw 2% 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header.header .header_box .header_info .header_line_button::before {
  font-family: "fontello";
  content: "\e80a";
  font-size: 0.8rem;
  margin: 0.2rem 0.4rem 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header.header.header_low {
  background-color: #EBF6FC;
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
  width: 100%;
}
header.header.header_low .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header.header_low .header_box .header_top {
  width: 100%;
  height: 12vw;
  margin: 0;
  position: relative;
  z-index: 1;
  display: block;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header.header_low .header_box .header_top .container {
  width: 15%;
}
header.header.header_low .header_box .header_top .head_logo {
  display: none;
}
header.header.header_low .header_box .header_info {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    background-color: #EBF6FC;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
    height: 142px;
    width: 100%;
  }
  header.header .header_box {
    width: 1200px;
    height: 142px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 240px;
    height: 112px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 240px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 100%;
    height: auto;
  }
  header.header .header_box .header_top .head_logo a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_info {
    position: absolute;
    top: 37px;
    right: 26px;
    width: 700px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -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;
    /*電話番号*/
    /*住所*/
  }
  header.header .header_box .header_info .header_tel {
    margin: 0 auto 1rem auto;
    text-decoration: none;
    width: 243px;
    height: 40px;
    text-align: center;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    color: #6B6247;
    background-color: #F1DB9A;
    border: #C1A653 3px solid;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 5px 0;
    box-sizing: border-box;
  }
  header.header .header_box .header_info .header_tel span {
    margin: 8px 0 0 0;
    font-size: 2rem;
  }
  header.header .header_box .header_info .header_web {
    width: 150px;
    height: 50px;
    background: url("../img/web_button.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 0 0 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_info .header_web:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_info .line-it-button {
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
    margin: 0 0 11px 48px;
  }
  header.header .header_box .header_info .header_line_icon {
    width: 40px;
    height: 40px;
    background: url("../img/icon_line.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 0 2px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_info .header_line_icon:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_info .header_line_button {
    width: 109px;
    height: 36px;
    border: #00B900 2px solid;
    background-color: #ffffff;
    color: #00B900;
    font-family: "zen_maru_gothic_bold";
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    margin: 0 0 4px 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    line-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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_info .header_line_button::before {
    font-family: "fontello";
    content: "\e80a";
    font-size: 0.9rem;
    margin: 4px6px 0 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header.header .header_box .header_info .header_line_button:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_add {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999999999;
    background-color: #EBF6FC;
    width: 100% !important;
    height: 60px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  header.header .header_box .header_add .header_tel {
    margin: 6px 0 0 0 !important;
    -webkit-transition: 0 !important;
    transition: 0 !important;
  }
  header.header .header_box .header_add .line-it-button {
    width: 169px !important;
    height: 36px !important;
    padding: 0 0 0 0 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    -webkit-transform: scale(1.7, 1.7) !important;
            transform: scale(1.7, 1.7) !important;
    margin: 25px 0 -11px 74px !important;
  }
  header.header .header_box .header_add .header_line_icon {
    margin: 7px 0 2px 20px !important;
    -webkit-transition: 0 !important;
    transition: 0 !important;
  }
  header.header .header_box .header_add .header_line_button {
    margin: 7px 0 0 20px;
    -webkit-transition: 0 !important;
    transition: 0 !important;
  }
  header.header.header_low {
    background-color: #EBF6FC;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
    height: 142px;
    width: 100%;
  }
  header.header.header_low .header_box {
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header.header_low .header_box .header_top {
    width: 240px;
    height: 112px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header.header_low .header_box .header_top .container {
    display: none;
  }
  header.header.header_low .header_box .header_top .head_logo {
    display: block;
    width: 240px;
    margin: 0;
  }
  header.header.header_low .header_box .header_top .head_logo a {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header.header_low .header_box .header_top .head_logo a img {
    width: 100%;
  }
  header.header.header_low .header_box .header_top .head_logo a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header.header_low .header_box .header_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -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;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 920px;
    height: 30px;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
  nav.main_nav_pc ul {
    width: 920px;
    height: 30px;
    margin: 0;
    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: auto;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li.home {
    width: 93px;
  }
  nav.main_nav_pc ul li.clinic {
    width: 153px;
  }
  nav.main_nav_pc ul li.visitor {
    width: 153px;
  }
  nav.main_nav_pc ul li.treatment_btn {
    width: 127px;
  }
  nav.main_nav_pc ul li.treatment_btn a::after {
    content: "\e809";
    font-family: "fontello";
    font-size: 1rem;
    margin: 5px 0 0 3px;
  }
  nav.main_nav_pc ul li.treatment_btn ul li a::after {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment_btn:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.access {
    width: 209px;
  }
  nav.main_nav_pc ul li.faq {
    width: 145px;
  }
  nav.main_nav_pc ul li.open_treatment a::after {
    content: "\e809";
    font-family: "fontello";
    font-size: 1rem;
    margin: 5px 0 0 3px;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 30px;
    text-decoration: none;
    text-align: center;
    color: #6389BB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 3px 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: normal;
    border: #6389BB 3px solid;
    background-color: #ffffff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 497px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    width: 497px;
    height: auto;
    margin: 9px 0 0 0;
    padding: 40px 10px 24px 30px;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    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;
    background-color: #6389BB;
    border-radius: 30px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 16px 0;
    padding: 0;
    width: 48%;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*
    width: 100%;
    height:30px;        
    text-decoration:none;
    text-align: center;           
    color: $color1;
    box-sizing: border-box;
    margin:0;
    padding:0 0 3px 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: normal; 
    border: $color1 3px solid;
    background-color: transparent !important;
    border-radius: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;            
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    */
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a br {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
  }
  .nav_add {
    position: fixed !important;
    top: 60px !important;
    z-index: 9999999999;
    width: 100% !important;
    height: 50px !important;
    margin: 0 auto !important;
    background-color: #EBF6FC;
  }
  .nav_add ul {
    width: 920px;
    margin: 10px auto 0 auto !important;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 68vw;
  background-color: #EBF6FC;
}
.key_visual .key {
  position: relative;
  top: 0;
  right: 0;
  z-index: 3;
  width: 78%;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  margin: 0 0 0 21%;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 40vw;
  border-radius: 1rem;
  z-index: 3;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 68vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_text {
  position: absolute;
  top: 37vw;
  left: 27%;
  z-index: 10;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.key_visual .key_contents .key_text span {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 0.5rem 0.2rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_text span.key_text2 {
  margin: 0.3rem 0 0 2rem;
}
.key_visual .key_contents .key_open {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  width: 96%;
  height: 10vw;
  background-color: #ffffff;
  color: #24356D;
  border: #83AACC 3px solid;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  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;
}
.key_visual .key_contents .key_open span {
  font-size: 1.3rem;
  margin: 0 0.5rem 0 0;
}
.key_visual .key_contents .key_open br {
  display: none;
}
.key_visual .key_contents .key_event {
  position: absolute;
  bottom: 16vw;
  left: 0;
  right: 0;
  width: 96%;
  height: 10vw;
  background-color: #ffffff;
  color: #C1A653;
  border: #D8C27E 3px solid;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  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;
}
.key_visual .key_contents .key_event span {
  font-size: 1.2rem;
  margin: 0 0.5rem 0 0;
}
.key_visual .key_contents .key_event span.time {
  font-size: 1.3rem;
  margin: 0 0 0 0;
}
.key_visual .key_contents .key_event span.nai {
  font-size: 1.3rem;
  margin: 0 0 0 0.5rem;
}
.key_visual .key_contents .key_event br {
  display: none;
}
.key_visual .key_daruma {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 68vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_daruma img.daruma {
  width: 26%;
  height: auto;
  position: absolute;
  top: 16vw;
  left: 1%;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 25vw;
  background: url("../img/low_bg.svg") 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: visible;
  margin: -1.5rem 0 0 0;
}
.key_visual_low h1 {
  margin: 2rem 0 1.5rem 0;
}
.key_visual_low h1 span {
  font-size: 2.2rem;
  text-align: center;
  color: #464646;
  line-height: 120%;
  letter-spacing: 0.2em;
  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: 98%;
  margin: 0 auto;
  white-space: nowrap;
}
.key_visual_low h1 span::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/low_h1_left.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0.2rem 0 0;
}
.key_visual_low h1 span::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/low_h1_right.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 0 0;
}
.key_visual_low::after {
  content: "";
  display: block;
  background: url("../img/daruma.svg") no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 3.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.2rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 1200px;
    height: 550px;
    margin: 60px auto 0 auto;
    background-color: transparent;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    right: 0;
    z-index: 3;
    width: 1000px;
    -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    margin: 0 0 0 200px;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 1000px;
    height: 550px;
    border-radius: 50px;
    z-index: 3;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 550px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    top: 425px;
    left: 220px;
    z-index: 10;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 0 0;
  }
  .key_visual .key_contents .key_text span {
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 18px 10px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 100%;
  }
  .key_visual .key_contents .key_text span.key_text2 {
    margin: 12px 0 0 56px;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: -27px;
    left: auto;
    right: 30px;
    width: 188px;
    height: 188px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #24356D;
    border: #83AACC 3px solid;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    line-height: 120%;
    display: block;
    padding: 30px 0 0 0;
  }
  .key_visual .key_contents .key_open span {
    font-size: 2.4rem;
    margin: 0 0 0 0;
  }
  .key_visual .key_contents .key_open span.shin {
    font-size: 3rem;
    margin: 5px 0 0 0;
    display: block;
  }
  .key_visual .key_contents .key_open br {
    display: block;
  }
  .key_visual .key_contents .key_event {
    position: absolute;
    bottom: -27px;
    left: auto;
    right: 233px;
    width: 188px;
    height: 188px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #C1A653;
    border: #D8C27E 3px solid;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    line-height: 100%;
    display: block;
    padding: 20px 0 0 0;
    letter-spacing: 0;
  }
  .key_visual .key_contents .key_event span {
    font-size: 2.4rem;
    margin: 0 0 0 0;
  }
  .key_visual .key_contents .key_event span.time {
    font-size: 2.6rem;
    margin: 0 0 0 0;
  }
  .key_visual .key_contents .key_event span.nai {
    font-size: 2.6rem;
    margin: 0 0 0 0;
  }
  .key_visual .key_contents .key_event br {
    display: block;
  }
  .key_visual .key_daruma {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 550px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_daruma img.daruma {
    width: 350px;
    height: auto;
    position: absolute;
    top: 203px;
    left: -48px;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 365px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    overflow: visible;
    margin: 0;
  }
  .key_visual_low h1 {
    margin: 0;
  }
  .key_visual_low h1 span {
    font-size: 4rem;
    text-align: center;
    color: #464646;
    line-height: 160%;
    letter-spacing: 0.2em;
    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: 98%;
    margin: 0 auto;
    white-space: nowrap;
  }
  .key_visual_low h1 span::before {
    content: "";
    display: block;
    width: 36px;
    height: 39.111px;
    background: url(../img/low_h1_left.svg) no-repeat center center;
    background-size: contain;
    margin: 0 18px 0 0;
  }
  .key_visual_low h1 span::after {
    content: "";
    display: block;
    width: 36px;
    height: 39.111px;
    background: url(../img/low_h1_right.svg) no-repeat center center;
    background-size: contain;
    margin: 0 0 0 15px;
  }
  .key_visual_low::after {
    content: "";
    display: block;
    background: url("../img/daruma.svg") no-repeat;
    background-size: contain;
    width: 115.12px;
    height: 128.75px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　診療カレンダー
----------------------------------------------------------- */
.time_calendar_frame {
  padding: 2.5rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.time_calendar_frame .top_title {
  position: relative;
  z-index: 1;
}
.time_calendar_frame .time_calendar_box {
  width: 96%;
  margin: -0.5rem auto 3px auto;
  background: url("../img/index_hour_calendar_bg.svg") no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.time_calendar_frame .time_calendar_box table.timetable {
  width: 92%;
}
.time_calendar_frame .time_calendar_box table.timetable caption {
  color: #ffffff;
}
.time_calendar_frame .time_calendar_box .calendar_box {
  width: 92%;
  margin: 2rem auto 0 auto;
}
.time_calendar_frame ul.calendar_notice {
  width: 92%;
  margin: 2rem auto 1rem auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.time_calendar_frame ul.calendar_notice li {
  width: auto;
  margin: 0 2rem 0 0;
  font-family: "zen_maru_gothic_Medium";
  font-size: 1.2rem;
  font-size: normal;
  color: #ffffff;
  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;
}
.time_calendar_frame ul.calendar_notice li.cn01 span {
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #7A7A7A 1px solid;
  margin: 0 0.5rem 0 0;
}
.time_calendar_frame ul.calendar_notice li.cn02 span {
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  background-color: #F1DB9A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #7A7A7A 1px solid;
  margin: 0 0.5rem 0 0;
}
.time_calendar_frame ul.calendar_notice li.cn03 span {
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  background-color: #FFCACA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #7A7A7A 1px solid;
  margin: 0 0.5rem 0 0;
}
.time_calendar_frame .calendar_box {
  width: 96%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .time_calendar_frame {
    padding: 100px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .time_calendar_frame .top_title {
    position: relative;
    z-index: 1;
  }
  .time_calendar_frame .time_calendar_box {
    width: 1218px;
    height: 812px;
    margin: -5px auto 3px auto;
    background: url("../img/index_hour_calendar_bg.svg") no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    padding: 80px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .time_calendar_frame .time_calendar_box table.timetable {
    width: 1039px;
  }
  .time_calendar_frame .time_calendar_box table.timetable caption {
    color: #ffffff;
  }
  .time_calendar_frame .time_calendar_box .calendar_box {
    width: 1039px;
    margin: 56px 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;
  }
  .time_calendar_frame ul.calendar_notice {
    width: 1039px;
    margin: 18px auto 0 auto;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .time_calendar_frame ul.calendar_notice li {
    width: auto;
    margin: 0 47px 0 0;
    font-family: "zen_maru_gothic_Medium";
    font-size: 1.3rem;
    font-size: normal;
    color: #ffffff;
    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;
  }
  .time_calendar_frame ul.calendar_notice li.cn01 span {
    display: block;
    width: 24px;
    height: 17px;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #7A7A7A 1px solid;
    margin: 0 16px 0 0;
  }
  .time_calendar_frame ul.calendar_notice li.cn02 span {
    display: block;
    width: 24px;
    height: 17px;
    background-color: #F1DB9A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #7A7A7A 1px solid;
    margin: 0 16px 0 0;
  }
  .time_calendar_frame ul.calendar_notice li.cn03 span {
    display: block;
    width: 24px;
    height: 17px;
    background-color: #FFCACA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #7A7A7A 1px solid;
    margin: 0 16px 0 0;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
  margin: 4.5rem 0 1rem 0;
}
.notice_frame .notice_title_box h2.notice_title {
  width: 70%;
  height: 40vw;
  background: url("../img/index_news_bg.svg") no-repeat;
  background-position: center top;
  background-size: contain;
  margin: 0 auto 1rem auto;
  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;
  font-family: "zen_maru_gothic_bold";
  font-weight: bold;
  font-size: 2.2rem;
  color: #24356D;
  line-height: 90%;
}
.notice_frame .notice_title_box h2.notice_title span {
  font-size: 1.2rem;
}
.notice_frame .notice_title_box .notice_daruma_box {
  width: 90%;
  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;
}
.notice_frame .notice_title_box .notice_daruma_box .daruma_left {
  width: 49%;
  background: url("../img/zabuton_left.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.notice_frame .notice_title_box .notice_daruma_box .daruma_left img {
  width: 70%;
  height: auto;
  margin: 0 auto 2rem auto;
  display: block;
}
.notice_frame .notice_title_box .notice_daruma_box .daruma_right {
  width: 49%;
  background: url("../img/zabuton_right.svg") no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.notice_frame .notice_title_box .notice_daruma_box .daruma_right img {
  width: 70%;
  height: auto;
  margin: 0 auto 2rem auto;
  display: block;
}
.notice_frame .notice_box {
  width: 98%;
  height: auto;
  margin: 1rem auto 0 auto;
  padding: 0 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;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #83AACC 1px solid;
}
.notice_frame .notice_box dl dt {
  color: #6389BB;
  margin: 1rem 0 0 0;
  padding: 1rem 0 1rem 2rem;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
  border-top: #83AACC 1px solid;
}
.notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon_arrow-news.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
.notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_frame .notice_box dl dt.close::before {
  content: "";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.notice_frame .notice_box dl dt:first-child {
  border-top: none;
}
.notice_frame .notice_box dl dt.none {
  display: none;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 2rem;
  color: #464646;
  font-family: "zen_maru_gothic_Medium";
  font-size: 1.4rem;
  line-height: 120%;
  display: none;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p {
  margin: 0 0 1rem 0;
}
.notice_frame .notice_box dl dd p a {
  color: #6389BB;
}
.notice_frame .notice_box dl dd:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 1200px;
    margin: 117px 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;
  }
  .notice_frame .notice_title_box {
    width: 348px;
  }
  .notice_frame .notice_title_box h2.notice_title {
    width: 279.753px;
    height: 179.142px;
    background: url("../img/index_news_bg.svg") no-repeat;
    background-position: center top;
    background-size: contain;
    margin: 0 auto 9px auto;
    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;
    font-family: "zen_maru_gothic_bold";
    font-weight: bold;
    font-size: 3.6rem;
    color: #24356D;
    line-height: 90%;
  }
  .notice_frame .notice_title_box h2.notice_title span {
    font-size: 1.6rem;
  }
  .notice_frame .notice_title_box .notice_daruma_box {
    width: 348px;
    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;
  }
  .notice_frame .notice_title_box .notice_daruma_box .daruma_left {
    width: 170.804px;
    background: url("../img/zabuton_left.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .notice_frame .notice_title_box .notice_daruma_box .daruma_left img {
    width: 114.45px;
    margin: 0 auto 23px auto;
    display: block;
  }
  .notice_frame .notice_title_box .notice_daruma_box .daruma_right {
    width: 170.804px;
    background: url("../img/zabuton_right.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .notice_frame .notice_title_box .notice_daruma_box .daruma_right img {
    width: 114.45px;
    margin: 0 auto 23px auto;
    display: block;
  }
  .notice_frame .notice_box {
    width: 752px;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #83AACC 1px solid;
  }
  .notice_frame .notice_box dl dt {
    color: #6389BB;
    margin: 0 0 2px 0;
    padding: 15px 0 0 30px;
    font-family: "zen_maru_gothic_bold";
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
    border-top: #83AACC 1px solid;
  }
  .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icon_arrow-news.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 21px;
  }
  .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_frame .notice_box dl dt.close {
    margin: 0 0 20px 0;
  }
  .notice_frame .notice_box dl dt.close::before {
    content: "";
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .notice_frame .notice_box dl dt:first-child {
    border-top: none;
  }
  .notice_frame .notice_box dl dt.none {
    display: none;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    color: #464646;
    font-family: "zen_maru_gothic_Medium";
    font-size: 1.6rem;
    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;
    margin: 0 0 8px 0;
  }
  .notice_frame .notice_box dl dd p a {
    color: #6389BB;
  }
  .notice_frame .notice_box dl dd p:last-child {
    border-bottom: none;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 5rem 0 0 0;
  position: relative;
  overflow: visible;
  padding: 4rem 0 0 0;
  background-color: #EBF6FC;
}
.treatment_frame::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url("../img/index_treatment_bg.svg");
  background-repeat: repeat-x;
  background-size: 10%;
  background-position: left top;
  position: absolute;
  top: -2rem;
}
.treatment_frame .treatment_box ul.treatment_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;
  list-style-type: none;
}
.treatment_frame .treatment_box ul.treatment_list li {
  width: 49%;
  margin: 0 0 4rem 0;
}
.treatment_frame .treatment_box ul.treatment_list li a {
  text-decoration: none;
}
.treatment_frame .treatment_box ul.treatment_list li a span {
  font-family: "zen_maru_gothic_bold";
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #6389BB;
  border: #83AACC 3px solid;
  border-radius: 2rem;
  background: url("../img/icon_06.svg");
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: right 1rem center;
  background-color: #ffffff;
  width: 80%;
  height: 10vw;
  margin: 13rem auto 0 auto;
  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;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_frame .treatment_box ul.treatment_list li a::before {
  content: "";
  display: block;
  width: 14rem;
  height: 14rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}
.treatment_frame .treatment_box ul.treatment_list li.dermatology a::before {
  background: url("../img/index_treatment_01.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame .treatment_box ul.treatment_list li.pediatrics a::before {
  background: url("../img/index_treatment_02.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame .treatment_box ul.treatment_list li.allergy a::before {
  background: url("../img/index_treatment_03.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame .treatment_box ul.treatment_list li.beauty a::before {
  background: url("../img/index_treatment_04.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame .treatment_box ul.treatment_list li.inspection a::before {
  display: none;
}
.treatment_frame .treatment_box ul.treatment_list li.inspection a span {
  margin: 0 auto 0 auto;
  width: 90%;
  height: 14vw;
  background: url("../img/icon_06.svg"), url("../img/icon_03.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 5%, 18%;
  background-position: right 1rem center, left 1rem center;
  background-color: #ffffff;
}
.treatment_frame .treatment_box ul.treatment_list li.treatment a::before {
  display: none;
}
.treatment_frame .treatment_box ul.treatment_list li.treatment a span {
  margin: 0 auto 0 auto;
  width: 90%;
  height: 14vw;
  background: url("../img/icon_06.svg"), url("../img/icon_04.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 5%, 12%;
  background-position: right 1rem center, left 1rem center;
  background-color: #ffffff;
}
.treatment_frame .treatment_box ul.treatment_list li.vaccine {
  margin: 0 auto 4rem auto;
}
.treatment_frame .treatment_box ul.treatment_list li.vaccine a::before {
  display: none;
}
.treatment_frame .treatment_box ul.treatment_list li.vaccine a span {
  margin: 0 auto 0 auto;
  width: 90%;
  height: 14vw;
  background: url("../img/icon_06.svg"), url("../img/icon_11.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 5%, 17%;
  background-position: right 1rem center, left 1rem center;
  background-color: #ffffff;
}
.treatment_frame .treatment_box ul.treatment_list li.explanatory_video {
  display: none;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    margin: 140px 0 0 0;
    position: relative;
    overflow: visible;
    padding: 150px 0 118px 0;
    background-color: #EBF6FC;
  }
  .treatment_frame::before {
    content: "";
    display: block;
    width: 100%;
    height: 46.25px;
    background: url("../img/index_treatment_bg.svg");
    background-repeat: repeat-x;
    background-size: 53.881px;
    background-position: left top;
    position: absolute;
    top: -46.25;
  }
  .treatment_frame .treatment_box ul.treatment_list {
    width: 1200px;
    margin: 25px 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 .treatment_box ul.treatment_list li {
    width: 260px;
    margin: 0 0 0 0;
  }
  .treatment_frame .treatment_box ul.treatment_list li a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
  }
  .treatment_frame .treatment_box ul.treatment_list li a span {
    font-family: "zen_maru_gothic_bold";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #6389BB;
    border: #83AACC 3px solid;
    border-radius: 30px;
    background: url("../img/icon_06.svg");
    background-repeat: no-repeat;
    background-size: 12.956px;
    background-position: right 15px center;
    background-color: #ffffff;
    width: 200px;
    height: 53px;
    margin: -27px auto 0 auto;
    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;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_frame .treatment_box ul.treatment_list li a::before {
    content: "";
    display: block;
    width: 260px;
    height: 260px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .treatment_frame .treatment_box ul.treatment_list li a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_frame .treatment_box ul.treatment_list li.dermatology {
    margin: 0 0 0 150px;
  }
  .treatment_frame .treatment_box ul.treatment_list li.dermatology a::before {
    background: url("../img/index_treatment_01.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame .treatment_box ul.treatment_list li.pediatrics {
    margin: 100px 0 0 0;
  }
  .treatment_frame .treatment_box ul.treatment_list li.pediatrics a::before {
    background: url("../img/index_treatment_02.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame .treatment_box ul.treatment_list li.allergy {
    margin: 0 150px 0 0;
  }
  .treatment_frame .treatment_box ul.treatment_list li.allergy a::before {
    background: url("../img/index_treatment_03.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame .treatment_box ul.treatment_list li.beauty a::before {
    background: url("../img/index_treatment_04.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame .treatment_box ul.treatment_list li.inspection {
    margin: 50px 0 0 190px;
  }
  .treatment_frame .treatment_box ul.treatment_list li.inspection a::before {
    display: none;
  }
  .treatment_frame .treatment_box ul.treatment_list li.inspection a span {
    width: 240px;
    height: 73px;
    background: url("../img/icon_06.svg"), url("../img/icon_03.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 12.956px, 39.61px;
    background-position: right 15px center, left 25px center;
    background-color: #ffffff;
  }
  .treatment_frame .treatment_box ul.treatment_list li.treatment {
    margin: 50px 0 0 0;
  }
  .treatment_frame .treatment_box ul.treatment_list li.treatment a::before {
    display: none;
  }
  .treatment_frame .treatment_box ul.treatment_list li.treatment a span {
    width: 240px;
    height: 73px;
    background: url("../img/icon_06.svg"), url("../img/icon_04.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 12.956px, 27.65px;
    background-position: right 15px center, left 25px center;
    background-color: #ffffff;
  }
  .treatment_frame .treatment_box ul.treatment_list li.vaccine {
    margin: 50px 190px 0 0;
  }
  .treatment_frame .treatment_box ul.treatment_list li.vaccine a::before {
    display: none;
  }
  .treatment_frame .treatment_box ul.treatment_list li.vaccine a span {
    width: 240px;
    height: 73px;
    background: url("../img/icon_06.svg"), url("../img/icon_11.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 12.956px, 42px;
    background-position: right 15px center, left 25px center;
    background-color: #ffffff;
  }
  .treatment_frame .treatment_box ul.treatment_list li.explanatory_video {
    display: none;
  }
}
/* -----------------------------------------------------------
よくある症状
----------------------------------------------------------- */
.symptoms_frame {
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
  overflow: visible;
  padding: 7rem 0 0 0;
  background: url("../img/index_symptoms_bg.svg");
  background-repeat: repeat-x;
  background-size: 10%;
  background-position: left top;
  background-color: #ffffff;
}
.symptoms_frame ul.symptoms_list {
  width: 98%;
  margin: 2rem auto 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.symptoms_frame ul.symptoms_list li {
  width: 47%;
  margin: 1.2rem 0 2rem 0;
}
.symptoms_frame ul.symptoms_list li a {
  font-family: "zen_maru_gothic_bold";
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #6B6247;
  line-height: 120%;
  border-radius: 3rem;
  background: url("../img/icon_01.svg");
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: right 0.8rem center;
  background-color: #D8C27E;
  -webkit-box-shadow: 0.3rem 0.3rem 0 #E1DBC8;
          box-shadow: 0.3rem 0.3rem 0 #E1DBC8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 14vw;
  padding: 0 0 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.symptoms_frame ul.symptoms_list li a::before {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: -1.2rem;
  left: 0.8rem;
}
.symptoms_frame ul.symptoms_list li.itch a::before {
  background: url("../img/index_symptoms_01.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.symptoms_frame ul.symptoms_list li.pain a::before {
  background: url("../img/index_symptoms_02.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.symptoms_frame ul.symptoms_list li.nail a::before {
  background: url("../img/index_symptoms_03.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.symptoms_frame ul.symptoms_list li.tolerant a::before {
  background: url("../img/index_symptoms_04.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.symptoms_frame ul.symptoms_list li.hair_loss a::before {
  background: url("../img/index_symptoms_05.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.symptoms_frame ul.symptoms_list li.skin_color a::before {
  background: url("../img/index_symptoms_06.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.symptoms_frame ul.symptoms_list li.children_skin a::before {
  background: url("../img/index_symptoms_07.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (min-width: 768px), print {
  .symptoms_frame {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    overflow: visible;
    padding: 168px 0 0 0;
    background: url("../img/index_symptoms_bg.svg");
    background-repeat: repeat-x;
    background-size: 53.881px;
    background-position: left top;
    background-color: #ffffff;
  }
  .symptoms_frame ul.symptoms_list {
    width: 1200px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
  }
  .symptoms_frame ul.symptoms_list li {
    width: 280px;
    margin: 23px 0 25px 0;
  }
  .symptoms_frame ul.symptoms_list li a {
    font-family: "zen_maru_gothic_bold";
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #6B6247;
    line-height: 120%;
    border-radius: 50px;
    background: url("../img/icon_01.svg");
    background-repeat: no-repeat;
    background-size: 11.14px;
    background-position: right 21px center;
    background-color: #D8C27E;
    -webkit-box-shadow: 5px 5px 0 #E1DBC8;
            box-shadow: 5px 5px 0 #E1DBC8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 0 0 128px;
    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;
    position: relative;
    z-index: 1;
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .symptoms_frame ul.symptoms_list li a::before {
    content: "";
    width: 93px;
    height: 93px;
    position: absolute;
    top: -23px;
    left: 18px;
  }
  .symptoms_frame ul.symptoms_list li a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .symptoms_frame ul.symptoms_list li.itch a::before {
    background: url("../img/index_symptoms_01.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .symptoms_frame ul.symptoms_list li.pain a::before {
    background: url("../img/index_symptoms_02.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .symptoms_frame ul.symptoms_list li.nail a::before {
    background: url("../img/index_symptoms_03.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .symptoms_frame ul.symptoms_list li.tolerant a::before {
    background: url("../img/index_symptoms_04.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .symptoms_frame ul.symptoms_list li.hair_loss {
    margin: 23px 0 25px 153px;
  }
  .symptoms_frame ul.symptoms_list li.hair_loss a::before {
    background: url("../img/index_symptoms_05.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .symptoms_frame ul.symptoms_list li.skin_color a::before {
    background: url("../img/index_symptoms_06.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .symptoms_frame ul.symptoms_list li.children_skin {
    margin: 23px 153px 25px 0;
  }
  .symptoms_frame ul.symptoms_list li.children_skin a::before {
    background: url("../img/index_symptoms_07.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
/* -----------------------------------------------------------
当院の特長
----------------------------------------------------------- */
.feature_frame {
  margin: 4.5rem 0 0 0;
  padding: 3rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBF6FC;
  overflow: visible;
  position: relative;
}
.feature_frame::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url("../img/index_feature_bg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: -2rem;
}
.feature_frame .feature_box {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.feature_frame .feature_box .feature_box_left {
  width: 100%;
  margin: 0 0 4rem 0;
}
.feature_frame .feature_box .feature_box_left .feature_box_left_text .fb_title {
  font-family: "zen_maru_gothic_bold";
  font-size: 1.6rem;
  font-weight: bold;
  color: #6389BB;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  line-height: 120%;
}
.feature_frame .feature_box .feature_box_left .feature_box_left_text .fb_title::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url("../img/icon_02.svg");
  margin: 0 0 0 -0.5rem;
}
.feature_frame .feature_box .feature_box_left .feature_box_left_text .fb_text {
  font-family: "zen_maru_gothic_Medium";
  font-size: 1.4rem;
  color: #464646;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  line-height: 120%;
}
.feature_frame .feature_box .feature_box_left img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.feature_frame .feature_box .feature_box_right {
  width: 100%;
  margin: 0 0 4rem 0;
}
.feature_frame .feature_box .feature_box_right .feature_box_right_text .fb_title {
  font-family: "zen_maru_gothic_bold";
  font-size: 1.6rem;
  font-weight: bold;
  color: #6389BB;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  line-height: 120%;
}
.feature_frame .feature_box .feature_box_right .feature_box_right_text .fb_title::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url("../img/icon_02.svg");
  margin: 0 0 0 -0.5rem;
}
.feature_frame .feature_box .feature_box_right .feature_box_right_text .fb_text {
  font-family: "zen_maru_gothic_Medium";
  font-size: 1.4rem;
  color: #464646;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  line-height: 120%;
}
.feature_frame .feature_box .feature_box_right img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

@media screen and (min-width: 768px), print {
  .feature_frame {
    margin: 170px 0 0 0;
    padding: 124px 0 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #EBF6FC;
    overflow: visible;
    position: relative;
  }
  .feature_frame::before {
    content: "";
    display: block;
    width: 100%;
    height: 81.64px;
    background: url("../img/index_feature_bg1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: -81.64px;
  }
  .feature_frame .feature_box {
    width: 1200px;
    margin: 22px auto 0 auto;
  }
  .feature_frame .feature_box .feature_box_left {
    width: 1200px;
    margin: 0 auto 30px 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;
  }
  .feature_frame .feature_box .feature_box_left .feature_box_left_text {
    width: 500px;
  }
  .feature_frame .feature_box .feature_box_left .feature_box_left_text .fb_title {
    font-family: "zen_maru_gothic_bold";
    font-size: 2.4rem;
    font-weight: bold;
    color: #6389BB;
    margin: 28px 0 24px 0;
    padding: 0 0 0 0;
    line-height: 120%;
  }
  .feature_frame .feature_box .feature_box_left .feature_box_left_text .fb_title::after {
    content: "";
    display: inline-block;
    width: 46.887px;
    height: 46.887px;
    background: url("../img/icon_02.svg");
    margin: 0 0 0 -10px;
  }
  .feature_frame .feature_box .feature_box_left .feature_box_left_text .fb_text {
    font-family: "zen_maru_gothic_Medium";
    font-size: 1.6rem;
    color: #464646;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 140%;
  }
  .feature_frame .feature_box .feature_box_left img {
    width: 650px;
    height: auto;
    border-radius: 30px;
  }
  .feature_frame .feature_box .feature_box_right {
    width: 1200px;
    margin: 0 auto 30px 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;
  }
  .feature_frame .feature_box .feature_box_right .feature_box_right_text {
    width: 500px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature_frame .feature_box .feature_box_right .feature_box_right_text .fb_title {
    font-family: "zen_maru_gothic_bold";
    font-size: 2.4rem;
    font-weight: bold;
    color: #6389BB;
    margin: 25px 0 22px 0;
    padding: 0 0 0 0;
    line-height: 120%;
  }
  .feature_frame .feature_box .feature_box_right .feature_box_right_text .fb_title::after {
    content: "";
    display: inline-block;
    width: 46.887px;
    height: 46.887px;
    background: url("../img/icon_02.svg");
    margin: 0 0 0 -10px;
  }
  .feature_frame .feature_box .feature_box_right .feature_box_right_text .fb_text {
    font-family: "zen_maru_gothic_Medium";
    font-size: 1.6rem;
    color: #464646;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 140%;
  }
  .feature_frame .feature_box .feature_box_right img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 650px;
    height: auto;
    border-radius: 30px;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: url("../img/index_overview_bg.svg") no-repeat;
  background-position: center top;
  background-size: contain;
  padding: 6rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.overview .overview_logo img {
  width: 100%;
  height: auto;
}
.overview .overview_box {
  width: 96%;
  margin: 2rem auto 0 auto;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_address {
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left .overview_tel {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  font-family: "zen_maru_gothic_bold";
  font-weight: bold;
}
.overview .overview_box .overview_info_box_left .overview_tel span {
  font-size: 3rem;
  font-weight: bold;
}
.overview .overview_box .overview_info_box_left .overview_tel span a {
  color: #464646;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left .overview_info span {
  color: #6389BB;
}
.overview .overview_box .overview_info_box_left .overview_info.oi_dept {
  position: relative;
  padding: 0 0 0 7.5rem;
}
.overview .overview_box .overview_info_box_left .overview_info.oi_dept span {
  position: absolute;
  top: 0;
  left: 0;
}
.overview .overview_box .overview_info_box_left .overview_timetable {
  width: 100%;
  margin: 0;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right iframe.googlemap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0;
  border-radius: 1rem;
  border: #EBEBEB 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background: url("../img/index_overview_bg.svg") no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 180px 0 120px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo {
    width: 320px;
    margin: 0 auto;
    display: block;
  }
  .overview .overview_logo img {
    width: 100%;
    height: auto;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 580px;
  }
  .overview .overview_box .overview_info_box_left .overview_address {
    margin: 0 0 8px 0;
    font-size: 1.6rem;
  }
  .overview .overview_box .overview_info_box_left .overview_tel {
    margin: 0 0 32px 0;
    font-size: 2rem;
    font-family: "zen_maru_gothic_bold";
    font-weight: bold;
  }
  .overview .overview_box .overview_info_box_left .overview_tel span {
    font-size: 3.6rem;
    font-weight: bold;
  }
  .overview .overview_box .overview_info_box_left .overview_tel span a {
    color: #464646;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left .overview_info {
    font-size: 1.6rem;
    margin: 0 0 2px 0;
  }
  .overview .overview_box .overview_info_box_left .overview_info span {
    color: #6389BB;
  }
  .overview .overview_box .overview_info_box_left .overview_info.oi_dept {
    position: static;
    padding: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_left .overview_info.oi_dept span {
    position: static;
    top: 0;
    left: 0;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable {
    width: 100%;
    margin: 48px 0 0 0;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr th {
    height: 50px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr td {
    height: 65px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr td i {
    font-size: 2.2rem;
    color: #464646;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable caption {
    font-size: 1.4rem;
    margin: 14px 0 0 0;
  }
  .overview .overview_box .overview_info_box_right {
    margin: 0 0 0 0;
    width: 570px;
  }
  .overview .overview_box .overview_info_box_right iframe.googlemap {
    width: 570px;
    height: 470px;
    display: block;
    margin: 0;
    border-radius: 30px;
    border: #EBEBEB 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #6389BB;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #EBF6FC;
}
footer .copyright a {
  color: #6389BB;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: #6389BB;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 50%;
  height: 13vw;
  margin: 0;
  color: #6B6247;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "zen_maru_gothic_bold";
  letter-spacing: 0.1em;
  display: block;
  padding: 0;
  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;
  background-color: #F1DB9A;
}
.footer_link a.footer_tel span {
  font-size: 1.2rem;
}
.footer_link a.footer_reserve {
  width: 30%;
  height: 13vw;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "zen_maru_gothic_bold";
  letter-spacing: 0.1em;
  display: block;
  padding: 0;
  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;
  background-color: #24356D;
}
.footer_link .smoothScrolls {
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  padding: 0.8rem 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 78px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 244px;
    overflow: hidden;
    position: relative;
    background: url("../img/footer_bg.svg") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 8px 12px 0;
    padding: 0 8px 4px 0;
    list-style-type: none;
    position: relative;
    border-right: #464646 1px solid;
    height: 14px;
    line-height: 100%;
  }
  footer .footer_frame ul.footer_list li a {
    color: #464646;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.4rem;
    position: relative;
    line-height: 100%;
    height: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  footer .footer_frame ul.footer_list li a br {
    display: none;
  }
  footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #464646;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  footer .footer_frame ul.footer_list li.treatment_btn {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #6389BB;
    font-size: 1.4rem;
    height: 50px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #EBF6FC;
    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: #6389BB;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #6389BB;
  }
  footer .copyright a:hover::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 117px;
    height: 130.5px;
  }
  #pagetop_position #linkpagetop a img {
    width: 117px;
    height: 130.5px;
  }
  #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: 9px;
    right: 11px;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */