@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #f5f5f5;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  text-align: center;
  color: #3d4c61;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 26px;
  }
}

.section-description {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.full-bleed-section {
  padding: 60px 0;
}
.full-bleed-section.intro {
  padding-top: 0;
}

.header {
  background-color: #f5f5f5;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo-container {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
  gap: 5px;
}
.header .logo {
  height: 20px;
}
.header .logo-divider {
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.header .nav-links {
  display: none;
}

.action-buttons {
  display: flex;
}

.btn {
  display: inline-block;
  padding: 18px 22px;
  font-size: 10px;
}
.btn.btn-tour {
  background-color: #fff;
  color: #333;
}
.btn.btn-document {
  background-color: #bc160a;
  color: #fff;
}

.cta-container, .cta-container2, .cta-container3 {
  background-color: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}

.cta-container2 {
  background-color: #dfdfdf;
}

.cta-container3 {
  background-color: #ced9da;
}

.cta-button {
  display: inline-block;
  background-color: #bc160a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 18px 70px;
  transition: background-color 0.3s ease;
}
.cta-button:hover {
  background-color: rgb(139.5757575758, 16.3333333333, 7.4242424242);
}
.cta-button .cta-button-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_yamanone/arrow.png") no-repeat center center/contain;
  margin-left: 12px;
}

.submit-btn {
  width: 100%;
  background-color: #bc160a;
  color: #fff;
  border: none;
  padding: 18px 70px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.submit-btn:hover {
  background-color: rgb(139.5757575758, 16.3333333333, 7.4242424242);
}

.hero-image-pc {
  display: none;
}

.hero-image-sp {
  display: block;
  width: 100%;
}

.point-section {
  padding: 60px 0;
}

.point-item .point-header, .point-item2 .point-header {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  border-bottom: 1px solid #3d4c61;
}
.point-item .point-header .header-title-group, .point-item2 .point-header .header-title-group {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.point-item .point-header .point-number, .point-item2 .point-header .point-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #3d4c61;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
.point-item .point-header .point-title, .point-item2 .point-header .point-title {
  font-size: 16px;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  color: #3d4c61;
}
.point-item .point-header .point-summary, .point-item2 .point-header .point-summary {
  margin: 0;
  color: #555;
  padding-left: 30px;
  font-weight: bold;
}
.point-item .point-header .point-icon, .point-item2 .point-header .point-icon {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_yamanone/arrow-bl.png") no-repeat center center/contain;
  transition: transform 0.3s ease;
}
.point-item .point-header[aria-expanded=true] .point-icon, .point-item2 .point-header[aria-expanded=true] .point-icon {
  transform: rotate(90deg);
}
.point-item .point-content, .point-item2 .point-content {
  padding-bottom: 30px;
}
.point-item .point-content .content-inner, .point-item2 .point-content .content-inner {
  margin: 30px 0;
}
.point-item .point-content .content-description, .point-item2 .point-content .content-description {
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
.point-item .point-content .content-photos, .point-item .point-content .content-special-box, .point-item2 .point-content .content-photos, .point-item2 .point-content .content-special-box {
  margin-top: 30px;
}
.point-item .point-content .content-photos figure, .point-item2 .point-content .content-photos figure {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
}
.point-item .point-content .content-photos figure + figure, .point-item2 .point-content .content-photos figure + figure {
  margin-top: 0;
}
.point-item .point-content .content-photos figcaption, .point-item2 .point-content .content-photos figcaption {
  font-weight: bold;
  margin-bottom: 8px;
}
.point-item .point-content .content-photos img, .point-item2 .point-content .content-photos img {
  width: 100%;
  display: block;
}
.point-item .point-content .content-special-box, .point-item2 .point-content .content-special-box {
  background-color: #ced9da;
  padding: 10px 25px 30px;
  position: relative;
  margin-top: 40px;
  overflow: visible;
}
.point-item .point-content .content-special-box .special-box-title, .point-item2 .point-content .content-special-box .special-box-title {
  text-align: center;
  margin-bottom: 25px;
}
.point-item .point-content .content-special-box .special-box-title h4, .point-item2 .point-content .content-special-box .special-box-title h4 {
  margin: 0;
  font-size: 14px;
  position: relative;
  padding-top: 20px;
}
.point-item .point-content .content-special-box .special-box-title h4::before, .point-item2 .point-content .content-special-box .special-box-title h4::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_yamanone/icon-magnifier.png") no-repeat center center/contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-130px, 0);
  z-index: 2;
}
.point-item .point-content .content-special-box dl div, .point-item2 .point-content .content-special-box dl div {
  margin-top: 10px;
}
.point-item .point-content .content-special-box dt, .point-item2 .point-content .content-special-box dt {
  font-weight: bold;
  font-size: 14px;
  color: #3d4c61;
  text-align: center;
  margin-bottom: 10px;
}
.point-item .point-content .content-special-box dd, .point-item2 .point-content .content-special-box dd {
  margin: 0;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}
.point-item .point-content .text-item, .point-item2 .point-content .text-item {
  margin-top: 30px;
}
.point-item .point-content .content-special-image, .point-item2 .point-content .content-special-image {
  margin-top: 30px;
}
.point-item .point-content .content-special-image img, .point-item2 .point-content .content-special-image img {
  width: 100%;
  display: block;
}

.point-item2 .point-header .point-summary {
  padding-left: 0;
}
.point-item2 .content-inner {
  margin: 20px 0;
}
.point-item2 .point-content {
  padding-bottom: 0;
}
.point-item2 .point-content .content-description {
  text-align: left;
}

.works-section {
  padding: 60px 0;
  background-color: #dfdfdf;
}
.works-section .works-slider {
  width: 100%;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 20px, #000 90%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 20px, #000 90%, transparent);
}
@media (min-width: 1024px) {
  .works-section .works-slider {
    -webkit-mask-image: none;
    mask-image: none;
    padding: 0 50px;
    overflow: hidden;
  }
}
.works-section .swiper-slide {
  height: auto;
}
.works-section .work-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  padding: 10px;
}
.works-section .work-card img {
  width: 100%;
  display: block;
}
.works-section .work-card p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  padding: 10px;
}
.works-section .swiper-pagination {
  position: relative; /* 位置の基準をリセット */
  margin-top: 20px; /* スライダーとの間に余白を追加 */
}
.works-section .swiper-button-prev,
.works-section .swiper-button-next {
  display: none; /* デフォルトで矢印を非表示に */
}
@media (min-width: 1024px) {
  .works-section .swiper-button-prev,
  .works-section .swiper-button-next {
    display: flex;
    color: #474747; /* 矢印の色 */
  }
}

.necco {
  background-color: #587676;
}

.seinou {
  background-color: #dfdfdf;
}

.access-section {
  padding: 60px 0 0;
  background-color: #ced9da;
}
@media (min-width: 1024px) {
  .access-section .access-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
  }
}
.access-section .info-item {
  margin-bottom: 20px;
}
.access-section .info-item .info-title {
  font-size: 14px;
  color: #3d4c61;
  margin: 0 0 10px 0;
  padding-left: 20px;
  position: relative;
}
.access-section .info-item .info-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.access-section .info-item:nth-child(1) .info-title::before {
  background-image: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_yamanone/icon-map.png");
}
.access-section .info-item:nth-child(2) .info-title::before {
  background-image: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_yamanone/icon-car.png");
}
.access-section .info-item:nth-child(3) .info-title::before {
  background-image: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_yamanone/icon-train.png");
}
.access-section .info-item p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.access-section .access-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}
@media (min-width: 1024px) {
  .access-section .access-map iframe {
    height: 400px;
  }
}

