@charset "UTF-8";
/* CSS Document */
.section-top {
  width: 100%;
  height: auto;
  padding-top: 80px;
}
.section-top h1 {
  position: absolute;
  top: 90px;
  left: 0;
  margin-left: 20px;
  font-weight: 300;
  font-size: 1.3rem;
}
@media(max-width: 540px) {
  .section-top__image {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-top h1 {
    font-size: 1rem;
    z-index: 1000;
    text-align: left;
    top: 0;
    margin-top: 20px;
  }
}
/*---------------------
  title
---------------------*/
.section-title {
  font-family: 'Kanit', sans-serif;
  font-size: 4.8rem;
  line-height: 0.8;
}
.section-title span {
  font-size: 2.4rem;
}
@media(max-width:440px) {
  .section-title {
    font-size: 3.0rem;
    line-height: 1;
  }
  .section-title span {
    font-size: 1.9rem;
  }
}
/*---------------------
  section-news
---------------------*/
.section-news {
  margin: -135px auto 80px;
  padding-top: 135px;
}
.news-wrapper {
  max-width: 760px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 900;
  margin: -55px auto 70px;
  padding: 30px;
}
.news-text {
  display: flex;
}
.section-news h2 {
  display: block;
  width: 123px;
  height: 100px;
  font-family: 'Kanit', sans-serif;
  font-size: 4.0rem;
  line-height: 0.8;
  border-right: 1px solid #fff;
  padding-right: 18px;
  text-align: left;
}
.section-news h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.4rem;
}
.section-news ol {
  text-align: left;
  margin-left: 35px;
}
.section-news li {
  margin-bottom: 10px;
}
@media(max-width: 540px) {
  .section-news {
    margin: 170px auto 40px;
  }
  .news-wrapper {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
  }
  .news-text {
    display: block;
  }
  .news-wrapper ol {
    margin-left: 0;
  }
  .section-news h2 {
    border-right: none;
    width: auto;
    height: auto;
    font-size: 3.0rem;
    margin-bottom: 20px;
  }
  .section-news h2 span {
    font-size: 1.9rem;
  }
}
/*---------------------
  section-about
---------------------*/
.section-about {
  width: 100%;
  margin-bottom: 80px;
}
.about-wrapper {
  max-width: 960px;
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
  line-height: 2;
}
.section-about h2 {
  text-align: left;
  margin-bottom: 60px;
}
.section-about h3 {
  font-weight: 300;
  text-align: left;
  margin-bottom: 40px;
}
.about-contents {
  display: flex;
}
.about-image_link {
  max-width: 470px;
  height: auto;
  margin-right: 20px;
}
.about-image_link:last-child {
  margin-right: 0;
}
@media(max-width: 540px) {
  .about-wrapper {
    max-width: 335px;
    height: auto;
  }
  .section-about {
    background-color: #262626;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .section-about h2 {
    padding-top: 60px;
    margin-bottom: 60px;
    text-align: center;
  }
  .about-contents {
    display: block;
  }
  .about-image_link {
    max-width: 335px;
    max-height: 250px;
    margin: 40px 0;
  }
}
/*---------------------
  menu
---------------------*/
.section-menu {
  width: 100%;
  background-color: #333;
  padding: 80px 0;
}
.menu-wrapper {
  max-width: 960px;
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.section-menu h2 {
  margin-bottom: 80px;
}
.section_menu-image {
  max-width: 480px;
  height: auto;
}
.menu-text {
  max-width: 460px;
  height: auto;
  font-size: 2.8rem;
  text-align: left;
  padding-left: 20px;
}
.menu-text h4 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 34px 0;
  line-height: 1.8;
}
.menu-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 10px 40px;
  width: 180px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #fff;
}
.menu-text a span {
  font-size: 1.4rem;
}
@media(max-width: 540px) {
  .section-menu {
    padding: 60px 0;
  }
  .menu-wrapper {
    display: block;
    max-width: 335px;
    height: auto;
  }
  .section_menu-image {
    max-width: 335px;
    max-height: 368px;
    margin-bottom: 30px;
  }
  .section-menu h2 {
    margin-bottom: 60px;
  }
  .menu-text {
    padding: 0;
    max-width: 335px;
    height: auto;
  }
  .section-menu h2 {
    padding: 0;
  }
  .section-menu h3 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .menu-text h4 {
    font-size: 1.8rem;
    margin: 0 0 25px;
    line-height: 1.7;
  }
  .menu-text p {
    max-width: 335px;
    height: auto;
    font-size: 2rem;
    padding: 15px 0;
  }
}
/*---------------------
  shop
---------------------*/
.section-shop {
  padding-top: 80px;
  margin-bottom: 130px;
  width: 100%;
}
.section-shop h2 {
  margin-bottom: 80px;
}
.shop-wrapper {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.shop-wrapper ul {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
}
.shop-image {
  max-width: 440px;
  height: auto;
}
.shop-wrapper ul li {
  margin-right: 40px;
}
.shop-wrapper ul li:last-child {
  margin-right: 0;
}
.shop-wrapper ul li h3 {
  font-size: 2.9rem;
  margin: 19px 0;
}
.shop-wrapper ul li h3 span {
  font-size: 2.0rem;
}
.shop-wrapper ul li h4 {
  font-weight: 400;
  margin-bottom: 20px;
}
.shop-link {
  display: flex;
  justify-content: center;
}
.map-link, .reserve-link {
  width: 136px;
  height: auto;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.map-link, .shop-btn {
  border: solid 1px #fff;
}
.reserve-link {
  margin-right: 0;
  background-color: #c998a3;
  color: #333;
}
.shop-btn {
  display: block;
  max-width: 285px;
  height: auto;
  border-radius: 20px;
  padding: 5px 0;
  margin: 10px auto 0;
}
@media(max-width: 540px) {
  .section-shop {
    background-color: #262626;
    padding-top: 60px;
    margin-bottom: 80px;
  }
  .section-shop h2 {
    margin-bottom: 60px;
  }
  .shop-wrapper ul {
    display: block;
    max-width: 335px;
    height: auto;
    padding-bottom: 60px;
  }
  .shop-image {
    max-width: 335px;
    height: 220px;
  }
  .shop-wrapper ul li {
    margin: 0;
  }
  .shop-wrapper ul li h3 {
    font-size: 2.4rem;
    text-align: left;
  }
  .shop-wrapper ul li h3 span {
    font-size: 1.8rem;
  }
  .shop-wrapper h4 {
    text-align: left;
  }
  .map-link, .reserve-link {
    width: 160px;
  }
  .shop-link p {
    max-width: 160px;
  }
  .shop-btn {
    max-width: 335px;
  }
}
/*---------------------
  gallery
---------------------*/
.section-gallery {
  background-color: #333;
  text-align: left;
  padding-bottom: 100px;
}
.section-title, .gallery-text {
  max-width: 960px;
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
}
.section-gallery h2 {
  padding-top: 80px;
  margin-bottom: 80px;
  color: #c998a3;
}
.gallery-wrapper h3 {
  font-size: 2.8rem;
}
.gallery-wrapper h4 {
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 60px;
}
.gallery-image img {
  max-width: 960px;
  max-height: 480px;
  margin: 0 auto 60px;
}
.slider {
  width: 80%;
  margin: 0 auto;
}
.gallery-btn {
  background-color: #c998a3;
  color: #333;
  width: 288px;
  height: auto;
  border-radius: 24px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 600;
}
@media(max-width: 540px) {
  .section-gallery {
    padding-bottom: 0;
    margin-bottom: 340px;
  }
  .section-gallery h2 {
    padding-top: 0px;
    margin-bottom: 60px;
  }
  .section-title, .gallery-text {
    max-width: 335px;
  }
  .gallery-wrapper h2 {
    text-align: center;
    padding-top: 0;
  }
  .gallery-wrapper h3 {
    font-size: 2rem;
    line-height: 1.8;
  }
  .gallery-wrapper h4 {
    font-size: 1.8rem;
  }
  .gallery-image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: 20% 100%;
    margin: 0 auto 40px;
  }
  .slider {
    width: 100%;
    margin: 0 auto;
  }
  .gallery-btn {
    width: 240px;
    height: auto;
    padding: 5px 0;
    font-size: 1.6rem;
  }
}
/*---------------------
  footer
---------------------*/
.footer-top {
  width: 100%;
  height: 690px;
  background-image: url("../images/footer-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.footer-wrapper nav {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.footer-wrapper h1 img {
  width: 122px;
  margin: 50px 0;
}
.footer-wrapper ul {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.footer-wrapper ul li {
  margin-right: 98px;
}
.footer-wrapper ul li:last-child {
  margin-right: 0;
}
@media(max-width: 540px) {
  .footer-top {
    width: 100%;
    height: 346px;
    background-image: url("../images/sp_footer-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .footer-reserve {
    position: absolute;
    top: -273px;
    left: 0;
    right: 0;
  }
  .footer-wrapper nav {
    max-width: 335px;
    height: auto;
  }
  .footer-wrapper h1 img {
    max-width: 76px;
    height: auto;
    margin: 40px 0;
  }
  .footer-wrapper ul {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
  .footer-wrapper ul li {
    margin-right: 40px;
  }
  .footer-wrapper ul li:last-child {
    margin-right: 0;
  }
}