@charset "UTF-8";
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000000;
  }
}
#top .wrap #main {
  position: relative;
  width: 96%;
  height: 60%;
	margin: 90px auto 0 auto;
}
#top .wrap #main .main_lead{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.5rem;
	white-space: nowrap;
	line-height: 300%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-align: left;
  font-family: "A1明朝", serif;
  z-index: 2;
}
#top .wrap #main .main_lead span{
	background-color: #fff;
	padding: 7px 5px 0 5px;
}
#top .wrap #main .heroimg {
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
}

#top .wrap #main .heroimg .slider {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

#top .wrap #main .heroimg .slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 84vh;
  margin: 0;
}

#top .wrap #main .heroimg .slider div.img01 {
  background-image: url("../../img/main01.jpg");
}

#top .wrap #main .heroimg .slider div.img02 {
  background-image: url("../../img/main02.jpg");
}

#top .wrap #main .heroimg .slider div.img03 {
  background-image: url("../../img/main03.jpg");
}

#top .wrap #main .heroimg .slider div.img04 {
  background-image: url("../../img/main04.jpg");
}

#top .wrap #main .heroimg .slider div.img05 {
  background-image: url("../../img/main05.jpg");
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: translateX(30px) scale(1.3);
            transform: translateX(30px) scale(1.3);
  }
  100% {
    -webkit-transform: translateX(-30px) scale(1.3);
            transform: translateX(-30px) scale(1.3);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: translateX(30px) scale(1.3);
            transform: translateX(30px) scale(1.3);
  }
  100% {
    -webkit-transform:translateX(-30px) scale(1.3);
            transform: translateX(-30px) scale(1.3);
  }
}

#top .wrap #main .heroimg .swiper-slide-active .slide-img,
#top .wrap #main .heroimg .swiper-slide-duplicate-active .slide-img,
#top .wrap #main .heroimg .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

#top .wrap #main .heroimg h2 {
  -webkit-filter: drop-shadow(0px 0px 8px white) drop-shadow(0px 0px 4px white) drop-shadow(0px 0px 2px white);
          filter: drop-shadow(0px 0px 8px white) drop-shadow(0px 0px 4px white) drop-shadow(0px 0px 2px white);
}

#top .wrap #main .heroimg h2.mainTxt01 {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  max-width: 570px;
  margin: 0 auto;
  padding: 0;
}


/* top-PC
------------------------------------------------------- */
#top .wrap {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .contentBG {
  position: relative;
  z-index: 99;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5% 0;
}

#top .wrap .contentBG .moreBtn_01{
  width: 60%;	
	margin: 0 auto 60px auto;
}
#top .wrap .contentBG .moreBtn_01 a.more {
  display: block;
  text-align: center;
  width: 100%;
  color: #FFF;
  background-color: #b28247;
  margin: 0 0 0 0;
   font-size: 18px;
  font-size: 1.125rem;
  padding: 2% 0;
}

#top .wrap .contentBG .moreBtn_01 a.more span {
  position: relative;
  z-index: 3;
}

#top .wrap .contentBG .moreBtn_01 a.more:hover {
	color: #b28247;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
#top .wrap .contentBG .moreBtn_01 .bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ededed;
  /*背景色*/
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#top .wrap .contentBG .moreBtn_01 .bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#top .wrap .contentBG .pointArea {
  width: 96%;
  margin: 20px auto;
  padding: 0;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;*/
}
/*#top .wrap .contentBG .pointArea .titleBox{
	width: 200px;
}
#top .wrap .contentBG .pointArea .infoBox{
	width: 80%;
}
#top .wrap .contentBG .pointArea h2{
  text-align: left;	
  font-size: 20px;
  font-size: 1.25rem;
  color: #b28147;
  letter-spacing: 2px;
  font-family: "Adobe Garamond Pro", serif;
  font-weight: 400;
  font-style: normal;
}

#top .wrap .contentBG .pointArea .infoTxt{
  text-align: left;	
   font-size: 30px;
  font-size: 2rem;
  font-family: "A1明朝", serif;
  font-style: normal;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
#top .wrap .contentBG .pointArea .infoTxt span.day{
  text-align: left;	
   font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
}
#top .wrap .contentBG .pointArea .infoTxt em{
  text-align: left;	
   font-size: 36px;
  font-size: 2.25rem;
  font-style: normal;
}
#top .wrap .contentBG .pointArea .cachTxt {
  text-align: left;
  margin: 0;
  font-size: 12px;
    font-size: 0.75rem;
}*/
#top .wrap .contentBG .priceArea{
	width: 800px;
	padding: 20px;
	margin: 60px auto;
	text-align: center;
	border: 1px solid #ededed;
	box-sizing: border-box;
}

