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

body {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  background-color: #f5f3e6;
  color: #2f4d59;
}

p {
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin: 0;
}

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: 1080px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  padding-bottom: 0;
}

.txt {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.75em;
}
@media screen and (min-width: 1080px) {
  .txt {
    font-size: 16px;
  }
}
.txt .highlight {
  font-size: 20px;
  color: #2f84bd;
}
.txt .label {
  background-color: #648c9c;
  color: #fff;
  border-radius: 20px;
  padding: 0.2em 2em;
}
.txt .ttl {
  font-size: 20px;
}
.txt .small {
  font-size: 12px;
}
.txt .mini {
  font-size: 10px;
  line-height: 1;
}
.txt .number {
  font-family: "Apple Chancery", cursive;
}
.txt .number2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.mb_intro {
  margin-bottom: 120px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mt_m40 {
  margin-top: -40px;
}

.cta {
  margin: 60px 10px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .cta {
    margin: 100px 20px;
  }
}
.cta .btn-cta, .cta .btn-cta2, .cta .submit-btn {
  display: inline-block;
  padding: 18px 80px;
  background-color: #cfc557;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 0 #fff;
}
.cta .btn-cta:hover, .cta .btn-cta2:hover, .cta .submit-btn:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 #fff;
}
@media screen and (min-width: 1080px) {
  .cta .btn-cta, .cta .btn-cta2, .cta .submit-btn {
    font-size: 18px;
    padding: 22px 160px;
  }
}
.cta .btn-cta2, .cta .submit-btn {
  background-color: #cf7272;
}

.section_header {
  margin-bottom: 100px;
  position: relative;
  display: inline-block;
}
.section_header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
  width: 100px;
  height: 60px;
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_anlino/section_ttl.svg") no-repeat center/contain;
  z-index: 10;
}

.mv {
  position: relative;
  width: 100%;
  background-color: #f5f3e6;
}
.mv_header {
  padding: 15px 20px;
}
@media screen and (min-width: 769px) {
  .mv_header {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 10;
    padding: 0;
    background-color: transparent;
  }
}
.mv_logos {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .mv_logos {
    gap: 10px;
  }
}
.mv_logos a {
  display: block;
  line-height: 0;
}
.mv_logos .logo {
  display: block;
  width: auto;
  height: 20px;
}
@media screen and (min-width: 1080px) {
  .mv_logos .logo {
    height: 24px;
  }
}
.mv_logos .logo-divider {
  display: block;
  width: 1px;
  height: 18px;
  background-color: #333;
  flex-shrink: 0;
}
@media screen and (min-width: 1080px) {
  .mv_logos .logo-divider {
    height: 24px;
  }
}
.mv_image-box {
  margin: 0 auto;
  width: 100%;
  background-color: #f5f3e6;
}
.mv_image-box .mv_img {
  display: block;
  width: 100%;
  height: auto;
}

.intro {
  padding-top: 60px;
  background-color: #f5f3e6;
  text-align: center;
}
.intro_copy ::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 193px;
  height: 56px;
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_anlino/leaf_decoration.png") no-repeat center/contain;
}
@media screen and (min-width: 1080px) {
  .intro_copy ::after {
    left: 75%;
    transform: none;
    bottom: -80px;
  }
}
.intro_container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1080px) {
  .intro_container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .intro_container .intro_text-side {
    width: 60%;
  }
}
.intro_container .intro_text-side img {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .intro_container .intro_text-side img {
    width: 30%;
  }
}
@media screen and (min-width: 1080px) {
  .intro_container .intro_image-side {
    width: 40%;
  }
}
.intro_container .intro_image-side .arch-img {
  width: 80%;
}
@media screen and (min-width: 1080px) {
  .intro_container .intro_image-side .arch-img {
    width: 100%;
  }
}

