@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');
/* ----------------------------------------
  base
---------------------------------------- */ :root {
  --color01: #263285;
  --color02: #1877bf;
  --color03: #7abdef;
  --color04: #ced8e0;
  --color05: #f1f7f8;
  --font01: "Noto Sans JP", sans-serif;
  --font02: "Roboto Flex", sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.7;
}
section p {
  margin-bottom: 15px;
}
.wrapper {
  text-align: left;
  padding: 0 50px;
}
.wrap01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap02 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.bg01 {
  background-color: var(--color05);
}
.bg02 {
  background-color: #f6f3eb;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 1000;
}
#head h1 {
  width: 310px;
  margin-left: max(calc(50% - 800px), 20px);
}
#head h1 img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#gnav ul li {
  display: flex;
  align-items: center;
}
#gnav ul .nav01 a {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  padding: 3px 1em;
}
#gnav ul .nav02 {
  width: 293px;
  margin-left: 1em;
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: var(--color02);
  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 #fff;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 9vh;
  text-decoration: none;
}
#panel-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: var(--color02);
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: var(--color02);
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: var(--color02);
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#sp-nav .tit {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
#sp-nav .phone {
  color: #fff;
  font-family: var(--font02);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
#sp-nav .phone a {
  color: #fff;
}
#sp-nav .phone i {
  font-style: normal;
  font-size: 75%;
}
#sp-nav .time {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#sp-nav .time span {
  color: #fff;
  font-family: var(--font02);
  font-size: 120%;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
.page {
  width: 100%;
  background: url("../images/cmn-images/page01.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 130px 0;
  margin: 0 auto 15px auto;
}
.page-title {
  color: var(--color01);
  font-family: var(--font01);
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.4rem;
}
#topic-path a {
  text-decoration: underline;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-tb01 {
  padding: 90px 0;
}
.cmn-b01 {
  padding-bottom: 90px;
}
.cmn-tb02 {
  padding: 45px 0;
}
.cmn-b02 {
  padding-bottom: 45px;
}
.section-min {
  padding-bottom: 50px;
}
/* ----------------------------------------
  flex
---------------------------------------- */
.layout-reverse {
  flex-direction: row-reverse;
}
.layout-tc {
  align-items: center;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  position: relative;
  color: var(--color01);
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cmn-title01::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: var(--color03);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.cmn-title02 {
  position: relative;
  font-size: 2.6rem;
  border-bottom: solid 2px var(--color04);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.cmn-title02 span{
  color: var(--color02);
  font-size: 110%;
  font-family: var(--font02);
}
.cmn-title02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px var(--color02);
  bottom: -2px;
  width: 30%;
}
.cmn-title03 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 25px;
}
.cmn-title04 {
  color: var(--color01);
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
.cmn-title04 span {
  position: relative;
  padding-right: 50px;
}
.cmn-title04 span::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: var(--color03);
  top: 50%;
  right: 0;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color02);
  border: 1px solid var(--color02);
  border-radius: 10px;
  padding: 25px 0;
  transition: .2s;
}
.cmn-btn01 a:hover {
  color: var(--color02);
  background-color: #fff;
}
.cmn-btn01 a::after {
  content: "\f105";
  color: var(--color03);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}
/* ----------------------------------------
  list
---------------------------------------- */
.cmn-ul01 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.cmn-ul01 li:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}

