@charset "UTF-8";
/* CSS Document */
.section-top {
  position: relative;
}
.slide {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.slide-image {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url(../images/top/lunch.jpg);
  animation-delay: -2s;
}

.slide-image:nth-child(3) {
  background-image: url("../images/top/room.jpg");
  animation-delay: 6s;
}

.slide-image:nth-child(2) {
  background-image: url("../images/top/topimg.JPG");
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1);
  }
    100% {
  opacity: 0;
  }
}
.section-top h1 {
  font-size: 2.4rem;
  margin: 50px auto 40px;
  color: #413119;
}
.section-top__news {
  margin-bottom: 60px;
}
.section-top__line {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.section-top__line img {
  height: 20px;
}
.section-top__sns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.section-top__instagram, .section-top__facebook {
  display: flex;
  flex-direction: column;  
}
.section-top__instagram img, .section-top__facebook img {
width: 35px;
}
.section-top__about-yasumiba-PC img {
  display: none;
}
.section-top__about-yasumiba img {
  padding: 0 0 50px;
  width: 80%;
  height: auto;
  object-fit: cover;
  max-width: 500px;
}
.section-top p {
  margin: auto 24px;
  text-align: left;
  font-size: 1.6rem;
}
.section-top__news p {
  text-align: center;
}
.section-top__description {
  margin-bottom: 20px;
}
.section-top h2 {
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.section-top__map img {
  width: 60%;
  margin: 20px auto 20px;
  max-width: 460px;
}
.section-top__house img {
  width: 120px;
  padding-top: 40px;
  margin-right: 30px;
}
.section-top__person img {
  width: 45px;
  padding-top: 50px;
}
.section-top__old {
  display: flex;
  justify-content: center;
}
.section-top__owner img {
  width: 280px;
  height: 260px;
  object-fit: cover;
  object-position: top;
  padding-top: 40px;
  margin-bottom: 50px;
}
.section-top__kinoko img {
  width: 150px;
}
.section-top__kinoko {
  text-align: right;
  margin-right: 24px;
}
.section-top__entrance-wrapper img {
  height: 200px;
  width: auto;
  margin-top: 30px;
}
.section-top__entrance-wrapper {
  margin-bottom: 40px;
}
.section-top__english {
  font-family: 'Handlee', cursive;
  color: #295148;
  font-size: 2.4rem;
  writing-mode: vertical-rl;
  position: absolute;
  top: 900px;
  right: 10px;
  display: inline-block;
}
.section-line img {
  width: 80%;
}
.section-line2 {
  display: none;
}
@media(min-width:700px) {
  .section-top__map img {
  width: 350px;
  }
  .section-top__owner img {
    width: 350px;
    height: 300px;
  }
  .section-top__entrance-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section-top__entrance-wrapper img {
    height: 200px;
  }
}
@media(min-width:960px) {
.slide {
  width: 100%;
  height: 700px;
}
  .section-top h1 {
    font-size: 3.2rem;
    margin-top: 60px;
  }
  .section-top__news {
    margin-bottom: 80px;
  }
  .section-top__about-yasumiba img {
    display: none;
  }
  .section-top__about-yasumiba-PC img {
    display: block;
    width: 425px;
    object-fit: cover
  }
  .section-top__about-wrapper {
    display: flex;
    padding-top: 100px;
    max-width: 940px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-top__about-yasumiba-description {
    width: 460px;
  }
  .section-top__old-map {
    display: flex;
    flex-direction: row-reverse;
    max-width: 940px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-top__old-description {
    width: 460px;
    padding-top: 60px;
  }
  .section-top__old-description h2 {
    font-size: 2.8rem;
  }
  .section-top__map img {
    width: 460px;
    height: 360px;
    object-fit: contain;
    margin: 0;
  }
  .section-top__house img {
    width: 140px;
    margin-right: 50px;
  }
  .section-top__person img {
    width: 60px;
  }
  .section-top__owner-wrapper {
    display: flex;
    max-width: 940px;
    margin: 0 auto 30px;
    justify-content: space-between;
  }
  .section-top__owner-description {
    width: 460px;
    padding-top: 70px;
  }
  .section-top__owner-description p {
    margin: 0 24px;
  }
  .section-top__kinoko img {
    margin-top: 30px;
    width: 180px;
  }
  .section-top__owner img {
    height: 300px;
    width: 350px;
    object-fit: cover;
    margin-bottom: 0;
    object-position: -10px -15px;
    margin-left: 70px;
  }
  .section-top__entrance-wrapper {
    margin-bottom: 70px;
  }
  .section-top__entrance-wrapper img {
    height: 250px;
  }
  .section-line img {
    display: none;
  }
  .section-line2 {
    display: block;
  }
  .section-line2 img {
    width: 80%;
  }
  .section-top__english {
    position: absolute;
    top: 1200px;
    right: 30px;
    font-size: 3.0rem;
  }
}
@media(min-width:1100px){
  .section-top__english{
    right: 50px;
    font-size: 4.0rem;
  }
}
.section-lineup {
  margin-bottom: 50px;
}
.section-lineup h3 {
  display: none;
}
.section-lineup__stay {
  background-color: #fff;
  margin: 50px 18px 0 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.section-lineup__stay-english {
  display: flex;
  justify-content: flex-end;
}
.section-lineup__stay-english img {
  width: 170px;
  height: 6px;
  margin-top: 25px;
}
.section-lineup__stay h2 {
  padding-top: 20px;
  margin-bottom: 50px;
}
.section-lineup-photo-wrapper {
  max-width: 600px;
  margin: auto;
}
.section-lineup__main-photo img {
  padding: 0 10px 5px 24px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.section-lineup__sub-photo {
  display: flex;
  padding: 0 10px 0 24px;
  justify-content: space-between;
}
.section-lineup__sub-photo img {
  width: 49%;
  height: 120px;
  object-fit: cover;
}
.section-lineup__stay p {
  text-align: left;
  padding: 50px 10px 0 24px;
}
.section-lineup__stay-english p {
  font-family: 'Handlee', cursive;
  font-size: 3.6rem;
  color: #295148;
  margin: 20px 10px 0;
  padding: 0 0;
}
.section-lineup__stay-arrow {
  display: inline-block;
  width: 190px;
  height: 40px;
  background-color: #f7fbec;
  margin: 40px auto 60px;
  border: solid 1px #333333;
  border-radius: 15px;
  padding: 5px;
  transition: all .3s;
}
.section-lineup__stay-arrow:hover {
  top:-3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.section-lineup__stay-arrow img {
  width: 20px;
  margin-left: 10px;
  margin-bottom: 3px;
}
.section-lineup__stay-arrow a {
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
  margin: auto 0;
}
.section-lineup__stay-arrow span {
  margin-top: 5px;
}
.section-lineup__lunch {
  background-color: #fff;
  margin: 60px 0 0 18px;
  box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.section-lineup__lunch-english {
  display: flex;
  justify-content: flex-start;
}
.section-lineup__lunch-english img {
  width: 170px;
  height: 6px;
  margin-top: 25px;
}
.section-lineup__lunch h2 {
  padding-top: 20px;
  margin-bottom: 43px;
}
.section-lineup__lunch p {
  text-align: left;
  padding: 30px 24px 0 20px;
}
.section-lineup__lunch-description {
  padding: 0;
}
.section-lineup__lunch-english p {
  font-family: 'Handlee', cursive;
  font-size: 3.6rem;
  color: #295148;
  margin: 20px 10px 0;
  padding: 0 0;
}
.section-lineup__lunch-photo {
  display: flex;
  padding: 7px 10px 0 24px;
  justify-content: space-between;
}
.section-lineup__lunch-photo img {
  height: 120px;
  width: 49%;
  object-fit: cover;
}
.section-lineup__lunch-arrow {
  display: inline-block;
  width: 190px;
  height: 40px;
  background-color: #f7fbec;
  margin: 40px auto 60px;
  border: solid 1px #333333;
  border-radius: 15px;
  padding: 5px;
   transition: all .3s;
}
.section-lineup__lunch-arrow:hover {
  top:-3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.section-lineup__lunch-arrow img {
  width: 20px;
  margin-bottom: 3px;
  margin-left: 10px;
}
.section-lineup__lunch-arrow a {
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
}
.section-lineup__cake {
  background-color: #fff;
  margin: 60px 18px 0 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.section-lineup__cake-english {
  display: flex;
  justify-content: flex-end;
}
.section-lineup__cake-english img {
  width: 100px;
  height: 6px;
  margin-top: 25px;
}
.section-lineup__cake h2 {
  padding-top: 20px;
  margin-bottom: 50px;
}
.section-lineup__cake p {
  text-align: left;
  padding: 30px 10px 0 24px;
}
.section-lineup__cake-description {
  padding: 20px 0 0;
}
.section-lineup__cake-english p {
  font-family: 'Handlee', cursive;
  font-size: 2.8rem;
  color: #295148;
  margin: 20px 10px 0;
  padding: 0 0;
}
.cake-sns {
  padding-top: 25px;
  padding-bottom: 45px;
}
.cake-sns img {
  width: 30px;
  height: 30px;
  margin: 15px 25px;
}

@media(min-width:960px) {
  .section-lineup {
    margin-bottom: 80px;
  }
  .section-lineup h2 {
    display: none;
  }
  .section-lineup h3 {
    display: block;
    font-size: 3.2rem;
    padding-top: 20px;
    line-height: 4.2rem;
  }
  .section-lineup p {
    line-height: 2.8rem;
  }
  .section-lineup__stay, .section-lineup__cake {
    margin: 80px 200px 0 100px;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px;
  }
  .section-lineup__lunch {
   margin: 80px 100px 0 200px;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px; 
  }
  .section-lineup__lunch {
    flex-direction: row-reverse;
  }
  .section-lineup__small-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .section-lineup__stay-english , .section-lineup__lunch-english, .section-lineup__cake-english {
    writing-mode: vertical-rl;
  }
  .section-lineup__stay-english img , .section-lineup__lunch-english img ,.section-lineup__cake-english img {
    display: none;
  }
  .section-lineup__stay-desctiption,  .section-lineup__cake-description{
    max-width: 470px;
    margin-right: 120px;
  }
  .section-lineup__lunch-description {
    max-width: 470px;
    margin-left: 50px;
  }
  .section-lineup__main-photo img  {
    height: 270px;
  }
  .section-lineup__sub-photo img {
    height: 155px;
  }
  .section-lineup__lunch-photo img {
    height: 200px;
    max-width: 200px;
  }
  .section-lineup__stay-english p ,.section-lineup__lunch-english p {
    font-size: 4.8rem; 
  }
  .section-lineup__cake-english p {
    font-size: 4.0rem;
  }
  .section-lineup__stay-arrow ,.section-lineup__lunch-arrow ,.section-lineup__cake-arrow  {
    display: inline-block;
    width: 235px;
    height: 50px;
    padding: 10px 7px 7px;
    margin-top: 60px;
  }
  .section-lineup__stay-arrow img , .section-lineup__lunch-arrow img ,.section-lineup__cake-arrow img{
    width: 25px;
    margin-left: 10px;
  }
  .section-lineup__stay-arrow a ,.section-lineup__lunch-arrow a ,.section-lineup__cake-arrow a {
    font-size: 1.7rem;
  }
  .section-lineup__cake h3 ,.section-lineup__lunch h3{
    margin-bottom: 20px;
  }
  .cake-sns {
    padding-bottom: 35px;
  }
  .cake-sns img {
  margin: 20px;
}
}
.section-table {
  padding: 50px 0 0;
  margin-bottom: 50px;
}
.section-table h2 {
  margin-bottom: 50px;
}
.section-table p {
  text-align: left;
  padding: 0 24px;
}
.section-table table {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0;
  width: 95%;
  margin: 40px auto;
}
.section-table table th {
  background-color: #e1ecdd;
  border: solid 0.8px #333;
  width: 140px;
  padding: 10px 5px 10px 10px;
}
.section-table table td {
  border: solid 0.8px #333;
  padding: 10px 5px 10px 10px;
  background-color: #fff;
}
.section-table__winter {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  margin: 30px 24px 0;
  border: solid 1px #333;
  max-width: 600px;
}
.section-table__winter img {
  height: 45px;
  width: auto;
  margin: 10px 20px 10px 25px;
}
.section-table__winter p {
  font-size: 13px;
  padding: 10px 10px 10px 0;
  letter-spacing: 0;
}
.section-table__calendar {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  margin: 30px 24px 0;
  border: solid 1px #333;
  max-width: 600px;
}
.section-table__calendar img {
  height: 40px;
  width: auto;
  margin: 20px 20px 10px 15px;
}
.section-table__calendar p {
  font-size: 13px;
  padding: 10px 0 10px 15px;
  letter-spacing: 0;
}
@media(min-width:700px){
  .section-table__winter {
    margin: 0 auto;
    max-width: 600px;
  }
  .section-table__calendar {
    margin: 30px auto 0;
    max-width: 600px;
  }
  .section-table__calendar img {
    margin-top: 12px;
  }
}
@media(min-width:960px) {
  .section-table {
    max-width: 1040px;
    margin: 0 auto;
    padding: 80px 0 80px;
  }
  .section-table p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .section-table table {
    font-size: 17px;
    margin-top: 60px;
  }
  .section-table table th {
    width: 280px;
    padding: 20px 20px 20px 20px;
  }
  .section-table table td {
    padding: 20px 20px 20px 20px;
  }
  .section-table td br {
    display: none;
  }
  .section-table td span {
    margin-right: 10px;
  }
  .section-table__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .section-table__wrapper p {
    text-align: left;
    padding-top: 15px;
  }
  .section-table__winter {
    margin: 30px 0 0;
    width: 45%;
  }
  .section-table__winter img {
    height: 70px;
    margin: 15px 20px 15px 25px;
  }
  .section-table__calendar {
    margin: 30px 0 0;
    width: 45%;
    margin-right: 50px;
  }
  .section-table__calendar p {
    padding-left: 25px;
  }
  .section-table__calendar img {
    height: 55px;
    margin: 17px 25px 17px 15px;
  }
}
.section-category ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.section-category ul li {
  height: 200px;
  width: 80%;
  margin: 0 20px 40px;
  list-style: none;
}
.section-category__stay {
  background-image: url("../images/top/stay@2x-min.png");
  background-size: auto 100%;
  border-radius: 30px;
  background-repeat: no-repeat;
  min-width: 300px;
  max-width: 300px;
}
.section-category__stay-filter {
  background-color: rgba(0, 0, 0, 0.50);
  height: 100%;
  width: auto;
  border-radius: 30px;
}
.section-category__stay h3 {
  font-size: 2.4rem;
  color: #fff;
  padding-top: 40px;
  margin-bottom: 60px;
  letter-spacing: 1.0rem;
}
.section-category__arrow {
  display: inline-block;
  width: 130px;
  height: 40px;
  border: solid 0.8px #fff;
  border-radius: 15px;
  padding: 5px;
}
.section-category__arrow img {
  width: 20px;
  margin-bottom: 3px;
}
.section-category__arrow a {
  text-decoration: none;
  color: #fff;
  font-size: 1.7rem;
}
.section-category__lunch {
  background-image: url("../images/top/lunch@2x-min.png");
  background-size: auto 100%;
  border-radius: 30px;
  background-repeat: no-repeat;
  max-width: 300px;
  min-width: 300px;
}
.section-category__lunch-filter {
  background-color: rgba(0, 0, 0, 0.50);
  height: 100%;
  width: 100%;
  border-radius: 30px;
}
.section-category__lunch h3 {
  font-size: 2.4rem;
  color: #fff;
  padding-top: 40px;
  margin-bottom: 60px;
}
.section-category__spend {
  background-image: url("../images/top/spend@2x-min.png");
  background-size: auto 100%;
  border-radius: 30px;
  background-repeat: no-repeat;
  max-width: 300px;
  min-width: 300px;
}
.section-category__spend-filter {
  background-color: rgba(0, 0, 0, 0.50);
  height: 100%;
  width: 100%;
  border-radius: 30px;
}
.section-category__spend h3 {
  font-size: 2.4rem;
  color: #fff;
  padding-top: 40px;
  margin-bottom: 60px;
}
.section-category__line {
  padding-top: 20px;
}
.section-category__line img {
  width: 80%;
}
.section-category__stay{
animation-delay: 0.2s;
}

.section-category__lunch{
animation-delay: 0.3s;
}

.section-category__spend{
animation-delay: 0.4s;
}

@media(min-width:960px) {
  .section-category {
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-category ul li {
    height: 370px;
    width: 310px;
    margin: 0 20px 50px;
  }
  .section-category__stay {
    background-image: url("../images/top/stay@2x-min.png");
    background-size: auto 100%;
    border-radius: 30px;
    background-repeat: no-repeat;
    min-width: 300px;
    max-width: 300px;
  }
  .section-category__stay h3, .section-category__lunch h3, .section-category__spend h3 {
    font-size: 3.0rem;
    padding-top: 80px;
    margin-bottom: 140px;
  }
  .section-category__line img {
    display: none;
  }
}
.section-calendar {
  padding-top: 50px;
  margin-bottom: 60px;
}
.section-calendar h2 {
  margin-bottom: 40px;
  line-height: 3.2rem;
}
.section-calendar p {
  text-align: left;
  padding: 0 24px 40px 24px;
}
.section-calendar iframe {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media(min-width:960px){
 .section-calendar {
  padding-top: 80px;
  margin-bottom: 80px;
}
.section-calendar h2 br {
  display: none;
}
  .section-calendar h2 {
    margin-bottom: 60px;
  }
  .section-calendar p {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 60px;
  }
.section-calendar iframe {
  max-width: 1040px;
  height: 700px
} 
}




