.header-logo {
  display: none;
}

.header .header-right-box {
  display: none;
}

.header.active .header-logo {
  display: block;
}
.header.active .header-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .floating-bnr .floating-tel-link.active .floating-tel-b {
  display: block;
}
footer .floating-bnr .floating-tel-link.active .floating-tel-w {
  display: none;
}

main.top {
  padding-top: 0;
}

.mv {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mv .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.mv .video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  outline: none;
  border: none;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}
.mv .page-title {
  width: 44px;
  margin-bottom: 115px;
}
.mv .mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv .mv-left {
  max-width: 130px;
  width: 100%;
}
.mv .mv-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: auto;
  z-index: 9999;
  background-color: rgba(215, 215, 215, 0.7);
  max-width: 484px;
  width: 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;
  height: 38px;
  border-radius: 11px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.mv .mv-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/mv-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

@media (max-width: 1035px) {
  .mv .wrap {
    padding: 0 55px;
  }
}
@media (max-width: 767px) {
  .mv {
    background: url(../img/area-guide/mv-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: none;
  }
  .mv .page-title {
    font-size: 27px;
    letter-spacing: 0.28em;
    margin-bottom: 100px;
    margin-top: -10%;
  }
  .mv .mv-left {
    max-width: 118px;
  }
  .mv .mv-right {
    max-width: 40px;
  }
  .mv .video video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv .mv-btn {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 0;
    z-index: 999;
  }
  .mv .mv-btn::after {
    width: 13px;
    height: 13px;
    background-size: contain;
  }
}
@media (max-width: 500px) {
  .mv .page-title {
    margin-top: -30%;
    margin-bottom: 100px;
  }
}
@media (max-width: 400px) {
  .mv .page-title {
    margin-top: -20%;
    margin-bottom: 100px;
  }
}
.wrap1246 {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .wrap1246 {
    padding: 0 20px;
  }
}
.commitment-contens {
  padding-top: 56px;
  padding-bottom: 125px;
}

.commitment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.commitment-box-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.45%;
          flex: 0 0 53.45%;
}

.commitment-box-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.commitment-box-title {
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 2.102;
  margin-bottom: 55px;
}

.commitment-repeat-text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.125;
  margin-bottom: 30px;
}
.commitment-repeat-text:last-child {
  margin-bottom: 0;
}

.room-btn-box {
  padding-top: 105px;
}
.room-btn-box .room-btn {
  background-color: #191919;
  border: 1px solid #191919;
  color: #fff;
  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;
  font-size: 24px;
  letter-spacing: 0.15em;
  height: 100px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.room-btn-box .room-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/contens-link-arrow-w.png);
  background-repeat: repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.room-btn-box .room-btn span {
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media (hover: hover) {
  .room-btn-box .room-btn:hover {
    background-color: #fff;
    color: #191919;
  }
  .room-btn-box .room-btn:hover::after {
    background-image: url(../img/top/link-arrow.png);
  }
}
@media (max-width: 860px) {
  .commitment-contens {
    padding-top: 0;
  }
  .commitment-contens .wrap1246 {
    padding: 0;
  }
  .commitment-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .commitment-box:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .commitment-box-right {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .commitment-box-title {
    padding: 0 55px;
  }
  .commitment-repeat-text {
    padding: 0 55px;
  }
  .room-btn-box {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .commitment-contens {
    padding-bottom: 115px;
  }
  .room-btn-box {
    padding: 0 55px;
  }
  .room-btn-box .room-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1;
    position: relative;
    height: 84px;
    padding: 20px 0;
  }
  .room-btn-box .room-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    right: 25px;
  }
  .room-btn-box .room-btn span {
    display: block;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1;
  }
}
.room-contens {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #f2f2f2;
  margin-bottom: 88px;
}

.room-contens-title {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 2.102;
  margin-bottom: 65px;
}

.romm-contens-flex {
  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;
}

.room-link-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.78%;
          flex: 0 0 49.78%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 450px;
  margin-bottom: 0.44%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.room-link-box:nth-last-child(-n+3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.9%;
          flex: 0 0 32.9%;
  height: 516px;
}
.room-link-box:nth-last-child(-n+3) .foom-link-image {
  height: 516px;
}
.room-link-box:nth-last-child(-n+3) .foom-link-image img {
  height: 516px;
}

.foom-link-image {
  position: absolute;
  width: 100%;
}
.foom-link-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.room-number {
  padding-left: 60px;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1.44;
  position: relative;
}

.room-title {
  color: #fff;
  padding-left: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 3.3045;
  position: relative;
  margin-bottom: 70px;
}

.room-link-text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 4.130625;
  position: absolute;
  left: 60px;
  bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.room-link-text::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/room-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 24px;
  margin-left: 7px;
}

