@charset "UTF-8";

header{
    padding: 0;
    min-height: 92vh;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #01427e;
}
.entry-header .logo{
    width: 160px;
    position: absolute; 
    top:5%; 
    left: 2%;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.8)); /* SafariなどのWebkitブラウザ用 */
filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.8)); 
}


/* slide */
.slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    margin: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide-animation{
    animation: fadezoom 24s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.vertical .dots-wrap {
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.vertical .dots-wrap button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.vertical .dots-wrap li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0.45;
}

.vertical .dots-wrap li.slick-active,
.vertical .dots-wrap li:hover {
    opacity: 1;
}

.vertical .dots-wrap li:last-child {
    margin-bottom: 0;
}


header .top-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    margin: 0;
}
header .top-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
object-fit: cover;
      opacity: 0;
      transform: scale(1);
      transition: opacity 1.5s ease-in-out;
    }

    .top-img img.active {
      opacity: 1;
      animation: zoom 8s ease-in-out;
    }

    @keyframes zoom {
      from {
        transform: scale(1);
      }
      to {
        transform: scale(1.1); /* 少しズーム */
      }
    }

section.full{
    max-width: none;
    width: 100%;
}
.bg-color{background-color: #fff6e9;}

.wrapper {
    width: 100%;
    max-width: 1120px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.entry-header {
    text-align: left;
    position: relative;
    margin: 0;
    max-width: 1200px;    
    min-height: 120px;
}
.entry-header h1{
    margin: 0;
    font-size: 3.2em;
    line-height: 1.5em;
    margin-bottom: 50px;
    font-family: helvetica-lt-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.84);
}

.front-page-sidebar {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(51, 51, 51, .25);
    box-shadow: 0 5px 20px rgba(51, 51, 51, .25);
    padding: 1.875rem 2.875rem;
    max-width: 1100px;
    margin: -2.375rem auto 3.75rem;
    font-size: 16px;
}

.widget {
    margin: 0 0 1.5em;
    color: #01427e;
}
.widget:last-child {
    margin-bottom: 0;
}
.page-excerpt{
    max-width: 660px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 30px 50px;
    background-color: rgba(255,254,254,0.70);
    border-radius: 20px;
}
.page-excerpt p{line-height: 1.7em;}

.top-textSP{
    width: 90%;
    margin: 30px auto;
}

#room .textarea{
    text-align: center;
    line-height: 1.7em;
    font-weight: 700;
}
h2{
    text-align: center;
    margin-bottom: 50px;
    color: #01427e;
    line-height: 0.7em;
}
h2 span{
    font-size: 15px;
}

.row2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
}
.row2 .photo{
    display: block;
    width: 50%;
    margin-right: auto;
}
.row2 .textarea{
    width: 40%;    
}
.row2 .textarea p{
    display: initial;
    margin: 30px 0 60px;
    min-height: 70px;
    word-wrap: break-word;
}
.row2 h3{margin-top: 15px;}

.row2.lounge{flex-direction: row-reverse;margin-bottom: -5px;}
.row2.lounge .textarea {
    margin-right: 10%;
}

.row3{
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    align-items: flex-start;
}
.row2 .photo{
    overflow: hidden;
}
.slick-dotted.slick-slider {margin-bottom: -5px;}
.row3-box{
    margin: 0 50px 50px 0;
	width: calc(100% / 3 - 50px);	
    padding: 20px 15px;
    border: 1px solid #A2A9E4;
    word-wrap: break-word;
    display: block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.row3::after{
  content:"";
  display: block;
  width:33.333%;
}
.row3-box:hover{
    display: block;
    background-color: rgb(220 225 249 / 50%)
}

.row3-box h3{
    text-align: center;
    margin: 15px auto;
}
.row3-box p{
    font-size: 14px;
    line-height: 1.5em;
}
.row3-box span{line-height: 1.3em;}

#hotel-info{margin-bottom: 70px;}
.info-box{
    border: 1px solid #A2A9E4;
    padding: 70px 10%;
}

.info-box h3{margin-top: 0;}
.info-box .shisetsu-info{margin-top: 70px;}
.info-box p{text-align: center;}

#insta{margin-bottom: 70px;}

p.tel{margin-bottom: 25px;}

#news {
    max-width: 880px;
    width: 90%;
    margin: 30px auto 70px;
}
#news li{
    border-bottom: 1px solid #01427E;
    margin: 15px auto;
    padding:15px;
    
}
#news span.date{
    margin-right: 15px;
}
#room .room-info{
    margin-top: 20px;
    font-weight: 700;
    border: 1px solid #aaa;
    padding: 10px;
    border-left: 0;
    border-right: 0;
}
#room strong{font-size: 0.9em;}
.badge-new{
  display:inline-block;
  margin-left:.5em;
  padding:.55em .65em;
  font-size:.6em;
  font-weight:700;
  line-height:1;
  border-radius:.5em;
  background:#e60023; /* 赤 */
  color:#fff;
}

.staypage{
    display: block;
    text-align: center;
    padding: 10px 0;
    max-width: 360px;
    width: 90%;
    margin: 50px auto 0;
    border: 1px solid #666;
    background-color: #01427E;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .pc{display: none;}
    .sp{display: block;}
    
    h1{letter-spacing: 0;}
    header {
        min-height: 100vh;
    }
    .wrapper {margin-top: -100px;}
    .entry-header .logo{
        width: 90px;
        position: absolute; 
        top:0%; 
        left: 38%;
    }
    .entry-header h1 {
        margin: 0;
        font-size: 2.6em;
        line-height: 1.1em;
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .page-excerpt {
        padding: 25px;
    }
    .row3-box {width: 100%;}
    #room h2 {line-height: 0.6em;}
    #room .textarea { text-align: left;}
    h3 {font-size: 1.5em;margin-top: 15px;}
    .row2 {display: block;height: auto;}
    .row2 .photo {
        width: 100%;
        margin-right: auto;
        margin: 50px auto 0;
    }
    .row2 .textarea {
        width: 100%;
    }
    .row2.bath,.row2 .textarea {
        margin-bottom: 30px;
    }
    .info-box {
        padding: 50px 6%;
    }
    .info-box p {
        text-align: left;
        line-height: 1.7em;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    #news h2{margin-bottom: 15px;}
    #infomation{padding-bottom: 50px;}
}