@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  transition: all 0.4s;
}

a[href]:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

.header_top_on {
  transition: all 0.2s;
  transform: translateY(-70px);
}

.hero_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.hero_area img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero_area .swiper {
    display: none;
  }
}
.hero_area .swiper-slide {
  aspect-ratio: 1400/750;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero_area .swiper-slide {
    aspect-ratio: 375/680;
  }
}
.hero_area .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 8s linear;
}
.hero_area .swiper-slide.swiper-slide-active img, .hero_area .swiper-slide.swiper-slide-prev img {
  transform: scale(1.05);
}
.hero_area .hero_sp_area {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero_area .hero_sp_area {
    width: 100%;
    display: block;
    aspect-ratio: 1400/750;
    height: 100vh;
    position: relative;
  }
}
.hero_area .hero_sp_area .hero_sp_area_in {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 3s;
  opacity: 0;
  /*&:nth-child(3){
    background: url(../img/nishiazabu/301/img01.webp) 0px 0px no-repeat;
    background-size: auto 100%;
  }
  &:nth-child(4){
    background: url(../img/nishiazabu/301/img02.webp) 0px 0px no-repeat;
    background-size: auto 100%;
  }
  &:nth-child(5){
    background: url(../img/nishiazabu/301/img03_1.webp) 0px 0px no-repeat;
    background-size: auto 100%;
  }
  &:nth-child(6){
    background: url(../img/nishiazabu/301/img04_1.webp) 0px 0px no-repeat;
    background-size: auto 100%;
  }*/
}
.hero_area .hero_sp_area .hero_sp_area_in.hero_sp_area_move_op0 {
  opacity: 1;
}
.hero_area .hero_sp_area .hero_sp_area_in.hero_sp_area_move01 {
  transition: all 7s;
  background-position: right 0px !important;
}
.hero_area .hero_sp_area .hero_sp_area_in.hero_sp_area_move02 {
  opacity: 0;
}
.hero_area h2 {
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 45px);
  z-index: 5;
  width: 200px;
  height: 90px;
}
@media screen and (max-width: 820px) {
  .hero_area h2 {
    width: 140px;
    height: auto;
    left: calc(50% - 70px);
    top: calc(50% - 32px);
  }
}

.hero_2nd {
  margin-top: 70px;
}
.hero_2nd img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero_2nd {
    margin-top: 60px;
  }
}
.hero_2nd.-fit {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .hero_2nd.-fit {
    margin-top: 60px;
  }
}

main {
  padding: 120px 0px;
}
@media screen and (max-width: 767px) {
  main {
    padding: 80px 0px;
  }
}

