@charset "UTF-8";
/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */
/* --------------------------------------------

foundation

-------------------------------------------- */
body {
  font-family: "FOT-筑紫Aオールド明朝", "fot-tsukuaoldmin-pr6n";
}

@media screen and (min-width: 769px) {
  .u-opacity {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-opacity:hover {
    opacity: 0.5;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  hr {
    margin: 0;
  }
}

input, select {
  vertical-align: middle;
}

body .row-fluid [class*=span] {
  float: none;
  width: auto;
  min-height: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form, input, button, textarea, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
  outline: 0;
}

img {
  border: 0;
  vertical-align: middle;
}
img:not([width]) {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

svg {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

i, em {
  font-style: normal;
}

input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #000;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  font-weight: 400;
  color: #000;
  background: #fff;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 2;
  position: relative;
  min-width: 320px;
}
a[href^="tel:"].tel-disable {
  pointer-events: none;
  text-decoration: none;
}

sup {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.7) translate(0, -0.5em);
          transform: scale(0.7) translate(0, -0.5em);
}

/* --------------------------------------------

layout

-------------------------------------------- */
/* ===================================

	header

=================================== */
body.is-open {
  overflow: hidden;
}

#header {
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    right: 20px;
  }
}
#header .nav .tgr-menu {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  mix-blend-mode: difference;
}
#header .nav .tgr-menu .tgr-menu_box {
  width: 62px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .nav .tgr-menu .tgr-menu_box span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  height: 1px;
  width: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  background: #a9a9a9;
}
#header .nav .tgr-menu .tgr-menu_box span:nth-of-type(1) {
  top: 0;
}
#header .nav .tgr-menu .tgr-menu_box span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .nav .tgr-menu .tgr-menu_box span:nth-of-type(3) {
  bottom: 0;
}
#header .nav .tgr-menu.is-open .tgr-menu_box {
  height: 40px;
}
#header .nav .tgr-menu.is-open .tgr-menu_box span:nth-of-type(1) {
  top: 75%;
  width: 60px;
  -webkit-transform: rotate(20deg) translate(-50%, -50%);
          transform: rotate(20deg) translate(-50%, -50%);
}
#header .nav .tgr-menu.is-open .tgr-menu_box span:nth-of-type(2) {
  width: 0;
}
#header .nav .tgr-menu.is-open .tgr-menu_box span:nth-of-type(3) {
  top: 25%;
  width: 60px;
  -webkit-transform: rotate(-20deg) translate(-50%, -50%);
          transform: rotate(-20deg) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #header {
    background-color: transparent;
  }
  #header .nav .tgr-menu {
    position: fixed;
    top: 10px;
    cursor: pointer;
    right: 10px;
    z-index: 10000;
    width: 60px;
    height: 60px;
  }
  #header .nav .tgr-menu .tgr-menu_box span {
    width: 40px;
  }
  #header .nav .tgr-menu.is-open .tgr-menu_box {
    width: 20px;
    height: 20px;
  }
  #header .nav .tgr-menu.is-open .tgr-menu_box span {
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
  }
  #header .nav .tgr-menu.is-open .tgr-menu_box span:nth-of-type(1) {
    top: 50%;
    width: 40px;
    -webkit-transform: rotate(20deg) translateX(-50%);
            transform: rotate(20deg) translateX(-50%);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #header .nav .tgr-menu.is-open .tgr-menu_box span:nth-of-type(2) {
    width: 0;
  }
  #header .nav .tgr-menu.is-open .tgr-menu_box span:nth-of-type(3) {
    top: 50%;
    width: 40px;
    -webkit-transform: rotate(-20deg) translateX(-50%);
            transform: rotate(-20deg) translateX(-50%);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #header .nav .info-menu {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  #header .nav .info-menu li {
    width: 70px;
    height: 70px;
  }
  #header .nav .info-menu li a {
    height: auto;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 12px;
    padding: 10px;
  }
  #header .nav .info-menu li a.access span {
    padding-top: 29px;
  }
  #header .nav .info-menu li a.reserve {
    padding: 13px 10px 12px 10px;
  }
  #header .nav .info-menu li a.reserve span {
    padding-top: 26px;
  }
  #header .nav .info-menu li:first-child::after {
    content: "";
    width: 1px;
    height: 70px;
    background-color: #BCBCBC;
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    -webkit-transform: unset;
            transform: unset;
    right: 0;
  }
  #header .nav .langage {
    width: 60px;
    height: 24px;
    position: fixed;
    top: 30px;
    right: 70px;
    z-index: 10000;
  }
  #header .nav .langage p {
    border: 1px solid #BCBCBC;
    border-radius: 30px;
    padding: 4px 30px 4px 12px;
  }
  #header .nav .langage p::after {
    right: 8px;
  }
}

.logo {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.logo a {
  width: 150px;
  display: block;
}
.logo a figure {
  max-width: 150px;
  width: 100%;
  display: block;
}
.logo a figure img {
  display: block;
  width: 100%;
}
.menu {
  display: none;
}
.menu .menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu .menu_wrap .menu_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 40px;
}
.menu .menu_wrap .menu_list .menu_logo {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 40px;
}
.menu .menu_wrap .menu_list .menu_logo a img {
  width: 180px;
}
.menu .menu_wrap .menu_list .menu_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.menu .menu_wrap .menu_list .menu_list_wrap a {
  color: #fff;
  width: 33.3333333333%;
  position: relative;
}
.menu .menu_wrap .menu_list .menu_list_wrap a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.menu .menu_wrap .menu_list .menu_list_wrap a figure {
  overflow: hidden;
}
.menu .menu_wrap .menu_list .menu_list_wrap a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .menu_wrap .menu_list .menu_list_wrap a.reserve {
  display: none;
}
.menu .menu_wrap .menu_list .menu_list_wrap a.reserve::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu .menu_wrap .menu_list .menu_list_wrap a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.menu .menu_wrap .menu_list .menu_list_wrap a .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}
.menu .menu_wrap .menu_list .menu_list_wrap a .txt em {
  display: block;
  font-size: 20px;
}
.menu .menu_wrap .menu_list .menu_list_wrap a .txt span {
  display: block;
  font-size: 13px;
}
.menu .menu_wrap .menu_nav {
  width: 400px;
  padding: 90px 40px;
  overflow-y: scroll;
}
.menu .menu_wrap .menu_nav .nav_list {
  margin-bottom: 60px;
}
.menu .menu_wrap .menu_nav .nav_list li a {
  line-height: 1.2;
  padding-bottom: 4px;
  display: inline-block;
}
.menu .menu_wrap .menu_nav .nav_list li a em {
  font-size: 20px;
}
.menu .menu_wrap .menu_nav .nav_list li a span {
  font-size: 12px;
}
.menu .menu_wrap .menu_nav .nav_list li:nth-child(n+2) {
  margin-top: 30px;
}
.menu .menu_wrap .menu_nav .nav_another {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.menu .menu_wrap .menu_nav .nav_another li {
  width: 50%;
}
.menu .menu_wrap .menu_nav .nav_another li a {
  font-size: 14px;
}
.menu .menu_wrap .menu_nav .nav_another li:nth-child(n+3) {
  margin-top: 10px;
}
.menu .menu_wrap .menu_nav .nav_another li.instagram {
  display: none;
}
.menu .menu_wrap .menu_nav .info-personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.menu .menu_wrap .menu_nav .info-personal p {
  font-size: 12px;
}
.menu .menu_wrap .menu_nav .info-personal .instagram {
  display: block;
}
.menu .menu_wrap .menu_nav .info-personal .instagram .fa-brands {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .menu_wrap .menu_nav .info-personal .instagram:hover .fa-brands {
  color: #BCBCBC;
}
.menu .menu_wrap .menu_nav .reserve {
  border: 1px solid #000;
  padding: 24px 30px 20px;
  max-width: 280px;
  width: 100%;
  position: relative;
}
.menu .menu_wrap .menu_nav .reserve em {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.menu .menu_wrap .menu_nav .reserve span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.menu .menu_wrap .menu_nav .reserve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (min-width: 768px) {
  .menu .menu_wrap .menu_nav .reserve:hover {
    color: #fff;
  }
  .menu .menu_wrap .menu_nav .reserve:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.menu .menu_wrap .menu_ttl {
  position: relative;
  width: 80px;
  height: 100vh;
}
.menu .menu_wrap .menu_ttl p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  min-width: 120px;
}
.menu .menu_wrap .menu_ttl p em {
  line-height: 1;
  text-align: center;
  position: relative;
  font-size: 14px;
  position: relative;
  padding-right: 11px;
  margin-right: 10px;
}
.menu .menu_wrap .menu_ttl p em::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background-color: #BCBCBC;
}
.menu .menu_wrap .menu_ttl p span {
  font-size: 10px;
  line-height: 1;
  text-align: center;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .menu .menu_wrap {
    display: block;
    overflow-y: scroll;
  }
  .menu .menu_wrap .menu_list {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 40px 30px;
  }
  .menu .menu_wrap .menu_list .menu_logo {
    width: 180px;
  }
  .menu .menu_wrap .menu_list .menu_list_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a {
    width: calc(50% - 5px);
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a .txt {
    text-align: left;
    left: 15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a .txt em {
    font-size: 16px;
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a .txt span {
    font-size: 12px;
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a figure {
    position: relative;
    height: 120px;
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a figure img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a.reserve {
    display: block;
    border: 1px solid #000;
    color: #000;
    height: 120px;
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a.reserve::after {
    display: none;
  }
  .menu .menu_wrap .menu_list .menu_list_wrap a:nth-child(n+3) {
    margin-top: 10px;
  }
  .menu .menu_wrap .menu_nav {
    width: 100%;
    padding: 40px 30px 140px;
  }
  .menu .menu_wrap .menu_nav .nav_list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #BCBCBC;
  }
  .menu .menu_wrap .menu_nav .nav_list li a span {
    padding-left: 10px;
  }
  .menu .menu_wrap .menu_nav .nav_list li:nth-child(n+2) {
    margin-top: 20px;
  }
  .menu .menu_wrap .menu_nav .nav_another {
    margin-bottom: 0;
  }
  .menu .menu_wrap .menu_nav .nav_another li.instagram {
    display: block;
  }
  .menu .menu_wrap .menu_nav .info-personal {
    display: none;
  }
  .menu .menu_wrap .menu_ttl {
    display: none;
  }
}

.reservation {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 30px 20px 30px 10px;
  z-index: 9998;
}
.reservation em {
  font-size: 18px;
}
.reservation span {
  font-size: 10px;
  position: absolute;
  top: 30px;
  right: 10px;
}
.reservation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #505050;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.reservation:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ===================================

	footer

=================================== */
#footer {
  margin-top: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 100px;
  }
}
#footer #pageTop {
  display: block;
  padding: 30px 0 0;
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#footer #pageTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: cover;
  height: 6px;
  width: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #footer #pageTop {
    top: unset;
    right: unset;
    left: 10px;
    bottom: 0;
  }
}
#footer .info-access_wrap {
  position: relative;
}
#footer .info-access_wrap .info-access {
  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;
  width: 100%;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
#footer .info-access_wrap .info-access a {
  width: 50%;
  display: block;
  padding: 80px 0;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  overflow: hidden;
  position: relative;
}
#footer .info-access_wrap .info-access a:last-child {
  position: relative;
}
#footer .info-access_wrap .info-access a:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #BCBCBC;
}
#footer .info-access_wrap .info-access a p {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
#footer .info-access_wrap .info-access a p em {
  font-size: 20px;
  display: block;
}
#footer .info-access_wrap .info-access a p span {
  font-size: 15px;
  display: block;
}
#footer .info-access_wrap .info-access a p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_arrow_r.svg) no-repeat;
  background-size: cover;
  width: 6px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .info-access_wrap .info-access a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#footer .info-access_wrap .info-access a:hover {
  color: #fff;
}
#footer .info-access_wrap .info-access a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#footer .info-access_wrap .info-access a:hover p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_arrow_r_w.svg) no-repeat;
  background-size: cover;
  width: 6px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #footer .info-access_wrap {
    width: 100%;
  }
  #footer .info-access_wrap .info-access a {
    padding: 20px;
    width: 100%;
  }
  #footer .info-access_wrap .info-access a p {
    width: 100%;
  }
}
#footer .info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: calc(100% - 160px);
  margin: 80px auto 0;
  padding: 0 80px;
  position: relative;
}
#footer .info-footer .info-footer_personal .footer-logo {
  width: 200px;
  display: block;
  margin-bottom: 60px;
}
#footer .info-footer .info-footer_personal p {
  font-size: 15px;
}
#footer .info-footer .info-footer_personal dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-top: 20px;
}
#footer .info-footer .info-footer_personal dl + dl {
  margin-top: 10px;
}
#footer .info-footer .info-footer_personal dl dt {
  width: 40px;
  margin-right: 10px;
}
#footer .info-footer .info-footer_personal dl dd .tel {
  font-size: 20px;
}
#footer .info-footer .info-footer_personal dl dd .mail {
  pointer-events: none;
}
#footer .info-footer .info-footer_personal dl dd span {
  display: inline-block;
  margin-left: 10px;
}
#footer .info-footer .info-footer_formal {
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 680px;
  padding-left: 40px;
}
#footer .info-footer .info-footer_formal ul {
  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;
}
#footer .info-footer .info-footer_formal ul li {
  margin-right: 10px;
}
#footer .info-footer .info-footer_formal ul li::last-child {
  margin-right: 0;
}
#footer .info-footer .info-footer_formal ul li a {
  display: block;
  line-height: 1.2;
}
#footer .info-footer .info-footer_formal ul li a .fa-brands {
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .info-footer .info-footer_formal ul li a:hover .fa-brands {
  color: #BCBCBC;
}
#footer .info-footer .info-footer_formal .footer_bnr {
  display: block;
  width: 400px;
  margin-top: 55px;
}
#footer .info-footer .info-footer_formal .footer_bnr img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .info-footer .info-footer_formal .footer_bnr:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  #footer .info-footer {
    width: 100%;
    padding: 0 30px;
    margin: 60px auto 0;
  }
  #footer .info-footer .info-footer_personal {
    width: 100%;
  }
  #footer .info-footer .info-footer_personal p {
    text-align: center;
  }
  #footer .info-footer .info-footer_personal dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  #footer .info-footer .info-footer_personal dl dd {
    line-height: 1;
  }
  #footer .info-footer .info-footer_personal dl dd .tel {
    border-bottom: 1px solid #333;
    display: inline-block;
  }
  #footer .info-footer .info-footer_personal dl dd .mail {
    border-bottom: 1px solid #333;
  }
  #footer .info-footer .info-footer_personal .footer-logo {
    margin: 0 auto 60px;
  }
  #footer .info-footer .info-footer_formal {
    margin-top: 60px;
    padding-left: 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  #footer .info-footer .info-footer_formal ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  #footer .info-footer .info-footer_formal ul li {
    margin: 0;
    width: calc(50% - 10px);
  }
  #footer .info-footer .info-footer_formal ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  #footer .info-footer .info-footer_formal ul li a {
    display: inline-block;
  }
  #footer .info-footer .info-footer_formal .footer_bnr {
    width: 100%;
    margin-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
  }
}
#footer .copuright {
  text-align: center;
  padding: 100px 0 40px;
}
#footer .copuright p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #footer .copuright {
    padding: 40px 0 60px;
    text-align: left;
    text-align: center;
  }
}

