@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

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

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

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

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.txt_s {
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .txt_s {
    font-size: 90%;
  }
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

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

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

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 60%;
    margin: 2rem auto;
  }
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

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

.mb0 {
  margin-bottom: 0rem !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 !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt0 {
    margin-top: 0rem !important;
  }
  .mb0 {
    margin-bottom: 0rem !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;
  }
}
.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;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  color: #fff;
  background: #a19278;
  font-size: 1.2rem;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #a19278;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  border-bottom: 1px solid #a19278;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/auto 100%;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
  text-shadow: 0.1rem 0.1rem 0.1rem #99bf67, -0.1rem 0.1rem 0.1rem #99bf67, 0.1rem -0.1rem 0.1rem #99bf67, -0.1rem -0.1rem 0.1rem #99bf67;
}

.tit_02 {
  background: url("../img/tit_02.png") no-repeat center center/10rem auto;
  color: #29823b;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 3rem 0;
  line-height: 1.2;
}
.tit_02 span.big {
  font-size: 2.6rem;
}
@media screen and (min-width: 48em), print {
  .tit_02 span.big {
    font-size: 3.8rem;
  }
}

.tit_03 {
  color: #6f5c4b;
  font-size: 1.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid #998675;
  line-height: 1.2;
  margin: 0 0 2rem;
  position: relative;
}
.tit_03::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #705f49;
  position: absolute;
  bottom: 0;
}

.tit_04 {
  color: #84b344;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #73b56f;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/auto;
    font-size: 3.2rem;
    padding: 8rem 4rem;
    margin: 0 0 3rem;
    text-shadow: 0.1rem 0.1rem 0.1rem #99bf67, -0.1rem 0.1rem 0.1rem #99bf67, 0.1rem -0.1rem 0.1rem #99bf67, -0.1rem -0.1rem 0.1rem #99bf67;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(102, 102, 102, 0.8) inset;
    box-shadow: 0 0.2rem 0.2rem rgba(102, 102, 102, 0.8) inset;
  }
  .tit_01 span {
    display: block;
    width: 1100px;
    margin: auto;
  }
  .tit_02 {
    background: url("../img/tit_02.png") no-repeat center center/16rem auto;
    font-size: 3.4rem;
    padding: 8rem 0;
    margin: 0 0 2rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding-bottom: 0.8rem;
    margin: 0 0 3rem;
    border-bottom: 0.4rem solid #998675;
  }
  .tit_03::after {
    height: 0.4rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    border-bottom: 4px solid #73b56f;
    margin: 0 0 2rem;
  }
}
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #fbc733;
}

.lst_ul02 li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul02 li::before {
  content: "■";
  margin-right: 0.4rem;
  color: #84b344;
}
.lst_ul02.-ct_n li {
  text-indent: 0;
  padding-left: 0.4rem;
  padding-bottom: 0;
  line-height: 1.4;
  text-decoration: none;
}
.lst_ul02.-ct_n li::before {
  content: none;
}
.lst_ul02.-pb_n li {
  padding-bottom: 0;
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
.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: #444;
  font-weight: bold;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul01 li, .lst_ul02 li {
    text-indent: -2.4rem;
    padding-left: 2.5rem;
  }
  .lst_ul02.-ct_n li {
    padding-left: 1rem;
    padding-bottom: 0.8rem;
  }
  .lst_ul02.-pb_n li {
    padding-bottom: 0.8rem;
  }
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 li {
    text-indent: -1.2rem;
    padding: 0 0 1.4rem 0;
  }
  .lst_dl01 dt {
    float: left;
    width: 10rem;
    font-weight: bold;
    clear: left;
  }
  .lst_dl01 dd {
    padding-left: 10rem;
  }
}
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  color: #f7941d;
}
.tel.-f_s {
  color: #444 !important;
}

.bnr {
  display: block;
  max-width: 90%;
  width: fit-content;
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  .bnr {
    width: 30rem;
  }
}
.btn_detail {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 2rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 3px double #f7941d;
  color: #f7941d;
  text-decoration: none !important;
}
.btn_detail:hover {
  background: #f7941d;
  color: #fff;
  border: 3px double #fff;
}

