@charset "UTF-8";
/*
Theme Name: itsuwa
Theme URI:
Description: itsuwa
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.cnt, footer .f-inner {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

.cnt-wide {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

/* ========================================================= */
/* カラー */
/* ========================================================= */
.c_orange {
  color: #f97f05;
}

.c_green {
  color: #006934;
}

.c_pink {
  color: #f1518b;
}

.c_blue {
  color: #58BAF1;
}

.c_red {
  color: #e60044;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_base {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.f_ar {
  font-family: "arial";
}

.f_arb {
  font-family: "arial black";
}

.f_noto {
  font-family: "Noto Sans JP", sans-serif;
}

.f_top, h1,
h2,
h3,
h4, p,
li,
dt,
dd,
table,
th,
td,
figcaption,
a, #g-nav #dmenu li a, .lp .section-room .slider div .room span, .lp .section-plan .inner .note-info, .lp .section-access .inner .note-info, .lp .section-reserve .inner .contact-btn, .lp .section-reserve .inner .note-info, .lp .section-reserve .corpinfo .copyright, .lp .section-reserve .corpinfo .pagetop {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

.f_maru, .section .hd, .lp .section-lead h1, .lp .section-plan .plan-point li {
  font-family: "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", sans-serif;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b,
.bold,
strong {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.img-border {
  border: 1px solid #ccc;
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

.marker-btm {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fae0d1 0%);
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.ani, .openbtn1 img, .openbtn1 span, article::before, .reserve-btn a, .lp .section-room .slider div .room figure img, .lp .section-plan .plan-point li, .lp .section-plan .inner .option dt span::before {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.ani_05, .lp .fv-bg img, .lp .fv-inner img, .lp .section-charm .charm figure {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.ani_075 {
  -webkit-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
}

.ani_1, .lp .fv-bg::after {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

@keyframes ani01 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-8px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate-ani01 {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  3% {
    transform: rotate(-5deg) translateY(-8px);
  }
  6% {
    transform: rotate(0deg) translateY(0);
  }
  9% {
    transform: rotate(4deg);
  }
  11% {
    transform: rotate(0);
  }
  /*  75% {
    transform: rotate(5deg);
  }*/
  100% {
    transform: rotate(0deg);
  }
}
@keyframes zoom-ani01 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-ani02 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.mauto, footer .f-inner,
article .mauto,
article footer .f-inner,
footer article .f-inner {
  margin-left: auto;
  margin-right: auto;
}

.br-pc,
.dn-pc {
  display: block;
}

.br-sp,
.dn-sp {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

.scroll::-webkit-scrollbar-thumb {
  /* スクロールバーのツマミの色 */
  background: rgba(255, 255, 255, 0.4);
}

/* tableにスクロールバーを追加 ここまで↑ */
.scroll table {
  /* tableの幅を100%に */
  width: 100%;
}

.scrollbox {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 150px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  text-align: center;
  color: #252525;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  position: relative;
}
body.fixed {
  overflow: auto;
  height: 100%;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg.webp) repeat-x top center;
  background-size: 50% auto;
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  body::before {
    display: none;
  }
}

h1,
h2,
h3,
h4 {
  line-height: 1.3;
}

p,
li,
dt,
dd,
table,
th,
td,
figcaption,
a {
  line-height: 1.8;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #58BAF1;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
a:visited {
  color: #58BAF1;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
a.no-link {
  pointer-events: none;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .cnt, footer .f-inner {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .cnt, footer .f-inner {
    max-width: calc(100% - 70px);
  }

  .cnt-wide {
    max-width: 100%;
  }

  .br-pc,
  .dn-sp {
    display: none;
  }

  .br-sp,
  .dn-pc {
    display: block;
  }

  body {
    min-width: initial;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cnt, footer .f-inner {
    max-width: calc(100% - 50px);
  }
}
#wrapper {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  background-color: white;
  -moz-box-shadow: 0 0px 30px rgba(37, 37, 37, 0.15);
  -webkit-box-shadow: 0 0px 30px rgba(37, 37, 37, 0.15);
  box-shadow: 0 0px 30px rgba(37, 37, 37, 0.15);
}

/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
/* ----------------------------------------- */
/* メニュー
/* ----------------------------------------- */
.nav-wrap {
  display: block;
  width: 750px;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .nav-wrap {
    width: 100%;
  }
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  position: absolute;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -320px;
  width: 320px;
  min-width: 320px;
  height: 100vh;
  /*ナビの高さ*/
  background-color: white;
  /*動き*/
  transition: all 0.4s;
  box-sizing: border-box;
}
@media screen and (max-width: 320px) {
  #g-nav {
    width: 300px;
    min-width: 300px;
    right: -300px;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 320px;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 320px) {
  #g-nav.panelactive #g-nav-list {
    width: 300px;
  }
}

.bg {
  display: block;
  width: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.logo {
  display: block;
  width: 170px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 130px;
  }
}
@media screen and (max-width: 320px) {
  .logo {
    margin-top: 30px;
    width: 110px;
  }
}
.logo img {
  display: block;
  width: 100%;
}

#g-nav #dmenu {
  display: table;
  margin: 0 auto;
  text-align: left;
  padding-top: 50px;
  position: relative;
  z-index: 100;
}
#g-nav #dmenu li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#g-nav #dmenu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em 0;
  padding-left: 55px;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  color: #252525;
  text-align: left;
  pointer-events: visible;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a {
    padding-left: 45px;
    font-size: 1.6rem;
  }
}
#g-nav #dmenu li a::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/icon.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a::before {
    width: 30px;
    height: 30px;
  }
}
#g-nav #dmenu li a:hover {
  text-decoration: none;
}

.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 20px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  pointer-events: visible;
  /*×に変化*/
}
@media screen and (max-width: 767px) {
  .openbtn1 {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 10px;
  }
}
.openbtn1 img {
  display: block;
  width: 100%;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 2px;
  background-color: #252525;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.openbtn1 span:nth-of-type(1) {
  top: 13px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 33px;
}
.openbtn1.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.openbtn1.active span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #252525;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  padding-bottom: 100px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  article {
    padding-bottom: 50px;
  }
}
article::before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  article::before {
    display: none;
  }
}

