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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*薄茶色*/
/*茶色*/
/*ピンク*/
/*肌色*/
/*緑*/
/*灰色*/
/*影*/
/*茶色透過*/
/*緑(ホバー)*/
/*茶色(ホバー)*/
/*薄茶色*/
/*灰色*/
/*黄色*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notoserifjp_regular";
  src: url(../font/NotoSerifJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_bold";
  src: url(../font/NotoSerifJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_semibold";
  src: url(../font/NotoSerifJP-SemiBold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_medium";
  src: url(../font/NotoSerifJP-Medium.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "marckscript_regular";
  src: url(../font/MarckScript-Regular.ttf);
  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;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.img_address {
  vertical-align: middle;
  width: 122px;
}

@media screen and (min-width: 768px), print {
  .img_address {
    width: 160px;
    height: auto;
  }
}
.txt_s {
  font-size: 1rem;
}

@media screen and (min-width: 768px), print {
  .txt_s {
    font-size: 1.2rem;
  }
}
/* 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;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 10000;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #333333 1px solid;
  width: 90%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #333333;
  font-family: "notoserifjp_bold";
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #333333 1px solid;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a span {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  color: #333333;
  border-bottom: none;
  text-align: center;
  border-bottom: #333333 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg ul li a::after {
  content: "";
  display: none;
  margin: 0;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}

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

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  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: "";
  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";
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.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: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 10000;
  padding: 0 0 0.6rem 0;
  background-color: #1A1311;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  font-family: "notoserifjp_semibold";
  font-size: 2.2rem;
  color: #492011;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0.1em;
  margin: 0;
  background: url("../img/h2_bg.svg") no-repeat;
  background-position: center center;
  background-size: 28%;
  min-height: 26vw;
  padding: 6vw 0 0 0;
  box-sizing: border-box;
  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;
}
h2.top_title span {
  display: block;
  color: #C4A493;
  font-size: 1rem;
  margin: -0.5rem 0 0 0;
  letter-spacing: 0.1em;
}
h2.low {
  font-family: "notoserifjp_semibold";
  font-size: 2.2rem;
  color: #492011;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0.1em;
  margin: 4rem 0 2rem 0;
  background: url("../img/h2_bg.svg") no-repeat;
  background-position: center center;
  background-size: 28%;
  min-height: 26vw;
  padding: 0;
  box-sizing: border-box;
  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;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #ffffff;
  background-color: #492011;
  font-family: "notoserifjp_regular";
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  padding: 1rem;
  box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4 {
  color: #492011;
  font-size: 1.9rem;
  text-align: left;
  font-family: "notoserifjp_regular";
  font-weight: normal;
  background: url("../img/h4_bg.svg") no-repeat;
  background-position: left 1% top 0.5rem;
  background-size: 6%;
  border-bottom: #492011 1px solid;
  margin: 2rem 0 1rem 0;
  padding: 0 0 0.5rem 9%;
  line-height: 120%;
  box-sizing: border-box;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #3B6D34;
  font-size: 1.8rem;
  text-align: left;
  font-family: "notoserifjp_regular";
  font-weight: normal;
  border-bottom: #3B6D34 1px dashed;
  margin: 2rem 0 1rem 0;
  padding: 0 0 0.5rem 4%;
  line-height: 120%;
  box-sizing: border-box;
}
h5.first {
  margin: 0 0 1rem 0;
}

h6.low {
  color: #492011;
  font-size: 1.8rem;
  text-align: left;
  font-family: "notoserifjp_regular";
  font-weight: normal;
  border-bottom: #492011 1px dashed;
  margin: 2rem 0 1rem 0;
  padding: 0 0 0.5rem 4%;
  line-height: 120%;
  box-sizing: border-box;
}
h6.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-family: "notoserifjp_semibold";
    font-size: 3rem;
    color: #492011;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0;
    background: url("../img/h2_bg.svg") no-repeat;
    background-position: center center;
    background-size: 122.662px;
    min-height: 105px;
    padding: 14px 0 0 0;
    box-sizing: border-box;
    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;
  }
  h2.top_title span {
    display: block;
    color: #C4A493;
    font-size: 1.4rem;
    margin: -8px 0 0 0;
    letter-spacing: 0.1em;
  }
  h2.low {
    font-family: "notoserifjp_semibold";
    font-size: 3rem;
    color: #492011;
    text-align: center;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin: 100px 0 20px 0;
    background: url("../img/h2_bg.svg") no-repeat;
    background-position: center center;
    background-size: 122.662px;
    min-height: 105px;
    padding: 0 0 0 0;
    box-sizing: border-box;
    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;
  }
  h2.first {
    margin: 0 0 20px 0;
  }
  h3.low {
    color: #ffffff;
    background-color: #492011;
    font-family: "notoserifjp_regular";
    font-size: 2.4rem;
    font-weight: normal;
    text-align: left;
    padding: 11px 20px;
    box-sizing: border-box;
    margin: 80px 0 20px 0;
    line-height: 120%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4 {
    color: #492011;
    font-size: 2.2rem;
    text-align: left;
    font-family: "notoserifjp_regular";
    font-weight: normal;
    background: url("../img/h4_bg.svg") no-repeat;
    background-position: left 8px top 5px;
    background-size: 28px;
    border-bottom: #492011 1px solid;
    margin: 70px 0 15px 0;
    padding: 0 0 14px 50px;
    line-height: 120%;
    box-sizing: border-box;
  }
  h4.first {
    margin: 0 0 15px 0;
  }
  h5.low {
    color: #3B6D34;
    font-size: 2rem;
    text-align: left;
    font-family: "notoserifjp_regular";
    font-weight: normal;
    border-bottom: #3B6D34 1px dashed;
    margin: 70px 0 15px 0;
    padding: 0 0 10px 20px;
    line-height: 120%;
    box-sizing: border-box;
  }
  h5.first {
    margin: 0 0 15px 0;
  }
  h6.low {
    color: #492011;
    font-size: 2rem;
    text-align: left;
    font-family: "notoserifjp_regular";
    font-weight: normal;
    border-bottom: #492011 1px dashed;
    margin: 70px 0 15px 0;
    padding: 0 0 10px 20px;
    line-height: 120%;
    box-sizing: border-box;
  }
  h6.first {
    margin: 0 0 15px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  line-height: 120%;
}
table.timetable tr th {
  box-sizing: border-box;
  font-family: "notoserifjp_medium";
  font-weight: bold;
  font-size: 1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #492011;
  border-bottom: #8A5E49 1px solid;
  width: 8%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  box-sizing: border-box;
  font-family: "notosansjp_medium";
  font-weight: normal;
  font-size: 1.1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #333333;
  border-bottom: #492011 1px solid;
}
table.timetable tr td i {
  font-size: 3vw;
  color: #492011;
}
table.timetable tr td.time {
  width: 38%;
  text-align: center;
  color: #333333;
  font-size: 1rem;
  font-family: "notoserifjp_regular";
}
table.timetable tr td.time span {
  font-size: 0.8rem;
}
table.timetable tr:last-child td {
  border-bottom: #492011 2px solid;
}

.timetable_notice {
  margin: 0.6rem 0 0 0;
  width: 100%;
}
.timetable_notice p {
  font-family: "notoserifjp_medium";
  font-size: 1.1rem;
  color: #333333;
  text-align: left;
  line-height: 140%;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    box-sizing: border-box;
    font-family: "notoserifjp_medium";
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    border-bottom: #8A5E49 1px solid;
    width: 8%;
    height: 32px;
  }
  table.timetable tr td {
    box-sizing: border-box;
    font-family: "notosansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #333333;
    height: 55px;
    box-sizing: border-box;
    border-bottom: #492011 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.7rem;
    color: #492011;
  }
  table.timetable tr td.time {
    width: 30%;
    text-align: center;
    color: #333333;
    font-size: 1.4rem;
    font-family: "notoserifjp_regular";
  }
  table.timetable tr td.time span {
    font-size: 1.2rem;
  }
  table.timetable tr:last-child td {
    border-bottom: #492011 2px solid;
  }
  .timetable_notice {
    margin: 12px 0 0 0;
    width: 100%;
    /*
    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;  
    */
  }
  .timetable_notice p {
    font-family: "notoserifjp_medium";
    font-size: 1.2rem;
    color: #333333;
    text-align: left;
    line-height: 180%;
    margin: 0 0 0 0;
    /*width: 50%;    */
  }
  .access_timetable table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 160%;
  }
  .access_timetable table.timetable tr th {
    box-sizing: border-box;
    font-family: "notoserifjp_medium";
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    border-bottom: #8A5E49 1px solid;
    width: 8%;
    height: 32px;
  }
  .access_timetable table.timetable tr td {
    box-sizing: border-box;
    font-family: "notosansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #333333;
    height: 55px;
    box-sizing: border-box;
    border-bottom: #492011 1px solid;
  }
  .access_timetable table.timetable tr td i {
    font-size: 1.7rem;
    color: #492011;
  }
  .access_timetable table.timetable tr td.time {
    width: 30%;
    text-align: center;
    color: #333333;
    font-size: 1.6rem;
    font-family: "notoserifjp_regular";
  }
  .access_timetable table.timetable tr td.time span {
    font-size: 1.4rem;
  }
  .access_timetable table.timetable tr:last-child td {
    border-bottom: #492011 2px solid;
  }
  .access_timetable .timetable_notice {
    margin: 12px 0 0 0;
    width: 100%;
  }
  .access_timetable .timetable_notice p {
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    color: #333333;
    text-align: left;
    line-height: 180%;
    margin: 0 0 0 0;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 40px 20px 40px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_left {
    float: left;
    margin: 0 40px 20px 40px;
  }
  .img_left img {
    width: 400px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

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

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

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

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-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.6rem;
    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.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 3px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-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.svg) no-repeat;
    background-position: left 4px top 3px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-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;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 3px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
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;
  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;
  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;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #F6F2EF;
  color: #333333;
  padding: 1rem;
  box-sizing: border-box;
  border-left: #888888 1px solid;
  border-right: #888888 1px solid;
  border-bottom: #888888 1px solid;
}
dl.title_box dt:first-child {
  border-top: #888888 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  border-left: #888888 1px solid;
  border-right: #888888 1px solid;
  border-bottom: #888888 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.6rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 120px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1080px;
    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.6rem;
    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.6rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #F6F2EF;
    color: #333333;
    padding: 15px;
    box-sizing: border-box;
    border-left: #888888 1px solid;
    border-right: #888888 1px solid;
    border-bottom: #888888 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #888888 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    border-left: #888888 1px solid;
    border-right: #888888 1px solid;
    border-bottom: #888888 1px solid;
  }
}
.pdf_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}
.pdf_list > li {
  width: 96%;
  margin-inline: auto;
}
.pdf_list > li a {
  background-color: #492011;
  width: 100%;
  height: auto;
  text-decoration: none;
  padding: 1rem;
  line-height: 120%;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
}
.pdf_list > li a::before {
  font-family: "fontello";
  content: "\f1c1";
  margin: 0 0.5rem 0 0;
  position: static;
  opacity: 1;
  border: none;
  font-weight: normal;
}
@media screen and (min-width: 768px), print {
  .pdf_list {
    gap: 2rem;
  }
  .pdf_list > li {
    width: calc((100% - 4rem) / 3);
  }
  .pdf_list > li a {
    font-size: 1.6rem;
    padding: 13px 20px;
  }
  .pdf_list > li a:hover {
    transition: 0.5s;
    background-color: #C4A493;
  }
}

