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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*緑*/
/*薄い緑*/
/*水色*/
/*水色*/
/*白*/
/*オレンジ*/
/*オレンジ*/
/*オレンジ*/
/*オレンジ*/
/*白*/
/*灰色*/
/*緑*/
/*緑*/
/*水色*/
/*黄色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@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;
}

/* 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: #3A3A3A 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: #3A3A3A;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #3A3A3A 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%;
  /*
  &::before{
    content: "";
    width: 10%;
    height: 6vw;
    margin: 0 0.5rem 0 0;
  }       
  */
}
.main_nav_sp .drawr ul.hbg li a span {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li {
  width: 50%;
  float: left;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  color: #3A3A3A;
  border-bottom: none;
  text-align: center;
  border-bottom: #3A3A3A 1px solid;
  font-size: 1.2rem;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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 ul.main_nav_sub li:nth-child(odd) a {
  border-right: #3A3A3A 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_main_nav_sub {
  display: block;
}
.main_nav_sp .drawr ul.hbg li.home a::before {
  background: url("../img/icon_gnav_01.svg") no-repeat;
  background-size: contain;
}
.main_nav_sp .drawr ul.hbg li.doctor a::before {
  background: url("../img/icon_gnav_02.svg") no-repeat;
  background-size: contain;
}
.main_nav_sp .drawr ul.hbg li.clinic a::before {
  background: url("../img/icon_gnav_04.svg") no-repeat;
  background-size: contain;
}
.main_nav_sp .drawr ul.hbg li.visit a::before {
  background: url("../img/icon_gnav_05.svg") no-repeat;
  background-size: contain;
}
.main_nav_sp .drawr ul.hbg li.access a::before {
  background: url("../img/icon_gnav_06.svg") no-repeat;
  background-size: contain;
}
.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.treatment_hbg a::before {
  background: url("../img/icon_gnav_03.svg") no-repeat;
  background-size: contain;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg ul li a::after {
  content: "";
  display: none;
  margin: 0;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg ul li a::before {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .openNav {
  display: block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 共通項目

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

h2.top_title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 160%;
  margin: 0;
}
h2.low {
  width: 100%;
  margin: 4rem 0 2rem 0;
  padding: 0 0 1rem 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
h2.low span {
  color: #000000;
  font-family: "zen_maru_gothic_bold";
  font-size: 3rem;
  line-height: 140%;
  background: url("../img/crayon_01.svg") no-repeat;
  background-position: left top;
  background-size: 6rem;
  padding: 0 1rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
h2.low::after {
  content: "";
  width: 20%;
  height: 1px;
  border-bottom: #2E5F64 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #2E5F64;
  background: url("../img/h2_bg1.svg"), url("../img/h2_bg2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 2% center, right 2% bottom -1.2rem;
  background-size: 1%, 20%;
  background-color: #C9E6D7;
  font-family: "zen_maru_gothic_bold";
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 1rem 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.6rem;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4 {
  line-height: 120%;
}
h4.low {
  color: #2E5F64;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.8rem;
  font-weight: bold;
  background: url("../img/h4_bg.svg") no-repeat;
  background-size: 150%;
  background-position: right bottom;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
h4.first {
  margin: 0 0 1.5rem 0;
}

h5.low {
  color: #2E5F64;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.7rem;
  font-weight: bold;
  border-left: #D3E6F6 0.3rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0 0.2rem 0.4rem;
  margin: 1.8rem 0 1rem 0;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    font-size: 2.6rem;
    line-height: 200%;
    margin: 0;
  }
  h2.low {
    width: 100%;
    margin: 80px 0 60px 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  h2.low span {
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 4.8rem;
    line-height: 140%;
    background: url("../img/crayon_01.svg") no-repeat;
    background-position: left top;
    background-size: 120px;
    padding: 10px 18px 14px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline;
    position: relative;
  }
  h2.low::after {
    content: "";
    width: 72px;
    height: 1px;
    border-bottom: #2E5F64 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  h2.first {
    margin: 10px 0 60px 0;
  }
  h3.low {
    color: #2E5F64;
    background: url("../img/h2_bg1.svg"), url("../img/h2_bg2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left 12px center, right 10px bottom -20px;
    background-size: 4px, 100px;
    background-color: #C9E6D7;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 9px 9px 9px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 80px 0 20px 0;
    line-height: 120%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low {
    color: #2E5F64;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    background: url("../img/h4_bg.svg") no-repeat;
    background-size: 100%;
    background-position: right bottom;
    margin: 60px 0 20px 0;
    padding: 0 20px 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    color: #2E5F64;
    font-family: "zen_maru_gothic_bold";
    font-size: 2.4rem;
    font-weight: bold;
    border-left: #D3E6F6 4px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 0 4px 10px;
    margin: 50px 0 20px 0;
  }
  h5.first {
    margin: 0 0 20px 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 3.2vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #698C90;
  border: #698C90 1px solid;
  width: 7%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.2vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #2E5F64;
  border-bottom: #CCCCCC 1px solid;
}
table.timetable tr td i {
  font-size: 3.4vw;
  color: #2E5F64;
}
table.timetable tr td.time {
  width: 25%;
  text-align: center;
  color: #3A3A3A;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #3A3A3A;
  -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: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #698C90;
    border: #698C90 1px solid;
    width: 7%;
    height: 46px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 25%;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #3A3A3A;
    height: 48px;
    box-sizing: border-box;
    border-bottom: #CCCCCC 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.8rem;
    color: #2E5F64;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #3A3A3A;
    font-size: 1.8rem;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 10px 0 0 0;
    width: 100%;
    color: #3A3A3A;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.img_right_s {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right_s img {
  width: 50%;
  height: auto;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center 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_right_s {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right_s img {
    width: 250px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    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.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru.maru2 li {
  background: url(../img/maru2.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

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

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

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

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

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

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

 共通項目

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

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

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #2E5F64;
}
.low_tel img {
  width: 7%;
  margin: 0 0.5rem 0 0;
}
.low_tel span {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.low_tel span a {
  color: #2E5F64;
  text-decoration: none;
}

.emphasis_text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF7AF));
  background: linear-gradient(transparent 50%, #FFF7AF 50%);
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #698C90;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .two_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #ECF3F1;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
    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;
    color: #2E5F64;
  }
  .low_tel img {
    width: 40px;
    margin: 0 10px 0 0;
  }
  .low_tel span {
    font-size: 4rem;
    font-weight: bold;
    text-align: left;
  }
  .low_tel span a {
    color: #2E5F64;
    text-decoration: none;
  }
  .emphasis_text {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF7AF));
    background: linear-gradient(transparent 50%, #FFF7AF 50%);
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: 1rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #3A3A3A;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #3A3A3A;
  text-decoration: none;
}
ul.pankuzu_list li:first-child a {
  color: #F0B83F;
  text-decoration: underline;
}
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: 14px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #3A3A3A;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #3A3A3A;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #3A3A3A;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
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: #2E5F64 1px solid;
  background-color: #D3E3E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr td {
  width: 70%;
  padding: 0.5rem;
  border: #2E5F64 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table tr td p.low_table_tel {
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #2E5F64;
}
table.low_table tr td p.low_table_tel img {
  width: 7%;
  margin: 0 0.5rem 0 0;
}
table.low_table tr td p.low_table_tel span {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
table.low_table tr td p.low_table_tel span a {
  color: #2E5F64;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #3A3A3A;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    border: #2E5F64 1px solid;
    background-color: #D3E3E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border: #2E5F64 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table tr td p.low_table_tel {
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #2E5F64;
    line-height: 100%;
  }
  table.low_table tr td p.low_table_tel img {
    width: 20px;
    margin: 0 0.5rem 0 0;
  }
  table.low_table tr td p.low_table_tel span {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  table.low_table tr td p.low_table_tel span a {
    color: #2E5F64;
    text-decoration: none;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.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: #3A3A3A;
  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: #3A3A3A;
    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: #2E5F64 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #698C90;
  padding: 1rem;
  text-decoration: none;
  color: #3A3A3A;
}
.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: #3A3A3A;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #3A3A3A;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #3A3A3A;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #2E5F64 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #698C90;
    padding: 20px;
    text-decoration: none;
    color: #3A3A3A;
    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: #3A3A3A;
    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: #3A3A3A;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.link_text {
  color: #3A3A3A;
  text-decoration: none;
  border-bottom: #ECF3F1 2px solid;
  padding: 0 0 0.1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.low_button {
  background-color: #2E5F64;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.5rem;
  border-radius: 2rem;
  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;
  position: relative;
}
.low_button::after {
  font-family: "fontello";
  content: "\e80e";
  position: absolute;
  right: 4%;
}
.low_button.btn_reserve {
  max-width: 60%;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #3A3A3A;
    text-decoration: none;
    border-bottom: #ECF3F1 2px solid;
    padding: 0 0 2px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .link_text:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #2E5F64;
    color: #ffffff;
    width: auto;
    max-width: 300px;
    height: auto;
    min-height: 60px;
    margin: 0 0 0 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0;
    border-radius: 60px;
    border: #2E5F64 1px solid;
    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;
  }
  .low_button::after {
    font-family: "fontello";
    content: "\e80e";
    position: absolute;
    right: 20px;
  }
  .low_button:hover {
    background-color: #ffffff;
    color: #2E5F64;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button.btn_reserve {
    max-width: 300px;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.doctor_name {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 250px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.slider-pro {
  margin: 0 auto 2rem auto !important;
}

.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: bold;
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  .slider-pro {
    margin: 0 auto 20px auto !important;
  }
  .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: bold;
    margin: 0 0 20px 0;
    font-size: 2.8rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #2E5F64 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box h3, .flow_box h4, .flow_box h5 {
  margin: 0 0 1rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #2E5F64 1px solid;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box h3, .flow_box h4, .flow_box h5 {
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
dl.access_info {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
dl.access_info dt span {
  background-color: #2E5F64;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 8vw;
  letter-spacing: 0.1em;
}
dl.access_info dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 550px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #2E5F64;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #D3E3E0;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3A3A3A;
  border-top: #2E5F64 1px solid;
  border-left: #2E5F64 1px solid;
  border-right: #2E5F64 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: #2E5F64 1px solid;
  border-left: #2E5F64 1px solid;
  border-right: #2E5F64 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: #2E5F64 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.8rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #D3E3E0;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #2E5F64 1px solid;
    border-left: #2E5F64 1px solid;
    border-right: #2E5F64 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: #2E5F64 1px solid;
    border-left: #2E5F64 1px solid;
    border-right: #2E5F64 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 */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　ファーストビュー
----------------------------------------------------------- */
.first_view_anime {
  -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
          animation: fvfadein 0.5s ease 1s 1 normal backwards;
}

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

@keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .first_view_anime {
    -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
            animation: fvfadein 0.5s ease 1s 1 normal backwards;
  }
  @-webkit-keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　アニメーション
----------------------------------------------------------- */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_right {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein_left {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein_right.scrollin_right {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_left.scrollin_left {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.scale {
  -webkit-animation: scale 1.1s linear 0s 1;
          animation: scale 1.1s linear 0s 1;
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  20% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  30% {
    -webkit-transform: scale(0.4, 0.4);
            transform: scale(0.4, 0.4);
  }
  40% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  20% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  30% {
    -webkit-transform: scale(0.4, 0.4);
            transform: scale(0.4, 0.4);
  }
  40% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (min-width: 768px), print {
  .fadein {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
            transform: translate(0, 150px);
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
  }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .fadein_right {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
  }
  .fadein_left {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
  }
  .fadein_right.scrollin_right {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .fadein_left.scrollin_left {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .delay_01 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .delay_02 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .delay_03 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .scale {
    -webkit-animation: scale 1.1s linear 0s 1;
            animation: scale 1.1s linear 0s 1;
  }
  @-webkit-keyframes poyon {
    0% {
      -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
              transform: scale(0.8, 1.4) translate(0%, -100%);
    }
    10% {
      -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
              transform: scale(0.8, 1.4) translate(0%, -15%);
    }
    20% {
      -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
              transform: scale(1.4, 0.6) translate(0%, 30%);
    }
    30% {
      -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
              transform: scale(0.9, 1.1) translate(0%, -10%);
    }
    40% {
      -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
              transform: scale(0.95, 1.2) translate(0%, -30%);
    }
    50% {
      -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
              transform: scale(0.95, 1.2) translate(0%, -10%);
    }
    60% {
      -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
              transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    70% {
      -webkit-transform: scale(1, 1) translate(0%, 0%);
              transform: scale(1, 1) translate(0%, 0%);
    }
    100% {
      -webkit-transform: scale(1, 1) translate(0%, 0%);
              transform: scale(1, 1) translate(0%, 0%);
    }
  }
  @keyframes poyon {
    0% {
      -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
              transform: scale(0.8, 1.4) translate(0%, -100%);
    }
    10% {
      -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
              transform: scale(0.8, 1.4) translate(0%, -15%);
    }
    20% {
      -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
              transform: scale(1.4, 0.6) translate(0%, 30%);
    }
    30% {
      -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
              transform: scale(0.9, 1.1) translate(0%, -10%);
    }
    40% {
      -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
              transform: scale(0.95, 1.2) translate(0%, -30%);
    }
    50% {
      -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
              transform: scale(0.95, 1.2) translate(0%, -10%);
    }
    60% {
      -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
              transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    70% {
      -webkit-transform: scale(1, 1) translate(0%, 0%);
              transform: scale(1, 1) translate(0%, 0%);
    }
    100% {
      -webkit-transform: scale(1, 1) translate(0%, 0%);
              transform: scale(1, 1) translate(0%, 0%);
    }
  }
  @-webkit-keyframes scale {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    10% {
      -webkit-transform: scale(0.8, 0.8);
              transform: scale(0.8, 0.8);
    }
    20% {
      -webkit-transform: scale(0.6, 0.6);
              transform: scale(0.6, 0.6);
    }
    30% {
      -webkit-transform: scale(0.4, 0.4);
              transform: scale(0.4, 0.4);
    }
    40% {
      -webkit-transform: scale(0.6, 0.6);
              transform: scale(0.6, 0.6);
    }
    50% {
      -webkit-transform: scale(0.8, 0.8);
              transform: scale(0.8, 0.8);
    }
    60% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    70% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  @keyframes scale {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    10% {
      -webkit-transform: scale(0.8, 0.8);
              transform: scale(0.8, 0.8);
    }
    20% {
      -webkit-transform: scale(0.6, 0.6);
              transform: scale(0.6, 0.6);
    }
    30% {
      -webkit-transform: scale(0.4, 0.4);
              transform: scale(0.4, 0.4);
    }
    40% {
      -webkit-transform: scale(0.6, 0.6);
              transform: scale(0.6, 0.6);
    }
    50% {
      -webkit-transform: scale(0.8, 0.8);
              transform: scale(0.8, 0.8);
    }
    60% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    70% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
  }
  .key_link_list .appear {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation: show 1s both;
            animation: show 1s both;
  }
  .key_link_list .appear {
    display: inline-block;
  }
  .key_link_list .d1 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .key_link_list .d2 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .key_link_list .d3 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .key_link_list .d4 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .key_link_list .d5 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .key_link_list .d6 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .key_link_list .d7 {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .key_link_list .d8 {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .key_link_list .d9 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  @-webkit-keyframes show {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    25% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.25;
    }
    50% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.5;
    }
    75% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.75;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes show {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    25% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.25;
    }
    50% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.5;
    }
    75% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0.75;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
    }
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #3A3A3A;
  background-color: #ffffff;
  padding: 0 0 12vw 0;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #3A3A3A;
    background-color: #ffffff;
    padding: 0;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

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

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

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

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

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

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

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

.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 98px;
  }
  header.header .header_box {
    width: 1200px;
    height: 98px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダーアクセス*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 480px;
    height: 70px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 480px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 480px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 480px;
  }
  header.header .header_box .header_access {
    position: absolute;
    top: 20px;
    left: 563px;
    width: 250px;
    height: 70px;
    border-radius: 10px;
    background-color: #F8FBFA;
    font-size: 1.8rem;
    text-align: center;
    line-height: 140%;
    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;
  }
  header.header .header_box .header_info {
    display: block;
    margin: 0;
    position: absolute;
    top: 18px;
    right: 0;
    /*住所*/
    /*電話番号*/
  }
  header.header .header_box .header_info .header_address {
    margin: 0 0 0 0;
    text-align: left;
    font-size: 1.8rem;
    line-height: 120%;
    letter-spacing: 0;
  }
  header.header .header_box .header_info .header_tel {
    margin: 16px 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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    font-family: "zen_maru_gothic_bold";
  }
  header.header .header_box .header_info .header_tel img {
    width: 26px;
    margin: 0 10px 0 0;
  }
  header.header .header_box .header_info .header_tel span {
    font-size: 3.6rem;
    color: #2E5F64;
  }
  header.header .header_box .header_info .header_tel span a {
    color: #2E5F64;
    text-decoration: none;
  }
  .side_web_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 60px;
    height: 214px;
    text-decoration: none;
    color: #ffffff;
    background-color: #F0B83F;
    font-family: "zen_maru_gothic_Medium";
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: fixed;
    top: 260px;
    right: 0;
    z-index: 9999999999;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .side_web_link:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 92px;
    margin: 0;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 92px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: 200px;
    height: 92px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li.home a::before {
    background: url("../img/icon_gnav_01.svg") no-repeat;
    background-size: contain;
  }
  nav.main_nav_pc ul li.doctor a::before {
    background: url("../img/icon_gnav_02.svg") no-repeat;
    background-size: contain;
  }
  nav.main_nav_pc ul li.treatment a::after {
    font-family: "fontello";
    content: "\f004";
    font-size: 1.6rem;
    margin: 0;
    position: absolute;
    top: 64px;
    left: 142px;
  }
  nav.main_nav_pc ul li.treatment a::before {
    content: "";
    width: 60px;
    height: 40px;
    background: url("../img/icon_gnav_03.svg") no-repeat;
    background-size: contain;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.open_treatment a::after {
    font-family: "fontello";
    content: "\f005";
  }
  nav.main_nav_pc ul li.clinic a::before {
    background: url("../img/icon_gnav_04.svg") no-repeat;
    background-size: contain;
  }
  nav.main_nav_pc ul li.visit a::before {
    background: url("../img/icon_gnav_05.svg") no-repeat;
    background-size: contain;
  }
  nav.main_nav_pc ul li.access a::before {
    background: url("../img/icon_gnav_06.svg") no-repeat;
    background-size: contain;
  }
  nav.main_nav_pc ul li span {
    width: 100%;
    height: 92px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #2E5F64;
  }
  nav.main_nav_pc ul li span:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 92px;
    text-decoration: none;
    text-align: center;
    color: #3A3A3A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "zen_maru_gothic_bold";
    font-size: 1.8rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  nav.main_nav_pc ul li a::before {
    content: "";
    width: 60px;
    height: 40px;
    margin: 0 0 10px 0;
  }
  nav.main_nav_pc ul li .main_nav_sub_box {
    display: none;
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li .main_nav_sub_box ul {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    gap: 0;
  }
  nav.main_nav_pc ul li .main_nav_sub_box ul li {
    display: block;
    width: auto;
    height: 65px;
    margin: 0;
    padding: 0;
    min-width: 136px;
  }
  nav.main_nav_pc ul li .main_nav_sub_box ul li a {
    width: 100%;
    height: 65px;
    text-decoration: none;
    text-align: center;
    color: #3A3A3A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  nav.main_nav_pc ul li .main_nav_sub_box ul li a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #2E5F64;
  }
  nav.main_nav_pc ul li .main_nav_sub_box ul li a:hover {
    color: #2E5F64;
  }
  nav.main_nav_pc ul li .main_nav_sub_box ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  nav.main_nav_pc ul li .main_nav_sub_box ul li a::before {
    content: "";
    margin: 0;
    width: 0;
    height: 0;
    background: none;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 40vw;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 40vw;
}
.key_visual .key .key_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_contents {
  position: relative;
  bottom: 10vw;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_text {
  font-size: 1.6rem;
  font-family: "zen_maru_gothic_bold";
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 2%;
}

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

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: beige;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 750px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 750px;
  }
  .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_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
    height: 750px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    top: 625px;
    left: 0;
    font-size: 4.8rem;
    font-family: "zen_maru_gothic_bold";
    color: #ffffff;
    text-align: left;
    margin: 0 0 0 0;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 320px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual_low h1 {
    font-family: "zen_maru_gothic_bold";
    font-size: 4.8rem;
    font-weight: bold;
    text-align: center;
    color: #000000;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame_bg {
  width: 100%;
  background-color: #F8FBFA;
}
.notice_frame_bg .notice_frame {
  width: 96%;
  margin: 0 auto;
  padding: 4rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame_bg .notice_frame .notice_frame_title {
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.notice_frame_bg .notice_frame .notice_frame_title h2.notice_title {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "zen_maru_gothic_bold";
  font-size: 3rem;
  line-height: 100%;
  background: url("../img/crayon_01.svg") no-repeat;
  background-position: left top;
  background-size: 18%;
}
.notice_frame_bg .notice_frame .notice_frame_title h2.notice_title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: bace_color;
}
.notice_frame_bg .notice_frame .notice_frame_title .notice_img {
  width: 20%;
  position: absolute;
  top: 0;
  right: 4%;
}
.notice_frame_bg .notice_frame .notice_box {
  width: 100%;
  height: auto;
  margin: 0 0 2rem 0;
  padding: 0.5rem 0.5rem 2rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 1rem;
}
.notice_frame_bg .notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  border-bottom: #CCCCCC 1px solid;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame_bg .notice_frame .notice_box dl dt {
  color: #2E5F64;
  margin: 2rem 0 0.8rem 0;
  padding: 1.8rem 0 0 2rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 130%;
  border-top: #CCCCCC 1px solid;
  position: relative;
}
.notice_frame_bg .notice_frame .notice_box dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\f005";
  color: #2E5F64;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 1.7rem;
}
.notice_frame_bg .notice_frame .notice_box dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\f005";
  color: #2E5F64;
}
.notice_frame_bg .notice_frame .notice_box dl dt:first-child {
  margin: 0 0 0.8rem 0;
  border-top: none;
  padding: 1.8rem 0 0 2rem;
}
.notice_frame_bg .notice_frame .notice_box dl dt.close::before {
  font-family: "fontello";
  content: " \f005";
  color: #2E5F64;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin: 2rem 0 0 0;
}
.notice_frame_bg .notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  color: #3A3A3A;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 130%;
  display: none;
}
.notice_frame_bg .notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame_bg .notice_frame .notice_box dl dd p a {
  color: #C9E6D7;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .notice_frame_bg {
    width: 100%;
    background-color: #F8FBFA;
    padding: 80px 0 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame {
    width: 1200px;
    min-height: 400px;
    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_bg .notice_frame .notice_frame_title {
    width: 240px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame .notice_frame_title h2.notice_title {
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 0 0 0;
    padding: 16px 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 6rem;
    line-height: 100%;
    background: url("../img/crayon_01.svg") no-repeat;
    background-position: left top;
    background-size: 120px;
  }
  .notice_frame_bg .notice_frame .notice_frame_title h2.notice_title span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: bace_color;
  }
  .notice_frame_bg .notice_frame .notice_frame_title .notice_img {
    width: 141px;
    position: absolute;
    top: 150px;
    right: 80px;
  }
  .notice_frame_bg .notice_frame .notice_box {
    width: 960px;
    height: auto;
    margin: 0 0 0 0;
    padding: 50px 0 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 30px;
  }
  .notice_frame_bg .notice_frame .notice_box dl {
    height: auto;
    margin: 0 auto;
    width: 850px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    border-bottom: #CCCCCC 1px solid;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt {
    color: #2E5F64;
    margin: 10px 0 8px 0;
    padding: 16px 0 0 22px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    border-top: #CCCCCC 1px solid;
    position: relative;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt::before {
    position: absolute;
    font-family: "fontello";
    font-size: 1.8rem;
    content: "\f005";
    color: #2E5F64;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    top: 17px;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\f005";
    color: #2E5F64;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt:first-child {
    margin: 0 0 8px 0;
    border-top: none;
    padding: 30px 0 0 22px;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt:first-child::before {
    top: 32px;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt.close::before {
    font-family: "fontello";
    content: " \f005";
    color: #2E5F64;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    margin: 20px 0 0 0;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd {
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    color: #3A3A3A;
    font-size: 1.6rem;
    line-height: 130%;
    display: none;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd p {
    margin: 0 0 0 0;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd p a {
    color: #C9E6D7;
    font-weight: bold;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd p a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　診療時間 / アクセス
----------------------------------------------------------- */
.hours_access_frame {
  width: 100%;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hours_access_frame .hours_access_box {
  width: 96%;
  margin: 0 auto;
}
.hours_access_frame .hours_access_box .hours_access_box_left h2.hours_access_title {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "zen_maru_gothic_bold";
  font-size: 3rem;
  line-height: 100%;
  background: url("../img/crayon_02.svg") no-repeat;
  background-position: left top;
  background-size: 18%;
}
.hours_access_frame .hours_access_box .hours_access_box_left h2.hours_access_title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: bace_color;
}
.hours_access_frame .hours_access_box .hours_access_box_left .access_img {
  width: 30%;
  margin: 1rem 0 1rem 70%;
}
.hours_access_frame .hours_access_box .hours_access_box_right .googlemap {
  width: 100%;
  height: 500px;
  border-radius: 2rem;
}
.hours_access_frame .hours_access_box .hours_access_box_right .googlemap_text {
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  .hours_access_frame {
    width: 100%;
    padding: 76px 0 76px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hours_access_frame .hours_access_box {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hours_access_frame .hours_access_box .hours_access_box_left {
    width: 570px;
  }
  .hours_access_frame .hours_access_box .hours_access_box_left h2.hours_access_title {
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 16px 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 6rem;
    line-height: 100%;
    background: url("../img/crayon_02.svg") no-repeat;
    background-position: left top;
    background-size: 120px;
  }
  .hours_access_frame .hours_access_box .hours_access_box_left h2.hours_access_title span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: bace_color;
  }
  .hours_access_frame .hours_access_box .hours_access_box_left .access_img {
    width: 150px;
    float: right;
    margin: 12px 0 0 0;
  }
  .hours_access_frame .hours_access_box .hours_access_box_right {
    width: 570px;
  }
  .hours_access_frame .hours_access_box .hours_access_box_right .googlemap {
    width: 570px;
    height: 420px;
    border-radius: 30px;
  }
  .hours_access_frame .hours_access_box .hours_access_box_right .googlemap_text {
    font-size: 1.8rem;
    margin: 8px 0 0 0;
  }
}
/* -----------------------------------------------------------
　当院のご紹介
----------------------------------------------------------- */
.clinic_frame {
  width: 100%;
}
.clinic_frame .clinic_box_right {
  width: 100%;
  background-color: #F8FBFA;
  padding: 4rem 2rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.clinic_frame .clinic_box_right h2.clinic_title {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "zen_maru_gothic_bold";
  font-size: 3rem;
  line-height: 100%;
  background: url("../img/crayon_03.svg") no-repeat;
  background-position: left top;
  background-size: 18%;
}
.clinic_frame .clinic_box_right h2.clinic_title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: bace_color;
}
.clinic_frame .clinic_box_right .clinic_img {
  width: 20%;
  position: absolute;
  top: 2rem;
  right: 4%;
}
.clinic_frame .clinic_box_right .clinic_subtitle {
  font-weight: bold;
  font-family: "zen_maru_gothic_regular";
  font-size: 1.8rem;
}
.clinic_frame .clinic_box_right .clinic_box_button {
  width: 70%;
  height: 12vw;
  margin: 1rem 0 0 0;
  background-color: #F0B83F;
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.clinic_frame .clinic_box_right .clinic_box_button::after {
  font-family: "fontello";
  content: "\e80e";
  position: absolute;
  right: 4%;
}
.clinic_frame .clinic_box_left {
  width: 100%;
}
.clinic_frame .clinic_box_left img {
  width: 90%;
  margin: 0 10% 0 0;
}

@media screen and (min-width: 768px), print {
  .clinic_frame {
    width: 100%;
    height: 862px;
    position: relative;
  }
  .clinic_frame .clinic_box_right {
    width: 650px;
    height: 782px;
    background-color: #F8FBFA;
    padding: 72px 0 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0;
    left: 47%;
    z-index: 2;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: visible;
  }
  .clinic_frame .clinic_box_right::after {
    content: "";
    position: absolute;
    top: 0;
    right: -650px;
    width: 650px;
    height: 782px;
    background-color: #F8FBFA;
  }
  .clinic_frame .clinic_box_right h2.clinic_title {
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 0 28px 0;
    padding: 16px 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 6rem;
    line-height: 100%;
    background: url("../img/crayon_03.svg") no-repeat;
    background-position: left top;
    background-size: 120px;
  }
  .clinic_frame .clinic_box_right h2.clinic_title span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: bace_color;
  }
  .clinic_frame .clinic_box_right .clinic_img {
    width: 170px;
    position: absolute;
    top: 40px;
    right: 0;
  }
  .clinic_frame .clinic_box_right p {
    margin: 0 0 26px 0;
    line-height: 150%;
  }
  .clinic_frame .clinic_box_right .clinic_subtitle {
    font-weight: bold;
    font-family: "zen_maru_gothic_regular";
    font-size: 3rem;
    margin: 0 0 14px 0;
  }
  .clinic_frame .clinic_box_right .clinic_box_button {
    width: 300px;
    height: 60px;
    margin: 38px 0 0 0;
    background-color: #F0B83F;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
    border-radius: 60px;
    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;
    position: relative;
  }
  .clinic_frame .clinic_box_right .clinic_box_button::after {
    font-family: "fontello";
    content: "\e80e";
    position: absolute;
    right: 20px;
  }
  .clinic_frame .clinic_box_right .clinic_box_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .clinic_frame .clinic_box_left {
    position: absolute;
    top: 80px;
    left: -3%;
    z-index: 1;
    width: 1050px;
  }
  .clinic_frame .clinic_box_left img {
    width: 100%;
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .clinic_frame {
    width: 100%;
    height: 862px;
    position: relative;
  }
  .clinic_frame .clinic_box_right {
    width: 650px;
    height: 782px;
    background-color: #F8FBFA;
    padding: 72px 0 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0;
    left: 47%;
    z-index: 2;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: visible;
  }
  .clinic_frame .clinic_box_right::after {
    content: "";
    position: absolute;
    top: 0;
    right: -650px;
    width: 650px;
    height: 782px;
    background-color: #F8FBFA;
  }
  .clinic_frame .clinic_box_right h2.clinic_title {
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 0 28px 0;
    padding: 16px 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 6rem;
    line-height: 100%;
    background: url("../img/crayon_03.svg") no-repeat;
    background-position: left top;
    background-size: 120px;
  }
  .clinic_frame .clinic_box_right h2.clinic_title span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: bace_color;
  }
  .clinic_frame .clinic_box_right .clinic_img {
    width: 170px;
    position: absolute;
    top: 40px;
    right: 0;
  }
  .clinic_frame .clinic_box_right p {
    margin: 0 0 26px 0;
    line-height: 150%;
  }
  .clinic_frame .clinic_box_right .clinic_subtitle {
    font-weight: bold;
    font-family: "zen_maru_gothic_regular";
    font-size: 3rem;
    margin: 0 0 14px 0;
  }
  .clinic_frame .clinic_box_right .clinic_box_button {
    width: 300px;
    height: 60px;
    margin: 38px 0 0 0;
    background-color: #F0B83F;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
    border-radius: 60px;
    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;
    position: relative;
  }
  .clinic_frame .clinic_box_right .clinic_box_button::after {
    font-family: "fontello";
    content: "\e80e";
    position: absolute;
    right: 20px;
  }
  .clinic_frame .clinic_box_right .clinic_box_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .clinic_frame .clinic_box_left {
    position: absolute;
    top: 80px;
    left: -24%;
    z-index: 1;
    width: 1050px;
  }
  .clinic_frame .clinic_box_left img {
    width: 100%;
    margin: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 96%;
  position: relative;
  margin: 4rem auto 0 auto;
}
.features_frame h2.features_title {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "zen_maru_gothic_bold";
  font-size: 3rem;
  line-height: 100%;
  background: url("../img/crayon_04.svg") no-repeat;
  background-position: left top;
  background-size: 18%;
}
.features_frame h2.features_title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: bace_color;
}
.features_frame .features_img {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
}
.features_frame ul.feature_list {
  list-style-type: none;
  width: 100%;
}
.features_frame ul.feature_list li {
  width: 100%;
  position: relative;
  margin: 0 0 4rem 0;
}
.features_frame ul.feature_list li img {
  width: 94%;
  position: relative;
  z-index: 1;
}
.features_frame ul.feature_list li .feature_no {
  position: absolute;
  top: 34vw;
  left: 0;
  z-index: 3;
  background: url("../img/feature_bg.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8rem;
  font-family: "zen_maru_gothic_bold";
  font-weight: bold;
  padding: 0 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2E5F64;
  line-height: 160%;
}
.features_frame ul.feature_list li .feature_no span {
  font-size: 2.2rem;
}
.features_frame ul.feature_list li .feature_text_box {
  position: relative;
  z-index: 2;
  background-color: #F8FBFA;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  width: 85%;
  margin: -8vw 0 0 15%;
}
.features_frame ul.feature_list li .feature_text_box .feature_title {
  color: #2E5F64;
  font-family: "zen_maru_gothic_Medium";
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
.features_frame ul.feature_list li .feature_text_box .feature_text {
  margin: 0;
}
.features_frame .features_bg {
  text-align: center;
}
.features_frame .features_bg img {
  width: 70%;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 1200px;
    position: relative;
    margin: 74px auto 65px auto;
  }
  .features_frame h2.features_title {
    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: 100%;
    margin: 0 0 25px 0;
    padding: 16px 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 6rem;
    line-height: 100%;
    background: url("../img/crayon_04.svg") no-repeat;
    background-position: left 500px top 10px;
    background-size: 120px;
  }
  .features_frame h2.features_title span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: bace_color;
  }
  .features_frame .features_img {
    width: 282px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .features_frame ul.feature_list {
    width: 1200px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features_frame ul.feature_list li {
    width: 570px;
    position: relative;
    margin: 0 0 56px 0;
  }
  .features_frame ul.feature_list li img {
    width: 530x;
    position: relative;
    z-index: 1;
  }
  .features_frame ul.feature_list li .feature_no {
    position: absolute;
    top: 190px;
    left: 0;
    z-index: 3;
    background: url("../img/feature_bg.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    width: 160px;
    height: 161.196px;
    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-size: 1.4rem;
    font-family: "zen_maru_gothic_bold";
    font-weight: bold;
    padding: 0 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #2E5F64;
    line-height: 160%;
  }
  .features_frame ul.feature_list li .feature_no span {
    font-size: 4.8rem;
  }
  .features_frame ul.feature_list li .feature_text_box {
    position: relative;
    z-index: 2;
    background-color: #F8FBFA;
    padding: 38px 44px 0 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1rem;
    width: 490px;
    height: 220px;
    margin: -60px 0 0 15%;
  }
  .features_frame ul.feature_list li .feature_text_box .feature_title {
    color: #2E5F64;
    font-family: "zen_maru_gothic_Medium";
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 14px 0;
  }
  .features_frame ul.feature_list li .feature_text_box .feature_text {
    margin: 0;
    font-size: 1.7rem;
    letter-spacing: 0;
    text-align: justify;
    line-height: 160%;
  }
  .features_frame .features_bg {
    position: absolute;
    bottom: 75px;
    right: 60px;
    text-align: center;
    width: 440px;
  }
  .features_frame .features_bg img {
    width: 440px;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_bg {
  width: 100%;
  margin: 4rem 0 0 0;
  background: url("../img/index_treatment_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.treatment_bg .treatment_frame {
  width: 100%;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: visible;
}
.treatment_bg .treatment_frame::before {
  content: "";
  width: 8rem;
  height: 5rem;
  background: url("../img/index_treatment_img_left.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.5rem;
  left: 10%;
}
.treatment_bg .treatment_frame::after {
  content: "";
  width: 8rem;
  height: 5rem;
  background: url("../img/index_treatment_img_right.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.5rem;
  right: 10%;
}
.treatment_bg .treatment_frame h2.treatment_title {
  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: 100%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "zen_maru_gothic_bold";
  font-size: 3rem;
  line-height: 100%;
  background: url("../img/crayon_05.svg") no-repeat;
  background-position: left 30% top;
  background-size: 18%;
}
.treatment_bg .treatment_frame h2.treatment_title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: bace_color;
}
.treatment_bg .treatment_frame 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_bg .treatment_frame ul.treatment_list li {
  width: 49%;
  margin: 0 0 0.8rem 0;
}
.treatment_bg .treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 45vw;
  background: url("../img/icon_bg.svg") no-repeat;
  background-position: center top 5vw;
  background-size: 60%;
  background-color: #ffffff;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0 0 7vw 0;
  font-size: 1.2rem;
  font-family: "zen_maru_gothic_Medium";
  color: #3A3A3A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.treatment_bg .treatment_frame ul.treatment_list li a::after {
  font-family: "fontello";
  content: "\e80e";
  color: #F0B83F;
  font-size: 1rem;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
}
.treatment_bg .treatment_frame ul.treatment_list li a::before {
  width: 40%;
  height: 19vw;
  margin: 0 0 6vw 0;
}
.treatment_bg .treatment_frame ul.treatment_list li.child a::before {
  content: url("../img/index_treatment_01.svg");
}
.treatment_bg .treatment_frame ul.treatment_list li.decay a::before {
  content: url("../img/index_treatment_02.svg");
}
.treatment_bg .treatment_frame ul.treatment_list li.periodontal_disease a::before {
  content: url("../img/index_treatment_03.svg");
}
.treatment_bg .treatment_frame ul.treatment_list li.orthodontics a::before {
  content: url("../img/index_treatment_04.svg");
}
.treatment_bg .treatment_frame ul.treatment_list li.oral_cavity a::before {
  content: url("../img/index_treatment_05.svg");
}
.treatment_bg .treatment_frame ul.treatment_list li.prevention a::before {
  content: url("../img/index_treatment_06.svg");
}
.treatment_bg .treatment_frame ul.treatment_list li.whitening a::before {
  content: url("../img/index_treatment_07.svg");
}
.treatment_bg .treatment_frame ul.treatment_list li.implant a::before {
  content: url("../img/index_treatment_08.svg");
}

@media screen and (min-width: 768px), print {
  .treatment_bg {
    width: 100%;
    height: 942px;
    margin: 0 0 0 0;
    background: url("../img/index_treatment_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .treatment_bg .treatment_frame {
    width: 1200px;
    margin: 0 auto;
    padding: 68px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: visible;
  }
  .treatment_bg .treatment_frame::before {
    content: "";
    width: 170px;
    height: 104px;
    background: url("../img/index_treatment_img_left.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -29px;
    left: 233px;
  }
  .treatment_bg .treatment_frame::after {
    content: "";
    width: 170px;
    height: 104px;
    background: url("../img/index_treatment_img_right.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -29px;
    right: 233px;
  }
  .treatment_bg .treatment_frame h2.treatment_title {
    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: 100%;
    margin: 0 0 25px 0;
    padding: 16px 0 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 6rem;
    line-height: 100%;
    background: url("../img/crayon_05.svg") no-repeat;
    background-position: left 456px top 2px;
    background-size: 120px;
  }
  .treatment_bg .treatment_frame h2.treatment_title span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: bace_color;
  }
  .treatment_bg .treatment_frame ul.treatment_list {
    width: 1200px;
    margin: 28px 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_bg .treatment_frame ul.treatment_list li {
    width: 282px;
    margin: 0 0 24px 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a {
    width: 282px;
    height: 282px;
    background: url("../img/icon_bg.svg") no-repeat;
    background-position: center top 32px;
    background-size: 162px;
    background-color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
    padding: 0 0 39px 0;
    font-size: 2.4rem;
    font-family: "zen_maru_gothic_Medium";
    color: #3A3A3A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a::after {
    font-family: "fontello";
    content: "\e80e";
    color: #F0B83F;
    font-size: 2rem;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a::before {
    width: 92px;
    height: auto;
    margin: 0 0 61px 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.child a::before {
    content: url("../img/index_treatment_01.svg");
  }
  .treatment_bg .treatment_frame ul.treatment_list li.decay a::before {
    content: url("../img/index_treatment_02.svg");
  }
  .treatment_bg .treatment_frame ul.treatment_list li.periodontal_disease a::before {
    content: url("../img/index_treatment_03.svg");
  }
  .treatment_bg .treatment_frame ul.treatment_list li.orthodontics a::before {
    content: url("../img/index_treatment_04.svg");
  }
  .treatment_bg .treatment_frame ul.treatment_list li.oral_cavity a::before {
    content: url("../img/index_treatment_05.svg");
  }
  .treatment_bg .treatment_frame ul.treatment_list li.prevention a::before {
    content: url("../img/index_treatment_06.svg");
  }
  .treatment_bg .treatment_frame ul.treatment_list li.whitening a::before {
    content: url("../img/index_treatment_07.svg");
  }
  .treatment_bg .treatment_frame ul.treatment_list li.implant a::before {
    content: url("../img/index_treatment_08.svg");
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #F8FBFA;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_logo {
  width: 96%;
  margin: 0 auto;
  display: block;
}
.overview .overview_box .overview_info_box_left .overview_logo img {
  width: 100%;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 100%;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  padding: 1rem 0 0 0;
  border-top: #698C90 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 75%;
  margin: 0 0 1rem 0;
  padding: 1rem 0 0 0;
  border-top: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right .overview_tel {
  background-color: #ffffff;
  width: 100%;
  margin: 0 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 2.2rem;
  font-family: "zen_maru_gothic_Medium";
  color: #2E5F64;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_right .overview_tel span a {
  color: #2E5F64;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_right .overview_tel img {
  width: 8%;
  margin: 0 0.5rem 0 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable {
  width: 100%;
  margin: 0;
}

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

ul.overview_line {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.overview_line li {
  width: 48%;
  margin: 0 0 1rem 0;
}
ul.overview_line li a {
  display: block;
  text-decoration: none;
}
ul.overview_line li a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background-color: #F8FBFA;
    padding: 38px 0 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 570px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_left .overview_logo {
    width: 500px;
    margin: 0;
    display: block;
  }
  .overview .overview_box .overview_info_box_left .overview_logo img {
    width: 500px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 570px;
    margin: 38px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 110px;
    margin: 0 0 14px 0;
    padding: 14px 0 0 0;
    border-top: #698C90 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 460px;
    margin: 0 0 14px 0;
    padding: 14px 0 0 0;
    border-top: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_right {
    width: 570px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right .overview_tel {
    background-color: #ffffff;
    width: 570px;
    height: 70px;
    margin: 0 0 35px 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: nowrap;
        flex-wrap: nowrap;
    font-size: 3.6rem;
    font-family: "zen_maru_gothic_Medium";
    color: #2E5F64;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_right .overview_tel span a {
    color: #2E5F64;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_right .overview_tel img {
    width: 30px;
    margin: 0 12px 0 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable {
    width: 100%;
    margin: 0;
  }
  iframe.googlemap {
    width: 100%;
    height: 400px;
    display: block;
    margin: 0;
  }
  ul.overview_line {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
    margin: 30px auto 10px auto;
  }
  ul.overview_line li {
    width: 388px;
    margin: 0 0 17px 0;
  }
  ul.overview_line li a {
    display: block;
    text-decoration: none;
  }
  ul.overview_line li a img {
    width: 100%;
  }
  ul.overview_line li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  padding: 2rem 0 0 0;
  background-color: #4B757A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .footer_frame {
  width: 96%;
  margin: 0 auto;
}
footer .footer_frame ul.footer_list {
  line-height: 130%;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_frame ul.footer_list li {
  width: 48%;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 0;
  list-style-type: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_frame ul.footer_list li a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
footer .footer_frame ul.footer_list li.treatment {
  display: none;
}
footer .footer_frame .subtitle {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2rem 0 1.4rem 0;
  border-bottom: #ffffff 1px solid;
  color: #ffffff;
  text-align: left;
  padding: 0 0 0.5rem 0;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #2E5F64;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  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: #2E5F64;
  border-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_tel {
  width: 49%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "urbanist_semibold";
  letter-spacing: 0.1em;
  display: block;
  background-color: #2E5F64;
  padding: 1.2rem 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;
  border-right: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_tel i {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer_link a.footer_web {
  width: 33%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "urbanist_semibold";
  letter-spacing: 0.1em;
  display: block;
  background-color: #2E5F64;
  padding: 1.2rem 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;
  border-right: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_web i {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer_link .smoothScrolls {
  background-color: #2E5F64;
  width: 18%;
  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: 1.2rem 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: 31px 0 0 0;
    background-color: #4B757A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    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 10px 0;
    padding: 0 8px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    height: 16px;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 100%;
  }
  footer .footer_frame ul.footer_list li a span {
    display: none;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame 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: #ffffff;
    font-size: 1.8rem;
    height: 80px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #2E5F64;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a img {
    width: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 18%;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 78px;
    height: 78px;
  }
  #pagetop_position #linkpagetop a img {
    width: 78px;
    height: 78px;
  }
  #pagetop {
    position: fixed;
    bottom: 110px;
    right: 2%;
    z-index: 999999;
  }
}