@charset "UTF-8";

/* 他CSS転用を調整 */
.location_section .kaso_maintitle01,
.location_section .kaso_maintitle01 > h3,
.location_section .kaso_maintitle02 {
  margin: 0;
}

/* marginの上下をリセット */
.location_section .zuhan1080 {
  width: 100%; /* width98%を解除*/
  max-width: 1080px;
  margin: 0 auto;
}

.location_section .zuhan1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.location_section .zuhan1300 {
  max-width: 1300px;
  margin: 0 auto;
}

.location_section .kaso_maintitle01 {
  padding: 20px;
}

@media screen and (max-width: 550px) {
  .location_section .kaso_maintitle01 {
    padding: 20px;
  }
}

/*  */
/* メインビジュアル */
/*  */

.location_main {
  background: linear-gradient(to bottom, #ffffff, #f3f0ee);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 0px;
}

.location_mainvisual {
  margin-bottom: 50px;
  /* background-image: url(../../assets/img/location/mainvisual.jpg); */
}

/*  */
/* 共通 */
/*  */

figcaption,
.capImg,
.cap {
  /*background: rgba(120, 120, 120, 0.7);*/
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}

.location_section {
  width: 100%;
}

.location_section picture {
  display: block;
}

.location_section img {
  display: block;
  width: 100%;
}

.location_section .inner {
  max-width: 1440px;
  padding: 0 100px;
  margin: auto;
}

.location_section .with_anno {
  position: relative;
}

.location_section .with_anno .anno {
  position: absolute;
  font-size: 12px;
  text-align: left;
}

.location_section .with_anno .anno.white {
  color: #ffffff;
  text-shadow: 1px 2px 3px #808080;
}

.location_section .with_anno .anno.black {
  color: #000000;
}

/* 要素の内部右下に配置 */
.location_section .with_anno .anno.rb {
  bottom: 2px;
  right: 4px;
}

/* 要素の内部右下に配置 大きめ */
.location_section .with_anno .anno.rb2 {
  bottom: 5px;
  right: 10px;
  font-size: 15px;
}

/* 要素の外部右下に配置 */
.location_section .with_anno .anno.rb-m {
  bottom: -30px;
  right: 4px;
}

/* PC:left-bottom / SP:right-bottom */
.location_section .with_anno .anno.lbrb {
  bottom: 2px;
  left: 4px;
}

.location_section .with_anno .anno.rt {
  top: 2px;
  right: 4px;
}

.location_section .with_anno .anno.lb {
  bottom: 2px;
  left: 4px;
}

@media screen and (max-width: 550px) {
  .location_section .with_anno .anno {
    font-size: 10px;
  }

  .location_section .with_anno .anno.lbrb {
    bottom: 2px;
    left: auto;
    right: 4px;
  }
}

@media screen and (max-width: 550px) {
  .location_mainvisual .mb {
    margin-bottom: 50px;
  }

  .location_section .inner {
    padding: 0 0;
  }
}

/*  */
/* section1 */
/*  */

.location_section.section1 {
  margin-bottom: 100px;
}

.location_section.section1 .kaso_maintitle01 {
  margin-bottom: 50px;
}

.location_section.section1 .kaso_maintitle01 > h3 {
  margin-bottom: 40px;
}

.location_section.section1 .kaso_maintitle02 {
  font-size: 24px;
}

.section1 .townscape_img_container {
  position: relative;
  height: 500px;
}

.section1 .townscape_img1 {
  position: absolute;
  width: 60%;
  top: 0;
  left: 0;
}

.townscape_img1 .anno {
  text-align: left;
}

.section1 .townscape_img2 {
  position: absolute;
  width: 33%;
  top: 13%;
  right: 0;
}

.section1 .townscape_img3 {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 550px) {
  .location_section.section1 {
    margin-bottom: 80px;
  }

  .location_section.section1 .kaso_maintitle01 {
    margin-bottom: 30px;
  }

  .location_section.section1 .kaso_maintitle01 > h3 {
    margin-bottom: 30px;
  }

  .location_section.section1 .kaso_maintitle02 {
    font-size: 14px;
  }

  .section1 .townscape_img_container {
    height: 325px;
  }

  .section1 .townscape_img1 {
    width: 75%;
    top: 0;
    right: 0;
    left: auto;
  }

  .section1 .townscape_img2 {
    width: 50%;
    top: 68%;
    right: 12%;
  }

  .section1 .townscape_img3 {
    width: 50%;
    top: 35%;
    left: 0%;
  }

  .townscape_img3 .anno {
    text-align: right;
  }
}

/*  */
/* section2 */
/*  */

.location_section.section2 {
  margin-bottom: 80px;
}

.section2 .kaso_maintitle01 > h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.section2 .kaso_maintitle02 {
}

@media screen and (max-width: 550px) {
  .location_section.section2 {
    margin-bottom: 50px;
  }

  .section2 .kaso_maintitle01 > h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .section2 .kaso_maintitle02 {
    font-size: 15px;
  }
}

/*  */
/* section3 */
/*  */

.location_section.section3 {
  margin-bottom: 150px;
}

.section3 .video_content {
  position: relative;
}

.section3 .video_container {
  height: 100%;
}

.section3 .video_container video {
  /* display: block; */
  width: 100%;
}

.section3 .video_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* padding: 130px 0 0; 1920px調整前*/
  padding: 40px 0 0;
}

