@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;
}

.br-sp {
  display: none;
}

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

/*メニュー---------------------追加*/
.menu {
  line-height: 2;
  margin: 0 auto 50px;
  position: relative;
}
@media (min-width: 600px) {
  .menu {
    font-size: 1.6rem;
    margin: 0 auto 100px;
  }
}
.menu-ttl {
  color: #8d8d8d;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .menu-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 10%;
}
@media (min-width: 600px) {
  .menu ul {
    gap: 30px;
    margin: 0 15%;
  }
}
.menu-li a {
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 599px) {
  .menu-li a {
    font-size: 1.3rem;
  }
}
.menu-li a::before {
  content: "";
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .menu-li a::before {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
}
.menu-li:first-child a::before {
  background: url("./image/index_1.png") no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
.menu-li:nth-child(2) a::before {
  background: url("image/index_2.png") no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
.menu-li:nth-child(3) a::before {
  background: url("image/index_3.png") no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
.menu-li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  margin-left: auto;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .menu-li a::after {
    width: 10px;
    height: 10px;
  }
}

.section {
  margin-bottom: 80px;
}
@media (min-width: 600px) {
  .section {
    margin-bottom: 150px;
  }
}
.section-ttl {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 10px 20px;
}
@media (min-width: 600px) {
  .section-ttl {
    font-size: 2.4rem;
    margin: 0 0 50px;
  }
}
.section-category-title {
  display: flex;
  height: 100px;
  justify-content: space-around;
  background-color: #E96D37;
  align-items: center;
  padding: 10px 0px;
}
@media (max-width: 599px) {
  .section-title-img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .section-title-img {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.section-title-eng {
  font-size: 3.2rem;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
@media (min-width: 600px) {
  .section-title-eng {
    font-size: 4.2rem;
  }
}
.section-title-jp {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 599px) {
  .section-title-jp {
    font-size: 1.6rem;
  }
}
@media (min-width: 600px) {
  .section-title-jp {
    font-size: 1.8rem;
  }
}
.section-sub-text {
  margin: 0 auto;
  text-align: center;
  color: #E96D37;
  font-size: 2rem;
  font-weight: 600;
  margin: 30px;
}
.section-item-bg {
  background-color: #F9DFD0;
  padding: 30px 0px;
}
.section-item {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .section-item {
    display: flex;
    align-items: center;
    gap: 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: 40%;
    flex-shrink: 0;
  }
}
@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 {
  background-color: #FFFFFF;
  border-radius: 50px;
  margin: 0 10px;
}
.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: 100%;
    margin: 0;
    padding: 10px;
  }
}
.section-recommend {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .section-recommend {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.section-recommend-ttl {
  text-align: center;
  margin-bottom: 20px;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #2e2e2e;
}
@media (min-width: 600px) {
  .section-recommend-ttl {
    font-size: 3rem;
    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-reccomend-more {
  margin: 50px auto;
  width: 80%;
}
.section-link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .section-link a {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
@media (min-width: 600px) {
  .section-link a {
    margin-bottom: 10px;
  }
}
.section-link a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-left: 5px;
}
@media (min-width: 600px) {
  .section-link a::after {
    width: 10px;
    height: 10px;
  }
}
.section-link--note {
  text-align: right;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .section-link--note {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
@media (min-width: 600px) {
  .section-link--note {
    margin-bottom: 10px;
  }
}

.cp {
  background-color: #A84967;
  padding: 3px;
  font-size: 1.1rem;
  color: #ffffff;
}

.middle-line {
  text-decoration: line-through;
  color: #636363;
  font-weight: 500;
  font-size: 1.2rem;
  margin-left: 1rem;
}

.tax-middle-line {
  text-decoration: line-through;
  color: #636363;
  font-weight: 500;
  font-size: 0.7rem;
  margin-left: 0.2rem;
}

.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;
}

button {
  position: absolute;
  bottom: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.previous-btn {
  left: 10px;
  top: 44%;
}

.next-btn {
  right: 10px;
  top: 44%;
}

.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 {
  margin-bottom: 20px;
  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 {
    padding: 0 10px;
  }
}
#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;
}/*# sourceMappingURL=style.css.map */