@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 40px;
    margin-top: -40px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

.single-block-contents ul li .limit {
  color: #fff;
  background: #DD1120;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-right: 16px;
  }
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.fv > .container {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .fv > .container {
    margin-top: 44px;
  }
}

#breadcrumbs {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #breadcrumbs {
    margin-top: 72px;
  }
}

.head-txt__bnr {
  max-width: 628px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .head-txt__bnr {
    max-width: 400px;
    margin: 50px auto 0;
  }
}
.head-txt__bnr a::after {
  content: none !important;
}
.head-txt__note {
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    font-size: 12px;
    margin-top: 8px;
  }
}

.floating-bnr {
  position: fixed;
  top: 18vh;
  right: 0;
  max-width: 120px;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .floating-bnr {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    max-width: none;
    width: 98%;
  }
}

.sectionTit {
  position: relative;
  color: #F08300;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 2px solid #F08300;
  border-bottom: 2px solid #F08300;
  padding: 44px 0 24px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #F08300;
    border-bottom: 1px solid #F08300;
    padding: 24px 0 12px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/autumn-2026-west_sectionTit-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 72px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -20px;
    width: 52px;
    height: 38px;
  }
}

.sectionWrap {
  background: #CEE4F4;
  padding: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sectionWrap {
    padding: 10px;
    margin-top: 25px;
  }
}

.sectionContainer {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .sectionContainer {
    border-radius: 10px;
    padding: 24px 8px 20px;
  }
}
.sectionContainer__topImg {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sectionContainer__topImg {
    max-width: 240px;
  }
}
.sectionContainer__name {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__name {
    font-size: 16px !important;
    margin-top: 12px;
  }
}
.sectionContainer__txt {
  font-size: 18px !important;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__txt {
    font-size: 14px !important;
    letter-spacing: -0.03em;
    margin-top: 8px;
  }
}
.sectionContainer .blueNumber {
  color: #fff;
  background: #006EB6;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px 10px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .sectionContainer .blueNumber {
    font-size: 13px !important;
    border-radius: 4px;
    padding: 5px 10px 6px;
    margin: 12px auto 0;
  }
}
.sectionContainer__infoTxt {
  position: relative;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__infoTxt {
    margin-top: 18px;
  }
}
.sectionContainer__infoTxt::before {
  content: "";
  border-top: 6px dotted #CEE4F4;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 6px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__infoTxt::before {
    border-top: 3px dotted #CEE4F4;
    top: -10px;
    width: 48px;
    height: 3px;
  }
}
.sectionContainer__infoTxt .blueNumber {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__infoTxt .blueNumber {
    margin-top: 8px;
  }
}
.sectionContainer__infoTxt .sectionContainer__name {
  display: inline-block;
  margin: 12px 0 8px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__infoTxt .sectionContainer__name {
    margin: 8px 0 4px;
  }
}
.sectionContainer__price {
  max-width: 290px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .sectionContainer__price {
    max-width: 190px;
    margin: 12px auto 0;
  }
}
.sectionContainer__price + .sectionContainer__infoTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__price + .sectionContainer__infoTxt {
    margin-top: 28px;
  }
}
.sectionContainer__movieTit {
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__movieTit {
    font-size: 13px !important;
    margin-top: 16px;
  }
}
.sectionContainer__movieLink {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__movieLink {
    margin-top: 4px;
  }
}
.sectionContainer__movieLink a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .sectionContainer__movieLink a:hover {
    opacity: 0.7;
  }
}
.sectionContainer__numWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__numWrap {
    gap: 8px;
    margin-top: 12px;
  }
}
.sectionContainer__numWrap .blueNumber {
  margin: 0;
}
.sectionContainer__numWrap .webLimit {
  color: #fff;
  background: #DD1120;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px 10px;
}
@media screen and (max-width: 640px) {
  .sectionContainer__numWrap .webLimit {
    font-size: 13px !important;
    border-radius: 4px;
    padding: 5px 10px 6px;
  }
}

.topTxt {
  margin-top: 100px !important;
}
@media screen and (max-width: 640px) {
  .topTxt {
    margin-top: 50px !important;
  }
}
.topTxt .redTxt {
  color: #DD1120;
  font-weight: 700;
}

.rangeHood {
  max-width: 670px;
  margin: 112px auto 0;
}
@media screen and (max-width: 640px) {
  .rangeHood {
    max-width: none;
    margin: 72px auto 0;
  }
}

.gasStove {
  max-width: 670px;
  margin: 112px auto 0;
}
@media screen and (max-width: 640px) {
  .gasStove {
    max-width: none;
    margin: 72px auto 0;
  }
}