.section3 .video_filter > p {
  text-align: center;
  color: #ffffff;
  /* font-size: 22px; 1920px調整前*/
  font-size: 20px;
  line-height: 2.2;
}

.section3 .video_filter > p:nth-of-type(1) {
  /* font-size: 35px;　1920px調整前
  margin-bottom: 25px; */
  font-size: 35px;
  line-height: 2;
  margin-bottom: 25px;
}

/* @media screen and (min-width: 950px) {

} */

/* @media screen and (max-width: 1800px) {
  .section3 .video_filter {
    padding: 65px 0 0;
  }
  .section3 .video_filter > p {
    font-size: 30px;
    line-height: 2.5;
  }

  .section3 .video_filter > p:nth-of-type(1) {
    font-size: 50px;
    line-height: 2;
  }
}

@media screen and (max-width: 1550px) {
  .section3 .video_filter {
    padding: 65px 0 0;
  }
  .section3 .video_filter > p {
    font-size: 30px;
    line-height: 2.5;
  }

  .section3 .video_filter > p:nth-of-type(1) {
    font-size: 50px;
    line-height: 2;
  }
}

@media screen and (max-width: 1350px) {
  .section3 .video_filter {
    padding: 40px 0 0;
  }
  .section3 .video_filter > p {
    font-size: 26px;
    line-height: 2.5;
  }

  .section3 .video_filter > p:nth-of-type(1) {
    font-size: 40px;
    line-height: 2;
  }
}

@media screen and (max-width: 1150px) {
  .section3 .video_filter {
    padding: 40px 0 0;
  }
  .section3 .video_filter > p {
    font-size: 26px;
    line-height: 2;
  }

  .section3 .video_filter > p:nth-of-type(1) {
    font-size: 40px;
    line-height: 2;
  }
}

@media screen and (max-width: 950px) {
  .section3 .video_filter {
    padding: 55px 0 0;
  }
  .section3 .video_filter > p {
    font-size: 20px;
    line-height: 2;
  }

  .section3 .video_filter > p:nth-of-type(1) {
    font-size: 35px;
    line-height: 2;
  }
} */

/* @media screen and (max-width: 750px) {
  .section3 .video_filter {
    padding: 93px 0 0;
  }
  .section3 .video_filter > p {
    font-size: 24px;
    line-height: 4;
  }

  .section3 .video_filter > p:nth-of-type(1) {
    font-size: 42px;
    line-height: 2;
  }
} */

@media screen and (max-width: 550px) {
  .location_section.section3 {
    margin-bottom: 0;
  }

  .section3 .video_filter {
    padding: 120px 0 0;
  }
  .section3 .video_filter > p {
    font-size: 16px;
    line-height: 2.5;
  }

  .section3 .video_filter > p:nth-of-type(1) {
    font-size: 28px;
    line-height: 2;
  }
}

/*  */
/* section4 */
/*  */
.location_section.section4 {
  /* margin-bottom: 50px; */

  background: url(../../img/location/urban_core/background_texture.jpg);
  background-repeat: repeat;
}

