@charset "utf-8";

/*
Theme Name: Slow Mountain Narita New Theme
Description: サイトリニューアル用のテーマです。
Version: 2.0.0
*/

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: 0;
}

/* padding,border内側設定 */
*,
::before,
::after {
  box-sizing: border-box;
}

/* HTML5 */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

/*------------------------------------------------------------
	Base
------------------------------------------------------------*/

:root {
  --primary: #eb4a3e;
  --border: #cebf94;
  --black: #000;
  --black2: #212121;
  --grey: #adadad;
  --white: #fff;
  --brown: #89620c;
  --bgLight: #fcfbf5;
  --bgMain: #f4f2eb;
  --bgFooter: #b79e69;
  --ja: "BIZ UDPMincho", serif;
  --en: "Nanum Myeongjo", serif;
  --copy: "Montserrat", sans-serif;
  --ttl: dnp-shuei-nmincho-std, sans-serif;
  --headerH: 200px;
  --headerHM: 72px;
  --cw: 786px;
  --cww: 1194px;
  --px: 43px;
  --py: 120px;
  --lh: calc(1em + 10px);
}

@media screen and (max-width: 800px) {
  :root {
    --headerH: 115px;
    --headerHM: 68px;
    --px: 30px;
    --py: 80px;
  }
}

html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

a:link {
  color: currentcolor;
  text-decoration: none;
}
a:hover {
  color: currentcolor;
  text-decoration: none;
}
a:active {
  color: currentcolor;
  text-decoration: none;
}
a:visited {
  color: currentcolor;
  text-decoration: none;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
/* clearfix for ie7 */
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-family: var(--ja);
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  background-color: var(--bgMain);
  color: var(--black);
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:has(.page-contact) div:has(.grecaptcha-badge) {
  position: relative;
  z-index: 3;
}
.pcb {
  display: block;
}
.spb {
  display: none;
}
.pcib {
  display: inline-block;
}
.spib {
  display: none;
}
.pcf {
  display: flex;
}
.spf {
  display: none;
}
.pcg {
  display: grid;
}
.spg {
  display: none;
}

.inview {
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
.inview.visible {
  opacity: 1;
}
.inviewelm > * {
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
.inviewelm > *.visible {
  opacity: 1;
}

.bgNone .bg {
  display: none !important;
}
@media screen and (max-width: 800px) {
  body {
    min-width: 0;
  }

  .pcb {
    display: none;
  }
  .spb {
    display: block;
  }
  .pcib {
    display: none;
  }
  .spib {
    display: inline-block;
  }
  .pcf {
    display: none;
  }
  .spf {
    display: flex;
  }
  .pcg {
    display: none;
  }
  .spg {
    display: grid;
  }
}

/*------------------------------------------------------------
	Lang
------------------------------------------------------------*/
.lang {
  position: relative;
  align-self: center;
  cursor: pointer;
}
.lang .lang-icon {
  display: block;
  width: 24px;
  height: 27px;
  position: relative;
}
.lang .lang-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(images/icon-lang.svg);
  background: currentcolor;
}
.lang .lang-icon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: 0.5s;
}
.lang:hover .lang-icon::after {
  background: currentcolor;
}
.main-nav .lang .lang-list {
  transition: 0.5s;
}
.lang .lang-list {
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: column;
}
.main-nav .lang .lang-list .lang-item {
  width: 95px;
  border-bottom: 1px solid var(--black);
}
.home .main-nav .lang .lang-list .lang-item {
  border-color: rgba(255, 255, 255, 0.5);
}
.home.moved .main-nav .lang .lang-list .lang-item {
  border-color: var(--black);
}
.lang .lang-list .lang-item.current,
.lang .lang-list .lang-item a {
  display: flex;
  position: relative;
  font-size: 13px;
  line-height: 10px;
  height: 22px;
  width: 100%;
  align-items: center;
  padding: 1px 0 0 20px;
}
.main-nav .lang .lang-list .lang-item.current,
.main-nav .lang .lang-list .lang-item a {
  background: var(--bgMain);
}
.lang .lang-list .lang-item a {
  cursor: pointer;
  transition: 0.5s;
}
.lang .lang-list .lang-item a:hover {
  opacity: 0.6;
}
.home .main-nav .lang .lang-list .lang-item.current,
.home .main-nav .lang .lang-list .lang-item a {
  background: transparent;
}
.home.moved .main-nav .lang .lang-list .lang-item.current,
.home.moved .main-nav .lang .lang-list .lang-item a {
  background: var(--bgMain);
}
.lang .lang-list .lang-item.current::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 8px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(images/icon-lang-arrow.svg);
  background: currentcolor;
}
.menu .main-nav > li.lang a::after {
  display: none;
}
@media screen and (max-width: 800px) {
  .menu .main-nav > li.lang {
    display: none;
  }
  .lang {
    align-self: stretch;
    cursor: auto;
  }
  .lang .lang-icon::after {
    display: none;
  }
  .lang .lang-list {
    width: 75px;
    padding-top: 12px;
    opacity: 1;
    visibility: visible;
    position: relative;
    right: auto;
    top: auto;
  }
  .lang .lang-list .lang-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .lang .lang-list .lang-item.current,
  .lang .lang-list .lang-item a {
    padding-left: 10px;
  }
  .lang .lang-list .lang-item.current::before {
    left: 0;
  }
}
/*------------------------------------------------------------
	Booking bar
------------------------------------------------------------*/
#booking_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#booking_bar .toggle {
  display: none;
}
#booking_bar .search-widget-search-container-bf1818 {
  border-radius: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background: var(--bgMain);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 19px var(--px);
}
#booking_bar .search-widget-input-wrapper-eaf5bf {
  display: flex;
  align-items: center;
  gap: 20px;
}
#booking_bar .input-container-input-container-da40af {
  margin: 0;
}
#booking_bar .input-container-title-db81ec {
  display: none;
}
#booking_bar
  .search-widget-two-picker-wrapper-4ca735:has(
    .search-widget-calendar-9fdfc9
  )::before {
  content: "チェックイン - \Aチェックアウト";
  white-space: pre;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: var(--black2);
}
#booking_bar
  .search-widget-two-picker-wrapper-4ca735:has(
    .search-widget-select-75fb48
  )::before {
  content: "ご利用\A人数";
  white-space: pre;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: var(--black2);
}
#booking_bar .input-container-input-container-da40af:has(#rooms-select) {
  display: flex;
  gap: 10px;
  align-items: center;
}
#booking_bar
  .input-container-input-container-da40af:has(#rooms-select)::before {
  content: "ご利用\A部屋数";
  white-space: pre;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: var(--black2);
}

