.hero-img{
    width:100vw;
    overflow:hidden;
    position: relative;
}
.hero-img img{
    /* width:100%; */
    /* display:block; */
}
#dailylife .caption {
    position: absolute;
    right: 26px;
    bottom: 24px;
    font-size: 11px;
    letter-spacing: .2em;
    color: #fff;
    pointer-events: none;
    white-space: nowrap;
}
.pc{display: block!important;}
.sp{display: none!important;}

.daily-life {
  padding: 90px 0 80px;
  background: #fff;
}

.daily-life__title {
    font-size: 1.5rem;
    letter-spacing: 0.25em!important;
    color: #c4b48a;
    margin: 100px auto;
    font-weight: 400;
    font-family: "Cinzel", serif!important;
    max-width: 1200px;
    text-align: left;
}

.daily-life__top {
  /* display: flex;
  align-items: center; */
  padding: 0 0 100px 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #978357;
  /* position: relative; */
}

.daily-life__text {
  max-width: 380px;
  margin-right: 5vw; 
  margin-left: max(0px, calc((100vw - 1200px) / 2));
  font-family: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
}

.daily-life__main-img {
  margin-left: auto;
  width: 70vw;
  max-width: 1300px;
  position: relative;
}

/* 画像本体 */
.daily-life__main-img img {
  width: 100%;
  height: auto;
  display: block;
}
.daily-life__text h3 {
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  margin: 0 0 40px;
  font-weight: 400;
}

.daily-life__text p {
  font-size: 1rem;
  line-height: 2.2;
}

.daily-life__main-img figcaption {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #ffffff;
  opacity: 0.8;
}

.daily-life__gallery-wrap {
  width: 100%;
  position: relative;
  padding: 0 0 40px;
  max-width: 1400px;
  margin: auto;
}
/* 
.daily-life__gallery-inner {
  display: flex;
  gap: 24px;
  padding: 0 40px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
} */
.daily-life__gallery-inner::-webkit-scrollbar {
  display: none;
}

/* .daily-life__card {
  flex: 0 0 260px;
  margin: 0;
  font-size: 12px;
  color: #333;
  font-family: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
} */

.daily-life__card img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin-bottom: 8px;
}

.daily-life__card figcaption {
  line-height: 1.6;
}

.scrollbar {
  width: 50%;
  height: 8px; 
  position: relative;
  margin: 80px auto 0;
}

.scrollbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 1px;
  background: #e5e5e5;
}

.scrollbar-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 80px;
  background: #9f9f9f;
  transition: transform .15s linear;
}
/* .daily-life__gallery-inner {
  display: flex;
  gap: 24px;
  padding: 0 40px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  justify-content: space-between;
} */
 .daily-life__gallery-wrap {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-bottom: 40px;
}

.daily-life__gallery-inner {
  display: flex;
}

.daily-life__card {
  width: auto;
  margin: 0;
  font-size: 12px;
  color: #333;
  font-family: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
    filter: drop-shadow(2px 4px 6px black);
}
.scrollbar {
  width: 50%;
  height: 8px; 
  position: relative;
  margin: 40px auto 0;
}

.scrollbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 1px;
  background: #e5e5e5;
}

.scrollbar-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 80px;
  background: #9f9f9f;
  transition: transform .15s linear;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.15);
}
.swiper-pagination-progressbar-fill {
  background: #666;
}

.daily-life__gallery-inner::-webkit-scrollbar {
  display: none;
}
.daily-life__card img{
  height: 190px;
}
.daily-life__gallery-inner.is-dragging {
  cursor: grabbing;
}
.scrollbar-thumb {
  cursor: grab;
}
.is-drag-thumb .scrollbar-thumb {
  cursor: grabbing;
}
.gourmet{
  color: #978357;
  font-size: 1rem;
    line-height: 1;
    padding-top: 10px;
  font-family: "Cinzel", serif;
  letter-spacing: 1px;
}
#head{
  position: relative;
}
  #head .head-title{
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 2.5rem;
    font-family: "Cinzel", serif;
    letter-spacing: 0.25em;
    right: 10vw;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
@media (max-width: 768px) {
    #head .head-title{
    font-size: 1.5rem;
  }
  .daily-life__top {
    flex-direction: column;
    padding: 0 0 40px;
  }
  .daily-life__text {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .daily-life__main-img {
    width: 100%;
    max-width: none;
  }
  .daily-life {
    padding: 60px 0 60px;
  }

  .daily-life__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0 20px 50px;
    gap: 30px;
  }

  .daily-life__text {
    margin: 0 0 24px;
    max-width: none;
  }

  .daily-life__main-img {
    width: 100%;
  }

  .daily-life__gallery-inner {
    padding: 0 16px 10px;
  }

  /* .daily-life__card {
    flex: 0 0 220px;
  } */
  .daily-life__card figcaption {
    font-size: 0.7rem;
  }
}

.edu-block {
  padding: 100px 0;
  background:#fff;
}
.edu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  border: solid 1px #978357;
}