.location_section.section4 .inner {
  padding: 100px 150px 50px;
}

.content_switch_container {
  display: flex;
  flex-direction: row;
  max-width: 600px;
  margin: auto;
}

.content_switch_container.bottom {
  margin-top: 65px;
}

.content_switch {
  width: 50%;
  padding: 10px;
  cursor: pointer;
}

.content_switch:hover {
  opacity: 0.8;
}

.content_switch_title {
  height: 130px;
}

.content_switch_status {
  height: 55px;
}

.content_switch_status.bottom {
  margin-bottom: 20px;
}

.content_switch .content_switch_off {
  /* display: none; */
  height: 100%;
  width: auto;
  margin: auto;
}

.content_switch .content_switch_on {
  /* width: 15%;
  margin: auto; */
  /* display: none; */
  height: 100%;
  width: auto;
  margin: auto;
}

.content_switch_container .urban_core_title_img {
  width: 66.666%;
  margin: auto;
}

/* dfault */
.default_main_copy {
  padding: 60px 0;
  text-align: center;
  color: #333333;
  font-size: 25px;
}

.default_main_copy > p:nth-of-type(2) {
  margin-top: 15px;
}

.default_content_container .default_img_container {
  display: flex;
  flex-direction: row;
}

.default_content_container .default_img_container > div {
  width: 50%;
  padding: 20px;
}

/* urban_core */
/* 透明背景色を横幅一杯にするためにurban_core_content_containerは幅100%で各部位ごと幅を調整する */
.urban_core_content_container {
  display: none;
  width: 100%;
  color: #333333;
  margin-top: 80px;
}

.urban_core_main_copy {
  padding: 60px 0;
  text-align: center;
  color: #25523d;
  font-size: 30px;
}

.urban_core_content_container .urban_core_city {
  position: relative;
  /* height: 2000px; */
}

.urban_core_content_container .urban_core_city.shinjuku {
  height: 2000px;
}

.urban_core_content_container .urban_core_city.ikebukuro {
  height: 1920px;
}

.urban_core_content_container .urban_core_main_copy,
.urban_core_content_container .urban_core_city {
  max-width: 900px;
  margin: auto;
}

.urban_core_content_container .urban_core_city .layer2,
.urban_core_content_container .urban_core_city .layer3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.urban_core_content_container .urban_core_city.shinjuku .layer2.film {
  background-color: #f3f0ee;
  opacity: 0.5;
}

.urban_core_content_container .urban_core_city.ikebukuro .layer2.film {
  background-color: #f3f0ee;
  opacity: 0.5;
}

.urban_core_content_container .urban_core_city .layer3.copy {
  /* padding: 30px; */
}

.urban_core_content_container .urban_core_city .layer3.copy .title {
  width: 65%;
  margin: auto;
  padding: 70px 0 0;
}

.urban_core_content_container .urban_core_city .layer3.copy .title > p {
  text-align: center;
  padding: 14px;
  font-size: 22px;
}

.urban_core_content_container .urban_core_city .layer3.copy .text {
  text-align: center;
  padding: 35px 0 0;
  font-size: 22px;
}

.urban_core_content_container .urban_core_city .layer3.copy .text > p:nth-of-type(2) {
  margin-top: 10px;
}

.urban_core_content_container .urban_core_city .layer3.copy .img {
  margin-top: 15px;
  padding: 8%;
}

.urban_core_content_container .urban_core_bottom_copy {
  position: relative;
  max-width: 900px;
  height: 1300px;
  margin: auto;
  padding: 0;
}

.urban_core_content_container .urban_core_bottom_copy .layer1.film {
  height: 100%;
  background-color: #f3f0ee;
  opacity: 0.5;
}

.urban_core_content_container .urban_core_bottom_copy .layer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.urban_core_content_container .urban_core_bottom_copy .layer2 .text {
  text-align: center;
  color: #333333;
  font-size: 25px;
}

.urban_core_content_container .redevelopment_container {
  width: 70%;
  margin: auto;
}

.urban_core_content_container .redevelopment_container .redevelopment_title {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  color: #a9a9a9;
}

.urban_core_content_container .redevelopment_container .plan_container {
  padding: 50px 0 25px;
}

