@charset "UTF-8";
body{
    font-family: "hiragino-kaku-gothic-pron",sans-serif;
    font-weight: 300;
    font-style: normal;
}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;word-break: break-word;}
a:hover{opacity: 0.7;}
iframe {width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#header {
    display: flex;
    padding: 5px 10px;
    height: 65px;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: #fff;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo img {
    width: 280px;
}
#g-nav {
    background: #fff;
    color: #fff;
    transition: all 0.6s;
}
#g-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
#g-nav ul ul{
	display: block;
}
#g-nav ul li{
	position: relative;
}

#g-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 20px 35px;
    transition: all .3s;
    font-weight: bold;
    color: #6cbc72;
}
#g-nav ul li a:hover{
    opacity: 1;
    color: #6cbc72;
}

@media screen and (max-width:1200px){
#g-nav {
    padding: 0;
    margin-top: 65px;
    border-top: 1px solid #6cbc72;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
}

#g-nav.panelactive{
    right: 0;
}

#g-nav ul{
    display: block;
}
#g-nav ul li a{
	border-bottom:1px solid #6cbc72;
}
#g-nav ul li a::after {
    content: "";
    position: absolute;
    top: 25px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #6cbc72;
    border-right: 3px solid #6cbc72;
    transform: rotate(45deg);
    right: 31px;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 9px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #6cbc72;
    border-radius: 6px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 50%;
}
.openbtn span:nth-of-type(1) {
	top:15px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
}
#g-nav ul li a {
    font-size: 18px;
}
}

#mainvisual {
    margin-top: 65px;
    position: relative;
    color: #fff;
    padding-bottom: 2rem;
}
#mainvisual::after {
    content: "";
    background-image: url(../img/bg-mv.jpg);
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background-size: cover;
}
#mainvisual p {
    margin: 0;
    padding: 0 1rem;
}
#mainvisual h2 {
    margin: 2rem 0;
    color: #fff;
}
.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 auto;
    width: 85%;
    background: #fff;
}
.wrap{
    position: relative;
}
.wrap::after {
    content: "";
    background-image: url(../img/mv-bottom.png);
    display: block;
    width: 97%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.slider, .slider-item, .slider-item img {
    height: 50vh;
    border-radius: 30px;
}
.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -25px 0 0 0;
    padding: 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 8px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}
.slick-dots .slick-active button {
    background: #6cbc72;
}

section {
    padding: 3rem 0;
}
h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 24px;
    color: #6cbc72;
}
ul.news-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: 游ゴシック;
}
ul.news-list li {
    padding: 1rem;
    border-top: 1px solid  #000;
}
ul.news-list li:last-child {
    border-bottom: 1px solid #000;
}
p.date {
    color: #d85138;
    font-weight: bold;
    margin: 0;
}
ul.news-list li h3 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    margin: 0;
}
ul.news-list li h3 a{
    color: #000;
    text-decoration: none;
}
a.link-btn {
    font-family: 游ゴシック;
    display: block;
    background: #62b26e;
    border: 2px solid #62b26e;
    text-align: center;
    margin: 1rem auto 0;
    width: 300px;
    color: #fff;
    text-decoration: none;
    padding: 1.5rem 0;
    border-radius: 5px;
    font-weight: bold;
}
a.link-btn:hover{
    opacity: 1;
    background:#fff;
    color: #62b26e;
}
#insta {
    background: #eff4ef;
    border-bottom: 3px solid #fff;
}
#insta h2 img {
    width: 240px;
}
#calendar {
    background: #ffe3cc;
    position: relative;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}
#calendar .container{
    position: relative;
    z-index: 1;
}
#calendar::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff7e6;
    position: absolute;
    top: 0;
    z-index: 0;
    border-radius: 70px;
}
#corner {
    background: #eff4ef;
    border-bottom: 3px solid #fff;
}
#corner h3 {
    background: #6cbc72;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 1rem;
}
ul.product-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.product-list li {
    width: 48.5%;
}
ul.product-list li img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
}
#corner .col-xl-6,#corner .col-12 {
    margin-top: 2rem;
}
#about {
    background: #f2eeeb;
}
#about h2{
    color: #5b3216;
}
.inner {
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
}
table {
    margin-bottom: 1rem;
    width: 100%;
}
th,td {
    border: 1px solid;
    padding: 10px;
    font-weight: normal;
}
th {
    width: 105px;
    text-align: center;
}
.map iframe {
    height: 300px;
}
#footer .logo img {
    width: 120px;
    display: block;
    margin: 0 auto;
}
#footer .logo img.insta{
    width: 50px;
}
#footer .logo div p {
    margin: 0;
    font-size: 18px;
}

