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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*赤紫*/
/*ピンク*/
/*黒*/
/*灰色*/
/*灰色2*/
/*薄い黄色*/
/*黒*/
/*灰色*/
/*灰色2*/
/*茶色*/
/*薄いピンク*/
/*茶色2*/
/*水色*/
/*緑*/
/*紺色1*/
/*茶色4*/
/*紺色2*/
/*紺色3*/
/*薄紫*/
/*金*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notoserifjp";
  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: "notosansjp";
  src: url(../font/NotoSansJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_bold";
  src: url(../font/NotoSansJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "notoserifjp";
  color: #555555;
  background-color: #ffffff;
  padding: 0 0 14vw 0;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "notoserifjp";
    color: #555555;
    background-color: #ffffff;
    padding: 0;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

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

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

.text_bold {
  font-weight: bold;
}

.mt10 {
  margin-top: 1rem !important;
}

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

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

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

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

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

@media screen and (min-width: 768px), print {
  article {
    height: auto;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: #ffffff;
  }
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 1200px;
    margin: 100px auto 60px auto;
    padding: 0 0 0 0;
  }
  .main {
    height: auto;
    width: 876px;
    margin: 0;
    padding: 6px 38px 46px 38px;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 38px auto 160px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  height: 58vw;
}
header .head_frame {
  width: 96%;
  padding: 0;
  margin: 0 auto;
}
header .head_frame .head_logo {
  width: 60%;
  margin: 0 auto 0 auto;
}
header .head_frame .head_logo a img {
  width: 100%;
  margin: 2vw 0 0 0;
}
header .head_frame .head_info_line_bana {
  max-width: 160px;
  width: 40%;
  margin: 1.5rem auto 0 auto;
  display: block;
}
header .head_frame .head_info_line_bana img {
  width: 100%;
}
header .head_frame .head_info {
  margin: 1rem 0 0 0;
}
header .head_frame .head_info .head_info_access {
  text-align: center;
  color: #707070;
  font-size: 1.2rem;
  padding: 0 0 0.4rem 0;
  border-bottom: #707070 2px solid;
  margin: 0 0 0.4rem 0;
}
header .head_frame .head_info .head_info_access span {
  color: #F69ACA;
}
header .head_frame .head_info .head_info_access span.pink1 {
  font-size: 1.6rem;
}
header .head_frame .head_info .head_info_access span.pink2 {
  font-size: 1.8rem;
}
header .head_frame .head_info .head_info_three {
  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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .head_frame .head_info .head_info_three p {
  font-size: 1.6rem;
  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;
  margin: 0;
  line-height: 190%;
}
header .head_frame .head_info .head_info_three p span.icon {
  background-color: #D83F8F;
  color: #ffffff;
  font-size: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0.6rem 0 0;
}
header .head_frame .head_info .head_info_three p a {
  color: #555555;
  text-decoration: none;
}
header .head_frame .head_info .head_info_three p.head_info_three_tel {
  width: 50%;
  margin: 0 0 0.6rem 0;
}
header .head_frame .head_info .head_info_three p.head_info_three_reservation {
  width: 50%;
  margin: 0 0 0.6rem 0;
}
header .head_frame .head_info .head_info_three p.head_info_three_reservation span {
  background-color: #AC8C34;
}
header .head_frame .head_info .head_info_three p.head_info_three_reservation span i {
  font-size: 2.1rem;
}
header .head_frame .head_info .head_info_three p.head_info_three_interview {
  width: 50%;
}
header .head_frame .head_info .head_info_three p.head_info_three_interview span {
  background-color: #AC692D;
}
header .head_frame .head_info .head_info_three p.head_info_three_interview span i {
  font-size: 1.4rem;
}
header .head_frame .head_info .head_info_three p.head_info_three_line {
  width: 50%;
}
header .head_frame .head_info .head_info_three p.head_info_three_line span {
  background-color: #07B53B;
}
header .head_frame .head_info .head_info_three p.head_info_three_line span i {
  font-size: 1.4rem;
}
header .head_frame .head_info .head_info_three a.head_info_three_reservation {
  font-size: 1.6rem;
  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;
  margin: 0 0 0.6rem 0;
  line-height: 190%;
  width: 50%;
  color: #555555;
  text-decoration: none;
}
header .head_frame .head_info .head_info_three a.head_info_three_reservation span.icon {
  background-color: #AC8C34;
  color: #ffffff;
  font-size: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0.6rem 0 0;
}
header .head_frame .head_info .head_info_three a.head_info_three_reservation span.icon i {
  font-size: 2.1rem;
}
header .head_frame .head_info .head_info_three .head_info_three_interview {
  font-size: 1.6rem;
  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;
  margin: 0;
  line-height: 190%;
  width: 50%;
  color: #555555;
  text-decoration: none;
}
header .head_frame .head_info .head_info_three .head_info_three_interview span.icon {
  background-color: #AC692D;
  color: #ffffff;
  font-size: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0.6rem 0 0;
}
header .head_frame .head_info .head_info_three .head_info_three_interview span.icon i {
  font-size: 1.4rem;
}
header .head_frame .head_info .head_info_three .head_info_three_line {
  font-size: 1.6rem;
  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;
  margin: 0;
  line-height: 190%;
  width: 50%;
  color: #555555;
  text-decoration: none;
}
header .head_frame .head_info .head_info_three .head_info_three_line span.icon {
  background-color: #07B53B;
  color: #ffffff;
  font-size: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0.6rem 0 0;
}
header .head_frame .head_info .head_info_three .head_info_three_line span.icon i {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  header {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    height: 120px;
  }
  header .head_frame {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    height: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .head_frame .head_logo {
    width: 287px;
    margin: 0;
  }
  header .head_frame .head_logo a img {
    width: 287px;
    margin: 12px 0 0 0;
  }
  header .head_frame .head_info_line_bana {
    max-width: 160px;
    width: 160px;
    margin: 25px 0 0 190px;
    display: block;
  }
  header .head_frame .head_info_line_bana img {
    width: 160px;
  }
  header .head_frame .head_info_line_bana:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  header .head_frame .head_info {
    width: 545px;
    margin: 25px 0 0 0;
  }
  header .head_frame .head_info .head_info_access {
    text-align: center;
    color: #707070;
    font-size: 1.4rem;
    padding: 0 0 11px 0;
    border-bottom: #707070 2px solid;
    margin: 0 0 11px 0;
  }
  header .head_frame .head_info .head_info_access span {
    color: #F69ACA;
  }
  header .head_frame .head_info .head_info_access span.pink1 {
    font-size: 1.8rem;
  }
  header .head_frame .head_info .head_info_access span.pink2 {
    font-size: 2.4rem;
  }
  header .head_frame .head_info .head_info_three {
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 545px;
  }
  header .head_frame .head_info .head_info_three p {
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    line-height: 190%;
  }
  header .head_frame .head_info .head_info_three p span.icon {
    background-color: #D83F8F;
    color: #ffffff;
    font-size: 1.1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0 9px 0 0;
  }
  header .head_frame .head_info .head_info_three p a {
    color: #555555;
    text-decoration: none;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_tel {
    width: 170px;
    margin: 0 0 0 0;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_reservation {
    width: 135px;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_reservation span {
    background-color: #AC8C34;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_reservation span i {
    font-size: 2.2rem;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_interview {
    width: 130px;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_interview span {
    background-color: #AC692D;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_interview span i {
    font-size: 1.4rem;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_line {
    width: 90px;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_line span {
    background-color: #07B53B;
  }
  header .head_frame .head_info .head_info_three p.head_info_three_line span i {
    font-size: 1.4rem;
  }
  header .head_frame .head_info .head_info_three a.head_info_three_reservation {
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    line-height: 190%;
    width: 135px;
  }
  header .head_frame .head_info .head_info_three a.head_info_three_reservation span.icon {
    background-color: #AC8C34;
    color: #ffffff;
    font-size: 1.1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0 9px 0 0;
  }
  header .head_frame .head_info .head_info_three a.head_info_three_reservation span.icon i {
    font-size: 2.2rem;
  }
  header .head_frame .head_info .head_info_three a.head_info_three_reservation a {
    color: #555555;
    text-decoration: none;
  }
  header .head_frame .head_info .head_info_three a.head_info_three_reservation:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  header .head_frame .head_info .head_info_three .head_info_three_interview {
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    line-height: 190%;
    width: 130px;
  }
  header .head_frame .head_info .head_info_three .head_info_three_interview span.icon {
    background-color: #AC692D;
    color: #ffffff;
    font-size: 1.1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0 9px 0 0;
  }
  header .head_frame .head_info .head_info_three .head_info_three_interview span.icon i {
    font-size: 1.4rem;
  }
  header .head_frame .head_info .head_info_three .head_info_three_interview a {
    color: #555555;
    text-decoration: none;
  }
  header .head_frame .head_info .head_info_three .head_info_three_interview:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  header .head_frame .head_info .head_info_three .head_info_three_line {
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    line-height: 190%;
    width: 90px;
  }
  header .head_frame .head_info .head_info_three .head_info_three_line span.icon {
    background-color: #07B53B;
    color: #ffffff;
    font-size: 1.1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0 9px 0 0;
  }
  header .head_frame .head_info .head_info_three .head_info_three_line span.icon i {
    font-size: 1.4rem;
  }
  header .head_frame .head_info .head_info_three .head_info_three_line a {
    color: #555555;
    text-decoration: none;
  }
  header .head_frame .head_info .head_info_three .head_info_three_line:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual {
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 35vw;
  margin: 0 0 2rem 0;
}
.key_visual .key_on {
  width: 100%;
  height: 35vw;
  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;
  gap: 1rem;
}
.key_visual .key_on p {
  margin: 10vw 0 0 0;
  color: #D83F8F;
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: 8px 0px 8px #ffffff, 8px 0px 8px #ffffff, -8px 0px 8px #ffffff, -8px 0px 8px #ffffff, 0px 8px 8px #ffffff, 0px 8px 8px #ffffff, 0px -8px 8px #ffffff, 0px -8px 8px #ffffff, 8px 0px 8px #ffffff, 8px 0px 8px #ffffff, -8px 0px 8px #ffffff, -8px 0px 8px #ffffff, 0px 8px 8px #ffffff, 0px 8px 8px #ffffff, 0px -8px 8px #ffffff, 0px -8px 8px #ffffff;
}
.key_visual .key_on img {
  width: 22%;
  height: auto;
}

.key_visual_low {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 30vw;
  background-color: #fbf9f5;
}
.key_visual_low h1 {
  color: #707070;
  font-family: "notoserifjp";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .key_visual {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 560px;
    margin: 0 0 32px 0;
  }
  .key_visual .key_on {
    width: 100%;
    height: 600px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .key_visual .key_on p {
    margin: 0;
    color: #D83F8F;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 8px 0px 8px #ffffff, 8px 0px 8px #ffffff, -8px 0px 8px #ffffff, -8px 0px 8px #ffffff, 0px 8px 8px #ffffff, 0px 8px 8px #ffffff, 0px -8px 8px #ffffff, 0px -8px 8px #ffffff, 8px 0px 8px #ffffff, 8px 0px 8px #ffffff, -8px 0px 8px #ffffff, -8px 0px 8px #ffffff, 0px 8px 8px #ffffff, 0px 8px 8px #ffffff, 0px -8px 8px #ffffff, 0px -8px 8px #ffffff;
  }
  .key_visual .key_on img {
    width: 20rem;
  }
  .key_visual_low {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 120px;
    background-color: #fbf9f5;
  }
  .key_visual_low h1 {
    color: #707070;
    font-family: "notoserifjp";
    font-weight: normal;
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  .main_nav_pc {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
    border-top: #F69ACA 1px solid;
    border-bottom: #F69ACA 1px solid;
  }
  .main_nav_pc nav {
    width: auto;
    height: 30px;
    margin: 15px auto 0 auto;
    padding: 0;
    background-color: #ffffff;
  }
  .main_nav_pc nav ul {
    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;
    width: auto;
    box-sizing: border-box;
    height: 30px;
    padding: 0;
    position: relative;
    margin: 0 0 0 0;
  }
  .main_nav_pc nav ul li {
    display: block;
    box-sizing: border-box;
    height: 30px;
    font-weight: normal;
    margin: 0 auto;
    width: 20%;
    border-left: #F69ACA 1px solid;
  }
  .main_nav_pc nav ul li:last-child {
    border-right: #F69ACA 1px solid;
  }
  .main_nav_pc nav ul li a {
    text-decoration: none;
    text-align: center;
    color: #555555;
    height: 30px;
    width: auto;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    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;
  }
  .main_nav_pc nav ul li a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  .main_nav_pc nav ul li ul {
    width: 350px;
    height: auto;
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 99999;
    background-color: #F7F7F7;
  }
  .main_nav_pc nav ul li ul li {
    width: 350px;
    height: auto;
    margin: 0 0 0 0;
    border-left: none;
  }
  .main_nav_pc nav ul li ul li.title {
    background-color: #A2A2A2;
    color: #ffffff;
    font-size: 1.6rem;
    height: 30px;
    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;
    padding: 0 0 0 12px;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }
  .main_nav_pc nav ul li ul li.title a {
    background-color: #A2A2A2;
    height: 30px;
    padding: 0 0 0 16px;
    color: #ffffff;
    margin: 0;
  }
  .main_nav_pc nav ul li ul li.titleajs {
    padding: 0;
  }
  .main_nav_pc nav ul li ul li a {
    font-size: 1.6rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #555555;
    width: 350px;
    height: 33px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    background-color: #F7F7F7;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    text-align: left;
  }
  .main_nav_pc nav ul li ul li a::before {
    font-family: "fontello";
    content: "\e807";
    margin: 0 5px 0 0;
  }
  .main_nav_pc nav ul li ul li a br {
    display: none;
  }
  .main_nav_pc nav ul li ul li a.two {
    height: 60px;
  }
  .main_nav_pc nav ul li ul li a.two br {
    display: inline;
  }
  .main_nav_pc nav ul li ul li a:hover {
    background-color: #F69ACA;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    opacity: 1;
  }
  .main_nav_pc nav ul li ul li:last-child {
    border-right: none;
  }
  .main_nav_pc nav ul.open_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*-----------------------------------------------------------
コロナバナー
----------------------------------------------------------- */
.coronabana, .bnr {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.coronabana img, .bnr img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .coronabana, .bnr {
    display: block;
    width: 750px;
    margin: 0 auto;
  }
  .coronabana img, .bnr img {
    width: 750px;
  }
  .coronabana img:hover, .bnr img:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
}
/*-----------------------------------------------------------
トップインフォメーション
----------------------------------------------------------- */
.top_info {
  width: 96%;
  margin: 2rem auto 0 auto;
  background-color: #fbf9f5;
  padding: 1rem;
  border: #D83F8F 2px solid;
  box-sizing: border-box;
}
.top_info ul.list_topinfo {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 1rem 0;
}
.top_info ul.list_topinfo li {
  margin: 0 0 1.4rem 1.8rem;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .top_info {
    width: 750px;
    margin: 20px auto 0 auto;
    background-color: #fbf9f5;
    padding: 20px;
    border: #D83F8F 2px solid;
    box-sizing: border-box;
  }
  .top_info ul.list_topinfo {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 0 0;
  }
  .top_info ul.list_topinfo li {
    margin: 0 0 2rem 25px;
    padding: 0;
  }
}
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.new_text {
  text-align: center;
  font-size: 1.8rem;
  color: #F69ACA;
  margin: 0;
}
.new_text span {
  font-size: 1.4rem;
}

