@charset "UTF-8";
body {
  background-color: #f8faff;
  color: #333333;
  font-size: 1rem;
}

a {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

#main {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 60px;
  }
}
#main h2.custom-title {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  color: #333;
  border-left: none;
  margin-bottom: 60px;
  font-size: clamp(1.125rem, 0.6363636364rem + 1.8181818182vw, 2rem);
}
@media screen and (max-width: 767px) {
  #main h2.custom-title {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
#main h2.custom-title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #7ebb77;
}
#main h2.custom-title::first-letter {
  border-left: none;
}
@media screen and (max-width: 767px) {
  #main .list a {
    background-size: 20px;
    background-position: 95% 90%;
  }
}
#main .shop_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #main .shop_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main .shop_cards .shop_card {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #main .shop_cards .shop_card {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main .shop_cards .shop_card .shop_card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #main .shop_cards .shop_card .shop_card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .shop_cards .shop_card .shop_card_inner .shop_card_image {
  width: 100%;
}
#main .shop_cards .shop_card .shop_card_inner .shop_card_content {
  width: 100%;
}
#main .shop_cards .shop_card h4 {
  color: #7ebb77;
  font-size: 120%;
  padding: 0;
}
#main .shop_cards .shop_card p {
  padding: 0;
  margin-top: 0;
}
#main .shop_cards .btn-wrap {
  margin-top: 20px;
}
#main address {
  font-style: normal;
  border-radius: 10px; /*角丸の指定*/
  text-align: center; /*内容をセンタリング*/
  line-height: 1.5; /*行間*/
  padding: 5px; /*ボックス内の余白*/
}
#main address .tel {
  font-size: 40px; /*文字サイズ*/
  background: url(../images/icon_tel.png) no-repeat left center/30px; /*電話番号アイコンの読み込み*/
  padding-left: 45px; /*電話番号アイコンの幅をここで調整する*/
}
#main address .map {
  font-size: 40px; /*文字サイズ*/
  background: url(../images/icon_map.png) no-repeat left center/30px; /*電話番号アイコンの読み込み*/
  padding-left: 45px; /*電話番号アイコンの幅をここで調整する*/
}
#main .btn,
#main a.btn,
#main button.btn, #main .wpcf7-submit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  max-width: 435px;
  margin: 0 auto;
}
#main .btn.btn--map,
#main a.btn.btn--map,
#main button.btn.btn--map, #main .wpcf7-submit.btn--map {
  text-align: left;
}
#main .btn--map {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}
#main .btn--map a:hover {
  text-decoration: none;
}
#main .btn--map .fas {
  color: #333;
}
#main .btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}
#main a.btn-pc-sp {
  margin-top: 40px;
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: white;
}
#main a.btn--contact {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  background: #f28705;
  -webkit-box-shadow: 0 5px 0 #c46d03;
  box-shadow: 0 5px 0 #c46d03;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  #main a.btn--contact {
    font-size: 1.1rem !important;
  }
}
#main a.btn--contact:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #c46d03;
          box-shadow: 0 0 0 #c46d03;
}
#main a.btn--contact i {
  font-size: 1.2rem;
}
#main a.btn--contact i.fa-position-left {
  font-size: 1.2rem;
  left: 2rem;
}
#main a.btn--contact :hover {
  color: #fff;
}
#main a.btn--tel {
  display: block;
  margin-top: 15px;
  padding: 1rem 0;
  color: #fff;
  background: #5b9f53;
  -webkit-box-shadow: 0 5px 0 #5b9f53;
  box-shadow: 0 5px 0 #7ebb77;
  border: 1px solid #5b9f53;
}
#main a.btn--tel:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #7ebb77;
          box-shadow: 0 0 0 #7ebb77;
}
#main a.btn--tel i {
  font-size: 1.2rem;
}
#main a.btn--tel i.fa-position-left {
  font-size: 1.6rem;
  left: 2rem;
}
#main a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #5b9f53;
  border-radius: 0.5rem;
  background: #fff;
}
#main a.btn--tel:hover {
  color: #fff;
}
#main .fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
#main .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
#main a.btn--contact i {
  font-size: 2rem;
}
#main a.btn--contact i.fa-position-left {
  font-size: 2rem;
  left: 2rem;
}
#main a.btn--contact .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #eb6100;
  border-radius: 0.5rem;
  background: #fff;
}
#main a.btn--contact:hover {
  color: #fff;
}
#main .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #main .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .btns .anker_btn a {
  padding: 10px 60px;
  border: 1px solid #7ebb77;
  border-radius: 40px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: white;
  background: #7ebb77;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #main .btns .anker_btn a {
    padding: 10px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#main .btns .anker_btn a:hover {
  background: #fff;
  color: #7ebb77;
}
#main .btns .anker_btn a:hover .fas {
  color: #7ebb77;
}
#main .btns .anker_btn a .fas {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-size: 1.2rem;
}
#main .btns.btns_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.info_section .btns {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.info_section .btns {
    margin-top: 0;
  }
}
section.info_section .mgt {
  margin-top: 20px;
}

.lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lists .list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .lists .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .lists .list div.image {
    width: 50%;
  }
  .lists .list div.image figure {
    width: 100%;
  }
  .lists .list div.image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lists .list div.content {
    width: 50%;
    padding-left: 20px;
  }
  .lists .list div.content h4 {
    padding: 0 !important;
    text-align: left;
  }
}
.lists .list ul {
  list-style: none;
}

.btn_link {
  display: block;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #7ebb77;
  border-radius: 10px;
}
.btn_link a.btn_link {
  text-decoration: none;
  color: #7ebb77;
}

div.map {
  margin-top: 40px;
  aspect-ratio: 16/9;
}
div.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 10px;
}

.container_s {
  max-width: 850px;
  margin: 0 auto;
}

.container_xs {
  max-width: 680px;
  margin: 0 auto;
}

.swiper_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .swiper_wrap {
    margin-bottom: 10px;
  }
}
.swiper_wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.swiper_wrap .thumbsSwiper {
  margin-top: 20px;
}

section.about_section .btns {
  margin-top: 0;
  margin-bottom: 40px;
}

.img_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.img_text .img_wrap {
  width: 50%;
}
.img_text .text_wrap {
  width: 50%;
}

#main section.related_links {
  padding: 15px;
  margin-bottom: 20px;
  background: #f5f5f5;
  border: solid 1px #dbdbdb;
  -webkit-box-shadow: 0px 0px 1px 1px #fff inset;
  box-shadow: 0px 0px 1px 1px #fff inset;
  border-radius: 10px;
}
#main section.related_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  gap: 20px;
  padding: 0px 20px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #main section.related_links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main section.related_links ul li {
  width: 50%;
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  #main section.related_links ul li {
    width: 100%;
  }
}
#main section.related_links ul li .btn-wrap {
  width: 100%;
}
#main section.related_links ul li a {
  text-decoration: none;
}
#main section.related_links ul li a h3 {
  border: none;
  padding-left: 0;
  margin-bottom: 0;
}
#main section.related_links ul li a h3::first-letter {
  border-left: none;
  padding-left: 0;
}
#main section.related_links ul li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