/* --------------------------------------------------- */
/* パラグラフ */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* Table */
/* --------------------------------------------------- */
article table {
  width: 100%;
  border-collapse: collapse;
}

/* --------------------------------------------------- */
/* UL OL */
/* --------------------------------------------------- */
article ul.list-disc li,
article ol.list-disc li {
  margin-left: 20px;
  list-style-type: disc;
}
article ul.list-none li,
article ol.list-none li {
  margin-left: 20px;
  list-style-type: none;
}
article ul.list-num li,
article ol.list-num li {
  margin-left: 20px;
  list-style-type: decimal;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  margin: auto auto 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #f97f05;
}
footer .f-inner {
  padding: 15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .f-inner .copyright {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  footer .f-inner .copyright {
    font-size: 1rem;
    line-height: 1.2;
  }
}

#btm-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.pagetop {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: #fff86b;
  color: #0a4b66;
  border: 1px solid #0a4b66;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 2px 2px 0px #060f06;
  -webkit-box-shadow: 2px 2px 0px #060f06;
  box-shadow: 2px 2px 0px #060f06;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}

/* ================================================================== */
/* Modal */
/* ================================================================== */
.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

/* ================================================================== */
/* Parts */
/* ================================================================== */
/* ================================================================== */
/* Common */
/* ================================================================== */
.reserve-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 750px;
  max-width: 750px;
  height: 100px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 9;
  padding: 0 25px 25px 0;
}
@media screen and (max-width: 767px) {
  .reserve-btn {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 15px 0;
  }
}
.reserve-btn a {
  display: block;
  width: 180px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .reserve-btn a {
    width: 90px;
  }
}
@media screen and (max-width: 320px) {
  .reserve-btn a {
    width: 80px;
  }
}
.reserve-btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: scale(1.1);
}
.reserve-btn a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.reserve-btn img {
  display: block;
  width: 100%;
}