.btn_inquiry {
  background: #f7941d;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.btn_inquiry::after {
  display: block;
  font-family: "fontello";
  content: "\e84e";
  font-size: 200%;
}

.btn_houmon_irai {
  display: inline-block;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  background-image: linear-gradient(100deg, #6f5c4b 50%, #7f6c5b 50%);
  background-image: -webkit-linear-gradient(100deg, #6f5c4b 50%, #7f6c5b 50%);
  background-image: -ms-linear-gradient(100deg, #6f5c4b 50%, #7f6c5b 50%);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

@media screen and (min-width: 48em), print {
  .btn_houmon_irai {
    font-size: 2.4rem;
    padding: 2rem 4rem;
    background-image: linear-gradient(102deg, #6f5c4b 50%, #7f6c5b 50%);
    background-image: -webkit-linear-gradient(102deg, #6f5c4b 50%, #7f6c5b 50%);
    background-image: -ms-linear-gradient(102deg, #6f5c4b 50%, #7f6c5b 50%);
  }
}
.box_ylw {
  background: #fff9cf;
  padding: 1rem;
  border: 1px solid #ebb65a;
}
@media screen and (min-width: 48em), print {
  .box_ylw {
    padding: 3rem;
  }
}

.marker {
  background-image: linear-gradient(transparent 60%, #f8f0d5 50%);
}

html {
  font-size: 3.125vw;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #444;
  border-top: 4px solid #acd373;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    padding: 0 0 8rem;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header .wrap {
  margin: 1rem;
  overflow: hidden;
}
.header .wrap .logo {
  height: 4.2rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headC {
  float: left;
  display: block;
  width: 10rem;
  margin: 1rem 0 0;
}
.header .wrap .headC .btn_inquiry {
  display: block;
  font-size: 1.4rem;
  padding: 0.4rem 0;
}
.header .wrap .headR {
  display: inline-block;
  margin: 1rem 0 0 1.4rem;
}
.header .wrap .headR .subnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .wrap .headR .subnav li:not(:last-child) {
  margin: 0 0.2rem 0 0;
}
.header .wrap .headR .subnav li a {
  display: block;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding: 0.2rem;
}
.header .wrap .headR .subnav li a.visit {
  background: #44b363;
}
.header .wrap .headR .subnav li a.internal {
  background: #61b344;
}
.header .wrap .headR .subnav li a.geriatrics {
  background: #84b344;
}
.header .wrap .headR .subnav li a.palliative_care {
  background: #abc01f;
}
.header .wrap .headR .subnav li a.palliative_care br {
  display: none;
}
.header .wrap .headR .telno {
  color: #f7941d;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2rem;
  text-align: center;
}
.header .wrap .headR .telno .tel a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 2rem auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .logo {
    width: 63%;
    height: 11rem;
  }
  .header .wrap .headC {
    float: none;
    margin: 0;
  }
  .header .wrap .headC .btn_inquiry {
    display: block;
    width: 12rem;
    font-size: 1.6rem;
    padding: 1.6rem 1rem;
  }
  .header .wrap .headR {
    margin: 0 0 0 1.4rem;
  }
  .header .wrap .headR .subnav li a {
    font-size: 1.2rem;
    padding: 0.4rem 0.6rem;
    -webkit-text-size-adjust: none;
  }
  .header .wrap .headR .telno {
    font-size: 2.8rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .header .headR .subnav {
    margin: 0 0 1rem;
  }
}
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #29823b;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  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: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #29823b;
  padding: 1.6rem;
  position: absolute;
  top: 5.4rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #7aac7f;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #7aac7f;
}
.slicknav_menu .slicknav_nav .gnav li a, .slicknav_menu .slicknav_nav .gnav li .sub {
  display: block;
  color: #fff !important;
  padding: 1rem 0;
  font-size: 1.6rem;
  width: 100%;
  text-align: left;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a.sub, .slicknav_menu .slicknav_nav .gnav li .sub.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after, .slicknav_menu .slicknav_nav .gnav li .sub.sub::after {
  position: absolute;
  right: 1rem;
  content: "▼";
  font-size: 1.4rem;
  transition: 0.2s;
}
.slicknav_menu .slicknav_nav .gnav li a.sub.close::after, .slicknav_menu .slicknav_nav .gnav li .sub.sub.close::after {
  transform: scale(1, -1);
}
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li .sub: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::after {
  content: "▲";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #79b885;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-bottom: 1px dotted #fff;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a br {
  display: none;
}
.slicknav_menu .slicknav_nav .gnav li.recruit_pc {
  display: none;
}
.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: #29823b;
    padding: 2rem 0;
  }
  #nav .gnav {
    width: 1100px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  #nav .gnav li {
    flex-grow: 1;
    border-left: 1px solid #7aac7f;
    position: relative;
  }
  #nav .gnav li a, #nav .gnav li .sub {
    display: block;
    color: #fff;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem 0;
    margin-inline: auto;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #nav .gnav li .sub::after {
    content: "▼";
    font-size: 60%;
    margin-left: 1rem;
    transition: 0.2s;
    display: inline-block;
  }
  #nav .gnav li .sub.close::after {
    transform: scale(1, -1);
  }
  #nav .gnav li .subnav {
    width: 100%;
    display: none;
    position: absolute;
    top: 6rem;
    z-index: 10;
  }
  #nav .gnav li .subnav li {
    width: 100%;
  }
  #nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    background: #79b885;
    padding: 1.6rem 0;
    text-align: center;
    color: #fff;
    border-bottom: 2px dotted #fff;
  }
  #nav .gnav li .subnav li a br {
    display: none;
  }
  #nav .gnav li .subnav li a:hover {
    opacity: 1;
    background: #4a985a;
  }
  #nav .gnav li.inquiry {
    display: none;
  }
  #nav .gnav li.recruit {
    display: none;
  }
}
.overview {
  padding: 4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f7f8d5;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap {
  padding: 0 1rem;
}
.overview > .wrap .tbl_time {
  margin: 0 0 1.6rem;
}
.overview > .wrap .gaiyo {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #a19278;
}
.overview > .wrap .gaiyo dt {
  width: 28%;
  padding: 1rem 0;
  color: #7d4900;
  border-bottom: 1px solid #a19278;
}
.overview > .wrap .gaiyo dd {
  width: 72%;
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #a19278;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dd.telno {
  color: #f7941d;
  font-size: 120%;
}
.overview > .wrap .gaiyo dd.telno .tel {
  width: 100%;
}
.overview > .wrap .overviewR .gaiyo {
  border-top: none;
}
.overview .btn_houmon_irai {
  margin: 3rem 0;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    background: url("../img/overview_bg.jpg") no-repeat center top/auto #f7f8d5;
    margin: 6rem 0 0;
    padding: 10rem 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    max-width: 42rem;
  }
  .overview > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview > .wrap .tbl_time {
    width: 100%;
    margin: 0 0 5rem;
  }
  .overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd {
    padding: 1.6rem 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR .gaiyo {
    border-top: 1px solid #a19278;
  }
  .overview .btn_houmon_irai {
    margin: 3rem 0 0;
  }
  .overview .gmap {
    margin: 5rem 0 0;
    height: 50rem;
  }
}
.tel_up {
  width: 100%;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: 60%;
  font-size: 1.8rem;
  line-height: 1;
}
.tel_up .tel::before {
  font-family: "fontello";
  content: "\e803";
  margin-right: 0.6rem;
}
.tel_up .btn_inquiry {
  font-size: 1.2rem;
  padding: 0.4rem;
}
.tel_up .pageup {
  cursor: pointer;
}
.tel_up .pageup a {
  display: block;
  width: 4.8rem;
  font-size: 3rem;
  text-align: center;
  padding: 0.9rem 0.4rem;
  line-height: 1;
  color: #fff;
  background: #d2ad5c;
}
.tel_up .pageup a::before {
  font-family: "fontello";
  content: "\e800";
}
.tel_up .pageup a span {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  .footer {
    padding: 7rem 0 2rem;
  }
  .footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
  }
  .footer ul li a {
    display: block;
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li a::after {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li .sub {
    display: none;
  }
  .footer ul li.recruit_pc {
    display: none;
  }
  .footer ul li.recruit {
    display: none;
  }
  .footer > ul {
    width: 108rem;
  }
  .footer > ul > li:last-of-type a::after {
    display: none;
  }
  .footer .copy {
    margin: 5rem 0 0;
  }
}
#keyvsl {
  margin: 1rem 0 2rem;
  padding: 22rem 1rem 0;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat center top/220% auto;
}
#keyvsl .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#keyvsl .wrap .catch {
  order: 1;
  width: 70%;
  margin: auto;
  padding: 3rem 1.6rem 2rem;
  background: rgba(255, 255, 255, 0.9);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-align: center;
  color: #6f5c4b;
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
}
#keyvsl .wrap .catch::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fbc733;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0;
    padding: 12rem 0 5rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(102, 102, 102, 0.8) inset;
    box-shadow: 0 0.2rem 0.2rem rgba(102, 102, 102, 0.8) inset;
  }
  #keyvsl .wrap {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #keyvsl .wrap .catch {
    order: 2;
    width: 46rem;
    margin: 0 0 0 auto;
    line-height: 2;
    padding: 5rem 3rem 4rem;
    font-size: 2.8rem;
  }
  #keyvsl .wrap .catch::before {
    top: 1rem;
    left: 1rem;
  }
}
.info {
  margin: 4rem 1rem;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 1rem;
  border: 1px solid #9a9a9a;
}
.info dl dt {
  margin-bottom: 0.4rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #804f1b;
  font-size: 110%;
}
.info dl dd {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  word-wrap: break-word;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 1100px;
    margin: 10rem auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .info .tit_02 {
    width: 20rem;
  }
  .info dl {
    -webkit-flex: 1;
    flex: 1;
    padding: 2rem;
    margin: 0 0 0 3rem;
  }
  .info dl dd {
    margin: 0 0 2rem;
    padding-bottom: 2rem;
  }
}
.bnr_staff {
  width: 80%;
  margin: 4rem auto;
}
.bnr_staff li {
  margin: 0 0 1rem;
}
.bnr_staff li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding: 1rem;
}
.bnr_staff li a span {
  display: block;
  font-size: 80%;
}
.bnr_staff li a.nurse {
  background: url("../img/logo_mark.svg") no-repeat right 1rem center/4rem auto #44b363;
  border: 2px solid #7bd093;
}
.bnr_staff li a.jimu {
  background: url("../img/logo_mark.svg") no-repeat right 1rem center/4rem auto #84b344;
  border: 2px solid #b2d87f;
}

@media screen and (min-width: 48em), print {
  .bnr_staff {
    width: 1100px;
    margin: 8rem auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bnr_staff li {
    width: 48%;
    margin: 0;
  }
  .bnr_staff li a {
    font-size: 3.4rem;
    padding: 2.6rem;
  }
  .bnr_staff li a span {
    font-size: 75%;
  }
  .bnr_staff li a.nurse {
    background: url("../img/logo_mark.svg") no-repeat right 2rem center/10rem auto #44b363;
    border: 5px solid #7bd093;
  }
  .bnr_staff li a.jimu {
    background: url("../img/logo_mark.svg") no-repeat right 2rem center/10rem auto #84b344;
    border: 5px solid #b2d87f;
  }
}
.aisatsu {
  padding: 4rem 1rem;
  background: linear-gradient(-90deg, #fcf6e1 0%, #eef7e5 100%);
  background: -webkit-linear-gradient(-90deg, #fcf6e1 0%, #eef7e5 100%);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.aisatsu .name {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    padding: 8rem 0;
    background: linear-gradient(0, #fcf6e1 0%, #eef7e5 100%);
    background: -webkit-linear-gradient(0, #fcf6e1 0%, #eef7e5 100%);
  }
  .aisatsu .tate {
    max-width: 38% !important;
  }
}
.yurai {
  margin: 6rem 1rem;
  padding: 2rem 1rem;
  border: 1px solid #b3c41f;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(204, 204, 204, 0.8);
  box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(204, 204, 204, 0.8);
}
.yurai .yamabuki {
  background: linear-gradient(-90deg, #fcf6e1 0%, #eef7e5 100%);
  background: -webkit-linear-gradient(-90deg, #fcf6e1 0%, #eef7e5 100%);
  padding: 2rem;
  margin: 0 0 2rem;
}
.yurai .yamabuki ul li .logo {
  display: block;
  margin: 0 0 1rem;
}
.yurai .yamabuki ul li.photo img {
  display: block;
  margin: 1rem auto;
  max-width: 70%;
  height: auto;
}
.yurai .tit {
  color: #84b344;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 1px solid #84b344;
  margin: 0 0 1.6rem;
}
.yurai .lst_shishin {
  counter-reset: number 0;
}
.yurai .lst_shishin li {
  counter-increment: number 1;
  overflow: hidden;
}
.yurai .lst_shishin li:not(:last-child) {
  margin: 0 0 2rem;
}
.yurai .lst_shishin li::before {
  float: left;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  content: counter(number);
  font-size: 180%;
  color: #fff;
  text-align: center;
  background: linear-gradient(125deg, #85b445 0%, #bee589 100%);
  background: -webkit-linear-gradient(125deg, #85b445 0%, #bee589 100%);
  margin: 0 1rem 0 0;
}

@media screen and (min-width: 48em), print {
  .yurai {
    width: 1100px;
    margin: 10rem auto;
    padding: 3rem 7rem 8rem;
  }
  .yurai .yamabuki {
    background: linear-gradient(0, #fcf6e1 0%, #eef7e5 100%);
    background: -webkit-linear-gradient(0, #fcf6e1 0%, #eef7e5 100%);
    padding: 3rem;
    margin: 0 0 6rem;
  }
  .yurai .yamabuki ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .yurai .yamabuki ul li {
    font-size: 2.2rem;
  }
  .yurai .yamabuki ul li .logo {
    max-width: 41rem;
  }
  .yurai .yamabuki ul li.photo {
    max-width: 20%;
    margin: 0 0 0 2rem;
  }
  .yurai .yamabuki ul li.photo img {
    max-width: 100%;
  }
  .yurai .tit {
    font-size: 150%;
    border-bottom: 2px solid #84b344;
    padding: 0 0 1rem;
    margin: 0 0 2em;
  }
  .yurai .lst_shishin li {
    font-size: 2rem;
  }
  .yurai .lst_shishin li:not(:last-child) {
    margin: 0 0 4rem;
  }
  .yurai .lst_shishin li::before {
    width: 8rem;
    height: 8rem;
    font-size: 5rem;
    margin: 0 3rem 0 0;
    padding: 1.6rem 0 0;
    line-height: 1;
    text-align: center;
  }
}
@media all and (-ms-high-contrast: none) {
  .yurai .lst_shishin li::before {
    padding: 2.4rem 0 0;
  }
}
.tre {
  background: #f6eee8;
  padding: 4rem 1rem;
  margin: 4rem 0;
}
.tre .subnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tre .subnav li {
  width: 48%;
  height: 14.4rem;
  margin: 0 0 6rem;
}
.tre .subnav li a {
  display: block;
  height: 100%;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding: 13.6rem 1rem 0;
  line-height: 1.4;
  text-decoration: none !important;
  position: relative;
}
.tre .subnav li a span {
  position: relative;
  z-index: 1;
}
.tre .subnav li a::before {
  display: block;
  content: "";
  width: 60%;
  height: 8.6rem;
  border-radius: 50%;
  margin: auto;
  background: #6f5c4b;
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  z-index: 0;
}
.tre .subnav li a.visit {
  background: url("../img/index_tre_homon.jpg") no-repeat center top/contain;
}
.tre .subnav li a.internal {
  background: url("../img/index_tre_naika.jpg") no-repeat center top/contain;
}
.tre .subnav li a.geriatrics {
  background: url("../img/index_tre_ronen.jpg") no-repeat center top/contain;
}
.tre .subnav li a.palliative_care {
  padding: 13rem 1rem 0;
  background: url("../img/index_tre_kanwa.jpg") no-repeat center top/contain;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 4rem 0 10rem;
    margin: 8rem 0;
  }
  .tre .subnav {
    width: 1100px;
    margin: auto;
  }
  .tre .subnav li {
    width: 23%;
    height: 25rem;
  }
  .tre .subnav li a {
    font-size: 2.2rem;
    padding: 23.6rem 1rem 0;
  }
  .tre .subnav li a::before {
    width: 12.6rem;
    height: 12.6rem;
    top: 18.4rem;
  }
  .tre .subnav li a.palliative_care {
    padding: 22rem 1rem 0;
  }
}
.homon {
  margin: 4rem 1rem 0;
}
.homon ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.homon ul li {
  width: 48%;
  margin: 0 1rem 1rem 0;
}
.homon ul li:nth-child(even) {
  margin: 0 0 1rem;
}
.homon ul li a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.6rem;
  padding: 2rem 1rem;
  line-height: 1;
}
.homon ul li a::before {
  content: "";
  display: block;
  width: 3.6em;
  height: 3.6rem;
  margin: 0 auto 1rem;
}
.homon ul li a.taisho {
  padding: 1.8rem 1rem;
  background: linear-gradient(-55deg, #eda96d 50%, #eb9e5a 50%);
  background: -webkit-linear-gradient(-55deg, #eda96d 50%, #eb9e5a 50%);
}
.homon ul li a.taisho::before {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  background: url("../img/icon_homon_taisho.svg") no-repeat center center/contain;
}
.homon ul li a.flow {
  background: linear-gradient(-55deg, #edcc58 50%, #e7c241 50%);
  background: -webkit-linear-gradient(-55deg, #edcc58 50%, #e7c241 50%);
}
.homon ul li a.flow::before {
  background: url("../img/icon_homon_flow.svg") no-repeat center center/contain;
}
.homon ul li a.price {
  background: linear-gradient(-55deg, #bccc32 50%, #b3c41f 50%);
  background: -webkit-linear-gradient(-55deg, #bccc32 50%, #b3c41f 50%);
}
.homon ul li a.price::before {
  background: url("../img/icon_homon_price.svg") no-repeat center center/contain;
}
.homon ul li a.support {
  background: linear-gradient(-55deg, #8db753 50%, #82ad47 50%);
  background: -webkit-linear-gradient(-55deg, #8db753 50%, #82ad47 50%);
}
.homon ul li a.support::before {
  background: url("../img/icon_homon_support.svg") no-repeat center center/contain;
}
.homon ul li a.area {
  background: linear-gradient(-55deg, #39934c 50%, #318943 50%);
  background: -webkit-linear-gradient(-55deg, #39934c 50%, #318943 50%);
}
.homon ul li a.area::before {
  background: url("../img/icon_homon_area.svg") no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .homon {
    width: 1100px;
    margin: 3rem auto 8rem;
  }
  .homon ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .homon ul li {
    width: 18.5%;
    margin: 0 0 1rem;
  }
  .homon ul li a {
    font-size: 2.2rem;
    padding: 2.6rem 1rem;
  }
  .homon ul li a::before {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 2rem;
  }
  .homon ul li a.taisho {
    padding: 2.6rem 1rem;
  }
  .homon ul li a.taisho::before {
    width: 7rem;
    height: 7rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .homon ul li a.taisho {
    background: linear-gradient(-35deg, #eda96d 50%, #eb9e5a 50%);
  }
  .homon ul li a.flow {
    background: linear-gradient(-35deg, #edcc58 50%, #e7c241 50%);
  }
  .homon ul li a.price {
    background: linear-gradient(-35deg, #bccc32 50%, #b3c41f 50%);
  }
  .homon ul li a.support {
    background: linear-gradient(-35deg, #8db753 50%, #82ad47 50%);
  }
  .homon ul li a.area {
    background: linear-gradient(-35deg, #39934c 50%, #318943 50%);
  }
}
.gairai {
  padding: 0 1rem;
}
@media screen and (min-width: 48em), print {
  .gairai {
    padding: 0;
  }
}

.ph {
  display: block;
}

.right {
  border: 3px solid #fcc788;
  border-radius: 10px;
  padding: 2rem;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.right h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.right .message {
  font-size: 1.5rem;
  text-align: center;
  color: #29823b;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.right::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 10px;
  width: 200px;
  height: 150px;
  background-image: url(../img/mission_img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  /*opacity: 0.3;*/
  z-index: 0;
}

.philosophy {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  width: 100%;
  height: 350px;
  margin: 5rem auto 0;
}
.philosophy p {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.philosophy p span {
  display: block;
  font-size: 60%;
}
.philosophy .block_01, .philosophy .block_02, .philosophy .block_03, .philosophy .block_04 {
  position: absolute;
  width: 48%;
  height: 42%;
  padding: 30px 20px;
  text-align: center;
}
.philosophy .block_01 {
  top: 0;
  left: 0;
  border-radius: 0px 70px 0px 70px;
  background: linear-gradient(135deg, #f6b800, #ffcc33, #fff04d);
}
.philosophy .block_01 p.font {
  margin: 15px 0;
}
.philosophy .block_02 {
  top: -35px;
  right: 0;
  border-radius: 70px 0px 70px 0px;
  background: linear-gradient(135deg, #f6b800, #b2f2bb);
}
.philosophy .block_02 p.font {
  margin: 20px 0;
}
.philosophy .block_03 {
  bottom: 40px;
  left: 0;
  border-radius: 70px 0px 70px 0px;
  background: linear-gradient(135deg, #d89e00, #a8e063);
}
.philosophy .block_03 p.font {
  margin: 15px 0;
}
.philosophy .block_04 {
  bottom: 75px;
  right: 0;
  border-radius: 0px 70px 0px 70px;
  background: linear-gradient(135deg, #e7b800, #f2c200, #f6d94d);
}
.philosophy .block_04 p.font {
  margin: 15px 0;
}

.text_area {
  background-color: #fefaf4;
  padding: 20px 20px 0;
  margin: 2rem 0;
}
.text_area .text {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}
.text_area .text h3 {
  font-size: 1.8rem;
  border-bottom: 2px solid #f7941d;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.text_area .text h3 span {
  font-size: 1.5rem;
}
.text_area .text h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #29823b;
  margin-bottom: -1rem;
}
.text_area .text ol.number {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
  font-size: 1.5rem;
}
.text_area .text ol.number li {
  position: relative;
  padding-left: 1.5em;
}
.text_area .text ol.number li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #29823b;
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .ph {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  .right {
    padding: 2rem;
    width: 400px;
    height: 300px;
    margin: -2rem 6rem 0 0;
  }
  .right h3 {
    font-size: 3rem;
  }
  .right .message {
    font-size: 2.3rem;
  }
  .philosophy {
    width: 350px;
    height: 350px;
    margin: 0 auto;
  }
  .philosophy p {
    font-size: 3rem;
  }
  .philosophy .block_01, .philosophy .block_02, .philosophy .block_03, .philosophy .block_04 {
    width: 170px;
    height: 150px;
  }
  .philosophy .block_01 {
    top: 0;
    left: 0;
    border-radius: 0px 70px 0px 70px;
  }
  .philosophy .block_01 p.font {
    margin: 15px 0;
  }
  .philosophy .block_02 {
    top: -35px;
    right: 0;
  }
  .philosophy .block_03 {
    bottom: 40px;
    left: 0;
  }
  .philosophy .block_04 {
    bottom: 75px;
    right: 0;
  }
  .text_area {
    padding: 50px 50px 0;
    margin-bottom: 10rem;
  }
  .text_area .text {
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
  }
  .text_area .text h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .text_area .text h3 span {
    font-size: 2rem;
  }
  .text_area .text h4 {
    font-size: 2.2rem;
    margin-bottom: -1rem;
  }
  .text_area .text ol.number {
    font-size: 2rem;
  }
  .text_area .text ol.number li {
    padding-left: 1.5em;
  }
  .text_area .text ol.number li::before {
    font-size: 2.2rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#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-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em), print {
  #area img {
    max-width: 40%;
    height: auto;
  }
}
.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 #ece6d7;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.tbl_price {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price th {
  padding: 0.4rem;
  background: #ece6d7;
  border: 1px solid #737373;
}
.tbl_price td {
  text-align: center;
  padding: 0.4rem;
  border: 1px solid #737373;
}
.tbl_price.-hv_nutrition th {
  width: 20%;
}
.tbl_price.-hv_nutrition th:first-child {
  width: 10%;
}

@media screen and (min-width: 48em), print {
  .tbl_price th, .tbl_price td {
    padding: 1rem;
  }
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
.qa dt::before, .qa dd::before {
  width: 1.6em;
  height: 1.6em;
  color: #fff;
  font-size: 110%;
  text-align: center;
  margin-right: 0.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 0 0 1.6em;
}
.qa dt {
  color: #29823b;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 1rem;
}
.qa dt::before {
  content: "Q.";
  background: #29823b;
}
.qa dd {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 2rem;
}
.qa dd::before {
  content: "A.";
  background: #f7941d;
}

@media screen and (min-width: 48em), print {
  .qa dt::before, .qa dd::before {
    width: 2em;
    height: 2em;
    font-size: 120%;
    margin-right: 2rem;
    flex: 0 0 2em;
  }
  .qa dt {
    margin: 0 0 3rem;
    -webkit-align-items: center;
    align-items: center;
  }
  .qa dd {
    margin: 0 0 5rem;
  }
}
.main .tel {
  font-size: 150%;
}
.main .tel.-f_s {
  font-size: 100% !important;
}

.tbl_inquiry {
  margin: 0 0 2rem;
}
.tbl_inquiry caption {
  text-align: left;
}
.tbl_inquiry .must {
  color: #c00;
}
.tbl_inquiry th {
  display: block;
  text-align: left;
  background: #ece6d7;
  padding: 0.4rem 1rem;
}
.tbl_inquiry td {
  display: block;
  padding: 1rem 1rem 2rem;
}

@media screen and (min-width: 48em), print {
  .tbl_inquiry th {
    display: table-cell;
    padding: 1rem 3rem;
  }
  .tbl_inquiry td {
    display: table-cell;
    padding: 1rem 2rem;
  }
}
#mailformpro input, #mailformpro textarea {
  border: 1px solid #ccc;
  padding: 0.4rem;
}
#mailformpro input[type=text], #mailformpro input[type=tel], #mailformpro input[type=email] {
  width: 100% !important;
  border: 1px solid #ccc;
  padding: 0.6rem;
}
#mailformpro label {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#mailformpro textarea {
  width: 100% !important;
  height: 20rem !important;
  border: 1px solid #ccc;
}

.houmon_irai_wrap {
  width: 100%;
  text-align: center;
}
.houmon_irai_wrap .btn_houmon_irai {
  display: block;
  margin: 0 0 1rem;
}
@media screen and (min-width: 48em), print {
  .houmon_irai_wrap {
    display: flex;
    justify-content: space-between;
  }
  .houmon_irai_wrap .btn_houmon_irai {
    margin: 0;
    padding: 2rem 0;
    width: 32%;
  }
}

.tbl_recruit {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.tbl_recruit th {
  width: 30%;
  padding: 0.4rem 0.4rem 0.4rem 0.8rem;
  background: #ece6d7;
  border: 1px solid #737373;
}
.tbl_recruit td {
  padding: 0.4rem 0.4rem 0.4rem 0.8rem;
  border: 1px solid #737373;
}

@media screen and (min-width: 48em), print {
  .tbl_recruit th, .tbl_recruit td {
    padding: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */