@charset "UTF-8";
html,
body {
  margin: 0; /* 余白の削除 */
  padding: 0; /* 余白の削除 */
  height: 100%; /* 縦の高さを100% */
  width: 100%; /* 横の幅を100% */
}
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  font-size: 16px;
  font-family: 'Rounded Mplus 1c';
  color: #4a3521;
}
h1,
h2,
h3 {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.pdlr0 {
  padding-left: 0px;
  padding-right: 0px;
}
.fit {
  object-fit: cover;
  object-position: middle;
  font-family: 'object-fit: contain;';
}
.pc-only {
}
.sp-only {
  display: block;
}
/*-------------------------------------
-------------------------------------*/

/*-------------------------------------
ヘッダー
-------------------------------------*/
nav ul {
  display: table;
}

nav ul li {
  display: table-cell;
  vertical-align: middle;
}
.category-name {
  text-align: center;
  margin-top: -3px;
  font-size: 0.6rem;
  color: #72b647;
  font-weight: bold;
}
.global-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  color: #72b647;
  width: 165px;
  height: 100vh;
  z-index: 50;
  -moz-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.4);
}
.global-menu ul,
.global-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-menu li {
  position: relative;
  display: block;
}
.global-menu-logo {
  background-color: #72b647;
}
.global-menu-logo img {
  width: 100%;
}
.global-menu-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.global-menu-link {
  height: 165px;
  text-align: center !important;
  border-bottom: 1px solid #72b647;
}
.global-menu-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px !important;
  color: #72b647;
  text-decoration: none;
}
.global-menu-link a:hover {
  background-color: rgba(114, 182, 17, 0.1);
}
.global-menu-link-icon {
}
.global-menu-link-icon img {
  width: 85px;
}
.global-menu-link-title {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.global-menu-sns {
  padding-top: 30px;
  text-align: center;
}
.global-menu-sns a {
  text-decoration: none;
}
.global-menu-sns a:hover {
  opacity: 0.8;
}
.global-menu-sns-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 0 2px;
  color: #fff;
  line-height: 30px;
  font-size: 1.1rem;
  padding-top: 1px;
  padding-left: 1px;
}
.fb {
  background-color: #29487d;
}
.insta {
  background-color: #000;
}
.twitter {
  background-color: #006dbf;
}
.global-menu-sns-icon a {
  text-decoration: none;
}
.global-menu-address {
  margin-top: 10px;
  text-align: center;
  color: #72b647;
}
.global-menu-address .owner {
  text-align: center;
  font-size: 0.8rem;
  font-family: 'Noto Sans', sans-serif;
}
.global-menu-address .tel {
  text-align: center;
  position: relative;
  top: -4px;
  font-size: 1rem;
  font-family: 'Noto Sans', sans-serif;
}
.global-menu-rel {
  position: relative;
}
.global-menu-footer {
  position: fixed;
  width: 165px;
  bottom: 0px;
  left: 0px;
  padding-bottom: 20px;
}
.main-area {
  position: relative;
  margin-left: 165px;
}
.banner {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
}
.banner a:hover {
  opacity: 0.9;
}
.banner img {
  border-radius: 50%;
  width: 200px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
.section-top {
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.top-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAF0lEQVQImWPw8fFpYGBgYECnCQuQphIAsboSFd2Cx8gAAAAASUVORK5CYII=)
    repeat;
}
.section-top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 90;
}
.section-top video {
  margin: 0 auto;
  z-index: 1;
  height: 100%;
}
.section-top-logo-box {
  position: relative;
  z-index: 90;
}
.section-top-logo-box img {
  width: 90%;
}
.section-box {
  padding: 40px 20px;
}
.section-topics {
  padding: 20px 0px;
  background-color: #fff;
}
.section-about {
}
.page-desc {
  padding: 50px 20px;
}
.section-title {
  color: #72b647;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.3rem;
  clear: both;
}
.section-title h1 {
  font-size: 2rem;
  font-weight: bold;
}
.section-title-jp {
  color: #005b35;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 4px;
  line-height: 1.5rem;
}
.title-box {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #005b35;
  z-index: 0;
}
.title-box:before {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 49%;
  z-index: 1;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #005b35;
}
.title-box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: 1px;
  z-index: 2;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top-color: #f6f1e9;
}
.title-box-w {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #005b35;
  z-index: 0;
}
.title-box-w:before {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 49%;
  z-index: 1;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #005b35;
}
.title-box-w:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 49%;
  margin-left: 1px;
  z-index: 2;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top-color: #fafaf8;
}
.bg-y {
  background-color: #f6f1e9;
}
.bg-y2 {
  background-color: #fafaf8;
}
.section-button {
  text-align: center;
  margin-top: 30px;
}
.section-button a {
  position: relative;
  text-decoration: none;
  color: #4a3521;
  display: inline-block;
  padding: 15px 0px;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
}
.section-button a:hover {
  background-color: #d6c4ab;
}
.button-arrow {
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 0.6rem;
  color: #72b647;
}
.shop-card {
  display: inline-block;
  width: 31.1%;
  margin: 1.1% 1.1%;
  float: left;
}