#booking_bar .search-widget-two-picker-wrapper-4ca735 {
  display: flex;
  align-items: center;
  gap: 10px;
}
#booking_bar .search-widget-calendar-9fdfc9 {
  background: #fff url(images/icon-calendar.png) right 1px center/30px 30px
    no-repeat !important;
  padding-left: 12px;
  height: 34px;
  color: var(--black2) !important;
  border: 1px solid var(--border) !important;
}
#booking_bar .search-widget-input-34bba0,
#booking_bar .search-widget-select-75fb48 {
  padding-left: 12px;
  height: 34px;
  color: var(--black2) !important;
  border: 1px solid var(--border) !important;
}
#booking_bar .button-btn-f51c1a {
  margin: 0;
  width: 80px;
  height: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: #808080 !important;
  transition: 0.5s;
}

@media screen and (max-width: 800px) {
  #booking_bar {
    padding-top: 39px;
    transition: 0.5s;
  }
  .bbclose #booking_bar {
    transform: translate(0, calc(100% - 49px));
  }
  #booking_bar .toggle {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    background: url(images/toggle-bg.png) center center/contain no-repeat;
  }
  #booking_bar .toggle::before,
  #booking_bar .toggle::after {
    content: "";
    display: block;
    width: 19px;
    height: 1px;
    position: absolute;
    right: 6px;
    top: 23px;
    background: var(--black2);
    transition: 0.5s;
  }
  .bbclose #booking_bar .toggle::before {
    transform: rotate(90deg);
  }
  #booking_bar .search-widget-search-container-bf1818 {
    flex-direction: column;
    padding: 10px 15px;
    gap: 8px;
    width: 100% !important;
  }
  #booking_bar .search-widget-input-wrapper-eaf5bf {
    flex-direction: column;
    gap: 8px;
  }
  #booking_bar .search-widget-input-wrapper-eaf5bf {
    max-width: 346px;
    width: 100%;
  }
  #booking_bar .search-widget-two-picker-wrapper-4ca735 {
    width: 100%;
    gap: 8px;
  }
  #booking_bar
    .search-widget-two-picker-wrapper-4ca735:has(.search-widget-select-75fb48) {
    display: grid;
    grid-template-columns: 68px auto auto;
  }
  #booking_bar
    .search-widget-two-picker-wrapper-4ca735:has(
      .search-widget-calendar-9fdfc9
    )::before,
  #booking_bar
    .search-widget-two-picker-wrapper-4ca735:has(
      .search-widget-select-75fb48
    )::before,
  #booking_bar
    .input-container-input-container-da40af:has(#rooms-select)::before {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    width: 68px;
  }
  #booking_bar
    .search-widget-two-picker-wrapper-4ca735:has(
      .search-widget-select-75fb48
    )::before {
    content: "ご利用人数";
  }
  #booking_bar
    .input-container-input-container-da40af:has(#rooms-select)::before {
    content: "ご利用部屋数";
  }
  #booking_bar .search-widget-day-use-wrapper-fc1ff9 {
    display: none;
  }
}

/*------------------------------------------------------------
	MENU
------------------------------------------------------------*/

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  z-index: 2000000;
}
#header .header-wrap {
  width: 100%;
  height: var(--headerH);
  position: relative;
  background-color: transparent;
  transition: 0.5s;
}
.moved #header .header-wrap {
  height: var(--headerHM);
  background: var(--bgMain);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
#header .logo {
  display: block;
  position: absolute;
  top: 40px;
  left: 43px;
  z-index: 100;
  transition: opacity 0.5s;
  line-height: 1;
}
.moved #header .logo {
  top: 16px;
}
#header .logo:hover {
  opacity: 0.6;
}
#header .logo img {
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
}
#header .logo .common {
  width: 298px;
  height: auto;
  opacity: 0;
  transition: 0.5s;
}
.moved #header .logo .common {
  width: 113px;
  opacity: 1;
}
#header .logo .vertical {
  width: 105px;
  height: auto;
  transition: 0.5s;
}
.moved #header .logo .vertical {
  width: 40px;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu .main-nav {
  position: absolute;
  top: 52px;
  right: var(--px);
  display: flex;
  align-items: baseline;
  line-height: 10px;
  font-size: 14px;
  font-family: var(--en);
  height: auto;
  gap: 24px;
  transition: 0.5s;
  color: var(--black2);
}
.home .menu .main-nav {
  color: var(--white);
}
.moved.home .menu .main-nav {
  color: var(--black2);
}
.moved .menu .main-nav {
  top: 22px;
}
.menu .main-nav > li a {
  display: block;
  position: relative;
  padding-bottom: 6px;
}
.menu .main-nav > li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.menu .main-nav > li a:hover::after {
  opacity: 1;
}
.menu .main-nav > li.reserve a {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 2px 10px 0;
  border: 1px solid var(--grey);
  transition: 0.5s;
}
.menu .main-nav > li.reserve a::after {
  display: none;
}
.home .menu .main-nav > li.reserve a {
  border: 1px solid var(--white);
}
.moved.home .menu .main-nav > li.reserve a {
  border: 1px solid var(--grey);
}
.menu .main-nav > li.reserve a:hover,
.home .menu .main-nav > li.reserve a:hover {
  border-color: var(--black2);
  color: var(--white);
  background: var(--black2);
}

@media screen and (max-width: 800px) {
  #header .logo {
    top: 15px;
    left: 15px;
  }
  .hideH #header .header-wrap {
    transform: translate(0, -100%);
  }
  #header .logo .vertical {
    width: 65px;
  }
  .moved #header .logo .vertical {
    width: 38px;
  }
  #header .logo .common {
    width: 65px;
  }
  .moved #header .logo .common {
    width: 38px;
  }
  #header .opendate {
    font-size: 16px;
    line-height: 14px;
    left: 92px;
    top: 29px;
  }
  .moved #header .opendate {
    font-size: 16px;
    line-height: 14px;
    left: 65px;
    top: 28px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: var(--white);
    z-index: 100;
    max-height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    padding: 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:
      transform 0.4s ease-in 0s,
      opacity 0.15s ease-in 0s;
    transform: translateX(100%);
    background: var(--bgFooter);
  }
  .opened .menu {
    opacity: 1;
    transform: translateX(0);
    transition:
      transform 0.4s ease-out 0.1s,
      opacity 0.2s ease-out 0.3s;
  }
  .menu .menu-wrap {
    display: grid;
    padding: 0;
    grid-template-columns: 112px 112px;
    gap: 50px;
  }
  .menu .menu-wrap .left {
    flex-direction: column;
    justify-content: space-between;
  }
  .menu .menu-logo img {
    width: 100%;
  }
  .menu .main-nav {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
    position: static;
    transform: none;
  }
  .menu .main-nav,
  .moved.home .menu .main-nav,
  .home .menu .main-nav {
    color: var(--white);
  }

  .moved.home .menu .main-nav > li.reserve a,
  .menu .main-nav > li.reserve a {
    border-color: var(--white);
  }
  .menu .main-nav > li.reserve a:hover,
  .home .menu .main-nav > li.reserve a:hover {
    border-color: var(--white);
    background: var(--white);
    color: var(--brown);
  }
  .menu .main-nav > li {
    display: block;
  }
  .menu .main-nav > li:not(:first-child) {
    margin-top: 24px;
  }
  .menu .main-nav > li.sns {
    margin-top: 60px;
    display: flex;
    gap: 10px;
  }
  .menu .main-nav > li.sns a {
    padding-bottom: 0;
  }
  .menu .main-nav > li.sns a::after {
    display: none;
  }
  .menu .main-nav > li.sub {
    font-size: 12px;
    line-height: 9px;
    margin-top: 15px;
    white-space: nowrap;
  }
  .menu .main-nav > li.sub a {
    padding-bottom: 0;
  }
  .menu .main-nav > li.sub a::after {
    display: none;
  }
  .menu .main-nav > li.sub + li.sub {
    margin-top: 12px;
  }
  .menu .main-nav > li > a {
    display: inline-block;
    border-bottom: none;
  }
  .menu .main-nav > li > a img {
    width: 14px;
  }
  .menu .main-nav > li > a:hover {
    border: none;
  }
}

