.box-bukken-menu-lists {
  margin-top: 0;
}

#page_title {
  position: relative;
  background-image: url(../images/title_bg_pc.jpg);
}
@media screen and (max-width: 736px) {
  #page_title {
    background-image: url(../images/title_bg_sp.jpg);
  }
}

main h3.stitle {
  font-size: 25px;
  font-family: "trajan-pro-3", serif;
  color: #ada692;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  main h3.stitle {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 736px) {
  main h3.stitle {
    font-size: 4.7vw;
  }
}

.head_contents {
  background-image: url(../images/top_bg01_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 736px) {
  .head_contents {
    background-size: 120% auto;
    background-image: url(../images/top_bg01_sp.png);
  }
}
.head_contents .wrap02 {
  padding-top: 150px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .head_contents .wrap02 {
    padding-top: 12.5vw;
    padding-bottom: 6.7vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents .wrap02 {
    padding-top: 12vw;
    padding-bottom: 6.7vw;
  }
}
.head_contents .message01 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .head_contents .message01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents .message01 {
    font-size: 5.3vw;
  }
}
.head_contents .txt01 {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .head_contents .txt01 {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents .txt01 {
    margin-top: 7.7vw;
  }
}
.head_contents #plan_list {
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list {
    margin-top: 13.3vw;
  }
}
.head_contents #plan_list .plan_box {
  max-width: 716px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .plan_box {
    max-width: none;
    width: 59.7vw;
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .plan_box {
    width: 100%;
    margin-top: 5.3vw;
  }
}
.head_contents #plan_list .plan_box .plan_map {
  width: 44.1%;
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .plan_box .plan_map {
    width: 60.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.3vw;
    order: 2;
  }
}
.head_contents #plan_list .link_box {
  width: 41.9%;
  display: block;
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box {
    width: 100%;
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.head_contents #plan_list .link_box .link_block {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block {
    width: 47.6%;
  }
}
.head_contents #plan_list .link_box .link_block:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block:nth-child(n+2) {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block:nth-child(n+2) {
    margin-top: 0vw;
  }
}
.head_contents #plan_list .link_box .link_block > a, .head_contents #plan_list .link_box .link_block > span {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a, .head_contents #plan_list .link_box .link_block > span {
    padding-bottom: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a, .head_contents #plan_list .link_box .link_block > span {
    padding-top: 4vw;
    padding-bottom: 5.1vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .p_txt01, .head_contents #plan_list .link_box .link_block > span .p_txt01 {
  width: 83.3%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #ada692;
  text-align: center;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt01, .head_contents #plan_list .link_box .link_block > span .p_txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt01, .head_contents #plan_list .link_box .link_block > span .p_txt01 {
    font-size: 3.1vw;
    line-height: 4.8vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .p_txt01 .t01, .head_contents #plan_list .link_box .link_block > span .p_txt01 .t01 {
  font-size: 45px;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt01 .t01, .head_contents #plan_list .link_box .link_block > span .p_txt01 .t01 {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt01 .t01, .head_contents #plan_list .link_box .link_block > span .p_txt01 .t01 {
    font-size: 7.7vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .p_txt01 .t02, .head_contents #plan_list .link_box .link_block > span .p_txt01 .t02 {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt01 .t02, .head_contents #plan_list .link_box .link_block > span .p_txt01 .t02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt01 .t02, .head_contents #plan_list .link_box .link_block > span .p_txt01 .t02 {
    font-size: 2.7vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .p_txt01 .t03, .head_contents #plan_list .link_box .link_block > span .p_txt01 .t03 {
  color: #000;
}
.head_contents #plan_list .link_box .link_block > a .p_txt02, .head_contents #plan_list .link_box .link_block > span .p_txt02 {
  font-size: 17px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt02, .head_contents #plan_list .link_box .link_block > span .p_txt02 {
    font-size: 1.4vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt02, .head_contents #plan_list .link_box .link_block > span .p_txt02 {
    font-size: 2.9vw;
    margin-top: 2vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .p_txt03, .head_contents #plan_list .link_box .link_block > span .p_txt03 {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-top: -0.5em;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt03, .head_contents #plan_list .link_box .link_block > span .p_txt03 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt03, .head_contents #plan_list .link_box .link_block > span .p_txt03 {
    font-size: 4.8vw;
    margin-top: -3.3vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .p_txt03 .t01, .head_contents #plan_list .link_box .link_block > span .p_txt03 .t01 {
  font-size: 41px;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt03 .t01, .head_contents #plan_list .link_box .link_block > span .p_txt03 .t01 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt03 .t01, .head_contents #plan_list .link_box .link_block > span .p_txt03 .t01 {
    font-size: 8vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .p_txt03 .t02, .head_contents #plan_list .link_box .link_block > span .p_txt03 .t02 {
  font-size: 27px;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt03 .t02, .head_contents #plan_list .link_box .link_block > span .p_txt03 .t02 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a .p_txt03 .t02, .head_contents #plan_list .link_box .link_block > span .p_txt03 .t02 {
    font-size: 5.3vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .more, .head_contents #plan_list .link_box .link_block > span .more {
  width: 63.3%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block > a .more, .head_contents #plan_list .link_box .link_block > span .more {
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block > a .more, .head_contents #plan_list .link_box .link_block > span .more {
    width: 82.3%;
    margin-top: 4vw;
  }
}
.head_contents #plan_list .link_box .link_block > a .more span, .head_contents #plan_list .link_box .link_block > span .more span {
  display: block;
}
.head_contents #plan_list .link_box .link_block > a .more .active, .head_contents #plan_list .link_box .link_block > span .more .active {
  display: none;
}
.head_contents #plan_list .link_box .link_block > a .more .deactive, .head_contents #plan_list .link_box .link_block > span .more .deactive {
  display: block;
}
.head_contents #plan_list .link_box .link_block a:hover {
  background-color: rgba(173, 166, 146, 0.7);
  text-decoration: none;
}
.head_contents #plan_list .link_box .link_block a:hover .p_txt01, .head_contents #plan_list .link_box .link_block a:hover .p_txt02, .head_contents #plan_list .link_box .link_block a:hover .p_txt03 {
  text-decoration: none;
}
.head_contents #plan_list .link_box .link_block a:hover .p_txt01 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.head_contents #plan_list .link_box .link_block a:hover .p_txt01 .t02, .head_contents #plan_list .link_box .link_block a:hover .p_txt01 .t03 {
  color: #fff;
}
.head_contents #plan_list .link_box .link_block a:hover .p_txt02 {
  color: #fff;
}
.head_contents #plan_list .link_box .link_block a:hover .p_txt03 {
  color: #fff;
}
.head_contents #plan_list .link_box .link_block a:hover .more .active {
  display: block;
}
.head_contents #plan_list .link_box .link_block a:hover .more .deactive {
  display: none;
}
.head_contents #plan_list .link_box .link_block span {
  position: relative;
}
.head_contents #plan_list .link_box .link_block span .cs {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #b1ab90;
  text-align: center;
  padding-top: 6%;
}
@media screen and (max-width: 1200px) {
  .head_contents #plan_list .link_box .link_block span .cs {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents #plan_list .link_box .link_block span .cs {
    font-size: 4vw;
    line-height: 1.3em;
    padding-top: 5%;
  }
}
.head_contents .message02 {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  .head_contents .message02 {
    font-size: 2.5vw;
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  .head_contents .message02 {
    font-size: 4.7vw;
    margin-top: 20vw;
  }
}

.switch {
  background-image: url(../images/top_bg02_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  .switch {
    background-image: url(../images/top_bg02_sp.png);
  }
}
.switch .wrap01 {
  padding-top: 170px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .switch .wrap01 {
    padding-top: 14.2vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  .switch .wrap01 {
    padding-top: 12vw;
    padding-bottom: 9.1vw;
  }
}
.switch .switch_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.switch .switch_list li {
  display: block;
  width: 48.9%;
  cursor: pointer;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 736px) {
  .switch .switch_list li {
    width: 100%;
  }
  .switch .switch_list li + li {
    margin-top: 7.3vw;
  }
}
.switch .switch_list li:hover {
  opacity: 0.5;
}
.switch .sub_txt01 {
  font-size: 12px;
  line-height: 1.6em;
  padding-top: 1em;
  padding-left: 2em;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 1em;
}
@media screen and (max-width: 1200px) {
  .switch .sub_txt01 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 736px) {
  .switch .sub_txt01 {
    padding-top: 0.5em;
    padding-left: 0.5em;
    font-size: 2.4vw;
  }
}
.switch .sub_txt01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  width: 1px;
  height: 2.2em;
  background-color: #ada692;
}
@media screen and (max-width: 736px) {
  .switch .sub_txt01::before {
    display: none;
  }
}

#ecology {
  background-image: url(../images/ecology_bg01_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  overflow: hidden;
  background-color: #d8d3ca;
}
@media screen and (max-width: 736px) {
  #ecology {
    background-image: url(../images/ecology_bg01_sp.png);
  }
}
#ecology .wrap02 {
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  #ecology .wrap02 {
    padding-top: 12.5vw;
  }
}
#ecology h3 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  #ecology h3 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology h3 {
    font-size: 4.7vw;
  }
}
#ecology .head_txt01 {
  font-size: 30px;
  line-height: 2em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #ecology .head_txt01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology .head_txt01 {
    font-size: 4.7vw;
  }
}
#ecology .head_txt02 {
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #ecology .head_txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology .head_txt02 {
    font-size: 2.9vw;
  }
}
#ecology #zeh-m {
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #ecology #zeh-m {
    margin-top: 8.3vw;
    padding-top: 4.2vw;
    padding-bottom: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #zeh-m {
    margin-top: 9.3vw;
    padding-top: 6.7vw;
    padding-bottom: 6.7vw;
  }
}
#ecology #zeh-m h4 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  #ecology #zeh-m h4 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #zeh-m h4 {
    font-size: 4.7vw;
  }
}
#ecology #zeh-m .z_txt01 {
  font-size: 15px;
  line-height: 1.7em;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #ecology #zeh-m .z_txt01 {
    font-size: 1.3vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #zeh-m .z_txt01 {
    font-size: 2.9vw;
    margin-top: 5.1vw;
  }
}
#ecology #zeh-m .z_img01 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #ecology #zeh-m .z_img01 {
    margin-top: 4.2vw;
  }
}
#ecology #merit {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit {
    margin-top: 8.3vw;
  }
}
#ecology #merit h4 {
  font-size: 20px;
  font-family: "trajan-pro-3", serif;
  text-align: center;
  color: #000;
  letter-spacing: 0.2em;
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit h4 {
    font-size: 1.7vw;
    margin-bottom: 5.8vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit h4 {
    font-size: 4.7vw;
    margin-bottom: 6.7vw;
  }
}
#ecology #merit .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  #ecology #merit .link_list {
    padding-bottom: 8.3vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit .link_list {
    width: 124%;
    margin-left: -12%;
    margin-right: -12%;
    padding-bottom: 13.3vw;
  }
}
#ecology #merit .link_list li {
  width: 32%;
  position: relative;
}
#ecology #merit .link_list li .sub_txt {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -1.8em;
}
@media screen and (max-width: 1200px) {
  #ecology #merit .link_list li .sub_txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit .link_list li .sub_txt {
    font-size: 2vw;
    right: 3em;
    color: #000;
  }
}
#ecology #merit .merit_section {
  border-top: 1px solid #fff;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit .merit_section {
    padding-top: 4.2vw;
    padding-bottom: 6.7vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit .merit_section {
    border-top: 1px solid #808080;
    padding-top: 6.7vw;
    padding-bottom: 9.3vw;
  }
}
#ecology #merit .merit_section .num {
  text-align: center;
}
#ecology #merit .merit_section .num span {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: #fff;
  width: 2em;
  line-height: 2em;
}
@media screen and (max-width: 1200px) {
  #ecology #merit .merit_section .num span {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit .merit_section .num span {
    font-size: 2.5vw;
  }
}
#ecology #merit .merit_section h5 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4em;
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  #ecology #merit .merit_section h5 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit .merit_section h5 {
    font-size: 4.8vw;
  }
}
#ecology #merit .merit_section .m_txt01 {
  font-size: 15px;
  line-height: 1.7em;
  text-align: center;
  margin-top: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  #ecology #merit .merit_section .m_txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit .merit_section .m_txt01 {
    font-size: 2.5vw;
  }
}
#ecology #merit .merit_section .m_txt02 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7em;
  text-align: center;
  letter-spacing: 0.25em;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit .merit_section .m_txt02 {
    font-size: 1.6vw;
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit .merit_section .m_txt02 {
    font-size: 3.3vw;
    margin-top: 5.3vw;
  }
}
#ecology #merit #merit01 .m_img01 {
  width: 1200px;
  margin-left: 0px;
  margin-right: -200px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit01 .m_img01 {
    width: 100vw;
    margin-left: 0vw;
    margin-right: -16.7vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit01 .m_img01 {
    width: 124%;
    margin-left: -12%;
    margin-right: -12%;
    margin-top: 4vw;
  }
}
#ecology #merit #merit01 .m_txt03 {
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit01 .m_txt03 {
    font-size: 0.8vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit01 .m_txt03 {
    width: 124%;
    margin-left: -12%;
    margin-right: -12%;
    margin-top: 2vw;
    font-size: 2vw;
    letter-spacing: 0;
  }
}
#ecology #merit #merit02 .m_txt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box {
    display: block;
    margin-top: 4vw;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_block {
  width: 48.5%;
  background-color: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block {
    padding: 1.7vw 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block {
    width: 100%;
    padding: 5.1vw;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_block .m_txt03 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block .m_txt03 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block .m_txt03 {
    font-size: 3.2vw;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_block .m_txt04 {
  font-size: 15px;
  line-height: 1.7em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block .m_txt04 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block .m_txt04 {
    font-size: 2.8vw;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_sbox {
  width: 48.5%;
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_sbox {
    width: 100%;
    margin-top: 2.7vw;
    margin-bottom: 2.7vw;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block {
  width: 100%;
}
#ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block + .m_txt_block {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block + .m_txt_block {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block + .m_txt_block {
    margin-top: 2.7vw;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block01 .txt_block {
  width: 46.5%;
  position: relative;
}
#ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block01 .txt_block .m_txt05 {
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block01 .txt_block .m_txt05 {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block01 .txt_block .m_txt05 {
    font-size: 2vw;
    bottom: -0.9em;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block01 .img01 {
  width: 53.4%;
  padding-top: 10px;
  margin-right: -5%;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block01 .img01 {
    padding-top: 0.8vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_sbox .m_txt_block01 .img01 {
    width: 55%;
    padding-top: 0;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_block03 .img01 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: -10px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block03 .img01 {
    margin-top: 1.3vw;
    margin-bottom: -0.8vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block03 .img01 {
    margin-top: 5.1vw;
    margin-bottom: -1.3vw;
  }
}
#ecology #merit #merit02 .m_txt_box .m_txt_block04, #ecology #merit #merit02 .m_txt_box .m_txt_block05, #ecology #merit #merit02 .m_txt_box .m_txt_block06 {
  width: 31.3%;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block04, #ecology #merit #merit02 .m_txt_box .m_txt_block05, #ecology #merit #merit02 .m_txt_box .m_txt_block06 {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt_box .m_txt_block04, #ecology #merit #merit02 .m_txt_box .m_txt_block05, #ecology #merit #merit02 .m_txt_box .m_txt_block06 {
    width: 100%;
    margin-top: 2.7vw;
  }
}
#ecology #merit #merit02 .m_txt06 {
  font-size: 10px;
  text-align: justify;
  margin-top: 50px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  #ecology #merit #merit02 .m_txt06 {
    font-size: 0.8vw;
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #merit #merit02 .m_txt06 {
    font-size: 2.4vw;
    margin-top: 4vw;
  }
}
#ecology #nintei {
  background-color: #fff;
}
#ecology #nintei .wrap02 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #ecology #nintei .wrap02 {
    padding-top: 8.3vw;
    padding-bottom: 8.3vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #nintei .wrap02 {
    padding-top: 10.7vw;
    padding-bottom: 10.7vw;
  }
}
#ecology #nintei h4 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  #ecology #nintei h4 {
    font-size: 2.3vw;
    margin-bottom: 3.8vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #nintei h4 {
    font-size: 4.7vw;
    margin-bottom: 3.7vw;
  }
}
#ecology #nintei .n_txt_box {
  border: 1px solid #000;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #ecology #nintei .n_txt_box {
    padding: 4.2vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #nintei .n_txt_box {
    border: none;
    padding: 0;
  }
}
#ecology #nintei .n_txt_box .n_txt01 {
  width: 24.4%;
  font-size: 15px;
  line-height: 1.7em;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  #ecology #nintei .n_txt_box .n_txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #nintei .n_txt_box .n_txt01 {
    width: 100%;
    font-size: 2.9vw;
  }
}
#ecology #nintei .n_txt_box .n_txt02 {
  width: 71.1%;
}
@media screen and (max-width: 736px) {
  #ecology #nintei .n_txt_box .n_txt02 {
    width: 100%;
    margin-top: 6vw;
  }
}
#ecology #nintei .n_txt03 {
  font-size: 10px;
  margin-top: 1.2em;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  #ecology #nintei .n_txt03 {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 736px) {
  #ecology #nintei .n_txt03 {
    font-size: 2vw;
    margin-top: 1.8vw;
  }
}

