@charset "UTF-8";

/* 下層ページ共通部分 */
.container.under_page {
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding: 118px 0 50px 0;
}

ul.att {
  margin: 0 auto;
}

.sub_ttl {
  font-size: 26px;
  text-align: center;
}

.txt {
  font-size: 18px;
  text-align: center;
}

.page_ttl {
  background-image: url(../img/copy_img.jpg);
  /* background: #000; */
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 15%;
  position: relative;
}

.page_ttl h2 {
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #eae4d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page_ttl h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
}

figure {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .container.under_page {
    padding-top: 158px;
  }
}

@media only screen and (max-width: 767px) {
  .container.under_page {
    padding: 0 0 50px 0;
  }

  .page_ttl {
    background-position: center right;
    padding: 18% 0;
  }

  .page_ttl h2 {
    font-size: 24px;
  }

  .page_ttl h2 span {
    font-size: 13px;
  }

  .sub_ttl {
    font-size: 20px;
  }

  .txt {
    font-size: 14px;
  }
}

/* 下層ページ共通部分ここまで */
.ancher {
  margin: 100px auto 0;
}

.ancher ul {
  justify-content: center;
  flex-wrap: wrap;
}

.ancher ul li {
  /* width: calc((100% - 40px) / 2); */
  width: 28%;
  max-width: 280px;
  margin-right: 20px;
}

.ancher ul li:nth-of-type(3) {
  margin-right: 0;
}

.ancher ul li a {
  display: block;
  color: #9D8542;
  text-align: center;
  background: #fff;
  border: 1px solid #9D8542;
  padding: 14px 0;
  position: relative;
}

.ancher ul li a:hover {
  color: #fff;
  background: #9D8542;
}


.ancher ul li.here a {
  color: #fff;
  background: #9D8542;
  cursor: pointer;
}


.ancher ul li.here a:hover {
  color: #9D8542;
  background: #fff;
}

.ancher ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #9D8542;
  border-right: solid 1px #9D8542;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.ancher ul li a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.ancher ul li.here a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.ancher ul li.here a:hover::after {
  border-top: solid 1px #9D8542;
  border-right: solid 1px #9D8542;
}


.small {
  font-size: 12px;
}

.mini {
  font-size: 0.9em;
  letter-spacing: 0;
}

.item_ttl.interval {
  letter-spacing: 0;
}

/* common */
.equip_Box {
  margin: 100px auto 0;
}

h3.equip_ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

p.lead {
  font-size: 18px;
  text-align: center;
}

.equip_txt {
  font-size: 14px;
  margin: 20px auto 5px;
}

.main01,
.main02 {
  margin: 60px auto 0;
}

.marker {
  margin-top: 10px;
}

.box_Item {
  margin: 60px auto 0;
}

.item_ttl {
  font-size: 17px;
  font-feature-settings: "palt"1;
  color: #1b4673;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #1b4673;
  padding-bottom: 5px;
  margin-top: 10px;
}

.item_txt {
  font-size: 14px;
  margin-top: 10px;
}

.space {
  display: block;
  padding-bottom: 1.5em;
}

.main02 ul {
  justify-content: space-between;
  flex-wrap: wrap;
}

.main02 ul li.left {
  width: 60.6%;
}

.main02 ul li.right {
  width: 31.4%;
}

.main02 ul li.right div:nth-of-type(n+2) {
  margin-top: 40px;
}

/* flex */
.column02 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.column02 li {
  width: 48%;
}

.column03 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.column03 li {
  width: 31.4%;
  margin-top: 40px;
}

.column04 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.column04 li {
  width: 23.5%;
  margin-top: 40px;
}

.sub02 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub02 .left {
  width: 60.6%;
}

.sub02 .right {
  width: 31.4%;
}

/* kitchen */
#kitchen .marker {
  width: 15%;
}

/* bathroom */
#bathroom .marker {
  width: 20%;
}

.bath_Item .sub02 {
  margin-top: 40px;
}

/* powder_room */
#powder_room .marker {
  width: 15%;
}

/* toilet */
#toilet .marker {
  width: 15%;
}

/* ecology */
.savings_ttl {
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #1b4673;
  padding: 10px 0;
  margin: 60px auto 0;
}

.savings_ttl .price {
  font-size: 1.6em;
  vertical-align: baseline;
}

