@charset "UTF-8";
.fv {
  width: 100%;
  height: 100vh;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .fv {
      padding-top: 70px;
      height: auto; } }
  .fv-video {
    position: relative;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%; }
    @media (max-width: 1024px) {
      .fv-video {
        width: 100%;
        height: auto;
        top: inherit;
        left: inherit;
        min-height: inherit;
        transform: none; } }

.mv {
  width: 100%;
  height: 35vh;
  padding-top: 100px; }
  @media (max-width: 1024px) {
    .mv {
      height: 32vh;
      padding-top: 70px; } }
  @media (max-width: 599px) {
    .mv {
      height: 29vh; } }
  .mv-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.greeting {
  width: 100%;
  height: 600px;
  background-image: url(../img/common/greeting_bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 70px; }
  @media (max-width: 1024px) {
    .greeting {
      padding-top: 55px;
      height: inherit;
      padding-bottom: 55px; } }
  @media (max-width: 599px) {
    .greeting {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .greeting .container-m {
    height: 100%; }
  .greeting .no-br {
    display: block; }
    @media (max-width: 1024px) {
      .greeting .no-br {
        display: none; } }
  .greeting-inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .greeting-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 11%;
    left: 85%; }
    @media (max-width: 1024px) {
      .greeting-ttl {
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        position: relative;
        top: -24px;
        left: inherit;
        text-align: center; } }
    .greeting-ttl__en {
      position: absolute;
      top: 10%;
      left: 89%;
      letter-spacing: 2px; }
      @media (max-width: 1024px) {
        .greeting-ttl__en {
          position: inherit;
          top: inherit;
          left: inherit;
          letter-spacing: inherit; } }
  .greeting-txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.5; }
    .greeting-txt__wrap {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1024px) {
        .greeting-txt__wrap {
          display: inherit;
          align-items: inherit;
          justify-content: inherit; } }
    @media (max-width: 1024px) {
      .greeting-txt {
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        text-orientation: inherit;
        line-height: 2.0; } }

.content {
  display: flex;
  flex-flow: column; }
  @media (max-width: 1024px) {
    .content {
      overflow-x: hidden; } }
  .content-wrap {
    margin-top: 286px;
    width: 100%;
    height: 716px;
    display: flex;
    position: relative; }
    @media (max-width: 1024px) {
      .content-wrap {
        flex-flow: column;
        margin-top: 40px;
        height: auto;
        padding-bottom: 50px; } }
    @media (max-width: 599px) {
      .content-wrap {
        margin-top: 20px; } }
    .content-wrap::before {
      content: "";
      position: absolute;
      display: block;
      width: 77vw;
      height: 100%;
      background-color: #F7F3E7;
      z-index: 1;
      left: calc(50% - 50vw); }
      @media (max-width: 1024px) {
        .content-wrap::before {
          height: 75%;
          bottom: 0; } }
  .content-reverse {
    flex-direction: row-reverse; }
    @media (max-width: 1024px) {
      .content-reverse {
        flex-direction: column; } }
    .content-reverse.content-wrap::before {
      left: inherit;
      right: calc(50% - 50vw); }
    .content-reverse .content-left {
      padding-left: 8%; }
      @media (max-width: 1024px) {
        .content-reverse .content-left {
          padding-left: 0; } }
    .content-reverse .content-right {
      margin-right: inherit; }
    .content-reverse .content-img {
      padding-left: 0; }
    .content-reverse .cmn-ttl__en {
      left: inherit;
      right: -6vw; }
      @media (max-width: 1024px) {
        .content-reverse .cmn-ttl__en {
          right: 0; } }
  .content-left {
    width: 50%;
    z-index: 2;
    position: relative; }
    @media (max-width: 1024px) {
      .content-left {
        width: 100%;
        order: 2;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center; } }
  .content-right {
    z-index: 3;
    position: relative;
    top: -208px;
    width: 50vw;
    height: 598px; }
    @media (max-width: 1024px) {
      .content-right {
        width: 100%;
        height: 300px;
        order: 1;
        position: inherit;
        top: inherit;
        margin-bottom: 50px; } }
    @media (max-width: 599px) {
      .content-right {
        height: 200px;
        margin-bottom: 30px; } }
  .content-img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
    @media (max-width: 1024px) {
      .content-img {
        width: 100%;
        height: 100%;
        padding-left: inherit; } }
  .content-ttl {
    margin-top: 185px; }
    @media (max-width: 1024px) {
      .content-ttl {
        margin-top: 0;
        position: relative;
        top: -24px; } }
  .content-txt {
    margin-top: 30px;
    max-width: 450px; }
    @media (max-width: 1024px) {
      .content-txt {
        margin-top: 20px;
        max-width: inherit; } }
  .content-button {
    margin-top: 100px; }
    @media (max-width: 1024px) {
      .content-button {
        margin-top: 30px; } }

.content-reserve {
  margin-top: 120px;
  padding-top: 135px;
  padding-bottom: 135px;
  position: relative; }
  @media (max-width: 1024px) {
    .content-reserve {
      margin-top: 75px; } }
  @media (max-width: 1024px) {
    .content-reserve {
      margin-top: 50px; } }
  .content-reserve::before {
    content: "";
    background-color: #F7F3E7;
    width: 90%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .content-reserve__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 83px;
    border-bottom: 1px solid #707070; }
    @media (max-width: 1024px) {
      .content-reserve__top {
        justify-content: center;
        padding-bottom: 15px;
        margin-bottom: 30px; } }
  .content-reserve__ttl {
    font-size: 2.8rem;
    font-weight: 100; }
    @media (max-width: 1024px) {
      .content-reserve__ttl {
        font-size: 2.0rem; } }
  .content-reserve__anker {
    position: relative;
    padding-right: 62px;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.7s; }
    @media (max-width: 1024px) {
      .content-reserve__anker {
        display: none; } }
    .content-reserve__anker:hover::after {
      background-color: #402727;
      color: #fff;
      transition: all 0.7s; }
    .content-reserve__anker::after {
      content: "→";
      display: block;
      width: 34px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      border: 1px solid #402727;
      border-radius: 50%;
      position: absolute;
      top: -6px;
      right: 0;
      transition: all 0.7s; }
    .content-reserve__anker--wrap {
      text-align: right;
      margin-top: 20px;
      padding-bottom: 20px; }
    .content-reserve__anker--sp {
      display: none; }
      @media (max-width: 1024px) {
        .content-reserve__anker--sp {
          display: inline-block; } }
  @media (max-width: 599px) {
    .content-reserve__bottom::before {
      content: "";
      width: 10px;
      height: 10px;
      display: none;
      border-bottom: 3px solid #402727;
      border-left: 3px solid #402727;
      position: absolute;
      bottom: 36%;
      left: 20px;
      transform: rotate(45deg); }
    .content-reserve__bottom::after {
      content: "";
      width: 10px;
      height: 10px;
      display: none;
      border-bottom: 3px solid #402727;
      border-left: 3px solid #402727;
      position: absolute;
      bottom: 36%;
      right: 20px;
      transform: rotate(-135deg); } }

.plan_rss {
  width: 100% !important;
  flex-wrap: nowrap !important;
  position: relative; }
  @media (max-width: 1024px) {
    .plan_rss {
      overflow: auto;
      scroll-snap-type: x mandatory; } }
  .plan_rss .mini {
    width: 33% !important;
    max-width: 373px;
    min-width: 300px;
    margin-right: 3%; }
    @media (max-width: 1024px) {
      .plan_rss .mini {
        scroll-snap-align: start; } }
    @media (max-width: 599px) {
      .plan_rss .mini {
        width: inherit;
        max-width: inherit;
        min-width: 100%; } }
    .plan_rss .mini:nth-of-type(3) {
      margin-right: 0; }
    .plan_rss .mini .plan_text {
      padding: 0 1%; }
      .plan_rss .mini .plan_text h4 {
        margin: 53px 0 !important; }
        @media (max-width: 1024px) {
          .plan_rss .mini .plan_text h4 {
            margin: 30px 0 20px 0 !important; } }
        .plan_rss .mini .plan_text h4 a {
          font-size: 2.4rem !important;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
          @media (max-width: 1024px) {
            .plan_rss .mini .plan_text h4 a {
              font-size: 1.8rem !important; } }
      .plan_rss .mini .plan_text p {
        font-size: 1.6rem !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
    .plan_rss .mini .plan_more {
      display: inline-block;
      font-size: 1.6rem !important;
      position: relative;
      transition: all 0.7s; }
      .plan_rss .mini .plan_more::after {
        content: "";
        width: 60%;
        height: 3px;
        display: block;
        background-color: #707070;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.7s; }
      .plan_rss .mini .plan_more:hover::after {
        width: 100%;
        transition: all 0.7s; }
      .plan_rss .mini .plan_more_wrap {
        margin-top: 45px;
        text-align: center;
        padding-bottom: 25px; }

.measures {
  margin-top: 100px; }
  @media (max-width: 1024px) {
    .measures {
      margin-top: 75px; } }
  @media (max-width: 1024px) {
    .measures {
      margin-top: 50px; } }
  .measures p, .measures li {
    letter-spacing: 3px; }
  .measures-heading {
    width: 100%;
    text-align: center;
    background-color: #F7F3E7;
    position: relative; }
    .measures-heading.active span::after {
      content: none; }
    .measures-heading span {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .measures-heading span::before {
        content: "";
        position: absolute;
        display: block;
        width: 29px;
        height: 3px;
        top: 50%;
        right: 35px;
        background: #402727;
        transform: translateY(-50%); }
        @media (max-width: 1024px) {
          .measures-heading span::before {
            height: 2px;
            width: 20px; } }
      .measures-heading span::after {
        content: "";
        position: absolute;
        display: block;
        width: 3px;
        height: 29px;
        top: 50%;
        right: 48px;
        background: #402727;
        transform: translateY(-50%); }
        @media (max-width: 1024px) {
          .measures-heading span::after {
            height: 20px;
            width: 2px;
            right: 44px; } }
  .measures-trigger {
    padding-top: 14px;
    padding-bottom: 8px;
    font-size: 2.4rem;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .measures-trigger {
        font-size: 2.0rem; } }
  .measures-content {
    background-color: #F7F3E7;
    margin-top: 5px;
    padding: 57px;
    display: none; }
  .measures-ttl {
    width: 100%;
    display: block;
    font-size: 2.4rem;
    font-weight: 100;
    border-bottom: 1px solid #402727;
    padding-bottom: 1%;
    margin-bottom: 2%; }
  .measures-txt {
    margin-bottom: 3%; }
  .measures-list {
    padding-left: 30px; }
  .measures-item {
    margin-bottom: 3%; }
  .measures-num {
    list-style: decimal; }
  .measures-dot {
    list-style: disc; }
  .measures-block {
    margin-bottom: 70px; }
  .measures .sp-br {
    display: none; }
    @media (max-width: 1024px) {
      .measures .sp-br {
        display: block; } }

.search {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 250px;
  position: relative; }
  @media (max-width: 1024px) {
    .search {
      margin-bottom: 100px; } }
  .search::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0%;
    width: 70%;
    height: 100%;
    display: block;
    background-image: url(../img/common/vacancy_bg.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    z-index: -1; }
  .search-inner {
    background-color: #F7F3E7;
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 1%;
    padding-right: 1%; }
  .search-ttl {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    font-size: 2.3rem;
    padding-left: 30px; }
    .search-ttl::before {
      content: "";
      background-image: url(../img/common/search.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      width: 23px;
      height: 23px;
      position: absolute;
      top: 6px;
      left: 0; }
    @media (max-width: 1200px) {
      .search-ttl {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px; }
        .search-ttl::before {
          content: none; } }

.plan_form {
  margin: 0 auto;
  width: 100% !important;
  max-width: 1200px; }
  .plan_form .check_in {
    position: relative; }
    .plan_form .check_in::before {
      content: "";
      background-image: url(../img/common/calendar-alt.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 15.75px;
      height: 18px;
      display: block;
      position: absolute;
      bottom: 18px;
      left: 13px;
      z-index: 1; }
    @media (max-width: 1024px) {
      .plan_form .check_in {
        width: 50% !important; } }
    .plan_form .check_in input {
      width: 198px !important;
      height: 52px;
      padding-top: 0 !important;
      padding-right: 0 !important;
      padding-bottom: 0 !important;
      padding-left: 15% !important; }
      @media (max-width: 1024px) {
        .plan_form .check_in input {
          width: 90% !important; } }
  .plan_form .undecided {
    display: block; }
    @media (max-width: 1024px) {
      .plan_form .undecided {
        width: 50% !important; } }
    .plan_form .undecided input {
      margin: 0 auto !important;
      top: 12px; }
  @media (max-width: 1024px) {
    .plan_form .guests {
      width: 50% !important; } }
  @media (max-width: 1024px) {
    .plan_form .guests select {
      width: 90% !important; } }
  @media (max-width: 1024px) {
    .plan_form .type {
      width: 50% !important; } }
  @media (max-width: 1024px) {
    .plan_form .type select {
      width: 90% !important; } }
  @media (max-width: 1024px) {
    .plan_form .price {
      width: 100% !important;
      justify-content: space-evenly; } }
  @media (max-width: 1024px) {
    .plan_form .price select {
      width: 43% !important; } }
  .plan_form select {
    width: 102px !important;
    height: 52px !important; }
  .plan_form .search_btn {
    margin-top: auto;
    margin-bottom: auto; }
    .plan_form .search_btn .btn {
      color: #fff;
      width: 154px !important;
      height: 57px !important;
      background-color: #AB960E !important;
      border-radius: 50px !important;
      display: inline-block !important;
      margin: 0 !important;
      font-size: 1.6rem !important;
      transition: all 0.7s; }
      .plan_form .search_btn .btn:hover {
        background-color: rgba(171, 150, 14, 0.7) !important;
        transition: all 0.7s; }
    @media (max-width: 1200px) {
      .plan_form .search_btn {
        width: 100%;
        margin-top: 10px; } }
  @media (max-width: 1024px) {
    .plan_form .form_box {
      max-width: 420px; }
      .plan_form .form_box div {
        margin-bottom: 20px; } }
  @media (max-width: 1200px) {
    .plan_form .form_box {
      width: 90%;
      margin: 0 auto;
      text-align: center; } }