#footer .logo div h3 {
    color: #6cbc72;
}
#footer section {
    padding: 2rem 0;
}
ul.f-nav {
    padding: 0;
    margin: 2rem 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
ul.f-nav li {
    width: 50%;
}
ul.f-nav li a {
    color: #6cbc72;
    text-decoration: none;
    font-weight: bold;
}
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.3s;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 5;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime2 0.5s forwards;
}
@keyframes UpAnime2{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime2 0.5s forwards;
}
@keyframes DownAnime2{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (min-width:760px) {
.slider, .slider-item, .slider-item img {
    height: 30vh;
}
.wrap::after {
    height: 130px;
    bottom: -25px;
}
#mainvisual p {
    text-align: center;
}
#calendar p {
    text-align: center;
    font-size: 18px;
}
#calendar::after {
    border-radius: 200px;
}
#calendar a.link-btn {
    width: 430px;
    padding: 1rem 0;
}
ul.product-list li {
    width: 49%;
}
.inner {
    padding: 2rem;
    border-radius: 20px;
}
}

@media screen and (min-width:1200px) {
#header {
    height: 75px;
    justify-content: space-between;
    padding: 10px 40px;
}
#mainvisual {
    margin-top: 75px;
    padding-bottom: 4rem;
}
#g-nav ul li a {
    background: #6cbc72;
    color: #fff;
    border-radius: 70px;
    padding: 10px 20px;
    border: 2px solid #6cbc72;
}
#g-nav ul li a:hover {
    background: #fff;
}
#g-nav ul {
    gap: 0 15px;
}
.slider {
    width: 93%;
}
.slider, .slider-item, .slider-item img {
    height: 70vh;
    border-radius: 60px;
}
.wrap::after {
    height: 50%;
    bottom: 0%;
    width: 100%;
}
section {
    padding: 5rem 0;
}
h2 {
    font-size: 30px;
}
#news h2 {
    text-align: left;
}
#news a.link-btn {
    width: 210px;
    margin-left: 0;
    padding: 20px 0;
}
p.date {
    width: 110px;
}
ul.news-list li {
    display: flex;
    align-items: baseline;
    gap: 0 20px;
    padding: 20px 35px;
}
#insta h2 img {
    width: 300px;
}
.container{
    max-width: 1100px;
}
#calendar img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
#calendar a.link-btn {
    margin-top: 2rem;
}
#corner h2 {
    margin-bottom: 2rem;
}
#corner h3 {
    font-size: 24px;
    padding: 15px 20px;
}
#corner .col-12 ul.product-list li {
    width: 24.3%;
}
th, td {
    padding: 20px;
}
th {
    width: 150px;
}
td {
    padding-left: 3rem;
}
.map iframe {
    height: 400px;
}
#footer .logo {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
#footer .logo img {
    margin: 0;
}
#footer .logo div h3 {
    font-size: 22px;
}
#footer .logo img.insta {
    width: 40px;
}
p.copyright {
    margin-top: 2rem !important;
}
}

@media screen and (min-width:1400px) {
#header {
    height: 85px;
    padding: 10px 60px;
}
#mainvisual {
    margin-top: 85px;
    padding-bottom: 6rem;
}
.wrap::after {
    bottom: 0%;
}
.slider, .slider-item, .slider-item img {
    height: 75vh;
    border-radius: 80px;
}
.logo img {
    width: 400px;
}
#g-nav ul li a {
    font-size: 18px;
}
section {
    padding: 7rem 0;
}
h2 {
    font-size: 35px;
}
#mainvisual p {
    font-size: 18px;
}
p.date {
    width: 130px;
    font-size: 18px;
}
ul.news-list li h3 {
    font-size: 18px;
}
#insta h2 img {
    width: 350px;
}
#insta{
    position: relative;
}
#insta::before,#insta::after {
    content: "";
    background-image: url(../img/deco-insta-l.png);
    width: 270px;
    height: 100%;
    display: block;
    position: absolute;
    top: 20%;
    background-size: contain;
    left: 2%;
    background-repeat: no-repeat;
}
#insta::after{
    background-image: url(../img/deco-insta-r.png);
    left: auto;
    width: 306px;
    right: 2%;
}
#insta .inner {
    min-height: 800px;
}
#calendar p {
    font-size: 20px;
}
#calendar::after {
    border-radius: 500px;
}
#calendar img {
    width: 95%;
}
#corner h2 {
    margin-bottom: 3rem;
}
#corner h2 + p {
    margin-bottom: 2rem;
}
#corner .col-xl-6, #corner .col-12 {
    margin-top: 3rem;
}
#about{
    position: relative;
}
#about::before, #about::after {
    content: "";
    background-image: url(../img/deco-about-l.png);
    width: 180px;
    height: 100%;
    display: block;
    position: absolute;
    top: 9%;
    background-size: contain;
    left: 2%;
    background-repeat: no-repeat;
}
#about::after {
    background-image: url(../img/deco-about-r.png);
    left: auto;
    right: 2%;
}
#footer .logo img {
    margin: 0;
    width: 160px;
}
ul.f-nav li {
    width: 33%;
    line-height: 2.2;
}
ul.f-nav {
    margin: 3rem 0 0;
}
#footer .container {
    max-width: 1260px;
}
ul.f-nav li a {
    font-size: 18px;
}
ul.f-nav li:nth-of-type(1), ul.f-nav li:nth-of-type(4) {
    width: 150px;
}
ul.f-nav li {
    width: 39%;
}
#page-top a {
    width: 50px;
    height: 50px;
}
#footer .logo div h3 {
    font-size: 25px;
}
.inner {
    position: relative;
    z-index: 1;
}
}
@media screen and (min-width:1500px) {
.container {
    max-width: 1200px;
}
}