#equipment {
  background-image: url(../images/equipment_bg01_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #3e3a39;
}
@media screen and (max-width: 736px) {
  #equipment {
    background-image: url(../images/equipment_bg01_sp.png);
  }
}
#equipment .wrap02 {
  padding-top: 140px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  #equipment .wrap02 {
    padding-top: 11.7vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .wrap02 {
    padding-top: 18.7vw;
    padding-bottom: 18.7vw;
  }
}
#equipment h3 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  #equipment h3 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment h3 {
    font-size: 4.7vw;
  }
}
#equipment .head_txt01 {
  font-size: 30px;
  line-height: 2em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #equipment .head_txt01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .head_txt01 {
    font-size: 4.5vw;
    margin-top: 2em;
  }
}
#equipment .equ_section + .equ_section {
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section + .equ_section {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section + .equ_section {
    margin-top: 16.7vw;
  }
}
#equipment .equ_section h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.2em;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section h4 {
    font-size: 2vw;
    margin-bottom: 8.3vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section h4 {
    font-size: 4vw;
    margin-bottom: 9.3vw;
  }
}
#equipment .equ_section .equ_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_box {
    justify-content: space-between;
  }
}
#equipment .equ_section .equ_box .equ_block {
  width: 30%;
  margin-left: 5%;
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_box .equ_block {
    width: 47.5%;
    margin-left: 0;
  }
}
#equipment .equ_section .equ_box .equ_block:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_box .equ_block:nth-child(n+3) {
    margin-top: 6.7vw;
  }
}
#equipment .equ_section .equ_box .equ_block:nth-child(n+4) {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section .equ_box .equ_block:nth-child(n+4) {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_box .equ_block:nth-child(n+4) {
    margin-top: 6.7vw;
  }
}
#equipment .equ_section .equ_box .equ_block .equ_img {
  width: 100%;
}
#equipment .equ_section .equ_box .equ_block .equ_txt01 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section .equ_box .equ_block .equ_txt01 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_box .equ_block .equ_txt01 {
    font-size: 3.2vw;
  }
}
#equipment .equ_section .equ_box .equ_block .equ_txt01.long {
  width: 110%;
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_box .equ_block .equ_txt01.sp_two_line {
    line-height: 3.2em;
  }
}
#equipment .equ_section .equ_box .equ_block .equ_txt02 {
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 0.5em;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section .equ_box .equ_block .equ_txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_box .equ_block .equ_txt02 {
    font-size: 2.8vw;
  }
}
#equipment .equ_section .equ_box .equ_block .equ_txt03 {
  font-size: 11px;
  line-height: 1.3em;
  margin-top: 0.7em;
  color: #fff;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section .equ_box .equ_block .equ_txt03 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_box .equ_block .equ_txt03 {
    font-size: 2.2vw;
  }
}
#equipment .equ_section .equ_box .equ_block .equ_txt03 span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
#equipment .equ_section .equ_sub_section {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section .equ_sub_section {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_sub_section {
    margin-top: 9.1vw;
  }
}
#equipment .equ_section .equ_sub_section h5 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: "trajan-pro-3", serif;
  border-bottom: 1px solid #999999;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section .equ_sub_section h5 {
    font-size: 1.7vw;
    margin-bottom: 4.2vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section .equ_sub_section h5 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
#equipment .equ_section#kitchen {
  margin-top: 140px;
}
@media screen and (max-width: 1200px) {
  #equipment .equ_section#kitchen {
    margin-top: 11.7vw;
  }
}
@media screen and (max-width: 736px) {
  #equipment .equ_section#kitchen {
    margin-top: 18.7vw;
  }
}

#main.ecology .switch .switch_list .ecology {
  opacity: 1;
}
#main.ecology .switch .switch_list .equipment {
  opacity: 0.5;
}
#main.ecology #page_contents #ecology {
  display: block;
}
#main.ecology #page_contents #equipment {
  display: none;
}
#main.equipment .switch .switch_list .ecology {
  opacity: 0.5;
}
#main.equipment .switch .switch_list .equipment {
  opacity: 1;
}
#main.equipment #page_contents #ecology {
  display: none;
}
#main.equipment #page_contents #equipment {
  display: block;
}/*# sourceMappingURL=style-roomplan.css.map */