.w_index {
  margin: 0.5em;
}
.w_index .w750 {
  max-width: 750px;
  margin-inline: auto;
  border: 2px solid #D83F8F;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
}
.w_index .w750 h2.about_title {
  font-family: "notoserifjp";
  font-size: 1.6rem;
  font-weight: bold;
  color: #D83F8F;
  text-align: center;
  padding: 0 0 0.8rem 0;
  margin: 0 0 2rem 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.w_index .w750 .list_maru_two {
  display: block grid;
  row-gap: 1em;
}
.w_index .w750 .list_maru_two li {
  font-size: 1.2rem;
}
.w_index .w750 .list_maru_two li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
  text-decoration: none;
  color: #fff;
  padding: 1rem 0;
}
.w_index .w750 .list_maru_two li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.w_index .w750 .list_maru_two li {
  background: #D83F8F;
  padding: initial;
  margin: initial;
  border-radius: 5px;
  margin-bottom: initial;
  line-height: initial;
}

@media screen and (min-width: 768px), print {
  .w_index {
    margin: initial;
  }
  .w_index .w750 {
    border: 4px solid #D83F8F;
    margin-bottom: 10px;
  }
  .w_index .w750 h2.about_title {
    font-size: 2.2rem;
  }
  .w_index .w750 .list_maru_two {
    display: flex;
  }
  .w_index .w750 .list_maru_two li {
    font-size: 1.6rem;
  }
}
.notice_area {
  padding: 2rem 0;
  box-sizing: border-box;
  margin: 2rem 0 0 0;
  background-color: #fbf9f5;
}
.notice_area .notice_area_in .timetable_title {
  color: #707070;
  background-color: #F7F7F7;
  width: 96%;
  margin: 0 auto 1rem auto;
  font-size: 1.6rem;
  padding: 0.4rem;
  box-sizing: border-box;
}
.notice_area .notice_area_in {
  /*お知らせ*/
}
.notice_area .notice_area_in .notice_frame {
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2rem 0;
  height: auto;
}
.notice_area .notice_area_in .notice_frame h2.notice_title {
  background: #ffffff;
  width: 100%;
  height: 20vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  color: #333333;
  font-family: "notosansjp";
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 100%;
}
.notice_area .notice_area_in .notice_frame h2.notice_title span {
  color: #CCCCCC;
  font-size: 1rem;
}
.notice_area .notice_area_in .notice_frame .notice_box {
  width: 96%;
  margin: 0 auto;
}
.notice_area .notice_area_in .notice_frame .notice_box dl {
  height: auto;
  margin: 0;
  width: 100%;
}
.notice_area .notice_area_in .notice_frame .notice_box dl dt {
  color: #555555;
  margin: 2rem 0 1rem 0;
  padding: 0 0.4rem 0 2rem;
  font-size: 1.4rem;
  box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
}
.notice_area .notice_area_in .notice_frame .notice_box dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.9em #555555;
  border-left: solid 0.6em transparent;
  border-right: solid 0.6em transparent;
  margin: auto;
  left: 0;
  top: 0.4rem;
  transition: 0.5s;
}
.notice_area .notice_area_in .notice_frame .notice_box dl dt.open::before {
  border: none;
  border-bottom: solid 0.9em #555555;
  border-left: solid 0.6em transparent;
  border-right: solid 0.6em transparent;
}
.notice_area .notice_area_in .notice_frame .notice_box dl dt:first-child {
  border-top: none;
  padding: 0 0.4rem 0 2rem;
}
.notice_area .notice_area_in .notice_frame .notice_box dl dt.close::before {
  transform: rotateX(180deg);
  transition: 0.5s;
}
.notice_area .notice_area_in .notice_frame .notice_box dl dd {
  margin: 0 0 2rem 0;
  padding: 0 0.4rem 1rem 2rem;
  color: #555555;
  font-size: 1.4rem;
  line-height: 160%;
  display: none;
  border-bottom: #C3C3C3 1px dashed;
}
.notice_area .notice_area_in .notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_area .notice_area_in .timetable_frame {
  background-color: #ffffff;
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0;
}
.notice_area .notice_area_in .timetable_frame table.timetable {
  width: 96%;
  margin: 0 auto;
}
.notice_area .notice_area_in .timetable_frame table.timetable2 {
  width: 96%;
  margin: 0 auto;
}
.notice_area .notice_area_in .timetable_frame .notice_time {
  width: 96%;
  margin: 0.6rem auto 4rem auto;
}
.notice_area .notice_area_in .timetable_frame .notice_time2 {
  width: 96%;
  margin: 0.6rem auto 3rem auto;
}
.notice_area .notice_area_in .timetable_frame .timetable_text {
  width: 96%;
  margin: 0 auto;
  font-size: 3.4vw;
  line-height: 160%;
}
.notice_area .notice_area_in2 {
  background-color: #ffffff;
  width: 96%;
  margin: 2rem auto 0 auto;
  padding: 2rem 2%;
  box-sizing: border-box;
}
.notice_area .notice_area_in2 h2.about_title {
  font-family: "notoserifjp";
  font-size: 2.2rem;
  font-weight: normal;
  color: #555555;
  text-align: center;
  padding: 0 0 0.8rem 0;
  border-bottom: #CCCCCC 1px solid;
  margin: 0 0 2rem 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.notice_area .notice_area_in2 p {
  width: 100%;
  margin: 0 0 1rem 0;
}
.notice_area .notice_area_in2 p.sub_doctor {
  text-align: right;
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  .new_text {
    text-align: center;
    font-size: 3.4rem;
    color: #F69ACA;
    margin: 0;
  }
  .new_text span {
    font-size: 2.8rem;
  }
  .notice_area {
    padding: 40px 0 100px 0;
    box-sizing: border-box;
    margin: 34px 0 0 0;
    background-color: #fbf9f5;
    height: auto;
    min-height: 1300px;
  }
  .notice_area .notice_area_in {
    width: 1145px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*お知らせ*/
  }
  .notice_area .notice_area_in .notice_frame {
    width: 700px;
    min-height: 500px;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    height: 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: nowrap;
    flex-wrap: nowrap;
  }
  .notice_area .notice_area_in .notice_frame h2.notice_title {
    background: #ffffff;
    width: 230px;
    height: auto;
    min-height: 500px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 3rem;
    color: #333333;
    font-family: "notosansjp";
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 100%;
  }
  .notice_area .notice_area_in .notice_frame h2.notice_title span {
    color: #CCCCCC;
    font-size: 1.4rem;
  }
  .notice_area .notice_area_in .notice_frame .notice_box {
    width: 450px;
    margin: 0;
  }
  .notice_area .notice_area_in .notice_frame .notice_box dl {
    height: auto;
    margin: 0;
    width: 100%;
  }
  .notice_area .notice_area_in .notice_frame .notice_box dl dt {
    color: #555555;
    margin: 16px 0 12px 0;
    padding: 0 0 0 18px;
    font-size: 1.8rem;
    box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 120%;
    position: relative;
  }
  .notice_area .notice_area_in .notice_frame .notice_box dl dt::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 12px #555555;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    margin: auto;
    left: 0;
    top: 0.4rem;
    transition: 0.5s;
  }
  .notice_area .notice_area_in .notice_frame .notice_box dl dt.open::before {
    border: none;
    border-bottom: solid 12px #555555;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
  }
  .notice_area .notice_area_in .notice_frame .notice_box dl dt:first-child {
    border-top: none;
    padding: 0 0.4rem 0 2rem;
  }
  .notice_area .notice_area_in .notice_frame .notice_box dl dt.close::before {
    transform: rotateX(180deg);
    transition: 0.5s;
  }
  .notice_area .notice_area_in .notice_frame .notice_box dl dd {
    margin: 0 0 22px 0;
    padding: 0 0 22px 18px;
    color: #555555;
    font-size: 1.6rem;
    line-height: 160%;
    display: none;
    border-bottom: #C3C3C3 1px dashed;
  }
  .notice_area .notice_area_in .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_area .notice_area_in .timetable_frame {
    background-color: #ffffff;
    width: 420px;
    height: 720px;
    margin: 0;
    padding: 0;
  }
  .notice_area .notice_area_in .timetable_frame .timetable_title {
    color: #707070;
    background-color: #F7F7F7;
    width: 360px;
    margin: 28px auto 0 auto;
    font-size: 2.4rem;
    padding: 10px;
    box-sizing: border-box;
  }
  .notice_area .notice_area_in .timetable_frame table.timetable {
    width: 360px;
    margin: 28px auto 0 auto;
  }
  .notice_area .notice_area_in .timetable_frame table.timetable2 {
    width: 360px;
    margin: 0 auto;
  }
  .notice_area .notice_area_in .timetable_frame .notice_time {
    width: 360px;
    margin: 0.6rem auto 56px auto;
  }
  .notice_area .notice_area_in .timetable_frame .notice_time2 {
    width: 360px;
    margin: 0.6rem auto 44px auto;
  }
  .notice_area .notice_area_in .timetable_frame .timetable_text {
    width: 360px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 160%;
  }
  .notice_area .notice_area_in2 {
    background-color: #ffffff;
    width: 1145px;
    margin: 40px auto 0 auto;
    padding: 40px 40px 30px 40px;
    box-sizing: border-box;
  }
  .notice_area .notice_area_in2 h2.about_title {
    font-family: "notoserifjp";
    font-size: 3rem;
    font-weight: normal;
    color: #555555;
    text-align: center;
    padding: 0 0 8px 0;
    border-bottom: #CCCCCC 1px solid;
    margin: 0 0 40px 0;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  .notice_area .notice_area_in2 p {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .notice_area .notice_area_in2 p.sub_doctor {
    text-align: right;
    margin: 0 0 2rem 0;
  }
  .notice_area .notice_area_in2 p.sub_doctor span {
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 96%;
  margin: 0 auto;
  padding: 2rem 0;
}
.treatment_frame .treatment_box_1 {
  width: 100%;
  margin: 0 0 4rem 0;
}
.treatment_frame .treatment_box_1 figure img {
  width: 100%;
}
.treatment_frame .treatment_box_1 section.treatment_sub_box {
  margin: 2rem 0 0 0;
}
.treatment_frame .treatment_box_1 section.treatment_sub_box h3.top_sub_title a {
  color: #D83F8F;
  border-bottom: #D83F8F 2px solid;
  font-size: 2rem;
  font-weight: normal;
  padding: 0 0 0.6rem 1rem;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  text-decoration: none;
  display: block;
}
.treatment_frame .treatment_box_1 section.treatment_sub_box h3.top_sub_title a span {
  color: #F69ACA;
  margin: 0 0 0 1rem;
  font-size: 1rem;
}
.treatment_frame .treatment_box_1 section.treatment_sub_box p {
  width: 96%;
  margin: 0 auto 2rem auto;
  font-size: 1.6rem;
}
.treatment_frame .treatment_box_1 section.treatment_sub_box ul {
  list-style-type: none;
  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;
}
.treatment_frame .treatment_box_1 section.treatment_sub_box ul li {
  width: 100%;
  margin: 0 0 1rem 0;
}
.treatment_frame .treatment_box_1 section.treatment_sub_box ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  background-color: #fff2f9;
  color: #D83F8F;
  display: inline-block;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.treatment_frame .treatment_box_1 section.treatment_sub_box ul li a::before {
  font-family: "fontello";
  content: "\e807";
  margin: 0 5px 0 0;
}
.treatment_frame .treatment_box_2 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 4rem 0;
}
.treatment_frame .treatment_box_2 figure img {
  width: 100%;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box {
  margin: 2rem 0 0 0;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box h3.top_sub_title a {
  color: #D83F8F;
  border-bottom: #D83F8F 2px solid;
  font-size: 2rem;
  font-weight: normal;
  padding: 0 1rem 0.6rem 0;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  text-align: right;
  text-decoration: none;
  display: block;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box h3.top_sub_title a span {
  color: #F69ACA;
  margin: 0 0 0 1rem;
  font-size: 1rem;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box p {
  width: 96%;
  margin: 0 auto 2rem auto;
  font-size: 1.6rem;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box ul {
  list-style-type: none;
  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;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box ul li {
  width: 100%;
  margin: 0 0 1rem 0;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  background-color: #fff2f9;
  color: #D83F8F;
  display: inline-block;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box ul li a::before {
  font-family: "fontello";
  content: "\e807";
  margin: 0 5px 0 0;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box ul li.nado a {
  background-color: transparent;
  padding: 1rem 0;
}
.treatment_frame .treatment_box_2 section.treatment_sub_box ul li.nado a::before {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 1120px;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  .treatment_frame .treatment_box_1 {
    width: 1120px;
    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;
    margin: 0 0 54px 0;
  }
  .treatment_frame .treatment_box_1 figure img {
    width: 520px;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box {
    margin: 0 0 0 0;
    width: 600px;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box h3.top_sub_title a {
    color: #D83F8F;
    border-bottom: #D83F8F 1px solid;
    font-size: 2.6rem;
    font-weight: normal;
    padding: 0 0 8px 20px;
    box-sizing: border-box;
    margin: 28px 0 24px 0;
    text-decoration: none;
    display: block;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box h3.top_sub_title a span {
    color: #F69ACA;
    margin: 0 0 0 1rem;
    font-size: 1.4rem;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box h3.top_sub_title a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box p {
    width: 560px;
    margin: 0 auto 16px auto;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box ul {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 560px;
    margin: 0 auto 0 auto;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box ul li {
    width: auto;
    margin: 0 20px 0 0;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    background-color: #fff2f9;
    color: #D83F8F;
    display: inline-block;
    padding: 8px 14px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
  }
  .treatment_frame .treatment_box_1 section.treatment_sub_box ul li a::before {
    font-family: "fontello";
    content: "\e807";
    margin: 0 5px 0 0;
  }
  .treatment_frame .treatment_box_2 {
    width: 1120px;
    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;
    margin: 0 0 36px 0;
  }
  .treatment_frame .treatment_box_2 figure {
    order: 2;
  }
  .treatment_frame .treatment_box_2 figure img {
    width: 520px;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box {
    order: 1;
    margin: 0 0 0 0;
    width: 600px;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box h3.top_sub_title a {
    color: #D83F8F;
    border-bottom: #D83F8F 1px solid;
    font-size: 2.6rem;
    font-weight: normal;
    padding: 0 24px 8px 0;
    box-sizing: border-box;
    margin: 28px 0 24px 0;
    text-align: right;
    text-decoration: none;
    display: block;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box h3.top_sub_title a span {
    color: #F69ACA;
    margin: 0 0 0 1rem;
    font-size: 1.4rem;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box h3.top_sub_title a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box p {
    width: 560px;
    margin: 0 auto 16px auto;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul {
    list-style-type: none;
    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;
    width: 510px;
    margin: 0 0 0 0;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul li {
    width: auto;
    margin: 0 20px 20px 0;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    background-color: #fff2f9;
    color: #D83F8F;
    display: inline-block;
    padding: 8px 14px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul li a::before {
    font-family: "fontello";
    content: "\e807";
    margin: 0 5px 0 0;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul li a br {
    display: none;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul li.kanpo {
    margin: 0 100px 20px 0;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul li.nado {
    margin: 0 0 0 0;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul li.nado a {
    background-color: transparent;
    padding: 8px 0;
  }
  .treatment_frame .treatment_box_2 section.treatment_sub_box ul li.nado a::before {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeing_frame {
  padding: 2rem 0 1rem 0;
  background-color: #fbf9f5;
}
.greeing_frame .greeting_box {
  width: 96%;
  margin: 0 auto;
}
.greeing_frame .greeting_box .greeing_name {
  text-align: right;
}
.greeing_frame .greeting_box .greeing_name .clinic_name {
  font-size: 1.2rem;
}
.greeing_frame .greeting_box .greeing_name .doctor_name {
  font-size: 1.8rem;
}
.greeing_frame .greeting_box .greeing_name .doctor_name span {
  font-size: 1.5rem;
  margin: 0 1rem 0 0;
}

@media screen and (min-width: 768px), print {
  .greeing_frame {
    padding: 70px 0 62px 0;
    background-color: #fbf9f5;
  }
  .greeing_frame .greeting_box {
    width: 1200px;
    margin: 0 auto;
  }
  .greeing_frame .greeting_box .greeing_text {
    font-size: 1.6rem;
    line-height: 180%;
    margin: 0 0 30px 0;
  }
  .greeing_frame .greeting_box .greeing_name {
    text-align: right;
    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;
  }
  .greeing_frame .greeting_box .greeing_name .clinic_name {
    font-size: 1.4rem;
    margin: 0 36px 0 0;
    line-height: 120%;
  }
  .greeing_frame .greeting_box .greeing_name .doctor_name {
    font-size: 2.4rem;
    margin: 0 170px 0 0;
  }
  .greeing_frame .greeting_box .greeing_name .doctor_name span {
    font-size: 1.8rem;
    margin: 0 26px 0 0;
  }
}
/* -----------------------------------------------------------
　画像ループ
----------------------------------------------------------- */
.loop_css2 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
  margin: 5rem 0;
}
.loop_css2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 4125px;
  margin: 0;
  padding: 0;
}
.loop_css2 ul li {
  display: inline-block;
  width: 50vw;
  min-width: 250px;
  margin: 0 0 0 0;
  list-style: none;
  text-align: center;
}
.loop_css2 ul li a {
  display: block;
}
.loop_css2 ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.loop_css2 ul:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_css2 ul + ul {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}

.loop_css2:hover ul {
  animation-play-state: paused;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.loop_js {
  display: -webkit-flex;
  display: flex;
  width: 3600px;
  height: 150px;
  overflow: hidden;
}

.loop_js > * {
  width: 33.333333%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .loop_css2 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    overflow: hidden;
    margin: 100px 0;
  }
  .loop_css2 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 4125px;
    margin: 0;
    padding: 0;
  }
  .loop_css2 ul li {
    display: inline-block;
    width: 50vw;
    min-width: 375px;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
  }
  .loop_css2 ul li a {
    display: block;
  }
  .loop_css2 ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .loop_css2 ul:first-child {
    -webkit-animation: loop 120s -60s linear infinite;
    animation: loop 120s -60s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .loop_css2 ul + ul {
    -webkit-animation: loop2 120s linear infinite;
    animation: loop2 120s linear infinite;
  }
  .loop_css2:hover ul {
    animation-play-state: paused;
  }
  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  .loop_js {
    display: -webkit-flex;
    display: flex;
    width: 2550px;
    height: 150px;
    overflow: hidden;
  }
  .loop_js > * {
    width: 33.333333%;
    height: auto;
  }
}
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame {
  padding: 2rem 0 1rem 0;
  background-color: #fbf9f5;
}
.feature_frame .feature_area {
  width: 96%;
  margin: 0 auto;
}
.feature_frame .feature_area .feature_box {
  margin: 0 auto 0 auto;
  width: 80%;
}
.feature_frame .feature_area .feature_box figure {
  margin: 0 0 4rem 0;
}
.feature_frame .feature_area .feature_box figure img {
  width: 100%;
  display: block;
  margin: 0 0 1rem 0;
}
.feature_frame .feature_area .feature_box figure figcaption {
  width: 100%;
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 150%;
  color: #333333;
  border-bottom: #707070 1px solid;
}

@media screen and (min-width: 768px), print {
  .feature_frame {
    padding: 60px 0 10px 0;
    background-color: #fbf9f5;
  }
  .feature_frame .feature_area {
    width: 1200px;
    margin: 0 auto;
  }
  .feature_frame .feature_area .feature_box {
    margin: 0;
    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;
  }
  .feature_frame .feature_area .feature_box figure {
    margin: 0 0 90px 0;
    width: 360px;
  }
  .feature_frame .feature_area .feature_box figure img {
    width: 360px;
    display: block;
    margin: 0 0 8px 0;
  }
  .feature_frame .feature_area .feature_box figure figcaption {
    width: 100%;
    display: block;
    margin: 0 0 24px 0;
    padding: 0 0 10px 0;
    font-size: 2.4rem;
    text-align: center;
    line-height: 150%;
    color: #333333;
    border-bottom: #707070 1px solid;
  }
  .feature_frame .feature_area .feature_box figure p {
    margin: 0 0 0 0;
    line-height: 150%;
    letter-spacing: 0;
  }
}
/*-----------------------------------------------------------
 医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 2rem 0 0 0;
  margin: 0;
}
.overview .overview_frame {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_frame .overview_info_box .overview_info_box_left dl {
  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;
  color: #555555;
}
.overview .overview_frame .overview_info_box .overview_info_box_left dl dt {
  width: 20%;
  font-size: 1.2rem;
  margin: 0 0 1.5rem 0;
  line-height: 160%;
  color: #D83F8F;
}
.overview .overview_frame .overview_info_box .overview_info_box_left dl dd {
  width: 80%;
  font-size: 1.2rem;
  margin: 0 0 1.5rem 0;
  line-height: 160%;
}
.overview .overview_frame .overview_info_box .overview_info_box_left dl dd a {
  text-decoration: none;
  color: #555555;
}
.overview .overview_frame .overview_info_box .overview_info_box_right dl {
  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;
  color: #555555;
}
.overview .overview_frame .overview_info_box .overview_info_box_right dl dt {
  width: 20%;
  font-size: 1.2rem;
  margin: 0 0 1.5rem 0;
  line-height: 160%;
  color: #D83F8F;
}
.overview .overview_frame .overview_info_box .overview_info_box_right dl dd {
  width: 80%;
  font-size: 1.2rem;
  margin: 0 0 1.5rem 0;
  line-height: 160%;
}
.overview .overview_frame .overview_info_box_treatment dl {
  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;
  color: #555555;
}
.overview .overview_frame .overview_info_box_treatment dl dt {
  width: 20%;
  font-size: 1.2rem;
  margin: 0 0 1.5rem 0;
  line-height: 160%;
  color: #D83F8F;
}
.overview .overview_frame .overview_info_box_treatment dl dd {
  width: 80%;
  font-size: 1.2rem;
  margin: 0 0 1.5rem 0;
  line-height: 160%;
}
.overview .overview_frame .overview_info_box_treatment dl dd span {
  color: #F69ACA;
}
.overview .overview_frame .overview_info_box2 {
  margin: 2rem 0 0 0;
}
.overview .overview_frame .overview_info_box2 .overview_info_box2_left iframe.googlemap {
  width: 100%;
  height: 500px;
}
.overview .overview_frame .overview_info_box2 .overview_info_box2_right {
  margin: 4rem 0 0 0;
}
.overview .overview_frame .overview_info_box2 .overview_info_box2_right .timetable_title {
  color: #707070;
  background-color: #F7F7F7;
  width: 96%;
  margin: 0 auto 1rem auto;
  font-size: 1.6rem;
  padding: 0.4rem;
  box-sizing: border-box;
}
.overview .overview_frame .overview_info_box2 .overview_info_box2_right table.timetable {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_frame .overview_info_box2 .overview_info_box2_right table.timetable2 {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_frame .overview_info_box2 .overview_info_box2_right .notice_time {
  width: 96%;
  margin: 0.6rem auto 4rem auto;
}
.overview .overview_frame .overview_info_box2 .overview_info_box2_right .notice_time2 {
  width: 96%;
  margin: 0.6rem auto 3rem auto;
}
.overview .overview_frame .overview_info_box2 .overview_info_box2_right .timetable_text {
  width: 96%;
  margin: 0 auto;
  font-size: 3.4vw;
  line-height: 160%;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 110px 0 0 0;
    margin: 0;
  }
  .overview .overview_frame {
    width: 1090px;
    margin: 0 auto;
  }
  .overview .overview_frame .overview_info_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;
    margin: 56px 0 0 0;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_left {
    width: 545px;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_left dl {
    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;
    color: #555555;
    width: 545px;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_left dl dt {
    width: 100px;
    font-size: 1.6rem;
    margin: 0 0 24px 0;
    line-height: 160%;
    color: #D83F8F;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_left dl dd {
    width: 445px;
    font-size: 1.6rem;
    margin: 0 0 24px 0;
    line-height: 160%;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_right {
    width: 545px;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_right dl {
    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;
    color: #555555;
    width: 545px;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_right dl dt {
    width: 100px;
    font-size: 1.6rem;
    margin: 0 0 24px 0;
    line-height: 160%;
    color: #D83F8F;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_right dl dt.doctor {
    padding: 8px 0 0 0;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_right dl dd {
    width: 445px;
    font-size: 1.6rem;
    margin: 0 0 24px 0;
    line-height: 160%;
  }
  .overview .overview_frame .overview_info_box .overview_info_box_right dl dd.doctor {
    margin: 0 0 12px 0;
  }
  .overview .overview_frame .overview_info_box_treatment {
    width: 1090px;
    margin: 0 auto 0 auto;
  }
  .overview .overview_frame .overview_info_box_treatment dl {
    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;
    color: #555555;
    width: 1090px;
  }
  .overview .overview_frame .overview_info_box_treatment dl dt {
    width: 90px;
    font-size: 1.6rem;
    margin: 0 0 24px 0;
    line-height: 160%;
    color: #D83F8F;
  }
  .overview .overview_frame .overview_info_box_treatment dl dd {
    width: 1000px;
    font-size: 1.6rem;
    margin: 0 0 24px 0;
    line-height: 160%;
  }
  .overview .overview_frame .overview_info_box2 {
    margin: 17px 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;
    width: 1020px;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_left {
    width: 560px;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_left iframe.googlemap {
    width: 560px;
    height: 460px;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_right {
    width: 360px;
    margin: 0 0 0 0;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_right .timetable_title {
    color: #707070;
    background-color: #F7F7F7;
    width: 360px;
    margin: 0 auto 20px auto;
    font-size: 2.4rem;
    padding: 10px;
    box-sizing: border-box;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_right table.timetable {
    width: 360px;
    margin: 0 auto 0 auto;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_right table.timetable2 {
    width: 360px;
    margin: 0 auto;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_right .notice_time {
    width: 360px;
    margin: 0.6rem auto 56px auto;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_right .notice_time2 {
    width: 360px;
    margin: 5px auto 35px auto;
  }
  .overview .overview_frame .overview_info_box2 .overview_info_box2_right .timetable_text {
    width: 360px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 160%;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 2rem 0 0 0;
  background-color: #fbf9f5;
}
footer .footer_frame {
  width: 96%;
  margin: 0 auto;
}
footer .footer_frame .footer_nav p {
  font-size: 1.4rem;
  border-bottom: #707070 1px solid;
  padding: 0 0 0.4rem 0;
  margin: 0 0 1rem 0;
}
footer .footer_frame .footer_nav p a {
  text-decoration: none;
  color: #333333;
}
footer .footer_frame .footer_nav ul.footer_list {
  line-height: 130%;
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
}
footer .footer_frame .footer_nav ul.footer_list li {
  margin: 0 0 1.4rem 1.8rem;
  padding: 0;
  list-style-type: disc;
}
footer .footer_frame .footer_nav ul.footer_list li a {
  color: #333333;
  text-decoration: none;
}
footer .footer_frame .footer_nav ul.footer_list li.treatment {
  display: none;
}
footer .footer_frame .footer_nav ul.footer_list li.nado {
  list-style-type: none;
  margin: 0;
}
footer .copyright {
  margin: 0;
  text-align: center;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  letter-spacing: 0.05em;
  background-color: #555555;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.5rem 0;
  background-color: #F7F7F7;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 15%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  background-color: #555555;
  padding: 1rem 0;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.footer_link a.footer_web {
  width: 30%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  background-color: #555555;
  padding: 1rem 0;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.footer_link a.footer_web i {
  font-size: 1.8rem;
}
.footer_link a.footer_mon {
  width: 30%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  background-color: #555555;
  padding: 1rem 0;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls {
  background-color: #555555;
  width: 15%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  padding: 0.8rem 0;
  font-weight: normal;
  text-decoration: none;
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  footer {
    width: 100%;
    height: 460px;
    padding: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 21px 0 0 0;
    overflow: hidden;
  }
  footer .footer_frame {
    width: 1165px;
    margin: 0 auto;
    height: 430px;
    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;
    padding: 23px 0 0 0;
    box-sizing: border-box;
  }
  footer .footer_frame .footer_nav p {
    font-size: 1.6rem;
    border-bottom: #707070 1px solid;
    padding: 0 0 10px 0;
    margin: 0 0 12px 0;
  }
  footer .footer_frame .footer_nav p a {
    text-decoration: none;
    color: #333333;
  }
  footer .footer_frame .footer_nav p a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame .footer_nav ul.footer_list {
    line-height: 130%;
    font-size: 1.4rem;
    list-style-type: disc;
    margin: 0 0 1rem 0;
  }
  footer .footer_frame .footer_nav ul.footer_list li {
    margin: 0 0 10px 20px;
    padding: 0;
  }
  footer .footer_frame .footer_nav ul.footer_list li a {
    color: #333333;
    text-decoration: none;
  }
  footer .footer_frame .footer_nav ul.footer_list li a br {
    display: none;
  }
  footer .footer_frame .footer_nav ul.footer_list li a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame .footer_nav ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame .footer_nav ul.footer_list li.nado {
    list-style-type: none;
    margin: 0;
  }
  footer .footer_frame .linkg1 {
    width: 160px;
  }
  footer .footer_frame .linka1 {
    width: 160px;
  }
  footer .footer_frame .linka2 {
    width: 405px;
  }
  footer .footer_frame .linka3 {
    width: 160px;
  }
  footer .footer_frame .linka4 {
    width: 160px;
  }
  footer .copyright {
    margin: 0;
    height: 30px;
    text-align: center;
    padding: 0;
    color: #ffffff;
    font-size: 1.4rem;
    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-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #linkpagetop a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D83F8F;
    color: #ffffff;
    font-size: 2.6rem;
    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;
    padding: 0 0 8px 0;
    box-sizing: border-box;
  }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 999999;
    left: 50%;
    margin: 0 0 0 530px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
  }
  #pagetop {
    position: fixed;
    bottom: 10px;
    left: 93%;
    margin: 0 0 0 0;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 26vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  border-top: #F69ACA 1px solid;
  background-color: #ffffff;
}
.drawr ul.hbg {
  list-style-type: none;
}
.drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.drawr ul.hbg li a {
  color: #555555;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #F69ACA 1px solid;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  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;
  line-height: 140%;
}
.drawr ul.hbg li ul {
  display: none;
}
.drawr ul.hbg li ul.open_nav {
  display: block;
}
.drawr ul.hbg li ul li.title {
  background-color: #A2A2A2;
  color: #ffffff;
  padding: 1rem;
  font-size: 1.4rem;
  text-align: left;
}
.drawr ul.hbg li ul li.title a {
  background-color: #A2A2A2;
  color: #ffffff;
  padding: 0;
}
.drawr ul.hbg li ul li a {
  background-color: #F7F7F7;
  color: #555555;
  border-bottom: none;
  text-align: left;
}
.drawr ul.hbg li ul li a::before {
  font-family: "fontello";
  content: "\e807";
  margin: 0 5px 0 0;
}
.drawr ul.hbg li ul li a.two br {
  display: inline;
}
.drawr ul.hbg li ul li a br {
  display: none;
}

.openNav {
  display: block;
}

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

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 12vw;
  padding: 0 0 4px 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

.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: flex;
  align-items: center;
  justify-content: center;
  width: 14%;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  padding: 0 0 0.6rem 0;
  background-color: #D83F8F;
  border: #D83F8F 1px solid;
  z-index: 99999;
}

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

h2.top_title {
  font-family: "notoserifjp";
  font-size: 2.2rem;
  font-weight: normal;
  color: #555555;
  text-align: center;
  padding: 0 0 0.8rem 0;
  border-bottom: #CCCCCC 1px solid;
  margin: 0 0 2rem 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
h2.top_title span {
  font-size: 1rem;
  color: #CCCCCC;
  display: block;
}
h2.low {
  font-family: "notoserifjp";
  font-size: 2.2rem;
  font-weight: normal;
  color: #555555;
  text-align: center;
  padding: 0 0 1.2rem 0;
  border-bottom: #CCCCCC 1px solid;
  margin: 0 0 2rem 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  font-size: 1.8rem;
  font-family: "notoserifjp";
  font-weight: normal;
  color: #707070;
  background-color: #F7F7F7;
  padding: 0.6rem 0.6rem;
  box-sizing: border-box;
  margin: 1.5rem 0 1rem 0;
}
h3.first {
  margin: 0 0 1rem 0;
}

h4 {
  font-size: 1.7rem;
  font-family: "notoserifjp";
  font-weight: normal;
  color: #D83F8F;
  padding: 0 0 0.8rem 0.4rem;
  box-sizing: border-box;
  border-bottom: #D83F8F 1px solid;
  margin: 1.5rem 0 1rem 0;
  line-height: 120%;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5 {
  font-size: 1.6rem;
  font-family: "notoserifjp";
  font-weight: normal;
  color: #707070;
  border-bottom: #707070 1px dashed;
  padding: 0 0 0.8rem 0.4rem;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  line-height: 120%;
}
h5.first {
  margin: 1.5rem 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";
    font-size: 3rem;
    font-weight: normal;
    color: #555555;
    text-align: center;
    padding: 0 0 8px 0;
    border-bottom: #CCCCCC 1px solid;
    margin: 0 0 40px 0;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  h2.top_title span {
    font-size: 1.4rem;
    color: #CCCCCC;
    display: block;
  }
  h2.low {
    font-family: "notoserifjp";
    font-size: 3rem;
    font-weight: normal;
    color: #555555;
    text-align: center;
    padding: 0 0 22px 0;
    border-bottom: #CCCCCC 1px solid;
    margin: 110px 0 35px 0;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    font-size: 2.2rem;
    font-family: "notoserifjp";
    color: #707070;
    background-color: #F7F7F7;
    padding: 11px 30px;
    box-sizing: border-box;
    /*margin: 120px 0 20px 0; */
    margin: 70px 0 20px 0;
    line-height: 160%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4 {
    font-size: 2.2rem;
    font-family: "notoserifjp";
    color: #D83F8F;
    padding: 0 0 10px 14px;
    box-sizing: border-box;
    border-bottom: #D83F8F 1px solid;
    margin: 40px 0 20px 0;
    line-height: 160%;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5 {
    font-size: 2rem;
    font-family: "notoserifjp";
    font-weight: normal;
    color: #707070;
    border-bottom: #707070 1px dashed;
    padding: 0 0 10px 14px;
    box-sizing: border-box;
    margin: 30px 0 20px 0;
    line-height: 160%;
  }
  h5.first {
    margin: 0 0 20px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

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

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

.img_wd {
  width: 30rem;
}

/*画像右*/
.img_right_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_right_frame div.right {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_right_frame div.right img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_right_frame div.left {
  order: 2;
  width: 100%;
}
.img_right_frame div.left .doctor_name {
  text-align: right;
}

/*画像左*/
.img_left_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_left_frame div.left {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_left_frame div.left img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_left_frame div.right {
  order: 2;
  width: 100%;
  line-height: 120%;
}

/*二つ*/
.img_two {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.img_two img {
  width: 70%;
  margin: 0 auto 20px auto;
  display: block;
}

.top_doctor_name {
  font-size: 1.5rem;
  text-align: right;
}
.top_doctor_name span {
  font-size: 1.8rem;
}

.doctor_name2 {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right img {
    width: 300px;
    height: auto;
  }
  .img_doctor {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_doctor img {
    width: 350px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  /*画像右*/
  .img_right_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 3rem 0;
  }
  .img_right_frame div.right {
    order: 2;
    width: 350px;
    text-align: center;
  }
  .img_right_frame div.right img {
    width: 350px;
    height: auto;
    margin: 0;
  }
  .img_right_frame div.left {
    order: 1;
    width: 445px;
    line-height: 120%;
  }
  .img_right_frame div.left .doctor_name {
    text-align: right;
  }
  /*画像左*/
  .img_left_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 0;
  }
  .img_left_frame div.left {
    order: 1;
    width: 350px;
    text-align: left;
  }
  .img_left_frame div.left img {
    width: 350px;
    height: auto;
    margin: 10px 0;
  }
  .img_left_frame div.right {
    order: 2;
    width: 445px;
    line-height: 120%;
  }
  /*二つ*/
  .img_two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .img_two img {
    width: 540px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .top_doctor_name {
    font-size: 1.8rem;
    text-align: right;
  }
  .top_doctor_name span {
    font-size: 2.2rem;
  }
}
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 1rem 0;
}
ul.list_normal li {
  margin: 0 0 1.4rem 1.8rem;
  padding: 0;
}

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

ul.list_maru_two {
  padding: 0;
  margin: 0;
}
ul.list_maru_two li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left 0.4rem top 0.8rem;
  background-size: 8px;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
ul.list_maru_two li a {
  color: #D83F8F;
}
ul.list_maru_two li a {
  color: #333333;
  text-decoration: none;
}
ul.list_maru_two li span {
  color: #333333;
}

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

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

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

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

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

@media screen and (min-width: 768px), print {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0;
  }
  ul.list_normal li {
    margin: 0 0 1.4rem 25px;
    padding: 0;
  }
  ul.list_normal li ul {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_normal li ul li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 0.8rem 1.8rem;
    box-sizing: border-box;
    width: auto;
  }
  /*画像●*/
  ul.list_maru {
    padding: 0;
  }
  ul.list_maru li {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left 4px top 8px;
    background-size: 8px;
    padding: 0 0 0 25px;
  }
  ul.list_maru li ul {
    margin: 2rem 0 0 0;
  }
  ul.list_maru li ul li {
    background: none;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 160%;
  }
  ul.list_maru li a {
    color: #D83F8F;
    text-decoration: underline;
  }
  ul.list_maru li a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  ul.list_maru li span {
    color: #D83F8F;
  }
  ul.list_maru_two {
    padding: 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%;
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left 4px top 8px;
    background-size: 8px;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  ul.list_maru_two li a {
    color: #333333;
    text-decoration: underline;
  }
  ul.list_maru_two li span {
    color: #333333;
  }
  /*なし*/
  ul.list_none {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
  }
  ul.list_none li {
    margin: 0 0 15px 0;
  }
  ul.list_none li span {
    color: #fedc50;
    margin: 0 5px 0 0;
  }
  /*数値*/
  ul.list_num {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box;
    width: 90%;
  }
  ul.list_num2 {
    box-sizing: border-box;
    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;
  }
  ul.list_num2 li {
    width: 45%;
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_normal_two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    box-sizing: border-box;
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 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%;
}
dl.bio_list dt {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: bold;
}
dl.bio_list dt span {
  display: inline;
  text-align: left;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
dl.bio_list dd {
  width: 100%;
  margin: 0 0 2rem 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 0 0;
  line-height: 120%;
}
dl.num_list dt {
  width: 6%;
  margin: 0 0 0 0;
}
dl.num_list dd {
  width: 94%;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px), print {
  dl.bio_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;
    font-size: 1.6rem;
    box-sizing: border-box;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dt span {
    display: block;
    text-align: center;
    padding: 0 35px 0 0;
    box-sizing: border-box;
  }
  dl.bio_list dd {
    width: 1000px;
    margin: 0 0 20px 0;
  }
  dl.num_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;
    font-size: 1.6rem;
    box-sizing: border-box;
    line-height: 160%;
    width: 1200px;
    margin: 0;
  }
  dl.num_list dt {
    width: 22px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.num_list dd {
    width: 1178px;
    margin: 0 0 20px 0;
  }
}
/*アサイド*/
aside {
  display: none;
}

@media screen and (min-width: 768px), print {
  aside {
    display: block;
    width: 270px;
  }
  aside p.aside_title {
    width: 270px;
    height: 54px;
    background-color: #707070;
    font-size: 2rem;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0.2em;
    margin: 0 0 6px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  aside ul.aside_list {
    list-style-type: none;
  }
  aside ul.aside_list li {
    margin: 0 0 0 0;
    width: 270px;
  }
  aside ul.aside_list li a {
    width: 270px;
    height: 50px;
    margin: 0;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    color: #555555;
    font-size: 2rem;
    background: url(../images/aside_arrow.png) no-repeat;
    background-position: left 18px center;
    border-bottom: #c9b58c 1px solid;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.05em;
  }
  aside ul.aside_list li a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
}
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable {
  padding: 0;
  margin: 0 auto;
  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-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #F69ACA;
  width: 10%;
}
table.timetable tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  background-color: #ffffff;
  border-bottom: #F69ACA 1px solid;
  color: #F69ACA;
  min-height: 17vw;
}
table.timetable tr td.time {
  width: 32%;
  text-align: center;
}
table.timetable tr td.ajs {
  padding: 0 0 0 0.5rem;
}
table.timetable tr.line_bold td {
  border-bottom: #F69ACA 2px solid;
}

table.timetable2 {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  line-height: 140%;
}
table.timetable2 tr th {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #c9b58c;
  width: 10%;
}
table.timetable2 tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  background-color: #ffffff;
  border-bottom: #c9b58c 1px solid;
  color: #c9b58c;
  min-height: 17vw;
}
table.timetable2 tr td.time {
  width: 32%;
  text-align: center;
}
table.timetable2 tr td.ajs {
  padding: 0 0 0 0.5rem;
}
table.timetable2 tr.line_bold td {
  border-bottom: #c9b58c 2px solid;
}

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

.notice_time2 {
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #c9b58c;
  box-sizing: border-box;
}

.low_timetable table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  line-height: 140%;
}
.low_timetable table.timetable tr th {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #F69ACA;
  width: 10%;
}
.low_timetable table.timetable tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  background-color: #ffffff;
  border-bottom: #F69ACA 1px solid;
  color: #F69ACA;
  min-height: 17vw;
}
.low_timetable table.timetable tr td.time {
  width: 32%;
  text-align: center;
}
.low_timetable table.timetable tr td.ajs {
  padding: 0 0 0 0.5rem;
}
.low_timetable table.timetable tr.line_bold td {
  border-bottom: #F69ACA 2px solid;
}
.low_timetable table.timetable2 {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  line-height: 140%;
}
.low_timetable table.timetable2 tr th {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #c9b58c;
  width: 10%;
}
.low_timetable table.timetable2 tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  background-color: #ffffff;
  border-bottom: #c9b58c 1px solid;
  color: #c9b58c;
  min-height: 17vw;
}
.low_timetable table.timetable2 tr td.time {
  width: 32%;
  text-align: center;
}
.low_timetable table.timetable2 tr td.ajs {
  padding: 0 0 0 0.5rem;
}
.low_timetable table.timetable2 tr.line_bold td {
  border-bottom: #c9b58c 2px solid;
}
.low_timetable .notice_time {
  font-size: 3.4vw;
  margin: 0.6rem 0 2rem 0;
  width: 100%;
  color: #F69ACA;
  box-sizing: border-box;
}
.low_timetable .notice_time2 {
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #c9b58c;
  box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 8px 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #F69ACA;
    width: auto;
  }
  table.timetable tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 12px 0;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: #F69ACA 1px solid;
    color: #F69ACA;
    min-height: auto;
  }
  table.timetable tr td.time {
    width: 130px;
    text-align: center;
  }
  table.timetable tr td.ajs {
    padding: 0 0 0 8px;
  }
  table.timetable tr.line_bold td {
    border-bottom: #F69ACA 2px solid;
  }
  table.timetable2 {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable2 tr th {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 8px 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #c9b58c;
    width: auto;
  }
  table.timetable2 tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 12px 0;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: #c9b58c 1px solid;
    color: #c9b58c;
    min-height: auto;
  }
  table.timetable2 tr td.time {
    width: 130px;
    text-align: center;
  }
  table.timetable2 tr td.ajs {
    padding: 0 0 0 8px;
  }
  table.timetable2 tr.line_bold td {
    border-bottom: #c9b58c 2px solid;
  }
  .notice_time {
    font-size: 1.6rem;
    margin: 12px 0 0 0;
    width: 100%;
    color: #F69ACA;
    padding: 0;
    box-sizing: border-box;
    line-height: 160%;
  }
  .notice_time2 {
    font-size: 1.6rem;
    margin: 12px 0 0 0;
    width: 100%;
    color: #c9b58c;
    padding: 0;
    box-sizing: border-box;
    line-height: 160%;
  }
  .low_timetable {
    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;
  }
  .low_timetable .table_box {
    width: 48%;
  }
  .low_timetable table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 140%;
  }
  .low_timetable table.timetable tr th {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 8px 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #F69ACA;
    width: auto;
  }
  .low_timetable table.timetable tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 12px 0;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: #F69ACA 1px solid;
    color: #F69ACA;
    min-height: auto;
  }
  .low_timetable table.timetable tr td.time {
    width: 130px;
    text-align: center;
  }
  .low_timetable table.timetable tr td.ajs {
    padding: 0 0 0 8px;
  }
  .low_timetable table.timetable tr.line_bold td {
    border-bottom: #F69ACA 2px solid;
  }
  .low_timetable table.timetable2 {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 140%;
  }
  .low_timetable table.timetable2 tr th {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 8px 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #c9b58c;
    width: auto;
  }
  .low_timetable table.timetable2 tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 12px 0;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: #c9b58c 1px solid;
    color: #c9b58c;
    min-height: auto;
  }
  .low_timetable table.timetable2 tr td.time {
    width: 130px;
    text-align: center;
  }
  .low_timetable table.timetable2 tr td.ajs {
    padding: 0 0 0 8px;
  }
  .low_timetable table.timetable2 tr.line_bold td {
    border-bottom: #c9b58c 2px solid;
  }
  .low_timetable .notice_time {
    font-size: 1.6rem;
    margin: 12px 0 20px 0;
    width: 100%;
    color: #F69ACA;
    padding: 0;
    box-sizing: border-box;
    line-height: 160%;
  }
  .low_timetable .notice_time2 {
    font-size: 1.6rem;
    margin: 12px 0 0 0;
    width: 100%;
    color: #c9b58c;
    padding: 0;
    box-sizing: border-box;
    line-height: 160%;
  }
}
/*下層*/
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #F69ACA;
  text-align: center;
  display: block;
  margin: 30px auto;
}

.arrow2 {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #D83F8F;
  text-align: center;
  display: block;
  margin: 30px auto;
}

.text_bold {
  font-weight: bold;
  font-family: "notoserifjp_bold";
}

.borderBottomGray {
  border-bottom: solid 1px #555555;
}

.link_text {
  color: #D83F8F;
}

.red_text {
  color: #1b1b1b;
}

.underline_text {
  text-decoration: underline;
}

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

.emphasis_pink {
  background-color: #fff2f9;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis_pink p {
  margin: 0;
}
.emphasis_pink.-bmi {
  text-align: center;
}

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

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #F69ACA;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  .arrow2 {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #D83F8F;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  .text_bold {
    font-weight: bold;
    font-family: "notoserifjp_bold";
  }
  .link_text {
    color: #D83F8F;
  }
  .link_text:hover {
    opacity: 0.6;
  }
  .red_text {
    color: #1b1b1b;
  }
  .underline_text {
    text-decoration: underline;
  }
  .emphasis {
    background-color: #C3C3C3;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  .emphasis p {
    margin: 0;
  }
  .emphasis_pink {
    background-color: #fff2f9;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  .emphasis_pink p {
    margin: 0;
  }
  .emphasis_pink.-bmi {
    width: 30%;
  }
}
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img {
  margin: 0 0 2rem 0;
  text-align: center;
  position: relative;
}
figure.doctor_img img {
  width: 60%;
  height: auto;
}
figure.doctor_img::before {
  position: absolute;
  margin: auto;
  inset: auto auto -3rem 22rem;
  content: "";
  width: 6rem;
  height: auto;
  aspect-ratio: 700/785;
  background: url(../images/anniversary-5.png) no-repeat center center/contain;
  pointer-events: none;
}

.doctor_name {
  text-align: right;
  font-size: 1.8rem;
}
.doctor_name span {
  font-size: 80%;
}

@media screen and (min-width: 768px), print {
  figure.doctor_img {
    margin: 0 0 10px 0;
    text-align: center;
  }
  figure.doctor_img img {
    width: 672px;
    height: auto;
  }
  figure.doctor_img::before {
    inset: auto auto -12rem 69%;
    width: 22rem;
  }
  .doctor_text {
    width: 580px;
    text-align: justify;
  }
  .doctor_name {
    text-align: right;
    font-size: 2.2rem;
  }
}
/*-----------------------------------------------------------
 診療時間・アクセス
----------------------------------------------------------- */
iframe.accessmap {
  width: 98%;
  height: 500px;
  margin: 0 auto;
}

.access_imgmap {
  margin: 0 0 2rem 0;
}
.access_imgmap img {
  width: 98%;
  display: block;
  margin: 0 auto;
}

.access_tel i {
  color: #D83F8F;
  font-weight: bold;
  font-size: 2rem;
}
.access_tel span {
  color: #D83F8F;
  font-weight: bold;
  font-size: 2rem;
}
.access_tel a {
  color: #D83F8F;
  font-weight: bold;
  font-size: 2rem;
}

.access_text a {
  color: #555555;
}
.access_text a:hover {
  opacity: 0.6;
}

.access_img figure {
  margin: 0 0 4rem 0;
}
.access_img figure img {
  width: 100%;
}
.access_img figure figcaption {
  font-size: 1.4rem;
  color: #555555;
  margin: 1rem 0 0 0;
  line-height: 130%;
}

@media screen and (min-width: 768px), print {
  iframe.accessmap {
    width: 100%;
    height: 500px;
    margin: 0;
  }
  .access_imgmap {
    margin: 0 0 40px 0;
  }
  .access_imgmap img {
    width: 750px;
    display: block;
    margin: 0 auto;
  }
  .access_tel i {
    color: #D83F8F;
    font-weight: bold;
    font-size: 3rem;
  }
  .access_tel span {
    color: #D83F8F;
    font-weight: bold;
    font-size: 3rem;
  }
  .access_tel a {
    color: #D83F8F;
    font-weight: bold;
    font-size: 3rem;
  }
  .access_img {
    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_img figure {
    width: 550px;
    margin: 0 0 0 0;
  }
  .access_img figure img {
    width: 100%;
  }
  .access_img figure figcaption {
    font-size: 1.6rem;
    color: #555555;
    margin: 1rem 0 0 0;
    line-height: 160%;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
a.low_bana {
  display: block;
  text-decoration: none;
  width: 70%;
  margin: 1rem auto;
  background-color: #D83F8F;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0;
}

@media screen and (min-width: 768px), print {
  a.low_bana {
    display: block;
    text-decoration: none;
    width: 400px;
    margin: 1rem auto;
    background-color: #D83F8F;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    padding: 2rem 0;
  }
  a.low_bana:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame {
  width: 100%;
  margin: 0;
}
.machine_frame .machine_box {
  margin: 0 0 3rem 0;
}
.machine_frame .machine_box .machine_title {
  font-size: 1.8rem;
  font-family: "Kosugimaru";
  color: #ffffff;
  background-color: #F69ACA;
  border-radius: 0.5rem;
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
  margin: 2rem 0 1rem 0;
}
.machine_frame .machine_box img {
  width: 80%;
  display: block;
  margin: 0 auto 1rem auto;
}
.machine_frame .machine_box .machine_text {
  text-align: justify;
  width: 80%;
  margin: 0 auto;
}

.machine_box_back img {
  width: 80%;
  display: block;
  margin: 0 auto 1rem auto;
}

.machine_frame2 {
  width: 96%;
  margin: 0 auto;
  border: #D83F8F 2px solid;
  border-radius: 0.5rem;
}
.machine_frame2 .machine_box {
  margin: 0 0 3rem 0;
  padding: 0 1rem;
  box-sizing: border-box;
}
.machine_frame2 .machine_box .machine_title {
  font-size: 1.7rem;
  font-family: "Kosugimaru";
  color: #333333;
  background-color: #d8c99e;
  border-bottom: #333333 1px solid;
  border-radius: 0.5rem;
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
  margin: 2rem 0 1rem 0;
}
.machine_frame2 .machine_box img {
  width: 80%;
  display: block;
  margin: 0 auto 1rem auto;
}
.machine_frame2 .machine_box .machine_text {
  text-align: justify;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .machine_frame {
    width: 100%;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .machine_frame .machine_box {
    margin: 0 0 2rem 0;
    width: 500px;
  }
  .machine_frame .machine_box .machine_title {
    font-size: 2.2rem;
    font-family: "Kosugimaru";
    color: #ffffff;
    background-color: #F69ACA;
    border-radius: 0.5rem;
    padding: 10px 14px;
    box-sizing: border-box;
    margin: 50px 0 1rem 0;
  }
  .machine_frame .machine_box img {
    width: 500px;
    display: block;
    margin: 0 auto 1rem auto;
  }
  .machine_frame .machine_box .machine_text {
    text-align: justify;
    width: 500px;
    margin: 0 auto;
  }
  .machine_frame2 {
    width: 96%;
    margin: 0 auto;
    border: #D83F8F 2px solid;
    border-radius: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .machine_frame2 .machine_box {
    margin: 0 0 3rem 0;
    padding: 0 1rem;
    box-sizing: border-box;
    width: 450px;
  }
  .machine_frame2 .machine_box .machine_title {
    font-size: 1.8rem;
    font-family: "Kosugimaru";
    color: #333333;
    background-color: #d8c99e;
    border-radius: 0.5rem;
    padding: 10px 14px;
    box-sizing: border-box;
    margin: 30px 0 20px 0;
    text-align: center;
  }
  .machine_frame2 .machine_box img {
    width: 400px;
    display: block;
    margin: 0 auto 1rem auto;
  }
  .machine_frame2 .machine_box .machine_text {
    text-align: justify;
    width: 80%;
    margin: 0 auto;
  }
  .machine_box_back img {
    width: 400px;
    display: block;
    margin: 0 auto 1rem auto;
  }
}
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
ul.low_link_list {
  list-style-type: none;
  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.low_link_list li {
  width: 100%;
  margin: 0 0 1rem 0;
}
ul.low_link_list li a {
  text-decoration: none;
  font-size: 1.4rem;
  background-color: #fff2f9;
  color: #D83F8F;
  display: inline-block;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
ul.low_link_list li a::before {
  font-family: "fontello";
  content: "\e807";
  margin: 0 5px 0 0;
}

@media screen and (min-width: 768px), print {
  ul.low_link_list {
    list-style-type: none;
    display: -webkit-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;
    width: 100%;
    margin: 0 0 0 0;
  }
  ul.low_link_list li {
    width: auto;
    margin: 0 20px 20px 0;
  }
  ul.low_link_list li a {
    text-decoration: none;
    font-size: 1.6rem;
    background-color: #fff2f9;
    color: #D83F8F;
    display: inline-block;
    padding: 8px 14px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
  }
  ul.low_link_list li a::before {
    font-family: "fontello";
    content: "\e807";
    margin: 0 5px 0 0;
  }
}
/* -----------------------------------------------------------
　禁煙
----------------------------------------------------------- */
/* -----------------------------------------------------------
　自費診療
----------------------------------------------------------- */
.tbl_01 {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  line-height: 140%;
}
.tbl_01 tr th {
  box-sizing: border-box;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  background-color: #fbf9f5;
  color: #707070;
  width: 10%;
}
.tbl_01 tr td {
  box-sizing: border-box;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  background-color: #ffffff;
  border-bottom: #fbf9f5 1px solid;
  color: #707070;
  min-height: 17vw;
}
.tbl_01 tr.line_bold td {
  border-bottom: #fbf9f5 2px solid;
}

@media screen and (min-width: 768px), print {
  .tbl_01 {
    width: 60%;
    margin: 0;
    line-height: initial;
  }
  .tbl_01 tr th {
    font-size: 1.6rem;
  }
  .tbl_01 tr td {
    font-size: 1.6rem;
  }
  .tbl_01 tr.line_bold td {
    border-bottom: #fbf9f5 4px solid;
  }
}
.tbl_02 {
  font-size: 3.4vw;
  border: 1px solid #707070;
  border-bottom: none;
}
.tbl_02 dt, .tbl_02 dd {
  box-sizing: border-box;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0.8rem;
}
.tbl_02 dt {
  background: #F7F7F7;
}
.tbl_02 dd {
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .tbl_02 {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    font-size: 1.6rem;
  }
  .tbl_02 dt {
    width: 50%;
  }
  .tbl_02 dd {
    width: 50%;
    border-right: none;
  }
}/*# sourceMappingURL=style.css.map */