body {
  color: #595959; }
  body::after {
    position: absolute;
    content: "";
    z-index: -2;
    background: #5d6a80;
    width: 72vw;
    height: 100%;
    top: 0;
    left: 0; }
    @media all and (max-width: 896px) {
      body::after {
        width: calc(100% - 30px); } }

.mainvisual {
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center; }
  @media all and (max-width: 896px) {
    .mainvisual {
      display: block; } }
  @media all and (max-width: 1367px) {
    .mainvisual {
      height: 588px;
      margin-top: 60px; } }
  @media all and (max-width: 1025px) {
    .mainvisual {
      display: flex;
      height: auto;
      margin-top: 100px; } }
  .mainvisual .text {
    position: relative;
    background: #2e3f60;
    padding-left: 90px;
    padding-right: 20px;
    color: #fff;
    width: 35%;
    display: grid;
    place-content: center;
    place-items: center; }
    @media all and (max-width: 1500px) {
      .mainvisual .text {
        width: 43%; } }
    @media all and (max-width: 1025px) {
      .mainvisual .text {
        width: 100%;
        padding: 80px 20px 40px;
        order: 3; } }
    @media all and (max-width: 1025px) {
      .mainvisual .text > div {
        margin-top: 0;
        position: inherit;
        top: auto;
        left: auto;
        transform: none;
        padding: 0; } }
    @media all and (max-width: 896px) {
      .mainvisual .text > div {
        margin: 0; } }
    .mainvisual .text > div h1 {
      position: relative;
      font-size: 15px;
      font-size: 1.5em;
      line-height: 2.5;
      font-size: 36px;
      font-size: 3.6em;
      letter-spacing: 0.5rem;
      font-weight: 400; }
      @media all and (max-width: 896px) {
        .mainvisual .text > div h1 {
          font-size: 14px;
          font-size: 1.4em; } }
      @media all and (max-width: 896px) {
        .mainvisual .text > div h1 {
          font-size: 30px;
          font-size: 3em; } }
      @media all and (max-width: 480px) {
        .mainvisual .text > div h1 {
          font-size: 7vw; } }
      .mainvisual .text > div h1::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 110px;
        bottom: -32px;
        left: 0;
        height: 1px;
        background-color: #fff; }
        @media all and (max-width: 1025px) {
          .mainvisual .text > div h1::after {
            width: 55px; } }
      .mainvisual .text > div h1 img {
        max-width: 335px; }
        @media all and (max-width: 480px) {
          .mainvisual .text > div h1 img {
            max-width: 250px; } }
    .mainvisual .text > div p.copy {
      margin-top: 50px;
      font-size: 24px;
      font-size: 2.4em;
      letter-spacing: 12px;
      line-height: 2.2; }
      @media all and (max-width: 1025px) {
        .mainvisual .text > div p.copy {
          font-size: 19px;
          font-size: 1.9em;
          letter-spacing: 8px; } }
      .mainvisual .text > div p.copy + p {
        font-size: 15px;
        font-size: 1.5em;
        line-height: 2.5;
        letter-spacing: 3px;
        margin-top: 80px; }
        @media all and (max-width: 896px) {
          .mainvisual .text > div p.copy + p {
            font-size: 14px;
            font-size: 1.4em; } }
        @media all and (max-width: 1025px) {
          .mainvisual .text > div p.copy + p {
            font-size: 14px;
            font-size: 1.4em;
            letter-spacing: 2.5px;
            margin-top: 40px; } }
  .mainvisual .image {
    position: relative;
    width: 65%;
    height: 700px; }
    @media all and (max-width: 1500px) {
      .mainvisual .image {
        width: 57%; } }
    @media all and (max-width: 1367px) {
      .mainvisual .image {
        height: 588px; } }
    @media all and (max-width: 1025px) {
      .mainvisual .image {
        order: 1;
        width: 100%;
        height: 600px; } }
    @media all and (max-width: 480px) {
      .mainvisual .image {
        height: 300px; } }
    .mainvisual .image .caption {
      position: absolute;
      color: #fff;
      bottom: 10px;
      right: 10px;
      z-index: 10;
      font-size: 14px;
      font-size: 1.4em;
      text-shadow: 1px 1px 15px black; }
      @media all and (max-width: 480px) {
        .mainvisual .image .caption {
          font-size: 12px;
          font-size: 1.2em; } }
    .mainvisual .image .sample {
      width: 65%;
      height: 700px;
      background-color: #fff;
      z-index: -1; }
      @media all and (max-width: 1500px) {
        .mainvisual .image .sample {
          width: 57%; } }
      @media all and (max-width: 1367px) {
        .mainvisual .image .sample {
          height: 588px; } }
      @media all and (max-width: 1025px) {
        .mainvisual .image .sample {
          order: 1;
          width: 100%;
          height: 600px; } }
      @media all and (max-width: 480px) {
        .mainvisual .image .sample {
          height: 300px; } }
      .mainvisual .image .sample li {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        animation: topanime 61s linear 0s infinite;
        opacity: 0; }
        .mainvisual .image .sample li:nth-child(1) {
          background-image: url("../images/top_slide1.jpg");
          animation-delay: 0s; }
        .mainvisual .image .sample li:nth-child(2) {
          background-image: url("../images/top_slide2.jpg");
          animation-delay: 10s; }
        .mainvisual .image .sample li:nth-child(3) {
          background-image: url("../images/top_slide3.jpg");
          animation-delay: 20s; }
        .mainvisual .image .sample li:nth-child(4) {
          background-image: url("../images/top_slide4.jpg");
          animation-delay: 30s; }
        .mainvisual .image .sample li:nth-child(5) {
          background-image: url("../images/top_slide5.jpg");
          animation-delay: 40s; }
        .mainvisual .image .sample li:nth-child(6) {
          background-image: url("../images/top_slide6.jpg");
          animation-delay: 50s; }

/** anime **/
@keyframes topanime {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  24% {
    opacity: 1; }
  36% {
    opacity: 0; }
  100% {
    opacity: 0;
    background-position: center right; } }
.bestrate {
  position: relative;
  z-index: 2;
  margin: 20px 30px 0 auto;
  background: #3d3d3d;
  background: linear-gradient(180deg, #3d3d3d 0%, #595959 100%);
  padding: 10px 25px;
  width: 100%;
  max-width: 380px; }
  @media all and (max-width: 896px) {
    .bestrate {
      padding: 10px 15px; } }
  .bestrate p {
    color: #fff;
    margin-top: 10px;
    font-size: 0.75rem; }
  .bestrate img {
    width: 100%; }
  @media all and (max-width: 896px) {
    .bestrate.pconly {
      display: block; } }
  @media all and (max-width: 480px) {
    .bestrate.pconly {
      display: none; } }
  .bestrate.portraitonly {
    order: 2; }
    @media all and (max-width: 480px) {
      .bestrate.portraitonly {
        margin: 20px auto;
        width: calc(100% - 40px);
        max-width: 100%; } }
  .bestrate:hover {
    cursor: pointer;
    opacity: 0.9; }

h2.headline {
  color: #595959;
  font-family: 'Libre Bodoni', serif;
  font-weight: 400;
  font-size: 48px;
  font-size: 4.8em;
  letter-spacing: 20px; }
  @media all and (max-width: 1600px) {
    h2.headline {
      font-size: 2.5vw; } }
  @media all and (max-width: 896px) {
    h2.headline {
      font-size: 25px;
      font-size: 2.5em;
      letter-spacing: 12px; } }

.restaurant {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 180px; }
  @media all and (max-width: 896px) {
    .restaurant {
      display: block; } }
  @media all and (max-width: 480px) {
    .restaurant {
      margin-top: 100px; } }
  .restaurant::after {
    position: absolute;
    content: "";
    z-index: 1;
    background: #efefef;
    width: 1530px;
    height: 1000px;
    top: 73%;
    transform: translateY(-50%);
    right: 0; }
    @media all and (max-width: 1500px) {
      .restaurant::after {
        width: 80vw;
        height: 600px; } }
    @media all and (max-width: 1367px) {
      .restaurant::after {
        height: 680px;
        top: 56%; } }
    @media all and (max-width: 896px) {
      .restaurant::after {
        width: 90vw;
        height: 950px;
        top: 60%;
        z-index: -1; } }
    @media all and (max-width: 480px) {
      .restaurant::after {
        height: 750px; } }
  .restaurant .image {
    width: 40%;
    z-index: 2; }
    @media all and (max-width: 896px) {
      .restaurant .image {
        width: 100%; } }
    @media all and (max-width: 896px) {
      .restaurant .image img {
        max-width: 85%; } }
    .restaurant .image .large {
      position: relative; }
      @media all and (max-width: 1600px) {
        .restaurant .image .large {
          max-width: 90%; } }
      @media all and (max-width: 896px) {
        .restaurant .image .large {
          max-width: 100%; } }
      .restaurant .image .large .small1 {
        position: absolute;
        bottom: -200px;
        right: -200px; }
        @media all and (max-width: 1600px) {
          .restaurant .image .large .small1 {
            max-width: 45%;
            bottom: -100px; } }
        @media all and (max-width: 1367px) {
          .restaurant .image .large .small1 {
            bottom: -90px;
            right: -100px; } }
        @media all and (max-width: 1025px) {
          .restaurant .image .large .small1 {
            right: -40px; } }
        @media all and (max-width: 896px) {
          .restaurant .image .large .small1 {
            bottom: -150px;
            right: 0;
            text-align: right; } }
        @media all and (max-width: 480px) {
          .restaurant .image .large .small1 {
            bottom: -120px; } }
      .restaurant .image .large .small2 {
        position: absolute;
        bottom: -300px;
        left: 5vw; }
        @media all and (max-width: 1700px) {
          .restaurant .image .large .small2 {
            left: 3vw; } }
        @media all and (max-width: 1600px) {
          .restaurant .image .large .small2 {
            max-width: 50%;
            bottom: -200px;
            left: 170px; } }
        @media all and (max-width: 1367px) {
          .restaurant .image .large .small2 {
            left: 100px; } }
        @media all and (max-width: 896px) {
          .restaurant .image .large .small2 {
            bottom: -250px; } }
        @media all and (max-width: 480px) {
          .restaurant .image .large .small2 {
            bottom: -200px;
            left: 20px; } }
        .restaurant .image .large .small2 img {
          width: 100%;
          max-width: 350px; }
          @media all and (max-width: 896px) {
            .restaurant .image .large .small2 img {
              max-width: 300px; } }
  .restaurant .text {
    width: 60%;
    z-index: 2;
    margin-top: 100px;
    text-align: center; }
    @media all and (max-width: 1367px) {
      .restaurant .text {
        margin-top: 50px; } }
    @media all and (max-width: 896px) {
      .restaurant .text {
        width: calc(100% - 40px);
        margin: 300px auto 0; } }
    @media all and (max-width: 480px) {
      .restaurant .text {
        margin: 250px auto 0; } }
    .restaurant .text p {
      font-size: 15px;
      font-size: 1.5em;
      margin-top: 30px;
      font-size: 15px;
      font-size: 1.5em;
      line-height: 2.5;
      letter-spacing: 3px; }
      @media all and (max-width: 896px) {
        .restaurant .text p {
          font-size: 14px;
          font-size: 1.4em; } }
      @media all and (max-width: 896px) {
        .restaurant .text p {
          margin-top: 20px; } }
    .restaurant .text .more {
      margin: 50px 10vw auto auto;
      text-align: left; }
      @media all and (max-width: 896px) {
        .restaurant .text .more {
          margin: 30px auto 0; } }

.stay {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 500px;
  color: #fff; }
  @media all and (max-width: 896px) {
    .stay {
      display: block; } }
  @media all and (max-width: 1500px) {
    .stay {
      margin-top: 250px; } }
  @media all and (max-width: 896px) {
    .stay {
      margin-top: 200px;
      display: flex; } }
  .stay .image {
    width: 40%;
    margin: auto 0 auto auto; }
    @media all and (max-width: 896px) {
      .stay .image {
        order: 1;
        width: 100%; } }
    @media all and (max-width: 896px) {
      .stay .image img {
        max-width: 85%; } }
    .stay .image .large {
      position: relative;
      margin: auto 0 auto auto; }
      .stay .image .large .small {
        position: absolute;
        bottom: -250px;
        left: -375px; }
        @media all and (max-width: 1600px) {
          .stay .image .large .small {
            max-width: 45%;
            bottom: -150px;
            left: -100px; } }
        @media all and (max-width: 896px) {
          .stay .image .large .small {
            bottom: -70px;
            left: auto;
            right: 0;
            text-align: right; } }
      .stay .image .large span.caption.first {
        position: absolute;
        color: #fff;
        bottom: 10px;
        right: 10px;
        font-size: 14px;
        font-size: 1.4em; }
        @media all and (max-width: 480px) {
          .stay .image .large span.caption.first {
            left: 10px;
            font-size: 12px;
            font-size: 1.2em; } }
      .stay .image .large span.caption.second {
        position: absolute;
        color: #fff;
        bottom: 3px;
        right: 5px;
        font-size: 13px;
        font-size: 1.3em;
        text-shadow: 1px 1px 15px white; }
        @media all and (max-width: 480px) {
          .stay .image .large span.caption.second {
            color: #fff;
            font-size: 12px;
            font-size: 1.2em;
            text-shadow: 1px 1px 15px black; } }
  .stay .text {
    width: calc(100% - 60%);
    margin-left: 10%; }
    @media all and (max-width: 896px) {
      .stay .text {
        order: 2;
        width: calc(100% - 40px);
        margin: auto; } }
    .stay .text h2 {
      margin-top: 75px;
      color: #fff; }
      .stay .text h2 + p {
        font-size: 15px;
        font-size: 1.5em;
        line-height: 2.5;
        letter-spacing: 3px;
        margin-left: 15%;
        margin-top: 25px; }
        @media all and (max-width: 896px) {
          .stay .text h2 + p {
            font-size: 14px;
            font-size: 1.4em; } }
        @media all and (max-width: 1025px) {
          .stay .text h2 + p {
            margin-left: 0;
            width: calc(100% - 10px); } }
    .stay .text .more {
      margin-left: 15%;
      margin-top: 45px; }
      @media all and (max-width: 1025px) {
        .stay .text .more {
          margin-left: 0;
          margin-top: 30px; } }
      .stay .text .more a {
        color: #fff; }
        @media all and (max-width: 896px) {
          .stay .text .more a {
            text-align: left; } }
        .stay .text .more a span.arrow::before {
          background: #fff; }
        .stay .text .more a span.arrow::after {
          border-top: 1px solid #fff; }

.onsen {
  margin-top: 300px; }
  @media all and (max-width: 896px) {
    .onsen {
      margin-top: 100px; } }
  .onsen > p {
    position: relative; }
    .onsen > p .caption {
      position: absolute;
      color: #fff;
      bottom: 10px;
      right: 10px;
      font-size: 14px;
      font-size: 1.4em;
      text-shadow: 1px 1px 15px black; }
      @media all and (max-width: 480px) {
        .onsen > p .caption {
          font-size: 12px;
          font-size: 1.2em; } }
  .onsen > div.block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    @media all and (max-width: 896px) {
      .onsen > div.block {
        display: block; } }
    @media all and (max-width: 896px) {
      .onsen > div.block {
        background: #efefef; } }
    .onsen > div.block .image {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      width: 30%; }
      @media all and (max-width: 896px) {
        .onsen > div.block .image {
          display: block; } }
      @media all and (max-width: 896px) {
        .onsen > div.block .image {
          width: 45%;
          background: none;
          padding-top: 50px;
          margin: auto 0 auto auto; } }
      .onsen > div.block .image p {
        position: relative; }
        .onsen > div.block .image p .caption {
          position: absolute;
          color: #fff;
          bottom: 5px;
          right: 10px;
          font-size: 14px;
          font-size: 1.4em; }
          @media all and (max-width: 480px) {
            .onsen > div.block .image p .caption {
              font-size: 12px;
              font-size: 1.2em; } }
    .onsen > div.block .text {
      width: 70%;
      background: #efefef;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      padding: 150px 13% 200px; }
      @media all and (max-width: 896px) {
        .onsen > div.block .text {
          display: block; } }
      @media all and (max-width: 1367px) {
        .onsen > div.block .text {
          padding: 100px 13% 150px; } }
      @media all and (max-width: 896px) {
        .onsen > div.block .text {
          width: calc(100% - 40px);
          padding: 0 0 50px;
          margin: -50px auto 0; } }
      @media all and (max-width: 1025px) {
        .onsen > div.block .text {
          padding: 85px 5% 200px; } }
      @media all and (max-width: 896px) {
        .onsen > div.block .text {
          padding: 0 0 100px; } }
      .onsen > div.block .text > div:not(.more) {
        width: calc(100% - 300px); }
        @media all and (max-width: 1600px) {
          .onsen > div.block .text > div:not(.more) {
            width: 100%;
            margin-top: 30px; } }
        .onsen > div.block .text > div:not(.more) p {
          margin-left: 15%;
          font-size: 15px;
          font-size: 1.5em;
          line-height: 2.5;
          letter-spacing: 3px;
          margin-top: 40px; }
          @media all and (max-width: 896px) {
            .onsen > div.block .text > div:not(.more) p {
              font-size: 14px;
              font-size: 1.4em; } }
          @media all and (max-width: 896px) {
            .onsen > div.block .text > div:not(.more) p {
              margin-left: 0; } }
      @media all and (max-width: 1600px) {
        .onsen > div.block .text .more {
          margin: 30px 0 auto auto; } }
      @media all and (max-width: 896px) {
        .onsen > div.block .text .more {
          margin: 30px auto auto 0; } }
      @media all and (max-width: 896px) {
        .onsen > div.block .text .more a {
          text-align: left; } }

.news {
  position: relative;
  margin: 150px 0; }
  @media all and (max-width: 896px) {
    .news {
      margin: 75px 0; } }
  .news .inner .title {
    margin-left: 7%; }
    @media all and (max-width: 896px) {
      .news .inner .title {
        margin-left: 0; } }
    .news .inner .title h2 {
      color: #fff; }
    .news .inner .title .more {
      margin: auto 0 auto auto; }
  .news .inner .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    position: relative;
    margin-top: 65px; }
    @media all and (max-width: 896px) {
      .news .inner .box {
        display: block; } }
    @media all and (max-width: 1025px) {
      .news .inner .box {
        justify-content: space-between; } }
    @media all and (max-width: 896px) {
      .news .inner .box {
        display: flex;
        margin-top: 20px; } }
    .news .inner .box::after {
      position: absolute;
      content: "";
      z-index: -1;
      background: #41506e;
      width: 1530px;
      height: 265px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 15px; }
      @media all and (max-width: 896px) {
        .news .inner .box::after {
          content: none; } }
    .news .inner .box > div {
      width: calc(100% / 4 - 40px);
      margin: 0 20px; }
      @media all and (max-width: 1025px) {
        .news .inner .box > div {
          width: 47%;
          margin: 0; } }
      @media all and (max-width: 896px) {
        .news .inner .box > div {
          margin-bottom: 50px; } }
      .news .inner .box > div:first-child {
        margin-left: 0; }
      .news .inner .box > div:last-child {
        margin-right: 0; }
      .news .inner .box > div a {
        color: #fff; }
        .news .inner .box > div a .image {
          width: 100%;
          height: 215px;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
          @media all and (max-width: 480px) {
            .news .inner .box > div a .image {
              height: 120px; } }
      .news .inner .box > div .date {
        margin-top: 10px;
        letter-spacing: 2px;
        font-size: 15px;
        font-size: 1.5em; }
        @media all and (max-width: 896px) {
          .news .inner .box > div .date {
            font-size: 14px;
            font-size: 1.4em; } }
      .news .inner .box > div h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.8;
        min-height: 97px;
        font-size: 14px;
        font-size: 1.4em; }
        @media all and (max-width: 896px) {
          .news .inner .box > div h3 {
            min-height: auto; } }
  .news .more a {
    text-align: left; }
    @media all and (max-width: 896px) {
      .news .more a {
        color: #fff; } }
    @media all and (max-width: 896px) {
      .news .more a span.arrow::before {
        background: #fff; } }
    @media all and (max-width: 896px) {
      .news .more a span.arrow::after {
        border-top: 1px solid #fff; } }

footer {
  background: #5d6a80; }

@keyframes bgSlide {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0;
    background-position: center right 20%; } }
