@charset "UTF-8";
a {
  opacity: 1;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*---------- 以下基本設定 ----------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #442800;
  min-width: 320px;
  margin: 0 auto;
}
body.fixed {
  overflow: hidden;
}

a,
img,
button {
  display: block;
}

img {
  max-width: 100%;
  width: auto;
}

/* 改行
-------------------------------------------------- */
.br_pc {
  display: none;
}

.br_sp {
  display: block;
}

.text-center {
  text-align: center;
}

.inline {
  display: inline;
}

.cover-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-img-center > img {
  -o-object-position: center;
     object-position: center;
}
.cover-img-left > img {
  -o-object-position: left;
     object-position: left;
}
.cover-img-right > img {
  -o-object-position: right;
     object-position: right;
}
.cover-img-fit {
  position: relative;
  overflow: hidden;
}
.cover-img-fit > img {
  top: 0;
  left: 0;
  position: absolute;
}

.contain-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contain-img-center > img {
  -o-object-position: center;
     object-position: center;
}
.contain-img-left > img {
  -o-object-position: left;
     object-position: left;
}
.contain-img-right > img {
  -o-object-position: right;
     object-position: right;
}
.contain-img-fit {
  position: relative;
  overflow: hidden;
}
.contain-img-fit > img {
  top: 0;
  left: 0;
  position: absolute;
}

.tel {
  letter-spacing: 0.02em;
  font-size: 28px;
  line-height: 1;
  padding-left: 32px;
  position: relative;
  font-weight: 700;
  padding-bottom: 2px;
}
.tel::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 0.85em;
  height: 0.85em;
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.info__instagram {
  width: 30px;
}

