@charset "UTF-8";

.mainContents {
  padding: 0;
}

.home-mv__inner {
  max-width: 900px;
  margin: auto;
}
.home-mv__slide .slick-list {
  overflow: visible;
}
.home-mv__slide .slide-item {
  padding: 0 5px;
}
.home-mv__slide img.pc {
  display: block;
}
.home-mv__slide img.sp {
  display: none;
}


.home-concept {
  position: relative;
}
.home-concept__inner::before {
  content: "";
  display: block;
  width: 96%;
  height: 100%;
  background: rgba(163, 142, 97, 0.15);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.home-concept .concept-bg-leaf {
  width: 406px;
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: -1;
}
.home-concept .concept-icon {
  display: block;
  width: 38px;
  margin: auto;
}
.home-concept .concept-info {
  font-weight: 300;
  letter-spacing: 0.15em;
}
.home-concept .concept-catch {
  font-size: 2.6rem;
  line-height: 1.6;
}


.home-cp__inner {
  max-width: 900px;
  margin: auto;
}
.home-cp__slide .slick-list {
  overflow: visible;
}
.home-cp__slide .slide-item {
  padding: 0 5px;
}


.home-sapuri {
  position: relative;
}
.home-sapuri__inner::before {
  content: "";
  display: block;
  width: 96%;
  height: 100%;
  background: rgba(163, 142, 97, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home-sapuri .sapuri-bg-leaf {
  width: 232px;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}
.home-sapuri__contents {
  max-width: 880px;
}
.home-sapuri .sapuri-main-img {
  width: 30%;
}
.home-sapuri .sapuri-main-img img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.home-sapuri .sapuri-main-info {
  width: 59%;
}
.home-sapuri .sapuri-main-head .head-ttl .ja {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-weight: 500;
  display: block;
}
.home-sapuri .sapuri-main-head .head-ttl .en {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
  display: block;
}
.home-sapuri .sapuri-main-tag .tag {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px;
  background: #A38E61;
  margin: 0 10px 10px 0;
}
.home-sapuri .sapuri-main-text {
  letter-spacing: 0.15em;
  line-height: 1.6;
}

.home-sapuri .sapuri-lineup .lineup-ttl {
  line-height: 1.5;
  border-bottom: 1px solid #595757;
  padding-bottom: 6px;
}
.home-sapuri .sapuri-lineup .lineup-ttl .en {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.home-sapuri .sapuri-lineup .lineup-ttl .ja {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.home-sapuri .sapuri-lineup-list .item {
  width: 230px;
  margin-top: 20px;
}
.home-sapuri .sapuri-lineup-list .item-img {
  width: 100%;
  height: 230px;
  background: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-sapuri .sapuri-lineup-list .item-label {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-left: 0.1em;
  position: absolute;
  left: 10px;
  top: 10px;
}
.home-sapuri .sapuri-lineup-list .item-img img {
  width: 105px;
}
.home-sapuri .sapuri-lineup-list .item-info {
  text-align: center;
}
.home-sapuri .sapuri-lineup-list .item-name {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
.home-sapuri .sapuri-lineup-list .item-price {
  letter-spacing: 0.15em;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
}
.home-sapuri .sapuri-lineup-list .item-price .unit {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: normal;
  margin-left: 5px;
}


.home-bnr__list .bnr {
  width: 100%;
  max-width: 440px;
  height: 120px;
  padding: 10px 20px;
}
.home-bnr__list .bnr a {
  width: 100%;
  height: 100%;
  background: #595757;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  transition: opacity .3s;
}
.home-bnr__list .bnr a::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
.home-bnr__list .bnr a:hover {
  opacity: 0.7;
}
.home-bnr__list .bnr .en {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: "futura-pt", sans-serif;
  display: block;
}
.home-bnr__list .bnr .ja {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  display: block;
  margin-top: 10px;
}



.home-chura {
  position: relative;
}
.home-chura__inner::before {
  content: "";
  display: block;
  width: 96%;
  height: 100%;
  background: url("../img/home/bg_sea.jpg") no-repeat center center / cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home-chura__contents {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 15px 80px;
}
.home-chura .chura-logo {
  display: block;
  width: 102px;
  margin: auto;
}
.home-chura .chura-catch {
  font-size: 2rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.15em;
}


.home-column {
  position: relative;
}
.home-column__inner::before {
  content: "";
  display: block;
  width: 96%;
  height: 100%;
  background: rgba(163, 142, 97, 0.15);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-column__list .item {
  width: 48%;
  margin-top: 60px;
}
.home-column__list .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity .3s;
}
.home-column__list .item a:hover {
  opacity: 0.7;
}
.home-column__list .item-img {
  width: 200px;
}
.home-column__list .item-info {
  flex: 1;
  padding-left: 30px;
}
.home-column__list .item-op {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-column__list .item-cat {
  color: #A38E61;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 4px 7px;
  border: 1px solid #A38E61;
  margin-right: 10px;
}
.home-column__list .item-date {
  font-size: 1.5rem;
  line-height: 1.3;
}
.home-column__list .item-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-column .column-bg-leaf {
  width: 323px;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -1;
}

.home-news__head {
  flex: 1;
}
.home-news__list {
  width: 650px;
}
.home-news__list .row {
  border-bottom: 1px solid #eee;
}
.home-news__list .row a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
  transition: opacity .3s;
}
.home-news__list .row a:hover {
  opacity: 0.7;
}
.home-news__list .row-date {
  font-size: 1.3rem;
}
.home-news__list .row-text {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 6%;
}

.home-news__list .row .arw {
  width: 30px;
  height: 7px;
  transform: translateY(-50%);
  transition: all .3s;
  position: relative;
}
.home-news__list .row .arw::before,
.home-news__list .row .arw::after {
  content: "";
  display: inline-block;
  background: #595757;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home-news__list .row .arw::before {
  width: 30px;
  height: 1px;
}
.home-news__list .row .arw::after {
  width: 9px;
  height: 1px;
  transform: rotate(45deg);
  bottom: 4px;
}


.home-sns__list .item {
  width: 100px;
  height: 100px;
  margin: 0 40px;
}
.home-sns__list .item a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.home-sns__list .item a::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1);
  transition: transform .3s;
}
.home-sns__list .item a:hover::before {
  transform: scale(1.3);
}
.home-sns__list .item img {
  height: 50%;
}
.home-sns__list .line {
  width: 1px;
  height: 90px;
  background: #fff;
  transform: rotate(30deg);
  margin: 0 40px;
}

/* @media max-767
------------------------------------------- */
@media only screen and (max-width: 767px) {

  .mainContents {
    padding-top: 86px;
  }

  .home-mv__slide .slide-item {
    padding: 0;
  }
  .home-mv__slide img.pc {
    display: none;
  }
  .home-mv__slide img.sp {
    display: block;
  }

  .home-concept__inner::before {
    width: 100%;
  }
  .home-concept .concept-catch {
    font-size: 1.7rem;
    line-height: 2.2;
  }
  .home-concept .concept-bg-leaf {
    width: 196px;
    bottom: -40px;
  }


  .home-sapuri__inner::before {
    width: 100%;
  }
  .home-sapuri .sapuri-main-img {
    width: 100%;
    max-width: 40%;
    margin: auto;
  }
  .home-sapuri .sapuri-main-info {
    width: 100%;
  }
  .home-sapuri .sapuri-main-head {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-sapuri .sapuri-main-head .head-text {
    font-size: 1.3rem;
  }
  .home-sapuri .sapuri-main-head .head-ttl .en {
    font-size: 3.3rem;
  }
  .home-sapuri .sapuri-main-head .head-ttl .ja {
    font-size: 1.3rem;
  }
  .home-sapuri .sapuri-main-text {
    line-height: 2;
  }

  .home-sapuri .sapuri-lineup-list .item {
    margin: 20px auto 0;
  }
  .home-sapuri .sapuri-bg-leaf {
    width: 153px;
  }

  .home-bnr__list .bnr {
    height: 90px;
    padding: 10px;
  }
  .home-bnr__list .bnr .ja {
    margin-top: 2px;
  }
  .home-bnr__list .bnr .en {
    font-size: 2.4rem;
  }


  .home-chura__inner::before {
    width: 100%;
  }
  .home-chura__inner {
    padding: 40px 15px;
  }
  .home-chura .chura-catch {
    font-size: 1.6rem;
  }
  .home-chura .chura-logo {
    width: 150px;
  }


  .home-column__inner::before {
    width: 100%;
  }
  .home-column__list .item {
    width: 264px;
    margin: 20px auto 0;
  }
  .home-column__list .item a {
    display: block;
  }
  .home-column__list .item-info {
    flex: auto;
    padding: 15px 0 0;
  }
  .home-column__list .item-img {
    width: 200px;
    margin: auto;
  }
  .home-column .column-bg-leaf {
    width: 164px;
    bottom: -40px;
  }


  .home-news__list {
    width: 100%;
  }
  .home-news__list .row:first-child {
    border-top: 1px solid #eee;
  }
  .home-news__list .row a {
    display: block;
  }
  .home-news__list .row-text {
    font-size: 1.4rem;
    padding: 0;
  }
  .home-news__list .row .arw {
    display: none;
  }


  .home-sns__list .item {
    width: 75px;
    height: 75px;
    margin: 0 20px;
  }
  .home-sns__list .line {
    height: 70px;
    margin: 0 20px;
  }

}