body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}
a,p {
    color: #333;
    font-size: 18px;
    transition: .5s;
  }
  a:hover {
    color: #8E8E8E;
    opacity: .8;
    cursor: pointer;
  }
  .cl {
    clear: both;
  }
  .wp_margin {
    display: block;
    margin: 0 auto;
  }
  
  
  
  /* --------------------------------
     head
  -------------------------------- */
  .pchead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 6px auto;
  }
  .pchead-left{
    display: flex;
    gap: 1em;
    align-items: end;
    width: 34%;
  }
  .pchead-left .header-ig{
    display: block;
    max-width: 2.1em;
  }
  .sphead {
    display: none;
  }
  header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
    border-top: solid 3px #3B9B5B;
    box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, 1), inset -1px -1px 1px 0 rgba(0, 0, 0, .2), 1px 1px 1px 0 rgba(0, 0, 0, .1);
  }
h1 {
  display: block;
  max-width: 470px;
}
h1 a {
  display: block;
  width: 100%;
}
.headmenu {
  width: 70%;
}
.headmenu .headrighttop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 2px 0;
}
.headrightbottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headmenu .tel_head {
  font-size: 22px;
  font-weight: bold;
}
.headmenu .time {
  display: block;
  height: 45px!important;
  margin: 0 0 0 20px;
}


  nav ul {
    display: flex;
    justify-content: flex-end;
    /* max-width: 1000px; */
    margin: 0 auto;
  }
  nav ul a {
    display: block;
    padding: 16px 0 4px 0;
    color: #3B9B5B;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  nav ul a:hover {
    color: #4aaf6c;
  }
  nav ul a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #3B9B5B;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
nav ul a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
  nav ul li:first-of-type {
    padding: 0 0 0 10px;
  }
  /* nav ul li:last-of-type a{
    margin: 0 0 0 10px;
  }  */
.headrightbottom .taikenbtn {
  display: block;
  background: #ff7418;
  padding: 6px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
}
    /*
  .headmenu {
    display: flex;
  }

  .headcont {
    display: flex;
  }
  .headcont li a {
    display: block;
    padding: 10px;
    color: #fff;    
    font-weight: bold;
  }
  .headcont li a.tel_head {
    text-align: right;
    color: #356645;
  }
  .headcont li a.taiken {
    width: 120px;
    padding:10px 0 0 0;
  }
  .headcont li a span{
    display: block;
  }
  .headcont li a span.telnumber {
    font-size: 16px;
    line-height: 31px;
    cursor: pointer;
    }
  .headcont li a span.hours {
    font-size: 12px;
    line-height: 16px;
  } */
  .floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 30px; /* バナーの上下の位置 */
    right: 40px; /* バナーの左右の位置 */
  }
  .pc {
    width: 100px; /* バナーの横幅を指定 */
  }
  .floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
  }
  .sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
  }
  @media screen and (max-width: 1450px) {
    .pchead {
      width: 98%;
    }
    nav ul a {
      margin: 0 6px;
      font-size: 12pz;
    }
  }
  @media screen and (max-width: 1350px) {
    .headmenu {
      width: 80%;
    }
 }
  @media screen and (max-width: 1230px) {
    /* 1300pxから変更 */
  header {
    border-top: none
  }
  #info ul li a {
    width: 250px;
    padding: 20px 0;
    font-size: 14px;
  }
.pchead {
  display: none;
}
.sphead {
  display: block;
  box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, 1), inset -1px -1px 1px 0 rgba(0, 0, 0, .2), 3px 3px 2px 0 rgba(0, 0, 0, .1);
}

/* -- ul#menu -------------------------------------------------------------------------------- */

ul#menu {
  list-style-type: none;
  width: 100%;
  background: rgba(59, 155, 91, 0.9);
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 990;
  display: none;
  padding: 0 0 1.7em 0;
}
ul#menu li {
  text-align: center;
}
ul#menu li a {
  text-decoration: none;
  display: block;
  padding: 11px 0;
  color: #fff;
}
ul#menu li.menu-tel_btn{
  margin-top: 6px;
}
ul#menu li.menu-tel_btn a{
  padding: 0;
}
ul#menu li a:hover {
  background: #a9a9a9;
  opacity: 0.7;
}
/* -- div#sp-icon -------------------------------------------------------------------------------- */

div#sp-icon {
  width: 10%;
  min-width: 60px;
  height: 80px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 999;
  background: #3b9b5b;
}

