@charset "euc-jp";


/*===== slider =====*/
#slider {
  position: relative;  
}
#slider .swiper-container {
  margin: 0 auto 100px;
}
#slider .swiper-wrapper {
  padding: 20px 0;
}
#slider .swiper-slide {
  width: 500px !important;
}
#slider .swiper-slide a {
  display: block;
  width: 500px;
  height: 500px;
  margin: auto;
}
#slider .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
}
#slider .swiper-button-prev,
#slider .swiper-button-next {
  color: #fff !important;
}
#slider .swiper-pagination {
  bottom: -20px;
  z-index: 10000;
  width: 100%;
}
#slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  opacity: 1 !important;
  background-color: #d9d9d9;
}
#slider .swiper-pagination-bullet-active {
  background-color: #404040;
}


/*===== special =====*/
#special {
  margin-bottom: 60px;
}
#special ul {
  justify-content: space-between;
}
#special ul li {
  width: 530px;
  margin-bottom: 20px;
}
#special ul li a {
  display: block;
  width: 100%;
}
#special ul li a img {
  display: block;
  width: 530px;
  height: 150px;
  border-radius: 15px;
  background-color: #ddd;
}


/*===== cat_unit =====*/
#cat_unit {
  padding: 80px 0 0;
}
#cat_unit .unit .banner {
  width: 100%;
  height: 340px;
  margin-bottom: 50px;
}
#cat_unit .unit .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#cat_unit .unit .text {
  width: 620px;
  margin: 0 auto 30px;
}
#cat_unit .unit .text p {
  font-size: 15px;
  line-height: 1.73em;
}
#cat_unit .unit ul li {
  width: 200px;
}

#cat_unit .unit .imgBox {
  width: 100%;
  height: 200px;
}
#cat_unit .unit .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


/*===== voice =====*/
#voice ul {
  justify-content: space-between;
}
#voice ul li {
  width: 530px;
  margin-bottom: 25px;
}
#voice ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 0 15px;
  background-color: #e9eef4;
  border-radius: 20px;
}
#voice ul li a .imgBox {
  width: 120px;
  height: 120px;
}
#voice ul li a .text {
  width: 355px;
  min-height: 120px;
}
#voice ul li a .text h3 {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
#voice ul li a .text p {
  font-size: 12px;
  line-height: 1.5em;
}
#voice ul li a .text .more {
  color: #617064;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  text-align: right;
}


/*===== column =====*/
#column ul {

}
#column ul li {
  width: 250px;
  margin-right: calc(80px / 3);
}
#column ul li:last-of-type {
  margin-right: 0;
}
#column ul li a {
  display: block;
  font-size: 15px;
  line-height: 1.53em;
  font-weight: bold;
}
#column ul li a .imgBox {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
#column ul li a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/*===== faq =====*/
#faq {
  margin-bottom: 100px;
}
#faq dl {
  border-bottom: 2px solid #eaeaea;
}
#faq dl dt {
  position: relative;
  font-size: 16px;
  line-height: 1.31em;
  font-weight: bold;
  padding: 25px 50px 25px 45px;
  border-top: 2px solid #eaeaea;
  cursor: pointer;
}
#faq dl dt::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  font-size: 21px;
  line-height: 1em;
  font-weight: bold;
}
#faq dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 17px;
  height: 10px;
  background: url(https://file001.shop-pro.jp/PA01267/061/img/arrow_b2.png) no-repeat 0 0;
  transition: all 0.4s;
}
#faq dl dt.close::after {
  transform: rotate(180deg);
}
#faq dl dd {
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  height: auto;
}
#faq dl dd.close {
  height: 0;
  overflow: hidden;
}
#faq dl dd div {
  padding: 0 50px 25px 45px;
}
#faq dl dd::before {
  content: "A.";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #e8731f;
  font-size: 19px;
  line-height: 1em;
  font-weight: bold;
}
#faq dl dd a {
  color: #e8731f;
  text-decoration: underline;
}
#faq ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 660px;
  margin: 40px auto 0;
  box-sizing: border-box;
}
#faq ul li {
  width: calc(50% - 10px);
  margin-bottom: 0;
  box-sizing: border-box;
}
#faq ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #617064;
  border: 1px solid #617064;
  border-radius: 23px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.15s, color 0.15s;
}
#faq ul li a:hover {
  background-color: #fff;
  color: #617064;
  text-decoration: none;
}
#faq ul li a::after {
  content: ">";
  flex-shrink: 0;
  margin-left: 8px;
}

/*===== info =====*/
#info {
  margin-bottom: 40px;
}
#info ul {
  border-top: 2px solid #eaeaea;
}
#info ul li {
  border-bottom: 2px solid #eaeaea;
}
#info ul li span {
  display: block;
  font-size: 15px;
  line-height: 1.4em;
  padding: 25px 0;
}
#info ul li span:nth-of-type(1) {
  width: 120px;
  padding: 25px 0 25px 5px;
}
#info ul li span:nth-of-type(2) {
  width: calc(100% - 120px);
}