.edu-title {
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  margin: 0 0 50px;
  color: #978357;
  font-weight: 400;
}
.edu-lead {
  font-size: 1rem;
  line-height: 2.2;
  color: #978357;
}

.edu-body {
  display:flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}

.edu-photo {
  margin: 0;
  flex: 0 0 620px;
  position: relative;
}
.edu-photo img {
  display:block;
  width:100%;
  height:auto;
}
.edu-photo figcaption {
  position:absolute;
  right: 12px;
  bottom: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color:#ffffff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
}

.edu-list {
  flex: 1;
  color: #595757;
}
.edu-list ul {
  list-style:none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #978357;
}
.edu-list li {
  padding: 6px 10px;
  border-bottom: 1px solid #978357;
  line-height: 1.9;
}

@media (max-width: 768px){
  .edu-block {
    padding: 0 0 60px;
  }
  .edu-inner {
    padding: 30px 20px;
    width: 90%;
  }
  .edu-title{
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .edu-head{
    width: 100%;
  }
  .edu-body {
    flex-direction:column;
    gap: 24px;
  }
  .edu-photo {
    flex: 0 0 auto;
  }
}
#content{
    padding: 100px 0;
}
.flex-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 50px 0;
    margin: auto;
    align-items: end;
}
.column{
    width: 48%;
    display: flex;
    align-items: end;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 5%;
}
/*左側へ要素を広げる（2カラム）*/
.column-outside-left{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 5%;
    max-height: 950px;
    overflow: hidden;
}
.column-outside-right img{
    object-fit: cover;
    display: block;
}
.column-outside-left img{
    object-fit: cover;
    height: 115vh;
}
.column-outside-left img.img3rd{
    object-fit: cover;
    height: 80vh;
}
.column-outside-left{
    position: relative;
}
.column-outside-left::before{
    content: "\0032\70b9\ff1a\3057\306a\304c\308f\6c34\65cf\9928\ff08\5f92\6b69\0031\0030\5206\ff09";
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
    z-index: 1;
    font-size: 0.7rem;
}
.column-outside-left p,
.column-outside-right p{
    padding: 0!important;
}
.reverse{
    flex-direction: row-reverse;
}
.reverse .column{
    display: block;
}
.back-g{
    background-color: #005155;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.back-g .flex-wrap{
    align-items: flex-end;
}
.back-g p{
    color: #fff;
}
.big{
    font-size: 1.3rem;
}
.right-wide{
    margin-right: calc(50% - 50vw);
    max-width: 100%;
    width: 92%;
}

#content .title{
    color: #005155;
    font-size: 1.5rem;
    letter-spacing: 2px;
    display: block;
    padding-top: 10px;
}
#content .sub-title{
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 40px;
    display: block;
    padding: 30px 0;
}
#content p{
    line-height: 40px;
    padding-bottom: 30px;
}

#lifeinfo{
    padding-bottom: 50px;
    background-color: #f5f3ee;
}
#lifeinfo .title img{
    height: 40px;
    width: auto;
}
.panel {
    overflow: hidden;
    height: 0;
    opacity: 0;
    margin: auto;
    box-shadow:unset;
    border: unset;
    border-radius: unset;
    background-color: unset!important;
}
.panel.active {
    overflow: visible;
    height: auto;
    opacity: 1;
    transition: opacity .8s ease-in-out;
}
.w-wrap{
    width: 100%;
    margin: auto;
}
.hr{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    margin-bottom: -1px;
    column-gap: 10px;
}
.hr .tab{
    width: calc(100%/4);
    padding: 10px 15px;
    color: #978357;
    border-bottom: unset;
    letter-spacing: 2px;
    line-height: 20px;
    cursor: pointer;
    border: solid 1px #978357;
    text-align: center;
    align-content: center;
    font-size: 13px;
}
.hr .tab.active{
    background-color: #978357;
    color: #fff;
}
.hr .tab:last-child{
    border-right: solid 1px #3A8290;
}
.shopinfo{
    max-width: 1200px;
    margin: 0 auto 50px;
    background-color: #e3ebec;
    padding: 30px 30px 0;
}
#content .shopinfo .title{
    color: #333;
    display: block;
    text-align: center;
    font-size: 1.2rem;
}
.shopinfo .column{
    width: calc(90%/4);
}
.shopinfo .flex-wrap{
    padding: 30px 0;
}
#content .shopinfo p{
    line-height: 30px;
}
.open2025{
    position: relative;
    font-size: 0.6rem;
}
.imgcap{
    position: relative;
}
.imgcap:before{
    position: absolute;
    content: "\203b\63b2\8f09\306e\60c5\5831\306f\0020\0032\0030\0032\0034\0020\5e74\0020\0036\0020\6708\6642\70b9\306e\60c5\5831\3067\3059\3002";
    right: 0;
    bottom: -25px;
    font-size: 0.7rem;
}
.note{
    line-height: 30px;
    font-size: 0.75rem;
}



