@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_grn {
  color: #408b53;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 2rem 2rem 2rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_01 {
  background: #f0f6ed;
}
*[class*=frame_].frame_02 {
  background: #faf8f5;
}

/* 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: separate;
  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[scope=col] {
  padding: 0.4rem 0;
  background: #408b53;
  font-size: 1.2rem;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  color: #408b53;
  border-bottom: 1px solid #cccccc;
  line-height: 1;
}

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

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center/auto 100%;
  font-size: 2.2rem;
  font-weight: bold;
  min-height: 8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #005530;
  text-align: center;
  margin: 0 0 3rem;
}

.tit_02 {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.2;
}
.tit_02::after {
  content: "";
  display: block;
  margin: 0.6rem auto 0;
  width: 4rem;
  height: 1px;
  background: #408b53;
}

.index .tit_02 {
  color: #3a3a3a;
  font-size: 1.4rem;
  margin: -5.4rem 0 2.2rem;
  padding: 0;
  line-height: 1.2;
}
.index .tit_02 .eng_txt {
  display: block;
  color: #005530;
  font-weight: bold;
  font-size: 3.2rem;
}

body:not(.index) .tit_02 {
  color: #005530;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.2;
}

.tit_03 {
  color: #005530;
  background: #ddecd7;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.4rem 0.6rem 0.4rem 1.2rem;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  background: #005530;
  width: 0.3rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.tit_04 {
  color: #3a3a3a;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_04::after {
  content: "";
  display: block;
  margin: 0.6rem 0 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #408b53 6rem, #cccccc 6rem);
}

.tit_05 {
  color: #005530;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_05::after {
  content: "";
  display: block;
  margin: 0.6rem 0 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #408b53 4rem, rgba(255, 255, 255, 0) 4rem);
}

.tit_06 {
  color: #005530;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding-left: 0.8rem;
  position: relative;
}
.tit_06::before {
  content: "";
  display: block;
  margin: 0;
  width: 0.4rem;
  height: 3px;
  background: #005530;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center/auto auto;
    font-size: 4.8rem;
    height: 32rem;
    padding: 6rem 1rem 1rem;
    margin: -7rem 0 1.2rem;
  }
  .tit_02 {
    font-size: 2.6rem;
  }
  .tit_02::after {
    margin: 2.3rem auto 0;
    width: 7.2rem;
  }
  .index .tit_02 {
    font-size: 1.8rem;
    margin: -7.2rem 0 5rem;
  }
  .index .tit_02 .eng_txt {
    font-size: 6rem;
    margin: 1.2rem 0 1.2rem;
    letter-spacing: 0.2rem;
  }
  body:not(.index) .tit_02 {
    margin: 0 0 5rem;
    font-size: 4.8rem;
  }
  .tit_03 {
    font-size: 3.8rem;
    margin: 0 0 3.5rem;
    padding: 1rem 1.2rem 1rem 1.8rem;
  }
  .tit_03::before {
    width: 0.4rem;
  }
  .tit_04 {
    font-size: 3rem;
    margin: 0 0 6rem;
  }
  .tit_04::after {
    margin: 2.2rem 0 0;
    background: linear-gradient(to right, #408b53 9.2rem, #cccccc 9.2rem);
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_05::after {
    margin: 1.8rem 0 0;
    background: linear-gradient(to right, #408b53 4.8rem, rgba(255, 255, 255, 0) 4.8rem);
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 4.2rem;
    padding-left: 1.8rem;
  }
  .tit_06::before {
    width: 1rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li:last-child {
  padding-bottom: 0;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #99c998;
}
.lst_ul01 li.none::before {
  content: none;
}
@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;
  }
  .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 1.4rem;
}
.lst_dl01 div dt {
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .lst_dl01 div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .lst_dl01 div dt {
    width: 10rem;
  }
  .lst_dl01 div dd {
    flex: 0 0 auto;
  }
}
/* フレックス回り -------------------------------------- */
.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;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    text-align: left;
  }
}
*[class*=btn_] a {
  background: #8dc21f;
  border: 1px solid #8dc21f;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] a {
    padding: 2.2rem 10rem;
  }
  *[class*=btn_] a:hover {
    background: #fff;
    color: #8dc21f;
  }
  *[class*=btn_] a:hover::after {
    color: #8dc21f;
  }
}
*[class*=btn_] a::after {
  content: "\e80b";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.txt_link {
  color: #8dc21f;
  text-decoration: none !important;
}
.txt_link::before {
  content: "\e80b";
  font-family: "fontello";
  margin-right: 0.4rem;
  display: inline-block;
}
.txt_link:hover {
  text-decoration: underline !important;
  opacity: 1;
}

/* フローチャート -------------------------------------- */
.lst_flow div {
  margin: 0 0 6rem;
  position: relative;
  padding: 1rem;
  background: #f0f6ed;
}
@media screen and (min-width: 48em), print {
  .lst_flow div {
    padding: 3rem;
  }
}
.lst_flow div::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #b4c4ad;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .lst_flow div::after {
    bottom: -4rem;
  }
}
.lst_flow div:last-child {
  margin: 0;
}
.lst_flow div:last-child::after {
  content: none;
}
.lst_flow div dt {
  margin: 0 0 1rem;
  color: #005530;
  font-size: 110%;
  font-weight: bold;
}
.lst_flow div dd {
  padding: 0;
  margin: 0;
}