/*------------------------------------------------------------
	MENU - BUTTON
------------------------------------------------------------*/

.menu-trigger {
  display: none;
}
@media screen and (max-width: 800px) {
  .menu-close {
    width: 50px;
    height: 25px;
    position: fixed;
    top: 22px;
    right: 15px;
    z-index: 2001;
    opacity: 0;
    visibility: hidden;
  }
  .opened .menu-close {
    visibility: visible;
    opacity: 1;
  }
  #header .overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .opened #header .overlay {
    opacity: 1;
    visibility: visible;
  }
  .menu-trigger {
    width: 50px;
    height: 25px;
    position: fixed;
    top: 21px;
    right: 15px;
    z-index: 2000;
    display: block;
  }
  .menu-trigger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    opacity: 1;
    background-color: var(--black2);
    backface-visibility: hidden;
    transition: 0.5s;
  }
  .home .menu-trigger span {
    background-color: var(--white);
  }
  .home.moved .menu-trigger span {
    background-color: var(--black2);
  }
  .home.moved.opened .menu-trigger span,
  .opened .menu-trigger span {
    background-color: var(--white);
  }
  .menu-trigger span:nth-of-type(1),
  .menu-trigger span:nth-of-type(2) {
    transition:
      background-color 0.2s ease 0s,
      margin-top 0.2s ease 0.63s,
      transform 0.2s ease 0s;
  }
  .menu-trigger span:nth-of-type(1) {
    margin-top: -4px;
  }
  .menu-trigger span:nth-of-type(2) {
    margin-top: 4px;
  }
  .opened .menu-trigger span:nth-of-type(1),
  .opened .menu-trigger span:nth-of-type(2) {
    transition:
      background-color 0.2s ease 0s,
      margin-top 0.1s ease 0s,
      transform 0.1s ease 0.15s;
  }
  .opened .menu-trigger span:nth-of-type(1) {
    margin-top: 0;
    transform: rotate(-30deg);
  }

  .opened .menu-trigger span:nth-of-type(2) {
    margin-top: 0;
    transform: rotate(30deg);
  }
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#footer {
  background: var(--bgFooter);
  color: var(--white);
  position: relative;
  z-index: 2;
  padding: 80px var(--px) 160px;
}
#footer .footer-wrap {
  width: 100%;
  margin: auto;
}
#footer .footer-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#footer .logo {
  width: 104.72px;
  transition: 0.5s;
}
#footer .logo img {
  width: 100%;
}
#footer .logo:hover {
  opacity: 0.5;
}
#footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: var(--en);
}
#footer .footer-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 24px;
  line-height: 1;
  font-size: 14px;
  font-feature-settings: "palt" on;
}
#footer .footer-main a {
  transition: 0.5s;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
}
#footer .footer-main a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: currentcolor;
}
#footer .footer-main .reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border: 1px solid var(--white);
  padding: 2px 13px 0;
}
#footer .footer-main .reserve a:hover {
  text-decoration-color: transparent;
  background: var(--white);
  color: var(--brown);
}
#footer .footer-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1;
  font-feature-settings: "palt" on;
}
#footer .footer-sub img {
  width: 14px;
}
#footer .footer-sub .txt {
  margin-left: 10px;
}
#footer .company {
  margin-top: auto;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 8px;
  gap: 10px;
  font-feature-settings: "palt" on;
}

#footer .copy {
  font-family: var(--copy);
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
}

@media screen and (max-width: 800px) {
  #footer {
    padding: 120px var(--px) 100px;
  }
  #footer .footer-info {
    display: flex;
    gap: 0;
    justify-content: center;
  }
  #footer .footer-nav {
    align-items: center;
    gap: 0;
  }
  #footer .upper {
    display: grid;
    grid-template-columns: 112px 112px;
    gap: 50px;
  }
  #footer .upper .logo {
    width: 100%;
  }
  #footer .upper .logo img {
    width: 111px;
  }
  #footer .footer-main {
    flex-direction: column;
  }
  #footer .footer-sub {
    width: 100%;
    margin-top: 80px;
    gap: 12px;
  }
  #footer .footer-sub .txt {
    margin-left: 0;
  }
  #footer .company {
    width: 100%;
    margin-top: 20px;
  }
  #footer .copy {
    width: 100%;
    margin-top: 10px;
  }
}

/*------------------------------------------------------------
	Common
------------------------------------------------------------*/
#main {
  position: relative;
  z-index: 2;
  background: var(--bgMain);
}
#main .section-wrap {
  padding: var(--py) var(--px);
}
.w100vw {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

#common {
  position: relative;
  z-index: 2;
  background: var(--bgMain);
  overflow: hidden;
}
#common .section-wrap {
  padding: var(--py) var(--px);
}
#common .top-ttl .en {
  font-family: var(--en);
  font-size: 32px;
  line-height: 24px;
  margin-top: 22px;
}
#common .insta-carousel {
  height: 360px;
}
#common .carousel-wrap {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  animation: carousel linear infinite;
}
@keyframes carousel {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#common #sb_instagram #sbi_images {
  padding: 0;
  padding-right: 20px;
  gap: 20px;
  width: calc(380px * 4);
  max-width: calc(380px * 4);
}
#common .btn-instagram {
  max-width: 992px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  margin-top: 40px;
}
#common .btn-instagram a {
  transition: 0.5s;
}
#common .btn-instagram a:hover {
  opacity: 0.5;
}
#common .btn-instagram img {
  width: 24px;
  height: auto;
}
#common .common-nav {
  margin-top: 80px;
}
#common .common-nav ul {
  max-width: 992px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--border);
}
#common .common-nav li {
  border-right: 1px solid var(--border);
}
#common .common-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 40px;
  transition: 0.5s;
  gap: 40px;
}
#common .common-nav a:hover {
  background: var(--bgLight);
}
#common .common-nav h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
#common .common-nav h3 .en {
  font-family: var(--en);
  font-weight: 400;
  font-size: 24px;
  line-height: 18px;
}
#common .common-nav h3 .ja {
  line-height: 11px;
}
@media screen and (max-width: 800px) {
  .sp100vw {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #common .section-wrap {
    padding: 120px var(--px);
  }
  #common .common-nav ul {
    grid-template-columns: 1fr;
  }
  #common .insta-carousel {
    height: 260px;
  }
  #common #sb_instagram #sbi_images {
    padding: 0;
    padding-right: 20px;
    gap: 20px;
    width: calc(280px * 4);
    max-width: calc(280px * 4);
  }
  #common .common-nav ul {
    border-left: none;
    border-top: 1px solid var(--border);
  }
  #common .common-nav li {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  #common .common-nav a {
    padding: 20px 0;
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 186px auto;
  }
  #common .common-nav h3 {
    align-items: flex-start;
  }
  #common .common-nav h3 .en {
    font-size: 20px;
    line-height: 15px;
  }
}