/* --------------------------------------------

contents

-------------------------------------------- */
.l-body {
  background: #E8E5E1;
}

.l-hero .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.l-hero .inner .mv_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 5%;
  z-index: 2000;
}
.l-hero .inner .mv_box p {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-hero .inner {
    position: absolute;
    max-width: 100%;
    height: 100vh;
    top: 0;
  }
  .l-hero .inner .mv_box {
    left: 30px;
    bottom: 120px;
    padding-bottom: 0;
  }
  .l-hero .inner .mv_box p {
    font-size: 30px;
  }
}

.l-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 50px 0;
  }
  .l-section > .inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-section_sp {
    padding: 50px 0;
  }
}

.l-wrapper {
  padding-top: 45px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .l-wrapper {
    max-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 100px;
    width: 100%;
  }
}

.l-column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-column02_left {
  width: 29%;
}
.l-column02_right {
  width: 71%;
}
@media screen and (max-width: 768px) {
  .l-column02 {
    display: block;
  }
  .l-column02_left {
    width: 100%;
  }
  .l-column02_right {
    width: 100%;
  }
}

.l-about .bg-about {
  height: 600px;
  position: relative;
  background: url(../img/under/about/bg_about.jpg) no-repeat center;
  background-size: cover;
}
.l-about .bg-about .catchcopy {
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-about .inner {
  max-width: 880px;
  margin: 0 auto;
}
.l-about .inner p {
  font-size: 20px;
  line-height: 3.2;
}
.l-about .inner p + p {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-about .bg-about .catchcopy {
    width: calc(100% - 30px);
    font-size: 20px;
  }
  .l-about .inner p {
    font-size: 16px;
    line-height: 2.4;
  }
}

/* --------------------------------------------

object

-------------------------------------------- */
.p-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 10rem 0;
}
.p-main.main_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-content {
  margin-bottom: 10rem;
}

.p-notfound .inner {
  margin: 0 auto;
  max-width: 1080px;
}
.p-notfound .inner p {
  font-size: 1.4rem;
}
.p-notfound .inner .c-rounded_btn {
  margin: 40px 0 0;
}

.p-wrap {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 958px) {
  .p-wrap {
    padding: 0 12rem;
  }
}

.p-wrap--min {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 958px) {
  .p-wrap--min {
    padding: 0 24rem;
  }
}

.p-wrap__inner {
  padding: 6rem 0;
}

.p-wrap__inner--top {
  padding: 10rem 0 6rem;
}

.p-wrap__inner--btm {
  padding: 6rem 0 10rem;
}

@media screen and (min-width: 958px) {
  .p-wrap__inner {
    padding: 12rem 0;
  }
  .p-wrap__inner--top {
    padding: 24rem 0 12rem;
  }
  .p-wrap__inner--btm {
    padding: 12rem 0 24rem;
  }
}
.p-wrap__inner--only--top {
  padding: 6rem 0 0;
}
.p-wrap__inner--only--btm {
  padding: 0 0 6rem;
}
@media screen and (min-width: 958px) {
  .p-wrap__inner--only--top {
    padding: 12rem 0 0;
  }
  .p-wrap__inner--only--btm {
    padding: 0 0 12rem;
  }
}

.p-wrap__inner--min {
  padding: 4rem 0;
}
@media screen and (min-width: 958px) {
  .p-wrap__inner--min {
    padding: 6rem 0;
  }
}

.p-wrap__inner--min--top {
  padding: 8rem 0 4rem;
}
@media screen and (min-width: 958px) {
  .p-wrap__inner--min--top {
    padding: 12rem 0 6rem;
  }
}

.p-wrap__inner--min--btm {
  padding: 4rem 0 8rem;
}
@media screen and (min-width: 958px) {
  .p-wrap__inner--min--btm {
    padding: 6rem 0 12rem;
  }
}

.p-wrap--box {
  padding: 3rem 2rem;
}
@media screen and (min-width: 958px) {
  .p-wrap--box {
    padding: 6rem 4rem;
  }
}

.p-hero {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.p-hero div {
  position: relative;
  height: 100vh; /* 画面の高さいっぱいに */
  width: 100vw; /* 画面の幅いっぱいに */
  overflow: hidden; /* コンテンツがはみ出した場合に隠す */
}
.p-hero div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像が枠にフィットするように */
}
.p-hero div video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像が枠にフィットするように */
}