@media (hover: hover) {
  .room-link-box:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1080px) {
  .room-number {
    padding-left: 30px;
  }
  .room-title {
    padding-left: 30px;
  }
  .room-link-text {
    left: 30px;
  }
}
@media (max-width: 980px) {
  .room-number {
    padding-left: 15px;
  }
  .room-title {
    padding-left: 15px;
  }
  .room-link-text {
    left: 15px;
  }
}
@media (max-width: 920px) {
  .room-contens .wrap1246 {
    padding: 0;
  }
  .room-link-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 8px;
    height: 452px;
  }
  .room-link-box:nth-last-child(-n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 452px;
  }
  .room-link-box:nth-last-child(-n+3) .foom-link-image {
    height: 452px;
  }
  .room-link-box:nth-last-child(-n+3) .foom-link-image img {
    height: 452px;
    width: 100%;
  }
  .foom-link-image {
    height: auto;
    height: 452px;
  }
  .foom-link-image img {
    height: 452px;
    width: 100%;
  }
  .foom-link-image img.pcv {
    display: none;
  }
  .foom-link-image img.spv {
    display: block;
  }
  .room-number {
    padding-left: 23px;
  }
  .room-title {
    padding-left: 23px;
  }
  .room-link-text {
    left: 23px;
  }
}
@media (max-width: 767px) {
  .room-contens {
    padding-top: 30px;
    padding-bottom: 24px;
    margin-bottom: 100px;
  }
  .room-contens-title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2.6275;
    margin-bottom: 25px;
  }
  .room-link-box {
    height: 226px;
  }
  .room-link-box:nth-last-child(-n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 226px;
  }
  .room-link-box:nth-last-child(-n+3) .foom-link-image {
    height: 226px;
  }
  .room-link-box:nth-last-child(-n+3) .foom-link-image img {
    height: 226px;
  }
  .foom-link-image {
    height: 226px;
  }
  .foom-link-image img {
    height: 226px;
  }
  .room-number {
    font-size: 20px;
    line-height: 1.208;
  }
  .room-title {
    font-size: 14px;
    line-height: 3.1685714286;
  }
  .room-link-text {
    font-size: 14px;
    line-height: 1.4135714286;
    bottom: 50px;
  }
  .room-link-text::after {
    width: 18px;
    height: 16px;
  }
}
.bnr-img-link {
  display: block;
  max-width: 1248px;
  width: 100%;
  margin: 50px auto 0;
}

.second_bnr {
  margin-top: 50px;
}