.contents_in {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 820px) {
  .contents_in {
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.contents_in.-s800 {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .contents_in.-sp_pdnone {
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

.tit_com00 {
  text-align: center;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tit_com00 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.tit_com00.-jp {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .tit_com00.-jp {
    font-size: 20px;
  }
}
.tit_com00 b {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.tit_com01 {
  text-align: center;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tit_com01 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.tit_com01 span {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .tit_com01 span {
    font-size: 13px;
  }
}
.tit_com01 span.-line::before {
  content: "";
  width: 60px;
  background-color: #231815;
  height: 3px;
  margin: 30px auto;
  display: block;
}
.tit_com01 b {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.tit_com02 {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tit_com02 {
    font-size: 22px;
  }
}

.tit_com03 {
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tit_com03 {
    font-size: 16px;
  }
}

.txt_com01 {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt_com01 {
    font-size: 15px;
  }
}
.txt_com01.-tc {
  text-align: center;
}
.txt_com01.-sptc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_com01.-sptc {
    text-align: left;
  }
}
.txt_com01.-lh_L {
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .txt_com01.-lh_L {
    line-height: 2.2;
  }
}

.txt_com02 {
  font-size: 14px;
  line-height: 1.8;
}
.txt_com02.-tc {
  text-align: center;
}

.btn_com01 {
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0px auto;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #231815;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_com01 {
    width: 100%;
    font-size: 14px;
  }
}
.btn_com01::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn_com01::after {
    border-width: 1px;
  }
}
.btn_com01.-blank {
  position: relative;
}
.btn_com01.-blank::after {
  display: none;
}
.btn_com01.-blank::before {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background: url(/tpl/img/common/icon_newWindow_w.svg) center center/contain no-repeat;
  content: "";
}

.caption {
  font-size: 12px;
}
.caption.-s {
  font-size: 10px;
}
.caption.-db {
  display: block;
}

.sec_index_com .sec_index_com_in {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  overflow: hidden;
}
.sec_index_com .sec_index_com_in .swiper_com {
  position: relative;
  margin-bottom: 50px;
}
.sec_index_com .sec_index_com_in .swiper_com .swiper-pagination {
  bottom: 10px;
}
.sec_index_com .sec_index_com_in .swiper_com .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #231815;
  width: 10px;
  height: 10px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sec_index_com .sec_index_com_in .swiper_com .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.sec_index_com .sec_index_com_in .swiper_com .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #231815;
}
.sec_index_com .sec_index_com_in .swiper_com.swiper_index05 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_index_com .sec_index_com_in .swiper_com.swiper_index05 {
    margin-bottom: 0px;
  }
}
.sec_index_com .sec_index_com_in .swiper_com.swiper_index05 .img_sw01 {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_index_com .sec_index_com_in .swiper_com.swiper_index05 .img_sw01 {
    margin-bottom: 10px;
  }
}
.sec_index_com .sec_index_com_in .swiper_com.swiper_index05 .img_sw01 .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-size: 10px;
  text-shadow: 0px 0px 3px rgb(0, 0, 0);
}
.sec_index_com .sec_index_com_in .swiper_com.swiper_index05 .tit_sw01 {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .sec_index_com .sec_index_com_in .swiper_com.swiper_index05 .tit_sw01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .sec_index_com .sec_index_com_in .swiper_com.swiper_index05 .txt_com01 {
    text-align: left;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 13px;
  }
}
.sec_index_com.sec_index02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_index_com.sec_index02 {
    margin-bottom: 50px;
  }
}

.iframe_area {
  width: 100%;
  height: 100%;
}
.iframe_area iframe {
  width: 100%;
  border: none;
  text-decoration: none;
  height: 600px;
}
@media screen and (max-width: 820px) {
  .iframe_area iframe {
    height: 300px;
  }
}

.subtab_area {
  width: 100%;
  max-width: 600px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .subtab_area {
    margin: 50px auto;
  }
}
.subtab_area ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #8E8F8F;
  border-bottom: 1px solid #8E8F8F;
  border-right: 1px solid #8E8F8F;
}
.subtab_area ul li {
  width: 33.33%;
  box-sizing: border-box;
  border-left: 1px solid #8E8F8F;
}
@media screen and (max-width: 767px) {
  .subtab_area ul li {
    width: 50%;
  }
  .subtab_area ul li:nth-last-child(1) {
    width: 100%;
    border-top: 1px solid #8E8F8F;
  }
}
.subtab_area ul li a {
  text-align: center;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  padding: 20px 0px;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .subtab_area ul li a {
    font-size: 16px;
  }
}
.subtab_area ul li a:hover, .subtab_area ul li a.-cur {
  background-color: #231815;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .subtab_area.-two ul {
    border-right: none;
    border-top: none;
    border-color: #231815;
  }
}
.subtab_area.-two ul li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .subtab_area.-two ul li:nth-last-child(1) {
    width: 50%;
    border-top: none;
  }
}

.amenity_area {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .amenity_area {
    padding-top: 50px;
  }
}
.amenity_area .tit_com01 b {
  text-transform: uppercase;
}
.amenity_area .img_ame {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .amenity_area .img_ame {
    margin-bottom: 30px;
  }
}
.amenity_area .dl_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
  margin-bottom: 30px;
}
.amenity_area .dl_area dl {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #707070;
}
.amenity_area .dl_area dl dt {
  width: 65px;
  box-sizing: border-box;
  padding-right: 15px;
}
.amenity_area .dl_area dl dd {
  width: calc(100% - 65px);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .amenity_area .dl_area dl dd {
    font-size: 10px;
  }
}
.amenity_area .dl_area dl.-wid {
  width: 100%;
}

#map {
  height: 600px;
}
@media screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
}

#menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #menu {
    display: block;
  }
}
#menu .accordion {
  width: 47.4%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #menu .accordion {
    width: 100%;
  }
}
#menu .accordion h3 {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #686767;
}
#menu .accordion ul li {
  margin-bottom: 10px;
  box-sizing: border-box;
}
#menu .accordion ul li a {
  color: #231815;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu .accordion ul li a .num {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  background-color: #231815;
  color: #fff;
  text-align: center;
  margin-right: 5px;
}
#menu .accordion.-wid {
  width: 100%;
}
#menu .accordion.-wid ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu .accordion.-wid ul li {
  width: 47.4%;
}
@media screen and (max-width: 767px) {
  #menu .accordion.-wid ul li {
    width: 100%;
  }
}

#maparea {
  width: 100%;
  margin-bottom: 20px;
}

