@charset "UTF-8";
/*commmon */
body,
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
}

a {
  color: #3b3b3b;
}
a:hover {
  color: #3b3b3b;
  opacity: 0.8;
  transition: 0.5s;
}

p {
  line-height: 2.6;
}
@media screen and (max-width: 480px) {
  p {
    line-height: 2;
  }
}

.guide {
  color: #fff;
}
.guide:hover {
  color: #eee;
  opacity: 0.8;
  transition: 0.5s;
}

.sub-ttl {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.6rem;
  }
}

section {
  padding-top: 4.5rem;
}
section h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0;
}
section .btn {
  display: inline-block;
  text-align: center;
  background: #3b3b3b;
  padding: 0.5rem 1.2rem;
  color: #fff;
}
section .btn:hover {
  border: #3b3b3b solid 1px;
  background-color: #fff;
  color: #3b3b3b;
  transition: 0.5s;
}

.pt-10 {
  padding-top: 10rem;
}
@media screen and (max-width: 480px) {
  .pt-10 {
    padding-top: 4rem;
  }
}

.menu_none {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu_none {
    display: inline-block;
    padding-left: 0.5rem;
  }
}

.sp_none {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp_none {
    display: block;
  }
}

.pc_none {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc_none {
    display: none;
  }
}

/* fade_in */
.fade_in {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*header*/
.luxbar-item a {
  padding: 0rem 0.4rem;
}
@media screen and (max-width: 1000px) {
  .luxbar-item a {
    padding: 0.6rem;
  }
}

.luxbar-checkbox:checked ~ .luxbar-menu {
  transition: height 0.6s ease;
  height: 77vh;
  overflow: auto;
}

.r_form {
  margin-left: 0.5rem;
}
.r_form .r_form_group {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .r_form .r_form_group {
    margin-top: 0.5rem;
  }
}

/* footer */
footer {
  background: #292929;
  color: #fff;
}
footer h3 {
  font-size: 1.2rem;
}
footer h4 {
  font-size: 1.1rem;
}
footer a {
  color: #fff;
}
footer p {
  color: #fff;
}
footer table th,
footer table td {
  color: #fff;
}
footer table th {
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  footer table th {
    width: 75px;
  }
}
@media screen and (max-width: 480px) {
  footer .calender_pc {
    display: none;
  }
}
footer .calender_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  footer .calender_sp {
    display: block;
  }
}
footer .holiday {
  color: #ff9a9a;
  display: inline;
}
footer .ttl_icon {
  display: inline;
  margin-right: 0.5rem;
}
footer .copy {
  padding: 0.3rem;
  background: #292929;
}

/* page_top */
.pagetop {
  height: 55px;
  width: 55px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.pagetop__arrow {
  height: 27px;
  width: 39px;
}

/* title_area */
#title_area {
  background-color: #f4f3f0;
  color: #343434;
}
#title_area h1 {
  text-align: center;
}
#title_area .anker {
  background-color: #e95844;
  border-radius: 4px;
  padding: 0.3rem 0;
  border: #e95844 1px solid;
}
#title_area .anker:hover {
  background-color: #f4f3f0;
  color: #e95844;
  border: #e95844 1px solid;
  transition: 0.5s;
}
#title_area .anker .ar_icon {
  color: #f7f7f7;
}
#title_area .anker:hover .ar_icon {
  color: #e95844;
  transition: 0.5s;
}
#title_area a {
  color: #fff;
  text-decoration: none;
}
#title_area a:hover {
  opacity: 1;
  transition: none;
}

/* slide_area */
#slide_area .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 2em;
}
#slide_area .swiper-slide picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#slide_area .swiper-slide .texts {
  position: absolute;
  left: 0%;
  top: 60%;
  min-width: 40%;
  max-width: 600px;
  padding: 1.5em;
  background-color: rgba(27, 27, 27, 0.3);
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #slide_area .swiper-slide .texts {
    top: 62.5%;
    padding: 1.2em;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #slide_area .swiper-slide .texts {
    top: 64%;
    bottom: 0;
    left: 0;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 375px) {
  #slide_area .swiper-slide .texts {
    top: 55%;
  }
}
#slide_area .swiper-slide .title {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  #slide_area .swiper-slide .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #slide_area .swiper-slide .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #slide_area .swiper-slide .title {
    font-size: 1.8rem;
  }
}

/* gas_stove_type */
#gas_stove_type {
  background: #f4f3f0;
}

.sekou_dc {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sekou_dc img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
}

.sekou_img {
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sekou_img {
    max-width: 100%;
  }
}

.yt_sekou {
  box-shadow: 12px 6px rgba(237, 235, 235, 0.2470588235);
}

.sekou-movie img {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sekou-movie img {
    max-width: 100%;
  }
}

#maker_area .link_btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #maker_area .link_btn {
    text-align: center;
  }
}

#item_list .sub_ttl {
  text-align: center;
  margin: 1.5rem 0;
}
#item_list .sub_ttl h3 {
  display: inline;
  border-bottom: 1px solid #343434;
  font-size: 1.3rem;
  margin: 0;
}
#item_list .btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #item_list .btn {
    display: block;
    text-align: center;
  }
}
#item_list .paloma_icon {
  display: inline;
  padding: 0.3rem 0.8rem;
  background-color: #d82817;
  color: #fff;
  border-radius: 4px;
}
#item_list .rinnai_icon {
  display: inline;
  padding: 0.3rem 0.8rem;
  background-color: #cf000e;
  color: #fff;
  border-radius: 4px;
}
#item_list .noritz_icon {
  display: inline;
  padding: 0.3rem 0.8rem;
  background-color: #e7380d;
  color: #fff;
  border-radius: 4px;
}
/*# sourceMappingURL=style.css.map */