/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border: none;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #F5C72D;
  text-align: center;
  display: block;
  margin: 1rem auto;
}

/*強調*/
.emphasis {
  background-color: #F6F2EF;
  padding: 1rem;
  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;
}
.low_tel span i {
  font-size: 2.4rem;
}

.red_text {
  color: #ff0000;
}

.underline_marker {
  background: linear-gradient(transparent 60%, #E6D8D0 60%);
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #F5C72D;
    text-align: center;
    display: block;
    margin: 20px auto;
  }
  /*二列*/
  .two_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;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #F6F2EF;
    padding: 20px;
    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;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .red_text {
    color: #ff0000;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: #333333;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-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: 25px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.6rem;
    color: #333333;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #333333;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  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: 30%;
  padding: 1rem;
  border: #888888 1px solid;
  background-color: #F6F2EF;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr td {
  width: 70%;
  padding: 1rem;
  border: #888888 1px solid;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table.-price tr th {
  width: auto;
  text-align: left;
}
table.low_table.-price tr td {
  width: auto;
  white-space: nowrap;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 960px;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 auto 20px auto;
    line-height: 120%;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 30%;
    padding: 15px;
    border: #888888 1px solid;
    background-color: #F6F2EF;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 70%;
    padding: 15px;
    border: #888888 1px solid;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table.-price tr th {
    width: 60%;
  }
  table.low_table.-recruit {
    width: 100%;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  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;
  box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  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;
  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%;
    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;
    box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    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;
    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: #F6F2EF 2px solid;
  border-radius: 1rem;
  box-sizing: border-box;
  display: block;
  background-color: #492011;
  padding: 1rem;
  text-decoration: none;
  color: #333333;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #333333;
}

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

.low_button {
  background-color: #492011;
  width: auto;
  height: auto;
  margin: 0 0 2rem 0;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  line-height: 120%;
  display: inline-block;
}
.low_button span {
  width: auto;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  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: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}
.low_button span::after {
  content: "";
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline;
  width: 4rem;
  height: 4vw;
  margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #333333;
    text-decoration: none;
    border-bottom: #C4A493 2px solid;
    padding: 0 0 2px 0;
    box-sizing: border-box;
  }
  .link_text:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #492011;
    width: auto;
    height: auto;
    margin: 0 0 2rem 0;
    text-align: center;
    text-decoration: none;
    padding: 13px 20px;
    line-height: 100%;
    display: inline-block;
    transition: 0.5s;
  }
  .low_button span {
    width: auto;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    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: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
  .low_button span::after {
    content: "";
    background: url("../img/icon_arrow.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline;
    width: 37px;
    height: 8px;
    margin: 0 0 0 15px;
  }
  .low_button:hover {
    transition: 0.5s;
    background-color: #C4A493;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: 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;
  }
  .slider-pro {
    margin: 0 auto 40px auto !important;
  }
}
/* -----------------------------------------------------------
　フロー図
----------------------------------------------------------- */
.flow_box2 {
  background-color: #F6F2EF;
  border-radius: 0.5rem;
  padding: 4rem 1.5rem 2rem 1.5rem;
  box-sizing: border-box;
  margin: 5rem 0 2rem 0;
  position: relative;
}
.flow_box2 .flow_no {
  position: absolute;
  top: -3rem;
  left: 1rem;
  width: 6rem;
  height: 6rem;
  background-color: #492011;
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  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;
}
.flow_box2 .flow_no span {
  font-size: 2rem;
}
.flow_box2 .flow_title {
  font-family: "notoserifjp_medium";
  font-size: 1.6rem;
  color: #492011;
  border-bottom: #492011 2px solid;
  padding: 0 0 0.5rem 0;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
}
.flow_box2 .flow_title span {
  font-weight: bold;
}
.flow_box2 .flow_text {
  margin: 0;
}
.flow_box2 .mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box2 {
    background-color: #F6F2EF;
    border-radius: 0.5rem;
    padding: 25px 25px 25px 140px;
    box-sizing: border-box;
    margin: 20px 0 20px 0;
    position: relative;
    width: 1200px;
  }
  .flow_box2 .flow_no {
    position: absolute;
    top: -28px;
    left: 20px;
    width: 100px;
    height: 100px;
    background-color: #492011;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-size: 1.8rem;
    text-align: center;
    border-radius: 50%;
    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;
  }
  .flow_box2 .flow_no span {
    font-size: 4.3rem;
  }
  .flow_box2 .flow_title {
    font-family: "notoserifjp_medium";
    font-size: 2.2rem;
    color: #492011;
    border-bottom: #492011 2px solid;
    padding: 0 0 4px 0;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }
  .flow_box2 .flow_title span {
    font-weight: bold;
  }
  .flow_box2 .flow_text {
    margin: 0;
  }
  .flow_box2 .mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
.access_map_box {
  width: 100%;
}
.access_map_box figure img {
  width: 100%;
}
.access_map_box iframe.googlemap {
  width: 100%;
  height: 80vw;
  display: block;
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  .access_map_box {
    width: 1200px;
    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;
  }
  .access_map_box figure {
    width: 560px;
  }
  .access_map_box figure img {
    width: 560px;
  }
  .access_map_box iframe.googlemap {
    width: 600px;
    height: 398px;
    display: block;
    margin: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　ホームケア
----------------------------------------------------------- */
.youtube {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .youtube {
    width: 500px;
  }
}

/*アニメーション用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

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

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

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

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

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

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

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

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

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

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

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

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

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 10px auto 0 auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  .side_web_link {
    display: block;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 10000;
    width: 120px;
    height: 100px;
    background-color: #3B6D34;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #ffffff;
    font-family: "notoserifjp_regular";
    font-size: 1.8rem;
    font-weight: normal;
    text-decoration: none;
    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;
    transition: 0.5s;
  }
  .side_web_link i {
    font-size: 3.5rem;
    margin: 0 0 12px 0;
  }
  .side_web_link:hover {
    background-color: #54924c;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 161vw;
}
.key_visual .key_left {
  height: 101vw;
  padding: 1rem 0 0 0;
  box-sizing: border-box;
}
.key_visual .key_left section h1 img.logo_sp {
  width: 70%;
  display: block;
  margin: 0 0 0 2%;
}
.key_visual .key_left section h1 img.logo_pc {
  display: none;
}
.key_visual .key_left section .key_instagram {
  text-align: center;
  margin: 1.5rem 0 0 0;
}
.key_visual .key_left section .key_instagram a {
  text-decoration: none;
  color: #333333;
}
.key_visual .key_left section .key_instagram a i {
  font-size: 3rem;
}
.key_visual .key_left section .key_instagram a span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.key_visual .key_left section .key_open {
  width: 90%;
  margin: 1.5rem auto 2rem auto;
  background-color: #F6F2EF;
  padding: 1rem;
  box-sizing: border-box;
  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;
  text-align: center;
}
.key_visual .key_left section .key_open p {
  font-family: "notoserifjp_medium";
  color: #492011;
  margin: 0;
  line-height: 120%;
}
.key_visual .key_left section .key_open p.key_open_ym {
  font-size: 2.4rem;
}
.key_visual .key_left section .key_open p.key_open_ym span {
  font-size: 1.5rem;
}
.key_visual .key_left section .key_open p.key_open_text {
  font-size: 1.5rem;
}
.key_visual .key_left section .key_open p.key_open_eng {
  font-size: 2rem;
}
.key_visual .key_left section .key_info .key_info_title {
  text-align: center;
  font-family: "notoserifjp_medium";
  font-size: 1.5rem;
  color: #492011;
  margin: 0 0 1rem 0;
  letter-spacing: 0;
}
.key_visual .key_left section .key_info .key_info_tel {
  text-align: center;
  font-family: "notoserifjp_medium";
  font-size: 1.2rem;
  color: #492011;
  margin: 0;
}
.key_visual .key_left section .key_info .key_info_tel span {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin: 0 0 0 0.4rem;
}
.key_visual .key_left section .key_info .key_info_tel span a {
  color: #492011;
  text-decoration: none;
}
.key_visual .key_right {
  height: 60vw;
  /*グローバルナビ*/
}
.key_visual .key_right nav.main_nav_pc {
  display: none;
}
.key_visual .key_right .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key_right .key .key_bg {
  width: 100%;
  height: 60vw;
}
.key_visual .key_right .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_right .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_right .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 800px;
    margin: 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
  }
  .key_visual .key_left {
    width: 37%;
    height: 800px;
    padding: 0 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .key_visual .key_left section {
    width: 340px;
    height: 800px;
    float: right;
  }
  .key_visual .key_left section h1 img.logo_sp {
    display: none;
  }
  .key_visual .key_left section h1 img.logo_pc {
    width: 187px;
    display: block;
    margin: 170px auto 0 auto;
  }
  .key_visual .key_left section .key_instagram {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .key_visual .key_left section .key_instagram a {
    text-decoration: none;
    color: #333333;
  }
  .key_visual .key_left section .key_instagram a i {
    font-size: 3.5rem;
  }
  .key_visual .key_left section .key_instagram a span {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
  .key_visual .key_left section .key_instagram a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  .key_visual .key_left section .key_open {
    width: 320px;
    height: 175px;
    margin: 20px auto 50px auto;
    background-color: #F6F2EF;
    padding: 1rem 0;
    box-sizing: border-box;
    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;
    text-align: center;
  }
  .key_visual .key_left section .key_open p {
    font-family: "notoserifjp_medium";
    color: #492011;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0;
  }
  .key_visual .key_left section .key_open p.key_open_ym {
    font-size: 3.4rem;
  }
  .key_visual .key_left section .key_open p.key_open_ym span {
    font-size: 1.8rem;
  }
  .key_visual .key_left section .key_open p.key_open_text {
    font-size: 2.2rem;
    line-height: 160%;
    margin: 5px 0;
  }
  .key_visual .key_left section .key_open p.key_open_text span {
    font-size: 1.8rem;
  }
  .key_visual .key_left section .key_open p.key_open_eng {
    font-size: 3rem;
  }
  .key_visual .key_left section .key_info .key_info_title {
    text-align: center;
    font-family: "notoserifjp_medium";
    font-size: 1.8rem;
    color: #492011;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  .key_visual .key_left section .key_info .key_info_tel {
    text-align: center;
    font-family: "notoserifjp_medium";
    font-size: 1.4rem;
    color: #492011;
    margin: 0;
  }
  .key_visual .key_left section .key_info .key_info_tel span {
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin: 0 0 0 5px;
  }
  .key_visual .key_left section .key_info .key_info_tel span a {
    color: #492011;
    text-decoration: none;
  }
  .key_visual .key_right {
    width: 63%;
    height: 800px;
    position: relative;
    /*グローバルナビ*/
  }
  .key_visual .key_right nav.main_nav_pc {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 10000;
    display: block;
    width: 870px;
    margin: 0;
  }
  .key_visual .key_right nav.main_nav_pc ul {
    width: 870px;
    padding: 0;
    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: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .key_visual .key_right nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 25px;
    margin: 0;
    box-sizing: border-box;
    position: relative;
  }
  .key_visual .key_right nav.main_nav_pc ul li.treatment {
    width: 68px;
  }
  .key_visual .key_right nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  .key_visual .key_right nav.main_nav_pc ul li::after {
    content: "／";
    font-family: "notoserifjp_regular";
    font-size: 1.6rem;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    top: 6px;
    right: -21px;
  }
  .key_visual .key_right nav.main_nav_pc ul li:last-child::after {
    content: "";
    display: none;
  }
  .key_visual .key_right nav.main_nav_pc ul li a {
    width: 100%;
    height: 25px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "notoserifjp_bold";
    font-size: 1.6rem;
    font-weight: bold;
    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;
    transition: 0.5s;
    position: relative;
  }
  .key_visual .key_right nav.main_nav_pc ul li a::before {
    position: absolute;
    content: "";
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ffffff;
  }
  .key_visual .key_right nav.main_nav_pc ul li a:hover::before {
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  .key_visual .key_right nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 350px;
    margin: 10px 0 0 -147px;
  }
  .key_visual .key_right nav.main_nav_pc ul li .sub_nav_box ul {
    width: 350px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .key_visual .key_right nav.main_nav_pc ul li .sub_nav_box ul li {
    display: block;
    width: 350px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  .key_visual .key_right nav.main_nav_pc ul li .sub_nav_box ul li::after {
    content: "";
    display: none;
  }
  .key_visual .key_right nav.main_nav_pc ul li .sub_nav_box ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.5s;
  }
  .key_visual .key_right nav.main_nav_pc ul li .sub_nav_box ul li a br {
    display: none !important;
  }
  .key_visual .key_right nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "";
    display: none;
  }
  .key_visual .key_right nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    transition: 0.5s;
    background-color: #333333;
    color: #ffffff;
  }
  .key_visual .key_right .nav_add {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999999999 !important;
    background-color: #ffffff;
    left: 0 !important;
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .key_visual .key_right .nav_add ul {
    width: 870px;
    margin: 0 auto;
    padding: 0;
    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: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .key_visual .key_right .nav_add ul li {
    display: block;
    width: auto;
    height: 25px;
    margin: 0;
    box-sizing: border-box;
    position: relative;
  }
  .key_visual .key_right .nav_add ul li.treatment {
    width: 68px;
  }
  .key_visual .key_right .nav_add ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  .key_visual .key_right .nav_add ul li::after {
    content: "／";
    font-family: "notoserifjp_regular";
    font-size: 1.6rem;
    font-weight: normal;
    color: #492011 !important;
    position: absolute;
    top: 6px;
    right: -21px;
  }
  .key_visual .key_right .nav_add ul li:last-child::after {
    content: "";
    display: none;
  }
  .key_visual .key_right .nav_add ul li a {
    width: 100%;
    height: 25px;
    text-decoration: none;
    text-align: center;
    color: #492011 !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "notoserifjp_bold";
    font-size: 1.6rem;
    font-weight: bold;
    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;
    transition: 0.5s;
    position: relative;
  }
  .key_visual .key_right .nav_add ul li a::before {
    position: absolute;
    content: "";
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #492011 !important;
  }
  .key_visual .key_right .nav_add ul li a:hover::before {
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  .key_visual .key_right .nav_add ul li .sub_nav_box {
    display: none;
    width: 350px;
    margin: 10px 0 0 -147px;
  }
  .key_visual .key_right .nav_add ul li .sub_nav_box ul {
    width: 350px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .key_visual .key_right .nav_add ul li .sub_nav_box ul li {
    display: block;
    width: 350px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  .key_visual .key_right .nav_add ul li .sub_nav_box ul li::after {
    content: "";
    display: none;
  }
  .key_visual .key_right .nav_add ul li .sub_nav_box ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.5s;
  }
  .key_visual .key_right .nav_add ul li .sub_nav_box ul li a br {
    display: none !important;
  }
  .key_visual .key_right .nav_add ul li .sub_nav_box ul li a::before {
    content: "";
    display: none;
  }
  .key_visual .key_right .nav_add ul li .sub_nav_box ul li a:hover {
    transition: 0.5s;
    background-color: #333333;
    color: #ffffff !important;
  }
  .key_visual .key_right .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 800px;
    margin: 0;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key_right .key .key_bg {
    width: 100%;
    height: 800px;
  }
  .key_visual .key_right .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: left top;
  }
  .key_visual .key_right .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: left top;
  }
  .key_visual .key_right .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: left top;
  }
}
/* -----------------------------------------------------------
　下層ヘッダー
----------------------------------------------------------- */
.low_header {
  position: relative;
  width: 100%;
  height: 45vw;
}
.low_header .header_box {
  padding: 1rem 0 0 0;
  box-sizing: border-box;
}
.low_header .header_box .head_logo {
  text-decoration: none;
}
.low_header .header_box .head_logo img {
  width: 70%;
  display: block;
  margin: 0 0 0 2%;
}
.low_header .header_box .header_info {
  margin: 1rem 0 0 0;
}
.low_header .header_box .header_info .header_access {
  text-align: center;
  color: #492011;
  font-family: "notoserifjp_medium";
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.low_header .header_box .header_info .header_access span {
  font-size: 2rem;
}
.low_header .header_box .header_info .header_tel {
  text-align: center;
  font-family: "notoserifjp_medium";
  font-size: 1.2rem;
  color: #492011;
  margin: 0;
}
.low_header .header_box .header_info .header_tel span {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin: 0 0 0 0.4rem;
}
.low_header .header_box .header_info .header_tel span a {
  color: #492011;
  text-decoration: none;
}
.low_header .main_nav_pc {
  display: none;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 26vw;
  background-color: #E6D8D0;
  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;
}
.key_visual_low h1 {
  font-family: "notoserifjp_semibold";
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .low_header {
    position: relative;
    width: 100%;
    height: 100px;
  }
  .low_header .header_box {
    width: 1200px;
    height: 100px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .low_header .header_box .head_logo {
    position: absolute;
    top: 29px;
    left: 10px;
    text-decoration: none;
    width: 292px;
  }
  .low_header .header_box .head_logo img {
    width: 292px;
    display: block;
    margin: 0;
  }
  .low_header .header_box .header_info {
    margin: 0;
    position: absolute;
    top: 23px;
    right: 22px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .low_header .header_box .header_info .header_access {
    text-align: right;
    color: #492011;
    font-family: "notoserifjp_medium";
    font-size: 1.4rem;
    margin: 0 0 0 0;
    line-height: 100%;
  }
  .low_header .header_box .header_info .header_access span {
    font-size: 2rem;
  }
  .low_header .header_box .header_info .header_tel {
    text-align: center;
    font-family: "notoserifjp_medium";
    font-size: 1.2rem;
    color: #492011;
    margin: 0 0 0 24px;
    line-height: 100%;
  }
  .low_header .header_box .header_info .header_tel span {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin: 0 0 0 0.4rem;
  }
  .low_header .header_box .header_info .header_tel span a {
    color: #492011;
    text-decoration: none;
  }
  .low_header {
    /*グローバルナビ*/
  }
  .low_header .main_nav_pc {
    position: absolute;
    top: 67px;
    right: 22px;
    z-index: 999999999;
    display: block;
    width: 830px;
    margin: 0;
  }
  .low_header .main_nav_pc ul {
    width: 830px;
    padding: 0;
    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: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .low_header .main_nav_pc ul li {
    display: block;
    width: auto;
    height: 25px;
    margin: 0;
    box-sizing: border-box;
    position: relative;
  }
  .low_header .main_nav_pc ul li.treatment {
    width: 68px;
  }
  .low_header .main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  .low_header .main_nav_pc ul li::after {
    content: "／";
    font-family: "notoserifjp_regular";
    font-size: 1.6rem;
    font-weight: normal;
    color: #492011;
    position: absolute;
    top: 6px;
    right: -17px;
  }
  .low_header .main_nav_pc ul li:last-child::after {
    content: "";
    display: none;
  }
  .low_header .main_nav_pc ul li a {
    width: 100%;
    height: 25px;
    text-decoration: none;
    text-align: center;
    color: #492011;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "notoserifjp_bold";
    font-size: 1.6rem;
    font-weight: bold;
    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;
    transition: 0.5s;
    position: relative;
  }
  .low_header .main_nav_pc ul li a::before {
    position: absolute;
    content: "";
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #492011;
  }
  .low_header .main_nav_pc ul li a:hover::before {
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  .low_header .main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 350px;
    margin: 10px 0 0 -147px;
  }
  .low_header .main_nav_pc ul li .sub_nav_box ul {
    width: 350px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .low_header .main_nav_pc ul li .sub_nav_box ul li {
    display: block;
    width: 350px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  .low_header .main_nav_pc ul li .sub_nav_box ul li::after {
    content: "";
    display: none;
  }
  .low_header .main_nav_pc ul li .sub_nav_box ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.5s;
  }
  .low_header .main_nav_pc ul li .sub_nav_box ul li a br {
    display: none !important;
  }
  .low_header .main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "";
    display: none;
  }
  .low_header .main_nav_pc ul li .sub_nav_box ul li a:hover {
    transition: 0.5s;
    background-color: #333333;
    color: #ffffff;
  }
  .low_header .nav_add {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999999999 !important;
    background-color: #ffffff;
    left: 0 !important;
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .low_header .nav_add ul {
    width: 870px;
    margin: 0 auto;
    padding: 0;
    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: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .low_header .nav_add ul li {
    display: block;
    width: auto;
    height: 25px;
    margin: 0;
    box-sizing: border-box;
    position: relative;
  }
  .low_header .nav_add ul li.treatment {
    width: 68px;
  }
  .low_header .nav_add ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  .low_header .nav_add ul li::after {
    content: "／";
    font-family: "notoserifjp_regular";
    font-size: 1.6rem;
    font-weight: normal;
    color: #492011 !important;
    position: absolute;
    top: 6px;
    right: -21px;
  }
  .low_header .nav_add ul li:last-child::after {
    content: "";
    display: none;
  }
  .low_header .nav_add ul li a {
    width: 100%;
    height: 25px;
    text-decoration: none;
    text-align: center;
    color: #492011 !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "notoserifjp_bold";
    font-size: 1.6rem;
    font-weight: bold;
    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;
    transition: 0.5s;
    position: relative;
  }
  .low_header .nav_add ul li a::before {
    position: absolute;
    content: "";
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #492011 !important;
  }
  .low_header .nav_add ul li a:hover::before {
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  .low_header .nav_add ul li .sub_nav_box {
    display: none;
    width: 350px;
    margin: 10px 0 0 -147px;
  }
  .low_header .nav_add ul li .sub_nav_box ul {
    width: 350px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .low_header .nav_add ul li .sub_nav_box ul li {
    display: block;
    width: 350px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  .low_header .nav_add ul li .sub_nav_box ul li::after {
    content: "";
    display: none;
  }
  .low_header .nav_add ul li .sub_nav_box ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.5s;
  }
  .low_header .nav_add ul li .sub_nav_box ul li a br {
    display: none !important;
  }
  .low_header .nav_add ul li .sub_nav_box ul li a::before {
    content: "";
    display: none;
  }
  .low_header .nav_add ul li .sub_nav_box ul li a:hover {
    transition: 0.5s;
    background-color: #333333;
    color: #ffffff !important;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 120px;
    background-color: #E6D8D0;
    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;
  }
  .key_visual_low h1 {
    font-family: "notoserifjp_semibold";
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    color: #000000;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
　アクセステキスト
----------------------------------------------------------- */
.top_access_text {
  width: 100%;
  background-color: #000000;
  padding: 1rem;
  box-sizing: border-box;
}
.top_access_text p {
  color: #FFC7A7;
  border: #ffffff 2px solid;
  box-sizing: border-box;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 1.1rem;
  padding: 1rem 0;
}
.top_access_text p span {
  color: #ffffff;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  .top_access_text {
    width: 100%;
    background-color: #000000;
    padding: 10px;
    box-sizing: border-box;
  }
  .top_access_text p {
    color: #FFC7A7;
    border: #ffffff 2px solid;
    box-sizing: border-box;
    text-align: center;
    width: 417px;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 11px 0;
  }
  .top_access_text p span {
    color: #ffffff;
    font-size: 2rem;
  }
}
/* -----------------------------------------------------------
　ドクターズファイル
----------------------------------------------------------- */
ul.bana_link {
  list-style-type: none;
  width: 96%;
  margin: 0 auto 3rem auto;
}
ul.bana_link li {
  width: 100%;
  margin: 1rem 0 0 0;
}
ul.bana_link li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
ul.bana_link li a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  ul.bana_link {
    list-style-type: none;
    width: 1050px;
    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;
    margin: 0 auto 60px auto;
    gap: 40px 50px;
  }
  ul.bana_link li {
    width: 500px;
    margin: 0 0 0 0;
  }
  ul.bana_link li a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: 0.5s;
  }
  ul.bana_link li a img {
    width: 100%;
  }
  ul.bana_link li a:hover {
    transition: 0.5s;
    opacity: 0.6;
    transform: translateY(-10px);
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
}
.notice_frame .notice_area {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.notice_frame .notice_area .notice_box {
  width: 100%;
  margin: 0 0 3rem 0;
}
.notice_frame .notice_area .notice_box .notice_sub_title {
  width: 100%;
  height: 12vw;
  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;
  position: relative;
  color: #492011;
  font-size: 1.5rem;
  font-family: "notoserifjp_bold";
  text-decoration: none;
  border-bottom: #492011 2px solid;
  box-sizing: border-box;
}
.notice_frame .notice_area .notice_box .notice_sub_title .icon-medkit, .notice_frame .notice_area .notice_box .notice_sub_title .icon-stethoscope, .notice_frame .notice_area .notice_box .notice_sub_title .icon-megaphone {
  font-size: 2rem;
  margin: 0 0.5rem 0 1rem;
}
.notice_frame .notice_area .notice_box .notice_sub_title .icon-right-circle {
  position: absolute;
  right: 2%;
}
.notice_frame .notice_area .notice_box dl {
  max-height: 70vw;
  overflow-y: auto;
}
.notice_frame .notice_area .notice_box dl dt {
  font-family: "notoserifjp_semibold";
  font-size: 1.5rem;
  font-weight: bold;
  color: #3B6D34;
  margin: 3rem 0 1rem 0;
  overflow-wrap: break-word;
}
.notice_frame .notice_area .notice_box dl dt:first-child {
  margin: 1.2rem 0 1rem 0;
}
.notice_frame .notice_area .notice_box dl dd {
  font-size: 1.5rem;
  border-bottom: #C3C3C3 1px dashed;
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 0;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.notice_frame .notice_area .notice_box dl dd p {
  margin: 0 0 1rem 0;
}
.notice_frame .notice_area .notice_box dl dd a {
  color: #492011;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 100%;
  }
  .notice_frame .notice_area {
    width: 1200px;
    margin: 28px 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;
  }
  .notice_frame .notice_area .more_notice_link_sp {
    display: none;
  }
  .notice_frame .notice_area .notice_box {
    width: 380px;
    height: auto;
    background-color: #ffffff;
  }
  .notice_frame .notice_area .notice_box .notice_sub_title {
    width: 100%;
    height: 84px;
    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;
    position: relative;
    color: #492011;
    font-size: 2rem;
    text-decoration: none;
    border-bottom: #492011 2px solid;
    box-sizing: border-box;
  }
  .notice_frame .notice_area .notice_box .notice_sub_title .icon-medkit, .notice_frame .notice_area .notice_box .notice_sub_title .icon-stethoscope, .notice_frame .notice_area .notice_box .notice_sub_title .icon-megaphone {
    font-size: 3.4rem;
    margin: 0 10px 0 24px;
  }
  .notice_frame .notice_area .notice_box .notice_sub_title .icon-right-circle {
    position: absolute;
    right: 20px;
  }
  .notice_frame .notice_area .notice_box dl {
    max-height: 50rem;
  }
  .notice_frame .notice_area .notice_box dl dt {
    font-family: "notoserifjp_semibold";
    font-size: 1.8rem;
    font-weight: bold;
    color: #3B6D34;
    margin: 30px 0 12px 0;
    transition: 0.5s;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_area .notice_box dl dt:first-child {
    margin: 20px 0 12px 0;
  }
  .notice_frame .notice_area .notice_box dl dt:hover {
    transition: 0.5s;
    color: #54924c;
  }
  .notice_frame .notice_area .notice_box dl dd {
    font-size: 1.6rem;
    border-bottom: #C3C3C3 1px dashed;
    margin: 0 0 32px 0;
    margin: 0 0 32px 0;
    padding: 0 0 8px 0;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_area .notice_box dl dd p {
    margin: 0 0 20px 0;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_area .notice_box dl dd a {
    color: #492011;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 2rem 0 0 0;
}
.treatment_frame ul.treatment_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  list-style-type: none;
  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;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 3rem 0;
  text-align: center;
}
.treatment_frame ul.treatment_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #492011;
  font-family: "notoserifjp_medium";
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.5s;
}
.treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  margin: 0 auto 0 auto;
  width: 80%;
  height: 35vw;
}
.treatment_frame ul.treatment_list li a:hover {
  transition: 0.5s;
  opacity: 0.6;
  transform: translateY(-10px);
}
.treatment_frame ul.treatment_list li.pediatrics a::before {
  background: url("../img/icon_01.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.infants a::before {
  background: url("../img/icon_02.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.vaccination a::before {
  background: url("../img/icon_03.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.infection a::before {
  background: url("../img/icon_04.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.school_children a::before {
  background: url("../img/icon_05.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.athlete a::before {
  background: url("../img/icon_06.png") no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    margin: 60px 0 0 0;
  }
  .treatment_frame ul.treatment_list {
    width: 920px;
    margin: 46px auto 0 auto;
    list-style-type: none;
    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;
    gap: 100px 25px;
  }
  .treatment_frame ul.treatment_list li {
    width: 230px;
    margin: 0;
    text-align: center;
    overflow: visible;
  }
  .treatment_frame ul.treatment_list li a {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #492011;
    font-family: "notoserifjp_medium";
    font-size: 2rem;
    font-weight: bold;
    overflow: visible;
    white-space: nowrap;
  }
  .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    margin: 0 auto 0 auto;
    width: 180px;
    height: 175px;
  }
  .treatment_frame ul.treatment_list li a:hover {
    transition: 0.5s;
    opacity: 0.6;
    transform: translateY(-10px);
  }
  .treatment_frame ul.treatment_list li.pediatrics a::before {
    background: url("../img/icon_01.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.infants a::before {
    background: url("../img/icon_02.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.vaccination a::before {
    background: url("../img/icon_03.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.infection a::before {
    background: url("../img/icon_04.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.school_children a::before {
    background: url("../img/icon_05.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.athlete {
    margin: 0 230px 0 0;
  }
  .treatment_frame ul.treatment_list li.athlete a::before {
    background: url("../img/icon_06.png") no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 2rem 0 0 0;
  position: relative;
}
.features_frame::before {
  content: "";
  display: block;
  width: 95%;
  height: 40vw;
  background-color: #F6F2EF;
  position: absolute;
  top: 112vw;
  right: 0;
  z-index: 1;
}
.features_frame::after {
  content: "";
  display: block;
  width: 95%;
  height: 40vw;
  background-color: #F6F2EF;
  position: absolute;
  bottom: 151vw;
  left: 0;
  z-index: 1;
}
.features_frame .features_box_two {
  width: 96%;
  margin: 2rem auto 0 auto;
  position: relative;
  z-index: 2;
}
.features_frame .features_box_two .features_box {
  width: 100%;
  margin: 0 0 4rem 0;
}
.features_frame .features_box_two .features_box figure {
  width: 100%;
}
.features_frame .features_box_two .features_box figure img {
  width: 100%;
}
.features_frame .features_box_two .features_box .features_content .features_title {
  font-family: "marckscript_regular";
  font-size: 2rem;
  font-weight: normal;
  color: #C4A493;
  margin: 1rem 0 0.5rem 0;
}
.features_frame .features_box_two .features_box .features_content .features_title span {
  font-size: 5rem;
}
.features_frame .features_box_three {
  width: 96%;
  margin: 2rem auto 0 auto;
  position: relative;
  z-index: 2;
}
.features_frame .features_box_three .features_box {
  width: 100%;
  margin: 0 0 4rem 0;
}
.features_frame .features_box_three .features_box img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.features_frame .features_box_three .features_box .features_box_content .features_title {
  font-family: "marckscript_regular";
  font-size: 2rem;
  font-weight: normal;
  color: #C4A493;
  margin: 1rem 0 0.5rem 0;
}
.features_frame .features_box_three .features_box .features_box_content .features_title span {
  font-size: 5rem;
}
.features_frame .features_alignment_text {
  width: 100%;
  margin: 0 0 2rem 0;
}
.features_frame .features_alignment_text span {
  font-size: 1.4rem;
  background-color: #F6F2EF;
  display: inline-block;
  padding: 1rem 2rem;
  text-align: justify;
  box-sizing: border-box;
  line-height: 140%;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    /*height: 910px;*/
    height: auto;
    margin: 130px 0 0 0;
    position: relative;
  }
  .features_frame::before {
    content: "";
    display: block;
    width: 1600px;
    height: 323px;
    background-color: #F6F2EF;
    position: absolute;
    top: 285px;
    right: 0;
    z-index: 1;
  }
  .features_frame::after {
    content: "";
    display: block;
    width: 1600px;
    height: 323px;
    background-color: #F6F2EF;
    position: absolute;
    bottom: 254px;
    left: 0;
    z-index: 1;
  }
  .features_frame .features_box_two {
    width: 1200px;
    margin: 58px auto 0 auto;
    position: relative;
    z-index: 2;
  }
  .features_frame .features_box_two .features_box {
    width: 100%;
    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;
  }
  .features_frame .features_box_two .features_box figure {
    width: 600px;
  }
  .features_frame .features_box_two .features_box figure img {
    width: 495px;
    margin: 0 0 0 105px;
  }
  .features_frame .features_box_two .features_box .features_content {
    width: 600px;
  }
  .features_frame .features_box_two .features_box .features_content .features_title {
    font-family: "marckscript_regular";
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 100%;
    color: #C4A493;
    margin: 45px 0 0 34px;
    width: 495px;
  }
  .features_frame .features_box_two .features_box .features_content .features_title span {
    font-size: 9.3rem;
  }
  .features_frame .features_box_two .features_box .features_content .features_text {
    margin: 5px 0 0 34px;
    font-size: 1.8rem;
    line-height: 180%;
    width: 495px;
    letter-spacing: 0;
    text-align: justify;
  }
  .features_frame .features_box_two .features_box.features_box_01 {
    margin: 0 0 42px 0;
  }
  .features_frame .features_box_two .features_box.features_box_01 figure {
    order: 1;
  }
  .features_frame .features_box_two .features_box.features_box_01 figure img {
    width: 495px;
  }
  .features_frame .features_box_two .features_box.features_box_01 .features_content {
    order: 2;
  }
  .features_frame .features_box_two .features_box.features_box_02 figure {
    order: 2;
  }
  .features_frame .features_box_two .features_box.features_box_02 figure img {
    width: 495px;
    margin: 0 0 0 20px;
  }
  .features_frame .features_box_two .features_box.features_box_02 .features_content {
    order: 1;
  }
  .features_frame .features_box_two .features_box.features_box_02 .features_content .features_title {
    width: 495px;
    margin: 45px 0 0 105px;
  }
  .features_frame .features_box_two .features_box.features_box_02 .features_content .features_text {
    width: 495px;
    margin: 5px 0 0 105px;
    font-size: 1.8rem;
    line-height: 180%;
  }
  .features_frame .features_box_three {
    width: 1200px;
    height: 694px;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 2;
  }
  .features_frame .features_box_three .features_box {
    width: 360px;
    margin: 0 0 0 0;
  }
  .features_frame .features_box_three .features_box img {
    width: 360px;
    display: block;
    margin: 0;
  }
  .features_frame .features_box_three .features_box .features_box_content .features_title {
    font-family: "marckscript_regular";
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 100%;
    color: #C4A493;
    margin: 30px 0 0 0;
  }
  .features_frame .features_box_three .features_box .features_box_content .features_title span {
    font-size: 9.3rem;
  }
  .features_frame .features_box_three .features_box .features_box_content .features_text {
    margin: 4px 0 0 0;
    font-size: 1.8rem;
    line-height: 180%;
    letter-spacing: 0;
    text-align: justify;
  }
  .features_frame .features_box_three .features_box.features_box_03 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .features_frame .features_box_three .features_box.features_box_04 {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .features_frame .features_box_three .features_box.features_box_05 {
    position: absolute;
    top: 300px;
    right: 0;
  }
  .features_frame .features_alignment_text {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .features_frame .features_alignment_text span {
    font-size: 1.8rem;
    background-color: #F6F2EF;
    display: block;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    line-height: 140%;
  }
}
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame {
  width: 100%;
  margin: 2rem 0 0 0;
  position: relative;
}
.greeting_frame .greeting_box_bg {
  width: 100%;
  margin: 2rem 0 0 0;
}
.greeting_frame .greeting_box_bg .greeting_box {
  background-color: #F6F2EF;
  padding: 2rem 0;
  box-sizing: border-box;
}
.greeting_frame .greeting_box_bg .greeting_box .greeting_box_text {
  width: 96%;
  margin: 0 auto;
}
.greeting_frame .greeting_box_bg .greeting_box .greeting_box_text .geeeting_link {
  background-color: #492011;
  color: #ffffff;
  width: 80%;
  height: 14vw;
  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;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 0 0 1rem;
  box-sizing: border-box;
}
.greeting_frame .greeting_box_bg .greeting_box .greeting_box_text .geeeting_link i {
  font-size: 4rem;
  margin: 0 0 0 1rem;
}
.greeting_frame .greeting_box_bg .greeting_box figure.greeting_box_doctor {
  margin: 2rem 0 0 0;
}
.greeting_frame .greeting_box_bg .greeting_box figure.greeting_box_doctor img {
  width: 60%;
  display: block;
  margin: 0 auto 1rem auto;
}
.greeting_frame .greeting_box_bg .greeting_box figure.greeting_box_doctor figcaption {
  text-align: center;
  font-family: "notoserifjp_bold";
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.greeting_frame .greeting_box_bg .greeting_box figure.greeting_box_doctor figcaption span {
  font-size: 1.8rem;
  margin: 0 0 0 1rem;
}
.greeting_frame .greeting_img {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.greeting_frame .greeting_img img {
  width: 100%;
}
.greeting_frame .greeting_img img.greeting_img_01 {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  .greeting_frame {
    width: 100%;
    margin: 124px 0 0 0;
    padding: 0 0 132px 0;
    position: relative;
  }
  .greeting_frame .greeting_box_bg {
    width: 100%;
    margin: 50px 0 0 0;
    height: 530px;
    background-color: #F6F2EF;
  }
  .greeting_frame .greeting_box_bg .greeting_box {
    padding: 95px 0 0 0;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    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;
  }
  .greeting_frame .greeting_box_bg .greeting_box .greeting_box_text {
    width: 488px;
    margin: 0 60px 0 0;
  }
  .greeting_frame .greeting_box_bg .greeting_box .greeting_box_text .geeeting_text {
    font-size: 1.8rem;
    line-height: 150%;
    margin: 0 0 25px 0;
  }
  .greeting_frame .greeting_box_bg .greeting_box .greeting_box_text .geeeting_link {
    background-color: #492011;
    color: #ffffff;
    width: 230px;
    height: 42px;
    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;
    font-size: 1.6rem;
    text-decoration: none;
    margin: 30px 0 0 0;
    padding: 0 0 0 14px;
    box-sizing: border-box;
  }
  .greeting_frame .greeting_box_bg .greeting_box .greeting_box_text .geeeting_link i {
    font-size: 4rem;
    margin: 0 0 0 14px;
  }
  .greeting_frame .greeting_box_bg .greeting_box .greeting_box_text .geeeting_link:hover {
    transition: 0.5s;
    background-color: #8A5E49;
  }
  .greeting_frame .greeting_box_bg .greeting_box figure.greeting_box_doctor {
    margin: 0 0 0 0;
  }
  .greeting_frame .greeting_box_bg .greeting_box figure.greeting_box_doctor img {
    width: 260px;
    display: block;
    margin: 0 0 18px 0;
  }
  .greeting_frame .greeting_box_bg .greeting_box figure.greeting_box_doctor figcaption {
    text-align: center;
    font-family: "notoserifjp_bold";
    font-size: 1.8rem;
    line-height: 180%;
    letter-spacing: 0.1em;
  }
  .greeting_frame .greeting_box_bg .greeting_box figure.greeting_box_doctor figcaption span {
    font-size: 2.4rem;
    margin: 0 0 0 14px;
  }
  .greeting_frame .greeting_img {
    position: absolute;
    top: 54px;
    right: 50%;
    width: 730px;
    margin: 0 270px 0 0;
  }
  .greeting_frame .greeting_img img {
    width: 100%;
  }
  .greeting_frame .greeting_img img.greeting_img_01 {
    margin: 0 0 68px 0;
  }
}
/* -----------------------------------------------------------
　クリニック概要・フッター
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: url("../img/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
  box-sizing: border-box;
}
.overview .overview_box {
  background-color: #ffffff;
  width: 96%;
  margin: 0 auto 2rem auto;
  padding: 2rem 0;
  box-sizing: border-box;
}
.overview .overview_box .overview_info_box_left .overview_logo {
  text-decoration: none;
  display: block;
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left .overview_logo img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.overview .overview_box .overview_info_box_left .overview_sub_title {
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left .overview_tel {
  text-align: center;
  font-family: "notoserifjp_medium";
  font-size: 1.2rem;
  color: #492011;
  margin: 0;
}
.overview .overview_box .overview_info_box_left .overview_tel span {
  font-size: 2.4rem;
  margin: 0 0 0 0.5rem;
}
.overview .overview_box .overview_info_box_left .overview_tel span a {
  color: #492011;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left .overview_address {
  margin: 1rem 0 0 0;
  text-align: center;
}
.overview .overview_box .overview_info_box_left .overview_access {
  margin: 1rem 0 0 0;
  text-align: center;
}
.overview .overview_box .overview_info_box_left .overview_timetable {
  width: 96%;
  margin: 1rem auto 0 auto;
}
.overview .overview_box .overview_info_box_right .googlemap {
  display: block;
  width: 96%;
  /*height: 100vw;*/
  margin: 0 auto;
}
.overview .overview_box .overview_info_box_right .overview_link_btn {
  background-color: #492011;
  color: #ffffff;
  width: 96%;
  height: 12vw;
  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;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 0 0 1rem;
  box-sizing: border-box;
  line-height: 100%;
}
.overview .overview_box .overview_info_box_right .overview_link_btn i {
  font-size: 4rem;
  margin: 0 0 0 1rem;
}
.overview footer .footer_frame {
  display: none;
}
.overview footer .copyright {
  width: 100%;
  height: 13vw;
  margin: 0;
  background-color: rgba(73, 32, 17, 0.4);
  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;
}
.overview footer .copyright a {
  font-size: 1.2rem;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
}

.footer_link {
  position: fixed;
  bottom: 0 !important;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 50%;
  height: 13vw;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "notoserifjp_medium";
  letter-spacing: 0.1em;
  display: block;
  background-color: #492011;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_link a.footer_reserve {
  width: 35%;
  height: 13vw;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "notoserifjp_medium";
  letter-spacing: 0.1em;
  display: block;
  background-color: #3B6D34;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_link .smoothScrolls {
  background-color: #492011;
  width: 15%;
}
.footer_link .smoothScrolls a {
  width: 100%;
  height: 13vw;
  color: #F6F2EF;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/*アクセス用*/
.overview_accesspage {
  width: 100%;
  background: url("../img/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 2rem 0 0 0;
  padding: 0 0 1vw 0;
  box-sizing: border-box;
  height: 13vw;
}
.overview_accesspage footer .footer_frame {
  display: none;
}
.overview_accesspage footer .copyright {
  width: 100%;
  height: 13vw;
  margin: 0 0 0 0;
  background-color: rgba(73, 32, 17, 0.4);
  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;
}
.overview_accesspage footer .copyright a {
  font-size: 1.2rem;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
}

.right_link {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 10000;
}
.right_link img {
  width: 100px;
  height: 90px;
}

.footer_link {
  position: fixed;
  bottom: 0 !important;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 50%;
  height: 13vw;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "notoserifjp_medium";
  letter-spacing: 0.1em;
  display: block;
  background-color: #492011;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_link a.footer_reserve {
  width: 35%;
  height: 13vw;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "notoserifjp_medium";
  letter-spacing: 0.1em;
  display: block;
  background-color: #3B6D34;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_link .smoothScrolls {
  background-color: #492011;
  width: 15%;
}
.footer_link .smoothScrolls a {
  width: 100%;
  height: 13vw;
  color: #F6F2EF;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    height: 1200px;
    background: url("../img/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 165px 0 0 0;
    padding: 70px 0 0 0;
    box-sizing: border-box;
  }
  .overview .overview_box {
    background-color: #ffffff;
    width: 1200px;
    height: 918px;
    margin: 0 auto 0 auto;
    padding: 60px 40px 0 58px;
    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;
  }
  .overview .overview_box .overview_info_box_left {
    width: 500px;
  }
  .overview .overview_box .overview_info_box_left .overview_logo {
    text-decoration: none;
    display: block;
    margin: 0 0 18px 0;
  }
  .overview .overview_box .overview_info_box_left .overview_logo img {
    width: 187px;
    display: block;
    margin: 0 auto;
  }
  .overview .overview_box .overview_info_box_left .overview_sub_title {
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .overview .overview_box .overview_info_box_left .overview_tel {
    text-align: center;
    font-family: "notoserifjp_medium";
    font-size: 1.4rem;
    color: #492011;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_left .overview_tel span {
    font-size: 3rem;
    margin: 0 0 0 8px;
  }
  .overview .overview_box .overview_info_box_left .overview_tel span a {
    color: #492011;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left .overview_address {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 1.6rem;
  }
  .overview .overview_box .overview_info_box_left .overview_access {
    margin: 12px 0 0 0;
    text-align: center;
    font-size: 1.6rem;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable {
    width: 500px;
    margin: 35px auto 0 auto;
  }
  .overview .overview_box .overview_info_box_right {
    width: 560px;
  }
  .overview .overview_box .overview_info_box_right .googlemap {
    display: block;
    width: 560px;
    /*height: 668px;*/
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right .overview_link_btn {
    background-color: #492011;
    color: #ffffff;
    width: 560px;
    height: 42px;
    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;
    font-size: 1.6rem;
    text-decoration: none;
    margin: 0 auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
    line-height: 100%;
  }
  .overview .overview_box .overview_info_box_right .overview_link_btn i {
    font-size: 4rem;
    margin: 0 0 0 6px;
  }
  .overview .overview_box .overview_info_box_right .overview_link_btn:hover {
    transition: 0.5s;
    background-color: #8A5E49;
  }
  .overview footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .overview footer .footer_frame {
    width: 100%;
    height: 112px;
    display: block;
    background-color: rgba(73, 32, 17, 0.4);
    padding: 28px 0 0 0;
    box-sizing: border-box;
  }
  .overview footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.4rem;
    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;
  }
  .overview footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 20px 26px 0;
    padding: 0 20px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    line-height: 100%;
  }
  .overview footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.4rem;
  }
  .overview footer .footer_frame ul.footer_list li a span {
    display: none;
  }
  .overview footer .footer_frame ul.footer_list li a {
    position: relative;
  }
  .overview footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ffffff;
  }
  .overview footer .footer_frame ul.footer_list li a:hover::before {
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  .overview footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  .overview footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  .overview footer .copyright {
    width: 100%;
    height: 38px;
    margin: 0;
    border-top: #ffffff 1px solid;
    box-sizing: border-box;
    background-color: rgba(73, 32, 17, 0.4);
    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;
  }
  .overview footer .copyright a {
    font-size: 1.2rem;
    line-height: 100%;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  .overview footer .copyright a::before {
    position: absolute;
    content: "";
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ffffff;
  }
  .overview footer .copyright a:hover::before {
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -5px;
  }
  .right_link {
    top: 320px;
    z-index: 10000;
  }
  .right_link img {
    width: 120px;
    height: 100px;
    cursor: pointer;
  }
  .right_link img:hover {
    opacity: 0.7;
  }
  .footer_link {
    display: none;
  }
  /*アクセス用*/
  .overview_accesspage {
    width: 100%;
    height: 150px;
    background: url("../img/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 165px 0 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .overview_accesspage footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .overview_accesspage footer .footer_frame {
    width: 100%;
    height: 112px;
    display: block;
    background-color: rgba(73, 32, 17, 0.4);
    padding: 28px 0 0 0;
    box-sizing: border-box;
  }
  .overview_accesspage footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.4rem;
    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;
  }
  .overview_accesspage footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 20px 26px 0;
    padding: 0 20px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    line-height: 100%;
  }
  .overview_accesspage footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.4rem;
  }
  .overview_accesspage footer .footer_frame ul.footer_list li a span {
    display: none;
  }
  .overview_accesspage footer .footer_frame ul.footer_list li a {
    position: relative;
  }
  .overview_accesspage footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ffffff;
  }
  .overview_accesspage footer .footer_frame ul.footer_list li a:hover::before {
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  .overview_accesspage footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  .overview_accesspage footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  .overview_accesspage footer .copyright {
    width: 100%;
    height: 38px;
    margin: 0;
    border-top: #ffffff 1px solid;
    box-sizing: border-box;
    background-color: rgba(73, 32, 17, 0.4);
    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;
  }
  .overview_accesspage footer .copyright a {
    font-size: 1.2rem;
    line-height: 100%;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  .overview_accesspage footer .copyright a::before {
    position: absolute;
    content: "";
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ffffff;
  }
  .overview_accesspage footer .copyright a:hover::before {
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -5px;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 50px;
    height: 50px;
    background-color: #492011;
    color: #ffffff;
    border-radius: 50%;
    font-size: 4rem;
    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: column;
    flex-direction: column;
    transition: 0.5s;
    padding: 0 0 5px 0;
    box-sizing: border-box;
  }
  #pagetop_position #linkpagetop a:hover {
    transition: 0.5s;
    background-color: #8A5E49;
  }
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
  }
}/*# sourceMappingURL=style.css.map */