.section-shop-list {
  margin-top: 30px;
  height: auto;
  overflow: hidden;
}
.shop-list-box {
  padding: 15px;
  background-color: #fff;
  border-radius: 7px;
}
.section-shop-list a {
  text-decoration: none;
  color: #4a3521;
}

/*230322追加↓*/
/*店舗リンク部分*/
    .shoplink_container {
        background-color: #fafaf8;
        padding: 10px 15%;
        border-radius: 5px;
        margin: 0 auto 50px auto;
    }
    .image-map_shoplink a {
        text-decoration: none;
        color: #000;
    }
    .image-map_shoplink{
        text-align: left;
        list-style: none;
        margin-bottom: 0;
    }
    .row {
        margin-top: 30px;
    }
    .image-map_shoplink {
        width: 33%;
    }
    .image-map_shoplink{
        padding: 5px 5px 5px 5%;
        }
        
    .shoplink_container {
        display: flex;
        padding-bottom: 50px;
        position: relative;
        padding: 30px 5%;
    }

    .shoplink_container:before {
        content: '';
        position: absolute;
        top: -11%;
        left: 40%;
        margin-left: 1px;
        z-index: 2;
        width: 0;
        height: 0;
        border: 14px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 40px solid #fafaf8;
        border-left: 30px solid transparent; 
    }
.shop-list-box-catch {
    font-size: 13px;
}
/*230322追加↑*/

.trim-shop {
  overflow: hidden;
  width: 100%; /* トリミングしたい枠の幅 */
  max-width: 400px;
  min-height: 200px; /* トリミングしたい枠の高さ */
  height: auto;
  max-height: 200px;
  position: relative;
}
.trim-shop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200px;
}
.shop-card-box {
  padding: 15px;
  display: block;
  width: 100%;
  background-color: #fff;
}
.shop-card-box:hover {
  background-color: rgba(114, 182, 17, 0.1) !important;
}
.shop-card-box a {
  display: block;
  width: 100%;
}
.shop-list-box-info {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}
#container .mix {
  width: 31%;
  margin: 1.1% 1%;
  display: none;
  /*float: left;*/
}
.shop-list-box-name {
  font-size: 1.3rem;
  padding-top: 5px;
  line-height: 1.4rem;
}
.section-desc-info {
  text-align: center;
  color: #005b35;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 15px 0px;
  padding-top: 5px;
}
.mak-yel {
  background: linear-gradient(transparent 60%, #fff000 60%);
}
.section-shop-list-category-box {
  background-color: #fff;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
}
.section-shop-list-category-box:hover {
  background-color: #fff000;
}
.category-active {
  background-color: #fff000;
}
.section-shop-list-category-box-icon {
  display: inline-block;
}
.section-shop-list-category-box-icon img {
  width: 60px;
}
.section-shop-list-category-box-name {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5rem;
  vertical-align: middle;
  padding-left: 15px;
}
.category-arrow {
  position: absolute;
  right: 10px;
  top: 45%;
  font-size: 0.6rem;
  color: #72b647;
}
.section-shop-list-category .row {
  margin-bottom: 25px;
}
.section-shop-list-category a {
  text-decoration: none;
  color: #4a3521;
}
.header-box {
  padding: 15px 0px;
  padding-left: 20px;
}
.header-box h1 {
  display: inline-block;
  padding-left: 5px;
}
.header-ph {
}
.header-ph img {
  width: 100%;
}
.breadcrumbs a {
  text-decoration: none;
  color: #4a3521;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.bread-list {
  padding: 2px 0px;
}
.single-box {
  padding-top: 20px;
  padding-bottom: 80px;
}
.pdtb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-title h2 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: bold;
}
.shop-box {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 20px;
}
.shop-box-name {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.shop-box-tel {
  font-size: 1.3rem;
}
article {
  position: relative;
}
.shop-box-url {
  margin-top: 5px;
  padding: 5px;
}
.shop-box-url a {
  text-decoration: none;
  color: #4a3521;
  padding: 5px 40px;
  border: 2px solid #4a3521;
  border-radius: 20px;
  font-size: 0.9rem;
}
.shop-box-url a:hover {
  text-decoration: none;
  background-color: #4a3521;
  color: #f6f1e9;
}
.shop-box-category {
  padding: 15px 0px;
}
.shop-box-category-product {
  display: inline-block;
  margin: 5px;
}
.shop-topics {
  position: relative;
  background-color: #fff;
  padding: 10px;
}
.shop-topics-title {
  position: relative;
  color: #72b647;
  font-size: 1.2rem;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.shop-topics-list {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px;
  width: 100%;
  font-size: 0.9rem;
}
.shop-topics-list ul,
.shop-topics-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-topics-list ul {
  width: 100%;
}
.shop-topics-list li:first-child {
  width: 100%;
  border-bottom: 1px solid #72b647;
  line-height: 2.4rem;
}
.shop-topics-list li:nth-child(n + 2) {
  line-height: 2.4rem;
}
.w90 {
  width: 90%;
  margin: 0 auto;
}
.pdr0 {
  padding-right: 0px;
}
.shop-ph-wide {
  margin-top: 35px;
}
.shop-ph-wide img {
  width: 100%;
  /* object-fit:cover;
	object-position: middle;
	font-family: 'object-fit: cover; object-position: middle;'
	*/
}
.shop-box-desc {
  margin-top: 35px;
  padding-bottom: 15px;
}
.shop-box-desc-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.shop-box-desc-text {
  width: 70%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 5px;
  line-height: 1.7rem;
}
.shop-box-desc-logo {
  text-align: center;
  margin: 20px 0px;
}
.shop-box-desc-logo img {
  max-width: 300px;
}
.shop-box-int-ph {
}
.shop-box-int-ph img {
  width: 100%;
}
.shop-box-int-text {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.9rem;
  line-height: 1.6rem;
}
.shop-box-int {
  margin: 30px 0px;
}
.shop-box-int-catch {
  font-size: 1.3rem;
  padding-bottom: 15px;
}
.shop-box-gallery ul,
.shop-box-gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-box-gallery {
  text-align: center;
  margin-bottom: 20px;
}
.shop-box-gallery li {
  display: inline-block;
}
.shop-box-gallery img {
  height: 220px;
  width: 220px;
  object-fit: cover;
  object-position: middle;
  font-family: 'object-fit: cover; object-position: middle;';
}
.shop-box-spot {
  position: relative;
  padding: 20px 0px;
  border-top: 1px solid #72b647;
  border-bottom: 1px solid #72b647;
  min-height: 450px;
}
.shop-box-spot:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url('../img/img_spot_left.png');
}
.shop-box-spot:after {
  position: absolute;
  top: 0;
  right: 0;
  content: url('../img/img_spot_right.png');
}
.shop-box-spot-title01 {
  margin-top: 30px;
  text-align: center;
  font-size: 1.1rem;
  color: #72b647;
}
.shop-box-spot-title02 {
  text-align: center;
  font-size: 1.5rem;
  color: #72b647;
}
.shop-box-spot-catch {
  text-align: center;
  padding: 10px 0px;
  font-size: 1.2rem;
}
.shop-box-spot-text {
  text-align: justify;
  text-justify: inter-ideograph;
  width: 50%;
  font-size: 0.9rem;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 20px;
}
.section-desc-instagram {
}
.section-insta-info {
  padding-top: 40px;
  text-align: center;
  font-size: 1.5rem;
}
.gmap {
  height: 300px;
  background-color: #aaa;
}
.footer-box {
  background-color: #72b647;
  padding: 40px 0px;
  color: #fff;
  text-align: center;
}
.footer-box img {
  width: 300px;
}
.section-about-text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}
.section-about-movie {
}
.section-about-box {
  margin-top: 20px;
}
.footer-copyright {
  padding: 10px;
  color: #fff;
  background-color: #4a3521;
  text-align: center;
  font-size: 0.8rem;
}
.fit {
  object-fit: cover;
  object-position: middle;
  font-family: 'object-fit: contain;';
}
.blog-list-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog-list-box a {
  text-decoration: none;
  color: #4a3521;
}
.blog-list-box:hover {
  background-color: rgba(114, 182, 17, 0.1) !important;
}
.blog-list-thum {
}
.blog-list-thum img {
  width: 100%;
}
.blog-list-title h2 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.blog-list-title {
  padding: 10px 0px;
}
.blog-list-desc {
  position: relative;
  font-size: 0.9rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.section-topics-list a {
  text-decoration: none;
  color: #4a3521;
}
.section-topics-list a:hover {
  color: #72b647;
}
.desc-arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 0.6rem;
  color: #72b647;
}
.min-h {
  min-height: 400px;
}
.section-desc {
  margin-top: 35px;
}
.section-about-map {
  margin: 20px 0px;
}
.section-about-map img {
  width: 100%;
}
.section-topics-list ul,
.section-topics-list li {
  list-style: none;
}
.page-desc-ph {
}
.page-desc-ph img {
  width: 100%;
}
.page-desc-col {
  margin: 20px 0px;
}
.page-desc-text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}
.page-desc-catch {
  font-size: 2rem;
  text-align: center;
  line-height: 2.4rem;
  padding-bottom: 20px;
}
.page-desc-col-catch {
  font-size: 1.5rem;
  padding-bottom: 15px;
}
.page-desc-ph-wide img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: middle;
  font-family: 'object-fit: cover; object-position: middle;';
}
.page-desc-section {
  padding: 40px 0px;
}
.page-desc-icon {
  text-align: center;
  padding-top: 20px;
}
.page-desc-icon-text {
  text-align: center;
  font-size: 2.2rem;
  color: #72b647;
  font-weight: bold;
}
.page-desc-w65 {
  padding: 20px 0px;
  width: 60%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}