.urban_core_content_container .redevelopment_container .plan_container .plan {
  background-color: #ffffff;
  position: relative;
}

.urban_core_content_container .redevelopment_container .plan_container .plan .plan_name {
  width: 90%;
  /* height: 50px; */
  position: absolute;
  top: -46px;
  left: 5%;
  z-index: 10;
  background-color: #24523c;
  color: #ffffff;
  text-align: center;
  padding: 25px;
  font-size: 24px;
  line-height: 1.3;
  box-shadow: 10px 10px 15px #a9a9a9;
}

.urban_core_content_container .redevelopment_container .plan_container .plan .plan_name span {
  font-size: 20px;
}

.urban_core_content_container .redevelopment_container .plan_container .plan .plan_content {
  width: 90%;
  margin: auto;
  font-size: 21px;
  text-align: left;
}

.urban_core_content_container .redevelopment_container .plan_container .plan .plan_content.shinjuku_plan1,
.urban_core_content_container .redevelopment_container .plan_container .plan .plan_content.ikebkuro_plan1,
.urban_core_content_container .redevelopment_container .plan_container .plan .plan_content.ikebkuro_plan2 {
  padding: 90px 0 30px;
}

.urban_core_content_container .redevelopment_container .plan_container .plan .plan_content.shinjuku_plan2 {
  padding: 120px 0 30px;
}

.urban_core_content_container .redevelopment_container .plan_container .plan_source {
  font-size: 17px;
  text-align: right;
  padding: 10px;
  color: #a9a9a9;
}

/* academic_hub */
.academic_hub_content_container {
  display: none;
  max-width: 900px; /*調整*/
  margin: auto;
  color: #333333;
}

.academic_hub_main_copy {
  padding: 60px 0;
  text-align: center;
  color: #7c4030;
  font-size: 30px;
}

.academic_hub_content {
  margin-bottom: 70px;
}

.academic_hub_content .copy_text {
  font-size: 19px;
  text-align: center;
  padding: 40px 120px;
}

.academic_hub_content .merit_box {
  display: flex;
  /* メリットボックス調整に伴い変更 */
  /* flex-direction: row; */
  flex-direction: column;
  width: 80%;
  margin: auto;
}

.academic_hub_content .merit_box .merit_set {
  /* メリットボックス調整に伴い変更 */
  width: 100%;
  display: flex;
  flex-direction: row;
}

.academic_hub_content .merit_box .merit_set:nth-of-type(1) {
  /* メリットボックス調整に伴い変更 */
  /* padding-right: 10px; */
  margin-bottom: 30px;
}

.academic_hub_content .merit_box .merit_set:nth-of-type(2) {
  /* メリットボックス調整に伴い変更 */
  /* padding-left: 10px; */
}

.academic_hub_content .merit_box .merit_set .merit {
  width: 50%;
}

.academic_hub_content .merit_box .merit_set .merit:nth-of-type(1) {
  padding-right: 10px;
}

.academic_hub_content .merit_box .merit_set .merit:nth-of-type(2) {
  padding-left: 10px;
}

.academic_hub_content .merit_box .merit_set .merit .merit_no_img {
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  padding: 30px 0 12px;
}

.academic_hub_content .merit_box .merit_set .merit .merit_text {
  font-size: 20px;
  padding: 15px 0;
}

.education_map_info {
  max-width: 600px;
  margin: 0 auto;

  /* padding: 20px 10px; */
}

.education_map_info .map {
  margin-bottom: 15px;
}

.education_map_info .annotaion {
  margin-bottom: 10px;
  margin-left: 10px;
}

.education_map_info .annotation2 {
  font-size: 13px;
  text-align: right;
  margin: -10px 5px 0 0;
  color: gray;
}

.education_sub_copy {
  padding: 20px 0;
  font-size: 24px;
  text-align: center;
}

.academic_hub_content .merit_box .merit_set .merit.only_text {
  position: relative;
  height: 225px;
}

.academic_hub_content .merit_box .merit_set .merit.only_text .merit_title {
  width: 85%;
  padding: 3px 0;
  position: relative;
  z-index: 11;
  background-color: #7c4030;
  color: #ffffff;
  text-align: center;
  margin: auto;
  box-shadow: 5px 5px 6px gray;
}