/*------------------------------------------------------------
	Top
------------------------------------------------------------*/

#mv {
  width: 100%;
  position: relative;
  z-index: 2;
  background: var(--bgMain);
}
#mv .section-wrap {
  position: relative;
  transition-duration: 3s;
}
#mv .section-wrap > img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .section-wrap .video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
  }
  &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebe4d8;
    z-index: 2;
    mix-blend-mode: multiply;
  }
}

#mv .section-wrap .mv {
  width: 100%;
  position: relative;
  height: 100vh;
}
#mv .section-wrap .mv img {
  width: 100%;
  height: auto;
}

#mv .section-wrap h2 {
  z-index: 2;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-family: var(--ttl);
  text-align: center;
  font-weight: 400;
  font-size: 54px;
  line-height: 74px;
  font-feature-settings: "palt" on;
  margin-top: -108px;
  opacity: 0;
  animation: fadeIn 3s linear 1s forwards;
  transition: 0.5s;
  leading-trim: both;
  text-edge: cap;
}
#mv .section-wrap h2 i {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
.moved #mv .section-wrap h2 {
  color: transparent;
}

.catch .section-wrap {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
.catch p {
  font-size: 20px;
  line-height: 40px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  font-feature-settings: "palt" on;
  color: var(--white);
}

.top-ttl {
  text-align: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  gap: 8px;
}
.ttl-bd::before {
  content: "";
  width: 1px;
  height: 80px;
  background: currentcolor;
  display: block;
}

@media screen and (max-width: 800px) {
  #mv .section-wrap .mv {
    height: 100svh;
  }
  #mv .section-wrap > img {
    height: 100lvh;
  }
  #mv .section-wrap h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: -56px;
  }
  .catch p {
    font-size: 18px;
    line-height: 32px;
  }
}

#news {
  background: var(--bgGrey);
}

#news {
  padding: var(--py) var(--px) 40px;
}
#news .section-wrap {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  max-width: 786px;
  margin: auto;
}
#news .section-title .title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 120px;
}
#news .section-title .title .en {
  font-family: var(--en);
  font-size: 28px;
  line-height: 21px;
}
#news .section-title .title .ja {
  font-size: 14px;
  line-height: 11px;
}
#news .section-content {
  flex-grow: 1;
  max-width: 582px;
}
.news-list {
  border-bottom: 1px solid var(--border);
}
.news-list .news-item {
  border-top: 1px solid var(--border);
}
.news-list .news-wrap {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 102px auto;
}

.news-list .news-wrap .date {
  font-family: var(--en);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.news-list .news-wrap .title {
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  text-decoration-color: transparent;
}
.news-list .news-wrap:hover .title {
  text-decoration-color: currentcolor;
}
.archive-news .news-list .news-wrap {
  padding: 34px 0;
}
.archive-news .news-list .news-wrap .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.archive-news .news-list .news-wrap .title {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  font-feature-settings: "palt" on;
}
.archive-news .news-list .news-content {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  font-feature-settings: "palt" on;
  padding-left: 102px;
}
.archive-news .news-list .news-content a {
  text-decoration: underline;
  transition: 0.5s;
}
.archive-news .news-list .news-content a:hover {
  color: var(--brown);
}
.archive-news .news-list .news-content > * + * {
  margin-top: 1em;
}
#news .btn {
  margin-top: 16px;
}
#news .btn a {
  display: flex;
  width: 174px;
  font-family: var(--en);
  font-size: 15px;
}
#news .btn a span {
  display: inline-flex;
  height: 30px;
  align-items: center;
  gap: 8px;
  position: relative;
}
#news .btn a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: currentcolor;
  transition: 0.5s;
}
#news .btn a:hover span::after {
  opacity: 1;
  width: 100%;
}

.pagenavi-wrap {
  margin-top: 80px;
}
.pagenavi-wrap .wp-pagenavi {
  font-family: var(--en);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: center;
  align-items: center;
}
.pagenavi-wrap .wp-pagenavi > a,
.pagenavi-wrap .wp-pagenavi > span {
  color: var(--grey);
  padding: 0 10px;
}
.pagenavi-wrap .wp-pagenavi > a:not(:first-child),
.pagenavi-wrap .wp-pagenavi > span:not(:first-child) {
  border-left: 1px solid var(--border);
}
.pagenavi-wrap .wp-pagenavi a.page {
  transition: 0.5s;
}
.pagenavi-wrap .wp-pagenavi a:hover {
  color: var(--black2);
}
.pagenavi-wrap .wp-pagenavi span.current {
  color: var(--black2);
}
.news-title {
  display: flex;
  flex-direction: column;
  line-height: 32px;
  font-size: 24px;
  text-align: justify;
  padding-bottom: 33px;
  border-bottom: 1px solid var(--border);
  .date {
    font-family: var(--en);
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 33px;
  }
}
.news-content {
  padding-top: 80px;
  font-size: 16px;
  line-height: 1.5;
}
.news-content > * + * {
  margin-top: 30px;
}
.news-content > h3 {
  font-size: 18px;
  line-height: 26px;
}
.news-content > p {
  text-align: justify;
}
.news-content > p a {
  text-decoration: underline;
}
.news-content > p a:hover {
  text-decoration: none;
}
.news-content > .wp-block-image {
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}
.news-content > * + .wp-block-image {
  margin-top: 70px;
}
.news-content .wp-block-image :where(figcaption) {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.prevnext-wrap {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.prevnext {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 16px;
  line-height: 24px;
}
.prevnext li > * {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 8px;
}
.prevnext li > span {
  opacity: 0;
  pointer-events: none;
}
.prevnext li > a {
  position: relative;
}
.prevnext li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: currentcolor;
  transition: 0.5s;
}
.prevnext li > a:hover::after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #news {
    padding: 120px var(--px) var(--py);
  }
  #news .section-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #news .title {
    gap: 10px;
  }
  #news .title .en {
    font-size: 36px;
    line-height: 27px;
  }
  .news-list .news-wrap {
    padding: 25px 0 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .news-list .news-wrap .date {
    font-size: 14px;
    line-height: 10px;
  }
  .news-list .news-wrap .title {
    font-size: 14px;
    line-height: 22px;
  }
  #news .btn {
    margin-top: 20px;
  }
  .archive-news .news-list .news-content {
    padding-left: 0;
  }
  .archive-news .news-list .news-wrap {
    gap: 0;
  }
  .archive-news .news-list .news-wrap .date {
    font-size: 14px;
    line-height: 20px;
  }
  .archive-news .news-list .news-wrap .title {
    font-size: 18px;
    line-height: 26px;
  }
  .prevnext-wrap {
    padding-top: 30px;
  }
  .prevnext {
    font-size: 14px;
    line-height: 22px;
    gap: 0;
    justify-content: space-between;
  }
}

