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

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          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;
}

.red {
  color: rgb(199, 41, 41);
}

/* 囲い文字 -------------------------------------- */
.frame_01 {
  background: #F8F8F8;
  border: 1px solid #eee;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  .frame_01 {
    padding: 2.4rem 2rem 2rem;
    margin-bottom: 3rem;
  }
}
.frame_01.-light_green {
  background: #F7FCF5;
  border: none;
  margin-bottom: initial;
}
.frame_01.-light_green .inner {
  max-width: 900px;
  margin-inline: auto;
  text-align: left;
}

/* 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;
  }
}
.bnr_rsv {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .bnr_rsv {
    max-width: 320px;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.sm_py_2 {
  padding: 2rem 0 2rem;
}

.mt60 {
  margin-top: 6rem;
}

.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 {
  .md_py_6 {
    padding: 6rem 0 6rem;
  }
  .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;
  }
}
.d-inline-block {
  display: inline-block;
}

/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #50A19E;
  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: #50A19E;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  padding: 0;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #50A19E;
  font-size: 1.2rem;
}
.tbl_time tr th.time span {
  display: block;
  background: #D8EEED;
  padding: 0.2rem 0.4rem;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #50A19E;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time caption {
    font-size: 1.2rem;
    padding-top: 0.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.2rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 41%;
  }
  .tbl_time tr th.time div {
    text-align: center;
    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;
    letter-spacing: 0.1rem;
  }
  .tbl_time tr th.time div span {
    width: 9.7rem;
    padding: 0.7rem 0;
    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;
  }
  .tbl_time tr th.time div span ~ span {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: none;
  }
  .tbl_time tr td {
    padding: 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) left top/auto 100%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #87C870;
  letter-spacing: 0.1rem;
  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;
  min-height: 10rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.tit_02 {
  color: #473933;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 0 0 1.6rem;
  padding: 0;
  line-height: 1.2;
}
.tit_02 span {
  font-size: 1.2rem;
  margin: 0.4rem 0 0;
  color: #87C870;
  display: block;
  letter-spacing: 0.1rem;
}

.tit_03 {
  color: #5CC7A2;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin: 0 0 1rem;
  padding-left: 2.6rem;
}
.tit_03.-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.tit_03.-index::before {
  margin-right: 1rem;
}
.tit_03::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background: url("../img/tit_03.svg") no-repeat center/contain;
  margin-right: 0.4rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.tit_04 {
  color: #87C870;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.3rem 0.8rem;
  border-bottom: 2px dashed #87C870;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 100%;
  background: #87C870;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.tit_05 {
  color: #50A19E;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.3rem;
  border-bottom: 1px dashed #50A19E;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) center top/auto auto;
    font-size: 4rem;
    letter-spacing: 0.2rem;
    height: 30rem;
    padding: 0;
    margin: 0 0 1rem;
  }
  .tit_02 {
    font-size: 3.8rem;
    margin: 0 0 2rem;
  }
  .tit_02 span {
    font-size: 1.4rem;
  }
  body:not(.index) .tit_02 {
    margin: 0 0 3.4rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #9ACBC9;
}
.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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .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: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: clr_blue;
  font-weight: bold;
}

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

@media screen and (min-width: 48em), print {
  .lst_dl01 div {
    margin: 0 0 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lst_dl01 div dt {
    min-width: 13rem;
  }
}
.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-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
.btn_01 {
  display: block;
}
.btn_01 a {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
.btn_01 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;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 thead tr th {
  background: #E2F1DD;
  color: #87C870;
  text-align: center;
  font-weight: bold;
}
.tbl_01 tbody tr th {
  width: 30%;
  background: #F8F8F8;
  text-align: center;
  font-weight: bold;
  border: 1px solid #EEEEEE;
}
.tbl_01 tbody tr td {
  padding: 0.8rem;
  border: 1px solid #EEEEEE;
}

.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: "BIZ UDPGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

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;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1300px;
  }
  body > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 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 > .wrap {
  margin: 1rem 0;
  padding: 0.4rem;
  max-width: 100%;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1rem;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 66% 30%;
}
.header > .wrap .logo {
  grid-column: 1/3;
  gird-row: 1;
  height: 3.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 .headC {
  /*grid-column: 1;
  text-align: right;*/
  grid-column: 1/3;
  grid-row: 2;
  text-align: center;
}
.header > .wrap .headC .tel {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}
.header > .wrap .headC .tel::before {
  content: "tel.";
}
.header > .wrap .headC .tel a {
  display: inline-block;
}
.header > .wrap .headR {
  padding: 0 0.8rem 0 0;
  grid-column: 2;
  grid-row: 2;
}
.header > .wrap .headR a {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #87C870;
  padding: 0 0.8rem;
  color: #fff;
  font-weight: bold;
}
.header > .wrap .headR a::after {
  content: "\e806";
  font-family: "fontello";
  margin-left: 0.4rem;
  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;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 1rem auto 0;
    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;
  }
  .header .wrap .logo {
    width: 57rem;
    height: 8rem;
  }
  .header .wrap .headC {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    grid-column: 1;
    grid-row: 2;
    text-align: right;
    font-size: 1.4rem;
  }
  .header .wrap .headC .tel {
    display: inline-block;
    font-weight: bold;
    font-size: 2.6rem;
    margin: 0.6rem 0 0;
    letter-spacing: 0.3rem;
  }
  .header .wrap .headC .tel::before {
    content: "tel.";
  }
  .header .wrap .headR {
    width: 17rem;
  }
  .header .wrap .headR a {
    font-size: 1.8rem;
    padding: 1.7rem 1.8rem;
    letter-spacing: 0.1rem;
  }
  .header .wrap .headR a::after {
    width: 2rem;
    height: 2rem;
    border: 2px solid #fff;
    font-size: 1.4rem;
    margin-left: 0.6rem;
  }
}
.nav {
  display: none;
}

