@charset "utf-8";
/* CSS Document */
main {
  min-height: calc(100vh - 480px);
}
/* slider */
.slider {
  position: relative;
  line-height: 0;
  aspect-ratio: 5 / 2;
}

.slider img,
.slider-come img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-in-bt {
  border-radius: 14px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 3;
  transition: 0.5s;
  max-width: 32vw;
  padding: 40px;
}
.slider-in-bt {
  background-color: #e4342b;
}
.slider-in-bt:hover {
  background-color: #e4352b;
}

.kakuichi {
  position: absolute;
  bottom: 2vw;
  right: 65px;
  z-index: 3;
}
.kakuichi img {
  width: auto;
  height: 80px;
}

.slider-come {
  position: absolute;
  top: 3vw;
  left: 5vw;
  z-index: 2;
  max-width: 55%;
}

.ambassador {
  position: absolute;
  bottom: -30px;
  left: 10vw;
  z-index: 2;
}
.ambassador img {
  width: 100%;
  height: auto;
  max-height: 420px;
}
@media screen and (max-width: 1366px) {
  .ambassador img {
    max-height: 250px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1900px) {
  .ambassador img {
    max-height: 360px;
  }
}

/* セクション共通 */

.jpx {
  padding: 14px 0 14px 10px;
}
.jpx-f {
  padding-left: 20px;
}
.jpx-c {
  padding-top: 10px;
}

.obi {
  background-color: #fff;
  padding: 50px;
}
.beige {
  background-color: #fcf4cc;
}

.section-title {
  color: #59463b;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: left;
}
.section-title span {
  color: #e4352b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-left: 4px;
}

.sub-title-obi {
  background-image: url('../../../image/common/sub-title-obi.webp');
  background-size: cover;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-title-obi h2 {
  color: #59463b;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-title-obi h2 img {
  margin-top: -12px;
  width: auto;
  height: 88px;
}
.sub-title-obi h2 small {
  font-size: 24px;
  padding-top: 8px;
}
.sub-title-obi span {
  display: inline-block;
  color: #e4352b;
  font-size: 18px;
  padding-left: 14px;
  padding-top: 15px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.sub-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
}
.sub-title:after {
  content: '';
  height: 2px;
  flex-grow: 1;
  margin-left: 1rem;
  background-color: #e4352b;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  background-color: #e4352b;
  padding: 0 10px 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}
.button:after {
  content: '';
  display: inline-block;
  background: url('../../../image/common/arrow_w.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  margin-left: 3px;
}
.button:hover {
  background-color: #e4352b;
  color: #fff;
}
.button:hover::after {
  background: url('../../../image/common/arrow_w.svg');
  background-size: cover;
}

.post-waku {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 14px;
}
.post-title {
  font-size: 28px;
  line-height: 1.2;
  padding: 0 15px 11px;
  border-bottom: 2px solid #e4352b;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}

.post-date {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.05rem;
}
.single-post-waku {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 1.8;
}
.single-post-waku p {
  padding-bottom: 1rem;
  text-align: justify;
}

.post-list-flex {
  padding-top: 30px;
}

.list-flex {
  display: flex;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 30px auto;
  flex-wrap: wrap;
}
.list-box {
  width: 31%;
  margin: 1%;
  padding: 15px;
  border-radius: 14px;
  background-color: #fff;
  text-align: right;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.list-box .day {
  font-size: 18px;
  font-weight: 600;
  color: #e4352b;
  padding-bottom: 10px;
  text-align: center;
}
.list-box .title {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 5px;
  line-height: 1.4;
  border-bottom: 1px solid;
  text-align: justify;
}
.list-box .pic {
  width: 100%;
  line-height: 0;
  aspect-ratio: 7 / 4.8;
}
.list-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-box ul {
  margin-bottom: 5px;
}
.list-box li {
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0.03rem;
  padding-bottom: 2px;
  text-align: left;
}

.m-t30 {
  margin-top: 30px !important;
}
.m-t50 {
  margin-top: 50px !important;
}
.font88 {
  font-size: 88%;
}

.bana {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0px;
  line-height: 0;
  transition: 0.3s;
  text-align: center;
}
.bana:hover {
  opacity: 0.8;
}

/* 商品ラインナップ */
section.lineup {
  max-width: 1100px;
  margin: 50px auto;
}
.top-lineup-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-lineup-flex .lineup-box + .lineup-box {
  margin-left: 2%;
}
.top-lineup-flex .lineup-box:nth-child(4) {
  margin-left: 0;
}
.lineup-box {
  width: 32%;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 2%;
}
.lineup-box .pic {
}
.lineup-box .category {
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
.lineup-box .category .button {
  text-wrap: nowrap;
}
.lineup-box p {
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  section.lineup {
    padding: 0 15px;
  }
}

/* 商品ラインナップ詳細 */
section.s-lineup {
  max-width: 1100px;
  margin: 0px auto;
  text-align: right;
}
.s-lineup-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.s-lineup-flex .pic {
  flex: 1;
}
.s-lineup-flex .pic img {
  width: 100%;
  height: auto;
}
.s-lineup-flex .text {
  flex: 1;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.s-lineup-flex .text .post-title,
.s-lineup-flex .text h4,
.s-lineup-flex .text p {
  text-align: justify;
  padding: 0 10px 15px;
}
.s-lineup-flex .text h4 {
  font-size: 24px;
  width: 100%;
}
.s-lineup-flex .text p {
  font-size: 18px;
  flex: 1;
}

.top-ww-waku {
  width: calc(100% - 60px);
  margin: 0 auto 60px !important;
}
.top-ww-waku .box {
  margin: 5px;
  aspect-ratio: 4 / 3;
}
.top-ww-waku .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-dots li button:before {
  font-size: 20px !important;
}
.slick-dots li.slick-active button:before {
  color: #e4352b !important;
}

.lineup-price {
  display: flex;
}
.lineup-price .img {
  width: 50%;
  height: auto;
}
.lineup-price .img img {
  width: 100%;
  height: auto;
}

.lineup-price .text {
  width: 50%;
  padding: 0 30px;
  text-align: justify;
}

.plan-midashi {
  background-color: #604c3f;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
}
.plan-line {
  padding: 6px 10px;
  border-bottom: dotted 1px #ccc;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
}
.plan-midashi:first-child {
  margin-top: 0;
}
.plan-line-l {
  width: 150px;
}
.plan-line-r {
  width: auto;
}
.plan-price {
  padding: 10px;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}

.price-inquiry {
  margin-top: -20px;
}

.price-note {
  margin-bottom: 20px;
}

section.s-lineup .button {
  font-size: 21px;
  height: 50px;
  border-radius: 25px;
  padding: 7px 20px 10px 30px;
  background-color: #e4352b;
  color: #ffffff;
}
section.s-lineup .button:after {
  background: url('../../../image/common/arrow_w.svg');
  background-size: cover;
  width: 24px;
  height: 20px;
  margin-left: 10px;
}
section.s-lineup .button:hover {
  background-color: #e4352b;
  color: #fff;
}
section.s-lineup .button:hover::after {
  background: url('../../../image/common/arrow_w.svg');
  background-size: cover;
  width: 24px;
  height: 20px;
  margin-left: 10px;
}
section.s-lineup .button.-m-r30 {
  margin-right: 30px;
  margin-top: -30px;
}

/* イベント情報 */
section.event {
  position: relative;
  padding: 50px calc(50% - 550px) 50px 55px;
  background-color: #fff;
  border-radius: 14px 0 0 14px;
  margin-left: calc(50% - 590px);
  margin-bottom: 55px;
  background-image: url('../../../image/common/event-bk.svg');
  background-position: top right calc(50% - 500px);
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
section.event.-single {
  margin-top: 50px;
}

.top-event-flex {
  max-width: 1100px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.top-event-flex .pic {
  width: 500px;
  line-height: 0;
}
.top-event-flex .pic img {
  width: 100%;
  height: auto;
}
.top-event-info {
  flex: 1;
  margin-left: 30px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.top-event-info .day {
  font-size: 21px;
  font-weight: 600;
  color: #e4352b;
  padding-left: 10px;
  text-align: left;
}
.top-event-info .title {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  line-height: 1.4;
  border-bottom: 1px solid;
  text-align: justify;
}
.top-event-info p {
  padding: 10px 0 0;
  text-align: left;
}
.top-event-info ul {
  padding: 10px 0 0;
  text-align: left;
  flex: 1;
}
.top-event-info li {
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0.03rem;
  padding: 5px;
  border-bottom: 1px dashed;
}
.top-event-info li.map {
  border-bottom: none;
  padding: 15px 0;
  height: calc(100% - 80px);
}
.top-event-info li.map iframe {
  min-height: 110px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  section.event {
    position: relative;
    padding: 50px 20px;
    background-color: #fff;
    border-radius: 14px 0 0 14px;
    margin-left: 15px;
    margin-bottom: 55px;
    background-position: top right 15px;
  }
  .top-event-info {
    flex: auto;
  }
  .top-event-flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
  }
  .top-event-flex .pic {
    width: 100%;
    aspect-ratio: 5 / 3;
    height: auto;
    background-color: #e4352b;
  }
}

section.news .button,
section.about .button,
section.event .more-button-wrap .button {
  font-size: 21px;
  height: 50px;
  border-radius: 25px;
  padding: 7px 20px 10px 30px;
}
section.news .button:after,
section.about .button:after,
section.event .more-button-wrap .button:after {
  width: 24px;
  height: 20px;
  margin-left: 10px;
}

/* SUN BOXの特長 */
section.about {
  max-width: 1100px;
  margin: 0px auto;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  section.works {
    padding: 0 15px;
  }
}
.img-logo {
  text-align: left;
  max-width: 320px;
  margin-left: -15px;
}
.about-section-flex {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.about-section-flex .section-title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  margin: 0 30px 0 0;
  width: 56px;
}

.top-about-flex,
.about-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 30px;
}

.about-box {
  max-width: 50%;
  padding: 15px 25px 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-box .about-no {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-family: 'Barlow', sans-serif;
  font-size: 72px;
  color: #e4352b;
  line-height: 50px;
  width: 72px;
  margin-right: 40px;
}
.about-info {
}
.about-info h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 2px solid #e4352b;
  text-align: left;
}
.about-info p {
  padding-top: 10px;
  text-align: justify;
  line-height: 1.8;
}
.about-info .pic {
  line-height: 0;
  padding-top: 5px;
}

.about-flex .about-box {
  padding: 15px 50px 45px;
}

.contact-flex {
  display: flex;
}
.contact-come {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.contact-come2 {
  margin-bottom: -13px;
  margin-top: -40px;
}
.contact-flex {
  display: flex;
}
.contact-flex .pic {
  width: 400px;
}
.contact-info {
  flex: 1;
  padding: 20px 20px 0 50px;
}
.contact-info h3 {
  text-align: left;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 15px;
}
.contact-info p {
  padding-top: 10px;
  text-align: justify;
  line-height: 1.8;
}

/* ご注文の流れ */
section.flow {
  max-width: 1100px;
  margin: 0px auto;
  text-align: right;
}

.flow-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 90px;
}
.flow-box {
  max-width: calc((100% / 3) - 20px);
  padding: 10px;
  border: 2px solid #e4352b;
  border-radius: 14px;
  position: relative;
  margin-bottom: 48px;
  margin-right: 20px;
}
.flow-box:after {
  content: '';
  display: block;
  background-color: #e4352b;
  width: 22px;
  position: absolute;
  height: 2px;
  right: -22px;
  top: 50%;
  bottom: 50%;
}
.flow-box:nth-child(3)::after,
.flow-box:nth-child(6)::after {
  content: url('../../../image/flow/line.svg');
  display: block;
  position: absolute;
  background-color: unset;
  top: 100%;
  right: 50%;
  width: 840px;
}
.flow-box:last-child::after {
  display: none;
}
.flow-box:nth-child(n + 4) {
  margin-top: 30px;
}

.flow-box h3 {
  height: 60px;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
}
.flow-no {
  position: absolute;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-family: 'Barlow', sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #e4352b;
  background-color: #fff;
  z-index: 2;
  top: -40px;
  padding: 0 10px;
}
.flow-no span {
  font-size: 22px;
  letter-spacing: 3px;
}
.flow-box p {
  text-align: justify;
  font-size: 14px;
  padding-top: 0px;
}

.flow-come {
  margin-bottom: -62px;
}

/* 施工実績 */
section.works {
  max-width: 1100px;
  margin: 0px auto;
  padding: 50px 0;
  text-align: right;
}

.top-works-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  margin: 0 -10px 0px -10px;
}
.works-box {
  width: calc(25% - 20px);
  background-color: #fff;
  margin: 0 10px 20px;
  text-align: center;
}
.works-box .pic {
  background-color: #ccc;
  aspect-ratio: 5 / 3;
  line-height: 0;
}
.works-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-box h3 {
  font-size: 18px;
  padding: 5px;
  background-color: #604c3f;
  color: #fff;
  font-weight: 500;
}
.works-box p {
  font-size: 14px;
  padding: 5px;
}

section.works .button {
  font-size: 21px;
  height: 50px;
  border-radius: 25px;
  padding: 7px 20px 10px 30px;
  background-color: #fff;
  color: #604c3f;
  border: 2px solid;
}
section.works .button:after {
  background: url('../../../image/common/arrow_red.svg');
  background-size: cover;
  width: 24px;
  height: 20px;
  margin-left: 10px;
}
section.works .button:hover {
  background-color: #e4352b;
  color: #fff;
  border: 2px solid #e4352b;
}
section.works .button:hover::after {
  background: url('../../../image/common/arrow_w.svg');
  background-size: cover;
  width: 24px;
  height: 20px;
  margin-left: 10px;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #e4352b;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #c8c8c8;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.single-w-flex {
  display: flex;
  justify-content: space-between;
}
.single-w-flex .pic {
  flex: 1;
}
.single-w-flex .info {
  width: 40%;
  padding-left: 30px;
}
.single-w-flex .info {
  text-align: justify;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.single-w-flex .info .size {
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 15px;
}
.single-w-flex .info p {
  padding-right: 15px;
  flex: 1;
}

/* 新着・Blog更新情報 */
section.news {
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
}
.top-news-list {
  text-align: left;
  width: 80%;
  margin: 15px auto 30px;
}
.top-news-list li a {
  padding: 10px 20px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-news-list li .date {
  letter-spacing: 0.05rem;
  min-width: 203px;
}
.top-news-list li .cat {
  display: inline-block;
  padding: 2px 5px 4px;
  margin: 0 20px 0 15px;
  font-size: 13px;
  line-height: 1;
  width: 80px;
  text-align: center;
  color: #604c3f;
}
.cat.event {
  background-color: #e4352b;
  border: 1px solid;
}
.cat.post {
  background-color: #fff;
  border: 1px solid;
}

.top-news-list li p {
  font-size: 1rem;
}

.top-news-list li {
}

/* 会社概要 */
section.message {
  max-width: 1100px;
  margin: 0px auto;
  text-align: right;
}
.message-flex {
  margin-left: 90px;
  padding: 0 25px 25px;
}
.message-info p {
  text-align: justify;
  line-height: 1.8;
}
.message-pic {
  max-width: 280px;
  padding-left: 50px;
  float: right;
}

@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');

.sign {
  font-family: 'Yuji Syuku', serif;
  font-size: 1.8rem;
  text-align: right;
}
.sign span {
  font-size: 1.1rem;
}

.company-table {
  flex: 1;
  padding: 15px 25px;
  line-height: 2;
  letter-spacing: 0.03rem;
}

.company-table dl {
  display: flex;
  padding: 6px 0;
  width: 100%;
  border-top: 1px solid #c8c8c8;
}
.company-table dt {
  width: 25%;
  background-color: #f6f6f6;
  padding: 15px 25px;
  font-weight: 500;
}
.company-table dd {
  padding: 15px 25px;
}

.history_dl {
}
.history_dl dt {
  padding: 15px;
}
.history_dl dd {
  padding: 15px;
}

/* よくあるご質問 */

section.faq {
  max-width: 1100px;
  margin: 50px auto;
  text-align: right;
}
.accordion-area {
  text-align: left;
  list-style: none;
  width: 100%;
  max-width: 1100px;
  margin: 2rem auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}

/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 2% 50px 2% calc(2% + 30px);
  transition: all 0.5s ease;
}
.accordion-area section:before {
  content: 'Q';
  padding-top: 1%;
  padding-left: 1rem;
  position: absolute;
  color: #e4352b;
  font-size: 2rem;
  font-weight: 700;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #e4352b;
}
.accordion-area .title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.accordion-area .title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none; /*はじめは非表示*/
  background: #f6f6f6;
  margin: 0 2% 2% 2%;
  padding: 2%;
}
.accordion-area .box p {
  font-size: 1rem;
  padding: 0;
}
.accordion-area .box a {
  font-weight: 700;
  padding: 0 0.5rem;
  border-bottom: 2px dotted #cc0000;
  transition: 0.2s;
}
.accordion-area .box a:hover {
  color: #cc0000;
}

/* 土地情報 */
section.land {
  max-width: 1100px;
  margin: 50px auto;
  text-align: right;
}
section.land .button {
  margin: 20px 0;
  font-size: 21px;
  height: 50px;
  border-radius: 25px;
}

section.land table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 15px;
  border: 1px solid #ddd;
}
section.land th,
section.land td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
section.land th {
  top: 0;
  font-weight: normal;
  font-size: 0.875rem;
  color: #fff;
  background: #e4352b;
}
section.land .heading th {
  position: sticky;
}
section.land td {
  background-color: #fff;
  line-height: 1.4;
  text-align: left;
}
section.land .pic {
  width: 120px;
  margin: 0;
  padding: 5px;
  border-left: none;
  line-height: 0;
}
section.land .pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
}
section.land td.price span {
  color: #e50012;
  font-weight: 600;
  font-size: 160%;
}
section.land td.add {
  text-align: left;
  vertical-align: top;
}
section.land td.add img {
  width: 16px;
  margin-bottom: -4px;
}
section.land td h3 {
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #666;
  display: inline-block;
}
section.land td.add p + p {
  padding-top: 3px;
}

.label-float-right {
  float: right;
  margin-left: 10px;
}
.label-float-right img {
  width: 60px !important;
}

section.land .bt-waku {
  padding: 0;
}
section.land .bt-waku .bt-flex {
  display: flex;
  justify-content: space-between;
}
section.land .bt-waku .bt-flex a {
  width: 50%;
  padding: 10px;
  transition: 0.5s;
  color: #fff;
  text-align: center;
}
section.land .bt-apply {
  background-color: #e50012;
}
section.land .bt-more {
  background-color: #333;
}
section.land .bt-apply:hover {
  background-color: #ff1c1c;
}
section.land .bt-more:hover {
  background-color: #666;
}

.land-single-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.land-single-title h3 {
  font-size: 28px;
  line-height: 1.2;
}
.land-single-title .price {
  font-size: 28px;
  line-height: 1.2;
}
.land-single-title .price span {
  color: #e50012;
  font-weight: bold;
  font-size: 160%;
}

section.land .point {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 15px 15px 0px;
  margin-top: 20px;
}
section.land .point li {
  border-bottom: 2px dotted #ddd;
  padding: 10px 15px;
  color: #e4352b;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
section.land .point li img {
  margin-bottom: -6px;
  padding-right: 6px;
  width: 33px;
}

section.land .post-waku table {
  margin: 0 auto 20px;
  width: calc(100% - 60px);
}

.land-single-flex {
  display: flex;
  justify-content: space-around;
}
.land-single-flex div {
  flex: 1;
}
.land-single-flex div + div {
  margin-left: 20px;
}
.land-single-flex img {
  width: 100%;
  height: auto;
}
.sub-table th {
  background-color: #efefef !important;
  color: inherit !important;
}

.land-map iframe {
  width: 100%;
  height: 250px;
}

section.land .post-waku .hoso {
  font-size: 14px;
  text-align: justify;
  padding: 0px 30px;
  color: #666;
}
.syuhen p {
  font-size: 14px;
}

/* フッター */
footer {
  padding: 50px 0 80px;
  background-color: #e4352b;
  color: #fff;
}
.footer-flex {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-logo {
  max-width: 340px;
  margin-right: 4.6vw;
  padding-bottom: 80px;
  margin-left: -10px;
}
.footer-box {
  flex: 1;
}
.footer-box li {
  line-height: 2;
}
.footer-box li .child {
  padding-left: 1rem;
}

.footer-box li .button {
  width: 300px;
  margin-top: 20px;
  font-size: 21px;
  height: 50px;
  border-radius: 25px;
  padding: 7px 20px 10px 30px;
  background-color: #fff;
  color: #604c3f;
  transition: 0.3s;
}
.footer-box li .button:after {
  background: url('../../../image/common/arrow_red.svg');
  background-size: cover;
  width: 24px;
  height: 20px;
  margin-left: 10px;
}

/* 固定　カタログダウンロード申込みバナー */
.fixed-panf-bt_pc {
  display: block;
  position: fixed;
  bottom: -1px;
  left: 1vw;
  z-index: 10;
  line-height: 0;
  max-width: 40vw;
}
.fixed-panf-bt_sp {
  display: none;
}
.fixed-panf-bt {
  display: block;
  position: fixed;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  line-height: 0;
  max-width: 900px;
  width: 100%;
}
.fixed-panf-obi {
  width: 100%;
  position: fixed;
  bottom: -1px;
  z-index: 10;
}
.fixed-panf-obi::after {
  content: '';
  display: block;
  background-color: #ea712d;
  height: 70px;
  border-top: 2px solid #fff;
  transition: 0.3s;
}
.fixed-panf-obi:hover::after {
  background-color: #b11e23;
}
.fixed-panf-obi img {
}
/*************************************************
 * カタログDL
 * ********************************************************/

#panf-img-set {
  max-width: 1000px;
  margin: 50px auto 0;
  display: flex;
}
#panf-img-set * {
  /*box-sizing: border-box;*/
}
#panf-img-set .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#panf-img-set .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  content: '';
  width: 200px;
  height: 138px;
  left: 0;
  top: 0;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ccc;
}

#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 215px;
  height: 150px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
#panf-img-set .wpcf7-list-item {
  cursor: pointer;
  position: relative;
  width: 480px;
  margin: 0 0 30px 0 !important;
}
#panf-img-set .wpcf7-list-item input {
  z-index: 10;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label:after {
  position: relative;
  border-top: solid 2px #fcd40b;
  font-weight: normal;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 11.5px;
  line-height: 1.4;
  text-align: justify;
}

/* 店舗情報・アクセス */
section.access {
  max-width: 1100px;
  margin: 50px auto;
  text-align: center;
}
.access-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.access-box {
  display: flex;
  /* align-items: center; */
  width: calc(33.333% - 30px);
  margin: 15px;
  /* padding: 20px; */
  background-color: #fff;
  /* border-radius: 8px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden; /* 矢印の角がはみ出ないように設定 */
}

.access-box .text {
  padding: 13px;
}

.access-box:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.access-box::after {
  /* 矢印アイコンの背景（赤い三角） */
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #e4352b url('../../../image/common/arrow_w.svg') no-repeat center;
  background-position: 85% 75%;
  background-size: 13px;
  /* 右下の角を起点とした三角形に切り抜く */
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.access-box .pic {
  width: 130px; /* 正方形の幅を指定 */
  height: 118px; /* 正方形の高さを指定 */
  /* margin-right: 20px; */
  flex-shrink: 0;
  overflow: hidden; /* コンテナからはみ出た画像を隠す */
}
.access-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像の比率を保ったままトリミング */
  object-position: center right; /* 画像の右側を優先して表示 */
}
.access-box .text h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #222;
}
.access-box .text p {
  font-size: 12px;
  line-height: 1.6;
  color: #555;
}

/* 店舗情報ページ */
.shop-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 15px;
}
.shop-item {
  margin-bottom: 60px;
}
.shop-item:last-child {
  margin-bottom: 0;
}
.shop-name {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #e4352b;
}
.shop-content-flex {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.shop-content-flex .pic {
  width: 35%;
  flex-shrink: 0;
}
.shop-content-flex .pic img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.shop-content-flex .details {
  width: 65%;
}
.details dl {
  display: flex; /* 各行を横並びに */
  border-top: 1px solid #ececec;
  padding: 6px 0;
}
.details dl:first-child {
  border-top: none;
}
.details dt {
  width: 180px; /* ラベルの幅を180pxに固定 */
  flex-shrink: 0; /* 幅が縮まないように設定 */
  background-color: #f9f9f9;
  font-weight: 600;
  padding: 20px 16px;
}
.details dd {
  flex-grow: 1; /* 残りの幅をすべて使用 */
  padding: 20px 16px;
  line-height: 1.7;
}
.map-button {
  display: inline-block;
  border: 1px solid #e4352b;
  color: #e4352b;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
  transition: all 0.3s;
  background-color: #fff;
}
.map-button:hover {
  background-color: #e4352b;
  color: #fff;
}
