@charset "UTF-8";

/*----------------------------------------------------
  .mv
----------------------------------------------------*/
.mv {
  width: 100%;
  height: auto;
  position: relative;
}

.mv::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
}

.swiper-slide,
.swiper-slide-active {
  position: relative;
}

.slide-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 2;
}

.slide-img>picture {
  height: 100%;
  position: relative;
  z-index: 2;
}

.slide-img>img,
.slide-img>picture>img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: blur1 .5s linear 0s;
  animation-fill-mode: both;
}

@keyframes blur1 {
  0% {
    filter: blur(20px);
  }

  100% {
    filter: blur(0);
  }
}

.swiper1 .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 2.5%;
  left: initial;
  bottom: initial;
  transform: translate(0, -50%);
  mix-blend-mode: difference;
  z-index: 1;
}

.swiper1 .swiper-pagination-bullet {
  box-sizing: border-box;
  display: block;
  opacity: 1;
  position: relative;
  transform: scale(.9);
  transition: transform .3s ease;
  width: 48px;
  height: 48px;
  border-radius: 0;
  margin: 10px 4px !important;
  padding: 13px 0;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  color: #A7A7A7;
}

.swiper1 .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 20px;
}

.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper1 .swiper-pagination-bullet .circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1 {
  stroke-dasharray: 152px;
  stroke-dashoffset: 152px;
  stroke: #A7A7A7;
}

.swiper-pagination-bullet-active .circle {
  transform: scale(1) rotate(-90deg);
}

.swiper-pagination-bullet-active .circle1 {
  animation: sliderPagination 4s linear forwards;
}

@keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
  }
}

.swiper-slide-active .slide-img picture,
.swiper-slide-duplicate-active .slide-img picture,
.swiper-slide-prev .slide-img picture {
  animation: zoomOut 4.4s linear 0s;
  animation-fill-mode: both;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.mv-ttl {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
}

.mv-ttl>h2 {
  width: 25%;
}

.mv-ttl__txt {
  width: 50%;
}

.mv-ttl__txt>ul {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.mv-ttl__txt>ul>li {
  width: 49.5%;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  background: rgba(72, 65, 56, .8);
}

.mv-ttl__txt>ul>li:nth-of-type(n+3) {
  margin-top: 5px;
}

.mv-ttl__txt>img {
  width: 100%;
  margin: 0 auto 30px auto;
}



/*----------------------------------------------------
  .about
----------------------------------------------------*/
.about {
  background: #F6F5F5;
}

.about-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.about-inner {
  width: 45%;
}

.about-ttl>h2 br {
  display: none;
}

.about-lead {
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-lead>p {
  font-size: 3.2rem;
}

.about-txt {
  width: 100%;
  margin-bottom: 40px;
}

.about-txt__main {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-link-btn {
  max-width: 360px;
}

.about-imgWrap {
  width: 50%;
  position: relative;
}

.about-imgWrap::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 120%;
}

.about-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
}

.about-sp {
  display: none;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
}

.about-img>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/*----------------------------------------------------
  .menu
----------------------------------------------------*/
.menu-body {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.menu-lead {
  width: 90%;
  margin: 0 auto 40px auto;
  font-size: 1.8rem;
}

.menu-lead>p {
  text-align: center;
}

.menu-col {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-blk {
  width: 48%;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 8px 40px rgba(83, 73, 63, 0.15));
}

.menu-blk:nth-of-type(n+3) {
  margin-top: 80px;
}

.menu-eyecatch {
  width: 100%;
  height: auto;
  position: relative;
}

.menu-eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.menu-eyecatch>img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.menu-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 40px 40px 50px 40px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.6;
}

.menu-name__inner {
  width: 100%;
}

.menu-name__inner>h3 {
  font-size: 3rem;
}

.menu-name__inner>p {
  display: flex;
  align-items: center;
  color: #ccc;
}

.menu-name__inner>p::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 10px;
}

.menu-inner__txt>p {
  font-size: 1.8rem;
  line-height: 2.2;
}

.menu-inner__txt {
  width: 100%;
  margin-bottom: 30px;
}

.menu-name {
  display: flex;
  padding-bottom: 14px;
}

.menu-link-btn {
  width: 80%;
  margin-left: auto;
  margin-top: auto;
}

/*----------------------------------------------------
  .contents
----------------------------------------------------*/
.contents {
  position: relative;
  padding: 100px 0;
}

.contents::before {
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
}

.contents::after {
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f2f2f2;
}

.contents-body {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#info {
  width: 50%;
  max-width: 720px;
  padding: 0 40px;
  box-sizing: border-box;
}


#info-list {
  width: 100%;
}

.info-blk {
  width: 100%;
  height: auto;
}

.info-blk:not(:last-of-type) {
  margin-bottom: 30px;
}

.info-blk>a {
  width: 100%;
  height: auto;
  min-height: 156px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.info-eyecatch {
  width: 35%;
  height: auto;
  background: #eee;
  position: relative;
}

.info-eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.info-eyecatch>img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.info-inner {
  width: 65%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.info-inner__ttl {
  width: 100%;
  margin-bottom: 14px;
  flex: 1;
}

.info-inner__ttl>h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.info-taxonomy {
  width: 95%;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  margin: 0 auto;
  color: #545454;
}

.info-cat {
  padding: 0 14px;
  background: #887A69;
  color: #fff;
}

#review {
  width: 50%;
  max-width: 720px;
  padding: 0 50px;
  box-sizing: border-box;
}

.review-col {
  width: 100%;
}

.review-blk {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.review-blk:not(:last-of-type) {
  margin-bottom: 20px;
}

.review-profile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}

.review-profile__img {
  width: 60px;
  height: 60px;
  background: #EEECE9;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-profile__img>img {
  width: 60%;
}

.review-profile__inner {
  width: calc(100% - 75px);
  display: flex;
  flex-direction: column;
}

.customer-info>p {
  font-weight: 700;
}

.customer-evaluation {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
}

.customer-evaluation>img {
  width: auto;
  height: 12px;
}

.review-inner {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.review-inner__menu {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-inner__menu>span {
  background: #887A69;
  color: #fff;
  padding: 0 14px;
  font-size: 1.4rem;
  margin-right: 8px;
}

.review-desc {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
}

/*----------------------------------------------------
  .news
----------------------------------------------------*/
.news {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width:1280px) {

  /*---about---*/
  .about-lead>p {
    font-size: 2.8rem;
  }

  .about-txt>p:nth-of-type(2) br:nth-of-type(1),
  .about-txt>p:nth-of-type(2) br:nth-of-type(2) {
    display: none;
  }

}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {
  .mv::before {
    padding-top: 65%;
  }

  /*---about---*/
  .about-col {
    flex-direction: column;
  }

  .about-imgWrap::before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 75%;
  }

  .about-imgWrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-inner {
    width: 100%;
  }

  .about-sp {
    display: block;
  }

  .about-pc {
    display: none;
  }

  /*---menu---*/
  .menu-blk {
    width: 49%;
  }

  .menu-link-btn {
    width: 100%;
  }

  /*---contents---*/
  .contents-body {
    width: 65%;
    flex-direction: column;
  }

  #info {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
  }

  #review {
    width: 100%;
    padding: 0;
  }


}

@media screen and (max-width:896px) {
  .mv::before {
    padding-top: 75%;
  }

  .mv-ttl__txt>ul {
    width: 100%;
  }

  .mv-ttl__txt>ul>li {
    font-size: 1.8rem;
  }

  /*---menu---*/
  .menu-body {
    width: 75%;
  }

  .menu-lead>p br {
    display: none;
  }

  .menu-col {
    width: 100%;
  }

  .menu-blk {
    width: 100%;
  }

  .menu-blk:nth-of-type(n+2) {
    margin-top: 60px;
  }

  /*---contents---*/
  .contents-body {
    width: 75%;
    flex-direction: column;
  }
}

@media screen and (max-width:786px) {
  .mv::before {
    padding-top: 100%;
  }

  .mv-ttl>h2 {
    width: 30%;
  }

  /*---menu---*/
  .menu-body {
    width: 80%;
  }

  /*---contents---*/
  .contents-body {
    width: 80%;
    flex-direction: column;
  }
}

@media screen and (max-width:680px) {
  .mv::before {
    padding-top: 130%;
  }

  .mv-ttl {
    width: 50%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .mv-ttl>h2 {
    width: 75%;
    margin-bottom: 30px;
  }

  .mv-ttl__txt {
    width: 100%;
  }

  /*---menu---*/
  .menu-body {
    width: 85%;
  }

  /*---contents---*/
  .contents-body {
    width: 85%;
    flex-direction: column;
  }
}

@media screen and (max-width:480px) {

  /*---.mv---*/
  #heading {
    top: calc(var(--vh, 1vh) * 95);
  }

  .mv {
    height: calc(var(--vh, 1vh) * 100);
  }

  .mv::after {
    display: none;
  }

  .mv-ttl {
    width: 85%;
    left: 50%;
    top: 50%;
  }

  /*---about---*/
  .about-ttl>h2 br {
    display: block;
  }

  .about-lead>p {
    font-size: 1.8rem;
  }

  .about-txt>p br {
    display: none;
  }

  .about-link-btn {
    width: 100%;
  }

  /*---menu---*/
  .menu-body {
    width: 90%;
  }

  .menu-lead {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .menu-blk:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .menu-inner {
    padding: 20px 20px 30px 20px;
  }

  .menu-name {
    padding-bottom: 8px;
  }

  .menu-name__inner>h3 {
    font-size: 2.6rem;
  }

  .menu-name__inner>p {
    font-size: 1.2rem;
  }

  .menu-inner__txt>p {
    font-size: 1.4rem;
  }

  /*---contents---*/
  .contents {
    padding: 80px 0;
  }

  .contents .ttl>p {
    font-size: 3.2rem;
  }

  .info-blk>a {
    flex-direction: column;
  }

  .info-eyecatch {
    width: 100%;
  }

  .info-inner {
    width: 100%;
  }

  .review-inner {
    padding: 10px 0 20px 0;
  }

  .info-inner__ttl>h3 {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .review-profile {
    margin-bottom: 8px;
  }

  .review-profile__img {
    width: 52px;
    height: 52px;
  }

  .review-inner__menu,
  .review-inner__menu>span {
    font-size: 1rem;
  }

  .review-inner__menu>span {
    padding: 0 10px;
    margin-right: 5px;
  }
}