#top .wrap .contentBG .bnArea{
	width: 800px;
	margin: 0 auto 60px auto;
	text-align: center;
}



#top .wrap .contentBG .conceptArea {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}

#top .wrap .contentBG .conceptArea .blackBG {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  margin: 0;
  padding: 0;
}
#top .wrap .contentBG .conceptArea .facadeBox{
	width: 64%;
}
#top .wrap .contentBG .conceptArea .txtBox{
	width: 34%;
	align-self: center;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
#top .wrap .contentBG .conceptArea .txtBox h2{
  text-align: left;	
  font-size: 36px;
  font-size: 2.25rem;
  color: #b28147;
  letter-spacing: 8px;
  font-family: "Adobe Garamond Pro", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: start;
}
#top .wrap .contentBG .conceptArea .txtBox h3{
  text-align: left;	
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "A1明朝", serif;
  font-style: normal;
}
#top .wrap .contentBG .conceptArea .txtBox .leadTxt {
  text-align: left;
  margin: 30px 0 0 0;
}
#top .wrap .contentBG .locationArea {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 200px 0;
  text-align: center;
}

#top .wrap .contentBG .locationArea .location01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

#top .wrap .contentBG .locationArea .location01 .location01Img {
  width: 60%;
}
#top .wrap .contentBG .locationArea .location01 .location01Img img{
	margin: 0 0 5px 0;
}
#top .wrap .contentBG .locationArea .location01 .location01Img .caption{
	text-align: left;
	margin: 0 0 0 5px;
}
#top .wrap .contentBG .locationArea .location01 .location01Txt {
	position: relative;
  width: 34%;
}

#top .wrap .contentBG .locationArea .location01  .location01Txt h2 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top .wrap .contentBG .locationArea .location01  .location01Txt .titleLine::after {
  background: #63676A;
}

#top .wrap .contentBG .locationArea .location01  .location01Txt .leadTxt {
  text-align: center;
  margin: 130px auto 30px auto;
  padding: 0;
}
#top .wrap .contentBG .locationArea .location01  .location01Txt .leadTxt2 {
  text-align: center;
  margin: 0 auto 30px auto;
  padding: 0;
}

#top .wrap .contentBG .locationArea .location01 .location01Txt .locationMap {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
#top .wrap .contentBG .locationArea .location02{
	width: 100%;
	padding: 100px 0 0 0;	
	margin: 0 0 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;	
}
#top .wrap .contentBG .locationArea .location02 .location02Img {
  width: 70%;
}
#top .wrap .contentBG .locationArea .location02 .location02Img .locationSlide {
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}
#top .wrap .contentBG .locationArea .location02 .location02Img .locationSlide li {
  position: relative;
  width: 32%;
  margin: 0 20px;
}

#top .wrap .contentBG .locationArea .location02 .location02Img .locationSlide li span.imgCaption {
  position: absolute;
  bottom: 4px;
  right: 10px;
  color: #FFF;
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 1px 1px 3px black, 1px 1px 6px black, 2px 2px 8px black;
}
#top .wrap .contentBG .locationArea .location02 .location02Txt {
	position: relative;
  width: 28%;
}
#top .wrap .contentBG .locationArea .location02 .location02Txt h3 {
	position: absolute;
	top: 0;
	right: 40%;
  font-size: 24px;
  font-size: 1.5rem;
	white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
	text-align: left;
  margin: 0 auto;
  font-family: "A1明朝", serif;
}
#top .wrap .contentBG .designArea {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
#top .wrap .contentBG .designArea .designImg01 {
  width: 90%;
	margin: 0 auto;
}
#top .wrap .contentBG .designArea .titleArea {
  width: 100%;
  margin: 100px auto 0 auto;
  text-align: center;
}
#top .wrap .contentBG .designArea .titleArea h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top .wrap .contentBG .designArea .titleArea .leadTxt {
  text-align: center;
  margin: 130px auto 30px auto;
  padding: 0;  
}
#top .wrap .contentBG .designArea .titleArea .leadTxt2 {
  text-align: center;
  margin: 30px auto;
  padding: 0;  
}