#about .section-wrap {
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  gap: 160px;
}
#about .top-ttl .en {
  font-family: var(--en);
  font-size: 60px;
  line-height: 44px;
  margin-top: 12px;
}
#about .top-ttl .ja {
  font-size: 18px;
  line-height: 14px;
}
#about .about-slide {
  margin-bottom: 0;
}
#about .txt + .about-slide {
  margin-top: 80px;
}
#about .about-slide * {
  line-height: 1;
  vertical-align: bottom;
}
.slick-slider .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.slick-slider .slick-dots li button,
.slick-slider .slick-dots li {
  font-size: 8px;
  line-height: 1;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-dots li button {
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: 0.5s;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active button {
  background: var(--white);
}

#about .txt {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#about .txt h3 {
  font-family: var(--ttl);
  font-weight: 400;
  font-size: 44px;
  line-height: 33px;
  font-style: normal;
  font-feature-settings: "palt" on;
}
#about .txt .left ul {
  margin-top: 40px;
  width: 100%;
  max-width: 512px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#about .txt .left ul h4 {
  font-family: var(--en);
  font-size: 16px;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  leading-trim: both;
  text-edge: cap;
  align-self: stretch;
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
  margin-bottom: 4px;
}
#about .txt .left ul .nav-item {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  padding-left: 18px;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.5s;
}
#about .txt .left ul .nav-item:hover {
  color: var(--brown);
}
#about .txt .left ul .nav-item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  margin-top: -6px;
  background: var(--white);
  border: 1px solid var(--border);
}
#about .txt .left ul .nav-item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  margin-top: -6px;
  background: var(--brown);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.5s;
}
#about .txt .left ul .nav-item.current::after {
  opacity: 1;
}

#about .txt .right p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
#about .btn-txt {
  margin-top: 30px;
}
.btn-txt a {
  display: inline-flex;
  color: var(--black2);
  width: auto;
  font-size: 16px;
  line-height: 1;
  font-feature-settings: "palt" on;
}
.btn-txt a span {
  display: inline-flex;
  height: 30px;
  align-items: center;
  gap: 8px;
  position: relative;
}
.btn-txt a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: currentcolor;
  transition: 0.5s;
}
.btn-txt a:hover span::after {
  opacity: 1;
  width: 100%;
}
#about .about-slide .pc {
  display: block;
  width: 100%;
  height: auto;
}
#about .about-slide .sp {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #about .top-ttl .en {
    font-size: 52px;
    line-height: 30px;
    margin-top: 20px;
  }
  #about .txt {
    grid-template-columns: 1fr;
  }
  #about .txt h3 {
    font-size: 34px;
    line-height: 25px;
  }
  #about .about-slide .pc {
    display: none;
  }
  #about .about-slide .sp {
    display: block;
  }
  #about .txt .left ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

#facility {
  background: var(--bgLight);
}
#facility .section-wrap {
  padding-bottom: 0;
}
#facility .top-ttl {
  margin-bottom: 33px;
}
#facility .top-ttl .ja {
  font-family: var(--ttl);
  font-size: 30px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt" on;
  margin-top: 22px;
}
#facility .section-content {
  max-width: var(--cww);
  margin: auto;
  display: grid;
  align-items: center;
  grid-template-columns: auto max(28.7%, 276px);
  gap: 35px;
}
#facility .facility {
  flex-grow: 1;
}
#facility .detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#facility .detail > * {
  max-width: 276px;
}
#facility .detail h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 11px;
  font-feature-settings: "palt" on;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d8d8d8;
}
#facility .detail h3 span {
  font-size: 12px;
  line-height: 9px;
}
#facility .detail .rooms {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#facility .detail .rooms .info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#facility .detail .rooms .info > span {
  font-size: 12px;
  line-height: 9px;
}
#facility .detail .rooms h4 {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 11px;
  text-align: justify;
  font-feature-settings: "palt" on;
}
#facility .detail .rooms h4 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: var(--brown);
  font-family: var(--en);
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding-top: 1px;
  color: var(--white);
}
#facility .detail .rooms p {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  font-feature-settings: "palt" on;
  margin-left: 23px;
}
#facility .detail .rooms a {
  display: flex;
  width: 140px;
  font-size: 16px;
  line-height: 1;
  font-feature-settings: "palt" on;
}
#facility .detail .rooms a span {
  display: inline-flex;
  height: 30px;
  align-items: center;
  gap: 8px;
  position: relative;
}
#facility .detail .rooms a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: currentcolor;
  transition: 0.5s;
}
#facility .detail .rooms a:hover span::after {
  opacity: 1;
  width: 100%;
}

#facility .facilities {
  color: var(--black2);
  font-feature-settings: "palt" on;
  text-align: justify;
  vertical-align: middle;
}
#facility .facilities th {
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
#facility .facilities th::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brown);
  position: absolute;
  top: 6px;
  left: 0;
}
#facility .facilities td {
  white-space: nowrap;
  font-size: 10px;
  line-height: 18px;
}
#facility .btn-faq {
  width: 100%;
}
#facility .btn-faq a {
  display: flex;
  color: var(--black2);
  width: 174px;
  font-size: 12px;
  line-height: 1;
  font-feature-settings: "palt" on;
}
#facility .btn-faq a span {
  display: inline-flex;
  height: 30px;
  align-items: center;
  gap: 8px;
  position: relative;
}
#facility .btn-faq a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: currentcolor;
  transition: 0.5s;
}
#facility .btn-faq a:hover span::after {
  opacity: 1;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #facility .section-wrap {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  #facility .section-content {
    display: block;
  }
  #facility .facility {
    overflow: hidden;
    margin-bottom: 40px;
  }
  #facility .facility img {
    width: 425px;
    max-width: 425px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translate(-230px, 0);
  }
  #facility .detail > * {
    max-width: 100%;
  }
}