.map_nav_area {
  width: 100%;
  margin-bottom: 40px;
}
.map_nav_area ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #231815;
  border-left: none;
  border-top: none;
}
.map_nav_area ul li {
  width: 33.3%;
  border: 1px solid #231815;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .map_nav_area ul li {
    width: 50%;
  }
}
.map_nav_area ul li a {
  color: #231815;
  font-size: 13px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .map_nav_area ul li a {
    font-size: 11px;
    padding: 5px 0px;
  }
}
.map_nav_area ul li.cur {
  background-color: #231815;
}
.map_nav_area ul li.cur a {
  color: #fff;
}
.map_nav_area ul li.-wid {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .map_nav_area ul li:nth-last-child(1) {
    width: 100%;
  }
}

.add_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .add_area {
    display: block;
  }
}
.add_area .txt_area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .add_area .txt_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
.add_area .btn_area {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .add_area .btn_area {
    width: 100%;
    max-width: 250px;
    margin: 0px auto;
  }
}

/* header */
header {
  width: 100%;
  position: fixed;
  height: 70px;
  left: 0;
  top: 0;
  background-color: #EFEFEF;
  z-index: 100;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
header h1 {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  header h1 {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
header h1 .h1_com {
  display: block;
}
header h1.esqva {
  width: 100px;
}
@media screen and (max-width: 767px) {
  header h1.esqva {
    width: 78px;
  }
}
header h1.livre {
  width: 113px;
}
@media screen and (max-width: 767px) {
  header h1.livre {
    width: 100px;
  }
}
header .btn_menu_fix {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .btn_menu_fix {
    display: block;
    position: fixed;
    left: 20px;
    z-index: 10;
    top: 30px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  header .btn_menu_area {
    position: relative;
    width: 30px;
    height: 18px;
    transition: all 0.5s;
  }
}
header .btn_menu_area:before, header .btn_menu_area:after,
header .btn_menu_area span {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #231815;
  transition: all 0.5s;
  content: "";
  display: block;
}
header .btn_menu_area span {
  top: calc(50% - 1px);
}
header .btn_menu_area:before {
  top: 0;
}
header .btn_menu_area:after {
  bottom: 0;
}
header .btn_menu_area_on span {
  transform: rotate(10deg);
  top: calc(50% - 1px);
  opacity: 0;
}
header .btn_menu_area_on:before {
  transform: rotate(30deg);
  top: calc(50% - 1px);
}
header .btn_menu_area_on:after {
  transform: rotate(-30deg);
  top: calc(50% - 1px);
}
@media screen and (max-width: 1024px) {
  header .header_in {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 1;
  }
}
header .header_in .sitemenu {
  position: absolute;
  left: 200px;
  top: 0px;
  width: calc(100% - 200px - 155px);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu {
    width: 100%;
    height: 100%;
    position: static;
    padding: 0px 20px;
    padding-top: 60px;
    height: 100vh;
    box-sizing: border-box;
    padding-bottom: 140px;
    display: block;
  }
}
header .header_in .sitemenu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul {
    width: 100%;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
  }
}
header .header_in .sitemenu > ul > li {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li {
    height: auto;
    border-bottom: solid 1px rgba(182, 183, 183, 0.5);
  }
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li:last-child {
    border-bottom: none;
  }
}
header .header_in .sitemenu > ul > li > a {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 0px 40px;
  height: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  header .header_in .sitemenu > ul > li > a {
    padding: 0px 2.85vw;
  }
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li > a {
    padding: 20px 0px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
}
header .header_in .sitemenu > ul > li.submenu {
  position: relative;
}
header .header_in .sitemenu > ul > li.submenu > a {
  position: relative;
}
header .header_in .sitemenu > ul > li.submenu > a::after {
  display: block;
  content: "";
  border: solid 1px #231815;
  border-bottom: none;
  border-right: none;
  transform: rotate(-135deg);
  width: 5px;
  aspect-ratio: 1/1;
  transition: transform 0.6s;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li.submenu > a::after {
    position: absolute;
    width: 20px;
    aspect-ratio: unset;
    right: 13px;
    top: 50%;
    border-left: none;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li.submenu > a::before {
    display: block;
    content: "";
    border-bottom: solid 1px #231815;
    position: absolute;
    width: 20px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .header_in .sitemenu > ul > li.submenu > a.opened {
  background-color: rgba(142, 143, 143, 0.1);
}
header .header_in .sitemenu > ul > li.submenu > a.opened::after {
  transform: translateY(25%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li.submenu > a.opened::after {
    transform: translateY(-50%);
  }
}
header .header_in .sitemenu > ul > li.submenu .submenu_wrap {
  position: absolute;
  display: none;
  width: 100%;
  background: #EFEFEF;
  top: 100%;
  left: 0px;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li.submenu .submenu_wrap {
    position: static;
    background: #fff;
  }
}
header .header_in .sitemenu > ul > li.submenu .submenu_wrap a {
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-bottom: solid 1px #8E8F8F;
  color: #231815;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li.submenu .submenu_wrap a {
    height: auto;
    padding: 20px 0px;
    border-bottom: none;
    font-size: 16px;
  }
}
header .header_in .sitemenu > ul > li.submenu .submenu_wrap a:last-child {
  border-bottom: none;
}
header .header_in .sitemenu > ul > li.submenu .submenu_wrap a.disable, header .header_in .sitemenu > ul > li.submenu .submenu_wrap a.soon {
  color: #8E8F8F;
  pointer-events: none;
}
header .header_in .sitemenu > ul > li.submenu .submenu_wrap a.soon {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li.submenu .submenu_wrap a.soon {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  header .header_in .sitemenu > ul > li.submenu .submenu_wrap.s_opened {
    display: block;
  }
}
header .header_in .sitemenu > ul > li.cur, header .header_in .sitemenu > ul > li:hover {
  background-color: rgba(142, 143, 143, 0.1);
}
header .header_in .sp_logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header_in .sp_logo {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 820px) {
  header .header_in .sp_logo {
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  header .header_in .sp_logo {
    bottom: min(32vw, 120px);
  }
}
header .header_in .sp_logo.esqva {
  width: 40%;
  max-width: 150px;
}
header .btn_cv_header {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  header .btn_cv_header {
    right: 10px;
  }
}
header .btn_cv_header .btn_res {
  width: 155px;
}
@media screen and (max-width: 767px) {
  header .btn_cv_header .btn_res {
    width: 100px;
  }
}

.btn_res {
  background: #9C7729;
  background: linear-gradient(-30deg, rgb(156, 119, 41) 0%, rgb(156, 119, 41) 50%, rgb(245, 238, 198) 100%);
  color: #fff;
  padding: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btn_res {
    width: 100px;
  }
}
.btn_res span {
  display: block;
  border: solid 1px #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn_res span {
    padding: 8px 0px;
  }
}

.btn_cv_fixed {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: #231815;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 820px) {
  .btn_cv_fixed {
    display: block;
  }
}
.btn_cv_fixed .btn_res {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 3px;
}
.btn_cv_fixed .btn_res span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.sec_villa_com {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sec_villa_com {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec_villa_com .contents_in {
    box-sizing: border-box;
    padding: 0px 0px;
  }
}
.sec_villa_com section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_villa_com section {
    display: block;
    margin-bottom: 60px;
  }
}
.sec_villa_com section .img_area {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .sec_villa_com section .img_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec_villa_com section .txt_area {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sec_villa_com section .txt_area {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.sec_villa_com section .txt_area .tit01 {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_villa_com section .txt_area .tit01 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.sec_villa_com section .txt_area .tit01 span {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec_villa_com section .txt_area .tit01 span {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
  }
}
.sec_villa_com section .txt_area .txt_com01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_villa_com section .txt_area .txt_com01 {
    margin-bottom: 35px;
  }
}
.sec_villa_com section:nth-last-child(1) {
  margin-bottom: 0px;
}
.sec_villa_com.-mbnone {
  margin-bottom: 0px;
}

.iframe_area {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .iframe_area {
    margin-bottom: 30px;
  }
}
.iframe_area iframe {
  width: 100%;
  border: none;
  text-decoration: none;
  height: 600px;
}
@media screen and (max-width: 820px) {
  .iframe_area iframe {
    height: 300px;
  }
}

.caption {
  font-size: 12px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* footer */
.btn_ptop {
  width: 16px;
  position: fixed;
  right: 120px;
  bottom: 120px;
  z-index: 11;
}
@media screen and (max-width: 820px) {
  .btn_ptop {
    width: 13px;
    right: 30px;
  }
}

footer {
  background-color: #EFEFEF;
  padding: 150px 0 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  footer {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 90px;
  }
}
footer .footer_in {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media screen and (max-width: 820px) {
  footer .footer_in {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_in {
    display: block;
    margin-bottom: 80px;
  }
}
footer .footer_in .corp_area {
  width: 24.5%;
}
@media screen and (max-width: 820px) {
  footer .footer_in .corp_area {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_in .corp_area {
    width: 100%;
    margin-bottom: 50px;
  }
}
footer .footer_in .corp_area .logo.esqva {
  width: 150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer_in .corp_area .logo.esqva {
    margin: 0px auto;
    margin-bottom: 50px;
  }
}
footer .footer_in .corp_area .logo.livre {
  width: 190px;
}
@media screen and (max-width: 767px) {
  footer .footer_in .corp_area .logo.livre {
    width: 150px;
    margin: 0px auto;
  }
}
footer .footer_in .corp_area address {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_in .corp_area address {
    text-align: center;
  }
}
footer .footer_in .corp_area address .tel_num {
  display: inline-block;
  pointer-events: none;
  color: #231815;
}
@media screen and (max-width: 767px) {
  footer .footer_in .corp_area address .tel_num {
    pointer-events: auto;
  }
}
footer .footer_in .corp_area .gmap_btn {
  display: block;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px;
  border: solid 1px #8E8F8F;
  width: 100%;
  max-width: 205px;
  color: #231815;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer_in .corp_area .gmap_btn {
    margin: 0px auto;
  }
}
footer .footer_in .corp_area .gmap_btn::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.57em;
  aspect-ratio: 1/1;
  background: url(/tpl/img/common/icon_newWindow.svg) center center/contain no-repeat;
  top: 5px;
  right: 5px;
}
footer .footer_in nav ul li a {
  color: #231815;
}
footer .footer_in nav ul li a.disable, footer .footer_in nav ul li a.soon {
  color: #8E8F8F;
}
footer .footer_in nav ul li a.soon {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .footer_in nav ul li a.soon {
    font-size: min(3.2vw, 12px);
  }
}
footer .footer_in nav.esqva {
  width: 28%;
  padding-left: 50px;
  box-sizing: border-box;
  border-left: solid 1px #8E8F8F;
  border-right: solid 1px #8E8F8F;
}
@media screen and (max-width: 767px) {
  footer .footer_in nav.esqva {
    width: 100%;
    margin: 0;
    border: none;
    padding-left: 0px;
    display: block;
    display: flex;
    flex-wrap: wrap;
    border: none;
    margin-bottom: 50px;
  }
}
footer .footer_in nav.esqva ul {
  font-size: 12px;
  line-height: 2.5;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  footer .footer_in nav.esqva ul {
    width: 50%;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  footer .footer_in nav.esqva ul:nth-last-child(1) {
    border-left: solid 1px #8E8F8F;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_in nav.esqva ul.bnone {
    border-left: none;
  }
  footer .footer_in nav.esqva ul.bnone .top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_in nav.esqva ul li {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_in nav.esqva ul li:nth-child(n+3) {
    border-right: none;
  }
}
footer .footer_in nav.esqva ul li .submenu_wrap a {
  display: block;
  box-sizing: border-box;
  padding-left: 2ch;
  text-indent: -2ch;
}
footer .footer_in nav.esqva ul li .submenu_wrap a::before {
  display: inline;
  content: "- ";
}
footer .footer_in .subnav {
  margin-left: 5%;
  width: 31%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  footer .footer_in .subnav {
    width: 100%;
    margin: 0;
    border: none;
    display: block;
  }
}
footer .footer_in .subnav .bnr_area {
  width: 100%;
  max-width: 205px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer_in .subnav .bnr_area {
    margin: 0px auto;
    margin-bottom: 60px;
  }
}
footer .footer_in .subnav .other_link_list {
  font-size: 12px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  footer .footer_in .subnav .other_link_list {
    font-size: 13px;
  }
}
footer .footer_in .subnav .other_link_list li {
  margin-bottom: 1.2em;
}
footer .footer_in .subnav .other_link_list li a {
  color: #231815;
  letter-spacing: 0.05em;
}
footer .footer_in .subnav .other_link_list li a.blank::after {
  display: inline-block;
  width: 0.66em;
  aspect-ratio: 1/1;
  background: url(/tpl/img/common/icon_newWindow.svg) center center/contain no-repeat;
  content: "";
  margin-left: 1ch;
}
footer small {
  text-align: center;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.05em;
}

/* 改行位置調整 */
@media screen and (max-width: 820px) {
  .pc,
  .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pctab,
  .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp {
    display: inherit;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}

/* =============================================================================
animation
========================================================================== */
.flash_bnr2 {
  position: relative;
  display: block;
  overflow: hidden;
}

.flash_bnr2:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-30deg);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  40% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
figure {
  position: relative;
}
figure .figbg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 10px;
}

.-eng_b {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fadein {
  opacity: 0;
  transition: all 1s;
  transform: translateY(40px);
}
.fadein.fade_on {
  opacity: 1;
  transform: translateY(0px);
}