.information {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .information {
    margin-top: 64px;
  }
}
.information__setPriceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .information__setPriceWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
}
.information__setPriceItem {
  position: relative;
  text-align: center;
  border: 3px solid #DD1120;
  border-radius: 24px;
  width: calc((100% - 32px) / 2);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem {
    border: 2px solid #DD1120;
    border-radius: 16px;
    width: 76%;
    margin: 0 auto;
  }
}
.information__setPriceItem--01 {
  padding: 28px 24px 24px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem--01 {
    padding: 18px 6px 16px;
  }
}
.information__setPriceItem--02 {
  padding: 28px 36px 24px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem--02 {
    padding: 18px 22px;
  }
}
.information__setPriceItem__head {
  color: #fff;
  background: #DD1120;
  font-size: 19px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  border-radius: 12px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px 4px 44px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__head {
    font-size: 12px !important;
    border-radius: 8px;
    top: -16px;
    padding: 5px 8px 5px 28px;
  }
}
.information__setPriceItem__head::before {
  content: "";
  background: url(../uploads/autumn-2026-west_information_setPrice_head_ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__head::before {
    left: 8px;
    width: 14px;
    height: 14px;
  }
}
.information__setPriceItem__tit {
  color: #DD1120;
  font-size: 20px !important;
  font-weight: 900;
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__tit {
    font-size: 13px !important;
  }
}
.information__setPriceItem__dateTxt {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.5 !important;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__dateTxt {
    font-size: 12px !important;
    margin-top: 8px;
  }
}
.information__setPriceItem__txt {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__txt {
    font-size: 12px !important;
    margin-top: 8px;
  }
}
.information__setPriceItem__price01 {
  max-width: 288px;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__price01 {
    max-width: 180px;
    margin: 8px auto 0;
  }
}
.information__setPriceItem__linkTxt {
  font-weight: 500;
  line-height: 1.5 !important;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__linkTxt {
    font-size: 12px !important;
    margin-top: 12px;
  }
}
.information__setPriceItem__price02 {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__price02 {
    max-width: 200px;
    margin: 10px auto 0;
  }
}
.information__setPriceItem__price03 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .information__setPriceItem__price03 {
    max-width: 200px;
    margin: 12px auto 0;
  }
}
.information__sumileage {
  max-width: 600px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .information__sumileage {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.information__sumileageTxt {
  text-align: center;
}
.information__inquiryWrap {
  background: #CEE4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  padding: 20px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .information__inquiryWrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 25px 20px;
    margin: 30px auto 0;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .information__inquiryWrap::after {
    content: "";
    background: #CEE4F4;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 115%;
    height: 100%;
    z-index: -1;
  }
}
.information__inquiryItem {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 640px) {
  .information__inquiryItem {
    border-radius: 8px;
    width: 100%;
  }
}
.information__inquiryItem--form {
  padding: 24px 30px;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem--form {
    padding: 32px 24px;
  }
}
.information__inquiryItem--tel {
  padding: 18px 30px;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem--tel {
    padding: 16px 24px;
  }
}
.information__inquiryItem__formTIt {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem__formTIt {
    font-size: 13px !important;
  }
}
.information__inquiryItem__formBtn {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem__formBtn {
    margin-top: 4px;
  }
}
.information__inquiryItem__formBtn a {
  position: relative;
  color: #fff;
  background: #F08300;
  font-weight: 700;
  border-radius: 40px;
  display: block;
  padding: 15px 10px 17px;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem__formBtn a {
    font-size: 13px;
    max-width: 248px;
    padding: 13px 10px 15px;
    margin: 0 auto;
  }
}
.information__inquiryItem__formBtn a::before {
  content: "";
  background: url(../uploads/autumn-2026-west_information_formBtn_ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem__formBtn a::before {
    right: 8px;
    width: 18px;
    height: 18px;
  }
}
.information__inquiryItem__telTit {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem__telTit {
    font-size: 13px !important;
  }
}
.information__inquiryItem__telHead {
  color: #fff;
  background: #F08300;
  font-weight: 700;
  border-radius: 40px;
  padding: 0 0 1px;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem__telHead {
    font-size: 13px !important;
    max-width: 248px;
    width: 100%;
    margin: 4px auto 0;
  }
}
.information__inquiryItem__telBtn {
  max-width: 270px;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem__telBtn {
    max-width: 220px;
    margin: 10px auto 0;
  }
}
.information__inquiryItem__telTime {
  font-size: 14px !important;
  font-weight: 500;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .information__inquiryItem__telTime {
    font-size: 12px !important;
    margin-top: 4px;
  }
}
.information__privacyPolicy {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .information__privacyPolicy {
    margin-top: 30px;
  }
}