div#sp-icon:hover {
  cursor: pointer;
  opacity: 0.7;
}
div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s;
}
div#sp-icon span {
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50% );
}
div#sp-icon span:before {
  content: "";
  transform: translateY( -10px ) rotate( 0deg );
}
div#sp-icon span:after {
  content: "";
  transform: translateY( 10px ) rotate( 0deg );
}
div.sp-open span {
  background: transparent !important;
}
div.sp-open span:before {
  transform: rotate( 45deg ) !important;
}
div.sp-open span:after {
  transform: rotate( -45deg ) !important;
}


.sphead .logo {
  width: 60%;
}
h1 {
  margin: 0;
}
h1 a {
  display: block;
}
.sp_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  padding: 1em 12px 1em 10px;
  min-height: 80px;
}
.header-ig{
  max-width: 2.5em;
}

a.taiken {
  display: block;
  width: 90px;
}
.sp_headcont {  
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  background: #3B9B5B;
}
.sp_headcont li {
  width: 25%;
}
.sp_headcont li a {
  display: block;
  padding: 2px 0;
  background: #fff;
  color: #3B9B5B; 
  font-size: 14px;
  text-align: center;
}
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block; 
    width: 20vw; 
  }
  .floating-banner  {
    right: 10px; 
    bottom: 10px;
  }
  .sp_box {
    padding: 0.4em 18px 0.4em 10px;
    width: 85%;
  }
  div#sp-icon{
    width: 15%;
  }
}
@media screen and (max-width: 500px) {
  .sp_box{
    min-height: 60px;
  }
  div#sp-icon{
    height: 60px;
  }
  ul#menu{
    top: 60px;
  }
  .sphead .logo {
    width: 80%;
  }
  .header-ig {
    width: 50%;
    max-width: 2.5em;
  }
}
@media screen and (max-width: 400px) {
  .sphead .logo {
    width: 85%;
  }
  .header-ig {
    width: 60%;
    max-width: 2.5em;
  }
  .sphead_btn {
    justify-content: space-around;
  }
  .sphead_btn li {
    width: 70px;
  }
}
  
  
  
/* --------------------------------
   main
-------------------------------- */
#wrapper {
  padding: 80px 0 100px 0;
}
 .contentsbox {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
  padding: 0 20px;
  text-align: center;
}
/* ボタン共通 */
.btn {
  overflow: hidden;
  width: 46%;
  min-width: 320px;
  height: 50px;
  margin: 70px auto 0 auto; 
  padding: 0;
}
.btn a {
  display: block;
  position: relative;
  z-index: 100;
  text-align:center;
  background: #3B9B5B;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-decoration:none;
}
.btn a:hover {
  background: #64BB81;  
}
#sankaku a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 34%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;       
  border-left: 5px solid #fff;
}
.desc {
  font-size: 22px;
  margin: 30px 0 20px;
  padding: 10px;
  background: #fff;
  border-left: #51a81e solid 3px;
  text-align: left;
} 
@media screen and (max-width: 800px) {
  #wrapper {
    padding: 80px 0 20px 0;
  }
  .desc {
    font-size: 18px;
    margin: 30px 0 20px;
    padding: 3px 6px;
    background: #fff;
    border-left: #51a81e solid 3px;
    text-align: left;
  } 
}
@media screen and (max-width: 600px) {

  a,p {
    color: #333;
    font-size: 14px;
    transition: .5s;
  }
  a:hover {
    opacity: 1;
  }
}

@media (max-width: 500px){
  #wrapper {
    padding: 60px 0 20px 0;
  }
}




/* footer */ 
footer {
    color: #fff;
    background: #3B9B5B;
  }
  footer .contentsbox {
    margin: 0 auto;
  }
  #footer_inner {
    padding: 60px 0;
    text-align: left;
  }
  #footer_inner {
    display: flex;
    justify-content: space-between;
  }
  #footer_inner .classname {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
  }
  #footer_inner address {
    width: 80%;
    font-style: normal;
  }
  #footer_inner address a {
    display: block;
    color: #fff;
  
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-around;
    border-top: #fff 1px solid;
    padding: 20px 0 ;
  }
  footer ul li a {
    display: block;
    color: #fff;
  }
  .copyright {
    margin: 60px 0 0 0;
    padding: 6px 0;
    font-size: 12px;
    background: #333333;
    color: #fff;
    text-align: center;
  }

