@charset "UTF-8";
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*緑*/
/*灰色*/
/*緑*/
/*灰色*/
/*緑*/
/*緑*/
/*緑*/
/*緑*/
/*水色*/
/*オレンジ*/
/*緑*/
/*青*/
/*緑*/
/*灰色*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notoserifjp_regular";
  src: url(../font/NotoSerifJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_medium";
  src: url(../font/NotoSerifJP-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_bold";
  src: url(../font/NotoSerifJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_Semibold";
  src: url(../font/NotoSerifJP-SemiBold.otf);
  font-weight: bold;
  font-style: normal;
}
/*関数*/
/* ----------------------------------------------------------------------------------
モジュール　_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;
  }
}
/*関数*/
/*
.main_nav_sp{
  width:100%;
  .drawr {
    display: none;
    position: relative;
    top:0;
    width:100%;
    padding:0 0 0 0;
    margin:0 0 0 0;
    height:auto;
    z-index:999999;
    background-color: $background_color;  
    overflow-x: hidden;
    overflow-y: auto;

    ul.hbg{
      list-style-type: none;
      border-top: $bace_color 1px solid;

      li{
        width: 100%;
        text-align: center;        
        &.treatment{
          &:hover{
            cursor: pointer;
            cursor: hand;
          }
        }        
        a{
          color: $bace_color;
          font-size: 1rem;
          text-decoration: none;
          padding: 1rem;
          border-bottom: $bace_color 1px solid;
          box-sizing: border-box;
          letter-spacing: 0.05em;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;        
          -webkit-align-items: center;
          align-items: center;
          -webkit-flex-direction:row;
          flex-direction:row;
          line-height: 140%;
          span{
            font-size: 1.4rem;
            margin: 0 1rem 0 0;
          }
        }
        ul{
          display: none;
          &.open_nav{
           display: block;
          }

          li{
            a{
              background-color: $color2;
              color: $bace_color;        
              border-bottom: none;
              text-align: center;
              border-bottom: $bace_color 1px solid;
              &::after{
                content: "" !important;
              }            
            }
          }
        }

        &.treatment{
          a{
            &::after{
              font-family: 'fontello';                
              content: "\00e809";
              font-size: 1.4rem;
              margin: 0 0 0 0.5rem;
            }     
          }
        }   
        &.open_treatment{
          a{
            &::after{
              font-family: 'fontello';                
              content: "\00e808";
              font-size: 1.4rem;
              margin: 0 0 0 0.5rem;
            }     
          }
        }           
      }
    }
  }
  .openNav{
    display:block;
  }
}


@media screen and (min-width: $breakpoint), 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;
  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: $color_white ;
  content: '';
  transition: all 500ms ease-in-out;
}
.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  color: $color_white ;
  text-align: center;


}
.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: 'MENU';
  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';
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}
.toggle-label .toggle-icon {
  transform: translate3d(-50%, -5px, 0);
}
.toggle-label .toggle-icon:before {
  transform: translate3d(-50%, -11.5px, 0);
}
.toggle-label .toggle-icon:after {
  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 {
  transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}
.toggle:checked ~ .toggle-label .toggle-icon:after {
  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;
}
*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 16vw 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #ffffff 1px solid;
  width: 100%;
  /*margin: 8vw auto 30vw auto;*/
  margin: 0 auto 30vw auto;
  background-color: #168076;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a::before {
  font-family: "fontello";
  content: "\f105";
  margin: 0 0.5rem 0 0;
}
.main_nav_sp .drawr ul.hbg li a span {
  font-size: 1.4rem;
  margin: 0 1rem 0 0;
}
.main_nav_sp .drawr ul.hbg li ul {
  display: none;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul li a {
  font-size: 1.2rem;
  background-color: #E2F2F0;
  color: #168076;
  border-bottom: none;
  text-align: center;
  border-bottom: #168076 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.treatment a::after {
  font-family: "fontello";
  content: "\e809";
  font-size: 1.4rem;
  margin: 0.2rem 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\e808";
  font-size: 1.4rem;
  margin: 0.2rem 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;
}

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

h2.top_title {
  font-family: "notoserifjp_regular";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0 0 0 0;
}
h2.top_title span {
  font-size: 1rem;
  color: #C7C7C7;
  display: block;
  line-height: 110%;
}
h2.top_title::after {
  content: "";
  background: url("../img/h2_line.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 80%;
  height: 5vw;
  display: block;
  margin: 0.5rem auto 0 auto;
}
h2.low {
  font-family: "notoserifjp_regular";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 4rem 0 2rem 0;
}
h2.low::after {
  content: "";
  background: url("../img/h2_line.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 80%;
  height: 5vw;
  display: block;
  margin: 0.5rem auto 0 auto;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #ffffff;
  background-color: #6EB4AD;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding: 1rem 4rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
  overflow: visible;
}
h3.low::after {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  content: "";
  width: 14%;
  height: 8vw;
  background: url("../img/h3_bg.png") no-repeat;
  background-size: cover;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  text-align: left;
  margin: 2rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  background: url("../img/h4_bg.png") no-repeat;
  background-position: left top 1vw;
  background-size: 18%;
  min-height: 15vw;
}
h4.low span {
  color: #1C77D1;
  font-size: 1.9rem;
  font-weight: normal;
  border-bottom: #168076 1px solid;
  display: block;
  padding: 3.3vw 0 0.2rem 5rem;
  line-height: 120%;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #90C31F;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: #92C13A 1px dashed;
  padding: 0 0 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1rem 0;
  line-height: 110%;
}
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 {
    font-family: "notoserifjp_regular";
    font-size: 3.1rem;
    font-weight: normal;
    text-align: center;
    line-height: 140%;
    letter-spacing: 0.1em;
    color: #333333;
    margin: 0 0 0 0;
  }
  h2.top_title span {
    font-size: 1.4rem;
    color: #C7C7C7;
    display: block;
    line-height: 120%;
  }
  h2.top_title::after {
    content: "";
    background: url("../img/h2_line.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    width: 422px;
    height: 19px;
    display: block;
    margin: 10px auto 0 auto;
  }
  h2.low {
    font-family: "notoserifjp_regular";
    font-size: 3.1rem;
    font-weight: normal;
    text-align: center;
    line-height: 140%;
    letter-spacing: 0.1em;
    color: #333333;
    margin: 80px 0 30px 0;
  }
  h2.low::after {
    content: "";
    background: url("../img/h2_line.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    width: 422px;
    height: 19px;
    display: block;
    margin: 10px auto 0 auto;
  }
  h2.first {
    margin: 0 0 30px 0;
  }

  h3.low {
    color: #ffffff;
    background-color: #6EB4AD;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    padding: 11px 120px 11px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 80px 0 20px 0;
    line-height: 120%;
    position: relative;
    overflow: visible;
  }
  h3.low::after {
    position: absolute;
    bottom: auto;
    top: -34px;
    right: 10px;
    content: "";
    width: 115px;
    height: 76px;
    background: url("../img/h3_bg.png") no-repeat;
    background-size: cover;
  }
  h3.first {
    margin: 34px 0 20px 0;
  }

  h4.low {
    text-align: left;
    margin: 70px 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 120%;
    background: url("../img/h4_bg.png") no-repeat;
    background-position: left top 10px;
    background-size: 85px;
    min-height: 84px;
  }
  h4.low span {
    color: #1C77D1;
    font-size: 2.3rem;
    font-weight: normal;
    border-bottom: #168076 1px solid;
    display: block;
    padding: 24px 0 4px 120px;
    line-height: 140%;
  }
  h4.first {
    margin: 0 0 10px 0;
  }

  h5.low {
    color: #90C31F;
    font-size: 2rem;
    font-weight: normal;
    border-bottom: #92C13A 1px dashed;
    padding: 0 0 12px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 70px 0 20px 0;
    line-height: 110%;
  }
  h5.first {
    margin: 0 0 20px 0;
  }

  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*関数*/
/*診療時間のテーブル*/
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%;
  font-family: "notoserifjp_medium";
  border-bottom: #168076 2px solid;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.2vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #168076;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #333333;
  border-bottom: #168076 1px solid;
  background-color: #ffffff;
}
table.timetable tr td i {
  font-size: 3vw;
  color: #168076;
}
table.timetable tr td.time {
  width: 25%;
  text-align: center;
  color: #333333;
}

.notice_text {
  caption-side: bottom;
  font-size: 3.2vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.notice_text .time_ajs {
  margin: 0 0 0 8.5rem;
  display: block;
}

@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%;
    font-family: "notoserifjp_medium";
    border-bottom: #168076 2px solid;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #168076;
    width: 10%;
    height: 31px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 160px;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 0;
    vertical-align: middle;
    color: #333333;
    height: 40px;
    box-sizing: border-box;
    border-bottom: #168076 1px solid;
    background-color: #ffffff;
  }
  table.timetable tr td i {
    font-size: 1.4rem;
    color: #168076;
  }
  table.timetable tr td.time {
    width: 160px;
    text-align: center;
    color: #333333;
    font-size: 1.6rem;
  }

  .notice_text {
    caption-side: bottom;
    font-size: 1.4rem;
    margin: 6px 0 0 0;
    width: 100%;
    color: #333333;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
    overflow: visible;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
  .notice_text .time_ajs {
    margin: 0 0 0 0;
    display: inline;
  }

  .access_timetable {
    /*診療時間のテーブル*/
  }
  .access_timetable 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%;
    font-family: "notoserifjp_medium";
    border-bottom: #168076 2px solid;
  }
  .access_timetable table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #168076;
    width: 10%;
    height: 50px;
    box-sizing: border-box;
  }
  .access_timetable table.timetable tr th.time {
    width: 160px;
    letter-spacing: 0.1em;
  }
  .access_timetable 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: #333333;
    height: 60px;
    box-sizing: border-box;
    border-bottom: #168076 1px solid;
    background-color: #ffffff;
  }
  .access_timetable table.timetable tr td i {
    font-size: 1.4rem;
    color: #168076;
  }
  .access_timetable table.timetable tr td.time {
    width: 160px;
    text-align: center;
    color: #333333;
    font-size: 1.6rem;
  }
  .access_timetable .notice_text {
    caption-side: bottom;
    font-size: 1.6rem;
    margin: 10px 0 0 0;
    width: 100%;
    color: #333333;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
    overflow: visible;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
  .access_timetable .notice_text .time_ajs {
    margin: 0 0 0 0;
    display: inline;
  }
}
/*関数*/
.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

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

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }

  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
}
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

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

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

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

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }

  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }

  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }

  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.png) 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.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.png) 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.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.png) 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_ar {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three_ar li {
    width: auto;
    background: url(../img/maru.png) 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: #F2FFDC;
  color: #333333;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}
dl.title_box dt:first-child {
  border-top: #CCCCCC 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 100%;
  }
  dl.bio_list dt {
    width: 10%;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 90%;
    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 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }

  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #F2FFDC;
    color: #333333;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #CCCCCC 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
}
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 30%;
  padding: 0.5rem;
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  background-color: #F2FFDC;
  -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-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

/*テーブル横幅均一*/
table.low_table_fixed {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  table-layout: fixed;
}
table.low_table_fixed caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_fixed tr th {
  width: auto;
  padding: 0.5rem;
  border: #CCCCCC 1px solid;
  background-color: #F2FFDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_fixed tr td {
  width: auto;
  padding: 0.5rem;
  border: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table_fixed tr td.pickup {
  background-color: #292941;
}

/*スライドテーブル*/
table.low_table_slide {
  width: 800px;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: auto;
  padding: 1rem;
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  background-color: #F2FFDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide tr td {
  width: auto;
  padding: 1rem;
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
table.low_table_slide tr td ul li {
  text-align: left;
}
table.low_table_slide tr td ul.list_mbnone {
  margin: 0;
}
table.low_table_slide tr td ul.list_mbnone li {
  text-align: left;
}

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

table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 0.5rem;
  border-top: #CCCCCC 1px solid;
  border-bottom: none;
  background-color: #F2FFDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 0.5rem;
  border-top: #CCCCCC 1px solid;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr:last-child td {
  border-bottom: #CCCCCC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-color: #F2FFDC;
    -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-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }

  /*テーブル横幅均一*/
  table.low_table_fixed {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    table-layout: fixed;
    line-height: 160%;
  }
  table.low_table_fixed caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_fixed tr th {
    width: auto;
    padding: 20px;
    border: #CCCCCC 1px solid;
    background-color: #F2FFDC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_fixed tr td {
    width: auto;
    padding: 20px;
    border: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_fixed tr td.pickup {
    background-color: #292941;
  }

  /*スライドテーブル*/
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: auto;
    padding: 20px;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-color: #F2FFDC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide tr td {
    width: auto;
    padding: 20px;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  table.low_table_slide tr td ul li {
    text-align: left;
  }
  table.low_table_slide tr td ul.list_mbnone {
    margin: 0;
  }
  table.low_table_slide tr td ul.list_mbnone li {
    text-align: left;
  }

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

  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 40%;
    padding: 20px;
    border-top: #CCCCCC 1px solid;
    border-bottom: none;
    background-color: #F2FFDC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td {
    width: 60%;
    padding: 20px;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    border-left: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr:last-child th {
    border-bottom: #CCCCCC 1px solid;
  }
  table.low_table_spblock tr:last-child td {
    border-bottom: #CCCCCC 1px solid;
  }
}
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #168076;
  text-align: center;
  display: block;
  margin: 30px auto;
}

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

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
}
.low_tel span i {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #168076;
    text-align: center;
    display: block;
    margin: 30px auto;
  }

  /*二列*/
  .tow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .tow_box section {
    width: 48%;
  }

  /*強調*/
  .emphasis {
    background-color: #F2FFDC;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }

  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #333333;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

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

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

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

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }

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

  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #168076 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #C7C7C7;
  padding: 1rem;
  text-decoration: none;
  color: #333333;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #333333;
}

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