#access .section-wrap {
  background: var(--bgLight);
  padding: var(--py) var(--px);
}
#access .top-ttl .en {
  font-family: var(--en);
  font-size: 40px;
  line-height: 29px;
  margin-top: 22px;
}
#access .top-ttl .ja {
  font-size: 14px;
  line-height: 11px;
}

#access .section-content {
  max-width: 990px;
  margin: auto;
}
#access .map {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}
#access .map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
}
#access .info {
  display: grid;
  grid-template-columns: auto 88px;
  margin-top: 30px;
}
#access .txt h3 {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  font-feature-settings: "palt" on;
}
#access .txt ul {
  display: grid;
  margin-top: 12px;
  gap: 30px;
  max-width: 582px;
  grid-template-columns: repeat(2, 1fr);
}
#access .txt h4 {
  padding-top: 12px;
  position: relative;
  font-size: 14px;
  line-height: 11px;
  text-align: justify;
  font-feature-settings: "palt" on;
  margin-bottom: 8px;
}
#access .txt h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  left: 0;
  top: 0;
  background: var(--grey);
}
#access .txt p {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  font-feature-settings: "palt" on;
}
#access .btn-map a {
  display: flex;
  font-family: var(--en);
  font-size: 15px;
}
#access .btn-map a span {
  display: inline-flex;
  height: 30px;
  align-items: center;
  gap: 8px;
  position: relative;
  white-space: nowrap;
}
#access .btn-map a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: currentcolor;
  transition: 0.5s;
}
#access .btn-map a:hover span::after {
  opacity: 1;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #access .section-wrap {
    padding-bottom: 160px;
  }
  #access .info {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 15px;
    .txt {
      order: 1;
    }
  }
  #access .map {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    height: 282px;
  }
  #access .txt ul {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  #access .btn-map {
    text-align: right;
  }
  #access .btn-map a {
    display: inline-flex;
  }
}

/*------------------------------------------------------------
	Page - common
------------------------------------------------------------*/
#page {
  padding-top: var(--py);
}
#page .page-wrap {
  padding: var(--py) var(--px) 0;
}
#page .page-title {
  max-width: var(--cw);
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
#page .page-title .title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
#page .page-title .title .en {
  font-family: var(--en);
  font-size: 40px;
  line-height: 29px;
}
#page .page-title .title .ja {
  font-size: 14px;
  line-height: 11px;
  font-feature-settings: "palt" on;
  color: var(--black2);
}
#page .page-title.ttl-S .title .en {
  font-size: 32px;
  line-height: 24px;
}
#page .page-title.ttl-L {
  max-width: 100%;
  padding-left: max(50% - 393px, 0px);
  display: grid;
  grid-template-columns: 276px auto;
  gap: 30px;
  align-items: flex-start;
}
#page .page-title.ttl-L .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#page .page-title.ttl-L .title .en {
  font-family: var(--en);
  font-size: 54px;
  line-height: 48px;
  position: relative;
}
#page .page-title.ttl-L .title .en::after {
  content: "";
  display: block;
  margin-top: -8px;
}
#page .page-title.ttl-L .title .ja {
  font-size: 18px;
  line-height: 14px;
  font-feature-settings: "palt" on;
}
#page .page-title.ttl-L .desc {
  margin-top: 54px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
#page .page-title.ttl-L .desc::before {
  content: "";
  display: block;
  margin-bottom: -6px;
}
#page .page-title.ttl-L .desc::after {
  content: "";
  display: block;
  margin-top: -6px;
}
#page .page-title.ttl-L + .page-mv {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  padding-left: max(50vw - 393px, var(--px));
  margin-bottom: 200px;
}
#page .page-content {
  max-width: var(--cw);
  width: 100%;
  margin: auto;
}

#page .trim-cat {
  position: relative;
}
#page .trim-cat::before {
  content: "";
  display: block;
  margin-bottom: -6px;
}
#page .trim-cat::after {
  content: "";
  display: block;
  margin-top: -6px;
}
@media screen and (max-width: 800px) {
  #page {
    padding-top: 120px;
  }
  #page .page-title {
    margin-bottom: 60px;
  }
  #page .page-title .title .en {
    font-family: var(--en);
    font-size: 36px;
    line-height: 27px;
  }
  #page .page-title .title .ja {
    font-size: 14px;
    line-height: 11px;
  }
  #page .page-title.ttl-S {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  #page .page-title.ttl-S .title {
    flex-direction: column;
    align-items: flex-start;
  }
  #page .page-title.ttl-S .title .en {
    font-size: 22px;
    line-height: 16px;
  }
  #page .page-title.ttl-S .title .ja {
    font-size: 12px;
    line-height: 9px;
  }
  #page .page-title.ttl-L {
    display: block;
    margin-bottom: 160px;
  }
  #page .page-title.ttl-L .title {
    margin-bottom: 80px;
  }
  #page .page-title.ttl-L .title .en {
    font-size: 46px;
    line-height: 40px;
  }
  #page .page-title.ttl-L .title .en::after {
    margin-top: -6px;
  }
  #page .page-title.ttl-L .desc {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}

/*------------------------------------------------------------
	Page - STAY
------------------------------------------------------------*/
.section-content-stay {
  display: grid;
  grid-template-columns: 204px auto;
}
.section-content-stay > * {
  min-width: 0;
}
.section-content-stay .stay-nav {
  position: relative;
  align-self: start;
  top: 100px;
  left: 0;
  position: sticky;
}
.stay-nav {
  .sticky-wrap {
    max-width: 110px;
  }
  .nav-item + .nav-item {
    margin-top: 16px;
  }
  h2 {
    font-family: var(--en);
    font-size: 12px;
    line-height: 8px;
    padding-bottom: 8px;
  }
  h3 {
    font-size: 12px;
    line-height: 9px;
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
  }
  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    line-height: 9px;
    a {
      display: flex;
      position: relative;
      align-items: center;
      gap: 6px;
      transition: 0.5s;
      &::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        box-sizing: border-box;
        border: 1px solid var(--border);
        border-radius: 50%;
      }
      &::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: var(--brown);
        border-radius: 50%;
        transform: scale(0.5);
        opacity: 0;
        transition: 0.5s;
      }
      &:hover {
        color: var(--brown);
      }
    }
    .active a {
      &::after {
        opacity: 1;
      }
    }
  }
}
.food-item,
.stay-item {
  margin-bottom: 160px;
}
.stay-item {
  padding-top: 80px;
  margin-top: -80px;
}
.item-title {
  display: grid;
  grid-template-columns: 378px auto;
  gap: 30px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: currentcolor;
  }
  h2 {
    font-family: var(--ttl);
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
    line-height: 28px;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    &.en {
      font-family: var(--en);
      font-size: 44px;
      line-height: 32px;
    }
    &:has(small) {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    small {
      font-size: 28px;
      line-height: 21px;
    }
  }
  p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }
}

