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

.txt_large {
  font-size: 110%;
}

.bold {
  font-weight: bold;
}

.clr_blue {
  color: #0070BF;
}

.clr_red {
  color: #E40404;
}

.clr_white {
  color: #fff;
}

.line {
  text-decoration: underline;
}

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

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

.mt0 {
  margin-top: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.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;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mb05 {
    margin-bottom: 0.5em !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .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;
  }
}
/* タイムテーブル -------------------------------------- */
.time_tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
  color: #fff;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
}
.tbl_time caption ul li {
  font-size: 85%;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #fff;
  font-size: 1.2rem;
  color: #065996;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: none;
  border-bottom: 1px solid #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: none;
  border-bottom: 1px solid #fff;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .time_tit {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  .tbl_time {
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 1.8rem;
  }
  .tbl_time caption .lst_ul01 {
    padding: 0 !important;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.7rem 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/cover;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
}

.tit_02 {
  color: #065996;
  font-weight: bold;
  font-size: 1.6rem;
  width: 40%;
  margin: 0 0 3rem;
  padding: 0.4rem 0 0;
  line-height: 1.2;
  position: relative;
  border-top: 1px solid #065996;
}
.tit_02 span {
  display: block;
  text-align: left;
  white-space: nowrap;
  color: #0070BF;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: -0.2rem;
  left: 106%;
  font-family: "Roboto", sans-serif;
}

body:not(.index) .tit_02 {
  border: none;
  border-left: 1px solid #065996;
  font-size: 2rem;
  padding: 0.6rem 0 0 0.6rem;
  width: 100%;
  margin: 0 0 2rem;
  position: relative;
}
body:not(.index) .tit_02::before {
  content: "";
  display: block;
  width: 40%;
  height: 0.1rem;
  background: #065996;
  position: absolute;
  top: 0;
  left: 0;
}
body:not(.index) .tit_02 span {
  all: initial;
}

.tit_02b {
  margin: 0 0 3rem;
  color: #0F0F0F;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}
.tit_02b span {
  display: block;
  color: #0070BF;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#3993D4), to(#329AE4));
  background: linear-gradient(to right, #3993D4, #329AE4);
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.3rem 0.6rem 0.2rem;
}

.tit_04 {
  color: #065996;
  font-size: 1.6rem;
  font-weight: bold;
  background: #C9F3E1;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.3rem 0.6rem 0.2rem;
}

.tit_05 {
  color: #1A1311;
  border-bottom: 1px solid #1A1311;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0.2rem 0.2rem 0.4rem;
}

.tit_06 {
  color: #329AE4;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0 0.2rem 0.2rem 0;
}
.tit_06 span.til_w {
  background: #48D497;
  border-radius: 0.6rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/auto auto;
    font-size: 3.2rem;
    height: 15.5rem;
    margin: 0 0 1.3rem;
    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;
  }
  .tit_01 .wrap {
    margin: 0 auto;
    width: 1200px;
    display: block;
  }
  .tit_02 {
    font-size: 2.7rem;
    padding: 1.5rem 0 0;
    margin: 0 0 6rem;
    width: 20%;
  }
  .tit_02 span {
    font-size: 5.6rem;
    left: 109%;
  }
  .tit_02b {
    font-size: 1.8rem;
    margin: 0;
  }
  .tit_02b span {
    font-size: 5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.6rem;
  }
  body:not(.index) .tit_02 {
    font-size: 2.8rem;
    padding: 1.1rem 0 0.8rem 1.5rem;
  }
  body:not(.index) .tit_02::before {
    width: 24.4rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 1.2rem 1rem 1rem;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 1.2rem 1rem 1rem;
  }
  .tit_05 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    padding: 0 0 0.6rem 1.5rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0;
    padding: 1.2rem 1rem 0.5rem 0;
  }
  .tit_06 span.til_w {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 0.5rem 0 0;
    padding: 0.5rem 1rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li {
    text-indent: -1.6rem;
  }
}
.lst_ul01 li::before {
  content: "■";
  margin-right: 0.4rem;
  font-size: 1rem;
  color: #33A3F1;
  position: relative;
  bottom: 0.1rem;
}
.lst_ul01 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li .bold {
    margin-left: -0.4rem;
  }
}
@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%;
  }
}

@media screen and (min-width: 48em), print {
  body:not(.index):not(.greeting):not(.visitor) .lst_ul01 {
    padding: 4rem 10rem;
  }
  body:not(.index):not(.greeting):not(.visitor) .lst_ul01.flex {
    padding: 3rem 10rem;
  }
}

.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;
}
.lst_dl01 div dd {
  margin: 0;
  padding: 0;
}

@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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 1rem;
  }
  .lst_dl01 div dt {
    min-width: 23rem;
  }
  .lst_dl01 div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.lst_dl02 {
  counter-reset: dl02_num;
}
.lst_dl02 dt {
  font-size: 110%;
  font-weight: bold;
  color: #065996;
  letter-spacing: 0.2rem;
  margin: 0 0 0.4rem;
}
.lst_dl02 dd {
  margin: 0 0 1rem;
  padding: 0;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 dd {
    margin: 0 0 3rem;
  }
}
.lst_dl02 dd ol li {
  text-indent: -2rem;
  padding-left: 3rem;
  margin: 0 0 0.8rem;
  line-height: 1.3;
  counter-increment: dl02_num 1;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 dd ol li {
    padding-left: 2.6rem;
  }
}
.lst_dl02 dd ol li::before {
  content: counter(dl02_num) ".";
  display: inline-block;
  font-weight: bold;
  width: 2rem;
  margin-right: 0.6rem;
  text-align: right;
}

ol {
  counter-reset: list-counter1;
}
ol li {
  list-style: none;
  counter-increment: list-counter;
}
ol li::before {
  content: counter(list-counter) ". ";
}

/* フレックス回り -------------------------------------- */
.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;
}
*[class*=btn_] a {
  background: -webkit-gradient(linear, left top, right top, from(#0070BF), to(#329AE4));
  background: linear-gradient(to right, #0070BF, #329AE4);
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
*[class*=btn_] a::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
*[class*=btn_].btn_rsv a::before {
  content: "\e803";
  font-family: "fontello";
  font-size: 2.2rem;
  margin-right: 0.4rem;
}

.link_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0 4rem;
}
.link_item li {
  width: 48%;
  margin: 0 0 1rem;
}
.link_item li a {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#32C585), to(#48D497));
  background: linear-gradient(to right, #32C585, #48D497);
  border-radius: 7px;
  padding: 1.2rem 0;
}
.link_item li a::before {
  content: "\e80a";
  font-family: "fontello";
  font-size: 80%;
  position: relative;
  bottom: 0.2rem;
  margin-right: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .link_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 6rem;
  }
  .link_item li {
    width: 23.8%;
    margin-right: 1.2%;
  }
  .link_item li:nth-child(4n) {
    margin-right: 0;
  }
  .link_item li a {
    font-size: 2rem;
  }
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 tr th {
  width: 30%;
  background: #F2F9FF;
  text-align: center;
  font-weight: normal;
  border: 1px solid #33A3F1;
}
.tbl_01 tr td {
  padding: 0.8rem;
  border: 1px solid #33A3F1;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.2rem;
}
.tbl_access tr th {
  width: 37%;
  background: #F2F9FF;
  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%;
  }
}
.tbl_price {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  caption-side: bottom;
}
.tbl_price caption {
  text-align: left;
  font-size: 90%;
  padding: 0.4rem 0.6rem;
}
.tbl_price caption span {
  font-weight: bold;
}
.tbl_price thead {
  display: none;
}
.tbl_price thead tr th {
  text-align: center;
  color: #fff;
  background: #33A3F1;
  border: 1px solid #33A3F1;
  border-right: 1px solid #e0f1ff;
}
.tbl_price thead tr th:last-child {
  border-right: none;
}
.tbl_price tbody tr {
  display: block;
}
.tbl_price tbody tr th {
  display: block;
  padding: 0.8rem;
  margin-top: 0.8rem;
  text-align: center;
  background: #F2F9FF;
  border: 1px solid #33A3F1;
}
.tbl_price tbody tr td {
  display: block;
  padding: 0.8rem;
  border: 1px solid #33A3F1;
}
.tbl_price tbody tr td.num {
  border-top: none;
  border-bottom: none;
  text-align: center;
  background: #e0f1ff;
  padding: 0.6rem 0.8rem;
}
.tbl_price tbody tr td:last-child {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .tbl_price caption {
    padding: 1rem;
    font-size: 100%;
  }
  .tbl_price thead {
    display: table-header-group;
  }
  .tbl_price thead tr th {
    padding: 1rem;
  }
  .tbl_price thead tr th:first-child {
    width: 50%;
  }
  .tbl_price tbody tr {
    display: table-row;
  }
  .tbl_price tbody tr th {
    display: table-cell;
    margin-top: 0;
    padding: 1rem;
  }
  .tbl_price tbody tr td {
    display: table-cell;
    padding: 1rem;
  }
  .tbl_price tbody tr td.num {
    border: 1px solid #33A3F1;
  }
  .price .tbl_price thead tr th:first-child {
    width: 30%;
  }
  .price .tbl_price thead tr th:last-child {
    width: 20%;
  }
}
.tbl_test {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  caption-side: bottom;
}
.tbl_test caption {
  text-align: left;
  font-size: 90%;
  padding: 0.4rem 0.6rem;
}
.tbl_test caption span {
  font-weight: bold;
}
.tbl_test thead {
  display: none;
}
.tbl_test thead tr th {
  text-align: center;
  color: #fff;
  background: #33A3F1;
  border: 1px solid #33A3F1;
  border-right: 1px solid #e0f1ff;
}
.tbl_test thead tr th:last-child {
  border-right: none;
}
.tbl_test tbody tr {
  display: block;
}
.tbl_test tbody tr th {
  display: block;
  padding: 0.8rem;
  margin-top: 0.8rem;
  text-align: center;
  background: #F2F9FF;
  border: 1px solid #33A3F1;
}
.tbl_test tbody tr td {
  display: block;
  padding: 0.8rem;
  border: 1px solid #33A3F1;
}
.tbl_test tbody tr td.num {
  border-top: none;
  border-bottom: none;
  text-align: center;
  background: #e0f1ff;
  padding: 0.6rem 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tbl_test caption {
    padding: 1rem;
    font-size: 100%;
  }
  .tbl_test thead {
    display: table-header-group;
  }
  .tbl_test thead tr th {
    padding: 1rem;
  }
  .tbl_test thead tr th:first-child {
    width: 20%;
  }
  .tbl_test tbody tr {
    display: table-row;
  }
  .tbl_test tbody tr th {
    display: table-cell;
    margin-top: 0;
    padding: 1rem;
    width: 20%;
  }
  .tbl_test tbody tr td {
    display: table-cell;
    padding: 1rem;
  }
  .tbl_test tbody tr td.num {
    border: 1px solid #33A3F1;
  }
}
.swiper-wrapper .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 34%;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 100%;
}

.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  left: initial;
}

.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  right: initial;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next::after {
  display: inline-block;
  margin-right: 0.5rem;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-prev::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (min-width: 48em), print {
  .swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: initial !important;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-position: 50% 50%;
    height: 45rem;
    margin-bottom: 1.7rem;
  }
  .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    left: calc(100% - 14.2rem);
  }
  .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    right: calc(100% - 14.2rem);
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.nolink {
  pointer-events: none !important;
  /*    color: #a6c6dd!important;*/
}

/*.header .bg .wrap .logo a{
  position: relative;
    &::after{
      content: "(仮称)";
      position: absolute;
      top: 0;
      left: 18rem;
      @include pc {
        left: 46rem;
        top: 1rem;
        font-size: 1.2rem;
      }
    }
}*/
/*.overview .overview_info .clinic_name{
  position: relative;
  font-size: 1rem;
    &::after{
      content: "(仮称)";
      position: absolute;
      top: -.4rem;
      right: 0;
      @include pc {
        top: 0;
      }
    }
}*/
html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

body {
  background: #fff;
  color: #0F0F0F;
}
body.fixed_scroll {
  width: 100%;
  position: fixed;
}

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: 1240px;
  }
  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.6rem;
    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 {
  position: relative;
}
.header .bg {
  background: rgba(255, 255, 255, 0.9);
}
.header .bg .wrap {
  padding: 2.4rem 1rem 1rem;
}
.header .bg .wrap .logo {
  height: 3rem;
}
.header .bg .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 .bg .wrap .headR .columnL {
  margin: 1.6rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .bg .wrap .headR .columnL > div {
  width: 40%;
}
.header .bg .wrap .headR .columnL > div:first-child {
  width: 60%;
}
.header .bg .wrap .headR .columnL .tel {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0070BF;
  font-family: "Roboto", sans-serif;
}
.header .bg .wrap .headR .columnL .tel::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.header .bg .wrap .headR .columnL .tel a {
  display: inline-block;
}
.header .bg .wrap .headR .columnL .btn_rsv {
  text-align: center;
}
.header .bg .wrap .headR .columnL .btn_rsv a {
  white-space: nowrap;
  padding: 0.4rem 1.2rem 0.6rem;
  font-size: 1.4rem;
}
.header .bg .wrap .headR .columnR .access {
  position: absolute;
  top: 0.4rem;
  left: 1rem;
}
.header .bg .wrap .headR .columnR .ex {
  border: 1px solid #0F0F0F;
  padding: 0.6rem 1.2rem;
  margin: 0.6rem 0 0;
  font-size: 1.4rem;
  border-radius: 25px;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .header .bg {
    position: relative;
    z-index: 2;
  }
  .header .bg .wrap {
    margin: 0 auto 0;
    padding: 3.3rem 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .bg .wrap .logo {
    width: 52.6rem;
    height: 7rem;
  }
  .header .bg .wrap .headR {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
  }
  .header .bg .wrap .headR .columnL {
    margin: 0;
    display: block;
  }
  .header .bg .wrap .headR .columnL > div {
    width: 100%;
  }
  .header .bg .wrap .headR .columnL > div:first-child {
    width: 100%;
  }
  .header .bg .wrap .headR .columnL .tel {
    font-size: 2.4rem;
    margin: 0 0 1.1rem;
  }
  .header .bg .wrap .headR .columnL .tel::before {
    margin-right: 0.2rem;
  }
  .header .bg .wrap .headR .columnL .btn_rsv a {
    width: 19rem;
    font-size: 2rem;
    padding: 0.4rem 0 0.4rem;
  }
  .header .bg .wrap .headR .columnL .btn_rsv a::before {
    font-size: 2.6rem;
  }
  .header .bg .wrap .headR .columnR {
    margin-left: 1.6rem;
  }
  .header .bg .wrap .headR .columnR .access {
    margin: 0 0 1.3rem;
    position: static;
    font-size: 1.6rem;
  }
  .header .bg .wrap .headR .columnR .access::before {
    content: "\e802";
    font-family: "fontello";
    font-size: 2.2rem;
    margin-right: 0.4rem;
    color: #0070BF;
    position: relative;
    bottom: -0.2rem;
  }
  .header .bg .wrap .headR .columnR .ex {
    font-size: 2rem;
    margin: 0.4rem 0 0;
  }
}
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 200;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: clr_txt;
  background: #f2f2f2;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e804";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e805";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  height: 120vh;
  background: #0070BF;
  padding: 6rem 1.6rem 20rem;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  margin: 0 0 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  padding: 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a .sub::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "+";
  font-size: 2rem;
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub {
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  content: "-";
  font-size: 2.4rem;
  position: bottom;
  bottom: -0.6rem;
  right: 1.2rem;
}
.slicknav_menu .slicknav_nav .gnav .subnav {
  margin: 2rem 0 0 1rem;
  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;
}
.slicknav_menu .slicknav_nav .gnav .subnav li {
  width: 50%;
  padding: 0;
  margin: -1px 0 0;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.slicknav_menu .slicknav_nav .gnav .subnav li:nth-child(odd) {
  border-right: 1px solid #fff !important;
}
.slicknav_menu .slicknav_nav .gnav .subnav li:nth-child(1), .slicknav_menu .slicknav_nav .gnav .subnav li:nth-child(2) {
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav .subnav li a {
  display: block;
  padding: 0.6rem 0.2rem;
  margin: 0;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(#0070BF), to(#329AE4));
    background: linear-gradient(to left, #0070BF, #329AE4);
    position: relative;
    z-index: 5;
  }
  #nav.fixed {
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    position: fixed;
    z-index: 200;
  }
  #nav .gnav {
    padding: 2.2rem 0 2rem;
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav .gnav li {
    width: auto;
  }
  #nav .gnav li.treatment {
    position: relative;
  }
  #nav .gnav li a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
  }
  #nav .gnav li a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    background: #fff;
    width: 100%;
    height: 0.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav .gnav li a:hover {
    opacity: 1;
  }
  #nav .gnav li a:hover::after {
    bottom: -1rem;
    opacity: 1;
    visibility: visible;
  }
  #nav .gnav li a.home::before {
    content: "\e806";
    font-family: "fontello";
    font-size: 2.4rem;
    position: relative;
    bottom: 0.2rem;
  }
  #nav .gnav li a.home:hover::after {
    bottom: -0.6rem;
  }
  #nav .gnav li a.home span {
    display: none;
  }
  #nav .gnav li a.sub::before {
    content: "\e807";
    font-family: "fontello";
    margin-right: 0.4rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: -2rem;
    bottom: 0.3rem;
    font-size: 1rem;
  }
  #nav .gnav li a.sub:hover::before {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  #nav .gnav li .subnav {
    width: 31rem;
    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;
    position: absolute;
    top: 4.2rem;
    visibility: hidden;
  }
  #nav .gnav li .subnav li {
    width: 50%;
  }
  #nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    background: rgba(50, 197, 133, 0.95);
    padding: 1.6rem 0.2rem 1.6rem 0.4rem;
    font-size: 1.6rem;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  #nav .gnav li .subnav li a::before {
    content: "・";
    margin-right: 0.2rem;
  }
  #nav .gnav li .subnav li a::after {
    content: none;
  }
  #nav .gnav li .subnav li a:hover {
    background: rgba(130, 220, 181, 0.95);
  }
  #nav .gnav li .subnav li a:hover::after {
    content: none;
  }
  #nav .gnav li .subnav li:nth-child(even) a {
    border-left: 1px solid #fff;
  }
  /* Gナビ　ハイライト */
}
/* サイドバー -------------------------------------- */
/*
.sidebar {
  display: none;
}
@include pc {
  .sidebar {
    display: block;
    .tit {
      background: #6b4f3c;
      color: #f1ffdb;
      font-size: 2.4rem;
      text-align: center;
      padding: 1.8rem;
      border-radius: .8rem;
    }
    .subnav {
      margin: 0;
      padding: 1.0rem 0;
      li {
        a {
          display: block;
          padding: 1.2rem .6rem;
          color: #48341d;
          position: relative;
          font-size: 1.8rem;
          &::after {
            font-family: 'fontello';
            content: '\e807';
            position: absolute;
            right: .6rem;
            color: #d8c8bd;
          }
          &:hover {
            background: #ffedcd;
            color: #ec7218;
            &::after {
              color: #ec7218;
            }
          }
        }
        &:not(:last-child) {
          border-bottom: 1px solid #dedede;
        }
      }
    }
  }
}
*/
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, right top, from(#0070BF), to(#329AE4));
  background: linear-gradient(to right, #0070BF, #329AE4);
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 90%;
  height: auto;
}
.overview > .wrap {
  color: #fff;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo th {
  width: 25%;
  text-align: left;
  padding: 0 0 0.8rem;
  margin: 0;
  vertical-align: top;
  font-weight: normal;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo th span {
  padding: 0 0 0.6rem 0;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo td {
  padding: 0 0 0.8rem 1rem;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo td .access li {
  position: relative;
  padding-left: 1.8rem;
}
.overview > .wrap .flex .overviewL .tbl_gaiyo td .access li::before {
  content: "■";
  color: #7BE9B9;
  margin-right: 0.2rem;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.overview > .wrap .flex .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .flex .overviewR .tbl_time {
  margin: 0 0 1.6rem;
}
.overview > .wrap .flex .overviewR .link_honin a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 1.2rem 0.8rem;
  border: 1px solid #FFFFFF;
  position: relative;
}
.overview > .wrap .flex .overviewR .link_honin a .size_l {
  font-size: 1.4rem;
}
.overview > .wrap .flex .overviewR .link_honin a .size_s {
  font-size: 1.2rem;
}
.overview > .wrap .flex .overviewR .link_honin a::before {
  content: "\e80a";
  font-family: "fontello";
  position: absolute;
  left: 1.2rem;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  height: 100%;
}
.overview .overview_info > .wrap {
  padding: 1.6rem 1rem 1.6rem;
  background: #fff;
}
.overview .overview_info > .wrap .info_column div {
  text-align: center;
}
.overview .overview_info > .wrap .info_column div .tel {
  color: #0070BF;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.overview .overview_info > .wrap .info_column div .tel::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.overview .overview_info > .wrap .info_column div .btn_rsv a {
  display: block;
}
.overview .overview_info > .wrap .info_column .ex {
  border: 1px solid #0F0F0F;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  text-align: center;
}
.overview .overview_info .footer_link {
  background: #E5F2FE;
  padding: 1.6rem 1rem 1.6rem;
  text-align: center;
}
.overview .overview_info .footer_link li {
  margin: 0 0 1rem;
}
.overview .overview_info .footer_link li:last-child {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 0 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    max-width: 100rem;
  }
  .overview > .wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 6.4rem;
  }
  .overview > .wrap .flex .overviewL, .overview > .wrap .flex .overviewR {
    width: 48%;
  }
  .overview > .wrap .flex .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo th {
    padding: 0 0 2rem;
    text-align: center;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo th span {
    padding: 0;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo td {
    padding: 0 0 2rem 2rem;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo td .access li::before {
    font-size: 1rem;
    top: 5px;
  }
  .overview > .wrap .flex .overviewR {
    padding: 0 0;
    margin: 0;
  }
  .overview > .wrap .flex .overviewR .tbl_time {
    margin: 0 0 3.5rem;
  }
  .overview > .wrap .flex .overviewR .link_honin a {
    font-size: 1.8rem;
    padding: 1.2rem 0.8rem;
  }
  .overview > .wrap .flex .overviewR .link_honin a .size_l {
    font-size: 2.2rem;
  }
  .overview > .wrap .flex .overviewR .link_honin a .size_s {
    font-size: 1.6rem;
  }
  .overview > .wrap .flex .overviewR .link_honin a::before {
    left: 1.2rem;
    top: 48%;
  }
  .overview .gmap {
    height: 50.6rem;
  }
  .overview .overview_info {
    background: #fff;
  }
  .overview .overview_info > .wrap {
    padding: 4rem 0 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview .overview_info > .wrap .clinic_name {
    width: 43rem;
    margin: 0;
  }
  .overview .overview_info > .wrap .clinic_name img {
    max-width: 100%;
  }
  .overview .overview_info > .wrap .info_column {
    margin: 0 2.2rem 0 1.7rem;
  }
  .overview .overview_info > .wrap .info_column div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview .overview_info > .wrap .info_column div .tel {
    font-size: 2.4rem;
    font-size: 2rem;
  }
  .overview .overview_info > .wrap .info_column div .btn_rsv {
    margin: 0;
  }
  .overview .overview_info > .wrap .info_column div .btn_rsv a {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.1rem 2rem 0.5rem;
  }
  .overview .overview_info > .wrap .info_column div .btn_rsv a::before {
    font-size: 2.6rem;
    position: relative;
    bottom: -0.4rem;
  }
  .overview .overview_info > .wrap .info_column .ex {
    margin: 0.6rem 0 0;
    padding: 0.2rem 1rem;
    font-size: 1.5rem;
  }
  .overview .overview_info .footer_link {
    padding: 4.5rem 0;
  }
  .overview .overview_info .footer_link ul {
    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;
  }
  .overview .overview_info .footer_link ul li {
    margin: 0 1.5rem;
  }
  .overview .overview_info .footer_link ul li:last-child {
    margin: 0 1.5rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 7.8rem;
  right: 1rem;
  z-index: 220;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  padding: 0.4rem;
  background: #48D497;
  border: 2px solid #fff;
  -webkit-box-shadow: 4px 4px 0px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 0px -2px rgba(0, 0, 0, 0.16);
}
#pageup a::before {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-family: "fontello";
  content: "\e80b";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    right: 3rem;
  }
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
    -webkit-box-shadow: 3px 3px 0px -2px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 0px -2px rgba(0, 0, 0, 0.16);
  }
  #pageup a::before {
    font-size: 4rem;
  }
}
.tel_rsv {
  width: 100%;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
}
.tel_rsv .flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel_rsv .flex_item .tel {
  display: block;
  background: #e5f2fe;
  color: #0070BF;
  padding: 0.8rem 0 0.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 60%;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
}
.tel_rsv .flex_item .tel::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.tel_rsv .flex_item .rsv {
  display: block;
  width: 40%;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0.4rem 0.6rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#0070BF), to(#329AE4));
  background: linear-gradient(to right, #0070BF, #329AE4);
}
.tel_rsv .txt_item {
  padding: 0.6rem 0.2rem 0.4rem;
  margin: 0.6rem 0.4rem;
  text-align: center;
  border: 1px solid #0F0F0F;
  border-radius: 25px;
}

@media screen and (min-width: 48em), print {
  .tel_rsv {
    display: none;
  }
  .tel_rsv .flex_item {
    display: none;
  }
  .tel_rsv .flex_item .tel, .tel_rsv .flex_item .rsv {
    display: none;
  }
  .tel_rsv .txt_item {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 6.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#0070BF), to(#329AE4));
  background: linear-gradient(to right, #0070BF, #329AE4);
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 1.2rem 0;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.7rem 0 0;
  }
  .footer .copy {
    font-size: 1.4rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto 1rem;
  }
  .footer ul ~ ul {
    margin: 0 auto 6.5rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.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 a.home span {
    display: inline;
  }
  .footer ul li a.home span:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
.overflow {
  overflow-x: hidden;
}

/* アニメーション設定 -------------------------------------- */
.animation {
  opacity: 0;
}
.animation::before {
  opacity: 0;
}
.animation.fadeMove.item_01, .animation.fadeMove.item_03 {
  -webkit-animation: moving_01 1s forwards;
          animation: moving_01 1s forwards;
}
.animation.fadeMove.item_01::before, .animation.fadeMove.item_03::before {
  -webkit-animation: moving_01bg 1s forwards;
          animation: moving_01bg 1s forwards;
}
.animation.fadeMove.item_02 {
  -webkit-animation: moving_02 1s forwards;
          animation: moving_02 1s forwards;
}
.animation.fadeMove.item_02::before {
  -webkit-animation: moving_02bg 1s forwards;
          animation: moving_02bg 1s forwards;
}

@-webkit-keyframes moving_01 {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moving_01 {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moving_01bg {
  0% {
    left: -150%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@keyframes moving_01bg {
  0% {
    left: -150%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@-webkit-keyframes moving_02 {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moving_02 {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moving_02bg {
  0% {
    left: 150%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@keyframes moving_02bg {
  0% {
    left: 150%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  @-webkit-keyframes moving_01 {
    0% {
      -webkit-transform: translateX(500px);
              transform: translateX(500px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes moving_01 {
    0% {
      -webkit-transform: translateX(500px);
              transform: translateX(500px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes moving_01bg {
    0% {
      left: -1800px;
      opacity: 0;
    }
    100% {
      left: -900px;
      opacity: 1;
    }
  }
  @keyframes moving_01bg {
    0% {
      left: -1800px;
      opacity: 0;
    }
    100% {
      left: -900px;
      opacity: 1;
    }
  }
  @-webkit-keyframes moving_02 {
    0% {
      -webkit-transform: translateX(-500px);
              transform: translateX(-500px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes moving_02 {
    0% {
      -webkit-transform: translateX(-500px);
              transform: translateX(-500px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes moving_02bg {
    0% {
      left: 1800px;
      opacity: 0;
    }
    100% {
      left: 550px;
      opacity: 1;
    }
  }
  @keyframes moving_02bg {
    0% {
      left: 1800px;
      opacity: 0;
    }
    100% {
      left: 550px;
      opacity: 1;
    }
  }
}
/* キービジュアル -------------------------------------- */
.swiper-slide.sp_position {
  background-position: 15% -1px !important;
}

.kv_area .keyvsl {
  margin: 0 auto;
  max-width: 100%;
  /* height: 26rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center / cover; */
  position: relative;
}
.kv_area .keyvsl .kv_txt {
  padding-top: 13em;
  /*  position: absolute;
   left: 0;
   right: 0;
   top: 6.5rem; */
  margin: 0 1rem;
}
.kv_area .keyvsl .kv_txt p:not(.lead) {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2rem 1rem;
  margin: 0.2rem 0 0;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  position: relative;
}
.kv_area .keyvsl .kv_txt p:not(.lead)::before, .kv_area .keyvsl .kv_txt p:not(.lead)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #707070;
}
.kv_area .keyvsl .kv_txt p:not(.lead)::before {
  left: 0;
}
.kv_area .keyvsl .kv_txt p:not(.lead)::after {
  right: 0;
}
.kv_area .keyvsl .kv_txt .clr_blue {
  color: #0070BF;
}
.kv_area .keyvsl .kv_txt .lead {
  background: rgba(0, 112, 191, 0.8392156863);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.4rem 0.4rem;
  margin: 0;
  text-align: center;
}
.kv_area .keyvsl .kv_txt .lst_ul01 {
  padding: 1em;
  background: rgba(255, 255, 255, 0.8117647059);
  color: #0070BF;
}
.kv_area .keyvsl .kv_txt .lst_ul01 .lst_ini li::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 8px;
  height: 8px;
  border-top: solid 3px #0070BF;
  border-right: solid 3px #0070BF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 48em), print {
  .swiper-slide.sp_position {
    background-position: 37% !important;
  }
  .kv_area .keyvsl {
    /* margin: 0 auto 1.7rem;
    height: 75rem;
    height: 75rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center / auto auto; */
  }
  .kv_area .keyvsl .wrap {
    margin: 0 auto;
    height: 100%;
    width: 600px;
    position: relative;
  }
  .kv_area .keyvsl .wrap .kv_txt {
    width: auto;
    left: auto;
    width: auto;
    position: absolute;
    left: auto;
    top: 0;
    right: -22rem;
    padding-top: initial;
  }
  .kv_area .keyvsl .wrap .kv_txt p:not(.lead) {
    font-size: 2.4rem;
    text-align: center;
    padding: 0.4rem 0;
    margin: 1.2rem 0 0;
  }
  .kv_area .keyvsl .wrap .kv_txt .txt {
    padding: 1em;
    background: #fff;
  }
  .kv_area .keyvsl .wrap .kv_txt .lead {
    padding: 0.5em;
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
  .kv_area .keyvsl .wrap .kv_txt .lst_ul01 {
    color: #0070BF;
    font-size: 2rem;
  }
}
/* バナーリンク -------------------------------------- */
.bnr_link {
  padding: 2rem 1rem;
}
.bnr_link a {
  display: block;
  margin-bottom: 2rem;
}
.bnr_link a img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .bnr_link {
    padding: 6.6rem 0 7.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .bnr_link a {
    width: 550px;
    margin: 0 auto;
    display: block;
  }
  .bnr_link a img {
    width: 100%;
  }
}
/* インフォボックス -------------------------------------- */
.top_notice {
  width: 95%;
  margin: 5rem 0.5rem 0;
  padding: 10px;
  border: 3px solid #0070BF;
  background-color: #E5F2FE;
  border-radius: 7px;
}
.top_notice .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .top_notice {
    width: 1000px;
    margin: 5rem auto 0;
    padding: 20px 60px;
  }
  .top_notice .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
  }
  .top_notice br {
    /*display: none;*/
  }
}
/* テキストリンク -------------------------------------- */
.txt_link {
  width: 95%;
  margin: 5rem 0.5rem 0;
  padding: 0;
}
.txt_link .link_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.txt_link .link_item li {
  width: 48%;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .txt_link {
    width: 1200px;
    margin: 5rem auto 0;
  }
  .txt_link p {
    font-size: 120%;
  }
  .txt_link .link_item li {
    width: 23.8%;
  }
}
/* 当院の特長 -------------------------------------- */
.feature {
  background: url("../img/index_feature_bg01.jpg") no-repeat center/cover;
  padding: 3rem 0 2rem;
}
.feature .wrap .tit_02 span {
  font-size: 2rem;
  color: #fff;
}
.feature .wrap ul {
  width: 94%;
  margin: 0 auto;
}
.feature .wrap ul li {
  color: #fff;
  margin: 16rem 0 0;
  position: relative;
  z-index: 1;
}
.feature .wrap ul li::before {
  content: "";
  display: block;
  width: 100vw;
  height: 14rem;
  background: #222;
  position: absolute;
  z-index: 0;
  top: -12rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.feature .wrap ul li::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0.3rem;
  top: 0.6rem;
  z-index: 3;
}
.feature .wrap ul li > div {
  padding: 2.2rem 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 112, 191, 0.96)), to(rgba(22, 136, 217, 0.96)));
  background: linear-gradient(to right, rgba(0, 112, 191, 0.96), rgba(22, 136, 217, 0.96));
  position: relative;
  z-index: 3;
}
.feature .wrap ul li > div .tit {
  font-weight: bold;
  text-align: center;
  margin: 0 0 1rem;
  font-size: 1.6rem;
}
.feature .wrap ul li > div p:not(.tit) {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4rem;
}
.feature .wrap ul li.item_01::before {
  background: url("../img/index_feature_01.jpg") no-repeat center/cover;
}
.feature .wrap ul li.item_02::before {
  background: url("../img/index_feature_02.jpg") no-repeat center/cover;
}
.feature .wrap ul li.item_03::before {
  background: url("../img/index_feature_03.jpg") no-repeat center/cover;
}
@media screen and (min-width: 48em), print {
  .feature {
    padding: 8.3rem 0 8.5rem;
  }
  .feature .wrap .tit_02 span {
    font-size: 5.6rem;
  }
  .feature .wrap ul {
    width: 100%;
    margin: 12rem auto 13.6rem;
  }
  .feature .wrap ul li {
    width: 65.4rem;
    margin-bottom: 15rem;
  }
  .feature .wrap ul li:nth-child(even) {
    margin-right: auto;
  }
  .feature .wrap ul li:nth-child(even)::before {
    left: -900px;
  }
  .feature .wrap ul li:nth-child(odd) {
    margin-left: auto;
  }
  .feature .wrap ul li:nth-child(odd)::before {
    left: 550px;
  }
  .feature .wrap ul li:last-child {
    margin-bottom: 0;
  }
  .feature .wrap ul li::before {
    width: 1000px;
    height: 37.3rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .feature .wrap ul li::after {
    width: 23rem;
    left: 1.2rem;
    top: 1.2rem;
  }
  .feature .wrap ul li > div {
    padding: 6rem 1rem 6rem 6rem;
  }
  .feature .wrap ul li > div .tit {
    margin: 0 0 2.6rem;
    font-size: 3rem;
    text-align: left;
  }
  .feature .wrap ul li > div p:not(.tit) {
    line-height: 1.6;
    font-size: 2rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 2rem 0 4rem;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  height: 100%;
}
.info dl dt {
  margin-bottom: 0.4rem;
  font-weight: bold;
  color: #0070BF;
  cursor: pointer;
  display: table;
  position: relative;
  padding-left: 2rem;
}
.info dl dt::before {
  content: "\e809";
  font-family: "fontello";
  font-weight: normal;
  color: #48D497;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
.info dl dt:hover {
  opacity: 0.8;
}
.info dl dt.close::before {
  content: "\e808";
}
.info dl dd {
  padding: 0 0 1.4rem;
  margin: 0;
}
.info dl dd:nth-of-type(n+4) {
  display: none;
}
.info dl dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0 7.7rem;
  }
  .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_02b {
    width: auto;
    margin: 2.7rem 0 0;
  }
  .info .wrap dl {
    margin: 0 0 0 11.4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .wrap dl dt {
    font-size: 1.6rem;
    padding-left: 3rem;
    margin: 0 0 1.1rem;
  }
  .info .wrap dl dt::before {
    font-size: 2rem;
    top: -0.4rem;
  }
  .info .wrap dl dd {
    margin: 0 0 3.4rem;
    padding-left: 3rem;
    font-size: 1.6rem;
  }
}
/* 診療内容 -------------------------------------- */
.clinic_menu {
  padding: 3rem 0 3rem;
  background: url("../img/index_clinicMenu_bg01.jpg") no-repeat left/cover;
}
.clinic_menu .wrap .tit_02 span {
  font-size: 2.4rem;
  color: #aaa;
}
.clinic_menu .wrap .tit {
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.clinic_menu .wrap .tit::before {
  content: "\e80c";
  font-family: "fontello";
  font-weight: normal;
  color: #949494;
  margin-right: 0.4rem;
}
.clinic_menu .wrap > ul.lst_treatment {
  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;
}
.clinic_menu .wrap > ul.lst_treatment > li {
  width: 48%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clinic_menu .wrap > ul.lst_treatment > li a {
  display: block;
  font-weight: bold;
  padding: 1rem;
  width: 100%;
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, right top, from(#238FDB), to(#329AE4));
  background: linear-gradient(to right, #238FDB, #329AE4);
  color: #fff;
}
.clinic_menu .wrap > ul.lst_treatment > li a::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-weight: normal;
  font-size: 80%;
  position: relative;
  bottom: 0.1rem;
}
.clinic_menu .wrap > ul.lst_treatment > li {
  /*              > ul{//詳細な症状の記載があるリスト
      height: 100%;
      width: 100%;
      padding: .6rem;
      background: rgba(#fff, .8);
        > li{
         text-indent: -1.8rem;
         padding-left: 1.8rem;
            &::before{
                content: "\e800";
                font-family: "fontello";
                margin-right: .4rem;
                color: #48D497;
            }
          }
        }*/
}
.clinic_menu .wrap > ul.lst_bg {
  display: block;
}
.clinic_menu .wrap > ul.lst_bg > li > div {
  background: -webkit-gradient(linear, left top, right top, from(#238FDB), to(#329AE4));
  background: linear-gradient(to right, #238FDB, #329AE4);
  padding: 0.4rem 1rem 1.6rem;
  margin: 0 0 1rem;
  width: 50%;
  position: relative;
}
.clinic_menu .wrap > ul.lst_bg > li > div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.clinic_menu .wrap > ul.lst_bg > li > div > a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 1.2rem 0 0.6rem;
  margin: 0 0 0.6rem;
  border-bottom: 1px solid #fff;
  text-decoration: none !important;
}
.clinic_menu .wrap > ul.lst_bg > li > div > a:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.clinic_menu .wrap > ul.lst_bg > li > div > a::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-weight: normal;
  font-size: 80%;
  position: relative;
  bottom: 0.2rem;
}
.clinic_menu .wrap > ul.lst_bg > li > div > ul {
  background: none;
}
.clinic_menu .wrap > ul.lst_bg > li > div > ul li {
  color: #fff;
  font-weight: bold;
  padding: 0;
}
.clinic_menu .wrap > ul.lst_bg > li > div > ul li a {
  text-decoration: none;
}
.clinic_menu .wrap > ul.lst_bg > li.ed div::before {
  background: url("../img/index_clinicMenu_01.png") no-repeat center/cover;
}
.clinic_menu .wrap > ul.lst_bg > li.aga div::before {
  background: url("../img/index_clinicMenu_02.png") no-repeat center/cover;
}
.clinic_menu .wrap > ul.lst_bg > li.urology div::before {
  background: url("../img/index_clinicMenu_03.png") no-repeat center center/cover;
}
.clinic_menu .wrap > ul.lst_bg > li.test div {
  width: 100%;
}
.clinic_menu .wrap > ul.lst_bg > li.test div::before {
  display: none;
}
.clinic_menu .wrap > ul.lst_bg > li.test02 div {
  width: 100%;
}
.clinic_menu .wrap > ul.lst_bg > li.test02 div::before {
  display: none;
}

@media screen and (min-width: 48em), print {
  .clinic_menu {
    padding: 8.4rem 0 8.6rem;
    /*background: url("../img/index_clinicMenu_bg01.jpg")no-repeat center / cover;*/
  }
  .clinic_menu .wrap .tit_02 span {
    font-size: 5.6rem;
  }
  .clinic_menu .wrap .tit {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
  .clinic_menu .wrap .tit::before {
    margin-right: 0.8rem;
  }
  .clinic_menu .wrap > ul.lst_treatment {
    margin: 0 auto 5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .clinic_menu .wrap > ul.lst_treatment > li {
    width: 26rem;
    margin: 0 5rem 3.4rem 0;
  }
  .clinic_menu .wrap > ul.lst_treatment > li:nth-child(4n) {
    margin: 0 0 3.4rem 0;
  }
  .clinic_menu .wrap > ul.lst_treatment > li a {
    padding: 2rem;
    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;
    font-size: 2.2rem;
    height: 100%;
  }
  .clinic_menu .wrap > ul.lst_treatment > li a::before {
    margin-right: 0.8rem;
  }
  .clinic_menu .wrap > ul.lst_treatment > li {
    /*              > ul{//詳細な症状の記載があるリスト
       padding: 2.1rem 1.7rem;
       min-height: 21.5rem;
        > li{
         text-indent: -2.8rem;
         padding-left: 2.8rem;
         margin-bottom: .8rem;
            &::before{
             margin-right: 1.1rem;
            }
          }
        }*/
  }
  .clinic_menu .wrap > ul.lst_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .clinic_menu .wrap > ul.lst_bg > li {
    width: 57.5rem;
    height: 100%;
  }
  .clinic_menu .wrap > ul.lst_bg > li > div {
    width: 28.8rem;
    padding: 3rem 4.2rem 3rem 4.75rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li > div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .clinic_menu .wrap > ul.lst_bg > li > div > ul {
    margin: 1.4rem 0 0;
  }
  .clinic_menu .wrap > ul.lst_bg > li > div > ul > li {
    font-size: 1.6rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li > div > ul > li a {
    font-size: 1.6rem;
    display: block;
    padding: 0;
    margin: 0 0 0.8rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li > div > ul.flex {
    margin: 1.4rem 0 0;
    /*width: 48%;
    display: inline-block;*/
  }
  .clinic_menu .wrap > ul.lst_bg > li > div > ul.flex > li {
    font-size: 1.6rem;
    width: 48%;
    display: inline-block;
  }
  .clinic_menu .wrap > ul.lst_bg > li > div > ul.flex > li a {
    font-size: 1.6rem;
    display: block;
    padding: 0;
    margin: 0 0 0.8rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li.ed {
    margin: 0 0 3.4rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li.ed div {
    /*                     padding: 3rem 4.2rem 4rem 4.75rem;*/
  }
  .clinic_menu .wrap > ul.lst_bg > li.ed div::before {
    background: url("../img/index_clinicMenu_01.png") no-repeat center/cover;
  }
  .clinic_menu .wrap > ul.lst_bg > li.aga div {
    padding: 3rem 4.2rem 6.2rem 4.75rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li.aga div::before {
    background: url("../img/index_clinicMenu_02.png") no-repeat center/cover;
  }
  .clinic_menu .wrap > ul.lst_bg > li.urology {
    position: absolute;
    right: 0;
    top: 0;
  }
  .clinic_menu .wrap > ul.lst_bg > li.urology div {
    width: 57.6rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li.urology div::before {
    top: auto;
    left: 0;
    bottom: -150%;
    width: 100%;
    background: url("../img/index_clinicMenu_03.png") no-repeat center center/cover;
  }
  .clinic_menu .wrap > ul.lst_bg > li.test div {
    width: 100%;
  }
  .clinic_menu .wrap > ul.lst_bg > li.test div::before {
    display: none;
  }
  .clinic_menu .wrap > ul.lst_bg > li.test02 div {
    width: 57.6rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li.test02 div::before {
    display: none;
  }
  .clinic_menu .wrap > ul.lst_bg > li a {
    font-size: 2.4rem;
    padding: 0 0 1.7rem;
    margin: 0 0 1.7rem;
  }
  .clinic_menu .wrap > ul.lst_bg > li.test {
    width: 100%;
  }
}
/* 理事長ご挨拶 -------------------------------------- */
.greeting_area {
  padding: 3rem 0 3rem;
}
.greeting_area .wrap {
  position: relative;
  z-index: 1;
}
.greeting_area .wrap::before {
  content: "";
  display: block;
  position: absolute;
  background: #E5F2FE;
  width: 100vw;
  height: 40rem;
  z-index: -2;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.greeting_area .wrap .img img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
.greeting_area .wrap .name {
  text-align: right;
}
.greeting_area .wrap .name span {
  font-size: 110%;
}
.greeting_area .wrap .btn_top a::before {
  content: "\e80a";
  font-family: "fontello";
  margin-right: 0.4rem;
  font-weight: normal;
  font-size: 80%;
  position: relative;
  bottom: 0.2rem;
}

@media screen and (min-width: 48em), print {
  .greeting_area {
    overflow: hidden;
    padding: 7rem 0 20rem;
  }
  .greeting_area .wrap {
    clear: both;
  }
  .greeting_area .wrap::before {
    top: 31rem;
    width: 2400px;
  }
  .greeting_area .wrap .img {
    float: right;
    max-width: 20%;
    margin: 0 0 2rem 2rem;
  }
  .greeting_area .wrap .img img {
    max-width: 100%;
  }
  .greeting_area .wrap > div:not(.img) {
    position: relative;
    z-index: 3;
    line-height: 1.9;
  }
  .greeting_area .wrap .name {
    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;
  }
  .greeting_area .wrap .name div {
    line-height: 1.3;
  }
  .greeting_area .wrap .name div span {
    font-size: 2rem;
  }
  .greeting_area .wrap .name .btn_top {
    margin-left: 2rem;
  }
  .greeting_area .wrap .name .btn_top a {
    width: 20.5rem;
  }
}
/* 診療カレンダー -------------------------------------- */
.calendar_area {
  background: #F2F9FF;
  padding: 4rem 0 4rem;
}
.calendar_area .cal .caledit {
  width: 100%;
  margin: 2rem 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
}
.calendar_area .cal .caledit tbody tr.month {
  overflow: hidden;
}
.calendar_area .cal .caledit tbody tr.month th {
  padding: 0 0 0 1.5rem;
  font-size: 2.2rem;
  text-align: left;
  background: none;
  border: none;
  color: #0070BF;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.calendar_area .cal .caledit tbody tr.week th {
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  color: #0F0F0F;
  border: 1px solid #B8B8B8;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.calendar_area .cal .caledit tbody tr.day td {
  color: #000;
  background: #fff;
  border: 1px solid #B8B8B8;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.calendar_area .cal .caledit tbody tr.day td.notTheMonth {
  color: #fff !important;
  background: #fff !important;
}
.calendar_area .cal .caledit tbody tr.day td.notTheMonth.outPatient {
  color: #fff !important;
}
.calendar_area .cal .caledit tbody tr.day td.outPatient {
  background: #a9a9a9;
}
.calendar_area .cal .caledit tbody tr.day td.extraOutPatient {
  background: #c2d7f2;
}
.calendar_area .cal .caledit tbody tr.day td.amOnly {
  background: #ffccf7;
}
.calendar_area .cal .caledit tbody tr.day td.pmOnly {
  background: #e3ccff;
}
.calendar_area .cal .caledit tbody tr.day td.doctor {
  background: #C1F1DC;
}
.calendar_area .cal + .status {
  margin: 1rem 0 0;
}
.calendar_area .cal + .status li::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.calendar_area .cal + .status li.i_close::after {
  background: #a9a9a9;
}
.calendar_area .cal + .status li.i_extraOutPatient::after {
  background: #c2d7f2;
}
.calendar_area .cal + .status li.i_amOnly::after {
  background: #ffccf7;
}
.calendar_area .cal + .status li.i_pmOnly::after {
  background: #e3ccff;
}
.calendar_area .cal + .status li.i_doctor::after {
  background: #C1F1DC;
}
.calendar_area .cal + .status li.i_change::after {
  background: #f6ebaf;
}
.calendar_area .txt_overview div {
  margin: 0 0 0.4rem;
}
.calendar_area .txt_overview div dt {
  font-weight: bold;
  color: #0070BF;
}
.calendar_area .txt_overview div dd {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .calendar_area {
    padding: 3.8rem 0 5.8rem;
  }
  .calendar_area .wrap {
    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;
  }
  .calendar_area .wrap .tit_02b {
    width: auto;
  }
  .calendar_area .wrap .cal_flex {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 12rem;
  }
  .calendar_area .wrap .cal_flex .cal {
    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;
  }
  .calendar_area .wrap .cal_flex .cal .caledit {
    width: 41%;
    margin: 0;
  }
  .calendar_area .wrap .cal_flex .cal .caledit tbody tr.month {
    overflow: hidden;
  }
  .calendar_area .wrap .cal_flex .cal .caledit tbody tr.month th {
    padding: 0 0 0 1.5rem;
    font-size: 3rem;
  }
  .calendar_area .wrap .cal_flex .cal .caledit tbody tr.week th {
    font-size: 1.6rem;
  }
  .calendar_area .wrap .cal_flex .cal .caledit tbody tr.day td {
    letter-spacing: 0.2rem;
    padding: 0.4rem 0;
    font-size: 1.6rem;
  }
  .calendar_area .wrap .cal_flex .cal .caledit ~ .caledit {
    margin-left: 4rem;
  }
  .calendar_area .wrap .cal_flex .cal + .status {
    margin: 1.4rem 0 0 0.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;
  }
  .calendar_area .wrap .cal_flex .cal + .status li {
    margin-right: 2rem;
  }
  .calendar_area .wrap .cal_flex .txt_overview {
    margin: 2rem 0 0;
  }
  .calendar_area .wrap .cal_flex .txt_overview 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;
    margin: 0 0 1rem;
  }
  .calendar_area .wrap .cal_flex .txt_overview div dt {
    width: auto;
    min-width: 12rem;
    margin: 0 2rem 0 0;
    padding: 0;
  }
  .calendar_area .wrap .cal_flex .txt_overview div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding: 0;
  }
}
/* ----------------------------------------------------------------------------------
下層　_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-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;
    font-weight: bold;
    color: #065996;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 1rem;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) > .wrap {
    padding: 5.2rem 0 0;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 10rem;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
.greeting .greeting_txt {
  text-align: right;
}
.greeting .greeting_txt span {
  font-size: 120%;
}
.greeting .flex_book > section .flex_img {
  margin: 2rem 0 0;
}
.greeting .flex_book > section .flex_img img {
  width: 40%;
  display: block;
  margin: 0 auto 2rem;
}
.greeting .flex_book > section .flex_img dl {
  width: 76%;
  margin: 0 auto;
}
.greeting .flex_book > section .flex_img dl div {
  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;
}
.greeting .flex_book > section .flex_img dl div dt {
  margin: 0;
  padding: 0;
  width: 36%;
}
.greeting .flex_book > section .flex_img dl div dd {
  width: 64%;
  margin: 0 0 0 1rem;
  padding: 0;
}
@media screen and (min-width: 48em), print {
  .greeting .cf .img_l {
    width: 20%;
  }
  .greeting .flex_book {
    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;
    margin: 4rem 0 0;
  }
  .greeting .flex_book > section {
    width: 48%;
    margin: 0;
  }
  .greeting .flex_book > section .flex_img {
    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;
  }
  .greeting .flex_book > section .flex_img img {
    width: 30%;
    margin: 0;
  }
  .greeting .flex_book > section .flex_img dl {
    width: 63%;
    padding: 1rem 0 0;
  }
  .greeting .flex_book > section .flex_img dl div {
    margin: 0 0 1rem;
  }
  .greeting .flex_book > section .flex_img dl div dt {
    width: 10rem;
  }
  .greeting .flex_book > section .flex_img dl div dd {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* クリニック紹介 */
.clinicslide {
  margin-bottom: 8rem;
}
.clinicslide img, .clinicslide p {
  display: none;
}

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

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

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

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* ご来院の方へ */
.visitor .rsv_box {
  text-align: center;
  padding: 1rem;
  background: #e9f6ff;
}
.visitor .rsv_box .tel {
  color: #0070BF;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.visitor .rsv_box .tel::before {
  content: "\e801";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.visitor .img_bnr img {
  border: 1px solid #eee;
  padding: 0 0.6rem;
}
@media screen and (min-width: 48em), print {
  .visitor .rsv_box {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visitor .rsv_box > * {
    width: 49%;
    width: 100%;
  }
  .visitor .img_bnr {
    text-align: left;
  }
  .visitor .img_bnr img {
    display: inline-block;
    padding: 0.8rem 2rem;
  }
}

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

/* 診療時間・アクセス */
.access .main .bg {
  padding: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#0070BF), to(#329AE4));
  background: linear-gradient(to right, #0070BF, #329AE4);
}
.access .main .bg .tbl_time tbody tr th[scope=col]:last-child {
  padding: 0.4rem 0 0.2rem 0.4rem;
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .main .flex {
    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;
  }
  .access .main .flex div {
    width: 46%;
  }
  .access .main .flex div.gmap {
    width: 52%;
    margin: 0;
    height: 54rem;
  }
  .access .main .flex div.gmap iframe {
    height: 100%;
  }
}
/*-------------------------------------------------	
flexbox	
-------------------------------------------------*/
.flexbox_area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexbox {
  margin: 0 auto 2.5rem;
  width: 100%;
  text-align: left;
}
.flexbox p {
  margin: 0;
  padding: 0.2rem 0;
}

@media all and (min-width: 48em), print {
  .flexbox_area {
    margin: 0 auto 2rem;
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .flexbox {
    width: 49%;
    margin: 0 1rem;
    text-align: left;
  }
}
/*   priceページ　各国語版      */
.scroll {
  overflow-x: scroll;
}
.scroll .tbl_price_word {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
  text-align: center;
}
.scroll .tbl_price_word thead {
  display: table-header-group;
}
.scroll .tbl_price_word tbody tr th {
  padding: 0.8rem;
  margin-top: 0.8rem;
  text-align: center;
  background: #33A3F1;
  border: 1px solid #33A3F1;
  border-right: 1px solid #e0f1ff;
  color: #ffffff;
}
.scroll .tbl_price_word tbody tr td {
  padding: 0.8rem;
  border: 1px solid #33A3F1;
}
.scroll .tbl_price_word tbody tr td.ttl {
  background-color: #F2F9FF;
  font-weight: bold !important;
}
.scroll .tbl_price_word2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
  text-align: center;
}
.scroll .tbl_price_word2 thead tr th {
  background: #33A3F1;
  color: #ffffff;
  padding: 1rem;
}
.scroll .tbl_price_word2 tbody tr th {
  padding: 0.8rem;
  margin-top: 0.8rem;
  text-align: center;
  background: #F2F9FF;
  border: 1px solid #33A3F1;
  border-right: 1px solid #33A3F1;
}
.scroll .tbl_price_word2 tbody tr td {
  padding: 0.8rem;
  border: 1px solid #33A3F1;
}
.scroll .tbl_price_word2 tbody tr td.ttl {
  background-color: #F2F9FF;
  font-weight: bold !important;
}
.scroll .tbl_price_word2 tbody tr td.right {
  text-align: right;
}
.scroll span {
  font-size: 1.3rem;
  display: block;
}

.pc_none {
  display: block;
}

@media screen and (min-width: 48em), print {
  .scroll {
    overflow: visible;
  }
  .scroll .tbl_price_word {
    width: 100%;
  }
  .scroll .tbl_price_word2 {
    width: 100%;
  }
  .pc_none {
    display: none !important;
  }
}
.price_flex {
  display: block;
}
.price_flex .txt_box1 {
  height: auto;
  border: 1px solid #333333;
  padding: 10px 20px;
  margin: 0 auto 1rem;
  text-align: center;
}
.price_flex .txt_box2 {
  height: auto;
  border: 1px solid #333333;
  padding: 10px 20px;
  margin: 0 auto 1rem;
}
.price_flex .txt_box2 span {
  font-size: 1.3rem;
  display: block;
}
.price_flex .txt_box3 {
  height: auto;
  border: 1px solid #333333;
  padding: 10px 20px;
  margin: 0 auto 1rem;
}
.price_flex .txt_box3 span {
  font-size: 1.3rem;
  display: block;
}
.price_flex .txt {
  text-align: center;
  padding-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .price_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*justify-content:space-around;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  .price_flex .txt_box1 {
    height: 110px;
    margin: 0 2rem;
  }
  .price_flex .txt_box2 {
    height: 180px;
    margin: 0 2rem;
  }
  .price_flex .txt_box2 span {
    font-size: 1.3rem;
    display: block;
  }
  .price_flex .txt_box3 {
    height: 180px;
    margin: 0 2rem;
  }
  .price_flex .txt_box3 span {
    font-size: 1.3rem;
    display: block;
  }
}