.low_button {
  background-color: #C3C3C3;
  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: bold;
  padding: 0.5rem;
  border-radius: 2rem;
  border: #ffffff 1px dashed;
  -webkit-box-shadow: 0 0 0 4px #C3C3C3;
          box-shadow: 0 0 0 4px #C3C3C3;
  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;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #168076;
  }
  .link_text:hover {
    color: #90C31F;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .low_button {
    background-color: #C3C3C3;
    color: #ffffff;
    width: auto;
    max-width: 300px;
    height: auto;
    min-height: 20px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 2rem;
    border: #ffffff 1px dashed;
    -webkit-box-shadow: 0 0 0 4px #C3C3C3;
            box-shadow: 0 0 0 4px #C3C3C3;
    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:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*関数*/
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.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: 300px;
    height: auto;
  }

  .doctor_name {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #168076 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box h3 {
  margin: 0 0 1rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #168076 1px solid;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box h3 {
    margin: 34px 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
.access_info_box 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%;
}
.access_info_box dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
.access_info_box dl.access_info dt span {
  background-color: #168076;
  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;
}
.access_info_box 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;
}
.access_info_box figure {
  width: 100%;
  margin: 0 0 0 0;
}
.access_info_box figure img {
  width: 100%;
}

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

@media screen and (min-width: 768px), print {
  .access_info_box {
    width: 1200px;
    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;
  }
  .access_info_box dl.access_info {
    width: 600px;
    height: 200px;
    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;
    font-size: 1.6rem;
    line-height: 160%;
  }
  .access_info_box dl.access_info dt {
    width: 100px;
    margin: 0 0 20px 0;
  }
  .access_info_box dl.access_info dt span {
    background-color: #168076;
    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;
  }
  .access_info_box dl.access_info dd {
    width: 480px;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .access_info_box figure {
    width: 543px;
    margin: 0 0 0 0;
  }
  .access_info_box figure img {
    width: 543px;
  }

  iframe.accessmap {
    width: 100%;
    height: 512px;
    display: block;
    margin: 40px 0 0 0;
  }
}
/* -----------------------------------------------------------
　オルソケラトロジー
----------------------------------------------------------- */
.bana_link {
  width: 90%;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.bana_link img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .bana_link {
    width: 500px;
    text-decoration: none;
    display: block;
    margin: 0;
  }
  .bana_link img {
    width: 100%;
  }
  .bana_link:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*関数*/
/* -----------------------------------------------------------
　パララックス
----------------------------------------------------------- */
.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);
}