#top .wrap .contentBG .designArea .titleArea .titleLine::after {
  background: #63676A;
}


#top .wrap .contentBG .designArea .designer {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
}

#top .wrap .contentBG .designArea .designer .facade {
  width: 50%;
  margin: 0;
  padding: 0;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea {
  text-align: left;
  width: 46%;
  background-color: #FFF;
  margin: 0 0 0 auto;
  padding: 0 5% 0 0;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea h3 {
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 100px 0;
  padding: 0;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox {
  text-align: left;
  width: 90%;
  margin: 0 0 0 auto;
  padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:first-child {
  width: 20%;
	align-self: flex-end;
  margin: 0 0 20px 0;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:nth-child(2) {
  width: 76%;
	align-self: flex-end;
  margin: 0 0 20px 0;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:nth-child(3) {
  width: 100%;
  margin: 0 0 20px 0;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child{
  width: 100%;
	border: 1px solid #eee;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .imgBox{
	width: 26%;
	align-self: center;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox{
	width: 60%;
	align-self: center;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox p{
	text-align: left;
font-size: 14px;
  font-size: 0.93333rem;
	margin: 0 0 10px 0;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox p span{
	display: block;
	font-size: 12px;
    font-size: 0.75rem;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox a.btBoxContact {
  display: block;
  text-align: center;
  width: 60%;
  color: #FFF;
  background-color: #b28247;
  margin: 0 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
	line-height: 100%;
  padding: 10px 0;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox a.btBoxContact span {
  position: relative;
  z-index: 3;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox a.btBoxContact:hover {
	color: #b28247;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox .bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ededed;
  /*背景色*/
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox .bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox .name01 {
  font-size: 12px;
  font-size: 0.75rem;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox .name02 {
  font-size: 18px;
  font-size: 1.125rem;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox .name02 span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
}

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox .designerTxt {
  font-size: 12px;
  font-size: 0.75rem;
}

#top .wrap .contentBG .planArea {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto 60px auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .wrap .contentBG .planArea .blackBG {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  background-color: #ededed;
  margin: 0;
  padding: 0;
}

#top .wrap .contentBG .planArea .planTxt {
  text-align: left;
  width: 100%;
  color: #333;
  margin: 0;
  padding: 60px 0;
}

#top .wrap .contentBG .planArea .planTxt h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

#top .wrap .contentBG .planArea .planTxt .titleLine {
  top: 1%;
}

#top .wrap .contentBG .planArea .planTxt .titleLine::after {
  background: #63676A;
}

#top .wrap .contentBG .planArea .planTxt .leadTxt {
  text-align: center;
  margin: 130px auto 0 auto;
  padding: 0;
}

#top .wrap .contentBG .planArea .planImg {
  width: 100%;
  margin: 0;
  padding: 0;
}

#top .wrap .contentBG .planArea .planImg .planList {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
	justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .wrap .contentBG .planArea .planImg .planList li.li_img {
  width: 30%;
  border: 1px solid #eee;
  background-color: #fff;
}
#top .wrap .contentBG .planArea .planImg .planList li.li_cg {
  width: 30%;
	align-self: center;
}
#top .wrap .contentBG .planArea .planImg .planList li.li_cg .caption {
	text-align: right;
	margin: 0 0 0 0;
}
#top .wrap .contentBG .planArea .planImg .planList li.li_title {
  width:30%;
	padding: 3% 0 0 0;
}
#top .wrap .contentBG .planArea .planImg .planList li.li_title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

#top .wrap .contentBG .planArea .planImg .planList li.li_title .titleLine {
  top: 1%;
}

#top .wrap .contentBG .planArea .planImg .planList li.li_title .titleLine::after {
  background: #63676A;
}

#top .wrap .contentBG .planArea .planImg .planList li.li_title .leadTxt {
  text-align: center;
  margin: 130px auto 0 auto;
  padding: 0;
}
#top .wrap .contentBG .planBtn_01{
  width: 60%;	
	border: 1px solid #b28247;
	margin: 0 auto 100px auto;
}
#top .wrap .contentBG .planBtn_01 a.pf {
  display: block;
  text-align: center;
  width: 100%;
  color: #b28247;
  background-color: #fff;
  margin: 0 0 0 0;
   font-size: 18px;
  font-size: 1.125rem;
  padding: 2% 0;
}