.academic_hub_content .merit_box .merit_set .merit.only_text .merit_text {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  margin-top: -16px;
  height: 85%;
  padding: 27px 18px;
}

.academic_hub_content .merit_box .merit_set .merit.only_text .merit_text > p:nth-of-type(1) {
  font-size: 17px;
  text-align: center;
}

.academic_hub_content .merit_box .merit_set .merit.only_text .merit_text > p:nth-of-type(2) {
  font-size: 23px;
  text-align: center;
  color: #7c4030;
  line-height: 1;
  margin-bottom: 15px;
}

.academic_hub_content .merit_box .merit_set .merit.only_text .merit_text > p:nth-of-type(3) {
  font-size: 16px;
  text-align: left;
}

.academic_hub_annotation {
  text-align: center;
  font-size: 13px;
  margin-top: -20px;
  color: gray;
}

@media screen and (max-width: 550px) {
  /* section4 */

  .location_section.section4 {
    margin-bottom: 0px;
  }

  .location_section.section4 .inner {
    padding: 30px 0;
  }

  .content_switch_container.bottom {
    margin-top: 35px;
  }

  .content_switch_title {
    height: 75px;
  }

  .content_switch_status {
    height: 35px;
  }

  .content_switch:nth-of-type(1) {
    padding-left: 15px;
  }

  .content_switch:nth-of-type(2) {
    padding-right: 15px;
  }

  /* default */
  .default_main_copy {
    padding: 40px 0;
    font-size: 16px;
  }

  .default_main_copy > p:nth-of-type(2) {
    margin-top: 10px;
  }

  .default_content_container .default_img_container {
    flex-direction: column;
    padding: 0;
  }

  .default_content_container .default_img_container > div {
    width: 100%;
    padding: 10px;
  }

  /* urban_core */

  .urban_core_content_container {
    margin-top: 70px;
  }
  .urban_core_main_copy {
    padding: 40px 0;
    font-size: 20px;
  }

  .urban_core_content_container .urban_core_city.shinjuku {
    height: 1170px;
  }

  .urban_core_content_container .urban_core_city.ikebukuro {
    height: 1100px;
  }

  .urban_core_content_container .urban_core_city .layer3.copy .title {
    width: 85%;
    margin: auto;
    padding: 25px 0 0;
  }

  .urban_core_content_container .urban_core_city .layer3.copy .title > p {
    padding: 5px;
    font-size: 16px;
  }

  .urban_core_content_container .urban_core_city .layer3.copy .text {
    padding: 25px 0 0;
    font-size: 15px;
  }

  .urban_core_content_container .urban_core_city .layer3.copy .text > p:nth-of-type(2) {
    margin-top: 15px;
  }

  .urban_core_content_container .urban_core_city .layer3.copy .img {
    padding: 5%;
  }

  .urban_core_content_container .urban_core_bottom_copy {
    height: 600px;
  }

  .urban_core_content_container .urban_core_bottom_copy .layer2 .text {
    font-size: 16px;
  }

  /* academic_hub */
  .academic_hub_main_copy {
    padding: 40px 0;
    font-size: 20px;
  }

  .academic_hub_content {
    margin-bottom: 30px;
  }

  .academic_hub_content:nth-of-type(3) {
    margin-bottom: 10px;
  }

  .academic_hub_content .copy_text {
    font-size: 15px;
    padding: 15px 3px;
  }

  .academic_hub_content .merit_box {
    flex-direction: column;
    /* メリットボックス調整に伴い変更 */
    width: 100%;
  }

  .academic_hub_content .merit_box .merit_set {
    width: 100%;
    padding: 0 10px;
  }

  .academic_hub_content .merit_box .merit_set:nth-of-type(1) {
    /* メリットボックス調整に伴い変更 */
    margin-bottom: 0;
  }

  .academic_hub_content .merit_box .merit_set .merit:nth-of-type(1) {
    padding-right: 7px;
  }

  .academic_hub_content .merit_box.keep_column .merit_set .merit:nth-of-type(1) {
    padding-top: 14px;
  }

  .academic_hub_content .merit_box .merit_set .merit:nth-of-type(2) {
    padding-left: 7px;
  }

  .academic_hub_content .merit_box .merit_set .merit .merit_no_img {
    font-size: 13px;
    padding: 10px 0 5px;
    line-height: 1.5;
  }

  .academic_hub_content .merit_box .merit_set .merit .merit_text {
    padding: 10px 0 15px;
    font-size: 16px;
    line-height: 1.5;
  }

  .education_map_info {
    padding: 20px 10px;
  }

  .education_map_info .map {
    margin-bottom: 10px;
  }

  .education_map_info .annotaion {
    margin-bottom: 5px;
  }

  .education_map_info .annotation2 {
    font-size: 12px;
  }

  .education_sub_copy {
    padding: 20px 0;
    font-size: 20px;
  }

  .academic_hub_content .merit_box .merit_set .merit.only_text .merit_text > p:nth-of-type(1) {
    font-size: 13px;
  }

  .academic_hub_content .merit_box .merit_set .merit.only_text .merit_text > p:nth-of-type(2) {
    font-size: 20px;
  }

  .academic_hub_content .merit_box .merit_set .merit.only_text .merit_text > p:nth-of-type(3) {
    font-size: 13px;
  }

  .academic_hub_annotation {
    text-align: center;
    font-size: 10px;
    padding: 0 20px;
  }

  /* REDEVELOPMENT */

  .urban_core_content_container .redevelopment_container {
    width: 90%;
    margin: auto;
  }

  .urban_core_content_container .redevelopment_container .redevelopment_title {
    font-size: 16px;
    color: #a9a9a9;
  }

  .urban_core_content_container .redevelopment_container .plan_container {
    padding: 50px 0 25px;
  }

  .urban_core_content_container .redevelopment_container .plan_container .plan .plan_name {
    width: 90%;
    /* height: 50px; */
    top: -46px;
    left: 5%;
    z-index: 10;
    padding: 15px 0;
    font-size: 17px;
    line-height: 1.3;
    box-shadow: 5px 5px 10px #a9a9a9;
  }

  .urban_core_content_container .redevelopment_container .plan_container .plan .plan_name span {
    font-size: 14px;
  }

  .urban_core_content_container .redevelopment_container .plan_container .plan .plan_content {
    font-size: 13px;
  }

  .urban_core_content_container .redevelopment_container .plan_container .plan .plan_content.shinjuku_plan1,
  .urban_core_content_container .redevelopment_container .plan_container .plan .plan_content.ikebkuro_plan1,
  .urban_core_content_container .redevelopment_container .plan_container .plan .plan_content.ikebkuro_plan2 {
    padding: 45px 0 15px;
  }

  .urban_core_content_container .redevelopment_container .plan_container .plan .plan_content.shinjuku_plan2 {
    padding: 80px 0 15px;
  }

  .urban_core_content_container .redevelopment_container .plan_container .plan_source {
    font-size: 10px;
    padding: 6px 0;
  }
}