/*
.poyon {
  animation: poyon 1.1s linear 0s 1;
} 
*/
.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;
  }

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

  .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;
    }
  }
}
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*フォント*/
/*共通モジュール*/
/*ハンバーガー*/
/*見出し*/
/*診療時間表*/
/*画像*/
/*リスト*/
/*汎用テーブル*/
/*汎用*/
/*下層*/
/*アニメーション*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "notoserifjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  padding: 0;
}

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

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

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    overflow: hidden;
    min-width: 1280px;
  }

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

  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

  .pc_none_span {
    display: none;
  }

  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

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

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }

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

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

  .main_low {
    height: auto;
    width: 1200px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*キービジュアル*/
}
header.header .header_box {
  display: none;
}
header.header .header_box_sp {
  width: 100%;
  height: 16vw;
  background: url("../img/header_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99999999;
}
header.header .header_box_sp .head_logo {
  width: 100%;
  height: 16vw;
}
header.header .header_box_sp .head_logo a {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}
header.header .header_box_sp .head_logo a img {
  width: 70%;
}
header.header .header_box_sp ul.main_nav_sp {
  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;
  background: url("../img/bg_01.jpg") no-repeat;
  background-position: center center;
  background-size: 100%;
}
header.header .header_box_sp ul.main_nav_sp li {
  width: 20%;
  position: relative;
}
header.header .header_box_sp ul.main_nav_sp li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  width: 100%;
  height: 16vw;
  color: #168076;
}
header.header .header_box_sp ul.main_nav_sp li a i {
  font-size: 2.2rem;
}
header.header .header_box_sp ul.main_nav_sp li a i.icon-mesu {
  font-size: 4rem;
  margin: -4vw 0 0 0;
}
header.header .header_box_sp ul.main_nav_sp li a span {
  font-size: 1.2rem;
  font-family: "notoserifjp_medium";
  display: block;
}
header.header .header_box_sp ul.main_nav_sp li a span.mesu {
  margin: -2vw 0 0 0;
}
header.header .header_box_sp ul.main_nav_sp li a:hover {
  cursor: pointer;
}
header.header .header_box_sp ul.main_nav_sp li::after {
  content: "";
  width: 1px;
  height: 6vw;
  border-right: #C7C7C7 1px solid;
  position: absolute;
  top: 5vw;
  right: 0;
}
header.header .header_box_sp ul.main_nav_sp li:last-child::after {
  width: 0;
  height: 0;
}
header.header .header_box_sp .nav_add_sp {
  position: fixed;
  top: 0;
  z-index: 9999999999;
}
header.header .sp_low {
  background: url("../img/header_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
header.header .key_visual {
  position: relative;
  width: 100%;
  height: 60vw;
  margin: 32vw 0 0 0;
}
header.header .key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
header.header .key_visual .key .key_bg {
  width: 100%;
  height: 60vw;
}
header.header .key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 60vw;
}
header.header .key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 60vw;
}
header.header .key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 60vw;
}
header.header .key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 60vw;
}
header.header .key_visual .key_contents {
  position: relative;
  bottom: 16vw;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header.header .key_visual .key_contents .key_text {
  font-size: 1.2rem;
  font-family: "notoserifjp_medium";
  text-align: center;
  margin: 0 0 0 0;
  color: #168076;
  text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}

.key_visual_low {
  width: 100%;
  height: 30vw;
  margin: 32vw 0 0 0;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.key_visual_low h1 {
  font-family: "notoserifjp_regular";
  font-size: 2.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 100%;
  color: #056057;
}

header.header_low .header_box_low {
  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: 9999999;
    width: 100%;
    height: 800px;
  }
  header.header .header_box {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 800px;
    background: url("../img/key_visual_cover.png") no-repeat;
    background-position: left top;
    background-size: 1200px;
  }
  header.header .header_box .header_box_in {
    width: 1200px;
    height: 710px;
    margin: 0 auto;
    position: relative;
  }
  header.header .header_box .header_box_in .header_info {
    position: absolute;
    top: 195px;
    left: 112px;
    width: 280px;
  }
  header.header .header_box .header_box_in .header_info h1 {
    width: 280px;
  }
  header.header .header_box .header_box_in .header_info h1 img {
    width: 280px;
  }
  header.header .header_box .header_box_in .header_info .key_address {
    text-align: center;
    font-size: 1.6rem;
    color: #168076;
    font-family: "notoserifjp_medium";
    margin: 38px 0 0 0;
    letter-spacing: 0.1em;
  }
  header.header .header_box .header_box_in .header_info .key_tel {
    text-align: center;
    font-size: 1.7rem;
    color: #168076;
    font-family: "notoserifjp_medium";
    margin: 8px 0 0 0;
  }
  header.header .header_box .header_box_in .header_info .key_tel span {
    font-size: 3rem;
  }
  header.header .header_box .header_box_in .header_info .key_tel a {
    font-size: 3rem;
    text-decoration: none;
    color: #168076;
  }
  header.header .header_box_sp {
    display: none;
  }
  header.header .key_visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    margin: 0;
  }
  header.header .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
  }
  header.header .key_visual .key .key_bg {
    width: 100%;
    height: 800px;
  }
  header.header .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    /*background-size: 1600px;*/
    background-size: cover;
    background-position: right -90px top;
    width: 100%;
    height: 800px;
  }
  header.header .key_visual .key .key_02 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    /*background-size: 1600px;*/
    background-size: cover;
    background-position: right -90px top;
    width: 100%;
    height: 800px;
  }
  header.header .key_visual .key .key_03 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    /*background-size: 1600px;*/
    background-size: cover;
    background-position: right -90px top;
    width: 100%;
    height: 800px;
  }
  header.header .key_visual .key .key_04 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    /*background-size: 1600px;*/
    background-size: cover;
    background-position: right -90px top;
    width: 100%;
    height: 800px;
  }
  header.header .key_visual .key_contents {
    position: relative;
    bottom: 242px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
    padding: 0 0 0 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header .key_visual .key_contents .key_text {
    font-size: 2.4rem;
    font-family: "notoserifjp_medium";
    text-align: center;
    margin: 0 0 0 0;
    color: #168076;
    line-height: 160%;
    text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
  }

  header.header_low {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999999;
    width: 100%;
    height: 100px;
    background: url("../img/header_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  header.header_low .header_box_low {
    display: block;
    width: 100%;
    height: 100px;
  }
  header.header_low .header_box_low .header_box_low_in {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
  }
  header.header_low .header_box_low .header_box_low_in .header_logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 282px;
    text-decoration: none;
  }
  header.header_low .header_box_low .header_box_low_in .header_logo img {
    width: 282px;
  }
  header.header_low .header_box_low .header_box_low_in .header_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  header.header_low .header_box_low .header_box_low_in .header_info .header_address {
    color: #168076;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 18px 0 0 18px;
  }
  header.header_low .header_box_low .header_box_low_in .header_info .header_tel {
    color: #168076;
    font-size: 1.7rem;
    font-weight: normal;
    margin: 8px 0 0 18px;
  }
  header.header_low .header_box_low .header_box_low_in .header_info .header_tel span {
    font-size: 3rem;
  }

  .key_visual_low {
    width: 100%;
    height: 120px;
    margin: 60px 0 0 0;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .key_visual_low h1 {
    font-family: "notoserifjp_regular";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 100%;
    color: #056057;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999999;
    width: 100%;
    height: 800px;
  }
  header.header .header_box {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 800px;
    background: url("../img/key_visual_cover.png") no-repeat;
    background-position: left -270px top;
    background-size: 1200px;
  }
  header.header .header_box .header_box_in {
    width: 1200px;
    height: 710px;
    margin: 0 auto;
    position: relative;
  }
  header.header .header_box .header_box_in .header_info {
    position: absolute;
    top: 195px;
    left: 112px;
    width: 280px;
  }
  header.header .header_box .header_box_in .header_info h1 {
    width: 280px;
  }
  header.header .header_box .header_box_in .header_info h1 img {
    width: 280px;
  }
  header.header .header_box .header_box_in .header_info .key_address {
    text-align: center;
    font-size: 1.6rem;
    color: #168076;
    font-family: "notoserifjp_medium";
    margin: 38px 0 0 0;
    letter-spacing: 0.1em;
  }
  header.header .header_box .header_box_in .header_info .key_tel {
    text-align: center;
    font-size: 1.7rem;
    color: #168076;
    font-family: "notoserifjp_medium";
    margin: 8px 0 0 0;
  }
  header.header .header_box .header_box_in .header_info .key_tel span {
    font-size: 3rem;
  }
  header.header .header_box .header_box_in .header_info .key_tel a {
    font-size: 3rem;
    text-decoration: none;
    color: #168076;
  }
  header.header .key_visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    margin: 0;
  }
  header.header .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  header.header .key_visual .key .key_bg {
    width: 100%;
    height: 800px;
  }
  header.header .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    /*background-size: 1600px;*/
    background-size: cover;
    background-position: right -165px top;
  }
  header.header .key_visual .key .key_02 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    /*background-size: 1600px;*/
    background-size: cover;
    background-position: right -165px top;
  }
  header.header .key_visual .key .key_03 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    /*background-size: 1600px;*/
    background-size: cover;
    background-position: right -165px top;
  }
  header.header .key_visual .key .key_04 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    /*background-size: 1600px;*/
    background-size: cover;
    background-position: right -165px top;
  }
  header.header .key_visual .key_contents {
    position: relative;
    bottom: 242px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
    padding: 0 0 0 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header .key_visual .key_contents .key_text {
    font-size: 2.4rem;
    font-family: "notoserifjp_medium";
    text-align: center;
    margin: 0 0 0 0;
    color: #168076;
    line-height: 160%;
    text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
  }

  header.header_low {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999999;
    width: 100%;
    height: 100px;
    background: url("../img/header_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  header.header_low .header_box_low {
    display: block;
    width: 100%;
    height: 100px;
  }
  header.header_low .header_box_low .header_box_low_in {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
  }
  header.header_low .header_box_low .header_box_low_in .header_logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 282px;
  }
  header.header_low .header_box_low .header_box_low_in .header_logo img {
    width: 282px;
  }
  header.header_low .header_box_low .header_box_low_in .header_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  header.header_low .header_box_low .header_box_low_in .header_info .header_address {
    color: #168076;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 18px 0 0 18px;
  }
  header.header_low .header_box_low .header_box_low_in .header_info .header_tel {
    color: #168076;
    font-size: 1.7rem;
    font-weight: normal;
    margin: 8px 0 0 18px;
  }
  header.header_low .header_box_low .header_box_low_in .header_info .header_tel span {
    font-size: 3rem;
  }

  .key_visual_low {
    width: 100%;
    height: 120px;
    margin: 60px 0 0 0;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .key_visual_low h1 {
    font-family: "notoserifjp_regular";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 100%;
    color: #056057;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: 171.42px;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.main_nav_pc ul li::after {
    content: "";
    width: 1px;
    height: 20px;
    border-right: #90C31F 1px solid;
    position: absolute;
    top: 20px;
    right: 0;
  }
  nav.main_nav_pc ul li:first-child::before {
    content: "";
    width: 1px;
    height: 20px;
    border-left: #90C31F 1px solid;
    position: absolute;
    top: 20px;
    left: 0;
  }
  nav.main_nav_pc ul li.treatment a span::after {
    font-family: "fontello";
    content: "\e809";
    font-size: 2rem;
    margin: 0 0 0 5px;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #C7C7C7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1rem;
    font-family: "notoserifjp_regular";
    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 span {
    font-size: 1.4rem;
    color: #333333;
    margin: 0 0 8px 0;
  }
  nav.main_nav_pc ul li a::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 50%;
    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: #168076;
  }
  nav.main_nav_pc ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  nav.main_nav_pc ul li ul {
    width: 685.68px;
    height: auto;
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999999999;
    background-color: rgba(255, 255, 255, 0.8);
  }
  nav.main_nav_pc ul li ul li {
    display: block;
    width: 171.42px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li ul li a::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 50%;
    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: #168076;
  }
  nav.main_nav_pc ul li ul li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  nav.main_nav_pc ul li ul li::after {
    content: "";
    width: 0;
    height: 0;
    display: none;
  }
  nav.main_nav_pc ul li ul li:first-child::before {
    content: "";
    width: 0;
    height: 0;
    display: none;
  }
  nav.main_nav_pc ul li ul.open_nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999 !important;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
}
.notice_frame .notice_frame_in h2.notice_title {
  width: 80%;
  height: 25vw;
  background-color: #F7FFE5;
  font-family: "notoserifjp_regular";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  line-height: 140%;
  position: relative;
  overflow: visible;
  letter-spacing: 0.1em;
}
.notice_frame .notice_frame_in h2.notice_title span {
  font-size: 1rem;
  color: #C7C7C7;
  display: block;
  line-height: 110%;
}
.notice_frame .notice_frame_in h2.notice_title::before {
  content: "";
  width: 30%;
  height: 20vw;
  background: url("../img/index_notice.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1rem;
  right: -1.5rem;
}
.notice_frame .notice_frame_in .notice_box {
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_frame_in .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  border-bottom: #C3C3C3 1px dashed;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_frame_in .notice_box dl dt {
  color: #168076;
  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: normal;
  letter-spacing: 0.1em;
  line-height: 130%;
  border-top: #C3C3C3 1px dashed;
  position: relative;
}
.notice_frame .notice_frame_in .notice_box dl dt span {
  display: block;
  font-size: 1.4rem;
}
.notice_frame .notice_frame_in .notice_box dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\e808";
  color: #168076;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 1.8rem;
}
.notice_frame .notice_frame_in .notice_box dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\e808";
  color: #168076;
}
.notice_frame .notice_frame_in .notice_box dl dt:first-child {
  margin: 0 0 0.8rem 0;
  border-top: none;
  padding: 1.8rem 0 0 2rem;
}
.notice_frame .notice_frame_in .notice_box dl dt.close::before {
  font-family: "fontello";
  content: " \e808";
  color: #168076;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin: 6.1vw 0 0 0;
}
.notice_frame .notice_frame_in .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #333333;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
}
.notice_frame .notice_frame_in .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_frame_in .notice_box dl dd p a {
  color: #333333;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 100%;
    height: 350px;
  }
  .notice_frame .notice_frame_in {
    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;
    overflow: visible;
  }
  .notice_frame .notice_frame_in h2.notice_title {
    width: 270px;
    height: 180px;
    background-color: #F7FFE5;
    font-family: "notoserifjp_regular";
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 65px 0 0 0;
    line-height: 140%;
    position: relative;
    overflow: visible;
    z-index: 0;
    letter-spacing: 0.1em;
  }
  .notice_frame .notice_frame_in h2.notice_title span {
    font-size: 1.4rem;
    color: #C7C7C7;
    display: block;
    line-height: 110%;
  }
  .notice_frame .notice_frame_in h2.notice_title::before {
    content: "";
    width: 169px;
    height: 146px;
    background: url("../img/index_notice.svg") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -14px;
    right: -10px;
  }
  .notice_frame .notice_frame_in h2.notice_title::after {
    content: "";
    width: 500px;
    height: 180px;
    background-color: #F7FFE5;
    position: absolute;
    top: 0;
    left: -180%;
  }
  .notice_frame .notice_frame_in .notice_box {
    width: 866px;
    height: 300px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
  }
  .notice_frame .notice_frame_in .notice_box dl {
    height: auto;
    margin: 16px 0 0 0;
    width: 832px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    border-bottom: #C3C3C3 1px dashed;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: hidden;
  }
  .notice_frame .notice_frame_in .notice_box dl dt {
    color: #168076;
    margin: 10px 0 4px 0;
    padding: 20px 0 0 30px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 130%;
    border-top: #C3C3C3 1px dashed;
    position: relative;
  }
  .notice_frame .notice_frame_in .notice_box dl dt span {
    display: inline;
    font-size: 1.4rem;
    margin: 0 0 0 20px;
  }
  .notice_frame .notice_frame_in .notice_box dl dt::before {
    position: absolute;
    font-family: "fontello";
    content: "\e808";
    color: #168076;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 10px;
    top: 20px;
  }
  .notice_frame .notice_frame_in .notice_box dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e808";
    color: #168076;
  }
  .notice_frame .notice_frame_in .notice_box dl dt:first-child {
    margin: 0 0 8px 0;
    border-top: none;
    padding: 30px 0 0 30px;
  }
  .notice_frame .notice_frame_in .notice_box dl dt:first-child::before {
    top: 30px;
  }
  .notice_frame .notice_frame_in .notice_box dl dt.close::before {
    font-family: "fontello";
    content: " \e808";
    color: #168076;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    margin: 24px 0 0 0;
  }
  .notice_frame .notice_frame_in .notice_box dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
    color: #333333;
    font-size: 1.4rem;
    line-height: 130%;
    display: none;
  }
  .notice_frame .notice_frame_in .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_frame_in .notice_box dl dd p {
    margin: 0 0 10px 0;
  }
  .notice_frame .notice_frame_in .notice_box dl dd p a {
    color: #333333;
  }
}
/* -----------------------------------------------------------
　診療理念
----------------------------------------------------------- */
.our_philosophy_frame {
  width: 100%;
  height: 100vw;
  background: url("../img/index_our_philosophy_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.our_philosophy_frame .our_philosophy_in {
  width: 96%;
  height: 80vw;
  margin: 0 auto;
  background: url("../img/index_our_philosophy_03.svg") no-repeat;
  background-position: center center;
  background-size: 80%;
}
.our_philosophy_frame .our_philosophy_in .our_philosophy_box {
  width: 100%;
  height: 80vw;
  margin: 0;
  padding: 0;
  background: url("../img/index_our_philosophy_01.svg"), url("../img/index_our_philosophy_02.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain, contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.our_philosophy_frame .our_philosophy_in .our_philosophy_box h2.our_philosophy_title {
  font-family: "notoserifjp_regular";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0 0 2rem 0;
}
.our_philosophy_frame .our_philosophy_in .our_philosophy_box h2.our_philosophy_title span {
  font-size: 1rem;
  color: #C7C7C7;
  display: block;
  line-height: 110%;
}
.our_philosophy_frame .our_philosophy_in .our_philosophy_box p {
  color: #333333;
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
}
.our_philosophy_frame .our_philosophy_in .our_philosophy_box p span {
  font-size: 1.1rem;
}

@media screen and (min-width: 768px), print {
  .our_philosophy_frame {
    width: 100%;
    height: 600px;
    background: url("../img/index_our_philosophy_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .our_philosophy_frame .our_philosophy_in {
    width: 850px;
    height: 420px;
    margin: 0 auto;
    background: url("../img/index_our_philosophy_03.svg") no-repeat;
    background-position: center center;
    background-size: 748px;
  }
  .our_philosophy_frame .our_philosophy_in .our_philosophy_box {
    width: 100%;
    height: 420px;
    margin: 13px 0 0 0;
    padding: 0;
    background: url("../img/index_our_philosophy_01.svg"), url("../img/index_our_philosophy_02.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: contain, contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our_philosophy_frame .our_philosophy_in .our_philosophy_box h2.our_philosophy_title {
    font-family: "notoserifjp_regular";
    font-size: 3.1rem;
    font-weight: normal;
    text-align: center;
    line-height: 140%;
    letter-spacing: 0.1em;
    color: #333333;
    margin: 34px 0 20px 0;
  }
  .our_philosophy_frame .our_philosophy_in .our_philosophy_box h2.our_philosophy_title span {
    font-size: 1.4rem;
    color: #C7C7C7;
    display: block;
    line-height: 120%;
  }
  .our_philosophy_frame .our_philosophy_in .our_philosophy_box p {
    color: #333333;
    margin: 14px 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 180%;
  }
  .our_philosophy_frame .our_philosophy_in .our_philosophy_box p span {
    font-size: 2rem;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 8rem 0 0 0;
  padding: 15vw 0 2rem 0;
  background: url("../img/index_features_bg.jpg") no-repeat;
  background-size: cover;
  overflow: visible;
  position: relative;
}
.features_frame img.features_icon {
  width: 20%;
  position: absolute;
  top: -15vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.features_frame hr.green_line {
  display: none;
}
.features_frame ul.feature_list {
  list-style-type: none;
  width: 90%;
  margin: 4rem auto 0 auto;
}
.features_frame ul.feature_list li {
  width: 100%;
  margin: 0 0 4rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame ul.feature_list li img {
  width: 80%;
  position: relative;
  z-index: 0;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.features_frame ul.feature_list li span {
  color: #168076;
  font-size: 2rem;
  font-family: "notoserifjp_regular";
  display: block;
  text-align: center;
  margin: 3rem 0 1rem 0;
}
.features_frame ul.feature_list li p {
  width: 100%;
  margin: 0;
  text-align: justify;
  line-height: 180%;
}
.features_frame ul.feature_list li p span {
  color: #ff8b3e;
  font-size: 1.4rem;
  font-family: "notoserifjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  display: inline;
  text-align: left;
  margin: 0;
}
.features_frame ul.feature_list li.leaf_01 {
  position: relative;
}
.features_frame ul.feature_list li.leaf_01::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("../img/index_features_leaf_01.svg") no-repeat;
  width: 100%;
  height: 75vw;
  background-position: right bottom;
  background-size: 60%;
}
.features_frame ul.feature_list li.leaf_02 {
  position: relative;
}
.features_frame ul.feature_list li.leaf_02::after {
  position: absolute;
  top: -11vw;
  left: -5vw;
  content: "";
  display: block;
  background: url("../img/index_features_leaf_02.svg") no-repeat;
  width: 100%;
  height: 75vw;
  background-position: left top;
  background-size: 60%;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    height: 720px;
    margin: 150px 0 0 0;
    padding: 62px 0 0 0;
    background: url("../img/index_features_bg.jpg") no-repeat;
    overflow: visible;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame img.features_icon {
    width: 104px;
    position: absolute;
    top: -98px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .features_frame hr.green_line {
    display: block;
    position: absolute;
    top: 246px;
    left: 0;
    width: 100%;
    height: 153px;
    border: none;
    background-color: rgba(22, 128, 118, 0.2);
  }
  .features_frame ul.feature_list {
    list-style-type: none;
    width: 1200px;
    margin: 54px 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;
  }
  .features_frame ul.feature_list li {
    width: 240px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame ul.feature_list li img {
    width: 220px;
    position: relative;
    z-index: 0;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }
  .features_frame ul.feature_list li span {
    color: #168076;
    font-size: 2rem;
    font-family: "notoserifjp_regular";
    display: block;
    text-align: center;
    margin: 28px 0 12px 0;
  }
  .features_frame ul.feature_list li p {
    width: 210px;
    margin: 0 auto;
    text-align: justify;
    line-height: 180%;
    font-size: 1.6rem;
  }
  .features_frame ul.feature_list li p span {
    color: #ff8b3e;
    font-size: 1.6rem;
    font-family: "notoserifjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    display: inline;
    text-align: left;
    margin: 0;
  }
  .features_frame ul.feature_list li.leaf_01 {
    position: relative;
  }
  .features_frame ul.feature_list li.leaf_01::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: url("../img/index_features_leaf_01.svg") no-repeat;
    width: 290px;
    height: 236px;
    background-position: right 32px bottom -8px;
    background-size: 169px;
  }
  .features_frame ul.feature_list li.leaf_02 {
    position: relative;
  }
  .features_frame ul.feature_list li.leaf_02::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: url("../img/index_features_leaf_02.svg") no-repeat;
    width: 290px;
    height: 236px;
    background-position: left top -23px;
    background-size: 130px;
  }
}
/* -----------------------------------------------------------
　このような目の症状が気になる方は一度ご相談ください
----------------------------------------------------------- */
.case_frame {
  width: 100%;
  margin: 4rem 0 0 0;
  padding: 0;
  background: url("../img/index_case_bg.jpg") no-repeat;
  background-position: left bottom 10vw;
  background-size: 150%;
}
.case_frame .case_box h2.case_title {
  background-color: #5ba69e;
  color: #ffffff;
  font-family: "notoserifjp_regular";
  font-size: 1.8rem;
  font-weight: normal;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
}
.case_frame .case_box .case_img {
  width: 100%;
  height: 88vw;
  position: relative;
}
.case_frame .case_box .case_img .case_img_01 {
  position: absolute;
  top: -8vw;
  right: 4vw;
  z-index: 3;
  width: 42%;
}
.case_frame .case_box .case_img .case_img_02 {
  position: absolute;
  top: 4vw;
  left: 4vw;
  z-index: 1;
  width: 65%;
}
.case_frame .case_box .case_img .case_img_03 {
  position: absolute;
  bottom: 0;
  right: 4vw;
  z-index: 2;
  width: 65%;
}
.case_frame .case_box dl.case_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: 2rem auto 0 auto;
  line-height: 160%;
  width: 90%;
}
.case_frame .case_box dl.case_list dt {
  width: 8%;
  margin: 0 0 1rem 0;
  color: #168076;
}
.case_frame .case_box dl.case_list dd {
  width: 92%;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 768px), print {
  .case_frame {
    width: 100%;
    height: 800px;
    margin: 0 0 0 0;
    padding: 0;
    background: url("../img/index_case_bg.jpg") no-repeat;
    background-position: left bottom 20px;
    background-size: contain;
    position: relative;
  }
  .case_frame .case_box {
    width: 1200px;
    height: 800px;
    margin: 234px auto 0 auto;
    position: relative;
    overflow: visible;
  }
  .case_frame .case_box h2.case_title {
    position: absolute;
    top: 0;
    right: 0;
    width: 707px;
    height: 130px;
    background-color: #5ba69e;
    color: #ffffff;
    font-family: "notoserifjp_regular";
    font-size: 3rem;
    font-weight: normal;
    padding: 20px 0 0 130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    box-sizing: border-box;
  }
  .case_frame .case_box h2.case_title::after {
    position: absolute;
    top: 0;
    right: -700px;
    content: "";
    display: block;
    width: 700px;
    height: 130px;
    background-color: #5ba69e;
  }
  .case_frame .case_box .case_img {
    width: 640px;
    height: 823px;
    position: absolute;
    top: -194px;
    left: 0;
  }
  .case_frame .case_box .case_img .case_img_01 {
    position: absolute;
    top: 0;
    right: 28px;
    z-index: 3;
    width: 323px;
  }
  .case_frame .case_box .case_img .case_img_02 {
    position: absolute;
    top: 157px;
    left: 0;
    z-index: 1;
    width: 493px;
  }
  .case_frame .case_box .case_img .case_img_03 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 493px;
  }
  .case_frame .case_box dl.case_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.9rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    line-height: 160%;
    width: 506px;
    position: absolute;
    top: 206px;
    right: 0;
  }
  .case_frame .case_box dl.case_list dt {
    width: 32px;
    margin: 0 0 11px 0;
    color: #168076;
    font-size: 2rem;
  }
  .case_frame .case_box dl.case_list dd {
    width: 474px;
    margin: 0 0 11px 0;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 8rem 0 0 0;
  padding: 15vw 0 2rem 0;
  background: url("../img/index_treatments_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: visible;
  position: relative;
}
.treatment_frame img.treatment_icon {
  width: 35%;
  position: absolute;
  top: -15vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.treatment_frame ul.treatment_list {
  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;
  list-style-type: none;
  width: 96%;
  margin: 1rem auto 0 auto;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 4rem 0;
}
.treatment_frame ul.treatment_list li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 1.4rem;
  font-family: "notoserifjp_medium";
  text-align: center;
  line-height: 140%;
}
.treatment_frame ul.treatment_list li a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  width: 80%;
  height: 35vw;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.general_ophthalmology a::before {
  background: url("../img/index_treatments_01.svg") no-repeat;
  background-position: center center;
  background-size: 35%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.cataract a::before {
  background: url("../img/index_treatments_02.svg") no-repeat;
  background-position: center center;
  background-size: 45%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.icl a::before {
  background: url("../img/index_treatments_03.svg") no-repeat;
  background-position: center center;
  background-size: 50%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.age_related_macular_degeneration a::before {
  background: url("../img/index_treatments_04.svg") no-repeat;
  background-position: center center;
  background-size: 40%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.hay_fever a::before {
  background: url("../img/index_treatments_05.svg") no-repeat;
  background-position: center center;
  background-size: 50%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.orthokeratology a::before {
  background: url("../img/index_treatments_06.svg") no-repeat;
  background-position: center center;
  background-size: 45%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.glaucoma a::before {
  background: url("../img/index_treatments_07.svg") no-repeat;
  background-position: center center;
  background-size: 45%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.pediatric_ophthalmology a::before {
  background: url("../img/index_treatments_08.svg") no-repeat;
  background-position: center center;
  background-size: 45%;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    height: 820px;
    margin: 46px 0 0 0;
    padding: 62px 0 0 0;
    background: url("../img/index_treatments_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: visible;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_frame img.treatment_icon {
    width: 170px;
    position: absolute;
    top: -84px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .treatment_frame ul.treatment_list {
    width: 1200px;
    margin: 60px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
  }
  .treatment_frame ul.treatment_list li {
    width: 300px;
    margin: 0 0 65px 0;
  }
  .treatment_frame ul.treatment_list li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 1.8rem;
    font-family: "notoserifjp_medium";
    text-align: center;
    position: relative;
    line-height: 160%;
  }
  .treatment_frame ul.treatment_list li a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 50%;
    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: #168076;
  }
  .treatment_frame ul.treatment_list li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto 16px auto;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.general_ophthalmology a::before {
    background: url("../img/index_treatments_01.svg") no-repeat;
    background-position: center center;
    background-size: 56px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.cataract a::before {
    background: url("../img/index_treatments_02.svg") no-repeat;
    background-position: center center;
    background-size: 72px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.icl a::before {
    background: url("../img/index_treatments_03.svg") no-repeat;
    background-position: center center;
    background-size: 64px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.age_related_macular_degeneration a::before {
    background: url("../img/index_treatments_04.svg") no-repeat;
    background-position: center center;
    background-size: 57px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.hay_fever a::before {
    background: url("../img/index_treatments_05.svg") no-repeat;
    background-position: center center;
    background-size: 76px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.orthokeratology a::before {
    background: url("../img/index_treatments_06.svg") no-repeat;
    background-position: center center;
    background-size: 78px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.glaucoma a::before {
    background: url("../img/index_treatments_07.svg") no-repeat;
    background-position: center center;
    background-size: 72px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.pediatric_ophthalmology a::before {
    background: url("../img/index_treatments_08.svg") no-repeat;
    background-position: center center;
    background-size: 65px;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　地図
----------------------------------------------------------- */
iframe.googlemap {
  width: 100%;
  height: 500px;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  iframe.googlemap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: url("../img/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_logo {
  width: 96%;
  margin: 0 auto;
  display: block;
}
.overview .overview_box .overview_logo img {
  width: 100%;
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  color: #92C13A;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt::before {
  font-family: "fontello";
  content: "\f105";
  margin: 0 0.2rem 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 75%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd a {
  color: #333333;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable {
  width: 96%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background-color: #F7FFE5;
    padding: 60px 0 70px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 42px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    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_logo {
    width: 1200px;
    margin: 0 0 25px 0;
    display: block;
    text-align: center;
  }
  .overview .overview_box .overview_logo img {
    width: 355px;
    display: block;
    margin: 0 auto;
  }
  .overview .overview_box .overview_info_box_left {
    width: 670px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 560px;
    margin: 0 0 0 90px;
    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%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 117px;
    margin: 0 0 10px 0;
    color: #92C13A;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt::before {
    font-family: "fontello";
    content: "\f105";
    margin: 0 0.2rem 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 443px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #333333;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_right {
    width: 530px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable {
    width: 100%;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable {
    width: 450px !important;
    margin: 0 80px 0 0;
    overflow: visible;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tbody {
    width: 450px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #056057;
  -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 {
  display: none;
  /*
  line-height:130%;
  font-size:1.2rem;
  margin: 0 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;  
  li{
    width: 48%;
    margin:0 0 1.2rem 0;
    padding: 0 0 0 0;
    list-style-type:none;  
    position: relative;
    box-sizing: border-box;
    a{
      color: $color_white;
      text-decoration: none;
      text-align: center;
      display: block;
      font-size: 1.4rem;
      font-weight: normal;
    }   
  }
  */
}
footer .copyright {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #333333;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 25px 0 0 0;
    background-color: #056057;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.4rem;
    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 20px 0 0;
    padding: 0 20px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    height: 22px;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.4rem;
    position: relative;
  }
  footer .footer_frame ul.footer_list li a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    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: #ffffff;
  }
  footer .footer_frame ul.footer_list li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  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.2rem;
    height: 30px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #333333;
    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;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: block;
  margin: 0;
  padding: 0;
}
#pagetop_position #linkpagetop a {
  width: 3rem;
  height: 3rem;
  background-color: #168076;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#pagetop_position #linkpagetop a i {
  font-size: 1.5rem;
  color: #ffffff;
}
#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: 4vw;
  right: 2%;
  z-index: 999999;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 50px;
    height: 50px;
    background-color: #168076;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pagetop_position #linkpagetop a i {
    font-size: 2rem;
    color: #ffffff;
  }
  #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.5%;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 50px;
    height: 50px;
    background-color: #168076;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pagetop_position #linkpagetop a i {
    font-size: 2rem;
    color: #ffffff;
  }
  #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: 2%;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */