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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*群青色メインカラー*/
/*茶色*/
/*影紫*/
/*灰色*/
/*茶色*/
/*茶色*/
/*薄茶色*/
/*薄茶色*/
/*灰色*/
/*灰色*/
/*灰色*/
/*群青色*/
/*灰色*/
/*灰色*/
/*テキストリンク*/
/*茶色4*/
/*紺色2*/
/*紺色3*/
/*薄紫*/
/*金*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #444444;
  background-color: #ffffff;
  padding: 0 0 14vw 0;
}

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

section {
  height: auto;
  overflow: hidden;
  margin: 2rem 0 0 0;
}
section.first {
  margin: 0 0 0 0;
}

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

.text_bold {
  font-weight: bold;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

.modal {
  position: fixed;
  font-size: 1.3rem;
  top: 50%;
  left: 50%;
  z-index: 100000;
  width: 90%;
  max-width: 650px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
  padding: 15px;
  text-align: left;
  line-height: 1.4;
}
.modal p {
  text-align: center;
}

.modal_close {
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #1d2088;
  border-radius: 5px;
  color: #fff;
  margin: 2em auto 20px;
  font-weight: normal;
  letter-spacing: 0.1rem;
  width: 100%;
  max-width: 200px;
}

.modal-none {
  display: none;
}

.bgmodal-none {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  section.first {
    margin: 0 0 0 0;
  }
  section .modal {
    font-size: 1.8rem;
    overflow-y: scroll;
    height: 500px;
  }
  section .modal::-webkit-scrollbar {
    width: 16px;
    height: 16px;
  }
  section .modal::-webkit-scrollbar-track {
    background-color: rgba(255, 0, 0, 0);
  }
  section .modal p {
    font-size: 2rem;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../images/bg.jpg") no-repeat;
  background-position: center top;
  background-color: #ffffff;
}

.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 5rem 0 0 0;
}

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

.main {
  height: auto;
  width: 96%;
  margin: 0 auto 6rem auto;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  article {
    height: auto;
    width: 100%;
    margin: 0 0 100px 0;
    padding: 0;
    background: url("../images/bg.jpg") no-repeat;
    background-position: center top;
    background-color: #ffffff;
  }
  .wrapper {
    height: auto;
    width: 1100px;
    margin: 0 auto;
    padding: 70px 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;
  }
  .wrapper_low {
    height: auto;
    width: 1100px;
    margin: 0 auto;
    padding: 90px 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;
  }
  .main {
    height: auto;
    width: 824px;
    margin: 0;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  height: 120vw;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
header .head_frame {
  width: 100%;
  padding: 0 0 1rem 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
header .head_frame .head_box .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header .head_frame .head_box .head_logo a img {
  width: 100%;
  margin: 4vw 0 0 0;
}
header .head_frame .head_box .head_info1 {
  margin: 3vw 0 0 0;
}
header .head_frame .head_box .head_info1 .head_address {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 0.5em 0;
}
header .head_frame .head_box .head_info1 .head_tel {
  text-align: center;
  color: #1d2088;
  font-size: 2.2rem;
  margin: 0 0 0.5rem 0;
}
header .head_frame .head_box .head_info1 .head_tel span {
  color: #1d2088;
}
header .head_frame .head_box .head_info1 .head_tel a {
  color: #1d2088;
  text-decoration: none;
}
header .head_frame .head_box .head_info2 {
  width: 96%;
  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;
}
header .head_frame .head_box .head_info2 .head_access {
  width: 70%;
  height: 20vw;
  border: #1d2088 2px solid;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #1d2088;
  line-height: 130%;
  border-radius: 0.3rem;
}
header .head_frame .head_box .head_info2 .head_parking {
  width: 25%;
  background-color: #1d2088;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3rem;
}
header .head_frame .head_box .head_info2 .head_parking p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 0 0 2vw 0;
  line-height: 130%;
}
header .key_on {
  display: none;
}
header .key_on_text {
  display: none;
}
header.header_low {
  height: 67vw;
}

.key_on_sp {
  margin: -2vw 0 0 0;
}
.key_on_sp .key_on_text {
  background-color: #5e4935;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.key_on_sp .key_on_text p {
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_on_sp .key_on_text p span {
  font-size: 2rem;
}
.key_on_sp .key_on_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  margin: 0 auto 2rem auto;
}
.key_on_sp .key_on_info .key_new {
  width: 48%;
  height: 45vw;
  position: relative;
  margin: 0 auto;
}
.key_on_sp .key_on_info .key_new .key_new_frame {
  width: 90%;
  height: 40vw;
  margin: 5vw 0 0 10%;
  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-align: center;
  -webkit-box-shadow: 0 0 5px 5px rgba(159, 160, 221, 0.7);
          box-shadow: 0 0 5px 5px rgba(159, 160, 221, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
  overflow: visible;
  position: relative;
}
.key_on_sp .key_on_info .key_new .key_new_frame .key_new_ymd {
  text-align: center;
  margin: 0 0 0.5rem 0;
  color: #1d2088;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
}
.key_on_sp .key_on_info .key_new .key_new_frame .key_new_ymd span.size38 {
  font-size: 2rem;
}
.key_on_sp .key_on_info .key_new .key_new_frame .key_new_ymd span.size22 {
  font-size: 1.4rem;
}
.key_on_sp .key_on_info .key_new .key_new_frame .key_new_ymd span.size28 {
  font-size: 1.6rem;
}
.key_on_sp .key_on_info .key_new .key_new_frame .key_new_text {
  margin: 0;
  color: #1d2088;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 2rem;
}
.key_on_sp .key_on_info .key_new .key_new_frame::after {
  content: "";
  width: 100%;
  height: 40vw;
  margin: 0;
  position: absolute;
  top: -5vw;
  left: -10%;
  z-index: -1;
  -webkit-box-shadow: 0 0 5px 5px rgba(159, 160, 221, 0.7);
          box-shadow: 0 0 5px 5px rgba(159, 160, 221, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}
.key_on_sp .key_on_info .key_event {
  width: 48%;
  height: 45vw;
  position: relative;
}
.key_on_sp .key_on_info .key_event .key_event_frame {
  width: 90%;
  height: 40vw;
  margin: 5vw 0 0 10%;
  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-align: center;
  -webkit-box-shadow: 0 0 5px 5px rgba(221, 206, 172, 0.7);
          box-shadow: 0 0 5px 5px rgba(221, 206, 172, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
  overflow: visible;
  position: relative;
}
.key_on_sp .key_on_info .key_event .key_event_frame .key_event_ymd {
  text-align: center;
  margin: 0 0 0.5rem 0;
  color: #5e4935;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
}
.key_on_sp .key_on_info .key_event .key_event_frame .key_event_ymd span.size38 {
  font-size: 2rem;
}
.key_on_sp .key_on_info .key_event .key_event_frame .key_event_ymd span.size22 {
  font-size: 1.4rem;
}
.key_on_sp .key_on_info .key_event .key_event_frame .key_event_ymd span.size28 {
  font-size: 1.6rem;
}
.key_on_sp .key_on_info .key_event .key_event_frame .key_event_text {
  margin: 0;
  color: #5e4935;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 2rem;
}
.key_on_sp .key_on_info .key_event .key_event_frame::after {
  content: "";
  width: 100%;
  height: 40vw;
  margin: 0;
  position: absolute;
  top: -5vw;
  left: -10%;
  z-index: -1;
  -webkit-box-shadow: 0 0 5px 5px rgba(221, 206, 172, 0.7);
          box-shadow: 0 0 5px 5px rgba(221, 206, 172, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}

.head_position div {
  background-size: 160% !important;
}

/*下層*/
.key_visual_low {
  background: url(../images/key_visual_low.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30vw;
}
.key_visual_low h1 {
  width: 100%;
  height: 30vw;
  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;
  color: #5e4935;
  font-size: 2rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  header {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    height: 850px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  }
  header .head_frame {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    height: 180px;
    position: fixed;
    z-index: 99999;
  }
  header .head_frame .head_box {
    width: 1100px;
    height: 110px;
    margin: 0 auto;
    position: relative;
  }
  header .head_frame .head_box .head_logo {
    position: absolute;
    top: 15px;
    left: 0;
    width: 443px;
    margin: 0;
  }
  header .head_frame .head_box .head_logo a img {
    width: 443px;
    margin: 0;
  }
  header .head_frame .head_box .head_info1 {
    position: absolute;
    top: 15px;
    right: 285px;
    margin: 0;
  }
  header .head_frame .head_box .head_info1 .head_address {
    font-size: 1.8rem;
    text-align: right;
    margin: 0 0 0 0;
    line-height: 120%;
  }
  header .head_frame .head_box .head_info1 .head_tel {
    text-align: right;
    color: #1d2088;
    font-size: 2.6rem;
    margin: 0;
  }
  header .head_frame .head_box .head_info1 .head_tel span {
    color: #1d2088;
  }
  header .head_frame .head_box .head_info1 .head_tel a {
    color: #1d2088;
    text-decoration: none;
  }
  header .head_frame .head_box .head_info2 {
    position: absolute;
    top: 15px;
    right: 0;
    width: 252px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .head_frame .head_box .head_info2 .head_access {
    width: 160px;
    height: 70px;
    border: #1d2088 2px solid;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #1d2088;
    line-height: 130%;
    border-radius: 3px;
  }
  header .head_frame .head_box .head_info2 .head_parking {
    width: 80px;
    height: 70px;
    background-color: #1d2088;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.3rem;
  }
  header .head_frame .head_box .head_info2 .head_parking p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 0 0 3px 0;
    line-height: 130%;
  }
  header .key_on {
    display: block;
    width: 1100px;
    height: 340px;
    margin: 0 auto;
    position: relative;
  }
  header .key_on .key_on_box {
    position: absolute;
    /*top:233px;*/
    top: 500px;
    width: 460px;
    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;
  }
  header .key_on .key_on_box .key_new {
    width: 215px;
    height: 215px;
    position: relative;
  }
  header .key_on .key_on_box .key_new .key_new_frame {
    width: 200px;
    height: 200px;
    margin: 15px 0 0 15px;
    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-align: center;
    -webkit-box-shadow: 0 0 5px 5px rgba(159, 160, 221, 0.6);
            box-shadow: 0 0 5px 5px rgba(159, 160, 221, 0.6);
    background-color: rgba(255, 255, 255, 0.6);
    overflow: visible;
    position: relative;
  }
  header .key_on .key_on_box .key_new .key_new_frame .key_new_ymd {
    text-align: center;
    margin: 0 0 0 0;
    color: #1d2088;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 150%;
  }
  header .key_on .key_on_box .key_new .key_new_frame .key_new_ymd span.size38 {
    font-size: 3.8rem;
  }
  header .key_on .key_on_box .key_new .key_new_frame .key_new_ymd span.size22 {
    font-size: 2.2rem;
  }
  header .key_on .key_on_box .key_new .key_new_frame .key_new_ymd span.size28 {
    font-size: 2.8rem;
  }
  header .key_on .key_on_box .key_new .key_new_frame .key_new_text {
    margin: 0;
    color: #1d2088;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 3.2rem;
  }
  header .key_on .key_on_box .key_new .key_new_frame::after {
    content: "";
    width: 200px;
    height: 200px;
    margin: 0;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: -1;
    -webkit-box-shadow: 0 0 5px 5px rgba(159, 160, 221, 0.6);
            box-shadow: 0 0 5px 5px rgba(159, 160, 221, 0.6);
    background-color: rgba(255, 255, 255, 0.6);
  }
  header .key_on .key_on_box .key_event {
    width: 215px;
    height: 215px;
    position: relative;
  }
  header .key_on .key_on_box .key_event .key_event_frame {
    width: 200px;
    height: 200px;
    margin: 15px 0 0 15px;
    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-align: center;
    -webkit-box-shadow: 0 0 5px 5px rgba(221, 206, 172, 0.6);
            box-shadow: 0 0 5px 5px rgba(221, 206, 172, 0.6);
    background-color: rgba(255, 255, 255, 0.6);
    overflow: visible;
    position: relative;
  }
  header .key_on .key_on_box .key_event .key_event_frame .key_event_ymd {
    text-align: center;
    margin: 0 0 0 0;
    color: #5e4935;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 150%;
  }
  header .key_on .key_on_box .key_event .key_event_frame .key_event_ymd span.size38 {
    font-size: 3.8rem;
  }
  header .key_on .key_on_box .key_event .key_event_frame .key_event_ymd span.size22 {
    font-size: 2.2rem;
  }
  header .key_on .key_on_box .key_event .key_event_frame .key_event_ymd span.size28 {
    font-size: 2.8rem;
  }
  header .key_on .key_on_box .key_event .key_event_frame .key_event_text {
    margin: 0;
    color: #5e4935;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 3.2rem;
  }
  header .key_on .key_on_box .key_event .key_event_frame::after {
    content: "";
    width: 200px;
    height: 200px;
    margin: 0;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: -1;
    -webkit-box-shadow: 0 0 5px 5px rgba(221, 206, 172, 0.6);
            box-shadow: 0 0 5px 5px rgba(221, 206, 172, 0.6);
    background-color: rgba(255, 255, 255, 0.6);
  }
  header .key_on_text {
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    background-color: rgba(94, 73, 53, 0.9);
  }
  header .key_on_text .key_on_box {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
  }
  header .key_on_text .key_on_box p {
    font-size: 2.4rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    color: #ffffff;
    margin: 30px 0 0 0;
    letter-spacing: 0.01em;
  }
  header .key_on_text .key_on_box p span {
    font-size: 4rem;
  }
  header.header_low {
    height: 180px;
  }
  .key_on_sp {
    display: none;
  }
  .head_position div {
    background-size: cover !important;
  }
  /*下層*/
  .key_visual_low {
    background: url(../images/key_visual_low.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
  }
  .key_visual_low h1 {
    width: 1100px;
    height: 300px;
    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;
    color: #5e4935;
    font-size: 4.2rem;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  .main_nav_pc {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    position: relative;
    z-index: 1000000000000000000;
    background-color: rgba(246, 243, 234, 0.6);
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3) inset;
    border-bottom: #ddceac 3px solid;
  }
  .main_nav_pc nav {
    width: 1100px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
  }
  .main_nav_pc nav ul {
    width: 1100px;
    height: 70px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_nav_pc nav ul li {
    width: 220px;
    height: 50px;
    margin: 10px 0 0 0;
    border-left: #c1c1c1 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_nav_pc nav ul li:last-child {
    border-right: #c1c1c1 1px solid;
  }
  .main_nav_pc nav ul li a {
    width: 220px;
    height: 50px;
    text-decoration: none;
    font-size: 2rem;
    color: #5e4935;
    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;
  }
  .main_nav_pc nav ul li.home a::after {
    font-family: "fontello";
    content: "\e805";
    color: #a28864;
    margin: 2px 0 0 0;
    font-size: 2.4rem;
  }
  .main_nav_pc nav ul li.greeting a::after {
    font-family: "fontello";
    content: "\e889";
    color: #a28864;
    margin: 2px 0 0 0;
    font-size: 2.2rem;
  }
  .main_nav_pc nav ul li.treatment a::after {
    font-family: "fontello";
    content: "\e82a";
    color: #a28864;
    margin: 2px 0 0 0;
    font-size: 2rem;
  }
  .main_nav_pc nav ul li.clinic a::after {
    font-family: "fontello";
    content: "\e82d";
    color: #a28864;
    margin: 2px 0 0 0;
    font-size: 2rem;
  }
  .main_nav_pc nav ul li.access a::after {
    font-family: "fontello";
    content: "\e888";
    color: #a28864;
    margin: 2px 0 0 0;
    font-size: 2.2rem;
  }
}
/*-----------------------------------------------------------
当クリニックのコロナウィルス対策
----------------------------------------------------------- */
a.covid {
  border: #a58a65 3px solid;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0 0 0;
  background-color: #ffffff;
  text-decoration: none;
}
a.covid span.covid_in {
  border: #a58a65 1px solid;
  display: block;
}
a.covid span.covid_in span.covid_text {
  color: #5e4935;
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  display: block;
  margin: 2rem 0 0 1rem;
}
a.covid span.covid_in img {
  width: 80%;
  display: block;
  margin: 1rem auto 2rem auto;
}

@media screen and (min-width: 768px), print {
  a.covid {
    border: #a58a65 3px solid;
    padding: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin: 0 0 40px 0;
    background-color: #ffffff;
    text-decoration: none;
    width: 824px;
    height: 230px;
  }
  a.covid span.covid_in {
    border: #a58a65 1px solid;
    display: block;
    position: relative;
    height: 208px;
  }
  a.covid span.covid_in span.covid_text {
    color: #5e4935;
    font-size: 3.2rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    display: block;
    margin: 0 0 0 0;
    position: absolute;
    top: 71px;
    left: 32px;
  }
  a.covid span.covid_in img {
    width: 422px;
    display: block;
    margin: 0;
    position: absolute;
    top: 14px;
    right: 32px;
  }
  a.covid:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*-----------------------------------------------------------
バナー
----------------------------------------------------------- */
.index_bnr {
  margin-bottom: 3rem;
  list-style: none;
}

.bnr {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3px solid #a58a65;
  margin: 2rem auto;
  padding-top: 9rem;
}
.bnr > div {
  padding: 1rem;
  background-color: rgba(246, 243, 234, 0.8);
}
.bnr > div .bnr_tit {
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #1d2088;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.bnr > div .bnr_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem 0;
}
.bnr > div .bnr_list > li {
  color: #5e4935;
  font-size: 1.3rem;
}
.bnr > div .bnr_list > li::before {
  content: "▶";
  font-size: 80%;
  display: inline-block;
  margin-right: 0.4rem;
}
.bnr > div .bnr_list.-two {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bnr > div .bnr_list.-two > li {
  width: 48%;
}
.bnr.otherOutpatient {
  background-image: url(../images/bnr_otherOutpatient.jpg);
}
.bnr.privateOutpatient {
  background-image: url(../images/bnr_privateOutpatient.jpg);
}

@media screen and (min-width: 768px), print {
  .index_bnr {
    margin-bottom: 7.5rem;
  }
  .bnr {
    padding: 0;
    margin: 4rem auto;
    background-position: left -2rem top -7rem;
    background-size: 80% auto;
  }
  .bnr > div {
    padding: 2rem 1rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(246, 243, 234, 0.1)), color-stop(60%, #f6f3ea));
    background: linear-gradient(to right, rgba(246, 243, 234, 0.1) 30%, #f6f3ea 60%);
  }
  .bnr > div .bnr_tit {
    font-size: 2.6rem;
    width: 45%;
    margin: 0 0 1.2rem auto;
  }
  .bnr > div .bnr_list {
    gap: 1.2rem 0;
    width: 45%;
    margin: 0 0 0 auto;
  }
  .bnr > div .bnr_list > li {
    font-size: 1.8rem;
  }
  .bnr.privateOutpatient {
    background-position: top -2.5rem left;
  }
}
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_area {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 0 0;
  /*お知らせ*/
}
.notice_area .notice_frame {
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 2rem 0;
  height: auto;
}
.notice_area .notice_frame .title_box {
  width: 100%;
}
.notice_area .notice_frame .notice_box {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #888888 1px solid;
  border-bottom: #888888 1px solid;
  background-color: #ffffff;
}
.notice_area .notice_frame .notice_box dl {
  height: auto;
  margin: 0;
  width: 100%;
}
.notice_area .notice_frame .notice_box dl dt {
  color: #1d2088;
  margin: 1rem 0 1rem 0;
  padding: 0 0.4rem 0 2rem;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
}
.notice_area .notice_frame .notice_box dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.8em #1d2088;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  margin: auto;
  left: 0;
  top: 0.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice_area .notice_frame .notice_box dl dt.open::before {
  border: none;
  border-bottom: solid 0.8em #1d2088;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
}
.notice_area .notice_frame .notice_box dl dt:first-child {
  border-top: none;
  padding: 0 0.4rem 0 2rem;
}
.notice_area .notice_frame .notice_box dl dt.close::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice_area .notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0.4rem 0 2rem;
  color: #444444;
  font-size: 1.4rem;
  line-height: 160%;
  display: none;
}
.notice_area .notice_frame .notice_box dl dd.open {
  display: block;
}

@media screen and (min-width: 768px), print {
  .notice_area {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    /*お知らせ*/
  }
  .notice_area .notice_frame {
    width: 824px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    height: auto;
  }
  .notice_area .notice_frame .notice_box {
    width: 824px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #888888 1px solid;
    border-bottom: #888888 1px solid;
    background-color: #ffffff;
  }
  .notice_area .notice_frame .notice_box dl {
    height: auto;
    margin: 0;
    width: 100%;
    padding: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_area .notice_frame .notice_box dl dt {
    color: #1d2088;
    margin: 0 0 0 0;
    padding: 0 0 0 26px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 120%;
    position: relative;
  }
  .notice_area .notice_frame .notice_box dl dt::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 16px #1d2088;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    margin: auto;
    left: 0;
    top: 0.4rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_area .notice_frame .notice_box dl dt.open::before {
    border: none;
    border-bottom: solid 16px #1d2088;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
  }
  .notice_area .notice_frame .notice_box dl dt:first-child {
    border-top: none;
    padding: 0 0 0 26px;
  }
  .notice_area .notice_frame .notice_box dl dt.close::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_area .notice_frame .notice_box dl dd {
    margin: 0 0 15px 0;
    padding: 0 0 0 26px;
    color: #444444;
    font-size: 1.8rem;
    line-height: 100%;
    display: none;
  }
  .notice_area .notice_frame .notice_box dl dd.open {
    display: block;
  }
}
/* -----------------------------------------------------------
　クリニックの理念
----------------------------------------------------------- */
.philosophy_frame {
  background: url("../images/index_philosophy_bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 2rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 4rem 0 0 0;
  width: 100%;
  border-top: #888888 1px solid;
  border-bottom: #888888 1px solid;
}
.philosophy_frame h2.philosophy_title {
  text-shadow: 4px 0px 4px #ffffff, 4px 0px 4px #ffffff, -4px 0px 4px #ffffff, -4px 0px 4px #ffffff, 0px 4px 4px #ffffff, 0px 4px 4px #ffffff, 0px -4px 4px #ffffff, 0px -4px 4px #ffffff;
}
.philosophy_frame p {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.philosophy_frame img {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
}

@media screen and (min-width: 768px), print {
  .philosophy_frame {
    background: url("../images/index_philosophy_bg.jpg");
    background-size: cover;
    background-position: center top;
    padding: 36px 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 80px 0 0 0;
    width: 100%;
    height: 400px;
    border-top: #888888 1px solid;
    border-bottom: #888888 1px solid;
  }
  .philosophy_frame h2.philosophy_title {
    text-shadow: 4px 0px 4px #ffffff, 4px 0px 4px #ffffff, -4px 0px 4px #ffffff, -4px 0px 4px #ffffff, 0px 4px 4px #ffffff, 0px 4px 4px #ffffff, 0px -4px 4px #ffffff, 0px -4px 4px #ffffff;
  }
  .philosophy_frame p {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 200%;
    margin: 60px 0 0 0;
  }
  .philosophy_frame img {
    position: absolute;
    top: 80px;
    left: 28px;
    right: 0;
    margin: 0;
    width: 262px;
  }
}
/* -----------------------------------------------------------
　当クリニックの特長
----------------------------------------------------------- */
.feature_frame {
  margin: 6rem 0 0 0;
}
.feature_frame .feature_box .feature_box_left {
  width: 96%;
  height: 80vw;
  margin: 0 auto 2rem auto;
  background: url("../images/index_features_01.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.feature_frame .feature_box .feature_box_left p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30vw;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: rgba(20, 21, 68, 0.9);
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 180%;
}
.feature_frame .feature_box .feature_box_right {
  width: 96%;
  height: 90vw;
  margin: 0 auto;
  background: url("../images/index_features_02.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.feature_frame .feature_box .feature_box_right p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40vw;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: rgba(94, 73, 53, 0.9);
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 180%;
}

@media screen and (min-width: 768px), print {
  .feature_frame {
    margin: 80px 0 0 0;
  }
  .feature_frame .feature_box {
    width: 824px;
    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;
    margin: 40px 0 0 0;
  }
  .feature_frame .feature_box .feature_box_left {
    width: 400px;
    height: 400px;
    margin: 0;
    background: url("../images/index_features_01.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }
  .feature_frame .feature_box .feature_box_left p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    font-size: 2rem;
    color: #ffffff;
    background-color: rgba(20, 21, 68, 0.9);
    margin: 0;
    padding: 18px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 170%;
  }
  .feature_frame .feature_box .feature_box_right {
    width: 400px;
    height: 400px;
    margin: 0;
    background: url("../images/index_features_02.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }
  .feature_frame .feature_box .feature_box_right p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    font-size: 2rem;
    color: #ffffff;
    background-color: rgba(94, 73, 53, 0.9);
    margin: 0;
    padding: 18px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 170%;
  }
}
/*-----------------------------------------------------------
 医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 4rem 0 2rem 0;
  margin: 0;
  background: url("../images/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.overview h2.overview_title img {
  width: 70%;
  display: block;
  margin: 0 auto 2rem auto;
}
.overview .overview_info_box_timetable {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_info_box_timetable .overview_timetable_title {
  color: #1d2088;
  margin: 0 0 0.2rem 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.overview .overview_info_box {
  width: 96%;
  margin: 2rem auto 2rem auto;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_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.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  line-height: 130%;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dt {
  width: 25%;
  margin: 0 0 0 0;
  font-weight: bold;
  color: #1d2088;
  border-bottom: #444444 1px solid;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd {
  width: 75%;
  margin: 0 0 0 0;
  padding: 1rem 0;
  color: #444444;
  border-bottom: #444444 1px solid;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd span {
  color: #1d2088;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd span a {
  color: #1d2088;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd.dept br {
  display: none;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list.oil_left {
  border-top: #444444 1px solid;
}

iframe.googlemap {
  display: none;
}

iframe.googlemap_sp {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    height: 830px;
    padding: 80px 0 0 0;
    margin: 0;
    background: url("../images/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview h2.overview_title img {
    width: 354px;
    display: block;
    margin: 0 auto;
  }
  .overview .overview_info_box_timetable {
    width: 1100px;
    margin: 25px auto 0 auto;
  }
  .overview .overview_info_box_timetable .overview_timetable_title {
    color: #1d2088;
    margin: 0 0 8px 0;
    font-size: 2.2rem;
  }
  .overview .overview_info_box {
    width: 1100px;
    margin: 33px auto 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_info_box .overview_info_box_content {
    width: 540px;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_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: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 540px;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dt {
    width: 125px;
    margin: 0 0 0 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #1d2088;
    border-bottom: #444444 1px solid;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dt.ajs1 {
    height: 100px;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dt.ajs2 {
    height: 107px;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd {
    width: 415px;
    margin: 0 0 0 0;
    padding: 0;
    color: #444444;
    border-bottom: #444444 1px solid;
    height: 80px;
    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;
    height: auto;
    min-height: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd span {
    color: #1d2088;
    font-weight: normal;
    text-decoration: none;
    font-size: 2.6rem;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd span a {
    color: #1d2088;
    font-weight: normal;
    text-decoration: none;
    font-size: 2.6rem;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd.dept br {
    display: block;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list.oil_left {
    border-top: #444444 1px solid;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list.oil_right {
    border-top: #444444 1px solid;
  }
  iframe.googlemap {
    display: block;
    width: 100%;
    height: 500px;
  }
  iframe.googlemap_sp {
    display: none;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  background-color: #141544;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_frame_sp {
  width: 90%;
  margin: 0 auto;
}
footer .footer_frame_sp ul.footer_list {
  line-height: 130%;
  font-size: 1.2rem;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
}
footer .footer_frame_sp ul.footer_list li {
  width: 48%;
  margin: 0 0 1.4rem 0;
  padding: 0;
  list-style-type: none;
}
footer .footer_frame_sp ul.footer_list li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: left;
}
footer .footer_frame_sp ul.footer_list li a br {
  /*display: none;*/
}
footer .footer_frame_sp ul.footer_list li a br.spf_none {
  display: block;
}
footer .footer_frame_sp ul.footer_list li a span.pcf_none {
  display: none;
}
footer .footer_frame_sp ul.footer_list li a img {
  display: none;
}
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  text-align: center;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  letter-spacing: 0;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem 0;
  background-color: #141544;
  z-index: 999999;
}
.footer_link .tel_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  width: 87%;
  margin: 0 0 0 0.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer_link .tel_column a {
  margin: 0;
  padding: 1.2rem 0 1rem;
  width: calc(50% - 0.5rem) !important;
  height: 100%;
  min-height: 2.5rem;
  border-radius: 5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #141544;
  background-color: #ffffff;
}
.footer_link .tel_column a.rsv {
  background: #cbcbea;
}
.footer_link .tel_column p {
  line-height: 1;
  margin: 0 0 0.5rem 0;
}
.footer_link .tel_column p span {
  margin: 0.5rem;
}
.footer_link .smoothScrolls {
  background-color: #ffffff;
  width: calc(13% - 0.5rem);
  margin-right: 0.5rem;
  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;
  border-radius: 5px;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #141544;
  padding: 0.8rem 0;
  font-weight: normal;
  text-decoration: none;
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: -2px 0 0 0;
    background-color: #141544;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 250px;
  }
  footer .footer_frame_sp {
    display: none;
  }
  footer .footer_frame {
    display: block;
    width: 950px;
    margin: 0 auto 0 auto;
    padding: 54px 0 0 0;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 6px 20px 0;
    padding: 0 6px 0 0;
    list-style-type: none;
    border-right: #adadad 2px solid;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame ul.footer_list li:nth-of-type(6) {
    border-right: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame ul.footer_list li br {
    display: none;
  }
  footer .footer_frame ul.footer_list li br.spf_none {
    display: none;
  }
  footer .footer_frame ul.footer_list li img {
    display: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 68px 0 0 0;
    text-align: center;
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 1.5rem;
    height: auto;
    letter-spacing: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a img {
    width: 60px;
    height: 60px;
  }
  #pagetop {
    position: fixed;
    bottom: 148px;
    right: 0;
    z-index: 999999;
    left: 50%;
    margin: 0 0 0 565px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
  }
  #pagetop {
    position: fixed;
    bottom: 148px;
    right: 0;
    left: 90%;
    margin: 0 0 0 0;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 19vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  background-color: #1d2088;
}
.drawr ul.hbg {
  list-style-type: none;
}
.drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.drawr ul.hbg li a {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.drawr ul.hbg li a br {
  display: none;
}
.drawr ul.hbg li a br.pcf_none {
  display: block;
}
.drawr ul.hbg li a img {
  display: none;
}

.openNav {
  display: block;
}

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

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 12vw;
  padding: 0 0 4px 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: 42px;
  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;
  font-size: 12px;
  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;
}

.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;
}

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

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

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

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

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

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

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

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

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

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14%;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  padding: 0 0 0.6rem 0;
  background-color: #1d2088;
  border: #1d2088 1px solid;
  z-index: 99999;
}

/*見出し*/
h1 {
  margin: 0;
}

h2.top_title {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #1d2088;
  text-align: center;
  padding: 0;
  margin: 0 0 1rem 0;
  background: url("../images/h2bg.png") no-repeat;
  background-position: center center;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 140%;
}
h2.low {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #1d2088;
  text-align: center;
  padding: 0;
  margin: 3rem 0 1rem 0;
  background: url("../images/h2bg.png") no-repeat;
  background-position: center center;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 140%;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3 {
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 0.8rem 0;
  margin: 4rem 0 1rem 0;
  color: #5e4935;
  background: url(../images/a_line.gif) repeat-x;
  background-position: left bottom;
  line-height: 120%;
}
h3.first {
  margin: 0rem 0 1rem 0;
}

h4 {
  font-size: 1.7rem;
  font-weight: normal;
  color: #1d2088;
  padding: 0 0 0.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #1d2088 4px solid;
  margin: 3.5rem 0 1rem 0;
  line-height: 120%;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5 {
  font-size: 1.6rem;
  color: #a58a65;
  font-weight: normal;
  padding: 0 0 0.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #a58a65 4px dotted;
  margin: 3rem 0 1rem 0;
  line-height: 120%;
}
h5.first {
  margin: 0rem 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-size: 3.4rem;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #1d2088;
    text-align: center;
    padding: 0;
    margin: 0 0 27px 0;
    background: url("../images/h2bg.png") no-repeat;
    background-position: center center;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 160%;
  }
  h2.low {
    font-size: 3.4rem;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #1d2088;
    text-align: center;
    padding: 0;
    margin: 65px 0 20px 0;
    background: url("../images/h2bg.png") no-repeat;
    background-position: center center;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 160%;
  }
  h2.first {
    margin: 0 0 20px 0;
  }
  h3 {
    font-weight: normal;
    font-size: 2.8rem;
    padding: 0 0 8px 0;
    margin: 50px 0 14px 0;
    color: #5e4935;
    background: url(../images/a_line.gif) repeat-x;
    background-position: left bottom;
    line-height: 120%;
  }
  h3.first {
    margin: 1px 0 14px 0;
  }
  h4 {
    font-size: 2.6rem;
    font-weight: normal;
    color: #1d2088;
    padding: 0 0 2px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #1d2088 4px solid;
    margin: 42px 0 14px 0;
    line-height: 120%;
  }
  h4.first {
    margin: 0 0 14px 0;
  }
  h5 {
    font-size: 2.4rem;
    color: #a58a65;
    font-weight: normal;
    padding: 0 0 2px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #a58a65 4px dotted;
    margin: 42px 0 14px 0;
    line-height: 120%;
  }
  h5.first {
    margin: 0rem 0 1rem 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
    letter-spacing: 0;
  }
}
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

.img_center {
  margin: 0 0 1rem 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 10px;
  }
  .img_right img {
    width: 330px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
}
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 1rem 0;
}
ul.list_normal li {
  margin: 0 0 1.4rem 1.8rem;
  padding: 0;
}

/*画像●*/
ul.list_maru {
  padding: 0;
  margin: 0 0 1rem 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
ul.list_maru li span.nontext {
  color: #ffffff;
}
ul.list_maru li span.nontext span {
  display: none;
}
ul.list_maru li.none {
  background: none;
}

ul.list_maru_two {
  padding: 0;
  margin: 0;
}
ul.list_maru_two li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}

/*なし*/
ul.list_none {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
}
ul.list_none li {
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
}
ul.list_none li span {
  color: #fedc50;
  margin: 0 0.5rem 0 0;
}

/*数値*/
ul.list_num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_num li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0 0 10px 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

ul.list_num2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_num2 li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0 0 10px 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/*概要*/
ul.list_overview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_overview li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/*2列*/
ul.list_normal_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.list_normal_two li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
}

ol.list_flow {
  counter-reset: number 0;
}
ol.list_flow > li {
  border: 2px solid #9fa0dd;
  padding: 1rem 1rem 1rem 3rem;
  counter-increment: number 1;
  position: relative;
  font-size: 1.4rem;
}
ol.list_flow > li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #9fa0dd;
  font-size: 110%;
}
ol.list_flow > li:not(:last-child) {
  margin: 0 0 4rem;
}
ol.list_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  border-top: 1.5rem solid #9fa0dd;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

dl.lst_QA {
  font-size: 1.4rem;
  line-height: 140%;
}
dl.lst_QA dt, dl.lst_QA dd {
  margin-bottom: 1rem;
  padding-left: 2.2rem;
  position: relative;
}
dl.lst_QA dt::before, dl.lst_QA dd::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
}
dl.lst_QA dt {
  color: #5e4935;
  margin-top: 1.8rem;
}
dl.lst_QA dt::before {
  content: "Q.";
}
dl.lst_QA dd {
  border-bottom: 1px dashed #5e4935;
  padding-bottom: 1.8rem;
}
dl.lst_QA dd::before {
  content: "A.";
  color: #1d2088;
}

@media screen and (min-width: 768px), print {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0;
  }
  ul.list_normal li {
    margin: 0 0 1.4rem 25px;
    padding: 0;
  }
  ul.list_normal li ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  ul.list_normal li ul li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 0.8rem 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
  }
  /*画像●*/
  ul.list_maru {
    padding: 0;
  }
  ul.list_maru li {
    line-height: 160%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left 4px top 6px;
    background-size: 16px;
    padding: 0 0 0 25px;
  }
  ul.list_maru li span.nontext {
    color: #ffffff;
  }
  ul.list_maru li span.nontext span {
    display: inline;
  }
  ul.list_maru li.none {
    background: none;
  }
  ul.list_maru_two {
    padding: 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%;
    line-height: 100%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left 4px top 6px;
    background-size: 16px;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  /*なし*/
  ul.list_none {
    line-height: 160%;
    font-size: 1.8rem;
    list-style-type: none;
  }
  ul.list_none li {
    margin: 0 0 15px 0;
  }
  ul.list_none li span {
    color: #fedc50;
    margin: 0 5px 0 0;
  }
  /*数値*/
  ul.list_num {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }
  ul.list_num2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    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_num2 li {
    width: 45%;
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  ol.list_flow > li {
    padding: 2rem 2rem 2rem 4.5rem;
    font-size: 1.8rem;
  }
  ol.list_flow > li::before {
    top: 2rem;
    left: 2rem;
  }
  ol.list_flow > li:not(:last-child) {
    margin: 0 0 7rem;
  }
  ol.list_flow > li:not(:last-child)::after {
    bottom: -6rem;
    border-top: 2.6rem solid #9fa0dd;
    border-right: 6rem solid transparent;
    border-left: 6rem solid transparent;
  }
  dl.lst_QA {
    font-size: 1.8rem;
    line-height: 160%;
  }
  dl.lst_QA dt, dl.lst_QA dd {
    margin-bottom: 1rem;
    padding-left: 3.5rem;
  }
  dl.lst_QA dt::before, dl.lst_QA dd::before {
    top: 0.3rem;
    font-size: 2.2rem;
  }
  dl.lst_QA dt {
    margin-top: 3rem;
  }
  dl.lst_QA dd {
    padding-bottom: 3rem;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_normal_two {
    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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0 0 10px 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%;
}
dl.bio_list dt {
  width: 25%;
  margin: 0 0 0 0;
  font-weight: normal;
}
dl.bio_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd.last {
  margin: 0;
}
dl.bio_list.last {
  margin: 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 0 0;
  line-height: 120%;
}
dl.num_list dt {
  width: 6%;
  margin: 0 0 0 0;
}
dl.num_list dd {
  width: 94%;
  margin: 0 0 20px 0;
}
dl.num_list dd.last {
  margin: 0;
}
dl.num_list.last {
  margin: 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%;
  border-top: #ababab 1px solid;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #f6f3ea;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #ababab 1px solid;
  border-right: #ababab 1px solid;
  border-bottom: #ababab 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #ababab 1px solid;
  border-right: #ababab 1px solid;
  border-bottom: #ababab 1px solid;
}

@media screen and (min-width: 768px), print {
  dl.bio_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;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    width: 1100px;
    margin: 0;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dt span {
    display: block;
    text-align: center;
    padding: 0 35px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.bio_list dd {
    width: 1000px;
    margin: 0 0 20px 0;
  }
  dl.num_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;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    width: 1200px;
    margin: 0;
  }
  dl.num_list dt {
    width: 22px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.num_list dd {
    width: 1178px;
    margin: 0 0 20px 0;
  }
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    border-top: #ababab 1px solid;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #f6f3ea;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #ababab 1px solid;
    border-right: #ababab 1px solid;
    border-bottom: #ababab 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #ababab 1px solid;
    border-right: #ababab 1px solid;
    border-bottom: #ababab 1px solid;
  }
  dl.title_box.side dt {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
  }
  dl.title_box.side dd {
    width: 80%;
  }
}
/*アサイド*/
aside {
  display: none;
}

@media screen and (min-width: 768px), print {
  aside {
    display: block;
    width: 225px;
  }
  aside p.aside_title {
    width: 225px;
    height: 46px;
    font-size: 2.2rem;
    font-weight: normal;
    color: #5e4935;
    letter-spacing: 0.1em;
    margin: 0 0 34px 0;
    border-top: #a58a65 1px solid;
    border-bottom: #a58a65 1px solid;
    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;
  }
  aside ul.aside_list {
    list-style-type: none;
  }
  aside ul.aside_list li {
    margin: 0 0 0 0;
    width: 225px;
  }
  aside ul.aside_list li a {
    width: 225px;
    height: 100px;
    margin: 0 0 20px 0;
    background-color: #f6f3ea;
    border-left: #ddceac 3px solid;
    color: #5e4935;
    font-size: 1.9rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
    line-height: 120%;
  }
  aside ul.aside_list li a img {
    width: 80px;
    margin: 0 10px 0 12px;
  }
  aside ul.aside_list li a span span {
    font-size: 1.4rem;
  }
  aside ul.aside_list li a span span.pcf_none {
    display: none;
  }
  aside ul.aside_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  aside ul.aside_list li a br.pcf_none {
    display: none;
  }
}
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.2vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  width: 10%;
  background-color: #e6e6e6;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.2vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  border-bottom: #666666 1px solid;
  color: #444444;
  min-height: 17vw;
}
table.timetable tr td.time {
  width: 28%;
  text-align: center;
  color: #444444;
}
table.timetable tr td.ast {
  padding: 0.4rem 0 0.4rem 0;
}

.notice_time {
  font-size: 3.2vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    width: auto;
    height: 50px;
    background-color: #e6e6e6;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    border-bottom: #666666 1px solid;
    color: #444444;
    min-height: 58px;
    height: 59px;
    width: 130px;
    box-sizing: border-box;
  }
  table.timetable tr td.time {
    width: 190px;
    text-align: left;
    padding: 0 0 0 12px;
  }
  table.timetable tr td.ast {
    padding: 0;
  }
  .notice_time {
    font-size: 1.8rem;
    margin: 12px 0 0 0;
    width: auto;
    color: #444444;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 130%;
  }
}
/*下層*/
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #c1c1c1;
  text-align: center;
  display: block;
  margin: 30px auto;
}

.text_bold {
  font-weight: bold;
}

.link_text {
  color: #5e4935;
  font-weight: bold;
}

.red_text {
  color: #5e4935;
}

.underline_text {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.gray {
  color: #444444 !important;
}

.emphasis {
  background-color: #f6f3ea;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p {
  margin: 0;
}

.emphasis_pink {
  background-color: #666666;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis_pink p {
  margin: 0;
}

.btn {
  display: block;
  background-color: #a58a65;
  border: 2px solid #ddceac;
  color: #ffffff;
  padding: 1.2rem 0.6rem;
  text-align: center;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.nav_list > li {
  width: 100%;
}

.low_tel a {
  color: #1d2088;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
.low_tel span {
  color: #1d2088;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

@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 #c1c1c1;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  .text_bold {
    font-weight: bold;
  }
  .link_text {
    color: #5e4935;
    font-weight: bold;
  }
  .link_text:hover {
    opacity: 0.6;
  }
  .red_text {
    color: #5e4935;
  }
  .underline_text {
    text-decoration: underline;
  }
  .tac {
    text-align: center;
  }
  .emphasis {
    background-color: #f6f3ea;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  .emphasis p {
    margin: 0;
  }
  .emphasis_pink {
    background-color: #666666;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  .emphasis_pink p {
    margin: 0;
  }
  .btn {
    border-width: 4px;
    padding: 1.6rem 2rem;
    font-size: 1.8rem;
  }
  .nav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .nav_list > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .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: 1100px;
  }
  .tow_box section {
    width: 550px;
  }
}
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img {
  margin: 0 0 1rem 0;
  text-align: center;
}
figure.doctor_img img {
  width: 70%;
  height: auto;
}

.doctor_name {
  text-align: right;
  font-size: 1.8rem;
  font-family: "HG行書体";
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  figure.doctor_img {
    margin: 0 0 0 20px;
    text-align: center;
    float: right;
  }
  figure.doctor_img img {
    width: 300px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
    font-size: 2.8rem;
    font-family: "HG行書体";
    margin: 0 0 20px 0;
  }
}
/*-----------------------------------------------------------
 クリニック紹介
----------------------------------------------------------- */
.clinic_text {
  background: url("../images/index_philosophy_logo.png") no-repeat;
  background-position: center center;
  background-size: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 4rem 0;
  padding: 1rem 0;
  width: 100%;
  border-top: #888888 1px solid;
  border-bottom: #888888 1px solid;
  text-align: center;
  background-color: #ffffff;
  color: #1d2088;
}
.clinic_text p {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0;
}

.slider-pro {
  margin: 0 auto 2rem auto !important;
}

@media screen and (min-width: 768px), print {
  .clinic_text {
    background: url("../images/index_philosophy_logo.png") no-repeat;
    background-position: center center;
    background-size: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 0 0 4rem 0;
    padding: 20px 0;
    width: 100%;
    border-top: #888888 1px solid;
    border-bottom: #888888 1px solid;
    text-align: center;
    background-color: #ffffff;
    color: #1d2088;
  }
  .clinic_text p {
    font-size: 3rem;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0;
  }
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
}
/*-----------------------------------------------------------
 診療時間・アクセス
----------------------------------------------------------- */
.access_tel i {
  color: #1d2088;
  font-weight: normal;
  font-size: 2rem;
}
.access_tel span {
  color: #1d2088;
  font-weight: normal;
  font-size: 2rem;
}
.access_tel a {
  color: #1d2088;
  font-weight: normal;
  font-size: 2rem;
  text-decoration: none;
}

.text_tel a, .text_tel span {
  color: #1d2088;
  text-decoration: none;
}

iframe.accessmap {
  width: 98%;
  height: 500px;
  margin: 0 auto;
}

dl.access_list {
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.access_list dt {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: bold;
  color: #1d2088;
}
dl.access_list dd {
  width: 100%;
  margin: 0 0 1rem 0;
}
dl.access_list dd a {
  color: #444444;
  text-decoration: none;
}
dl.access_list dd.fax {
  color: #444444;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .access_tel i {
    color: #1d2088;
    font-weight: normal;
    font-size: 3rem;
  }
  .access_tel span {
    color: #1d2088;
    font-weight: normal;
    font-size: 3rem;
  }
  .access_tel a {
    color: #1d2088;
    font-weight: normal;
    font-size: 3rem;
    text-decoration: none;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    margin: 0;
  }
  .text_tel a, .text_tel span {
    color: #1d2088;
    text-decoration: none;
  }
  dl.access_list {
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    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: 824px;
  }
  dl.access_list dt {
    width: 125px;
    margin: 0 0 0 0;
    font-weight: bold;
    color: #1d2088;
  }
  dl.access_list dd {
    width: 699px;
    margin: 0 0 1rem 0;
  }
  dl.access_list dd a {
    color: #444444;
    text-decoration: none;
  }
  dl.access_list dd.fax {
    color: #444444;
    text-decoration: none;
  }
}
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
ul.organ_list {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
}
ul.organ_list li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 0.4rem;
}
ul.organ_list li a {
  color: #444444;
}

@media screen and (min-width: 768px), print {
  ul.organ_list {
    line-height: 160%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  ul.organ_list li {
    width: 33%;
    margin: 0 0 1rem 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  ul.organ_list li a {
    color: #444444;
  }
}
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame {
  width: 100%;
  margin: 0;
}
.machine_frame figure {
  margin: 0 0 4rem 0;
}
.machine_frame figure img {
  width: 80%;
  display: block;
  margin: 0 auto 1rem auto;
}
.machine_frame figure figcaption {
  font-size: 1.6rem;
  color: #444444;
  text-align: center;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 768px), print {
  .machine_frame {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_frame figure {
    width: 400px;
    margin: 0 0 60px 0;
  }
  .machine_frame figure img {
    width: 400px;
    display: block;
    margin: 0 0 20px 0;
  }
  .machine_frame figure figcaption {
    font-size: 2.6rem;
    color: #444444;
    text-align: center;
    margin: 0 0 15px 0;
  }
}
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
ul.low_link_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.low_link_list li {
  width: 100%;
  margin: 0 0 1rem 0;
}
ul.low_link_list li a {
  text-decoration: none;
  font-size: 1.4rem;
  background-color: #666666;
  color: #1d2088;
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.low_link_list li a::before {
  font-family: "fontello";
  content: "\e807";
  margin: 0 5px 0 0;
}

@media screen and (min-width: 768px), print {
  ul.low_link_list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 0;
  }
  ul.low_link_list li {
    width: auto;
    margin: 0 20px 20px 0;
  }
  ul.low_link_list li a {
    text-decoration: none;
    font-size: 1.6rem;
    background-color: #666666;
    color: #1d2088;
    display: inline-block;
    padding: 8px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.05em;
  }
  ul.low_link_list li a::before {
    font-family: "fontello";
    content: "\e807";
    margin: 0 5px 0 0;
  }
}
/* -----------------------------------------------------------
　健康診断
----------------------------------------------------------- */
table.checkup_table {
  padding: 0;
  margin: 0 0 2rem 0;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-size: 1.4rem;
}
table.checkup_table tr th {
  background-color: #f6f3ea;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #ababab 1px solid;
  text-align: center;
}
table.checkup_table tr td {
  background-color: #ffffff;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #ababab 1px solid;
}
table.checkup_table tr td.title {
  width: 40%;
}
table.checkup_table.ajs {
  margin: 0 0 0.5rem 0;
}

table.price_table {
  padding: 0;
  margin: 0 0 2rem 0;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-size: 1.4rem;
}
table.price_table tr th {
  background-color: #f6f3ea;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #ababab 1px solid;
  width: 50%;
  font-weight: normal;
}
table.price_table tr td {
  background-color: #ffffff;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #ababab 1px solid;
  width: 50%;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  table.checkup_table {
    padding: 0;
    margin: 0 0 60px 0;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-size: 1.8rem;
  }
  table.checkup_table tr th {
    background-color: #f6f3ea;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #ababab 1px solid;
    text-align: center;
  }
  table.checkup_table tr td {
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #ababab 1px solid;
  }
  table.checkup_table tr td.title {
    width: 25%;
  }
  table.checkup_table.ajs {
    margin: 0 0 10px 0;
  }
  table.price_table {
    padding: 0;
    margin: 0 0 60px 0;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-size: 1.8rem;
  }
  table.price_table tr th {
    background-color: #f6f3ea;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #ababab 1px solid;
    width: 50%;
    font-weight: normal;
  }
  table.price_table tr td {
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #ababab 1px solid;
    width: 50%;
    text-align: right;
  }
}
/* -----------------------------------------------------------
　自費診療
----------------------------------------------------------- *//*# sourceMappingURL=style.css.map */