.form-section {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.form-section .contact-form {
  max-width: 700px;
  margin: 0 auto;
}
.form-section .contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.form-section .contact-form input[type=text],
.form-section .contact-form input[type=email],
.form-section .contact-form input[type=tel],
.form-section .contact-form input[type=date],
.form-section .contact-form select,
.form-section .contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
}
.form-section .contact-form .form-group {
  margin-bottom: 25px;
}
.form-section .contact-form .form-row {
  display: flex;
  gap: 15px;
}
.form-section .contact-form .form-row > * {
  flex: 1;
}
.form-section .contact-form .form-check {
  display: flex;
  align-items: center;
}
.form-section .contact-form .form-check input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}
.form-section .contact-form .form-check label {
  margin-bottom: 0;
  font-weight: normal;
}

.faq-section {
  padding: 30px 0;
}
.faq-section .faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-section .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.faq-section .faq-question::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_yamanone/arrow-up.svg") no-repeat center center/contain;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.faq-section .faq-answer p {
  margin: 0;
  padding: 0 10px 20px 10px;
  line-height: 1.8;
}
.faq-section .faq-item.is-open .faq-question::after {
  transform: rotate(180deg);
}
.faq-section .faq-item.is-open .faq-answer {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}

.site-footer {
  padding: 50px 20px;
  background-color: #fff;
}
.site-footer .footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  font-size: 12px;
  color: #333;
}
.site-footer .privacy-link {
  text-decoration: underline;
}
.site-footer .privacy-link:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .br-sp {
    display: none; /* br-spクラスを持つbrを非表示に */
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 10;
    box-sizing: border-box;
  }
  .header .header-inner {
    align-items: center;
  }
  .header .logo {
    height: 25px;
  }
  .header .nav-links {
    display: block;
    margin-left: auto;
    margin-right: 30px;
  }
  .header .nav-links a {
    font-size: 12px;
  }
  .header .nav-links ul {
    display: flex;
    gap: 20px;
  }
  .btn {
    padding: 18px 28px;
    font-size: 12px;
  }
  .cta-button {
    font-size: 16px;
    padding: 14px 200px;
  }
  .submit-btn {
    display: block;
    margin: 0 auto;
    padding: 14px 200px;
  }
  .hero-image-sp {
    display: none;
  }
  .hero-image-pc {
    display: block;
    width: 100%;
  }
  .point-item .point-header {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .point-item .point-header .header-title-group {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .point-item .point-header .point-summary {
    padding-left: 0;
    font-size: 14px;
  }
  .point-item .point-content .content-special-box dt,
  .point-item .point-content .content-special-box dd {
    text-align: left;
  }
  .point-item .content-description {
    font-size: 14px;
  }
  .point-item .content-photos {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  .point-item .content-photos figure + figure {
    margin-top: 0;
  }
  .point-item .content-photos figure:first-child {
    width: 44%;
  }
  .point-item .content-photos figure:last-child {
    width: 56%;
  }
  .point-item .content-special-box {
    text-align: center;
    width: 70%;
    margin: 30px auto 0;
    font-size: 14px;
  }
  .point-item .content-special-box dd {
    text-align: left;
  }
  .point-item .special-box-content {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px 30px;
    text-align: left;
    margin-top: 20px;
  }
  .point-item .special-box-content > :nth-child(1) {
    grid-column: 1/2;
  }
  .point-item .special-box-content > :nth-child(2) {
    grid-column: 2/3;
  }
  .point-item .special-box-content.text-only {
    display: block;
  }
  .point-item .special-box-content .text-items-group .text-item + .text-item {
    margin-top: 30px;
  }
  .point-item .special-box-content.image-first > .text-item {
    grid-column: 2/3;
  }
  .point-item .special-box-content.image-first > .content-special-image {
    grid-column: 1/2;
  }
  .point-item .special-box-content.text-only {
    display: block;
  }
  .section-description {
    font-size: 14px;
  }
}
/* --- LPフォームのレイアウト修正 --- */
.form-section .mw_wp_form p {
  margin-bottom: 1.5em;
}

.form-section .mw_wp_form input[type=text],
.form-section .mw_wp_form input[type=email],
.form-section .mw_wp_form textarea,
.form-section .mw_wp_form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.form-section .mw_wp_form .mwform-tel-field input {
  width: 30%; /* 電話番号の各入力欄の幅 */
}

.form-section .mw_wp_form input[type=submit] {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.form-section .mw_wp_form .mwform-checkbox-field label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}

.form-section .mw_wp_form .mwform-checkbox-field input[type=checkbox] {
  width: auto;
}/*# sourceMappingURL=style_yamanone.css.map */