@media (max-width: 768px){
  footer ul li a{
    font-size: 98%;
  }
}
  
  
  @media screen and (max-width: 600px) {
    #footer_inner {
      display: block;
      padding: 30px 0;
    }
   #footer_inner iframe {
     margin: 20px 0 0 0;
      width: 100%;
    }
    #footer_inner .classname {
      font-size: 18px;
    }
    footer ul {
      flex-direction: column;
      padding: 15px 0 24px;
    }
    footer ul li a{
      font-size: 92%;
    }
    .copyright {
      margin: 0 0 0 0;
    }
    .btn {
      width: 100%;
      margin: 30px auto 0 auto;
    }
  }
  
  
  /* subpage */ 
.subwrap {
  background: #f9f9f9;
}
.indextext {
  font-weight: bold;
}
.subbox {
  margin: 100px 0 0 0;
}
.ttl_internal {
  margin: 0 0 50px 0;
}

@media screen and (max-width: 800px) {
.contentsbox {
  margin:40px auto 0 auto;
  padding:0 10px;
}
.subbox {
  margin: 40px auto 0 auto;
  padding: 0;
}
.ttl_internal {
  margin: 0 0 10px 0;
} 
}

/* --------------------------------
  floating-banner
-------------------------------- */
.floating-list{
  position: fixed;
  bottom: 3.6%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  z-index: 10000;
}
.floating-item{
  width: 5.7em;
  aspect-ratio: 1;
}
.floating-item a{
  display: block;
  transition: all 0.3s ease-in-out;
}
.floating-item a:hover{
  opacity: 1;
  transform: translateY(-0.4em);
  filter: brightness(117%);
}
.floating-item a img{
  display: block;
  box-shadow: 2.5px 2.5px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.menu-tel{
  margin: auto;
  width: 82%;
  max-width: 400px;
  border-radius: 3.2em;
}
.menu-tel img{
  box-shadow: 2.5px 2.5px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3.2em;
}

@media (max-width: 600px){
  .floating-item{
    width: 5.2em;
  }
}
@media (max-width: 540px){
  .floating-list{
    bottom: 2.9%;
    right: 5px;
    gap: 0.5em;
  }
  .floating-item{
    width: 4.4em;
  }
}
@media (max-width: 400px){
  .floating-item{
    width: 4.1em;
  }
}

/* --------------------------------
  column-More
-------------------------------- */
#wrapper.single-column{
  padding-bottom: 0;
}
:root{
  --green: #3a9b5b;
  --light-green: #dfede1;
}
.columnMore{
  padding: 2em 3% 3em;
  background: var(--light-green);
  letter-spacing: 0.05em;
}
.columnMore-title{
  display: flex;
  justify-content: center;
  gap: 0.3em;
  margin: 0 auto 1em;
  color: var(--green);
  font-size: clamp(1.063rem, 0.134rem + 4.64vw, 1.875rem);
  font-weight: 700;
  text-align: center;
}
.columnMore-title.-top{
  margin: 1.6em auto 0.5em;
  font-size: clamp(1.438rem, 0.708rem + 3.11vw, 1.875rem);
}
.columnMore-title_img{
  display: inline-block !important;
  margin: 0 !important;
  width: clamp(1.875rem, 0.833rem + 4.44vw, 2.5rem) !important;
  aspect-ratio: 1 !important;
}
.columnMore-list{
  display: flex;
  justify-content: space-between;
  gap: 1.3em;
  margin: 0 auto;
  width: 100%;
  max-width: 1060px;
}
.columnMore-item{
  position: relative;
  padding: 0.8em 0.8em 2em;
  width: 32%;
  background: #fff;
  border-radius: 3%;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.03);
}
.columnMore-thumbnail{
  display: block;
  margin: 0 auto 0.5em !important;
  width: 100% !important;
  aspect-ratio: 3 / 1;
  object-fit: contain;
  border-radius: 3%;
}
.columnMore-cat{
  display: flex;
  gap: 0.2em;
  margin-bottom: 0.35em;
}
.columnMore-item h4{
  margin-bottom: 0.3em;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}
.columnMore-cat li{
  padding: 0 0.7em;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  background: var(--green);
  border-radius: 6%;
}
.columnMore-date{
  position: absolute;
  bottom: 0.8em;
  left: 1.1em;
  color: #999;
  font-size: clamp(0.625rem, 0.417rem + 0.89vw, 0.75rem) !important;
  font-weight: 700;
}

@media (max-width: 700px){
  .columnMore-list{
    flex-direction: column;
    gap: 0.8em;
  }
  .columnMore-item{
    width: 100%;
  }
  .noicatch-date{
    top: 0.8em;
    right: 1.2em;
    bottom: auto;
    left: auto;
  }
  .noicatch-item{
    padding: 0.7em 0.7em 0.4em;
  }
}