@charset "utf-8";
/* ---------------------
    - BASE
    - LINKS
    - HEADER
    - PAGETITLE
    - CONTENTS
    - FOOTER
    - PC 1025px -
    - TABLET - 1024px
    - SP - 640px
    - SP - 350px
--------------------- */
/* ==========================================================================
	BASE
========================================================================== */
body {
  width: 100%;
  color: #373024;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.8em;
}
.wrapper {
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}
section ul, header ul, footer ul, .side ul, .main ul, nav ul, .side-content ul {
  list-style-type: none;
}
section h2, section h3, section h4, section h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
iframe {
  vertical-align: bottom;
}
:root {
  --color01: #1a9e29;
  --color02: #8fdf98;
  --color03: #647366;
  --color04: #39bf48;
  --color05: #c4f0c9;
  --font01: 'Noto Sans JP', sans-serif;
  --font02: 'Zen Maru Gothic', serif;
}
.bg01 {
  background-color: var(--color02);
  padding: 80px 0;
}
.bg02 {
  background-color: var(--color05);
  padding: 80px 0;
}
/* ==========================================================================
	LINKS
	========================================================================== */
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a, a:visited {
  color: #373024;
  text-decoration: none;
}
/*マウスオーバー時ゆっくり透過*/
a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ==========================================================================
	HEADER
========================================================================== */
.header {
  padding: 15px 0;
  background-color: #effdf1;
}
.header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo a, .logo a:visited {
  color: var(--color01);
}
.logo-tit {
  display: block;
  width: 265px;
}
.logo-txt {
  display: block;
  color: #4b4b4b;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.header-info {
  text-align: right;
}
.header-address {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.header-info .tel-cmn {
  margin-bottom: 5px;
}
.tel-cmn {
  font-family: var(--font02);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
}
.tel-cmn::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
/* ==========================================================================
	NAVIGATION
	========================================================================== */
.nav {
  background-color: #effdf1;
}
.gnav {
  display: flex;
}
.gnav-item {
  font-family: var(--font01);
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
}
.gnav-item a {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}
/* ==========================================================================
	PAGETITLE
	========================================================================== */
.page {
  background: url("../images/cmn-images/page-bg.jpg") 50% 50% no-repeat;
  padding: 100px 0 100px 0;
  margin-bottom: 10px;
}
.page-tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  font-weight: 700 !important;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
.page-tit span {
  color: #373024;
  display: block;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: 0.8em;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 5%;
}
#topic-path a {
  text-decoration: underline;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
section h1 {
  margin-bottom: 50px;
}
section h2 {
  margin-bottom: 50px;
}
section h3 {
  margin-bottom: 40px;
}
section h4 {
  margin-bottom: 30px;
}
section h5 {
  margin-bottom: 30px;
}
section, article {
  clear: both;
  overflow: hidden;
  margin-bottom: 80px;
}
section p {
  margin-bottom: 20px;
}
.section-min {
  overflow: hidden;
  margin-bottom: 60px;
}
.link-margin {
  margin-top: -100px;
  padding-top: 100px;
}
/*TITLE*/
main h2 {
  position: relative;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
  padding-bottom: 0.7em;
}
main h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: var(--color01);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
main h3 {
  position: relative;
  color: var(--color01);
  font-size: clamp(2rem, 2.875vw, 2.6rem);
  border-bottom: solid 3px #eee;
  padding-bottom: 20px;
}
main h3 span {
  color: #373024;
  margin-left: 0.5em;
}
main h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color01);
  bottom: -3px;
  width: 20%;
}
main h4 {
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  background-color: var(--color02);
  padding: 15px;
}
main h5 {
  color: var(--color01);
  font-size: clamp(1.7rem, 2.875vw, 2.3rem);
}
/*LIST*/
.li-cmn01 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn01 li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}
/*BT*/
.bt-cmn01 a {
  display: inline-block;
  color: #fff;
  min-width: 240px;
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: var(--color01);
  border-radius: 80px;
  padding: 20px 0;
}
.bt-cmn01 a::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}
.bt-cmn01 a:hover {
  background-color: var(--color04);
}
.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%;
}
/* ==========================================================================
	FOOTER
	========================================================================== */
