@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

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

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

:root {
  --font-color: #222;
  --font-color2: #337bcb;
  --key-color: #f77366;
  --bg-color: #f0f2f4;
  --bg2-color: #fdb728;
  --hover-color: #d65f54;
  --border-color: #e5e5e5;
  --slide-color: #c3cbcf;
  --slide-color2: #009abf;
}

html {
  background-color: #fff;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  color: var(--font-color);
}
body.hide {
  overflow: hidden;
}

a,
a:link {
  color: var(--font-color);
}
a:hover,
a:link:hover {
  color: var(--key-color);
  text-decoration: underline;
}

.inner {
  margin: auto;
  position: relative;
  width: 100%;
  padding: 0 40px;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .inner {
    padding: 0 20px;
  }
}

/* toggle-btn */
.toggle-btn {
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  right: 20px;
  top: 20px;
  z-index: 200;
  -webkit-box-shadow: 1px 1px 7px rgba(19, 64, 74, 0.4);
          box-shadow: 1px 1px 7px rgba(19, 64, 74, 0.4);
}
.toggle-btn div {
  width: 35px;
  height: 35px;
  position: relative;
}
.toggle-btn span {
  width: 30px;
  height: 2px;
  background-color: var(--key-color);
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.toggle-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
.toggle-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
@media (max-width: 500px) {
  .toggle-btn {
    right: 15px;
    top: 15px;
  }
}

.hamburger {
  display: none;
}

.ghost-nav {
  background: var(--key-color);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 199;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ghost-nav .logo {
  display: block;
  max-width: 265px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ghost-nav .logo {
    max-width: 200px;
  }
}
.ghost-nav p {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .ghost-nav p {
    font-size: 13px;
    padding-top: 15px;
  }
}
.ghost-nav .hamburger {
  display: block;
}
.ghost-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 20px;
  margin: 0 auto;
}
.ghost-nav ul a {
  padding: 18px 20px;
  font-weight: 900;
  line-height: 22px;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: capitalize;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .ghost-nav ul a {
    padding: 20px;
  }
}
.ghost-nav ul a h2 {
  font-size: 22px;
  padding-bottom: 5px;
}
.ghost-nav ul a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .ghost-nav ul a {
    padding: 10px;
    font-size: 12px;
    line-height: 1;
  }
  .ghost-nav ul a h2 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .ghost-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 60%;
  }
  .ghost-nav ul li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .ghost-nav ul {
    max-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .ghost-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ghost-nav {
    overflow-y: auto;
  }
}