.slide .slick-next {
  width: 15px;
  height: 26px;
  margin-top: -13px;
  top: 50%;
  right: 14px;
  z-index: 2;
  background: url(images/slide-arrow.svg) center center/contain no-repeat;
  transform: none;
  &::before {
    display: none;
  }
  &:hover,
  &:focus {
    background: url(images/slide-arrow.svg) center center/contain no-repeat;
  }
}
.slide .slick-prev {
  width: 15px;
  height: 26px;
  margin-top: -13px;
  top: 50%;
  left: 14px;
  z-index: 2;
  background: url(images/slide-arrow.svg) center center/contain no-repeat;
  transform: scaleX(-1);
  &::before {
    display: none;
  }
  &:hover,
  &:focus {
    background: url(images/slide-arrow.svg) center center/contain no-repeat;
  }
}
.type-item {
  padding-top: 100px;
  display: grid;
  grid-template-columns: auto 378px;
  align-items: flex-start;
  gap: 30px;
  & > * {
    min-width: 0;
  }
  .item-info {
    h3 {
      font-size: 24px;
      line-height: 18px;
      margin-bottom: 30px;
      small {
        font-size: 16px;
        line-height: 12px;
        margin-left: 20px;
      }
    }
    p {
      font-size: 14px;
      line-height: 22px;
      text-align: justify;
    }
    h4 {
      font-family: var(--en);
      font-size: 16px;
      line-height: 12px;
      padding-bottom: 8px;
      border-bottom: 1px solid #d8d8d8;
      margin-top: 30px;
    }
    ul {
      font-size: 14px;
      line-height: 22px;
      display: flex;
      flex-direction: column;
      gap: 1px;
      margin-top: 8px;
      li {
        position: relative;
        padding-left: 10px;
        &::before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: var(--brown);
          position: absolute;
          left: 0;
          top: 8px;
        }
      }
    }
    table {
      font-size: 12px;
      line-height: 18px;
      table-layout: fixed;
      margin-top: 30px;
      td,
      th {
        padding: 2px 0;
        border-top: 1px solid var(--border);
      }
      th {
        width: 100px;
      }
      td {
        text-align: justify;
      }
    }
    p.note {
      font-size: 12px;
      line-height: 18px;
      margin-top: 5px;
    }
    .btn-sq {
      margin-top: 30px;
      a {
        display: inline-flex;
        padding: 0 24px 0 20px;
        align-items: center;
        gap: 18px;
        white-space: nowrap;
        height: 46px;
        border: 1px solid var(--grey);
        background: var(--white);
        transition: 0.5s;
        &:hover {
          background: var(--black2);
          border-color: var(--black2);
          color: var(--white);
        }
        .sq {
          width: 10px;
          height: 20px;
          position: relative;
          &::after {
            content: "";
            display: block;
            width: 14px;
            height: 14px;
            box-sizing: border-box;
            border-top: 1px solid currentcolor;
            border-right: 1px solid currentcolor;
            position: absolute;
            right: 0;
            top: 50%;
            transform: rotate(45deg);
            transform-origin: right top;
          }
        }
      }
    }
  }
}
.slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.food-content .type-item {
  grid-template-columns: 582fr 480fr;
}

.guide-wrap {
  h2.wp-block-heading {
    position: relative;
    padding-top: 60px;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 60px;
    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 80px;
      height: 1px;
      background: currentcolor;
    }
  }
  .wp-block-columns {
    display: grid;
    grid-template-columns: 178px auto;
    gap: 30px;
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid var(--border);
    .wp-block-column {
      padding: 18px 0 38px;
      ul {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        display: flex;
        flex-direction: column;
        gap: 4px;
        li {
          position: relative;
          padding-left: 22px;
          &::before {
            content: "";
            width: 3px;
            height: 3px;
            display: block;
            border-radius: 50%;
            background: currentcolor;
            position: absolute;
            left: 10px;
            top: 10px;
          }
        }
      }
      & > * + * {
        margin-top: 13px;
      }
      p.note {
        font-size: 14px;
        line-height: 22px;
      }
    }
  }
  .guide {
    border-bottom: 1px solid var(--border);
  }
  .btn-txt {
    margin-top: 40px;
  }
}

.food-content,
.activity-content {
  padding-left: max(0px, 50% - 495px);
}

.activity-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.activity-item {
  width: 100%;
  position: relative;
  padding-top: 60px;
  display: grid;
  grid-template-columns: 342px auto;
  align-items: flex-start;
  gap: 66px;
  & > * {
    min-width: 0;
  }
  &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 80px;
    background: currentcolor;
  }
  .item-info {
    flex-basis: 342px;
    h2 {
      font-family: var(--ttl);
      font-size: 32px;
      line-height: 38px;
      position: relative;
      margin-bottom: 60px;
      &::before {
        content: "";
        display: block;
        margin-bottom: -7px;
      }
      &::after {
        content: "";
        display: block;
        margin-top: -7px;
      }
    }
    .desc {
      font-size: 16px;
      line-height: 24px;
      text-align: justify;
    }
    .desc + .note {
      margin-top: 20px;
    }
    .note {
      font-size: 14px;
      line-height: 22px;
    }
    h3 {
      margin-top: 40px;
      font-size: 14px;
      line-height: 11px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #d8d8d8;
      max-width: 240px;
    }
    .limit {
      font-size: 14px;
      line-height: 22px;
    }
  }
  .item-gallery,
  .item-movie {
    order: 1;
    flex-grow: 1;
  }
  .item-movie video {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section-content-stay {
    grid-template-columns: 1fr;
  }
  .section-content-stay .stay-nav {
    position: static;
    margin-bottom: 160px;
  }
  .stay-nav {
    .sticky-wrap {
      max-width: 100%;
      .nav-item {
        display: grid;
        grid-template-columns: 108px auto;
      }
      .nav-list {
        border-top: 1px solid var(--border);
        padding-top: 16px;
        line-height: 1;
        display: grid;
        gap: 10px 0;
        grid-template-columns: repeat(2, 1fr);
        white-space: nowrap;
        li::before {
          content: "";
          display: block;
          margin-top: -2px;
        }
        li::after {
          content: "";
          display: block;
          margin-bottom: -1px;
        }
      }
    }
  }
  .guide-wrap {
    .wp-block-columns {
      grid-template-columns: 1fr;
      gap: 0;
      .wp-block-column:first-child {
        padding-bottom: 0;
        padding-top: 14px;
      }
      .wp-block-column:last-child {
        padding-top: 8px;
        padding-bottom: 34px;
      }
    }
  }
  .item-title {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-bottom: 0;
    h2 {
      &.en {
        font-family: var(--en);
        font-size: 40px;
        line-height: 29px;
      }
      small {
        font-size: 24px;
        line-height: 18px;
      }
    }
    p {
      font-size: 16px;
      line-height: 24px;
      text-align: justify;
    }
  }
  .type-item {
    display: block;
    .item-gallery.slide {
      width: 100vw;
      position: relative;
      left: 50%;
      transform: translate(-50%, 0);
      margin-bottom: 40px;
    }
  }
  .activity-item {
    display: block;
    padding-top: 0;
    &::before {
      display: none;
    }
    .item-info {
      margin-top: 30px;
      h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
      }
      h3 {
        margin-top: 30px;
      }
    }
  }
}

