@charset "UTF-8";
/*key color*/
/*タブレット*/
/*スマホ*/
/*汎用横幅*/
/*リンクボタン*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #2E2E2E;
  scroll-behavior: smooth;
  scroll-padding: 48px;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.partition {
  background-image: url(../img/bg-accent.png), url(../img/pc-bg_ver2.jpg);
  background-attachment: fixed, fixed;
  background-size: 26vw, cover;
  background-position: left top, center;
  background-repeat: no-repeat, no-repeat;
}

.pc_sub_v_wrap {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.pc_sub_v_wrap div {
  position: absolute;
  top: 50%;
  left: 5vw;
  width: calc((100vw - 500px - 10vw) * 0.8);
  transform: translateY(-50%);
}
.pc_sub_v_wrap div picture {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.pc_sub_v_wrap div picture img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .pc_sub_v_wrap {
    display: none;
  }
}

.contents_wrap {
  position: relative;
  width: 500px;
  -webkit-margin-start: calc(100vw - 500px - 10vw);
          margin-inline-start: calc(100vw - 500px - 10vw);
  -webkit-margin-end: 10vw;
          margin-inline-end: 10vw;
  background: #F0E9E3;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .contents_wrap {
    max-width: none;
    width: 100%;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    box-shadow: none;
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  background: #fff;
  transition: 0.3s;
}
header .header-menu_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 10px;
}
header .header-menu_logo a {
  display: block;
  transition: 0.5s;
}
header .header-menu_logo a img {
  display: block;
  width: 70px;
  height: auto;
  margin: 0 auto;
  transition: 0.5s;
}
header .header-menu_logo a:hover {
  opacity: 0.6;
}
header .head_yoyaku_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #fff;
  background: #B87152;
  margin: 0 0 0 auto;
  transition: 0.5s;
}
header .head_yoyaku_btn:hover {
  background: #000;
}
header .menu_wrap {
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  opacity: 0;
  transform-origin: right;
  transition: 0.5s;
  pointer-events: none;
}
header .menu_wrap ul {
  margin-top: 80px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  width: 80%;
  flex-flow: column;
  opacity: 0;
  transition: 0.5s;
}
header .menu_wrap ul li {
  flex-flow: column;
  align-items: flex-end;
  border-top: 1px solid white;
}
header .menu_wrap ul li:last-of-type {
  border-bottom: 1px solid white;
}
header .menu_wrap ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 20px 0.8em;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
header .menu_wrap ul li a:hover {
  color: #fff;
  opacity: 0.6;
}
header .menu_wrap.active {
  opacity: 1;
  pointer-events: all;
}
header .menu_wrap.active ul {
  opacity: 1;
}
header .menu_wrap .overlay {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0vw;
  right: 0;
  width: 100%;
  height: 100dvh;
  opacity: 1;
  background: #000;
  transition: 0.5s;
}
header .menu_wrap .overlay.active {
  right: 0vw;
}

.nav_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: 0.5s;
}
.nav_btn .nav_line {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
.nav_btn .nav_line span {
  left: 50%;
  width: 26px;
  height: 2px;
  background: #666666;
  transition: 0.5s;
}
.nav_btn .nav_line span:first-of-type {
  top: 10px;
}
.nav_btn .nav_line span:nth-of-type(2) {
  top: 20px;
}
.nav_btn .nav_line span:last-of-type {
  top: 30px;
}
.nav_btn.active .nav_line span {
  background: #fff;
}
.nav_btn.active .nav_line span:first-of-type {
  transform: translateY(10px) rotate(-45deg);
  width: 28px;
}
.nav_btn.active .nav_line span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn.active .nav_line span:last-of-type {
  transform: translateY(-15px) rotate(45deg);
  width: 28px;
}

/*中身*/
.first-view {
  -webkit-padding-before: 36px;
          padding-block-start: 36px;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.first-view picture {
  display: block;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.first-view picture img {
  width: 100%;
}
.first-view::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 160px;
  background-image: url(../img/bg-accent.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@-webkit-keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.image-slider .image-slider_wrap {
  display: flex;
  overflow: hidden;
}
.image-slider .image-slider_wrap .image-slider_list {
  display: flex;
  list-style: none;
  padding: 0;
}
.image-slider .image-slider_wrap .image-slider_list-left {
  -webkit-animation: scroll-left 30s infinite linear 0.5s both;
          animation: scroll-left 30s infinite linear 0.5s both;
}
.image-slider .image-slider_wrap .image-slider__item {
  width: 160px;
}
.image-slider .image-slider_wrap .image-slider__item picture {
  display: block;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.image-slider .image-slider_wrap .image-slider__item picture img {
  width: 100%;
}

.present {
  -webkit-padding-before: 25px;
          padding-block-start: 25px;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
}
.present h2 picture {
  display: block;
  width: 85%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  transform: translateX(-2.5%);
}
.present h2 picture img {
  width: 100%;
}

.yoyaku {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
  background: #4D2E00;
}
.yoyaku h2 {
  width: 90%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  padding: 0 1em 1em;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 700;
}
.yoyaku .yoyaku_detail {
  width: 90%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-margin-after: 26px;
          margin-block-end: 26px;
  padding: 20px 24px;
  background: #fff;
}
.yoyaku .yoyaku_detail .address_wrap {
  color: #4D2E00;
}
.yoyaku .yoyaku_detail .address_wrap p {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.yoyaku .yoyaku_detail .address_wrap .number a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  font-size: 32px;
  font-weight: 700;
}
.yoyaku .yoyaku_detail .address_wrap .number a img {
  width: 30px;
  height: auto;
  transform: translateY(3px);
}
.yoyaku .yoyaku_detail .address_wrap .yoyaku_btn {
  display: block;
  width: 90%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  padding: 1em;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  background: #C73B26;
  border: 1px solid #C73B26;
  border-radius: 8.5px;
  transition: 0.5s;
}
.yoyaku .yoyaku_detail .address_wrap .yoyaku_btn:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.yoyaku .map_wrap {
  text-align: center;
  color: #fff;
}
.yoyaku .map_wrap dl dt {
  font-size: 18px;
  font-weight: 700;
}
.yoyaku .map_wrap dl dd {
  font-size: 20px;
}
.yoyaku .map_wrap dl dd:first-of-type {
  font-weight: 700;
}
.yoyaku .map_wrap dl dd:nth-of-type(2) {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.yoyaku .map_wrap dl dd small {
  font-size: 14px;
}
.yoyaku .map_wrap dl dd picture {
  display: block;
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.yoyaku .map_wrap dl dd picture img {
  width: 100%;
}
.yoyaku .map_wrap .map_link {
  color: #C73B26;
  font-size: 16px;
  text-decoration: underline;
}

.tokubetsu {
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
  background: #E5D0C6;
}
.tokubetsu h2 picture {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.tokubetsu h2 picture img {
  width: 100%;
}

.event {
  -webkit-padding-before: 35px;
          padding-block-start: 35px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  background: #fff;
}
.event h2 picture {
  display: block;
  width: 95%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.event h2 picture img {
  width: 100%;
}

.campaign {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
  background: #F0E9E3;
}
.campaign h2 picture {
  display: block;
  width: 93%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  transform: translateX(-2%);
}
.campaign h2 picture img {
  width: 100%;
}

.warranty {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  background: #0071BC;
}
.warranty h2 picture {
  display: block;
  width: 95%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.warranty h2 picture img {
  width: 100%;
}

.item_list {
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
  background: #fff;
}
.item_list h2 {
  width: 90%;
  position: relative;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.item_list h2.kitchen {
  background: #6C91AB;
}
.item_list h2.bath {
  background: #7F913A;
}
.item_list h2.vanity {
  background: #C3899D;
}
.item_list h2.toilet {
  background: #BE804E;
}
.item_list h2.tatami {
  background: #A08A2F;
}
.item_list h2.tenjyo {
  background: #7595AC;
}
.item_list h2.floor {
  background: #906F52;
}
.item_list h2.window {
  background: #955B7F;
}
.item_list h2.door {
  background: #B15336;
}
.item_list h2.siding {
  background: #4D2E00;
}
.item_list h2.tosou {
  background: #4D2E00;
}
.item_list .hojyo {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 70px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.item_list dl {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 220px;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  width: 90%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media screen and (max-width: 767px) {
  .item_list dl {
    grid-template-columns: 200px 1fr;
  }
}
.item_list dl:not(:last-of-type) {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.item_list dl .item_name {
  grid-area: 2/1/3/2;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #666666;
  letter-spacing: 0.05em;
}
.item_list dl .item_name.tosou_data {
  grid-area: 1/1/2/3;
}
.item_list dl .item_name.tosou_data p {
  display: flex;
  align-items: center;
}
.item_list dl .item_name.tosou_data p:first-of-type {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.item_list dl .item_name.tosou_data p span {
  display: inline-block;
  padding: 0.2em 0.5em;
  -webkit-margin-end: 0.3em;
          margin-inline-end: 0.3em;
  text-align: center;
  color: #fff;
  background: #666666;
  font-size: 12px;
  font-weight: 500;
}
.item_list dl .item_company {
  grid-area: 1/1/2/2;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.item_list dl .item_company img {
  display: block;
  width: 60px;
  height: auto;
}
.item_list dl .item_data {
  grid-area: 3/1/4/2;
}
.item_list dl .item_data.tosou_data {
  grid-area: 2/1/4/2;
}
.item_list dl .item_data .item_detail {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  font-size: 12px;
  line-height: 1.5;
}
.item_list dl .item_data .icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.item_list dl .item_data .icon .limited {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 10.5px;
  background: #993B26;
  border-radius: 25px;
  text-align: center;
}
.item_list dl .item_data .icon .limited span span:not(.set) {
  font-size: 20px;
}
.item_list dl .item_data .icon .limited.tosou_data .set {
  letter-spacing: -0.2em;
}
.item_list dl .item_data .icon img {
  display: block;
  width: 50px;
  height: 50px;
}
.item_list dl .item_data .price_excluding_tax {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.item_list dl .item_data .price_excluding_tax .price {
  font-size: 48px;
  font-weight: 700;
  color: #993B26;
  transform: scaleX(0.9);
  transform-origin: left;
}
.item_list dl .item_data .price_excluding_tax img {
  width: 45px;
  height: auto;
}
.item_list dl .item_data .price_including_tax {
  font-size: 10px;
  font-weight: 200;
  color: #4D4D4D;
}
.item_list dl .image_sekou {
  grid-area: 1/2/4/3;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 25px;
}
.item_list dl .image_sekou.tosou_data {
  grid-area: 2/2/4/3;
  gap: 5px;
  justify-content: end;
}
.item_list dl .image_sekou.tosou_data p:not(.include) {
  padding: 0.5em 0.5em 0.5em 1.5em;
  background: #FFF8B2;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  color: #4D4D4D;
  text-indent: -1em;
}
.item_list dl .image_sekou picture {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.item_list dl .image_sekou picture img {
  width: 100%;
}
.item_list dl .image_sekou p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.item_list dl .image_sekou p.separate {
  background: #272C6D;
}
.item_list dl .image_sekou p.include {
  background: #94161C;
}
.item_list hr {
  width: 90%;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  background-color: #4D4D4D;
}
.item_list .nayami_imege {
  display: block;
  width: 90%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

/*footer*/
footer {
  padding: 16px 5% 28px;
  background: #0075C1;
  color: #fff;
}
footer > p {
  -webkit-margin-after: 105px;
          margin-block-end: 105px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
}
footer img {
  display: block;
  width: 100%;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
footer .data_wrap {
  font-weight: 500;
}
footer .data_wrap p {
  line-height: 1.5;
  font-size: 12.5px;
}
footer .data_wrap .free-dial {
  font-size: 12.5px;
}
footer .data_wrap .free-dial::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 9px;
  -webkit-margin-end: 0.3em;
          margin-inline-end: 0.3em;
  background: no-repeat center/16px url(../img/footer-freedial.svg);
}
footer small {
  font-size: 10px;
}
/*# sourceMappingURL=style.css.map */