.lst_flow02 dt {
  margin: 0 0 2rem;
}
.lst_flow02 dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .lst_flow02 dd {
    margin: 0 0 10rem;
  }
  .lst_flow02 dd:last-child {
    margin: 0;
  }
}
.lst_flow02 dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #b4c4ad;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .lst_flow02 dd:not(:last-child)::after {
    bottom: -6rem;
  }
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 thead tr th {
  padding: 0.8rem;
  background: #408b53;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
}
.tbl_01 tbody tr th {
  width: 30%;
  background: #ddecd7;
  text-align: center;
  font-weight: normal;
  border: 1px solid #ccc;
}
.tbl_01 tbody tr td {
  padding: 0.8rem;
  border: 1px solid #ccc;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.2rem;
  width: 100%;
}
.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
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

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

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

.wrap {
  padding: 0 1rem 0;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 4rem;
}
.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: 1220px;
  }
  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.8rem;
    padding: 0 0 6rem;
    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;
}
.header .wrap .logo {
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  margin: 2rem auto 0;
}
.header .wrap .headR .header_address {
  font-size: 1.4rem;
}
.header .wrap .headR .header_tel {
  text-align: center;
}
.header .wrap .headR .header_tel .tel {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #005530;
}
.header .wrap .headR .header_tel .tel::before {
  content: "\e809";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.header .wrap .headR .header_tel .tel a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 2rem auto 2.46rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .logo {
    width: 40%;
    height: 8rem;
  }
  .header .wrap .headR {
    flex: 0 0 auto;
    margin: 0;
    text-align: right;
  }
  .header .wrap .headR .header_address {
    font-size: 1.8rem;
  }
  .header .wrap .headR .header_tel {
    text-align: right;
  }
  .header .wrap .headR .header_tel .tel {
    font-size: 3.6rem;
  }
}
/* SP ドロップダウンメニュー -------------------------------------- */
#menu {
  z-index: 9999;
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#menu .fixed_menu_btn {
  width: 6rem;
  height: 5.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.4rem 0.4rem;
  position: fixed;
  top: 1.4rem;
  right: 1rem;
  z-index: 204;
}
#menu .fixed_menu_btn .hamburger {
  height: 100%;
}
#menu .fixed_menu_btn .hamburger a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0.8rem 0rem;
  height: 100%;
  text-decoration: none;
  background: #8dc21f;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #8dc21f;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
}
#menu .fixed_menu_btn .hamburger a::before {
  content: "\e802";
  font-family: "fontello";
  font-size: 2.6rem;
  line-height: 0.8;
}
#menu .fixed_menu_btn .hamburger a::after {
  content: "MENU";
  font-size: 1rem;
}
#menu .fixed_menu_btn.active .hamburger a::before {
  content: "\e806";
}
#menu .fixed_menu_btn.active .hamburger a::after {
  content: "CLOSE";
}
#menu #nav {
  display: none;
}
#menu #nav.sp_nav {
  width: 27rem;
  height: 100%;
  padding: 8rem 2rem 6rem;
  background-color: white;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 203;
  -webkit-transform: translate(27rem);
  transform: translate(27rem);
}
#menu #nav.sp_nav.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#menu #nav.sp_nav ul {
  display: block;
  font-size: 1.2rem;
}
#menu #nav.sp_nav ul li {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
#menu #nav.sp_nav ul li a {
  display: block;
  padding: 1rem 0.2rem 1rem;
  font-weight: bold;
  color: #8dc21f;
  text-decoration: none !important;
}
#menu #nav.sp_nav ul li a.sub {
  pointer-events: none;
  margin: 0;
  padding: 0.8rem 0.2rem 0.2rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav {
  padding: 0.8rem 0.2rem 0.8rem;
  display: flex !important;
  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-wrap: wrap;
  flex-wrap: wrap;
}
#menu #nav.sp_nav ul li a.sub + .subnav li {
  width: 50%;
  border-bottom: none;
  text-align: left;
}
#menu #nav.sp_nav ul li a.sub + .subnav li a {
  font-weight: normal;
  color: #212121;
  padding: 0.4rem 0.2rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav li a::after {
  content: none;
}
#menu #nav.sp_nav ul li a:not(.sub) {
  position: relative;
}
#menu #nav.sp_nav ul li a:not(.sub)::after {
  content: "2";
  color: #8dc21f;
  font-family: "fontello";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#menu #nav.sp_nav ul li a span {
  display: none;
}
#menu .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#menu .overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_menu_btn {
    display: none;
  }
  #menu {
    display: block;
    background: none;
    /* Gナビ　ハイライト */
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    display: block;
    background: rgba(64, 139, 83, 0.9);
    position: relative;
    z-index: 200;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #menu #nav .gnav {
    width: 1200px;
    min-height: 7.6rem;
    padding: 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #menu #nav .gnav li {
    width: 16.6666666667%;
    position: relative;
  }
  #menu #nav .gnav li::before, #menu #nav .gnav li:last-child::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #menu #nav .gnav li::before {
    left: 0;
  }
  #menu #nav .gnav li:last-child::after {
    right: 0;
  }
  #menu #nav .gnav li a {
    display: block;
    text-align: center;
    padding: 1.4rem 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #menu #nav .gnav li a span {
    display: block;
    font-size: 1.2rem;
  }
  #menu #nav .gnav li .subnav {
    width: 22rem;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #menu #nav .gnav li .subnav li {
    width: 100%;
    border-bottom: 1px solid #fff;
    background: #fff;
  }
  #menu #nav .gnav li .subnav li::before, #menu #nav .gnav li .subnav li:last-child::after {
    content: none;
  }
  #menu #nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    background: #8dc21f;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 2.3rem 0;
    text-align: center;
  }
  #menu #nav .gnav li .subnav li a span {
    display: none;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f0f6ed;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .tel_item {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.overview > .wrap .overviewL .tel_item .tel {
  font-size: 1.8rem;
  color: #005530;
}
.overview > .wrap .overviewL .tel_item .tel::before {
  content: "\e809";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 2rem;
}
.overview > .wrap .overviewR .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .overviewR .tbl_gaiyo th {
  width: 27%;
  text-align: center;
  vertical-align: top;
  padding: 0.4rem;
  font-weight: normal;
  border-top: 1px solid #408b53;
}
.overview > .wrap .overviewR .tbl_gaiyo td {
  padding: 0.4rem;
  border-top: 1px solid #cccccc;
}
.overview > .wrap .overviewR .tbl_gaiyo td dl {
  margin: 0;
}
.overview > .wrap .overviewR .tbl_gaiyo td dl dt {
  margin: 0;
  padding: 0;
}
.overview > .wrap .overviewR .tbl_gaiyo td dl dd {
  margin: 0;
  padding: 0;
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 4rem 0 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 3.4rem;
  }
  .overview > .wrap .overviewL,
  .overview > .wrap .overviewR {
    width: 57rem;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 3.3rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 40rem;
  }
  .overview > .wrap .overviewL .tel_item .tel {
    font-size: 3.6rem;
  }
  .overview > .wrap .overviewR {
    padding: 0 0;
  }
  .overview > .wrap .overviewR .tbl_gaiyo th {
    padding: 1.6rem 0;
    width: 11rem;
  }
  .overview > .wrap .overviewR .tbl_gaiyo td {
    padding: 1.6rem 0 1.6rem 1.8rem;
  }
  .overview .gmap {
    height: 40rem;
  }
}
/* フッター -------------------------------------- */
.tel_up {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: 80%;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #005530;
}
.tel_up .tel::before {
  content: "\e809";
  font-family: "fontello";
  margin-right: 0.4rem;
}
.tel_up .pageup {
  cursor: pointer;
}
.tel_up .pageup a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 5rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.6rem 0.4rem;
  line-height: 1;
  color: #fff;
  background: #99c998;
}
.tel_up .pageup a::before {
  text-align: center;
  font-size: 2rem;
  font-family: "fontello";
  content: "\f005";
}
.tel_up .pageup a span {
  display: none;
}

