@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*紺色*/
/*灰色*/
/*灰色*/
/*灰色*/
/*ベージュ*/
/*青*/
#hanaterrace #header .header_logo a {
  background: url("../images/hill/header_logo.png") top left no-repeat;
}
#hanaterrace #header .navInfo li a,
#hanaterrace #header .gnav li a {
  color: #444;
}
#hanaterrace #header .navInfo .navInfo_news a {
  background: url("../images/hill/header_ico_news.png") top 50% left no-repeat;
}
#hanaterrace #header .navInfo .navInfo_access a {
  background: url("../images/hill/header_ico_access.png") top 50% left no-repeat;
}
#hanaterrace #header #fixMenu {
  background: #000;
}
#hanaterrace #header #fixMenu .gnav li {
  color: #fff;
}
#hanaterrace #header #fixMenu .gnav li a {
  color: #fff;
}

.page_ttl .content {
  padding-bottom: 0;
}
.page_ttl .page_ttl_text {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
}

/* .img_wrap_01 {
  position: relative;
  margin-bottom: 145px;
}
.img_wrap_01_text {
  position: absolute;
  top: 165px;
  left: 80px;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 2.3em;
  text-indent: .3em;
  letter-spacing: .2em;
} */

.img_wrap_01-new-txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.3em;
  text-indent: 0.3em;
  letter-spacing: 0.2em;
}

.img_wrap_01-new {
  display: flex;
  gap: 10px;
  margin: 70px 10px 100px;
  justify-content: space-between;
}


.img_wrap_01-new .effect-fade {
  width: calc((100% - 20px) / 2);
}



.img_wrap_01-new .effect-fade img {
  width: 100%;
  height: auto;
  display: block;
}

.img_wrap_02 {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 170px;
}
.img_wrap_02_left {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 644px;
}
.img_wrap_02_img03 {
  width: 231px;
  margin: -80px 0 0 -40px;
}
.img_wrap_02_text {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 395px;
  font-size: 1.6rem;
  line-height: 2.6;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

.img_wrap_03 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.img_wrap_03_right {
  width: 370px;
}
.img_wrap_03_img01 {
  margin-bottom: 20px;
}

.menu {
  margin-bottom: 20px;
  text-align: center;
}
.menu_note {
  font-size: 1.4rem;
  line-height: 3;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-align: center;
}

.btn_more {
  margin-bottom: 30px;
  text-align: center;
}
.btn_more a {
  display: inline-block;
  padding: 0.5em 70px 0.5em 30px;
  background: url("../images/hanaterrace/btn_more_arrow.png") top 40% right 25px
      no-repeat,
    #777;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.btn_more a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  #hanaterrace #header .header_logo {
    width: calc((340 / 760) * 100vw);
    top: calc((30 / 760) * 100vw);
    left: calc((30 / 760) * 100vw);
  }
  #hanaterrace #header .header_logo a {
    width: calc((340 / 760) * 100vw);
    height: 8.9473684211vw;
    background-size: contain;
  }
  #hanaterrace #header .drawer_button.active .drawer_bar {
    background-color: #fff;
  }
  #hanaterrace #header .drawer_button .drawer_bar {
    background-color: #444;
  }
  #hanaterrace #header .drawer_menu_wrapper {
    background-color: #444;
  }
  #hanaterrace #header .gnav li {
    border-bottom: #fff 1px solid;
    border-left: #fff 1px solid;
  }
  #hanaterrace #header .gnav li:nth-child(-n + 2) {
    border-top: #fff 1px solid;
  }
  #hanaterrace #header .gnav li a {
    color: #fff;
  }
  .page_ttl .page_ttl_lttl {
    width: 80vw;
    margin: 0 auto;
  }
  .page_ttl .page_ttl_text {
    font-size: calc((24 / 760) * 100vw);
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    text-align: left;
  }

  /* .img_wrap_01 {
    margin-bottom: calc((80 / 760) * 100vw);
  }
  .img_wrap_01_text {
    top: calc((40 / 760) * 100vw);
    left: calc((40 / 760) * 100vw);
    font-size: calc((30 / 760) * 100vw);
    line-height: 2;
  } */

  .img_wrap_01-new-txt {
    font-size: calc((24 / 760) * 100vw);
  }

  .img_wrap_01-new {
    margin-bottom: calc((80 / 760) * 100vw);
    flex-direction: column;
  }

  .img_wrap_01-new .effect-fade {
    width: 100%;
  }

  .img_wrap_02 {
    margin-bottom: calc((80 / 760) * 100vw);
  }
  .img_wrap_02_left {
    width: calc((355 / 760) * 100vw);
  }
  .img_wrap_02_img01 {
    width: calc((280 / 760) * 100vw);
  }
  .img_wrap_02_img03 {
    width: calc((180 / 760) * 100vw);
    margin: 0;
    margin: calc((-75 / 760) * 100vw) 0 0 calc((-35 / 760) * 100vw);
  }
  .img_wrap_02_text {
    position: static;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 2em;
    font-size: calc((24 / 760) * 100vw);
    line-height: 2;
  }

  .img_wrap_03 {
    margin-bottom: calc((80 / 760) * 100vw);
  }
  .img_wrap_03_right {
    width: calc((210 / 760) * 100vw);
  }
  .img_wrap_03_img01 {
    margin-bottom: calc((20 / 760) * 100vw);
  }
  .img_wrap_03_img03 {
    width: calc((460 / 760) * 100vw);
  }

  .menu {
    margin-bottom: calc((20 / 760) * 100vw);
  }
  .menu_note {
    padding-left: 1em;
    font-size: calc((20 / 760) * 100vw);
    letter-spacing: 0.2em;
    text-indent: -1em;
    text-align: left;
    line-height: 1.2;
  }

  .btn_more {
    margin-bottom: calc((30 / 760) * 100vw);
  }
  .btn_more a {
    margin: 0.5em calc((70 / 760) * 100vw) 0.5em calc((30 / 760) * 100vw);
    background: url("../images/hanaterrace/btn_more_arrow.png") top 40% right
        calc((25 / 760) * 100vw) no-repeat,
      #777;
    background-size: calc((26 / 760) * 100vw);
    font-size: calc((20 / 760) * 100vw);
  }
}