@media screen and (min-width:1900px) {
#g-nav ul li a {
    font-size: 20px;
}
.slider, .slider-item, .slider-item img {
    height: 82vh;
    border-radius: 110px;
}
h2 {
    font-size: 40px;
    margin-bottom: 2rem;
}
#mainvisual h2 {
    margin: 3rem 0;
}
.container {
    max-width: 1300px;
}
ul.news-list li h3 {
    font-size: 20px;
}
a.link-btn {
    font-size: 18px;
}
#calendar a.link-btn {
    width: 500px;
}
th, td {
    font-size: 18px;
}
#about::before {
    width: 210px;
    left: 4%;
    height: 80%;
}
#about::after{
    width: 210px;
    right: 4%;
    height: 80%;
}
#footer .container {
    max-width: 1330px;
}
#footer .logo div p {
    font-size: 20px;
}
#footer .logo div h3 {
    font-size: 27px;
}
ul.f-nav li a {
    font-size: 20px;
}
#footer section {
    padding: 3rem 0;
}
}

/* page */
#page_header {
    background: #eff4ef;
    padding: 2rem 0;
    border-radius: 20px;
    width: 95%;
    margin: 65px auto 10px;
}
h1.page-title {
    color: #6cbc72;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin: 0;
}
.bread a, .bread span {
    color: #000;
    text-decoration: none;
    padding: 0 3px;
}
#page-content {
    padding: 2rem 0;
}
body:not(.home) #footer {
    border-top: 2px solid #6cbc72;
}

.smf-item label::after {
    content: "*";
    color: #BB070A;
    margin-left: 3px;
    font-size: 18px;
}
.smf-form--simple-table .smf-item {
    border-top: 1px solid #ddd;
    padding: 1rem;
}
.smf-form--simple-table .smf-item:last-child {
    border-bottom: 1px solid #ddd;
}
#snow-monkey-form-17 {
    margin-top: 2rem;
}
.smf-action .smf-button-control__control {
    background: #6cbc72;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
}

@media screen and (min-width:760px) {
#page_header {
    padding: 4rem 0;
}
h1.page-title {
    font-size: 30px;
}
}

@media screen and (min-width:1200px) {
#page-content {
    padding: 3rem 0;
}
#page_header {
    padding: 5rem 0;
    margin-top: 75px;
    width: 92%;
}
h1.page-title {
    font-size: 35px;
}
.smf-form--simple-table .smf-item {
    padding: 2rem 5rem;
}
#snow-monkey-form-17 {
    margin: 3rem auto 0;
    width: 1000px;
}
}

@media screen and (min-width:1400px) {
#page_header {
    padding: 6rem 0;
    margin-top: 85px;
}
h1.page-title {
    font-size: 40px;
}
}

/* archive */
.archive ul.news-list {
    margin-bottom: 2rem;
}
.pagenavi {
    margin: 2rem auto;
    text-align: center;
}
.nav-links span,.nav-links a {
    border: 1px solid #62b26e;
    text-decoration: none;
    padding: 5px 10px;
    color: #62b26e;
}
.pagination {
    justify-content: center;
}
.nav-links span.current {
    background: #62b26e;
    color: #fff;
}
/* single */
.single-post-contets {
    border: 2px solid #6cbc72;
    border-radius: 10px;
    padding: 2rem 1rem;
}
h2.singlettl {
    font-size: 20px;
    text-align: left;
    margin: 0;
}
.entry-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.back a, .next a {
  text-decoration: none;
  border: 1px solid  #6cbc72;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  color: #000;
}
.back a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid  #6cbc72;
  border-bottom: 3px solid  #6cbc72;
  transform: rotate(45deg);
  margin-right: 10px;
}
.next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #6cbc72;
  border-bottom: 3px solid #6cbc72;
  transform: rotate(-135deg);
  margin-left: 10px;
}
#Singlepost {
    padding-bottom: 3rem;
}

.post_thumbnail {
    margin-bottom: 1rem;
}
h2.wp-block-heading {
    text-align: left;
    font-size: 20px;
}
h3.wp-block-heading {
    font-size: 18px;
    background: #6cbc72;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 1rem;
    margin: 2rem 0 1rem;
}

@media screen and (min-width:1200px) {
.single-post-contets {
    padding: 2rem 4rem;
}
h2.singlettl {
    font-size: 24px;
}
p.date.text-end {
    margin-left: auto;
    font-size: 16px;
}
h2.wp-block-heading {
    font-size: 22px;
}
h3.wp-block-heading {
    font-size: 20px;
}
}