.location_section.section5 .livio_instagram_banner_container {
  max-width: 1000px;
  margin: auto;
  padding: 100px 0 20px;
}

@media screen and (max-width: 550px) {
  .location_section.section5 .livio_instagram_banner_container {
    max-width: 95%;
    margin: auto;
    padding: 20px 0;
  }
}

.location_section.section6 {
  padding: 100px 0;
}

.location_section.section6 .inner {
  background-color: transparent;
  /* location1920px対応調整 */
  /* max-width: 1306px;
  padding: 0 100px; */
  max-width: 1920px;
  padding: 0;
}

/*  */
/* section7 */
/*  */
.location_section.section7 a {
  display: flex;
  flex-direction: row;
  margin: auto;
  width: 150px;
}

.location_section.section7 .to_design_link {
  width: 150px;
  height: 30px;
  margin-right: 30px;
}

.location_section.section7 .to_desgin_arrow {
  width: 30px;
}

@media screen and (max-width: 550px) {
  .location_section.section6 {
    padding: 0;
  }

  .location_section.section6 .inner {
    background-color: #cbc4c0;
    padding: 0 0 30px;
  }

  .location_section.section7 .to_design_link {
    width: 100px;
    height: 20px;
    margin-right: 20px;
  }

  .location_section.section7 .to_desgin_arrow {
    width: 20px;
  }
}