#top .wrap .contentBG .planBtn_01 a.pf span {
  position: relative;
  z-index: 3;
}

#top .wrap .contentBG .planBtn_01 a.pf:hover {
	color: #b28247;
  opacity: 0.6;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}


#top .wrap .contentBG .webinarArea {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 200px 0;
  text-align: center;
}

#top .wrap .contentBG .webinarArea .webinar01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
#top .wrap .contentBG .webinarArea .webinar01 .webinar01Img {
  width: 60%;
}
#top .wrap .contentBG .webinarArea .webinar01 .webinar01Txt {
	position: relative;
  width: 34%;
}
#top .wrap .contentBG .webinarArea .webinar01  .webinar01Txt h2 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top .wrap .contentBG .webinarArea .webinar01  .webinar01Txt .titleLine::after {
  background: #63676A;
}

#top .wrap .contentBG .webinarArea .webinar01  .webinar01Txt  h3{
  text-align: center;	
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "A1明朝", serif;
  font-style: normal;
}
#top .wrap .contentBG .webinarArea .webinar01  .webinar01Txt .leadTxt {
  text-align: center;
  margin: 130px auto 30px auto;
  padding: 0;
}
#top .wrap .contentBG .webinarArea .webinar01  .webinar01Txt .leadTxt2 {
  text-align: center;
  margin: 0 auto 30px auto;
  padding: 0;
}
#top .wrap .contentBG .webinarArea .webinarContactBtn_01{
  width: 60%;	
	margin: 60px auto 0 auto;
}
#top .wrap .contentBG .webinarArea .webinarContactBtn_01 a.webinarContact {
  display: block;
  text-align: center;
  width: 100%;
  color: #FFF;
  background-color: #b28247;
  margin: 0 0 0 0;
   font-size: 18px;
  font-size: 1.125rem;
  padding: 2% 0;
}

#top .wrap .contentBG .webinarArea .webinarContactBtn_01 a.webinarContact span {
  position: relative;
  z-index: 3;
}

#top .wrap .contentBG .webinarArea .webinarContactBtn_01 a.webinarContact:hover {
	color: #b28247;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

#top .wrap .contentBG .webinarArea .webinarContactBtn_01 .bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ededed;
  /*背景色*/
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

#top .wrap .contentBG .webinarArea .webinarContactBtn_01 .bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}


#top .wrap .contentBG .outlineArea {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 auto 0 auto;
  padding: 100px 0 0 0;
}

#top .wrap .contentBG .outlineArea h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

#top .wrap .contentBG .outlineArea .titleLine {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#top .wrap .contentBG .outlineArea .titleLine::after {
  background-color: #333;
}

#top .wrap .contentBG .outlineArea h3 {
  text-align: center;
  width: 90%;
  font-weight: 500;
  margin: 220px auto 30px auto;
  padding: 0;
}

#top .wrap .contentBG .outlineArea .outlineList,
#top .wrap .contentBG .outlineArea .outlineList2 {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 5% auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .wrap .contentBG .outlineArea .outlineList dt,
#top .wrap .contentBG .outlineArea .outlineList2 dt {
  text-align: left;
  width: 25%;
  border-bottom: 1px solid #7e7e7e;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
}

