@charset "UTF-8";

/* CSS Document */


/* TOP PAGE */
.st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  /* この行を追加 */
  stroke-dashoffset: 100;
  /* この行を追加 */
}

.st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 500;
  /* この行を追加 */
  stroke-dashoffset: 500;
  /* この行を追加 */
}

.st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 500;
  /* この行を追加 */
  stroke-dashoffset: 500;
  /* この行を追加 */
}

#svg-animation {
  max-width: 100%;
  height: auto;
}

.slider {
width: 83%;
/*height: 80vh;*/
}

.slider img {
border-radius: 0 30px 30px 0;
overflow: hidden;
}

.slider li img {
width: 100%;
height: 100%;
}

#mv {
/*height: 80vh;*/
position: relative;
margin-bottom: 120px;
}

.mvInr {
position: relative;
width: 100vw;
}

#svg-animation {
    position: absolute;
    bottom: -3%;
    right: 0;
    width: 50vw;
}

.mvTxt {
position: absolute;
right: 2%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  letter-spacing: 0.5em;
}

.txt01 {
font-size: 2.0833333333333335vw;
margin-bottom: 2%;
font-weight: 300;
}

.txt02 {
font-size: 1.0416666666666667vw;
line-height: 2!important;
}
.mainTxt {
width: 80%;
max-width: 1080px;
margin: 0 auto 80px;
}
.mainTxt p{
line-height: 2.5!important;
}
.infoArea {

}

.infoArea h2 {
font-size: 34px;
color: #90877d;
text-align: center;
margin-bottom: 120px;
font-weight: normal;
}

.infoArea ul li {
background: url('../images/bg.gif') left 80px no-repeat;
background-size: 100% auto;
padding-bottom: 60px;
margin-bottom: 80px;
}
.infoArea ul li .infoInr{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}

.infoArea ul li:nth-child(even) .infoInr{
flex-direction: row;
}

.infoArea ul li:last-child{
margin-bottom: 0;
}

.infoArea ul li .infoInr div {
width: 48%;
}
.infoTxt {
padding: 70px 0 0 15%;
box-sizing: border-box;
}
.infoArea ul li:nth-child(even) .infoTxt {
padding: 70px 15% 0 0;
}
.infoTxt h3 {
font-size: 28px;
font-weight: normal;
margin-bottom: 20px;
letter-spacing: 0.12em!important;
}

.infoTxt h3 span {
font-size: 20px;
font-family: 'Cormorant Garamond', serif;
display: block;
margin-bottom: 15px;
}

.infoTxt .info {
font-size: 14px;
margin-bottom: 40px;
line-height: 2.5!important;
letter-spacing: 0.15em!important;
}

.Img img {
border-radius: 20px 0 0 20px;
overflow: hidden;
}

.infoArea ul li:nth-child(even) .Img:after {
    content: "";
    display: block;
    clear: both;
}
.infoArea ul li:nth-child(even) .Img img {
border-radius: 0 20px 20px 0;
}

.Img p {
margin-bottom: 20px;
}
.infoArea ul li:nth-child(even) .Img table {
float: right;
}

.Img table th,
.Img table td {
text-align: center;
padding: 10px 20px;
border-left: 1px solid #c8c8c8;
font-weight: normal;
letter-spacing: 0.01em!important;
}
.Img table td {
font-size: 15px;
}
.Img table th {
font-size: 13px;
}

.Img table {
border-right: 1px solid #c8c8c8;
}

.arrowBtn a {
border-bottom: 1px solid #000;
position: relative;
padding: 10px 60px 10px 20px;
font-size: 14px;
}

.arrowBtn a:after {
content: "";
width: 12px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 4px;
}

.arrowBtn a:hover{
text-decoration: none;
padding: 10px 120px 10px 20px;
}

.infoArea {
margin-bottom: 0;
}

#lastArea {
padding: 120px 0;
}
.laInr{
position: relative;
}

.cTxt {
position: absolute;
top: 50%;
  transform: translateY(-50%);
 -webkit- transform: translateY(-50%);
text-align: center;
font-size: 28px;
line-height: 2;
width: 100%;
font-weight: 300;
letter-spacing: 0.5em;
}



.text {
  opacity: 0;
}

.text-move {
  opacity: 0;
  display: inline-block;
  transform: scale(1.25) translate(8px, 4px);
}

.text-move:nth-child(1) {
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
}
.text-move:nth-child(2) {
  transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
}
.text-move:nth-child(3) {
  transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
}
.text-move:nth-child(4) {
  transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
}
.text-move:nth-child(5) {
  transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
}
.text-move:nth-child(6) {
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
}
.text-move:nth-child(7) {
  transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
}
.text-move:nth-child(8) {
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
}
.text-move:nth-child(9) {
  transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
}
.text-move:nth-child(10) {
  transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
}
.text-move:nth-child(11) {
  transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
}
.text-move:nth-child(12) {
  transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
}

.text.active {
  opacity: 1;
}

.text.active .text-move {
  opacity: 1;
  transform: scale(1) translate(0);
}