/* アニメーション演出 */
.imgShow {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}

.imgShow.open {
  clip-path: inset(0 0 0 0);
}

.imgShowRightToLeft {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}

.imgShowRightToLeft.open {
  clip-path: inset(0 0 0 0);
}

/* .townscape_img1.imgShow {
  transition-delay: 0.5s;
}

.townscape_img2.imgShow {
  transition-delay: 1.5s;
}

.townscape_img3.imgShow {
  transition-delay: 2.5s;
} */

/* .blurShow {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
} */

.blurShow.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.section2 .blurShow-new {
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.5s;
  transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 1.5s;
}

.imgFadeIn {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in;
}

.imgFadeIn.video_filter {
  transition-duration: 2s;
  transition-delay: 2s;
}

/* .imgFadeIn.townscape_img1 {
  transition-duration: 2s;
  transition-delay: 1s;
}

.imgFadeIn.townscape_img2 {
  transition-duration: 2s;
  transition-delay: 2s;
}

.imgFadeIn.townscape_img3 {
  transition-duration: 2s;
  transition-delay: 3s;
} */

.imgFadeIn.townscape_img1 {
  transition-duration: 1.5s;
  transition-delay: 1s;
}

.imgFadeIn.townscape_img2 {
  transition-duration: 1.5s;
  transition-delay: 1.5s;
}

.imgFadeIn.townscape_img3 {
  transition-duration: 1.5s;
  transition-delay: 2s;
}

.imgFadeIn.show {
  opacity: 1;
}

/* ヘッダ */
#page_mainvisual {
  width: 100%;
  height: 430px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  #page_mainvisual {
    height: 250px;
  }
}
#page_mainvisual h2 {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  /* font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  /* font-family: "Marcellus", serif; */
  font-size: 50px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  #page_mainvisual h2 {
    font-size: 36px;
    bottom: 80px;
  }
}
#page_mainvisual h2 small {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif; */
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  #page_mainvisual h2 small {
    font-size: 16px;
  }
}
#page_mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.main img {
  vertical-align: bottom;
}

/*  */
/* lifeInfo --------*/
/*  */

#lifeInfo {
  /* background: #4f6065; */
  background: #cbc4c0;
  padding: 0 80px 50px;
}

.lifeinfo_title {
  font-family: "Times New Roman", Times, "serif";
  color: #87705e;
  font-size: 2.1em;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 1400px) {
  #lifeInfo {
    padding: 0 30px 50px;
  }
}
#lifeInfo h3 {
  text-align: center;
  color: #6a5a51;

  font-size: 45px;
  padding: 30px 0 25px;
}

#lifeInfo .mapWrapper {
  position: relative;
}

#lifeInfo iframe {
  width: 100%;
  border: none;
  /* location1920px対応調整 */
  /* height: 500px; */
  height: 770px;
}
#lifeInfo .mapWrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

/*  */
/* PC用のタブCSS */
/*  */

#lifeInfo .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

/*  */
.lifeInfo_panel .tab-btn_container.sp_only {
  display: none;
}

#lifeInfo .tab-btn li {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #746d6f;
  background: #eeeded;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  text-align: center;
  margin: 0;
  padding: 12px 0 8px;
  -webkit-box-shadow: 0 0 4px rgba(116, 109, 111, 0.6);
  box-shadow: 0 0 4px rgba(116, 109, 111, 0.6);
}

#lifeInfo .tab-btn li::after {
  content: "▼";
  font-size: 8px;
  display: block;
  color: #746d6f;
  margin-top: 12px;
  border-top: 1px solid #746d6f;
  padding-top: 4px;
}

#lifeInfo .tab-btn li.current,
#lifeInfo .tab-btn li:hover {
  color: #fff;
  background: #877e83;
  border-color: #fff;
}

#lifeInfo .tab-btn li.current:after,
#lifeInfo .tab-btn li:hover:after {
  color: #fff;
  border-color: #fff;
}

@media (hover: hover) {
  #lifeInfo .tab-btn li:hover .inner_box {
    background: #5c4931;
    /* color: #fff; */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  }
}
.lifeInfo_panel_wrap:not(.current) {
  display: none;
}

