@charset "UTF-8";
.sp_show {
  display: none;
}
@media (max-width: 599px) {
  .sp_show {
    display: block;
  }
}

.pc_show {
  display: block;
}
@media (max-width: 599px) {
  .pc_show {
    display: none;
  }
}

.sltxt {
  margin-right: 5px;
  padding: 0 2px;
  color: #ffffff;
  background: #c30303;
  font-size: 1.2rem;
}

/*看板下テキスト*/
.feature__outline p:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .feature__outline p:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*メニュー*/
.menu {
  background-color: #D9D9D9;
  line-height: 2;
  margin: 50px auto 100px;
  padding: 50px 20px;
  position: relative;
}
@media (min-width: 600px) {
  .menu {
    font-size: 1.6rem;
    margin: 0 auto 100px;
    padding: 80px;
  }
}
.menu-li {
  margin: 0 auto 15px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2.4rem;
}
@media (min-width: 600px) {
  .menu-li {
    margin: 0 auto 20px;
    padding: 15px 30px;
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.menu-li p span {
  border-bottom: #000 solid 1px;
}

.menu-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media (min-width: 600px) {
  .menu-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.menu-title span {
  background-color: #fff;
  border: #000 solid 1px;
  padding: 0 40px;
}

.eg {
  font-family: "EB Garamond", serif;
  font-weight: bold;
}

/*セクション*/
.section {
  margin-bottom: 40px;
}
.section-gp {
  color: #fff;
  background-color: #F8E6D7;
  padding: 40px 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .section-gp {
    padding: 60px 70px;
    margin-bottom: 40px;
  }
}
.section-gp-logo {
  width: 45%;
  padding: 0 25px;
}
@media (min-width: 600px) {
  .section-gp-logo {
    width: 36%;
  }
}
.section-gp-sub {
  font-weight: bold;
}
.section-gp-img {
  padding: 20px;
}
@media (min-width: 600px) {
  .section-gp-img {
    width: 80%;
    margin: 0 auto;
  }
}
.section-gp-txt {
  padding: 0 25px;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 800;
}
@media (min-width: 600px) {
  .section-gp-txt {
    width: 80%;
    margin-top: 10px;
    font-size: 2.4rem;
  }
}
.section-gp-txt span {
  color: white;
  font-size: 2.6rem;
}
@media (min-width: 600px) {
  .section-gp-txt span {
    font-size: 3.8rem;
  }
}
.section-item {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}
@media (min-width: 600px) {
  .section-item {
    width: 60%;
    padding: 80px 0 30px;
  }
}
.section-item-slider {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .section-item-slider {
    margin-bottom: 0;
  }
}
.section-item-slider a img:hover {
  opacity: 1;
}
@media (min-width: 600px) {
  .section-item-detail {
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
  }
}
@media (max-width: 599px) {
  .section-item-txt {
    font-size: 1.2rem;
    margin: 0 10px 10px;
  }
}
@media (min-width: 600px) {
  .section-item-txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .section-item-name {
    margin: 0 10px 5px;
  }
}
@media (min-width: 600px) {
  .section-item-name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.section-item-price {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .section-item-price {
    margin: 0 10px 20px;
  }
}
@media (min-width: 600px) {
  .section-item-price {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.section-item-link {
  border-radius: 50px;
}
.section-item-link a {
  background-size: 10px;
  display: block;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 8px;
  text-align: center;
  padding: 10px 0;
  background: url(./image/arrow-bk.png) no-repeat center right 20px;
  background-size: 12px;
}
@media (min-width: 600px) {
  .section-item-link a {
    width: 80%;
    margin: 0;
    padding: 10px;
    margin: 0 auto;
  }
}
.section-recommend {
  margin: 60px 30px;
  margin-top: 0;
}
@media (min-width: 600px) {
  .section-recommend {
    margin: 0;
    margin-bottom: 140px;
  }
}
.section-reccomend-more {
  margin: 50px auto;
  width: 80%;
}
.section-recommend-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2rem;
}
@media (min-width: 600px) {
  .section-recommend-ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.section-recommend-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}
@media (max-width: 599px) {
  .section-recommend-list {
    margin: 0 10px;
  }
}
@media (min-width: 600px) {
  .section-recommend-list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin: 0 auto;
  }
}
.section-recommend-img {
  margin-bottom: 3px;
}
@media (min-width: 600px) {
  .section-recommend-img {
    margin-bottom: 5px;
  }
}
.section-recommend-name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 3px;
}
@media (max-width: 599px) {
  .section-recommend-name {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .section-recommend-name {
    margin-bottom: 5px;
  }
}
.section-recommend-price {
  font-weight: bold;
}
@media (min-width: 600px) {
  .section-recommend-price {
    font-size: 1.6rem;
  }
}
.section-recommend-link {
  border-radius: 50px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 600px) {
  .section-recommend-link {
    width: 60%;
  }
}
.section-recommend-link a {
  display: block;
  color: #fff;
  margin: 0 50px;
  padding: 10px 0;
  background: url(./image/arrow-r-white.png) no-repeat center right 0px;
}
@media (min-width: 600px) {
  .section-recommend-link a {
    text-align: center;
  }
}

.swiper-pagination-bullet {
  margin: 0 0 0 10px !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #636363;
  opacity: 1;
}

.other {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .other {
    margin: 30px 20px 70px;
  }
}
@media (min-width: 600px) {
  .other {
    margin-bottom: 150px;
    padding: 70px 0;
  }
}
.other-ttl {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 600px) {
  .other-ttl {
    font-size: 2.8rem;
  }
}
.other-ttl--sub {
  font-size: 1.2rem;
  text-align: center;
  margin: 10px 0 20px;
}
@media (min-width: 600px) {
  .other-ttl--sub {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 600px) {
  .other-item__wrap {
    width: 80%;
    margin: 0 auto;
  }
}
.other-item--img {
  margin-bottom: 5px;
}

@media (max-width: 599px) {
  #feature-contents .feature-section__heading {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  #feature-contents .feature-section__img2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 600px) {
  #feature-contents .feature-section__img2 {
    margin: 0 auto 50px;
  }
}
@media (max-width: 599px) {
  #feature-contents .staff-data {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  #feature-contents .staff-data {
    width: 90%;
    margin: 0 auto;
  }
}
#feature-contents .feature-coorde--point {
  flex-direction: column;
}
@media (max-width: 599px) {
  #feature-contents .feature-coorde--point {
    margin: 10px 20px 40px;
  }
}
@media (min-width: 600px) {
  #feature-contents .feature-coorde--point {
    max-width: 680px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 599px) {
  #feature-contents .feature-coorde--point__heading {
    margin-bottom: 15px;
  }
}
@media (min-width: 600px) {
  #feature-contents .feature-coorde--point__heading {
    margin-bottom: 20px;
  }
}
#feature-contents .feature-coorde--point__heading--blue span {
  border-bottom: 5px solid #bad9dc;
  padding-bottom: 3px;
}
#feature-contents .feature-coorde--point__heading--orange span {
  border-bottom: 5px solid #ea927e;
  padding-bottom: 3px;
}
#feature-contents .feature-coorde__list {
  border-color: #ccc;
}
@media (min-width: 600px) {
  #feature-contents .feature-coorde__list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding: 50px 50px 30px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 2rem;
  color: #ffffff;
}

/*items*/
.items {
  text-align: center;
  padding: 100px 0;
}
@media (min-width: 600px) {
  .items {
    padding: 150px 0;
  }
}
.items__title {
  width: 65%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .items__title {
    width: 50%;
  }
  .items__title img {
    width: 60px;
  }
}
.items__title img {
  width: 30%;
}
.items__img {
  width: 50%;
}
.items__text {
  text-align: left;
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 600px) {
  .items__text {
    width: 60%;
    font-size: 1.6rem;
  }
}
.items__price {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 3px;
}
@media (min-width: 600px) {
  .items__price {
    font-size: 2.5rem;
  }
}

/*style*/
.style {
  text-align: center;
}
@media (min-width: 600px) {
  .style {
    padding: 0 60px 60px;
  }
}
.style__group:not(:first-of-type) {
  padding-top: 70px;
}
@media (min-width: 600px) {
  .style__group:not(:first-of-type) {
    padding-top: 100px;
  }
}
.style__heading {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .style__heading {
    font-size: 3.6rem;
  }
}
.style__heading::before {
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 20px;
  border-radius: 100vh;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .style__heading::before {
    font-size: 1.3rem;
  }
}
.style__heading__01 {
  color: #dfb0b0;
}
.style__heading__01::before {
  content: "scene 1";
  background: #dfb0b0;
}
.style__heading__02 {
  color: #8bc1c3;
}
.style__heading__02::before {
  content: "scene 2";
  background: #8bc1c3;
}
.style__heading__03 {
  color: #c5aa87;
}
.style__heading__03::before {
  content: "scene 3";
  background: #c5aa87;
}
.style__heading span {
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  .style__heading span {
    font-size: 1.5rem;
  }
}
.style__text {
  text-align: left;
  padding: 15px 15px 50px;
}
@media (min-width: 600px) {
  .style__text {
    font-size: 1.5rem;
    padding: 15px 30px 40px;
  }
}
.style__items-title {
  text-align: center;
  font-size: 1.8rem;
  color: #2e2e2e;
}
.style__items-title__01 {
  background-color: #fff;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .style__items-title__01 {
    padding: 0 20px;
  }
}
.style__items-title__02 {
  background-color: #fff;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .style__items-title__02 {
    padding: 0 20px;
  }
}
.style__items-title__03 {
  background-color: #fff;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .style__items-title__03 {
    padding: 0 20px;
  }
}
.style__items-title__04 {
  background-color: #fff;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .style__items-title__04 {
    padding: 0 20px;
  }
}
@media (min-width: 600px) {
  .style__items-title {
    font-size: 2.2rem;
  }
}
.style__items {
  padding: 0px 30px 80px;
}
@media (min-width: 600px) {
  .style__items {
    padding: 60px 60px 80px;
  }
}
.style__items-list {
  margin: -15px 0 0;
  padding: 40px 20px 30px;
  border: 1px solid #2e2e2e;
}
@media (min-width: 600px) {
  .style__items-list {
    padding: 60px 50px 50px;
  }
}
.style__items-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.style__items-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.style__items-img {
  width: 40%;
}
@media (min-width: 600px) {
  .style__items-img {
    width: 35%;
  }
}
.style__items-group {
  text-align: left;
  width: 50%;
}
@media (min-width: 600px) {
  .style__items-group {
    display: flex;
    width: 65%;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.style__items-group div:last-child {
  flex-shrink: 0;
}
.style__items-tag {
  margin: 0 auto;
  padding-top: 5px;
}
@media (min-width: 600px) {
  .style__items-tag {
    font-size: 1.6rem;
  }
}
.style__items-tag {
  margin: 0 auto;
  text-align: center;
  background-size: 10px;
  display: inline-block;
  padding: 0px 14px;
  font-size: 1.2rem;
  background-color: #d58e8c;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 600px) {
  .style__items-tag {
    margin: 0;
    font-size: 1.3rem;
    padding: 0px 16px;
  }
}
.style__items-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: -0.3rem;
}
@media (min-width: 600px) {
  .style__items-name {
    font-size: 1.6rem;
  }
}
.style__items-size {
  display: inline-block;
  font-size: 1.2rem;
}
.style__items-price {
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 5px;
}
@media (min-width: 600px) {
  .style__items-price {
    font-size: 2.1rem;
  }
}
.style__items-link {
  margin: 0 auto;
  padding-top: 5px;
}
@media (min-width: 600px) {
  .style__items-link {
    font-size: 1.6rem;
  }
}
.style__items-link a {
  margin: 0 auto;
  text-align: center;
  background-size: 10px;
  display: inline-block;
  color: #2e2e2e;
  padding: 3px 16px;
  font-size: 1.2rem;
  border: #000 solid 1px;
}
@media (min-width: 600px) {
  .style__items-link a {
    margin: 0;
    font-size: 1.3rem;
    padding: 3px 22px;
  }
}
.style__items-link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  transform: rotate(45deg);
  margin-left: 3px;
}
.style__items__att {
  text-align: right;
  color: #9d9c9c;
  margin-top: 0.8rem;
}
@media (max-width: 599px) {
  .style__items__att {
    font-size: 1rem;
    margin-top: 4px;
  }
}

.staff {
  width: 90%;
}

.cp {
  font-size: 1rem;
  margin-right: 3px;
  color: #8c1111;
  -webkit-text-decoration: underline #8c1111;
          text-decoration: underline #8c1111;
}
@media (min-width: 600px) {
  .cp {
    font-size: 1.3rem;
  }
}

.other {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .other {
    margin: 0 20px 70px;
  }
}
@media (min-width: 600px) {
  .other {
    margin-bottom: 150px;
    padding: 70px 0;
    margin: 0 50px 150px;
  }
}
.other-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  .other-ttl {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.other-ttl--sub {
  font-size: 1.2rem;
  text-align: center;
  margin: 10px 0 20px;
}
@media (min-width: 600px) {
  .other-ttl--sub {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 600px) {
  .other-items__wrap {
    width: 80%;
    margin: 0 auto;
  }
}
.other-items--img {
  margin-bottom: 5px;
}