@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------
モジュール　_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;
}

.clr_red {
  color: red;
}

/* 囲い文字 -------------------------------------- */
.frame_01 {
  background: #E6F3EC;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  .frame_01 {
    padding: 2.4rem 4rem 2.4rem;
    margin-bottom: 3rem;
  }
}

/* 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: 48em), 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: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  letter-spacing: 0.1rem;
  background: #eee;
  font-size: 1.2rem;
  font-weight: bold;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.2rem;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 2rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    padding-top: 1rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 2rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 27%;
  }
  .tbl_time tr th.time {
    font-size: 2rem;
    padding: 0.6rem 0;
  }
  .tbl_time tr td {
    padding: 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  height: 100%;
  padding: 1rem;
  color: #327A80;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 2rem;
}

.tit_02 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 0 0 1.6rem;
  padding: 0;
  line-height: 1.2;
  color: #327A80;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tit_02::before, .tit_02::after {
  content: "";
  display: block;
  margin: 0 0.4rem;
  width: 4rem;
  height: 2rem;
}
.tit_02::before {
  background: url("../img/tit_02_parts02.svg") no-repeat center/contain;
}
.tit_02::after {
  background: url("../img/tit_02_parts01.svg") no-repeat center/contain;
}

.tit_03 {
  color: #327A80;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  margin: 0 0 1rem;
}
.tit_03::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  margin: 0.4rem auto 0;
  background: linear-gradient(to bottom, #327A80 3px, #4EB6BF 3px);
}

.tit_04 {
  color: #C3D037;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.4rem;
  border-bottom: 4px solid #C3D037;
}

.tit_05 {
  color: #4EB6BF;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1.2rem;
  padding: 0 0 0.3rem;
  border-bottom: 1px dashed #4EB6BF;
}

.tit_06 {
  color: #327A80;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1.2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4rem;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 1200px;
    margin: 0 auto;
    padding: 0 5rem 17rem 0;
    position: absolute;
    left: 12%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .tit_02 {
    font-size: 3.8rem;
    font-size: 3.6rem;
    margin: 0 0 5rem;
  }
  .tit_02::before, .tit_02::after {
    margin: 0 2rem;
    width: 5rem;
    height: 3rem;
  }
  .tit_03 {
    font-size: 3.4rem;
    margin: 0 0 3rem;
  }
  .tit_03::after {
    height: 9px;
    background: linear-gradient(to bottom, #327A80 5px, #4EB6BF 5px);
  }
  .tit_04 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
  .tit_05 {
    font-size: 3rem;
    margin: 0 0 2.2rem;
  }
  .tit_06 {
    font-size: 2.8rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #72C3C8;
}
.lst_ul01 li.none::before {
  content: none;
}
.lst_ul01 li a {
  color: #87C870;
}
.lst_ul01 li a::after {
  content: "≫";
  display: inline;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20rem;
  }
  .lst_ul01.flex li {
    width: 49%;
  }
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1.8rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  min-width: 1.2rem;
  margin-right: 0.6rem;
  text-align: right;
  content: counter(number) ".";
  color: #72C3C8;
  font-weight: bold;
}

.lst_dl01 dt {
  font-weight: bold;
  color: #87C870;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 18rem;
  }
  .lst_dl01 dd {
    width: calc(100% - 18rem);
  }
}
.lst_dl02 {
  margin: 0 0 2rem;
}
.lst_dl02 dt {
  font-weight: bold;
  font-size: 120%;
  color: #87C870;
  margin: 0 0 1rem;
}
.lst_dl02 dd {
  margin: 0 0 2rem;
  padding: 0;
}

/* フロー -------------------------------------- */
.lst_flow dt {
  padding: 0.6rem 1.2rem;
  margin: 0 0 0.8rem;
  background: #5cc7a2;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .lst_flow dt {
    font-size: 120%;
    letter-spacing: 0.2rem;
  }
}
.lst_flow dd {
  margin: 0 0 2rem;
  padding: 0;
}
@media screen and (min-width: 48em), print {
  .lst_flow dd {
    padding: 1rem 1rem;
  }
}
.lst_flow dd:last-of-type {
  margin: 0 0 6rem;
}
.lst_flow dd:last-of-type::after {
  content: none;
}
.lst_flow dd::after {
  content: "";
  display: block;
  margin: 2rem auto 2rem;
  width: 0;
  height: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 1.4rem solid #5cc7a2;
}
@media screen and (min-width: 48em), print {
  .lst_flow dd::after {
    margin: 3rem auto 2rem;
  }
}