#top .wrap .contentBG .outlineArea .outlineList dd,
#top .wrap .contentBG .outlineArea .outlineList2 dd {
  text-align: left;
  width: 75%;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 8px 0;
  padding: 0 0 8px 5%;
}

#top .wrap .contentBG .outlineArea .outlineList2 {
  margin: 0 auto 10px auto;
}

#top .wrap .contentBG .outlineArea .outlineTxt {
  text-align: left;
  width: 90%;
  max-width: 1000px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 auto 10px auto;
  padding: 0;
}

#top .wrap .contentBG .outlineArea .outlineCap {
  text-align: left;
  width: 90%;
  max-width: 1000px;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0 auto 10px auto;
  padding: 0;
}

#top .wrap .contentBG .outlineArea .outlineCap li {
  position: relative;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

#top .wrap .contentBG .outlineArea .outlineCap li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

#top .wrap .contentBG .mapArea {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto 170px auto;
  padding: 100px 0 0 0;
}

#top .wrap .contentBG .mapArea .blackBG01 {
  position: absolute;
  top: 325px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 80%;
  background-color: #eee;
  margin: 0;
  padding: 0;
}

#top .wrap .contentBG .mapArea .blackBG02 {
  position: absolute;
  top: 262px;
  left: 0;
  z-index: -2;
  width: 30%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}

#top .wrap .contentBG .mapArea h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 250px;
}

#top .wrap .contentBG .mapArea .titleLine {
  position: absolute;
  top: 13%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#top .wrap .contentBG .mapArea .titleLine::after {
  background-color: #333;
}

#top .wrap .contentBG .mapArea .map {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .contentBG .allCap {
  text-align: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .contentBG .allCap li {
  position: relative;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

#top .wrap .contentBG .allCap li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

#top .wrap .contentBG .Bnr {
  position: relative;
  margin: 0;
  width: 100%;
  display: none;
}

#top .wrap .contentBG .Bnr .Bnr__img {
  position: fixed;
  width: 28%;
  height: auto;
  bottom: 13%;
  right: 0;
  z-index: 9999;
  border: 1px solid black;
}

#top .wrap .contentBG .Bnr .Bnr__img .Bnr__img__inner {
  width: 100%;
  height: auto;
}

#top .wrap .contentBG .Bnr .Bnr__img .Bnr__img__inner a {
  display: block;
}

#top .wrap .contentBG .Bnr .Bnr__img p.Bnclose {
  position: absolute;
  right: 0;
  top: -21px;
  background-color: black;
}

#top .wrap .contentBG .Bnr .Bnr__img p.Bnclose a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
}

#top .wrap .contentBG .Bnr .Bnr__img p.Bnclose a span {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#top .wrap .contentBG .Bnr .Bnr__img p.Bnclose a i {
  font-size: 16px;
  z-index: 7777;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 5px;
}

