@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
.font01 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
.font02 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
:root {
  --color01: #6cc4b5;
  --color02: #e2f9f5;
  --color03: #ff8212;
}
.bg01 {
  background-color: #f7fdfc;
}
.bg02 {
  background-color: var(--color02);
}
.orange {
  color: var(--color03);
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background-color: #ffffff;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
  margin: 0 auto;
}
.t-min {
  font-size: 18px;
  font-size: 1.8rem;
}
p {
  line-height: 1.9;
}
.wrapper {
  text-align: left;
  padding: 0 100px;
}
.wrap01 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrap02 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.wrap03 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.deco a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.head-sub {
  position: relative !important;
}
#head .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#head h1 {
  width: 480px;
  padding: 10px 0 15px 0;
}
#head img {
  display: block;
}
#head .hnav {
  width: 300px;
  padding: 10px 0;
}
#head .hnav .tel {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b2b2b2;
}
#head .hnav .timetable {
  text-align: right;
  line-height: 1;
}
#head .hnav .timetable i {
  color: #cede03;
  margin-left: 0.3em;
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3000;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  background-color: var(--color01);
  padding: 6px;
  transform: translate(0, -50%);
  cursor: pointer;
}
#tel-btn a {
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 3000;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  background-color: #8adcce;
  padding: 6px;
  transform: translate(0, -50%);
  cursor: pointer;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
#gnav > ul > li {
  position: relative;
  border-right: 1px solid #323232;
}
#gnav > ul > li:last-child {
  border-right: none;
}
#gnav > ul > li > a {
  display: block;
  font-weight: 500;
  line-height: 1.0;
  text-align: center;
  transition: 0.2s ease-in-out;
  padding: 0 1.2em;
}
#gnav > ul > li > a:hover {
  transform: scale(1.05, 1.05);
}
.menu_second {
  width: 300px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all .3s ease;
  transform: translate(-50%, 0);
  padding-top: 30px;
}
#gnav > ul > li:hover .menu_second {
  top: 2rem;
  visibility: visible;
  opacity: 1;
}
.menu_second ul {
  background-color: rgba(108, 196, 181, 0.9);
  padding: 5px;
}
.menu_second ul li {
  text-align: center;
  border-bottom: 1px dotted #fff;
}
.menu_second ul li:last-child {
  border-bottom: none;
}
.menu_second ul li a {
  display: block;
  color: #fff;
  padding: 0.5em;
  transition: all .3s ease;
}
.menu_second ul li a:hover {
  transform: scale(1.05, 1.05);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  padding: 70px 0 0 0;
  background-color: var(--color01);
  text-align: center;
}
#sp-nav ul {
  padding: 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #b5e7de;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.8vh 0;
}
#sp-nav ul .sub {
  border-bottom: 1px dotted #b5e7de;
}
#sp-nav ul .sub-last {
  border-bottom: 1px solid #b5e7de;
}
#sp-nav ul .sub a, #sp-nav ul .sub-last a {
  font-size: 1.5rem;
}
#sp-nav ul .sub a i, #sp-nav ul .sub-last a i {
  color: #8adcce;
  margin-right: 0.5em;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
.page-title {
  background-color: var(--color02);
  padding: 80px 0;
}
.page-title .cmn-title01 {
  margin-bottom: 0;
}
#topic-path {
  text-align: right;
  font-size: 1.4rem;
  padding: 30px 0;
}
#topic-path a {
  text-decoration: underline;
}
/* ----------------------------------------
  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 {
  position: relative;
  color: var(--color01);
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.2em;
  padding-top: 80px;
}
.cmn-title01::before {
  position: absolute;
  display: block;
  content: "";
  width: 65px;
  height: 70px;
  background: url("../images/cmn-images/title-icon01.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.cmn-title02 {
  position: relative;
  color: #ff8212;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.2em;
  padding-top: 80px;
}
.cmn-title02::before {
  position: absolute;
  display: block;
  content: "";
  width: 65px;
  height: 70px;
  background: url("../images/cmn-images/title-icon02.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.cmn-title03 {
  position: relative;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.2em;
  padding-bottom: 20px;
}
.cmn-title03::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--color01);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.cmn-title11 {
  position: relative;
  font-size: 3.3rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.cmn-title11 span {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
.cmn-title11 span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--color03);
  top: 50%;
  right: 0;
}
.cmn-title12 {
  color: var(--color01);
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.cmn-title13 {
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.cmn-title13 span {
  color: var(--color03);
  font-size: 120%;
}
.cmn-title14 {
  color: var(--color03);
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 300px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: var(--color01);
  padding: 1.2em;
  border-radius: 3em;
}
.cmn-btn01 a i {
  margin-left: 0.6em;
}
/* ----------------------------------------
  radius
---------------------------------------- */
.box-radius {
  overflow: hidden;
  border-radius: 30px;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  border-top: 1px solid #ccc;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
 info
------------------------------------------- */
#info {
  background-color: var(--color02);
}
#info .line {
  border-bottom: 2px dotted #6cc4b5;
  margin-bottom: 30px;
  padding-bottom: 30px
}
#info .box01 {
  width: 100%;
  max-width: 900px;
  font-weight: 600;
  margin: 0 auto;
}
#info .box01 .inner {
  margin-bottom: 15px;
}
#info .box02 {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#info .box02 .inner01 {
  width: 35%;
}
#info .box02 .inner02 {
  width: 60%;
  font-weight: 600;
}
#info .box02 .inner03 {
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #fff;
  background-color: var(--color01);
  padding: 30px 0 30px 0;
}
#foot a {
  color: #fff;
}
#foot .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#foot .box01 {
  text-align: left;
}
#foot .box02 {
  text-align: left;
  padding-top: 1em;
}
#foot .box02 p {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1em;
}
#foot h2 {
  width: 480px;
  margin-bottom: 10px;
}
#foot dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-left: 20%;
}
#foot dl dt {
  width: 4em;
}
#foot dl dd {}
#foot .copyright {
  color: var(--color02);
  text-align: center;
  padding-top: 1em;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