.cmn-ul02 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.cmn-ul02 li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}
/* ----------------------------------------
 medical
------------------------------------------- */
.li-medical {
  display: flex;
  flex-wrap: wrap;
}
.li-medical li {
  width: 30%;
  margin-right: 5%;
}
.li-medical li:nth-child(3n) {
  margin-right: 0;
}
.li-medical div {
  position: relative;
  overflow: hidden;
  padding-top: 80%;
  margin-bottom: 10px;
}
.li-medical div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.li-medical a:hover div img {
  transform: scale(1.05, 1.05);
}
.li-medical .tit {
  color: var(--color02);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.li-medical a .tit::after {
  content: "\f105";
  color: var(--color03);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}
.li-medical .txt {
  font-size: 90%;
  margin-bottom: 0;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  time-table
---------------------------------------- */
.info .layout-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 50px 70px;
}
.info .layout-box .box01 {
  width: 47.5%;
}
.info .layout-box .box02 {
  width: 47.5%;
}
.info01 .time-table {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.info01 .time-table th {
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #b3c2cd;
  padding: 10px;
}
.info01 .time-table td {
  border-bottom: solid 1px #b3c2cd;
  text-align: center;
  padding: 10px;
}
.info01 .detail {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.info01 .detail dt {
  color: #fff;
  text-align: center;
  background-color: #e75353;
  padding: 2px 10px;
}
.info01 .detail dd {
  flex: 1;
  text-align: left;
  padding-left: 20px;
}
.info01 .tel {
  color: var(--color02);
  font-family: var(--font02);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}
.info01 .tel i {
  font-size: 70%;
  font-style: normal;
}
.info .layout-box .box02 h3 {
  width: 280px;
  margin-bottom: 5px;
}
.info .layout-box .box02 table {
  width: 100%;
  font-size: 1.6rem;
}
.info .layout-box .box02 table th {
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #b3c2cd;
  padding: 10px;
}
.info .layout-box .box02 table td {
  border-bottom: solid 1px #b3c2cd;
  text-align: left;
  padding: 10px;
}
.info .layout-box .box02 table tr:last-child th, .info .layout-box .box02 table tr:last-child td {
  border-bottom: none;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #fff;
  font-size: 1.6rem;
  background-color: var(--color02);
  padding: 40px 0 30px 0;
}
#foot a{
  color: #fff;
}
#foot h2 {
  width: 290px;
  margin: 0 auto 5px auto;
}
#foot h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}
#foot .adr {
  text-align: center;
  margin-bottom: 10px;
}
#foot .tel {
  color: #fff;
  font-family: var(--font02);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
#foot .tel i {
  font-size: 70%;
  font-style: normal;
}
#foot .copy {
  color: var(--color03);
  text-align: center;
}
/* ----------------------------------------
  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: var(--color01);
  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: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 25%;
    max-width: 310px;
    margin-left: 20px;
  }
  #gnav {
    width: calc(75% - 20px);
  }
  #gnav ul .nav01 a {
    padding: 3px 0.5em;
  }
  #gnav ul .nav02 {
    width: 27%;
    max-width: 293px;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 8%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 240px;
    padding: 10px 0;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  .page {
    padding: 60px 0;
    margin-bottom: 10px;
  }
  .page-title {
    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;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cmn-title01::after {
    width: 25px;
    height: 6px;
  }
  .cmn-title02 {
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .cmn-title03 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .cmn-title04 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .cmn-title04 span {
    padding-right: 50px;
  }
  .cmn-title04 span::after {
    width: 40px;
    height: 3px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
 medical
------------------------------------------- */
  .li-medical {
    display: block;
  }
  .li-medical li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .li-medical li:last-child {
    margin-bottom: 0;
  }
  .li-medical div {
    width: 60%;
    padding-top: 60%;
    margin: 0 auto 10px auto;
  }
  .li-medical .tit {
    color: var(--color02);
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  .li-medical .txt {
    font-size: 90%;
    margin-bottom: 0;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 75%;
  }
  /* ----------------------------------------
  time-table
---------------------------------------- */
  .info .layout-box {
    display: block;
    padding: 30px 30px;
  }
  .info .layout-box .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .info .layout-box .box02 {
    width: 100%;
  }
  .info01 .time-table {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .info01 .time-table th {
    padding: 10px 5px;
  }
  .info01 .time-table td {
    padding: 10px 5px;
  }
  .info01 .detail {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .info01 .tel {
    font-size: 3.0rem;
    text-align: center;
  }
  .info .layout-box .box02 h3 {
    width: 200px;
    margin: 0 auto 10px auto;
  }
  .info .layout-box .box02 table {
    width: 100%;
    font-size: 1.4rem;
  }
  .info .layout-box .box02 table th {
    vertical-align: top;
    padding: 10px 5px;
  }
  .info .layout-box .box02 table td {
    vertical-align: top;
    padding: 10px 5px;
  }
  .info .layout-box .box02 table tr:last-child th, .info .layout-box .box02 table tr:last-child td {
    border-bottom: none;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    font-size: 1.4rem;
    padding: 40px 0 30px 0;
  }
  #foot h2 {
    width: 240px;
    margin: 0 auto 10px auto;
  }
  #foot h2 span {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  #foot .adr {
    text-align: center;
    margin-bottom: 10px;
  }
  #foot .tel {
    font-size: 3.0rem;
    margin-bottom: 20px;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top {
    right: 15px;
    bottom: 15px;
  }
  #page-top a {
    width: 40px;
    padding-top: 40px;
    font-size: 1.2rem;
  }
  #page-top a::after {
    font-size: 1.2rem;
  }
}