.cont_ttl {
  color: #fff;
  background: #efefef;
  padding: 5px 0;
  position: relative;
}

.cont_ttl::before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: #1b4673;
  position: absolute;
  top: 0;
  left: 0;
}

.cont_ttl span {
  margin-left: 15px;
  position: relative;
  z-index: 5;
}

.eco_ttl {
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  color: #1b4673;
  text-align: left;
  margin: 20px 0 10px 0;
}

.eco_txt {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}

.eco_logo {
  display: block;
  width: 40px;
  height: auto;
  margin-right: 2%;
}

.eco_good {
  display: block;
  width: 22%;
  margin-left: 4%;
}

#eco01,
#eco02,
#eco03 {
  margin: 60px auto 0;
}

#eco01 p.small,
#eco02 p.small,
#eco03 p.small {
  margin-top: 10px;
}

/* eco01 */
.e_sanitary {
  justify-content: space-between;
  flex-wrap: wrap;
}

.e_sanitary .left {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 66%;
}

.e_sanitary .left .txt {
  width: 48%;
}

.e_sanitary .left .img {
  width: 48%;
}

.e_sanitary .right {
  width: 30%
}

/* eco02 */
.e_kitchen {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.e_kitchen .txt {
  width: 61.625%;
}

.e_kitchen .txt .eco_txt {
  margin-bottom: 0;
}

.e_kitchen .img {
  width: 34.375%;
  margin-top: 20px;
}

/* eco03 */
.e_saving ul li:nth-of-type(2) {
  margin-top: 20px;
}

/* security */
.sec_item,
.sec_item03 {
  margin: 60px auto 0;
}

.sec_item02 {
  margin: 20px auto 0;
}

/* sec_item */
.sec_item {
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_item .left {
  width: 74%;
}

.sec_item .right {
  width: 22%;
}

.sec_item .right .item:nth-of-type(2) {
  margin-top: 40px;
}

.sec_item_ttl {
  font-size: 20px;
  color: #1b4673;
}

.sec_item_ttl .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #1b4673;
  margin-right: 10px;
}

.lock_system {
  margin: 60px auto 0;
}

.lock_system .sec_item {
  margin: 20px auto 0;
}

/* sec_item02 */
.sec_item02 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_item02 .left {
  width: 23%;
}

.sec_item02 .right {
  width: 72%;
}

.door {
  margin: 60px auto 0;
}

.sec_item02 .right .item02 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_item02 .right .item02 li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 47%;
}

.sec_item02 .right .item02 li:nth-of-type(n+3) {
  margin-top: 40px;
}

.sec_item02 .right .item02 li figure,
.sec_item02 .right .item02 li .txt {
  width: 48%;
}

.sec_item02 .right .item02 li .txt .item_ttl {
  text-align: left;
  margin: 0;
}

.sec_item02 .right .item02 li .txt .item_txt {
  text-align: left;
}

/* sec_item03 */
.sec_item03 .item03 figure {
  margin: 20px auto 10px;
}

.sec_item03 .item04 {
  margin-top: 40px;
}

/* equipment */
.column2_1 {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 0;
}

.column2_1 li.left {
  width: 60%;
}

.column2_1 li.right {
  width: 32%;
}

.column2_2 {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

.column2_2 .left {
  width: 41%;
}

.column2_2 .right {
  width: 51%;
}

/* other_item */
#other_item .eq09 {
  margin-top: 20px;
}

/* structure */
#structure .st02 {
  margin: 60px auto 0;
}