.p-search {
  background-color: #fff;
}
.p-search .inner {
  min-width: 1080px;
  margin: 0 auto;
}
.p-search .inner form #booking_inner {
  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;
}
.p-search .inner form #booking_inner .booking_date {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.p-search .inner form #booking_inner .booking_date + .booking_date {
  border-left: 1px solid #BCBCBC;
}
.p-search .inner form #booking_inner .booking_date > * {
  min-width: 40px;
}
.p-search .inner form #booking_inner .booking_date label {
  cursor: pointer;
}
.p-search .inner form #booking_inner .booking_date .stay p {
  position: relative;
  padding-top: 30px;
  font-size: 15px;
}
.p-search .inner form #booking_inner .booking_date .stay p::before {
  content: "";
  background: url(../img/common/icon_stay.svg) no-repeat center top;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-search .inner form #booking_inner .booking_date input:disabled {
  color: #BCBCBC;
}
.p-search .inner form #booking_inner .booking_date select:disabled {
  color: #BCBCBC !important;
}
.p-search .inner form #booking_inner .booking_date .nitteiarea {
  padding-right: 44px;
  position: relative;
}
.p-search .inner form #booking_inner .booking_date .nitteiarea::after {
  content: "";
  background: url(../img/common/icon_reserve.svg) no-repeat center top;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-search .inner form #booking_inner .booking_date .nitteiarea input {
  font-size: 13px;
}
.p-search .inner form #booking_inner .booking_date .nitteiarea .label span {
  width: 14px;
  height: 14px;
  background-color: #E7E5E1;
  position: relative;
  display: block;
}
.p-search .inner form #booking_inner .booking_date .nitteiarea .label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-search .inner form #booking_inner .booking_date .nitteiarea .label label p {
  font-size: 13px;
  margin-left: 10px;
}
.p-search .inner form #booking_inner .booking_date .nitteiarea .label input[type=checkbox] {
  position: relative;
}
.p-search .inner form #booking_inner .booking_date .nitteiarea .label input[type=checkbox]:checked ~ span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: rotate(-45deg) translateY(calc(-50% - 2px));
          transform: rotate(-45deg) translateY(calc(-50% - 2px));
  width: 9px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.p-search .inner form #booking_inner .booking_date .select .booking {
  font-size: 15px;
}
.p-search .inner form #booking_inner .booking_date .select .select-box {
  position: relative;
  width: 60px;
  margin: 0 auto;
}
.p-search .inner form #booking_inner .booking_date .select .select-box::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 6px;
  pointer-events: none;
}
.p-search .inner form #booking_inner .booking_date .select .select-box select {
  width: 60px;
  cursor: pointer;
}
.p-search .inner form #booking_inner .booking_date .select .select-box.is-disabled select {
  cursor: auto;
}
.p-search .inner form #booking_inner .booking_date .select .select-box.is-disabled::after {
  background: url(../img/common/icon_arrow_gray.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 6px;
}
.p-search .inner form #booking_inner .booking_date .radio span {
  width: 14px;
  height: 14px;
  border-radius: 30px;
  background-color: #E7E5E1;
  position: relative;
  display: block;
}
.p-search .inner form #booking_inner .booking_date .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-search .inner form #booking_inner .booking_date .radio label p {
  font-size: 13px;
  margin-left: 10px;
}
.p-search .inner form #booking_inner .booking_date .radio input[type=radio] {
  position: relative;
}
.p-search .inner form #booking_inner .booking_date .radio input[type=radio]:checked ~ span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: #000;
}
.p-search .inner form #booking_inner .c-button {
  background-color: #000;
  position: relative;
  margin-left: 40px;
}
.p-search .inner form #booking_inner .c-button p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 15px;
}
.p-search .inner form #booking_inner .c-button input[type=submit] {
  display: block;
  cursor: pointer;
  padding: 20px;
  color: #fff;
  width: 150px;
  background-color: #000;
}
.p-search .inner form #booking_inner .c-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #505050;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  pointer-events: none;
}
.p-search .inner form #booking_inner .c-button:hover input[type=submit] {
  background-color: transparent;
}
.p-search .inner form #booking_inner .c-button:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .p-search {
    display: none;
  }
}
.p-search__box {
  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;
}
.p-search__box .ttl {
  width: 100px;
}
.p-search__box .ttl figure {
  width: 20px;
  margin: 0 auto 5px;
}
.p-search__box .ttl p {
  text-align: center;
  font-size: 15px;
}
.p-search__box .search-panel-frame {
  max-width: 860px;
  padding-left: 20px;
  border-left: 1px solid #BCBCBC;
  margin-left: 20px;
}
.p-search__box .search-panel-frame .directin-sp-form {
  padding: 25px 0;
}
.p-search__box .search-panel-frame .directin-sp-form > div {
  margin-top: 0;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-input label {
  line-height: 1;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
  font-size: 13px;
  color: #000;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-input label input[type=text] {
  color: #000;
  border-radius: 0;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-input label select {
  border-radius: 0;
  padding: 16px 40px 16px 16px;
  font-family: "FOT-筑紫Aオールド明朝", "fot-tsukuaoldmin-pr6n";
  line-height: 1;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-input label span {
  display: inline-block;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-input label span.directin-sp-form-label {
  margin-bottom: 10px;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type=text] {
  background: url(../img/common/icon_calendar.svg) no-repeat !important;
  background-size: 22px !important;
  background-position: left 12px center !important;
  padding: 8px 20px 8px 44px;
  width: 310px;
  font-family: "FOT-筑紫Aオールド明朝", "fot-tsukuaoldmin-pr6n";
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-nodate-checkbox {
  padding-bottom: 12px;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-submit-button {
  margin-left: 40px;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
  border-radius: 0;
  padding: 22px 54px;
  position: relative;
  line-height: 1;
  top: 5px;
  font-family: "FOT-筑紫Aオールド明朝", "fot-tsukuaoldmin-pr6n";
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #505050;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  pointer-events: none;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button::after {
  content: "検索";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 16px;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button:hover input[type=submit] {
  background-color: transparent;
}
.p-search__box .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-search .directin-sp-form-nodate-checkbox label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-search .directin-sp-form-nodate-checkbox label input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  border-radius: 0 !important;
  border: none !important;
  background-color: #E7E5E1 !important;
}
.p-search .directin-sp-form-nodate-checkbox label input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: rotate(-45deg) translateY(calc(-50% - 2px));
          transform: rotate(-45deg) translateY(calc(-50% - 2px));
  width: 9px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.p-search .directin-sp-form-nodate-checkbox label .directin-sp-form-checkbox-label {
  line-height: 1.5;
}

.p-more {
  text-align: center;
  margin-top: 40px;
}
.p-more button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #000;
  padding: 0;
  line-height: 40px;
  width: 160px;
  border-radius: 20px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}
.p-more button:hover {
  background-color: #000;
  color: #fff;
}

.p-about {
  background: url(../img/bg_about.webp) no-repeat center;
  position: relative;
  padding: 160px 0 100px;
}
.p-about p {
  color: #fff;
}
.p-about .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 80px;
}
.p-about .inner .ttl {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  color: #fff;
}
.p-about .inner .ttl * {
  display: block;
}
.p-about .inner .ttl em {
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  padding-right: 6px;
  position: relative;
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.p-about .inner .ttl em::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 20px;
  background-color: #fff;
}
.p-about .inner .ttl em::after {
  content: "ホテルについて";
  font-family: "FOT-筑紫Aオールド明朝", "fot-tsukuaoldmin-pr6n";
  font-size: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 107px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.p-about .inner .text-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.p-about .inner .text-box p {
  font-size: 18px;
  letter-spacing: 3px;
}
.p-about .inner .text-box p span {
  display: inline-block;
}
.p-about .link_area a {
  margin: 200px auto 0;
}
@media screen and (min-width: 768px) {
  .p-about .text-box {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    background: #fff;
    padding: 80px 0 0;
  }
  .p-about p {
    color: #000;
  }
  .p-about .inner {
    padding: 0 60px 0 30px;
  }
  .p-about .inner .ttl {
    top: 80px;
    right: 30px;
    -webkit-transform: unset;
            transform: unset;
    color: #000;
  }
  .p-about .inner .ttl em::before {
    background-color: #000;
  }
  .p-about .inner .text-box p {
    font-size: 14px;
    letter-spacing: unset;
  }
  .p-about .inner .text-box p + p {
    padding-top: 30px;
  }
  .p-about .link_area a {
    margin: 60px 0 0 30px;
  }
  .p-about figure {
    overflow: hidden;
    margin-top: 80px;
    background: url(../img/bg_about_sp.png) no-repeat center top;
    background-size: cover;
    height: 500px;
  }
}

.p-contents .inner {
  max-width: 90%;
  width: 100%;
  margin: 0 0 0 auto;
}
.p-contents .inner .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(64% - 10px) 10px 36%;
  grid-template-columns: calc(64% - 10px) 36%;
  gap: 10px;
}
.p-contents .inner .contents figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contents .inner .contents .item1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.p-contents .inner .contents .item2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: -1;
  grid-column: 3/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.p-contents .inner .contents .item3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: -1;
  grid-column: 3/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.p-contents .inner .txt_box {
  padding: 60px 50px;
  max-width: 640px;
  width: 100%;
  background: #E8E5E1;
  margin-top: -60px;
  z-index: 1;
  position: relative;
}
.p-contents .inner .txt_box h2 {
  font-size: 30px;
}
.p-contents .inner .txt_box p {
  margin-top: 60px;
  font-size: 15px;
  letter-spacing: 2.5px;
}
.p-contents .inner .txt_box a {
  margin-top: 60px;
}
.p-contents .inner.reverse {
  margin: 0 auto 0 0;
}
.p-contents .inner.reverse .contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(36% - 10px) 10px 64%;
  grid-template-columns: calc(36% - 10px) 64%;
  gap: 10px;
}
.p-contents .inner.reverse .contents .item1 {
  -ms-grid-column: 3;
  -ms-grid-column-span: -1;
  grid-column: 3/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.p-contents .inner.reverse .contents .item2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.p-contents .inner.reverse .contents .item3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.p-contents .inner.reverse .txt_box {
  margin: -60px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contents .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .p-contents .inner .contents {
    -ms-grid-columns: calc(75% - 10px) 36%;
    grid-template-columns: calc(75% - 10px) 36%;
  }
  .p-contents .inner .txt_box {
    margin: 0;
    padding: 40px 0 0 0;
  }
  .p-contents .inner .txt_box h2 {
    font-size: 25px;
  }
  .p-contents .inner .txt_box p {
    font-size: 14px;
    margin-top: 20px;
  }
  .p-contents .inner .txt_box a {
    margin-top: 30px;
  }
  .p-contents .inner.reverse {
    margin: 0 auto;
  }
  .p-contents .inner.reverse .contents {
    margin-left: -30px;
  }
  .p-contents .inner.reverse .txt_box {
    margin: 0;
  }
}

@media screen and (max-width: 1439px) {
  .p-youtube {
    padding-top: 56%;
    position: relative;
  }
  .p-youtube iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .p-youtube iframe {
    width: 1280px;
    height: 720px;
    margin: 0 auto;
    display: block;
  }
}

.p-facility .inner {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
.p-facility .inner h2 {
  font-size: 30px;
}
.p-facility .inner figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
}
.p-facility .inner figure img {
  width: 400px;
}
.p-facility .inner figure img + img {
  position: absolute;
  top: 0;
  right: 0;
}
.p-facility .inner p {
  font-size: 15px;
  margin-top: 60px;
}
.p-facility .inner a {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-facility .inner figure {
    margin-top: 90px;
  }
  .p-facility .inner figure img {
    width: calc(50% - 10px);
  }
  .p-facility .inner figure img + img {
    position: relative;
    top: -50px;
  }
}

.p-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 80px;
}
.p-post.reverse {
  padding-left: 0;
  padding-right: 80px;
}
.p-post .ttl_link h2 {
  margin: 0 auto 40px;
  font-size: 30px;
  line-height: 0.4;
  padding-right: 12px;
}
.p-post .ttl_link a {
  margin: 0 auto;
}
.p-post ul {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-post ul li {
  width: calc(50% - 20px);
}
.p-post ul li a {
  display: block;
}
.p-post ul li a figure {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.p-post ul li a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post ul li a p {
  margin-top: 20px;
  font-size: 15px;
}
.p-post ul li a p + p {
  margin-top: 15px;
}
.p-post ul li a p time {
  font-size: 13px;
}
.p-post ul li a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .p-post {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-post.reverse {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-post .ttl_link h2 {
    font-size: 25px;
  }
  .p-post ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 60px);
  }
  .p-post ul li {
    width: 100%;
  }
  .p-post ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}

.p-room .room_mv {
  width: 100%;
  height: calc(100vh - 140px);
  position: relative;
  margin-top: 140px;
}
.p-room .room_mv.superiorsuite {
  background: url(../img/under/room/superiorsuite/mv_superiorsuite.webp) no-repeat center center;
  background-size: cover;
}
.p-room .room_mv.deluxesuite {
  background: url(../img/under/room/deluxesuite/mv_deluxesuite.webp) no-repeat center center;
  background-size: cover;
}
.p-room .room_mv.standardsuite {
  background: url(../img/under/room/standardsuite/mv_standardsuite.webp) no-repeat center center;
  background-size: cover;
}
.p-room .room_mv.standardtwin {
  background: url(../img/under/room/standardtwin/mv_standardtwin.webp) no-repeat center center;
  background-size: cover;
}
.p-room .ttl_box {
  padding: 100px 0 20px;
}
.p-room .ttl_box .inner {
  width: 1080px;
  margin: 0 auto;
}
.p-room .ttl_box .inner .ttl h2 span {
  font-size: 13px;
  display: block;
}
.p-room .ttl_box .inner .ttl h2 em {
  font-size: 40px;
  display: block;
}
.p-room .ttl_box .inner p {
  font-size: 15px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-room .ttl_box .inner {
    width: 100%;
  }
  .p-room .ttl_box .inner .ttl h2 span {
    font-size: 14px;
  }
  .p-room .ttl_box .inner .ttl h2 em {
    font-size: 25px;
  }
  .p-room .ttl_box .inner p {
    font-size: 14px;
  }
}
.p-room .info {
  padding: 100px 0 200px;
}
.p-room .info .slider_room figure {
  max-width: 1020px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.p-room .info .slider_room figure img {
  height: auto;
  width: 100%;
}
.p-room .info .slider_room figure figcaption {
  font-size: 15px;
  position: absolute;
  top: 108px;
  left: -114px;
  width: 240px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-room .info .slider_room .slick-prev,
.p-room .info .slider_room .slick-next {
  z-index: 1000;
}
.p-room .info .slider_room .slick-prev:before,
.p-room .info .slider_room .slick-next:before {
  content: none;
}
.p-room .info .slider_room .slick-prev.slick-disabled,
.p-room .info .slider_room .slick-next.slick-disabled {
  opacity: 0.2;
  cursor: unset;
}
.p-room .info .slider_room .slick-prev {
  left: 13%;
  background: url(../img/common/slider-arrow_prev.svg) no-repeat !important;
  background-size: contain;
  width: 50px;
  height: 100px;
}
.p-room .info .slider_room .slick-next {
  right: 13%;
  background: url(../img/common/slider-arrow_next.svg) no-repeat !important;
  background-size: contain;
  width: 50px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .p-room .info {
    padding: 60px 0 150px;
  }
  .p-room .info .slider_room figure {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 0;
    margin-right: 10px;
  }
  .p-room .info .slider_room figure figcaption {
    font-size: 12px;
    top: 80px;
    left: -80px;
    width: 180px;
  }
  .p-room .info .slider_room .slick-prev,
  .p-room .info .slider_room .slick-next {
    background: none !important;
  }
}
.p-room .floorplan figure {
  max-width: 480px;
  margin: 100px auto 0;
}
.p-room .floorplan figure img {
  width: 100%;
}
.p-room .floorplan figure.min {
  max-width: 420px;
}
.p-room .floorplan.flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-room .floorplan.flex figure {
  max-width: 420px;
  margin: 100px 0 0 0;
}
.p-room .floorplan.flex figure + figure {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .p-room .floorplan figure {
    padding: 0 30px;
    width: 100%;
    max-width: 300px;
    margin: 60px auto 0;
  }
  .p-room .floorplan figure.min {
    max-width: 300px;
  }
  .p-room .floorplan.flex figure {
    max-width: 300px;
  }
  .p-room .floorplan.flex figure + figure {
    margin-top: 60px;
    margin-left: 0;
  }
}
.p-room .floordata {
  width: 1080px;
  margin: 100px auto 0;
}
.p-room .floordata dl {
  border-top: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.p-room .floordata dl:last-child {
  border-bottom: 1px solid #BCBCBC;
}
.p-room .floordata dl dt {
  width: 150px;
  font-size: 15px;
}
.p-room .floordata dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-room .floordata {
    width: 100%;
    padding: 0 30px;
  }
  .p-room .floordata dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
  .p-room .floordata dl dt {
    width: 100%;
  }
  .p-room .floordata dl dd {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 15px 0 0 15px;
  }
}

.p-under .concept .inner {
  width: 1080px;
  margin: 0 auto;
  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;
}
.p-under .concept .inner.border {
  padding-top: 100px;
  margin-top: 100px;
  position: relative;
}
.p-under .concept .inner.border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: #BCBCBC;
}
.p-under .concept .inner p {
  font-size: 15px;
}
.p-under .concept .inner p.copy {
  margin-right: 60px;
  font-size: 26px;
  letter-spacing: 3px;
}
.p-under .concept .inner p + p {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .p-under .concept .inner {
    width: 100%;
    padding: 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-under .concept .inner.border {
    padding-top: 50px;
    margin-top: 50px;
  }
  .p-under .concept .inner.border::before {
    width: calc(100% - 60px);
  }
  .p-under .concept .inner p.copy {
    margin-right: 0;
    font-size: 20px;
  }
  .p-under .concept .inner p + p {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 50px;
  }
}
.p-under .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1230px;
  margin: 0 auto;
}
.p-under .info .ttl em {
  font-size: 26px;
  display: block;
}
.p-under .info .ttl span {
  font-size: 15px;
  display: block;
}
.p-under .info .blk {
  max-width: 760px;
  width: 100%;
}
.p-under .info .blk .slider_under {
  margin-right: -20%;
}
.p-under .info .blk .slider_under .slick-dots {
  bottom: 10px;
  right: 30px;
  width: auto;
}
.p-under .info .blk .slider_under .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.p-under .info .blk .slider_under .slick-dots li button {
  opacity: 1;
  width: 20px;
  height: 20px;
  padding: 2px;
  position: relative;
}
.p-under .info .blk .slider_under .slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-under .info .blk .slider_under .slick-dots li button:hover::before {
  background-color: #fff;
}
.p-under .info .blk .slider_under .slick-dots li.slick-active button::before {
  background-color: #fff;
}
.p-under .info .blk p {
  font-size: 15px;
}
.p-under .info .blk p span {
  font-size: 13px;
}
.p-under .info .blk p em {
  font-size: 30px;
}
.p-under .info .blk .blk_list {
  margin-top: 100px;
}
.p-under .info .blk .data {
  margin-top: 40px;
}
.p-under .info .blk .data .option {
  background-color: #ECEAE7;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 30px;
}
.p-under .info .blk .data .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-under .info .blk .data .list ul {
  width: calc(50% - 20px);
}
.p-under .info .blk .data .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-under .info .blk .data .flex * + * {
  margin-left: 10px;
}
.p-under .info .blk .data ul {
  margin-top: 20px;
  margin-bottom: 40px;
}
.p-under .info .blk .data ul li {
  font-size: 15px;
  padding-left: 1rem;
  text-indent: -1rem;
}
.p-under .info .blk .data .photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 5px) 10px calc(50% - 5px);
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  gap: 10px;
}
.p-under .info .blk .data .photo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-under .info .blk .data .photo .item1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.p-under .info .blk .data .photo .item2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  grid-row: 2/2;
}
.p-under .info .blk .data .photo .item3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: -1;
  grid-column: 3/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .p-under .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 30px;
    margin-top: 100px;
  }
  .p-under .info .ttl em {
    font-size: 18px;
  }
  .p-under .info .ttl span {
    font-size: 14px;
  }
  .p-under .info .blk {
    max-width: 100%;
    margin-top: 40px;
  }
  .p-under .info .blk .slider_under {
    margin-right: -30px;
  }
  .p-under .info .blk .data .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
  }
  .p-under .info .blk .data .list ul {
    width: 100%;
    margin: 0;
  }
  .p-under .info .blk .data ul li {
    font-size: 14px;
  }
  .p-under .info .blk p {
    font-size: 14px;
  }
  .p-under .info .blk p em {
    font-size: 16px;
  }
  .p-under .info .blk > figure {
    margin-top: 80px;
  }
}
.p-under .plan .link {
  width: 100%;
  max-width: 800px;
  padding: 60px 30px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.p-under .plan .link p {
  text-align: center;
  font-size: 15px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #BCBCBC;
}
.p-under .plan .link a {
  display: block;
  width: 400px;
  position: relative;
  margin: 0 auto;
}
.p-under .plan .link a em {
  display: block;
  font-size: 20px;
}
.p-under .plan .link a span {
  display: block;
  font-size: 15px;
}
.p-under .plan .link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  -webkit-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  background: url(../img/common/icon_arrow_r.svg) no-repeat;
  background-size: cover;
  width: 6px;
  height: 12px;
}
.p-under .plan .bg-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-under .plan .bg-image * {
  width: 50%;
  height: 400px;
}
.p-under .plan .bg-image .first {
  background: url(../img/under/dining/dining_first.webp) no-repeat center center;
  background-size: cover;
}
.p-under .plan .bg-image .sec {
  background: url(../img/under/dining/dining_sec.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-under .plan .link {
    max-width: calc(100% - 60px);
    margin: 0 auto;
    padding: 30px;
  }
  .p-under .plan .link p {
    font-size: 14px;
  }
  .p-under .plan .link p span {
    display: inline-block;
  }
  .p-under .plan .link a {
    width: 100%;
    padding: 0 10px;
  }
}

.p-under_about .txt {
  padding: 150px 0;
}
.p-under_about .txt p {
  font-size: 26px;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 3px;
}
.p-under_about .txt p + p {
  margin-top: 80px;
}
.p-under_about .bg-about {
  padding: 0 0 100px;
  max-width: 1230px;
  margin: 0 auto;
}
.p-under_about .info-ttl {
  padding: 100px 0 50px;
}
.p-under_about .info-ttl .ttl {
  text-align: center;
}
.p-under_about .info-ttl .ttl em {
  font-size: 40px;
  display: block;
}
.p-under_about .info-ttl .ttl span {
  font-size: 20px;
  display: block;
}
.p-under_about .info .blk .data * + div {
  margin-top: 20px;
}
.p-under_about .info .blk .data > p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-under_about .txt {
    padding: 100px 0;
  }
  .p-under_about .txt p {
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.5px;
  }
  .p-under_about .txt p + p {
    margin-top: 40px;
  }
  .p-under_about .bg-about {
    padding: 0 15px;
  }
  .p-under_about .info-ttl {
    padding: 150px 30px 30px;
  }
  .p-under_about .info-ttl .ttl {
    text-align: left;
  }
  .p-under_about .info-ttl .ttl em {
    font-size: 25px;
  }
  .p-under_about .info-ttl .ttl span {
    font-size: 14px;
  }
  .p-under_about .info {
    margin-top: 30px;
  }
  .p-under_about .info .blk .data * + div {
    margin-top: 10px;
  }
  .p-under_about .info .blk .data > p {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #BCBCBC;
  }
}

