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

.size_l {
  font-size: 120%;
}

.clr_red {
  color: #C80104;
}

.clr_brn {
  color: #664627;
}

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

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

.img_gallery li {
  margin: 0 0 1.4rem;
}
.img_gallery li img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.img_gallery figcaption {
  text-align: center;
}

@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;
  }
  .img_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img_gallery li {
    width: 49%;
    margin: 0 0 1.8rem;
  }
  .img_gallery li img {
    max-width: 100%;
  }
}
/* 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 {
  font-weight: normal;
  border-bottom: 1px solid #b18f6a;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  font-weight: bold;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #b18f6a;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  color: #ff972f;
  background: #fff;
  border-bottom: 1px solid #b18f6a;
  line-height: 1;
}
.tbl_time tr:last-child th, .tbl_time tr:last-child td {
  border-bottom: none;
}

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

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #fdfcfa), to(#f5eee6));
  background: linear-gradient(to right, #ffffff, #fdfcfa 50%, #f5eee6);
  min-height: 8rem;
  margin: 0 0 3rem;
  color: #333;
  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;
}
.tit_01 span {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.4rem 2rem;
}

.tit_02 {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1.6rem;
  padding: 0;
  line-height: 1.2;
}

body.index .tit_02 .eng {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  color: #ff972f;
}

body:not(.index) .tit_02 {
  text-align: left;
}
body:not(.index) .tit_02::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  margin: 0 0 0.6rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #b18f6a), color-stop(20%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #b18f6a 20%, rgba(255, 255, 255, 0) 20%);
}

.tit_03 {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_03::before {
  content: "";
  display: inline-block;
  margin: 0 0.2rem 0 0;
  width: 2rem;
  height: 2rem;
  background: url("../img/tit_03.png") no-repeat center/contain;
}

.tit_04 {
  color: #fc342e;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_04::before {
  content: "";
  display: inline-block;
  margin: 0 0.2rem 0 0;
  width: 2rem;
  height: 1.2rem;
  background: url("../img/tit_04.png") no-repeat center/contain;
}

.tit_05 {
  color: #ff972f;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 25rem;
    margin: 0 0 3rem;
  }
  .tit_01 span {
    font-size: 3.8rem;
    padding: 1rem;
    margin: 0 auto;
    width: 1200px;
  }
  .tit_02 {
    font-size: 3.8rem;
    margin: 0 0 4rem;
  }
  body.index .tit_02 .eng {
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
  }
  body:not(.index) .tit_02 {
    font-size: 3.6rem;
  }
  body:not(.index) .tit_02::before {
    margin: 0 0 2.8rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(13rem, #b18f6a), color-stop(13rem, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #b18f6a 13rem, rgba(255, 255, 255, 0) 13rem);
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
    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;
  }
  .tit_03::before {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 1.2rem;
    width: 3rem;
    height: 3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    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;
  }
  .tit_04::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 1.2rem;
    width: 2.8rem;
    height: 2.6rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -2.2rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "・";
  margin-right: 0.4rem;
  color: #b18f6a;
}
.lst_ul01 li.none::before {
  content: none;
}
@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;
}
@media screen and (min-width: 48em), print {
  .lst_dl01 div {
    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 {
    width: 24rem;
  }
  .lst_dl01 div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* フレックス回り -------------------------------------- */
.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%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
  text-align: center;
}
*[class*=btn_] a {
  display: block;
  background: #f2e8dc;
  color: #333333;
  text-align: center;
  padding: 0.6rem 1rem;
  position: relative;
}
*[class*=btn_] a::after {
  content: "2";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    text-align: left;
  }
}

body:not(.index) *[class*=btn_] {
  max-width: 100%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) *[class*=btn_] {
    max-width: 50%;
  }
}
body:not(.index) *[class*=btn_] a {
  padding: 1.2rem 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) *[class*=btn_] a {
    padding: 1.8rem 1.6rem;
  }
}

a.txt_link, .txt_link a {
  color: #fc342e;
  font-weight: bold;
}
a.txt_link::after, .txt_link a::after {
  content: "\f006";
  font-family: "fontello";
  margin-left: 0.4rem;
  color: #fc342e;
  display: inline-block;
  font-weight: normal;
}