.sp_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 200;
}
.sp_menu.fixed {
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 -0.4rem 11px rgba(0, 0, 0, 0.5);
          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-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;
}
.sp_menu > li:not(:last-child) > a {
  position: relative;
  width: 100%;
  background: #9ACB5B;
  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: "\e807";
}
.sp_menu > li.i_tel a::before {
  content: "\e800";
}
.sp_menu > li.i_rsv a::before {
  content: "\f274";
}
.sp_menu > li.i_ubie a::before {
  content: "\f15c";
}
.sp_menu > li.i_access a::before {
  content: "\e801";
}
.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: "\e802";
  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: "\e803";
}
.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: 52px;
  z-index: 5;
  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;
}
.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: #9acb5b;
  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;
    padding: 2.5rem 0 2rem;
    border-bottom: #87C870 solid 2px;
  }
  .nav.fixed {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    margin: 0 auto;
  }
  .nav .gnav {
    width: 99rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .gnav li {
    width: 20%;
    position: relative;
  }
  .nav .gnav li::before {
    content: "";
    height: 100%;
    width: 0.1rem;
    background: #87C870;
    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: 0.4rem 0 0.6rem;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .nav .gnav li .subnav {
    visibility: hidden;
    margin: 1rem 0 0;
    padding: 0.2rem;
    width: 44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border: #87C870 solid 2px;
    border-radius: 7px;
    overflow: hidden;
  }
  .nav .gnav li .subnav li {
    width: 50%;
    border: 1px solid #fff;
  }
  .nav .gnav li .subnav li::before {
    content: none;
  }
  .nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    padding: 1.6rem 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #87C870;
    border: #87C870 solid 2px;
  }
  .nav .gnav li .subnav li a:hover {
    background: #F7FCF5;
    opacity: 1;
    color: #87C870;
  }
  .nav .sp_treatment_menu {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  border-top: 1px solid #707070;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 100%;
  height: auto;
}
.overview > .wrap .overviewL .overview_info {
  text-align: center;
}
.overview > .wrap .overviewL .overview_info li ~ li {
  margin: 0.4rem 0 0;
}
.overview > .wrap .overviewL .overview_info li.tel {
  font-weight: bold;
  font-size: 1.8rem;
}
.overview > .wrap .overviewL .overview_info li.tel::before {
  content: "tel.";
}
.overview > .wrap .overviewL .overview_info li.dept {
  text-align: center;
  color: #50A19E;
  border: 1px solid #50A19E;
  padding: 0.2rem 1rem;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  margin: 1.2rem 0 0;
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .overviewL .tbl_gaiyo th {
  display: block;
  width: 100%;
  font-size: 110%;
  text-align: left;
  padding: 0;
}
.overview > .wrap .overviewL .tbl_gaiyo td {
  display: block;
  padding: 0 0 1rem;
}
.overview > .wrap .overviewL .tbl_gaiyo td span {
  font-size: 110%;
  letter-spacing: 0.1rem;
}
.overview > .wrap .overviewL .tbl_gaiyo td ul li::before {
  content: "・";
  display: inline-block;
}
.overview > .wrap .overviewL .tbl_gaiyo td div ~ div {
  margin: 0.8rem 0 0;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  height: 30rem;
}
.overview > .wrap .overviewR .gmap iframe {
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 10rem 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL {
    width: 53rem;
    padding: 0 0;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 1rem;
    text-align: left;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 45rem;
  }
  .overview > .wrap .overviewL .overview_info {
    font-size: 1.4rem;
  }
  .overview > .wrap .overviewL .overview_info li ~ li {
    margin: 0 0 0.8rem;
  }
  .overview > .wrap .overviewL .overview_info li.tel {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
  }
  .overview > .wrap .overviewL .overview_info li.dept {
    padding: 0.2rem 0.6rem;
    border: 2px solid #50A19E;
  }
  .overview > .wrap .overviewL .tbl_gaiyo {
    margin: 3rem 0 0;
  }
  .overview > .wrap .overviewL .tbl_gaiyo th {
    display: table-cell;
    width: 9rem;
    padding: 0;
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    vertical-align: top;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td {
    display: table-cell;
    width: auto;
    padding: 0 0 2.6rem;
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td span {
    font-size: 100%;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td ul {
    margin: 0.2rem 0 0;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td ul li {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td div {
    font-size: 1.4rem;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 0;
  }
  .overview > .wrap .overviewR {
    width: 68rem;
    padding: 0 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 68rem;
  }
  .overview > .wrap .overviewR .gmap iframe {
    height: 100%;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  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;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  background: #fff;
  border: 1px solid #50A19E;
  border-radius: 50%;
}
#pageup a::before {
  text-align: center;
  font-size: 2.4rem;
  font-family: "fontello";
  content: "\e824";
  color: #50A19E;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    bottom: 3rem;
    right: 3rem;
  }
  #pageup a {
    width: 7rem;
    height: 7rem;
  }
  #pageup a::before {
    font-size: 3.4rem;
  }
}
.footer {
  text-align: center;
  background: #F8F8F8;
  padding: 0.6rem 0 0.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: 5rem 0 5rem;
  }
  .footer .copy {
    padding: 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 1rem;
  }
  .footer ul ~ ul {
    margin: 0 auto 5rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
  }
  .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;
  }
}
:target::before {
  content: "";
  display: block;
  height: 5rem;
  margin: -5rem 0 0;
  visibility: hidden;
}

@media screen and (min-width: 48em), print {
  :target::before {
    height: 10rem;
    margin: -10rem 0 0;
  }
}
.tbl_price {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #50A19E;
  font-size: 1.2rem;
  table-layout: fixed;
}
.tbl_price tr th {
  font-weight: normal;
  border-bottom: 1px solid #50A19E;
  border-right: 1px solid #50A19E;
  background-color: #D8EEED;
  padding: 10px 0;
}
.tbl_price tr td {
  text-align: right;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #50A19E;
  border-right: 1px solid #50A19E;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_price {
    font-size: 1.6rem;
  }
  .tbl_price tr td {
    padding: 10px;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 1rem 0rem 0;
  padding: 0;
  max-width: 100%;
  height: 22rem;
  position: relative;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl p {
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #fff;
  background: rgba(84, 84, 84, 0.5);
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 0;
    padding: 0;
    height: 60rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl p {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.3rem;
    bottom: 0;
    padding: 4rem 0 3rem;
  }
}
.bnr_index {
  padding: 4rem 0 0 !important;
}
.bnr_index .bnr_line {
  text-align: center;
  margin: 0 auto;
  width: 280px;
}
.bnr_index .bnr_line li {
  width: 280px;
}
.bnr_index .bnr_line li:not(:last-of-type)::after {
  display: block;
  content: "\e804";
  font-family: "fontello";
  color: #473933;
  font-size: 2.4rem;
}
.bnr_index .bnr_line li a.bnr_rsv {
  display: block;
  background: #87C870;
  color: #fff;
  text-decoration: none;
  width: 280px;
  height: 83px;
  line-height: 83px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bnr_index .bnr_line li a.-blue {
  background: #0079D1;
}
.bnr_index .bnr_line li a.-initia {
  line-height: 1.6;
  font-size: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 48em), print {
  .bnr_index {
    padding: 7rem 0 0 !important;
    margin-bottom: -3rem !important;
    text-align: center;
  }
  .bnr_index .bnr_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
  .bnr_index .bnr_line li:not(:last-of-type) {
    position: relative;
    width: 340px;
  }
  .bnr_index .bnr_line li:not(:last-of-type)::after {
    position: absolute;
    right: 20px;
    top: 20px;
    content: "\e806";
  }
  .bnr_index .bnr_line li a img {
    width: 100%;
    height: 83px;
  }
}

/* お知らせ -------------------------------------- */
.info {
  padding: 2rem 0 4rem;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 1.8rem;
  background: #F7FCF5;
  overflow-y: scroll;
  max-height: 26rem;
}
.info dl .line {
  border-bottom: 2px dotted #707070;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}
.info dl .line dt {
  font-weight: bold;
  color: #87C870;
  font-size: 110%;
  line-height: 1.2;
  cursor: pointer;
}
.info dl .line dt:hover {
  opacity: 0.8;
}
.info dl .line dt .tit {
  display: inline;
}
.info dl .line dt .date {
  color: #5CC7A2;
  font-size: 1.2rem;
  display: inline;
  margin-left: 0.6rem;
  margin-bottom: 0.1rem;
}
.info dl .line dt .date::after {
  content: "\e81c";
  display: inline;
  font-family: "fontello";
  font-size: 1.6rem;
  margin-left: 0.6rem;
  color: #fff;
  background: #A4D593;
}
.info dl .line dt.close .date::after {
  content: "\e81d";
}
.info dl .line dd {
  display: none;
  padding: 1rem 0 0;
  margin: 0;
}
.info dl .line dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 6rem 0 6rem;
  }
  .info .wrap {
    width: 99rem;
  }
  .info .wrap dl {
    padding: 5rem;
    max-height: 42rem;
  }
  .info .wrap dl .line {
    margin: 0 0 3rem;
    padding: 0 0 3rem;
  }
  .info .wrap dl .line dt .date {
    font-size: 1rem;
    margin-left: 0.7rem;
    margin-bottom: 0.3rem;
  }
  .info .wrap dl .line dt::after {
    font-size: 2.2rem;
    margin-left: 0.7rem;
  }
  .info .wrap dl .line dd {
    font-size: 1.6rem;
  }
}
/* クリニック理念 -------------------------------------- */
.philosophy {
  padding: 2rem 0 2rem;
}
.philosophy img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.philosophy ul {
  margin: 2rem 0 0;
  counter-reset: philosophy_num;
}
.philosophy ul li {
  margin: 0 0 1rem;
  padding: 2rem 2.4rem 2.6rem;
  background: #F7FCF5;
  text-align: center;
  counter-increment: philosophy_num 1;
  position: relative;
  z-index: 1;
}
.philosophy ul li::after {
  content: counter(philosophy_num, decimal-leading-zero);
  display: block;
  font-size: 3.2rem;
  color: #E5F2E0;
  letter-spacing: 0.2rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: -1;
}

@media screen and (min-width: 48em), print {
  .philosophy {
    padding: 6rem 0 6rem;
  }
  .philosophy .wrap {
    width: 99rem;
  }
  .philosophy .wrap .flex {
    margin: 5rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .philosophy .wrap .flex img {
    width: 50rem;
    max-width: 100%;
    margin: 0 5rem 0 0;
  }
  .philosophy .wrap .flex ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .philosophy .wrap .flex ul li {
    padding: 3.8rem 4rem;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .philosophy .wrap .flex ul li::after {
    font-size: 4rem;
    letter-spacing: 0.6rem;
    bottom: 0;
  }
}
/* 診療のご案内 -------------------------------------- */
.treatment_menu {
  padding: 2rem 0 3rem;
}
.treatment_menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none !important;
}
.treatment_menu ul.lst_item01 li {
  margin: 0 0 1rem;
}
.treatment_menu ul.lst_item01 li a {
  padding: 1rem 2rem 3rem;
  position: relative;
}
.treatment_menu ul.lst_item01 li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.treatment_menu ul.lst_item01 li a .tit {
  text-align: center;
  margin: 0 0 1.2rem;
}
.treatment_menu ul.lst_item01 li a .tit::before {
  content: "";
  display: block;
  margin: 0 auto 0.6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.treatment_menu ul.lst_item01 li a .tit span {
  display: inline-block;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
}
.treatment_menu ul.lst_item01 li a p {
  margin: 0;
}
.treatment_menu ul.lst_item01 li a.gastric {
  background: #87C870;
}
.treatment_menu ul.lst_item01 li a.gastric .tit::before {
  background: url("../img/index_treatmentMenu_gastric.svg") no-repeat center/60% auto;
}
.treatment_menu ul.lst_item01 li a.largeintestine {
  background: #5CC7A2;
}
.treatment_menu ul.lst_item01 li a.largeintestine .tit::before {
  background: url("../img/index_treatmentMenu_largeintestine.svg") no-repeat center/60% auto;
}
.treatment_menu ul.lst_item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.treatment_menu ul.lst_item02 li {
  width: 49%;
  margin: 0 2% 1rem 0;
}
.treatment_menu ul.lst_item02 li:nth-child(even) {
  margin: 0 0 1rem;
}
.treatment_menu ul.lst_item02 li a {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  height: 100%;
  background: #9ACBC9;
}
.treatment_menu ul.lst_item02 li a.nocolor {
  background: #bbbbbb;
}
.treatment_menu ul.lst_item02 li a span {
  display: block;
}
.treatment_menu ul.lst_item02 li a::before {
  content: "";
  margin-bottom: 0.4rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.treatment_menu ul.lst_item02 li a.internal::before {
  background: url("../img/index_treatmentMenu_internal.svg") no-repeat center/50% auto;
}
.treatment_menu ul.lst_item02 li a.proctology::before {
  background: url("../img/index_treatmentMenu_proctology.svg") no-repeat center/50% auto;
}
.treatment_menu ul.lst_item02 li a.selfpay::before {
  background: url("../img/index_treatmentMenu_selfpay.svg") no-repeat center/60% auto;
}
.treatment_menu ul.lst_item02 li a.examination::before {
  background: url("../img/index_treatmentMenu_examination.svg") no-repeat center/46% auto;
}
.treatment_menu ul.lst_item02 li a.vaccination::before {
  background: url("../img/index_treatmentMenu_vaccination.svg") no-repeat center/50% auto;
}

@media screen and (min-width: 48em), print {
  .treatment_menu {
    padding: 6rem 0 12rem;
  }
  .treatment_menu .wrap {
    width: 99rem;
  }
  .treatment_menu .wrap ul.lst_item01 {
    margin: 5rem 0 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .treatment_menu .wrap ul.lst_item01 li {
    width: 48.5rem;
  }
  .treatment_menu .wrap ul.lst_item01 li a {
    padding: 5rem 5rem 5.8rem;
  }
  .treatment_menu .wrap ul.lst_item01 li a .tit {
    margin: 0 0 3rem;
  }
  .treatment_menu .wrap ul.lst_item01 li a .tit::before {
    width: 7.7rem;
    height: 7.7rem;
  }
  .treatment_menu .wrap ul.lst_item01 li a .tit span {
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
  .treatment_menu .wrap ul.lst_item01 li a p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .treatment_menu .wrap ul.lst_item02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .treatment_menu .wrap ul.lst_item02 li {
    width: 31.6rem;
    margin-bottom: 2rem;
    margin-right: 2.1rem;
  }
  .treatment_menu .wrap ul.lst_item02 li:nth-child(even) {
    margin-right: 2.1rem;
  }
  .treatment_menu .wrap ul.lst_item02 li:nth-child(3n) {
    margin-right: 0;
  }
  .treatment_menu .wrap ul.lst_item02 li a {
    -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;
    font-size: 2.4rem;
    padding: 2.2rem 2rem;
  }
  .treatment_menu .wrap ul.lst_item02 li a span {
    width: 100%;
  }
  .treatment_menu .wrap ul.lst_item02 li a::before {
    display: inline-block;
    width: 7.7rem;
    height: 7.7rem;
    margin: 0 2rem 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* やまもと内視鏡クリニックの特徴 -------------------------------------- */
.feature {
  padding: 0 0 2rem;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.feature .tit_feature {
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  margin-left: 2rem;
  color: #473933;
  line-height: 1.2;
  position: relative;
  z-index: 3;
}
.feature .tit_feature span {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  color: #5CC7A2;
  display: block;
}
.feature ul li {
  color: #fff;
  padding: 0.8rem;
}
.feature ul li .tit {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  margin: 0 0 0.6rem;
  padding: 0 0 0.4rem;
}
.feature ul li p:not(.tit) {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
}
.feature ul li.item_01 {
  background: rgba(135, 200, 112, 0.9);
  width: 80%;
  margin: 13rem 0 0 auto;
}
.feature ul li.item_01::after {
  content: "";
  background: #D6ECCD;
  width: 96%;
  height: 24rem;
  position: absolute;
  top: 6rem;
  right: 0;
  z-index: -2;
}
.feature ul li .bg_01 {
  display: block;
  width: 30rem;
  height: 22rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/index_feature_bg01.jpg") no-repeat center/cover;
  /*                    > *{
                        height: 22rem;
                      .bg_img{
                        display: block;
                        width: 100%;
                        height: 100%;
                   }
                }*/
}
.feature ul li.item_02 {
  margin: 2rem auto 0 0.8rem;
  width: 88%;
  background: rgba(92, 199, 162, 0.9);
}
.feature ul li.item_03 {
  margin: 11rem auto 0;
  width: 80%;
  background: rgba(154, 203, 201, 0.9);
  position: relative;
}
.feature ul li.item_03::after {
  content: "";
  background: #E7F5F2;
  width: 100%;
  height: 24rem;
  position: absolute;
  top: 2rem;
  left: -6rem;
  z-index: -2;
}
.feature ul li.item_03 .bg_03 {
  display: block;
  width: 100%;
  height: 20rem;
  position: absolute;
  top: -17rem;
  right: -6rem;
  z-index: -1;
  background: url("../img/index_feature_bg02.jpg") no-repeat center/cover;
  /*                    > *{
                        height: 20rem;
                        .bg_img{
                          display: block;
                          width: 100%;
                          height: 100%;
                        }
                    }*/
}
.feature ul li.item_04 {
  margin: 2rem auto 0 -1rem;
  width: 90%;
  background: rgba(135, 200, 112, 0.9);
}
.feature ul li.item_04::before {
  content: "";
  width: 100%;
  height: 12rem;
  background: #F4F5E7;
  position: absolute;
  bottom: 1rem;
  left: -2rem;
  z-index: -2;
}
.feature ul li.item_05 {
  margin: 2rem auto;
  background: rgba(92, 199, 162, 0.9);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 0 0 15rem;
  }
  .feature .wrap {
    position: relative;
  }
  .feature .wrap .tit_feature {
    font-size: 3rem;
    padding: 0 3.2rem 2.4rem;
    margin-left: 14.5rem;
    letter-spacing: 0.2rem;
  }
  .feature .wrap .tit_feature span {
    font-size: 8rem;
    letter-spacing: 1rem;
  }
  .feature .wrap ul li {
    padding: 3rem;
  }
  .feature .wrap ul li .tit {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    margin: 0 0 2.6rem;
    padding: 0 0 2.6rem;
  }
  .feature .wrap ul li p:not(.tit) {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .feature .wrap ul li.item_01 {
    width: 48.2rem;
    margin: 19.5rem 10rem 0 auto;
  }
  .feature .wrap ul li.item_01::after {
    width: 164rem;
    height: 45.6rem;
    right: 0;
    top: 19.2rem;
  }
  .feature .wrap ul li.item_01 .bg_01 {
    width: 140rem;
    height: 50rem;
    left: -37rem;
    z-index: -1;
    background-attachment: fixed;
    /*                    > *{
                          height: 50rem;
                          .bg_img{
                             display: block;
                             width: 100%;
                            height: auto;
                         }
                       }*/
  }
  .feature .wrap ul li.item_02 {
    width: 53.4rem;
    margin: -1rem auto 0 0;
  }
  .feature .wrap ul li.item_03 {
    width: 50.6rem;
    margin: -9.5rem 14.5rem 0 auto;
  }
  .feature .wrap ul li.item_03::before {
    width: 140rem;
    height: 50rem;
    top: 19rem;
    right: -46rem;
  }
  .feature .wrap ul li.item_03::after {
    width: 116rem;
    height: 33rem;
    top: 5rem;
    right: -46rem;
    left: auto;
  }
  .feature .wrap ul li.item_03 .bg_03 {
    width: 140rem;
    height: 50rem;
    top: 19rem;
    right: -46rem;
    background-attachment: fixed;
    /*                    > *{
                          height: 50rem;
                          .bg_img{
                             display: block;
                             width: 100%;
                             height: auto;
                         }
                       }*/
  }
  .feature .wrap ul li.item_04 {
    width: 61.2rem;
    margin: 12rem auto 0 6.6rem;
  }
  .feature .wrap ul li.item_04::before {
    width: 89rem;
    height: 33rem;
    left: -36rem;
    bottom: -6rem;
  }
  .feature .wrap ul li.item_05 {
    width: 51rem;
    margin: -7.1rem 0 0 auto;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 99rem;
    margin: 1.4rem auto 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;
  }
  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: 99rem;
  }
}
body:not(.index) .main {
  margin: 4rem 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
  }
}
body:not(.index) .overview {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .overview {
    display: block;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
@media screen and (min-width: 48em), print {
  .doctor .greeting_txt {
    line-height: 1.8;
    letter-spacing: 0.2rem;
  }
}
/* クリニック紹介 */
#clinicslide {
  margin-bottom: 8rem;
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem;
}

.sp-selected-thumbnail {
  border: 4px solid #000;
}

.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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
.flow dd {
  margin: 0 0 6rem;
  padding: 1rem;
  background: #F7FCF5;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
    padding: 3rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #9ACB5B;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* 診療時間・アクセス */
.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 */