@charset "utf-8";
/* CSS Document */
.section-top {
  margin-bottom: 60px;
}
.section-top__image {
  height: 388px;
  background-image: url("../images/pixis14.JPG");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.section-top__image h2 {
  font-size: 2.6rem;
  opacity: 0.8;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  top: 250px;
}
.section-top__lead {
  margin: 0 24px;
  line-height: 1.5;
  color: #f6f8f9;
}
@media(max-width: 550px) {
  .section-top__image {
    background-size: auto 100%;
  }
}
@media(max-width: 480px) {
  .section-top__lead span {
    display: block;
  }
}
@media(min-width: 480px) {
  .section-top__image {
    height: 600px;
    margin-bottom: 80px;
  }
  .section-top__image h2 {
    font-size: 4.8rem;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    padding: 400px 0 0 24px;
  }
  .section-top__lead {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4.0rem;
  }
}
.section-pixisvan {
  padding: 40px 24px;
  background-color: #f6f8f9;
  margin-bottom: 60px;
  color: #333;
}
.section-pixisvan h2 {
  margin-bottom: 40px;
}
.pixis-photo {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
.section-calendar {
  padding: 40px 24px;
  background-color: #f6f8f9;
  margin-bottom: 60px;
  color: #333;
}
.section-calendar iframe {
  width: 100%;
}
@media (min-width: 1040px) {
  .section-pixisvan {
    padding: 60px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-pixisvan h2 {
    padding-bottom: 40px;
    border-bottom: solid 1px #333;
    margin-bottom: 30px;
  }
  .section-calendar {
    padding: 60px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
.pixis-day__price ul {
  list-style: none;
}
.pixis-day__price ul li {
  display: inline-block;
}
.table_design02 {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.table_design02 tr {
  background-color: #B2E0D0;
}
.table_design02 tr:nth-child(odd) {
  background-color: #fff;
}
.table_design02 th, .table_design02 td {
  padding: 1em;
}
.table_design02 th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
@media(max-width: 480px) {
  .table_design02 th {
    font-size: 1.1rem;
    width: 40%;
  }
}
.pixis-atention {
  padding: 60px 0 20px 0;
}
.section-pixisvan ul li {
  list-style: none;
  line-height: 2.5;
}
@media(max-width: 480px) {
  .pixis-atention {
    margin: 0;
    padding-bottom: 0;
  }
  .section-pixisvan ul {
    text-align: left;
    padding-left: 0;
    font-size: 0.7em;
  }
}
.section-shop-list {
  /*  padding: 50px 0;*/
  padding: 40px 24px;
  background-color: #f6f8f9;
  margin-bottom: 60px;
  color: #333;
}
.section-shop-list__tel {
  font-weight: 800;
  color: #E37800;
}
.section-shop-list ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.section-shop-list__sns {
  text-decoration: none;
  color: #333;
}
.section-shop-list ul li {
  list-style: none;
}
.section-shop-list ul li img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 180px;
  margin: 60px auto 30px auto;
}
.section-shop-list ul li h2 {
  font-size: 2.5rem;
  padding-bottom: 20px;
}
.section-shop-list ul li p {
  font-size: 1.5rem;
}
@media(min-width: 1160px) {
  .section-shop-list {
    /*
    padding-top: 90px;
    padding-bottom: 185px;
*/
    padding: 60px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-shop-list h2 {
    padding-bottom: 40px;
    border-bottom: solid 1px #333;
    margin-bottom: 30px;
  }
  .section-shop-list ul {
    display: flex;
    justify-content: center;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-shop-list ul li {
    width: 250px;
    margin: 0 auto;
  }
  .section-shop-list ul li img {
    margin-top: 80px;
  }
}

/* .swiper {
  width: 600px;
  height: 300px;
} */