/* フローチャート -------------------------------------- */
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.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 #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.lst_flow {
  counter-reset: num_flow;
}
.lst_flow.block li {
  display: block;
}
.lst_flow li {
  counter-increment: num_flow 1;
  margin: 0 0 4rem;
  padding: 0.6rem;
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 7px;
  position: relative;
  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_flow li::before {
  content: counter(num_flow) ".";
  margin-right: 0.6rem;
}
.lst_flow li img.pic {
  width: 40%;
  height: auto;
}
@media screen and (min-width: 48em), print {
  .lst_flow li {
    margin: 0 0 6rem;
    padding: 2rem 3rem;
  }
}
.lst_flow li img.pic {
  width: 300px;
  height: auto;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -3.4rem;
  left: 2rem;
  border-top: 1rem solid #ccc;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .lst_flow li:not(:last-child)::after {
    left: 3rem;
    bottom: -4.4rem;
  }
}
.lst_flow.step li::before {
  content: "Step " counter(num_flow) ".";
  margin-right: 0.6rem;
}

/* テーブル -------------------------------------- */
*[class*=tbl_low] {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  caption-side: bottom;
}
*[class*=tbl_low] caption {
  text-align: left;
  padding: 0.6rem 0 0;
}
*[class*=tbl_low] thead tr th {
  font-weight: bold;
  padding: 0.8rem 0.2rem;
  background: #dfd0bf;
}
@media screen and (min-width: 48em), print {
  *[class*=tbl_low] thead tr th {
    padding: 2rem 0.8rem;
  }
}
*[class*=tbl_low] thead tr th:first-child {
  width: 40%;
}
@media screen and (min-width: 48em), print {
  *[class*=tbl_low] thead tr th:first-child {
    width: 20%;
  }
}
*[class*=tbl_low] tbody tr th {
  width: 30%;
  background: #f2e8dc;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 48em), print {
  *[class*=tbl_low] tbody tr th {
    padding: 1.8rem 0.4rem;
  }
}
*[class*=tbl_low] tbody tr td {
  padding: 0.8rem;
  border: 1px solid #f2e8dc;
}

.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: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
}

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

