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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*青*/
/*薄い茶色*/
/*緑色*/
/*茶色*/
/*緑色*/
/*茶色*/
/*薄い茶色*/
/*茶色*/
/*青*/
/*茶色*/
/*薄い茶色*/
/*青緑*/
/*紫*/
/*緑*/
/*青緑*/
/*紫*/
/*緑*/
/*空色*/
/*茶色*/
/*茶色*/
/*水色*/
/*水色*/
/*水色*/
/*ピンク*/
/*緑色*/
/*灰色*/
/*灰色*/
/*水色*/
/*緑色*/
/*黒*/
/*薄茶色*/
/*テーブルライン*/
/*ピンク*/
/*水色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notosansjp_regular";
  src: url(../font/NotoSansJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_bold";
  src: url(../font/NotoSansJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

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

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: relative;
  top: 8vw;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: auto;
  z-index: 999999999;
  background-color: #BEA485;
  overflow-x: hidden;
  overflow-y: auto;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #444444 1px solid;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul li a {
  background-color: #BEA485;
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #ffffff 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li.treatment a::after {
  font-family: "fontello";
  content: "\e804";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\e801";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .openNav {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 0;
  padding: 0 0 0.6rem 0;
  background-color: #BEA485;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  line-height: 140%;
  margin: 0;
  color: #847B6B;
}
h2.top_title img {
  display: block;
  width: 20%;
  margin: 0 auto;
}
h2.low {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  line-height: 140%;
  margin: 5rem 0 2rem 0;
  color: #847B6B;
}
h2.low img {
  display: block;
  width: 20%;
  margin: 0 auto;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #948371;
  font-size: 1.9rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #948371 5px solid;
  -webkit-box-shadow: 0 5px #BEA485;
          box-shadow: 0 5px #BEA485;
  padding: 0 0 0.2rem 0;
  margin: 3rem 0 1.2rem 0;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4 {
  color: #6A997D;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #6A997D 5px solid;
  padding: 0 0 0.2rem 0;
  margin: 2.5rem 0 1.2rem 0;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5 {
  color: #CDA06D;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #CDA06D 3px dotted;
  padding: 0 0 0.2rem 0;
  margin: 2rem 0 1.2rem 0;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    font-size: 3.8rem;
    font-weight: normal;
    line-height: 160%;
    margin: 0;
    color: #847B6B;
  }
  h2.top_title img {
    display: block;
    width: 108px;
    margin: 0 auto;
  }
  h2.low {
    text-align: center;
    font-size: 3.8rem;
    font-weight: normal;
    line-height: 160%;
    margin: 100px 0 50px 0;
    color: #847B6B;
  }
  h2.low img {
    display: block;
    width: 108px;
    margin: 0 auto;
  }
  h2.first {
    margin: 0 0 50px 0;
  }
  h3.low {
    color: #948371;
    font-size: 3rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #948371 5px solid;
    -webkit-box-shadow: 0 5px #BEA485;
            box-shadow: 0 5px #BEA485;
    padding: 0 0 0 0;
    margin: 45px 0 20px 0;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4 {
    color: #6A997D;
    font-size: 2.8rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #6A997D 5px solid;
    padding: 0 0 0 0;
    margin: 35px 0 15px 0;
  }
  h4.first {
    margin: 0 0 15px 0;
  }
  h5 {
    color: #CDA06D;
    font-size: 2.6rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #CDA06D 4px dotted;
    padding: 0 0 0 0;
    margin: 25px 0 15px 0;
  }
  h5.first {
    margin: 0 0 15px 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.01em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #707070;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.8vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  border-bottom: #707070 1px solid;
}
table.timetable tr td i {
  font-size: 2.4vw;
  color: #444444;
}
table.timetable tr td i.icon-minus-1 {
  font-size: 1vw;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #444444;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: 140%;
}

@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: #ffffff;
    background-color: #707070;
    width: 128px;
    height: 40px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 250px;
    letter-spacing: 0.1em;
  }
  table.timetable tr th.holiday {
    width: 180px;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    height: 60px;
    box-sizing: border-box;
    border-bottom: #707070 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.6rem;
    color: #444444;
  }
  table.timetable tr td i.icon-minus-1 {
    font-size: 1.6rem;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #444444;
    font-size: 1.6rem;
    width: 250px;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 12px 0 0 0;
    width: 100%;
    color: #444444;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 120%;
    text-align: left;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}
.img_center.line_2 {
  display: flex;
  flex-direction: column;
}
.img_center.line_2 > img {
  display: inline-block;
}
.img_center.line_2 > img:not(:first-of-type) {
  margin-top: 1rem;
}
.img_center.line_2.link a {
  display: inline-block;
}
.img_center.line_2.link a:not(:first-of-type) {
  margin-top: 1rem;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 479px;
    height: auto;
    border-radius: 10px;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_center.line_2 {
    flex-direction: row;
    justify-content: space-between;
  }
  .img_center.line_2.flex-center {
    justify-content: center;
  }
  .img_center.line_2 > img {
    width: 48%;
    height: auto;
  }
  .img_center.line_2.link a {
    display: inline-block;
    width: 48%;
  }
  .img_center.line_2.link a:not(:first-of-type) {
    margin-top: 0;
  }
  .img_center.line_2.link a img {
    width: 100%;
    height: auto;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

 共通項目

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

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

/*二列*/
/*三列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
  color: #003589;
}
.low_tel span i {
  font-size: 2.4rem;
}

.text_red {
  color: red;
}

@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 #948371;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .tow_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
  }
  .tow_box section {
    width: 48%;
  }
  /*三列*/
  .three_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
  }
  .three_box section {
    width: 33%;
  }
  /*強調*/
  .emphasis {
    border: #89BBA2 1px solid;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
    color: #003589;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .text_red {
    color: red;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #444444;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #444444;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 30px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.6rem;
    color: #444444;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #444444;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 120%;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 40%;
  padding: 0.5rem;
  border: #003589 1px solid;
  background-color: #EFE3C1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr td {
  width: 60%;
  padding: 0.5rem;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table tr td.lowtel i {
  color: #003589;
}
table.low_table tr td.lowtel span {
  font-weight: bold;
  color: #003589;
}
table.low_table tr td.lowtel a {
  font-weight: bold;
  color: #003589;
  text-decoration: none;
}

table.access_table {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    border: #707070 1px solid;
    background-color: #EFE3C1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table tr td.lowtel i {
    color: #003589;
    font-size: 2rem;
  }
  table.low_table tr td.lowtel span {
    font-weight: bold;
    color: #003589;
    font-size: 2rem;
  }
  table.low_table tr td.lowtel a {
    font-weight: bold;
    color: #003589;
    text-decoration: none;
    font-size: 2rem;
  }
  table.access_table {
    width: 788px;
    margin: 0 auto 20px auto;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

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

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

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #444444;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #003589 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #948371;
  padding: 1rem;
  text-decoration: none;
  color: #444444;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #444444;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #444444;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #444444;
}

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

.low_button {
  background-color: #BEA485;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 2rem;
  border: #ffffff 1px dashed;
  -webkit-box-shadow: 0 0 0 4px #BEA485;
          box-shadow: 0 0 0 4px #BEA485;
  line-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #444444;
    text-decoration: none;
    border-bottom: #BEA485 2px solid;
    padding: 0 0 2px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  .link_text:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #BEA485;
    color: #ffffff;
    width: auto;
    max-width: 300px;
    height: auto;
    min-height: 20px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 2rem;
    border: #ffffff 1px dashed;
    -webkit-box-shadow: 0 0 0 4px #BEA485;
            box-shadow: 0 0 0 4px #BEA485;
    line-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .low_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 250px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: 2.8rem;
  }
  .list_doctor {
    width: 32%;
    margin: 0 auto 20px auto !important;
  }
  .list_doctor2 {
    width: 100%;
    margin: 0 auto 20px auto !important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_doctor2 li {
    width: auto !important;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 2px;
    background-size: 20px;
    margin: 0 10px 10px 10px !important;
    padding: 0 0 0 40px;
  }
  .list_doctor3 {
    width: 100%;
    margin: 0 auto 20px auto !important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_doctor3 li {
    width: 30% !important;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 2px;
    background-size: 20px;
    margin: 0 10px 10px 10px !important;
    padding: 0 0 0 40px;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #003589 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box h3 {
  margin: 0 0 1rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}

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

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

.access_map_box img.access_map {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.low_timetable {
  margin: 0 0 4rem 0;
}

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 550px;
    margin: 20px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #003589;
    color: #ffffff;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
  .access_map_box img.access_map {
    display: block;
    width: 788px;
    margin: 63px auto 0 auto;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .low_timetable {
    margin: 0 0 50px 0;
  }
}
/* -----------------------------------------------------------
　取扱商品
----------------------------------------------------------- */
.item_box {
  margin: 0 0 4rem 0;
}
.item_box figure {
  margin: 0 0 2rem 0;
  text-align: center;
}
.item_box figure img {
  width: 70%;
  height: auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
.item_box figure img.next {
  margin: 2rem 0 0 0;
}
.item_box figure figcaption {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.item_box table.item_table {
  width: 800px;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 120%;
}
.item_box table.item_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
.item_box table.item_table tr th {
  width: 100%;
  padding: 0.5rem;
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
  background-color: #EFE3C1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
.item_box table.item_table tr td {
  width: auto;
  padding: 0.5rem;
  border-bottom: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
.item_box table.item_table tr td.price {
  width: 30%;
  text-align: right;
}
.item_box table.item_table tr td.price50 {
  width: 50%;
  text-align: right;
}
.item_box table.item_table tr.top {
  border-top: #707070 1px solid;
}
.item_box.last {
  margin: 0 0 0 0;
}

.item_box2 {
  margin: 0 0 4rem 0;
}
.item_box2 table.item_table {
  width: 800px;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 3rem 0;
  line-height: 120%;
}
.item_box2 table.item_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
.item_box2 table.item_table tr th {
  width: auto;
  padding: 0.5rem;
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
  background-color: #EFE3C1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
.item_box2 table.item_table tr th.ajs1 {
  width: 40%;
}
.item_box2 table.item_table tr td {
  width: auto;
  padding: 0.5rem;
  border-bottom: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
.item_box2 table.item_table tr td.price {
  width: 30%;
  text-align: right;
}
.item_box2 table.item_table tr td.price2 {
  width: 30%;
  text-align: right;
}
.item_box2 table.item_table tr.top {
  border-top: #707070 1px solid;
}
.item_box2.last {
  margin: 0 0 0 0;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 1rem 0;
  min-height: 29vw;
}

.add_item {
  margin: 4rem 0 1rem 0;
}
.add_item img {
  width: 70%;
  height: auto;
  margin: 0 auto 1rem auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  display: block;
}

@media screen and (min-width: 768px), print {
  .item_box {
    width: 1200px;
    overflow: hidden;
    margin: 0 0 100px 0;
  }
  .item_box figure {
    float: right;
    margin: 0 8px 0 0;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    order: 2;
    width: 370px;
  }
  .item_box figure img {
    width: 370px;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  }
  .item_box figure img.next {
    margin: 60px 0 0 0;
  }
  .item_box figure figcaption {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .item_box table.item_table {
    width: 800px;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
    order: 1;
  }
  .item_box table.item_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .item_box table.item_table tr th {
    width: 100%;
    padding: 10px 12px;
    border-top: #707070 1px solid;
    border-bottom: #707070 1px solid;
    background-color: #EFE3C1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
  }
  .item_box table.item_table tr td {
    width: auto;
    padding: 16px 18px;
    border-bottom: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .item_box table.item_table tr td.price {
    width: 30%;
    text-align: right;
  }
  .item_box table.item_table tr td.price50 {
    width: 50%;
    text-align: right;
  }
  .item_box table.item_table tr.top {
    border-top: #707070 1px solid;
  }
  .item_box.last {
    margin: 0 0 0 0;
  }
  .item_box.nest {
    margin: 60px 0 0 0;
  }
  .item_box2 {
    width: 1200px;
    overflow: hidden;
    margin: 0 0 100px 0;
  }
  .item_box2 table.item_table {
    width: 1200px;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 auto 20px auto;
    line-height: 160%;
    order: 1;
  }
  .item_box2 table.item_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .item_box2 table.item_table tr th {
    width: auto;
    padding: 10px 12px;
    border-top: #707070 1px solid;
    border-bottom: #707070 1px solid;
    background-color: #EFE3C1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
  }
  .item_box2 table.item_table tr th.ajs1 {
    width: 40%;
  }
  .item_box2 table.item_table tr td {
    width: auto;
    padding: 16px 18px;
    border-bottom: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .item_box2 table.item_table tr td.price {
    width: 30%;
    text-align: right;
  }
  .item_box2 table.item_table tr td.price2 {
    width: 20%;
    text-align: right;
  }
  .item_box2 table.item_table tr.top {
    border-top: #707070 1px solid;
  }
  .item_box2.last {
    margin: 0 0 0 0;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 0 0;
    min-height: 120px;
  }
  .add_item {
    margin: 0 0 10px 0;
    text-align: center;
    width: 1200px;
    overflow: hidden;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .add_item p {
    text-align: left;
    width: 800px;
  }
  .add_item figure {
    margin: 0 8px 0 0;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    order: 2;
    width: 370px;
  }
  .add_item figure img {
    width: 370px;
    height: auto;
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
    display: block;
  }
}
/*-----------------------------------------------------------
 よくある質問
----------------------------------------------------------- */
dl.qabox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  line-height: 140%;
  width: 100%;
}
dl.qabox dt {
  width: 12%;
  margin: 0 0 1rem 0;
}
dl.qabox dt span {
  color: #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
dl.qabox dt.question span {
  background-color: #F1BCD6;
}
dl.qabox dt.answer span {
  background-color: #78CBF4;
}
dl.qabox dd {
  width: 85%;
  margin: 0 0 2rem 0;
  padding: 0.6rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.qabox dd.question {
  font-weight: bold;
}
dl.qabox dd.answer {
  margin: 0 0 4rem 0;
}

@media screen and (min-width: 768px), print {
  dl.qabox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.qabox dt {
    width: 80px;
    margin: 0 0 20px 0;
  }
  dl.qabox dt span {
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  dl.qabox dt.question span {
    background-color: #F1BCD6;
  }
  dl.qabox dt.answer {
    margin: 0 0 60px 0;
  }
  dl.qabox dt.answer span {
    background-color: #78CBF4;
  }
  dl.qabox dd {
    width: 1120px;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.qabox dd.question {
    font-weight: bold;
  }
  dl.qabox dd.answer {
    margin: 0 0 60px 0;
  }
}
/* -----------------------------------------------------------
　オンライン資格確認について
----------------------------------------------------------- */
.low_table.online-number tr td:first-of-type {
  width: 20%;
}
.low_table.online-number tr td:last-of-type {
  width: 80%;
}
.low_table.online-number tr td ul {
  margin-bottom: 0;
}
.low_table.online-number tr td ul li:last-of-type {
  margin-bottom: 0;
}

/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.animation_elephant {
  -webkit-animation: walk 32s linear forwards alternate;
          animation: walk 32s linear forwards alternate;
}

.zou_rote1 {
  -webkit-animation: rote 32s linear forwards alternate;
          animation: rote 32s linear forwards alternate;
}

.zou_rote2 {
  -webkit-animation: rote 32s linear forwards alternate;
          animation: rote 32s linear forwards alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes walk {
  0% {
    -webkit-transform: translateX(30vw);
            transform: translateX(30vw);
  }
  100% {
    -webkit-transform: translateX(-36vw);
            transform: translateX(-36vw);
  }
}

@keyframes walk {
  0% {
    -webkit-transform: translateX(30vw);
            transform: translateX(30vw);
  }
  100% {
    -webkit-transform: translateX(-36vw);
            transform: translateX(-36vw);
  }
}
@-webkit-keyframes rote {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  5% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  7.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  17.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  22.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  27.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  32.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  37.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  42.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  45% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  47.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  52.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  57.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  62.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  65% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  67.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  72.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  77.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  82.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  85% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  87.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  92.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  95% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  97.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rote {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  5% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  7.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  17.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  22.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  27.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  32.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  37.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  42.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  45% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  47.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  52.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  57.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  62.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  65% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  67.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  72.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  77.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  82.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  85% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  87.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  92.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  95% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  97.5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px), print {
  .animation_elephant {
    -webkit-animation: walk 32s linear forwards alternate;
            animation: walk 32s linear forwards alternate;
  }
  .zou_rote1 {
    -webkit-animation: rote 32s linear forwards alternate;
            animation: rote 32s linear forwards alternate;
  }
  .zou_rote2 {
    -webkit-animation: rote 32s linear forwards alternate;
            animation: rote 32s linear forwards alternate;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  @-webkit-keyframes walk {
    0% {
      -webkit-transform: translateX(350px);
              transform: translateX(350px);
    }
    100% {
      -webkit-transform: translateX(-42vw);
              transform: translateX(-42vw);
    }
  }
  @keyframes walk {
    0% {
      -webkit-transform: translateX(350px);
              transform: translateX(350px);
    }
    100% {
      -webkit-transform: translateX(-42vw);
              transform: translateX(-42vw);
    }
  }
  @-webkit-keyframes rote {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    2.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    7.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    10% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    12.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    15% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    17.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    20% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    22.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    25% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    27.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    30% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    32.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    35% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    37.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    42.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    45% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    47.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    50% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    52.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    55% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    57.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    60% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    62.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    65% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    67.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    72.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    75% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    77.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    80% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    82.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    85% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    87.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    90% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    92.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    95% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    97.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @keyframes rote {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    2.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    7.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    10% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    12.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    15% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    17.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    20% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    22.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    25% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    27.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    30% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    32.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    35% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    37.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    42.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    45% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    47.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    50% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    52.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    55% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    57.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    60% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    62.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    65% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    67.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    72.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    75% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    77.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    80% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    82.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    85% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    87.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    90% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    92.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    95% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    97.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .animation_elephant {
    -webkit-animation: walk 16s linear forwards alternate;
            animation: walk 16s linear forwards alternate;
  }
  @-webkit-keyframes walk {
    0% {
      -webkit-transform: translateX(350px);
              transform: translateX(350px);
    }
    100% {
      -webkit-transform: translateX(-550px);
              transform: translateX(-550px);
    }
  }
  @keyframes walk {
    0% {
      -webkit-transform: translateX(350px);
              transform: translateX(350px);
    }
    100% {
      -webkit-transform: translateX(-550px);
              transform: translateX(-550px);
    }
  }
  .zou_rote1 {
    -webkit-animation: rote 32s linear forwards alternate;
            animation: rote 32s linear forwards alternate;
  }
  .zou_rote2 {
    -webkit-animation: rote 32s linear forwards alternate;
            animation: rote 32s linear forwards alternate;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  @-webkit-keyframes rote {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    2.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    7.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    10% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    12.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    15% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    17.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    20% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    22.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    25% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    27.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    30% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    32.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    35% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    37.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    42.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    45% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    47.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    50% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    52.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    55% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    57.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    60% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    62.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    65% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    67.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    72.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    75% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    77.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    80% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    82.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    85% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    87.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    90% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    92.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    95% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    97.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @keyframes rote {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    2.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    7.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    10% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    12.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    15% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    17.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    20% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    22.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    25% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    27.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    30% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    32.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    35% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    37.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    42.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    45% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    47.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    50% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    52.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    55% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    57.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    60% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    62.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    65% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    67.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    72.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    75% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    77.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    80% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    82.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    85% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    87.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    90% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    92.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    95% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    97.5% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #444444;
  background-color: #F7F4E9;
  padding: 0 0 13vw 0;
}
html.itme {
  background-color: #ffffff;
}

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

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

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

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

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

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

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url("../img/a_bg_01.png"), url("../img/a_bg_02.png"), url("../img/a_bg_03.png"), url("../img/a_bg_04.png"), url("../img/a_bg_05.png"), url("../img/a_bg_06.png");
    background-size: 332px, 332px, 202px, 332px, 332px, 203px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 0 top 108px, right 0 top 220px, left 126px top 670px, right -80px top 735px, left -54px top 1150px, right 138px top 978px;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 0 auto 100px auto;
    padding: 188px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url("../img/a_bg_01.png"), url("../img/a_bg_02.png"), url("../img/a_bg_03.png"), url("../img/a_bg_04.png"), url("../img/a_bg_05.png"), url("../img/a_bg_06.png");
    background-size: 14%, 14%, 15%, 15%, 15%, 15%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 0 top 28px, right 0 top 28px, left 0 top 500px, right -80px top 735px, left -54px top 1150px, right 0 top 978px;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 109vw;
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #F7F4E9;
  overflow: hidden;
  /*トップキービジュアル*/
}
header.header::after {
  content: "";
  width: 100%;
  height: 3.5vw;
  background: url("../img/main_nav_bg.png") repeat-x;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: absolute;
  top: 2vw;
  z-index: 999;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 100%;
}
header.header .header_box .header_info {
  width: 100%;
  margin: 0 0 0 0;
  position: absolute;
  top: 16vw;
  left: 0;
}
header.header .header_box .header_info .header_info_ajs {
  position: relative;
  width: 100%;
  height: 80vw;
}
header.header .header_box .header_info .header_info_ajs .header_info_box {
  position: absolute;
  top: -4vw;
  left: 2%;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0;
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left {
  width: 80%;
  /*電話番号*/
  /*住所*/
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel {
  margin: 0.3rem 0 0 0;
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  font-size: 2rem;
  color: #003589;
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span i {
  font-size: 2rem;
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span a {
  color: #003589;
  text-decoration: none;
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_address {
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 140%;
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right {
  width: 20%;
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right a {
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right a img {
  width: 80%;
}
header.header .header_box .header_info .header_info_ajs .header_info_access {
  position: absolute;
  top: 11vw;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  background-color: #948371;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
}
header.header .header_box .header_info .header_info_ajs .key_catch_copy {
  position: absolute;
  top: 34vw;
  left: 4%;
  width: 25%;
  height: 50vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../img/header_line_01.png"), url("../img/header_line_02.png");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
}
header.header .header_box .header_info .header_info_ajs .key_catch_copy .key_text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  margin: 0;
  color: #6A997D;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.4rem 0;
}
header.header .header_box .header_info .header_info_ajs .key_catch_copy .key_text span {
  display: block;
  line-height: 150%;
}
header.header .key_visual {
  position: absolute;
  top: 43vw;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 66vw;
}
header.header .key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
header.header .key_visual .key .key_bg {
  width: 100%;
  height: 66vw;
}
header.header .key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: 160%;
  background-position: center top;
}
header.header .key_visual .key .key_02 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: 160%;
  background-position: center top;
}
header.header .header_elephant {
  width: 30%;
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.header .header_elephant img.elephant_01 {
  width: 46%;
}
header.header .header_elephant img.elephant_02 {
  margin: 0.3rem 0 0 0;
  width: 44%;
}

/*下層*/
header.header_low {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 87vw;
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #F7F4E9;
  /*トップキービジュアル*/
  /*トップキービジュアル*/
}
header.header_low::after {
  content: "";
  width: 100%;
  height: 3.5vw;
  background: url("../img/main_nav_bg.png") repeat-x;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
header.header_low .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header_low .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: absolute;
  top: 2vw;
  z-index: 999;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header_low .header_box .header_top .container {
  width: 15%;
}
header.header_low .header_box .header_top .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header.header_low .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header_low .header_box .header_top .head_logo a img {
  width: 100%;
}
header.header_low .header_box .header_info {
  width: 100%;
  margin: 0 0 0 0;
  position: absolute;
  top: 16vw;
  left: 0;
}
header.header_low .header_box .header_info .header_info_ajs {
  position: relative;
  width: 100%;
  height: 80vw;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box {
  position: absolute;
  top: -4vw;
  left: 2%;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left {
  width: 80%;
  /*電話番号*/
  /*住所*/
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel {
  margin: 0.3rem 0 0 0;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  font-size: 2rem;
  color: #003589;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span i {
  font-size: 2rem;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span a {
  color: #003589;
  text-decoration: none;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_address {
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 140%;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right {
  width: 20%;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right a {
  width: 100%;
  text-decoration: none;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right a img {
  width: 80%;
}
header.header_low .header_box .header_info .header_info_ajs .header_info_access {
  position: absolute;
  top: 11vw;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  background-color: #948371;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
}
header.header_low .header_box .header_info .header_info_ajs .key_catch_copy {
  position: absolute;
  top: 34vw;
  left: 4%;
  width: 25%;
  height: 50vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../img/header_line_01.png"), url("../img/header_line_02.png");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
}
header.header_low .header_box .header_info .header_info_ajs .key_catch_copy .key_text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  margin: 0;
  color: #6A997D;
}
header.header_low .key_visual_low {
  position: absolute;
  top: 43vw;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 45vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-size: 160%;
  background-position: center top;
}
header.header_low .key_visual_low .key_visual_low_in h1 {
  font-size: 2rem;
  font-weight: normal;
  text-align: right;
  color: #948371;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 5vw 2% 0 0;
}
header.header_low .key_visual_item {
  position: absolute;
  top: 33vw;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 45vw;
}
header.header_low .key_visual_item .key_visual_low_in h1 {
  font-size: 2rem;
  font-weight: normal;
  text-align: right;
  color: #948371;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 11vw 2% 0 0;
}
header.header_low .header_elephant {
  width: 30%;
  position: absolute;
  bottom: 5px;
  right: 2%;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.header_low .header_elephant img.elephant_01 {
  width: 46%;
}
header.header_low .header_elephant img.elephant_02 {
  margin: 0.3rem 0 0 0;
  width: 44%;
}

.header_item {
  height: 70vw !important;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 850px;
    position: relative;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
    background-color: #F7F4E9;
    /*トップキービジュアル*/
  }
  header.header::after {
    content: "";
    width: 100%;
    height: 44px;
    background: url("../img/main_nav_bg.png") repeat-x;
    background-position: left bottom;
    background-size: 2000px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
  }
  header.header .header_box {
    width: 1200px;
    height: 850px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 615px;
    height: 66px;
    margin: 0;
    position: absolute;
    top: 26px;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 615px;
    margin: 0 0 0 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 615px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 615px;
  }
  header.header .header_box .header_info {
    width: 335px;
    margin: 0 0 0 0;
    position: absolute;
    top: 132px;
    left: 0;
  }
  header.header .header_box .header_info .header_info_ajs {
    position: relative;
    width: 335px;
    height: 610px;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box {
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 335px;
    margin: 0;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left {
    width: 279px;
    /*電話番号*/
    /*住所*/
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel {
    margin: 0;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    font-size: 3rem;
    color: #003589;
    letter-spacing: 0;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span i {
    font-size: 2.8rem;
    margin: 0 -5px 0 0;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span a {
    color: #003589;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_address {
    margin: 0;
    text-align: left;
    font-size: 2.4rem;
    line-height: 140%;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right {
    width: 56px;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right a {
    width: 56px;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right a img {
    width: 56px;
  }
  header.header .header_box .header_info .header_info_ajs .header_info_access {
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 335px;
    margin: 25px 0 0 0;
    background-color: #948371;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 2.2rem;
    line-height: 140%;
  }
  header.header .header_box .header_info .header_info_ajs .key_catch_copy {
    position: static;
    top: 0;
    left: 0;
    width: 230px;
    height: 376.5px;
    margin: 64px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: url("../img/header_line_01.png"), url("../img/header_line_02.png");
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 230px;
  }
  header.header .header_box .header_info .header_info_ajs .key_catch_copy .key_text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 2.8rem;
    margin: 0;
    color: #6A997D;
    letter-spacing: 0;
    line-height: 220%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem 0;
  }
  header.header .header_box .header_info .header_info_ajs .key_catch_copy .key_text span {
    display: block;
    line-height: 170%;
  }
  header.header .key_visual {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 850px;
  }
  header.header .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 850px !important;
    /*大枠*/
  }
  header.header .key_visual .key .key_bg {
    width: 100%;
    height: 850px;
  }
  header.header .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  header.header .key_visual .key .key_02 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  header.header .header_elephant {
    width: 350px;
    position: absolute;
    bottom: 12px;
    right: 0;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.header .header_elephant img.elephant_01 {
    width: 162px;
  }
  header.header .header_elephant img.elephant_02 {
    margin: 15px 0 0 0;
    width: 147px;
  }
  /*下層*/
  header.header_low {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 550px;
    position: relative;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
    background-color: #F7F4E9;
    /*トップキービジュアル*/
    /*トップキービジュアル*/
  }
  header.header_low::after {
    content: "";
    width: 100%;
    height: 44px;
    background: url("../img/main_nav_bg.png") repeat-x;
    background-position: left bottom;
    background-size: 2000px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
  }
  header.header_low .header_box {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header_low .header_box .header_top {
    width: 615px;
    height: 66px;
    margin: 0;
    position: absolute;
    top: 26px;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header_low .header_box .header_top .container {
    display: none;
  }
  header.header_low .header_box .header_top .head_logo {
    width: 615px;
    margin: 0 0 0 0;
  }
  header.header_low .header_box .header_top .head_logo a {
    display: block;
    width: 615px;
    text-decoration: none;
  }
  header.header_low .header_box .header_top .head_logo a img {
    width: 615px;
  }
  header.header_low .header_box .header_info {
    width: 335px;
    margin: 0 0 0 0;
    position: absolute;
    top: 132px;
    left: 0;
  }
  header.header_low .header_box .header_info .header_info_ajs {
    position: relative;
    width: 335px;
    height: 610px;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box {
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 335px;
    margin: 0;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left {
    width: 279px;
    /*電話番号*/
    /*住所*/
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel {
    margin: 0;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    font-size: 3rem;
    color: #003589;
    letter-spacing: 0;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span i {
    font-size: 2.8rem;
    margin: 0 -5px 0 0;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_tel span a {
    color: #003589;
    text-decoration: none;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_left .header_address {
    margin: 0;
    text-align: left;
    font-size: 2.4rem;
    line-height: 140%;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right {
    width: 56px;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right a {
    width: 56px;
    text-decoration: none;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_box .header_info_box_right a img {
    width: 56px;
  }
  header.header_low .header_box .header_info .header_info_ajs .header_info_access {
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 335px;
    margin: 25px 0 0 0;
    background-color: #948371;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 2.2rem;
    line-height: 140%;
  }
  header.header_low .header_box .header_info .header_info_ajs .key_catch_copy {
    position: static;
    top: 0;
    left: 0;
    width: 230px;
    height: 376.5px;
    margin: 64px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: url("../img/header_line_01.png"), url("../img/header_line_02.png");
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 230px;
  }
  header.header_low .header_box .header_info .header_info_ajs .key_catch_copy .key_text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 2.8rem;
    margin: 0;
    color: #6A997D;
    letter-spacing: 0;
    line-height: 220%;
  }
  header.header_low .key_visual_low {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 550px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  header.header_low .key_visual_low .key_visual_low_in {
    width: 1200px;
    margin: 0 auto;
    height: 550px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  header.header_low .key_visual_low .key_visual_low_in h1 {
    font-size: 4rem;
    font-weight: normal;
    text-align: right;
    color: #948371;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin: 0;
    position: absolute;
    top: 156px;
    right: 0;
  }
  header.header_low .key_visual_item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 400px;
  }
  header.header_low .key_visual_item .key_visual_low_in {
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  header.header_low .key_visual_item .key_visual_low_in h1 {
    font-size: 4rem;
    font-weight: normal;
    text-align: right;
    color: #948371;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin: 0;
    position: absolute;
    top: 156px;
    right: 0;
  }
  header.header_low .header_elephant {
    width: 1200px;
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.header_low .header_elephant img.elephant_01 {
    width: 162px;
  }
  header.header_low .header_elephant img.elephant_02 {
    margin: 15px 0 0 46px;
    width: 147px;
  }
  .header_item {
    height: 400px !important;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 96px;
    margin: 0;
    background-color: #BEA485;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 94px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 40px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 12px 0 0 0;
    letter-spacing: 0.05em;
    font-size: 2.2rem;
    font-weight: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  nav.main_nav_pc ul li a::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 100%;
    height: 5px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #89BBA2;
  }
  nav.main_nav_pc ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  nav.main_nav_pc ul li.treatment {
    width: 92.41px;
  }
  nav.main_nav_pc ul li ul.main_nav_sub {
    width: 460px;
    height: auto;
    display: none;
    margin: 54px 0 0 -10px;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
  }
  nav.main_nav_pc ul li ul.main_nav_sub li {
    display: block;
    width: 230px;
    height: 60px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li ul.main_nav_sub li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
    background-color: rgba(190, 164, 133, 0.8);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 12px;
    letter-spacing: 0.05em;
    font-size: 2rem;
    font-weight: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #e4dacc 1px solid;
  }
  nav.main_nav_pc ul li ul.main_nav_sub li a::after {
    content: "";
    height: 0;
  }
  nav.main_nav_pc ul li ul.main_nav_sub li a:hover {
    background-color: #BEA485;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li ul.main_nav_sub li:nth-child(odd) a {
    border-right: #e4dacc 1px solid;
  }
  nav.main_nav_pc ul li ul.open_nav {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
/*
.notice_frame{
  width: 100%;
  .notice_box{
    width: 96%;
    height: auto;    
    margin: 0 auto;   
    padding:2rem 0 3rem 0;
    box-sizing: border-box;
    dl{
      height: auto;            
      margin: 0 auto 0 auto;
      padding: 2rem 0 2rem 0;
      box-sizing: border-box;
      width: 96%;
      overflow-x: hidden;
      overflow-wrap: break-word;
      border-top: $color10 1px solid;
      border-bottom: $color10 1px solid;      
      dt{
        color: $color9;
        margin: 0 0 0.8rem 0;
        padding: 1rem 0 0 2rem;
        font-size: 1.5rem;
        box-sizing: border-box;
        font-weight: normal;
        letter-spacing: 0.1em;
        line-height: 130%;
        position:relative;
        span.new{
          margin: 0 0.5rem 0 0;
        }
        &::before{
          position:absolute;
          content:"";
          display:block;
          width:0;
          height:0;
          border-top:solid 0.7em $color9;
          border-left:solid 0.5em transparent;
          border-right:solid 0.5em transparent;
          margin:auto;
          left:0;
          top:1.4rem;     
          transition:0.5s;
        }
        &.open{
          &::before{
          border: none;
          border-bottom:solid 0.7em $color9;
          border-left:solid 0.5em transparent;
          border-right:solid 0.5em transparent;   
          }                
        }
        &:first-child{
          border-top:none;
          padding: 0 0.4rem 0 2rem;
          &::before{
            top:0.4rem;
          }

        }
        &.close{
          &::before{
            transform:rotateX(180deg);
            transition:0.5s;
          }
        }  
      }
      dd{
        margin: 0 0 1rem 0;
        padding: 0 0 0 2rem;
        color: $bace_color;
        font-size: 1.4rem;
        line-height: 130%; 
        display: none;
        overflow-wrap: break-word;
        &.open{
          display: block;
        }    
        p{
          a{
            color: $bace_color;
          }
        }
      }
    }   
  }
}

@media screen and (min-width: $breakpoint) , print {

.notice_frame{
  width: $hp_width;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  h2.top_title{
    width: 206px;
    margin: -11px 0 0 -25px;
  }

  .notice_box{
    width: 994px;
    height: auto;    
    margin: 0;   
    padding:0 0 0 0;
    box-sizing: border-box;

    dl{
      height: auto;            
      margin: 0 0 0 0;
      padding: 0 0 24px 0;
      width: 100%;
      overflow-x: hidden;
      overflow-wrap: break-word;
      border-top: $color10 1px solid;
      border-bottom: $color10 1px solid;         
      dt{
        color: $color9;
        margin: 15px 0 8px 0;
        padding: 0 0 0 30px;
        font-size: 2rem;
        box-sizing: border-box;
        font-weight: normal;
        letter-spacing: 0.1em;
        line-height: 130%;
        position:relative;
        span.new{
          margin: 0 5px 0 0;
        }        
        &::before{
          position:absolute;
          content:"";
          display:block;
          width:0;
          height:0;
          border-top:solid 0.7em $color9;
          border-left:solid 0.5em transparent;
          border-right:solid 0.5em transparent;
          margin:auto;
          left:0;
          top:5px;     
          transition:0.5s;
        }
        &.open{
          &::before{
          border: none;
          border-bottom:solid 0.7em $color9;
          border-left:solid 0.5em transparent;
          border-right:solid 0.5em transparent;   
          }                
        }
        &:first-child{
          border-top:none;
          padding: 0 0 0 30px;
          &::before{
            top:5px;
          }

        }
        &.close{
          &::before{
            transform:rotateX(180deg);
            transition:0.5s;
          }
        }  
      }
      dd{
        margin: 0 0 16px 0;
        padding: 0 0 0 0;
        color: $bace_color;
        font-size: 1.8rem;
        line-height: 130%; 
        display: none;      
        overflow-wrap: break-word;        
        &.open{
          display: block;
        }   
        p{
          a{
            color: $bace_color;
          }
        }        
      }
    }   
  }
}

}
*/
/* -----------------------------------------------------------
　お知らせfontello
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
}
.notice_frame .notice_box {
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.notice_frame .notice_box dl dt {
  color: #4BA4BF;
  margin: 2rem 0 0.8rem 0;
  padding: 1.8rem 0 0 2rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 130%;
  position: relative;
}
.notice_frame .notice_box dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\e80c";
  color: #4BA4BF;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 1.7rem;
  font-size: 2rem;
}
.notice_frame .notice_box dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\e80c";
  color: #4BA4BF;
}
.notice_frame .notice_box dl dt:first-child {
  margin: 0 0 0.8rem 0;
  border-top: none;
  padding: 1.8rem 0 0 2rem;
}
.notice_frame .notice_box dl dt.close::before {
  font-family: "fontello";
  content: " \e80c";
  color: #4BA4BF;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin: 5.8vw 0 0 0;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #444444;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
  overflow-wrap: break-word;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p a {
  color: #444444;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .notice_frame h2.top_title {
    width: 206px;
    margin: -11px 0 0 -25px;
  }
  .notice_frame .notice_box {
    width: 994px;
    height: auto;
    margin: 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 24px 0;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
    border-top: #8E806F 1px solid;
    border-bottom: #8E806F 1px solid;
  }
  .notice_frame .notice_box dl dt {
    color: #4BA4BF;
    margin: 15px 0 8px 0;
    padding: 0 0 0 30px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
  }
  .notice_frame .notice_box dl dt::before {
    position: absolute;
    font-family: "fontello";
    content: "\e80c";
    color: #4BA4BF;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    top: -1px;
    font-size: 3.4rem;
  }
  .notice_frame .notice_box dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e80c";
    color: #4BA4BF;
    margin: -2px 0 0 0;
  }
  .notice_frame .notice_box dl dt:first-child {
    margin: 0 0 8px 0;
    border-top: none;
    padding: 30px 0 0 30px;
  }
  .notice_frame .notice_box dl dt:first-child::before {
    top: 28px;
  }
  .notice_frame .notice_box dl dt.close::before {
    font-family: "fontello";
    content: " \e80c";
    color: #4BA4BF;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    margin: 26px 0 0 0;
  }
  .notice_frame .notice_box dl dt.close:first-child::before {
    margin: 28px 0 0 0;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    color: #444444;
    font-size: 1.8rem;
    line-height: 130%;
    display: none;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd p a {
    color: #444444;
  }
}
/* -----------------------------------------------------------
　当院の理念
----------------------------------------------------------- */
.philosophy_frame {
  width: 94%;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.philosophy_frame .philosophy_box {
  width: 98%;
  margin: 0 auto;
}
.philosophy_frame .philosophy_box ul {
  width: 70%;
  list-style-type: none;
  margin: 2rem auto 0 auto;
}
.philosophy_frame .philosophy_box ul li {
  width: 100%;
  height: 62vw;
  border-radius: 50%;
  color: #ffffff;
  margin: 0 0 4rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: center;
}
.philosophy_frame .philosophy_box ul li span {
  font-size: 5rem;
  display: block;
  margin: 0 0 1.5rem 0;
}
.philosophy_frame .philosophy_box ul li.philosophy01 {
  background-color: #89BBB4;
}
.philosophy_frame .philosophy_box ul li.philosophy01 span {
  color: #a0c8c3;
}
.philosophy_frame .philosophy_box ul li.philosophy02 {
  background-color: #C5BBD1;
}
.philosophy_frame .philosophy_box ul li.philosophy02 span {
  color: #d0c8da;
}
.philosophy_frame .philosophy_box ul li.philosophy03 {
  background-color: #99D199;
}
.philosophy_frame .philosophy_box ul li.philosophy03 span {
  color: #addaad;
}
.philosophy_frame .philosophy_box ul li:last-child {
  margin: 0 0 3rem 0;
}

@media screen and (min-width: 768px), print {
  .philosophy_frame {
    width: 1200px;
    margin: 85px auto 0 auto;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 38px 0 52px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .philosophy_frame .philosophy_box {
    width: 1200px;
    margin: 0;
  }
  .philosophy_frame .philosophy_box ul {
    width: 1066px;
    list-style-type: none;
    margin: 45px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .philosophy_frame .philosophy_box ul li {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    color: #ffffff;
    margin: 0 0 0 0;
    display: block;
    padding: 95px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2.4rem;
    line-height: 160%;
    text-align: center;
    position: relative;
  }
  .philosophy_frame .philosophy_box ul li span {
    font-size: 6rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
  }
  .philosophy_frame .philosophy_box ul li.philosophy01 {
    background-color: #89BBB4;
  }
  .philosophy_frame .philosophy_box ul li.philosophy01 span {
    color: #a0c8c3;
  }
  .philosophy_frame .philosophy_box ul li.philosophy02 {
    background-color: #C5BBD1;
  }
  .philosophy_frame .philosophy_box ul li.philosophy02 span {
    color: #d0c8da;
  }
  .philosophy_frame .philosophy_box ul li.philosophy03 {
    background-color: #99D199;
  }
  .philosophy_frame .philosophy_box ul li.philosophy03 span {
    color: #addaad;
  }
  .philosophy_frame .philosophy_box ul li:last-child {
    margin: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame {
  width: 100%;
  margin: 3rem 0 0 0;
  background-color: #D7EAEF;
  padding: 2.5rem 0 3.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.feature_frame::after {
  content: "";
  width: 100%;
  height: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../img/index_feature_cloudy_02.png"), url("../img/index_feature_cloudy_03.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, 15%;
  background-position: left 5% top 1rem, right 5% top 1rem;
}
.feature_frame ul.feature_list {
  width: 90%;
  list-style-type: none;
  margin: 2rem auto 0 auto;
}
.feature_frame ul.feature_list li {
  width: 100%;
  height: 91vw;
  position: relative;
  margin: 0 0 2rem 0;
}
.feature_frame ul.feature_list li p {
  position: absolute;
  bottom: 9vw;
  left: 7%;
  display: block;
  width: 55%;
  height: 16vw;
  font-size: 1.2rem;
  margin: 0;
  line-height: 120%;
}
.feature_frame ul.feature_list li.feature01 {
  background: url("../img/index_feature_01.png") no-repeat;
  background-position: center top;
  background-size: contain;
}
.feature_frame ul.feature_list li.feature02 {
  background: url("../img/index_feature_02.png") no-repeat;
  background-position: center top;
  background-size: contain;
}
.feature_frame ul.feature_list li.feature03 {
  background: url("../img/index_feature_03.png") no-repeat;
  background-position: center top;
  background-size: contain;
}
.feature_frame ul.feature_list li.feature04 {
  background: url("../img/index_feature_04.png") no-repeat;
  background-position: center top;
  background-size: contain;
}
.feature_frame ul.feature_list li.feature05 {
  background: url("../img/index_feature_05.png") no-repeat;
  background-position: center top;
  background-size: contain;
}
.feature_frame ul.feature_list li.feature06 {
  background: url("../img/index_feature_06.png") no-repeat;
  background-position: center top;
  background-size: contain;
}
.feature_frame .character_frame {
  width: 90%;
  margin: 2rem auto 0 auto;
  border: #EFE3C1 3px solid;
  background-color: #ffffff;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 0;
}
.feature_frame .character_frame .character_box {
  width: 90%;
  margin: 2rem auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feature_frame .character_frame .character_box figure {
  width: 45%;
}
.feature_frame .character_frame .character_box figure img {
  width: 100%;
}
.feature_frame .character_frame .character_box figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin: 1rem 0 0 0;
}
.feature_frame .feature_link {
  width: 70%;
  height: 12vw;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #CDA06D;
  border: #D8C1A7 3px solid;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .feature_frame {
    width: 100%;
    margin: 136px 0 0 0;
    position: relative;
    background-color: #D7EAEF;
    padding: 100px 0 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feature_frame::after {
    content: "";
    width: 1680px;
    height: 244px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../img/index_feature_cloudy_01.png"), url("../img/index_feature_cloudy_02.png"), url("../img/index_feature_cloudy_03.png"), url("../img/index_feature_cloudy_04.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 138px, 193px, 148px, 231px;
    background-position: left top 145px, left 216px top 64px, right 340px top 50px, right top 103px;
  }
  .feature_frame ul.feature_list {
    width: 1200px;
    list-style-type: none;
    margin: 55px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature_frame ul.feature_list li {
    width: 380px;
    height: 394px;
    position: relative;
    margin: 0 0 32px 0;
  }
  .feature_frame ul.feature_list li p {
    position: absolute;
    bottom: 20px;
    left: 40px;
    display: block;
    width: 190px;
    height: 90px;
    font-size: 2rem;
    margin: 0;
  }
  .feature_frame ul.feature_list li.feature01 {
    background: url("../img/index_feature_01.png") no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .feature_frame ul.feature_list li.feature02 {
    background: url("../img/index_feature_02.png") no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .feature_frame ul.feature_list li.feature03 {
    background: url("../img/index_feature_03.png") no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .feature_frame ul.feature_list li.feature04 {
    background: url("../img/index_feature_04.png") no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .feature_frame ul.feature_list li.feature05 {
    background: url("../img/index_feature_05.png") no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .feature_frame ul.feature_list li.feature06 {
    background: url("../img/index_feature_06.png") no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .feature_frame .character_frame {
    width: 1200px;
    height: 230px;
    margin: 50px auto 0 auto;
    border: #EFE3C1 3px solid;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0;
    position: relative;
  }
  .feature_frame .character_frame h2.top_title {
    width: 480px;
    position: absolute;
    top: 82px;
    left: 0;
  }
  .feature_frame .character_frame .character_box {
    position: absolute;
    top: 36px;
    right: 153px;
    width: 426px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature_frame .character_frame .character_box figure {
    width: 172px;
  }
  .feature_frame .character_frame .character_box figure img {
    width: 172px;
  }
  .feature_frame .character_frame .character_box figure figcaption {
    font-size: 2.2rem;
    text-align: center;
    margin: 14px 0 0 0;
  }
  .feature_frame .feature_link {
    width: 376px;
    height: 74px;
    font-size: 2.6rem;
    color: #ffffff;
    background-color: #CDA06D;
    border: #D8C1A7 3px solid;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    margin: 35px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
  }
  .feature_frame .feature_link:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  background: url("../img/index_treatment_bg_left.png"), url("../img/index_treatment_bg_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top -0.3rem, right top -0.3rem;
  background-size: 33%, 33%;
  background-color: #ffffff;
  padding: 2.5rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_frame .treatment_button {
  width: 70%;
  height: 14vw;
  font-size: 1.6rem;
  color: #847B6B;
  background-color: #ABDEEB;
  border: #E2F7FC 4px solid;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  margin: 2rem auto 5rem auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.treatment_frame .treatment_button::before {
  content: "";
  background: url("../img/icon_01.png") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 15%;
  height: 10vw;
  display: block;
  margin: 0 1rem 0 0;
}
.treatment_frame ul.treatment_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 1.5rem 0;
}
.treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 14vw;
  font-size: 1.2rem;
  color: #847B6B;
  border: #E2F7FC 3px solid;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  text-align: left;
  padding: 0 0 0 25%;
  margin: 0;
  line-height: 120%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.treatment_frame ul.treatment_list li.skin {
  display: none;
}
.treatment_frame ul.treatment_list li.urticaria a {
  background: url("../img/icon_02.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}
.treatment_frame ul.treatment_list li.corn a {
  background: url("../img/icon_03.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}
.treatment_frame ul.treatment_list li.acne a {
  background: url("../img/icon_04.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}
.treatment_frame ul.treatment_list li.athletes_foot a {
  background: url("../img/icon_05.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}
.treatment_frame ul.treatment_list li.atopic_dermatitis a {
  background: url("../img/icon_06.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}
.treatment_frame ul.treatment_list li.wart a {
  background: url("../img/icon_07.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}
.treatment_frame ul.treatment_list li.psoriasis a {
  background: url("../img/icon_08.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}
.treatment_frame ul.treatment_list li.herpes_zoster a {
  background: url("../img/icon_09.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}
.treatment_frame ul.treatment_list li.degeneration a {
  background: url("../img/icon_10.png") no-repeat;
  background-position: left 6% center;
  background-size: contain;
  background-size: 15%;
  background-color: #ABDEEB;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    background: url("../img/index_treatment_bg_left.png"), url("../img/index_treatment_bg_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -100px top -10px, right -100px top -10px;
    background-size: 690px, 737px;
    background-color: #ffffff;
    padding: 80px 0 80px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_frame .treatment_button {
    width: 582px;
    height: 110px;
    font-size: 3.2rem;
    color: #847B6B;
    background-color: #ABDEEB;
    border: #E2F7FC 4px solid;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    margin: 34px auto 126px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
  }
  .treatment_frame .treatment_button::before {
    content: "";
    background: url("../img/icon_01.png") no-repeat;
    background-position: center center;
    background-size: contain;
    width: 98px;
    height: 78px;
    display: block;
    margin: 0 25px 0 0;
  }
  .treatment_frame .treatment_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list {
    width: 1200px;
    margin: 42px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
  }
  .treatment_frame ul.treatment_list li {
    width: 273px;
    margin: 0 0 20px 0;
  }
  .treatment_frame ul.treatment_list li a {
    width: 273px;
    height: 100px;
    font-size: 2.2rem;
    color: #847B6B;
    border: #E2F7FC 3px solid;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    text-align: left;
    padding: 0 0 0 96px;
    margin: 0;
    line-height: 120%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .treatment_frame ul.treatment_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.skin {
    display: none;
  }
  .treatment_frame ul.treatment_list li.urticaria a {
    background: url("../img/icon_02.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
  .treatment_frame ul.treatment_list li.corn a {
    background: url("../img/icon_03.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
  .treatment_frame ul.treatment_list li.acne a {
    background: url("../img/icon_04.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
  .treatment_frame ul.treatment_list li.athletes_foot a {
    background: url("../img/icon_05.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
  .treatment_frame ul.treatment_list li.atopic_dermatitis a {
    background: url("../img/icon_06.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
  .treatment_frame ul.treatment_list li.wart a {
    background: url("../img/icon_07.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
  .treatment_frame ul.treatment_list li.psoriasis a {
    background: url("../img/icon_08.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
  .treatment_frame ul.treatment_list li.herpes_zoster a {
    background: url("../img/icon_09.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
  .treatment_frame ul.treatment_list li.degeneration a {
    background: url("../img/icon_10.png") no-repeat;
    background-position: left 22px center;
    background-size: contain;
    background-size: 59px;
    background-color: #ABDEEB;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .treatment_frame {
    background: url("../img/index_treatment_bg_left.png"), url("../img/index_treatment_bg_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -100px top -10px, right -100px top -10px;
    background-size: 40%, 40%;
    background-color: #ffffff;
    padding: 80px 0 80px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame {
  background: url("../img/index_greeting_bg.jpg") no-repeat;
  background-position: center bottom;
  background-size: 140%;
  background-color: #d6eef6;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 170vw;
}
.greeting_frame .greeting_box {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.greeting_frame .greeting_box .greeting_name span {
  font-size: 1.6rem;
}
.greeting_frame .greeting_box .greeting_link {
  width: 60%;
  height: 12vw;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #89BBA2;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .greeting_frame {
    background: url("../img/index_greeting_bg.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #d6eef6;
    padding: 90px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 850px;
  }
  .greeting_frame .greeting_box {
    width: 1200px;
    margin: 36px auto 0 auto;
  }
  .greeting_frame .greeting_box p {
    font-size: 2rem;
    margin: 0 0 35px 0;
    line-height: 195%;
    width: 790px;
  }
  .greeting_frame .greeting_box .greeting_name {
    margin: 0 0 15px 0;
  }
  .greeting_frame .greeting_box .greeting_name span {
    font-size: 2.6rem;
  }
  .greeting_frame .greeting_box .greeting_link {
    width: 273px;
    height: 60px;
    font-size: 2rem;
    color: #ffffff;
    background-color: #89BBA2;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
  }
}
/* -----------------------------------------------------------
診療カレンダー
----------------------------------------------------------- */
.calendar_frame {
  padding: 2.5rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index_calendar_left.png"), url("../img/index_calendar_right.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 15%, 15%;
  background-position: top 2rem left 2%, top 3rem right 2%;
}
.calendar_frame ul.calendar_notice {
  width: 96%;
  margin: 2rem auto 1rem auto;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar_frame ul.calendar_notice li {
  width: auto;
  margin: 0 2rem 0 0;
  font-size: 1.4rem;
}
.calendar_frame ul.calendar_notice li.cn01 i {
  color: #FBE2E4;
  font-size: 1.8rem;
  text-shadow: 1px 1px 0px #707070, -1px -1px 0px #707070, -1px 1px 0px #707070, 1px -1px 0px #707070, 1px 0px 0px #707070, -1px 0px 0px #707070, 0px 1px 0px #707070, 0px -1px 0px #707070;
}
.calendar_frame ul.calendar_notice li.cn02 i {
  color: #DBF2E9;
  font-size: 1.8rem;
  text-shadow: 1px 1px 0px #707070, -1px -1px 0px #707070, -1px 1px 0px #707070, 1px -1px 0px #707070, 1px 0px 0px #707070, -1px 0px 0px #707070, 0px 1px 0px #707070, 0px -1px 0px #707070;
}
.calendar_frame .calendar_box {
  width: 96%;
  margin: 0 auto;
}

.calendar_frame_low {
  background: none;
}

@media screen and (min-width: 768px), print {
  .calendar_frame {
    padding: 100px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_calendar_left.png"), url("../img/index_calendar_right.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 222px, 213px;
    background-position: top 94px left 137px, top 126px right 133px;
  }
  .calendar_frame ul.calendar_notice {
    width: 1200px;
    margin: 28px auto 10px auto;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calendar_frame ul.calendar_notice li {
    width: auto;
    margin: 0 34px 0 0;
    font-size: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calendar_frame ul.calendar_notice li.cn01 i {
    color: #FBE2E4;
    font-size: 3.8rem;
    text-shadow: 1px 1px 0px #707070, -1px -1px 0px #707070, -1px 1px 0px #707070, 1px -1px 0px #707070, 1px 0px 0px #707070, -1px 0px 0px #707070, 0px 1px 0px #707070, 0px -1px 0px #707070;
  }
  .calendar_frame ul.calendar_notice li.cn02 i {
    color: #DBF2E9;
    font-size: 3.8rem;
    text-shadow: 1px 1px 0px #707070, -1px -1px 0px #707070, -1px 1px 0px #707070, 1px -1px 0px #707070, 1px 0px 0px #707070, -1px 0px 0px #707070, 0px 1px 0px #707070, 0px -1px 0px #707070;
  }
  .calendar_frame .calendar_box {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calendar_frame .calendar_box table.caledit {
    width: 582px;
  }
  .calendar_frame_low {
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .calendar_frame {
    padding: 100px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_calendar_left.png"), url("../img/index_calendar_right.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 222px, 213px;
    background-position: top 64px left 3%, top 96px right 3%;
  }
  .calendar_frame_low {
    background: none;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #D0E2E6;
  padding: 3rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo {
  display: block;
  text-decoration: none;
  width: 80%;
  margin: 0 auto 1rem auto;
}
.overview .overview_logo img {
  width: 100%;
}
.overview .overview_timetable {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_timetable .overview_timetable_title {
  font-size: 1.4rem;
  color: #4BA4BF;
  margin: 0 0 1rem 0;
}
.overview .overview_box {
  width: 96%;
  margin: 3rem auto 0 auto;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
  margin: 0 0 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 160%;
  border-top: #707070 1px solid;
  padding: 0 0 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 30%;
  height: 14vw;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #4BA4BF;
  border-bottom: #707070 1px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.3rem;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 70%;
  height: 14vw;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: #707070 1px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd span {
  color: #1CB74A;
  font-weight: bold;
  font-size: 1.6rem;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd a {
  color: #1CB74A;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_right {
  margin: 0;
}
.overview .overview_box .overview_info_box_right dl.overview_list {
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 160%;
  padding: 0 0 0 0;
}
.overview .overview_box .overview_info_box_right dl.overview_list dt {
  width: 30%;
  height: 14vw;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #4BA4BF;
  border-bottom: #707070 1px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.3rem;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd {
  width: 70%;
  height: 14vw;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: #707070 1px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd a {
  display: block;
  width: 12%;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd a img {
  width: 100%;
  display: block;
}
.overview .overview_map {
  display: block;
  width: 96%;
  margin: 2rem auto 0 auto;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background-color: #D0E2E6;
    padding: 94px 0 72px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo {
    display: block;
    text-decoration: none;
    width: 376px;
    margin: 0 auto 42px auto;
  }
  .overview .overview_logo img {
    width: 100%;
  }
  .overview .overview_timetable {
    width: 1200px;
    margin: 0 auto;
  }
  .overview .overview_timetable .overview_timetable_title {
    font-size: 2rem;
    color: #4BA4BF;
    margin: 0 0 1px 0;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 52px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 582px;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 582px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 160%;
    border-top: #707070 1px solid;
    padding: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 200px;
    height: 90px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #4BA4BF;
    border-bottom: #707070 1px solid;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2rem;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 382px;
    height: 90px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: #707070 1px solid;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.8rem;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd span {
    color: #1CB74A;
    font-weight: bold;
    font-size: 3rem;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #1CB74A;
    font-weight: bold;
    font-size: 3rem;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_right {
    width: 582px;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list {
    width: 582px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 160%;
    border-top: #707070 1px solid;
    padding: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dt {
    width: 200px;
    height: 90px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #4BA4BF;
    border-bottom: #707070 1px solid;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2rem;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd {
    width: 382px;
    height: 90px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: #707070 1px solid;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.8rem;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd span {
    color: #1CB74A;
    font-weight: bold;
    font-size: 3rem;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd a {
    display: block;
    width: 56px;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd a img {
    width: 56px;
    display: block;
  }
  .overview .overview_map {
    display: block;
    width: 788px;
    margin: 63px auto 0 auto;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.googlemap {
    width: 100%;
    height: 500px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  padding: 2rem 0 0 0;
  background-color: #948371;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .footer_frame {
  width: 96%;
  margin: 0 auto;
}
footer .footer_frame ul.footer_list {
  line-height: 130%;
  font-size: 1.2rem;
  margin: 0 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer_frame ul.footer_list li {
  width: 48%;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0 0;
  list-style-type: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_frame ul.footer_list li a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
footer .footer_frame ul.footer_list li a br {
  display: none;
}
footer .footer_frame ul.footer_list li.treatment {
  display: none;
}
footer .footer_frame .subtitle {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1rem 0 1rem 0;
  border-bottom: #ffffff 1px solid;
  color: #ffffff;
  text-align: left;
  padding: 0 0 0.5rem 0;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #948371;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.5rem 0;
  background-color: #948371;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 80%;
  margin: 0;
  color: #003589;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  background-color: #ffffff;
  padding: 0.6rem 0;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.footer_link a.footer_tel i {
  color: #948371;
  font-size: 1.4rem;
}
.footer_link .smoothScrolls {
  background-color: #ffffff;
  width: 15%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #003589;
  padding: 0.8rem 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: -2px 0 0 0;
    padding: 78px 0 0 0;
    background-color: #948371;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 8px 32px 0;
    padding: 0 8px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.8rem;
  }
  footer .footer_frame ul.footer_list li a span {
    display: none;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    height: 70px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #948371;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 62px;
    height: 52px;
  }
  #pagetop_position #linkpagetop a img {
    width: 62px;
    height: 52px;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #pagetop {
    position: fixed;
    bottom: 226px;
    right: 10%;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 62px;
    height: 52px;
  }
  #pagetop_position #linkpagetop a img {
    width: 62px;
    height: 52px;
  }
  #pagetop {
    position: fixed;
    bottom: 226px;
    right: 2%;
    z-index: 999999;
  }
}
.bnr_button {
  width: 86%;
  height: auto;
  font-size: 1.2rem;
  color: #847B6B;
  background: url("../img/index_character_01.png") no-repeat;
  background-position: right bottom, left top;
  background-size: 20%;
  background-color: #DBF2E9;
  border: #99D199 4px solid;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  margin: 2rem auto;
  padding: 10px 0 20px;
  display: -webkit-block;
  display: block;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.bnr_button span.taptxt {
  width: 160px;
  font-size: 1rem;
  margin: 5px auto 0;
  padding: 5px 0;
  display: block;
  background-color: #99D199;
  border-radius: 10px;
}
.bnr_button span.icontxt {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 80%;
  line-height: 1.1;
}
.bnr_button span.icontxt::before {
  content: "";
  background: url("../img/icon_card.png") no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 14%;
  height: 4vw;
  display: inline-block;
  margin: 0 0.3rem 0 0;
}
.bnr_button.blue {
  margin: 2rem auto 5rem;
  padding: 20px 0;
  background: url("../img/index_character_02.png") no-repeat;
  background-position: right bottom, left top;
  background-size: 20%;
  background-color: #E2F7FC;
  border: #ABDEEB 4px solid;
}
.bnr_button.blue span.taptxt {
  background-color: #ABDEEB;
}

@media screen and (min-width: 768px), print {
  .bnr_button {
    width: 582px;
    height: auto;
    font-size: 3.4rem;
    color: #847B6B;
    background-color: #DBF2E9;
    border: #99D199 4px solid;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    margin: 60px auto 40px;
    padding: 20px 0 40px;
    text-decoration: none;
  }
  .bnr_button.blue {
    margin: 40px auto 60px;
    padding: 30px 0;
  }
  .bnr_button span.taptxt {
    width: 240px;
    font-size: 2rem;
    margin: 20px auto 0;
    padding: 10px 0 6px;
    display: block;
    background-color: #99D199;
    border-radius: 10px;
  }
  .bnr_button span.icontxt {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 450px;
  }
  .bnr_button span.icontxt::before {
    content: "";
    background: url("../img/icon_card.png") no-repeat;
    background-position: right bottom;
    background-size: 70%;
    height: 45px;
    margin: 0px 7px 0 0;
    display: inline-block;
  }
  .bnr_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*# sourceMappingURL=style.css.map */