.p-holidayhome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0 50px;
}
.p-holidayhome .bg-image {
  background: url(../img/under/facility/bg_holidayhome.webp) no-repeat center center;
  background-size: cover;
  height: 1000px;
  width: 50%;
}
.p-holidayhome .data {
  width: 50%;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-holidayhome .data figure {
  width: 180px;
  margin: 0 auto;
}
.p-holidayhome .data figure img {
  width: 100%;
}
.p-holidayhome .data p {
  text-align: center;
  font-size: 15px;
  margin: 80px 0;
}
.p-holidayhome .data .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-holidayhome .data .image figure {
  max-width: 255px;
  width: 100%;
  margin: unset;
  margin-top: 80px;
}
.p-holidayhome .data .image figure + figure {
  margin-left: 30px;
}
.p-holidayhome .c-link_txt {
  width: 300px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.p-holidayhome .c-link_txt em, .p-holidayhome .c-link_txt span {
  display: block;
}
.p-holidayhome .c-link_txt em {
  font-size: 20px;
}
.p-holidayhome .c-link_txt span {
  font-size: 15px;
}
.p-holidayhome .c-link_txt::before {
  background-color: #BCBCBC;
}
.p-holidayhome .c-link_txt::after {
  top: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .p-holidayhome {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-holidayhome .bg-image {
    width: 100%;
    height: 375px;
  }
  .p-holidayhome .data {
    width: 100%;
  }
  .p-holidayhome .data .inner {
    padding: 60px 30px 100px 30px;
  }
  .p-holidayhome .data .inner figure {
    width: 90px;
  }
  .p-holidayhome .data .inner p {
    margin: 60px 0;
  }
  .p-holidayhome .data .inner .image figure {
    max-width: 100%;
    width: calc(50% - 5px);
    margin-top: 60px;
  }
  .p-holidayhome .data .inner .image figure + figure {
    margin-left: 10px;
  }
  .p-holidayhome .c-link_txt {
    width: 255px;
  }
}

.p-shop_mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.p-shop_mv.receptiongarden {
  background: url(../img/under/shop/shop_receptiongarden.jpg) no-repeat center center;
  background-size: cover;
}
.p-shop_mv.thenorthface {
  background: url(../img/under/shop/shop_thenorthface.jpg) no-repeat center center;
  background-size: cover;
}
.p-shop_mv.bshop {
  background: url(../img/under/shop/shop_bshop.jpg) no-repeat center center;
  background-size: cover;
}
.p-shop_mv .ttl_area {
  position: absolute;
  bottom: 8%;
  left: 8%;
  color: #fff;
}
.p-shop_mv .ttl_area .category span {
  font-size: 15px;
}
.p-shop_mv .ttl_area .category span + span {
  padding-left: 40px;
  font-size: 13px;
  position: relative;
}
.p-shop_mv .ttl_area .category span + span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-shop_mv .ttl_area .ttl em {
  font-size: 40px;
  display: block;
}
.p-shop_mv .ttl_area .ttl span {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-shop_mv .ttl_area {
    top: 50%;
    bottom: unset;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-shop_content .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-shop_content .lead {
  margin-bottom: 100px;
}
.p-shop_content .lead p {
  font-size: 30px;
  text-align: center;
}
.p-shop_content .shop_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.p-shop_content .shop_img figure + figure {
  margin-left: 20px;
}
.p-shop_content .shop_info figure {
  text-align: center;
}
.p-shop_content .shop_info figure img {
  height: 63px;
}
.p-shop_content .shop_info .shop_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_txt {
  max-width: 500px;
  width: calc(50% - 20px);
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_txt p {
  font-size: 15px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_txt .white_box {
  margin-top: 40px;
  background: #fff;
  padding: 30px 40px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_txt .white_box p {
  font-size: 15px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_txt .white_box p span {
  font-size: 14px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_txt .white_box p a {
  font-size: 20px;
  margin-left: 10px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business {
  max-width: 500px;
  width: calc(50% - 20px);
  border-top: 1px solid #000;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl {
  padding: 40px 0;
  border-bottom: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dt {
  font-size: 15px;
  width: 150px;
  margin-right: 20px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd {
  font-size: 15px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd a:hover {
  text-decoration: none;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd dl {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd dl + dl {
  margin-top: 20px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd dl dt {
  width: 80px;
}
.p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd dl dd {
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-shop_content .lead p {
    text-align: left;
    font-size: 20px;
  }
  .p-shop_content .shop_img {
    margin: 0 -15px 100px;
  }
  .p-shop_content .shop_info .shop_info_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-shop_content .shop_info .shop_info_wrap .shop_info_txt {
    width: 100%;
  }
  .p-shop_content .shop_info .shop_info_wrap .shop_info_txt .white_box {
    padding: 25px 30px;
  }
  .p-shop_content .shop_info .shop_info_wrap .shop_info_business {
    margin-top: 40px;
    width: 100%;
  }
  .p-shop_content .shop_info .shop_info_wrap .shop_info_business dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dt, .p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd {
    width: 100%;
  }
  .p-shop_content .shop_info .shop_info_wrap .shop_info_business dl dd dl + dl {
    margin-top: 10px;
  }
}

.p-under_mv {
  margin-top: 140px;
  height: 500px;
  position: relative;
}
.p-under_mv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
.p-under_mv .ttl em {
  font-size: 40px;
  display: block;
}
.p-under_mv .ttl span {
  font-size: 20px;
  display: block;
}
.p-under_mv.faq {
  background: url(../img/under/faq/mv_faq.webp) no-repeat center center;
  background-size: cover;
}
.p-under_mv.room {
  background: url(../img/under/room/mv_room.webp) no-repeat center center;
  background-size: cover;
}
.p-under_mv.about {
  background: url(../img/under/about/mv_about.webp) no-repeat center center;
  background-size: cover;
}
.p-under_mv.dining {
  background: url(../img/under/dining/mv_dining.webp) no-repeat center center;
  background-size: cover;
}
.p-under_mv.facility {
  background: url(../img/under/facility/mv_facility.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-under_mv .ttl em {
    font-size: 25px;
  }
  .p-under_mv .ttl span {
    font-size: 15px;
  }
}

.p-faq .faq-list .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-faq .faq-list .inner .ttl {
  margin: 100px 0 60px;
  font-size: 26px;
}
.p-faq .faq-list .inner ul li .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #BCBCBC;
  padding: 20px 0;
  font-size: 20px;
}
.p-faq .faq-list .inner ul li .question p {
  padding-left: 4rem;
}
.p-faq .faq-list .inner ul li .question p::before {
  content: "Q";
  position: absolute;
  left: 0;
}
.p-faq .faq-list .inner ul li .question::after, .p-faq .faq-list .inner ul li .question::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 5px;
  background: #000000;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq .faq-list .inner ul li .question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-faq .faq-list .inner ul li .question.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-faq .faq-list .inner ul li .answer {
  display: none;
  margin-left: 4rem;
  position: relative;
  font-size: 15px;
  padding: 0 0 20px;
}
.p-faq .faq-list .inner ul li .answer .faq {
  padding-left: 2rem;
}
.p-faq .faq-list .inner ul li .answer .faq::before {
  content: "A";
  position: absolute;
  left: 0;
}
.p-faq .faq-list .inner ul li .answer .faq a {
  position: relative;
  padding-bottom: 2px;
  line-height: 1.2;
  display: inline-block;
}
.p-faq .faq-list .inner ul li .answer .faq a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: absolute;
  bottom: 0;
}
.p-faq .faq-list .inner ul li .answer .faq a:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.p-faq .faq-list .inner ul li .answer .faq p + p {
  margin-top: 20px;
}
.p-faq .faq-list .inner ul li:last-child {
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .p-faq .faq-list .inner .ttl {
    margin: 60px 0 40px;
    font-size: 20px;
  }
  .p-faq .faq-list .inner ul li .question {
    font-size: 16px;
    padding-right: 3rem;
  }
  .p-faq .faq-list .inner ul li .question::after, .p-faq .faq-list .inner ul li .question::before {
    right: 0;
    width: 15px;
  }
  .p-faq .faq-list .inner ul li .question .faq {
    padding-left: 3rem;
  }
  .p-faq .faq-list .inner ul li .answer {
    font-size: 14px;
    margin-left: 0;
  }
  .p-faq .faq-list .inner ul li .answer .faq {
    padding-left: 3rem;
  }
  .p-faq .faq-list .inner ul li .answer .faq a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .company-profile {
    margin: 0 15px;
  }
}
.company-profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 40px;
  border-bottom: solid 1px #BCBCBC;
}
@media screen and (max-width: 768px) {
  .company-profile li {
    display: block;
    padding: 20px 15px;
  }
}
.company-profile p {
  font-size: 15px;
  line-height: 2;
}
.company-history {
  padding-bottom: 20%;
}
@media screen and (max-width: 768px) {
  .company-history {
    margin: 0 15px;
  }
}
.company-history li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company-history li {
    display: block;
    padding: 0 15px 20px;
  }
}
.company-history p {
  font-size: 15px;
  line-height: 2;
}
.company-ttl {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .company-ttl {
    width: 100%;
  }
}
.company-txt {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .company-txt {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sticky {
    position: sticky;
    top: 120px;
  }
}
.p-site .site_ttl {
  margin-top: 140px;
  padding-top: 100px;
  border-top: 1px solid #BCBCBC;
}
.p-site .site_ttl .inner {
  width: 1080px;
  margin: 0 auto;
}
.p-site .site_ttl .inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-site .site_ttl .inner .ttl em {
  display: block;
  font-size: 40px;
  line-height: 0.4;
  padding-top: 15px;
}
.p-site .site_ttl .inner .ttl span {
  display: block;
  font-size: 20px;
  position: relative;
  padding-left: 70px;
}
.p-site .site_ttl .inner .ttl span::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #BCBCBC;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-site .site-content .inner {
  max-width: 880px;
  margin: 0 auto;
}
.p-site .site-content .inner .content .ttl {
  font-size: 20px;
}
.p-site .site-content .inner .content p {
  margin-top: 40px;
  font-size: 15px;
}
.p-site .site-content .inner .content p span {
  font-size: 13px;
}
.p-site .site-content .inner .content p + p {
  margin-top: 20px;
}
.p-site .site-content .inner .content + .content {
  margin-top: 80px;
}
.p-site .info {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #BCBCBC;
}
.p-site .info .inner {
  max-width: 880px;
  margin: 0 auto;
}
.p-site .info .inner p {
  font-size: 15px;
}
.p-site .info .inner .content .mail {
  font-size: 15px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-site .site_ttl {
    padding-top: 60px;
  }
  .p-site .site_ttl .inner {
    padding: 0 30px;
  }
  .p-site .site_ttl .inner .ttl {
    display: block;
  }
  .p-site .site_ttl .inner .ttl em {
    font-size: 25px;
  }
  .p-site .site_ttl .inner .ttl span {
    margin-top: 10px;
    font-size: 14px;
    padding-left: 60px;
  }
  .p-site .site_ttl .inner .ttl span::before {
    width: 50px;
    left: 0;
  }
  .p-site .site-content .inner .content .ttl {
    font-size: 18px;
  }
  .p-site .site-content .inner .content p {
    margin-top: 30px;
    font-size: 14px;
  }
  .p-site .site-content .inner .content + .content {
    margin-top: 60px;
  }
  .p-site .info {
    margin: 30px 30px 0;
    padding-top: 60px;
  }
  .p-site .info .inner p {
    font-size: 14px;
  }
  .p-site .info .inner .content .mail {
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
  }
}

.c-ttl02_vrt, .c-link_txt_vrt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

.c-vrt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

@media screen and (min-width: 768px) {
  .c-link_hvr {
    position: relative;
  }
  .c-link_hvr::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #BCBCBC;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
  }
  .c-link_hvr:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: left top;
            transform-origin: left top; /*左から右に向かう*/
  }
}

@media screen and (min-width: 768px) {
  .c-link_current {
    position: relative;
    color: #000 !important;
  }
  .c-link_current:before, .c-link_current:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #000;
  }
  .c-link_current::before {
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: width 0.3s ease, left 0.3s ease;
    transition: width 0.3s ease, left 0.3s ease;
  }
  .c-link_current::after {
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .c-link_current:hover::before {
    width: 0;
    left: 100%;
  }
  .c-link_current:hover::after {
    width: 100%;
  }
}

.c-link_hover_w .link-target {
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link_hover_w .link-target::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/icon_link_w.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .c-link_hover_w:hover .link-target {
    border: 1px solid #fff;
    background-color: #fff;
  }
  .c-link_hover_w:hover .link-target::after {
    background: url(../img/common/icon_link.svg) no-repeat;
    background-size: cover;
  }
}

.c-link_txt {
  width: 180px;
  display: block;
  font-size: 15px;
  position: relative;
  color: #000;
  padding-bottom: 2px;
  line-height: 1.2 !important;
}
.c-link_txt::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  background: url(../img/common/icon_arrow_r.svg) no-repeat;
  background-size: cover;
  width: 6px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link_txt::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-link_txt {
    display: block;
  }
  .c-link_txt:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.c-link_txt.white {
  color: #fff;
}
.c-link_txt.white::after {
  background: url(../img/common/icon_arrow_r_w.svg) no-repeat;
  background-size: cover;
}
.c-link_txt.white::before {
  background-color: #fff;
}

.c-link_txt_vrt {
  height: 180px;
  display: block;
  font-size: 15px;
  position: relative;
  color: #000;
  padding-left: 2px;
  line-height: 1.2;
}
.c-link_txt_vrt::after {
  content: "";
  position: absolute;
  left: calc(50% + 3px);
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: cover;
  height: 6px;
  width: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link_txt_vrt::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-link_txt_vrt:hover::before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.c-link_txt_vrt.white {
  color: #fff;
}
.c-link_txt_vrt.white::after {
  background: url(../img/common/icon_arrow_r_w.svg) no-repeat;
  background-size: cover;
}
.c-link_txt_vrt.white::before {
  background-color: #fff;
}

.c-ttl02 {
  font-size: 40px;
}
.c-ttl02 span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .c-ttl02 {
    font-size: 32px;
  }
}

.c-ttl02_vrt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}
.c-ttl02_vrt em {
  font-size: 32px;
}
.c-ttl02_vrt span {
  font-size: 12px;
  position: absolute;
  right: -20px;
}
.c-ttl02_vrt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-ttl02_vrt {
    margin: 0 auto 100px;
    position: relative;
    left: -10px;
  }
}

@media screen and (min-width: 1600px) {
  .c-wrap_1280 {
    width: 1280px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .c-blk_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .c-blk_01.inner {
    width: calc(100% - 140px);
    margin: 0 0 0 auto;
  }
  .c-blk_01 .ttl {
    padding-right: 20px;
  }
  .c-blk_01 .ttl.sticky {
    position: sticky;
    top: 120px;
    height: 240px;
  }
  .c-blk_01 .blk-wrap {
    width: calc(100% - 80px);
  }
  .c-blk_01 .blk-wrap .blk-area {
    max-width: calc(100% - 104px);
    margin: 0 0 0 auto;
  }
  .c-blk_01 .blk-wrap .blk-area + .blk-area {
    margin-top: 150px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-figure {
    position: relative;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-figure img {
    width: 100%;
    display: block;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-figure img.sub-img {
    width: 250px;
    position: absolute;
    top: calc(100% - 150px);
    left: -64px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea {
    width: 500px;
    margin: 60px 140px 0 auto;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea figure {
    max-width: unset;
    margin-bottom: 40px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea p {
    font-size: 15px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea.receptiongarden figure img {
    width: 210px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea.bshop figure img {
    width: 100px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea.thenorthface figure img {
    width: 115px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea.holidayhome_hotel figure img {
    width: 200px;
  }
  .c-blk_01.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-blk_01.reverse.inner {
    margin: 0 auto 0 0;
  }
  .c-blk_01.reverse .blk-wrap .blk-area {
    margin: 0 auto 0 0;
  }
  .c-blk_01.reverse .blk-wrap .blk-area .blk-figure img.sub-img {
    position: absolute;
    left: unset;
    right: -64px;
  }
  .c-blk_01.reverse .blk-wrap .blk-area .blk-textarea {
    margin: 60px auto 0 140px;
  }
}
@media screen and (min-width: 1600px) {
  .c-blk_01.inner {
    width: calc(100% - 100px);
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea {
    margin: 60px 100px 0 auto;
  }
  .c-blk_01.reverse .blk-wrap .blk-area .blk-textarea {
    margin: 60px auto 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-blk_01 .blk-wrap .blk-area + .blk-area {
    margin-top: 100px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-figure {
    position: relative;
    right: -30px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-figure img.sub-img {
    max-width: 50%;
    position: absolute;
    top: 70%;
    left: -60px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea {
    margin-top: 160px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea figure img {
    display: block;
    margin: 0 auto;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea p {
    font-size: 14px;
    margin-top: 60px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea.receptiongarden figure img {
    width: 200px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea.bshop figure img {
    width: 100px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea.thenorthface figure img {
    width: 115px;
  }
  .c-blk_01 .blk-wrap .blk-area .blk-textarea.holidayhome_hotel figure img {
    width: 200px;
  }
  .c-blk_01.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-blk_01.reverse .blk-wrap .blk-area .blk-figure {
    left: -30px;
    right: unset;
  }
  .c-blk_01.reverse .blk-wrap .blk-area .blk-figure img.sub-img {
    position: absolute;
    left: unset;
    right: -60px;
  }
}

.c-under_ttl {
  max-width: 1160px;
  padding: 0 40px;
  margin: 150px auto 0;
}
.c-under_ttl h2 * {
  display: block;
}
.c-under_ttl h2 em {
  position: relative;
}
.c-under_ttl h2 em::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-100% - 26px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
}
@media screen and (max-width: 768px) {
  .c-under_ttl {
    padding: 0 45px;
  }
  .c-under_ttl h2 em::before {
    left: calc(-100% - 15px);
  }
}

.c-blog_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.c-blog_top > * {
  max-width: 480px;
}
.c-blog_top h2 {
  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;
}
@media screen and (max-width: 768px) {
  .c-blog_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-blog_top > * {
    max-width: 100%;
  }
  .c-blog_top h2 {
    padding: 0 30px;
  }
  .c-blog_top .jounal {
    margin-top: 40px;
  }
}

.c-blog_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-blog_list li a figure {
  width: 180px;
  margin-right: 20px;
  overflow: hidden;
}
.c-blog_list li a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  width: 100%;
}
.c-blog_list li a .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-blog_list li a .txt_box p {
  margin-top: 10px;
  font-size: 12px;
}
.c-blog_list li a .txt_box p time {
  display: block;
}
.c-blog_list li a .txt_box p span {
  font-weight: bold;
  display: block;
}
.c-blog_list li a .txt_box p.ttl {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .c-blog_list li a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-blog_list li:first-child a {
  display: block;
}
.c-blog_list li:first-child a figure {
  width: 100%;
}
.c-blog_list li:first-child a .txt_box {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.c-blog_list li:first-child a .txt_box p time {
  display: inline-block;
  margin-right: 10px;
}
.c-blog_list li:first-child a .txt_box p span {
  display: inline-block;
}
.c-blog_list li:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-blog_list li {
    margin-right: 20px;
  }
  .c-blog_list li a {
    display: block;
  }
  .c-blog_list li a figure {
    width: 100%;
  }
  .c-blog_list li a .txt_box {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .c-blog_list li a .txt_box p time {
    display: inline-block;
    margin-right: 10px;
  }
  .c-blog_list li a .txt_box p span {
    display: inline-block;
  }
  .c-blog_list li:nth-child(n+2) {
    margin-top: 0;
  }
}

.c-blog h2 {
  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;
  max-width: 1080px;
  margin: 0 auto;
}
.c-blog .c-blog_list {
  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;
  max-width: 1080px;
  margin: 0 auto;
}
.c-blog .c-blog_list a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-blog .c-blog_list a figure {
  overflow: hidden;
}
.c-blog .c-blog_list a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-blog .c-blog_list a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-blog .c-blog_list figure img {
  height: auto;
  width: 100%;
}
.c-blog .c-blog_list .left {
  width: 50%;
  max-width: 480px;
}
.c-blog .c-blog_list .left a .txt_box {
  margin-top: 20px;
}
.c-blog .c-blog_list .left a .txt_box p {
  font-size: 15px;
}
.c-blog .c-blog_list .left a .txt_box p span {
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
}
.c-blog .c-blog_list .left a .txt_box p + p {
  margin-top: 10px;
}
.c-blog .c-blog_list .right {
  width: 50%;
  max-width: 480px;
}
.c-blog .c-blog_list .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-blog .c-blog_list .right a figure {
  width: 180px;
}
.c-blog .c-blog_list .right a figure img {
  width: 100%;
}
.c-blog .c-blog_list .right a .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
.c-blog .c-blog_list .right a .txt_box p {
  font-size: 15px;
}
.c-blog .c-blog_list .right a .txt_box p time {
  display: block;
}
.c-blog .c-blog_list .right a .txt_box p span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.c-blog .c-blog_list .right a:nth-child(n+2) {
  margin-top: 40px;
}
.c-blog.c-blog_lg {
  display: block;
}
.c-blog.c-blog_sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-blog h2 {
    padding: 0 30px;
  }
  .c-blog .c-blog_list {
    max-width: 100%;
  }
  .c-blog.c-blog_lg {
    display: none;
  }
  .c-blog.c-blog_sm {
    display: block;
  }
}

.c-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
}
.c-news_terms {
  width: 300px;
  margin-right: 20px;
}
.c-news_terms ul li:nth-child(n+2) {
  margin-top: 10px;
}
.c-news_terms ul li.current a {
  border-bottom: 1px solid #000;
  color: #000;
}
.c-news_terms ul li a {
  color: #BCBCBC;
  padding-bottom: 1px;
  font-size: 18px;
}
.c-news_list .list_box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  width: 1080px;
}
.c-news_list .list_box li a figure {
  width: 250px;
  margin-right: 50px;
  overflow: hidden;
  position: relative;
  padding-top: 187.5px;
}
.c-news_list .list_box li a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news_list .list_box li a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-news_list .list_box li a .txt p {
  font-size: 14px;
}
.c-news_list .list_box li a .txt p time {
  font-size: 12px;
}
.c-news_list .list_box li a .txt p.c-link_txt {
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .c-news_list .list_box li a .txt p {
    font-size: 18px;
  }
  .c-news_list .list_box li a .txt p time {
    font-size: 15px;
  }
  .c-news_list .list_box li a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-news_list .list_box li a:hover .c-link_txt::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.c-news_list .list_box li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
  .c-news_terms {
    width: 100%;
  }
  .c-news_list {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .c-news_list .list_box li a {
    max-width: 100%;
  }
  .c-news_list .list_box li a figure {
    margin-right: 20px;
    width: 150px;
    padding-top: 112.5px;
  }
  .c-news_list .list_box li a .txt .status {
    display: block;
  }
  .c-news_list .list_box li a .txt .title {
    margin-top: 15px;
  }
}

.c-terms-dropdown {
  position: absolute;
  top: 22px;
  right: 15px;
  background-color: transparent;
}
.c-terms-dropdown .select_box {
  background-color: transparent;
  position: relative;
  padding-right: 20px;
}
.c-terms-dropdown .select_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-terms-dropdown .select_box select {
  background-color: transparent;
  font-size: 14px;
}

.c-journal {
  max-width: 1080px;
  margin: 0 auto;
}
.c-journal_list .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-journal_list .list_box li {
  width: calc(50% - 20px);
  max-width: 480px;
}
.c-journal_list .list_box li:nth-child(n+3) {
  margin-top: 100px;
}
.c-journal_list .list_box li a {
  position: relative;
}
.c-journal_list .list_box li a figure {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  margin-bottom: 20px;
}
.c-journal_list .list_box li a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-journal_list .list_box li a p {
  font-size: 18px;
}
.c-journal_list .list_box li a p + p {
  font-size: 15px;
}
.c-journal_list .list_box li a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-journal_list .list_box li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-journal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-journal_list .list_box li {
    width: calc(50% - 10px);
  }
  .c-journal_list .list_box li:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-journal_list .list_box li a p {
    font-size: 14px;
  }
  .c-journal_list .list_box li a p + p {
    font-size: 12px;
  }
}

.c-single {
  max-width: 880px;
  margin: 0 auto;
}
.c-single_content .title {
  font-size: 30px;
  margin-bottom: 30px;
}
.c-single_content .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-single_content .status p {
  font-size: 15px;
}
.c-single_content .status .date {
  margin-right: 20px;
}
.c-single_content .status .category {
  font-weight: bold;
}
.c-single_content .contents {
  margin-bottom: 100px;
}
.c-single_content .contents * {
  margin-top: 60px;
}
.c-single_content .contents p {
  font-size: 15px;
}
.c-single_content .contents img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-single_content .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .c-single_content .status p {
    font-size: 14px;
  }
  .c-single_content .contents {
    margin-bottom: 80px;
  }
  .c-single_content .contents p {
    padding: 0 15px;
  }
}

.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.c-pagenation .numbering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-pagenation .numbering li .page-numbers {
  font-size: 16px;
  width: 40px;
  height: 40px;
  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;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagenation .numbering li .page-numbers:hover:not(.dots) {
  background-color: #fff;
}
.c-pagenation .numbering li:nth-child(n+2) {
  margin-left: 10px;
}
.c-pagenation .numbering li.current .page-numbers {
  background-color: #fff;
}
.c-pagenation .prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagenation .prev_next .is-prev a,
.c-pagenation .prev_next .is-next a {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #BCBCBC;
  border-radius: 100px;
  display: block;
}
.c-pagenation .prev_next .is-prev a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagenation .prev_next .is-prev a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/icon_prev_b.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagenation .prev_next .is-prev a:hover:not(.disabled) {
  background-color: #000;
  border: 1px solid #000;
}
.c-pagenation .prev_next .is-prev a:hover:not(.disabled)::after {
  background: url(../img/common/icon_prev_w.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
}
.c-pagenation .prev_next .is-prev a.disabled {
  opacity: 0.7;
}
.c-pagenation .prev_next .is-prev a.disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/icon_prev.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
}
.c-pagenation .prev_next .is-next {
  margin-left: 10px;
}
.c-pagenation .prev_next .is-next a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagenation .prev_next .is-next a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/icon_next_b.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagenation .prev_next .is-next a:hover:not(.disabled) {
  background-color: #000;
  border: 1px solid #000;
}
.c-pagenation .prev_next .is-next a:hover:not(.disabled)::after {
  background: url(../img/common/icon_next_w.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
}
.c-pagenation .prev_next .is-next a.disabled {
  opacity: 0.7;
}
.c-pagenation .prev_next .is-next a.disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/icon_next.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .c-pagenation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-pagenation .numbering {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-pagenation .prev_next {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-pageimg {
  width: calc(100vw - 80px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-pageimg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-pageimg {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
  }
}

.c-pagettl {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pagettl {
    margin-left: 30px;
    margin-bottom: 60px;
  }
}
.c-pagettl:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 1px;
  background: #BCBCBC;
  top: 30px;
  right: 102%;
}
.c-pagettl .enLang {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .c-pagettl .enLang {
    font-size: 30px;
    line-height: 1.6;
  }
}

.c-square_btn {
  border: solid #BCBCBC 1px;
  display: block;
  background: #fff;
  font-size: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 10%;
}
@media screen and (max-width: 1000px) {
  .c-square_btn {
    font-size: 12px;
    padding-left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .c-square_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 125px;
  }
}
.c-square_btn::after {
  content: "";
  position: absolute;
  right: 2.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
}
@media screen and (max-width: 1000px) {
  .c-square_btn::after {
    right: 7%;
  }
}
@media screen and (max-width: 768px) {
  .c-square_btn::after {
    right: 50%;
    top: 80%;
    -webkit-transform: translate(0, 50%) rotate(45deg);
            transform: translate(0, 50%) rotate(45deg);
  }
}
.c-square_btn small {
  font-size: 11px;
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
}

.c-icon_car::before {
  content: "";
  background: url(../img/common/icon_car.svg) no-repeat;
  background-size: 100%;
  width: 34px;
  height: 27px;
  display: block;
  margin-right: 6.5%;
}
@media screen and (max-width: 1000px) {
  .c-icon_car::before {
    width: 24px;
    height: 20px;
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .c-icon_car::before {
    width: 34px;
    height: 27px;
    margin: 0 0 6%;
  }
}

.c-icon_train::before {
  content: "";
  background: url(../img/common/icon_train.svg) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 34px;
  display: inline-block;
  margin-right: 6.5%;
}
@media screen and (max-width: 1000px) {
  .c-icon_train::before {
    width: 16px;
    height: 26px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .c-icon_train::before {
    width: 22px;
    height: 34px;
    margin: -2% 0 2%;
  }
}

@media screen and (max-width: 1000px) {
  .c-icon_bus {
    font-size: 12px;
  }
  .c-icon_bus small {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-icon_bus {
    text-align: center;
    position: relative;
  }
  .c-icon_bus small {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
    letter-spacing: -0.5px;
    width: 100%;
  }
}
.c-icon_bus::before {
  content: "";
  background: url(../img/common/icon_bus.svg) no-repeat;
  background-size: 100%;
  width: 41px;
  height: 26px;
  display: inline-block;
  margin-right: 6%;
}
@media screen and (max-width: 1000px) {
  .c-icon_bus::before {
    width: 25px;
    height: 18px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .c-icon_bus::before {
    width: 41px;
    height: 26px;
    margin: 0 0 6%;
  }
}

.c-cautionlist li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .c-cautionlist li {
    font-size: 12px;
    line-height: 2;
  }
}
.c-cautionlist li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-cautionlist li::before {
    font-size: 10px;
  }
}

.c-rounded_btn {
  border: solid #BCBCBC 1px;
  border-radius: 50px;
  max-width: 300px;
  height: 60px;
  font-size: 15px;
  overflow: hidden;
  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;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-rounded_btn {
    width: 100%;
  }
}
.c-rounded_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.c-rounded_btn.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/icon_link.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-rounded_btn:hover {
  color: #fff;
}
.c-rounded_btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-rounded_btn:hover.arrow::after {
  background: url(../img/common/icon_link_w.svg) no-repeat;
  background-size: cover;
}

.c-icon_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/common/icon_link.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 10px;
  z-index: 1;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.c-icon_arrow:hover:after {
  background-image: url(../img/common/icon_link_w.svg);
}

.c-icon_otherlink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/common/icon_otherlink.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 10px;
  z-index: 1;
  -webkit-transition: ease 0.2s 0.2s;
  transition: ease 0.2s 0.2s;
}
.c-icon_otherlink:hover:after {
  background-image: url(../img/common/icon_otherlink-w.svg);
}

@media screen and (max-width: 768px) {
  .c-spbig {
    font-size: 15px;
    display: block;
  }
}

.access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.access-map {
  width: 62%;
  aspect-ratio: 7/5;
}
@media screen and (max-width: 768px) {
  .access-map {
    width: 100%;
  }
}
.access-map iframe {
  width: 100%;
  min-width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .access-map iframe {
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
.access-address {
  width: 33%;
  padding-top: 1%;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .access-address {
    padding: 13% 15px 0;
    width: 100%;
  }
}
.access-address dt {
  font-weight: bold;
  margin-bottom: 2%;
}
.access-address dt:not(:first-child) {
  padding-top: 11%;
}
@media screen and (max-width: 768px) {
  .access-address dt:not(:first-child) {
    padding-top: 4.3%;
  }
}
@media screen and (max-width: 768px) {
  .access-address dt {
    padding: 0 15px;
  }
}
.access-address dd {
  line-height: 2;
  padding-bottom: 8%;
  border-bottom: solid 1px #BCBCBC;
}
@media screen and (max-width: 768px) {
  .access-address dd {
    padding: 0 15px 3.5%;
  }
}
.access-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  .access-btns {
    margin: 14% 15px 22%;
    gap: 2.6%;
  }
}
.access-detail {
  padding: 7% 0;
}
@media screen and (max-width: 768px) {
  .access-detail {
    margin: 0 15px;
  }
}
.access-transport {
  border-top: solid 1px #BCBCBC;
  padding-top: 80px;
}
.access-transport .l-column02_right {
  padding-bottom: 110px;
}
.access-transport p {
  font-size: 15px;
}
.access-ttl {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: -20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .access-ttl {
    font-size: 16px;
  }
}
.access-ttl small {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .access-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    margin-bottom: 17%;
  }
}
.access-icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.access-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.access-picture {
  display: block;
  margin-bottom: 80px;
}
.access-picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .access-picture {
    margin-bottom: 60px;
  }
}
.access-caution {
  background: #E5E5E3;
  padding: 3.85rem 6.85rem 3.85rem 4.85rem;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .access-caution {
    padding: 7% 6%;
  }
}
.access-caution_ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  .access-caution_ttl {
    margin-bottom: 5%;
  }
}
.access-caution p {
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 1%;
}
@media screen and (max-width: 768px) {
  .access-caution p {
    font-size: 14px;
  }
}
.access-link {
  text-align: center;
  padding-top: 6%;
}
@media screen and (max-width: 768px) {
  .access-link {
    text-align: left;
    font-size: 14px;
    padding-top: 23%;
    margin: 0 15px;
    letter-spacing: 2px;
  }
}
.access-link_txt {
  margin-bottom: 10px;
}
.access-widemap {
  border-top: solid 1px #BCBCBC;
  padding-top: 9%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access-widemap {
    padding-top: 22%;
  }
}
.access-widemap_pic {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39.81% 0.93% 59.53%;
  grid-template-columns: 39.81% 59.53%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 1.63% 0.93%;
  padding: 5% 0;
}
.access-widemap_pic > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.access-widemap_pic > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .access-widemap_pic {
    padding: 0 0 5%;
    margin-top: -5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .access-widemap_pic picture {
    margin-bottom: 5%;
  }
}
.access-widemap_pic picture img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.access-widemap_01 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .access-widemap_01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.access-widemap_02 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .access-widemap_02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.access-widemap_03 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .access-widemap_03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.access-text {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .access-text {
    margin: 0 15px 14%;
    letter-spacing: 1px;
  }
}

.c-room_list.under {
  border-top: 1px solid #BCBCBC;
  background-color: #ECEAE7;
  padding: 150px 0;
}
.c-room_list .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.c-room_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-room_list ul li {
  width: calc(50% - 30px);
}
.c-room_list ul li:nth-child(n+3) {
  margin-top: 100px;
}
.c-room_list ul li a {
  display: block;
}
.c-room_list ul li a figure {
  overflow: hidden;
}
.c-room_list ul li a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-room_list ul li a p {
  font-size: 15px;
  margin-top: 20px;
}
.c-room_list ul li a p.ttl {
  font-size: 26px;
  margin-top: 30px;
}
.c-room_list ul li a p.subttl {
  font-size: 15px;
  margin-top: 6px;
}
.c-room_list ul li a p span {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .c-room_list ul li a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .c-room_list.under {
    padding: 100px 0;
  }
  .c-room_list.under .inner {
    padding: 0 15px;
  }
  .c-room_list.under ul li {
    width: calc(50% - 10px);
  }
  .c-room_list.under ul li:nth-child(2) {
    margin-top: 0;
  }
  .c-room_list.under ul li:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-room_list.under ul li a p {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-room_list.under ul li a p.ttl {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-room_list.under ul li a p span {
    font-size: 10px;
  }
  .c-room_list.under ul li a p.subttl {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 0;
  }
  .c-room_list ul li {
    width: 100%;
  }
  .c-room_list ul li:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-room_list ul li a p {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-room_list ul li a p.ttl {
    font-size: 20px;
    margin-top: 20px;
  }
  .c-room_list ul li a p span {
    font-size: 14px;
  }
  .c-room_list ul li a p.subttl {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 0;
  }
}

.u-only--lg {
  display: block !important;
  line-height: 0;
}
.u-only-inline--lg {
  display: inline-block !important;
  line-height: 0;
}
.u-only--sm, .u-only-inline--sm {
  display: none !important;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .u-only--lg, .u-only-inline--lg {
    display: none !important;
    line-height: 0;
  }
  .u-only--sm {
    display: block !important;
    line-height: 0;
  }
  .u-only-inline--sm {
    display: inline-block !important;
    line-height: 0;
  }
}

.u-bg--gray {
  background-color: #bbb;
}
.u-bg--wave {
  background: url("../img/common/common_bg01.jpg") no-repeat 50% 50%/cover;
}
.u-bg--flower {
  background: url("../img/common/common_bg02.jpg") no-repeat 50% 50%/cover;
}
.u-bg--mesh {
  background: url("../img/common/common_bg05.jpg") no-repeat 50% 50%/cover;
}

.u-over--hidden {
  overflow: hidden;
}

.u-fontsize--tiny {
  font-size: 75% !important;
}
.u-fontsize--small {
  font-size: 87.5% !important;
}
.u-fontsize--large {
  font-size: 112.5% !important;
}
.u-fontsize--huge {
  font-size: 125% !important;
}
@media screen and (max-width: 768px) {
  .u-fontsize--tiny--sm {
    font-size: 75% !important;
  }
  .u-fontsize--small--sm {
    font-size: 87.5% !important;
  }
  .u-fontsize--large--sm {
    font-size: 112.5% !important;
  }
  .u-fontsize--huge--sm {
    font-size: 125% !important;
  }
}

.u-align--center {
  text-align: center !important;
}
.u-align--left {
  text-align: left !important;
}
.u-align--right {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .u-align--center--sm {
    text-align: center !important;
  }
  .u-align--left--sm {
    text-align: left !important;
  }
  .u-align--right--sm {
    text-align: right !important;
  }
}

.u-valign--baseline {
  vertical-align: baseline !important;
}
.u-valign--top {
  vertical-align: top !important;
}
.u-valign--middle {
  vertical-align: middle !important;
}
.u-valign--bottom {
  vertical-align: bottom !important;
}
.u-valign--text-bottom {
  vertical-align: text-bottom !important;
}
.u-valign--text-top {
  vertical-align: text-top !important;
}
@media screen and (max-width: 768px) {
  .u-valign--baseline--sm {
    vertical-align: baseline !important;
  }
  .u-valign--top--sm {
    vertical-align: top !important;
  }
  .u-valign--middle--sm {
    vertical-align: middle !important;
  }
  .u-valign--bottom--sm {
    vertical-align: bottom !important;
  }
  .u-valign--text--sm-bottom {
    vertical-align: text-bottom !important;
  }
  .u-valign--text--sm-top {
    vertical-align: text-top !important;
  }
}

.u-display--none {
  display: none !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
.u-display--block {
  display: block !important;
}
.u-display--table {
  display: table !important;
}
.u-display--table-cell {
  display: table-cell !important;
}
.u-display--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u-display--inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.u-display--block--sm {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-display--none {
    display: none !important;
  }
  .u-display--block {
    display: none !important;
  }
  .u-display--none--sm {
    display: none !important;
  }
  .u-display--inline--sm {
    display: inline !important;
  }
  .u-display--inline--sm-block {
    display: inline-block !important;
  }
  .u-display--block--sm {
    display: block !important;
  }
  .u-display--table--sm {
    display: table !important;
  }
  .u-display--table--sm-cell {
    display: table-cell !important;
  }
  .u-display--flex--sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-display--inline--sm-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.u-float--left {
  float: left !important;
}
.u-float--right {
  float: right !important;
}
.u-float--none {
  float: none !important;
}
@media screen and (max-width: 768px) {
  .u-float--left--sm {
    float: left !important;
  }
  .u-float--right--sm {
    float: right !important;
  }
  .u-float--none--sm {
    float: none !important;
  }
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.u-position--relative {
  position: relative !important;
}
.u-position--absolute {
  position: absolute !important;
}
.u-position--static {
  position: static !important;
}
@media screen and (max-width: 768px) {
  .u-position--relative--sm {
    position: relative !important;
  }
  .u-position--absolute--sm {
    position: absolute !important;
  }
  .u-position--static--sm {
    position: static !important;
  }
}

.u-row:after, [class*=u-row_]:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.u-row--tt {
  margin-top: 20px;
}
.u-row--tb {
  margin-bottom: 20px;
}
.u-row--st {
  margin-top: 30px;
}
.u-row--sb {
  margin-bottom: 30px;
}
.u-row--mt {
  margin-top: 50px;
}
.u-row--mb {
  margin-bottom: 50px;
}
.u-row--lt {
  margin-top: 70px;
}
.u-row--lb {
  margin-bottom: 70px;
}
.u-row--ht {
  margin-top: 100px;
}
.u-row--hb {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-row--tt {
    margin-top: 10px;
  }
  .u-row--tb {
    margin-bottom: 10px;
  }
  .u-row--st {
    margin-top: 20px;
  }
  .u-row--sb {
    margin-bottom: 20px;
  }
  .u-row--mt {
    margin-top: 30px;
  }
  .u-row--mb {
    margin-bottom: 30px;
  }
  .u-row--lt {
    margin-top: 40px;
  }
  .u-row--lb {
    margin-bottom: 40px;
  }
  .u-row--ht {
    margin-top: 50px;
  }
  .u-row--hb {
    margin-bottom: 50px;
  }
  .u-row--tt--sm {
    margin-top: 15px;
  }
  .u-row--tb--sm {
    margin-bottom: 15px;
  }
  .u-row--st--sm {
    margin-top: 20px;
  }
  .u-row--sb--sm {
    margin-bottom: 20px;
  }
  .u-row--mt--sm {
    margin-top: 40px;
  }
  .u-row--mb--sm {
    margin-bottom: 40px;
  }
  .u-row--lt--sm {
    margin-top: 50px;
  }
  .u-row--lb--sm {
    margin-bottom: 50px;
  }
  .u-row--ht--sm {
    margin-top: 60px;
  }
  .u-row--hb--sm {
    margin-bottom: 60px;
  }
}

.u-fit,
img.u-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: contain;object-position: 50% 50%;";
}

@media screen and (min-width: 958px) {
  .u-hover--scaleimg img {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  .u-hover--scaleimg:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .u-hover--overlay {
    position: relative;
  }
  .u-hover--overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #E8E5E1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    z-index: 2;
  }
  .u-hover--overlay:hover:before {
    opacity: 0.2;
  }
}

.u-weight--normal {
  font-weight: 400;
}
.u-weight--bold {
  font-weight: 700;
}

.u-color--red {
  color: #ff2020;
}
.u-color--blue {
  color: #0060ff;
}
.u-color--green {
  color: #09a009;
}
.u-color--orange {
  color: #f0b44b;
}
.u-color--navy {
  color: #0e3460;
}

.u-indent1 {
  text-indent: -1em;
}
.u-indent2 {
  text-indent: -2em;
}
.u-indent3 {
  text-indent: -3em;
}
.u-indent4 {
  text-indent: -4em;
}
.u-indent5 {
  text-indent: -5em;
}

.u-nindent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.u-nindent2 {
  padding-left: 2em;
  text-indent: -2em;
}
.u-nindent3 {
  padding-left: 3em;
  text-indent: -3em;
}
.u-nindent4 {
  padding-left: 4em;
  text-indent: -4em;
}
.u-nindent5 {
  padding-left: 5em;
  text-indent: -5em;
}

.u-wid0 {
  width: 0px !important;
}

.u-widp0 {
  width: 0% !important;
}

.u-wid1 {
  width: 1px !important;
}

.u-widp1 {
  width: 1% !important;
}

.u-wid2 {
  width: 2px !important;
}

.u-widp2 {
  width: 2% !important;
}

.u-wid3 {
  width: 3px !important;
}

.u-widp3 {
  width: 3% !important;
}

.u-wid4 {
  width: 4px !important;
}

.u-widp4 {
  width: 4% !important;
}

.u-wid5 {
  width: 5px !important;
}

.u-widp5 {
  width: 5% !important;
}

.u-wid6 {
  width: 6px !important;
}

.u-widp6 {
  width: 6% !important;
}

.u-wid7 {
  width: 7px !important;
}

.u-widp7 {
  width: 7% !important;
}

.u-wid8 {
  width: 8px !important;
}

.u-widp8 {
  width: 8% !important;
}

.u-wid9 {
  width: 9px !important;
}

.u-widp9 {
  width: 9% !important;
}

.u-wid10 {
  width: 10px !important;
}

.u-widp10 {
  width: 10% !important;
}

.u-wid11 {
  width: 11px !important;
}

.u-widp11 {
  width: 11% !important;
}

.u-wid12 {
  width: 12px !important;
}

.u-widp12 {
  width: 12% !important;
}

.u-wid13 {
  width: 13px !important;
}

.u-widp13 {
  width: 13% !important;
}

.u-wid14 {
  width: 14px !important;
}

.u-widp14 {
  width: 14% !important;
}

.u-wid15 {
  width: 15px !important;
}

.u-widp15 {
  width: 15% !important;
}

.u-wid16 {
  width: 16px !important;
}

.u-widp16 {
  width: 16% !important;
}

.u-wid17 {
  width: 17px !important;
}

.u-widp17 {
  width: 17% !important;
}

.u-wid18 {
  width: 18px !important;
}

.u-widp18 {
  width: 18% !important;
}

.u-wid19 {
  width: 19px !important;
}

.u-widp19 {
  width: 19% !important;
}

.u-wid20 {
  width: 20px !important;
}

.u-widp20 {
  width: 20% !important;
}

.u-wid21 {
  width: 21px !important;
}

.u-widp21 {
  width: 21% !important;
}

.u-wid22 {
  width: 22px !important;
}

.u-widp22 {
  width: 22% !important;
}

.u-wid23 {
  width: 23px !important;
}

.u-widp23 {
  width: 23% !important;
}

.u-wid24 {
  width: 24px !important;
}

.u-widp24 {
  width: 24% !important;
}

.u-wid25 {
  width: 25px !important;
}

.u-widp25 {
  width: 25% !important;
}

.u-wid26 {
  width: 26px !important;
}

.u-widp26 {
  width: 26% !important;
}

.u-wid27 {
  width: 27px !important;
}

.u-widp27 {
  width: 27% !important;
}

.u-wid28 {
  width: 28px !important;
}

.u-widp28 {
  width: 28% !important;
}

.u-wid29 {
  width: 29px !important;
}

.u-widp29 {
  width: 29% !important;
}

.u-wid30 {
  width: 30px !important;
}

.u-widp30 {
  width: 30% !important;
}

.u-wid31 {
  width: 31px !important;
}

.u-widp31 {
  width: 31% !important;
}

.u-wid32 {
  width: 32px !important;
}

.u-widp32 {
  width: 32% !important;
}

.u-wid33 {
  width: 33px !important;
}

.u-widp33 {
  width: 33% !important;
}

.u-wid34 {
  width: 34px !important;
}

.u-widp34 {
  width: 34% !important;
}

.u-wid35 {
  width: 35px !important;
}

.u-widp35 {
  width: 35% !important;
}

.u-wid36 {
  width: 36px !important;
}

.u-widp36 {
  width: 36% !important;
}

.u-wid37 {
  width: 37px !important;
}

.u-widp37 {
  width: 37% !important;
}

.u-wid38 {
  width: 38px !important;
}

.u-widp38 {
  width: 38% !important;
}

.u-wid39 {
  width: 39px !important;
}

.u-widp39 {
  width: 39% !important;
}

.u-wid40 {
  width: 40px !important;
}

.u-widp40 {
  width: 40% !important;
}

.u-wid41 {
  width: 41px !important;
}

.u-widp41 {
  width: 41% !important;
}

.u-wid42 {
  width: 42px !important;
}

.u-widp42 {
  width: 42% !important;
}

.u-wid43 {
  width: 43px !important;
}

.u-widp43 {
  width: 43% !important;
}

.u-wid44 {
  width: 44px !important;
}

.u-widp44 {
  width: 44% !important;
}

.u-wid45 {
  width: 45px !important;
}

.u-widp45 {
  width: 45% !important;
}

.u-wid46 {
  width: 46px !important;
}

.u-widp46 {
  width: 46% !important;
}

.u-wid47 {
  width: 47px !important;
}

.u-widp47 {
  width: 47% !important;
}

.u-wid48 {
  width: 48px !important;
}

.u-widp48 {
  width: 48% !important;
}

.u-wid49 {
  width: 49px !important;
}

.u-widp49 {
  width: 49% !important;
}

.u-wid50 {
  width: 50px !important;
}

.u-widp50 {
  width: 50% !important;
}

.u-wid51 {
  width: 51px !important;
}

.u-widp51 {
  width: 51% !important;
}

.u-wid52 {
  width: 52px !important;
}

.u-widp52 {
  width: 52% !important;
}

.u-wid53 {
  width: 53px !important;
}

.u-widp53 {
  width: 53% !important;
}

.u-wid54 {
  width: 54px !important;
}

.u-widp54 {
  width: 54% !important;
}

.u-wid55 {
  width: 55px !important;
}

.u-widp55 {
  width: 55% !important;
}

.u-wid56 {
  width: 56px !important;
}

.u-widp56 {
  width: 56% !important;
}

.u-wid57 {
  width: 57px !important;
}

.u-widp57 {
  width: 57% !important;
}

.u-wid58 {
  width: 58px !important;
}

.u-widp58 {
  width: 58% !important;
}

.u-wid59 {
  width: 59px !important;
}

.u-widp59 {
  width: 59% !important;
}

.u-wid60 {
  width: 60px !important;
}

.u-widp60 {
  width: 60% !important;
}

.u-wid61 {
  width: 61px !important;
}

.u-widp61 {
  width: 61% !important;
}

.u-wid62 {
  width: 62px !important;
}

.u-widp62 {
  width: 62% !important;
}

.u-wid63 {
  width: 63px !important;
}

.u-widp63 {
  width: 63% !important;
}

.u-wid64 {
  width: 64px !important;
}

.u-widp64 {
  width: 64% !important;
}

.u-wid65 {
  width: 65px !important;
}

.u-widp65 {
  width: 65% !important;
}

.u-wid66 {
  width: 66px !important;
}

.u-widp66 {
  width: 66% !important;
}

.u-wid67 {
  width: 67px !important;
}

.u-widp67 {
  width: 67% !important;
}

.u-wid68 {
  width: 68px !important;
}

.u-widp68 {
  width: 68% !important;
}

.u-wid69 {
  width: 69px !important;
}

.u-widp69 {
  width: 69% !important;
}

.u-wid70 {
  width: 70px !important;
}

.u-widp70 {
  width: 70% !important;
}

.u-wid71 {
  width: 71px !important;
}

.u-widp71 {
  width: 71% !important;
}

.u-wid72 {
  width: 72px !important;
}

.u-widp72 {
  width: 72% !important;
}

.u-wid73 {
  width: 73px !important;
}

.u-widp73 {
  width: 73% !important;
}

.u-wid74 {
  width: 74px !important;
}

.u-widp74 {
  width: 74% !important;
}

.u-wid75 {
  width: 75px !important;
}

.u-widp75 {
  width: 75% !important;
}

.u-wid76 {
  width: 76px !important;
}

.u-widp76 {
  width: 76% !important;
}

.u-wid77 {
  width: 77px !important;
}

.u-widp77 {
  width: 77% !important;
}

.u-wid78 {
  width: 78px !important;
}

.u-widp78 {
  width: 78% !important;
}

.u-wid79 {
  width: 79px !important;
}

.u-widp79 {
  width: 79% !important;
}

.u-wid80 {
  width: 80px !important;
}

.u-widp80 {
  width: 80% !important;
}

.u-wid81 {
  width: 81px !important;
}

.u-widp81 {
  width: 81% !important;
}

.u-wid82 {
  width: 82px !important;
}

.u-widp82 {
  width: 82% !important;
}

.u-wid83 {
  width: 83px !important;
}

.u-widp83 {
  width: 83% !important;
}

.u-wid84 {
  width: 84px !important;
}

.u-widp84 {
  width: 84% !important;
}

.u-wid85 {
  width: 85px !important;
}

.u-widp85 {
  width: 85% !important;
}

.u-wid86 {
  width: 86px !important;
}

.u-widp86 {
  width: 86% !important;
}

.u-wid87 {
  width: 87px !important;
}

.u-widp87 {
  width: 87% !important;
}

.u-wid88 {
  width: 88px !important;
}

.u-widp88 {
  width: 88% !important;
}

.u-wid89 {
  width: 89px !important;
}

.u-widp89 {
  width: 89% !important;
}

.u-wid90 {
  width: 90px !important;
}

.u-widp90 {
  width: 90% !important;
}

.u-wid91 {
  width: 91px !important;
}

.u-widp91 {
  width: 91% !important;
}

.u-wid92 {
  width: 92px !important;
}

.u-widp92 {
  width: 92% !important;
}

.u-wid93 {
  width: 93px !important;
}

.u-widp93 {
  width: 93% !important;
}

.u-wid94 {
  width: 94px !important;
}

.u-widp94 {
  width: 94% !important;
}

.u-wid95 {
  width: 95px !important;
}

.u-widp95 {
  width: 95% !important;
}

.u-wid96 {
  width: 96px !important;
}

.u-widp96 {
  width: 96% !important;
}

.u-wid97 {
  width: 97px !important;
}

.u-widp97 {
  width: 97% !important;
}

.u-wid98 {
  width: 98px !important;
}

.u-widp98 {
  width: 98% !important;
}

.u-wid99 {
  width: 99px !important;
}

.u-widp99 {
  width: 99% !important;
}

.u-wid100 {
  width: 100px !important;
}

.u-widp100 {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .u--wid--sm0 {
    width: 0px !important;
  }
  .u--widp--sm0 {
    width: 0% !important;
  }
  .u--wid--sm1 {
    width: 1px !important;
  }
  .u--widp--sm1 {
    width: 1% !important;
  }
  .u--wid--sm2 {
    width: 2px !important;
  }
  .u--widp--sm2 {
    width: 2% !important;
  }
  .u--wid--sm3 {
    width: 3px !important;
  }
  .u--widp--sm3 {
    width: 3% !important;
  }
  .u--wid--sm4 {
    width: 4px !important;
  }
  .u--widp--sm4 {
    width: 4% !important;
  }
  .u--wid--sm5 {
    width: 5px !important;
  }
  .u--widp--sm5 {
    width: 5% !important;
  }
  .u--wid--sm6 {
    width: 6px !important;
  }
  .u--widp--sm6 {
    width: 6% !important;
  }
  .u--wid--sm7 {
    width: 7px !important;
  }
  .u--widp--sm7 {
    width: 7% !important;
  }
  .u--wid--sm8 {
    width: 8px !important;
  }
  .u--widp--sm8 {
    width: 8% !important;
  }
  .u--wid--sm9 {
    width: 9px !important;
  }
  .u--widp--sm9 {
    width: 9% !important;
  }
  .u--wid--sm10 {
    width: 10px !important;
  }
  .u--widp--sm10 {
    width: 10% !important;
  }
  .u--wid--sm11 {
    width: 11px !important;
  }
  .u--widp--sm11 {
    width: 11% !important;
  }
  .u--wid--sm12 {
    width: 12px !important;
  }
  .u--widp--sm12 {
    width: 12% !important;
  }
  .u--wid--sm13 {
    width: 13px !important;
  }
  .u--widp--sm13 {
    width: 13% !important;
  }
  .u--wid--sm14 {
    width: 14px !important;
  }
  .u--widp--sm14 {
    width: 14% !important;
  }
  .u--wid--sm15 {
    width: 15px !important;
  }
  .u--widp--sm15 {
    width: 15% !important;
  }
  .u--wid--sm16 {
    width: 16px !important;
  }
  .u--widp--sm16 {
    width: 16% !important;
  }
  .u--wid--sm17 {
    width: 17px !important;
  }
  .u--widp--sm17 {
    width: 17% !important;
  }
  .u--wid--sm18 {
    width: 18px !important;
  }
  .u--widp--sm18 {
    width: 18% !important;
  }
  .u--wid--sm19 {
    width: 19px !important;
  }
  .u--widp--sm19 {
    width: 19% !important;
  }
  .u--wid--sm20 {
    width: 20px !important;
  }
  .u--widp--sm20 {
    width: 20% !important;
  }
  .u--wid--sm21 {
    width: 21px !important;
  }
  .u--widp--sm21 {
    width: 21% !important;
  }
  .u--wid--sm22 {
    width: 22px !important;
  }
  .u--widp--sm22 {
    width: 22% !important;
  }
  .u--wid--sm23 {
    width: 23px !important;
  }
  .u--widp--sm23 {
    width: 23% !important;
  }
  .u--wid--sm24 {
    width: 24px !important;
  }
  .u--widp--sm24 {
    width: 24% !important;
  }
  .u--wid--sm25 {
    width: 25px !important;
  }
  .u--widp--sm25 {
    width: 25% !important;
  }
  .u--wid--sm26 {
    width: 26px !important;
  }
  .u--widp--sm26 {
    width: 26% !important;
  }
  .u--wid--sm27 {
    width: 27px !important;
  }
  .u--widp--sm27 {
    width: 27% !important;
  }
  .u--wid--sm28 {
    width: 28px !important;
  }
  .u--widp--sm28 {
    width: 28% !important;
  }
  .u--wid--sm29 {
    width: 29px !important;
  }
  .u--widp--sm29 {
    width: 29% !important;
  }
  .u--wid--sm30 {
    width: 30px !important;
  }
  .u--widp--sm30 {
    width: 30% !important;
  }
  .u--wid--sm31 {
    width: 31px !important;
  }
  .u--widp--sm31 {
    width: 31% !important;
  }
  .u--wid--sm32 {
    width: 32px !important;
  }
  .u--widp--sm32 {
    width: 32% !important;
  }
  .u--wid--sm33 {
    width: 33px !important;
  }
  .u--widp--sm33 {
    width: 33% !important;
  }
  .u--wid--sm34 {
    width: 34px !important;
  }
  .u--widp--sm34 {
    width: 34% !important;
  }
  .u--wid--sm35 {
    width: 35px !important;
  }
  .u--widp--sm35 {
    width: 35% !important;
  }
  .u--wid--sm36 {
    width: 36px !important;
  }
  .u--widp--sm36 {
    width: 36% !important;
  }
  .u--wid--sm37 {
    width: 37px !important;
  }
  .u--widp--sm37 {
    width: 37% !important;
  }
  .u--wid--sm38 {
    width: 38px !important;
  }
  .u--widp--sm38 {
    width: 38% !important;
  }
  .u--wid--sm39 {
    width: 39px !important;
  }
  .u--widp--sm39 {
    width: 39% !important;
  }
  .u--wid--sm40 {
    width: 40px !important;
  }
  .u--widp--sm40 {
    width: 40% !important;
  }
  .u--wid--sm41 {
    width: 41px !important;
  }
  .u--widp--sm41 {
    width: 41% !important;
  }
  .u--wid--sm42 {
    width: 42px !important;
  }
  .u--widp--sm42 {
    width: 42% !important;
  }
  .u--wid--sm43 {
    width: 43px !important;
  }
  .u--widp--sm43 {
    width: 43% !important;
  }
  .u--wid--sm44 {
    width: 44px !important;
  }
  .u--widp--sm44 {
    width: 44% !important;
  }
  .u--wid--sm45 {
    width: 45px !important;
  }
  .u--widp--sm45 {
    width: 45% !important;
  }
  .u--wid--sm46 {
    width: 46px !important;
  }
  .u--widp--sm46 {
    width: 46% !important;
  }
  .u--wid--sm47 {
    width: 47px !important;
  }
  .u--widp--sm47 {
    width: 47% !important;
  }
  .u--wid--sm48 {
    width: 48px !important;
  }
  .u--widp--sm48 {
    width: 48% !important;
  }
  .u--wid--sm49 {
    width: 49px !important;
  }
  .u--widp--sm49 {
    width: 49% !important;
  }
  .u--wid--sm50 {
    width: 50px !important;
  }
  .u--widp--sm50 {
    width: 50% !important;
  }
  .u--wid--sm51 {
    width: 51px !important;
  }
  .u--widp--sm51 {
    width: 51% !important;
  }
  .u--wid--sm52 {
    width: 52px !important;
  }
  .u--widp--sm52 {
    width: 52% !important;
  }
  .u--wid--sm53 {
    width: 53px !important;
  }
  .u--widp--sm53 {
    width: 53% !important;
  }
  .u--wid--sm54 {
    width: 54px !important;
  }
  .u--widp--sm54 {
    width: 54% !important;
  }
  .u--wid--sm55 {
    width: 55px !important;
  }
  .u--widp--sm55 {
    width: 55% !important;
  }
  .u--wid--sm56 {
    width: 56px !important;
  }
  .u--widp--sm56 {
    width: 56% !important;
  }
  .u--wid--sm57 {
    width: 57px !important;
  }
  .u--widp--sm57 {
    width: 57% !important;
  }
  .u--wid--sm58 {
    width: 58px !important;
  }
  .u--widp--sm58 {
    width: 58% !important;
  }
  .u--wid--sm59 {
    width: 59px !important;
  }
  .u--widp--sm59 {
    width: 59% !important;
  }
  .u--wid--sm60 {
    width: 60px !important;
  }
  .u--widp--sm60 {
    width: 60% !important;
  }
  .u--wid--sm61 {
    width: 61px !important;
  }
  .u--widp--sm61 {
    width: 61% !important;
  }
  .u--wid--sm62 {
    width: 62px !important;
  }
  .u--widp--sm62 {
    width: 62% !important;
  }
  .u--wid--sm63 {
    width: 63px !important;
  }
  .u--widp--sm63 {
    width: 63% !important;
  }
  .u--wid--sm64 {
    width: 64px !important;
  }
  .u--widp--sm64 {
    width: 64% !important;
  }
  .u--wid--sm65 {
    width: 65px !important;
  }
  .u--widp--sm65 {
    width: 65% !important;
  }
  .u--wid--sm66 {
    width: 66px !important;
  }
  .u--widp--sm66 {
    width: 66% !important;
  }
  .u--wid--sm67 {
    width: 67px !important;
  }
  .u--widp--sm67 {
    width: 67% !important;
  }
  .u--wid--sm68 {
    width: 68px !important;
  }
  .u--widp--sm68 {
    width: 68% !important;
  }
  .u--wid--sm69 {
    width: 69px !important;
  }
  .u--widp--sm69 {
    width: 69% !important;
  }
  .u--wid--sm70 {
    width: 70px !important;
  }
  .u--widp--sm70 {
    width: 70% !important;
  }
  .u--wid--sm71 {
    width: 71px !important;
  }
  .u--widp--sm71 {
    width: 71% !important;
  }
  .u--wid--sm72 {
    width: 72px !important;
  }
  .u--widp--sm72 {
    width: 72% !important;
  }
  .u--wid--sm73 {
    width: 73px !important;
  }
  .u--widp--sm73 {
    width: 73% !important;
  }
  .u--wid--sm74 {
    width: 74px !important;
  }
  .u--widp--sm74 {
    width: 74% !important;
  }
  .u--wid--sm75 {
    width: 75px !important;
  }
  .u--widp--sm75 {
    width: 75% !important;
  }
  .u--wid--sm76 {
    width: 76px !important;
  }
  .u--widp--sm76 {
    width: 76% !important;
  }
  .u--wid--sm77 {
    width: 77px !important;
  }
  .u--widp--sm77 {
    width: 77% !important;
  }
  .u--wid--sm78 {
    width: 78px !important;
  }
  .u--widp--sm78 {
    width: 78% !important;
  }
  .u--wid--sm79 {
    width: 79px !important;
  }
  .u--widp--sm79 {
    width: 79% !important;
  }
  .u--wid--sm80 {
    width: 80px !important;
  }
  .u--widp--sm80 {
    width: 80% !important;
  }
  .u--wid--sm81 {
    width: 81px !important;
  }
  .u--widp--sm81 {
    width: 81% !important;
  }
  .u--wid--sm82 {
    width: 82px !important;
  }
  .u--widp--sm82 {
    width: 82% !important;
  }
  .u--wid--sm83 {
    width: 83px !important;
  }
  .u--widp--sm83 {
    width: 83% !important;
  }
  .u--wid--sm84 {
    width: 84px !important;
  }
  .u--widp--sm84 {
    width: 84% !important;
  }
  .u--wid--sm85 {
    width: 85px !important;
  }
  .u--widp--sm85 {
    width: 85% !important;
  }
  .u--wid--sm86 {
    width: 86px !important;
  }
  .u--widp--sm86 {
    width: 86% !important;
  }
  .u--wid--sm87 {
    width: 87px !important;
  }
  .u--widp--sm87 {
    width: 87% !important;
  }
  .u--wid--sm88 {
    width: 88px !important;
  }
  .u--widp--sm88 {
    width: 88% !important;
  }
  .u--wid--sm89 {
    width: 89px !important;
  }
  .u--widp--sm89 {
    width: 89% !important;
  }
  .u--wid--sm90 {
    width: 90px !important;
  }
  .u--widp--sm90 {
    width: 90% !important;
  }
  .u--wid--sm91 {
    width: 91px !important;
  }
  .u--widp--sm91 {
    width: 91% !important;
  }
  .u--wid--sm92 {
    width: 92px !important;
  }
  .u--widp--sm92 {
    width: 92% !important;
  }
  .u--wid--sm93 {
    width: 93px !important;
  }
  .u--widp--sm93 {
    width: 93% !important;
  }
  .u--wid--sm94 {
    width: 94px !important;
  }
  .u--widp--sm94 {
    width: 94% !important;
  }
  .u--wid--sm95 {
    width: 95px !important;
  }
  .u--widp--sm95 {
    width: 95% !important;
  }
  .u--wid--sm96 {
    width: 96px !important;
  }
  .u--widp--sm96 {
    width: 96% !important;
  }
  .u--wid--sm97 {
    width: 97px !important;
  }
  .u--widp--sm97 {
    width: 97% !important;
  }
  .u--wid--sm98 {
    width: 98px !important;
  }
  .u--widp--sm98 {
    width: 98% !important;
  }
  .u--wid--sm99 {
    width: 99px !important;
  }
  .u--widp--sm99 {
    width: 99% !important;
  }
  .u--wid--sm100 {
    width: 100px !important;
  }
  .u--widp--sm100 {
    width: 100% !important;
  }
}
.u-wid--quarter {
  width: 25% !important;
}
.u-wid--thirds {
  width: 33.33% !important;
}
.u-wid--half {
  width: 50% !important;
}
.u-wid--full {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .u-wid--thirds-sm {
    width: 33.33% !important;
  }
  .u-wid--quarter--sm {
    width: 25% !important;
  }
  .u-wid--half--sm {
    width: 50% !important;
  }
  .u-wid--full--sm {
    width: 100% !important;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u--mt--sm0 {
    margin-top: 0px !important;
  }
  .u--mb--sm0 {
    margin-bottom: 0px !important;
  }
  .u--pt--sm0 {
    padding-top: 0px !important;
  }
  .u--pb--sm0 {
    padding-bottom: 0px !important;
  }
  .u--mt--sm10 {
    margin-top: 10px !important;
  }
  .u--mb--sm10 {
    margin-bottom: 10px !important;
  }
  .u--pt--sm10 {
    padding-top: 10px !important;
  }
  .u--pb--sm10 {
    padding-bottom: 10px !important;
  }
  .u--mt--sm20 {
    margin-top: 20px !important;
  }
  .u--mb--sm20 {
    margin-bottom: 20px !important;
  }
  .u--pt--sm20 {
    padding-top: 20px !important;
  }
  .u--pb--sm20 {
    padding-bottom: 20px !important;
  }
  .u--mt--sm30 {
    margin-top: 30px !important;
  }
  .u--mb--sm30 {
    margin-bottom: 30px !important;
  }
  .u--pt--sm30 {
    padding-top: 30px !important;
  }
  .u--pb--sm30 {
    padding-bottom: 30px !important;
  }
  .u--mt--sm40 {
    margin-top: 40px !important;
  }
  .u--mb--sm40 {
    margin-bottom: 40px !important;
  }
  .u--pt--sm40 {
    padding-top: 40px !important;
  }
  .u--pb--sm40 {
    padding-bottom: 40px !important;
  }
  .u--mt--sm50 {
    margin-top: 50px !important;
  }
  .u--mb--sm50 {
    margin-bottom: 50px !important;
  }
  .u--pt--sm50 {
    padding-top: 50px !important;
  }
  .u--pb--sm50 {
    padding-bottom: 50px !important;
  }
  .u--mt--sm60 {
    margin-top: 60px !important;
  }
  .u--mb--sm60 {
    margin-bottom: 60px !important;
  }
  .u--pt--sm60 {
    padding-top: 60px !important;
  }
  .u--pb--sm60 {
    padding-bottom: 60px !important;
  }
  .u--mt--sm70 {
    margin-top: 70px !important;
  }
  .u--mb--sm70 {
    margin-bottom: 70px !important;
  }
  .u--pt--sm70 {
    padding-top: 70px !important;
  }
  .u--pb--sm70 {
    padding-bottom: 70px !important;
  }
  .u--mt--sm80 {
    margin-top: 80px !important;
  }
  .u--mb--sm80 {
    margin-bottom: 80px !important;
  }
  .u--pt--sm80 {
    padding-top: 80px !important;
  }
  .u--pb--sm80 {
    padding-bottom: 80px !important;
  }
  .u--mt--sm90 {
    margin-top: 90px !important;
  }
  .u--mb--sm90 {
    margin-bottom: 90px !important;
  }
  .u--pt--sm90 {
    padding-top: 90px !important;
  }
  .u--pb--sm90 {
    padding-bottom: 90px !important;
  }
  .u--mt--sm100 {
    margin-top: 100px !important;
  }
  .u--mb--sm100 {
    margin-bottom: 100px !important;
  }
  .u--pt--sm100 {
    padding-top: 100px !important;
  }
  .u--pb--sm100 {
    padding-bottom: 100px !important;
  }
}
.u-color--main {
  color: #E8E5E1 !important;
}
.u-color--sub {
  color: #ddd !important;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ScrollDown {
  0% {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
            transform: rotate(-45deg) translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate3d(-10px, 10px, 0);
            transform: rotate(-45deg) translate3d(-10px, 10px, 0);
    opacity: 0;
  }
}
@keyframes ScrollDown {
  0% {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
            transform: rotate(-45deg) translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate3d(-10px, 10px, 0);
            transform: rotate(-45deg) translate3d(-10px, 10px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes imgScale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.fade-in.fade-in-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in_txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.fade-in_txt.fade-in-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in_under_ttl {
  opacity: 0;
  -webkit-transform: translate(-50%, calc(-50% + 20px));
          transform: translate(-50%, calc(-50% + 20px));
  -webkit-transition: opacity 3s, -webkit-transform 1s;
  transition: opacity 3s, -webkit-transform 1s;
  transition: opacity 3s, transform 1s;
  transition: opacity 3s, transform 1s, -webkit-transform 1s;
}
.fade-in_under_ttl.fade-in-show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main {
  position: relative;
  overflow: hidden;
}

.enLang {
  font-family: "adobe-caslon-pro";
}

.tsukushiMin {
  font-family: "FOT-筑紫Aオールド明朝", "fot-tsukuaoldmin-pr6n";
}