/*------------------------------------------------------------
	Page - PRIVACY POLICY
------------------------------------------------------------*/
.page-privacy-policy .page-content > h2 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--border);
}
.page-privacy-policy .page-content > p {
  font-size: 14px;
  line-height: 22px;
}
.page-privacy-policy .page-content > * + p {
  margin-top: 10px;
}
.page-privacy-policy .page-content > * + h2 {
  margin-top: 50px;
}
.page-privacy-policy .page-content > ul {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.page-privacy-policy .page-content > * + ul {
  margin-top: 10px;
}
.page-privacy-policy .page-content > ul li {
  position: relative;
  padding-left: 0.5em;
}
.page-privacy-policy .page-content > ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------------------------
	Page - FAQ
------------------------------------------------------------*/
.page-faq .page-content > * + .faq {
  margin-top: 0;
}
.page-faq .page-content > .faq {
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.page-faq .page-content > h3 {
  font-size: 18px;
  line-height: 14px;
  font-feature-settings: "palt" on;
  color: var(--brown);
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.page-faq .page-content > * + h3 {
  margin-top: 120px;
}
.page-faq .page-content .q {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  font-feature-settings: "palt" on;
  color: var(--brown);
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.page-faq .page-content .q::before {
  content: "Q.";
  font-family: var(--en);
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
  line-height: 26px;
}
.page-faq .page-content .a {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  font-feature-settings: "palt" on;
  color: var(--black2);
  position: relative;
  padding-top: 2px;
  padding-left: 40px;
}
.page-faq .page-content .a::before {
  content: "A.";
  font-family: var(--en);
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
  line-height: 22px;
}

.page-faq .page-content .a a {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .page-faq .page-content .q::before {
    top: 3px;
  }
  .page-faq .page-content .a::before {
    top: 7px;
  }
}

/*------------------------------------------------------------
	Page - Contact
------------------------------------------------------------*/
.page-contact .wpcf7 p {
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "palt" on;
  color: var(--black2);
}
.page-contact .wpcf7 p + p {
  margin-top: 40px;
}
.page-contact .wpcf7 input[type="text"],
.page-contact .wpcf7 input[type="email"],
.page-contact .wpcf7 input[type="tel"] {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  width: 100%;
  height: 50px;
  background: var(--white);
  margin-top: 6px;
  padding: 13px;
}
.page-contact .wpcf7 .wpcf7-form-control-wrap[data-name="your-subject"] {
  margin-top: 20px;
  display: block;
}
.page-contact .wpcf7 .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.page-contact .wpcf7 .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}
.page-contact .wpcf7 input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.page-contact .wpcf7 input[type="radio"] + span {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  min-width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.page-contact .wpcf7 input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  background: var(--white);
  border: 1px solid #e7e7e7;
}
.page-contact .wpcf7 input[type="radio"] + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  box-sizing: border-box;
  background: var(--brown);
  transform: scale(0.6);
  transition: 0.5s;
}
.page-contact .wpcf7 input[type="radio"]:checked + span::after {
  opacity: 1;
}
.page-contact .wpcf7 .wpcf7-form-control-wrap[data-name="your-acceptance"] {
  text-align: center;
  display: block;
}
.page-contact
  .wpcf7
  .wpcf7-form-control-wrap[data-name="your-acceptance"]
  .wpcf7-form-control {
  display: inline-flex;
}

.page-contact .wpcf7 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.page-contact .wpcf7 input[type="checkbox"] + span {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  min-width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.page-contact .wpcf7 input[type="checkbox"] + span a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.5s;
}
.page-contact .wpcf7 input[type="checkbox"] + span a:hover {
  color: var(--brown);
}
.page-contact .wpcf7 input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background: var(--white);
  border: 1px solid #e7e7e7;
}
.page-contact .wpcf7 input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  box-sizing: border-box;
  background: url(images/check.svg) center center/14px 12px no-repeat;
  transition: 0.5s;
}
.page-contact .wpcf7 input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.page-contact .wpcf7 textarea {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  width: 100%;
  height: 240px;
  background: var(--white);
  margin-top: 6px;
  padding: 13px;
}

.page-contact .wpcf7 p:has(.wpcf7-submit) {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.page-contact .wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
}
.page-contact .wpcf7 .submit-wrap {
  display: inline-block;
  position: relative;
}
.page-contact .wpcf7 .submit-wrap::after {
  background: var(--brown);
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.page-contact .wpcf7 .submit-wrap:hover::after {
  width: 100%;
}
.page-contact
  .wpcf7
  .submit-wrap:has(input[type="submit"]:disabled):hover::after {
  width: 0;
}
.page-contact .wpcf7 input[type="submit"] {
  display: inline-flex;
  width: 378px;
  height: 80px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-appearance: button;
  box-shadow: none;
  font-family: var(--ja);
  font-size: 20px;
  padding: 0;
  color: var(--brown);
  line-height: 1;
  border: 1px solid var(--brown);
  border-radius: 0;
  background: var(--white) url(images/submit-arrow-b.svg) right 25px center/6px
    12px no-repeat;
  cursor: pointer;
  transition: 0.5s;
}
.page-contact .wpcf7 input[type="submit"]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.page-contact .wpcf7 input[type="submit"]:hover {
  color: var(--white);
  background: transparent url(images/submit-arrow-w.svg) right 25px center/6px
    12px no-repeat;
}
.page-contact .wpcf7 input[type="submit"]:disabled:hover {
  color: var(--brown);
  background: transparent url(images/submit-arrow-b.svg) right 25px center/6px
    12px no-repeat;
}
.page-contact .wpcf7 :-ms-input-placeholder {
  color: var(--placeholder);
  font-family: var(--ja);
}
.page-contact .wpcf7 ::-ms-input-placeholder {
  color: var(--placeholder);
  font-family: var(--ja);
}
.page-contact .wpcf7 ::-webkit-input-placeholder {
  color: var(--placeholder);
  font-family: var(--ja);
}
.page-contact .wpcf7 ::-moz-placeholder {
  color: var(--placeholder);
  font-family: var(--ja);
}
.page-contact .wpcf7 ::placeholder {
  color: var(--placeholder);
  font-family: var(--ja);
}

@media screen and (max-width: 800px) {
  .page-contact .wpcf7 .wpcf7-form-control {
    flex-direction: column;
    gap: 24px;
  }
  .page-contact .wpcf7 input[type="checkbox"] + span {
    font-size: 14px;
  }
  .page-contact .wpcf7 .submit-wrap {
    width: 100%;
  }
  .page-contact .wpcf7 input[type="submit"] {
    width: 100%;
    display: flex;
  }
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
