@charset "utf-8";
/**********************
LP font
**********************/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
}
.lp_min {
  font-family: "A1明朝", ",A1 Mincho", serif;
}
.lp_efont {
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
/**********************
LP header
**********************/
#lp_header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.5rem;
  width: 100%;
  z-index: 99999;
}
.lp_head_logo {
  max-width: 8rem;
}
.lp_head_logo img {
  max-width: 100%;
  height: auto;
}
.lp_head_anchor {
  position: absolute;
  top: 1.3rem;
  right: 5.5rem;
}
.lp_head_anchor a {
  display: block;
  border: 1px #000 solid;
  padding: 0.8rem 2rem;
  transition: .3s;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.lp_head_anchor a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
.lp_head_anchor a i {
  margin-right: 0.8rem;
}
.lp_head_tel_sp {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  font-size: 3.4rem;
  line-height: 1;
}
.lp_head_tel_sp a {
  color: #000;
}
.lp_head_tel_sp a:hover {
  text-decoration: none;
  color: #4d4d4d;
}
.lp_head_tel_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #lp_header {
    padding: 2.5rem;
  }
  .lp_head_logo {
    max-width: 14.8rem;
    margin-right: auto;
    margin-left: auto;
  }
  .lp_head_anchor {
    top: 3rem;
    right: 8.5rem;
  }
  .lp_head_anchor a {
    font-size: 1.3rem;
    padding: 1.1rem 3.4rem;
  }
  .lp_head_tel_sp {
    top: 2.5rem;
    right: 2rem;
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .lp_head_anchor {
    right: 25.5rem;
  }
  .lp_head_tel_sp {
    display: none;
  }
  .lp_head_tel_pc {
    display: block;
    position: absolute;
    top: 23px;
    right: 40px;
    text-align: center;
  }
  .lp_head_tel_pc a {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
  }
  .lp_head_tel_pc a span {
    font-size: 2.4rem;
  }
  .lp_head_tel_pc p {
    font-size: 1.1rem;
    color: #808080;
    margin-bottom: 0;
    letter-spacing: 0.05rem;
    font-weight: 500;
  }
}
/**********************
LP first view
**********************/
.lp_first_view {
  width: 100%;
  height: calc(100vh - 5.7rem);
  min-height: 500px;
  background-image: url("../images/lp/mv4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 5.7rem;
  position: relative;
  margin-bottom: 4rem;
}
.lp_first_view.page_shiryo {
  background-image: url("../images/lp/mv_shiryo4.jpg");
}
/*tit*/
.lfv_tit {
  left: 5%;
  bottom: 19.6%;
  position: absolute;
}
.lfv_tit img {
  max-width: 100%;
  height: auto;
}
.lfv_tit h1 {
  font-size: 1.8rem;
}
.lfv_tit h1 span {
  background-color: #fff;
  margin-bottom: 0.8rem;
  display: inline-block;
  padding: 0.4rem 0.8rem;
}
.lfv_tit p {
  font-weight: 500;
  color: #fff;
  font-size: 1.3rem;
}
/*circle*/
.flv_circle {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 289px;
  height: 289px;
  border: 8px rgba(255, 255, 255, 0.95) solid;
  border-radius: 50%;
  padding: 1rem;
}
.flv_circle > div {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  text-align: center;
  width: 253px;
  height: 253px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.flv_circle_t1 {
  font-size: 2.1rem;
  position: relative;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.flv_circle_t1::after {
  content: " ";
  background-color: #4d4d4d;
  height: 0.1rem;
  width: 4.2rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.2rem;
  display: block;
}
.flv_circle_t1 + p {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .lp_first_view {
    height: calc(93vh - 10rem);
    margin-top: 10rem;
    margin-bottom: 6rem;
  }
  /*tit*/
  .lfv_tit {
    left: 8%;
  }
  .lfv_tit h1 {
    font-size: 4.3rem;
  }
  .lfv_tit h1 span {
    padding: 0.8rem 2.2rem;
    margin-bottom: 1.4rem;
  }
  .lfv_tit p {
    font-size: 1.7rem;
    margin-left: 2.2rem;
  }
  /*circle*/
  .flv_circle {
    top: 11%;
    right: 4%;
  }
}
/*ani*/
.scroll_item {
  position: absolute;
  bottom: 3rem;
  right: 3.5%;
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.scroll_item a {
  padding-bottom: 12.8rem;
  color: #fff;
  position: relative;
  transition-duration: .3s;
}
.scroll_item a:hover {
  text-decoration: none;
}
.scroll_item a::before {
  content: " ";
  display: block;
  position: absolute;
  -webkit-animation-name: scrollitem;
  animation-name: scrollitem;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 50%;
}
.scroll_item a::after {
  content: " ";
  background-color: #fff;
  width: 1px;
  height: 11.7rem;
  left: 50%;
  bottom: 0;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@-webkit-keyframes scrollitem {
  0% {
    -webkit-transform: translateX(-50%) translateY(6.2rem);
    transform: translateX(-50%) translateY(6.2rem);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-50%) translateY(6.2rem);
    transform: translateX(-50%) translateY(6.2rem);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(18rem);
    transform: translateX(-50%) translateY(18rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(18rem);
    transform: translateX(-50%) translateY(18rem);
    opacity: 0;
  }
}
@keyframes scrollitem {
  0% {
    -webkit-transform: translateX(-50%) translateY(6.2rem);
    transform: translateX(-50%) translateY(6.2rem);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-50%) translateY(6.2rem);
    transform: translateX(-50%) translateY(6.2rem);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(18rem);
    transform: translateX(-50%) translateY(18rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(18rem);
    transform: translateX(-50%) translateY(18rem);
    opacity: 0;
  }
}
/**********************
LP lp_bnt_list
**********************/
.lp_bnt_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}
.lp_bnt_list li {
  list-style: none;
  width: 50%;
}
.lp_bnt_list li a {
  color: #000;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem 0;
  transition: .3s;
}
.lp_bnt_list li a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.lp_bnt_list li:first-of-type a {
  border-top: 1px #c3c3c3 solid;
  border-right: 1px #c3c3c3 solid;
  border-bottom: 1px #c3c3c3 solid;
  border-left: 1px #c3c3c3 solid;
}
.lp_bnt_list li:nth-of-type(2) a {
  border-top: 1px #c3c3c3 solid;
  border-right: 1px #c3c3c3 solid;
  border-bottom: 1px #c3c3c3 solid;
}
.lp_bnt_list li:nth-of-type(3) a {
  border-right: 1px #c3c3c3 solid;
  border-bottom: 1px #c3c3c3 solid;
  border-left: 1px #c3c3c3 solid;
}
.lp_bnt_list li:last-of-type a {
  border-right: 1px #c3c3c3 solid;
  border-bottom: 1px #c3c3c3 solid;
}
.lp_bnt_list li a i {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .lp_bnt_list {
    margin-bottom: 7rem;
  }
  .lp_bnt_list li {
    width: 25%;
  }
  .lp_bnt_list li:nth-of-type(2) a, .lp_bnt_list li:nth-of-type(3) a, .lp_bnt_list li:last-of-type a {
    border-top: 1px #c3c3c3 solid;
    border-right: 1px #c3c3c3 solid;
    border-bottom: 1px #c3c3c3 solid;
    border-left: none;
  }
}
@media screen and (min-width: 992px) {
  .lp_bnt_list li a {
    font-size: 1.6rem;
    padding: 1.7rem 0;
  }
  .lp_bnt_list li a i {
    margin-left: 1.6rem;
  }
}
/**********************
LP 住まいのサービス
**********************/
.lp_tit {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.lp_tit span {
  padding-top: .4em;
  background-position: top left -3px;
  background-repeat: repeat-x;
  background-size: 1.3em .3em;
  background-image: radial-gradient(.3rem .3rem at center center, #ca3e12, #ca3e12 60%, transparent);
  display: inline-block;
}
.lp_caption_box {
  margin-bottom: 2rem;
}
.lp_caption_box .lp_min {
  display: inline-block;
  position: relative;
  padding: 0 1.8rem;
}
.lp_caption_box .lp_min::before {
  content: " ";
  width: 1px;
  height: 70px;
  left: 0;
  bottom: 0;
  transform: rotate(-28deg);
  background-color: #000;
  display: block;
  position: absolute;
}
.lp_caption_box .lp_min::after {
  content: " ";
  width: 1px;
  height: 70px;
  right: 0;
  bottom: 0;
  transform: rotate(28deg);
  background-color: #000;
  display: block;
  position: absolute;
}
/*btn*/
.lp_btn a {
  position: relative;
  width: 100%;
  max-width: 417px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  border: 2px solid #da3e12;
  background-image: linear-gradient(to right, transparent 50%, #da3e12 50%);
  display: block;
  background-size: 201% 102%;
  font-weight: bold;
  overflow: hidden;
  border-radius: 40px;
  transition: 0.8s ease-in-out;
  text-align: center;
  padding: 1.5rem 0;
}
.lp_btn a::after {
  color: #da3e12;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 6px;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.lp_btn a:hover {
  color: #fff !important;
  background-position: -99% 102%;
  text-decoration: none;
}
.lp_btn a:hover::after {
  color: #fff;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .lp_caption_box .lp_min::before, .lp_caption_box .lp_min::after {
    height: 50px;
  }
  .lp_btn a {
    font-size: 1.6rem;
    padding: 2.4rem 0;
  }
  .lp_btn a::after {
    right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .lp_tit {
    font-size: 3.3rem;
    margin-bottom: 3.5rem;
  }
  .lp_tit span {
    background-position: top left -6px;
  }
  .lp_caption_box {
    margin-bottom: 4rem;
  }
  .lp_caption_box .lp_min {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
/**********************
LP おすすめ
**********************/
.lp_osusume {
  position: relative;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.lp_osusume::before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #666;
  z-index: -1;
}
.lp_osusume p {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 0;
  padding: 0 1rem;
  font-size: 1.7rem;
}
.lp_osusume p span {
  font-size: 2.2rem;
}
/*list*/
.lp_osusume_list {
  margin-bottom: 6rem;
}
.lp_osusume_list li {
  list-style: none;
}
.lol_arrow_box {
  border: 1px #c3c3c3 solid;
  position: relative;
  margin-bottom: 4.5rem;
}
.lol_arrow_box::before {
  content: " ";
  border-top: 33px #c3c3c3 solid;
  border-right: 47px transparent solid;
  border-left: 47px transparent solid;
  display: block;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lol_arrow_box::after {
  content: " ";
  border-top: 33px #fff solid;
  border-right: 47px transparent solid;
  border-left: 47px transparent solid;
  display: block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lol_arrow_box img {
  max-width: 100%;
  height: auto;
}
.lo_tit {
  text-align: center;
  position: relative;
  margin-bottom: 0;
  font-size: 1.7rem;
  padding: 1.3rem;
}
.lo_tit span {
  position: absolute;
  display: block;
  font-size: 1rem;
  top: 0.9rem;
  left: 0.6rem;
}
.lol_arrow_box img + p {
  padding: 2rem 1rem 1.3rem;
}
.lol_under_txt {
  text-align: center;
  background-color: #ececec;
  padding: 1.5rem 0;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .lp_osusume p {
    font-size: 2.2rem;
    padding: 0 4rem;
  }
  .lp_osusume p span {
    font-size: 3rem;
  }
  /*list*/
  .lp_osusume_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .lp_osusume_list li {
    width: calc(50% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .lol_arrow_box img + p {
    padding: 2.5rem 2rem 2.3rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .lp_osusume {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
  /*list*/
  .lp_osusume_list {
    margin-right: -2rem;
    margin-left: -2rem;
    margin-bottom: 9rem;
  }
  .lo_tit {
    font-size: 2.1rem;
    padding: 1.8rem;
  }
  .lo_tit span {
    font-size: 1.3rem;
  }
  .lol_under_txt {
    font-size: 1.6rem;
  }
  .lp_osusume_list li {
    margin-right: 2rem;
    margin-left: 2rem;
    width: calc(50% - 4rem);
  }
}
@media screen and (min-width: 1200px) {
  .lp_osusume_list li {
    width: calc(33.333% - 4rem);
  }
  .lo_tit span {
    top: 1.7rem;
    left: 3.2rem;
  }
}
/**********************
LP 水野工務店からのご提案
**********************/
.lp_tean {
  position: relative;
  width: 100%;
  background-color: #efefef;
  padding: 5rem 0;
  overflow: hidden;
  margin-bottom: 5.5rem;
}
.lp_tean::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 71rem;
  height: 24rem;
  right: -0.5rem;
  top: 0.9rem;
  background-image: url("../images/lp/mizuno_lp.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  z-index: 1;
}
.lp_tean_h {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3.2rem;
  text-align: center;
}
.lp_tean_h + p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3.2rem;
  line-height: 1.9;
}
.lp_tean_h + p + .lp_min {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  line-height: 1.6;
}
.lp_tean-inner {
  position: relative;
  width: 90%;
  max-width: 1178px;
  margin: auto;
  z-index: 10;
}
ul.lp_tean_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 5.8rem;
  text-align: center;
}
li.lp_tean_list_item {
  list-style: none;
}
.lp_tean_list_item:nth-child(1) {
  position: relative;
  width: 30%;
  margin-right: 5%;
}
.lp_tean_list_item:nth-child(1)::after {
  left: calc(100% - 0.1rem);
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}
.lp_tean_list_item:nth-child(2) {
  position: relative;
  width: 30%;
  margin-right: 5%;
}
.lp_tean_list_item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 3.8rem;
  height: 100%;
  top: 0;
  right: -13.7%;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.lp_tean_list_item:nth-child(3) {
  width: 30%;
}
.lp_tean_list_item > div {
  height: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 1.6rem;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp_tean_list_item > div img {
  display: block;
  width: 64%;
  margin: auto auto 1.6rem;
}
.lp_tean_list_item > div span {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 3.1rem;
  color: #fff;
  background-color: #111;
  border-radius: 20px;
  max-width: 22.3rem;
}
/*min*/
@media screen and (min-width: 992px) {
  .lp_tean {
    margin-top: 2rem;
    padding: 5rem 0 8rem;
    margin-bottom: 9rem;
  }
  .lp_tean_h + p {
    margin-bottom: 5rem;
  }
  .lp_tean_h + p + .lp_min {
    margin-bottom: 5.5rem;
    font-size: 2.3rem;
  }
  .lp_tean_list_item > div {
    padding: 5rem 1.6rem;
  }
  .lp_tean_list_item > div img {
    margin: auto auto 2.2rem;
  }
}
/*max*/
@media screen and (max-width: 992px) {
  .lp_tean_list_item:nth-child(2)::after {
    right: -16.7%;
  }
}
@media screen and (max-width: 768px) {
  ul.lp_tean_list {
    flex-direction: column;
  }
  .lp_tean_list_item:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lp_tean_list_item:nth-child(1)::after {
    top: 100%;
    left: 50%;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px;
    margin-top: 0;
  }
  .lp_tean_list_item:nth-child(2) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lp_tean_list_item:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -30px;
    right: 0;
    top: auto;
  }
  .lp_tean_list_item:nth-child(3) {
    width: 100%;
  }
}
/**********************
LP デザイン住宅をご紹介
**********************/
#lbl3 {
  margin-bottom: 5.5rem;
}
.lp_lineup {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1605px;
  margin-bottom: 4rem;
}
.lp_lineup li {
  list-style: none;
  position: relative;
  margin-bottom: 2rem;
}
.lp_lineup li img {
  max-width: 100%;
  height: auto;
}
.lp_lineup li > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem 0 4.4rem;
}
.lp_lineup li > div p {
  font-size: 1.6rem;
  margin-left: 2.5rem;
  margin-bottom: 0;
}
.lp_lineup li > div p span {
  display: inline-block;
  background-color: #fff;
  font-weight: 500;
  margin-bottom: 0.6rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .lp_lineup {
    display: flex;
    flex-wrap: wrap;
  }
  .lp_lineup li {
    width: calc(50% - 4.5rem);
    margin-right: 2.25rem;
    margin-left: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  #lbl3 {
    margin-bottom: 9.5rem;
  }
  .lp_lineup {
    width: 100%;
    margin-bottom: 5rem;
  }
  .lp_lineup li {
    width: calc(25% - 4.5rem);
  }
}
/**********************
LP scroll
**********************/
.lp-scroll {
  margin-bottom: 5rem;
}
.lp-scroll li {
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
.lp-scroll li img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .lp-scroll {
    margin-bottom: 9rem;
  }
}
/**********************
LP フォトギャラリー
**********************/
#lbl4 {
  margin-bottom: 5.5rem;
}
.lp-gallery {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1470px;
  margin-bottom: 3rem;
}
.lp-gallery li {
  margin-right: 2.6rem;
  margin-left: 2.6rem;
}
.lp-gallery li > div {
  border-radius: 15px;
  overflow: hidden;
}
.lp-gallery li p {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1rem;
}
.lp-gallery .slick-next {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  right: -0.7rem;
}
.lp-gallery .slick-prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  left: -0.7rem;
}
.lp-gallery .slick-next::before, .lp-gallery .slick-prev::before {
  padding-top: 22px;
  color: #565656;
  opacity: 1.0;
}
@media screen and (min-width: 768px) {
  .lp-gallery li p {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #lbl4 {
    margin-bottom: 9.5rem;
  }
  #lbl4 .lp_caption_box .lp_min {
    padding: 0 3.8rem;
  }
  .lp-gallery {
    margin-bottom: 7rem;
  }
}
/**********************
LP 予定
**********************/
#lbl5 h2 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#lbl5 h2 + p {
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
}
#lbl5 h2 + p + p {
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  #lbl5 h2 {
    font-size: 4.2rem;
  }
  #lbl5 h2 + p {
    margin-bottom: 2.3rem;
  }
}
/*lp_design_event*/
.lp_design_event {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1732px;
  margin-bottom: 2rem;
}
.lp_de_box {
  margin-bottom: 1rem;
}
.lp_de_box img {
  max-width: 100%;
  height: auto;
}
.lp_de_inner {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start
}
.lp_dei_img {
  width: 41%;
  border-radius: 15px;
  overflow: hidden;
  max-width: 203px;
}
.lp_dei_txt {
  width: 59%;
  padding-left: 2rem;
}
.lp_deit_logo {
  width: 80%;
  margin-bottom: 1.5rem;
}
.lp_dei_txt dl {
  display: flex;
  flex-wrap: wrap;
}
.lp_dei_txt dl dt {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  width: 6.5rem;
  line-height: 1;
}
.lp_dei_txt dl dd {
  width: calc(100% - 6.5rem);
  margin-bottom: 0.5rem;
  padding: 0;
  line-height: 1;
  background-color: transparent;
}
.lp_dei_txt dl dd span {
  font-size: 2.8rem;
}
.lp_dei_txt dl dd.lp_min span {
  font-size: 2.2rem;
}
.lp_dei_txt dl dt:last-of-type, .lp_dei_txt dl dd:last-of-type {
  margin-top: 1.4rem;
}
.lp_design_event + p {
  font-size: 2rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .lp_design_event {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .lp_de_box {
    width: calc(50% - 4rem);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lp_design_event {
    margin-bottom: 8rem;
  }
  .lp_de_box {
    width: calc(33.333% - 4rem);
  }
  #lbl5 h2 + p + p {
    margin-bottom: 5rem;
  }
  .lp_design_event + p {
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_de_box {
    width: calc(33.333% - 7.7rem);
    margin-right: 3.85rem;
    margin-left: 3.85rem;
  }
  .lp_de_inner {
    margin-top: 2.5rem;
  }
  .lp_deit_logo {
    margin-bottom: 2.8rem;
  }
  .lp_dei_txt {
    padding-left: 3.7rem;
  }
}
/**********************
LP 対策
**********************/
#lbl6 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1278px;
}
.lp_taisaku_tit {
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  padding: 3rem 1.5rem;
  margin-bottom: 3rem;
}
.lp_taisaku_tit .lp_min {
  font-size: 2.2rem;
}
.lp_taisaku_tit .lp_min span {
  font-size: 1.6rem;
  border: 1px #fff solid;
  border-radius: 20px;
  padding: 0.5rem 3.2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.lp_taisaku_tit .lp_min + p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .lp_taisaku_tit .lp_min {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lp_taisaku_tit .lp_min span {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
/*icon*/
#lbl6 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}
#lbl6 ul li {
  width: 50%;
  list-style: none;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 0.5rem;
}
#lbl6 ul li figure figcaption {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #lbl6 ul li {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  #lbl6 ul {
    margin-bottom: 9rem;
  }
  .lp_taisaku_tit {
    margin-bottom: 7rem;
  }
  #lbl6 ul li {
    width: 16.666%;
  }
}
@media screen and (min-width: 1200px) {
  #lbl6 ul li figure figcaption {
    font-size: 1.5rem;
  }
}
/**********************
LP 代表
**********************/
#lbl7 {
  background-color: #e5e6e7;
  padding: 5rem 0;
  margin-bottom: 6.5rem;
}
.lp_daihyo_box {
  max-width: 92.8rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4rem;
}
.lp_db_img {
  width: 70%;
  margin-left: auto;
  max-width: 644px;
}
.lp_db_txt {
  margin-top: -11rem;
}
.lp_db_name {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-left: 1.2rem;
}
.lp_db_name span {
  font-size: 1.4rem;
  color: #666;
  display: block;
}
.lp_db_name + p {
  font-size: 1.8rem;
}
.lp_db_name + p span {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 0.5rem;
  padding: 0 0.9rem;
}
@media screen and (min-width: 768px) {
  #lbl7 {
    padding: 8rem 0 7rem;
  }
  .lp_daihyo_box {
    margin-bottom: 7.5rem;
  }
  .lp_db_img {
    width: 80%;
  }
  .lp_db_txt {
    margin-top: -25rem;
  }
  .lp_db_name {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .lp_db_name span {
    margin-bottom: 0.7rem;
  }
  .lp_db_name + p {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .lp_db_txt {
    margin-top: -30.2rem;
  }
  .lp_db_name + p {
    font-size: 3.8rem;
  }
}
/*txt*/
.lp_daihyo_box + div.txt-center p.lp_efont {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .lp_daihyo_box + div.txt-center p.lp_efont {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_daihyo_box + div.txt-center p.lp_min {
    font-size: 1.8rem;
  }
}
/**********************
LP sidenavi
**********************/
.lp_side_navi a .side-normal {
  font-size: 1.3rem;
}
.lp_side_navi a .side-normal.is-online::before {
  right: 8px;
  font-size: 1.3rem;
}
.lp_side_navi a .side-normal.is-event::before {
  right: 8px;
  content: "\f3c5";
  font-size: 1.3rem;
}
/**********************
LP footer
**********************/
#lp_footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5rem 1rem;
}
.foot_tel {
  line-height: 1.35;
  margin-bottom: 4rem;
}
.foot_tel a {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.3rem;
}
.lp_foot_logo {
  max-width: 22.1rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.lp_foot_logo img {
  max-width: 100%;
  height: auto;
}
.lp_foot_logo + p {
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.lp_foot_address {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.lp_foot_address + p {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.lp_foot_copy {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #lp_footer {
    padding: 7.5rem 1rem 5rem;
  }
  .foot_tel {
    margin-bottom: 6rem;
  }
  .lp_foot_logo {
    margin-bottom: 2.8rem;
  }
  .lp_foot_address {
    margin-bottom: 4.5rem;
  }
  .lp_foot_address + p {
    font-size: 3.3rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .foot_tel a[href^="tel:"] {
    pointer-events: none;
  }
}
/**********************
2022/04/06作成LP
**********************/
/*lp_first_viewから*/
.lp_first_view.page_mho {
  background-image: url("../images/lp/mho_bg.jpg");
}
.lfv_tit.mho_h1 {
  width: 85%;
  max-width: 600px;
  bottom: 13%;
}
/*mb*/
.b_mb1 {
  margin-bottom: 35px;
}
.b_mb2 {
  margin-bottom: 20px;
}
.h_mb {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .b_mb1 {
    margin-bottom: 60px;
  }
  .h_mb {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .b_mb2 {
    margin-bottom: 30px;
  }
}
/*lh*/
.b_lh {
  line-height: 1.8;
}
/*C*/
.c_tit {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  padding: 15px 15px 17px;
  letter-spacing: 0.08rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.c_tit span {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 8px;
}
.c_stit {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-top: 15px;
}
.c_stit span {
  display: block;
  font-size: 1.8rem;
}
.c_stit_img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c_stit + p, .c_stit_img + p {
  margin-bottom: 25px;
  line-height: 1.8;
}
.c_yoyaku {
  margin-top: 20px;
  margin-bottom: 60px;
}
.c_yoyaku a {
  transition: .3s;
}
.c_yoyaku a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c_tit {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    padding: 22px;
  }
  .c_tit span {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .c_tit {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .c_yoyaku {
    margin-top: 45px;
    margin-bottom: 80px;
  }
}
/*d*/
.d_box {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.d_box h2 {
  margin-bottom: 30px;
}
.d_box p {
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .d_box {
    margin-top: 80px;
  }
}
/*E*/
.e_tit {
  margin-bottom: 15px;
  margin-top: 20px;
}
.e_txt {
  font-size: 1.2rem;
  line-height: 1.8;
}
/*F*/
.f_tit {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 3px #000 solid;
  display: inline-block;
  margin-top: 50px;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
.f_col5 {
  margin-bottom: 30px;
}
.f_stit {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .f_tit {
    font-size: 2rem;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .f_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_col5 {
    width: 50%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .f_tit {
    font-size: 2rem;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .f_col5 {
    width: 33.333%;
    margin-bottom: 50px;
  }
}
/*G*/
.g_main {
  padding-top: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .g_main {
    padding-top: 40px;
  }
}
/*H*/
.h_foot {
  background-color: #ffe200;
  padding: 30px 15px;
}
.h_tel {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 15px 20px;
  position: relative;
  margin-bottom: 40px;
}
.h_tel::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -19px;
  left: calc(50% - 80px);
  border-top: 20px #000 solid;
  border-right: 80px rgba(0, 0, 0, 0) solid;
  border-left: 80px rgba(0, 0, 0, 0) solid;
}
.h_tel p {
  margin-bottom: 0;
  padding-top: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .h_foot {
    padding: 40px 5%;
  }
  .h_tel {
    padding: 40px 15px 30px;
  }
  .h_tel p {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .h_foot {
    padding: 60px 5% 50px;
  }
}
/**********************
2022/05/10作成LP
**********************/
/*lp_first_viewから*/
.lp_first_view.page_nairankai {
  background-image: url("../images/lp/nairankai_bg.jpg");
}
/*scroll*/
.scroll_item a.cb {
  color: #222;
}
.scroll_item a.cb::before {
  content: " ";
  background-color: #222;
}
.scroll_item a.cb::after {
  content: " ";
  background-color: #222;
}
/**********************
2022/06/4,5LP
**********************/
/*lp_first_viewから*/
.lp_first_view.page_open {
  background-image: url("../images/lp/open_bg.jpg");
  background-size: contain;
  height: 100%;
  min-height: 235px;
}
@media screen and (min-width: 768px) {
  .lp_first_view.page_open {
    min-height: 465px;
  }
}
@media screen and (min-width: 992px) {
  .lp_first_view.page_open {
    min-height: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .lp_first_view.page_open {
    min-height: 780px;
  }
}
.lp_first_view.page_open .scroll_item {
  bottom: 50px;
  left: 1.5%;
  right: unset;
  font-size: 1.1rem;
  overflow-y: hidden;
}
.lp_first_view.page_open .scroll_item a {
  padding-bottom: 10rem;
}
.lp_first_view.page_open .scroll_item a::after {
  height: 9rem;
}
@media screen and (min-width: 768px) {
  .lp_first_view.page_open .scroll_item {
    left: unset;
    right: 1.5%;
  }
}
@media screen and (min-width: 1200px) {
  .lp_first_view.page_open .scroll_item {
    right: 3.5%;
  }
}
.h_foot.bg_b {
  background-color: #2d5f8e;
}
/*+++++++++++++++++
デザインカーサLP
******************/
/*+casa-header**/
.header_casa_lp_logo {
  display: block;
  width: 100px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.casa-head {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.casa-head-inner {
  padding: 5%;
}
.casa-logo {
  width: 230px;
  margin: 0 auto 2rem;
}
.casa-copy {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 2rem;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .header_casa_lp_logo {
    width: 126px;
    top: 30px;
    left: 40px;
  }
  .casa-head {
    height: 100vh;
  }
  .casa-logo {
    width: 380px;
    margin-bottom: 3rem;
  }
  .casa-copy {
    font-size: 2.0rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .header_casa_lp_logo {
    top: 7%;
    left: 5%;
  }
  .casa-copy {
    font-size: 2.6rem;
    margin-top: 10rem;
  }
}
/* デザインカーサ */
.casa-head.dc {
  background-image: url("../images/lp/img/dc-head.jpg");
}
@media screen and (min-width: 1200px) {
  .casa-head.dc {
    background-position: center 30%;
  }
}
/* dc-contents01 */
.dc-contents01 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4rem;
  text-align: center;
}
.page-main-block h2.dc-title-1 {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  font-weight: 400;
  font-size: 0.857rem;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 30px;
}
.page-main-block h2.dc-title-1 div.f-eng {
  font-family: 'Cormorant Infant', serif;
  font-size: 1.286rem;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
}
.dc-title-1_txt {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.3rem;
  position: relative;
  margin-bottom: 5rem;
}
.dc-title-1_txt::before {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background-color: #db3e12;
  transform: translate(50%, 50%);
  position: absolute;
  bottom: -11px;
  right: 50%;
}
.dc-title-1_txt2 {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .dc-contents01 {
    margin: 6rem auto;
  }
  .dc-title-1_txt {
    font-size: 3rem;
    letter-spacing: 0.7rem;
  }
  .dc-title-1_txt::before {
    width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .dc-contents01 {
    margin: 8rem auto;
  }
  .dc-title-1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .dc-contents01 {
    max-width: 1200px;
    margin: 9rem auto;
  }
  .dc-title-1_txt {
    margin-bottom: 8rem;
    line-height: 2;
  }
  .dc-title-1_txt2 {
    line-height: 2;
  }
}
/* dc-contents02 */
.dc-contents02 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 1rem 0;
  margin-top: 4rem;
}
.dc-contents02::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  top: 0;
  right: 0;
  z-index: -1;
}
.dc-contents02-inner {
  width: 90%;
  margin: 2rem auto;
}
.dc-contents02-unit01 {
  width: 100%;
  height: 200px;
  margin-bottom: 2rem;
}
.dc-contents02-unit02 {
  width: 270px;
  margin-right: auto;
  margin-left: auto;
}
.page-main-block .dc-contents02-unit01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-check li {
  list-style: none;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  background-image: url("../images/lp/img/check-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding-left: 45px;
  letter-spacing: 0.1rem;
}
.dc-medium_txt {
  font-size: 1.7rem;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.dc-medium_txt span {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .dc-contents02-inner {
    display: flex;
  }
  .dc-contents02-unit01 {
    width: 55%;
    height: 200px;
    order: 2;
    margin-bottom: 0;
  }
  .dc-contents02-unit02 {
    width: 45%;
    align-self: center;
    order: 1;
  }
  .dc-medium_txt {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .dc-contents02 {
    margin-top: 8rem;
  }
  .dc-contents02-inner {
    width: 80%;
  }
  .dc-contents02-unit01 {
    height: 250px;
  }
  .dc-contents02-unit02 {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .dc-contents02-inner {
    max-width: 1140px;
    margin: 5rem auto;
  }
  .dc-check li {
    font-size: 2.4rem;
    margin-bottom: 1.7rem;
  }
  .dc-medium_txt {
    font-size: 2rem;
  }
  .dc-medium_txt span {
    font-size: 3.2rem;
  }
  .dc-contents02-unit01 {
    height: 300px;
    width: 45%;
  }
}
/* dc-contents03 */
.dc-contents03 {
  margin: 5rem auto;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.page-main-block h3.dc_h3 span.f-eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0;
  display: block;
  margin-bottom: 20px;
}
.dc_h3_txt {
  border: none;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.dc_h3_txt .color {
  color: #dd3e12;
  display: inline;
  font-size: 1.8rem;
  font-weight: 600;
}
.dc-contents_txt1 {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .dc-contents03 {
    margin: 6rem auto;
  }
  .page-main-block h3.dc_h3 span.f-eng {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 992px) {
  .dc-contents03 {
    width: 90%;
    max-width: 1170px;
    margin: 9rem auto;
    display: flex;
    justify-content: space-between;
  }
  .dc_h3 {
    width: 30%;
    margin-right: 5%;
  }
  .page-main-block h3.dc_h3 span.f-eng {
    font-size: 5rem;
  }
  .dc_h3_txt {
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
  .dc_h3_txt .color {
    font-size: 2.4rem;
  }
  .dc-contents_txt1 {
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .page-main-block h3.dc_h3 span.f-eng {
    font-size: 6rem;
  }
}
/* dc-contents04 */
.dc-contents04 {
  width: 100%;
  margin-top: 4rem;
}
.dc-contents04_img {
/*
  width: 60px;
*/
  width: 140px;
  margin: 0 auto 3rem;
}
.page-main-block h3.dc_h3-center {
  border: none;
  padding: 0;
  font-family: 'Cormorant Infant', serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-contents04-inner {
  width: 100%;
}
.dc-contents04-inner li {
  margin-bottom: 4rem;
}
.dc-contents04-inner .img {
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
}
.page-main-block .dc-contents04-inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-contents04-inner .txt {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.sub_title {
  font-size: 1.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.sub_title span.color {
  color: #dd3e12;
  display: inline;
  font-size: 1.9rem;
  font-weight: 600;
}
.dc-contents_txt2 {
  letter-spacing: 0.03rem;
  text-align: justify;
  font-size: 1.4rem;
}
.dc-contents_txt3 {
  letter-spacing: 0.03rem;
  margin-bottom: 3rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .dc-contents04 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .dc-contents04-inner {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .dc-contents04-inner li {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
  }
  .dc-contents04-inner li:nth-child(2n+2) {
    margin-right: 0;
  }
  .dc-contents04-inner li:nth-child(1) .sub_title, .dc-contents04-inner li:nth-child(4) .sub_title {
    margin-bottom: 4.5rem;
  }
  .dc-contents04-inner .txt {
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  .dc-contents04 {
    margin-top: 6rem;
  }
  .dc-contents04_img {
/*
    width: 80px;
*/
    width: 200px;
    margin: 0 auto 4rem;
  }
  .dc-contents04-inner li {
    width: calc((100% - 40px)/2);
    margin-right: 20px;
  }
  .dc-contents04-inner .img {
    height: 260px;
  }
  .sub_title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
  .dc-contents04-inner li:nth-child(1) .sub_title, .dc-contents04-inner li:nth-child(4) .sub_title {
    margin-bottom: 7.5rem;
  }
  .sub_title span.color {
    font-size: 2.2rem;
  }
  .dc-contents_txt3 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .dc-contents04-inner li {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
  }
  .dc-contents04-inner li:nth-child(2n) {
    margin-right: 20px;
  }
  .dc-contents04-inner li:last-child {
    margin-right: 0;
  }
  .dc-contents04-inner .img {
    height: 260px;
  }
  .dc-contents_txt2 {
    line-height: 1.7;
    letter-spacing: 0.08rem;
  }
  .dc-contents_txt3 {
    margin-bottom: 6rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}
/* dc-contents05 */
.dc-contents05 {
  margin: 5rem auto;
}
.page-main-block h3.h3_center02 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0;
  display: block;
  margin-bottom: -14px;
  text-align: center;
}
.dc-contents05-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #efefef;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 30px 50px;
}
.dc-contents05-inner .img {
  width: 100%;
  height: 150px;
}
.page-main-block .dc-contents05-inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.dc-contents05-inner .txt-box {
  margin-bottom: 0;
  list-style: none;
}
.dc-contents05-inner .txt-box li {
  background-color: #fff;
  padding: 5%;
  box-shadow: 5px 5px 15px rgba(82, 81, 81, 0.2);
}
.dc-contents05-inner .txt-box li:first-child {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .dc-contents05-inner .txt-box li {
    padding: 3%;
  }
  .dc-contents05-inner .img {
    height: 400px;
  }
  .page-main-block h3.h3_center02 {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 992px) {
  .dc-contents05-inner {
    flex-direction: unset;
    padding: 55px;
    margin-right: 0;
    width: 90%;
  }
  .page-main-block h3.h3_center02 {
    font-size: 5rem;
  }
  .dc-contents05-inner .img {
    width: calc(40% - 20px);
    margin-right: 20px;
    height: auto;
  }
  .dc-contents05-inner .txt {
    width: 60%;
  }
  .dc-contents05-inner .txt-box li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dc-contents05-inner {
    padding: 6rem 10% 6rem 6rem;
    width: 80%;
  }
  .dc-contents05-inner .img {
    width: calc(45% - 20px);
    margin-right: 20px;
    height: auto;
  }
  .dc-contents05-inner .txt {
    width: 55%;
  }
}
/* dc-contents06 */
.dc-contents06 {
  margin-top: 4rem;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .dc-contents06 {}
}
/* dc-contents07 */
.dc-contents07 {
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .dc-contents07 {
    margin-top: 6rem;
  }
}
/*メイン*/
.ti-item {
  width: 100%;
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 576px) {
  .ti-item {
    margin-bottom: 2rem !important;
  }
  .ti-item li {
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .ti-item li.slick-center {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media screen and (min-width: 1200px) {
  .ti-item {
    margin-bottom: 2.5rem !important;
  }
  .ti-item li {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
/*サムネイル*/
.ti-item-nav li {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .ti-item-nav li {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
/* dc-contents08 */
.dc-contents08 {
  margin: 5rem auto 2rem;
  width: 90%;
}
.dc-contents08_txtbox {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .dc-contents08_txtbox {
    margin-bottom: 4rem;
  }
}
.arch_list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.arch_list li {
  width: calc((100% - 15px)/2);
  margin-right: 15px;
  margin-bottom: 15px;
}
.arch_list li:nth-child(2n+2) {
  margin-right: 0;
  ;
}
.arch_list li .img {
  margin-bottom: 5px;
}
.arch_list_name {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.6rem;
}
.arch_list_name span {
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .dc-contents08 {
    margin: 7rem auto;
  }
  .arch_list li {
    width: calc((100% - 45px)/4);
  }
  .arch_list li:nth-child(2n+2) {
    margin-right: 15px;
  }
  .arch_list li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .dc-contents08 {
    margin-top: 10rem;
  }
  .arch_list li {
    margin-bottom: 25px;
  }
  .arch_list li .img {
    margin-bottom: 15px;
  }
  .arch_list_name {
    font-size: 2rem;
  }
  .arch_list_name span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .arch_list {
    justify-content: center;
  }
  .arch_list li {
    width: calc((100% - 100px)/6);
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .arch_list li:nth-child(2n+2) {
    margin-right: 20px;
  }
  .arch_list li:nth-child(4n+4) {
    margin-right: 20px;
  }
  .arch_list li:nth-child(6n+6) {
    margin-right: 0;
  }
}
/*lp-footbtn*/
.btn_container {
  width: 80%;
  margin: 4rem auto 6rem;
}
.lp-footbtn a {
  display: block;
  background-color: #db3e12;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  border-radius: 70px;
  padding: 10px 0;
  max-width: 560px;
  margin: 0 auto;
  font-size: 2.4rem;
  border: 1px solid #db3e12;
}
.btn_black{
    margin-top: 2rem;
}
.btn_black a {
  background-color: #000;
  border: 1px solid #000;
}
.lp-footbtn a:hover {
  background-color: #fff;
  color: #db3e12;
  text-decoration: none;
  border: 1px solid #db3e12;
  transition: all 0.5s;
}
.btn_black a:hover {
  background-color: #fff;
  color: #000;
      border: 1px solid #000;

  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .lp-footbtn a {
    font-size: 2.8rem;
    padding: 15px 0;
  }
  .btn_container {
    margin: 6rem auto 10rem;
  }
}
	@media screen and (min-width: 992px) {
	.btn_black{
    margin-top: 0;
}	
}

@media screen and (min-width: 1200px) {
  .lp-footbtn a {
    font-size: 3.2rem;
    padding: 20px 0;
  }
  .btn_container {
    margin: 6rem auto 14rem;
     max-width: 1200px; 
  }
}
.dc-contents_sec_titlebox {
  margin-bottom: 5rem;
  position: relative;
}
.dc-contents_sec_title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  position: relative;
}
.dc-contents_line {
  /*position: relative;*/
}
.dc-contents_line::before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.dc-contents_line span::after {
  content: "";
  display: block;
  width: 63px;
  height: 5px;
  background-color: #db3e12;
  position: absolute;
  bottom: -18px;
  right: 50%;
  transform: translate(-50%, 0%);
}
.dc-contents_line span::before {
  content: "";
  display: block;
  width: 63px;
  height: 5px;
  background-color: #efefef;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(50%, 0%);
}
@media screen and (min-width: 768px) {
  .dc-contents_sec_title {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 992px) {
  .dc-contents_sec_title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .dc-contents_sec_titlebox {
    margin-bottom: 8rem;
  }
  .dc-contents_sec_title {
    font-size: 6rem;
    padding-bottom: 3rem;
  }
  .dc-contents_line::before {
    width: 80px;
    height: 10px;
  }
  .dc-contents_line span::after {
    width: 85px;
    height: 10px;
  }
  .dc-contents_line span::before {
    width: 85px;
    height: 10px;
  }
}
/*+++++++++++++++++
youtube
******************/
article.movie {
  margin: 2rem auto 5rem;
}
article.movie h3 {
  padding: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3rem;
}
article.movie h3 span.ca {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 45px;
  margin-right: 3px;
}
article.movie .movies {
  margin: 0 auto;
}
article.movie .movies .mov1 {
  margin-bottom: 3rem;
}
article.movie .movies .mov1 .title, article.movie .movies .mov2 .title {
  margin: 1rem auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
article.movie .movies .mov1 .title span, article.movie .movies .mov2 .title span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold
}
article.movie .movies .mov1 .movblock, article.movie .movies .mov2 .movblock {
  width: 100%;
  height: 180px;
  margin-bottom: 1rem;
}
article.movie .movies .mov1 iframe, article.movie .movies .mov2 iframe {
  width: 100%;
  height: 100%
}
article.movie .movies .mov1 {
  padding-right: 20px
}
article.movie .movies .mov2 {
  padding-left: 20px
}
@media screen and (min-width: 768px) {
  article.movie h3 {
    margin-bottom: 4rem;
  }
  article.movie .movies {
    display: flex;
    justify-content: center;
  }
  article.movie .movies .mov1 {
    width: 45%;
    margin: 0 auto;
  }
  article.movie .movies .mov2 {
    width: 45%;
    margin: 0 auto;
  }
  article.movie .movies .mov1 .movblock, article.movie .movies .mov2 .movblock {
    height: 200px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  article.movie .movies .mov1 .movblock, article.movie .movies .mov2 .movblock {
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  article.movie h3 {
    font-size: 39px;
  }
  article.movie h3 span.ca {
    font-size: 54px;
    margin-left: -5px;
  }
  article.movie .movies .mov1 .movblock, article.movie .movies .mov2 .movblock {
    height: 300px;
    margin-bottom: 3rem;
  }
}
/*+++++++++++++++++
pricelist
******************/
.pricelist_container {
  margin: 5rem auto 4rem;
}
.dc-contents08_txtbox {
  width: 90%;
  margin: 0 auto;
}
.pricelist_box h3 {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.pricelist_box h3 span {
  color: #db3e12;
}
.pricelist_box h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 6px 0 6px;
  border-bottom: solid 3px #ccc;
  position: relative;
}
.pricelist_box h4::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1d1d1d;
  bottom: -3px;
  width: 20%;
}
.pricelist_price {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #d40000;
  font-size: 2rem;
}
.pricelist_box #form {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pricelist_container {
    margin: 6rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .pricelist_container {
    margin: 8rem auto;
  }
  .pricelist_box h3 {
    font-size: 2.2rem;
  }
  .pricelist_box #form th {
    width: 40%;
  }
  .pricelist_price {
    font-size: 3rem;
  }
}
/*+++++++++++++++++
グレード
******************/
.select_container {
  width: 90%;
  margin: 5rem auto;
}
.select_img_block ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 3rem;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.select_img {
  width: 47%;
}
.select_img img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.select_option {
  padding: 2rem 1rem;
  background-color: #efefef;
  margin-bottom: 3rem;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.select_option_txt {
  background-color: #db3e12;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.select_option_unit_txt1 {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.select_option_txt2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 600;
  line-height: 1.7;
}
.select_option_txt2 span {
  color: #db3e12;
}
.select_option_txt3 {
  letter-spacing: 0.03rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .select_img {
    max-height: 430px;
  }
  .select_formblock {
    margin: 6rem auto;
  }
  .select_option_block {
    display: flex;
    justify-content: center;
  }
  .select_option {
    padding: 3rem;
  }
  .select_option_txt {
    padding: 7px 0;
    font-size: 1.8rem;
  }
  .select_option_unit01 {
    width: 58%;
  }
  .select_option_unit02 {
    width: 40%;
  }
  .select_option_unit_txt1 {
    font-size: 1.6rem;
  }
  .select_option_txt2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .select_formblock {
    margin: 10rem auto 8rem;
  }
  .select_option {
    padding: 4rem;
    margin: 0 auto 6rem;
  }
  .select_option_unit01 {
    width: 63%;
  }
  .select_option_unit02 {
    width: 30%;
  }
  .select_option_unit_txt1 {
    font-size: 1.7rem;
    margin-bottom: 9px;
  }
  .select_option_txt {
    margin-bottom: 26px;
  }
  .select_option_txt2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
  .select_option_txt3 {
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}
/* mordal */
.bt_st {
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
}
.st_box {
  background: #eee;
  height: 200px;
  margin-bottom: 100px;
}
.st_modal {
  display: none;
  height: 100vh;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.modal__bg {
  background: rgba(128, 133, 144, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 6%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 80%;
  color: #000;
}
.modal__content a {
  color: #000;
  font-size: 2em;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  text-decoration: none;
}
.js-modal-txt_color a {
  border: 3px solid #db3e12 !important;
}
@media screen and (min-width: 769px) {
  .modal__content {
    left: 50%;
    padding: 3%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 80%;
    color: #000;
    max-width: 1300px;
  }
}
/* btn */
.bt_st.mo_btst2 a {
  display: block;
  color: #808590;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #000;
  cursor: pointer;
}
.bt_st.mo_btst2 {
  padding: 0;
}
.bt_st.mo_btst2 a i {
  transition: .3s;
}
.bt_st.mo_btst2 a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bt_st.mo_btst2 a:hover i {
  transform: rotate(90deg);
}
/*form2*/
#form2 {
  width: 100%;
  margin: 1rem auto 4rem;
  max-width: 1170px;
}
#form2 th {
  width: 40%;
  font-weight: 400;
  font-size: 1.3rem;
  border-bottom: solid 1px #000;
}
.grade_tablebox_first th {
  border-bottom: none !important;
}
.grade_tablebox_first td {
  border-bottom: none !important;
}
.grade_tablebox > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.grade_tablebox > ul > li {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: #efefef;
}
#form2 td {
  width: 60%;
  position: relative;
  border-bottom: solid 1px #000;
}
.grade_tab1 {
  padding: 5px 0 10px !important;
  background-color: #000 !important;
  border-bottom: solid 4px #fff;
}
.grade_tab2 {
  padding: 5px 0 10px !important;
  background-color: #db3e12 !important;
  border-bottom: solid 4px #fff;
}
.e_font_bold {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.grade_tab_click {
  display: none;
}
.grade_tab_click_sp {
  display: flex;
  justify-content: center;
}
.grade_tab_click_b {
  display: block;
  color: #808590;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 7px;
  border: 3px solid #000;
}
.grade_tab_click_o {
  display: block;
  color: #808590;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #db3e12;
}
.grade_tab_click_box {
  display: flex;
  margin-right: 5px;
}
.grade_tab_click_txt {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #efefef 0%);
  display: inline;
  font-size: 1.4rem;
}
.grade_tab1_txt1 {
  background-color: #000;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}
.grade_tab1_txt1 span {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}
.grade_tab1_txt2 {
  background-color: #db3e12;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0;
}
.grade_tab1_txt2 span {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}
.grade_tablebox_line {
  width: 20px;
  height: 3px;
  background-color: #000;
  margin-bottom: 0;
}
.mo_btst2_txt1 {
  position: relative;
}
.mo_btst2_txt1::before {
  content: "ZEH 基準以上";
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.mo_btst2_txt2 {
  position: relative;
}
.mo_btst2_txt2::before {
  content: "HEAT20G2 以上";
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .grade_tablebox > ul > li {
    width: 49.5%;
  }
  .grade_tab_click_box {
    margin-right: 10px;
  }
  #form2 {
    margin: 4rem auto;
  }
}
@media screen and (min-width: 992px) {
  .grade_tab_click {
    display: flex;
    justify-content: center;
  }
  .grade_tab_click_sp {
    display: none;
  }
  .grade_tab_click_txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  #form2 th {
    font-size: 1.5rem;
  }
  .grade_tab_click_b {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .grade_tab_click_o {
    width: 25px;
    height: 25px;
  }
  .grade_tab1 {
    padding: 25px 0 !important;
    border-bottom: solid 7px #fff;
  }
  .grade_tab2 {
    padding: 25px 0 !important;
    border-bottom: solid 7px #fff;
  }
  .grade_tab1_txt1 {
    font-size: 1.6rem;
  }
  .grade_tab1_txt2 {
    font-size: 1.6rem;
  }
  .bt_st.mo_btst2 a {
    width: 35px;
    height: 35px;
    border: 4px solid #000;
  }
  .js-modal-txt_color a {
    border: 4px solid #db3e12 !important;
  }
  .mo_btst2_txt1::before {
    font-size: 1.4rem;
    top: 50%;
    left: -65px;
  }
  .mo_btst2_txt2::before {
    font-size: 1.4rem;
    top: 50%;
    left: -65px;
  }
  .grade_tablebox_line {
    width: 45px;
    height: 4px;
  }
}
.pc-on {
  display: none;
}
.sp-on {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-on {
    display: block;
  }
  .sp-on {
    display: none;
  }
}
/*+++++++++++++++++
pamphlet_block
******************/
.pamphlet_image_block {
  width: 90%;
  margin: 0 auto;
}
.pamphlet_image_block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pamphlet_block {
  margin: 4rem auto;
  width: 90%;
}
.pamphlet_block_img {
  width: 100px;
  margin: 2rem auto 4rem;
}
.pamphlet_block_txt1 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.pamphlet_block_txt1 span {
  color: #db3e12;
}
.pamphlet_block_txt2 {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .pamphlet_block_img {
    width: 150px;
    margin: 2rem auto 4rem;
  }
  .pamphlet_block_txt1 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    margin-bottom: 3rem;
  }
  .pamphlet_block_txt2 {
    margin-bottom: 2rem;
  }
}
/*+++++++++++++++++
ガーデン
******************/
.garden_container {
  margin: 2rem auto 4rem;
}
.garden_imgbox {
  text-align: center;
  margin-bottom: 2rem;
}
.g1 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.7;
}
.garden_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.garden_item {
  width: 100%;
  margin-bottom: 4rem;
}
.g2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.garden_item span {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .g1 {
    font-size: 1.8rem;
  }
  .garden_items {
    margin-bottom: 4rem;
  }
  .garden_item {
    width: 32%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .garden_container {
    margin: 3rem auto 4rem;
  }
  .garden_imgbox {
    margin-bottom: 4rem;
  }
  .g1 {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
  .garden_items {
    margin-bottom: 6rem;
  }
}
.br-sp {
  display: block;
}
.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
.footer_casa_lp_logo {
  display: block;
  width: 100px;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .footer_casa_lp_logo {
    margin: 2rem auto 4rem;
    width: 126px;
  }
}
@media screen and (min-width: 1200px) {
  .footer_casa_lp_logo {
    margin: 3rem auto 6rem;
  }
}