@media (max-width: 1260px) {
  .bnr-img-link {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .bnr-img-link {
    padding: 0;
    max-width: 266px;
    margin-top: 30px;
  }
  .second_bnr {
    margin-top: 30px;
  }
}
.news-area {
  padding-top: 120px;
  padding-bottom: 120px;
}
.news-area .contens-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
  margin-bottom: 50px;
  text-align: center;
}
.news-area .contens-title .title-line {
  border-bottom: 1px solid #191919;
  padding-bottom: 10px;
}
.news-area .news-contens-ul {
  margin-bottom: 55px;
}
.news-area .news-contens-list {
  margin-bottom: 18px;
}
.news-area .news-contens-list:last-child {
  margin-bottom: 0;
}
.news-area .news-contens-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-area .news-contens-day {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 400;
  width: 100px;
}
.news-area .news-contens-title-area {
  width: calc(100% - 110px);
}
.news-area .news-contens-title-ja {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5625;
  font-weight: 400;
  margin-bottom: 8px;
}
.news-area .news-contens-title-ja .text-line {
  border-bottom: 1px solid #191919;
}
.news-area .news-contens-title-en {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
}
.news-area .contens-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #191919;
  margin-bottom: 30px;
}
.news-area .contens-line.top {
  margin-bottom: 55px;
}
.news-area .news-contens-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.news-area .news-contens-link-text::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  background: url(../img/top/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center;
  width: 26px;
  height: 32px;
  margin-left: 15px;
}
.news-area .news-contens-link-text span {
  position: relative;
}
.news-area .news-contens-link-text span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #191919;
  bottom: -5px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1030px) {
  .news-area .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .news-area {
    padding-bottom: 80px;
    padding-top: 92px;
  }
  .news-area .contens-title {
    margin-bottom: 20px;
  }
  .news-area .wrap {
    padding: 0;
  }
  .news-area .contens-title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .news-area .contens-title .title-line {
    padding-left: 50px;
  }
  .news-area .news-contens-ul {
    padding: 0 50px;
    margin-bottom: 40px;
  }
  .news-area .news-contens-list {
    margin-bottom: 25px;
  }
  .news-area .news-contens-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-area .news-contens-day {
    width: 100%;
  }
  .news-area .news-contens-title-area {
    width: 100%;
  }
  .news-area .news-contens-title-ja {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
  .news-area .news-contens-title-en {
    font-size: 13px;
    line-height: 1.3846153846;
  }
  .news-area .contens-line {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
  .news-area .contens-line.top {
    margin-bottom: 30px;
  }
  .news-area .news-contens-link-text {
    padding: 0 50px;
    padding-right: 20px;
    font-size: 14px;
  }
  .news-area .news-contens-link-text::after {
    background-size: 20px 20px;
    width: 20px;
    height: 32px;
    margin-left: 10px;
  }
}
.small-commitment-area {
  padding-bottom: 190px;
}

.small-commitment-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.81%;
            flex: 0 0 30.81%;
    width: auto !important;
  }
}
.small-commitment-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 47px;
}
.small-commitment-loop .swiper-button-prev,
.small-commitment-loop .swiper-button-next,
.small-commitment-loop .swiper-pagination {
  display: none;
}

.small-contens-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.81%;
          flex: 0 0 30.81%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.small-contens-link-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.small-contens-link-text::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  background: url(../img/top/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center;
  width: 26px;
  height: 32px;
  margin-left: 15px;
}

