@charset "UTF-8";
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ピンク*/
/*薄い青*/
/*青*/
/*薄い青*/
/*茶色*/
/*ピンク*/
/*ピンク*/
/*ピンク*/
/*ピンク*/
/*ピンク*/
/*薄いピンク*/
/*薄い黄色*/
/*薄紫*/
/*紫*/
/*紫*/
/*灰色*/
/*ピンク*/
/*紫*/
/*紫*/
/*薄い紫*/
/*青*/
/*灰色*/
/*灰色*/
/*濃いピンク*/
/*薄い青*/
/*薄い黄色*/
/*茶色*/
/*青*/
/*灰色*/
/*緑*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "rubik_regular";
  src: url(../font/Rubik-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_medium";
  src: url(../font/ZenMaruGothic-Medium.ttf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: -1rem;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #75423E 1px solid;
  width: 90%;
  margin: 20vw auto 5vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.home i {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #75423E;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #75423E 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li ul {
  display: none;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul li a {
  background-color: rgba(255, 232, 233, 0.9);
  color: #75423E;
  border-bottom: none;
  text-align: center;
  border-bottom: #75423E 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.treatment a::after {
  font-family: "fontello";
  content: "\e900";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\e901";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr .blog_link {
  width: 80%;
  height: 20vw;
  color: #ffffff;
  text-decoration: none;
  background-color: #7E94C3;
  border-radius: 20px;
  padding: 0 12px 0 12px;
  margin: 0 auto 20vw auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_nav_sp .drawr .blog_link img {
  width: 20%;
}
.main_nav_sp .drawr .blog_link .aside_link_text {
  font-size: 2.2rem;
  font-family: "zenmarugothic_medium";
}
.main_nav_sp .drawr .blog_link .aside_arrow {
  width: 4%;
  height: 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7E94C3;
  background-color: #ffffff;
  font-size: 0.8rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.main_nav_sp .openNav {
  display: block;
  -webkit-animation: fadedown 1s both;
          animation: fadedown 1s both;
}

@-webkit-keyframes fadedown {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}

@keyframes fadedown {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@media screen and (min-width: 768px), print {
  .main_nav_sp {
    display: none;
  }
}
.toggle {
  display: none;
  height: 14vw;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
  width: 100%;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 28px;
  background: #595757;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  color: #595757;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
  font-size: 1rem;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -11.5px, 0);
          transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

/*
.container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction:column;
  flex-direction:column;
  width: 15%;
  max-width: 15%;
  position:fixed;
  cursor: pointer;
	right:2%;
  top:2vw;
  z-index:99999999999;
  padding: 0 0 0.6rem 0;
  background-color: $color_hbg_bg;
  border-radius: 0.3rem;  
  height: 12vw;
}
*/
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  border-radius: 0.3rem;
  height: 12vw;
}

/*見出し*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
h1 {
  margin: 0;
}

h2.top_title {
  color: #75423E;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0 0 0 0;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h2.top_title::after {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 20%;
  border-bottom: #FF777F 5px solid;
  z-index: 1;
}
h2.top_title::before {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  left: 10%;
  margin: 0 auto;
  content: "";
  display: block;
  width: 10%;
  border-bottom: #7E94C3 5px solid;
  z-index: 2;
}
h2.low {
  color: #75423E;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0 0 0 0;
  margin: 4rem 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h2.low::after {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 20%;
  border-bottom: #FF777F 5px solid;
  z-index: 1;
}
h2.low::before {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  left: 10%;
  margin: 0 auto;
  content: "";
  display: block;
  width: 10%;
  border-bottom: #7E94C3 5px solid;
  z-index: 2;
}
h2.first {
  margin: 0 0 3rem 0;
}

h3.low {
  color: #ffffff;
  background-color: #FF777F;
  border-left: #EA545D 8px solid;
  border-radius: 0.4rem;
  font-size: 2rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  text-align: left;
  padding: 0.6rem 1rem 0.6rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3rem 0 1.5rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #75423E;
  font-size: 1.9rem;
  text-align: left;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  margin: 3rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0.8rem;
  line-height: 120%;
  border-bottom: #7E94C3 2px solid;
  position: relative;
}
h4.low::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 15%;
  height: inherit;
  border-bottom: #FF777F 2px solid;
}
h4.first {
  margin: 0 0 1.5rem 0;
}

h5.low {
  background: url(../img/h5_bg.png) no-repeat;
  background-position: left top 0.6rem;
  background-size: 6px;
  color: #472121;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  text-align: left;
  line-height: 120%;
  margin: 3rem 0 1rem 0;
  padding: 0 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h5.first {
  margin: 0 0 1rem 0;
}

h6 {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  color: #7E94C3;
  margin: 2rem 0 0.8rem 0;
  line-height: 140%;
}
h6.first {
  margin: 0 0 1.5rem 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 {
    color: #75423E;
    font-size: 3.4rem;
    font-weight: normal;
    font-family: "zenmarugothic_medium";
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 160%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h2.top_title::after {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 70px;
    border-bottom: #FF777F 5px solid;
    z-index: 1;
  }
  h2.top_title::before {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 35px;
    margin: 0 auto;
    content: "";
    display: block;
    width: 35px;
    border-bottom: #7E94C3 5px solid;
    z-index: 2;
  }
  h2.low {
    color: #75423E;
    font-size: 3.4rem;
    font-weight: normal;
    font-family: "zenmarugothic_medium";
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 160%;
    padding: 0 0 0 0;
    margin: 80px 0 42px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h2.low::after {
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 70px;
    border-bottom: #FF777F 5px solid;
    z-index: 1;
  }
  h2.low::before {
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 35px;
    margin: 0 auto;
    content: "";
    display: block;
    width: 35px;
    border-bottom: #7E94C3 5px solid;
    z-index: 2;
  }
  h2.first {
    margin: 0 0 42px 0;
  }
  h3.low {
    color: #ffffff;
    background-color: #FF777F;
    border-left: #EA545D 7px solid;
    border-radius: 5px;
    font-size: 2.6rem;
    font-weight: normal;
    text-align: left;
    padding: 2px 18px 2px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 60px 0 26px 0;
    line-height: 160%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low {
    color: #75423E;
    font-size: 2.2rem;
    text-align: left;
    font-weight: normal;
    font-family: "zenmarugothic_medium";
    margin: 40px 0 10px 0;
    padding: 0 0 4px 14px;
    line-height: 160%;
    border-bottom: #7E94C3 2px solid;
    position: relative;
  }
  h4.low::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 63px;
    height: inherit;
    border-bottom: #FF777F 2px solid;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    background: url(../img/h5_bg.png) no-repeat;
    background-position: left top 6px;
    background-size: 6px;
    color: #472121;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
    margin: 40px 0 10px 0;
    padding: 0 0 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h5.first {
    margin: 0 0 10px 0;
  }
  h6 {
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "zenmarugothic_medium";
    color: #7E94C3;
    margin: 40px 0 10px 0;
    line-height: 160%;
  }
  h6.first {
    margin: 0 0 10px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/*診療時間のテーブル*/
