@charset "utf-8";
/* CSS Document */
.main {
  background-color: #fffef6;
}
.section-top__image-filter {
  position: relative;
  align-items: top;
  flex-wrap: wrap;
  height: 100%;
  widht: 100%;
  background-color: rgba(255,255,255,0.20); /* 背景画像にフィルタをかける */
}
.section-top__image img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-top__image-message h2 {
  z-index: 100;
  position: absolute;
  rigth: 300;
  top: 400;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: right;
  color: #fdc0ad;
  text-shadow: 0 0 4px rgb(139, 84, 42, 0.6);
  padding-top: 40px;
}
.section-top__image-message  {
  z-index: 100;
  position: absolute;
  right: 0;
  top: 0;
  color: #fdc0ad;
  text-shadow: 0 0 4px rgb(139, 84, 42, 0.6);
  font-size: 2.0rem;
  line-height: 3.4rem;
  text-align: right;
  font-weight: 600;
  width: 100%;
  padding: 30px 20px 0 120px;
}
@media(min-width: 960px) {
  .section-top__image img {
    height: 70%;
    width: 70%;
    max-height: 900px;
  }
  .section-top__image-message {
    font-size: 2.6rem;
    line-height: 3.8rem;
    padding: 50px 350px 5px 300px;
  }
  .section-top__image-message p {
    max-width: 1160px;
  }
  .section-top__image-message h2 {
    font-size: 3.4rem;
    max-width: 1160px;
    rigth: 300;
    top: 400;
  }
}
.section-concept {
  padding: 0 24px 20px;
  text-align: left;
}
.section-concept h2 {
  color: #482b1a;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 20px;
}
.section-concept__image {
  position: center;
  size: 100% auto;
  margin-bottom: 20px;
}
.section-concept__message p {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.section-concept__message a {
  text-decoration: none;
  color: #ef9e7e;
}
@media(min-width: 960px) {
  .section-concept {
  padding-bottom: 60px;
}
  .section-concept h2 {
    font-size: 3.6rem;
    padding: 60px 0 40px;
  }
  .concept-content-wrapper {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
  }
  .concept-content-wrapper-cat {
    display: flex;
    flex-flow: row-reverse;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-concept__image {
    flex: 5;
    padding-left: 120px;
    height: 100%;
  }
  .section-concept__message p {
    flex: 5;
    padding-left: 120px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.section-news {
  background-color: #FFF;
  padding: 20px 0;
}
.section-news h2 {
  color: #482b1a;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.section-news ol {
  list-style: none;
  margin: 0 24px 10px 24px;
}
.section-news ol li {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fcf6fc;
  border-radius: 6px;
  text-align: left;
  margin-bottom: 20px;
}
.section-news__picture {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0 0;
}
.section-news__title {
  padding: 10px 20px 10px;
  display: block;
  color: #ef9e7e;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
.section-news ol li time {
  text-align: left;
  padding-left: 20px;
  font-size: 1.6rem;
  font-style: italic;
}
.section-news__description {
  display: block;
  padding: 0 20px 20px;
}
.section-news__more-link {
  color: #ef9e7e;
  text-align: left;
  display: inline;
  text-decoration: none;
}
.section-news__news-list {
  padding: 20px auto 20px auto;
}
.list-style__button {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  border: 1px solid #ef9e7e;
  border-radius: 40px;
  max-width: 300px;
  color: #ef9e7e;
  font-weight: 600;
  background-color: #FFF;
  margin-bottom: 20px;
}
.list-style__button a {
  color: #ef9e7e;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 40px;
}
@media(min-width: 960px) {
  .section-news {
    padding: 20px 0;
  }
  .section-news-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-news h2 {
    font-size: 3.6rem;
    padding: 20px 0;
  }
  .section-news ol {
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
  }
  .section-news ol li {
    margin: 0;
  }
  .section-news ol li:first-child {
    margin-right: 40px;
  }
  .section-news ol li:last-child {
    margin-left: 40px;
  }
  .section-news__picture {
    height: 238px;
  }
  .section-news__title {
    font-size: 2.4rem;
  }
  .section-news ol li time {
   font-size: 2.0rem;
}
  .section-news__description {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .list-style__button {
    padding: 12px 80px;
    max-width: 450px;
    font-size: 2.2rem;
  }
  .list-style__button a {
    padding: 12px 60px;
  }
}
.section-menu {
  margin-bottom: 20px;
}
.section-menu h2 {
  color: #482b1a;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 20px;
}
.section-menu ul {
  list-style: none;
  margin: 0 24px 10px 24px;
}
.section-menu ul li {
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  text-align: left;
  margin-bottom: 40px;
}
.section-menu__picture {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0 0;
}
.section-menu__title {
  padding: 10px 20px 10px;
  display: block;
  text-decoration: none;
  color: #ef9e7e;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-menu p {
  font-size: 1.5rem;
  padding: 0 20px 20px;
}
.section-menu button a {
  color: #ef9e7e;
  text-decoration: none;
}
@media(min-width: 960px) {
  .section-menu {
    padding: 40px 0 20px;
  }
  .section-menu-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-menu h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
  .section-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-menu ul li {
    padding: 40px 50px 0;
  }
  .section-menu__picture {
    height: 280px;
    border-radius: 6px;
  }
  .section-menu__title {
    font-size: 2.4rem;
  }
  .section-menu p {
    font-size: 2.0rem;
    line-height: 3.0rem;
    padding: 0 20px 20px;
  }
}
.section-shop {
  background-color: #FFF;
  padding: 40px 0 5px;
}
.section-shop h2 {
  color: #482b1a;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 20px;
}
.section-shop__message {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 20px;
} 
.section-shop ul {
  list-style: none;
  margin: 0 24px 10px 24px;
}
.section-shop ul li {
  max-width: 327px;
  margin: 0 auto;
  background-color: #fcf6fc;
  border-radius: 6px;
  text-align: left;
  margin-bottom: 40px;
}
.section-shop__picture {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0 0;
}
.section-shop__title {
  padding: 10px 20px 10px;
  display: block;
  color: #482b1a;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-shop__description {
  display: block;
  padding: 0 20px 20px;
  text-align: left;
  font-size: 1.5rem;
}
@media(min-width: 960px) {
  .section-shop-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-shop h2 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 20px;
  }
  .section-shop__message {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 40px;
  } 
  .section-shop ul {
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
  }
  .section-shop ul li {
    margin: 0;
  }
  .section-shop ul li:first-child {
    margin-right: 40px;
  }
  .section-shop ul li:last-child {
    margin-left: 40px;
  }
  .section-shop__picture {
    height: 238px;
  }
  .section-shop__title {
    font-size: 2.2rem;
  }
  .section-shop__description {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.section-access {
  background-color: #fff;
  margin-bottom: 40px;
}
.section-access__content-wrapper {
  padding: 20px 0;
  background-color: #fffef6; 
}
.section-access h2 {
  color: #482b1a;
  background-color: #fffef6;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 20px;
}
.section-access h3 {
  padding-top: 20px;
  color: #482b1a;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.section-access address {
  font-style: normal;
  text-align: left;
  padding: 0 20px 0 100px;
}
.section-access__map {
  height: 220px;
}
.section-access__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
.section-access__description {
  display: block;
  padding: 5px 20px 20px 100px;
  text-align: left;
  font-size: 1.5rem;
  background-color: #fffef6;
}
@media(min-width: 960px) {
  .section-access {
    padding: 40px 24px 60px;
  }
  .section-access__map {
    max-width: 1160px;
    height: 475px;
    margin: 0 auto;
  }
  .section-access h2 {
    font-size: 3.6rem;
  }
  .section-access h3 {
    font-size: 2.8rem;
  }
  .section-access address {
    font-size: 2.2rem;
    line-height: 3.8rem;
    padding-left: 350px;
  }
  .section-access__description {
    font-size: 2.2rem;
    line-height: 3.8rem;
    padding-left: 350px;
  }
}
img {
  width: 100%;
}