.overflow {
  overflow-x: hidden;
}

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: 1220px;
  }
  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: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.8rem;
    padding: 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 {
  margin: 0 !important;
  padding: 0 !important;
}
.header .wrap {
  margin: 0rem;
  padding: 0;
}
.header .wrap .headL {
  margin: -1.5rem 0 0 !important;
  padding: 1.5rem 0.5rem 0 !important;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 7rem;
  background-color: #fff;
}
.header .wrap .headL .logo {
  height: 5rem;
}
.header .wrap .headL .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  margin: 6rem 1rem 1rem;
}
.header .wrap .headR .head_address {
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
  line-height: 1.4;
}
.header .wrap .headR .head_address .parking {
  display: block;
}
.header .wrap .headR .head_tel {
  color: #ff972f;
  font-weight: bold;
}
.header .wrap .headR .head_tel .tel {
  display: inline-block;
  font-size: 1.4rem;
}
.header .wrap .headR .head_tel .tel::before {
  content: "TEL.";
  font-weight: normal;
  font-size: 1.2rem;
}
.header .wrap .headR .head_tel .tel a {
  display: inline-block;
}
.header .wrap .headR .head_tel .fax {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 0.8rem;
}
.header .wrap .headR .head_tel .fax::before {
  content: "FAX.";
  font-weight: normal;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0.2rem auto 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .wrap .headL {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    background-color: none;
  }
  .header .wrap .headL .logo {
    width: 40%;
    height: 8rem;
  }
  .header .wrap .headR {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 1.4rem 0 0;
  }
  .header .wrap .headR .head_address {
    font-size: 1.6rem;
    margin: 0;
  }
  .header .wrap .headR .head_address .parking {
    display: inline-block;
    margin-left: 2rem;
  }
  .header .wrap .headR .head_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.2rem 0 0;
  }
  .header .wrap .headR .head_tel .tel {
    font-size: 2.4rem;
  }
  .header .wrap .headR .head_tel .tel::before {
    font-size: 1.6rem;
    margin-right: 1.2rem;
  }
  .header .wrap .headR .head_tel .fax {
    font-size: 2.4rem;
    margin-left: 4.2rem;
  }
  .header .wrap .headR .head_tel .fax::before {
    font-size: 1.6rem;
    margin-right: 1.2rem;
  }
}
/* SP ドロップダウンメニュー -------------------------------------- */
#menu {
  z-index: 9999;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 0.5rem;
  right: 0.5rem;
  z-index: 204;
}
#menu .fixed_menu_btn .hamburger {
  height: 100%;
}
#menu .fixed_menu_btn .hamburger 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.8rem 0rem;
  height: 100%;
  text-decoration: none;
  background: #f2e8dc;
  border: 2px solid #fff;
  color: #333;
  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: 12rem 0 12rem;
  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 {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menu #nav.sp_nav ul li {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #f2e8dc;
}
#menu #nav.sp_nav ul li.treatment {
  border-bottom: none;
}
#menu #nav.sp_nav ul li a {
  display: block;
  padding: 1.2rem 2rem 1.2rem;
  font-weight: bold;
  color: #333;
  text-decoration: none !important;
}
#menu #nav.sp_nav ul li a.sub {
  pointer-events: none;
  margin: 0;
  padding: 1.8rem 2rem 0.4rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul {
  padding: 0.4rem 0 1.2rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li {
  width: 50% !important;
  border-bottom: 1px solid #f2e8dc;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li:nth-child(odd) {
  border-right: 1px solid #f2e8dc;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li:nth-child(1), #menu #nav.sp_nav ul li a.sub + .subnav ul li:nth-child(2) {
  border-top: 1px solid #f2e8dc;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a {
  display: block;
  height: 100%;
  text-decoration: none !important;
  text-align: center;
  font-weight: bold;
  padding: 2rem 1rem 1rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a:hover {
  opacity: 1;
  color: #fc342e;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a:hover::before {
  background-color: #d0c1b1;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a::before {
  content: "";
  display: block;
  width: 80%;
  height: 6rem;
  margin: 0 auto 1.2rem;
  background-color: #f2e8dc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a::after {
  content: none;
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.ortho::before {
  background-image: url("../img/a_icon_ortho.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.rehabilitation::before {
  background-image: url("../img/a_icon_rehabilitation.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.outpatient-rehabilitation::before {
  background-image: url("../img/a_icon_outpatient-rehabilitation.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.short-time-rehabilitation::before {
  background-image: url("../img/a_icon_short-time-rehabilitation.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.visit-rehabilitation::before {
  background-image: url("../img/a_icon_visit-rehabilitation.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.rheumatism::before {
  background-image: url("../img/a_icon_rheumatism.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.sports::before {
  background-image: url("../img/a_icon_sports.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.pediatric_orthopedics::before {
  background-image: url("../img/a_icon_pediatric_orthopedics.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.shockwave::before {
  background-image: url("../img/a_icon_shockwave.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.pfc-fd::before {
  background-image: url("../img/a_icon_pfc-fd.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.nail-foot-outpatient::before {
  background-image: url("../img/a_icon_nail-foot-outpatient.svg");
}
#menu #nav.sp_nav ul li a.sub + .subnav ul li a.plantar-plate-therapy::before {
  background-image: url("../img/a_icon_plantar-plate-therapy.svg");
}
#menu #nav.sp_nav ul li a:not(.sub) {
  position: relative;
}
#menu #nav.sp_nav ul li a:not(.sub)::after {
  content: "2";
  color: #333;
  font-family: "fontello";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#menu #nav.sp_nav ul li.odr01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#menu #nav.sp_nav ul li.odr02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#menu #nav.sp_nav ul li.odr03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#menu #nav.sp_nav ul li.odr04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#menu #nav.sp_nav ul li.odr05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#menu #nav.sp_nav ul li.odr06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
#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;
    /* Gナビ　ハイライト */
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    display: block;
    background: #FFF;
    position: relative;
    z-index: 200;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  }
  #menu #nav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu #nav .gnav li {
    width: 20%;
  }
  #menu #nav .gnav li a {
    display: block;
    text-align: center;
    padding: 2.3rem 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #menu #nav .gnav li a.sub::after {
    content: "\f004";
    font-family: "fontello";
    margin-left: 0.4rem;
  }
  #menu #nav .gnav li .subnav {
    width: 100%;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #fff;
    padding: 0 0 4.3rem;
    -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.16);
  }
  #menu #nav .gnav li .subnav ul {
    width: calc(1200px - 17rem);
    margin: 0 auto;
    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;
  }
  #menu #nav .gnav li .subnav ul li {
    width: 25%;
    height: 100%;
  }
  #menu #nav .gnav li .subnav ul li a {
    display: block;
    height: 100%;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
    padding: 2rem 1rem 1rem;
    border: 1px solid #f2e8dc;
  }
  #menu #nav .gnav li .subnav ul li a:hover {
    opacity: 1;
    color: #fc342e;
  }
  #menu #nav .gnav li .subnav ul li a:hover::before {
    background-color: #d0c1b1;
  }
  #menu #nav .gnav li .subnav ul li a::before {
    content: "";
    display: block;
    width: 18rem;
    height: 8rem;
    margin: 0 auto 1.2rem;
    background-color: #f2e8dc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #menu #nav .gnav li .subnav ul li a.ortho::before {
    background-image: url("../img/a_icon_ortho.svg");
  }
  #menu #nav .gnav li .subnav ul li a.rehabilitation::before {
    background-image: url("../img/a_icon_rehabilitation.svg");
  }
  #menu #nav .gnav li .subnav ul li a.outpatient-rehabilitation::before {
    background-image: url("../img/a_icon_outpatient-rehabilitation.svg");
  }
  #menu #nav .gnav li .subnav ul li a.short-time-rehabilitation::before {
    background-image: url("../img/a_icon_short-time-rehabilitation.svg");
  }
  #menu #nav .gnav li .subnav ul li a.visit-rehabilitation::before {
    background-image: url("../img/a_icon_visit-rehabilitation.svg");
  }
  #menu #nav .gnav li .subnav ul li a.rheumatism::before {
    background-image: url("../img/a_icon_rheumatism.svg");
  }
  #menu #nav .gnav li .subnav ul li a.sports::before {
    background-image: url("../img/a_icon_sports.svg");
  }
  #menu #nav .gnav li .subnav ul li a.pediatric_orthopedics::before {
    background-image: url("../img/a_icon_pediatric_orthopedics.svg");
  }
  #menu #nav .gnav li .subnav ul li a.shockwave::before {
    background-image: url("../img/a_icon_shockwave.svg");
  }
  #menu #nav .gnav li .subnav ul li a.pfc-fd::before {
    background-image: url("../img/a_icon_pfc-fd.svg");
  }
  #menu #nav .gnav li .subnav ul li a.nail-foot-outpatient::before {
    background-image: url("../img/a_icon_nail-foot-outpatient.svg");
  }
  #menu #nav .gnav li .subnav ul li a.plantar-plate-therapy::before {
    background-image: url("../img/a_icon_plantar-plate-therapy.svg");
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .overviewL .tbl_gaiyo th {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #ff972f;
}
.overview > .wrap .overviewL .tbl_gaiyo td {
  display: block;
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .tbl_gaiyo td .lst_licence {
  border-left: 2px solid #f2e8dc;
  padding: 0.2rem 0.4rem;
}
.overview > .wrap .overviewL .tbl_gaiyo td .lst_licence li {
  font-size: 90%;
}
.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 {
    overflow-x: hidden;
    margin: 0 0 0;
    padding: 6rem 0;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    min-height: 80rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .overviewL .tbl_gaiyo th {
    padding: 0 0 3.2rem;
    width: 14.6rem;
    vertical-align: top;
    display: table-cell;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td {
    padding: 0 0 3.2rem;
    display: table-cell;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td .lst_licence {
    padding: 0.4rem 0.6rem;
    margin-top: 0.2rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td .lst_licence li {
    font-size: 95%;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td div {
    margin: 0 0 2rem;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td div:last-child {
    margin: 0;
  }
  .overview > .wrap .overviewL .tbl_gaiyo td div .bold {
    margin: 0 0 1rem;
  }
  .overview > .wrap .overviewR {
    padding: 0 0;
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 80rem;
  }
}
/* フッター -------------------------------------- */
.tel_up {
  width: 100%;
  height: 8.5rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tel_up .bnr_rsv {
  margin: 0 0 -2.2rem;
}
.tel_up .foot_tel {
  background: rgba(255, 255, 255, 0.9);
  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;
  text-align: center;
  color: #fff;
  width: 42%;
  font-size: 1.6rem;
  line-height: 1;
  border-top: 1px solid #b18f6a;
  border-right: 1px solid #b18f6a;
  background-color: #765530;
  letter-spacing: 0.1em;
}
.tel_up .foot_first {
  background: rgba(255, 255, 255, 0.9);
  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;
  text-align: center;
  color: #fff;
  width: 42%;
  font-size: 1.6rem;
  line-height: 1;
  border-top: 1px solid #b18f6a;
  background-color: #765530;
  letter-spacing: 0.1em;
}
.tel_up .pageup {
  cursor: pointer;
  width: 16%;
}
.tel_up .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: 100%;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #b18f6a;
  padding: 0 0.4rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
}
.tel_up .pageup a::before {
  text-align: center;
  font-size: 2.4rem;
  font-family: "fontello";
  content: "\f005";
  color: #ff972f;
}
.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 .bnr_rsv, .tel_up .foot_tel, .tel_up .foot_first {
    display: none;
  }
  .tel_up .pageup a {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
  }
  .tel_up .pageup a::before {
    font-size: 3rem;
  }
}
.footer {
  text-align: center;
  border-top: 1px solid #b18f6a;
  padding: 0 0 4.6rem;
}
.footer ul {
  display: none;
}
.footer .copy {
  display: block;
  padding: 1.4rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6rem 0 0;
  }
  .footer ul {
    width: 1200px;
    display: block;
    text-align: left;
    margin: 0 auto 0;
    line-height: 2;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.2rem;
  }
  .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 {
    width: 1200px;
    font-size: 1.6rem;
    margin: 4.6rem auto 6rem;
    text-align: right;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0;
  max-width: 100%;
  height: 18rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl .wrap {
  height: 100%;
  position: relative;
}
#keyvsl .wrap .kv_txt {
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 1.4rem;
  position: absolute;
  right: 0.8rem;
  bottom: 0.4rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 0;
    height: 72rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap .kv_txt {
    text-align: right;
    line-height: 1.6;
    padding: 0 3.4rem 0 0;
    font-size: 3.4rem;
    bottom: 6.4rem;
  }
}
/* バナーエリア -------------------------------------- */
.bnr_top {
  padding: 4rem 0 0rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0 0rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 4rem;
}
.info dl {
  margin: 0;
  padding: 1rem;
  line-height: 1.4;
  border-top: 1px solid #b18f6a;
  border-bottom: 1px solid #b18f6a;
  height: 100%;
}
.info dl .line {
  border-bottom: 1px solid #b18f6a;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}
.info dl .line:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.info dl .line:nth-of-type(n+4) dd {
  display: none;
}
.info dl .line dt {
  font-weight: bold;
  color: #765530;
  font-size: 110%;
  cursor: pointer;
  display: table;
}
.info dl .line dt::before {
  content: "4";
  font-family: "fontello";
  margin-right: 0.4rem;
  position: relative;
  top: -0.1rem;
}
.info dl .line dt:hover {
  opacity: 0.8;
}
.info dl .line dt.close::before {
  content: "3";
}
.info dl .line dd {
  padding: 0;
  margin: 0.4rem 0 0;
}
.info dl .line dd p {
  margin: 0;
}
.info.info_other {
  margin-bottom: 4rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0 8rem;
  }
  .info .wrap {
    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;
  }
  .info .wrap .tit_02 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .info .wrap dl {
    width: 88rem;
    padding: 5.7rem 2rem 5.7rem 8rem;
  }
  .info .wrap dl .line {
    margin: 0 0 2.4rem;
    padding: 0 0 2.4rem;
  }
  .info .wrap dl .line:last-child {
    margin: 0;
    padding: 0;
  }
  .info .wrap dl .line dt {
    position: relative;
    padding-left: 3.2rem;
  }
  .info .wrap dl .line dt::before {
    position: absolute;
    left: 0;
    top: -0.2rem;
  }
}
/* 院長紹介 -------------------------------------- */
.director_column {
  padding: 2rem 0 2rem;
  background: #f2e8dc;
}

@media screen and (min-width: 48em), print {
  .director_column {
    padding: 8rem 0 8rem;
  }
  .director_column .wrap {
    position: relative;
  }
  .director_column .wrap section {
    margin: 0 0 0 auto;
  }
}
/* 当院の診療方針 -------------------------------------- */
.policy_column {
  padding: 2rem 0 2rem;
}
.policy_column .tit {
  font-weight: bold;
  font-size: 110%;
}

@media screen and (min-width: 48em), print {
  .policy_column {
    padding: 8rem 0 8rem;
  }
  .policy_column .wrap {
    position: relative;
  }
  .policy_column .wrap section {
    width: 49rem;
    margin: 0 0 0 auto;
  }
  .policy_column .wrap section .tit {
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: justify;
  }
  .policy_column .wrap section .img {
    position: absolute;
    left: -40rem;
    top: 0;
  }
}
/* 診療内容 -------------------------------------- */
.treatment_column {
  padding: 2rem 0 2rem;
}
.treatment_column ul {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_column ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_column ul li a {
  display: block;
  height: 100%;
  text-decoration: none !important;
  text-align: center;
  font-weight: bold;
  padding: 2rem 1rem 1rem;
  border: 1px solid #f2e8dc;
}
.treatment_column ul li a::before {
  content: "";
  display: block;
  width: 80%;
  height: 8rem;
  margin: 0 auto 0.2rem;
  background-color: #f2e8dc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.treatment_column ul li a.ortho::before {
  background-image: url("../img/a_icon_ortho.svg");
}
.treatment_column ul li a.rehabilitation::before {
  background-image: url("../img/a_icon_rehabilitation.svg");
}
.treatment_column ul li a.rheumatism::before {
  background-image: url("../img/a_icon_rheumatism.svg");
}
.treatment_column ul li a.sports::before {
  background-image: url("../img/a_icon_sports.svg");
}
.treatment_column ul li a.pediatric_orthopedics::before {
  background-image: url("../img/a_icon_pediatric_orthopedics.svg");
}
.treatment_column ul li a.shockwave::before {
  background-size: 30% auto;
  background-image: url("../img/a_icon_shockwave.svg");
}
.treatment_column ul li a.pfc-fd::before {
  background-size: 30% auto;
  background-image: url("../img/a_icon_pfc-fd.svg");
}
.treatment_column ul li a.nail-foot-outpatient::before {
  background-size: 40% auto;
  background-image: url("../img/a_icon_nail-foot-outpatient.svg");
}
.treatment_column ul li a.plantar-plate-therapy::before {
  background-size: 40% auto;
  background-image: url("../img/a_icon_plantar-plate-therapy.svg");
}
.treatment_column ul li.top_noitem {
  display: none;
}

@media screen and (min-width: 48em), print {
  .treatment_column {
    padding: 8rem 0 8rem;
  }
  .treatment_column ul li {
    width: 30rem;
    border: none;
  }
  .treatment_column ul li a {
    padding: 2rem 1rem 2rem;
  }
  .treatment_column ul li a:hover {
    opacity: 1;
    color: #fc342e;
  }
  .treatment_column ul li a:hover::before {
    background-color: #d0c1b1;
  }
  .treatment_column ul li a::before {
    content: "";
    display: block;
    width: 25rem;
    height: 19.3rem;
    margin: 0 auto 2.2rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #f2e8dc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% auto;
  }
  .treatment_column ul li a.shockwave::before {
    background-size: 30% auto;
  }
  .treatment_column ul li a.pfc-fd::before {
    background-size: 30% auto;
  }
  .treatment_column ul li a.nail-foot-outpatient::before {
    background-size: 40% auto;
  }
}
/* 豊富なリハビリテーション -------------------------------------- */
.reha_column {
  padding: 2rem 0 2rem;
  background: #f2e8dc;
}
.reha_column ul li {
  margin: 0 0 0.6rem;
}
.reha_column ul li a {
  background: #fff;
  border: 1px solid #b18f6a;
}

@media screen and (min-width: 48em), print {
  .reha_column {
    padding: 8rem 0 8rem;
  }
  .reha_column .wrap {
    position: relative;
  }
  .reha_column .wrap section {
    width: 60rem;
    margin: 0 0 0 auto;
  }
  .reha_column .wrap section .img {
    position: absolute;
    left: -40rem;
    top: 0;
  }
  .reha_column .wrap section ul {
    margin: 8rem 0 0;
    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;
  }
  .reha_column .wrap section ul li {
    width: 49%;
    margin: 0 0 4rem;
  }
  .reha_column .wrap section ul li a:hover {
    color: #fff;
    background: #b18f6a;
  }
}
/* 当院の特長 -------------------------------------- */
.feature {
  background: #f2e8dc;
  padding: 2rem 0 2rem;
}
.feature ul li {
  margin: 0 0 2rem;
}
.feature ul li figure {
  margin: 0;
  padding: 0 1.2rem;
}
.feature ul li figure .img img {
  display: block;
  margin: 0 auto;
}
.feature ul li figure p {
  margin: 0.8rem 0;
  font-weight: bold;
  font-size: 1.6rem;
}
.feature ul li figure figcaption {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0 4rem;
  }
  .feature ul {
    margin: 8rem 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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature ul li {
    width: 60rem;
    padding: 0 8rem;
    margin: 0 0 8rem;
  }
  .feature ul li figure {
    padding: 0;
  }
  .feature ul li figure .img {
    margin: 0 0 2.3rem;
  }
  .feature ul li figure p {
    margin: 0.8rem 0;
    font-size: 2.4rem;
  }
  .feature ul li figure figcaption {
    font-size: 1.6rem;
  }
}
/* スタッフ募集/提携医療機関 -------------------------------------- */
.link_column {
  padding: 4rem 0 4rem;
  border-bottom: 1px solid #f2e8dc;
}
.link_column .staff_link a {
  display: block;
}
.link_column .staff_link a img {
  border: 1px solid #b18f6a;
}
.link_column .affiliated-medical-institution {
  margin: 4rem 0 0;
}
.link_column .affiliated-medical-institution .tit_02 {
  font-size: 2rem;
  font-weight: bold;
}
.link_column .affiliated-medical-institution ul li {
  margin: 0 0 0.6rem;
}
@media screen and (min-width: 48em), print {
  .link_column {
    padding: 10rem 0 8rem;
  }
  .link_column .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .link_column .wrap > * {
    width: 60rem;
  }
  .link_column .wrap .affiliated-medical-institution {
    margin: 0;
  }
  .link_column .wrap .affiliated-medical-institution .tit_02 {
    font-size: 2.4rem;
  }
  .link_column .wrap .affiliated-medical-institution ul li {
    margin: 0 0 1rem;
  }
  .link_column .wrap .affiliated-medical-institution ul li a {
    font-size: 1.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 6rem;
    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 {
    display: inline-block;
    font-size: 1.6rem;
  }
  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;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
@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: -webkit-grab;
  cursor: grab;
}
#thumbnail_slider .slick-list .thumbnail-item img:active {
  cursor: -webkit-grabbing;
  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;
}

/*#clinicslide {
  margin-bottom: 8.0rem;
  img, p {
    display: none;
  }
}
.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem;
}

.sp-selected-thumbnail {
  border: 4px solid #000;
}*/
.lst_device li {
  margin: 0 0 2rem;
  text-align: center;
}
.lst_device li figure {
  padding: 0;
  margin: 0;
}
.lst_device li figure p {
  font-weight: bold;
  text-align: center;
  font-size: 110%;
  background: #f0f0f0;
  max-width: 100%;
  margin: 0 auto 0.4rem;
  padding: 0.4rem 0;
}
.lst_device li figure img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}
.lst_device li figure figcaption {
  text-align: left;
  padding: 0.4rem 0;
}

@media screen and (min-width: 48em), print {
  .lst_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;
  }
  .lst_device li {
    width: 48%;
    margin: 0 0 4rem;
  }
  .lst_device li figure p {
    padding: 1.2rem 0.4rem;
    margin: 0 0 2rem;
  }
  .lst_device li figure img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
/* リハビリテーション */
.rehabilitation .reha_link li {
  margin: 0 0 0.6rem;
}
.rehabilitation .reha_link li a {
  display: block;
  background: #fff;
  border: 1px solid #b18f6a;
  padding: 0.6rem 1rem;
  position: relative;
  text-align: center;
}
.rehabilitation .reha_link li a::after {
  content: "2";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .rehabilitation .reha_link {
    margin: 6rem 0 0;
    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;
  }
  .rehabilitation .reha_link li {
    width: 33%;
    margin: 0 0 4rem;
  }
  .rehabilitation .reha_link li a:hover {
    color: #fff;
    background: #b18f6a;
  }
}