table.timetable {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  border: #7E94C3 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  letter-spacing: 0;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #595757;
  background-color: #C1D3F6;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
  border-top-left-radius: 1rem;
}
table.timetable tr th.holiday {
  border-top-right-radius: 1rem;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #595757;
  background-color: #E6EEFF;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #7E94C3;
}
table.timetable tr td.time {
  width: 30%;
}
table.timetable tr td.time2 {
  width: 30%;
  border-bottom-left-radius: 1rem;
}
table.timetable tr td.holiday {
  border-bottom-right-radius: 1rem;
}
table.timetable tr.line td {
  border-top: #7E94C3 1px solid;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 1.4rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #595757;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  /*診療時間のテーブル*/
  table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    border: #7E94C3 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    letter-spacing: 0;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0;
    vertical-align: middle;
    color: #595757;
    background-color: #C1D3F6;
    width: 10%;
    height: 26px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    letter-spacing: 0.1em;
    border-top-left-radius: 10px;
  }
  table.timetable tr th.holiday {
    border-top-right-radius: 10px;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.3rem;
    padding: 0;
    vertical-align: middle;
    color: #75423E;
    height: 24px;
    background-color: #E6EEFF;
  }
  table.timetable tr td i {
    font-size: 1.2rem;
    color: #7E94C3;
  }
  table.timetable tr td.time {
    width: 30%;
  }
  table.timetable tr td.time2 {
    width: 30%;
    border-bottom-left-radius: 10px;
  }
  table.timetable tr td.holiday {
    border-bottom-right-radius: 10px;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.4rem;
    margin: 2px 0 0 0;
    width: 100%;
    color: #75423E;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
  .access_time {
    /*診療時間のテーブル*/
  }
  .access_time table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    border: #7E94C3 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    letter-spacing: 0;
  }
  .access_time table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #595757;
    background-color: #C1D3F6;
    width: 10%;
    height: 60px;
    box-sizing: border-box;
  }
  .access_time table.timetable tr th.time {
    letter-spacing: 0.1em;
    border-top-left-radius: 10px;
  }
  .access_time table.timetable tr th.holiday {
    border-top-right-radius: 10px;
  }
  .access_time table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #75423E;
    height: 60px;
    background-color: #E6EEFF;
  }
  .access_time table.timetable tr td i {
    font-size: 1.6rem;
    color: #7E94C3;
  }
  .access_time table.timetable tr td.time {
    width: 30%;
  }
  .access_time table.timetable tr td.time2 {
    width: 30%;
    border-bottom-left-radius: 10px;
  }
  .access_time table.timetable tr td.holiday {
    border-bottom-right-radius: 10px;
  }
  .access_time table.timetable caption {
    caption-side: bottom;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
    width: 100%;
    color: #75423E;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 290px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準2列 disc*/
ul.list_normal_two {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_two li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準3列 disc*/
ul.list_normal_three {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_three li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準 maru*/
ul.list_maru {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru li {
  background: url(../img/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru li a {
  color: #FF777F;
}

/*標準2列 maru*/
ul.list_maru_two {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_two li {
  background: url(../img/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru_two li a {
  color: #FF777F;
}

/*標準3列 maru*/
ul.list_maru_three {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_three li {
  background: url(../img/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru_three li a {
  color: #FF777F;
}

/*標準 disc*/
ul.list_decimal {
  list-style-type: decimal;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_decimal li {
  margin: 0 0 1rem 2rem;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru li a {
    color: #FF777F;
  }
  ul.list_maru li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru_two li a {
    color: #FF777F;
  }
  ul.list_maru_two li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  /*標準3列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru_three li a {
    color: #FF777F;
  }
  ul.list_maru_three li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  ul.list_decimal {
    list-style-type: decimal;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 10px;
  }
  ul.list_decimal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: bold;
}
dl.bio_list dd {
  width: 100%;
  margin: 0 0 2rem 0;
}

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 10%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 90%;
  margin: 0 0 1rem 0;
}

/*タイトルボックス*/
dl.title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #FFF9E8;
  color: #75423E;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #FF777F 1px solid;
  border-right: #FF777F 1px solid;
  border-bottom: #FF777F 1px solid;
}
dl.title_box dt:first-child {
  border-top: #FF777F 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #FF777F 1px solid;
  border-right: #FF777F 1px solid;
  border-bottom: #FF777F 1px solid;
}

/*問い*/
dl.qa_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.qa_list dt {
  width: 20%;
  margin: 0 0 1rem 0;
}
dl.qa_list dd {
  width: 80%;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 757px;
  }
  dl.bio_list dt {
    width: 117px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 640px;
    margin: 0 0 20px 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 717px;
  }
  dl.num_list dt {
    width: 30px;
    margin: 0 0 16px 0;
  }
  dl.num_list dd {
    width: 687px;
    margin: 0 0 16px 0;
  }
  dl.qa_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 717px;
  }
  dl.qa_list dt {
    width: 57px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.qa_list dd {
    width: 660px;
    margin: 0 0 20px 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #FFF9E8;
    color: #75423E;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #FF777F 1px solid;
    border-right: #FF777F 1px solid;
    border-bottom: #FF777F 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #FF777F 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #FF777F 1px solid;
    border-right: #FF777F 1px solid;
    border-bottom: #FF777F 1px solid;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #75423E;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 30%;
  padding: 0.5rem;
  border: #FF777F 1px solid;
  background-color: #FFF9E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr td {
  width: 70%;
  padding: 0.5rem;
  border: #FF777F 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

/*テーブル横幅均一*/
table.low_table_fixed {
  width: 100%;
  border-collapse: collapse;
  color: #75423E;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  table-layout: fixed;
}
table.low_table_fixed caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_fixed tr th {
  width: auto;
  padding: 0.5rem;
  border: #FF777F 1px solid;
  background-color: #FFF9E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_fixed tr td {
  width: auto;
  padding: 0.5rem;
  border: #FF777F 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table_fixed tr td.pickup {
  background-color: #F6FBFF;
}

/*スライドテーブル*/
table.low_table_slide {
  width: 1000px;
  border-collapse: collapse;
  color: #75423E;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: auto;
  padding: 1rem;
  border: #CCCCCC 1px solid;
  background-color: #CCDAF8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide tr th.sub {
  background-color: #FAFAFA;
}
table.low_table_slide tr td {
  width: auto;
  padding: 1rem;
  border: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
table.low_table_slide tr td ul li {
  text-align: left;
}
table.low_table_slide tr td ul.list_mbnone {
  margin: 0;
}
table.low_table_slide tr td ul.list_mbnone li {
  text-align: left;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  color: #75423E;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 0.5rem;
  border: #FF777F 1px solid;
  border-bottom: none;
  background-color: #FFF9E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 0.5rem;
  border: #FF777F 1px solid;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr:last-child td {
  border-bottom: #FF777F 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #75423E;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    border: #FF777F 1px solid;
    background-color: #FFF9E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border: #FF777F 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  /*テーブル横幅均一*/
  table.low_table_fixed {
    width: 100%;
    border-collapse: collapse;
    color: #75423E;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    table-layout: fixed;
    line-height: 160%;
  }
  table.low_table_fixed caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_fixed tr th {
    width: auto;
    padding: 20px;
    border: #FF777F 1px solid;
    background-color: #FFF9E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_fixed tr td {
    width: auto;
    padding: 20px;
    border: #FF777F 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_fixed tr td.pickup {
    background-color: #F6FBFF;
  }
  /*スライドテーブル*/
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    color: #75423E;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: auto;
    padding: 20px;
    border: #CCCCCC 1px solid;
    background-color: #CCDAF8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide tr th.sub {
    background-color: #FAFAFA;
  }
  table.low_table_slide tr td {
    width: auto;
    padding: 20px;
    border: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  table.low_table_slide tr td ul li {
    text-align: left;
  }
  table.low_table_slide tr td ul.list_mbnone {
    margin: 0;
  }
  table.low_table_slide tr td ul.list_mbnone li {
    text-align: left;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 0 0;
  }
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    color: #75423E;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 40%;
    padding: 20px;
    border: #FF777F 1px solid;
    border-bottom: none;
    background-color: #FFF9E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td {
    width: 60%;
    padding: 20px;
    border: #FF777F 1px solid;
    border-bottom: #FF777F 1px solid;
    border-left: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr:last-child th {
    border-bottom: #FF777F 1px solid;
  }
  table.low_table_spblock tr:last-child td {
    border-bottom: #FF777F 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #FF777F;
  text-align: center;
  display: block;
  margin: 30px auto;
}

/*強調*/
.emphasis {
  background-color: #FFE8E9;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis ul.mb_none {
  margin: 0;
}
.emphasis dl.mb_none {
  margin: 0;
}

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
}
.low_tel span i {
  font-size: 2.4rem;
}
.low_tel span a {
  color: #75423E;
  text-decoration: none;
}

.text_bold {
  font-weight: bold;
}

.text_underline {
  text-decoration: underline;
}

@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 #FF777F;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .tow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .tow_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #FFE8E9;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  .emphasis dl.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .low_tel span a {
    color: #75423E;
    text-decoration: none;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_underline {
    text-decoration: underline;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #75423E;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #75423E;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.6rem;
    color: #75423E;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #75423E;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #75423E;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame2 .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame2 .img_box a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #75423E;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #FF777F 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #FFE8E9;
  padding: 1rem;
  text-decoration: none;
  color: #75423E;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #75423E;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #75423E;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #75423E;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #FF777F 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #FFE8E9;
    padding: 20px;
    text-decoration: none;
    color: #75423E;
    position: relative;
  }
  .banner_01 img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    display: block;
    margin: 0;
  }
  .banner_01 .banner_title {
    position: absolute;
    top: 20px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    color: #75423E;
    margin: 0 0 0 0;
  }
  .banner_01 .banner_text {
    position: absolute;
    top: 80px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    color: #75423E;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.link_text {
  color: #FF777F;
}

.low_button {
  background-color: #7E94C3;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  padding: 0.5rem;
  border-radius: 2rem;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.low_button::after {
  font-family: "fontello";
  font-size: 0.8rem;
  content: "\e8ff";
  color: #ffffff;
  margin: 0.2rem 0 0 0.6rem;
}

.low_button_line {
  background: url("../img/icon_line.svg") no-repeat;
  background-position: left 10% top 45%;
  background-size: 15%;
  background-color: #06C755;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 10vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  padding: 0.5rem;
  border-radius: 2rem;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.low_button_line::after {
  font-family: "fontello";
  font-size: 0.8rem;
  content: "\e8ff";
  color: #ffffff;
  margin: 0.2rem 0 0 0.6rem;
}

.low_button_web {
  background-color: #FF777F;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 10vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  padding: 0.5rem;
  border-radius: 2rem;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.low_button_web::after {
  position: absolute;
  right: 6%;
  top: 35%;
  font-family: "fontello";
  font-size: 0.8rem;
  content: "\e8ff";
  color: #ffffff;
}
.low_button_web::before {
  position: absolute;
  left: 6%;
  top: 13%;
  font-family: "fontello";
  font-size: 1.6rem;
  content: "\e902";
  color: #ffffff;
  background-color: #EA545D;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #FF777F;
  }
  .link_text:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #7E94C3;
    color: #ffffff;
    width: auto;
    max-width: 300px;
    height: auto;
    min-height: 66px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 4rem;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .low_button::after {
    font-family: "fontello";
    font-size: 0.8rem;
    content: "\e8ff";
    color: #ffffff;
    margin: 0.2rem 0 0 0.6rem;
  }
  .low_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button_line {
    background: url("../img/icon_line.svg") no-repeat;
    background-position: left 10% top 45%;
    background-size: 50px;
    background-color: #06C755;
    color: #ffffff;
    width: auto;
    max-width: 400px;
    height: auto;
    min-height: 66px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 4rem;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .low_button_line::after {
    font-family: "fontello";
    font-size: 0.8rem;
    content: "\e8ff";
    color: #ffffff;
    margin: 0.2rem 0 0 0.6rem;
  }
  .low_button_line::before {
    position: absolute;
    right: 6%;
    top: 30%;
    font-family: "fontello";
    font-size: 2rem;
    content: "\e902";
    color: #ffffff;
  }
  .low_button_line:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button_web {
    background-color: #FF777F;
    color: #ffffff;
    width: auto;
    max-width: 400px;
    height: auto;
    min-height: 7rem;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 4rem;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .low_button_web::after {
    position: absolute;
    right: 6%;
    top: 37%;
    font-family: "fontello";
    font-size: 0.8rem;
    content: "\e8ff";
    color: #ffffff;
    margin: 0.2rem 0 0 0.6rem;
  }
  .low_button_web::before {
    position: absolute;
    left: 6%;
    top: 15%;
    font-family: "fontello";
    font-size: 3.7rem;
    font-weight: normal;
    content: "\e902";
    color: #ffffff;
    background-color: #EA545D;
    width: 5.9rem;
    height: 5.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
  }
  .low_button_web:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　ページ内リンク
----------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  #cardiology1, #angina, #myocardial_infarction, #classification_of_angina, #inspection_and_diagnosis, #aortic_aneurysm, #arteriosclerosis#symptoms_of_heart_failure, #atrial_fibrillation, #arrhythmia, #cerebral_infarction, #vaccination1, #vaccination2, #vaccination3, #checkup1, #checkup2, #checkup3, #checkup4, #checkup5, #checkup6, #checkup7, #checkup, #pac, #af, #afl, #psvt, #pvc, #vt, #vf, #sss, #bk, #infection_control {
    padding: 40px 0 0 0;
    margin: -40px 0 0 0;
  }
}
/* -----------------------------------------------------------
　各論の著者
----------------------------------------------------------- */
.copyright_frame {
  margin: 5rem 0 0 0;
}
.copyright_frame hr.copyright_line {
  border: none;
  height: 12px;
  background-image: repeating-linear-gradient(-45deg, #FF777F 0, #FF777F 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}
.copyright_frame .copyright_box {
  margin: 2rem 0 0 0;
}
.copyright_frame .copyright_box figure {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.copyright_frame .copyright_box figure img {
  width: 100%;
}
.copyright_frame .copyright_box .copyright_content .copyright_name {
  font-family: "zenmarugothic_medium";
  font-size: 2rem;
  color: #75423E;
  margin: 0 0 1rem 0;
}
.copyright_frame .copyright_box .copyright_content .copyright_name span {
  color: #FF777F;
  font-size: 1.8rem;
  margin: 0 0.8rem 0 0;
}
.copyright_frame .qualification {
  background-color: #FFF9E8;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 0 0;
}
.copyright_frame .qualification .qualification_title {
  background: url(../img/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
.copyright_frame .qualification .qualification_text {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .copyright_frame {
    margin: 90px 0 0 0;
    width: 757px;
  }
  .copyright_frame hr.copyright_line {
    border: none;
    height: 12px;
    background-image: repeating-linear-gradient(-45deg, #FF777F 0, #FF777F 1px, transparent 0, transparent 50%);
    background-size: 8px 8px;
  }
  .copyright_frame .copyright_box {
    width: 757px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .copyright_frame .copyright_box figure {
    width: 215px;
    display: block;
    margin: 0 0 0 0;
  }
  .copyright_frame .copyright_box figure img {
    width: 215px;
  }
  .copyright_frame .copyright_box .copyright_content {
    width: 485px;
  }
  .copyright_frame .copyright_box .copyright_content .copyright_name {
    font-family: "zenmarugothic_medium";
    font-size: 2.8rem;
    color: #75423E;
    margin: 0 0 1rem 0;
  }
  .copyright_frame .copyright_box .copyright_content .copyright_name span {
    color: #FF777F;
    font-size: 2.4rem;
    margin: 0 14px 0 0;
  }
  .copyright_frame .qualification {
    background-color: #FFF9E8;
    padding: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 0 0 0;
  }
  .copyright_frame .qualification .qualification_title {
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 6px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  .copyright_frame .qualification .qualification_text {
    margin: 0;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.img_doctor {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_doctor img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.doctor_name {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 400px;
    height: auto;
    display: block;
    margin: 0;
  }
  .doctor_name {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.machine_box2 {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box2 section {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box2 section h3 {
  margin: 0 0 1rem 0;
}
.machine_box2 section img {
  width: 100%;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #FF777F 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box h3 {
  margin: 0 0 1rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #FF777F 1px solid;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box h3 {
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
dl.access_info {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
dl.access_info dt span {
  background-color: #FF777F;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 8vw;
  letter-spacing: 0.1em;
}
dl.access_info dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accessimgmap {
  width: 96%;
  margin: 0 auto 2rem auto;
}
.accessimgmap img {
  width: 100%;
}

iframe.accessmap {
  width: 96%;
  height: 500px;
  display: block;
  margin: 0 auto;
}

.google_map_btn {
  background-color: #7E94C3;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  padding: 0.5rem;
  border-radius: 2rem;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.google_map_btn::after {
  font-family: "fontello";
  font-size: 0.8rem;
  content: "\e8ff";
  color: #ffffff;
  margin: 0.2rem 0 0 0.6rem;
}

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 550px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #FF777F;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .accessimgmap {
    width: 750px;
    margin: 0 auto 40px auto;
  }
  .accessimgmap img {
    width: 100%;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
  .google_map_btn {
    background-color: #7E94C3;
    color: #ffffff;
    width: auto;
    max-width: 300px;
    height: auto;
    min-height: 66px;
    margin: 0 auto 0 auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 4rem;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .google_map_btn::after {
    font-family: "fontello";
    font-size: 0.8rem;
    content: "\e8ff";
    color: #ffffff;
    margin: 0.2rem 0 0 0.6rem;
  }
  .google_map_btn:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　睡眠時無呼吸症候群
----------------------------------------------------------- */
.two_img_text {
  width: 96%;
  margin: 0 auto;
}
.two_img_text figure {
  margin: 0 0 2rem 0;
}
.two_img_text figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}
.two_img_text figure figcaption {
  font-size: 1.4rem;
  line-height: 140%;
}

.sub_title_p {
  background-color: #7E94C3;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  margin: 0 auto 2rem auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  padding: 0.5rem;
  border-radius: 2rem;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .two_img_text {
    width: 640px;
    margin: 0 auto 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .two_img_text figure {
    width: 300px;
    margin: 0 0 0 0;
  }
  .two_img_text figure img {
    width: 300px;
    margin: 0 0 20px 0;
  }
  .two_img_text figure figcaption {
    font-size: 1.6rem;
    line-height: 140%;
  }
  .sub_title_p {
    background-color: #7E94C3;
    color: #ffffff;
    width: 586px;
    max-width: 586px;
    height: auto;
    margin: 0 auto 40px auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "zenmarugothic_medium";
    padding: 8px;
    border-radius: 2rem;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #FFF9E8;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #75423E;
  border-top: #FF777F 1px solid;
  border-left: #FF777F 1px solid;
  border-right: #FF777F 1px solid;
}
#mailformpro table tr th span {
  color: #ff0000;
  display: inline-block;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0.6rem;
}
#mailformpro table tr td {
  display: block;
  text-align: left;
  border-top: #FF777F 1px solid;
  border-left: #FF777F 1px solid;
  border-right: #FF777F 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mailformpro table tr td ol {
  list-style-type: none;
}
#mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 0 0.6rem 0;
}
#mailformpro table tr td select {
  font-size: 1.2rem;
  width: 90%;
}
#mailformpro table tr td select.time {
  width: 12%;
}
#mailformpro table tr td textarea {
  font-size: 1.2rem;
  width: 90%;
  min-height: 40vw;
}
#mailformpro table tr:last-child td {
  border-bottom: #FF777F 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #FFF9E8;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #FF777F 1px solid;
    border-left: #FF777F 1px solid;
    border-right: #FF777F 1px solid;
    vertical-align: middle;
  }
  #mailformpro table tr th span {
    color: #ff0000;
    display: inline-block;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 1rem;
  }
  #mailformpro table tr td {
    width: 800px;
    display: table-cell;
    text-align: left;
    border-top: #FF777F 1px solid;
    border-left: #FF777F 1px solid;
    border-right: #FF777F 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/*アサイド*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
 アサイド
----------------------------------------------------------- */
aside {
  display: none;
}

@media screen and (min-width: 768px), print {
  aside {
    display: block;
    width: 326px;
  }
  aside .aside_title {
    background-color: #CCDAF8;
    color: #75423E;
    font-family: "zenmarugothic_medium";
    width: 326px;
    height: 80px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
  }
  aside ul.aside_list {
    width: 326px;
    list-style-type: none;
    background-color: #ffffff;
    border-radius: 20px;
  }
  aside ul.aside_list li {
    border-top: #B8D7FF 1px solid;
    /*入れ子*/
  }
  aside ul.aside_list li a {
    width: 100%;
    height: 60px;
    color: #75423E;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 0 12px;
  }
  aside ul.aside_list li a::before {
    font-family: "fontello";
    content: "\e8ff";
    color: #7E94C3;
    margin: 0 14px 0 0;
    font-size: 1rem;
  }
  aside ul.aside_list li a:hover {
    color: #6983BA;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  aside ul.aside_list li ul {
    list-style-type: none;
    background-color: #ffffff;
    border-radius: 0;
    margin: -12px 0 10px 0;
  }
  aside ul.aside_list li ul li {
    border-top: none;
  }
  aside ul.aside_list li ul li a {
    width: 100%;
    height: 36px;
    color: #75423E;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 0 32px;
  }
  aside ul.aside_list li ul li a::before {
    font-family: "fontello";
    content: "\e800";
    color: #7E94C3;
    margin: 0 12px 0 0;
    font-size: 1.8rem;
  }
  aside ul.aside_list li ul li a:hover {
    color: #6983BA;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  aside ul.aside_list li.three_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #75423E;
    font-size: 1.8rem;
  }
  aside ul.aside_list li.three_link a {
    padding: 0;
  }
  aside ul.aside_list li.three_link a.three_left {
    width: auto;
    padding: 0 0 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  aside ul.aside_list li.three_link a.three {
    width: auto;
  }
  aside ul.aside_list li.three_link a.three::before {
    content: "";
    margin: 0;
  }
  aside .aside_link {
    width: 325px;
    height: 120px;
    color: #ffffff;
    text-decoration: none;
    background-color: #7E94C3;
    border-radius: 20px;
    padding: 0 12px 0 12px;
    margin: 24px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  aside .aside_link img {
    width: 90px;
  }
  aside .aside_link .aside_link_text {
    font-size: 2.6rem;
    font-family: "zenmarugothic_medium";
  }
  aside .aside_link .aside_arrow {
    width: 15px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7E94C3;
    background-color: #ffffff;
    font-size: 0.8rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  aside .aside_link:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #75423E;
  background-color: #FFF9E8;
  padding: 0 0 13vw 0;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    color: #75423E;
    background-color: #FFF9E8;
    padding: 0;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0;
}

.sentence {
  height: auto;
  overflow: hidden;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper_low {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main {
  height: auto;
  width: 96%;
  margin: 2rem auto 2rem auto;
  padding: 2rem 0 2rem 0;
  background-color: #ffffff;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_low {
  height: auto;
  width: 96%;
  margin: 2rem auto 2rem auto;
  padding: 2rem 1rem 2rem 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_low p {
  text-align: justify;
}

.top_line {
  width: 100%;
  height: 12vw;
  border: none;
  background: url("../img/index_bg.png") no-repeat;
  background-size: 150%;
  background-position: center bottom;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 809px;
    margin: 0;
    padding: 25px 0 60px 0;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_low {
    height: auto;
    width: 809px;
    margin: 0;
    padding: 25px 26px 60px 26px;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_low p {
    text-align: justify;
  }
  .top_line {
    width: 100%;
    height: 206px;
    border: none;
    background: url("../img/index_bg.png") no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin: 0;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 2vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
  background-color: #ffffff;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 12vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 80%;
  margin: 4vw 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 95%;
}
header.header .header_box .header_info {
  display: none;
  /*margin: 2rem 0 0 0;*/
  /*電話番号*/
  /*
  .header_tel{
    margin: 0 0 1rem 0;
    span{
      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;
      text-align: center;
      font-size: 2.6rem;
      i{
        font-size: 2.2rem;
      }
    }
  }
  */
  /*住所*/
  /*
  .header_address{
    margin:0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 140%;
  }
  */
}
header.header .header_box .header_timetable {
  display: none;
}

.side_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 136px;
    background-color: transparent;
    z-index: 999999999999;
  }
  header.header .header_box {
    width: 1200px;
    height: 136px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 544px;
    height: 46px;
    margin: 0;
    position: absolute;
    top: 29px;
    left: 6px;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 544px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 544px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 544px;
  }
  header.header .header_box .header_info {
    display: block;
    position: absolute;
    top: 40px;
    left: 610px;
    /*電話番号*/
  }
  header.header .header_box .header_info .header_tel {
    margin: 0;
  }
  header.header .header_box .header_info .header_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-size: 2.8rem;
    font-family: "rubik_regular";
    color: #595757;
    letter-spacing: 0.1em;
  }
  header.header .header_box .header_info .header_tel span i {
    font-size: 2.2rem;
    color: #EA545D;
    margin: 0 -5px 0 0;
  }
  header.header .header_box .header_info .header_tel span a {
    color: #595757;
    text-decoration: none;
  }
  header.header .header_box .header_timetable {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  header.header .header_box .header_timetable table.timetable {
    width: 320px;
  }
  header.header .header_box .header_timetable table.timetable tr td.time {
    width: 30%;
  }
  .side_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 9999999999;
    width: 60px;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .side_link a {
    text-decoration: none;
    width: 60px;
    font-family: "zenmarugothic_medium";
    font-size: 1.8rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .side_link a.side_link_line {
    height: 185px;
    background-color: #FF777F;
    color: #ffffff;
    line-height: 100%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0;
    position: relative;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 10px 0;
  }
  .side_link a.side_link_line::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
    font-family: "fontello";
    font-size: 1.6rem;
    content: "\e902";
    color: #ffffff;
    background-color: #EA545D;
    width: 3.2rem;
    height: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
  }
  .side_link a.side_link_blog {
    height: 150px;
    background-color: #7E94C3;
    color: #ffffff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    letter-spacing: 0;
    position: relative;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .side_link a.side_link_blog img {
    width: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
  }
  .side_link a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .side_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      top: 160px;
      right: 0;
      z-index: 9999999999;
      width: 60px;
      height: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
    }
    .side_link a {
      text-decoration: none;
      width: 60px;
      font-family: "zenmarugothic_medium";
      font-size: 1.8rem;
      font-weight: normal;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
    .side_link a.side_link_line {
      height: 185px;
      background-color: #FF777F;
      color: #ffffff;
      line-height: 100%;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      letter-spacing: 0;
      position: relative;
      padding: 30px 0 0 0;
      box-sizing: border-box;
      margin: 0 0 10px 0;
    }
    .side_link a.side_link_line::before {
      position: absolute;
      left: 0;
      right: 0;
      top: 10px;
      margin: 0 auto;
      font-family: "fontello";
      font-size: 1.6rem;
      content: "\e902";
      color: #ffffff;
      background-color: #EA545D;
      width: 3.2rem;
      height: 3.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }
    .side_link a.side_link_blog {
      height: 150px;
      background-color: #7E94C3;
      color: #ffffff;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      line-height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      letter-spacing: 0.1em;
      position: relative;
      padding: 30px 0 0 0;
      box-sizing: border-box;
    }
    .side_link a.side_link_blog img {
      width: 32px;
      position: absolute;
      left: 0;
      right: 0;
      top: 10px;
      margin: 0 auto;
    }
    .side_link a:hover {
      opacity: 0.8;
      transform: scale(1.1);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
    }
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 20px;
    margin: 0;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: 190px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-right: #75423E 2px dotted;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li.home {
    width: 60px;
    border-left: #75423E 2px dotted;
  }
  nav.main_nav_pc ul li.home span {
    display: none;
  }
  nav.main_nav_pc ul li.home i {
    color: #FF777F;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 20px;
    text-decoration: none;
    text-align: center;
    color: #75423E;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    background: #75423E;
    width: 0;
  }
  nav.main_nav_pc ul li a:hover::after {
    width: 100%;
  }
  nav.main_nav_pc ul li ul {
    width: 380px;
    height: auto;
    display: none;
    margin: 20px 0 0 -95px;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: #FFF3D2;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  nav.main_nav_pc ul li ul li {
    display: block;
    width: 190px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: #75423E 1px dotted;
  }
  nav.main_nav_pc ul li ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #75423E;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li ul li a::after {
    content: "";
    width: 0;
    height: 0;
  }
  nav.main_nav_pc ul li ul li a:hover {
    background-color: #FF777F;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li ul li a:hover::after {
    width: 0;
  }
  nav.main_nav_pc ul li ul li:nth-child(odd) {
    border-right: #75423E 1px dotted;
  }
  nav.main_nav_pc ul li ul li:nth-last-child(1) {
    border-bottom: none;
  }
  nav.main_nav_pc ul li ul.open_nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_add {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    background-color: #ffffff;
    height: 40px !important;
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 120vw;
  background-color: #FFF9E8;
  position: relative;
}
.key_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 10vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+11,ffffff+100&1+0,1+11,1+23,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(11%, rgb(255, 255, 255)), color-stop(23%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 11%, rgb(255, 255, 255) 23%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 63vw;
}
.key_visual .key .key_01 {
  background: url("../img/sp_key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/sp_key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/sp_key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/sp_key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_access {
  border-radius: 2rem;
  width: 60%;
  height: 12vw;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.key_visual .key_contents .key_access p {
  margin: 0;
  font-size: 1.4rem;
  color: #6983BA;
  position: relative;
  z-index: 2;
  border: #6983BA 2px dotted;
  border-radius: 2rem;
  width: 100%;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.key_visual .key_contents .key_access p i {
  background-color: #6983BA;
  color: #ffffff;
  padding: 0.3rem;
  border-radius: 50%;
  margin: 0 0.5rem 0 0;
}
.key_visual .key_contents .key_access::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  z-index: 1;
  width: 100%;
  height: 12vw;
  background-color: #DDE5F6;
  border-radius: 2rem;
}
.key_visual .key_contents .key_text1 {
  font-size: 1.5rem;
  font-family: "zenmarugothic_medium";
  text-align: center;
  margin: 1rem 0 1rem 0;
  color: #75423E;
  text-shadow: 2px 0px 2px #FFF9E8, 2px 0px 2px #FFF9E8, -2px 0px 2px #FFF9E8, -2px 0px 2px #FFF9E8, 0px 2px 2px #FFF9E8, 0px 2px 2px #FFF9E8, 0px -2px 2px #FFF9E8, 0px -2px 2px #FFF9E8;
}
.key_visual .key_contents .key_text1 span {
  color: #FF777F;
}
.key_visual .key_contents .key_text2 {
  font-size: 1.3rem;
  font-family: "zenmarugothic_medium";
  text-align: center;
  margin: 1rem 0 1rem 0;
  color: #75423E;
  text-shadow: 2px 0px 2px #FFF9E8, 2px 0px 2px #FFF9E8, -2px 0px 2px #FFF9E8, -2px 0px 2px #FFF9E8, 0px 2px 2px #FFF9E8, 0px 2px 2px #FFF9E8, 0px -2px 2px #FFF9E8, 0px -2px 2px #FFF9E8;
}
.key_visual .key_contents .key_text2 span {
  color: #FF777F;
}
.key_visual .key_contents .key_open {
  background-color: #FF777F;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  height: 10vw;
  margin: 0 auto 1rem auto;
  border-radius: 2rem;
  font-family: "zenmarugothic_medium";
}
.key_visual .key_contents .key_open .ko28 {
  font-size: 1.4rem;
}
.key_visual .key_contents .key_open .ko28 span {
  font-size: 1.1rem;
}
.key_visual .key_contents .key_open .ko22 {
  font-size: 1.1rem;
}
.key_visual .key_contents .key_open .ko22 span {
  font-size: 1.7rem;
}
.key_visual .key_contents .key_open br {
  display: none;
}
.key_visual .key_contents .key_event {
  background-color: #7E94C3;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  height: 10vw;
  margin: 0 auto;
  border-radius: 2rem;
  font-family: "zenmarugothic_medium";
}
.key_visual .key_contents .key_event .ko28 {
  font-size: 1.4rem;
}
.key_visual .key_contents .key_event .ko28 span {
  font-size: 1.1rem;
}
.key_visual .key_contents .key_event .ko22 {
  font-size: 1.1rem;
}
.key_visual .key_contents .key_event .ko22 span {
  font-size: 1.7rem;
}
.key_visual .key_contents .key_event br {
  display: none;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 40vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.key_visual_low h1 {
  font-size: 2.2rem;
  font-family: "zenmarugothic_medium";
  text-align: left;
  color: #75423E;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding: 0 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0 0 10px #ffffff;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 770px;
    background-color: #FFF9E8;
  }
  .key_visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 290px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+18,ffffff+100&1+0,1+18,1+32,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(18%, rgb(255, 255, 255)), color-stop(32%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 18%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 770px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 700px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
    height: 770px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_access {
    border-radius: 2rem;
    width: 247px;
    height: 62px;
    position: relative;
    top: 226px;
    left: 6px;
    z-index: 2;
    margin: 0;
  }
  .key_visual .key_contents .key_access p {
    margin: 0;
    font-size: 1.8rem;
    color: #6983BA;
    position: relative;
    z-index: 2;
    border: #6983BA 2px dotted;
    border-radius: 62px;
    width: 247px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual .key_contents .key_access p i {
    background-color: #6983BA;
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    margin: 0 8px 0 0;
    font-size: 2rem;
  }
  .key_visual .key_contents .key_access::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -6px;
    z-index: 1;
    width: 247px;
    height: 62px;
    background-color: #DDE5F6;
    border-radius: 62px;
  }
  .key_visual .key_contents .key_text1 {
    position: absolute;
    top: 310px;
    left: 0;
    font-size: 3.4rem;
    font-family: "zenmarugothic_medium";
    text-align: left;
    margin: 0 0 0 0;
    color: #75423E;
    text-shadow: 2px 0px 2px #FFF9E8, 2px 0px 2px #FFF9E8, -2px 0px 2px #FFF9E8, -2px 0px 2px #FFF9E8, 0px 2px 2px #FFF9E8, 0px 2px 2px #FFF9E8, 0px -2px 2px #FFF9E8, 0px -2px 2px #FFF9E8;
  }
  .key_visual .key_contents .key_text1 span {
    color: #FF777F;
  }
  .key_visual .key_contents .key_text2 {
    position: absolute;
    top: 376px;
    left: 10px;
    font-size: 2.2rem;
    font-family: "zenmarugothic_medium";
    text-align: left;
    margin: 0 0 0 0;
    color: #75423E;
    line-height: 200%;
    text-shadow: 2px 0px 2px #FFF9E8, 2px 0px 2px #FFF9E8, -2px 0px 2px #FFF9E8, -2px 0px 2px #FFF9E8, 0px 2px 2px #FFF9E8, 0px 2px 2px #FFF9E8, 0px -2px 2px #FFF9E8, 0px -2px 2px #FFF9E8;
  }
  .key_visual .key_contents .key_text2 span {
    color: #FF777F;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: 34px;
    left: 6px;
    background-color: rgba(255, 119, 127, 0.9);
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 202px;
    height: 202px;
    margin: 0;
    border-radius: 50%;
    font-family: "zenmarugothic_medium";
    line-height: 250%;
    letter-spacing: 0.1em;
  }
  .key_visual .key_contents .key_open .ko28 {
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_open .ko28 span {
    font-size: 2.2rem;
  }
  .key_visual .key_contents .key_open .ko22 {
    font-size: 2.2rem;
  }
  .key_visual .key_contents .key_open .ko22 span {
    font-size: 3.4rem;
  }
  .key_visual .key_contents .key_open br {
    display: none;
  }
  .key_visual .key_contents .key_event {
    position: absolute;
    bottom: 34px;
    left: 198px;
    background-color: rgba(126, 148, 195, 0.9);
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    font-family: "zenmarugothic_medium";
    line-height: 200%;
    border-radius: 50%;
  }
  .key_visual .key_contents .key_event .ko28 {
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_event .ko28 span {
    font-size: 1.6rem;
  }
  .key_visual .key_contents .key_event .ko22 {
    font-size: 2.2rem;
  }
  .key_visual .key_contents .key_event .ko22 span {
    font-size: 3.4rem;
  }
  .key_visual .key_contents .key_event br {
    display: none;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 614px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual_low h1 {
    font-size: 3.4rem;
    font-family: "zenmarugothic_medium";
    text-align: left;
    color: #75423E;
    line-height: 160%;
    letter-spacing: 0.1em;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: 0 0 10px #ffffff;
    width: 1200px;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　お知らせfontello
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
}
.notice_frame .notice_box {
  width: 96%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 0 1rem 0;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  border-bottom: #707070 1px dotted;
}
.notice_frame .notice_box dl dt {
  color: #75423E;
  margin: 2rem 0 0.8rem 0;
  padding: 1.8rem 0 0 2rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 130%;
  border-top: #707070 1px dotted;
  position: relative;
  overflow-wrap: break-word;
}
.notice_frame .notice_box dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\e913";
  color: #7E94C3;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 1.8rem;
}
.notice_frame .notice_box dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\e913";
  color: #7E94C3;
}
.notice_frame .notice_box dl dt:first-child {
  margin: 0 0 0.8rem 0;
  border-top: none;
  padding: 1.8rem 0 0 2rem;
}
.notice_frame .notice_box dl dt.close::before {
  font-family: "fontello";
  content: " \e913";
  color: #7E94C3;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin: 5.8vw 0 0 0;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #75423E;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
  overflow-wrap: break-word;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p a {
  color: #75423E;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 100%;
  }
  .notice_frame .notice_box {
    width: 720px;
    height: auto;
    margin: 54px auto 0 auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 12px 0;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_box dl dt {
    color: #75423E;
    margin: 20px 0 8px 0;
    padding: 30px 0 0 30px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    border-top: #707070 1px dotted;
    position: relative;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_box dl dt::before {
    position: absolute;
    font-family: "fontello";
    content: "\e913";
    color: #7E94C3;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    top: 30px;
  }
  .notice_frame .notice_box dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e913";
    color: #7E94C3;
  }
  .notice_frame .notice_box dl dt:first-child {
    margin: 0 0 8px 0;
    border-top: none;
    padding: 30px 0 0 30px;
  }
  .notice_frame .notice_box dl dt.close::before {
    font-family: "fontello";
    content: " \e913";
    color: #7E94C3;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    margin: 26px 0 0 0;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 18px 0;
    padding: 0 0 0 20px;
    color: #75423E;
    font-size: 1.8rem;
    line-height: 130%;
    display: none;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd p {
    font-size: 1.8rem;
  }
  .notice_frame .notice_box dl dd p a {
    color: #75423E;
  }
}
/* -----------------------------------------------------------
　当院の感染対策について
----------------------------------------------------------- */
.corona_bana {
  width: 96%;
  margin: 0 auto 0 auto;
  text-decoration: none;
  display: block;
  border-radius: 1rem;
}
.corona_bana .bana_text {
  width: 100%;
  height: 16vw;
  background-color: #7e94c3;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 140%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.corona_bana .bana_img {
  background-color: #d0ddf8;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.corona_bana .bana_img img {
  width: 88%;
  display: block;
}
.corona_bana .bana_img span {
  width: 5%;
  height: 24vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #7e94c3;
  font-size: 0.8rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.sas_bana {
  width: 96%;
  height: 20vw;
  margin: 2rem auto 0 auto;
  background: url("../img/index_02.png") no-repeat;
  background-size: 47%;
  background-position: left center;
  background-color: #e6eeff;
  display: block;
  border-radius: 1rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 150%;
}
.sas_bana .bana_text {
  color: #75423e;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "zenmarugothic_medium";
  margin: 0 0.5rem 0 0;
}
.sas_bana .bana_text .bana_text_s {
  display: block;
  font-size: 1.2rem;
}
.sas_bana .btn {
  width: 5%;
  height: 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #7e94c3;
  font-size: 0.8rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

@media screen and (min-width: 768px), print {
  .corona_bana {
    width: 720px;
    height: 140px;
    margin: 56px auto 0 auto;
    text-decoration: none;
    display: block;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .corona_bana .bana_text {
    width: 283px;
    height: 140px;
    background-color: #7e94c3;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0.1em;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
  .corona_bana .bana_img {
    background-color: #d0ddf8;
    width: 437px;
    height: 140px;
    padding: 14px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  .corona_bana .bana_img img {
    width: 364px;
    display: block;
  }
  .corona_bana .bana_img span {
    width: 22px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    background-color: #7e94c3;
    font-size: 0.8rem;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .corona_bana:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .sas_bana {
    width: 720px;
    height: 140px;
    margin: 30px auto 0 auto;
    background: url("../img/index_02.png") no-repeat;
    background-size: 299px;
    background-position: left center;
    background-color: #e6eeff;
    display: block;
    border-radius: 20px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 17px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 390%;
  }
  .sas_bana .bana_text {
    color: #75423e;
    font-size: 3.5rem;
    font-family: "zenmarugothic_medium";
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 48px 0 0;
  }
  .sas_bana .bana_text .bana_text_s {
    display: block;
    font-size: 2rem;
  }
  .sas_bana .btn {
    width: 22px;
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    background-color: #7e94c3;
    font-size: 0.8rem;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .sas_bana:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.feature_frame {
  margin: 4rem 0 0 0;
}
.feature_frame ul.feature_list {
  margin: 4rem auto 0 auto;
  width: 96%;
}
.feature_frame ul.feature_list li {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  margin: 0 0 4rem 0;
}
.feature_frame ul.feature_list li img {
  width: 100%;
}
.feature_frame ul.feature_list li p {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature_frame ul.feature_list li span {
  position: absolute;
  top: -8vw;
  left: -9%;
  font-size: 3.5rem;
  font-family: "zenmarugothic_medium";
  width: 34%;
  height: 30vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
  padding: 7vw 0 0 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature_frame ul.feature_list li:nth-child(odd) {
  background-color: #fff2f3;
}
.feature_frame ul.feature_list li:nth-child(odd) span {
  background-color: rgba(255, 119, 127, 0.9);
}
.feature_frame ul.feature_list li:nth-child(even) {
  background-color: #e6eeff;
}
.feature_frame ul.feature_list li:nth-child(even) span {
  background-color: rgba(126, 148, 195, 0.9);
}

@media screen and (min-width: 768px), print {
  .feature_frame {
    margin: 64px 0 0 0;
  }
  .feature_frame ul.feature_list {
    margin: 36px auto 0 auto;
    width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature_frame ul.feature_list li {
    width: 220px;
    height: 330px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 0 4rem 0;
  }
  .feature_frame ul.feature_list li img {
    width: 100%;
  }
  .feature_frame ul.feature_list li p {
    padding: 12px 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 180%;
    letter-spacing: 0;
  }
  .feature_frame ul.feature_list li span {
    position: absolute;
    top: -26px;
    left: -27px;
    font-size: 3rem;
    font-family: "zenmarugothic_medium";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #ffffff;
    padding: 18px 0 0 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feature_frame ul.feature_list li:nth-child(odd) {
    background-color: #fff2f3;
  }
  .feature_frame ul.feature_list li:nth-child(odd) span {
    background-color: rgba(255, 119, 127, 0.9);
  }
  .feature_frame ul.feature_list li:nth-child(even) {
    background-color: #e6eeff;
  }
  .feature_frame ul.feature_list li:nth-child(even) span {
    background-color: rgba(126, 148, 195, 0.9);
  }
  .feature_frame ul.feature_list li.fl04 {
    margin: 0 0 0 125px;
  }
  .feature_frame ul.feature_list li.fl05 {
    margin: 0 125px 0 0;
  }
}
/* -----------------------------------------------------------
　このような症状がありましたらご相談ください
----------------------------------------------------------- */
.symptoms_frame {
  width: 96%;
  margin: 2rem auto 0 auto;
  border: #ff7e85 3px dotted;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0.5rem;
  background: url("../img/index_symptoms_bg.png") no-repeat;
  background-position: top left;
  background-size: 35%;
  background-color: #fff2f3;
}
.symptoms_frame h2.symptoms_title {
  color: #75423e;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "zenmarugothic_medium";
  text-align: center;
  line-height: 140%;
}
.symptoms_frame ul.symptoms_list {
  width: 98%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.symptoms_frame ul.symptoms_list li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.symptoms_frame ul.symptoms_list li a {
  width: 100%;
  height: 20vw;
  color: #ffffff;
  text-decoration: none;
  background-color: #ff777f;
  border-radius: 0.8rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 0 2% 0 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.symptoms_frame ul.symptoms_list li a .symptoms_icon {
  width: 34%;
  height: 12.5vw;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ea545d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.symptoms_frame ul.symptoms_list li a .symptoms_icon i {
  font-size: 2.5rem;
}
.symptoms_frame ul.symptoms_list li a .symptoms_text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 130%;
}
.symptoms_frame ul.symptoms_list li a i {
  color: #ffffff;
  font-size: 1rem;
}

@media screen and (min-width: 768px), print {
  .symptoms_frame {
    width: 720px;
    margin: 48px auto 0 auto;
    border: #ff7e85 3px dotted;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 27px 0 20px 0;
    background: url("../img/index_symptoms_bg.png") no-repeat;
    background-position: top left;
    background-size: 174px;
    background-color: #fff2f3;
  }
  .symptoms_frame h2.symptoms_title {
    color: #75423e;
    font-size: 2.8rem;
    text-align: center;
    line-height: 150%;
  }
  .symptoms_frame ul.symptoms_list {
    width: 650px;
    margin: 40px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-justify-content: space-between;
     justify-content: space-between;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
  }
  .symptoms_frame ul.symptoms_list li {
    width: 200px;
    /*margin: 0 0 20px 0;*/
    margin: 0 8px 20px;
  }
  .symptoms_frame ul.symptoms_list li a {
    width: 200px;
    height: 85px;
    color: #ffffff;
    text-decoration: none;
    background-color: #ff777f;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 0 18px 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .symptoms_frame ul.symptoms_list li a .symptoms_icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ea545d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .symptoms_frame ul.symptoms_list li a .symptoms_icon i {
    font-size: 5rem;
  }
  .symptoms_frame ul.symptoms_list li a .symptoms_text {
    font-size: 1.8rem;
    text-align: center;
    line-height: 130%;
  }
  .symptoms_frame ul.symptoms_list li a i {
    color: #ffffff;
    font-size: 1rem;
  }
  .symptoms_frame ul.symptoms_list li a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
  }
}
/* -----------------------------------------------------------
　RSS
----------------------------------------------------------- */
.blog_bg {
  background-color: #ffe8e9;
  padding: 2rem 0 0 0;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blog_bg .blog_frame {
  width: 96%;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
}
.blog_bg .blog_frame h2.top_title {
  font-size: 2.1rem;
}
.blog_bg .blog_frame h2.top_title span {
  font-size: 1.8rem;
}
.blog_bg .blog_frame .rss_box {
  width: 90%;
  margin: 4rem auto 0 auto;
}
.blog_bg .blog_frame .rss_box a {
  display: block;
  text-decoration: none;
  margin: 0 0 4rem 0;
}
.blog_bg .blog_frame .rss_box a .rss_content .rss_date {
  display: none;
}
.blog_bg .blog_frame .rss_box a .rss_content .rss_title {
  color: #75423E;
  margin: 0 0 0.8rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 130%;
}
.blog_bg .blog_frame .rss_box a .rss_content .rss_text {
  color: #75423E;
  font-size: 1.4rem;
  line-height: 130%;
  margin: 0 0 0 0;
}

@media screen and (min-width: 768px), print {
  .blog_bg {
    background-color: #ffe8e9;
    padding: 40px 0 0 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .blog_bg .blog_frame {
    width: 1180px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    padding: 40px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
  }
  .blog_bg .blog_frame h2.top_title {
    font-size: 3.4rem;
  }
  .blog_bg .blog_frame h2.top_title span {
    font-size: 3rem;
  }
  .blog_bg .blog_frame .rss_box {
    width: 90%;
    margin: 4rem auto 0 auto;
  }
  .blog_bg .blog_frame .rss_box a {
    display: block;
    text-decoration: none;
    margin: 0 0 40px 0;
  }
  .blog_bg .blog_frame .rss_box a .rss_content .rss_date {
    display: none;
  }
  .blog_bg .blog_frame .rss_box a .rss_content .rss_title {
    color: #75423E;
    margin: 0 0 8px 0;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
  }
  .blog_bg .blog_frame .rss_box a .rss_content .rss_text {
    color: #75423E;
    font-size: 1.8rem;
    line-height: 130%;
    margin: 0 0 0 0;
  }
  .blog_bg .blog_frame .rss_box a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #ffe8e9;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
}
.overview .overview_box .overview_info_box_left .overview_logo {
  width: 90%;
  margin: 0 auto 2rem auto;
  display: block;
}
.overview .overview_box .overview_info_box_left .overview_logo img {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_address {
  color: #595757;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left .overview_address i {
  color: #ea545d;
}
.overview .overview_box .overview_info_box_left .overview_info {
  text-align: center;
  font-size: 1.4rem;
}
.overview .overview_box .overview_info_box_left .overview_info .overview_tel {
  color: #595757;
  font-size: 2.2rem;
  font-family: "rubik_regular";
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left .overview_info .overview_tel i {
  color: #ea545d;
  font-size: 1.6rem;
}
.overview .overview_box .overview_info_box_left .overview_info .overview_tel a {
  color: #595757;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left .overview_info .overview_web {
  margin: 0 auto 1rem auto;
  width: 60%;
  height: 12vw;
  color: #ffffff;
  text-decoration: none;
  background-color: #FF777F;
  border-radius: 2rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.overview .overview_box .overview_info_box_left .overview_info .overview_web::before {
  position: absolute;
  left: 6%;
  top: 16%;
  font-family: "fontello";
  font-size: 1.4rem;
  content: "\e902";
  color: #ffffff;
  background-color: #EA545D;
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.overview .overview_box .overview_info_box_left .overview_info .overview_web .web_text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 140%;
  margin: 0 0 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
  color: #595757;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt i {
  color: #7e94c3;
  font-size: 0.8rem;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #EA545D;
}
.overview .overview_box .overview_info_box_left .overview_timetable {
  width: 96%;
  margin: 1rem auto 0 auto;
}
.overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr td {
  background-color: #F6FBFF;
}
.overview .overview_box .overview_info_box_right {
  width: 100%;
  border-radius: 1rem;
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right img {
  width: 100%;
  border: #dddddd 1px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: block;
}

iframe.googlemap {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background-color: #ffe8e9;
    padding: 38px 0 32px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box {
    width: 1180px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 570px;
    background-color: #ffffff;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
  }
  .overview .overview_box .overview_info_box_left .overview_logo {
    width: 495px;
    margin: 0 auto 26px auto;
    display: block;
  }
  .overview .overview_box .overview_info_box_left .overview_logo img {
    width: 495px;
  }
  .overview .overview_box .overview_info_box_left .overview_address {
    color: #595757;
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 18px 0;
  }
  .overview .overview_box .overview_info_box_left .overview_address i {
    color: #ea545d;
  }
  .overview .overview_box .overview_info_box_left .overview_info {
    text-align: center;
    font-size: 3rem;
    width: 500px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_box .overview_info_box_left .overview_info .overview_tel {
    color: #595757;
    font-size: 3.4rem;
    font-family: "rubik_regular";
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_left .overview_info .overview_tel i {
    color: #ea545d;
    font-size: 2.6rem;
  }
  .overview .overview_box .overview_info_box_left .overview_info .overview_tel a {
    color: #595757;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left .overview_info .overview_web {
    margin: 0 0 0 18px;
    width: 150px;
    height: 38px;
    color: #ffffff;
    text-decoration: none;
    background-color: #FF777F;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_box .overview_info_box_left .overview_info .overview_web::before {
    position: absolute;
    left: 6%;
    top: 16%;
    font-family: "fontello";
    font-size: 1.4rem;
    content: "\e902";
    color: #ffffff;
    background-color: #EA545D;
    width: 27px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_left .overview_info .overview_web .web_text {
    font-size: 1.8rem;
    text-align: center;
    line-height: 140%;
    margin: 0 0 0 10px;
  }
  .overview .overview_box .overview_info_box_left .overview_info .overview_web:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 490px;
    margin: 18px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 160%;
    color: #595757;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 108px;
    margin: 0 0 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt i {
    color: #7e94c3;
    font-size: 1.2rem;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 382px;
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd span {
    font-size: 2rem;
    font-weight: bold;
    color: #EA545D;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable {
    width: 490px;
    margin: 0 auto;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    border: #7E94C3 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #595757;
    background-color: #C1D3F6;
    width: 10%;
    height: 40px;
    box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr th.time {
    letter-spacing: 0.1em;
    border-top-left-radius: 10px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr th.holiday {
    border-top-right-radius: 10px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #75423E;
    height: 40px;
    background-color: #F6FBFF;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr td i {
    font-size: 1.8rem;
    color: #7E94C3;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr td.time {
    width: 30%;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr td.time2 {
    width: 30%;
    border-bottom-left-radius: 10px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable tr td.holiday {
    border-bottom-right-radius: 10px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 6px 0 0 0;
    width: 100%;
    color: #75423E;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
  .overview .overview_box .overview_info_box_right {
    width: 570px;
    border-radius: 20px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right img {
    width: 570px;
    border: #dddddd 1px solid;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    display: block;
  }
  iframe.googlemap {
    width: 100%;
    height: 500px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  padding: 2rem 0 0 0;
  background-color: #ffe8e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .footer_frame {
  width: 96%;
  margin: 0 auto;
}
footer .footer_frame ul.footer_list {
  line-height: 130%;
  font-size: 1.2rem;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_frame ul.footer_list li {
  width: 48%;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 0;
  list-style-type: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_frame ul.footer_list li a {
  color: #75423E;
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
footer .footer_frame ul.footer_list li.treatment {
  display: none;
}
footer .footer_frame ul.footer_list li.home i {
  display: none;
}
footer .footer_frame .subtitle {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2rem 0 1.4rem 0;
  border-bottom: #75423E 1px solid;
  color: #75423E;
  text-align: left;
  padding: 0 0 0.5rem 0;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #FF777F;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem 0;
  background-color: #FFE8E9;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 50%;
  margin: 0;
  color: #595757;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "rubik_regular";
  letter-spacing: 0.1em;
  display: block;
  background-color: #ffffff;
  padding: 0.8rem 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.footer_link a.footer_tel i {
  color: #FFE8E9;
  font-size: 1.4rem;
}
.footer_link a.footer_reserve {
  width: 80%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "rubik_regular";
  letter-spacing: 0.1em;
  display: block;
  background-color: #FF777F;
  padding: 0.8rem 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls {
  background-color: #ffffff;
  width: 15%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #FF777F;
  padding: 0.8rem 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 30px 0 0 0;
    background-color: #ffe8e9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 212px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 10px 18px 0;
    padding: 0 10px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #75423E 1px solid;
    height: 16px;
  }
  footer .footer_frame ul.footer_list li a {
    color: #75423E;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer_frame ul.footer_list li a span {
    display: none;
  }
  footer .footer_frame ul.footer_list li a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    background: #75423E;
    width: 0;
  }
  footer .footer_frame ul.footer_list li a:hover::after {
    width: 100%;
  }
  footer .footer_frame ul.footer_list li a br {
    display: none;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li.home i {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    height: 60px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #FF777F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 62px;
    height: 62px;
  }
  #pagetop_position #linkpagetop a img {
    width: 62px;
    height: 62px;
  }
  #pagetop_position #linkpagetop a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #pagetop {
    position: fixed;
    bottom: 80px;
    right: 15%;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 62px;
    height: 62px;
  }
  #pagetop_position #linkpagetop a img {
    width: 62px;
    height: 62px;
  }
  #pagetop {
    position: fixed;
    bottom: 80px;
    right: 2%;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */