@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap");
/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	rem
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
/* -------------------------------------------------
	about-copy
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .about-copy {
    overflow: hidden;
  }
}

.about-copy-inner {
  width: 1440px;
  position: relative;
}

.about-copy__tit {
  margin-bottom: 30px;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .about-copy__tit {
    font-size: 24px;
  }
}

.about-copy__text {
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}

.about-copy__deco {
  position: absolute;
  right: -80px;
  bottom: -56px;
}

@media screen and (max-width: 768px) {
  .about-copy__deco {
    width: 300px;
  }
}

.about-copy__bottom {
  width: 100%;
  position: relative;
  z-index: 2;
}

/* -------------------------------------------------
	about-slider
-------------------------------------------------- */
.about-slider {
  height: 1367px;
  margin-top: -8%;
  background: #fff;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 1299px) {
  .about-slider {
    height: 800px;
  }
}

@media screen and (max-width: 768px) {
  .about-slider {
    height: 400px;
  }
}

.about-slider-inner {
  width: 1760px;
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about-slider-inner {
    gap: 5px;
  }
}

.about-slider .slick-list {
  height: 100% !important;
}

.about-slider-parts {
  width: calc((100% - 60px) / 4);
  height: 100%;
}

@media screen and (max-width: 768px) {
  .about-slider-parts {
    width: calc((100% - 15px) / 4);
  }
}

.about-slider-parts__item {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-slider-parts__item {
    margin-bottom: 5px;
  }
}

.about-slider-parts__img {
  width: 100%;
}

.about-slider-parts02 .slick-list {
  transform: rotate(180deg) !important;
}

.about-slider-parts02 .about-slider-parts__img {
  transform: rotate(180deg);
}

/* -------------------------------------------------
	about-message
-------------------------------------------------- */
.about-message {
  margin-top: -10%;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .about-message {
    margin-bottom: 80px;
  }
}

.about-message__top {
  width: 100%;
}

.about-message-inner {
  padding: 80px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .about-message-inner {
    margin-top: -4%;
  }
}

@media screen and (max-width: 1299px) {
  .about-message-inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .about-message-inner {
    padding: 40px 20px;
  }
}

.about-message__deco {
  position: absolute;
  top: 80px;
  right: 80px;
  transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
  .about-message__deco {
    width: 38%;
    right: -12px;
    top: 100px;
  }
}

.about-message__img {
  width: 100%;
}

@media screen and (min-width: 1300px) {
  .about-message__img {
    width: calc(100% - 720px);
  }
}

.about-message-contents {
  width: 100%;
}

@media screen and (min-width: 1300px) {
  .about-message-contents {
    width: 680px;
  }
}

.about-message-contents__sub-tit {
  margin-bottom: 20px;
  font-weight: 700;
}

.about-message-contents__text {
  margin-bottom: 20px;
  line-height: 1.7;
}

.about-message-contents__name {
  text-align: right;
}

/* -------------------------------------------------
	about-commitment
-------------------------------------------------- */
.about-commitment {
  margin-bottom: 160px;
  padding: 94px 0 146px;
  background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/bg_black.png);
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 1299px) {
  .about-commitment {
    margin-bottom: 80px;
    padding: 60px 0;
  }
}

.about-commitment__tit .or-main-tit__jp {
  color: #fff;
}

.about-commitment__text {
  margin-bottom: 80px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .about-commitment__text {
    margin-bottom: 60px;
  }
}

.about-commitment-inner {
  width: 1600px;
}

.about-commitment-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 1299px) {
  .about-commitment-item {
    flex-direction: column;
  }
}

.about-commitment-item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 1299px) {
  .about-commitment-item:not(:first-child) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1300px) {
  .about-commitment-item:nth-child(2n) .about-commitment-item__img {
    order: 2;
  }

  .about-commitment-item:nth-child(2n) .about-commitment-item-contents {
    order: 1;
  }
}

@media screen and (min-width: 1300px) {
  .about-commitment-item__img {
    width: 55%;
    max-width: 800px;
  }
}

@media screen and (max-width: 1299px) {
  .about-commitment-item__img {
    order: 2;
  }
}

.about-commitment-item-contents {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 1300px) {
  .about-commitment-item-contents {
    width: 50%;
    max-width: 780px;
  }
}

@media screen and (max-width: 1299px) {
  .about-commitment-item-contents {
    padding: 40px 20px;
    order: 1;
  }
}

.about-commitment-item-contents__tit {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .about-commitment-item-contents__tit {
    font-size: 20px;
  }
}

.about-commitment-item-contents__text {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.about-commitment-item-contents__num {
  position: absolute;
  right: 40px;
  bottom: 0;
  font-family: "Odibee Sans", sans-serif;
  font-size: 140px;
  color: rgba(207, 134, 45, 0.5019607843);
  line-height: 0.6;
}

/* -------------------------------------------------
	about-commitment
-------------------------------------------------- */
.about-story {
  margin-bottom: 160px;
  position: relative;
}

@media screen and (max-width: 1299px) {
  .about-story {
    margin-bottom: 60px;
  }
}

.about-story__img {
  width: 805px;
}

@media screen and (min-width: 1300px) {
  .about-story__img {
    max-width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 720px;
    z-index: 2;
  }
}

@media screen and (min-width: 1500px) {
  .about-story__img {
    right: 1034px;
  }
}

@media screen and (max-width: 1299px) {
  .about-story__img {
    width: 90%;
    margin: 0 auto 30px;
    display: block;
    margin-top: -18%;
    position: relative;
    z-index: 2;
    transform: rotate(-8deg);
  }
}

.about-story-inner {
  width: 1600px;
  max-width: 90%;
  background: #EDEDED;
  position: relative;
}

@media screen and (min-width: 1300px) {
  .about-story-inner {
    margin: 0 0 0 auto;
    padding: 60px 75px 70px 0;
  }
}

@media screen and (min-width: 1500px) {
  .about-story-inner {
    padding: 105px 160px 105px 0;
  }
}

@media screen and (max-width: 1299px) {
  .about-story-inner {
    margin: 0 auto;
    padding: 40px 20px 70px;
  }
}

@media screen and (min-width: 1300px) {
  .about-story-contents {
    width: 580px;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1500px) {
  .about-story-contents {
    width: 800px;
  }
}

/* -------------------------------------------------
	about-company
-------------------------------------------------- */
.about-company {
  width: 1440px;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .about-company {
    margin-bottom: 80px;
  }
}

.about-company-inner {
  padding: 40px 80px 80px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .about-company-inner {
    padding: 40px 20px 80px;
  }
}

.about-company-table {
  width: 100%;
  table-layout: fixed;
}

.about-company-table__tit {
  width: 150px;
  padding: 40px 0;
  border-bottom: 1px solid #CF862D;
}

@media screen and (max-width: 768px) {
  .about-company-table__tit {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
}

.about-company-table__text {
  width: calc(100% - 150px);
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .about-company-table__text {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
}

/* -------------------------------------------------
	beginner-point
-------------------------------------------------- */
.beginner-point {
  padding: 100px 0;
  background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/page/beginner_point.png) no-repeat;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .beginner-point {
    padding: 60px 0 30px;
  }
}

.beginner-point-inner {
  width: 1600px;
}

.beginner-point__tit {
  line-height: 2;
}

.beginner-point__tit .or-main-tit__en {
  color: #fff;
  border-color: #fff;
}

.beginner-point-list {
  display: flex;
  flex-wrap: wrap;
}

.beginner-point-item {
  width: 33.3333333333%;
  padding: 54px 30px;
  text-align: center;
}

@media screen and (min-width: 1300px) {

  .beginner-point-item:nth-child(1),
  .beginner-point-item:nth-child(2),
  .beginner-point-item:nth-child(3) {
    border-bottom: 1px solid #fff;
  }

  .beginner-point-item:nth-child(2),
  .beginner-point-item:nth-child(5) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

@media screen and (max-width: 1299px) {
  .beginner-point-item {
    width: 50%;
  }

  .beginner-point-item:nth-child(3),
  .beginner-point-item:nth-child(4) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .beginner-point-item:nth-child(2n+1) {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .beginner-point-item {
    width: 100%;
    padding: 54px 20px;
    border-right: none !important;
  }

  .beginner-point-item:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}

.beginner-point-item__tit {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .beginner-point-item__tit {
    margin-bottom: 20px;
  }
}

.beginner-point-item__tit--deco {
  position: absolute;
  transform: translateY(-50%) rotate(-5deg);
  left: 0;
  top: 50%;
  font-size: 70px;
  font-family: "Lobster", sans-serif;
  opacity: 0.1;
  white-space: nowrap;
}

@media screen and (max-width: 1299px) {
  .beginner-point-item__tit--deco {
    font-size: 50px;
  }
}

.beginner-point-item__text {
  text-align: left;
  line-height: 2;
}

/* -------------------------------------------------
	beginner-flow
-------------------------------------------------- */
.beginner-flow {
  margin-bottom: 160px;
  padding: 100px 0;
  background: #3E3E3E;
}

@media screen and (max-width: 1299px) {
  .beginner-flow {
    margin-bottom: 60px;
  }
}

.beginner-flow-inner {
  width: 1600px;
  padding: 70px 80px 90px;
  background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/bg_white.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .beginner-flow-inner {
    padding: 60px 20px;
    background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/bg_white_sp02.png) no-repeat;
    background-size: 100% 100%;
  }
}

.beginner-flow-list {
  display: flex;
  justify-content: space-between;
  gap: 27px;
}

@media screen and (max-width: 1299px) {
  .beginner-flow-list {
    flex-wrap: wrap;
  }
}

.beginner-flow-item {
  padding: 25px 20px 30px;
  background: #fff;
}

.beginner-flow-item:not(:last-of-type) {
  position: relative;
}

.beginner-flow-item:not(:last-of-type)::after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(https://file001.shop-pro.jp/PA01332/246/img_2025/page/arrow_orange.svg) no-repeat;
  background-size: contain;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .beginner-flow-item:not(:last-of-type)::after {
    top: 50%;
    right: -7px;
    transform: translate(100%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .beginner-flow-item:not(:last-of-type)::after {
    left: 50%;
    bottom: -7px;
    transform: translate(-50%, 100%) rotate(90deg);
  }
}

@media screen and (min-width: 1300px) {
  .beginner-flow-item {
    width: calc((100% - 81px) / 4);
  }
}

@media screen and (max-width: 1299px) {
  .beginner-flow-item {
    width: calc((100% - 27px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .beginner-flow-item {
    width: 100%;
  }
}

.beginner-flow-item__icon {
  max-width: 70%;
  margin: 0 auto 25px;
  display: block;
}

.beginner-flow-item__tit {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.beginner-flow-item__tit::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #202020;
}

.beginner-flow-item__text {
  line-height: 2;
}

/* -------------------------------------------------
	beginner-faq
-------------------------------------------------- */
.beginner-faq {
  width: 1600px;
  margin-bottom: 160px;
}

@media screen and (max-width: 1299px) {
  .beginner-faq {
    margin-bottom: 80px;
  }
}

.beginner-faq-list {
  padding: 80px 80px 40px;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .beginner-faq-list {
    padding: 40px 20px;
  }
}

.beginner-faq-item__q {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .beginner-faq-item__q {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.beginner-faq-item__q::after {
  transform: translateY(-25%) rotate(45deg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(32, 32, 32, 0.7019607843);
  border-right: 3px solid rgba(32, 32, 32, 0.7019607843);
  content: "";
  transition: transform 0.3s;
}

@media screen and (max-width: 1299px) {
  .beginner-faq-item__q::after {
    width: 10px;
    height: 10px;
  }
}

.beginner-faq-item__q.open::after {
  transform: rotate(225deg);
}

.beginner-faq-item__q--wrap {
  display: flex;
  align-items: flex-start;
}

.beginner-faq-item__q--deco {
  margin-right: 20px;
  color: #CF862D;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .beginner-faq-item__q--deco {
    font-size: 18px;
  }
}

.beginner-faq-item__a {
  padding-bottom: 25px;
  transform: translateY(-10px);
  margin: 0;
  color: #202020;
  transition: transform 0.5s, opacity 0.5s;
  display: none;
  line-height: 2;
}

.beginner-faq-item__a--wrap {
  display: flex;
  align-items: flex-start;
}

.beginner-faq-item__a--deco {
  margin-right: 20px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .beginner-faq-item__a--deco {
    font-size: 18px;
  }
}

/* -------------------------------------------------
	guide-navi
-------------------------------------------------- */
.guide-navi {
  width: 1280px;
  padding: 45px 50px;
  margin-bottom: 100px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  font-weight: 700;
}

@media screen and (max-width: 1299px) {
  .guide-navi {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .guide-navi {
    margin-bottom: 80px;
    padding: 45px 20px;
    gap: 20px;
  }
}

.guide-navi__item {
  width: calc((100% - 240px) / 4);
}

@media screen and (max-width: 1299px) {
  .guide-navi__item {
    width: calc((100% - 80px) / 3);
  }
}

@media screen and (max-width: 1299px) {
  .guide-navi__item {
    width: 100%;
  }
}

.guide-navi__link {
  width: 100%;
  border-bottom: 1px solid #202020;
  padding-bottom: 15px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}

.guide-navi__link:hover {
  opacity: 0.8;
}

.guide-navi__link--arrow {
  transform: rotate(90deg);
}

/* -------------------------------------------------
	guide
-------------------------------------------------- */
.guide {
  width: 1280px;
}

.guide__tit {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.guide-contents {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #202020;
}

@media screen and (max-width: 768px) {
  .guide-contents {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.guide-contents__tit {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.guide-contents__img {
  max-width: 100%;
}

/* -------------------------------------------------
	guide-delivery
-------------------------------------------------- */
.guide-delivery__tit {
  margin-bottom: 35px;
}

.guide-delivery-table-group {
  margin-bottom: 60px;
}

.guide-delivery-table-group-inner {
  overflow: auto;
}

.guide-delivery-table-group__tit {
  margin-bottom: 10px;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.guide-delivery-table-group__text {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.guide-delivery-table-wrap {
  width: 1280px;
  margin-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.guide-delivery-table {
  width: 100%;
  border: 1px solid #ccc;
}

.guide-delivery-table__tit {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  text-align: center;
}

.guide-delivery-table-prefecture__tit {
  width: 80px;
  background: #D9B588;
}

.guide-delivery-table-prefecture__tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #CF862D;
  z-index: -1;
}

.guide-delivery-table-prefecture__text {
  width: 110px;
  padding: 28px 10px 20px;
  border-right: 1px solid #ccc;
  background: #F5E7D5;
}

.guide-delivery-table-size__tit {
  height: 50px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #E4E4E4;
}

.guide-delivery-table-size__sub-tit {
  height: 50px;
  border-top: 1px solid #ccc;
  background: #E4E4E4;
  font-weight: 700;
}

.guide-delivery-table-size__text {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
  text-align: center;
}

/* -------------------------------------------------
	guide-pay
-------------------------------------------------- */
.guide-pay-item {
  display: flex;
  align-items: flex-start;
  gap: 160px;
}

@media screen and (max-width: 1299px) {
  .guide-pay-item {
    gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  .guide-pay-item {
    flex-direction: column;
    gap: 20px;
  }
}

.guide-pay-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.guide-pay-item__tit {
  width: 145px;
}

@media screen and (max-width: 768px) {
  .guide-pay-item__tit {
    width: 100%;
  }
}

.guide-pay-item__text {
  width: calc(100% - 305px);
  line-height: 2;
}

@media screen and (max-width: 1299px) {
  .guide-pay-item__text {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 768px) {
  .guide-pay-item__text {
    width: 100%;
  }
}

/* -------------------------------------------------
	guide-law
-------------------------------------------------- */
.guide-law-table {
  width: 100%;
}

.guide-law-table__tit {
  width: 287px;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .guide-law-table__tit {
    border-right: 1px solid #ccc;
  }
}

@media screen and (max-width: 768px) {
  .guide-law-table__tit {
    width: 100%;
    padding: 20px;
    display: block;
  }
}

.guide-law-table__text {
  width: calc(100% - 287px);
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  background: #F7F7F7;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .guide-law-table__text {
    width: 100%;
    padding: 20px;
    display: block;
  }
}

/* -------------------------------------------------
	guide-attention
-------------------------------------------------- */
.guide-attention-inner {
  padding: 53px 97px;
  background: #D66A2B;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 1299px) {
  .guide-attention-inner {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  .guide-attention-inner {
    padding: 50px 20px;
  }
}

.guide-attention__tit {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 55px;
  align-items: center;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .guide-attention__tit {
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .guide-attention__tit--icon {
    width: 50px;
  }
}

.guide-attention__text {
  text-align: center;
  color: #fff;
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .guide-attention__text {
    font-size: 18px;
  }
}

.guide-attention-site {
  margin-bottom: 25px;
  padding: 40px 80px;
  background: #fff;
  color: #202020;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 1299px) {
  .guide-attention-site {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .guide-attention-site {
    font-size: 18px;
  }
}

.guide-attention-site__tit {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .guide-attention-site__tit {
    padding-bottom: 15px;
  }
}

.guide-attention-site__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 1299px) {
  .guide-attention-site__text {
    flex-direction: column;
    gap: 10px;
  }
}

.guide-attention-site__text--color {
  color: #D66A2B;
}

/* -------------------------------------------------
	service-lease
-------------------------------------------------- */
.service-lease {
  margin-bottom: 160px;
  padding: 100px 0 80px;
  background: #3E3E3E;
}

@media screen and (max-width: 1299px) {
  .service-lease {
    margin-bottom: 80px;
  }
}

.service-lease-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 68px;
}

@media screen and (max-width: 1299px) {
  .service-lease-inner {
    flex-direction: column;
    gap: 30px;
  }
}

.service-lease__img {
  width: 100%;
}

@media screen and (min-width: 1300px) {
  .service-lease__img {
    width: calc(100% - 833px);
  }
}

.service-lease-contents {
  width: 100%;
}

@media screen and (min-width: 1300px) {
  .service-lease-contents {
    width: 765px;
  }
}

.service-lease-contents__tit {
  color: #fff;
}

.service-lease-contents__text {
  margin-bottom: 40px;
  color: #fff;
}

.service-lease-rental-table {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  color: #3E3E3E;
  font-weight: 700;
}

.service-lease-rental-table__name {
  padding: 25px 0;
  background: #CF862D;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
}

.service-lease-rental-table__tit {
  width: 278px;
  padding: 25px 48px;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .service-lease-rental-table__tit {
    width: 50%;
    padding: 25px 20px;
  }
}

.service-lease-rental-table__tit--middle {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.service-lease-rental-table__text {
  width: calc(100% - 278px);
  padding: 25px 40px;
}

@media screen and (max-width: 768px) {
  .service-lease-rental-table__text {
    width: 50%;
    padding: 25px 20px;
  }
}

.service-lease-rental-table__text--middle {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.service-lease-sub-contents {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #fff;
  color: #fff;
}

@media screen and (max-width: 1299px) {
  .service-lease-sub-contents {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.service-lease-sub-contents__tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

/* -------------------------------------------------
	service-contact
-------------------------------------------------- */
.service-contact {
  margin-bottom: 160px;
  padding: 80px 160px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 1299px) {
  .service-contact {
    margin-bottom: 90px;
    padding: 80px 40px;
  }
}

@media screen and (max-width: 768px) {
  .service-contact {
    padding: 60px 20px;
  }
}

.service-contact__tit {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-contact__tit {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.service-contact__text {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-contact__text {
    margin-bottom: 40px;
  }
}

.service-contact__btn {
  margin: 0 auto;
}

.service-contact-form {
  margin-bottom: 80px;
}

.service-contact-form__tit {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-contact-form__tit--must {
  padding: 5px 12px;
  background: #DB0D0F;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.service-contact-form__tit--any {
  padding: 5px 12px;
  background: #C3C3C3;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
}

.service-contact-form__text {
  width: 100%;
  margin-bottom: 40px;
}

.service-contact-form__text--input,
.service-contact-form__text--textarea {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #ccc;
  background: #F3F3F3;
}

.service-contact-form__text--textarea {
  min-height: 111px;
}

.service-contact-form__text .wpcf7-form-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.service-contact-form__text .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.service-contact-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.service-contact-btn-wrap .service-contact__btn {
  margin: 0;
}

.service-contact__btn-back {
  background: #ccc;
}

.service-contact__btn-back:hover {
  opacity: 0.8;
  background: #ccc;
}

.service-contact__btn-back .main-black-btn__inner {
  color: #202020;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .service-contact-btn-wrap {
    flex-direction: column;
    gap: 10px;
  }
}

/* -------------------------------------------------
	shop
-------------------------------------------------- */
@media screen and (min-width: 1300px) {
  .shop {
    margin-top: 285px;
  }
}

@media screen and (min-width: 1300px) {
  .shop-contents__img {
    width: 1010px;
    max-width: 60%;
    top: -85px;
  }
}

/* -------------------------------------------------
	shop-slider
-------------------------------------------------- */
.shop-slider-wrap {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .shop-slider-wrap {
    margin-bottom: 65px;
  }
}

.shop-slider__item {
  margin: 0 10px;
}

.shop-slider__img {
  width: 100%;
}

/* -------------------------------------------------
	access
-------------------------------------------------- */
.access {
  width: 1440px;
}

.access-inner {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .access-inner {
    flex-direction: column;
  }
}

.access-item {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .access-item {
    width: 100%;
  }
}

.access-item__tit {
  height: 115px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #202020;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .access-item__tit {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    justify-content: center;
  }
}

.access-item__tit--icon {
  display: block;
  margin: 0 auto 10px;
}

.access-item__text {
  padding: 50px 80px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .access-item__text {
    padding: 40px 20px;
  }
}

.access-map {
  width: 100%;
  height: 387px;
  margin-bottom: 160px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .access-map {
    margin-bottom: 80px;
  }
}

.access-map__item {
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------
	blog
-------------------------------------------------- */
.blog-wrap-inner {
  width: 100%;
  margin-top: 0;
}

@media screen and (min-width: 1300px) {
  .blog-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    left: 0;
  }
}

.blog-sidebar__link {
  margin-bottom: 20px;
  padding: 10px 25px;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  color: #202020;
}

@media screen and (max-width: 768px) {
  .blog-sidebar__link {
    display: block;
  }
}

.blog-sidebar__tit {
  margin-bottom: 40px;
}

.blog-list {
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .blog-list {
    flex-direction: column;
  }
}

.blog-list-item {
  margin: 0 !important;
}

@media screen and (min-width: 1300px) {
  .blog-list-item {
    width: calc((100% - 60px) / 3) !important;
  }
}

@media screen and (max-width: 1299px) {
  .blog-list-item {
    width: 100% !important;
    max-width: none;
    min-height: auto;
  }
}

.blog-list-item__link {
  min-height: auto !important;
}

.blog-post {
  width: 1440px;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .blog-post {
    margin-bottom: 80px;
  }
}

.blog-post-inner {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .blog-post-inner {
    margin-bottom: 50px;
  }
}

.blog-post__tit {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}

.blog-post-parts {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .blog-post-parts {
    margin-bottom: 20px;
  }
}

.blog-post-parts__cat {
  padding: 10px 30px;
  background: #CF862D;
  border-radius: 2px;
  color: #fff;
}

.blog-post-parts__date {
  color: #878787;
}

.blog-post-contents img {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px;
}

.blog-post-contents p {
  line-height: 2;
}

.blog-post-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .blog-post-pagination {
    flex-direction: column;
    gap: 10px;
  }
}

.blog-post-pagination-item__link {
  width: 220px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-post-pagination-item__link {
    max-width: 100%;
  }
}

.blog-post-pagination-item__link:hover {
  opacity: 0.8;
}

.blog-post-pagination-item__link--icon {
  width: 40px;
}

.blog-post-pagination-top__link {
  justify-content: center;
}

.blog-post-pagination-prev__link {
  padding: 5px 25px 5px 10px;
}

.blog-post-pagination-back__link {
  padding: 5px 10px 5px 25px;
}

.blog-post-pagination-back__link--icon {
  transform: rotate(180deg);
}

/*# sourceMappingURL=page.css.map */