/* --------------------------------------------------
  common
-------------------------------------------------- */
.inner {
  max-width: 1160px;
}

/* --------------------------------------------------
  options
-------------------------------------------------- */
.options {
  background: #fff;
  padding-bottom: 0;
  border-radius: 70px 70px 0 0;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}
@media screen and (min-width: 640px) {
  .options {
    border-radius: 100px 100px 0 0;
  }
}
.options-list {
  width: 100%;
  margin: 0 auto 56px;
}
.options-item-cont {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .options-item-cont {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .options-item-cont {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    margin-bottom: 60px;
  }
}
.options-item-ttl {
  line-height: 1.15;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.options-item-ttl .num {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  color: #1e2e53;
  font-size: 3.2rem;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (min-width: 640px) {
  .options-item-ttl .num {
    font-size: 6rem;
  }
}
.options-item-ttl .ja {
  color: #1e2e53;
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .options-item-ttl .ja {
    font-size: 2.6rem;
  }
}
.options-item-txt {
  margin-top: 5px;
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) {
  .options-item-txt {
    font-size: 1.5rem;
  }
}
.options-item-info {
  margin-top: 20px;
}
.options-item-note {
  font-size: 1.2rem;
  line-height: 1.916;
  margin: 10px 0;
  color: #666;
}
.options-img {
  margin: 20px auto 20px;
  max-width: 500px;
  max-height: 500px;
}
.options-img img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .options-img {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .options-img {
    width: 100%;
    margin: 0;
  }
}
.options-img-inner {
  border-radius: 10px;
  overflow: hidden;
}
.options-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.options-slider {
  position: relative;
  height: 90vw;
  margin-bottom: 80px;
}
@media screen and (min-width: 511px) {
  .options-slider {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .options-slider {
    height: 40.49vw;
  }
}
@media screen and (min-width: 1136px) {
  .options-slider {
    height: 500px;
  }
}
.options-slider .img {
  border-radius: 10px;
  overflow: hidden;
}
.options-slider .img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.options .slick-list {
  height: 100% !important;
}
@media screen and (max-width: 1135px) {
  .options .slick-list {
    overflow: hidden;
  }
}
.options .slick-slide {
  max-width: 500px;
}
.options .slick-arrow {
  position: absolute;
  bottom: -42px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  z-index: 3;
  padding: 0;
  background: transparent;
  border: none;
}
.options .slick-arrow.prev {
  left: calc(50% - 60px);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .options .slick-arrow.prev {
    left: calc(50% - 60px);
  }
}
.options .slick-arrow.next {
  right: calc(50% - 60px);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (min-width: 640px) {
  .options .slick-arrow.next {
    right: calc(50% - 60px);
  }
}
.options .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  padding: 0;
  margin: 0;
}
.options .slick-dots li {
  width: 6px;
  height: 6px;
  background: #b1b1b1;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  font-size: 0;
  list-style: none;
}
.options .slick-dots li.slick-active {
  background: #000;
}
.options-sh {
  font-family: "Sorts Mill Goudy", serif;
  color: #1e2e53;
  font-size: 2.6rem;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}
.options-sh span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  color: #000;
  border: 1px solid #1e2e53;
  padding: 0 3px;
  margin: 0 0 6px 8px;
  line-height: 1.65;
}

/* --------------------------------------------------
  form
-------------------------------------------------- */
.form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .form-list {
    margin-bottom: 3em;
  }
}
.form-item {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .form-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}
.form-label {
  max-width: 165px;
  width: 100%;
  flex-shrink: 0;
  margin: 0 0 5px;
}
@media screen and (min-width: 640px) {
  .form-label {
    margin: 7px 0 0;
  }
}
.form-label > p {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .form-label > p {
    justify-content: space-between;
  }
}
.form-label > p label {
  font-size: 1.5rem;
}
.form-label > p .required {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #1e2e53;
  background: #d4e3ea;
  padding: 0.2em 0.4em;
  margin-left: 5px;
}
.form-input {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .form-input {
    margin-left: 10px;
    max-width: 440px;
  }
}
.form-input input[type=text],
.form-input input[type=tel],
.form-input input[type=email],
.form-input input[type=checkbox] {
  width: 100%;
  border: 1px solid #c9caca;
  padding: 0.38em;
  height: 40px;
}
.form-input input[type=date] {
  border: 1px solid #c9caca;
  padding: 0.38em;
  height: 40px;
  width: 148px;
  position: relative;
  background-image: url("/assets/img/room/anniversary/icon_calendar.svg");
  background-repeat: no-repeat;
  background-size: 13px 14px;
  background-position: right 15px center;
}
.form-input input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 24px;
  height: 24px;
}
.form-input input[type=date]::-moz-selection {
  background: transparent !important;
  color: transparent !important;
}
.form-input input[type=date]::selection {
  background: transparent !important;
  color: transparent !important;
}
.form-input textarea {
  width: 100%;
  border: 1px solid #c9caca;
  padding: 0.38em;
  height: 160px;
}
.form-input select {
  border: 1px solid #c9caca;
  padding: 0.38em 1em;
  height: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'><polygon points='0,0 12,0 6,7' fill='%231e2e53'/></svg>");
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: right 15px center;
}
.form-input > p label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  height: 40px;
}
.form-input > p label > input[type=radio] {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.form-input > p label > input[type=checkbox] {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.form-input .wpcf7-list-item {
  margin: 0;
  display: block;
}
.form-note {
  color: #666;
  font-size: 1.2rem;
}
.form-btn {
  text-align: center;
  margin-top: 2em;
}
.form-btn input[type=submit] {
  text-align: center;
  color: #fff;
  background: #1e2e53;
  padding: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 260px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .form-btn input[type=submit] {
    padding: 1.7em;
    max-width: 332px;
  }
}

.options-form .form-list {
  margin-bottom: 0;
}
.options-form .form-item {
  flex-direction: column;
}
.options-form .form-title {
  font-size: 1.6rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c9caca;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .options-form .form-title {
    font-size: 1.8rem;
  }
}
.options-form .form-label {
  max-width: 100%;
}
.options-form .form-label p {
  justify-content: flex-start;
}
.options-form .form-input {
  margin-left: 0;
  max-width: 100%;
}
.options-form .form-input select.number-balloon {
  width: 130px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .options-form .flexItem {
    display: flex;
  }
}
.options-form .wpcf7-list-item-label {
  padding-bottom: 2px;
}
.options-form .wpcf7-text {
  margin-top: 10px;
}
.options-form select {
  width: 78px;
}
.options-form .select-subTxt {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 10px;
}

.order-form {
  border-top: 1px solid #c9caca;
  margin-top: 0;
  padding: 60px 0 0;
}
@media screen and (min-width: 1024px) {
  .order-form {
    display: flex;
    justify-content: space-between;
    gap: 90px;
  }
}
.order-form-body {
  max-width: 500px;
  width: 100%;
  margin-bottom: 40px;
}
.order-form select {
  width: 78px;
}
.order-form .select-subTxt {
  margin-left: 5px;
  margin-right: 10px;
}
.order-form .form-note {
  text-align: center;
}
.order-form .--link {
  color: #1e2e53;
  text-decoration: underline;
}

/* --------------------------------------------------
  cancelPolicy
-------------------------------------------------- */
.cancelPolicy {
  position: relative;
  padding: 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .cancelPolicy {
    margin-bottom: 100px;
  }
}
.cancelPolicy .inner {
  background: #f5f5f5;
  max-width: 1152px;
  padding: 30p;
}
@media screen and (min-width: 640px) {
  .cancelPolicy .inner {
    padding: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .cancelPolicy .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
}
.cancelPolicy-head {
  text-align: center;
  color: #1e2e53;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 640px) {
  .cancelPolicy-head {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cancelPolicy-head {
    text-align: left;
    width: 10em;
    flex-shrink: 0;
  }
}
.cancelPolicy-txt {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .cancelPolicy-txt {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .cancelPolicy-txt {
    margin-top: 0;
    flex: 1;
    max-width: 760px;
  }
}
.cancelPolicy-txt dt {
  color: #1e2e53;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #c9caca;
}
@media screen and (min-width: 640px) {
  .cancelPolicy-txt dt {
    font-size: 1.6rem;
  }
}
.cancelPolicy-txt dt:not(:first-of-type) {
  margin-top: 30px;
}
.cancelPolicy-txt dd {
  font-size: 1.3rem;
  line-height: 1.9;
}
@media screen and (min-width: 640px) {
  .cancelPolicy-txt dd {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------
  wpcf7
-------------------------------------------------- */
.wpcf7 form .wpcf7-spinner {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  border: none;
  color: #dc3232;
}

.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  margin-top: 5px;
}

.wpcf7 .wpcf7-form.sent .options-list,
.wpcf7 .wpcf7-form.sent .order-form {
  display: none;
}/*# sourceMappingURL=room-anniversary.css.map */