/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
}
*[class*=btn_] a {
  background: #72C3C8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  text-decoration: none !important;
  position: relative;
}
*[class*=btn_] a::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.txt_link {
  color: #87C870;
}
.txt_link::after {
  content: "≫";
  display: inline;
}

/* テーブル -------------------------------------- */
.main table[class*=tbl_]:not(.tbl_time) {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.main table[class*=tbl_]:not(.tbl_time) thead tr th {
  background: #E2F1DD;
  color: #444;
  text-align: center;
  font-weight: bold;
}
.main table[class*=tbl_]:not(.tbl_time) tbody tr th {
  width: 30%;
  background: #F8F8F8;
  text-align: center;
  font-weight: bold;
  border: 1px solid #EEEEEE;
}
.main table[class*=tbl_]:not(.tbl_time) tbody tr td {
  padding: 0.8rem;
  border: 1px solid #EEEEEE;
}
.main table[class*=tbl_]:not(.tbl_time).tbl_01 thead th {
  padding: 0.6rem 0;
}
@media screen and (min-width: 48em), print {
  .main table[class*=tbl_]:not(.tbl_time).tbl_01 thead th {
    padding: 1.2rem 2rem;
  }
}
@media screen and (min-width: 48em), print {
  .main table[class*=tbl_]:not(.tbl_time).tbl_01 tbody td {
    padding: 2rem 3rem;
  }
}
.main table[class*=tbl_]:not(.tbl_time).tbl_02 tbody th {
  width: 100%;
  padding: 0.8rem;
  font-size: 120%;
  font-weight: bold;
  background: #E6F3EC;
}
.main table[class*=tbl_]:not(.tbl_time).tbl_02 tbody td {
  padding: 2rem 2rem 1.2rem;
}
@media screen and (min-width: 48em), print {
  .main table[class*=tbl_]:not(.tbl_time).tbl_02 tbody td {
    padding: 4rem 6rem;
  }
}
.main table[class*=tbl_]:not(.tbl_time).tbl_price tbody th {
  width: 60%;
}
@media screen and (min-width: 48em), print {
  .main table[class*=tbl_]:not(.tbl_time).tbl_price tbody th {
    padding: 2rem 1rem;
  }
}
.main table[class*=tbl_]:not(.tbl_time).tbl_price tbody td {
  width: 40%;
}
@media screen and (min-width: 48em), print {
  .main table[class*=tbl_]:not(.tbl_time).tbl_price tbody td {
    padding: 2rem 3rem;
  }
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-collapse: 0.2rem;
}
.tbl_access tr th {
  width: 37%;
  background: #d9edac;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.nolink {
  pointer-events: none !important;
  color: #ccc;
}

html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #444;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  padding: 0 1rem 0;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

.btn_normal {
  background: #72C3C8;
  color: #fff;
  text-align: center;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none !important;
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 13rem 0 0;
    margin: 0 0 0;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header {
  background-size: 100% 25rem;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #FEFEFE, #F6F3EB);
  position: relative;
  z-index: 2;
}
.header > .wrap {
  margin: 0;
  padding: 1.4rem 0.4rem 0.4rem;
  max-width: 100%;
}
.header > .wrap .logo {
  height: 8.6rem;
}
.header > .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat center center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header > .wrap .headL {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  max-width: 80%;
  margin: 1.2rem auto 1.2rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header > .wrap .headL > div {
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 0.4rem;
  border-bottom: 2px solid #AFB7BB;
}
.header > .wrap .headL > div.header_address {
  border-top: 2px solid #AFB7BB;
}
.header > .wrap .headL > div.header_tel {
  color: #569DD6;
}
.header > .wrap .headL > div.header_tel .tel {
  display: inline-block;
}
.header > .wrap .headL > div.header_tel .tel::before {
  content: "\e8ec";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.header > .wrap .headL > div.header_tel .tel a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .header {
    min-height: 87rem;
    background-size: 100% 50rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .header .wrap {
    margin: 2.4rem auto 0;
    padding: 0;
  }
  .header .wrap .logo {
    width: 49rem;
    height: 100%;
    margin: 0 auto 0 0;
  }
  .header .wrap .logo a {
    width: 34.5rem;
    height: 28.4rem;
    margin: 0 auto;
  }
  .header .wrap .headL {
    width: 49rem;
    margin: 3.78rem auto 0 0;
    padding: 0 7.4rem;
  }
  .header .wrap .headL .header_address {
    padding: 1rem 0;
    font-size: 2.8rem;
  }
  .header .wrap .headL .header_tel {
    font-size: 4.2rem;
  }
}
.nav {
  display: none;
}

.sp_menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 200;
}
.sp_menu.fixed {
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -0.4rem 11px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
.sp_menu > li {
  margin: 0;
  width: 20%;
  text-align: center;
  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;
}
.sp_menu > li:not(:last-child) > a {
  position: relative;
  width: 100%;
  background: #72C3C8;
  padding: 0.6rem 0;
  font-weight: 500;
}
.sp_menu > li:not(:last-child) > a::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.sp_menu > li > a {
  display: block;
  color: #fff;
}
.sp_menu > li > a::before {
  content: "";
  display: block;
  font-family: "fontello";
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.sp_menu > li.i_home a::before {
  content: "\e809";
}
.sp_menu > li.i_tel a::before {
  content: "\e8ec";
}
.sp_menu > li.i_rsv a::before {
  content: "\e82b";
}
.sp_menu > li.i_access a::before {
  content: "\e808";
}
.sp_menu > li.sp_nav {
  background: #50A19E;
}
.sp_menu > li.sp_nav button {
  all: unset;
  width: 100%;
  height: 100%;
}
.sp_menu > li.sp_nav button::before {
  content: "\e806";
  display: block;
  color: #fff;
  font-family: "fontello";
  font-size: 1.8rem;
}
.sp_menu > li.sp_nav button::after {
  content: "MENU";
  display: block;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  bottom: 0.1rem;
}
.sp_menu > li.sp_nav button.close::before {
  content: "\e807";
}
.sp_menu > li.sp_nav button.close::after {
  content: "CLOSE";
}
.sp_menu > li.sp_nav .nav {
  background: #fff;
  height: 100vh;
  width: 100%;
  padding: 3rem 1.6rem 10rem 2rem;
  display: none;
  visibility: hidden;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  top: 46px;
  z-index: -1;
  text-align: left;
}
.sp_menu > li.sp_nav .nav .gnav li {
  margin: 0 0 0.8rem;
  border-bottom: 2px solid #dcdcdc;
}
.sp_menu > li.sp_nav .nav .gnav li.treatment {
  display: none;
}
.sp_menu > li.sp_nav .nav .gnav li a {
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sp_menu > li.sp_nav .nav .gnav li a span {
  display: none;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu {
  display: block;
  font-size: 1.4rem;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu p {
  font-size: 1.6rem;
  margin: 3rem 0 1rem;
  padding: 0.6rem 1rem 0.6rem;
  background: #72C3C8;
  color: #fff;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu ul li {
  margin: 0 0 0.8rem;
  border-bottom: 2px solid #dcdcdc;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu ul li a {
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .sp_menu {
    display: none;
  }
  .nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 0;
    position: relative;
    z-index: 200;
  }
  .nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 2rem 0 0;
  }
  .nav .gnav {
    width: 1200px;
    border-radius: 10px;
    background: #72C3C8;
    margin: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .nav .gnav li {
    width: 16.6666666667%;
    position: relative;
  }
  .nav .gnav li::before {
    content: "";
    height: 4rem;
    width: 0.1rem;
    border-right: 2px dotted #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .nav .gnav li:last-child::before {
    content: none;
  }
  .nav .gnav li a {
    display: block;
    text-align: center;
    padding: 2.6rem 0.2rem 2.8rem;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .nav .gnav li .subnav {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 44rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    z-index: -1;
    background: rgba(114, 195, 200, 0.8);
    overflow: hidden;
  }
  .nav .gnav li .subnav li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .nav .gnav li .subnav li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .nav .gnav li .subnav li::before {
    content: none;
  }
  .nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    padding: 1.4rem 1.4rem;
    text-align: left;
    font-weight: 500;
    color: #fff;
  }
  .nav .gnav li .subnav li a:hover {
    background: #72C3C8;
    opacity: 1;
  }
  .nav .sp_treatment_menu {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/overview_bg01.jpg") no-repeat center/cover;
}
.overview > .wrap {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .tbl_area > tbody > tr > th {
  display: block;
  color: #327A80;
  text-align: left;
}
.overview > .wrap .tbl_area > tbody > tr > td {
  display: block;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  margin: 1.2rem 0 0;
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .overviewL .tbl_gaiyo tr:first-child th {
  border-top: 1px solid #CCCCCC;
  padding: 0.6rem 0 0;
}
.overview > .wrap .overviewL .tbl_gaiyo tr th {
  display: block;
  color: #327A80;
  width: 100%;
  text-align: left;
  padding: 0;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td {
  display: block;
  padding: 0 0 0.6rem;
  margin: 0 0 0.6rem;
  border-bottom: 1px solid #CCCCCC;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td ul {
  font-size: 84%;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td ul li::before {
  content: "・";
  display: inline-block;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .map img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.overview > .wrap .overviewR .btn_map {
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 13rem 0 10rem;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    padding: 5.5rem 6.8rem 7.2rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 5rem;
    text-align: center;
  }
  .overview > .wrap .clinic_name img {
    max-width: 37.8rem;
  }
  .overview > .wrap .tbl_area {
    margin: 0 0 3.7rem;
  }
  .overview > .wrap .tbl_area > tbody > tr > th {
    width: 13.8rem;
    font-size: 2rem;
    vertical-align: top;
    display: table-cell;
  }
  .overview > .wrap .tbl_area > tbody > tr > td {
    display: table-cell;
  }
  .overview > .wrap .flex_column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .overview > .wrap .flex_column .overviewL {
    width: 52rem;
    padding: 0 0;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo {
    margin: 0;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr:first-child th, .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr:first-child td {
    border-top: 1px solid #CCCCCC;
    padding: 1.5rem 0 1.5rem;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr th {
    display: table-cell;
    width: 13.8rem;
    padding: 1.5rem 0 1.5rem;
    font-size: 2rem;
    vertical-align: top;
    border-bottom: 1px solid #CCCCCC;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr td {
    display: table-cell;
    width: auto;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0 1.5rem;
    font-size: 1.8rem;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr td span {
    font-size: 100%;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr td ul {
    margin: 0.4rem 0 0;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr td ul li {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .overview > .wrap .flex_column .overviewL .tbl_gaiyo tr td div {
    font-size: 1.4rem;
  }
  .overview > .wrap .flex_column .overviewR {
    width: 51.4rem;
    margin: 0;
    padding: 0 0;
  }
  .overview > .wrap .flex_column .overviewR .map img {
    max-width: 100%;
    margin: 0;
  }
  .overview > .wrap .flex_column .overviewR .btn_map {
    text-align: right;
    margin: 2.5rem 0 0;
  }
}
/* フッター -------------------------------------- */
.pc_rsv {
  display: none;
}

@media screen and (min-width: 48em), print {
  .pc_rsv {
    display: block;
    position: fixed;
    top: 12rem;
    right: 0;
    z-index: 200;
  }
  .pc_rsv a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 8rem;
    height: 18rem;
    font-size: 2.2rem;
    border-radius: 10px 0 0 10px;
    color: #fff;
    background: #569DD6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .pc_rsv a::after {
    content: "\e82b";
    font-family: "fontello";
    margin-top: 0.6rem;
    font-size: 2.6rem;
  }
}
.tel_up {
  width: 100%;
  height: 3.8rem;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tel_up .tel {
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .tel a {
  font-size: 1.8rem;
  color: #569DD6;
  display: inline-block;
  font-weight: bold;
}
.tel_up .tel a::before {
  content: "\e8ec";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.tel_up .pageup {
  width: 18%;
  cursor: pointer;
}
.tel_up .pageup a {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #C3D037;
}
.tel_up .pageup a::before {
  text-align: center;
  font-size: 2.6rem;
  font-family: "fontello";
  content: "\f106";
}
.tel_up .pageup a::after {
  content: none;
}
.tel_up .pageup a span {
  display: none;
}
.tel_up a {
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8rem;
    bottom: 4rem;
    right: 2rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel {
    display: none;
  }
  .tel_up .pageup a {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
  }
  .tel_up .pageup a::before {
    font-size: 4rem;
  }
}
.footer {
  text-align: center;
  background: #72C3C8;
  color: #fff;
  padding: 0.6rem 0 4.6rem;
}
.footer .copy {
  display: block;
  padding: 0.6rem 0;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6.2rem 0 4.7rem;
    font-size: 1.8rem;
  }
  .footer .copy {
    padding: 0;
    margin: 5rem 0 0;
    font-size: 1.8rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 3rem;
  }
  .footer ul li {
    display: inline-block;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.2rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li a div {
    display: inline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* cssアニメーション -------------------------------------- */
.animate {
  opacity: 0;
  transition: all 1.4s;
}
.animate.active {
  opacity: 1;
}

/* キービジュアル -------------------------------------- */
.kv_item {
  margin: 1rem 0 2rem;
  padding: 0 0 0 2rem;
}
.kv_item .wrap {
  padding: 0;
}
.kv_item .wrap > div {
  border-radius: 20px 0 0 20px !important;
}
.kv_item .wrap #keyvsl {
  max-width: 100%;
  height: 16rem;
  position: relative;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}

.kv_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: -1rem 0 0;
}
.kv_txt .wrap .info_txt {
  width: 80%;
  margin: 0 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.kv_txt .wrap .info_txt li {
  width: 48%;
  height: 11rem;
  padding: 0.6rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(to bottom, #92CCF2, #4C8DCB);
  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;
}
.kv_txt .wrap .info_txt li .size_s {
  font-size: 70%;
}
.kv_txt .wrap .info_txt li .middle_txt {
  padding: 0.2rem 0;
  text-align: center;
}
.kv_txt .wrap .catch_txt {
  font-size: 1.6rem;
}
.kv_txt .wrap .catch_txt .size_s {
  font-size: 1.2rem;
}
.kv_txt .wrap .catch_txt *[class*=clr_green] {
  font-weight: bold;
}
.kv_txt .wrap .catch_txt *[class*=clr_green].clr_green01 {
  color: #C3D037;
}
.kv_txt .wrap .catch_txt *[class*=clr_green].clr_green02 {
  color: #4EB6BF;
}

@media screen and (min-width: 48em), print {
  .kv_item {
    margin: 0;
    padding: 0;
    height: 0;
  }
  .kv_item .wrap {
    margin: 0 auto;
  }
  .kv_item .wrap > div {
    border-radius: 0 0 0 75px !important;
  }
  .kv_item .wrap #keyvsl {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 730px;
    left: 510px;
    right: auto;
    top: 0;
    height: 750px;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  .kv_txt {
    margin: 0 auto;
  }
  .kv_txt .wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .kv_txt .wrap .info_txt {
    width: 35rem;
    position: absolute;
    right: 0;
    top: 3rem;
  }
  .kv_txt .wrap .info_txt li {
    width: 17rem;
    height: 17rem;
    padding: 0 0 0.2rem;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
  }
  .kv_txt .wrap .info_txt li .size_s {
    font-size: 2rem;
    line-height: 0.8;
  }
  .kv_txt .wrap .info_txt li .middle_txt {
    font-size: 1.6rem;
    padding: 0.4rem 0 0.2rem;
  }
  .kv_txt .wrap .catch_txt {
    width: 50rem;
    padding: 0 0 3rem;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .kv_txt .wrap .catch_txt .size_s {
    font-size: 2rem;
  }
  .kv_txt .wrap .catch_txt *[class*=clr_green] {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1240px), print {
  .kv_item .wrap #keyvsl {
    left: calc(50% - 105px);
    width: calc(50% + 105px);
  }
}
/* 診療時間 -------------------------------------- */
.timeTbl_column {
  padding: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .timeTbl_column {
    padding: 0;
  }
  .timeTbl_column .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .timeTbl_column .wrap .tit_02 {
    margin: 0 5rem 0 0;
    min-width: 275px;
  }
  .timeTbl_column .wrap .tit_02::before, .timeTbl_column .wrap .tit_02::after {
    margin: 0 0.4rem;
  }
  .timeTbl_column .wrap .tbl_time {
    flex: 1 1 auto;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 2rem 0 2rem;
}
.info dl {
  margin: 0;
  padding: 1.8rem 1.4rem 1.4rem;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  line-height: 1.4;
}
.info dl dt {
  color: #4EB6BF;
  margin: 0 0 1rem;
  font-size: 110%;
  line-height: 1.2;
  cursor: pointer;
}
.info dl dt::before {
  content: "▲";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.info dl dt:hover {
  opacity: 0.8;
}
.info dl dt.close::before {
  content: "▼";
}
.info dl dd {
  padding: 0;
  margin: 0 0 2rem;
}
.info dl dd:nth-of-type(n+4) {
  display: none;
}
.info dl dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem 0 4.5rem;
  }
  .info .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .info .wrap .tit_02 {
    margin: 0 5rem 0 0;
    min-width: 275px;
  }
  .info .wrap .tit_02::before, .info .wrap .tit_02::after {
    margin: 0 0.4rem;
  }
  .info .wrap dl {
    padding: 2.7rem 3.2rem;
    flex: 1 1 auto;
  }
  .info .wrap dl dt {
    font-size: 2rem;
  }
  .info .wrap dl dt::after {
    font-size: 2rem;
    margin-left: 0.7rem;
  }
  .info .wrap dl dd {
    font-size: 1.8rem;
  }
}
/* 当院の特長 -------------------------------------- */
.feature {
  padding: 2rem 0 2rem;
}
.feature ul {
  counter-reset: feature_num;
}
.feature ul li {
  background: linear-gradient(to bottom, #FFFEF1 16rem, rgba(255, 255, 255, 0) 16rem);
  counter-increment: feature_num 1;
  margin: 0 0 2rem;
}
.feature ul li section {
  padding: 1.2rem 1rem;
}
.feature ul li section .tit_feature {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #444;
  margin: 0 0 2rem;
}
.feature ul li section .tit_feature::before {
  content: counter(feature_num, decimal-leading-zero);
  display: block;
  font-family: "Lato", sans-serif;
  color: #E8ECEF;
  line-height: 1;
  font-size: 5.4rem;
}
.feature ul li section .img {
  border-radius: 15px;
  max-width: 80%;
  margin: 0 auto;
}
.feature ul li section .img img {
  border-radius: 15px;
  display: block;
}
.feature ul li section .tit {
  color: #4EB6BF;
  font-size: 1.8rem;
  margin: 0.8rem 0 1rem;
}
.feature ul li section p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 4.5rem 0 8rem;
  }
  .feature ul li {
    background: linear-gradient(to bottom, #FFFEF1 23rem, rgba(255, 255, 255, 0) 23rem);
    padding: 4rem 0 0;
    margin: 0 0 7.1rem;
    min-height: 47.4rem;
  }
  .feature ul li section {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .feature ul li section .tit_feature {
    font-size: 3rem;
    margin: 0 0 5.6rem;
  }
  .feature ul li section .tit_feature::before {
    font-size: 12rem;
  }
  .feature ul li section .img {
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .feature ul li section .tit {
    font-size: 3rem;
    margin: 0.8rem 0 1rem;
  }
  .feature ul li section p {
    width: 68.5rem;
    line-height: 1.6;
    font-size: 2rem;
  }
  .feature ul li:nth-child(even) section .img {
    right: auto;
    left: 0;
  }
  .feature ul li:nth-child(even) section .tit_feature {
    width: 68.5rem;
    margin: 0 0 5.6rem auto;
  }
  .feature ul li:nth-child(even) section p {
    margin: 0 0 0 auto;
  }
}
/* 診療のご案内 -------------------------------------- */
.treatment_menu {
  padding: 2rem 0 3rem;
}
.treatment_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.treatment_menu ul li {
  margin: 0 0 1rem;
  width: 49%;
}
.treatment_menu ul li a {
  padding: 1rem;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  background: #ECF3E6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.treatment_menu ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  margin: 0 0 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.treatment_menu ul li a::after {
  content: "";
  display: block;
  width: 20rem;
  height: 14rem;
  background: #C3D037;
  border: 4px solid #EBE02E;
  position: absolute;
  z-index: -1;
  bottom: -9rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 50%;
}
.treatment_menu ul li a.internal_medicine::before {
  background-image: url("../img/index_treatmentMenu_internal_medicine.svg");
}
.treatment_menu ul li a.diabetes::before {
  background-image: url("../img/index_treatmentMenu_diabetes.svg");
}
.treatment_menu ul li a.rheumatism::before {
  background-image: url("../img/index_treatmentMenu_rheumatism.svg");
}
.treatment_menu ul li a.collagen_disease::before {
  background-image: url("../img/index_treatmentMenu_collagen_disease.svg");
}
.treatment_menu ul li a.nephrology::before {
  background-image: url("../img/index_treatmentMenu_nephrology.svg");
}
.treatment_menu ul li a.pediatrics::before {
  background-image: url("../img/index_treatmentMenu_pediatrics.svg");
}
.treatment_menu ul li a.allergy::before {
  background-image: url("../img/index_treatmentMenu_allergy.svg");
}
.treatment_menu ul li a.dermatology::before {
  background-image: url("../img/index_treatmentMenu_dermatology.svg");
}
.treatment_menu ul li a.lifestyle_disease::before {
  background-image: url("../img/index_treatmentMenu_lifestyle_disease.svg");
}
.treatment_menu ul li a.health_check::before {
  background-image: url("../img/index_treatmentMenu_health_check.svg");
}
.treatment_menu ul li a.vaccination::before {
  background-image: url("../img/index_treatmentMenu_vaccination.svg");
}
.treatment_menu ul li a.self_pay::before {
  background-image: url("../img/index_treatmentMenu_self_pay.svg");
}

@media screen and (min-width: 48em), print {
  .treatment_menu {
    padding: 2rem 0 6rem;
  }
  .treatment_menu ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .treatment_menu ul li {
    margin-bottom: 4.4rem;
    margin-right: 3.7rem;
    width: 21rem;
  }
  .treatment_menu ul li:nth-child(5n) {
    margin-right: 0;
  }
  .treatment_menu ul li a {
    padding: 1.5rem 1rem 2.8rem;
    font-size: 2.4rem;
  }
  .treatment_menu ul li a::before {
    height: 10rem;
    margin: 0 0 2.4rem;
  }
  .treatment_menu ul li a::after {
    width: 40rem;
    height: 20rem;
    bottom: -11.5rem;
    border: 6px solid #EBE02E;
  }
}
/* スライドギャラリー -------------------------------------- */
.slide_gallery {
  padding: 2rem 0;
}
.slide_gallery #top_slider {
  padding: 1rem 0;
  background: #eee;
}
.slide_gallery #top_slider li {
  margin: 0 0.4rem;
}
.slide_gallery #top_slider li img {
  border-radius: 7px;
}

@media screen and (min-width: 48em), print {
  .slide_gallery {
    padding: 0;
    margin: 0 0 10rem;
    overflow-x: hidden;
  }
  .slide_gallery #top_slider {
    padding: 2rem 0;
  }
  .slide_gallery #top_slider li {
    margin: 0 1rem;
  }
  .slide_gallery #top_slider li img {
    border-radius: 15px;
    width: 35rem;
    height: 25rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 1200px;
    margin: 1.4rem auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  body:not(.index) .breadcrumb_list li {
    font-size: 1.6rem;
    display: inline-block;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 1rem;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) > .wrap {
    width: 1200px;
  }
}
body:not(.index) .main {
  margin: 4rem 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
    padding: 0;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header {
    min-height: auto;
  }
  body:not(.index) .header > .wrap {
    margin: 2.4rem auto 7rem;
  }
}

.low_kv {
  padding: 0 0 0 2rem;
  margin: 0 0 2rem 2rem;
  background: url("../img/low_keyvsl01.jpg") no-repeat center/auto auto;
  border-radius: 20px 0 0 20px;
  height: 12rem;
  max-width: 100%;
}

@media screen and (min-width: 48em), print {
  .low_kv {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 730px;
    left: 510px;
    right: auto;
    top: 0;
    height: 500px;
    background: url("../img/low_keyvsl01.jpg") no-repeat center/auto auto;
    border-radius: 0 0 0 75px;
  }
}
@media screen and (min-width: 1240px), print {
  .low_kv {
    left: calc(50% - 105px);
    width: calc(50% + 105px);
  }
}
@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  display: block;
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  .doctor .dr_name {
    margin: 2.6rem 0 0;
  }
}

/* クリニック紹介 */
.gallery {
  height: calc((100vw - 4rem) * 0.9);
}
@media screen and (min-width: 48em), print {
  .gallery {
    height: 66.33rem;
  }
}

#slider {
  margin: 0 auto 0.2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #slider {
    width: 75rem;
  }
}
#slider figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#slider figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}
@media screen and (min-width: 48em), print {
  #slider figure figcaption {
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
  }
}

#thumbnail_slider {
  margin: 0 auto 2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #thumbnail_slider {
    width: 75rem;
  }
}
#thumbnail_slider .slick-list .thumbnail-item img {
  cursor: grab;
}
#thumbnail_slider .slick-list .thumbnail-item img:active {
  cursor: grabbing;
}
#thumbnail_slider .slick-list .slick-current {
  position: relative;
}
#thumbnail_slider .slick-list .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #222;
}
#thumbnail_slider .slick-list .slick-current img {
  width: 100%;
  display: block;
}
#thumbnail_slider .slick-prev::before, #thumbnail_slider .slick-next::before {
  color: #222;
}

#slider02 {
  margin: 0 auto 0.2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #slider02 {
    width: 75rem;
  }
}
#slider02 figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#slider02 figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}
@media screen and (min-width: 48em), print {
  #slider02 figure figcaption {
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
  }
}

#thumbnail_slider02 {
  margin: 0 auto 2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #thumbnail_slider02 {
    width: 75rem;
  }
}
#thumbnail_slider02 .slick-list .thumbnail-item img {
  cursor: grab;
}
#thumbnail_slider02 .slick-list .thumbnail-item img:active {
  cursor: grabbing;
}
#thumbnail_slider02 .slick-list .slick-current {
  position: relative;
}
#thumbnail_slider02 .slick-list .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #222;
}
#thumbnail_slider02 .slick-list .slick-current img {
  width: 100%;
  display: block;
}
#thumbnail_slider02 .slick-prev::before, #thumbnail_slider02 .slick-next::before {
  color: #222;
}