/* top-SMP
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {

#top .wrap #main {
  position: relative;
  width: 96%;
  height: 100%;
	margin: 80px auto 0 auto;
}

#top .wrap #main .main_lead{
  font-size: 14px;
  font-size: 0.93333rem;
	line-height: 300%;
}
#top .wrap #main .heroimg {
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
}

#top .wrap #main .heroimg .slider {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

#top .wrap #main .heroimg .slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 70vh;
  margin: 0;
}

#top .wrap #main .heroimg .slider div.img01 {
  background-image: url("../../img/main01_sp.jpg");
}

#top .wrap #main .heroimg .slider div.img02 {
  background-image: url("../../img/main02_sp.jpg");
}

#top .wrap #main .heroimg .slider div.img03 {
  background-image: url("../../img/main03_sp.jpg");
}
	
#top .wrap #main .heroimg .slider div.img04 {
  background-image: url("../../img/main04_sp.jpg");
}

#top .wrap #main .heroimg .slider div.img05 {
  background-image: url("../../img/main05_sp.jpg");
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: translateX(30px) scale(1.3);
            transform: translateX(30px) scale(1.3);
  }
  100% {
    -webkit-transform: translateX(-30px) scale(1.3);
            transform: translateX(-30px) scale(1.3);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: translateX(30px) scale(1.3);
            transform: translateX(30px) scale(1.3);
  }
  100% {
    -webkit-transform:translateX(-30px) scale(1.3);
            transform: translateX(-30px) scale(1.3);
  }
}

#top .wrap #main .heroimg .swiper-slide-active .slide-img,
#top .wrap #main .heroimg .swiper-slide-duplicate-active .slide-img,
#top .wrap #main .heroimg .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

#top .wrap #main .heroimg h2 {
  -webkit-filter: drop-shadow(0px 0px 8px white) drop-shadow(0px 0px 4px white) drop-shadow(0px 0px 2px white);
          filter: drop-shadow(0px 0px 8px white) drop-shadow(0px 0px 4px white) drop-shadow(0px 0px 2px white);
}

#top .wrap #main .heroimg h2.mainTxt01 {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  max-width: 570px;
  margin: 0 auto;
  padding: 0;
}


  #top .wrap .contentBG {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10% 0;
  }

#top .wrap .contentBG .moreBtn_01{
  width: 80%;	
	margin: 0 auto 0 auto;
}
#top .wrap .contentBG .moreBtn_01 a.more {
	padding: 4% 0;
  font-size: 12px;
    font-size: 0.75rem;
}
#top .wrap .contentBG .pointArea .titleBox{
	width: 90%;
	margin: 0 auto 0 auto;
}
#top .wrap .contentBG .pointArea .infoBox{
	width: 90%;
	margin: 0 auto 0 auto;
}
#top .wrap .contentBG .pointArea h2{
   font-size: 18px;
  font-size: 1.125rem;
}
#top .wrap .contentBG .pointArea .infoTxt{
  font-size: 20px;
  font-size: 1.25rem;
	margin: 0 0 10px 0;
}
#top .wrap .contentBG .pointArea .infoTxt span.day{
   font-size: 14px;
  font-size: 0.93333rem;
}
#top .wrap .contentBG .pointArea .infoTxt em{
   font-size: 24px;
  font-size: 1.5rem;
}
#top .wrap .contentBG .priceArea{
	width: 90%;
	padding: 20px;
	box-sizing: border-box;
	margin: 60px auto;	
}

#top .wrap .contentBG .bnArea{
	width: 90%;
	margin: 0 auto 60px auto;
}


#top .wrap .contentBG .conceptArea {
  background-color: #ededed;
	padding: 10% 0 0 0;
	margin: 0 0 100px 0;
}

#top .wrap .contentBG .conceptArea .blackBG {
	display: none;
}
#top .wrap .contentBG .conceptArea .facadeBox{
	width: 100%;
}
#top .wrap .contentBG .conceptArea .txtBox{
	width: 94%;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#top .wrap .contentBG .conceptArea .txtBox h2{
  text-align: left;	
  font-size: 36px;
  font-size: 2.25rem;
  color: #b28147;
  letter-spacing: 8px;
  font-family: "Adobe Garamond Pro", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: start;
}
#top .wrap .contentBG .conceptArea .txtBox h3{
  text-align: left;	
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "A1明朝", serif;
  font-style: normal;
}
#top .wrap .contentBG .conceptArea .txtBox .leadTxt {
  text-align: left;
  margin: 30px 0 0 0;
}
  #top .wrap .contentBG .locationArea {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 200px 0;
  }
#top .wrap .contentBG .locationArea .location01 .location01Img {
	/*order: 2;*/
  width: 100%;
    margin: 0 0 60px 0;
}
#top .wrap .contentBG .locationArea .location01 .location01Img img{
	margin: 0 0 5px 0;
}
#top .wrap .contentBG .locationArea .location01 .location01Img .caption{
	text-align: left;
	margin: 0 0 0 5px;
}
#top .wrap .contentBG .locationArea .location01 .location01Txt {
	/*order: 1;*/
	position: inherit;
  width: 94%;
	margin: 0 auto;
}
#top .wrap .contentBG .locationArea .location01  .location01Txt .leadTxt,
#top .wrap .contentBG .locationArea .location01  .location01Txt .leadTxt2 {
  text-align: left;
}