body.show-mobile-nav .toggle-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, 0) rotate(30deg);
          transform: translate(-50%, 0) rotate(30deg);
}
body.show-mobile-nav .toggle-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, 0) rotate(-30deg);
          transform: translate(-50%, 0) rotate(-30deg);
}
body.show-mobile-nav .ghost-nav {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
body.show-mobile-nav .ghost-nav li a {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.show-mobile-nav .ghost-nav li:nth-child(1) a {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
body.show-mobile-nav .ghost-nav li:nth-child(2) a {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
body.show-mobile-nav .ghost-nav li:nth-child(3) a {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}
body.show-mobile-nav .ghost-nav li:nth-child(4) a {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.show-mobile-nav .ghost-nav li:nth-child(5) a {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
body.show-mobile-nav .ghost-nav li:nth-child(6) a {
  -webkit-transition-delay: 1.11s;
          transition-delay: 1.11s;
}
body.show-mobile-nav .ghost-nav li:nth-child(7) a {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}

@media (max-width: 1199px) {
  .toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.title {
  position: relative;
  line-height: 1;
  text-align: center;
  z-index: 3;
}
.title span {
  font-size: 20px;
  font-weight: 700;
}
.title h3 {
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .title h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .title h3 {
    font-size: 40px;
    padding-bottom: 10px;
  }
}
.title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  max-width: 300px;
  margin: 40px auto 7.5px;
  background-color: var(--bg2-color);
  color: #fff;
  padding: 15px 0;
  letter-spacing: 0.1em;
  border-radius: 50px;
  font-size: 18px;
  position: relative;
}
.title div img {
  padding-left: 3px;
}
.title div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: var(--bg2-color) transparent transparent transparent;
  position: absolute;
  bottom: -7.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .title span {
    font-size: 14px;
  }
  .title div {
    font-size: 14px;
    max-width: 240px;
    margin: 30px auto 7.5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.more {
  background-color: var(--key-color);
  color: #fff !important;
  display: block;
  max-width: 310px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 0;
  line-height: 1;
  margin: 50px auto 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more svg {
  margin-right: 10px;
  width: 1.3em;
  height: 1.3em;
  fill: #fff;
}
.more:hover {
  text-decoration: none !important;
  background-color: var(--hover-color);
}
@media (max-width: 767px) {
  .more {
    font-size: 16px;
    padding: 15px 0;
    margin: 30px auto 0;
  }
}

svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
}

.hero {
  width: 100%;
  height: calc(100vh - 124px);
  overflow: hidden;
  position: relative;
  min-height: 550px;
  max-height: 1200px;
  z-index: 101;
}
.hero .logo {
  position: absolute;
  z-index: 10;
  left: 50px;
  top: 20px;
  max-width: 265px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero .logo:hover {
  opacity: 0.8;
}
.hero .logo img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .hero .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hero .reservation {
  position: fixed;
  bottom: 100px;
  right: 50px;
  background-color: var(--key-color);
  color: #fff;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  text-align: center;
  -webkit-box-shadow: 1px 1px 7px rgba(19, 64, 74, 0.4);
          box-shadow: 1px 1px 7px rgba(19, 64, 74, 0.4);
  z-index: 300;
  cursor: pointer;
}
.hero .reservation.bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media (max-width: 1199px) {
  .hero .reservation.bottom {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero .reservation:hover {
  background-color: var(--hover-color);
  text-decoration: none;
  color: #fff !important;
}
.hero .reservation svg {
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
}
.hero .reservation h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 10px;
}
.hero .reservation span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero .reservation {
    right: 20px;
    width: 110px;
    height: 110px;
    bottom: 20px;
  }
  .hero .reservation svg {
    width: 1.5em;
    height: 1.5em;
  }
  .hero .reservation h2 {
    font-size: 14px;
    padding: 10px 0 5px;
  }
  .hero .reservation span {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .hero .reservation {
    width: 96px;
    height: 96px;
  }
  .hero .reservation span {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .hero {
    height: 400px;
    min-height: 400px;
  }
  .hero::before {
    background: url(../img/bg_sp_1.png) no-repeat center center/cover;
    background-position: 30% 100%;
    height: 116px;
  }
  .hero::after {
    background: url(../img/bg_sp.png) no-repeat center center/cover;
    background-position: 20% 70%;
  }
}

.xslider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  -webkit-transition: all 1.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 1;
}
.xslider.do {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.xslide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  position: absolute;
}
.xslide img {
  position: absolute;
  max-width: 100%;
  min-height: 100%;
  min-width: 100vw;
  width: auto;
  padding-bottom: 1px;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 100%;
}

#slideposition {
  height: 5px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
#slideposition ul {
  margin: 0 auto;
  overflow: hidden;
}
#slideposition ul li {
  margin-bottom: 5px;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: var(--slide-color);
  cursor: pointer;
}
#slideposition ul li.active {
  background-color: var(--slide-color2);
  width: 34px;
  border-radius: 50px;
}
#slideposition ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #slideposition {
    display: none;
  }
}

.con_nav {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .con_nav {
    display: none;
  }
}
.con_nav .inner > a {
  position: absolute;
  right: -80px;
  top: 15px;
  color: var(--key-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.con_nav .inner > a svg {
  width: 2em;
  height: 2em;
}
.con_nav .inner > a:hover {
  color: var(--hover-color);
}
@media (max-width: 1500px) {
  .con_nav .inner > a {
    right: -20px;
  }
}
.con_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_nav ul li {
  line-height: 1;
  text-align: center;
  padding: 0 39.5px;
  border-right: 1px dashed var(--border-color);
}
.con_nav ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 8px 0;
}
.con_nav ul li a h2 {
  text-transform: uppercase;
}
.con_nav ul li a:before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--key-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.con_nav ul li a:hover {
  text-decoration: none;
}
.con_nav ul li a:hover:before {
  width: 100%;
}
.con_nav ul li a h2 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
}
.con_nav ul li a span {
  font-size: 14px;
  font-weight: 500;
}
.con_nav ul li:first-child {
  padding-left: 0;
}
.con_nav ul li:last-child {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 1500px) {
  .con_nav .inner > a {
    right: 90px;
  }
  .con_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .con_nav ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1300px) {
  .con_nav ul li {
    padding: 0 15px;
  }
}

.room {
  background: url(../img/bg1.jpg) no-repeat bottom center;
  background-size: cover;
  border-top: 5px solid #f0f2f4;
  padding: 100px 4.6875%;
}
.room .content {
  margin: 130px auto 0;
  position: relative;
  max-width: 1580px;
  padding: 0 40px;
}
.room .content .box {
  position: absolute;
  right: 80px;
  top: 50px;
  background-color: #fff;
  z-index: 10;
  padding: 40px 50px 60px;
}
.room .content .box::after {
  content: "";
  display: block;
  background: url(../img/obj2.png) no-repeat center center/cover;
  width: 149px;
  height: 153px;
  position: absolute;
  bottom: -70px;
  right: -60px;
}
.room .content .box h3 {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding-top: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.room .content .box h3::after {
  content: "";
  display: block;
  background: url(../img/tit-after.png) no-repeat center center/cover;
  width: 71px;
  height: 57px;
  position: absolute;
  top: 0;
  right: -40px;
}
.room .content .box .txt {
  min-width: 470px;
  padding-top: 35px;
}
.room .content .box .txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px dashed var(--slide-color);
}
.room .content .box .txt dl dt {
  font-weight: 700;
}
.room .content .box .txt dl dt, .room .content .box .txt dl dd {
  width: 50%;
}
.room .content .box .txt dl dd span {
  display: none;
}
@media (max-width: 767px) {
  .room .content .box .txt dl dd span {
    display: inline;
  }
}
@media (max-width: 1300px) {
  .room {
    padding: 100px 2.6875%;
  }
  .room .content .box {
    padding: 40px 30px 60px;
  }
}
@media (max-width: 1199px) {
  .room {
    border-top: none;
  }
  .room .content .box {
    position: static;
  }
}
@media (max-width: 767px) {
  .room {
    padding: 50px 0;
  }
  .room .layout07__slider {
    z-index: 2;
  }
  .room .content {
    padding: 0;
    margin: 60px auto 0;
  }
  .room .content .box {
    margin-left: 50px;
    padding: 60px 50px 40px;
    z-index: 1;
  }
  .room .content .box::after {
    width: 62px;
    height: 62px;
    right: 20px;
    bottom: -20px;
  }
  .room .content .box h3 {
    font-size: 21px;
    padding-top: 20px;
  }
  .room .content .box h3::after {
    width: 35.5px;
    height: 28.5px;
  }
  .room .content .box .txt {
    min-width: auto;
    padding-top: 20px;
  }
  .room .content .box .txt dl dt, .room .content .box .txt dl dd {
    width: auto;
  }
}

.layout07__slider {
  width: 100%;
  position: relative;
}
.layout07__slider::before {
  content: "";
  display: block;
  background: url(../img/obj1.png) no-repeat center center/cover;
  width: 171px;
  height: 140px;
  position: absolute;
  top: -95px;
  left: 40px;
  z-index: 10;
}
@media (max-width: 767px) {
  .layout07__slider::before {
    width: 85.5px;
    height: 70px;
    left: 10px;
    top: 305px;
  }
}
.layout07__slider .gallery {
  display: -ms-grid;
  display: grid;
  width: auto;
}
.layout07__slider .gallery > li {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.layout07__slider .gallery > li.zindex0 {
  z-index: 1;
}
.layout07__slider .gallery > li.zindex0.unit01 {
  -webkit-animation: slide01 4s forwards;
          animation: slide01 4s forwards;
}
.layout07__slider .gallery > li.zindex0.unit02 {
  -webkit-animation: slide02 4s forwards;
          animation: slide02 4s forwards;
}
.layout07__slider .gallery > li.zindex0.unit03 {
  -webkit-animation: slide03 4s forwards;
          animation: slide03 4s forwards;
}
.layout07__slider .gallery > li.zindex0.unit04 {
  -webkit-animation: slide04 4s forwards;
          animation: slide04 4s forwards;
}
.layout07__slider .gallery > li.zindex0.unit05 {
  -webkit-animation: slide05 4s forwards;
          animation: slide05 4s forwards;
}
.layout07__slider .gallery > li.zindex1 {
  z-index: 2;
}
.layout07__slider .gallery > li.zindex2 {
  z-index: 3;
}
.layout07__slider .gallery > li.zindex3 {
  z-index: 4;
}
.layout07__slider .gallery > li.current {
  z-index: 5;
}
@media (max-width: 767px) {
  .layout07__slider {
    padding-left: 10px;
    padding-right: 35px;
  }
  .layout07__slider::before {
    width: 85.5px;
    height: 70px;
  }
}

.layout07__slider__list {
  position: relative;
  padding-bottom: 45%;
}
@media (max-width: 1600px) {
  .layout07__slider__list {
    padding-bottom: 55%;
  }
}
@media (max-width: 1300px) {
  .layout07__slider__list {
    padding-bottom: 60%;
  }
}
@media (max-width: 1199px) {
  .layout07__slider__list {
    padding-bottom: 70%;
  }
}
@media (max-width: 767px) {
  .layout07__slider__list {
    padding-bottom: 60%;
  }
}
@media (min-width: 992px) {
  .layout07__slider__list {
    margin-bottom: 0px;
  }
}

.layout07__slider__list__unit {
  position: absolute;
  top: 0;
  left: 12%;
  width: 100%;
}
.layout07__slider__list__unit img {
  width: 1009px;
  height: 640px;
}
@media (max-width: 1600px) {
  .layout07__slider__list__unit img {
    width: 800px;
    height: 507px;
  }
}
@media (max-width: 1400px) {
  .layout07__slider__list__unit img {
    width: 600px;
    height: 381px;
  }
}
.layout07__slider__list__unit:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media (min-width: 992px) {
  .layout07__slider__list__unit:nth-child(1) {
    left: 10px;
  }
}
.layout07__slider__list__unit:nth-child(2) {
  top: 15px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media (min-width: 992px) {
  .layout07__slider__list__unit:nth-child(2) {
    left: 10px;
  }
}
.layout07__slider__list__unit:nth-child(3) {
  top: -25px;
  left: 0;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.layout07__slider__list__unit:nth-child(4) {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  top: -10px;
}
@media (min-width: 992px) {
  .layout07__slider__list__unit:nth-child(4) {
    left: 0;
  }
}
@media (max-width: 767px) {
  .layout07__slider__list__unit:nth-child(4) {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.layout07__slider__list__unit:nth-child(5) {
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media (min-width: 992px) {
  .layout07__slider__list__unit:nth-child(5) {
    left: 0;
  }
}
@media (max-width: 1000px) {
  .layout07__slider__list__unit {
    left: 0;
  }
  .layout07__slider__list__unit:nth-child(2) {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .layout07__slider__list__unit img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .layout07__slider__list__unit img {
    height: auto;
  }
}

@-webkit-keyframes slide01 {
  0% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(6deg);
            transform: translateX(100%) rotate(6deg);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(6deg);
            transform: translateX(100%) rotate(6deg);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 0;
  }
}

@keyframes slide01 {
  0% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(6deg);
            transform: translateX(100%) rotate(6deg);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(6deg);
            transform: translateX(100%) rotate(6deg);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(6deg);
            transform: translateX(0%) rotate(6deg);
    z-index: 0;
  }
}
@-webkit-keyframes slide02 {
  0% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(3deg);
            transform: translateX(100%) rotate(3deg);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(3deg);
            transform: translateX(100%) rotate(3deg);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 0;
  }
}
@keyframes slide02 {
  0% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(3deg);
            transform: translateX(100%) rotate(3deg);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(3deg);
            transform: translateX(100%) rotate(3deg);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(3deg);
            transform: translateX(0%) rotate(3deg);
    z-index: 0;
  }
}
@-webkit-keyframes slide03 {
  0% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(-6deg);
            transform: translateX(100%) rotate(-6deg);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(-6deg);
            transform: translateX(100%) rotate(-6deg);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 0;
  }
}
@keyframes slide03 {
  0% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(-6deg);
            transform: translateX(100%) rotate(-6deg);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(-6deg);
            transform: translateX(100%) rotate(-6deg);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(-6deg);
            transform: translateX(0%) rotate(-6deg);
    z-index: 0;
  }
}
@-webkit-keyframes slide04 {
  0% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(-3deg);
            transform: translateX(100%) rotate(-3deg);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(-3deg);
            transform: translateX(100%) rotate(-3deg);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 0;
  }
}
@keyframes slide04 {
  0% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(-3deg);
            transform: translateX(100%) rotate(-3deg);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(-3deg);
            transform: translateX(100%) rotate(-3deg);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(-3deg);
            transform: translateX(0%) rotate(-3deg);
    z-index: 0;
  }
}
@-webkit-keyframes slide05 {
  0% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 0;
  }
}
@keyframes slide05 {
  0% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 6;
  }
  16.66% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 6;
  }
  16.67% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 6;
  }
  33.34% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0);
    z-index: 6;
  }
  33.35% {
    -webkit-transform: translateX(100%) rotate(0);
            transform: translateX(100%) rotate(0);
    z-index: 2;
  }
  66.33% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 0;
  }
  66.34% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0%) rotate(0);
            transform: translateX(0%) rotate(0);
    z-index: 0;
  }
}
.next-box {
  position: absolute;
  bottom: 40%;
  right: -50px;
  z-index: 10;
}
@media (max-width: 1300px) {
  .next-box {
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .next-box {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .next-box {
    bottom: auto;
    top: 15%;
  }
}

.next-box-btn-arrow {
  display: inline-block;
  color: #FFF;
  line-height: 1;
  position: relative;
  width: 1.55em;
  height: 0.05em;
  background: currentColor;
}
.next-box-btn-arrow:before {
  content: "";
  width: 0.5em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 10%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.next-box-btn {
  cursor: pointer;
  width: 65px;
  height: 65px;
  padding: 15px 20px;
  background-color: var(--key-color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.next-box-btn:hover {
  background-color: var(--hover-color);
}

.facility {
  background: url(../img/bg2.jpg) no-repeat center center/cover;
  padding: 100px 0;
}
.facility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.facility ul li {
  width: 30%;
  padding-top: 70px;
}
.facility ul li figure {
  background-color: #fff;
  padding: 8px;
}
.facility ul li img {
  width: 100%;
}
.facility ul li p {
  font-weight: 700;
  font-size: 16px;
  padding-top: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .facility ul li p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.facility .box {
  padding-top: 20px;
}
.facility .box .txt1::after {
  content: "";
  display: block;
  background: url(../img/obj3.png) no-repeat center center/cover;
  width: 248px;
  height: 112px;
  position: absolute;
  bottom: -35px;
  right: -45px;
  z-index: 1;
}
.facility .box .txt {
  width: 78%;
  background-color: #fff;
  margin-top: 60px;
  padding: 35px 50px 35px 140px;
  border-radius: 20px;
  position: relative;
}
.facility .box .txt .cir {
  position: absolute;
  width: 120px;
  height: 120px;
  left: -18px;
  top: -18px;
  background-color: var(--key-color);
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  border-radius: 100%;
}
.facility .box .txt .cir span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-bottom: 13px;
  width: 70%;
  line-height: 1;
}
.facility .box .txt .cir span::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  margin: 0 auto;
  background-color: var(--font-color);
}
.facility .box .txt h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.facility .box .txt p {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
.facility .box .txt p strong {
  font-size: 14px;
  font-weight: 500;
}
.facility .box .txt p small {
  display: block;
  color: #888;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .facility .box .txt p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.facility .box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.facility .box .wrap .txt::after {
  content: "";
  display: block;
  background: url(../img/obj4.png) no-repeat center center/cover;
  width: 247px;
  height: 140px;
  position: absolute;
  bottom: -25px;
  right: -60px;
  z-index: 1;
}
@media (max-width: 900px) {
  .facility .box .wrap .txt::after {
    width: 150.5px;
    height: 80px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .facility {
    padding: 60px 0;
  }
  .facility ul li {
    width: 100%;
    padding-top: 30px;
  }
  .facility .box .txt {
    width: 100%;
    padding: 30px 30px 40px;
    margin-top: 50px;
  }
  .facility .box .txt .cir {
    font-size: 46px;
    width: 80px;
    height: 80px;
    left: -10px;
  }
  .facility .box .wrap .txt::after {
    background: url(../img/obj4-sp.png) no-repeat center center;
    width: 180px;
    height: 83px;
    bottom: -40px;
  }
  .facility .box .txt1::after {
    background: url(../img/obj3-sp.png) no-repeat center center;
    bottom: -55px;
    right: 0;
  }
  .facility .box h4 {
    text-align: center;
  }
  .facility .box p {
    font-size: 16px;
  }
  .facility .box p strong {
    font-size: 14px;
  }
}

.enjoy {
  background: url(../img/bg3.png) no-repeat top center/cover;
  background-color: var(--bg-color);
  padding: 160px 0 200px;
}
.enjoy .enjoy_tit {
  padding: 50px 0 100px;
}
@media (max-width: 1024px) {
  .enjoy .enjoy_tit {
    max-width: 210px;
  }
}
@media (max-width: 1500px) {
  .enjoy .inner {
    max-width: 1100px;
  }
}
.enjoy .box {
  position: relative;
}
.enjoy .box::after {
  content: "";
  display: block;
  background: url(../img/line.png) no-repeat top center/cover;
  height: 100%;
  width: 125%;
  position: absolute;
  top: 130px;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 500px) {
  .enjoy .box::after {
    width: 100%;
    left: 50%;
  }
}
.enjoy .box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1500px) {
  .enjoy .box ul li {
    margin-bottom: 100px;
  }
}
.enjoy .box ul li .txt {
  padding-left: 120px;
  position: relative;
  padding-top: 20px;
  z-index: 2;
}
.enjoy .box ul li .txt .to {
  padding-top: 10px;
}
@media (max-width: 500px) {
  .enjoy .box ul li .txt .to {
    padding-top: 0;
  }
}
.enjoy .box ul li .txt::before {
  content: "";
  display: block;
  background: url(../img/clock.png) no-repeat center center/cover;
  width: 76px;
  height: 78px;
  position: absolute;
  left: 25px;
  top: 0;
}
.enjoy .box ul li .txt p {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.enjoy .box ul li .txt div {
  font-weight: 700;
  font-size: 24px;
}
.enjoy .box ul li .txt div div {
  display: inline-block;
  position: relative;
}
.enjoy .box ul li .txt div div::after {
  content: "";
  width: 100%;
  height: 13px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #fef643;
}
.enjoy .box ul li .txt div div span {
  position: relative;
  z-index: 2;
}
.enjoy .box ul li .img {
  position: relative;
  z-index: 2;
}
.enjoy .box ul li .img .obj {
  position: absolute;
  left: -100px;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  font-size: 13px;
}
.enjoy .box ul li .img .obj-sp {
  display: none;
}
.enjoy .box ul li .img .img-main {
  position: relative;
  z-index: 1;
}
.enjoy .box ul li .img .img-main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  background-color: #273970;
  z-index: 1;
}
.enjoy .box ul li .img .img-main img {
  position: relative;
  z-index: 2;
}
.enjoy .box ul li:first-child::after {
  content: "";
  display: block;
  background: url(../img/enjoy_li1.png) no-repeat center center/cover;
  width: 96px;
  height: 19px;
  position: absolute;
  bottom: 65px;
  right: -155px;
}
.enjoy .box ul li:first-child .img .obj {
  background: url(../img/enjoy_tit1.png) no-repeat center center/cover;
  width: 191px;
  height: 215px;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
}
.enjoy .box ul li:nth-child(2) {
  margin-bottom: 110px;
}
.enjoy .box ul li:nth-child(2)::after {
  content: "";
  display: block;
  background: url(../img/enjoy_li2.png) no-repeat center center/cover;
  width: 130px;
  height: 126px;
  position: absolute;
  top: -15px;
  right: -255px;
}
@media (max-width: 1700px) {
  .enjoy .box ul li:nth-child(2)::after {
    right: -150px;
  }
}
@media (max-width: 1300px) {
  .enjoy .box ul li:nth-child(2)::after {
    right: 0;
  }
}
.enjoy .box ul li:nth-child(2) .img .obj {
  background: url(../img/enjoy_tit2.png) no-repeat center center/cover;
  width: 190px;
  height: 189px;
  padding-left: 32px;
  padding-right: 32px;
}
.enjoy .box ul li:nth-child(3)::before {
  content: "";
  display: block;
  background: url(../img/enjoy_li3_1.png) no-repeat center center/cover;
  width: 96px;
  height: 90px;
  position: absolute;
  top: 115px;
  left: -55px;
  z-index: 2;
}
.enjoy .box ul li:nth-child(3)::after {
  content: "";
  display: block;
  background: url(../img/enjoy_li3_2.png) no-repeat center center/cover;
  width: 182px;
  height: 69px;
  position: absolute;
  top: -105px;
  right: -235px;
}
@media (max-width: 1700px) {
  .enjoy .box ul li:nth-child(3)::after {
    right: -180px;
  }
}
@media (max-width: 1700px) {
  .enjoy .box ul li:nth-child(3)::after {
    right: -100px;
  }
}
.enjoy .box ul li:nth-child(3) .img .obj {
  background: url(../img/enjoy_tit3.png) no-repeat center center/cover;
  width: 219px;
  height: 197px;
  padding-left: 30px;
  padding-right: 55px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
}
.enjoy .box ul li:nth-child(4)::after {
  content: "";
  display: block;
  background: url(../img/enjoy_li4.png) no-repeat center center/cover;
  width: 84px;
  height: 97px;
  position: absolute;
  top: 50px;
  z-index: 2;
  right: -70px;
}
.enjoy .box ul li:nth-child(4) .img .obj {
  background: url(../img/enjoy_tit4.png) no-repeat center center/cover;
  width: 239px;
  height: 228px;
  padding-left: 40px;
  padding-right: 40px;
}
.enjoy .box ul li:nth-child(5)::before {
  content: "";
  display: block;
  background: url(../img/enjoy_li5_1.png) no-repeat center center/cover;
  width: 104px;
  height: 79px;
  position: absolute;
  bottom: 25px;
  z-index: 2;
  left: 0;
}
.enjoy .box ul li:nth-child(5) .txt::after {
  content: "";
  display: block;
  background: url(../img/enjoy_li5_2.png) no-repeat center center/cover;
  width: 104px;
  height: 59px;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
}
.enjoy .box ul li:nth-child(5) .img::after {
  content: "";
  display: block;
  background: url(../img/enjoy_li5_3.png) no-repeat center center/cover;
  width: 107px;
  height: 107px;
  position: absolute;
  bottom: -50px;
  left: -40px;
  z-index: 2;
}
.enjoy .box ul li:nth-child(5) .img .obj {
  background: url(../img/enjoy_tit5.png) no-repeat center center/cover;
  width: 280px;
  height: 228px;
  left: auto;
  right: -125px;
  top: -105px;
}
.enjoy .box ul li:nth-child(5) .img .obj p:first-child {
  position: absolute;
  left: 95px;
  top: 65px;
  max-width: 70px;
}
.enjoy .box ul li:nth-child(5) .img .obj p:last-child {
  position: absolute;
  left: 165px;
  top: 140px;
  max-width: 70px;
}
.enjoy .box ul li:nth-child(6) {
  padding-top: 50px;
}
.enjoy .box ul li:nth-child(6)::before {
  content: "";
  display: block;
  background: url(../img/enjoy_li6_1.png) no-repeat center center/cover;
  width: 198px;
  height: 68px;
  position: absolute;
  top: -80px;
  left: -198px;
  z-index: 2;
}
@media (max-width: 1700px) {
  .enjoy .box ul li:nth-child(6)::before {
    left: -100px;
  }
}
.enjoy .box ul li:nth-child(6)::after {
  content: "";
  display: block;
  background: url(../img/enjoy_li6_2.png) no-repeat center center/cover;
  width: 284px;
  height: 263px;
  position: absolute;
  top: -50px;
  right: -110px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .enjoy .box ul li:nth-child(6)::after {
    width: 160px;
    height: 140.5px;
    top: -20px;
    right: 0;
  }
}
@media (max-width: 1500px) {
  .enjoy .box ul li:nth-child(6) .img {
    margin-right: 100px !important;
  }
}
.enjoy .box ul li:nth-child(6) .img .obj {
  background: url(../img/enjoy_tit6.png) no-repeat center center/cover;
  width: 176px;
  height: 175px;
  padding-left: 40px;
  padding-right: 40px;
  top: auto;
  bottom: -45px;
}
.enjoy .box ul li:nth-child(7) {
  padding-top: 30px;
}
.enjoy .box ul li:nth-child(7)::before {
  content: "";
  display: block;
  background: url(../img/enjoy_li7_1.png) no-repeat center center/cover;
  width: 93px;
  height: 92px;
  position: absolute;
  bottom: 0;
  left: -93px;
  z-index: 2;
}
.enjoy .box ul li:nth-child(7)::after {
  content: "";
  display: block;
  background: url(../img/enjoy_li7_2.png) no-repeat center center/cover;
  width: 409px;
  height: 92px;
  position: absolute;
  top: -90px;
  right: -295px;
  z-index: 2;
}
@media (max-width: 1700px) {
  .enjoy .box ul li:nth-child(7)::after {
    right: -100px;
  }
}
.enjoy .box ul li:nth-child(7) .img .obj {
  background: url(../img/enjoy_tit7.png) no-repeat center center/cover;
  width: 194px;
  height: 200px;
  padding-left: 40px;
  padding-right: 40px;
  top: auto;
  left: auto;
  bottom: -45px;
  right: -80px;
}
.enjoy .box ul li:nth-child(even) .img {
  margin-right: 160px;
}
.enjoy .box ul li:nth-child(even) .img-main {
  position: relative;
  z-index: 1;
}
.enjoy .box ul li:nth-child(even) .img-main::after {
  top: 10px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  height: 90%;
  width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.enjoy .box ul li:nth-child(odd) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .enjoy .box ul li:nth-child(3)::after, .enjoy .box ul li:nth-child(7)::after {
    right: -20px;
  }
  .enjoy .box ul li:nth-child(6)::before {
    left: -20px;
  }
}
@media (max-width: 1199px) {
  .enjoy {
    padding: 160px 0 100px;
  }
  .enjoy .box ul li .txt {
    max-width: 440px;
  }
  .enjoy .box ul li:nth-child(2) .img .obj {
    left: auto;
    right: -100px;
  }
  .enjoy .box ul li:nth-child(4) .img .obj {
    left: auto;
    right: -100px;
  }
  .enjoy .box ul li:nth-child(5) .img .obj {
    left: -100px;
    right: auto;
  }
  .enjoy .box ul li:nth-child(6) .img .obj {
    left: auto;
    right: -100px;
  }
  .enjoy .box ul li:nth-child(7) .img .obj {
    right: auto;
    left: -100px;
  }
}
@media (max-width: 1024px) {
  .enjoy {
    padding: 80px 0 60px;
  }
  .enjoy .box::after {
    height: 70%;
    width: 100%;
  }
  .enjoy .box ul li .txt {
    padding-left: 70px;
    padding-top: 0;
    max-width: 300px;
  }
  .enjoy .box ul li .txt h4 {
    max-width: 100px;
  }
  .enjoy .box ul li .txt p {
    font-size: 14px;
  }
  .enjoy .box ul li .txt div {
    font-size: 16px;
  }
  .enjoy .box ul li .txt::before {
    width: 34px;
    height: 35px;
  }
  .enjoy .box ul li .img .obj {
    font-size: 12px;
  }
  .enjoy .box ul li:nth-child(2)::after {
    width: 65px;
    height: 63px;
  }
  .enjoy .box ul li:nth-child(even) .img {
    margin-right: 30px;
  }
  .enjoy .box ul li:nth-child(odd) .img {
    margin-left: 30px;
  }
  .enjoy .box ul li:nth-child(2) .img .obj {
    right: auto;
    left: -20px;
  }
  .enjoy .box ul li:nth-child(3)::before {
    left: 0;
    width: 48px;
    height: 45px;
  }
  .enjoy .box ul li:nth-child(3) .img .obj {
    left: -60px;
  }
  .enjoy .box ul li:nth-child(4) .img .obj {
    left: auto;
    right: -50px;
  }
  .enjoy .box ul li:nth-child(4)::after {
    right: 0;
    width: 42px;
    height: 48.5px;
  }
  .enjoy .box ul li:nth-child(5):before {
    width: 90px;
    height: 68.5px;
    bottom: 0;
  }
  .enjoy .box ul li:nth-child(5) .txt::after {
    width: 52px;
    height: 29.5px;
    right: 20px;
  }
  .enjoy .box ul li:nth-child(5) .img .obj {
    left: -100px;
    top: -80px;
  }
  .enjoy .box ul li:nth-child(5) .img::after {
    width: 50px;
    height: 50px;
    bottom: -20px;
    left: -20px;
  }
  .enjoy .box ul li:nth-child(6)::before {
    width: 99px;
    height: 34px;
    left: 0;
  }
  .enjoy .box ul li:nth-child(6)::after {
    top: -60px;
    right: -25px;
  }
  .enjoy .box ul li:nth-child(7)::before {
    left: 0;
    width: 50px;
    height: 50px;
  }
  .enjoy .box ul li:nth-child(7)::after {
    top: -30px;
    width: 204.5px;
    height: 46px;
  }
  .enjoy .box ul li:nth-child(7) .img .obj {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .enjoy .title div img {
    max-width: 100px;
  }
  .enjoy .enjoy_tit {
    display: none;
  }
  .enjoy .box {
    margin-top: 35px;
  }
  .enjoy .box ul li:first-child .txt {
    position: relative;
  }
  .enjoy .box ul li:first-child .txt::after {
    content: "";
    display: block;
    background: url(../img/check.png) no-repeat center center/cover;
    width: 110px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: -30px;
  }
  .enjoy .box ul li .img .obj {
    left: -40px;
  }
  .enjoy .box ul li:nth-child(2)::after {
    display: none;
  }
  .enjoy .box ul li:nth-child(2) .img .obj {
    right: -40px;
  }
  .enjoy .box ul li:nth-child(3)::before {
    left: 0;
  }
  .enjoy .box ul li:nth-child(3)::after {
    right: 0;
    top: -65px;
  }
  .enjoy .box ul li:nth-child(4) {
    right: 0;
  }
  .enjoy .box ul li:nth-child(4) .img .obj {
    right: -40px;
    top: -60px;
  }
  .enjoy .box ul li:nth-child(4)::after {
    right: 0;
  }
  .enjoy .box ul li:nth-child(5) .img .obj {
    left: -60px;
    top: -75px;
  }
  .enjoy .box ul li:nth-child(6)::before {
    left: 0;
    top: -40px;
  }
  .enjoy .box ul li:nth-child(7)::before {
    display: none;
  }
  .enjoy .box ul li:nth-child(7)::after {
    right: 0;
    width: 204.5px;
    height: 46px;
    top: -20px;
  }
  .enjoy .box ul li:nth-child(7) .img .obj {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .enjoy {
    background: url(../img/bg3-sp.png) no-repeat center center/cover;
    padding: 80px 0 40px;
  }
  .enjoy .box::after {
    display: block;
    background: url(../img/line-sp.png) no-repeat center center/cover;
    top: 45px;
    height: 93%;
    left: 50%;
  }
  .enjoy .box ul {
    overflow: hidden;
    margin-left: -20px;
  }
  .enjoy .box ul li {
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .enjoy .box ul li .txt {
    padding-left: 40px;
    padding-top: 2px;
    margin-bottom: 40px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .enjoy .box ul li .txt::before {
    width: 30px;
    height: 30px;
    left: 0;
  }
  .enjoy .box ul li .txt h4 {
    max-width: 94px;
    margin-bottom: 10px;
  }
  .enjoy .box ul li .txt p {
    font-size: 14px;
    padding: 5px 0;
  }
  .enjoy .box ul li .txt div {
    font-size: 20px;
  }
  .enjoy .box ul li .txt div div:after {
    height: 8px;
  }
  .enjoy .box ul li .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .enjoy .box ul li .img .obj, .enjoy .box ul li .img .obj-sp {
    font-size: 12px;
  }
  .enjoy .box ul li .img .img-main {
    max-width: 61%;
  }
  .enjoy .box ul li .obj-sp {
    position: absolute;
    z-index: 2;
  }
  .enjoy .box ul li:first-child .txt {
    margin-bottom: 50px;
  }
  .enjoy .box ul li:first-child .img .obj {
    display: none;
  }
  .enjoy .box ul li:first-child .img .obj-sp {
    display: block;
    background: url(../img/enjoy_tit1-sp.png) no-repeat center center/cover;
    width: 163px;
    height: 131px;
    left: 30%;
    top: 10px;
    padding-right: 30px;
    padding-left: 20px;
    padding-top: 32px;
  }
  .enjoy .box ul li:nth-child(2) .img .obj {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 30%;
    right: auto;
    top: 25px;
    background: url(../img/enjoy_tit2-sp.png) no-repeat center center/cover;
    width: 152px;
    height: 142px;
    padding: 30px 20px 0;
  }
  .enjoy .box ul li:nth-child(2) .txt {
    position: relative;
  }
  .enjoy .box ul li:nth-child(2) .txt::after {
    content: "";
    background: url(../img/enjoy_li2_sp.png) no-repeat center center/cover;
    display: block;
    width: 38px;
    height: 38px;
    top: -38px;
    left: auto;
    right: 30%;
    position: absolute;
  }
  .enjoy .box ul li:nth-child(3) .img .obj {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: auto;
    left: 30%;
    top: 15px;
    background: url(../img/enjoy_tit3-sp.png) no-repeat center center/cover;
    width: 164px;
    height: 132px;
    padding: 20px 20px 0;
  }
  .enjoy .box ul li:nth-child(3)::before {
    width: 37px;
    height: 34px;
    top: -20px;
    left: auto;
    right: 32%;
  }
  .enjoy .box ul li:nth-child(3)::after {
    width: 75px;
    height: 30px;
    top: -40px;
  }
  .enjoy .box ul li:nth-child(4) .img .obj {
    background: url(../img/enjoy_tit4-sp.png) no-repeat center center/cover;
    width: 171px;
    height: 141px;
    right: auto;
    left: 30%;
    top: 15px;
    padding-left: 25px;
    padding-right: 20px;
  }
  .enjoy .box ul li:nth-child(4)::after {
    background: url(../img/enjoy_li2.png) no-repeat center center/cover;
    width: 43px;
    height: 41px;
    top: -10px;
    right: 40px;
  }
  .enjoy .box ul li:nth-child(5)::before {
    display: none;
  }
  .enjoy .box ul li:nth-child(5) .img .obj {
    display: none;
  }
  .enjoy .box ul li:nth-child(5) .img::after {
    display: none;
  }
  .enjoy .box ul li:nth-child(5) .img .obj-sp {
    display: block;
    background: url(../img/enjoy_tit5-sp.png) no-repeat center center/cover;
    width: 159px;
    height: 124px;
    right: auto;
    left: 30%;
    top: 15px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 35px;
  }
  .enjoy .box ul li:nth-child(5) .txt::after {
    background: url(../img/enjoy_li6_1.png) no-repeat center center/cover;
    bottom: auto;
    left: auto;
    top: -40px;
    right: -15px;
    width: 92px;
    height: 31px;
  }
  .enjoy .box ul li:nth-child(6) {
    padding-top: 0;
  }
  .enjoy .box ul li:nth-child(6) .img {
    margin-right: 0 !important;
  }
  .enjoy .box ul li:nth-child(6) .img .obj {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: auto;
    left: 30%;
    background: url(../img/enjoy_tit6-sp.png) no-repeat;
    padding: 30px 35px 0 20px;
  }
  .enjoy .box ul li:nth-child(6)::after {
    background: url(../img/enjoy_li4.png) no-repeat center center/cover;
    top: -30px;
    right: 8%;
    width: 33px;
    height: 40px;
  }
  .enjoy .box ul li:nth-child(6)::before {
    display: none;
  }
  .enjoy .box ul li:nth-child(7)::after {
    width: 130px;
    height: 30px;
    top: -50px;
  }
  .enjoy .box ul li:nth-child(7)::before {
    content: "";
    display: block;
    background: url(../img/enjoy_li6_2.png) no-repeat center center/cover;
    position: absolute;
    left: auto;
    right: 0;
    top: -15px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .enjoy .box ul li:nth-child(7)::before {
    width: 93px;
    height: 92px;
  }
}
@media (max-width: 767px) {
  .enjoy .box ul li:nth-child(7) .txt p {
    max-width: 230px;
  }
  .enjoy .box ul li:nth-child(7) .img .obj {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: auto;
    left: 30%;
    background: url(../img/enjoy_tit7-sp.png) no-repeat;
    padding: 45px 60px 0 30px;
  }
}
@media (max-width: 500px) {
  .enjoy .box ul li:first-child .img .obj-sp, .enjoy .box ul li:nth-child(2) .img .obj,
  .enjoy .box ul li:nth-child(3) .img .obj, .enjoy .box ul li:nth-child(4) .img .obj,
  .enjoy .box ul li:nth-child(5) .img .obj-sp, .enjoy .box ul li:nth-child(6) .img .obj, .enjoy .box ul li:nth-child(7) .img .obj {
    left: 0;
  }
}

.spot {
  background-color: var(--bg-color);
  padding-top: 40px;
}
.spot .title div {
  margin: 20px auto 7.5px;
}
.spot .map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.spot .map figure {
  width: 90.73%;
  margin-top: 80px;
}
.spot .map figure img {
  width: 100%;
}
.spot .map a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spot .map a:hover img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.spot .map .a1 {
  display: block;
  position: absolute;
  width: 19.4%;
  height: 23%;
  top: 5%;
  left: 40.8%;
}
.spot .map .a1 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: change2 2s 0s infinite ease alternate;
          animation: change2 2s 0s infinite ease alternate;
}
.spot .map .a1:hover img {
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
@media (max-width: 1600px) {
  .spot .map .a1 {
    height: 27%;
  }
}
.spot .map .a2 {
  display: block;
  position: absolute;
  width: 15.4%;
  height: 29.5%;
  top: 17.9%;
  left: 22.4%;
}
.spot .map .a2 img {
  position: absolute;
  top: 0;
  left: 30%;
  -webkit-animation: change 2s 0s infinite ease alternate;
          animation: change 2s 0s infinite ease alternate;
}
@media (max-width: 1600px) {
  .spot .map .a2 {
    height: 32%;
  }
}
.spot .map .a3 {
  display: block;
  position: absolute;
  width: 15.4%;
  height: 29.7%;
  top: 47.6%;
  left: 10.6%;
}
.spot .map .a3 img {
  position: absolute;
  top: 0;
  left: 30%;
  -webkit-animation: change 2s 0s infinite ease alternate;
          animation: change 2s 0s infinite ease alternate;
}
@media (max-width: 767px) {
  .spot .map .a3 img {
    -webkit-animation: change2 2s 0s infinite ease alternate;
            animation: change2 2s 0s infinite ease alternate;
  }
}
@media (max-width: 1600px) {
  .spot .map .a3 {
    height: 32%;
  }
}
@media (max-width: 1199px) {
  .spot .map .a1 {
    height: 29%;
  }
  .spot .map .a2 {
    height: 34%;
  }
}
@media (max-width: 900px) {
  .spot .map .a1 {
    height: 31%;
  }
  .spot .map .a2 {
    height: 36%;
  }
}
@media (max-width: 767px) {
  .spot .map a img {
    max-width: 30px;
  }
  .spot .map .a1 {
    top: 10%;
    height: 31%;
  }
  .spot .map .a2 {
    height: 35%;
    top: 21.9%;
  }
  .spot .map .a3 {
    top: 49.6%;
    height: 31%;
  }
}
@media (max-width: 500px) {
  .spot .map figure {
    width: 100%;
    margin-top: 40px;
  }
  .spot .map a img {
    max-width: 30px;
    margin: 0 auto;
  }
  .spot .map .a1 {
    top: 34%;
    height: 16%;
    left: 5%;
    right: 0;
    width: 39.8%;
  }
  .spot .map .a2 {
    left: auto;
    right: 0;
    width: 35.9%;
    height: 19.5%;
    top: 12%;
  }
  .spot .map .a3 {
    top: 7%;
    height: 21%;
    left: 5%;
    right: 0;
    width: 30.8%;
  }
}

@-webkit-keyframes change {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes change {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes change2 {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
  }
}
@keyframes change2 {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
  }
}
.ins-box {
  background: url(../img/bg4.jpg) no-repeat bottom center/cover;
  padding: 125px 0 170px;
  position: relative;
}
.ins-box::after {
  content: "";
  display: none;
  background: url(../img/ins2.png) no-repeat center center/cover;
  width: 70px;
  height: 62px;
  position: absolute;
  bottom: 70px;
  right: 20px;
}
@media (max-width: 500px) {
  .ins-box::after {
    display: block;
  }
}
.ins-box .tit {
  min-width: 215px;
  margin: 0 auto;
  background-color: var(--bg2-color);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -28px;
  left: 50%;
  z-index: 2;
  line-height: 1;
}
.ins-box .tit:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: var(--bg2-color) transparent transparent transparent;
  position: absolute;
  bottom: -7.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ins-box #insta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ins-box #insta ul li {
  width: 32%;
  padding-top: 40px;
}
.ins-box #insta ul li img {
  margin-bottom: 20px;
}
.ins-box .ins-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ins-box .ins-tit::after {
  content: "";
  display: block;
  background: var(--font-color);
  width: 72%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1100px) {
  .ins-box .ins-tit::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .ins-box .ins-tit::after {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .ins-box .ins-tit::after {
    width: 37%;
  }
}
.ins-box .ins-tit svg {
  width: 2em;
  height: 2em;
}
.ins-box .ins-tit figure {
  padding-left: 15px;
}
.ins-box .ins-tit img {
  margin: 0;
}
.ins-box .content {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 70px;
  position: relative;
}
.ins-box .content::before {
  content: "";
  display: block;
  background: url(../img/ins1.png) no-repeat center center/cover;
  width: 51px;
  height: 90px;
  position: absolute;
  top: 220px;
  left: -135px;
  z-index: 2;
}
.ins-box .content::after {
  content: "";
  display: block;
  background: url(../img/ins2.png) no-repeat center center/cover;
  width: 148px;
  height: 126px;
  position: absolute;
  top: 156px;
  right: -145px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .ins-box .content::after {
    display: none;
  }
}
.ins-box .content img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ins-box {
    padding: 60px 0 100px;
  }
  .ins-box .content {
    padding: 50px 20px;
  }
}
@media (max-width: 500px) {
  .ins-box #insta ul li {
    padding-top: 30px;
    width: 48%;
  }
  .ins-box .ins-tit figure {
    max-width: 124px;
    padding-left: 8px;
  }
  .ins-box .ins-tit svg {
    width: 1.5em;
    height: 1.5em;
  }
  .ins-box .ins-tit::after {
    width: 43%;
  }
}

.rental {
  background-color: var(--bg-color);
  padding: 115px 0 170px;
  position: relative;
}
.rental .title div {
  margin: 20px auto 7.5px;
}
.rental::before {
  content: "";
  display: block;
  background: url(../img/rental-obj1.png) no-repeat center center/cover;
  width: 138px;
  height: 163px;
  position: absolute;
  top: -55px;
  left: 11.25%;
  z-index: 2;
}
.rental::after {
  content: "";
  display: block;
  background: url(../img/rental-obj2.png) no-repeat center center/cover;
  width: 283px;
  height: 155px;
  position: absolute;
  top: 30px;
  right: 10.88%;
  z-index: 2;
}
.rental .autoplay {
  margin-top: 45px;
  padding-bottom: 30px;
}
.rental .slick-slide {
  padding: 0 15px;
}
.rental .slick-slide figure {
  height: 275px;
  background-color: #fff;
  padding: 10px;
}
@media (max-width: 1500px) {
  .rental .slick-slide figure {
    height: 230px;
  }
}
@media (max-width: 1300px) {
  .rental .slick-slide figure {
    height: 180px;
  }
}
.rental .slick-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.rental .slick-slide p {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}
.rental .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rental .slick-dots li {
  margin-bottom: 5px;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: var(--slide-color);
  cursor: pointer;
}
.rental .slick-dots li button {
  display: none;
}
.rental .slick-dots li.slick-active {
  background-color: var(--slide-color2);
  width: 34px;
  border-radius: 50px;
}
.rental .slick-dots li:last-child {
  margin-right: 0;
}
@media (max-width: 1100px) {
  .rental .slick-slide figure {
    height: 250px;
  }
  .rental:before {
    width: 69px;
    height: 81.5px;
  }
  .rental:after {
    width: 141.5px;
    height: 77.5px;
  }
}
@media (max-width: 1000px) {
  .rental .slick-slide figure {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .rental {
    padding: 70px 0 140px;
  }
  .rental::before {
    top: 70px;
    background: url(../img/rental-obj1-sp.png) no-repeat center center/cover;
    width: 54px;
    height: 82px;
    left: 17.25%;
  }
  .rental::after {
    background: url(../img/rental-obj2-sp.png) no-repeat center center/cover;
    width: 99px;
    height: 98px;
    top: 50px;
    right: 15.88%;
  }
}
@media (max-width: 650px) {
  .rental::before {
    left: 20px;
  }
  .rental::after {
    right: 0;
  }
  .rental .slick-slide figure {
    height: 350px;
  }
  .rental .slider {
    position: relative;
  }
  .rental .slick-prev {
    line-height: 0;
    position: absolute;
    top: 40%;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5;
    left: 10px;
  }
  .rental .slick-prev:before {
    content: "";
    background: url(../img/left.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .rental .slick-prev:hover::before {
    opacity: 0.8;
  }
  .rental .slick-next {
    line-height: 0;
    position: absolute;
    top: 40%;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    right: 10px;
  }
  .rental .slick-next:before {
    content: ">";
    background: url(../img/right.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .rental .slick-next:hover::before {
    opacity: 0.8;
  }
  .rental .more {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .rental {
    padding: 70px 0 80px;
  }
  .rental .slick-slide figure {
    max-width: 250px;
    margin: 0 auto;
    height: 195px;
  }
  .rental .slick-slide p {
    font-size: 16px;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
  }
  .rental .slick-prev {
    left: 20px;
    top: 30%;
  }
  .rental .slick-next {
    right: 20px;
    top: 30%;
  }
}

.experience {
  background-color: #ffeb35;
  padding: 110px 0 240px;
  position: relative;
}
.experience::before {
  content: "";
  background: url(../img/bg5.png) no-repeat top center/cover;
  width: 100%;
  height: 91px;
  display: block;
  position: absolute;
  left: 0;
  top: -91px;
}
@media (max-width: 1024px) {
  .experience::before {
    height: 60px;
    top: -60px;
  }
}
@media (max-width: 500px) {
  .experience::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .experience {
    padding: 110px 0 210px;
  }
}
.experience .before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26.7%;
  z-index: 1;
}
@media (max-width: 2000px) {
  .experience .before {
    width: 35.7%;
  }
}
@media (max-width: 500px) {
  .experience .before {
    width: 70%;
  }
}
.experience .after {
  position: absolute;
  right: 0;
  top: 32%;
  width: 37.44%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .experience .after {
    top: 35%;
  }
}
@media (max-width: 500px) {
  .experience .after {
    width: 58%;
    top: 37%;
  }
}
.experience .title div {
  line-height: 1.5;
  max-width: 330px;
  margin: 20px auto 7.5px;
}
.experience .title h3 {
  color: var(--font-color2);
}
.experience ul {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.experience ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.experience ul li figure {
  max-width: 600px;
  margin-right: 60px;
  position: relative;
}
.experience ul li .box {
  max-width: 420px;
  margin: 0 auto;
}
.experience ul li .box .point {
  margin-bottom: 60px;
}
.experience ul li .box .p1 {
  font-size: 16px;
  color: var(--key-color);
  padding-top: 10px;
  font-weight: 700;
}
.experience ul li .box h4 {
  color: var(--font-color2);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.experience ul li .box p {
  font-size: 16px;
  padding-top: 25px;
}
.experience ul li:nth-child(2) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.experience ul li:nth-child(2) .box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.experience ul li:nth-child(2) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 60px;
  margin-right: 0;
}
@media (max-width: 1300px) {
  .experience ul li:nth-child(2) figure {
    margin-left: 20px;
  }
}
.experience ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .experience ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .experience ul li figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .experience ul li .box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 660px;
  }
  .experience ul li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .experience ul li:nth-child(2) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .experience ul li:nth-child(2) .box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1024px) {
  .experience ul li .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .experience ul li .box .point {
    max-width: 95px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .experience ul li .box h4 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .experience {
    background: url(../img/bg5-sp.png) no-repeat top center/cover;
    background-color: var(--bg-color);
    padding: 100px 0;
  }
  .experience .title h3 {
    font-size: 36px;
  }
  .experience .title div {
    max-width: 260px;
  }
  .experience ul li {
    margin-bottom: 50px;
  }
  .experience ul li figure::after {
    background: url(../img/ex_obj4-sp.png) no-repeat center center/cover;
    height: 231px;
    width: 87px;
  }
  .experience ul li .box p {
    padding-top: 15px;
    font-size: 14px;
  }
  .experience ul li:nth-child(2) figure::after {
    background: url(../img/ex_obj5-sp.png) no-repeat center center/cover;
    height: 231px;
    width: 87px;
  }
}

.restaurant {
  background: url(../img/bg6.png) no-repeat top center/cover;
  padding: 215px 0 170px;
  position: relative;
  top: -120px;
  z-index: 5;
}
.restaurant::before {
  content: "";
  display: block;
  background: url(../img/restaurant_obj5.png) no-repeat bottom center/cover;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 40%;
  z-index: 1;
}
.restaurant .breakfast {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 80px;
  position: relative;
  z-index: 2;
}
.restaurant .breakfast::before {
  content: "";
  display: block;
  background: url(../img/restaurant_bor.png) no-repeat top center/cover;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.restaurant .breakfast ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.restaurant .breakfast ul li {
  width: 32%;
}
.restaurant .breakfast ul li:nth-child(odd) figure {
  position: relative;
}
.restaurant .breakfast ul li:nth-child(odd) figure::after {
  content: "";
  display: block;
  background: url(../img/restaurant_obj4.png) no-repeat center center/cover;
  width: 83px;
  height: 86px;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.restaurant .breakfast ul li:nth-child(even) figure {
  position: relative;
}
.restaurant .breakfast ul li:nth-child(even) figure::after {
  content: "";
  display: block;
  background: url(../img/restaurant_obj4-2.png) no-repeat center center/cover;
  width: 79px;
  height: 91px;
  position: absolute;
  right: -5px;
  bottom: 10px;
}
.restaurant .breakfast .tit {
  background: url(../img/restaurant_obj2.png) no-repeat top center/cover;
  height: 114px;
  width: 611px;
  position: relative;
  top: -94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  margin-bottom: -90px;
}
.restaurant .breakfast .tit img {
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
}
.restaurant .breakfast .tl {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.restaurant .breakfast .tl img {
  display: block;
  margin: 0 auto 10px;
}
.restaurant .breakfast .tl h3 {
  display: inline-block;
  position: relative;
}
.restaurant .breakfast .tl h3::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.restaurant .breakfast .tl h3::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.restaurant .breakfast ul {
  padding-bottom: 68px;
}
.restaurant .breakfast ul li {
  margin-top: 65px;
}
.restaurant .breakfast ul li p {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .restaurant .breakfast {
    padding: 30px;
  }
  .restaurant .breakfast::before {
    display: none;
  }
}
@media (max-width: 900px) {
  .restaurant .breakfast .tit {
    width: 500px;
    height: 100px;
  }
  .restaurant .breakfast .tit img {
    max-width: 400px;
  }
}
.restaurant .addition {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  padding: 75px 140px 70px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.restaurant .addition .tit, .restaurant .addition .tit-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  min-width: 470px;
  background-color: var(--bg2-color);
  color: #fff;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 18px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -28px;
}
.restaurant .addition .tit:after, .restaurant .addition .tit-sp:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: var(--bg2-color) transparent transparent transparent;
  position: absolute;
  bottom: -7.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .restaurant .addition .tit, .restaurant .addition .tit-sp {
    display: none;
  }
}
.restaurant .addition .tit-sp {
  display: none;
}
@media (max-width: 767px) {
  .restaurant .addition .tit-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.restaurant .addition .left {
  position: absolute;
  left: -60px;
  bottom: -50px;
}
.restaurant .addition .right {
  position: absolute;
  right: -60px;
  top: -60px;
}
.restaurant .addition ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.restaurant .addition ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
  position: relative;
}
.restaurant .addition ul li span {
  line-height: 1;
  font-size: 50px;
  margin-top: -5px;
  color: #5f5f5f;
}
.restaurant .addition ul li:first-child {
  margin-left: 0;
}
.restaurant .addition ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .restaurant .addition {
    padding: 75px 50px 70px;
  }
}
.restaurant .map {
  margin-top: 180px;
  position: relative;
}
.restaurant .map .map_1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: calc(100% + 53px);
  z-index: 1;
}
.restaurant .map .map_1::after {
  content: "";
  display: block;
  background: url(../img/map-obj.png) no-repeat center center/cover;
  width: 38%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.restaurant .map .content {
  padding-top: 30px;
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.restaurant .map .content .title {
  text-align: left;
  padding-left: 55px;
}
.restaurant .map .box {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 30px;
  padding: 50px 60px 60px;
}
.restaurant .map .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px dashed #4a5154;
}
.restaurant .map .box dl dt {
  min-width: 200px;
  font-weight: 700;
  color: var(--font-color2);
  padding-left: 10px;
}
.restaurant .map .box dl a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .restaurant .addition .left {
    left: -20px;
    max-width: 220px;
  }
  .restaurant .addition .right {
    right: -20px;
    max-width: 160px;
  }
  .restaurant .map .map_1 {
    width: 70%;
  }
  .restaurant .map .map_1::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .restaurant {
    top: -160px;
    padding: 180px 0 90px;
    margin-bottom: -160px;
  }
  .restaurant .addition {
    padding: 75px 25px 70px;
  }
  .restaurant .addition ul li {
    margin: 0 10px;
  }
  .restaurant .addition ul li span {
    font-size: 24px;
    margin-top: 0;
  }
  .restaurant .addition .left {
    max-width: 200px;
  }
  .restaurant .addition .right {
    max-width: 130px;
  }
  .restaurant .breakfast .tit {
    width: 270px;
    height: 50px;
    top: -74px;
  }
  .restaurant .breakfast .tit img {
    max-width: 200px;
    top: 10px;
  }
  .restaurant .breakfast .tl {
    padding-top: 10px;
    font-size: 14px;
  }
  .restaurant .breakfast .tl img {
    max-width: 25px;
    margin: 0 auto 5px;
  }
  .restaurant .breakfast ul li {
    max-width: 356px;
    width: 48%;
    margin: 30px auto 0;
  }
  .restaurant .addition .tit-sp {
    min-width: 250px;
    max-width: 250px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
  }
  .restaurant .map {
    margin-top: 70px;
  }
  .restaurant .map .inner {
    padding: 0;
    padding-right: 20px;
  }
  .restaurant .map .box {
    padding: 20px 20px 40px;
    margin-left: 40px;
  }
  .restaurant .map .box dl {
    display: block;
  }
  .restaurant .map .box dl dt {
    padding-left: 0;
  }
  .restaurant .map .map_1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 350px;
    top: -20px;
    z-index: 4;
  }
  .restaurant .map .map_1 iframe {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .restaurant .addition ul {
    display: block;
    max-width: 150px;
    margin: 0 auto;
  }
  .restaurant .addition ul li {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .restaurant .breakfast ul {
    display: block;
    padding-bottom: 0;
  }
  .restaurant .breakfast ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .restaurant {
    top: -60px;
    margin-bottom: -60px;
    padding: 130px 0 50px;
    background: url(../img/bg6-sp.png) no-repeat center center/cover;
  }
  .restaurant .map .content .title {
    padding-left: 20px;
  }
  .restaurant .map .map_1 {
    height: 220px;
  }
  .restaurant .map .box {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
  }
  .restaurant .map .box dl {
    padding: 10px 0;
  }
  .restaurant .map .map_1 iframe {
    width: 90%;
  }
  .restaurant .breakfast ul li p {
    font-size: 16px;
  }
  .restaurant .breakfast::before {
    display: block;
    background: url(../img/restaurant_bor-sp.png) no-repeat top center/cover;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  .restaurant .breakfast::after {
    content: "";
    display: block;
    bottom: 10px;
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    height: 1px;
    background-color: var(--font-color);
  }
  .restaurant .addition {
    padding: 65px 20px 40px;
    margin-top: 50px;
    position: relative;
  }
  .restaurant .addition::before {
    content: "";
    display: block;
    background: url(../img/restaurant8_1-sp.png) no-repeat center center/cover;
    width: 93px;
    height: 73px;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 5;
  }
  .restaurant .addition::after {
    content: "";
    display: block;
    background: url(../img/restaurant8_2-sp.png) no-repeat center center/cover;
    width: 93px;
    height: 98px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
    z-index: 5;
  }
  .restaurant .addition .right {
    display: none;
  }
}

.access {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.access::before {
  content: "";
  display: block;
  background: url(../img/access_obj1.png) no-repeat center center/cover;
  width: 1548px;
  height: 141px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .access::before {
    background-size: contain;
    height: 70.5px;
  }
}
@media (max-width: 900px) {
  .access::before {
    background-size: contain;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .access::before {
    display: none;
  }
}
.access .inner {
  position: relative;
  z-index: 2;
}
.access .content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}
.access .content1 > figure {
  margin-right: 70px;
  position: relative;
}
.access .content1 > figure::after {
  content: "";
  display: block;
  background: url(../img/access_obj2.png) no-repeat center center/cover;
  width: 88px;
  height: 88px;
  position: absolute;
  right: -50px;
  bottom: 0;
}
.access .content1 .box .txt1 p {
  font-size: 16px;
}
.access .content1 .box .txt1 p.p1 {
  padding-bottom: 8px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin: 40px auto 15px;
}
.access .content1 .box .txt1 p.p1.sp {
  display: none;
}
@media (max-width: 500px) {
  .access .content1 .box .txt1 p.p1.sp {
    display: inline-block;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .access .content1 .box .txt1 p.p1.pc {
    display: none;
  }
}
.access .content1 .box .txt1 p.p1::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--font-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.access .content1 .box .txt2 {
  padding: 40px 0 0;
}
.access .content1 .box .txt2 h4 {
  font-size: 22px;
  font-weight: 700;
}
.access .content1 .box .txt2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding-top: 5px;
}
.access .content1 .box .txt2 div figure {
  max-width: 12px;
  margin-right: 10px;
}
.access .content1 .box .txt2 div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bg2-color);
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 50px;
  line-height: 1;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}
.access .content1 .box .red {
  font-size: 16px;
}
.access .content1 .box .red span {
  font-family: "Roboto", sans-serif;
  padding-left: 5px;
}
.access .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}
.access .content2 .access_map {
  max-width: 579px;
  margin-left: 20px;
}
.access .content2 .access_map .more {
  display: none;
}
@media (max-width: 500px) {
  .access .content2 .access_map .more {
    display: block;
  }
}
.access .content2 .tit {
  margin-bottom: 10px;
}
.access .content2 .tit h4 {
  font-size: 22px;
  font-weight: 700;
}
.access .content2 .tit div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding-top: 5px;
}
.access .content2 .tit div figure {
  max-width: 12px;
  margin-right: 10px;
}
.access .content2 .tit div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bg2-color);
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 50px;
  line-height: 1;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-width: 58px;
  font-family: "Roboto", sans-serif;
}
.access .content2 .common {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px dashed #222;
}
.access .content2 .common strong {
  display: block;
  font-weight: 700;
  padding-bottom: 5px;
}
.access .content2 .more {
  margin: 30px 0 0;
}
@media (max-width: 1024px) {
  .access {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .access .content1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access .content1 .box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .access .content1 .box .txt2 div figure {
    margin-right: 5px;
  }
  .access .content1 > figure {
    margin-top: 40px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .access .content1 > figure::after {
    right: -20px;
    top: -30px;
  }
  .access .content2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access .content2 .access_map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    margin-top: 30px;
  }
  .access .content2 .common {
    font-size: 14px;
  }
  .access .content2 .tit h4 {
    font-size: 20px;
  }
  .access .content2 .tit div {
    font-size: 14px;
  }
  .access .content2 .tit figure {
    margin-right: 5px !important;
  }
  .access .content2 .box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .access .content2 .box .more {
    display: none;
  }
}
@media (max-width: 500px) {
  .access {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .access::before {
    background: url(../img/access_obj1-sp.png) no-repeat center center/cover;
    width: 358px;
    height: 85px;
  }
  .access .check_in {
    margin-bottom: 25px;
  }
  .access .txt1 p:last-child {
    padding-top: 10px;
    font-size: 14px !important;
  }
  .access .content1 .box .txt2 {
    padding: 30px 0;
  }
  .access .content1 .box .txt2 h4 {
    font-size: 20px;
  }
  .access .content1 .box .txt2 div {
    font-size: 14px;
  }
}

.information {
  background: url(../img/bg7.jpg) no-repeat center center/cover;
  padding: 75px 0;
}
.information h3 {
  font-size: 43px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  position: absolute;
  top: -37px;
  left: 0;
}
.information .content {
  background-color: #fff;
  padding: 50px 50px 70px;
  border-radius: 40px;
  position: relative;
}
.information .content dl {
  padding: 20px 0;
  border-bottom: 1px solid var(--slide-color);
}
.information .content dl dt {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  padding-left: 16px;
  color: var(--key-color);
  border-left: 5px solid var(--key-color);
}
.information .content dl dd {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 15px;
}
.information .content dl dd ul li {
  padding-left: 7px;
  position: relative;
}
.information .content dl dd ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--font-color);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.information .content dl dd small {
  display: block;
  padding-top: 10px;
  color: #888888;
}
.information .content dl dd small a {
  font-weight: 700;
  color: var(--font-color);
}
.information .content dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 500px) {
  .information {
    padding: 70px 0 50px;
  }
  .information .content {
    padding: 50px 20px 40px;
  }
  .information .content dl dt {
    padding-left: 10px;
  }
  .information .content dl dd {
    font-size: 14px;
  }
  .information .content dl dd small {
    padding-top: 5px;
  }
  .information .content dl dd small strong {
    display: block;
  }
}

footer {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 10px;
  background-color: #379799;
  color: #fff;
  text-align: center;
}

.title.normalmove, .room .content .box.normalmove, .facility ul li figure.normalmove, .concept .content.normalmove, .facility ul li p.normalmove, .enjoy .box ul li .txt.normalmove, .facility .box .txt.normalmove, .enjoy .enjoy_tit.normalmove, .spot .map.normalmove, .ins-box .content.normalmove, .rental .autoplay.normalmove, .more.normalmove, .experience ul li.normalmove, .restaurant .breakfast .tl.normalmove, .restaurant .breakfast ul li.normalmove, .restaurant .addition.normalmove, .restaurant .map .box.normalmove, .access .content1.normalmove, .access .content2.normalmove, .information .content.normalmove {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
          transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.title.normalanimate, .room .content .box.normalanimate, .facility ul li figure.normalanimate, .concept .content.normalanimate, .facility ul li p.normalanimate, .enjoy .box ul li .txt.normalanimate, .facility .box .txt.normalanimate, .enjoy .enjoy_tit.normalanimate, .spot .map.normalanimate, .ins-box .content.normalanimate, .rental .autoplay.normalanimate, .more.normalanimate, .experience ul li.normalanimate, .restaurant .breakfast .tl.normalanimate, .restaurant .breakfast ul li.normalanimate, .restaurant .addition.normalanimate, .restaurant .map .box.normalanimate, .access .content1.normalanimate, .access .content2.normalanimate, .information .content.normalanimate {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

#tripla-booking-widget-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
}
#tripla-booking-widget-window.show {
  display: block;
}

.concept {
  background: url(../img/bg2.jpg) no-repeat bottom center/cover;
  padding: 100px 0;
}
.concept .inner {
  max-width: 1580px;
}
.concept .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.concept .content figure {
  min-width: 800px;
  margin-right: 80px;
}
.concept .content h4 {
  font-size: 38px;
  padding-bottom: 30px;
}
.concept .content p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1400px) {
  .concept .content figure {
    min-width: 700px;
    margin-right: 50px;
  }
  .concept .content h4 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .concept .content figure {
    min-width: 550px;
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .concept .content {
    display: block;
  }
  .concept .content figure {
    min-width: auto;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .concept {
    padding: 50px 0;
  }
  .concept .content {
    margin-top: 30px;
  }
  .concept .content h4 {
    padding-bottom: 20px;
  }
  .concept .content p {
    font-size: 14px;
    line-height: 1.8;
  }
}