@charset "UTF-8";
.under-visual .photo-wrap {
  background-image: url(../imgs/mainvisual.jpg);
}
@media only screen and (max-width: 767px) {
  .under-visual .u-h2 .u-h2__in p {
    display: inline-block;
  }
  .under-visual .photo-wrap {
    background-image: url(../imgs/mainvisual_sp.jpg);
  }
}

.fot_bnr_Area_off .fot_bnr_Area {
  display: none;
}

/* ===================================
planBtnList
=================================== */
.planBtnList {
  margin-bottom: 30px;
}
.planBtnList ul {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.planBtnList li {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 20px 20px;
  letter-spacing: 0;
}
/*.planBtnList li:nth-child(3n) {
  margin-right: 0;
}*/
.planBtnList li a {
  display: block;
  background-color: #f0ece9;
  padding: 26px 30px 30px;
  text-align: left;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 1;
}
.planBtnList .type {
  font-size: 30px;
  font-family: adobe-garamond-pro, serif;
  border-bottom: #DEDCDB solid 1px;
  line-height: 1;
}
.planBtnList .type strong {
  display: inline-block;
  margin-right: 0.05em;
  font-size: 62px;
  font-weight: normal;
}
.planBtnList .type .ten {
  display: inline-block;
  letter-spacing: -0.2em;
  text-indent: -0.2em;
}
.planBtnList .spec01 {
  font-size: 36px;
  font-family: adobe-garamond-pro, serif;
  border-bottom: #DEDCDB solid 1px;
}
.planBtnList .spec01 strong {
  font-size: 60px;
  font-weight: normal;
}
.planBtnList .spec02 {
  font-size: 28px;
  margin-bottom: 10px;
  padding: 20px 0 10px;
  font-family: "リュウミン M-KL";
}
.planBtnList .spec02 span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
}
.planBtnList .spec02 strong {
  display: inline-block;
  margin-right: 0.05em;
  font-family: adobe-garamond-pro, serif;
  font-size: 50px;
  font-weight: normal;
}
.planBtnList .spec03 {
  font-size: 15px;
  padding: 10px 0 5px;
  font-family: "リュウミン M-KL";
}
.planBtnList .spec03 span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
}
.planBtnList .spec03 strong {
  display: inline-block;
  margin-right: 0.05em;
  font-family: adobe-garamond-pro, serif;
  font-size: 28px;
  font-weight: normal;
	color: #BE272D;
}
.planBtnList .btn {
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #000;
}
.planBtnList .btn__in {
  font-family: "Cormorant Unicase", serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.planBtnList .btn .arrow {
  bottom: 13px;
}
.planBtnList .kenchiku {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .planBtnList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 0.05em;
    width: 100%;
  }
  .planBtnList li {
    display: block;
    width: 48.66%;
    margin: 0 0 20px;
  }
  .planBtnList li a {
    padding: 12px 14px 14px;
  }
  .planBtnList .type {
    font-size: 16px;
  }
  .planBtnList .type strong {
    font-size: 30px;
  }
  .planBtnList .spec01 {
    font-size: 21px;
    font-family: adobe-garamond-pro, serif;
    border-bottom: #DEDCDB solid 1px;
  }
  .planBtnList .spec01 strong {
    font-size: 28px;
    font-weight: normal;
  }
  .planBtnList .spec01 span {
    font-size: 14px;
  }
  .planBtnList .spec02 {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 20px 0 10px;
    font-family: "リュウミン M-KL";
  }
  .planBtnList .spec02 span {
    font-size: 10px;
  }
  .planBtnList .spec02 strong {
    display: inline-block;
    margin-right: 0.05em;
    font-family: adobe-garamond-pro, serif;
    font-size: 28px;
    font-weight: normal;
  }
  .planBtnList .btn {
    margin-top: 10px;
    padding-bottom: 8px;
  }
  .planBtnList .btn__in {
    font-size: 12px;
  }
  .planBtnList .btn .arrow {
    width: 20px;
    left: auto;
    right: 0;
    bottom: 11px;
  }

  .planBtnList li:nth-child(3n) {
    margin-right: 0;
  }
  .planBtnList .kenchiku {
  margin-top: 50px;
  text-align: center;
}

}
.view-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.view-block .view-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 46px;
  position: relative;
}
.view-block .view-content:before {
  content: "";
  background-color: #f0ece9;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 110px);
  top: 55px;
  z-index: 0;
}
.view-block .view-content .text-block {
  width: 45.83%;
  position: relative;
  z-index: 1;
}
.view-block .view-content .text-block h3 {
  text-align: right;
  font-size: 110px;
  margin-top: 0;
}
.view-block .view-content .text-block .title {
  margin-top: 50px;
  padding: 0 10px 0 25px;
  font-size: 24px;
  font-family: "リュウミン M-KL";
  letter-spacing: 0.2em;
  line-height: 35px;
}
.view-block .view-content .text-block .text {
  margin-top: 40px;
  padding: 0 10px 0 25px;
  font-family: "リュウミン M-KL";
}
.view-block .view-content .figure-block {
  width: 53.12%;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.view-block .view-content .figure-block img {
  width: 100%;
}
.view-block .view-wide {
  position: relative;
  z-index: 2;
}
.view-block .view-wide img {
  width: 100%;
}

/* 2000717 眺望切り替え追加用 */
  .view-block .view-selects {
    width: 100%;
    background: #FFF;
    position: relative;
  }
  .view-block .view-selects .view-wide {
    display: none;
  }
  .view-block .view-selects .view-wide:nth-of-type(1) {
    display: block;
  }
  .view-block .view-selects .view2 .photos {
    display: flex;
  }
  .view-block .view-selects .view2 .photos li {
    width: 50%;
    position: relative;
  }
  .view-block .view-selects .view2 .photos .text {
    font-family: "リュウミン M-KL";
    font-size: 16px;
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 10px;
    line-height: 1;
  }
  .view-block .view-selects .view2 .photos li:first-child .text {
    left: auto;
    right: 10px;
  }
  .view-block .view-selects .view2 .photos .text .en {
    font-family: adobe-garamond-pro, serif;
    font-size: 18px;
  }
  .view-block .view-btns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .view-block .view-btns a {
    display: block;
    background: #B3B3B3;
    color: #FFF;
    font-size: 18px;
    font-family: "リュウミン M-KL";
    text-align: center;
    width: 300px;
    height: 60px;
    line-height: 58px;
    letter-spacing: 0.3em;
    margin: 0 5px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .view-block .view-btns a:hover,
  .view-block .view-btns a.active {
    background: #333;
  }
  .view-block .view-btns a span {
    display: inline-block;
    background-image: url(../imgs/btn_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 15px;
  }
@media only screen and (max-width: 960px) {
  .view-block .view-content .text-block .title {
    padding: 0 0px 0 40px;
  }
  .view-block .view-content .text-block .text {
    padding: 0 0px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .view-block {
    margin-top: 50px;
  }
  .view-block .view-content {
    display: block;
    margin-bottom: 20px;
  }
  .view-block .view-content:before {
    width: 100vw;
    height: calc(100% + 100px);
    position: absolute;
    left: 13.12%;
    top: 30px;
    z-index: 0;
  }
  .view-block .view-content .text-block {
    width: 100%;
  }
  .view-block .view-content .text-block h3 {
    text-align: center;
    font-size: 60px;
  }
  .view-block .view-content .text-block .title {
    margin-top: 20px;
    padding: 0 10px 0 18vw;
    font-size: 18px;
    line-height: 35px;
  }
  .view-block .view-content .text-block .text {
    font-size: 12px;
    margin-top: 20px;
    padding: 0 10px 0 18vw;
    font-family: "リュウミン M-KL";
  }
  .view-block .view-content .figure-block {
    background: #FFF;
    /*width: calc(100% - 10px);*/
    width: calc(100% + 10vw);
    padding-top: 0;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-left: -10vw;
  }

  .view-block .view-selects {
    background: none;
  }
  .view-block .view-selects .view2 .photos .text {
    font-size: 10px;
    top: 5px;
    left: 5px;
    letter-spacing: 0.05em;
  }
  .view-block .view-selects .view2 .photos li:first-child .text {
    left: auto;
    right: 5px;
  }
  .view-block .view-selects .view2 .photos .text .en {
    font-size: 12px;
  }
  .view-block .view-btns {
    display: block;
    margin-top: 30px;
  }
  .view-block .view-btns a {
    display: block;
    background: #B3B3B3;
    color: #FFF;
    font-size: 18px;
    font-family: "リュウミン M-KL";
    text-align: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 58px;
    letter-spacing: 0.3em;
    margin: 10px auto 0;
  }
  .view-block .view-btns a span {
    display: inline-block;
    background-image: url(../imgs/btn_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 15px;
  }
}

/* 200319 newマーク追加用 */

.planBtnList li {
    position: relative;
}

.planBtnList .new {
    width: calc(100% /4);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    background-color: #be272e;
    padding: .3rem .1rem .1rem;
    line-height: 1;
    font-size: 1.2rem;
    text-transform: uppercase;
    z-index: 999;
}

@media only screen and (max-width: 767px) {
.planBtnList .new {
    padding: .1rem;
    font-size: .7rem;
}
}

/* 200910 注目用タグ追加用 */
.planBtnList .impact {
	width: auto;
	text-align: center;
	position: absolute;
	top: -11px;
	left: 0;
	color: #111;
	font-family: 'Cinzel', serif;
	font-weight: bold;
	background-color: #beb227;
	padding: 0.3rem 0.5rem 0.2rem;
	line-height: 1;
	font-size: 1.0rem;
	text-transform: uppercase;
	z-index: 999;
}
.planBtnList .impact>strong {
	font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
	.planBtnList .new {
		padding: .1rem;
		font-size: .7rem;
	}
	.planBtnList .impact {
		top: -14px;
		left: 0;
		padding: 0.2rem 0.5rem 0.1rem;
		font-size: 0.6rem;
	}
	.planBtnList .impact>strong {
		font-size: 1.0rem;
	}
}


/* 2000717 room map追加用 */
  .room-map {
    margin-bottom: 60px;
    padding: 20px 0 70px;
    position: relative;
  }
  .room-map:before {
    content:"";
    width: 100%;
    height: calc(100% - 80px);
    background: #F0ECE9;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .room-map .u-h3 {
    margin-top: 0;
    font-size: 110px;
    text-align: left;
    position: relative;
  }
  .room-map .info {
    margin-top: 30px;
    font-family: "リュウミン M-KL";
    position: relative;
  }
  .room-map .table-wrap {
    width: 100%;
    margin-top: 25px;
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
  }
  .room-map table {
    width: 960px;
    font-family: adobe-garamond-pro, serif;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .room-map table a {
    display: block;
  }
  .room-map table .jp {
    font-family: "リュウミン M-KL";
  }
  body:not(.smp) .room-map table a {
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body:not(.smp) .room-map table a:hover {
    opacity: 0.5;
  }
  .room-map table th,
  .room-map table td {
    text-align: center;
    line-height: 1;
    font-weight: normal;
    border: #F0ECE9 solid 1px;
    letter-spacing: 0.05em;
  }
  .room-map table th {
    background: #CCC;
    font-size: 20px;
    padding: 5px 10px;
  }
  .room-map table th.empty {
    background: none;
  }
  .room-map table th .jp {
    font-size: 16px;
  }
  .room-map table td {
    padding: 5px 10px;
    background: #FFF;
  }
  .room-map table td.gray {
    background: #9c9998;
  }
  .room-map table td.gray .type,
  .room-map table td.gray .layout {
    border-bottom: #757575 solid 1px;
  }
  .room-map table td .type {
    font-size: 26px;
    border-bottom: #b3b3b3 solid 1px;
    padding: 4px 0 4px;
  }
  .room-map table td .layout {
    font-size: 16px;
    border-bottom: #b3b3b3 solid 1px;
    padding: 4px 0;
  }
  .room-map table td .layout .big {
    font-size: 20px;
  }
  .room-map table td .layout .num {
    font-size: 20px;
  }
  .room-map table td .layout .num span {
    font-size: 16px;
  }
  .room-map table td .price {
    font-size: 26px;
    padding: 4px 0;
  }
  .room-map table td .price .jp {
    font-size: 13px;
  }
  .room-map table td sup {
    font-size: 9px;
    margin-left: -2px;
  }
  .room-map .swipe-wrap {
    height: auto;
    margin: 0;
  }
  .room-map .swipe-icon {
    display: none;
  }
@media only screen and (max-width: 767px) {
  .room-map {
    margin-bottom: 60px;
    padding: 0px 0 70px;
    position: relative;
  }
  .room-map:before {
    height: calc(100% - 35px);
  }
  .room-map .u-h3 {
    font-size: 60px;
    letter-spacing: 0.05em;
  }
  .room-map .info {
    margin-top: 20px;
    font-size: 12px;
  }
  .room-map .table-wrap {
    margin-top: 15px;
  }
  .room-map .swipe-icon {
    display: block;
    bottom: -85px;
  }
}

/* 2000821 眺望画像用style */
/*--共通--*/
.view-block .view-selects .photos {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}
.view-block .view-selects .photos li {
	position: relative;
}
.view-block .view-selects .photos li .text {
	font-family: "リュウミン M-KL";
	font-size: 16px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	line-height: 1;
}
.view-block .view-selects .photos li .text .en {
	font-family: adobe-garamond-pro, serif;
	font-size: 18px;
}

/*--2カラムver--*/
.view-block .view-selects .photos.column2 {
	display: flex;
}
.view-block .view-selects .photos.column2 li {
	width: 50%;
	position: relative;
}
.view-block .view-selects .photos.column2 li:last-child .text {
	left: 10px;
	right: auto;
}
@media only screen and (max-width: 767px) {
	.view-block .view-selects .photos li .text {
		font-size: 10px;
		top: 5px;
		right: 5px;
		letter-spacing: 0.05em;
	}
	.view-block .view-selects .photos li .text .en {
		font-size: 12px;
	}
	.view-block .view-selects .photos.column2 li:first-child .text {
		left: 5px;
		right: auto;
	}
}

/* ===================================
photoSlide
=================================== */
	.photoSlide {
    margin-top: 100px;
		margin-bottom: 20px;
    overflow: hidden;
	}
	.photoSlide .slides {
		margin-bottom: 20px;
    overflow: hidden;
	}
	.photoSlide .slides li .cap {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.photoSlide .flex-control-nav li {
		/*width: 25%;*/
		width: 33.333%;
		height: 80px;
		display: inline-block;
		text-indent: -9999em;
	}
	.photoSlide .flex-control-nav li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.photoSlide .flex-control-nav li.num1 a {
		background: transparent url(../imgs/thum01.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num2 a {
		background: transparent url(../imgs/thum02.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
    .photoSlide .flex-control-nav li.num3 a {
		background: transparent url(../imgs/thum03.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
/*	.photoSlide .flex-control-nav li.num4 a {
		background: transparent url(../imgs/thum04.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}*/
@media only screen and (max-width:767px) {
  .photoSlide {
    margin-top: 60px;
  }
	.photoSlide .flex-control-nav li {
		width: 100%;
		height: 90px;
		margin-top: 1px;
	}
}