#top .wrap .contentBG .locationArea .location01 .location01Txt .locationMap {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
#top .wrap .contentBG .locationArea .location02 .location02Img {
  width: 94%;
	/*margin: 0 auto 100px auto;*/
}
#top .wrap .contentBG .locationArea .location02 .location02Img .locationSlide {
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}
#top .wrap .contentBG .locationArea .location02 .location02Img .locationSlide li {
  position: relative;
  width: 32%;
  margin: 0 20px;
}

#top .wrap .contentBG .locationArea .location02 .location02Img .locationSlide li span.imgCaption {
  position: absolute;
  bottom: 4px;
  right: 10px;
  color: #FFF;
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 1px 1px 3px black, 1px 1px 6px black, 2px 2px 8px black;
}
#top .wrap .contentBG .locationArea .location02 .location02Txt {
	position: inherit;
  width: 94%;
	margin: 0 auto 20px auto;
}
#top .wrap .contentBG .locationArea .location02 .location02Txt h3 {
	position: inherit;
	top: 0;
	right: 0;
  font-size: 18px;
  font-size: 1.125rem;
  -ms-writing-mode: inherit;
  -webkit-writing-mode: inherit;
          writing-mode: inherit;
  text-orientation: upright;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
	text-align: left;
  margin: 0 auto;
  font-family: "A1明朝", serif;
}
  #top .wrap .contentBG .designArea .titleArea {
    padding: 50px 5%;
    display: block;
  }
#top .wrap .contentBG .designArea .designImg01 {
  width: 100%;
	margin: 0 auto;
}
  #top .wrap .contentBG .designArea .designer {
    display: block;
  }
  #top .wrap .contentBG .designArea .designer .facade {
    width: 100%;
	  margin: 0 0 20px 0;
  }
  #top .wrap .contentBG .designArea .designer .designerTxtArea {
    text-align: left;
    width: 94%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #top .wrap .contentBG .designArea .designer .designerTxtArea h3 {
    text-align: left;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox {
    width: 100%;
    margin: 0 auto;
  }
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:first-child {
  width: 30%;
	align-self: center;
  margin: 0 0 20px 0;
}
#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:nth-child(2) {
  width: 68%;
	align-self: center;
  margin: 0 0 20px 0;
}
  #top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox .name01 {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
  #top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox .name02 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox .name02 span {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 10px;
  }

#top .wrap .contentBG .designArea .designer .designerTxtArea .designerBox li:last-child .btBox a.btBoxContact {
  width: 100%;
}
  #top .wrap .contentBG .planArea {
    background-color: #ededed;
    padding: 0 5% 30px 5%;
    display: block;
  }
  #top .wrap .contentBG .planArea .planTxt {
    text-align: left;
    width: 100%;
    margin: 0;
    padding-top: 50px;
  }
  #top .wrap .contentBG .planArea .planTxt .titleLine {
    top: 12px;
  }
  #top .wrap .contentBG .planArea .planTxt .leadTxt {
    margin: 80px auto 30px auto;
  }
  #top .wrap .contentBG .planArea .planImg {
    width: 100%;
  }

#top .wrap .contentBG .planArea .planImg .planList li.li_title {
  width: 100%;
  margin-bottom: 6%;
	padding: 3% 0 0 0;
}
#top .wrap .contentBG .planArea .planImg .planList li.li_img {
  width: 100%;
}

#top .wrap .contentBG .planArea .planImg .planList li.li_cg {
  width: 100%;
	margin: 3% 0 0 0;
}
#top .wrap .contentBG .planBtn_01{
  width: 80%;	
	margin: 5% auto 0 auto;
}
#top .wrap .contentBG .planBtn_01 a.pf {
	padding: 4% 0;
  font-size: 12px;
    font-size: 0.75rem;
}
#top .wrap .contentBG .webinarArea {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 100px 0;
  text-align: center;
}