@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: 6rem;
    height: 6rem;
    font-size: 1.2rem;
    border-radius: 50%;
  }
  .tel_up .pageup a::before {
    font-size: 1.6rem;
    margin: 0 0 0.4rem;
  }
}
.footer {
  text-align: center;
  background: #f0f6ed;
  padding: 0 0 4.6rem;
}
.footer ul {
  display: none;
}
.footer .copy {
  display: block;
  background: #005530;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.6rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 1rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    margin: 2rem 0 0;
    padding: 2.9rem 0;
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0 0 20rem;
  max-width: 100%;
  height: 16rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl .wrap {
  height: 100%;
  position: relative;
}
#keyvsl .wrap .kv_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21.2rem;
}
#keyvsl .wrap .kv_info li {
  background: #005530;
  margin: 0.6rem auto;
  padding: 0.4rem 0.4rem 0.4rem 1.6rem;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #005530;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-weight: bold;
  width: 60%;
  display: flex !important;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
#keyvsl .wrap .kv_info li::before {
  font-family: "fontello";
  font-weight: normal;
  font-size: 4.8rem;
  margin-right: 1.4rem;
  line-height: 1;
  width: 5.6rem;
  height: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#keyvsl .wrap .kv_info li.item_01::before {
  content: "\eac0";
  font-size: 3rem;
}
#keyvsl .wrap .kv_info li.item_02::before {
  content: "\eabf";
  font-size: 2.6rem;
}
#keyvsl .wrap .kv_info li.item_03::before {
  content: "\e801";
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: -7.6rem auto 0;
    padding: 0;
    min-height: 80rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap .kv_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    left: auto;
    bottom: 2.8rem;
  }
  #keyvsl .wrap .kv_info li {
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    box-shadow: 0 0 0 7px #005530;
    font-size: 2rem;
    margin: 0 0.4rem;
    padding: 0.4rem;
    line-height: 1.33;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #keyvsl .wrap .kv_info li::before {
    margin-right: 0;
    margin-bottom: 1.2rem;
    line-height: 1.2;
  }
  #keyvsl .wrap .kv_info li.item_01::before {
    font-size: 4rem;
  }
  #keyvsl .wrap .kv_info li.item_02 {
    position: relative;
    bottom: 10rem;
  }
  #keyvsl .wrap .kv_info li.item_02::before {
    font-size: 3rem;
  }
  #keyvsl .wrap .kv_info li.item_03::before {
    font-size: 6rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 8rem 0 4rem;
}
.info .tit_02 {
  text-align: left;
  position: relative;
}
.info .tit_02::after {
  margin: 0.6rem auto 0 0;
}
.info .tit_02::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("../img/index_info_parts01.svg") no-repeat center/contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  height: 100%;
}
.info dl .line {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}
.info dl .line::after {
  content: "";
  background: #cccccc;
  height: 1px;
  width: 6rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.info dl .line:nth-of-type(n + 4) dd {
  display: none;
}
.info dl .line dt {
  font-weight: bold;
  color: #005530;
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.info dl .line dt::before {
  content: "4";
  font-family: "fontello";
  margin-left: 0.4rem;
}
.info dl .line dt:hover {
  opacity: 0.8;
}
.info dl .line dt.close::before {
  content: "3";
}
.info dl .line dd {
  padding: 1rem 0 1rem;
  margin: 0;
}
.info dl .line dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 5rem 0 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 {
    flex: 1 1 auto;
    margin: 0;
  }
  .info .wrap .tit_02::before {
    left: 0;
    top: 26rem;
    width: 18rem;
    height: 16.5rem;
  }
  .info .wrap dl {
    width: 84rem;
    min-height: 45rem;
    padding: 0;
  }
  .info .wrap dl .line {
    padding: 0 0 3.6rem;
    margin: 0 0 3.4rem;
  }
  .info .wrap dl .line::after {
    width: 4rem;
  }
  .info .wrap dl .line dt {
    font-size: 1.8rem;
  }
  .info .wrap dl .line dt::before {
    margin: 0 1rem 0 0;
  }
  .info .wrap dl .line dd {
    font-size: 1.8rem;
  }
}
/* 当院の特長 -------------------------------------- */
.feature {
  padding: 2rem 0 2rem;
  background: url("../img/index_feature_bg01.jpg") no-repeat top center/cover;
}
.feature ul {
  counter-reset: num_feature;
}
.feature ul li {
  margin: 0 0 1.8rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
  counter-increment: num_feature 1;
}
.feature ul li figure {
  margin: 0;
  padding: 0;
}
.feature ul li figure figcaption {
  padding: 1rem 1.8rem 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.feature ul li figure figcaption::before {
  content: counter(num_feature, decimal-leading-zero);
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -2rem;
  color: #f0f6ed;
}
.feature ul li figure figcaption .tit {
  color: #005530;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 0.8rem;
}
.feature ul li figure figcaption p:not(.tit) {
  color: #3a3a3a;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 8rem 0 0;
    padding: 2rem 0 2rem;
  }
  .feature .tit_02 {
    margin: -8.2rem 0 5rem;
  }
  .feature ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature ul li {
    width: 38rem;
    margin: 0 3rem 6rem 0;
  }
  .feature ul li:nth-child(3n), .feature ul li:last-child {
    margin: 0 0 6rem;
  }
  .feature ul li figure {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .feature ul li figure figcaption {
    padding: 2.2rem 3rem 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex: 1 1 auto;
  }
  .feature ul li figure figcaption::before {
    font-size: 12rem;
    right: 0;
    bottom: -4.3rem;
  }
  .feature ul li figure figcaption .tit {
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2.4rem;
    min-height: 6rem;
    line-height: 1.25;
    margin: 0 0 1.8rem;
  }
  .feature ul li figure figcaption p:not(.tit) {
    font-size: 1.8rem;
    margin: 0;
  }
}
/* 診療内容 -------------------------------------- */
.treatment_menu {
  padding: 6rem 0 2rem;
}
.treatment_menu .bg {
  background: #f0f6ed;
}
.treatment_menu .bg .wrap {
  padding: 2rem 1rem 2rem;
}
.treatment_menu .bg .wrap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.treatment_menu .bg .wrap ul li {
  width: 50%;
}
.treatment_menu .bg .wrap ul li a {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  text-decoration: none !important;
  line-height: 1.2;
  color: #005530;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.treatment_menu .bg .wrap ul li a span {
  display: block;
  color: #777777;
  font-size: 1.2rem;
  font-weight: normal;
}
.treatment_menu .bg .wrap ul li a::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #f7fbf1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  margin: 0 0 0.8rem;
}
.treatment_menu .bg .wrap ul li a::after {
  content: "\e80b";
  font-family: "fontello";
  font-weight: normal;
  color: #8dc21f;
  position: absolute;
  right: 0.8rem;
  bottom: 0.2rem;
}
.treatment_menu .bg .wrap ul li a.dental::before {
  background-image: url("../img/index_treatmentMenu_dental.svg");
}
.treatment_menu .bg .wrap ul li a.prevention::before {
  background-image: url("../img/index_treatmentMenu_prevention.svg");
}
.treatment_menu .bg .wrap ul li a.periodontal::before {
  background-image: url("../img/index_treatmentMenu_periodontal.svg");
}
.treatment_menu .bg .wrap ul li a.kids::before {
  background-image: url("../img/index_treatmentMenu_kids.svg");
}
.treatment_menu .bg .wrap ul li a.surgery::before {
  background-image: url("../img/index_treatmentMenu_surgery.svg");
}
.treatment_menu .bg .wrap ul li a.prosthetic_treatment::before {
  background-image: url("../img/index_treatmentMenu_prosthetic_treatment.svg");
}
.treatment_menu .bg .wrap ul li a.whitening::before {
  background-image: url("../img/index_treatmentMenu_whitening.svg");
}
.treatment_menu .bg .wrap ul li:nth-child(even) a, .treatment_menu .bg .wrap ul li:last-child a {
  border-right: none;
}

@media screen and (min-width: 48em), print {
  .treatment_menu {
    padding: 12rem 0 6rem;
  }
  .treatment_menu .bg .wrap {
    padding: 1rem 0 8rem;
  }
  .treatment_menu .bg .wrap ul li {
    width: 30rem;
  }
  .treatment_menu .bg .wrap ul li a {
    font-size: 2.4rem;
    padding: 3.2rem 3rem;
  }
  .treatment_menu .bg .wrap ul li a span {
    font-size: 1.6rem;
    margin: 0.6rem 0 0;
  }
  .treatment_menu .bg .wrap ul li a::before {
    width: 16rem;
    height: 16rem;
    margin: 0 0 2rem;
  }
  .treatment_menu .bg .wrap ul li a::after {
    right: 2rem;
    bottom: 1.4rem;
  }
  .treatment_menu .bg .wrap ul li:nth-child(even) a {
    border-right: 1px solid #ccc;
  }
  .treatment_menu .bg .wrap ul li:nth-child(4n) a, .treatment_menu .bg .wrap ul li:last-child a {
    border-right: none;
  }
  .treatment_menu .bg .wrap ul li:nth-child(n+5) a {
    border-bottom: none;
  }
}
/* ごあいさつ -------------------------------------- */
.greeting {
  padding: 4.5rem 0 2rem;
}
.greeting .bg {
  background: #faf8f5;
}
.greeting .bg .wrap {
  padding: 2rem 1rem 2rem;
}
.greeting .bg .wrap .clinic_name span {
  font-size: 130%;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 6rem 0 6rem;
  }
  .greeting .bg .wrap {
    position: relative;
    padding: 1rem 0 8rem;
  }
  .greeting .bg .wrap .tit_02 {
    text-align: left;
  }
  .greeting .bg .wrap .tit_02::after {
    margin: 0 auto 0 0;
  }
  .greeting .bg .wrap .img {
    width: 54rem;
    position: absolute;
    right: 0;
    top: -6rem;
  }
  .greeting .bg .wrap .txt {
    width: 57rem;
  }
  .greeting .bg .wrap .txt p {
    margin: 0 0 3.2rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
  .greeting .bg .wrap .txt .clinic_name span {
    font-size: 2.4rem;
  }
  .greeting .bg .wrap .btn_top {
    width: 54rem;
    text-align: center;
    position: absolute;
    top: 55rem;
    right: 0;
  }
  .greeting .bg .wrap .btn_top a {
    width: 32rem;
    margin: 0 auto;
    padding: 2.3rem 4rem;
  }
  .greeting .bg .wrap .btn_top a::after {
    right: 2.6rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 1200px;
    margin: 0 auto;
    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.8rem;
    display: inline-block;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 0.4rem;
  }
  body:not(.index) .breadcrumb_list li a {
    color: #8dc21f;
    text-decoration: underline;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
body:not(.index) .main {
  margin: 0 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l,
  .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
/* クリニック紹介 */
#slider,
#thumbnail_slider {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #slider,
  #thumbnail_slider {
    max-width: 750px;
  }
}

#slider {
  margin: 0 auto 0.2rem;
}
#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.2rem;
  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.6rem;
  }
}

#thumbnail_slider {
  margin: 0 auto 2rem;
}
#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;
}

.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%;
  }
}
/* 初めての方へ */
/* 診療時間・アクセス */
.access .access_parking {
  margin: 0;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .tbl_time caption {
  margin: 1.4rem 0 0;
}
.access .tbl_time tbody tr .time {
  padding: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}