@charset "UTF-8";

main {
  padding-top: 16rem;
}

img {
  width: 100%;
}

section.w880 {
  width: 880px;
}

#season_menu {
  padding-bottom: 100px;
  overflow: hidden;
}
#season_menu:before {
  content: "";
  position: absolute;
  width: 100%;
  background-size: contain;
  height: 95.5%;
  top: 330px;
  left: 0;
  z-index: -1;
  background-color: #fbf8f0;
  transform: skewY(-10deg);
}

.cont960 h2 {
  margin: 6rem 0 5rem;
}

.txt{
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin: 5rem auto 4rem;
  width: 740px;
  text-align: left;
}
.txt p{
  text-align: left;
  margin-bottom: 2rem;
}
.txt span{
  font-size: 1.6rem;
}
.txt a{
  text-decoration: underline;
}
span.note {
  font-size: 1.1rem;
  text-align: left;
  display: inline-block;
}

.present {
  background: #eadbc4;
  padding: 3rem 2rem;
}
.present p {
  color: #231815;
  text-align: center;
}
.point_img {
  width: 30%;
}
.point_inner {
  display: flex;
  justify-content: space-evenly;
  margin: 2rem auto;
}


.lounge6_box {
  margin: 2rem auto;
}

.btn{
  line-height: 1;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #a9894a;
  padding: 1.8rem 0 1.6rem;
  margin: 3rem auto 4rem;
}
.btn_arrow {
  position: relative !important;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  text-decoration: none;
}
.btn_arrow::before {
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_arrow::before, .btn_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

h3 {
  color: #a9894a;
  font-size: 1.6rem;
  margin: 4rem auto 3rem;
}
h3:before {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #a9894a;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-right: 13px;
}
h3:after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #a9894a;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-left: 13px;
}

/*  */

:root {
  --swiper-theme-color: #a9894a !important;
  --swiper-navigation-size: 25px !important;
}

.disabled {
  pointer-events: none;
}

.membership_inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
      margin: 4rem 0;
}
.membership_img {
    width: 40%;
}

.btn_app {
  background-color: #231815;
}


p.-l {
  font-size: 1.8rem;
}
span.-large {
  font-size: 2.4rem;
}