@charset "utf-8";
/* CSS Document */

/* slider */
div#n2-ss-18 .nextend-arrow {
  margin-left: 0;
}
div#n2-ss-18 .nextend-arrow {
  margin-right: 0;
}
.slider {
  margin-top: 50px;
  position: relative;
  line-height: 0;
  aspect-ratio: 5 / 2;
}

.slider img,
.slider-come img {
  width: 100%;
  height: auto;
}
.slider-in-bt {
  border-radius: 0;
  z-index: 3;
  transition: 0.5s;
  padding: 0px 10px 0 0;
  text-align: center;
  position: relative;
  line-height: 0;
}
.slider-in-bt {
  background-color: #e4342b;
}
.slider-in-bt:hover {
  background-color: #e4352b;
}

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

.slider-come {
  position: absolute;
  bottom: 20%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 2;
  width: calc(100% - 60px);
}
.slider-come img {
}

@media screen and (max-width: 459px) {
  .slider {
    display: flex;
    flex-direction: column-reverse;
  }
  .kakuichi {
    position: absolute;
    top: 40%;
    bottom: unset;
  }
}

/* セクション共通 */

.jpx-f {
  padding-left: 20px;
}

.obi {
  background-color: #fff;
  padding: 20px 15px;
}
.beige {
  background-color: #fcf4cc;
}
main.sub {
  margin-top: 50px;
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: left;
}
.section-title span {
  color: #e4352b;
  font-size: 14px;
  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: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sub-title-obi h2 {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sub-title-obi h2 img {
  height: 63px;
  margin-top: -6px;
}
.sub-title-obi h2 small {
  font-size: 16px;
  padding-top: 8px;
}
.sub-title-obi span {
  display: inline-block;
  color: #e4352b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-top: 0px;
}

.sub-title {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  margin-left: -60px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.sub-title:after {
  content: '';
  height: 2px;
  flex-grow: 1;
  margin-left: 0.5rem;
  background-color: #e4352b;
}
.single-post-waku {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.single-post-waku p {
  padding-bottom: 1rem;
  text-align: justify;
}
.single-post-waku p img {
  width: 100%;
  height: auto;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  background-color: #e4352b;
  padding: 0 10px 0 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
}
.button:after {
  content: '';
  display: inline-block;
  background: url('../../../image/common/arrow_w.svg');
  background-size: cover;
  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: 15px 15px 30px;
  width: 100%;
  border-radius: 14px;
}
.post-title {
  font-size: 24px;
  line-height: 1.2;
  padding: 15px;
  border-bottom: 2px solid #e4352b;
  text-align: center;
  margin-bottom: 15px;
}

.list-flex {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  margin: 20px auto;
  padding: 15px;
  flex-wrap: wrap;
}
.list-box {
  width: 100%;
  margin: 2% 0;
  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;
}
.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;
}
.list-box-flex {
  display: flex;
}
.list-box-flex .pic {
  flex: 1;
}
.list-box-flex ul {
  flex: 2;
  padding-left: 10px;
}
.list-box.sp .day {
  font-size: 16px;
  padding-bottom: 0px;
  text-align: right;
}
.list-box.sp .title {
  font-size: 18px;
  text-align: left;
  padding: 0 0 5px;
}

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

@media screen and (max-width: 459px) {
  .font88 {
    font-size: 75%;
  }
}

.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 {
  width: calc(100% - 30px);
  margin: 20px auto 30px;
}
.top-lineup-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lineup-box {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.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 p {
  font-size: 14px;
}

@media screen and (max-width: 459px) {
  .lineup-box {
    padding: 10px;
  }
  .top-lineup-flex .button {
    font-size: 3.5vw;
    text-wrap: nowrap;
  }
  .lineup-box .category {
    font-size: 17px;
  }
}

/* 商品ラインナップ詳細 */
section.s-lineup {
  width: 100%;
  margin: 0px auto;
  text-align: right;
}
.s-lineup-flex {
  margin-bottom: 50px;
}
.s-lineup-flex .pic {
  width: 100%;
}
.s-lineup-flex .pic img {
  width: 100%;
  height: auto;
}
.s-lineup-flex .text {
  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: 21px;
  width: 100%;
}
.s-lineup-flex .text p {
  font-size: 16px;
  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 {
}
.slick-dots li {
  width: 15px !important;
  height: 15px !important;
}
.slick-dots li button:before {
  font-size: 15px !important;
}
.slick-dots li.slick-active button:before {
  color: #e4352b !important;
}

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

.lineup-price .text {
  width: 100%;
  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;
  border-bottom: dotted 1px #ccc;
  font-size: 14px;
  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: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

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

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

section.s-lineup .button {
  font-size: 18px;
  height: 36px;
  border-radius: 18px;
  padding: 5px 10px 7px 10px;
  background-color: #e4352b;
  color: #ffffff;
}
section.s-lineup .button:after {
  background: url('../../../image/common/arrow_w.svg');
  background-size: cover;
  width: 20px;
  height: 18px;
  margin-left: 5px;
}
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: 20px;
  height: 18px;
  margin-left: 5px;
}
section.s-lineup .button.-m-r30 {
  margin-top: 15px;
}

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

.top-event-flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.top-event-flex .pic {
  flex: 1;
  width: 100%;
  margin-bottom: 15px;
  line-height: 0;
}
.top-event-flex .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-event-info {
  flex: 1;
  text-align: right;
}
.top-event-info .day {
  font-size: 18px;
  font-weight: 600;
  color: #e4352b;
  padding-left: 10px;
  text-align: left;
}
.top-event-info .title {
  font-size: 21px;
  font-weight: 600;
  padding: 10px 5px 5px;
  line-height: 1.4;
  border-bottom: 1px solid;
  text-align: justify;
}
.top-event-info p {
  padding: 10px 5px;
  text-align: left;
}
.top-event-info ul {
  padding: 10px 5px;
  text-align: left;
}
.top-event-info li {
  font-size: 16px;
  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;
}
.top-event-info li.map iframe {
  height: 110px;
  width: 100%;
}

section.news .button,
section.about .button,
section.event .more-button-wrap .button {
  font-size: 16px;
  height: 36px;
  border-radius: 18px;
  padding: 5px 10px 7px 10px;
  letter-spacing: 0.05rem;
}
section.news .button:after,
section.about .button:after,
section.event .more-button-wrap .button:after {
  width: 24px;
  height: 20px;
  margin-left: 6px;
}

/* SUN BOXの特長 */
section.about {
  width: 100%;
  margin: 0px auto;
  text-align: right;
}
.img-logo {
  text-align: left;
  margin-bottom: 10px;
  margin-left: -10px;
}
.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 15px 0 0;
}
section.event.-single {
  margin-top: 30px;
}

.top-about-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.about-box {
  max-width: 100%;
  margin-top: 0px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.about-box .about-no {
  font-family: 'Barlow', sans-serif;
  font-size: 60px;
  color: #e4352b;
  line-height: 40px;
  width: 60px;
  margin-bottom: 20px;
  margin-left: -2px;
}
.about-info {
}
.about-info h3 {
  font-size: 24px;
  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-flex {
  padding-top: 20px;
}
.about-flex .about-box {
  padding-bottom: 40px;
}

.contact-flex {
}
.contact-come {
  width: 100%;
  margin: 0px auto 0;
  position: relative;
  text-align: center;
  padding: 30px 15px;
}
.contact-come2 {
  margin-bottom: -20px;
  margin-top: 10px;
}

.contact-flex .pic {
  text-align: center;
}
.contact-flex .pic img {
}
.contact-info {
  padding: 10px;
}
.contact-info h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 7px;
  letter-spacing: 0.1rem;
}
.contact-info p {
  font-size: 14px;
  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: 50px;
}
.flow-box {
  max-width: 100%;
  padding: 10px;
  border: 2px solid #e4352b;
  border-radius: 14px;
  position: relative;
  margin-bottom: 38px;
}
.flow-box:after {
  content: '';
  display: block;
  background-color: #e4352b;
  width: 2px;
  position: absolute;
  height: 40px;
  bottom: -40px;
  left: 50%;
  right: 50%;
}
.flow-box:last-child::after {
  display: none;
}
.flow-box:nth-child(n + 6) {
  margin-top: 30px;
}

.flow-box h3 {
  height: 44px;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 1px;
  align-items: center;
  justify-content: flex-start;
}
.flow-no {
  position: absolute;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-family: 'Barlow', sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #e4352b;
  background-color: #fff;
  z-index: 2;
  top: -25px;
  padding: 0 6px;
}
.flow-no span {
  font-size: 16px;
  letter-spacing: 3px;
}
.flow-box .pic {
  width: calc(40% + 10px);
  padding-right: 10px;
  float: left;
}
.flow-box p {
  text-align: justify;
  font-size: 14px;
  padding-top: 0px;
}

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

/* 施工実績 */
section.works {
  width: 100%;
  margin: 0px auto;
  text-align: right;
  padding: 30px 15px;
}

.top-works-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.top-works-flex .works-box + .works-box {
  margin-left: 2%;
}
.top-works-flex .works-box:nth-child(3),
.top-works-flex .works-box:nth-child(5),
.top-works-flex .works-box:nth-child(7) {
  margin-left: 0;
}
.works-box {
  width: 48%;
  background-color: #fff;
  margin-bottom: 15px;
  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: 15px;
  padding: 2px;
  background-color: #604c3f;
  color: #fff;
  font-weight: 500;
}
.works-box p {
  font-size: 12px;
  padding: 5px;
}

section.works .button {
  font-size: 18px;
  height: 40px;
  border-radius: 20px;
  padding: 5px 10px 7px 15px;
  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: 6px;
}
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;
}

.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: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  border: 1px solid #f2f2f2;
}
.tab-label:not(:last-of-type) {
  margin-right: 0;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #e4352b;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 0;
  opacity: 1;
  transition: 0.5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
.single-w-flex {
}
.single-w-flex .pic {
  width: 100%;
}
.single-w-flex .info {
  width: 100%;
  padding-top: 15px;
}
.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: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
.single-w-flex .info p {
  flex: 1;
  padding-bottom: 15px;
}

/* 新着・Blog更新情報 */
section.news {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.top-news-list {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}
.top-news-list li {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.top-news-list li .date {
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-news-list li .cat {
  display: inline-block;
  padding: 1px 5px 3px;
  margin: 0 20px 0 15px;
  font-size: 12px;
  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;
}

/* 会社概要 */
section.message {
  max-width: 100%;
  margin: 0px auto;
  text-align: right;
}
.message-flex {
  padding: 0 25px 30px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.message-info p {
  text-align: justify;
  line-height: 1.8;
  padding-bottom: 15px;
}
.message-pic {
  max-width: 250px;
  padding-bottom: 20px;
  margin: 0 auto;
}

@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
.sign {
  font-family: 'Yuji Syuku', serif;
  font-size: 1.5rem;
  text-align: right;
}
.sign span {
  font-size: 1rem;
}

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

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

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

@media screen and (max-width: 459px) {
  .company-table {
    flex: 1;
    padding: 15px 0;
    line-height: 1.6;
    letter-spacing: 0.03rem;
  }
  .company-table dt {
    padding: 4px 10px;
  }
  .company-table dd {
    padding: 4px 10px;
  }
}

/* よくあるご質問 */
section.faq {
  max-width: 100%;
  margin: 20px auto;
  text-align: right;
  padding: 0 15px;
}
.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: 1rem;
  padding: 10px 30px 10px 2rem;
  transition: all 0.5s ease;
}
.accordion-area section:before {
  content: 'Q';
  padding: 0 0.2rem;
  position: absolute;
  color: #e4352b;
  font-size: 1.6rem;
  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: 20px;
  right: 5px;
  transform: rotate(0deg);
}
.accordion-area .title::after {
  top: 20px;
  right: 5px;
  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%;
  text-align: justify;
}
.accordion-area .box p {
  font-size: 88%;
  padding: 5px;
  line-height: 1.8;
}
.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: 100%;
  margin: 20px auto;
  text-align: right;
  padding: 0 15px;
}
section.land .button {
  margin-top: 0px;
  font-size: min(4vw, 17px);
  height: 36px;
  border-radius: 18px;
  line-height: 1;
}

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: 5px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
section.land .heading th {
  position: inherit;
  top: 0;
  font-weight: normal;
  font-size: 0.75rem;
  color: #fff;
  background: #e4352b;
}
section.land td {
  background-color: #fff;
  line-height: 1.4;
}
section.land .pic {
  width: 80px;
  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: 130%;
}
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;
}
section.land td.add p + p {
  padding-top: 3px;
}

.label-float-right {
  float: right;
  margin-left: 10px;
}
.label-float-right img {
  width: 40px !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;
}
section.land .m-b20 {
  margin-bottom: 20px;
}

.land-single-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.land-single-title h3 {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 10px;
}
.land-single-title .price {
  font-size: 16px;
  line-height: 1.2;
}
.land-single-title .price span {
  color: #e50012;
  font-weight: bold;
  font-size: 140%;
}

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

section.land .post-waku table {
  margin: 0 auto 20px;
  width: 100%;
}
section.land .post-waku .sub-title {
  margin-left: 0 !important;
}

.land-single-flex {
}
.land-single-flex div {
  width: 100%;
  margin-bottom: 15px;
}
.land-single-flex img {
  width: 100%;
  height: auto;
}
.sub-table th {
  background-color: #efefef !important;
  color: inherit !important;
}
.sub-table th,
.sub-table td {
  display: block;
  width: 100% !important;
}
.txt-left {
  text-align: left !important;
}
.land-map iframe {
  width: 100%;
  height: 200px;
}

section.land .post-waku .hoso {
  font-size: 14px;
  text-align: justify;
  color: #666;
}
.syuhen p {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}

/* フッター */
footer {
  padding: 15px 15px 30px;
  background-color: #604c3f;
  color: #fff;
}
.footer-flex {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-logo {
  max-width: 300px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 30px;
}
.footer-box {
}
.footer-box li {
  line-height: 2;
}
.footer-box li .child {
  padding-left: 1rem;
}
/* 固定　カタログダウンロード申込みバナー */
.fixed-panf-bt_pc {
  display: none;
}
.fixed-panf-bt_sp {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  line-height: 0;
}
.fixed-panf-bt_sp a {
  line-height: 0;
  margin-bottom: -1px;
}
.fixed-panf-bt_sp a img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 460px) {
  .slider {
    aspect-ratio: 5 / 2;
  }
  .slider-come {
    height: 100%;
    position: absolute;
    left: 20px;
    transform: translateY(30%);
    z-index: 2;
    width: 55%;
  }
  .slider-in-bt {
    border-radius: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 3;
    transition: 0.5s;
    width: calc(30vw + 60px);
    padding: 30px;
  }
  .top-lineup-flex .lineup-box + .lineup-box {
    margin-left: 2%;
  }
  .top-lineup-flex .lineup-box:nth-child(3),
  .top-lineup-flex .lineup-box:nth-child(5) {
    margin-left: 0;
  }
  .lineup-box {
    width: 48%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 2%;
  }

  .top-event-flex {
    flex-direction: row;
  }
  .top-event-flex .pic {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .about-box {
    flex-direction: row;
    margin-bottom: 30px;
  }
  .about-box .about-no {
    margin-bottom: 0;
    margin-right: 30px;
    line-height: 40px;
    font-size: 70px;
    width: 72px;
  }
  .top-news-list li {
    flex-direction: row;
  }

  .message-flex {
    flex-direction: row;
  }
  .message-pic {
    max-width: 280px;
    padding-left: 50px;
  }
  .company-table dl {
    flex-direction: row;
  }
  .company-table dt {
    width: 26%;
  }

  .contact-flex {
    display: flex;
  }
  .contact-come2 .pc {
    display: block !important;
  }
  .contact-come2 .sp {
    display: none !important;
  }
  footer {
    padding: 30px 15px 70px;
  }
  .footer-logo {
    width: 30vw;
  }
  .footer-box.pc {
    display: block;
    flex: 1;
    padding-left: 50px;
  }
  .footer-box.pc li {
    font-size: 14px;
    line-height: 1.6;
  }

  .fixed-panf-bt {
    display: flex;
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 10;
    line-height: 0;
    max-width: 375px;
    background-color: unset;
  }
  .fixed-panf-bt a.tel {
    display: none;
  }
}
/*************************************************
 * カタログDL
 * ********************************************************/

#panf-img-set {
  margin: 0 auto;
  display: flex;
}
#panf-img-set * {
  /*box-sizing: border-box;*/
}
#panf-img-set .wpcf7-form-control {
  /*width: 800px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
  width: 25% !important;
  display: inline-block !important;
  margin-left: 0;
  margin-top: 20px;
}
#panf-img-set .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  aspect-ratio: 13 / 9;
  width: 120px;
  margin-right: 14px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}

#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  width: 100%;
  padding-left: 130px;
  min-height: 80px;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
#panf-img-set .wpcf7-list-item {
  cursor: pointer;
  position: relative;
  width: 100%;
  margin: 0 auto 20px !important;
}
#panf-img-set .wpcf7-list-item input {
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: 35px;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label:after {
  border-top: solid 2px #fcd40b;
  font-weight: normal;
  padding-top: 6px;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.2;
}

@media screen and (max-width: 360px) {
  #panf-img-set .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 100px;
  }
  #panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 110px;
  }
}

/* 店舗情報・アクセス */
section.access {
  width: calc(100% - 30px);
  margin: 30px auto;
}
.access-flex {
}
.access-box {
  display: flex;
  /* align-items: center; を削除（stretchに） */
  width: 100%;
  margin-bottom: 15px;
  /* padding: 15px; を削除 */
  background-color: #fff;
  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;
  overflow: hidden; /* 矢印の角がはみ出ないように設定 */
}
.access-box .text {
  padding: 13px; /* PC版とpaddingを合わせる */
}
.access-box::after {
  /* 矢印アイコンの背景（赤い三角） */
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px; /* PC版とサイズを合わせる */
  height: 30px; /* PC版とサイズを合わせる */
  background: #e4352b url('../../../image/common/arrow_w.svg') no-repeat center;
  background-position: 85% 75%; /* PC版と位置を合わせる */
  background-size: 13px; /* PC版とサイズを合わせる */
  /* 右下の角を起点とした三角形に切り抜く */
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.access-box .pic {
  /* PC版の比率(130:118)を参考にサイズ調整 */
  width: 100px;
  height: 100px;
  /* margin-right: 15px; を削除 */
  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: 16px; /* モバイル用に調整 */
  font-weight: bold;
  margin-bottom: 8px;
  color: #222;
}
.access-box .text p {
  font-size: 12px; /* PC版とサイズを合わせる */
  line-height: 1.6;
  color: #555;
}

/* 店舗情報ページ */
.shop-list {
  padding: 30px 15px;
}
.shop-item {
  margin-bottom: 50px;
}
.shop-item:last-child {
  margin-bottom: 0;
}
.shop-name {
  font-size: 22px;
  margin-bottom: 10px;
  border-bottom-color: #e4352b;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #e4352b;
}
.shop-content-flex {
  flex-direction: column; /* PCの横並びから縦積みに変更 */
  gap: 20px;
}

.shop-content-flex .pic {
  margin-bottom: 20px;
}
.shop-content-flex .pic,
.shop-content-flex .details {
  width: 100%; /* PCの幅指定を上書きし、フル幅に */
}
.shop-content-flex .pic img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.details dl {
  display: block; /* PCのflexを解除し、ラベルと内容を縦積みに */
  padding: 0;
  border-top: 1px solid #ececec;
  padding: 6px 0;
}
.details dl:first-child {
  border-top: none;
}
.details dt {
  width: 100%;
  padding: 12px;
  font-weight: 600;
  background-color: #f9f9f9;
}
.details dd {
  padding: 12px;
  line-height: 1.6;
}
.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;
  background-color: #fff;
}