.location-map__inner {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.location-map__map {
  flex: 0 0 66%;
  margin: 0;
  position: relative;
}

.location-map__map img {
  display: block;
  width: 100%;
  height: auto;
}

.location-map__map figcaption {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.location-map__side {
  flex: 0 0 31%;
  display: flex;
  flex-direction: column;
}
.location-map__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #595757;
}
.location-map__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}
.location-map__num {
  flex: 0 0 auto;
  min-width: 15px;
  height: 15px;
  border-radius: 0px;
  background: #b49355;
  color: #fff;
  font-size: 0.6rem;
  line-height: 15px;
  text-align: center;
  font-family: "Cinzel","Bellefair",serif;
  margin-top: 2px;
}
.location-map__photos {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.location-map__photo {
  margin: 0;
}

.location-map__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.location-map__photo figcaption {
  margin-top: 4px;
  font-size: 0.7rem;
  color: #595757;
  text-align: right;
  line-height: 15px;
}

/* NOTE: 右下の3枚を横並びにしたい場合：
.location-map__photos {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
*/

.location-map__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #595757;
  border-top: 1px solid #978357; 
}
.location-map__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #978357;
  letter-spacing: 0px;
  font-size: 0.85rem;
}
.location-map__photos {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  gap: 10px;
}
.location-map__photo {
  margin: 0;
}
.location-map__photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .location-map__inner {
    flex-direction: column;
    gap: 30px;
  }
  .location-map__map,
  .location-map__side {
    flex: 0 0 auto;
    width: 100%;
  }
  .location-map__photos {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0px;
  }
    .pc{display: none!important;}
    .sp{display: block!important;}
    #location #info .wrap{
        font-size: 0.8rem;
        line-height: 25px;
        padding: 35px 0;
        letter-spacing: 3px;
    }
    .title {
        font-size: 1.3rem;
        margin-bottom: 30px!important;
    }
    #lication {
        margin-top: -150px;
    }
    #lication .column {
        padding: 10px;
    }
    .flex-wrap {
        padding: 50px 0 0;
    }
    #lication .flex-wrap {
        padding: 50px 0;
    }
    .column{
        width: 100%;
        margin: auto;
        flex: auto;
        max-height: 100%;
    }
    .column p {
        line-height: 30px!important;
        padding-bottom: 30px;
        width: 95%;
        margin: auto;
        font-size: 0.8rem;
    }
    .column-outside-left img,
    .column-outside-left img.img3rd {
        height: auto;
    }
    #content {
        padding: 0;
    }
    #content .title {
        padding-top: 30px;
    }
    #content .sub-title {
        padding-top: 0;
    }
    #lifeinfo .title img{
        height: 20px;
    }
    .hr{
        width: 95%;
        column-gap: 5px
    }
    .hr .tab{
        font-size: 0.5rem;
        padding: 5px;
        line-height: 10px;
    }
    #lifeinfo .wrap{
        margin-bottom: 0!important;
        width: 100%;
        padding: 25px 10px;
    }
    .back-g{
        margin-top: 30px;
    }
    .back-g .flex-wrap{
        padding-bottom: 50px;
        gap: 10px;
    }
    .right-wide{
        width: 100%;
        margin: 0 auto -100px;
    }
    .shopinfo .flex-wrap{
        gap: 10px;
    }
    .shopinfo .column{
        width: calc(90%/2);
    }
    .note{
        line-height: 25px;
        font-size: 0.65rem;
    }
    .daily-life__title{
      margin: 30px auto 80px;
      width: 90%;
    }
    .daily-life__text h3 {
      font-size: 1rem;
      margin-bottom: 30px;
    }
    .daily-life__text p{
      font-size: 12px;
      line-height: 35px;
    }
    .scrollbar {
        width: 80%;
        margin: 50px auto 0;
    }
    .edu-list{
      width: 100%;
    }
}



.lifeinfo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #595757;
}
.lifeinfo-item {
  padding: 10px 0;
  border-top: 1px solid #978357;
}
.lifeinfo-item:last-child {
  border-bottom: 1px solid #978357;
}
.lifeinfo-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
margin-bottom: 10px;
    border-bottom: dotted 1px #978357;
    padding-bottom: 10px;
}
.lifeinfo-head .title {
  margin: 0;
      line-height: 1.5;
    font-size: 0.8rem;
}
.lifeinfo-head.no-dot{
  border: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}
.lifeinfo-body {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.lifeinfo-item.simple .lifeinfo-body {
  display: none;
}
.lifeinfo-col {
  flex: 1 1 0;
}
.group + .group {
  margin-top: 10px;
}
.group-title {
  margin: 0 0 6px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #978357;
}
.group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.group ul li {
  line-height: 1.8;
  font-size: 0.75rem;
  color: #595757;
}
.group ul .en{
  letter-spacing: -1px;
}
@media (max-width: 768px) {

  .lifeinfo-body {
    gap: 50px;
  }
  .lifeinfo-head .title {
    font-size: 0.85rem;
    margin-bottom: 0!important;
  }
}