.section {
  padding: 120px 0 0;
  position: relative;
  z-index: 5;
}
.section .hd {
  display: table;
  margin: 0 auto;
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section .hd {
    font-size: 2rem;
  }
}
.section .hd .en {
  margin-top: 5px;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .section .hd .en {
    font-size: 1.2rem;
  }
}

/* ================================================================== */
/* TOP */
/* ================================================================== */
.lp .fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .fv {
    height: 100vh;
  }
}
.lp .fv-bg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .fv-bg {
    height: 100vh;
  }
}
.lp .fv-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.lp .fv-bg img {
  display: block;
  width: calc(100% / 3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .lp .fv-bg img {
    height: calc(100% / 5);
    object-fit: cover;
  }
}
.lp .fv-bg img:nth-of-type(2) {
  transition-delay: .025s;
}
.lp .fv-bg img:nth-of-type(3) {
  transition-delay: .05s;
}
.lp .fv-bg img:nth-of-type(4) {
  transition-delay: .075s;
}
.lp .fv-bg img:nth-of-type(5) {
  transition-delay: .1s;
}
.lp .fv-bg img:nth-of-type(6) {
  transition-delay: .125s;
}
.lp .fv-bg img:nth-of-type(7) {
  transition-delay: .15s;
}
.lp .fv-bg img:nth-of-type(8) {
  transition-delay: .175s;
}
.lp .fv-bg img:nth-of-type(9) {
  transition-delay: .2s;
}
.lp .fv-bg img:nth-of-type(10) {
  transition-delay: .225s;
}
.lp .fv-bg img:nth-of-type(11) {
  transition-delay: .25s;
}
.lp .fv-bg img:nth-of-type(12) {
  transition-delay: .275s;
}
.lp .fv-bg img:nth-of-type(13) {
  transition-delay: .3s;
}
.lp .fv-bg img:nth-of-type(14) {
  transition-delay: .325s;
}
.lp .fv-bg img:nth-of-type(15) {
  transition-delay: .35s;
}
.lp .fv-inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-bottom: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp .fv-inner {
    padding-bottom: 70px;
  }
}
.lp .fv-inner img {
  display: block;
  width: 260px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  top: 20px;
  transition-delay: .5s;
}
@media screen and (max-width: 767px) {
  .lp .fv-inner img {
    width: 130px;
  }
}
@media screen and (max-width: 320px) {
  .lp .fv-inner img {
    width: 110px;
  }
}
.lp .fv.is-show .fv-bg::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.lp .fv.is-show .fv-bg img {
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lp .fv.is-show .fv-inner img {
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lp .section-lead {
  padding-bottom: 120px;
  text-align: center;
  position: relative;
}
.lp .section-lead .bg-1 {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lp .section-lead .bg-2 {
  display: block;
  width: 220px;
  position: absolute;
  top: 650px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lp .section-lead .bg-2 {
    width: 120px;
    top: 400px;
  }
}
.lp .section-lead .bg-3 {
  display: block;
  width: 150px;
  position: absolute;
  top: 900px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp .section-lead .bg-3 {
    width: 90px;
    top: 550px;
  }
}
.lp .section-lead .bg-4 {
  display: block;
  width: 600px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lp .section-lead .bg-4 {
    width: 300px;
  }
}
.lp .section-lead .inner {
  position: relative;
  z-index: 5;
}
.lp .section-lead figure {
  display: block;
  width: calc(100% - 35px * 2);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp .section-lead figure {
    width: calc(100% - 20px * 2);
  }
}
.lp .section-lead figure img {
  display: block;
  width: 100%;
}
.lp .section-lead h1 {
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lp .section-lead h1 {
    font-size: 2rem;
  }
}
.lp .section-lead h1 .row-2 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .lp .section-lead h1 .row-2 {
    margin-top: 100px;
  }
}
.lp .section-lead p {
  margin-top: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp .section-lead p {
    margin-top: 35px;
    font-size: 1.4rem;
  }
}
.lp .section-charm {
  position: relative;
}
.lp .section-charm .charm {
  margin-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .section-charm .charm {
    padding-bottom: 30px;
  }
}
.lp .section-charm .charm figure {
  display: block;
  width: 70%;
  position: relative;
  top: 70px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.lp .section-charm .charm figure img {
  display: block;
  width: 100%;
}
.lp .section-charm .charm .lb {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .lp .section-charm .charm .lb {
    width: 100px;
    right: 20px;
  }
}
@media screen and (max-width: 320px) {
  .lp .section-charm .charm .lb {
    width: 80px;
  }
}
.lp .section-charm .charm p {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .lp .section-charm .charm p {
    font-size: 1.4rem;
    right: 20px;
  }
}
.lp .section-charm .charm-2 figure {
  margin: 0 0 0 auto;
  left: auto;
}
.lp .section-charm .charm-2 .lb {
  width: 130px;
  right: auto;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .lp .section-charm .charm-2 .lb {
    width: 65px;
    left: 20px;
  }
}
@media screen and (max-width: 320px) {
  .lp .section-charm .charm-2 .lb {
    width: 55px;
  }
}
.lp .section-charm .charm-2 p {
  right: auto;
  left: 40px;
}
.lp .section-charm .charm.is-show figure {
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lp .section-room .slider {
  width: calc(100% - 35px * 2);
  margin: 60px auto 0;
  padding: 0;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media screen and (max-width: 767px) {
  .lp .section-room .slider {
    width: calc(100% - 20px * 2);
    margin: 35px auto 0;
  }
}
.lp .section-room .slider.slick-initialized {
  opacity: 1;
}
.lp .section-room .slider div {
  width: 100%;
  text-align: center;
}
.lp .section-room .slider div .room {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding-bottom: 25px;
  text-align: center;
  overflow: hidden;
  background-color: white;
  box-sizing: border-box;
  position: relative;
}
.lp .section-room .slider div .room figure {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.lp .section-room .slider div .room figure img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp .section-room .slider div .room figure img {
    height: 230px;
    object-fit: contain;
  }
}
.lp .section-room .slider div .room span {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #252525;
  position: relative;
  z-index: 50;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lp .section-room .slider div .room span {
    font-size: 1.4rem;
  }
}
.lp .section-room .slider div .room span.room-ttl {
  margin-top: 60px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .section-room .slider div .room span.room-ttl {
    margin-top: 35px;
  }
}
.lp .section-room .slider .slick-dots {
  width: auto;
  right: 0;
  bottom: auto;
  top: 480px;
}
@media screen and (max-width: 767px) {
  .lp .section-room .slider .slick-dots {
    top: 250px;
  }
}
@media screen and (max-width: 320px) {
  .lp .section-room .slider .slick-dots {
    top: 230px;
  }
}
.lp .section-room .slider .slick-dots li {
  width: 12px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .lp .section-room .slider .slick-dots li {
    width: 6px;
    height: 12px;
  }
}
.lp .section-room .slider .slick-dots li button {
  width: 12px;
  height: 24px;
}
.lp .section-room .slider .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 24px;
  background-color: #eae4d1;
  -moz-border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0;
  border-radius: 0 12px 12px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lp .section-room .slider .slick-dots li button::before {
    width: 6px;
    height: 12px;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
  }
}
.lp .section-room .slider .slick-dots li.slick-active button::before {
  background-color: #cbc6b8;
}
.lp .section-plan .plan-point {
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
  width: 100%;
  height: 380px;
  background: url(../img/sec-plan-point.webp) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .plan-point {
    margin-top: 30px;
    height: 200px;
  }
}
.lp .section-plan .plan-point li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  height: 100%;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .lp .section-plan .plan-point li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .lp .section-plan .plan-point li {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.lp .section-plan .plan-point li .num {
  font-size: 5rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .plan-point li .num {
    font-size: 3rem;
  }
}
.lp .section-plan .plan-point li .num::before {
  content: "";
  display: table;
  margin: 0 auto;
  width: 60px;
  height: 36px;
  background: url(../img/deco-1.webp) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .plan-point li .num::before {
    width: 30px;
    height: 18px;
  }
}
.lp .section-plan .plan-point li .lb {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .plan-point li.point-1 {
    padding-left: 15px;
  }
}
.lp .section-plan .plan-point li.point-2 {
  transition-delay: .15s;
  padding: 35px 0 0 25px;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .plan-point li.point-2 {
    padding: 20px 0 0 15px;
  }
}
.lp .section-plan .plan-point li.point-3 {
  transition-delay: .3s;
}
.lp .section-plan .plan-point.is-show li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: scale(1);
}
.lp .section-plan .madori {
  display: block;
  width: calc(100% - 35px * 2);
  margin: 60px auto 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .madori {
    margin-top: 30px;
    padding-bottom: 30px;
    width: calc(100% - 20px * 2);
  }
}
.lp .section-plan .madori img {
  display: block;
  width: 100%;
}
.lp .section-plan .inner {
  width: calc(100% - 35px * 2);
  max-width: calc(100% - 35px * 2);
  margin: 0 auto;
  border-top: 6px solid #eae4d1;
  border-bottom: 6px solid #eae4d1;
  padding: 60px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner {
    width: calc(100% - 20px * 2);
    max-width: calc(100% - 20px * 2);
    border-top-width: 3px;
    border-bottom-width: 3px;
    padding: 30px;
  }
}
@media screen and (max-width: 320px) {
  .lp .section-plan .inner {
    padding: 30px 15px;
  }
}
.lp .section-plan .inner p {
  margin-top: 50px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner p {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.lp .section-plan .inner p:first-child {
  margin-top: 0;
}
.lp .section-plan .inner .time {
  width: auto;
}
.lp .section-plan .inner .time td {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner .time td {
    font-size: 1.4rem;
  }
}
.lp .section-plan .inner .time td:nth-of-type(1) {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner .time td:nth-of-type(1) {
    padding-right: 20px;
  }
}
.lp .section-plan .inner .note-info {
  margin-top: 10px;
  display: table;
  padding: 0;
  padding-left: 1em;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner .note-info {
    font-size: 1.2rem;
  }
}
.lp .section-plan .inner .note-info::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.lp .section-plan .inner .note-info + .note-info {
  margin-top: 10px;
}
.lp .section-plan .inner .option {
  width: 100%;
  margin: 0 auto 0;
  padding: 1em 0;
  text-align: left;
  border-bottom: 3px dashed #eae4d1;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner .option {
    padding: 0.75em 0;
  }
}
.lp .section-plan .inner .option dt {
  padding: 0 30px 0 0;
  position: relative;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner .option dt {
    font-size: 1.4rem;
  }
}
.lp .section-plan .inner .option dt span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #252525;
  border-right: solid 2px #252525;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.lp .section-plan .inner .option dt span.active::before {
  transform: rotate(135deg) translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner .option dt span.active::before {
    top: 5px;
    transform: rotate(135deg) translateY(0);
  }
}
.lp .section-plan .inner .option dt:hover {
  cursor: pointer;
}
.lp .section-plan .inner .option dd {
  display: none;
  padding-top: 0.5em;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp .section-plan .inner .option dd {
    font-size: 1.4rem;
  }
}
.lp .section-plan .inner .option dd div {
  margin-bottom: 25px;
}
.lp .section-plan .inner .option dd div:last-child {
  margin-bottom: 0;
}
.lp .section-access {
  margin-top: 120px;
  position: relative;
  background: url(../img/sec-lead-bg-1.webp) no-repeat center top;
  background-size: 100% auto;
}
.lp .section-access .inner {
  width: calc(100% - 35px * 2);
  max-width: calc(100% - 35px * 2);
  margin: 0 auto;
  padding: 60px 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner {
    width: calc(100% - 20px * 2);
    max-width: calc(100% - 20px * 2);
    border-top-width: 3px;
    border-bottom-width: 3px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .lp .section-access .inner {
    padding: 30px 15px;
  }
}

.lp .section-access .inner h2 {
  margin-top: 60px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner h2 {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.lp .section-access .inner h2:first-child {
  margin-top: 0;
}
.lp .section-access .inner h2 + p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner h2 + p {
    margin-top: 10px;
  }
}
.lp .section-access .inner p {
  margin-top: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.lp .section-access .inner p:first-child {
  margin-top: 0;
}
.lp .section-access .inner ul {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner ul {
    margin-top: 10px;
  }
}
.lp .section-access .inner ul li {
  margin-left: 1em;
  font-size: 2rem;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner ul li {
    font-size: 1.2rem;
  }
}
.lp .section-access .inner table {
  margin-top: 30px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner table {
    margin-top: 10px;
  }
}
.lp .section-access .inner table td {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner table td {
    font-size: 1.2rem;
  }
}
.lp .section-access .inner .note-info {
  margin-top: 10px;
  display: table;
  padding: 0;
  padding-left: 1em;
  position: relative;
  font-size: 2rem;
}
.lp .section-access .inner .note-info::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp .section-access .inner-2 {
    padding-bottom: 0;
  }
}
.lp .section-access .map {
  width: calc(100% - 35px * 2);
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .section-access .map {
    width: calc(100% - 20px * 2);
  }
}
.lp .section-access .map iframe {
  display: block;
  width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .lp .section-access .map iframe {
    height: 220px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.lp .section-access .map .zoom-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
  text-decoration: none;
  border: 1px solid #58BAF1;
}
@media screen and (max-width: 767px) {
  .lp .section-access .map .zoom-btn {
    width: 120px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.lp .section-access .map .zoom-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lp .section-insta ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 35px * 2);
  max-width: calc(100% - 35px * 2);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp .section-insta ul {
    width: calc(100% - 20px * 2);
    max-width: calc(100% - 20px * 2);
  }
}
.lp .section-insta ul li {
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
  width: calc(100% / 3 - 25px);
  max-width: calc(100% / 3 - 25px);
  margin-right: calc((100% - (100% / 3 - 25px) * 3) / 2);
  height: 200px;
  background-color: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .lp .section-insta ul li {
    margin-top: 30px;
    width: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    margin-right: calc((100% - (100% / 3 - 15px) * 3) / 2);
    height: 100px;
  }
}
@media screen and (max-width: 320px) {
  .lp .section-insta ul li {
    margin-top: 15px;
    width: calc(100% / 3 - 7.5px);
    max-width: calc(100% / 3 - 7.5px);
    margin-right: calc((100% - (100% / 3 - 7.5px) * 3) / 2);
    height: 90px;
  }
}
.lp .section-insta ul li:nth-of-type(3n) {
  margin-right: 0;
}
.lp .section-insta ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.lp .section-insta ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp .section-reserve {
  margin-top: 120px;
  position: relative;
}
.lp .section-reserve .bg {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lp .section-reserve .hd {
  position: relative;
  z-index: 5;
}
.lp .section-reserve .hd:nth-of-type(2) {
  margin-top: 70px;
}
.lp .section-reserve .calendar {
  width: calc(100% - 35px * 2);
  max-width: calc(100% - 35px * 2);
  height: 340px;
  margin: 60px auto 0;
  background-color: #d9d9d9;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .calendar {
    width: calc(100% - 20px * 2);
    max-width: calc(100% - 20px * 2);
    margin-top: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 200px;
  }
}
.lp .section-reserve .reservebtn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .reservebtn {
    margin-top: 30px;
  }
}
.lp .section-reserve .reservebtn p {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .reservebtn p {
    font-size: 1.4rem;
  }
}
.lp .section-reserve .reservebtn a {
  display: block;
  margin-top: 30px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .reservebtn a {
    margin-top: 15px;
    width: 180px;
  }
}
.lp .section-reserve .reservebtn a img {
  display: block;
  width: 100%;
}
.lp .section-reserve .inner {
  width: calc(100% - 35px * 2);
  max-width: calc(100% - 35px * 2);
  margin: 0 auto;
  padding: 60px 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .inner {
    width: calc(100% - 20px * 2);
    max-width: calc(100% - 20px * 2);
    padding: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .lp .section-reserve .inner {
    padding: 30px 15px;
  }
}

.lp .section-reserve .inner h2 {
  margin-top: 60px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .inner h2 {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.lp .section-reserve .inner h2:first-child {
  margin-top: 0;
}
.lp .section-reserve .inner h2 + p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .inner h2 + p {
    margin-top: 10px;
  }
}
.lp .section-reserve .inner p {
  margin-top: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .inner p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.lp .section-reserve .inner p:first-child {
  margin-top: 0;
}
.lp .section-reserve .inner .contact-btn {
  margin: 100px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 420px;
  height: 70px;
  font-size: 3rem;
  font-weight: bold;
  background-color: #444444;
  text-decoration: none;
  color: white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .inner .contact-btn {
    width: 240px;
    height: 40px;
    font-size: 1.6rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.lp .section-reserve .inner .contact-btn::after {
  content: "▲";
  position: absolute;
  font-size: 1.8rem;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .inner .contact-btn::after {
    font-size: 1.2rem;
    right: 15px;
  }
}
.lp .section-reserve .inner .note-info {
  margin-top: 10px;
  display: table;
  padding: 0;
  padding-left: 1em;
  position: relative;
  font-size: 2rem;
}
.lp .section-reserve .inner .note-info::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.lp .section-reserve .reserve-1 {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.lp .section-reserve .reserve-1 img {
  display: block;
  width: 100%;
}
.lp .section-reserve .corpinfo {
  width: calc(100% - 35px * 2);
  max-width: calc(100% - 35px * 2);
  margin: -100px auto 0;
  padding: 50px;
  background-color: white;
  position: relative;
  z-index: 10;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .corpinfo {
    width: calc(100% - 20px * 2);
    max-width: calc(100% - 20px * 2);
    margin: -50px auto 0;
    padding: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}
.lp .section-reserve .corpinfo p {
  margin-top: 15px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .corpinfo p {
    font-size: 1.2rem;
  }
}
.lp .section-reserve .corpinfo p.corpname {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .corpinfo p.corpname {
    font-size: 1.4rem;
  }
}
.lp .section-reserve .corpinfo ul {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .corpinfo ul {
    margin-top: 15px;
  }
}
.lp .section-reserve .corpinfo ul li {
  margin-right: 100px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .corpinfo ul li {
    margin-right: 40px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .lp .section-reserve .corpinfo ul li {
    margin-right: 20px;
  }
}
.lp .section-reserve .corpinfo ul li a {
  text-decoration: none;
}
.lp .section-reserve .corpinfo ul li:nth-of-type(2) {
  margin-right: 0;
}
.lp .section-reserve .corpinfo .copyright {
  margin-top: 60px;
  display: block;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .corpinfo .copyright {
    margin-top: 35px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .lp .section-reserve .corpinfo .copyright {
    font-size: 1rem;
  }
}
.lp .section-reserve .corpinfo .pagetop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  max-height: 60px;
  padding-top: 10px;
  background: url(../img/pagetop.webp) no-repeat center;
  background-size: contain;
  font-size: 2rem;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  position: absolute;
  bottom: 120px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .lp .section-reserve .corpinfo .pagetop {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
    right: 20px;
    bottom: 70px;
  }
}