.inner {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.sec {
  padding: 70px 0;
}
.sec-under {
  padding: 70px 0 0 0;
}
.sec-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.sec-title__sub {
  height: 24px;
  margin-bottom: 20px;
}
.sec-title__main {
  height: 41px;
}
.sec-content p:not(:last-child) {
  margin-bottom: 1.25em;
}

.title-shape--white::after {
  content: "";
  width: 100%;
  height: 7px;
  margin: 30px auto 0;
  display: block;
  background: url(../img/title_shape_white.png) no-repeat center center/contain;
}
.title-shape--green::after {
  content: "";
  width: 100%;
  height: 7px;
  margin: 30px auto 0;
  display: block;
  background: url(../img/title_shape_green.png) no-repeat center center/contain;
}
.title-shape--blue::after {
  content: "";
  width: 100%;
  height: 7px;
  margin: 30px auto 0;
  display: block;
  background: url(../img/title_shape_blue.png) no-repeat center center/contain;
}

/*---------- headerここから ----------*/
.header {
  padding: 10px 0;
  width: 100%;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-logo {
  width: 240px;
}
.header-logo img {
  width: 100%;
}
.header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 65px);
}
.header__description {
  width: calc(100% - 65px);
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-right {
  display: none;
}
.header-menu {
  display: none;
}

/*----------　headerここまで ----------*/
/*---------- articleここから ----------*/
.article-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article-container {
  width: 100%;
}
.article-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.article-list__item a {
  padding: 1em 1.143em;
  background-color: #fff;
  border-radius: 10px;
}
.article-date {
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 1;
  background-color: #b1c554;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.article-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.article-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.article-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}

/*----------　articleここまで ----------*/
/*---------- footerここから ----------*/
.footer-inner {
  margin: 0 auto;
  width: 100%;
  padding: 50px 15px 40px;
}
.footer-nav__menu {
  display: none;
}
.footer-logo {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.footer-logo > img {
  width: 100%;
}
.footer__tel {
  margin-bottom: 10px;
}
.footer__address {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.footer-right {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.footer-right .btn {
  margin-left: 20px;
}
.footer .copy-right {
  font-size: 11px;
  letter-spacing: 0.08em;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #b1c554;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: 8px 0 115px;
}

/*---------- footerここまで ----------*/
@media screen and (max-width: 480px) {
  .tel {
    font-size: 24px;
    padding-left: 28px;
  }
  .tel::before {
    margin-right: 2px;
  }
  .sec-title {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .sec-title__sub {
    height: 22px;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .sec-title__sub > img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .sec-title__main {
    height: 36px;
  }
  .title-shape--white::after {
    content: "";
    width: 100%;
    height: 6px;
    margin: 20px auto 0;
    display: block;
    background: url(../img/title_shape_white.png) no-repeat center center/contain;
  }
  .title-shape--green::after {
    content: "";
    width: 100%;
    height: 6px;
    margin: 20px auto 0;
    display: block;
    background: url(../img/title_shape_green.png) no-repeat center center/contain;
  }
  .title-shape--blue::after {
    content: "";
    width: 100%;
    height: 6px;
    margin: 20px auto 0;
    display: block;
    background: url(../img/title_shape_blue.png) no-repeat center center/contain;
  }
  /*---------- headerここから ----------*/
  .header-logo {
    width: 180px;
  }
  .header__description {
    font-size: 11px;
  }
  /*----------　headerここまで ----------*/
  /*---------- footerここから ----------*/
  .footer-logo {
    width: 200px;
    margin-bottom: 10px;
  }
  .footer__address {
    font-weight: 400;
    margin-bottom: 20px;
  }
  .footer__tel {
    margin: 0 20px 10px;
  }
  .footer-right {
    width: 250px;
  }
  .footer-right .btn {
    margin-left: 10px;
  }
  .footer .copy-right {
    padding-bottom: 26vw;
    line-height: 1.2;
  }
  /*---------- footerここまで ----------*/
}
.mobile-menu {
  width: 100%;
  padding: 10px 40px;
}

.mobile-menu-btn {
  position: fixed;
  z-index: 1001;
  top: 15px;
  right: 15px;
  background: #b1c554;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
}

.mobile-menu-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  width: 45%;
}

.mobile-menu-btn span:nth-of-type(1) {
  top: 15px;
}

.mobile-menu-btn span:nth-of-type(2) {
  top: 23px;
}

.mobile-menu-btn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.mobile-menu-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.mobile-menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  visibility: hidden;
  text-align: left;
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #f2f9d4;
  padding: 40px 15px;
  overflow-y: auto;
  transition: all 0.6s;
  /*---------- sns-listここから ----------*/
  /*---------- sns-listここまで ----------*/
}
.mobile-nav__logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.mobile-nav__logo img {
  width: 100%;
}
.mobile-nav.active {
  visibility: visible;
  right: 0;
}
.mobile-nav-list {
  margin-bottom: 30px;
}
.mobile-nav .mobile-sns-list {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
}
.mobile-nav .mobile-sns-list__item {
  margin: 0 5px;
}
.mobile-nav__item {
  max-width: 480px;
  margin: 0 auto;
}
.mobile-nav__item a {
  font-size: 15px;
  width: 100%;
  padding: 0.8em 1em;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #b1c554;
  transition: all 0.3s;
}
.mobile-nav__item a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #b1c554;
  border-right: 2px solid #b1c554;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
}
.mobile-nav__item a:hover {
  background-color: #b1c554;
  opacity: 1;
}
.mobile-nav__item a:hover::after {
  border-color: #442800;
}
.mobile-nav__item:not(:last-child) {
  margin-bottom: 10px;
}

.mobile-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-info .address {
  margin-bottom: 5px;
}
.mobile-info .tel {
  margin-bottom: 30px;
}
.mobile-info .info__instagram {
  margin-bottom: 30px;
}

/*---------- 以下btnクラス ----------*/
.btn {
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.btn-primary {
  background-color: #74b4d8;
  padding: 1.0625em 1.5em;
  border-radius: 3em;
  color: #fff;
  position: relative;
}
.btn-mail {
  width: 200px;
  background-color: #74b4d8;
  padding: 1.0625em 1.5em;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
.btn-mail::after {
  position: absolute;
  top: 50%;
  left: 1.5625em;
  transform: translateY(-50%);
  content: "";
  width: 1.375em;
  height: 1em;
  display: block;
  background: url(../img/icon_mail_white.png) no-repeat center center/contain;
}
.btn-medium {
  max-width: 240px;
  width: 100%;
}
.btn-more {
  max-width: 240px;
  width: 100%;
}
.btn-large {
  padding: 1.5em;
  width: 100%;
  max-width: 350px;
}
.btn-center {
  margin: 0 auto;
}
.btn-arrow {
  position: relative;
}
.btn-arrow::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}

/*---------- btnクラスここまで ----------*/
/*---------- side-listここから ----------*/
.side-list {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s;
  max-width: 450px;
}
.side-list__item {
  max-width: 240px;
}
.side-list__item:first-child {
  width: 50%;
}
.side-list__item:nth-child(2) {
  width: 48%;
}
.side-list__item img {
  width: 100%;
}

/*---------- side-listここまで ----------*/
.pagenation {
  display: flex;
  justify-content: center;
}
.pagenation li {
  width: 3em;
  height: 3em;
  display: block;
  font-size: 1em;
  line-height: 3em;
  text-align: center;
  margin: 0 6px;
  background-color: #fff;
  color: #333;
}
.pagenation .current {
  background-color: #b1c554;
  color: #fff;
  font-weight: 600;
}

/*------------ prevnextここから --------------*/
.prev-next__area {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 15px 0;
  border-top: 2px solid #b1c554;
}
.prev-next__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  border: solid 2px #b1c554;
  padding: 0.5em;
  min-width: 75px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
}
.prev-next__link:hover {
  background-color: #b1c554;
  color: #fff;
}
.prev-next__link:hover.prev::before, .prev-next__link:hover.next::before {
  border-color: #fff;
}
.prev-next__link.prev {
  margin-right: auto;
}
.prev-next__link.prev::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #b1c554;
  border-left: 2px solid #b1c554;
  margin-right: 0.8em;
  position: absolute;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 1em;
}
.prev-next__link.next {
  margin-left: auto;
}
.prev-next__link.next::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #b1c554;
  border-right: 2px solid #b1c554;
  margin-left: 0.8em;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1em;
}

/*------------ prevnextここまで --------------*/
/*---------- 以下breadclumb ----------*/
.bread-clumb ul {
  display: flex;
  width: 100%;
  font-size: 12px;
  padding: 10px 0 0;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread-clumb li {
  display: flex;
  align-items: center;
}
.bread-clumb li:not(:last-child)::after {
  content: "＞";
  margin: 0 0.5em;
}
.bread-clumb li a {
  display: block;
  transition: color 0.3s;
}
.bread-clumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread-clumb li a:hover {
  color: #b1c554;
}