.footer {
  background-color: var(--color03);
  padding: 30px 0;
}
.footer-nav {
  font-family: var(--font01);
  font-weight: 700;
  margin-bottom: 40px;
}
.footer-nav .wrapper {
  text-align: center;
}
.fnav {
  display: flex;
}
.fnav-item {
  flex-grow: 1;
}
.fnav-item a {
  color: #fff;
}
.fnav-item a:hover {
  color: #fff;
}
.footer-logo {
  width: 200px;
  margin: 0 auto 30px auto;
}
.footer-ad {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}
.footer-cp {
  color: #adadad;
  font-size: 1.2rem;
  text-align: center;
}
/* PAGETOP
-----------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
#page-top i {
  color: #ccc;
}
/* ==========================================================================
	PC
	========================================================================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1180px;
  }
  .wrapper {
    width: 1180px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1025px) {
  tablet-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    margin-left: 10px;
  }
  .gnav-item a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: var(--color01);
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .gnav-item a:hover::after {
    transform: scale(1, 1);
  }
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  tablet-only {
    display: block;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .br-tablet {
    display: block;
  }
  .br-tabletonly {
    display: block;
  }
  .link-margin {
    margin-top: -60px;
    padding-top: 60px;
  }
  /* HEADER
-----------------------*/
  .header .wrapper {
    align-items: stretch;
  }
  .logo-txt {
    font-size: 1.1rem;
  }
  .header-info {
    width: 100px;
  }
  .header-info .tel-cmn {
    font-size: 3rem;
    margin: 3px 50px 0 0;
  }
  .header .tel-cmn::before {
    content: "";
    margin-right: 0;
  }
  /* NAVIGATION
-----------------------*/
  .nav {
    margin-bottom: 0;
  }
  .gnav {
    display: block;
  }
  .gnav-item {
    font-family: var(--font01);
    font-weight: 700;
    flex-grow: 1;
    text-align: center;
  }
  .gnav-item a {
    color: var(--color01);
    padding: 15px 0;
  }
  /*panel*/
  #panel {
    position: fixed;
    top: 0;
    z-index: 130000;
    overflow: hidden;
    overflow-y: scroll;
    padding: 40px 0;
  }
  #panel-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--color01);
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -11px;
  }
  #panel-btn-icon:after {
    margin-top: 9px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #panel {
    display: none;
    width: 100%;
    height: 100%;
    color: var(--color01);
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
  }
  /* CONTENTS
  -----------------------*/
  .gmap {
    padding-bottom: 50%;
  }
  /* FOOTER
  -----------------------*/
  .footer {
    padding-bottom: 20px;
  }
  .fnav {
    display: inline-block;
  }
  .fnav-item {
    display: inline-block;
    margin: 0 10px 10px 10px;
  }
  .footer-ad {
    margin-bottom: 20px;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  .tablet-only {
    display: none;
  }
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp {
    display: block;
    margin: 0;
  }
  .br-tabletonly {
    display: inline;
  }
  body {
    font-size: 1.6rem;
  }
  section h1 {
    margin-bottom: 30px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h3 {
    margin-bottom: 30px;
  }
  section h4 {
    margin-bottom: 30px;
  }
  section, article {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .section-min {
    margin-bottom: 40px;
  }
  .bg01 {
    padding: 40px 0;
  }
  /* HEADER
-----------------------*/
  .logo-tit {
    width: 220px;
  }
  .logo-txt {
    display: none;
  }
  .tel-cmn::before {
    content: "\f095";
    color: var(--color01);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel-btn {
    top: 10px;
    right: 10px;
  }
  /* PAGETITLE
  -----------------------*/
  .page {
    padding: 60px 0 60px 0;
  }
  /*パンくず*/
  #topic-path {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  /* CONTENT
  -----------------------*/
  /*BT*/
  .bt-cmn01 a {
    padding: 17px 0;
  }
  .gmap {
    padding-bottom: 75%;
  }
  /* FOOTER
  -----------------------*/
  .footer {
    padding-bottom: 30px;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .footer-ad {
    margin-bottom: 20px;
  }
  .footer-cp {
    font-size: 1rem;
  }
  /* PAGETOP
-----------------------*/
  #page-top {
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
  }
}
/* ==========================================================================
	SP - 350px
	========================================================================== */
@media screen and (max-width: 350px) {}