#top .wrap .contentBG .webinarArea .webinar01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
#top .wrap .contentBG .webinarArea .webinar01 .webinar01Img {
  width: 100%;
	margin: 0 0 8% 0;
}
#top .wrap .contentBG .webinarArea .webinar01 .webinar01Txt {
	position: relative;
  width: 90%;
	margin: 0 auto;
}
#top .wrap .contentBG .webinarArea .webinarContactBtn_01{
  width: 80%;	
	margin: 60px auto 0 auto;
}
#top .wrap .contentBG .webinarArea .webinarContactBtn_01 a.webinarContact {
  padding: 4% 0;
	font-size: 12px;
    font-size: 0.75rem;
}
  #top .wrap .contentBG .outlineArea {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 auto 50px auto;
    padding: 10% 0 0 0;
  }
  #top .wrap .contentBG .outlineArea h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  #top .wrap .contentBG .outlineArea .titleLine {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #top .wrap .contentBG .outlineArea .titleLine::after {
    background-color: #333;
  }
  #top .wrap .contentBG .outlineArea h3 {
    margin: 80px auto 30px auto;
  }
  #top .wrap .contentBG .outlineArea .outlineList,
  #top .wrap .contentBG .outlineArea .outlineList2 {
    display: block;
    border-bottom: 1px solid #EEEEEE;
  }
  #top .wrap .contentBG .outlineArea .outlineList dt,
  #top .wrap .contentBG .outlineArea .outlineList2 dt {
    text-align: left;
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: none;
    margin: 0 0 5px 0;
    padding: 5px 8px 8px 8px;
  }
  #top .wrap .contentBG .outlineArea .outlineList dd,
  #top .wrap .contentBG .outlineArea .outlineList2 dd {
    text-align: left;
    width: 100%;
    border-bottom: none;
    margin: 0 0 8px 0;
    padding: 0 0 8px 8px;
  }
  #top .wrap .contentBG .outlineArea .outlineList2 {
    margin: 0 auto 20px auto;
  }
  #top .wrap .contentBG .mapArea {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 20% auto 40% auto;
    padding: 0;
  }
  #top .wrap .contentBG .mapArea .blackBG01 {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 86%;
    margin: 0;
    padding: 0;
  }
  #top .wrap .contentBG .mapArea .blackBG02 {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -2;
    width: 30%;
    height: 105%;
    margin: 0;
    padding: 0;
  }
  #top .wrap .contentBG .mapArea h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 140px;
  }
  #top .wrap .contentBG .mapArea .titleLine {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #top .wrap .contentBG .mapArea .titleLine::after {
    background-color: #333;
  }
  #top .wrap .contentBG .mapArea .map {
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  #top .wrap .contentBG .allCap {
    text-align: left;
    width: 90%;
    /*max-width: 1000px;*/
    margin: 20% auto 0 auto;
    padding: 0;
  }
  #top .wrap .contentBG .allCap li {
    position: relative;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
  }
  #top .wrap .contentBG .allCap li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  #top .wrap .contentBG .Bnr .Bnr__img {
    width: 60%;
    bottom: 12%;
  }
}

/* top-tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top .wrap #opening {
    height: 100vh;
  }
  #top .wrap #opening .op_logo {
    top: calc(50% - 90px);
    left: calc(50% - 80px);
    width: 160px;
  }
  #top .wrap #opening .ttl_cover {
    width: 120%;
    height: 50vh;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  #top .wrap #opening .ttl_cover.active {
    -webkit-animation: slideInUp 1s ease 0s forwards;
            animation: slideInUp 1s ease 0s forwards;
  }
  #top .wrap #opening .op-main .op-title {
    left: 4.5%;
    top: 12%;
    width: 25%;
  }
  #top .wrap #opening .op-main .op-lead {
    left: 8%;
    top: 19.5%;
    width: 33%;
  }
  #top .wrap #opening .op-main .station {
    left: 8%;
    top: 29%;
    bottom: auto;
    width: 45%;
  }
  #top .wrap #opening .op-main .exterior {
    right: 0;
    left: auto;
    width: 62vh;
  }
  #top .wrap #opening .btn-skip {
    right: 15px;
    bottom: 15%;
  }
  #top .wrap .contentBG .outlineArea .titleLine {
    top: 120px;
  }
  #top .wrap .contentBG .mapArea .blackBG01 {
    height: 92%;
  }
}
/*# sourceMappingURL=maps/top.css.map */