.slide-item img {
  width: 100%;
  height: auto;
}

.thumbnail-item img {
  width: 98%;
  display: block;
  margin: 0 auto;
}

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
.rsv_box .bold {
  font-size: 110%;
  background: #EBE02E;
  margin: 1rem 0 0;
  padding: 0.2rem 0.4rem;
  text-align: center;
}
.rsv_box ul {
  padding: 0.8rem 0.2rem;
  background: rgba(235, 224, 46, 0.3);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.rsv_box ul li {
  width: 50%;
  padding: 0.4rem 0.8rem;
  text-align: center;
}
.rsv_box ul li.btn_01 a {
  padding: 1.2rem 2rem;
}
.rsv_box ul li .tel::before {
  content: "tel.";
  margin-right: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .rsv_box {
    width: 60%;
  }
  .rsv_box .bold {
    padding: 1.4rem 0.4rem;
  }
  .rsv_box ul {
    padding: 2rem 2rem;
  }
  .rsv_box ul li.btn_01 a {
    width: 100%;
  }
}

.flow div {
  border: 2px solid #72C3C8;
  padding: 1rem;
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow div {
    padding: 3rem 3.4rem;
  }
}
.flow div:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #72C3C8;
  border-right: 5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 5rem solid transparent;
  margin: auto;
}
.flow div dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #72C3C8;
  margin: 0 0 0.6rem;
}
@media screen and (min-width: 48em), print {
  .flow div dt {
    font-size: 2.6rem;
    margin: 0 0 1.4rem;
  }
}
.flow div dd {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .flow div dd {
    font-size: 1.8rem;
  }
}

/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .tbl_time caption {
    font-size: 1.6rem;
  }
  .access .tbl_time tbody tr th[scope=row] {
    font-size: 1.6rem;
  }
  .access .tbl_time tbody tr th[scope=row].time div span {
    width: 40%;
  }
  .access .gmap {
    height: 50rem;
  }
}/*# sourceMappingURL=style.css.map */