.page-desc-map {
  padding: 50px 0px;
  text-align: center;
}
.page-desc-map-title {
  font-size: 1.5rem;
  padding-bottom: 40px;
}
.page-desc-map-ph {
  margin-bottom: 30px;
}
.page-desc-map-ph img {
  max-width: 100%;
}
.page-desc-map a {
  text-decoration: none;
  color: #4a3521;
}
.entry-title {
  margin-top: 40px;
}
.entry-desc {
  width: 80%;
  margin: 0 auto;
  padding: 30px 2px;
  padding-bottom: 60px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.entry-desc img {
  max-width: 100%;
  height: auto;
}
.entry-date {
  padding-top: 5px;
  width: 80%;
  margin: 0 auto;
}
.blog-thum {
  margin-bottom: 15px;
}
.blog-thum img {
  height: 10px;
  width: 100%;
  object-fit: cover;
  object-position: middle;
  font-family: 'object-fit: cover; object-position: middle;';
    /*20230929追加*/
    display: none;
}

@media (max-width: 1080px) {
  #container .mix {
    width: 48%;
    margin: 1.1% 1%;
    display: none;
  }
  .shop-topics-title {
    padding: 20px 0px;
  }
  .shop-box-int-catch {
    padding-top: 15px;
  }
}
@media (max-height: 800px) {
  .global-menu-link {
    height: 120px;
  }
  .global-menu-link a {
    padding: 10px 5px !important;
  }
  .global-menu-link-icon img {
    width: 70px;
  }
  .global-menu-sns {
    padding-top: 15px;
  }
  .global-menu-footer {
    position: relative;
  }
}