@media (hover: hover) {
  .small-contens-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .small-commitment-area {
    padding-bottom: 60px;
  }
  .small-commitment-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .small-commitment-wrapper {
    padding: 0 5px;
  }
  .small-commitment-wrapper .small-commitment-loop {
    padding-bottom: 45px;
    margin-bottom: 0;
  }
  .small-commitment-wrapper .swiper-button-prev {
    top: inherit;
    bottom: 10px;
    background-image: url(../img/cuisine/slider-arrow-prev.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 30px;
    height: 30px;
    left: 0;
    display: block;
  }
  .small-commitment-wrapper .swiper-button-prev::after {
    display: none;
  }
  .small-commitment-wrapper .swiper-button-next {
    display: block;
    top: inherit;
    bottom: 10px;
    background-image: url(../img/cuisine/slider-arrow-next.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right center;
    width: 30px;
    height: 30px;
    right: 0;
  }
  .small-commitment-wrapper .swiper-button-next::after {
    display: none;
  }
  .small-commitment-wrapper .swiper-pagination-fraction {
    font-size: 13px;
    width: 50px;
    left: inherit;
    right: 40px;
    bottom: 16px;
    margin: auto;
    display: block;
  }
  .small-contens-link-text {
    font-size: 14px;
    line-height: 2.2857142857;
    letter-spacing: 0.1em;
    padding-right: 5px;
    margin-top: 15px;
  }
  .small-contens-link-text::after {
    background-size: 20px 20px;
    width: 20px;
    height: 32px;
    margin-left: 10px;
  }
}
.access-area {
  padding-top: 95px;
  background-color: #f7f5f3;
}
.access-area .contens-title {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.4166666667;
  margin-bottom: 50px;
}
.access-area .access-contens-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.125;
  margin-bottom: 25px;
}
.access-area .access-contens-text-en {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
  color: #666666;
  max-width: 500px;
  margin-bottom: -30px;
}
.access-area .access-map iframe {
  height: 380px;
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.access-area .access-contens-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 40px;
}
.access-area .access-contens-link-text::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  background: url(../img/top/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center;
  width: 26px;
  height: 32px;
  margin-left: 15px;
}
.access-area .access-contens-link-text span {
  position: relative;
}
.access-area .access-contens-link-text span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #191919;
  bottom: -5px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1030px) {
  .access-area .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .access-area {
    padding-top: 70px;
    padding-bottom: 5px;
  }
  .access-area .wrap {
    padding: 0;
  }
  .access-area .contens-title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    margin-bottom: 47px;
  }
  .access-area .access-contens-text {
    padding: 0 50px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 14px;
  }
  .access-area .access-contens-text-en {
    padding: 0 50px;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .access-area .access-map iframe {
    margin-bottom: 15px;
    height: 265px;
  }
  .access-area .contens-line {
    width: calc(100% - 100px);
    margin: 0 auto 20px;
  }
  .access-area .access-contens-link-text {
    padding: 0 50px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.2857142857;
    margin-bottom: 20px;
  }
  .access-area .access-contens-link-text::after {
    background-size: 20px 20px;
    width: 20px;
    height: 32px;
    margin-left: 10px;
  }
  .access-area .access-guide-text {
    padding: 0 50px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .access-area .access-guide-text-en {
    padding: 0 50px;
    font-size: 13px;
    line-height: 1.3846153846;
  }
  .access-area .access-guide-map {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  .access-area .access-guide-map .spv {
    margin-left: 50px;
    margin-bottom: 0;
    max-width: 322px;
  }
}
.inn-area {
  background: #fff;
  padding-top: 145px;
  padding-bottom: 135px;
}
.inn-area .inn-area-image {
  margin-bottom: 85px;
}
.inn-area .inn-area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inn-area .inn-area-flex-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.inn-area .inn-area-title {
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 2.32;
  font-weight: 400;
}
.inn-area .inn-area-flex-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.inn-area .inn-area-right-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.125;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
.inn-area .inn-area-right-text-en {
  color: #666666;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
  margin-bottom: 75px;
}
.inn-area .contens-line {
  width: 100%;
  height: 1px;
  background: #191919;
  margin-bottom: 30px;
}
.inn-area .inn-area-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.inn-area .inn-area-link-text::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  background: url(../img/top/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center;
  width: 26px;
  height: 32px;
  margin-left: 15px;
}
.inn-area .inn-area-link-text span {
  position: relative;
}
.inn-area .inn-area-link-text span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #191919;
  bottom: -5px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 880px) {
  .inn-area .inn-area-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .inn-area {
    padding-top: 0;
    padding-bottom: 105px;
  }
  .inn-area .wrap {
    padding: 0;
  }
  .inn-area .inn-area-image {
    margin-bottom: 60px;
  }
  .inn-area .inn-area-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 48px;
  }
  .inn-area .inn-area-flex-left {
    margin-bottom: 42px;
  }
  .inn-area .inn-area-title {
    font-size: 20px;
    line-height: 1.9;
  }
  .inn-area .inn-area-right-text {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
  .inn-area .inn-area-right-text-en {
    margin-bottom: 40px;
  }
  .inn-area .contens-line {
    margin-bottom: 25px;
  }
  .inn-area .inn-area-link-text {
    font-size: 14px;
  }
  .inn-area .inn-area-link-text::after {
    background-size: 20px 20px;
    width: 20px;
    height: 32px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #reservation-common .reservation-common-title {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    line-height: 1;
  }
  #reservation-common .reservation-common-title .title-line {
    border-bottom: 1px solid #191919;
    padding-bottom: 10px;
    padding-left: 50px;
  }
  #reservation-common .reservation-common-ttl {
    display: block;
    letter-spacing: 0.05em;
    max-width: 265px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    line-height: 2;
  }
}