.design {
  background-color: #f5f3e6;
}
.design_bf {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1080px) {
  .design_bf {
    flex-direction: row;
    justify-content: center;
  }
}
.design_bf_item_label {
  position: relative;
  font-family: "Apple Chancery", cursive;
  font-size: 20px;
  color: #2f4d59;
  text-align: left;
  padding-left: 20px;
}
@media screen and (min-width: 1080px) {
  .design_bf_item_label {
    text-align: center;
  }
}
.design_bf_item_label::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_anlino/design_bf_item_label.svg") no-repeat center/contain;
}
@media screen and (min-width: 1080px) {
  .design_bf_item_label::before {
    left: 50%;
    transform: translate(-2em, 0);
  }
}
@media screen and (min-width: 1080px) {
  .design_bf_item:first-child {
    width: 45%;
  }
  .design_bf_item:first-child .design_bf_item_label::before {
    transform: translate(-2.2em, 0) !important;
  }
  .design_bf_item:last-child {
    width: 55%;
  }
}

.plan {
  background-color: #f5f3e6;
}
.plan_bf {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1080px) {
  .plan_bf {
    flex-direction: row;
    justify-content: center;
  }
}
.plan_bf_item {
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .plan_bf_item {
    width: 50%;
  }
}
.plan_bf_item_label {
  position: relative;
  font-family: "Apple Chancery", cursive;
  font-size: 18px;
  color: #2f4d59;
  text-align: left;
}
.plan_bf_item_txt {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.plan_bf_carousel {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  background-color: transparent;
}
.plan_bf_carousel .splide__track {
  background-color: transparent;
}
.plan_bf_carousel .splide__list {
  background-color: transparent;
}
.plan_bf_carousel .splide__slide {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  border-radius: 0 !important;
}
.plan_bf_carousel .splide__slide img {
  background-color: transparent;
  width: 90%;
  height: auto;
  display: block;
  border-radius: 6.5%;
  margin: 0 auto;
}
.plan_bf_carousel .splide__pagination {
  bottom: -25px;
}
.plan_bf_carousel .splide__pagination__page {
  background: #ccc;
}
.plan_bf_carousel .splide__pagination__page.is-active {
  background: #cfc557;
}
.plan_bf_carousel .splide__arrows .splide__arrow {
  background: transparent;
}
.plan_bf_carousel .splide__arrows .splide__arrow--prev {
  left: -10px;
}
.plan_bf_carousel .splide__arrows .splide__arrow--next {
  right: -10px;
}
.plan_bf_section_ttl {
  position: relative;
  font-size: 20px;
}
.plan_bf_section_ttl::before, .plan_bf_section_ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
}
.plan_bf_section_ttl::before {
  left: 50%;
  transform: translate(-120px, 0);
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_anlino/plan_bf_section_ttl_before.svg") no-repeat center/contain;
}
.plan_bf_section_ttl::after {
  right: 50%;
  transform: translate(120px, 0);
  background: url("https://www.remoreshop.com/wp-content/themes/lightning-pro-child/img_anlino/plan_bf_section_ttl_after.svg") no-repeat center/contain;
}

.performance {
  background-color: #f5f3e6;
}
.performance_bf {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1080px) {
  .performance_bf {
    flex-direction: row;
    justify-content: center;
    gap: 6%;
  }
}
.performance_bf_item {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .performance_bf_item {
    width: 50%;
  }
}
.performance_bf_item_label {
  position: relative;
  font-family: "Apple Chancery", cursive;
  font-size: 18px;
  line-height: 2.5em;
  color: #2f4d59;
  padding-left: 20px;
}
@media screen and (min-width: 1080px) {
  .performance_bf_item_label {
    text-align: center;
  }
}
.performance_bf_item_image2 {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .performance_bf_item_image2 {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 50%;
  }
}
.performance_bf_item_image2_note {
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .performance_bf_item_image2_note {
    margin: 0 auto;
    width: 50%;
  }
}
.performance_bf_item:first-child:after {
  position: absolute;
  color: #82cbd1;
  content: "↓";
  bottom: -30px;
  left: 50%;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1080px) {
  .performance_bf_item:first-child:after {
    content: "→";
    bottom: 50%;
    left: 100%;
    width: 15px;
    height: 15px;
    transform: translate(20px, 40px);
  }
}

