@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
.font01 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.font02 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background-color: #ffffff;
  font-size: min(1.3333vw, 1.8rem);
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper {
  text-align: left;
  padding: 0 50px;
}
.wrap01 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.wrap02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap03 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.deco a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head .title {
  padding: 10px 0 15px 0;
}
#head .title h1 {
  width: 320px;
}
#head .title p {
  color: #9b9b9b;
  font-size: min(0.8888vw, 1.2rem);
  line-height: 1;
  margin-bottom: 15px;
}
#head .title h1 {
  width: 320px;
}
#head img {
  display: block;
}
/* ----------------------------------------
  hnav
---------------------------------------- */
#head .wrap01 {
  position: relative;
}
#hnav {
  position: absolute;
  top: 0;
  right: 0;
}
#hnav .tel {
  position: absolute;
  top: 20px;
  right: 250px;
  white-space: nowrap;
}
@media screen and (max-width:1000px) {
  #hnav .tel {
    display: none;
  }
}
#hnav .tel p {
  font-size: min(1.1851vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
}
#hnav .tel h2 {
  font-size: min(2.9629vw, 4rem);
  line-height: 1;
}
#hnav .tel h2 i {
  color: #825b50;
  margin-right: 5px;
}
#hnav .contact {
  position: absolute;
  width: 230px;
  top: 0;
  right: 0;
}
#hnav .contact ul li:first-child {
  margin-bottom: 5px;
}
#hnav .contact ul li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #eeeae6;
  height: 47px;
  font-size: min(1.1851vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  padding: 0 2em;
}
#hnav .contact ul li a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#hnav .contact ul li a i {
  font-size: min(1.3333vw, 1.8rem);
  margin-right: 5px;
}
#hnav .contact ul li:nth-child(1) a {
  background-color: #825b50;
}
#hnav .contact ul li:nth-child(2) a {
  background-color: #3c3c3c;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  position: relative;
  width: 100%;
  height: 76px;
  transition: 0.4s ease-in-out;
  background-color: #eeeae6;
  margin-bottom: 1px;
}
#gnav ul {
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%);
}
#gnav ul li {
  border-right: 1px solid #b9b2ac;
}
#gnav ul li:last-child {
  border-right: none;
}
#gnav ul li a {
  display: block;
  position: relative;
  color: #3c3c3c;
  font-size: min(1.4814vw, 2rem);
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  transition: 0.4s ease-in-out;
  padding: 0.3em 2em;
}
#gnav ul li a:hover {
  transform: scale(1.05, 1.05);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#panel-btn {
  position: fixed;
  top: 10px;
  right: 4%;
  z-index: 2000;
  background-color: #825b50;
  width: 55px;
  height: 55px;
  text-align: center;
  cursor: pointer;
}
#panel-btn i {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  color: #fff;
  transform: translate(-50%, -50%);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 5;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #825b50;
  padding: 70px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #b9b2ac;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 10vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  background: url("../images/cmn-images/medical-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#page-title h2 {
  color: #825b50;
  font-size: 4.0rem;
  font-size: min(2.9629vw, 4rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.bg01 {
  background-color: #fafafa;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-tb01 {
  padding: 100px 0;
}
.cmn-b01 {
  padding-bottom: 100px;
}
.cmn-tb02 {
  padding: 50px 0;
}
.cmn-b02 {
  padding-bottom: 50px;
}
/* ----------------------------------------
  flex
---------------------------------------- */
.fl-box {
  display: flex;
  flex-wrap: wrap;
}
.flr-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.fl-space {
  justify-content: space-between;
}
.tb-box {
  display: table;
}
.tb-box .inner {
  display: table-cell;
  vertical-align: middle;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: min(2.6666vw, 3.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.cmn-title01 span {
  display: block;
  color: #825b50;
  font-size: min(1.3333vw, 1.8rem);
  padding-top: 0.5em;
}
.cmn-title02 {
  font-size: min(1.7777vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
.cmn-title03 {
  position: relative;
  font-size: min(1.7777vw, 2.4rem);
  text-align: left;
  border-bottom: 2px dotted #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cmn-title03 span {
  position: relative;
  padding-left: 1.0em;
}
.cmn-title03 span::before {
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  color: #825b50;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.cmn-title04 {
  font-size: min(1.4814vw, 2rem);
  text-align: left;
  margin-bottom: 20px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #825b50;
  font-size: min(1.3333vw, 1.8rem);
  font-weight: 700;
  border-radius: 30px;
  padding: 15px 30px;
  transition: 0.4s ease-in-out;
}
.cmn-btn01 a::after {
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  color: #ffbea2;
  margin-left: 0.5em;
}
.cmn-btn01 a:hover {
transform: scale(1.05, 1.05);
}
/* ----------------------------------------
  info-box
---------------------------------------- */
.info-box {
  background-color: #fafafa;
}
.info-box .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-box .wrap01 .box01, .info-box .wrap01 .box02 {
  width: 47.6%;
}
.info-box .txt01 {
  color: #ca0303;
  font-size: min(1.4814vw, 2rem);
  font-weight: 700;
  margin-bottom: 15px;
}
.info-box .tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.info-box .tel p {
  position: relative;
  font-size: min(1.4074vw, 1.9rem);
  font-weight: 500;
  line-height: 1;
}
.info-box .tel p span {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  transform: translate(0, -50%);
}
.info-box .tel h3 {
  font-size: min(3.7037vw, 5rem);
  text-align: right;
  line-height: 1;
}
.info-box .tel h3 i {
  color: #825b50;
  margin-right: 5px;
}
.info-box table {
  width: 100%;
  font-size: min(1.4814vw, 2rem);
  margin-bottom: 30px;
}
.info-box th, .info-box td {
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #825b50;
  padding: 15px 0;
}
.info-box th {
  color: #3c3c3c;
}
.info-box td {
  color: #ff7c44;
  width: 11%;
}
.info-box thead th, .info-box thead td {
  color: #fff;
  background-color: #825b50;
}
.info-box .wrap01 .box01 dl {
  display: flex;
  margin-bottom: 5px;
}
.info-box .wrap01 .box01 dl dd {
  white-space: normal;
}
.info-box .fa-person-walking {
  color: #1eae36;
  margin-right: 0.5em;
}
.info-box .fa-car {
  color: #e3a749;
  margin-right: 0.5em;
}
.orange {
  color: #ff7c44;
  font-weight: 700;
}
.red {
  color: #cc1616;
  font-weight: 700;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
  margin-bottom: 15px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  background-color: #fafafa;
}
#foot .copy {
  color: #fafafa;
  background-color: #825b50;
  padding: 1em;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
#fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#fnav ul li {
  border-right: 1px solid #b9b2ac;
}
#fnav ul li:last-child {
  border-right: none;
}
#fnav ul li a {
  display: block;
  position: relative;
  color: #3c3c3c;
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: center;
  transition: 0.4s ease-in-out;
  padding: 0 2em;
}
#fnav ul li a:hover {
  transform: scale(1.05, 1.05);
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
}
#page-top a {
  position: relative;
  width: 60px;
  height: 0;
  overflow: hidden;
  padding-top: 60px;
  display: inline-block;
  font-size: 1.2rem;
  background: #825b50;
  color: #fff;
}
#page-top a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1350px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1349px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  info
---------------------------------------- */
  .info-box .tel {
    display: block;
    margin-bottom: 15px;
  }
  .info-box .tel p {
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
  }
  .info-box .tel p span {
    position: relative;
    top: auto;
    transform: translate(0, 0);
  }
  .info-box .tel h3 {
    text-align: center;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-top: 400px;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 1.5rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper {
    padding: 0 4%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head .title {
    padding: 15px 0 15px 0;
  }
  #head .title p {
    display: none;
  }
  #head .title h1 {
    width: 220px;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  #page-title {
    padding: 60px 0;
  }
  #page-title h2 {
    font-size: 2.4rem;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-tb01 {
    padding: 50px 0;
  }
  .cmn-b01 {
    padding-bottom: 50px;
  }
  .cmn-tb02 {
    padding: 30px 0;
  }
  .cmn-b02 {
    padding-bottom: 30px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .cmn-title01 span {
    font-size: 1.4rem;
    padding-top: 0.5em;
  }
  .cmn-title02 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .cmn-title03 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.cmn-title04 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  font-size: 1.5rem;
  padding: 15px 30px;
}
  /* ----------------------------------------
  info-box
---------------------------------------- */
  .info-box .wrap01 {
    display: block;
  }
  .info-box .wrap01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-box .wrap01 .box02 {
    width: 100%;
  }
  .info-box .txt01 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .info-box .tel {
    display: block;
    margin-bottom: 15px;
  }
  .info-box .tel p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
  }
  .info-box .tel p span {
    position: relative;
    top: auto;
    transform: translate(0, 0);
  }
  .info-box .tel h3 {
    font-size: 4rem;
    text-align: center;
  }
  .info-box table {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .info-box th, .info-box td {
    padding: 10px 0;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-top: 80%;
  }
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
#fnav ul {
  display: block;
}
#fnav ul li {
  border-right: none;
  border-top: 1px solid #b9b2ac;
}
#fnav ul li:last-child {
  border-bottom: 1px solid #b9b2ac;
}
#fnav ul li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: left;
  padding: 1em;
}
#fnav ul li a::after {
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  color: #ffbea2;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
#fnav ul li a:hover {
  transform: scale(1.00, 1.00);
}
  /* ----------------------------------------
  foot
---------------------------------------- */
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
#page-top a {
  width: 40px;
  padding-top: 40px;
}

}