/* DETAIL PAGE */
.roomWrap {
padding-top: 40px;
}
#inrMv {
width: 90%;
max-width: 1800px;
margin: 0 auto;
}

.inrSlider img {
border-radius: 20px 20px 20px 20px; 
overflow: hidden;
width: 100%;
}


.roomHead {
font-size: 28px;
font-weight: normal;
margin-bottom: 80px;
letter-spacing: 0.12em!important;
text-align: center;
}

.roomHead span {
font-size: 20px;
font-family: 'Cormorant Garamond', serif;
display: block;
margin-bottom: 15px;
}

.roomInfo {
width: 90%;
max-width: 1080px;
margin: 0 auto;
padding-bottom: 60px;
border-bottom: 1px solid #eeeeee;
}
.roomInfo p.slogan { 
font-size: 40px;
font-weight: 300;
}
.roomInfo p {
margin-bottom: 40px;
line-height: 2!important;
letter-spacing: 0.15em;
}

.roomDetail {
width: 90%;
max-width: 1200px;
display: flex;
justify-content: space-between;
margin: 0 auto;
}

.fpImg { 
width: 49%;
}
.fpImg a {
display:inline-block;
font-size: 15px;
text-decoration: underline;
padding-top: 10px;
}

.fpImg a:hover {
text-decoration: none;
}


.rdTbl {
width: 49%;
padding-top: 30px;
}


.rdTbl th,
.rdTbl td {
font-size: 14px;
letter-spacing: 0.1em;
vertical-align: text-top;
font-weight: 300;
}


.rdTbl th{
width: 22%;
padding: 10px 0;
}
.rdTbl th span {
display: block;
border: 1px solid #eee;
border-radius: 5px;
text-align: center;
padding: 8px 0;
}
.rdTbl td {
padding: 10px 0 10px 10px;
line-height: 1.7;
}
.rdTbl td a {
text-decoration: underline;
}

.rdTbl td a:hover {
text-decoration: none;
}

.otherHead {
font-size: 30px;
font-family: 'Cormorant Garamond', serif;
margin-bottom: 60px;
font-weight: 300;
text-align: center;
}


.orList {
width: 90%;
max-width: 1800px;
margin: 0 auto;
}

.orList ul {
width: 100%;
display: flex;
justify-content: space-between;
}

.orList ul li {
width:24%;
}
.orImg {
margin-bottom: 20px;
}
.orImg img {
border-radius: 20px 20px 20px 20px; 
overflow: hidden;
}


.orList ul li h3 {
font-size: 20px;
}

.orList ul li h3 span {
font-size: 14px;
margin-bottom: 5px;
}


.orList ul li a:hover {
text-decoration: none;
opacity: 0.7;
display: block;
}

#inrMv .slick-dots {
text-align: right;
}

#inrMv .slick-dots li {
margin: 0;
}

#inrMv .slick-dots li.slick-active button:before{
    color: #f2d5b4;
	opacity: 1;
}
#inrMv .slick-dots li button:before{
color: #eee;
font-size: 12px;
opacity: 1;
}

.mainAmenity {
width: 90%;
max-width: 1800px;
margin: 0 auto;
}

.mainAmenity ul {
display: flex;
justify-content: space-between;
}
.mainAmenity ul li {
width: 49%;
}

.ameImg {
margin-bottom: 20px;
}
.ameImg img {
border-radius: 20px;
overflow: hidden;
}

.mainAmenity ul li dl dt {
margin-bottom: 26px;
font-size: 20px;
font-weight: 300;
letter-spacing: 0.15em;
text-align: center;
}
.mainAmenity ul li dl dt span {
font-size: 12px;
display: block;
margin-top: 7px;

}

.mainAmenity ul li dl dd {
line-height: 2;
letter-spacing: 0.15em;
font-size: 14px;
}
/*.otherAmenity {
width: 90%;
max-width: 1500px;
margin: 0 auto;
padding-bottom: 80px;
}
.otherAmenity dt {
font-size: 26px;
margin-bottom: 30px;
}

.otherAmenity ul li {
display: inline-block;
margin-right: 2px;
margin-bottom: 20px;
letter-spacing: 0.15em;
background: #f9f2eb;
border-radius: 3px;
padding: 6px 10px;
font-size: 14px;
}*/

.otherAmenity {
width: 90%;
max-width: 1500px;
margin: 0 auto;
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}

.otherAmenity li {
width: 24%;
margin-right: 1.3%;
margin-bottom: 20px;
}

.otherAmenity li:nth-child(4n),.otherAmenity li:last-child{
margin-right: 0;
}

.otherAmenity li dl dt {
text-align: center;
font-size: 18px;
padding: 15px 0;
}

.otherAmenity li dl dd {
font-size: 14px;
line-height: 1.7;
}

.tab-group{
    display: flex;
    justify-content: center;
}

.tab-group li {
border: 1px solid #ccc;
padding: 15px 20px;
border-radius: 5px;
margin: 0 10px;
}

.panel{
    display:none;
}
.tab.is-active{
    background:#333;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}



.mainAmenity.page {
    margin-top: 60px;
}