#fnav ul li {
  position: relative;
  border-right: 1px solid #fff;
}
#fnav ul li:last-child {
  border-right: none;
}
#fnav ul li a {
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
  text-align: center;
  transition: 0.2s ease-in-out;
  padding: 0 1.0em;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: 'Font Awesome 6 Free';
  display: block;
  width: 50px;
  height: 50px;
  color: var(--color01);
  background-color: var(--color02);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1150px) {
  body {
    min-width: 1100px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1149px) {
  body {
    font-size: clamp(1.6rem, 1.7391vw, 2.0rem);
  }
  .t-min {
    font-size: clamp(1.4rem, 1.5652vw, 1.8rem);
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .wrapper {
    text-align: left;
    padding: 0 50px;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 48%;
    max-width: 480px;
  }
  #head .hnav {
    width: 30%;
    max-width: 300px;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  sp nav
---------------------------------------- */
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: clamp(2.0rem, 3.4782vw, 4.0rem);
    padding-top: 60px;
  }
  .cmn-title01::before {
    width: 50px;
    height: 54px;
  }
  .cmn-title02 {
    font-size: clamp(2.0rem, 3.4782vw, 4.0rem);
    padding-top: 60px;
  }
  .cmn-title02::before {
    width: 50px;
    height: 54px;
  }
  .cmn-title03 {
    font-size: clamp(2.0rem, 3.4782vw, 4.0rem);
  }
  .cmn-title11 {
    font-size: clamp(1.7rem, 2.8695vw, 3.3rem);
  }
  .cmn-title11 span {
    padding-right: 50px;
  }
  .cmn-title11 span::after {
    width: 40px;
    height: 3px;
    top: 50%;
    right: 0;
  }
  .cmn-title12 {
    font-size: clamp(1.7rem, 2.8695vw, 3.0rem);
  }
  .cmn-title13 {
    font-size: clamp(1.7rem, 2.8695vw, 3.0rem);
  }
  .cmn-title13 span {
    font-size: 120%;
  }
  .cmn-title14 {
    font-size: clamp(1.7rem, 2.8695vw, 3.0rem);
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
  /* ----------------------------------------
 info
------------------------------------------- */
  #info .box02 .inner02 {
    margin-bottom: 15px;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .box01 {
    width: 50%
  }
  #foot .box02 {
    width: 50%
  }
  #foot h2 {
    width: 80%;
    max-width: 480px;
    margin-bottom: 10px;
  }
  #foot dl {
    margin-left: 0;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav ul li {
    margin-bottom: 15px;
  }
  #fnav ul li a {
    font-size: 90%;
    padding: 0 1.0em;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
  body {
    font-size: 1.5rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
  }
  .head-sub {
    position: fixed !important;
  }
  #head h1 {
    width: 200px;
  }
  /* ----------------------------------------
  sp nav
---------------------------------------- */
  /* ----------------------------------------
  page-title
---------------------------------------- */
  .page-title {
    padding: 90px 0 30px 0;
  }
  .page-title .cmn-title01 {
    margin-bottom: 0;
  }
  /* ----------------------------------------
  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 {
    padding-top: 50px;
  }
  .cmn-title01::before {
    width: 40px;
    height: 43px;
  }
  .cmn-title02 {
    padding-top: 50px;
  }
  .cmn-title02::before {
    width: 40px;
    height: 43px;
  }
  .cmn-title11 span {
    padding-right: 0;
    padding-left: 0;
  }
  .cmn-title11 span::after {
    display: none;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    min-width: 230px;
    padding: 1.0em;
    border-radius: 3em;
  }
  /* ----------------------------------------
  radius
---------------------------------------- */
  .box-radius {
    border-radius: 15px;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 64%;
  }
  /* ----------------------------------------
 info
------------------------------------------- */
  #info p {
    font-size: 1.4rem;
  }
  #info .line {
    margin-bottom: 20px;
    padding-bottom: 20px
  }
  #info .box02 .inner01 {
    width: 50%;
    margin: 0 auto;
  }
  #info .box02 .inner02 {
    width: 100%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    padding: 30px 0 30px 0;
  }
  #foot .box {
    display: block;
  }
  #foot .box01 {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  #foot .box02 {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  #foot .box02 p {
    display: block;
    text-align: center;
    margin: 6px auto;
  }
  #foot h2 {
    width: 70%;
    margin: 0 auto 15px auto;
  }
  #foot dl {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    line-height: 1.5;
    margin: 0 auto 15px auto;
  }
  #foot dl dt {
    width: 4em;
  }
  #foot .copyright {
    font-size: 1.1rem;
    padding-top: 1em;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
  }
}