.p-reservation {
  padding: 60px 16px;
}
@media screen and (min-width: 821px) {
  .p-reservation {
    padding: 80px 16px 100px;
  }
}

.merit-content {
  margin-bottom: 10px;
}
.merit-content:last-child {
  margin-bottom: 0;
}
.merit-content .merit-content__inner {
  display: flex;
  flex-wrap: wrap;
  background: #fcf5f3;
  border-radius: 10px;
  padding: 16px;
}
@media screen and (min-width: 821px) {
  .merit-content .merit-content__inner {
    padding: 16px 50px;
  }
}
.merit-content .merit-content__inner figure {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (min-width: 821px) {
  .merit-content .merit-content__inner figure {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.merit-content .merit-content__inner .merit-content__txt {
  display: contents;
}
@media screen and (min-width: 821px) {
  .merit-content .merit-content__inner .merit-content__txt {
    display: block;
    width: calc(100% - 100px);
  }
}
.merit-content .merit-content__inner .merit-content__txt .c-ttl03 {
  width: calc(100% - 70px);
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .merit-content .merit-content__inner .merit-content__txt .c-ttl03 {
    line-height: 1.3;
  }
}
.merit-content .merit-content__inner .merit-content__txt p {
  width: 100%;
  margin-top: 1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .merit-content .merit-content__inner .merit-content__txt p {
    margin-top: 0;
    letter-spacing: 0.02em;
  }
}

.tab-nav {
  display: flex;
  justify-content: space-between;
}
.tab-nav .tab-nav__btn {
  padding: 10px 20px;
  border: 1px solid #d99ca2;
  background-color: #fff;
  color: #d99ca2;
  width: 49%;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  transition: all 0.5s;
}
@media screen and (min-width: 821px) {
  .tab-nav .tab-nav__btn {
    font-size: 22px;
  }
}
.tab-nav .tab-nav__btn:hover {
  background-color: #d99ca2;
  color: #fff;
}
.tab-nav .tab-nav__btn.is-active {
  background-color: #d99ca2;
  color: #fff;
  border-color: #d99ca2;
}

.tab-content {
  background: #fff;
  padding: 40px 16px 0;
  border-top: 3px solid #d99ca2;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 821px) {
  .tab-content {
    margin: 0 calc(50% - 50vw);
    border-top: 5px solid #d99ca2;
    font-size: 22px;
    background: linear-gradient(to right, #fbf7f6 50%, #fff 50%);
    padding: 0;
  }
}
.tab-content .tab-content__item {
  display: none;
}
@media screen and (min-width: 821px) {
  .tab-content .tab-content__item {
    margin: 0 auto;
    max-width: 1296px;
  }
}
.tab-content .tab-content__item.is-active {
  display: block;
}
@media screen and (min-width: 821px) {
  .tab-content .tab-content__item .sec-ttl {
    margin-bottom: 40px;
  }
}
.tab-content .tab-content__item .c-txt a {
  text-decoration: underline;
}
.tab-content .tab-content__item .c-ttl03 {
  line-height: 1.4;
}
.tab-content .tab-content__item .tel-content .c-txt {
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .tab-content .tab-content__item .tel-content .c-txt {
    text-align: left;
  }
}
.tab-content .tab-content__item .tel-content small {
  text-align: center;
  margin-top: 4px;
  display: block;
  font-size: 13px;
}
@media screen and (min-width: 821px) {
  .tab-content .tab-content__item .tel-content small {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
  }
}
.tab-content .tab-content__item .bg-pink {
  padding: 20px 16px;
  border-radius: 10px;
  background-color: #fbf7f6;
}
@media screen and (min-width: 821px) {
  .tab-content .tab-content__item .bg-pink {
    padding: 30px 40px;
    margin-bottom: 0 !important;
  }
}
.tab-content .tab-content__item .bg-pink .c-ttl03 {
  margin-bottom: 16px;
}
.tab-content .tab-content__item .for-new > * {
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .tab-content .tab-content__item .for-new > * {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 821px) {
  .tab-content .tab-content__item .for-new {
    position: relative;
    padding: 80px 10px 80px 100px;
    background: #fff;
    border-radius: 100px 0 0 0;
  }
}

.reservation-btn-wrapper {
  margin: 30px calc(50% - 50vw) 0;
  padding: 30px 16px;
  background: #f7e5e0;
}
@media screen and (min-width: 821px) {
  .reservation-btn-wrapper {
    margin: 0 calc(50% - 50vw);
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .reservation-btn-wrapper .btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.reservation-btn-wrapper .btn-with-img:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 821px) {
  .reservation-btn-wrapper .btn-with-img:first-child {
    margin-bottom: 0;
  }
}
.reservation-btn-wrapper:last-child {
  margin-top: 0;
}

.howtouse {
  padding: 120px 16px 80px;
  margin: 0 calc(50% - 50vw);
  background: #f4d9d2;
  margin-bottom: 0;
  position: relative;
}
.howtouse::before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background: url("../img/reservation/bg-sp.jpg") no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 821px) {
  .howtouse::before {
    background: url("../img/reservation/bg.jpg") no-repeat center top/cover;
    height: 430px;
  }
}
@media screen and (min-width: 821px) {
  .howtouse {
    padding: 180px 0 100px;
  }
}
@media screen and (min-width: 821px) {
  .howtouse .sec-ttl {
    text-align: center;
  }
}
.howtouse .howtouse-inner {
  background: #fff;
  padding: 40px 16px;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .howtouse .howtouse-inner {
    max-width: 1296px;
    margin: 0 auto;
    padding: 100px 80px;
  }
}
.howtouse .howtouse-inner .howtouse-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .howtouse .howtouse-inner .howtouse-item {
    margin-bottom: 40px;
  }
}
.howtouse .howtouse-inner .howtouse-item:last-child {
  margin-bottom: 0;
}
.howtouse .howtouse-inner .howtouse-item .c-ttl02 {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .howtouse .howtouse-inner .howtouse-item .c-ttl02 {
    margin-bottom: 40px;
  }
}
.howtouse .howtouse-inner .howtouse-item .howtouse-item__content {
  padding: 20px 16px;
  border-radius: 10px;
  background-color: #fbf7f6;
  margin-bottom: 10px;
}
@media screen and (min-width: 821px) {
  .howtouse .howtouse-inner .howtouse-item .howtouse-item__content {
    display: flex;
    padding: 50px;
    margin-bottom: 16px;
  }
}
.howtouse .howtouse-inner .howtouse-item .howtouse-item__content .c-ttl03-02 {
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .howtouse .howtouse-inner .howtouse-item .howtouse-item__content .howtouse-item__content-txt {
    width: calc(100% - 360px);
  }
}
.howtouse .howtouse-inner .howtouse-item .howtouse-item__content .howtouse-item__content-txt.w100 {
  width: 100%;
}
.howtouse .howtouse-inner .howtouse-item .howtouse-item__content figure {
  margin-top: 10px;
}
@media screen and (min-width: 821px) {
  .howtouse .howtouse-inner .howtouse-item .howtouse-item__content figure {
    width: 330px;
    flex-shrink: 0;
    margin: 0 0 0 70px;
  }
}

.button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.button {
  border-radius: 25px;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .button {
    width: auto;
    display: inline-block;
    text-align: center;
  }
}
.button.is-external-link {
  position: relative;
}
.button.is-external-link::before {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background: url("../img/common/icon-external-white.png") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 10;
}
.button.is-external-link:hover::before {
  background: url("../img/common/icon-external.png") no-repeat center top/cover;
}
.button a {
  color: #fff;
  font-size: 14px;
  background: #ce4170;
  padding: 10px 60px;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  border: 1px solid #ce4170;
  border-radius: 27px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 821px) {
  .button a {
    font-size: 20px;
    border-radius: 40px;
    padding: 20px 60px;
  }
}
.button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 27px;
  z-index: -1;
  background: #fff;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}
.button a::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: url("../img/common/arrow-white.png") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 821px) {
  .button a:hover {
    color: #ce4170;
  }
  .button a:hover::after {
    background: url("../img/common/arrow-pink.png") no-repeat center top/cover;
  }
  .button a:hover::before {
    transform: scaleX(1);
  }
}
.button a:active {
  color: #ce4170;
}
.button a:active::after {
  background: url("../img/common/arrow-pink.png") no-repeat center top/cover;
}
.button a:active::before {
  transform: scaleX(1);
}
/*# sourceMappingURL=reservation.css.map */