@charset "UTF-8";
/* CSS Document */
body {
   background-image: linear-gradient(120deg, rgba(235, 223, 203, 1) 9%, rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(182, 126, 53, 0.8), rgba(255, 255, 255, 0)), linear-gradient(6deg, rgba(16, 181, 177, 0.8), rgba(255, 255, 255, 0)), linear-gradient(357deg, rgba(235, 223, 203, 1), rgba(255, 255, 255, 0));
}
.main {
  background-color: #f7f2e6;
  max-width: 1208px; /* 1160px + padding: 24px */
  margin: 0 auto;
}
.top-wrapper {
  position: relative;
}
.section-top__image img {
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  z-index: -1;
}
.section-top__image-message {
  color: #eb5a02;
  font-family: Arial, Helvetica, "sans-serif";
  width: 100%;
  z-index: 1000;
}
.section-top__image-message h2 {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  font-size: 4.0rem;
  font-weight: 800;
  letter-spacing: 0.18rem;
  text-shadow: 2px 4px 5px #000;
}
.section-top__image-message span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0rem;
  font-weight: 800;
  letter-spacing: 0.06rem;
  text-shadow: 2px 3px 4px #000;
}
.section-top .slick-dots {
  bottom: 10px;
}
.section-top .slick-dots li button:before {
  color: #FFF;
  font-size: 10px;
}
.section-greeting {
  padding-top: 30px;
}
.section-greeting h2 {
  margin: 0 auto;
  padding-bottom: 5px;
  color: #eb5a02;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #eb5a02;
}
.section-greeting__greeting {
  padding: 20px 24px 30px;
  color: #567947;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 960px) {
  .section-top {
    max-width: 1208px;
  }
  .top-wrapper {
    outline: 1px solid #eb5a02;
    outline-offset: -40px;
  }
  .section-top__image img {
    width: 100%;
    outline: 2px solid #eb5a02;
    outline-offset: -40px;
  }
  .section-top__image-message h2 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-size: 9.5rem;
    font-weight: 800;
  }
  .section-top__image-message span {
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    font-size: 4.5rem;
    font-weight: 800;
  }
  .section-greeting__greeting {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 600;
  }
  .desktop-hidden {
    display: none;
  }
}
.floor-title {
  text-align: left;
  padding-bottom: 5px;
  color: #567947;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #eb5a02;
}
.section-floor {
  padding: 30px 0 30px;
}
.section-floor ul {
  margin: 0 24px;
  list-style: none;
}
.section-floor ul li {
  max-width: 480px;
  padding-bottom: 20px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 40px;
  border-radius: 6px;
  text-align: left;
}
.section-floor__picture {
  width: 100%;
  height: 154px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0 0;
}
.section-floor h3 {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #567947;
  font-size: 1.6rem;
}
.section-floor__description {
  padding: 0 20px 10px;
  text-align: left;
  color: #567947;
  font-size: 1.6rem;
}
.section-floor__excerpt-from-menu {
  padding: 0 20px 20px;
  text-align: left;
  color: #333;
  font-size: 1.4rem;
}
.section-floor__more-link a {
  padding: 0 20px;
  color: #72ACFF;
  text-decoration: none;
}
@media (min-width: 960px) {
  .section-floor-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-floor__picture {
    width: 100%;
    height: 310px;
  }
  .section-floor ul {
    margin: 0 auto 60px auto;
    display: flex;
    justify-content: space-between;
  }
  .section-floor ul li {
    margin: 0;
  }
}
.news-title {
  text-align: left;
  padding-bottom: 5px;
  color: #567947;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #eb5a02;
}
.section-news {
  padding-bottom: 30px;
  
}
.ebisu_logo {
	display: none;
}
.section-news ol {
  list-style-type: none;
  padding: 30px 24px;
  margin-bottom: 8px;
}
.section-news ol li {
	text-align: left;
  color: #333;
	padding-bottom: 10px;
}
.section-news ol li a {
  color: #72ACFF;
  text-decoration: none;
}
.section-news ol li:first-child {
  display: block;
}
.section-news__category {
  color: blue;
  font-weight: 600;
}
.section-news h3 {
  font-weight: 500;
}
.section-news ol li time {
  font-size: 1.6rem;
  color: #72ACFF;
}
.section-news__category.new::after {
  content: " NEW";
  color: #F33;
}
.section-news__more-link a {
  padding: 0 30px;
  color: #72ACFF;
  text-decoration: none;
}
/*
.section-news__more-link a {
  text-decoration: none;
  color: #72ACFF;
}
.section-news ol li {
    display: block;
    margin-bottom: 20px;
  } */
.section-information {
  background-color: #eb5a02;
  padding: 20px 24px;
  color: #FFF;
  position: relative;
}
.section-information ul li {
  line-height: 2.6rem;
  list-style: none;
  display: flex;
  justify-content: center;
}
.section-information__free-dial-comment, .section-information__dial-comment {
  margin-right: 30px;
  font-weight: 700;
}
.section-information__number {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
@media (min-width: 960px) {
	.section-news {
		margin-bottom: 80px;
	}
	.section-news_contents__wrapper {
		display: flex;
		justify-content: space-between;
	}
	.ebisu_logo {
		display: block;
		 width: 450px; /*画像サイズ指定*/
  margin: 0;
  padding: 30px 40px 0 30px;
  
 
	}
  .section-information {
    padding: 30px 30px;
	
  }
  .section-information-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-information__dial-comment {
    display: block;
  }
  .section-information__free-dial-comment, .section-information__dial-comment {
    margin-right: 30px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .section-information__number {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
  }
  .section-information ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .section-information ul li {
    margin: 0;
  }
}