@charset "UTF-8";
/* CSS Document */

.section-top{
  height: 350px;
  background-color: #f3f5f2;
}
.section-top__image {
  height: 100%;
  background-image: url("../img/index_img/happy.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media(min-width:1100px) {
  .section-top{
    height: 500px;
  }
}
.section-title {
  font-size: 1.8rem;
  margin: 30px 0;
  color: #543807;
}
.section-lead {
  margin-bottom: 50px;
  text-align: center;
}
@media(min-width:1100px) {
  .section-title {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .section-lead {
    font-size: 1.8rem;
  }
}
.section-about {
  background-color: rgba(239, 196, 185, 0.4);
  padding: 30px 24px;
  color: #543807;
  line-height: 1.5;
  text-align: center;
  
}
.section-about__message {
  padding: 2em; /*内側の余白*/
  background: none; /*元のボックス背景色なし*/
  border: 1px solid #ccc; /*線の太さ・種類・色*/
  position: relative; /*配置（基準）*/
}
.section-about__message:after {
  background-color: #eee; /*ずらしたボックスの背景色*/
  border: none;
  content: '';
  position: absolute; /*配置（ここを動かす）*/
  top: 7px; /*上から7pxずらす*/
  left: 7px; /*左から7pxずらす*/
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-about__message-sub {
  padding: 30px;
}
.section-menu {
  background-color: #feefe6;
  padding: 50px 0;
}
.section-menu ul {
  color: #543807;
  list-style: none;
}
.section-menu ul li {
  width: 250px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: rgba(239, 196, 185, 0.7);
  margin-bottom: 40px;
  text-align: center;
  border-radius: 180px 180px 0 0;
  position: relative;
  box-shadow: 0 0 1px 0;
}
.section-menu ul li img {
  width: 100%;
  border-radius: 180px 180px 0 0;
}
.section-menu a {
  text-decoration: none;
  color: #543807;
}
.section-menu__item-title {
  font-size: 1.8rem;
  padding: 10px;
}
.section-menu__view {
  font-size: 1.2rem;
  position: absolute;
  right: 20px;
}
.section-menu__arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.section-menu__arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent rgba(239, 196, 185, 0.7);
}
@media(min-width:1100px) {
  .section-menu {
    padding: 60px 0;
  }
  .section-menu ul {
    display: flex;
    justify-content: center;
    margin: 0 auto 50px auto;
  }
  .section-menu ul li {
    margin: 0 30px;
    width: 280px
  }
  .section-menu__item-title {
    padding: 30px;
  }
}
.section-sub {
  background-image: url("../img/index_img/index_sub.jpg");
  background-repeat: no-repeat;
  background-position: 20%;
  background-size: cover;
  height: 400px;
  position: relative;
}
.section-sub__image-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.section-sub ul {
  list-style: none;
  background-color: rgba(224, 201, 188, 0.5);
  width: 350px;
  padding: 30px;
  margin: 0 auto;
  color: #543807;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
}
.section-sub ul li {
  text-align: left;
  line-height: 2.0;
  font-weight: 600;
}
@media(min-width:1100px) {
  .section-sub ul {
    column-count: 2;
    width: 600px;
    padding-top: 90px;
  }
  .section-sub ul li {
    line-height: 2.5;
  }
}
.section-instagram__link img {
  width: 40px;
  margin-top: 20px;
}
.section-instagram {
  padding: 40px 24px;
  background-color: #feefe6;
}
.section-instagram ul li img {
  width: 100%;
  height: auto;
}
.section-instagram ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  margin: 0 auto;
}
.section-instagram ul li {
  width: 50%;
  margin: 0;
  padding: 10px;
}
@media(min-width:1100px) {
  .section-instagram ul {
    width: 1000px;
    display: flex;
    flex-wrap: nowrap;
  }
  .section-instagram ul li {
    width: 100%;
    padding: 0;
    margin: 20px;
  }
}
.section-instagram__link a {
  margin-left: 10px;
  font-size: 1.4rem;
  color: #543807;
}
.section-reservation {
  background-color: #feefe6;
  padding: 40px 24px;
}
.section-reservation__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-reservation__mail, .section-reservation__tel, .section-reservation__instagram {
  background-color: rgba(211, 227, 214, 0.8);
  border: 1px solid #e0c9bc;
  width: 224px;
  height: 124px;
  margin: 10px auto;
  position: relative;
}
.section-reservation__tel img {
  width: 50px;
  text-align: center;
  position: absolute;
  top: 35px;
  right: 87px;
}
.section-reservation__mail img, .section-reservation__instagram img {
  width: 50px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 87px;
}
.section-reservation__mail a, .section-reservation__tel a, .section-reservation__instagram a {
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
}
.section-reservation__tel p {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
}
@media(min-width:1100px) {
  .section-reservation__wrap {
    flex-direction: row;
    justify-content: center;
  }
  .section-reservation__mail, .section-reservation__tel, .section-reservation__instagram {
    margin: 0;
  }
}
.section-access {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(224, 201, 188, 0.8);
}
.section-access address {
  font-style: normal;
  margin-bottom: 40px;
}
.section-access p {
  margin-top: 20px;
}
.section-access__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
.section-access__map {
  width: 100%;
  height: 200px;
}
.section-access__explanation {
  margin-bottom: 25px;
}
@media(min-width:1100px) {
  .section-access address, .section-access__explanation {
    font-size: 1.8rem;
  }
  .section-access__map {
    width: 1040px;
    height: 378px;
    margin: 0 auto;
  }
}
.section-payment {
  padding: 40px 24px;
  background-color: #fff;
}
.section-payment__image {
  width: 200px;
  margin: 0 auto;
}
.section-payment img {
  width: 100%;
}
@media(min-width:1100px) {
  .section-payment__image {
    width: 350px;
  }
}