section.greeting .greeting_text {
  padding: 60px 0 !important;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.greeting .greeting_text {
    font-size: 1rem;
  }
}
section.greeting .container_xs p {
  margin-bottom: 20px;
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

section.history .history_table tr th {
  width: 165px;
  text-align: left;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  section.history .history_table tr th {
    width: 9em;
  }
}

table a {
  text-decoration: underline;
  color: #7ebb77;
}

section.news_archive .news_archive_list {
  margin-top: 20px;
}
section.news_archive .news_archive_list a:hover {
  text-decoration: none;
}

.pager {
  margin-top: 60px;
  margin-bottom: 60px;
}
.pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .nav-links .page-numbers {
  padding: 10px 20px;
  border: 1px solid #7ebb77;
  border-radius: 10px;
}
.pager .nav-links .page-numbers.current {
  background: #7ebb77;
  color: #fff;
}
.pager .nav-links a {
  text-decoration: none;
}
.pager .nav-links a:hover {
  background: #7ebb77;
  color: #fff;
}

section.news_single p.date {
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
section.news_single .news_content_wrap .thumb {
  text-align: center;
  margin: 40px 0;
}
section.news_single .news_content_wrap .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  max-width: 600px;
}
section.news_single .news_content_wrap .news_content ul {
  list-style: disc;
  margin-left: 20px;
}
section.news_single .news_content_wrap .news_content ol {
  list-style: decimal;
  margin-left: 20px;
}

section.eigyou_days {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
section.eigyou_days + section.eigyou_days {
  border-bottom: none;
}

header address .tel {
  color: #7ebb77;
  font-size: 150%;
  background: url(../images/icon_tel.png) no-repeat left center/26px;
  padding-left: 35px;
}
header address .name {
  margin-top: 10px;
  display: inline-block;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
  margin-left: 10px;
}

select {
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .table-form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table-form tr th {
  background-color: #f5f5f5;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .table-form tr th {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .table-form tr td {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}
.table-form tr td .zipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.table-form tr td .zipcode input {
  width: 100px;
}
.table-form tr .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  form .c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.js-toggle-btn {
  cursor: pointer;
}

.hide_section {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hide_section.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
}

aside h2 {
  font-size: clamp(1.5rem, 0.1038961039rem + 5.1948051948vw, 4rem);
}

/* スマホ用メニューボタン */
#menubar_hdr {
  display: none;
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #7ebb77;
  border-radius: 4px;
}
#menubar_hdr span {
  display: block;
  position: absolute;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#menubar_hdr span:nth-of-type(1) {
  top: 15px;
}
#menubar_hdr span:nth-of-type(2) {
  top: 24px;
}
#menubar_hdr span:nth-of-type(3) {
  top: 33px;
}
#menubar_hdr.close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
#menubar_hdr.close span:nth-of-type(2) {
  opacity: 0;
}
#menubar_hdr.close span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}
#menubar_hdr span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}
#menubar_hdr span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}
#menubar_hdr span:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

/* スマホ用メニュー */
#menubar-s {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 990;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 90px 20px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#menubar-s ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
  word-break: break-all;
}
#menubar-s li {
  margin-bottom: 10px;
  width: 100%;
}
#menubar-s li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#menubar-s li span {
  display: block;
  font-size: 0.8em;
  opacity: 0.7;
}

/* レスポンシブ設定 */
@media screen and (max-width: 900px) {
  #menubar_hdr {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  #menubar-s {
    display: none !important;
  }
}
header .address_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  header .address_wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  header .address_wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .address_wrap address {
  top: 0;
  bottom: auto;
}
header .address_wrap address + address {
  top: auto;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  #sidebar {
    display: none;
  }
}
form .privacy {
  margin-top: 40px;
  max-height: 300px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
form .privacy h3 {
  margin-bottom: 20px;
}
form .privacy dl {
  margin-bottom: 20px;
}
form .privacy dl dt {
  font-weight: bold;
}
form p.c {
  margin-top: 40px;
}
form .accept {
  margin-top: 40px;
}
form .accept p {
  text-align: center;
}
form .accept label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form span.required {
  color: red;
  font-size: 12px;
  margin-left: 5px;
}

.not_get_mail {
  margin-top: 40px;
}
.not_get_mail a {
  color: #7ebb77;
  text-decoration: underline;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-spinner {
  display: block;
  margin-top: 20px;
}

.swiper img {
  width: 100%;
}
.swiper .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.mySwiper2 {
  width: 100%;
  aspect-ratio: 16/9;
}

.mySwiper {
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.custom-title_h3 {
  margin-top: 20px;
}

.custom-title_h3_style2 {
  margin-top: 0;
}

section#new {
  clear: both;
}/*# sourceMappingURL=common.css.map */