@media only screen and (max-width: 820px) {

  /* e_sanitary */
  .e_sanitary .left .txt {
    width: 100%;
  }

  .e_sanitary .left .img {
    width: 50%;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 767px) {

  /* common */
  .ancher {
    margin: 50px auto 0;
  }

  .ancher ul li {
    width: 80%;
    margin-right: 0;
  }

  .ancher ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .equip_Box {
    margin: 60px auto 0;
  }

  h3.equip_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  p.lead {
    font-size: 16px;
  }

  .main01,
  .main02 {
    margin: 20px auto 0;
  }

  .box_Item {
    margin: 30px auto 0;
  }

  .space_sp {
    display: block;
    padding-bottom: 1.5em;
  }

  .main02 ul li.left {
    width: 100%;
  }

  .main02 ul li.right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .main02 ul li.right div {
    width: 48%;
    margin-top: 30px;
  }

  .main02 ul li.right div:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .sub02 .left {
    width: 100%;
  }

  .marker {
    margin-top: 0;
  }

  /* flex */
  .column03 li {
    width: 48%;
    margin-top: 30px;
  }

  .column04 li {
    width: 48%;
    margin-top: 30px;
  }

  /* kitchen */
  #kitchen .marker {
    width: 30%;
  }

  #bathroom .marker {
    width: 25%;
  }

  .bath_Item .sub02 {
    margin-top: 30px;
  }

  /* powder_room */
  #powder_room .marker {
    width: 30%;
  }

  /* toilet */
  #toilet .marker {
    width: 20%;
  }

  /* ecology */
  .cont_ttl::before {
    width: 70%;
  }

  .savings_ttl {
    font-size: 16px;
    margin: 30px auto 0;
  }

  #eco01 {
    margin: 30px auto 0;
  }

  #eco02,
  #eco03 {
    margin: 60px auto 0;
  }



  /* e_sanitary */
  .e_sanitary .left {
    width: 100%;
  }

  .e_sanitary .right {
    width: 100%;
    margin: 20px auto;
  }

  #eco01 .column02 li {
    width: 100%;
  }

  #eco01 .column02 li:nth-of-type(2) {
    margin-top: 60px;
  }

  /* e_kitchen */
  #eco02 .column02 li {
    width: 100%;
  }

  #eco02 .column02 li:nth-of-type(2) {
    margin-top: 30px;
  }
  .e_kitchen .txt {
    width: 100%;
  }

  .e_kitchen .img {
    width: 100%;
    margin: 20px auto 0;
  }

  .equip_Box #eco02 .column02 li:nth-of-type(2) {
    margin-top: 10px;
  }

  .equip_Box .e_saving .column02 li:nth-of-type(2) {
    margin-top: 20px;
  }

  /* e_power */
  #eco03 .column02 li {
    width: 100%;
  }

  #eco03 .column02 li:nth-of-type(2) {
    margin-top: 20px;
  }

  /* security */

  .sec_item,
  .sec_item03 {
    margin: 30px auto 0;
  }

  .sec_item .left {
    width: 100%;
  }

  .sec_item .right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .sec_item .right .item {
    width: 48%;
  }

  .sec_item .right .item:nth-of-type(2) {
    margin-top: 0;
  }

  .sec_item_ttl {
    font-size: 18px;
  }

  .lock_system {
    margin: 30px auto 0;
  }

  .lock_system .sec_item .right .item:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .lock_system .sec_item .right .item:nth-of-type(1) figure {
    width: 48%;
  }

  .lock_system .sec_item .right .item:nth-of-type(1) div {
    width: 48%;
  }

  .door {
    margin: 30px auto 0;
  }

  .sec_item02 .left {
    width: 70%;
    margin: 0 auto;
  }

  .sec_item02 .right {
    width: 100%;
    margin-top: 20px;
  }

  .sec_item02 .right .item02 li {
    width: 48%;
  }

  .sec_item02 .right .item02 li .txt .item_ttl {
    margin-top: 10px;
  }

  .sec_item02 .right .item02 li figure,
  .sec_item02 .right .item02 li .txt {
    width: 100%;
  }

  /* equipment */
  .column2_1 li.left {
    width: 100%;
  }

  .column2_1 li.right {
    width: 100%;
    margin-top: 40px;
  }

  /* other_item */

  #other_item .eq09 {
    width: 90%;
    margin: 20px auto 0;
  }

  #other_item .column2_1 {
    margin-top: 40px;
  }

  #other_item .column2_1 li.right {
    margin-top: 30px;
  }

  /* structure */
  #structure .column2_1 {
    margin-top: 30px;
  }
  #structure .st02 {
    margin: 40px auto 0;
  }
  .column2_1 li.right {
    margin-top: 0;
  }

  .column2_2 .left {
    width: 100%;
  }

  .column2_2 .right {
    width: 100%;
  }

  .js-scrollable {
    overflow-y: hidden !important;
  }

  .js-scrollable img {
    width: 550px;
    height: auto;
  }

  .eq06_ttl {
    font-size: 16px;
    letter-spacing: 0;
  }


}