@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
.font01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 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%;
  margin: 0 auto;
  max-width: 1350px;
}
.wrap02 {
  width: 100%;
  margin: 0 auto;
  max-width: 1150px;
}
.deco a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  position: relative;
}
#head h1 {
  width: 260px;
  padding: 20px 0;
}
#hnav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#hnav .tel {
  width: 280px;
  padding: 20px 30px 0 0;
}
#hnav .time {
  width: 128px;
  margin-right: 1px;
}
#hnav .access {
  width: 128px;
}
#head img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  postion: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
#gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#gnav ul li {
  border-right: 1px solid #bfbfbf;
}
#gnav ul li:last-child {
  border-right: none;
}
#gnav ul li a {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.0;
  text-align: center;
  padding: 15px 2em;
  transition: 0.4s ease-in-out;
}
#gnav ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #69cb2d;
  bottom: -9px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#gnav ul li a:hover::after {
  transform: scale(1, 1);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#panel-btn {
  position: fixed;
  top: 10px;
  right: 4%;
  z-index: 2000;
  width: 55px;
}
#panel-btn .btn-open,#panel-btn .btn-close {
  width: 55px;
  height: 55px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  cursor: pointer;
}
#panel-btn .btn-open {
  background: url("../images/cmn-images/nav-open.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#panel-btn .btn-close {
  background: url("../images/cmn-images/nav-close.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  padding: 40px 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 #ccc;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 9vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  background: url("../images/cmn-images/bg02.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#page-title h2 {
  color: #1eae36;
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-tb01 {
  padding: 80px 0;
}
.cmn-b01 {
  padding-bottom: 80px;
}
.cmn-tb02 {
  padding: 40px 0;
}
.cmn-b02 {
  padding-bottom: 40px;
}
/* ----------------------------------------
  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;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cmn-title01::before {
  position: absolute;
  display: block;
  content: "";
  width: 70px;
  height: 3px;
  background-color: #1eae36;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.cmn-title02 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 20px;
}
.cmn-title03 {
  position: relative;
  font-size: 2.4rem;
  text-align: left;
  border-bottom: 2px dotted #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.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: #8fd79b;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  position: relative;
  min-width: 280px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: #1eae36;
  border-radius: 40px;
  padding: 30px;
}
.cmn-btn01 a::after {
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  color: #8fd79b;
  top: 50%;
  transform: translate(10px, -50%);
}
.cmn-btn02 a {
  display: inline-block;
  position: relative;
  min-width: 280px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: #e3a749;
  border-radius: 40px;
  padding: 30px;
}
.cmn-btn02 a::after {
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  color: #f1d3a4;
  top: 50%;
  transform: translate(10px, -50%);
}
/* ----------------------------------------
 cmn-list01
------------------------------------------- */
.cmn-list01 li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.cmn-list01 li:last-child {
  margin-bottom: 0;
}
.cmn-list01 li::before {
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  color: #f1d3a4;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-list02 {
  display: flex;
  flex-wrap: wrap;
}
.cmn-list02 li {
  position: relative;
  white-space: nowrap;
  padding-left: 1.3em;
  margin-bottom: 10px;
  margin-right: 2em;
}
.cmn-list02 li:last-child {
  margin-bottom: 0;
}
.cmn-list02 li::before {
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  color: #8fd79b;
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
}
/* ----------------------------------------
  mb
---------------------------------------- */
.mb {
  margin-bottom: 50px;
}
.mb2 {
  margin-bottom: 30px;
}
.bg01 {
  background-color: #F9F9F9;
}
.red{
  color: #CC3300;
}
/* ----------------------------------------
  cmn-nav
---------------------------------------- */
.cmn-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.cmn-nav ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 15px;
}
.cmn-nav ul li:nth-child(3n) {
  margin-right: 0;
}
.cmn-nav li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  background-color: #1eae36;
  border-radius: 10px;
  padding: 30px 10px;
}
.cmn-nav li a::before {
  display: inline-block;
  position: relative;
  font-family: 'Font Awesome 6 Free';
  content: "\f107";
  color: #8fd79b;
  margin-right: 6px;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 15px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#foot .box02 ul li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 34px;
  margin-bottom: 10px;
}
#foot .box02 ul li:nth-child(1)::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 26px;
  height: 23px;
  background: url("../images/cmn-images/icon-access01.png") 0 50%;
  background-size: 100% auto;
  top: 15%;
  left: 0;
  transform: translate(0, -50%);
}
#foot .box02 ul li:nth-child(2)::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/cmn-images/icon-access02.png") 0 50%;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#foot .box02 ul li:nth-child(3)::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/cmn-images/icon-access03.png") 0 50%;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  padding-top: 70px;
}
#foot .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#foot .box01 {
  width: 45%;
}
#foot .box02 {
  width: 50%;
}
#foot h2 {
  width: 260px;
  margin-bottom: 20px;
}
#foot h3 {
  width: 370px;
  margin-bottom: 20px;
}
#foot h3 i {
  font-size: 1.8rem;
  font-style: normal;
  margin-bottom: 10px;
}
#foot p {
  font-size: 80%;
}
#foot table {
  width: 100%;
  margin-bottom: 30px;
}
#foot table th, #foot table td {
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #69cb2d;
  padding: 15px 0;
}
#foot table th {
  color: #1eae36;
}
#foot table td {
  color: #1eae36;
  width: 11%;
}
#foot table thead th, #foot table thead td {
  color: #fff;
  font-size: 90%;
  background-color: #69cb2d;
}
#foot .copy {
  color: #fff;
  font-size: 80%;
  background-color: #1eae36;
  padding: 15px 0;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  padding: 40px 0 25px 0;
}
#fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#fnav ul li {
  border-right: 1px solid #bfbfbf;
}
#fnav ul li:last-child {
  border-right: none;
}
#fnav ul li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.0;
  text-align: center;
  padding: 10px 1em;
  transition: 0.4s ease-in-out;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: 'Font Awesome 6 Free';
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #1eae36;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1350px) {
  body {
    min-width: 1000px;
    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;
  }
  .wrapper {
    padding: 0 4%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 200px;
    padding: 20px 0;
  }
  #hnav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #hnav .tel {
    width: 200px;
    padding: 20px 30px 0 0;
  }
  #hnav .time {
    width: 100px;
    margin-right: 1px;
  }
  #hnav .access {
    width: 100px;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  #gnav ul li a {
    font-size: 1.6vw;
  }
}
/* =======================
  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 7%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 130px;
    padding: 15px 0;
  }
  #head .tel {
    width: 160px;
    padding: 18px 100px 0 0;
  }
  /* ----------------------------------------
  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;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cmn-title01::before {
    width: 50px;
    height: 2px;
  }
  .cmn-title02 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .cmn-title03 {
    font-size: 1.8rem;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    border-radius: 40px;
    padding: 20px;
  }
  .cmn-btn02 a {
    border-radius: 40px;
    padding: 20px;
  }
  /* ----------------------------------------
  cmn-nav
---------------------------------------- */
  .cmn-nav ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .cmn-nav ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .cmn-nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .cmn-nav li a {
    font-size: 2.4vw;
    padding: 20px 6px;
  }
  /* ----------------------------------------
  mb
---------------------------------------- */
  .mb {
    margin-bottom: 30px;
  }
  .mb2 {
    margin-bottom: 15px;
  }
  .vertical-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 100%;
  }
  #foot .box02 ul li {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    padding-top: 30px;
  }
  #foot .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  #foot .box02 {
    width: 100%;
    margin-bottom: 30px;
  }
  #foot h2 {
    width: 150px;
    margin: 0 auto 20px auto;
  }
  #foot h3 {
    width: 270px;
    margin: 0 auto 20px auto;
  }
  #foot h3 i {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #foot p {
    font-size: 80%;
  }
  #foot table {
    width: 100%;
    margin-bottom: 15px;
  }
  #foot table th, #foot table td {
    font-size: 70%;
    font-weight: 700;
    padding: 15px 0;
  }
  #foot table td {
    width: 11%;
  }
  #foot table thead th, #foot table thead td {
    font-size: 60%;
  }
  #foot .copy {
    font-size: 70%;
    padding: 15px 0;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  padding: 10px 0 10px 0;
}
#fnav ul li {
  width: 100%;
  box-sizing: border-box;
  border-right: none;
  border-top: 1px solid #ccc;
}
#fnav ul li:last-child {
  border-right: none;
}
#fnav ul li a {
  position: relative;
  font-size: 1.6rem;
  text-align: left;
  padding: 15px 7%;
}
#fnav ul li a::after {
  display: inline-block;
  position: absolute;
  font-family: 'Font Awesome 6 Free';
  content: "\f138";
  color: #e2e2e2;
  top: 50%;
  right: 7%;
  transform: translate(0, -50%);
}
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  #head .tel {
    display: none;
  }
}