@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #000;
  font-size: 16rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
  outline-color: #816500;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.2s linear;
}
a.tel_link {
  pointer-events: none;
}
a.line {
  text-decoration: underline;
  text-decoration-color: inherit;
}
a.line:hover {
  text-decoration: underline;
  text-decoration-color: transparent;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.fz_s_more {
  font-size: 0.7em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.c_crimson {
  color: #b03913;
}

.btn_more a {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300rem;
  height: 44rem;
  color: #fff;
  background-color: #6e6750;
  font-size: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
}
.btn_more a::after {
  content: "";
  display: block;
  position: absolute;
  width: 34rem;
  height: 8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  right: 18rem;
  top: 50%;
  transform: translateY(-50%) skew(45deg);
  transition: 0.3s;
}
.btn_more a:hover {
  background-color: #887b54;
}
.btn_more a:hover::after {
  right: 12rem;
}
.btn_more.type_white a {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn_more.type_white a::after {
  border-color: #000;
}
.btn_more.type_white a:hover {
  border-color: #887b54;
  background-color: #887b54;
  color: #fff;
}
.btn_more.type_white a:hover::after {
  border-color: #fff;
}
.btn_more.type_transparent a {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn_more.type_transparent a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn_more.type_other a::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: 18rem;
  height: 12rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14rem;
  top: 16rem;
}
.btn_more.type_other a::after {
  width: 18rem;
  height: 12rem;
  border: 1px solid #fff;
  right: 12rem;
  top: 13rem;
  transform: translateY(0);
}
.btn_more.type_other a:hover::after {
  transform: translateY(0);
}

ul.cat_list {
  position: absolute;
  width: 100%;
  top: 12rem;
  width: 100%;
  padding: 0 12rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12rem 12rem;
}
ul.cat_list li {
  color: #fff;
  line-height: 1;
  font-size: 13rem;
  padding: 5rem 12rem;
  background-color: #666;
  border-radius: 11rem;
}
ul.cat_list li.plan {
  background-color: #ba4633;
}
ul.cat_list li.restaurant {
  background-color: #f5a200;
}
ul.cat_list li.banquet {
  background-color: #af508e;
}
ul.cat_list li.event {
  background-color: #50a197;
}

ul.tag_list {
  margin-top: 12rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10rem 10rem;
}
ul.tag_list li {
  font-size: 12rem;
  color: #000;
  background-color: #fff;
  line-height: 1;
  padding: 5rem 12rem;
  font-weight: bold;
  letter-spacing: 1rem;
}

.common_swiper {
  position: relative;
  padding-bottom: 65rem;
}
.common_swiper .swiper ul.swiper-wrapper li.swiper-slide {
  padding: 0 25rem;
}
.common_swiper .swiper ul.swiper-wrapper li.swiper-slide a {
  position: relative;
  display: block;
}
.common_swiper .swiper ul.swiper-wrapper li.swiper-slide a .img_wrap {
  overflow: hidden;
}
.common_swiper .swiper ul.swiper-wrapper li.swiper-slide a .img_wrap img {
  transition: 0.3s;
  width: 350rem;
  height: 270rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_swiper .swiper ul.swiper-wrapper li.swiper-slide a p {
  font-size: 14rem;
  margin-top: 10rem;
}
.common_swiper .swiper ul.swiper-wrapper li.swiper-slide a:hover .img_wrap {
  overflow: hidden;
}
.common_swiper .swiper ul.swiper-wrapper li.swiper-slide a:hover .img_wrap img {
  filter: brightness(1.1);
  transform: scale(1.05);
}
.common_swiper .swiper-button-prev,
.common_swiper .swiper-button-next {
  width: 32rem;
  height: 32rem;
  top: 115rem;
  bottom: auto;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.common_swiper .swiper-button-prev::after,
.common_swiper .swiper-button-next::after {
  display: none;
}
.common_swiper .swiper-button-prev {
  left: -6rem;
  right: auto;
  border-left: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
}
.common_swiper .swiper-button-next {
  left: auto;
  right: -6rem;
  border-top: 2rem solid #fff;
  border-right: 2rem solid #fff;
}
.common_swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
  bottom: 0;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.common_swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span {
  background-color: #555;
  opacity: 1;
  width: 10rem;
  height: 10rem;
}
.common_swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  background-color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
header .header_catch {
  padding-top: 2px;
  text-align: center;
  background-color: #6E6750;
  line-height: 1;
  font-size: 8rem;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
header .header_catch.catch_out {
  transform: translateY(-100%);
}
header .header_catch img {
  width: 240px;
}

#page_members {
  background: none;
}
#page_members .header_info {
  display: none;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
  #page_members .hotel_name {
    display: none;
  }
  #page_members .header_left {
    position: fixed;
    top: 60rem;
  }
}
ul.tag_list li {
  border: 1px solid #DDDDDD;
}
ul.tag_list li.tag_92, ul.tag_list li.tag_104, ul.tag_list li.tag_74 {
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
}

.common_tit {
  font-size: 30rem;
  font-weight: bold;
  color: #6E6750;
  text-align: center;
}

.header_sns {
  display: none;
}

.members_main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 140rem;
  padding-bottom: 80rem;
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  gap: 50rem;
}
.members_main .text_wrap {
  display: flex;
  flex-direction: column;
}
.members_main .text_wrap .logo_wrap {
  width: 400rem;
}
.members_main .text_wrap p {
  width: 350rem;
  margin-top: 40rem;
}
.members_main .img_wrap {
  width: 420rem;
}

.bnr {
  position: absolute;
  top: 295rem;
  right: 50rem;
  width: 175rem;
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.lead {
  margin-top: 80rem;
}
.lead .text_wrap h2 {
  font-size: 30rem;
  font-weight: bold;
  color: #6E6750;
  text-align: center;
}
.lead .text_wrap p {
  margin-top: 25rem;
  line-height: 2;
  text-align: center;
}
.lead .text_wrap .btn_area {
  margin-top: 30px;
}
.lead .text_wrap .btn_area ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20rem 30rem;
  justify-content: center;
}
.lead .text_wrap .btn_area ul li a {
  max-width: none;
  width: 370rem;
  margin-left: 0;
}
.lead .text_wrap .btn_area ul li.to_app a {
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
}
.lead .text_wrap .btn_area ul li.to_step, .lead .text_wrap .btn_area ul li.to_charge, .lead .text_wrap .btn_area ul li.to_faq {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.lead .text_wrap .btn_area ul li.to_step a, .lead .text_wrap .btn_area ul li.to_charge a, .lead .text_wrap .btn_area ul li.to_faq a {
  width: 250rem;
  box-sizing: border-box;
  position: unset;
}
.lead .text_wrap .btn_area ul li.to_step a::after, .lead .text_wrap .btn_area ul li.to_charge a::after, .lead .text_wrap .btn_area ul li.to_faq a::after {
  vertical-align: middle;
  color: #fff;
  width: 1em;
  height: 1em;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  transform: translateY(-50%) skew(0);
}
.lead .text_wrap .btn_area ul li.to_step a:hover::after, .lead .text_wrap .btn_area ul li.to_charge a:hover::after, .lead .text_wrap .btn_area ul li.to_faq a:hover::after {
  right: 18rem;
}
.lead .text_wrap .btn_area ul li.to_step::before, .lead .text_wrap .btn_area ul li.to_step::after, .lead .text_wrap .btn_area ul li.to_charge::before, .lead .text_wrap .btn_area ul li.to_charge::after, .lead .text_wrap .btn_area ul li.to_faq::before, .lead .text_wrap .btn_area ul li.to_faq::after {
  background: #fff;
  right: 26rem;
  bottom: 0;
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
  transform: translateY(-50%) rotate(90deg);
}
.lead .text_wrap .btn_area ul li.to_step::after, .lead .text_wrap .btn_area ul li.to_charge::after, .lead .text_wrap .btn_area ul li.to_faq::after {
  transform: translateY(-50%) rotate(0deg);
}
.lead .text_wrap .btn_area ul li.to_step.open::after, .lead .text_wrap .btn_area ul li.to_charge.open::after, .lead .text_wrap .btn_area ul li.to_faq.open::after {
  transform: translateY(-50%) rotate(90deg);
}
.lead .text_wrap .btn_area ul li.to_faq::after, .lead .text_wrap .btn_area ul li.to_faq::before,
.lead .text_wrap .btn_area ul li.to_faq a::after,
.lead .text_wrap .btn_area ul li.to_faq a::before {
  content: none;
}
.lead .text_wrap .btn_area ul li.to_charge a {
  background-color: #fff;
  color: #6e6750;
  border: 1px solid #6e6750;
}
.lead .text_wrap .btn_area ul li.to_charge a::after {
  color: #6e6750;
}
.lead .text_wrap .btn_area ul li.to_charge::before, .lead .text_wrap .btn_area ul li.to_charge::after {
  background: #6e6750;
}

.topic {
  margin-top: 110rem;
}
.topic .common_swiper .swiper-button-prev,
.topic .common_swiper .swiper-button-next {
  border-color: #8C7215;
}
.topic .common_swiper .swiper_topics .swiper-slide.is-hidden {
  display: none;
}
.topic .btn_more a {
  max-width: 380rem;
  height: 55rem;
  line-height: 1.2;
}

.benefit {
  margin-top: 150rem;
}
.benefit h2 {
  color: #6E6750;
  font-size: 35rem;
  text-align: center;
  font-weight: bold;
}
.benefit .benefit_wrap {
  display: flex;
  justify-content: center;
  margin-top: 90rem;
  flex-wrap: wrap;
  gap: 125rem 0;
}
.benefit .benefit_wrap .box {
  width: 515rem;
  display: flex;
}
.benefit .benefit_wrap .box .icon_wrap {
  width: 180rem;
  text-align: center;
}
.benefit .benefit_wrap .box h3 {
  font-weight: bold;
}
.benefit .benefit_wrap .box p {
  margin-top: 10rem;
}
.benefit .benefit_wrap .box:nth-child(1) .icon_wrap img {
  width: 60rem;
}
.benefit .benefit_wrap .box:nth-child(2) .icon_wrap img {
  width: 71rem;
}
.benefit .benefit_wrap .box:nth-child(3) .icon_wrap {
  padding-top: 18rem;
}
.benefit .benefit_wrap .box:nth-child(3) .icon_wrap img {
  width: 69rem;
}
.benefit .benefit_wrap .box:nth-child(4) .icon_wrap img {
  width: 86rem;
}
.benefit .benefit_wrap .box .modal_btn {
  cursor: pointer;
  width: 230rem;
  height: 44rem;
  background-color: #6E6750;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20rem;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.benefit .benefit_wrap .box .modal_btn::before, .benefit .benefit_wrap .box .modal_btn::after {
  position: absolute;
  content: "";
  width: 16rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.benefit .benefit_wrap .box .modal_btn::after {
  transform: translateY(-50%) rotate(-90deg);
}
.benefit .benefit_wrap .box .modal_btn:hover {
  filter: brightness(1.1);
}
.benefit .btn_more {
  margin-top: 60rem;
}
.benefit .btn_more a {
  width: 340rem;
}

.c_pink {
  color: #e4007f;
}

.p_red {
  color: #6e1732;
}

.attention {
  font-size: 17rem;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 50rem;
}

.attention_list li {
  padding-left: 1em;
}
.attention_list li::before {
  content: "・";
  position: absolute;
  display: block;
  margin-left: -1em;
}
.attention_list li.double::before {
  content: "◎";
}

.charge_wrap {
  display: none;
  background-color: #f5f3f2;
  padding: 20rem 35rem;
  margin-top: 30rem;
  max-width: 910rem;
}

.step_wrap {
  display: none;
  margin-top: 80rem;
}
.step_wrap h2 {
  color: #6E6750;
  font-size: 32rem;
  text-align: center;
  font-weight: bold;
}
.step_wrap .sub_tit {
  background-color: #6E6750;
  color: #fff;
  border-radius: 50rem;
  width: 250rem;
  height: 35rem;
  line-height: 35rem;
  text-align: center;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.step_wrap .step {
  display: flex;
  justify-content: center;
  gap: 55rem;
  margin-top: 60rem;
}
.step_wrap .step > li {
  position: relative;
}
.step_wrap .step > li p {
  margin-top: 20rem;
  line-height: normal;
  text-align: center;
}
.step_wrap .step > li:nth-child(1) .img_wrap, .step_wrap .step > li:nth-child(2) .img_wrap {
  width: 190rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.step_wrap .step > li:nth-child(1) .img_wrap::after, .step_wrap .step > li:nth-child(2) .img_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../images/members/pic_members_arrow_new.svg);
  width: 20rem;
  height: 30rem;
  top: 50%;
  transform: translateY(-50%);
  right: -39rem;
  background-repeat: no-repeat;
}
.step_wrap .step > li:nth-child(3) .img_wrap {
  width: 500rem;
}
.step_wrap .step .frame {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 20rem;
  border: 1px solid #231815;
}
.step_wrap .app {
  gap: 10rem;
  display: flex;
  margin-top: 20rem;
}
.step_wrap .app li {
  width: 90rem;
}
.step_wrap .app li:nth-child(2) {
  width: 100rem;
}

.app_benefit {
  margin-top: 150rem;
}
.app_benefit h2 {
  color: #6E6750;
  font-size: 35rem;
  text-align: center;
  font-weight: bold;
}
.app_benefit .benefit_wrap {
  margin-top: 70rem;
}
.app_benefit .benefit_wrap ul {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.app_benefit .benefit_wrap ul li {
  width: 20%;
  padding: 20rem 30rem;
  position: relative;
}
.app_benefit .benefit_wrap ul li p {
  margin-top: 15rem;
}
.app_benefit .benefit_wrap ul li p.txt {
  min-height: 80rem;
}
.app_benefit .benefit_wrap ul li .app_btn {
  margin-top: 0;
  position: absolute;
  bottom: -84rem;
  left: calc(50% - 115rem);
}
.app_benefit .benefit_wrap ul li .app_btn a {
  position: relative;
  width: 230rem;
  height: 44rem;
  background-color: #6E6750;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: auto;
  color: #fff;
  transition: 0.3s;
}
.app_benefit .benefit_wrap ul li .app_btn a::before, .app_benefit .benefit_wrap ul li .app_btn a::after {
  position: absolute;
  content: "";
  width: 16rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.app_benefit .benefit_wrap ul li .app_btn a::after {
  transform: translateY(-50%) rotate(-90deg);
}
.app_benefit .benefit_wrap ul li .app_btn a:hover {
  filter: brightness(1.1);
}
.app_benefit .btn_wrap {
  padding-right: 32rem;
  margin-top: 40rem;
}
.app_benefit .btn_wrap .modal_btn {
  cursor: pointer;
  width: 230rem;
  height: 44rem;
  background-color: #6E6750;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: auto;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.app_benefit .btn_wrap .modal_btn::before, .app_benefit .btn_wrap .modal_btn::after {
  position: absolute;
  content: "";
  width: 16rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.app_benefit .btn_wrap .modal_btn::after {
  transform: translateY(-50%) rotate(-90deg);
}
.app_benefit .btn_wrap .modal_btn:hover {
  filter: brightness(1.1);
}
.app_benefit .more_content {
  display: none;
  position: relative;
  margin-top: 70rem;
}
.app_benefit .more_content.open {
  display: block;
}
.app_benefit .more_content.open::before {
  position: absolute;
  content: "";
  height: auto;
  background-color: transparent;
  top: -50rem;
  border-right: 50rem solid transparent;
  border-left: 50rem solid transparent;
  border-bottom: 50rem solid #f5f3f2;
}
.app_benefit .more_content.mile::before {
  left: 60rem;
}
.app_benefit .more_content.mile .flow_wraper h3 {
  text-align: center;
  font-weight: bold;
  margin-top: 20rem;
}
.app_benefit .more_content.mile .flow_swiper {
  overflow: visible;
}
.app_benefit .more_content.mile .flow_wrap {
  margin-top: 50rem;
}
.app_benefit .more_content.mile .flow_wrap li {
  background-color: #fff;
  width: 300rem;
  position: relative;
  padding: 25rem 0;
  height: 311rem;
}
.app_benefit .more_content.mile .flow_wrap li .num {
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -55rem;
  padding-bottom: 15rem;
}
.app_benefit .more_content.mile .flow_wrap li .img_wrap {
  width: 150rem;
  margin-right: auto;
  margin-left: auto;
  min-height: 165rem;
  display: flex;
  align-items: center;
}
.app_benefit .more_content.mile .flow_wrap li p {
  text-align: center;
  margin-top: 10rem;
}
.app_benefit .more_content.mile .flow_wrap li p.note {
  position: absolute;
  font-size: 0.8em;
  bottom: -70rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
.app_benefit .more_content.mile .flow_wrap li p.note.inside {
  font-size: 0.75em;
  bottom: 5rem;
}
.app_benefit .more_content.mile .flow_wrap li.step_02 .img_wrap {
  width: 180rem;
}
.app_benefit .more_content.mile .flow_wrap li:not(:last-child)::after {
  content: "";
  background-image: url(../../images/members/pic_members_arrow_new.svg);
  width: 25rem;
  height: 37rem;
  position: absolute;
  display: block;
  top: 50%;
  right: -40rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.app_benefit .more_content.mile .mile_num_wrap {
  display: none;
  margin-top: 30rem;
}
.app_benefit .more_content.mile .hotels_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30rem;
  gap: 20rem;
}
.app_benefit .more_content.mile .hotels_wrap h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
.app_benefit .more_content.mile .hotels_wrap ul {
  display: flex;
  gap: 15rem;
  justify-content: center;
  margin-top: 10rem;
}
.app_benefit .more_content.mile .hotels_wrap ul .img_wrap {
  width: 182rem;
}
.app_benefit .more_content.mile .hotels_wrap ul p {
  font-size: 0.8em;
  margin-top: 10rem;
}
.app_benefit .more_content.mile .btn_more {
  margin-top: 60rem;
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300rem;
  font-size: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.app_benefit .more_content.mile .btn_more::after {
  content: "";
  display: block;
  position: absolute;
  width: 13rem;
  height: 13rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  right: 18rem;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.app_benefit .more_content.mile .mile_coupon_wrap {
  display: none;
  margin-top: 80rem;
  display: none;
  position: relative;
  margin-top: 70rem;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_tab {
  display: flex;
  justify-content: center;
  gap: 20rem;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_tab .mile_tab_btn {
  cursor: pointer;
  transition: 0.3s;
  width: 115rem;
  padding: 10rem;
  border-radius: 50rem;
  text-align: center;
  background-color: #f5c88d;
  color: #fff;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_tab .mile_tab_btn:hover, .app_benefit .more_content.mile .mile_coupon_wrap .mile_tab .mile_tab_btn.open {
  background-color: #ea762e;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_content {
  display: none;
  gap: 20rem;
  justify-content: center;
  margin-top: 50rem;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_content.open {
  display: flex;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_content .content {
  width: 320rem;
  text-align: center;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_content .content p {
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 10rem;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_content .content ul {
  margin-top: 10rem;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_content .content ul li {
  background-color: #6E6750;
  color: #fff;
  text-align: center;
  font-size: 14rem;
  width: 275rem;
  margin-left: auto;
  margin-right: auto;
  height: 25rem;
  line-height: 25rem;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_content .content ul li:not(:first-child) {
  margin-top: 5rem;
}
.app_benefit .more_content.mile .mile_coupon_wrap .mile_content .content ul li.ohama {
  background-color: #00A1E9;
}
.app_benefit .more_content.mile .mile_coupon_wrap .txt {
  margin-top: 50rem;
}
.app_benefit .more_content.anniversary .has_badge {
  position: relative;
}
.app_benefit .more_content.anniversary .has_badge::before {
  content: "アプリ会員限定";
  display: block;
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
  line-height: 1;
  padding: 5rem 12rem;
  border: 1px solid #DDDDDD;
  letter-spacing: 1rem;
  text-indent: 0;
  position: absolute;
  right: -20rem;
  bottom: -1.5em;
}
.app_benefit .more_content.anniversary .has_badge.ttl::before {
  content: "アプリ会員\a限定";
  font-size: 13.5rem;
  padding: 0;
  border: none;
  letter-spacing: 0;
  right: 0;
  bottom: -40rem;
  width: 78rem;
  height: 78rem;
  white-space: pre-wrap;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.3;
}
.app_benefit .more_content.anniversary li.has_badge {
  margin-top: 4em;
}
.app_benefit .more_content.anniversary li.has_badge::before {
  top: -2.5em;
  left: 1em;
  right: unset;
  bottom: unset;
}
.app_benefit .more_content.anniversary::before {
  left: 310rem;
}
.app_benefit .more_content.anniversary .birthday_wrap {
  margin-bottom: 50rem;
}
.app_benefit .more_content.anniversary .birthday_wrap .txt_box + .txt_box {
  margin-top: 50rem;
}
.app_benefit .more_content.anniversary .birthday_wrap .note {
  font-size: 0.8em;
  margin-top: 20rem;
  margin-left: 90rem;
  margin-right: 90rem;
  text-align: left;
}
.app_benefit .more_content.anniversary .birthday_wrap .note.coupon {
  margin-left: auto;
  margin-right: auto;
  width: 330rem;
}
.app_benefit .more_content.anniversary .birthday_wrap .lead_text {
  margin-top: 10rem;
}
.app_benefit .more_content.anniversary .birthday_wrap .img_wrap {
  margin-top: 30rem;
}
.app_benefit .more_content.anniversary .birthday_wrap .coupon_wrap {
  margin-top: 30rem;
  margin-left: auto;
  margin-right: auto;
  width: 400rem;
}
.app_benefit .more_content.anniversary .birthday_wrap .ttl,
.app_benefit .more_content.anniversary .anniversary_wrap .ttl {
  color: #6E6750;
  font-size: 25rem;
  line-height: 1.4;
  font-weight: bold;
}
.app_benefit .more_content.benefits {
  background-color: #f5f3f2;
  padding: 65rem 100rem 100rem 100rem;
}
.app_benefit .more_content.benefits::before {
  left: 553rem;
}
.app_benefit .more_content.benefits .lead_text {
  text-align: center;
}
.app_benefit .more_content.benefits .hotel_wrap {
  margin-top: 60rem;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem 50rem;
  margin-top: 80rem;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon {
  width: 100%;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon h4 {
  color: #6E6750;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20rem;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .tag {
  display: flex;
  gap: 5rem;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .tag li {
  background-color: #6E6750;
  color: #fff;
  padding: 5rem;
  padding: 0 5rem;
  margin-top: 10rem;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .badge {
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
  line-height: 1;
  padding: 5rem 12rem;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  margin-top: 10rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .list {
  margin-top: 10rem;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .list li {
  padding-left: 1em;
  position: relative;
}
.app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .list li::before {
  content: "・";
  display: block;
  position: absolute;
  margin-left: -1em;
}
.app_benefit .more_content.benefits .note {
  text-align: right;
  font-size: 0.8em;
}
.app_benefit .more_content.scratch {
  background-color: #5ebfb6;
  padding: 80rem;
}
.app_benefit .more_content.scratch::before {
  right: 303rem;
  border-bottom: 50rem solid #5ebfb6;
}
.app_benefit .more_content.scratch .img_wrap {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.app_benefit .more_content.charge {
  background-color: #EADBDC;
  padding: 65rem 100rem 100rem 100rem;
}
.app_benefit .more_content.charge::before {
  right: 60rem;
  border-bottom: 50rem solid #EADBDC;
}
.app_benefit .more_content.charge .note {
  margin-top: 30rem;
  font-size: 0.8em;
  max-width: 750rem;
  margin-left: auto;
  margin-right: auto;
}
.app_benefit .more_content.charge .link a {
  display: block;
  color: #fff;
  background-color: #841b38;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10rem 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50rem;
}
.app_benefit .more_content.charge .attention_wrap {
  background-color: #fff;
  padding: 20rem;
  margin-top: 50rem;
}
.app_benefit .more_content.charge .attention_wrap .attention {
  text-align: center;
  margin-top: 0;
}
.app_benefit .more_content.charge .attention_wrap .attention_list {
  margin-top: 20rem;
}
.app_benefit .more_content.charge .attention_wrap .attention_list .double {
  margin-top: 5rem;
}
.app_benefit .more_content .hotel_tab li {
  width: 34%;
}
.app_benefit .more_content .hotel_content {
  margin-top: 50rem;
}
.app_benefit .more_content .hotel_content {
  display: none;
}
.app_benefit .more_content .hotel_content.open {
  display: block;
}
.app_benefit .tab_btn {
  cursor: pointer;
  transition: 0.3s;
}
.app_benefit .tab_btn:hover, .app_benefit .tab_btn.open {
  background-color: #d8e5df;
}
.app_benefit .tab_btn.charge:hover, .app_benefit .tab_btn.charge.open {
  background-color: #EADBDC;
}
.app_benefit .btn_more.to_app a {
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  margin-top: 40rem;
}

.modal_area {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 100rem;
  padding-bottom: 100rem;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
}
.modal_area .modal_wrap {
  background-color: #fff;
  padding: 70rem 140rem 50rem;
  text-align: center;
  z-index: 2;
  position: relative;
}
.modal_area .modal_wrap .back_btn {
  width: 50rem;
  height: 50rem;
  top: 5%;
  right: 5%;
  position: absolute;
}
.modal_area .modal_wrap .back_btn span {
  display: block;
  width: 50rem;
  height: 5rem;
  background-color: #000000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal_area .modal_wrap .back_btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_area .modal_wrap .back_btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_area .modal_wrap p {
  font-size: 18rem;
}
.modal_area .modal_wrap .img_wrap {
  margin-top: 40rem;
}
.modal_area .modal_wrap .attention {
  margin-top: 40rem;
  font-size: 26rem;
  color: #840D39;
  padding: 10rem 40rem;
  border: 1px solid #840D39;
  line-height: 1.4;
}
.modal_area .modal_wrap .modal_list {
  margin-top: 25rem;
  text-align: left;
}
.modal_area .modal_wrap .modal_list ul li {
  margin-top: 5rem;
}

.bg_brown {
  background-color: #f5f3f2;
  padding: 65rem 100rem 100rem 100rem;
}
.bg_brown h2 {
  color: #6E6750;
  font-size: 35rem;
  text-align: center;
  font-weight: bold;
}
.bg_brown .lead_text {
  text-align: center;
}
.bg_brown .content_wrap {
  margin-top: 60rem;
  display: flex;
  gap: 50rem;
}
.bg_brown .content_wrap.reverse {
  flex-direction: row-reverse;
}
.bg_brown .content_wrap .img_box {
  width: 48%;
}
.bg_brown .content_wrap .txt_box {
  width: 48%;
}
.bg_brown .content_wrap .txt_box .ttl {
  color: #6E6750;
  font-size: 25rem;
  line-height: 1.4;
  font-weight: bold;
}
.bg_brown .content_wrap .txt_box .txt1 {
  margin-top: 15rem;
  font-size: 18rem;
}
.bg_brown .content_wrap .txt_box .desc {
  margin-top: 20rem;
}
.bg_brown .content_wrap .txt_box ul li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.bg_brown .content_wrap .txt_box ul li span {
  display: block;
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
  font-size: 12rem;
  line-height: 1;
  padding: 5rem 12rem;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  letter-spacing: 1rem;
  text-indent: 0;
  position: absolute;
  right: -20rem;
  bottom: -1.5em;
}
.bg_brown .content_wrap .txt_box .btn_wrap {
  margin-top: 40rem;
  display: flex;
  gap: 10rem;
}
.bg_brown .content_wrap .txt_box .btn_wrap .btn_more a {
  width: 180rem;
}
.bg_brown .content_wrap .txt_box .btn_wrap .btn_more a::after {
  content: none;
}
.bg_brown .content_wrap .txt_box .btn_wrap .btn_more.btn2 a {
  background-color: #f5f3f2;
  color: #6E6750;
  border: 2rem solid #6E6750;
  width: 250rem;
}
.bg_brown .plan_btn {
  margin-top: 80rem;
}
.bg_brown .plan_btn .btn_more a {
  line-height: 1.4;
  height: 65rem;
  max-width: 360rem;
  text-align: center;
}

.campaign {
  margin-top: 110rem;
  width: 100%;
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
  position: relative;
  padding: 35rem 0 40rem;
}
.campaign .campaign_inner {
  display: flex;
}
.campaign .camp_item {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: -90rem;
}
.campaign .camp_item img {
  width: 250rem;
}
.campaign .text_wrap {
  width: 52%;
}
.campaign h3 {
  font-size: 30rem;
}
.campaign .text {
  margin-top: 20rem;
}
.campaign .btn_more {
  margin-top: 20rem;
}
.campaign .btn_more a {
  background-color: #fff;
  color: #231815;
  margin-left: 0;
}
.campaign .btn_more a::after {
  border-right-color: #231815;
  border-bottom-color: #231815;
}

.float_wrap {
  display: none;
}
.float_wrap a {
  writing-mode: vertical-rl;
  z-index: 999;
  width: 60rem;
  height: 155rem;
  position: fixed;
  display: flex;
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
  text-align: left;
  top: 105rem;
  right: 30rem;
  align-items: center;
  justify-content: center;
}

.hotel_tab {
  display: flex;
  justify-content: center;
  margin-top: 50rem;
  cursor: pointer;
  border: 1px solid #6E6750;
}
.hotel_tab li {
  border-right: 1px solid #6E6750;
  background-color: #fff;
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50rem;
  line-height: 1.3;
}
.hotel_tab li.open {
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  color: #fff;
}
.hotel_tab li:last-child {
  border-right: none;
}

.event_wrap {
  margin-top: 150rem;
}

.members_footer {
  padding-top: 40rem;
  padding-bottom: 10rem;
  background-color: #6E6750;
  margin-top: 0;
}
.members_footer .footer_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50rem;
  width: 1290rem;
}
.members_footer .footer_inner .f_logo {
  width: 300rem;
}
.members_footer .footer_inner .info_wrap {
  display: flex;
  color: #fff;
}
.members_footer .footer_inner .info_wrap .info_box {
  width: 200rem;
  height: 44rem;
  border: 1px solid #fff;
  background-color: #6E6750;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.members_footer .footer_inner .info_wrap .btn_to_faq {
  margin-left: 20rem;
}
.members_footer .footer_inner .info_wrap .btn_to_faq a {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 44rem;
  width: 210rem;
  background-color: #fff;
  color: #6E6750;
  font-weight: bold;
  position: relative;
}
.members_footer .footer_inner .info_wrap .btn_to_faq a::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #6E6750;
  border-bottom: 1px solid #6E6750;
  z-index: 1;
  transform: rotate(-45deg) translateY(-50%);
  right: 10rem;
  width: 8rem;
  height: 8rem;
  top: 50%;
}
.members_footer .footer_inner .info_wrap .members_box {
  margin-left: 20rem;
}
.members_footer .footer_inner .info_wrap .members_box a {
  width: 240rem;
  height: 44rem;
  border: 1px solid #fff;
  background-color: #6E6750;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15rem;
}
.members_footer .footer_inner .info_wrap .members_box a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.members_footer .footer_inner .info_wrap .members_box li + li {
  margin-top: 14rem;
}
.members_footer .footer_inner .info_wrap .tel {
  font-size: 18rem;
  line-height: 1.2;
  margin-left: 20rem;
}
.members_footer .footer_inner .info_wrap .tel span {
  font-size: 16rem;
  display: block;
}
.members_footer .footer_inner .info_wrap .tel a {
  color: #fff;
}
.members_footer .footer_inner .info_wrap .btn_more {
  margin-left: 50rem;
}
.members_footer .footer_inner .info_wrap .btn_more a {
  width: 240rem;
  background-color: #fff;
  color: #6E6750;
  font-weight: bold;
}
.members_footer .footer_inner .info_wrap .btn_more a::after {
  border-right: 1px solid #6E6750;
  border-bottom: 1px solid #6E6750;
  z-index: 1;
  transform: rotate(-45deg) translateY(-50%);
  right: 10rem;
  width: 8rem;
  height: 8rem;
}
.members_footer .application {
  margin-top: 50rem;
}
.members_footer .application a {
  background-color: #fff;
  color: #6E6750;
  width: 500rem;
}
.members_footer .application a::before {
  border-right: 1px solid #6E6750;
  border-bottom: 1px solid #6E6750;
}
.members_footer .copy {
  margin-top: 40rem;
  font-size: 12rem;
  display: flex;
  justify-content: center;
  gap: 0 5rem;
  color: #fff;
}
.members_footer .copy small {
  font-size: 20rem;
  line-height: 1;
  display: block;
}
.members_footer .copy span {
  display: block;
}

.faq_wrap {
  max-width: 800rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  margin-bottom: 8em;
}
.faq_wrap .faq_content:not(:first-child) {
  margin-top: 100rem;
}
.faq_wrap h2 {
  text-align: center;
  font-size: 30rem;
  font-weight: bold;
}
.faq_wrap dl {
  margin-top: 40rem;
}
.faq_wrap dl > div + div {
  margin-top: 40rem;
}
.faq_wrap dl > div dt,
.faq_wrap dl > div dd {
  position: relative;
  padding-left: 54rem;
}
.faq_wrap dl > div dt::before,
.faq_wrap dl > div dd::before {
  display: block;
  position: absolute;
  font-size: 30rem;
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
}
.faq_wrap dl > div dt a:not(.tel),
.faq_wrap dl > div dd a:not(.tel) {
  color: #1494de;
  text-decoration: underline;
}
.faq_wrap dl > div dt a:not(.tel):hover,
.faq_wrap dl > div dd a:not(.tel):hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.faq_wrap dl > div dt {
  color: #fff;
  background-color: #6e6750;
  font-weight: bold;
  font-size: 18rem;
  padding-top: 11rem;
  padding-right: 45rem;
  padding-bottom: 11rem;
  transition: 0.3s;
}
.faq_wrap dl > div dt::before {
  content: "Q";
  top: 0;
  left: 12rem;
}
.faq_wrap dl > div dd {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.faq_wrap dl > div dd::before {
  content: "A";
  top: 12rem;
  left: 14rem;
  transition: 0.3s;
}
.faq_wrap dl > div dd.non_A::before {
  display: none;
}
.faq_wrap .app_tab {
  display: flex;
  justify-content: center;
  margin-top: 60rem;
}
.faq_wrap .app_tab li {
  cursor: pointer;
  border: 1px solid #6e6750;
  color: #6e6750;
  width: 170rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_wrap .app_tab li + li {
  border-left: none;
}
.faq_wrap .app_tab li.open, .faq_wrap .app_tab li:hover {
  background-color: #105a59;
  color: #fff;
}
.faq_wrap .app_tab li.open.bespoke, .faq_wrap .app_tab li:hover.bespoke {
  background-color: #770532;
}
.faq_wrap .app_content {
  display: none;
}
.faq_wrap .app_content.open {
  display: block;
}
.faq_wrap .app_content.app_01 {
  margin-top: 100rem;
}
.faq_wrap .app_content dl > div dt {
  background-color: #105a59;
}
.faq_wrap .app_content.bespoke dl > div dt {
  background-color: #770532;
}

@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  header .header_catch {
    font-size: 1rem;
  }
  header .header_catch img {
    width: 230px;
  }
  .btn_more a {
    font-size: 14rem;
  }
  .btn_more.type_other a::before {
    top: 17rem;
  }
  .btn_more.type_other a::after {
    top: 14rem;
  }
  ul.cat_list {
    top: 10rem;
    padding: 0 10rem;
    gap: 8rem 8rem;
  }
  ul.cat_list li {
    font-size: 12rem;
    padding: 4rem 8rem;
    border-radius: 10rem;
  }
  ul.tag_list {
    margin-top: 12rem;
    gap: 6rem 6rem;
  }
  ul.tag_list li {
    font-size: 12rem;
    padding: 4rem 10rem;
  }
  .common_swiper {
    padding-bottom: 22rem;
    width: 500rem;
  }
  .common_swiper .swiper ul.swiper-wrapper li.swiper-slide {
    padding: 0 15rem 0 0;
  }
  .common_swiper .swiper ul.swiper-wrapper li.swiper-slide a .img_wrap img {
    width: 235rem;
    height: 180rem;
  }
  .common_swiper .swiper ul.swiper-wrapper li.swiper-slide a p {
    font-size: 13rem;
    width: 235rem;
    margin-top: 8rem;
  }
  .common_swiper .swiper-button-prev,
  .common_swiper .swiper-button-next {
    display: none;
  }
  .common_swiper .swiper-button-prev {
    background-image: url(../../images/members/ico_arrow.svg);
    width: 35rem;
    height: 35rem;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    transform: translateY(-50%) rotate(0);
    left: -15rem;
  }
  .common_swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 165rem;
  }
  .common_swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal span {
    width: 8rem;
    height: 8rem;
  }
  header .header_catch {
    font-size: 1rem;
  }
  header .header_catch img {
    width: 230px;
  }
  .common_tit {
    font-size: 25rem;
  }
  .members_main {
    width: 100%;
    display: block;
    flex-direction: row-reverse;
    padding-top: 65rem;
    padding-bottom: 28rem;
  }
  .members_main .bnr {
    top: 110rem;
    right: 10rem;
    width: 175rem;
  }
  .members_main .text_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .members_main .text_wrap .logo_wrap {
    width: 280rem;
    margin-left: auto;
    margin-right: auto;
  }
  .members_main .text_wrap p {
    width: 280rem;
    margin-top: 20rem;
    text-align: center;
  }
  .members_main .img_wrap {
    margin-right: auto;
    width: 250rem;
    margin-left: auto;
    margin-top: 35rem;
  }
  .members_main .img_wrap img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lead {
    margin-top: 60rem;
    display: block;
  }
  .lead .text_wrap {
    width: 100%;
  }
  .lead .text_wrap h2 {
    font-size: 19rem;
    line-height: 1.4;
  }
  .lead .text_wrap p {
    margin-top: 20rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .lead .text_wrap .btn_area {
    margin-top: 26px;
  }
  .lead .text_wrap .btn_area ul li a {
    width: 300rem;
    margin-left: auto;
  }
  .lead .text_wrap .btn_area ul li.to_faq {
    margin-top: 1em;
  }
  .lead .text_wrap .btn_area ul li.to_faq a {
    position: relative;
    top: unset;
    left: unset;
    width: 300rem;
  }
  .lead .text_wrap .btn_area ul li.to_step, .lead .text_wrap .btn_area ul li.to_charge {
    margin-left: auto;
    margin-right: auto;
  }
  .lead .text_wrap .btn_area ul li.to_step a, .lead .text_wrap .btn_area ul li.to_charge a {
    width: 300rem;
  }
  .topic {
    margin-top: 60rem;
  }
  .benefit {
    margin-top: 70rem;
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
  }
  .benefit h2 {
    font-size: 25rem;
  }
  .benefit .benefit_wrap {
    margin-top: 50rem;
    gap: 60rem 0;
  }
  .benefit .benefit_wrap .box {
    width: 100%;
  }
  .benefit .benefit_wrap .box .icon_wrap {
    width: 110rem;
  }
  .benefit .benefit_wrap .box p {
    margin-top: 5rem;
  }
  .benefit .benefit_wrap .box:nth-child(1) .icon_wrap img {
    width: 40rem;
  }
  .benefit .benefit_wrap .box:nth-child(2) .icon_wrap img {
    width: 50rem;
  }
  .benefit .benefit_wrap .box:nth-child(3) .icon_wrap {
    padding-top: 10rem;
  }
  .benefit .benefit_wrap .box:nth-child(3) .icon_wrap img {
    width: 50rem;
  }
  .benefit .benefit_wrap .box:nth-child(4) .icon_wrap img {
    width: 66rem;
  }
  .benefit .benefit_wrap .box .modal_btn {
    cursor: pointer;
    width: 200rem;
  }
  .benefit .btn_more a {
    width: 300rem;
  }
  .attention {
    font-size: 15rem;
  }
  .charge_wrap {
    padding: 15rem 20rem;
  }
  .lead .step_wrap {
    margin-top: 60rem;
  }
  .lead .step_wrap h2 {
    font-size: 32rem;
  }
  .lead .step_wrap .sub_tit {
    width: 180rem;
    height: 25rem;
    line-height: 25rem;
  }
  .lead .step_wrap .step {
    flex-wrap: wrap;
    gap: 70rem !important;
    margin-top: 40rem;
    justify-content: left;
  }
  .lead .step_wrap .step > li {
    position: relative;
  }
  .lead .step_wrap .step > li p {
    margin-top: 0;
    line-height: normal;
    font-size: 14rem;
    text-align: left;
  }
  .lead .step_wrap .step > li p.ta_center {
    text-align: center;
  }
  .lead .step_wrap .step > li:nth-child(1) p {
    margin-top: 0;
  }
  .lead .step_wrap .step > li:nth-child(1), .lead .step_wrap .step > li:nth-child(2) {
    display: flex;
    gap: 20rem;
    width: 100%;
    justify-content: center;
  }
  .lead .step_wrap .step > li:nth-child(1) .img_wrap, .lead .step_wrap .step > li:nth-child(2) .img_wrap {
    width: 90rem;
    margin-top: 0;
    margin-left: unset;
    margin-right: unset;
  }
  .lead .step_wrap .step > li:nth-child(1) .img_wrap::after, .lead .step_wrap .step > li:nth-child(2) .img_wrap::after {
    width: 25rem;
    height: 40rem;
    top: unset;
    bottom: -60rem;
    right: -75%;
    transform: rotate(90deg);
  }
  .lead .step_wrap .step > li:nth-child(1) p, .lead .step_wrap .step > li:nth-child(2) p {
    width: 170rem;
  }
  .lead .step_wrap .step > li:nth-child(2) {
    align-items: center;
  }
  .lead .step_wrap .step > li:nth-child(3) {
    flex-direction: column;
    display: flex;
    gap: 20rem;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 25rem;
  }
  .lead .step_wrap .step > li:nth-child(3) .img_wrap {
    width: 100%;
    margin-top: 0;
  }
  .lead .step_wrap .step > li:nth-child(3) p {
    width: 100%;
  }
  .lead .step_wrap .app {
    position: absolute !important;
    bottom: 5rem;
    right: 15rem;
    gap: 10rem !important;
  }
  .lead .step_wrap .app li {
    width: 80rem;
  }
  .lead .step_wrap .app li a {
    width: 100% !important;
    background-color: unset;
  }
  .lead .step_wrap .app li a::after {
    content: none;
  }
  .lead .step_wrap .app li:nth-child(2) {
    width: 90rem;
  }
  .app_benefit {
    margin-top: 70rem;
  }
  .app_benefit h2 {
    font-size: 25rem;
  }
  .app_benefit .benefit_wrap {
    margin-top: 30rem;
  }
  .app_benefit .benefit_wrap ul {
    flex-wrap: wrap;
    gap: 0;
    justify-content: left;
  }
  .app_benefit .benefit_wrap ul li {
    padding: 10rem;
    width: 50%;
    display: block;
  }
  .app_benefit .benefit_wrap ul li .pic {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .benefit_wrap ul li p {
    width: 100%;
    margin-top: 0;
  }
  .app_benefit .benefit_wrap ul li p.txt {
    margin-top: 10rem;
  }
  .app_benefit .benefit_wrap ul li:nth-child(1) p.txt, .app_benefit .benefit_wrap ul li:nth-child(2) p.txt {
    min-height: 95rem;
  }
  .app_benefit .benefit_wrap ul li:nth-child(3) p.txt, .app_benefit .benefit_wrap ul li:nth-child(4) p.txt {
    min-height: 115rem;
  }
  .app_benefit .btn_wrap {
    padding-right: 0;
  }
  .app_benefit .btn_wrap .modal_btn {
    margin-right: auto;
  }
  .app_benefit .more_content {
    width: 100%;
    margin-top: 50rem;
  }
  .app_benefit .more_content.open::before {
    top: -30rem;
    border-right: 30rem solid transparent;
    border-left: 30rem solid transparent;
    border-bottom: 30rem solid #f5f3f2;
    left: 50%;
    transform: translateX(-50%);
  }
  .app_benefit .more_content.mile::before {
    left: 50%;
  }
  .app_benefit .more_content.mile .flow_wraper h3 {
    font-size: 1.2em;
  }
  .app_benefit .more_content.mile .flow_wrap {
    margin-top: 55rem;
  }
  .app_benefit .more_content.mile .flow_wrap li {
    width: 300rem;
    padding: 35rem 0 25rem;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .app_benefit .more_content.mile .flow_wrap li .num {
    width: 35rem;
    margin-top: -50rem;
    padding-bottom: 10rem;
  }
  .app_benefit .more_content.mile .flow_wrap li .img_wrap {
    width: 145rem;
    margin-right: auto;
    margin-left: auto;
    min-height: 165rem;
    display: flex;
    align-items: center;
  }
  .app_benefit .more_content.mile .flow_wrap li p {
    text-align: center;
    margin-top: 10rem;
  }
  .app_benefit .more_content.mile .flow_wrap li p.note {
    bottom: -57rem;
  }
  .app_benefit .more_content.mile .flow_wrap li.step_02 .img_wrap {
    width: 155rem;
  }
  .app_benefit .more_content.mile .flow_wrap li:not(:last-child)::after {
    content: none;
  }
  .app_benefit .more_content.mile .swiper-button-next,
  .app_benefit .more_content.mile .swiper-button-prev {
    top: 60%;
  }
  .app_benefit .more_content.mile .swiper-button-next::after,
  .app_benefit .more_content.mile .swiper-button-prev::after {
    color: #006532;
  }
  .app_benefit .more_content.mile .mile_num_wrap {
    margin-top: 30rem;
  }
  .app_benefit .more_content.mile .hotels_wrap {
    justify-content: center;
  }
  .app_benefit .more_content.mile .hotels_wrap ul {
    gap: 15rem;
    margin-top: 10rem;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .more_content.mile .hotels_wrap ul .img_wrap {
    width: 160rem;
  }
  .app_benefit .more_content.mile .hotels_wrap ul li:last-child {
    margin-right: auto;
  }
  .app_benefit .more_content.mile .hotels_wrap .ohama ul li:last-child {
    margin-right: 0;
  }
  .app_benefit .more_content.mile .btn_more {
    margin-top: 35rem;
    background: linear-gradient(135deg, #004077 0%, #006532 100%);
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300rem;
    font-size: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    cursor: pointer;
  }
  .app_benefit .more_content.mile .btn_more::after {
    content: "";
    display: block;
    position: absolute;
    width: 13rem;
    height: 13rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    right: 18rem;
    top: 48%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
  .app_benefit .more_content.mile .mile_coupon_wrap {
    margin-top: 40rem;
  }
  .app_benefit .more_content.mile .mile_coupon_wrap .mile_tab {
    gap: 10rem;
    flex-wrap: wrap;
  }
  .app_benefit .more_content.mile .mile_coupon_wrap .mile_tab .mile_tab_btn {
    width: 115rem;
    padding: 10rem;
    border-radius: 50rem;
  }
  .app_benefit .more_content.mile .mile_coupon_wrap .mile_content {
    gap: 20rem;
    margin-top: 40rem;
    flex-direction: column;
  }
  .app_benefit .more_content.mile .mile_coupon_wrap .mile_content .content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .more_content.mile .mile_coupon_wrap .txt {
    text-align: center;
    margin-top: 40rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .more_content.anniversary::before {
    left: 50%;
  }
  .app_benefit .more_content.anniversary .has_badge {
    position: relative;
  }
  .app_benefit .more_content.anniversary .has_badge::before {
    font-size: 12rem;
    line-height: 1;
    padding: 3rem 9rem;
    right: 0;
    bottom: -1.5em;
    font-size: 12rem;
  }
  .app_benefit .more_content.anniversary .has_badge.ttl::before {
    font-size: 13rem;
    right: unset;
    bottom: -35rem;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    line-height: 1;
    padding: 5rem 12rem;
    left: 50%;
    transform: translateX(-50%);
    content: "アプリ会員限定";
  }
  .app_benefit .more_content.anniversary li.has_badge {
    margin-top: 4em;
  }
  .app_benefit .more_content.anniversary li.has_badge::before {
    top: -2.5em;
    left: 1em;
    right: unset;
    bottom: unset;
  }
  .app_benefit .more_content.anniversary .birthday_wrap {
    margin-bottom: 30rem;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .ttl {
    font-size: 20rem;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .txt_box + .txt_box {
    margin-top: 40rem;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .note {
    margin-top: 10rem;
    margin-left: 25rem;
    margin-right: 25rem;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .lead_text {
    margin-top: 55rem;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .img_wrap {
    margin-top: 20rem;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .coupon_wrap {
    margin-top: 30rem;
    gap: 30rem;
    flex-wrap: wrap;
    width: 225rem;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .coupon_wrap p {
    height: 30rem;
    width: 325rem;
    line-height: 30rem;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .coupon_wrap .img_wrap {
    width: 95%;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .coupon_wrap.inner {
    width: 335rem;
  }
  .app_benefit .more_content.anniversary .birthday_wrap .ttl,
  .app_benefit .more_content.anniversary .anniversary_wrap .ttl {
    font-size: 20rem;
  }
  .app_benefit .more_content.benefits {
    padding: 30rem 0 30rem;
  }
  .app_benefit .more_content.benefits::before {
    left: 50%;
  }
  .app_benefit .more_content.benefits .lead_text {
    margin-top: 0;
    width: 330rem;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .more_content.benefits .hotel_wrap {
    margin-top: 30rem;
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15rem 11rem;
    margin-top: 0;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap h4 {
    font-size: 15rem;
    margin-top: 30rem;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .txt {
    margin-top: 20rem;
    width: 330rem;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon {
    width: 100%;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon h4 {
    font-size: 13rem;
    margin-top: 20rem;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .tag {
    font-size: 0.8em;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .tag li {
    margin-top: 5rem;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .badge {
    font-size: 0.8em;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .list {
    margin-top: 10rem;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .list li {
    padding-left: 1em;
    position: relative;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap .coupon .list li::before {
    content: "・";
    display: block;
    position: absolute;
    margin-left: -1em;
  }
  .app_benefit .more_content.benefits .hotel_wrap .coupon_wrap + .coupon_wrap {
    margin-top: 10rem;
  }
  .app_benefit .more_content.benefits .hotel_wrap + .hotel_wrap {
    margin-top: 30rem;
  }
  .app_benefit .more_content.benefits .note {
    margin-top: 20rem;
  }
  .app_benefit .more_content.scratch {
    padding: 30rem 0 30rem;
  }
  .app_benefit .more_content.scratch::before {
    right: unset;
    border-bottom: 30rem solid #5ebfb6;
  }
  .app_benefit .more_content.scratch .img_wrap {
    width: 90%;
  }
  .app_benefit .more_content.charge {
    padding: 30rem 0 30rem;
  }
  .app_benefit .more_content.charge::before {
    right: unset;
    border-bottom: 30rem solid #EADBDC;
  }
  .app_benefit .more_content.charge .img_wrap,
  .app_benefit .more_content.charge .list,
  .app_benefit .more_content.charge .attention,
  .app_benefit .more_content.charge p {
    width: 330rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .app_benefit .more_content.charge .attention {
    margin-top: 30rem;
    font-size: 16rem;
    line-height: 1.2;
    text-align: center;
  }
  .app_benefit .btn_more.to_app a {
    margin-top: 25rem;
  }
  .app_benefit .attention_wrap {
    padding: 20rem;
    margin-top: 50rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .app_benefit .attention_wrap .attention {
    text-align: center;
    margin-top: 0;
    width: 100% !important;
  }
  .app_benefit .attention_wrap .attention_list {
    margin-top: 20rem;
  }
  .app_benefit .attention_wrap .attention_list .double {
    margin-top: 5rem;
  }
  .modal_area {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
  .modal_area .modal_wrap {
    padding: 50rem 15rem 30rem;
  }
  .modal_area .modal_wrap .back_btn {
    width: 30rem;
    height: 30rem;
    top: 2%;
    right: 5%;
  }
  .modal_area .modal_wrap .back_btn span {
    width: 30rem;
    height: 3rem;
  }
  .modal_area .modal_wrap p {
    font-size: 14rem;
  }
  .modal_area .modal_wrap .img_wrap {
    margin-top: 20rem;
  }
  .modal_area .modal_wrap .attention {
    margin-top: 30rem;
    font-size: 16rem;
    line-height: 1.2;
  }
  .modal_area .modal_wrap .attention span {
    display: block;
    margin-top: 10rem;
  }
  .modal_area .modal_wrap .modal_list {
    margin-top: 15rem;
  }
  .modal_area .modal_wrap .modal_list ul li {
    margin-top: 3rem;
  }
  .bg_brown {
    padding: 30rem 0 30rem;
    width: 100%;
  }
  .bg_brown h2 {
    font-size: 25rem;
  }
  .bg_brown .lead_text {
    width: 330rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .bg_brown .content_wrap {
    display: block;
    width: 330rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30rem;
  }
  .bg_brown .content_wrap .img_box {
    width: 100%;
  }
  .bg_brown .content_wrap .txt_box {
    width: 100%;
    padding-right: 0;
    margin-top: 20rem;
  }
  .bg_brown .content_wrap .txt_box .ttl {
    font-size: 20rem;
  }
  .bg_brown .content_wrap .txt_box .desc {
    margin-top: 10rem;
  }
  .bg_brown .content_wrap .txt_box .btn_wrap {
    margin-top: 30rem;
    justify-content: center;
  }
  .bg_brown .content_wrap .txt_box .btn_wrap .btn_more a {
    width: 150rem !important;
  }
  .bg_brown .content_wrap.reverse .txt_box {
    padding-left: 0;
  }
  .campaign {
    margin-top: 40rem;
    padding: 30rem 0;
  }
  .campaign .campaign_inner {
    display: block;
  }
  .campaign .text_wrap {
    width: 100%;
  }
  .campaign h3 {
    font-size: 20rem;
  }
  .campaign .text {
    margin-top: 20rem;
  }
  .campaign .btn_more {
    margin-top: 20rem;
  }
  .campaign .btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
  .float_wrap a {
    width: 120rem;
    height: 55rem;
    top: 55rem;
    line-height: 1.5;
    right: 0;
    writing-mode: unset;
    text-align: center;
  }
  .hotel_tab {
    margin-top: 25rem;
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .hotel_tab li {
    width: 100% !important;
    height: 50rem;
    text-align: center;
    border-bottom: 1px solid #6E6750;
    border-right: none;
  }
  .hotel_tab li:nth-child(3) {
    border-bottom: none;
  }
  .event_wrap {
    margin-top: 80rem;
  }
  .event_wrap .hotel_tab li {
    width: 100%;
  }
  .members_footer {
    padding-top: 30rem;
  }
  .members_footer .footer_inner {
    display: block;
    width: 330rem;
  }
  .members_footer .footer_inner .f_logo {
    margin-left: auto;
    margin-right: auto;
  }
  .members_footer .footer_inner .info_wrap {
    display: block;
    margin-top: 30rem;
  }
  .members_footer .footer_inner .info_wrap .info_box {
    width: 200rem;
    margin-left: auto;
    margin-right: auto;
  }
  .members_footer .footer_inner .info_wrap .btn_to_faq {
    margin-left: 0;
    margin-top: 20rem;
  }
  .members_footer .footer_inner .info_wrap .btn_to_faq a {
    width: 230rem;
    margin-left: auto;
    margin-right: auto;
  }
  .members_footer .footer_inner .info_wrap .members_box {
    margin-top: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  .members_footer .footer_inner .info_wrap .members_box a {
    width: 230rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 14rem;
  }
  .members_footer .footer_inner .info_wrap .tel {
    font-size: 16rem;
    margin-left: 0;
    margin-top: 20rem;
    text-align: center;
  }
  .members_footer .footer_inner .info_wrap .tel span {
    font-size: 14rem;
  }
  .members_footer .footer_inner .info_wrap .btn_more {
    margin-left: 0;
    margin-top: 20rem;
    width: 300rem;
    margin-left: auto;
    margin-right: auto;
  }
  .members_footer .footer_inner .info_wrap .btn_more a {
    width: 100%;
  }
  .members_footer .application a {
    width: 335rem;
  }
  .members_footer .application a::before {
    right: 10rem;
    width: 24rem;
  }
  .members_footer .copy {
    margin-top: 40rem;
    font-size: 12rem;
    display: flex;
    justify-content: center;
    gap: 0 5rem;
    color: #fff;
  }
  .members_footer .copy small {
    font-size: 20rem;
    line-height: 1;
    display: block;
  }
  .members_footer .copy span {
    display: block;
  }
  .faq_wrap {
    margin-top: 3em;
    margin-bottom: 5em;
  }
  .faq_wrap .faq_content:not(:first-child) {
    margin-top: 40rem;
  }
  .faq_wrap h2 {
    font-size: 20rem;
  }
  .faq_wrap dl {
    margin-top: 40rem;
  }
  .faq_wrap dl > div + div {
    margin-top: 30rem;
  }
  .faq_wrap dl > div dt,
  .faq_wrap dl > div dd {
    padding-left: 30rem;
  }
  .faq_wrap dl > div dt::before,
  .faq_wrap dl > div dd::before {
    font-size: 19rem;
  }
  .faq_wrap dl > div dt {
    font-size: 14rem;
    padding-top: 8rem;
    padding-right: 30rem;
    padding-bottom: 8rem;
  }
  .faq_wrap dl > div dt::before {
    top: 2rem;
    left: 8rem;
  }
  .faq_wrap dl > div dt::after {
    right: 10rem;
    width: 8rem;
    height: 8rem;
  }
  .faq_wrap dl > div dd {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .faq_wrap dl > div dd::before {
    top: 12rem;
    left: 9rem;
  }
  .faq_wrap dl > div dd.non_A {
    padding-left: 10rem;
  }
  .faq_wrap .app_tab {
    margin-top: 30rem;
  }
  .faq_wrap .app_tab li {
    width: 170rem;
    height: 50rem;
    text-align: center;
    line-height: 1.3;
  }
  .faq_wrap .app_content {
    display: none;
  }
  .faq_wrap .app_content.app_01 {
    margin-top: 40rem;
  }
}/*# sourceMappingURL=members.css.map */