.lifeInfo_panel {
  display: flex;
  flex-wrap: wrap;
}
.lifeInfo_panel .info_image {
  /* location1920px対応調整 */
  /* width: 700px; */
  width: 50%;
  height: 770px;
}
.lifeInfo_panel .info_image #map {
  width: 100%;
  height: 100%;
}

.lifeInfo_panel .info_content {
  width: 50%;
  height: 770px;
  background-color: #f3f0ee;
}

.lifeInfo_panel .info_magor {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
}

.lifeInfo_panel .info_magor.no_info_major {
  height: 0;
}

.lifeInfo_panel .info_magor > div {
  width: 50%;
}

.lifeInfo_panel .info_magor > div:nth-of-type(1) {
  padding: 20px 10px 20px 20px;
}

.lifeInfo_panel .info_magor > div:nth-of-type(2) {
  padding: 20px 20px 20px 10px;
}

.lifeInfo_panel .info_magor > div img {
  width: 100%;
}

.lifeInfo_panel .info_list {
  /* location1920px対応調整 */
  /* width: calc(100% - 700px);
  height: 570px; */
  width: 100%;
  height: 470px;

  overflow-y: scroll;
  padding-left: 35px;
  /* background: #f3f0ee; */
}

.lifeInfo_panel .info_list.no_info_major {
  height: 770px;
}

.lifeInfo_panel .info_list ul {
  counter-reset: number 0;
}
.lifeInfo_panel .info_list ul li {
  line-height: 1.5;
  padding: 10px 10px 10px 35px;
  border-bottom: 1px solid #5c4931;
  position: relative;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.lifeInfo_panel .info_list ul li::before {
  content: counter(number);
  counter-increment: number 1;
  font-size: 14px;
  position: absolute;
  top: 13px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #5c4931;
  color: #fff;
}
.lifeInfo_panel .info_list ul li small {
  display: block;
  font-size: 80%;
  text-indent: -5px;
}

/* location1920px対応調整 */
/* @media screen and (max-width: 1200px) {
  .lifeInfo_panel .info_image {
    width: 550px;

    height: 100%;
  }
  .lifeInfo_panel .info_list {
    width: calc(100% - 550px);
    height: 450px;
  }
} */
@media screen and (max-width: 850px) {
  #lifeInfo {
    background: none;
    padding: 0;
  }

  .lifeinfo_title {
    padding: 10px 0;
  }

  #lifeInfo h3 {
    color: #6a5a51;
    font-size: 28px;
    line-height: 1.4;
  }
  #lifeInfo iframe {
    /* map(300px) + tab-btn(170px空スペース) + content(440px = major:140px + list:300px) */
    height: 910px;
  }

  /*  */
  /* SP用のタブCSS */
  /*  */
  .lifeInfo_panel .tab-btn_space.sp_only {
    display: block;
    height: 160px;
    width: 100%;
    margin-bottom: 0;
  }

  #lifeInfo .tab-btn {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: 310px;
    z-index: 100;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 2%;
  }

  #lifeInfo .tab-btn li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    padding: 8px 0 4px;
    font-size: 12px;
  }

  /*  */
  /* SP用のタブCSS */
  /*  */

  .lifeInfo_panel .info_image {
    width: 100%;
    /* location1920px対応調整 */
    height: 100%;
  }
  .lifeInfo_panel .info_image #map {
    height: 300px;
  }

  .lifeInfo_panel .info_content {
    width: 100%;
    height: 440px;
  }

  .lifeInfo_panel .info_content.no_info_major {
    height: 300px;
  }

  .lifeInfo_panel .info_magor {
    height: 140px;
  }

  .lifeInfo_panel .info_magor.no_info_major {
    height: 0;
  }

  .lifeInfo_panel .info_magor > div:nth-of-type(1) {
    padding: 10px 5px 10px 10px;
  }

  .lifeInfo_panel .info_magor > div:nth-of-type(2) {
    padding: 10px 10px 10px 5px;
  }

  .lifeInfo_panel .info_list {
    width: 100%;
    height: 300px;
    padding-left: 0;
  }

  .lifeInfo_panel .info_list.no_info_major {
    height: 300px;
  }

  .lifeInfo_panel .info_list ul li {
    color: #000;
  }
}