.gallery {
  padding: 60px 0;
  background-color: #f5f3e6;
}
.gallery .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 screen and (min-width: 1080px) {
  .gallery .works-slider {
    -webkit-mask-image: none;
    mask-image: none;
    padding: 0 50px;
    overflow: hidden;
  }
}
.gallery .swiper-slide {
  height: auto;
}
.gallery .work-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  padding: 25px 15px 10px;
}
.gallery .work-card img {
  width: 100%;
  display: block;
}
.gallery .work-card p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  padding: 10px 10px 0;
  text-align: left;
}
.gallery .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.gallery .swiper-button-prev,
.gallery .swiper-button-next {
  display: none; /* デフォルトで矢印を非表示に */
}
@media screen and (min-width: 1080px) {
  .gallery .swiper-button-prev,
  .gallery .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #3e515a;
    border-radius: 50%;
    color: #ffffff;
    transition: opacity 0.3s;
  }
  .gallery .swiper-button-prev::after,
  .gallery .swiper-button-next::after {
    font-size: 10px;
    font-weight: bold;
  }
  .gallery .swiper-button-prev:hover,
  .gallery .swiper-button-next:hover {
    opacity: 0.8;
  }
}

.price {
  background-color: #f5f3e6;
  margin-bottom: 100px;
}
.price .reno-spec {
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 1080px) {
  .price .reno-spec {
    width: 60%;
    max-width: 800px;
    margin: 0 auto;
    border-top: 3px solid #2f4d59;
    border-bottom: 3px solid #2f4d59;
  }
}
.price .reno-spec_row {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #2f4d59;
}
@media screen and (min-width: 1080px) {
  .price .reno-spec_row {
    display: flex;
    align-items: center;
    padding: 20px 40px;
  }
  .price .reno-spec_row:last-child {
    border-bottom: none;
  }
}
.price .reno-spec_term {
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .price .reno-spec_term {
    width: 35%;
    margin-bottom: 0;
    text-align: left;
  }
}
.price .reno-spec_description {
  width: 100%;
  margin-left: 0;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .price .reno-spec_description {
    width: 65%;
    margin: 0;
    text-align: left;
  }
}

.form {
  background-color: #f5f3e6;
}
.form .cta_header {
  font-size: 30px;
  font-weight: normal;
  color: #cf7272;
}
.form .contact-form {
  max-width: 800px;
  margin: 0 auto;
}
.form .contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #2f4d59;
  text-align: left;
}
.form .contact-form .form-control {
  height: auto !important;
}
.form .contact-form input[type=text],
.form .contact-form input[type=email],
.form .contact-form input[type=tel],
.form .contact-form input[type=date],
.form .contact-form select,
.form .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
}
.form .contact-form .form-group {
  margin-bottom: 25px;
  width: 100%;
}
.form .contact-form .form-row {
  display: flex;
  gap: 15px;
}
.form .contact-form .form-row > * {
  flex: 1;
}
.form .contact-form .form-check {
  display: flex;
  align-items: center;
}
.form .contact-form .form-check input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}
.form .contact-form .form-check label {
  margin-bottom: 0;
  font-weight: normal;
}
.form .mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form .mwform-tel-field input[type=text] {
  flex: 1;
  width: auto;
  min-width: 0;
}

.faq {
  padding: 30px 0;
}
.faq .point-item2 {
  margin: 10px 0;
  background-color: #cad6d0;
  border-radius: 30px;
  padding: 20px 0;
}
.faq .point-item2 .point-header {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
.faq .point-item2 .point-header .point-summary {
  margin: 0;
  color: #555;
  padding: 0 30px;
  font-weight: bold;
  font-size: 14px;
}
.faq .point-item2 .point-header .point-icon {
  position: absolute;
  bottom: 50%;
  right: 20px;
  transform: translate(0, 5px);
  width: 10px;
  height: 10px;
  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;
}
.faq .point-item2 .point-header[aria-expanded=true] .point-icon {
  transform: rotate(90deg) translate(5px, 0);
}
.faq .point-item2 .point-content {
  padding: 0 30px;
  padding-bottom: 0;
}
.faq .point-item2 .point-content .content-inner {
  margin-top: 10px;
}
.faq .point-item2 .point-content .content-inner .content-description {
  text-align: center;
  font-size: 14px;
  text-align: left;
}

.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: #2f4d59;
}
.site-footer .privacy-link {
  text-decoration: underline;
}
.site-footer .privacy-link:hover {
  text-decoration: none;
}/*# sourceMappingURL=style_anlino.css.map */