@charset "UTF-8";
/*
Theme Name: fujinos
Template: twentytwentyfour
*/
:where(.wp-site-blocks *:focus) {
  outline: unset;
}

:where(body .is-layout-flow) > * {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: unset;
}

html {
  font-size: 62.5%;
}

body.wp-embed-responsive {
  color: rgba(0, 0, 0, 0.6);
}

body {
  background: url("../fujinos-theme/assets/images/bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: rgba(0, 0, 0, 0.6);
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  body {
    background-image: url("../fujinos-theme/assets/images/bg-sp.jpg");
    background-repeat: repeat-y;
    background-size: 100%;
  }
}
body.page-id-12 header > .wp-block-group {
  -webkit-animation: top-header 3s;
          animation: top-header 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: rgba(255, 255, 255, 0.01);
}
body.page-id-12 header > .wp-block-group svg {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
body.page-id-12 header .has-base-background-color .wp-container-core-group-is-layout-1 p {
  display: block;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
	header .header-logo {
		display: block !important;
	}
	header .header-en {
		display: block !important;
	}
	body.page-id-12 header > .wp-block-group svg {
		height: 76px;
	}
	p.en-site {
		display: none;
	}
}
@media (max-width: 767px) {
	body.page-id-12 header .has-base-background-color .wp-container-core-group-is-layout-1 p {
		display: none;
	}
	header a.header-en p {
		display: none !important;
	}
	p.en-site {
		margin: 0 0 .5rem !important;
		position: fixed;
		z-index: 9;
		display: block;
		width: calc(100vw - 5.6rem);
		top: auto;
		bottom: 9rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		color: #FFF;
		text-align: center;
		font-size: 1.2rem;
		font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	}
	p.en-site a {
		padding: 1.2rem 0 !important;
		display: block !important;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.3);
	}
}
body.page-id-12 header .has-base-background-color .wp-container-core-group-layout-1 p {
  display: block;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  body.page-id-12 header .has-base-background-color .wp-container-core-group-layout-1 p {
    display: none;
  }
}
body.page-id-12 header .fixed_content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  body.page-id-12 header .fixed_content {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1;
    visibility: visible;
  }
}
body.page-id-12 header .fixed_content div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
body.page-id-12 header .fixed_content div:first-child {
  background: rgba(255, 255, 255, 0.5);
}
body.page-id-12 header .fixed_content div:last-child {
  background: rgba(0, 0, 0, 0.5);
}
body.page-id-12 header.active .has-base-background-color .wp-container-core-group-is-layout-1 p {
  opacity: 0;
}
body.page-id-12 header.active .has-base-background-color .wp-container-core-group-layout-1 p {
  opacity: 0;
}
body.page-id-12 header.active.sp-top > .wp-block-group svg {
  opacity: 0;
}
body.page-id-12 header.active > .wp-block-group svg {
  /*
  animation: fade-in 0.8s;
  animation-fill-mode: forwards;
  */
  opacity: 1;
}
body.page-id-12 header.active .fixed_content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
body.page-id-12 header.active .fixed_content div {
  /*
  animation: fade-in2 0.8s;
  animation-fill-mode: forwards;
  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
body.area.open header .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 svg path {
  fill: #fff;
}
body.area.open header .wp-container-core-group-layout-1 svg path {
  fill: #fff;
}
body.area.open header .btn-trigger:after {
  border-color: #fff;
  -webkit-animation: circle_back 0.5s;
          animation: circle_back 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  body.area.open header .btn-trigger:after:hover:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 767px) {
  body.area.open header .btn-trigger:after:active:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
body.area.open header .btn-trigger span {
  background-color: #fff;
}
body.area header .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 svg path {
  fill: rgba(0, 0, 0, 0.6);
}
body.area header .wp-container-core-group-layout-1 svg path {
  fill: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  body.area header .btn-trigger:hover:after {
    -webkit-animation: circle2 0.5s;
            animation: circle2 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
body.area header .btn-trigger:after {
  border-color: rgba(0, 0, 0, 0.6);
  -webkit-animation: circle_back2-a 0.5s;
          animation: circle_back2-a 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  body.area header .btn-trigger:after:hover:after {
    -webkit-animation: circle2 0.5s;
            animation: circle2 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 767px) {
  body.area header .btn-trigger:after:active:after {
    -webkit-animation: circle2 0.5s;
            animation: circle2 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
body.area header .btn-trigger span {
  background-color: rgba(0, 0, 0, 0.6);
}
body.change.open header .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 svg path {
  fill: #fff;
}
body.change.open header .wp-container-core-group-layout-1 svg path {
  fill: #fff;
}
body.change.open header .btn-trigger:after {
  border-color: #fff;
  -webkit-animation: circle_back 0.5s;
          animation: circle_back 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  body.change.open header .btn-trigger:after:hover:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 767px) {
  body.change.open header .btn-trigger:after:active:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
body.change.open header .btn-trigger span {
  background-color: #fff;
}
body.change header .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 svg path {
  fill: #fff;
}
body.change header .wp-container-core-group-layout-1 svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  body.change header .btn-trigger:hover:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
body.change header .btn-trigger:after {
  border-color: #fff;
  -webkit-animation: circle_back2-b 0.5s;
          animation: circle_back2-b 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  body.change header .btn-trigger:after:hover:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 767px) {
  body.change header .btn-trigger:after:active:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
body.change header .btn-trigger span {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
:root :where(h1, h2, h3, h4, h5, h6) {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

a {
  color: rgba(0, 0, 0, 0.6);
}

div {
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

p {
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.visible-phone {
  display: none;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }
}

.visible-tablet {
  display: none;
}
@media (max-width: 800px) {
  .visible-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
}

.scrollitem {
  position: relative;
}

.scrollitem__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  top: 81.5rem;
}
@media (min-width: 1919px) {
  .scrollitem__wrap {
    top: 87.5rem;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .scrollitem__wrap {
    top: 41.5rem;
  }
}
@media (max-width: 767px) {
  .scrollitem__wrap {
    top: 68.5vw;
  }
}

.scrollitem__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scrollitem__left {
  -webkit-animation: infi 35s infinite linear 0.5s both;
          animation: infi 35s infinite linear 0.5s both;
}

.scrollitem__item {
  width: 76vw;
  margin-right: 18rem;
}
@media (max-width: 767px) {
  .scrollitem__item {
    width: 160vw;
    margin-right: 12rem;
  }
}

.scrollitem__item > img {
  width: 100%;
}

.animate {
  fill: none;
  stroke: #fff;
  stroke-width: 150;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

.main-blur {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header .has-base-background-color {
  background-color: unset !important;
  padding: 2.5rem 3rem 0;
}
@media (max-width: 767px) {
  header .has-base-background-color {
    padding: 0;
  }
}
header .has-base-background-color .alignwide {
  max-width: unset;
}
header .has-base-background-color .wp-container-core-group-is-layout-1 p {
  display: none;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  padding-left: 2.2rem;
  margin-top: 2rem;
  position: absolute;
  width: 180px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}
header .has-base-background-color .wp-container-core-group-layout-1 p {
  display: none;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  padding-left: 2.2rem;
  margin-top: 2rem;
  position: absolute;
  width: 180px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}
body.page-id-12 header .has-base-background-color .wp-container-core-group-is-layout-1 p.en-site {
  position: absolute;
  top: 4rem;
}
header .has-base-background-color a {
  text-decoration: unset;
}
@media (max-width: 767px) {
  header .has-base-background-color svg {
    width: 9rem;
    height: 6.9rem;
    margin-left: 1.5rem;
    margin-top: 1.4rem;
  }
}
header .btn-trigger {
  position: fixed;
  right: 5rem;
  z-index: 2;
  width: 7.2rem;
  height: 7.2rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 4.5rem;
}
@media (max-width: 767px) {
  header .btn-trigger {
    width: 4rem;
    height: 4rem;
    top: 2.8rem;
    right: 2.8rem;
  }
}
header .btn-trigger span {
  position: absolute;
  left: 0;
  width: 3.5rem;
  height: 1px;
  background-color: #fff;
  border-radius: 0.4rem;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  header .btn-trigger span {
    width: 1.6rem;
  }
}
header .btn-trigger span:nth-of-type(1) {
  top: 3.2rem;
  left: 2rem;
  -webkit-animation: active-bar01_back 0.5s;
          animation: active-bar01_back 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  header .btn-trigger span:nth-of-type(1) {
    left: 1.35rem;
    top: 1.8rem;
    -webkit-animation: active-bar01_back-767 0.5s;
            animation: active-bar01_back-767 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
header .btn-trigger span:nth-of-type(2) {
  top: 4.2rem;
  left: 2rem;
  -webkit-animation: active-bar02_back 0.5s;
          animation: active-bar02_back 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  header .btn-trigger span:nth-of-type(2) {
    left: 1.35rem;
    top: 2.3rem;
    -webkit-animation: active-bar02_back-767 0.5s;
            animation: active-bar02_back-767 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) {
  header .btn-trigger:hover:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  header .btn-trigger:hover span:nth-of-type(1) {
    -webkit-animation: active-bar01 0.5s;
            animation: active-bar01 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  header .btn-trigger:hover span:nth-of-type(1) {
    -webkit-animation: active-bar01-767 0.5s;
            animation: active-bar01-767 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) {
  header .btn-trigger:hover span:nth-of-type(2) {
    -webkit-animation: active-bar02 0.5s;
            animation: active-bar02 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  header .btn-trigger:hover span:nth-of-type(2) {
    -webkit-animation: active-bar02-767 0.5s;
            animation: active-bar02-767 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 767px) {
  header .btn-trigger:active:after {
    -webkit-animation: circle 0.5s;
            animation: circle 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  header .btn-trigger:active span:nth-of-type(1) {
    -webkit-animation: active-bar01 0.5s;
            animation: active-bar01 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header .btn-trigger:active span:nth-of-type(1) {
    -webkit-animation: active-bar01-767 0.5s;
            animation: active-bar01-767 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 767px) {
  header .btn-trigger:active span:nth-of-type(2) {
    -webkit-animation: active-bar02 0.5s;
            animation: active-bar02 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header .btn-trigger:active span:nth-of-type(2) {
    -webkit-animation: active-bar02-767 0.5s;
            animation: active-bar02-767 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
header .btn-trigger.active + .nav__main {
  -webkit-animation: nav_view 0s;
          animation: nav_view 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
  display: grid;
  visibility: visible;
}
@media (max-width: 767px) {
  header .btn-trigger.active + .nav__main {
    display: block;
    -webkit-animation: nav_view-767 0s;
            animation: nav_view-767 0s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (min-width: 768px) {
  header .btn-trigger.active:hover span:nth-of-type(1) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0;
  }
  header .btn-trigger.active:hover span:nth-of-type(2) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0;
  }
}
@media (max-width: 767px) {
  header .btn-trigger.active:active span:nth-of-type(1) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0;
  }
  header .btn-trigger.active:active span:nth-of-type(2) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0;
  }
}
header .btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  header .btn-trigger.active span:nth-of-type(1) {
    margin-top: 0.3rem;
  }
}
header .btn-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  header .btn-trigger.active span:nth-of-type(2) {
    margin-top: -0.2rem;
  }
}
header .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 {
  position: relative;
  z-index: 4;
}
header .wp-container-core-group-layout-1 {
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  header .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 {
    margin-right: 0.9rem;
  }
}
@media (max-width: 767px) {
  header .wp-container-core-group-layout-2 {
    margin-right: 0.9rem;
  }
}

.btn-trigger::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 7.2rem;
  height: 7.2rem;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 1;
  -webkit-animation: circle_back 0.5s;
          animation: circle_back 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .btn-trigger::after {
    width: 4rem;
    height: 4rem;
  }
}

.nav__main {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  /*background-image: url("../fujinos-theme/assets/images/footer-bg.jpg");
  background-size: 20rem 20rem;
  background-repeat: repeat;*/
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  height: 100vh;
  padding: 18rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  -webkit-animation: nav_back 0.3s;
          animation: nav_back 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: visible;
  overflow: hidden;
}
.nav__main:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 100%;
  height: 100vh;
  background-image: url("../fujinos-theme/assets/images/footer-bg.jpg");
  background-size: 20rem 20rem;
  background-repeat: repeat;
  opacity: 0.9;
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main {
    padding: 14rem 5rem 0;
  }
}
@media (max-width: 767px) {
  .nav__main {
    -webkit-animation: nav_back-767 0.3s;
            animation: nav_back-767 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    padding: calc(var(--vh) * 100 - 48.5rem) 2.8rem 0;
  }
}
.nav__main > div {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  position: relative;
}
.nav__main > div div + div {
  margin-top: 2rem;
}
.nav__main > div:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  height: calc((100vh - 18rem) / 100 * 44);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(1) {
    height: calc((100vh - 14rem) / 100 * 47);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(1) {
    display: none;
  }
}
.nav__main > div:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  height: calc((100vh - 18rem) / 100 * 44);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(2) {
    height: calc((100vh - 14rem) / 100 * 47);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .nav__main > div:nth-child(2) > div {
    width: 50%;
    margin: 0;
  }
}
.nav__main > div:nth-child(2) h4 {
  margin-bottom: calc((100vh - 18rem) / 100 * 3.2);
  line-height: 1em;
}
@media (max-height: 769px) and (min-width: 768px) {
  .nav__main > div:nth-child(2) h4 {
    margin-bottom: 1rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(2) h4 {
    margin-bottom: calc((100vh - 14rem) / 100 * 3.2);
  }
}
.nav__main > div:nth-child(2) ul {
  margin: 0 0 calc((100vh - 18rem) / 100 * 7);
  padding: 0;
  position: relative;
  z-index: 2;
}
@media (max-height: 769px) and (min-width: 768px) {
  .nav__main > div:nth-child(2) ul {
    margin-bottom: 3rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(2) ul {
    margin-bottom: calc((100vh - 14rem) / 100 * 6);
  }
}
.nav__main > div:nth-child(2) ul li {
  margin-bottom: calc((100vh - 18rem) / 100 * 2.5);
  line-height: 1em;
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(2) ul li {
    margin-bottom: calc((100vh - 14rem) / 100 * 2);
  }
}
.nav__main > div:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/5;
  height: calc((100vh - 18rem) / 100 * 44);
  width: calc((100vw - 10rem) / 2);
  background-image: url("../fujinos-theme/assets/images/footer-1.png");
  background-position: center center;
  background-size: cover;
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(3) {
    height: calc((100vh - 14rem) / 100 * 47);
  }
}
.nav__main > div:nth-child(3) img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(3) {
    display: none;
  }
}
.nav__main > div:nth-child(4) {
  grid-row: 2/3;
  grid-column: 1/2;
  height: calc((100vh - 18rem) / 100 * 9);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 769px) and (min-width: 768px) {
  .nav__main > div:nth-child(4) {
    height: 2rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(4) {
    height: calc((100vh - 14rem) / 100 * 2);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(4) {
    display: none;
  }
}
.nav__main > div:nth-child(5) {
  grid-row: 2/3;
  grid-column: 2/3;
  height: calc((100vh - 18rem) / 100 * 9);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 769px) and (min-width: 768px) {
  .nav__main > div:nth-child(5) {
    height: 2rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(5) {
    height: calc((100vh - 14rem) / 100 * 2);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(5) {
    display: none;
  }
}
.nav__main > div:nth-child(6) {
  grid-row: 2/3;
  grid-column: 3/5;
  height: calc((100vh - 18rem) / 100 * 9);
  width: calc((100vw - 10rem) / 2);
}
@media (max-height: 769px) and (min-width: 768px) {
  .nav__main > div:nth-child(6) {
    height: 2rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(6) {
    height: calc((100vh - 14rem) / 100 * 2);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(6) {
    display: none;
  }
}
.nav__main > div:nth-child(7) {
  grid-row: 3/4;
  grid-column: 1/2;
  height: calc((100vh - 18rem) / 100 * 35);
  width: calc((100vw - 10rem) / 4);
  position: relative;
  top: 3rem;
}
@media (min-height: 1079px) and (min-width: 768px) {
  .nav__main > div:nth-child(7) {
    top: 6rem;
  }
}
@media (max-height: 769px) and (min-width: 768px) {
  .nav__main > div:nth-child(7) {
    top: 4rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(7) {
    height: calc((100vh - 14rem) / 100 * 32);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(7) {
    display: none;
  }
}
.nav__main > div:nth-child(7) a {
  font-size: 1rem;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  letter-spacing: 0.04em;
  border-left: 1px solid #fff;
  line-height: 1rem;
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(7) a {
    letter-spacing: 0;
  }
}
.nav__main > div:nth-child(7) a:hover {
  -webkit-animation: flowing-anim4 0.7s ease 0s;
          animation: flowing-anim4 0.7s ease 0s;
}
.nav__main > div:nth-child(7) a:first-child {
  left: 0;
  top: -2rem;
}
.nav__main > div:nth-child(7) a:last-child {
  left: 0;
  bottom: 0;
}
.nav__main > div:nth-child(8) {
  grid-row: 3/4;
  grid-column: 2/3;
  height: calc((100vh - 18rem) / 100 * 36);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(8) {
    height: calc((100vh - 14rem) / 100 * 33);
  }
}
.nav__main > div:nth-child(8) h4 {
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(8) h4 {
    line-height: 1em;
    margin-top: 0.5rem;
    margin-bottom: calc((100vh - 14rem) / 100 * 3.5);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(8) h4 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(8) {
    width: 100%;
    padding-left: 50% !important;
  }
}
.nav__main > div:nth-child(9) {
  grid-row: 3/4;
  grid-column: 3/5;
  height: calc((100vh - 18rem) / 100 * 36);
  width: calc((100vw - 10rem) / 2);
  font-size: 1.4rem;
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(9) {
    height: calc((100vh - 14rem) / 100 * 33);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(9) {
    display: none;
  }
}
.nav__main > div:nth-child(9) div p:first-child {
  margin-top: 0;
}
.nav__main > div:nth-child(9) p {
  line-height: 2.1em;
  margin-bottom: 1rem;
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(9) p {
    line-height: 1.7em;
    margin-bottom: calc((100vh - 14rem) / 100 * 2);
  }
}
.nav__main > div:nth-child(9) a {
  text-decoration: underline !important;
}
.nav__main > div:nth-child(9) a:hover {
  -webkit-animation: flowing-anim4 0.7s ease 0s;
          animation: flowing-anim4 0.7s ease 0s;
}
.nav__main > div:nth-child(10) {
  grid-row: 4/5;
  grid-column: 1/2;
  height: calc((100vh - 18rem) / 100 * 11) !important;
  width: calc((100vw - 10rem) / 4);
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(10) {
    display: none;
  }
}
.nav__main > div:nth-child(11) {
  grid-row: 4/5;
  grid-column: 2/3;
  height: calc((100vh - 18rem) / 100 * 11) !important;
  width: calc((100vw - 10rem) / 4);
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(11) {
    display: none;
  }
}
.nav__main > div:nth-child(12) {
  grid-row: 4/5;
  grid-column: 3/5;
  height: calc((100vh - 18rem) / 100 * 11) !important;
  width: calc((100vw - 10rem) / 2);
}
@media (max-width: 1120px) and (min-width: 768px) {
  .nav__main > div:nth-child(12) {
    position: relative;
    left: calc((100vw - 10rem) / 4 * -1);
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(12) {
    display: none;
  }
}
.nav__main > div:nth-child(12) p {
  margin-top: 0.3rem;
}
@media (min-height: 1079px) and (min-width: 768px) {
  .nav__main > div:nth-child(12) p {
    margin-top: 2.8rem;
  }
}
@media (max-height: 769px) and (min-width: 768px) {
  .nav__main > div:nth-child(12) p {
    margin-top: 0;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  .nav__main > div:nth-child(12) p {
    margin-top: 0;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  .nav__main > div:nth-child(12) p {
    line-height: 2.2em;
    margin-top: 0.5em;
  }
}
.nav__main > div:nth-child(12) a {
  text-decoration: underline !important;
}
.nav__main > div:nth-child(12) a:hover {
  -webkit-animation: flowing-anim4 0.7s ease 0s;
          animation: flowing-anim4 0.7s ease 0s;
}
.nav__main h4 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.4rem;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .nav__main h4 {
    font-size: 2rem;
  }
}
.nav__main a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.nav__main p {
  line-height: 2.2em;
}
.nav__main ul {
  padding: 0 0 2rem;
  list-style: none;
}
.nav__main ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .nav__main ul li {
    font-size: 1.4rem;
  }
}
.nav__main ul li a {
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .nav__main ul li a {
    font-size: 1.4rem;
  }
}

.wp-site-blocks {
  overflow: clip;
}

section {
  min-height: 100vh;
  top: 0;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
section p {
  margin: 0;
}
section.about {
  z-index: 2;
}
section.about:after {
  content: "";
  background-image: url("../fujinos-theme/assets/images/bg.jpg");
  background-repeat: repeat-y;
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section.stay {
  z-index: 3;
  background-image: url("../fujinos-theme/assets/images/footer-bg.jpg");
  background-size: 20rem 20rem !important;
  background-repeat: repeat;
}
section.stay:after {
  content: "";
  background-image: url("../fujinos-theme/assets/images/stay-bg.jpg");
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  section.stay:after {
    background-image: url("../fujinos-theme/assets/images/stay-bg-sp-after.jpg");
    background-size: cover;
  }
}
section.hotel {
  z-index: 4;
}
section.hotel:after {
  content: "";
  background-image: url("../fujinos-theme/assets/images/hotel-bg.png");
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  section.hotel:after {
    background-position: center;
  }
}
section.sora_sauna {
  width: 100%;
  z-index: 5;
}
section.sora_sauna:after {
  content: "";
  background-image: url("../fujinos-theme/assets/images/sora_sauna-bg.png");
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  section.sora_sauna:after {
    background-position: center;
    background-image: url("../fujinos-theme/assets/images/sora_sauna-bg-sp.png");
  }
}
section.totonoe {
  z-index: 6;
}
section.totonoe:after {
  content: "";
  background-image: url("../fujinos-theme/assets/images/totonoe-bg.jpg");
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  section.totonoe:after {
    background-image: url("../fujinos-theme/assets/images/totonoe-bg-sp-after.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
section.sui_sauna {
  z-index: 7;
  /* background-image: url("../fujinos-theme/assets/images/sui_sauna-bg.jpg");*/
}
section.sui_sauna:after {
  content: "";
  background-image: url("../fujinos-theme/assets/images/sui_sauna-bg.png");
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  section.sui_sauna:after {
    background-position: center;
    background-image: url("../fujinos-theme/assets/images/sui_sauna-bg-sp.png");
    background-repeat: no-repeat;
  }
}
section.sou_sauna {
  z-index: 8;
}
section.sou_sauna:after {
  content: "";
  background-image: url("../fujinos-theme/assets/images/sou_sauna-bg.png");
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  section.sou_sauna:after {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../fujinos-theme/assets/images/sou_sauna-bg-sp.png");
  }
}
section.bg-fixed {
  /*background-size: cover;
  background-attachment: fixed;*/
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
section.bg-fixed:after {
  position: fixed;
  background-size: cover;
  width: 100vw;
  height: 100dvh;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.steam {
  z-index: 6;
  min-height: calc(var(--vh) * 100);
  height: calc(var(--vh) * 100);
}
@media (max-width: 767px) {
  .steam {
    overflow: hidden;
  }
}
.steam svg {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 20rem;
  height: 12.9rem;
}
@media (max-width: 767px) {
  .steam svg {
    width: 14rem;
    height: 12.9rem;
    left: calc(50vw - 7rem);
    right: auto;
    margin-top: calc(var(--vh) * 50 - 7.8rem);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
}
.steam svg .anm {
  -webkit-animation-name: fill;
          animation-name: fill;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective: 2000;
          perspective: 2000;
}
.steam__content {
  position: absolute;
  height: calc(var(--vh) * 100);
  width: 100vw;
}
.steam__content-image {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.steam__content-image picture {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.steam__content-image img {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
@media (max-width: 767px) {
  .steam__content-image img {
    height: 100dvh;
  }
}
.steam__content-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: calc(var(--vh) * 100);
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .steam__content-main {
    display: block;
  }
}
.steam__content-main > div {
  width: 50%;
  position: relative;
}
.steam__content-main > div > div.steam_wrap {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  -webkit-animation: top-header 3s;
          animation: top-header 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.steam__content-main > div:nth-of-type(1) {
  background: url("../fujinos-theme/assets/images/top-hotel.png") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .steam__content-main > div:nth-of-type(1) {
    background: url("../fujinos-theme/assets/images/top-hotel-sp.png") no-repeat;
    background-size: cover;
  }
}
.steam__content-main > div:nth-of-type(1) a {
  position: absolute;
  z-index: 100;
  color: #fff;
  left: 5rem;
  bottom: 5rem;
  font-size: 2.4rem;
  text-decoration: unset;
  border-bottom: 0.1rem solid;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 800;
  display: inline-block;
  white-space: nowrap;
  height: 3.1rem;
}
.steam__content-main > div:nth-of-type(1) a:hover {
  -webkit-animation: flowing-anim 0.7s ease 0s;
          animation: flowing-anim 0.7s ease 0s;
}
.steam__content-main > div:nth-of-type(1) a span {
  font-size: 1.4rem;
  margin-left: 0.8rem;
}
@media (max-width: 767px) {
  .steam__content-main > div:nth-of-type(1) a {
    display: none;
  }
}
.steam__content-main > div:nth-of-type(2) {
  background: url("../fujinos-theme/assets/images/top-sauna.png") no-repeat;
  background-size: cover;
}
.steam__content-main > div:nth-of-type(2) .copy {
  left: auto;
  right: 6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .steam__content-main > div:nth-of-type(2) .copy {
    right: auto;
    left: 2.8rem;
    top: 2.8rem;
    bottom: auto;
  }
}
.steam__content-main > div:nth-of-type(2) a {
  position: absolute;
  z-index: 100;
  color: #fff;
  left: calc(50vw - 18.5rem);
  bottom: 5rem;
  font-size: 2.4rem;
  text-decoration: unset;
  border-bottom: 0.1rem solid;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: inline-block;
  white-space: nowrap;
  height: 3.1rem;
}
.steam__content-main > div:nth-of-type(2) a:hover {
  -webkit-animation: flowing-anim 0.7s ease 0s;
          animation: flowing-anim 0.7s ease 0s;
}
.steam__content-main > div:nth-of-type(2) a span {
  font-size: 1.4rem;
  margin-left: 0.8rem;
}
@media (max-width: 767px) {
  .steam__content-main > div:nth-of-type(2) a {
    display: none;
  }
}
.steam__content-main > div:nth-of-type(2) > div {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  width: 33rem;
  height: 8.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steam__content-main > div:nth-of-type(2) > div div {
  height: 8.8rem;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.steam__content-main > div:nth-of-type(2) > div div a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.3rem;
  text-decoration: unset;
  padding: 0;
  margin: auto;
}
.steam__content-main > div:nth-of-type(2) > div div a svg {
  position: relative;
  top: 0.2rem;
  left: 0.3rem;
}
.steam__content-main > div:nth-of-type(2) > div div:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.5);
}
.steam__content-main > div:nth-of-type(2) > div div:nth-of-type(2) a {
  color: rgba(255, 255, 255, 0.8);
}
.steam__content-main > div .copy {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  left: 5rem;
  text-align: center;
  line-height: 1rem;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 800;
}
@media (max-width: 767px) {
  .steam__content-main > div .copy {
    left: 2.8rem;
    top: 2.8rem;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .steam__content-main > div {
    width: 100%;
    height: calc(var(--vh) * 50);
  }
}

.fixed_content {
  position: fixed;
  z-index: 10;
  bottom: 5rem;
  right: 5rem;
  width: 33rem;
  height: 8.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1120px) and (min-width: 768px) {
  .fixed_content {
    width: calc((100vw - 10rem) / 2);
  }
}
@media (max-width: 767px) {
  .fixed_content {
    bottom: 2.8rem;
    left: 2.8rem;
    right: auto;
    width: calc(100vw - 5.6rem);
    height: 6.4rem;
  }
}
.fixed_content div {
  height: 8.8rem;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (max-width: 767px) {
  .fixed_content div {
    height: 6.4rem;
  }
}
.fixed_content div a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.3rem;
  text-decoration: unset;
  font-family: "FOT-筑紫ゴシック Pr5 D", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-left: 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1120px) and (min-width: 768px) {
  .fixed_content div a {
    padding-left: calc((100% - 12.2rem) / 2);
  }
}
@media (max-width: 767px) {
  .fixed_content div a {
    font-size: 1.2rem;
    padding-left: calc((50vw - 2.8rem - 10.8rem) / 2);
    padding-top: 1rem;
  }
}
.fixed_content div a svg {
  position: relative;
  top: 0.15rem;
  left: 0.8rem;
}
.fixed_content div:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.5);
}
.fixed_content div:nth-of-type(2) a {
  color: rgba(255, 255, 255, 0.8);
}

.box {
  overflow: hidden;
}
.box img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .about .about-bottom.pc {
    display: none;
  }
}
.about .about-bottom.sp {
  display: none;
}
@media (max-width: 767px) {
  .about .about-bottom.sp {
    display: block;
  }
}
.about__content {
  position: relative;
  z-index: 1;
}
.about__content-map {
  background: url("../fujinos-theme/assets/images/map.png") no-repeat;
  background-size: 85%;
  position: static;
  padding-top: 20rem;
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 800px) {
  .about__content-map {
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .about__content-map {
    background: url("../fujinos-theme/assets/images/map-sp.png") no-repeat;
    background-size: contain;
    padding-top: 15rem;
  }
}
.about__content-map .about-1 {
  position: absolute;
  right: calc((100vw - 10rem) / 8 * 1 + 5rem);
  width: calc((100vw - 10rem) / 8 * 2);
  margin-top: 30rem;
}
@media (max-width: 767px) {
  .about__content-map .about-1 {
    right: calc((100vw - 10rem) / 8 * 1 + 2.8rem);
    width: calc((100vw - 10rem) / 8 * 3);
    margin-top: 27rem;
  }
}
.about__content-map .about-2 {
  position: absolute;
  right: -0.2rem;
  max-width: calc((100vw - 10rem) / 8 * 5 + 5rem);
}
@media (max-width: 767px) {
  .about__content-map .about-2 {
    max-width: 70%;
    right: -1rem;
  }
}
.about__content-map .about-3 {
  position: absolute;
  left: calc((100vw - 100rem) / 2);
  max-width: 13.3rem;
  margin-top: 90rem;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .about__content-map .about-3 {
    width: calc((100vw - 10rem) / 8 * 2);
    left: 2.8rem;
    margin-top: 43rem;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.about__content-map .about-bottom {
  max-width: 100%;
  width: 100%;
}
.about__content-map > div.item1 {
  position: relative;
  left: calc((100vw - 10rem) / 8 * 1 + 5rem);
}
@media (max-width: 767px) {
  .about__content-map > div.item1 {
    left: 2.8rem;
  }
}
.about__content-map > div.item1 p {
  font-size: 3.2rem;
  line-height: 1.8em;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media (max-width: 767px) {
  .about__content-map > div.item1 p {
    font-size: 2rem;
  }
}
.about__content-map > div.item2 {
  padding-top: 65rem;
  padding-bottom: 20rem;
  position: relative;
  left: calc((100vw - 10rem) / 8 * 2 + 5rem);
  width: calc((100vw - 10rem) / 8 * 3);
}
@media (max-width: 767px) {
  .about__content-map > div.item2 {
    left: 2.8rem;
    padding-top: 50rem;
    width: calc(100% - 5.6rem);
    padding-bottom: 7rem;
  }
}
.about__content-map > div.item2 p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 2.2em;
}
.about__content-map > div.item3 {
  padding-top: 96rem;
  padding-bottom: 16rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 800px) {
  .about__content-map > div.item3 {
    padding-top: 52rem;
  }
}
@media (max-width: 767px) {
  .about__content-map > div.item3 {
    left: 2.8rem;
    padding-top: 38rem;
    width: 100%;
  }
}
.about__content-map > div.item3 p {
  font-size: 1.4rem;
  width: calc((100vw - 10rem) / 8 * 3);
  margin: 0 0 2rem calc((100vw - 10rem) / 8 * 3 + 5rem);
  line-height: 2.2em;
}
@media (max-width: 767px) {
  .about__content-map > div.item3 p {
    margin-left: 0;
    width: calc(100% - 5.6rem);
  }
}
.about__content-main {
  position: static;
}

.stay__content {
  overflow-x: hidden;
  padding-bottom: 15rem;
  padding-top: 15rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .stay__content {
    padding-bottom: 4rem;
  }
}
@media (max-width: 460px) {
  .stay__content {
    padding-bottom: 15rem;
  }
}
.stay__content p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 2.2em;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  left: calc((100vw - 10rem) / 8 * 2.5 + 5rem);
  top: -5rem;
}
@media (max-width: 767px) {
  .stay__content p {
    left: 2.8rem;
    width: calc(100% - 5.6rem);
    top: 0;
    margin-top: 3rem;
  }
}
.stay__content h3 {
  font-size: 6.5vw;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  margin-top: 25rem;
  left: calc((100vw - 10rem) / 8 * 1.5 + 5rem);
}
@media (max-width: 767px) {
  .stay__content h3 {
    left: 2.8rem;
    margin-top: 9rem;
    font-size: 4.8rem;
    margin-bottom: 1rem;
  }
}
.stay__content h3 span {
  display: block;
  margin-left: calc((100vw - 10rem) / 8 * 0.5);
}
.stay__content h3 + p {
  left: calc((100vw - 10rem) / 8 * 3 + 5rem);
  font-size: 2.4rem;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media (max-width: 767px) {
  .stay__content h3 + p {
    font-size: 1.6rem;
    left: auto;
    left: calc((100vw - 5.6rem) / 8 * 3 + 2.8rem);
    text-align: left;
    margin-top: 0;
    width: 100%;
  }
}
.stay__content .stay-1 {
  width: calc((100vw - 10rem) / 8 * 3);
  position: absolute;
  right: 5rem;
  top: 13vh;
}
@media (max-width: 767px) {
  .stay__content .stay-1 {
    max-width: 20rem;
    right: 2.8rem;
    width: 200px;
  }
}
.stay__content .stay-2 {
  width: calc((100vw - 10rem) / 8 * 1);
  position: relative;
  left: calc((100vw - 10rem) / 8 * 1 + 5rem);
  top: -8.3rem;
}
@media (max-width: 767px) {
  .stay__content .stay-2 {
    display: none;
  }
}
.stay__content .stay-2 + p {
  top: -19rem;
}
@media (min-width: 768px) and (max-width: 800px) {
  .stay__content .stay-2 + p {
    top: -17rem;
  }
}
@media (max-width: 767px) {
  .stay__content .stay-2 + p {
    top: 0;
  }
}

.hotel__content,
.sora_sauna__content,
.sou_sauna__content,
.sui_sauna__content {
  padding-top: 100vh;
  height: 100vh;
}
.hotel__content h3,
.sora_sauna__content h3,
.sou_sauna__content h3,
.sui_sauna__content h3 {
  color: #fff;
  font-size: 6.4rem;
  text-shadow: #333 0.1rem 0 1rem;
  margin: 10vh 0 5rem calc((100vw - 10rem) / 8 * 1 + 5rem);
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .hotel__content h3,
  .sora_sauna__content h3,
  .sou_sauna__content h3,
  .sui_sauna__content h3 {
    font-size: 4rem;
    padding-left: 2.8rem;
    margin-left: 0;
    max-width: 99vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.hotel__content h3 span,
.sora_sauna__content h3 span,
.sou_sauna__content h3 span,
.sui_sauna__content h3 span {
  font-size: 2.4rem;
}
.hotel__content p,
.hotel__content a,
.sora_sauna__content p,
.sora_sauna__content a,
.sou_sauna__content p,
.sou_sauna__content a,
.sui_sauna__content p,
.sui_sauna__content a {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 2.2em;
  color: #fff;
  text-shadow: #333 0.1rem 0 1rem;
  margin: 5rem 0 5rem calc((100vw - 10rem) / 8 * 1 + 5rem);
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .hotel__content p,
  .hotel__content a,
  .sora_sauna__content p,
  .sora_sauna__content a,
  .sou_sauna__content p,
  .sou_sauna__content a,
  .sui_sauna__content p,
  .sui_sauna__content a {
    padding-left: 2.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    max-width: calc(100% - 2.8rem);
  }
}
.hotel__content a,
.sora_sauna__content a,
.sou_sauna__content a,
.sui_sauna__content a {
  text-decoration: underline;
  display: block;
  width: 3.65rem;
  margin: 0;
  padding-top: 5rem;
  padding-left: calc((100vw - 10rem) / 8 * 1 + 5rem);
  white-space: nowrap;
  height: 3.1rem;
  /*
  &:hover {
      animation: flowing-anim4 0.7s;
  }
  */
}
@media (max-width: 767px) {
  .hotel__content a,
  .sora_sauna__content a,
  .sou_sauna__content a,
  .sui_sauna__content a {
    padding-left: 2.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.hotel__content:after,
.sora_sauna__content:after,
.sou_sauna__content:after,
.sui_sauna__content:after {
  content: "";
  display: block;
  width: 100%;
  height: 70vh;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, black));
  -webkit-mask: -webkit-linear-gradient(top, transparent, black 55%);
          mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, black));
          mask: linear-gradient(to bottom, transparent, black 55%);
  background-color: rgba(255, 255, 255, 0.4);
}

.totonoe svg {
  margin-top: 30rem;
  margin-left: -3rem;
}
@media (max-width: 767px) {
  .totonoe svg {
    margin-top: 4rem;
    width: 300px;
    margin-bottom: -0.5rem;
  }
}
.totonoe__content {
  overflow-x: hidden;
  padding-bottom: 15rem;
  padding-top: 15rem;
  position: relative;
  z-index: 1;
}
.totonoe__content svg {
  z-index: 1;
}
@media (max-width: 767px) {
  .totonoe__content {
    padding-top: 0;
  }
}
.totonoe__content p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 2.2em;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  left: calc((100vw - 10rem) / 8 * 2.5 + 5rem);
  top: -5rem;
}
@media (max-width: 767px) {
  .totonoe__content p {
    left: 2.8rem;
    width: calc(100% - 5.6rem);
    top: 5rem;
  }
}
.totonoe__content h3 {
  font-size: 6.5vw;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  margin-top: 25rem;
  left: calc((100vw - 10rem) / 8 * 1.5 + 5rem);
}
@media (max-width: 767px) {
  .totonoe__content h3 {
    left: 2.8rem;
    font-size: 4.8rem;
    margin-top: 16rem;
    margin-bottom: 0;
  }
}
.totonoe__content h3 span {
  display: block;
  margin-left: calc((100vw - 10rem) / 8 * 0.5);
}
.totonoe__content h3 + p {
  left: calc((100vw - 10rem) / 8 * 3 + 5rem);
  font-size: 2.4rem;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media (max-width: 767px) {
  .totonoe__content h3 + p {
    font-size: 1.6rem;
    left: auto;
    left: calc((100vw - 5.6rem) / 8 * 3 + 2.8rem);
    text-align: left;
    margin-top: 0;
    width: 100%;
    top: 0;
  }
}
.totonoe__content .totonoe-1 {
  width: calc((100vw - 10rem) / 8 * 3);
  position: absolute;
  right: 5rem;
  top: 0;
}
@media (min-width: 768px) and (max-width: 800px) {
  .totonoe__content .totonoe-1 {
    top: 5rem;
  }
}
@media (max-width: 767px) {
  .totonoe__content .totonoe-1 {
    right: 2.8rem;
    width: 200px;
  }
}
.totonoe__content .totonoe-2 {
  width: calc((100vw - 10rem) / 8 * 1);
  position: relative;
  left: calc((100vw - 10rem) / 8 * 1 + 5rem);
  top: -8.3rem;
}
@media (max-width: 767px) {
  .totonoe__content .totonoe-2 {
    display: none;
  }
}
.totonoe__content .totonoe-2 + p {
  top: -19rem;
}
@media (min-width: 768px) and (max-width: 800px) {
  .totonoe__content .totonoe-2 + p {
    top: -17rem;
  }
}
@media (max-width: 767px) {
  .totonoe__content .totonoe-2 + p {
    top: 3rem;
  }
}

.slider .slick-list {
  width: 140%;
}

.hotel__fview {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  height: calc(var(--vh) * 100);
}
.hotel__fview .box {
  max-height: calc(var(--vh) * 50);
}
.hotel__fview .box .sp {
  display: none;
}
@media (max-width: 768px) {
  .hotel__fview .box .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .hotel__fview .box .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .hotel__fview .box .simpleParallax {
    height: auto;
  }
  .hotel__fview .box .simpleParallax img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hotel__fview > div {
  height: calc(var(--vh) * 50);
}
.hotel__fview > div:last-child {
  padding: 10rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .hotel__fview > div:last-child {
    padding: 2.8rem 2.8rem 0;
    position: relative;
  }
}
.hotel__fview > div:last-child > div {
  height: calc(50vh - 18rem);
}
@media (max-width: 767px) {
  .hotel__fview > div:last-child > div {
    height: auto;
  }
}
.hotel__fview > div:last-child h1 {
  margin: 0;
  font-size: 8.8rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .hotel__fview > div:last-child h1 {
    font-size: 3.6rem;
  }
}
.hotel__fview > div:last-child p {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 1rem;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 800;
}
@media (max-width: 767px) {
  .hotel__fview > div:last-child p {
    position: absolute;
    right: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0;
    top: 2.8rem;
    right: 2.8rem;
    height: 13rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.hotel__fview > div:last-child ul {
  font-size: 1.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .hotel__fview > div:last-child ul {
    margin-top: 2.5rem;
  }
}
.hotel__fview > div:last-child ul li {
  display: inline-block;
  margin-right: 5rem;
}
@media (max-width: 767px) {
  .hotel__fview > div:last-child ul li {
    display: block;
    padding: 0.7rem 0;
  }
}
.hotel__fview > div:last-child ul li a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
}
.hotel__fview > div:last-child ul li a:hover {
  -webkit-animation: flowing-anim3 0.7s ease 0s;
          animation: flowing-anim3 0.7s ease 0s;
}
.hotel__room, .hotel__sora_sauna, .hotel__gastronomic {
  padding: 20rem 5rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  min-height: 100vh;
  height: auto;
  overflow: clip;
}
@media (max-width: 767px) {
  .hotel__room, .hotel__sora_sauna, .hotel__gastronomic {
    display: block;
    padding: 15rem 2.8rem 5rem;
  }
}
.hotel__room img, .hotel__sora_sauna img, .hotel__gastronomic img {
  max-width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .hotel__room img, .hotel__sora_sauna img, .hotel__gastronomic img {
    margin-bottom: 1rem;
  }
}
.hotel__room img.room-2, .hotel__room img.room-3, .hotel__sora_sauna img.room-2, .hotel__sora_sauna img.room-3, .hotel__gastronomic img.room-2, .hotel__gastronomic img.room-3 {
  max-width: calc(100% + 5rem);
  margin-right: -5rem;
}
.hotel__room .hotel__sidemenu {
  height: 24.5rem;
}
@media (max-width: 767px) {
  .hotel__room .hotel__sidemenu {
    height: auto;
  }
}
@media (max-width: 767px) {
  .hotel__room .hotel__main-content-notes {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .hotel__room .hotel__main-content-notes h2 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .hotel__room .hotel__main-content-facility h2 {
    margin-bottom: 5rem;
  }
}
.hotel__sora_sauna {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
}
.hotel__sora_sauna .hotel__main-content {
  color: rgba(255, 255, 255, 0.9);
}
.hotel__sora_sauna .hotel__main-content h2 {
  color: rgba(255, 255, 255, 0.9);
}
.hotel__sora_sauna .hotel__main-content a {
  color: rgba(255, 255, 255, 0.9);
}
.hotel__sora_sauna .hotel__main-content .flex-row {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.hotel__sora_sauna .hotel__main-content .img-section {
  min-height: 65vw;
  position: relative;
}
.hotel__sora_sauna .hotel__main-content .img-section .sora_sauna-3 {
  max-width: 38.8rem;
  width: 60%;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) and (max-width: 800px) {
  .hotel__sora_sauna .hotel__main-content .img-section .sora_sauna-3 {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__main-content .img-section .sora_sauna-3 {
    width: 8rem;
    height: 12rem;
    right: auto;
    top: -5rem;
    display: none;
  }
}
.hotel__sora_sauna .hotel__main-content .img-section .sora_sauna-2 {
  max-width: 116rem;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: calc(((100vw - 10rem) / 100 * 25 + 5rem) * -1);
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__main-content .img-section .sora_sauna-2 {
    max-width: 34.8rem;
    height: 23.2rem;
    left: -2.8rem;
    top: 0;
  }
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__main-content-concept {
    margin-bottom: 11rem;
  }
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__main-content-concept h2 {
    margin-top: 7rem;
  }
}
.hotel__sora_sauna .hotel__main-content-concept > div .sora_sauna-1 {
  width: 26%;
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__main-content-concept > div .sora_sauna-1 {
    width: 118px;
    height: 177px;
    right: -53vw;
    top: -4rem;
    position: relative;
  }
}
.hotel__sora_sauna .hotel__main-content-concept > div img {
  width: 100%;
}
.hotel__sora_sauna .hotel__main-content-concept > div p {
  bottom: 2rem;
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__main-content-concept > div p {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__main-content-notes {
    margin-bottom: 4rem;
  }
}
.hotel__sora_sauna .hotel__main-content-notes .flex-row {
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__main-content-notes .flex-row {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 5rem;
  }
}
.hotel__sora_sauna .hotel__sidemenu {
  color: rgba(255, 255, 255, 0.9);
  height: 13rem;
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__sidemenu {
    height: auto;
  }
}
.hotel__sora_sauna .hotel__sidemenu h3 {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .hotel__sora_sauna .hotel__sidemenu h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.hotel__sora_sauna .hotel__sidemenu a {
  color: rgba(255, 255, 255, 0.9);
}
.hotel__gastronomic .hotel__main-content-hours {
  margin-bottom: 18rem;
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-hours .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.hotel__gastronomic .hotel__main-content-hours .flex-row > div:nth-child(1) {
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-hours .flex-row > div:nth-child(1) {
    width: calc((100vw - 5.6rem) / 8 * 4);
    border-bottom: none !important;
    padding-top: 1rem;
  }
}
.hotel__gastronomic .hotel__main-content-hours .flex-row > div:nth-child(2) {
  line-height: 2.5em;
  padding-top: 0;
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-hours .flex-row > div:nth-child(2) {
    padding-top: 1rem;
  }
}
.hotel__gastronomic .hotel__main-content-commitment h2 {
  margin-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 840px) {
  .hotel__gastronomic .hotel__main-content-commitment .flex-row + .flex-row div:nth-child(1) {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .hotel__gastronomic .hotel__main-content-commitment .flex-row + .flex-row div:nth-child(2) {
    width: 66%;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .hotel__gastronomic .hotel__main-content-commitment .flex-row .nutritionist img {
    max-width: 10rem;
    max-height: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .hotel__gastronomic .hotel__main-content-commitment .flex-row .nutritionist img + div {
    width: 100%;
  }
}
.hotel__gastronomic .hotel__main-content-commitment .flex-row .nutritionist + .flex-row {
  width: 100% !important;
  margin: 0;
}
.hotel__gastronomic .hotel__main-content-smoothie .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  /*width: calc(100% + 2.3rem);*/
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-smoothie .row {
    width: calc(100% + 5.6rem);
    margin-right: -2.8rem;
    margin-left: -2.8rem;
  }
}
.hotel__gastronomic .hotel__main-content-smoothie .row img {
  width: 100%;
  margin-bottom: 1rem;
}
.hotel__gastronomic .hotel__main-content-smoothie .slider-smoothie .slick-slide {
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-smoothie .slider-smoothie .slick-slide {
    margin-right: 0;
  }
}
.hotel__gastronomic .hotel__main-content-smoothie .slider-smoothie .slick-dots {
  right: 2.3rem;
}
.hotel__gastronomic .hotel__main-content-smoothie .flex-row {
  /*border: none !important;*/
}
.hotel__gastronomic .hotel__main-content-smoothie .flex-row:nth-child(2) {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-smoothie .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 6.5rem;
  }
  .hotel__gastronomic .hotel__main-content-smoothie .flex-row:nth-child(2) {
    margin-top: 5.5rem;
  }
}
.hotel__gastronomic .hotel__main-content-smoothie .flex-row div:nth-child(1) {
  width: 10rem;
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-smoothie .flex-row div:nth-child(1) {
    width: calc((100vw - 5.6rem) / 8 * 2 + 2.8rem);
    border-bottom: none;
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-smoothie h2 {
    line-height: 1.6em;
  }
}
.hotel__gastronomic .hotel__main-content-breakfast p {
  margin-bottom: 3rem;
  max-width: calc(70% - 2.5rem);
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__main-content-breakfast p {
    max-width: 100%;
  }
}
.hotel__gastronomic .hotel__sidemenu {
  height: 32rem;
  margin-bottom: 22.5rem;
}
@media (max-width: 767px) {
  .hotel__gastronomic .hotel__sidemenu {
    height: auto;
    margin-bottom: 0;
  }
}
.hotel__sidemenu {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 22rem;
  z-index: 0;
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .hotel__sidemenu {
    margin-bottom: 0;
  }
}
.hotel__sidemenu ul li a {
  white-space: nowrap;
  overflow: hidden;
}
.hotel__sidemenu ul li a:hover {
  -webkit-animation: flowing-anim3 0.7s ease 0s;
          animation: flowing-anim3 0.7s ease 0s;
}
@media (max-width: 767px) {
  .hotel__sidemenu {
    width: 100%;
    height: auto;
    position: static;
  }
}
.hotel__sidemenu h3 {
  margin: 0 0 4rem;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .hotel__sidemenu h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767px) {
  .hotel__sidemenu h3 br {
    display: none;
  }
}
.hotel__sidemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .hotel__sidemenu ul {
    display: none;
  }
}
.hotel__sidemenu ul li {
  margin-bottom: 1rem;
}
.hotel__sidemenu ul li a {
  text-decoration: unset;
}
.hotel__main-content {
  width: 75%;
}
@media (max-width: 767px) {
  .hotel__main-content {
    width: 100%;
  }
}
.hotel__main-content h2 {
  font-size: 2.4rem;
  margin-bottom: 5rem;
  margin-top: 0.3rem;
  line-height: 1em;
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .hotel__main-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 3rem;
  }
}
.hotel__main-content > div {
  margin-bottom: 10.5rem;
}
.hotel__main-content > div p {
  line-height: 2.2em;
}
.hotel__main-content .slick-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: calc(100% - 5rem);
  margin: 0 auto;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .hotel__main-content .slick-items {
    display: block;
    width: 100%;
    padding-top: 2.8rem;
  }
}
@media (max-width: 767px) {
  .hotel__main-content .slick-items img {
    margin-bottom: 1.5rem;
  }
}
.hotel__main-content .slick-items > div > div {
  margin-right: 4rem;
  position: relative;
  width: 33vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hotel__main-content .slick-items > div > div {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.hotel__main-content .slick-items > div > div > span {
  font-size: 6.4rem;
  color: #000;
  text-shadow: #fff 0 0.4rem 1.2rem;
  position: absolute;
  left: 2rem;
  top: -5.3rem;
}
@media (max-width: 767px) {
  .hotel__main-content .slick-items > div > div > span {
    font-size: 4.8rem;
    font-weight: 200;
    top: -4.1rem;
    left: 1rem;
  }
}
.hotel__main-content .slick-items > div p span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.hotel__main-content .slick-dots {
  bottom: 0;
  text-align: right;
}
.hotel__main-content .slick-dots li {
  margin-left: 1.5rem;
  width: 2.6rem;
  height: 0.5rem;
}
.hotel__main-content .slick-dots li button:before {
  width: 3rem;
  height: 0.4rem;
  font-size: 0;
  display: block;
  background: #000;
}
.hotel__main-content .slick-dotted.slick-slider {
  overflow-x: hidden;
  padding-bottom: 2.5rem;
  margin-bottom: 0.5rem;
}
.hotel__main-content .slick-slider {
  margin-right: 0;
}
.hotel__main-content .slick-slider + p {
  margin-top: -2.8rem;
}
@media (max-width: 767px) {
  .hotel__main-content .slick-slider + p {
    margin-top: 1.5rem;
  }
}
.hotel__main-content .slick-track {
  padding-top: 0;
}
.hotel__main-content .slick-initialized .slick-slide {
  margin-right: 2.5rem;
  position: relative;
}
.hotel__main-content .slick-initialized .slick-slide > span {
  font-size: 6.4rem;
  color: #000;
  text-shadow: #fff 0 0.4rem 1.2rem;
  position: absolute;
  left: 2rem;
  top: -5rem;
}
.hotel__main-content .slick-initialized .slick-slide p span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .hotel__main-content .slider {
    width: calc(100% + 5.6rem);
    margin-right: -2.8rem;
    margin-left: -2.8rem;
  }
}
@media (max-width: 767px) {
  .hotel__main-content .slider .slick-list {
    width: 180%;
  }
}
@media (max-width: 767px) {
  .hotel__main-content .slider .slick-slide {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 767px) {
  .hotel__main-content .slider .slick-dots {
    right: 2.8rem;
  }
}
.hotel__main-content .single-slider,
.hotel__main-content .double-slider {
  width: calc(100% + 5rem);
  margin-right: -5rem;
}
@media (max-width: 767px) {
  .hotel__main-content .single-slider,
  .hotel__main-content .double-slider {
    width: calc(100% + 5.6rem);
    margin-right: -2.8rem;
    margin-left: -2.8rem;
  }
}
.hotel__main-content .single-slider img,
.hotel__main-content .double-slider img {
  margin-right: 0 !important;
}
.hotel__main-content .single-slider .slick-dots,
.hotel__main-content .double-slider .slick-dots {
  right: 5rem;
}
@media (max-width: 767px) {
  .hotel__main-content .single-slider .slick-dots,
  .hotel__main-content .double-slider .slick-dots {
    right: 2.8rem;
  }
}
.hotel__main-content .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 2.5rem 0 5rem;
}
@media (max-width: 767px) {
  .hotel__main-content .flex-row {
    display: block;
    padding: 1.8rem 0 5.5rem;
  }
}
@media (max-width: 767px) {
  .hotel__main-content .flex-row .border-tit {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.hotel__main-content .flex-row div:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  line-height: 2.2em;
  margin-top: -0.6em;
  margin-bottom: -0.6em;
}
@media (min-width: 768px) and (max-width: 800px) {
  .hotel__main-content .flex-row div:nth-child(1) {
    width: calc((100vw - 10rem) / 8 * 2);
  }
}
@media (max-width: 767px) {
  .hotel__main-content .flex-row div:nth-child(1) {
    width: auto;
    display: inline-block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.hotel__main-content .flex-row div:nth-child(2) {
  width: 100%;
  line-height: 2.2em;
  margin-top: -0.6em;
  margin-bottom: -0.6em;
}
@media (min-width: 768px) and (max-width: 800px) {
  .hotel__main-content .flex-row div:nth-child(2) {
    width: calc(100% - (100vw - 10rem) / 8 * 2);
  }
}
@media (max-width: 767px) {
  .hotel__main-content .flex-row div:nth-child(2) {
    width: 100%;
    padding-top: 3rem;
  }
}
@media (max-width: 430px) {
  .hotel__main-content .flex-row div:nth-child(2) {
    padding-top: 8vw;
  }
}
.hotel__main-content .nutritionist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  position: relative;
  border-bottom: none !important;
}
.hotel__main-content .nutritionist a {
  cursor: pointer;
}
.hotel__main-content .nutritionist a:hover {
  -webkit-animation: none;
          animation: none;
}
.hotel__main-content .nutritionist a.kurumikitchen-img {
  display: inline-block;
  max-width: 10rem;
  max-height: 10rem;
  margin-right: 66px;
  margin-top: 1.8rem;
}
@media (max-width: 960px) {
  .hotel__main-content .nutritionist a.kurumikitchen-img {
    margin-right: 3vw;
  }
}
@media (max-width: 767px) {
  .hotel__main-content .nutritionist a.kurumikitchen-img {
    max-width: 10rem;
    margin-top: 3rem;
  }
}
.hotel__main-content .nutritionist a img {
  margin: 0;
  width: 100%;
  height: 100%;
}
.hotel__main-content .nutritionist > div p:first-child {
  padding-bottom: 1.4em;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .hotel__main-content .nutritionist > div p:first-child {
    position: absolute;
    right: 0;
    top: 2rem;
    width: calc(100% - 12rem);
    border: none;
    padding-top: 0;
    line-height: 2.95rem;
  }
}
@media (max-width: 430px) {
  .hotel__main-content .nutritionist > div p:first-child {
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.hotel__main-content .nutritionist > div p:first-child + p {
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
}
.hotel__main-content .nutritionist + .flex-row {
  margin-left: 20rem;
}
@media (max-width: 767px) {
  .hotel__main-content .nutritionist + .flex-row {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
  }
}
.hotel__main-content .nutritionist + .flex-row div:nth-child(1) {
  width: 10rem;
}
@media (max-width: 767px) {
  .hotel__main-content .nutritionist + .flex-row div:nth-child(1) {
    width: calc((100vw - 5.6rem) / 8 * 2);
    border-bottom: none;
  }
}
.hotel__main-content .nutritionist + .flex-row div:nth-child(2) {
  width: 100%;
}
@media (max-width: 767px) {
  .hotel__main-content .nutritionist + .flex-row div:nth-child(2) {
    padding-top: 0;
  }
}
.hotel__main-content-features h2 {
  padding-top: 6rem;
  margin-top: 3rem;
}
.hotel__main-content-features .slick-items {
  width: 100%;
}
.hotel__main-content-features .slick-items img {
  aspect-ratio: 3/2;
}
.hotel__main-content-concept > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .hotel__main-content-concept > div {
    display: block;
  }
}
.hotel__main-content-concept > div img {
  width: 50%;
}
@media (max-width: 767px) {
  .hotel__main-content-concept > div img {
    width: 100%;
  }
}
.hotel__main-content-concept > div p {
  margin-left: 3rem;
  line-height: 2.5em;
  position: relative;
  bottom: 1.3rem;
}
@media (max-width: 767px) {
  .hotel__main-content-concept > div p {
    margin-left: 0;
  }
  .hotel__main-content-concept > div p:nth-child(2) {
    margin-top: 1rem;
  }
}

.sauna__fview {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  height: calc(var(--vh) * 100);
}
.sauna__fview .box {
  max-height: calc(var(--vh) * 50);
}
.sauna__fview .box .sp {
  display: none;
}
@media (max-width: 768px) {
  .sauna__fview .box .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .sauna__fview .box .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .sauna__fview .box .simpleParallax {
    height: 100%;
  }
  .sauna__fview .box .simpleParallax img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sauna__fview > div {
  height: calc(var(--vh) * 50);
}
.sauna__fview > div:last-child {
  padding: 10rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .sauna__fview > div:last-child {
    padding: 2.8rem 2.8rem 0;
    position: relative;
  }
}
.sauna__fview > div:last-child > div {
  height: calc(50vh - 18rem);
}
@media (max-width: 767px) {
  .sauna__fview > div:last-child > div {
    height: auto;
  }
}
.sauna__fview > div:last-child h1 {
  margin: 0;
  font-size: 8.8rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .sauna__fview > div:last-child h1 {
    font-size: 3.6rem;
  }
}
.sauna__fview > div:last-child p {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 1rem;
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 800;
}
@media (max-width: 767px) {
  .sauna__fview > div:last-child p {
    position: absolute;
    right: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0;
    top: 2.8rem;
    right: 2.8rem;
    height: 13rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.sauna__fview > div:last-child ul {
  font-size: 1.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .sauna__fview > div:last-child ul {
    margin-top: 2.5rem;
  }
}
.sauna__fview > div:last-child ul li {
  display: inline-block;
  margin-right: 5rem;
}
@media (max-width: 767px) {
  .sauna__fview > div:last-child ul li {
    display: block;
    padding: 0.7rem 0;
  }
}
.sauna__fview > div:last-child ul li a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
}
.sauna__fview > div:last-child ul li a:hover {
  -webkit-animation: flowing-anim3 0.7s ease 0s;
          animation: flowing-anim3 0.7s ease 0s;
}
.sauna__sui_sou_sauna, .sauna__goods, .sauna__gastronomic {
  padding: 20rem 5rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  min-height: 100vh;
  height: auto;
  overflow: clip;
}
@media (max-width: 767px) {
  .sauna__sui_sou_sauna, .sauna__goods, .sauna__gastronomic {
    display: block;
    padding: 15rem 2.8rem 5rem;
  }
}
.sauna__sui_sou_sauna img, .sauna__goods img, .sauna__gastronomic img {
  max-width: 100%;
  margin-bottom: 2.5rem;
}
.sauna__sui_sou_sauna img.room-2, .sauna__sui_sou_sauna img.room-3, .sauna__goods img.room-2, .sauna__goods img.room-3, .sauna__gastronomic img.room-2, .sauna__gastronomic img.room-3 {
  max-width: calc(100% + 5rem);
  margin-right: -5rem;
}
.sauna__sui_sou_sauna .sauna__sidemenu {
  height: 25rem;
}
@media (max-width: 767px) {
  .sauna__sui_sou_sauna .sauna__sidemenu {
    height: auto;
  }
}
.sauna__gastronomic {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
}
.sauna__gastronomic .sauna__main-content {
  color: rgba(255, 255, 255, 0.9);
}
.sauna__gastronomic .sauna__main-content h2 {
  color: rgba(255, 255, 255, 0.9);
}
.sauna__gastronomic .sauna__main-content a {
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
}
.sauna__gastronomic .sauna__main-content a:hover {
  -webkit-animation: flowing-anim3 0.7s ease 0s;
          animation: flowing-anim3 0.7s ease 0s;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-hours .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sauna__gastronomic .sauna__main-content-hours .flex-row > div:nth-child(1) {
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-hours .flex-row > div:nth-child(1) {
    width: calc((100vw - 5.6rem) / 8 * 4);
    border-bottom: none !important;
    padding-top: 1rem;
  }
}
.sauna__gastronomic .sauna__main-content-hours .flex-row > div:nth-child(2) {
  line-height: 2.5em;
  padding-top: 0;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-hours .flex-row > div:nth-child(2) {
    padding-top: 1rem;
  }
}
.sauna__gastronomic .sauna__main-content-doncha {
  /*
  p {
      max-width: calc(70% - 2rem);
      @media(max-width: 767px) {
          max-width: 100%;
      }
  }
  */
}
.sauna__gastronomic .sauna__main-content-doncha .slick-dots li button:before {
  background: #fff;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-doncha .slider .slick-slide {
    margin-bottom: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .sauna__gastronomic .sauna__main-content-commitment .flex-row + .flex-row div:nth-child(1) {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .sauna__gastronomic .sauna__main-content-commitment .flex-row + .flex-row div:nth-child(2) {
    width: 66%;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .sauna__gastronomic .sauna__main-content-commitment .flex-row .nutritionist img {
    max-width: 10rem;
    max-height: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .sauna__gastronomic .sauna__main-content-commitment .flex-row .nutritionist img + div {
    width: 100%;
  }
}
.sauna__gastronomic .sauna__main-content-commitment .flex-row .nutritionist + .flex-row {
  width: 100% !important;
  margin: 0;
}
.sauna__gastronomic .sauna__main-content-smoothie .slick-dots li button:before {
  background: #fff;
}
.sauna__gastronomic .sauna__main-content-smoothie .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  /*width: calc(100% + 2.3rem);*/
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-smoothie .row {
    width: calc(100% + 5.6rem);
    margin-right: -2.8rem;
    margin-left: -2.8rem;
  }
}
.sauna__gastronomic .sauna__main-content-smoothie .row img {
  width: 100%;
  margin-bottom: 1rem;
}
.sauna__gastronomic .sauna__main-content-smoothie .slider-smoothie .slick-slide {
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-smoothie .slider-smoothie .slick-slide {
    margin-right: 0;
  }
}
.sauna__gastronomic .sauna__main-content-smoothie .slider-smoothie .slick-dots {
  right: 2.3rem;
}
.sauna__gastronomic .sauna__main-content-smoothie .flex-row {
  border: none !important;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-smoothie .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sauna__gastronomic .sauna__main-content-smoothie .flex-row div:nth-child(1) {
  width: 10rem;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-smoothie .flex-row div:nth-child(1) {
    width: calc((100vw - 5.6rem) / 8 * 2 + 2.8rem);
    border-bottom: none !important;
    padding-top: 3rem;
  }
}
.sauna__gastronomic .sauna__main-content-smoothie .flex-row > div:nth-child(2) {
  line-height: 2.5em;
  padding-top: 0;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-smoothie .flex-row > div:nth-child(2) {
    padding-top: 2.7rem;
  }
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-smoothie h2 {
    line-height: 1.6em;
  }
}
.sauna__gastronomic .sauna__main-content-breakfast p {
  margin-bottom: 3rem;
  max-width: calc(70% - 2.5rem);
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__main-content-breakfast p {
    max-width: 100%;
  }
}
.sauna__gastronomic .sauna__main-content .flex-row {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.sauna__gastronomic .sauna__sidemenu {
  color: rgba(255, 255, 255, 0.9);
  height: 29rem;
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__sidemenu {
    height: auto;
  }
}
.sauna__gastronomic .sauna__sidemenu h3 {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .sauna__gastronomic .sauna__sidemenu h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.sauna__gastronomic .sauna__sidemenu a {
  color: rgba(255, 255, 255, 0.9);
}
.sauna__goods .sauna__main-content-goods {
  margin-bottom: 18rem;
}
.sauna__goods .sauna__main-content-goods-wrap {
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;

  @media(max-width: 767px) {
      gap: 2rem;
  }
  */
}
.sauna__goods .sauna__main-content-goods-wrap > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  height: auto;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -2rem;
}
@media (max-width: 767px) {
  .sauna__goods .sauna__main-content-goods-wrap > div {
    display: block;
    margin-right: 0;
  }
}
.sauna__goods .sauna__main-content-goods-wrap > div img {
  margin-bottom: 1.5rem;
}
.sauna__goods .sauna__main-content-goods-wrap > div img:nth-child(1) {
  width: 65%;
}
@media (max-width: 767px) {
  .sauna__goods .sauna__main-content-goods-wrap > div img:nth-child(1) {
    width: 100%;
  }
}
.sauna__goods .sauna__main-content-goods-wrap > div img:nth-child(2) {
  width: 31%;
}
@media (max-width: 767px) {
  .sauna__goods .sauna__main-content-goods-wrap > div img:nth-child(2) {
    float: right;
  }
}
@media (max-width: 767px) {
  .sauna__goods .sauna__main-content-goods-wrap > div:nth-child(2) {
    clear: both;
    top: -4rem;
    position: relative;
  }
}
.sauna__goods .sauna__main-content-goods-wrap > div > div:nth-child(1) {
  font-size: 2.4rem;
  width: 20rem;
}
@media (max-width: 767px) {
  .sauna__goods .sauna__main-content-goods-wrap > div > div:nth-child(1) {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.sauna__goods .sauna__main-content-goods-wrap > div > div p {
  margin-bottom: 3rem;
}
.sauna__goods .sauna__main-content-goods-wrap > div > div p:nth-child(1) {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .sauna__goods .sauna__main-content-goods-wrap > div > div p:nth-child(1) {
    margin-top: 0;
  }
}
.sauna__goods .sauna__sidemenu {
  height: 3rem;
  margin-bottom: 21rem;
}
.sauna__goods .sauna__sidemenu h3 {
  margin: 0;
}
@media (max-width: 767px) {
  .sauna__goods .sauna__sidemenu h3 {
    border-bottom: none !important;
  }
}
@media (max-width: 767px) {
  .sauna__goods .sauna__sidemenu {
    height: auto;
    margin-bottom: 1rem;
  }
}
.sauna__sidemenu {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 22rem;
  z-index: 0;
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .sauna__sidemenu {
    margin-bottom: 0;
  }
}
.sauna__sidemenu ul li a {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.sauna__sidemenu ul li a:hover {
  -webkit-animation: flowing-anim3 0.7s ease 0s;
          animation: flowing-anim3 0.7s ease 0s;
}
@media (max-width: 767px) {
  .sauna__sidemenu {
    width: 100%;
    height: auto;
    position: static;
  }
}
.sauna__sidemenu h3 {
  margin: 0 0 4rem;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .sauna__sidemenu h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767px) {
  .sauna__sidemenu h3 br {
    display: none;
  }
}
.sauna__sidemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .sauna__sidemenu ul {
    display: none;
  }
}
.sauna__sidemenu ul li {
  margin-bottom: 1rem;
}
.sauna__sidemenu ul li a {
  text-decoration: unset;
}
.sauna__main-content {
  width: 75%;
}
@media (max-width: 767px) {
  .sauna__main-content {
    width: 100%;
  }
}
.sauna__main-content h2 {
  font-size: 2.4rem;
  margin-bottom: 5rem;
  margin-top: 0.3rem;
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1em;
}
@media (max-width: 767px) {
  .sauna__main-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 3rem;
  }
}
.sauna__main-content > div {
  margin-bottom: 10.5rem;
}
.sauna__main-content > div p {
  line-height: 2.2em;
}
.sauna__main-content .sui_sou_sauna-1 {
  max-width: 29rem;
}
@media (max-width: 767px) {
  .sauna__main-content .sui_sou_sauna-1 {
    width: 12rem;
    height: 18rem;
    position: relative;
    right: calc((100% - 12rem) * -1);
    top: -4rem;
  }
}
.sauna__main-content .sui_sou_sauna-1 img {
  width: 100%;
}
.sauna__main-content .sui_sou_sauna-2 {
  left: calc((100vw - 10rem) / 100 * 25 * -1);
  width: calc((100vw - 10rem) / 8 * 7);
  position: relative;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .sauna__main-content .sui_sou_sauna-2 {
    width: 30.7rem;
    height: 18.4rem;
    left: auto;
    right: calc((100% - 30.7rem) * -1 - 2.8rem);
  }
}
.sauna__main-content .sui_sou_sauna-3 {
  max-width: 24rem;
  left: 25vw;
  position: relative;
}
.sauna__main-content .sui_sou_sauna-3 + h2 {
  margin-top: -2.6rem;
}
@media (min-width: 768px) and (max-width: 800px) {
  .sauna__main-content .sui_sou_sauna-3 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .sui_sou_sauna-3 {
    width: 12rem;
    height: 18rem;
    left: 0;
    margin-bottom: 6rem;
    top: 2rem;
  }
}
.sauna__main-content .sui_sou_sauna-4 {
  margin-left: calc((100vw + 10rem) / 100 * 25 * -1);
  margin-right: -50rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .sauna__main-content .sui_sou_sauna-4 {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }
}
.sauna__main-content .slick-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  width: calc(100% - 5rem);
  margin: 0 auto;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .sauna__main-content .slick-items {
    display: block;
    width: 100%;
    padding-top: 2.8rem;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .slick-items img {
    margin-bottom: 1.5rem;
  }
}
.sauna__main-content .slick-items > div > div {
  margin-right: 4rem;
  position: relative;
  width: 33vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .sauna__main-content .slick-items > div > div {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.sauna__main-content .slick-items > div > div > span {
  font-size: 6.4rem;
  color: #000;
  text-shadow: #fff 0 -0.4rem 1.7rem;
  position: absolute;
  left: 2rem;
  top: -5.3rem;
}
@media (max-width: 767px) {
  .sauna__main-content .slick-items > div > div > span {
    font-size: 4.8rem;
    font-weight: 200;
    top: -4.1rem;
    left: 1rem;
  }
}
.sauna__main-content .slick-items > div p span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.sauna__main-content .slick-dots {
  bottom: 0;
  text-align: right;
}
.sauna__main-content .slick-dots li {
  margin-left: 1.5rem;
  width: 2.6rem;
  height: 0.5rem;
}
.sauna__main-content .slick-dots li button:before {
  width: 3rem;
  height: 0.4rem;
  font-size: 0;
  display: block;
  background: #000;
}
.sauna__main-content .slick-dotted.slick-slider {
  overflow-x: hidden;
  padding-bottom: 2.5rem;
  margin-bottom: 0.5rem;
}
.sauna__main-content .slick-slider {
  margin-right: 0;
}
.sauna__main-content .slick-slider + p {
  margin-top: -2.8rem;
}
@media (max-width: 767px) {
  .sauna__main-content .slick-slider + p {
    margin-top: 1.5rem;
  }
}
.sauna__main-content .slick-track {
  padding-top: 0;
}
.sauna__main-content .slick-initialized .slick-slide {
  margin-right: 2.5rem;
  position: relative;
}
.sauna__main-content .slick-initialized .slick-slide > span {
  font-size: 6.4rem;
  color: #000;
  text-shadow: #fff 0 -0.4rem 1.7rem;
  position: absolute;
  left: 2rem;
  top: -5rem;
}
.sauna__main-content .slick-initialized .slick-slide p span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .sauna__main-content .slider {
    width: calc(100% + 5.6rem);
    margin-right: -2.8rem;
    margin-left: -2.8rem;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .slider .slick-list {
    width: 180%;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .slider .slick-slide {
    margin: 0 0 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .slider .slick-dots {
    right: 2.8rem;
  }
}
.sauna__main-content .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 2.5rem 0 5rem;
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row {
    display: block;
    padding: 1.8rem 0 5.5rem;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row .border-tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
}
.sauna__main-content .flex-row div:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  line-height: 2.2em;
  margin-top: -0.6em;
  margin-bottom: -0.6em;
}
@media (min-width: 768px) and (max-width: 800px) {
  .sauna__main-content .flex-row div:nth-child(1) {
    width: calc((100vw - 10rem) / 8 * 2);
  }
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row div:nth-child(1) {
    width: auto;
    display: inline-block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.sauna__main-content .flex-row div:nth-child(2) {
  line-height: 2.2em;
  margin-top: -0.6em;
  margin-bottom: -0.6em;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 800px) {
  .sauna__main-content .flex-row div:nth-child(2) {
    width: calc(100% - (100vw - 10rem) / 8 * 2);
  }
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row div:nth-child(2) {
    width: 100%;
    padding-top: 3rem;
  }
}
@media (max-width: 430px) {
  .sauna__main-content .flex-row div:nth-child(2) {
    padding-top: 8vw;
  }
}
.sauna__main-content .flex-row .grid {
  display: grid !important;
  width: 100% !important;
  margin-top: 1rem;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 2rem !important;
}
.sauna__main-content .flex-row .grid.visible-phone {
  display: none !important;
  padding-top: 0;
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row .grid.visible-phone {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  .sauna__main-content .flex-row .grid.visible-phone > div {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row .grid.hidden-phone {
    display: none !important;
  }
}
.sauna__main-content .flex-row .grid > div {
  width: 100% !important;
  text-align: center;
  padding: 1.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row .grid > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sauna__main-content .flex-row .grid > div:nth-child(1), .sauna__main-content .flex-row .grid > div:nth-child(2) {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .sauna__main-content .flex-row .grid > div:nth-child(11), .sauna__main-content .flex-row .grid > div:nth-child(12), .sauna__main-content .flex-row .grid > div:nth-child(13), .sauna__main-content .flex-row .grid > div:nth-child(14), .sauna__main-content .flex-row .grid > div:nth-child(15) {
    border-bottom: none;
  }
  .sauna__main-content .flex-row .grid.price {
    align-items: center;
  }
  .sauna__main-content .flex-row .grid.price > div {
    line-height: 3.6;
  }
  .sauna__main-content .flex-row .grid.price > div.double {
	line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .sauna__main-content .flex-row .grid > div:nth-child(1), .sauna__main-content .flex-row .grid > div:nth-child(6), .sauna__main-content .flex-row .grid > div:nth-child(11) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row .grid > div:nth-child(13), .sauna__main-content .flex-row .grid > div:nth-child(14), .sauna__main-content .flex-row .grid > div:nth-child(15) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .flex-row .grid > div:nth-child(1), .sauna__main-content .flex-row .grid > div:nth-child(4), .sauna__main-content .flex-row .grid > div:nth-child(7), .sauna__main-content .flex-row .grid > div:nth-child(10), .sauna__main-content .flex-row .grid > div:nth-child(13) {
    border-left: none;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.sauna__main-content .flex-row .grid + p {
  display: block;
  text-align: right;
  margin-top: 3rem;
}
.sauna__main-content .nutritionist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  position: relative;
  border-bottom: none !important;
}
.sauna__main-content .nutritionist a {
  cursor: pointer;
}
.sauna__main-content .nutritionist a:hover {
  -webkit-animation: none;
          animation: none;
}
.sauna__main-content .nutritionist a.kurumikitchen-img {
  display: inline-block;
  max-width: 10rem;
  max-height: 10rem;
  margin-right: 66px;
  margin-top: 1.8rem;
}
@media (max-width: 960px) {
  .sauna__main-content .nutritionist a.kurumikitchen-img {
    margin-right: 3vw;
  }
}
@media (max-width: 767px) {
  .sauna__main-content .nutritionist a.kurumikitchen-img {
    max-width: 10rem;
    margin-top: 3rem;
  }
}
.sauna__main-content .nutritionist a img {
  margin: 0;
  width: 100%;
  height: 100%;
}
.sauna__main-content .nutritionist > div p:first-child {
  padding-bottom: 1.4em;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .sauna__main-content .nutritionist > div p:first-child {
    position: absolute;
    right: 0;
    top: 2rem;
    width: calc(100% - 12rem);
    border: none;
    padding-top: 0;
    line-height: 2.95rem;
  }
}
@media (max-width: 430px) {
  .sauna__main-content .nutritionist > div p:first-child {
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.sauna__main-content .nutritionist > div p:first-child + p {
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
}
.sauna__main-content .nutritionist + .flex-row {
  margin-left: 20rem;
}
@media (max-width: 767px) {
  .sauna__main-content .nutritionist + .flex-row {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
  }
}
.sauna__main-content .nutritionist + .flex-row div:nth-child(1) {
  width: 10rem;
}
@media (max-width: 767px) {
  .sauna__main-content .nutritionist + .flex-row div:nth-child(1) {
    width: calc((100vw - 5.6rem) / 8 * 2);
    border-bottom: none;
  }
}
.sauna__main-content .nutritionist + .flex-row div:nth-child(2) {
  width: 100%;
}
@media (max-width: 767px) {
  .sauna__main-content .nutritionist + .flex-row div:nth-child(2) {
    padding-top: 0;
  }
}
.sauna__main-content-features h2 {
  padding-top: 6rem;
  margin-top: 3rem;
}
.sauna__main-content-features .slick-items {
  width: 100%;
}
.sauna__main-content-features .slick-items img {
  aspect-ratio: 3/2;
}
@media (max-width: 767px) {
  .sauna__main-content-concept {
    margin-bottom: 8rem !important;
  }
}
.sauna__main-content-concept > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .sauna__main-content-concept > div {
    display: block;
  }
}
.sauna__main-content-concept > div img {
  width: 50%;
}
@media (max-width: 767px) {
  .sauna__main-content-concept > div img {
    width: 100%;
  }
}
.sauna__main-content-concept > div p {
  margin-left: 3rem;
  line-height: 2.5em;
  position: relative;
  bottom: 1.5rem;
}
@media (max-width: 767px) {
  .sauna__main-content-concept > div p {
    margin-left: 0;
  }
}
.sauna__main-content-single {
  margin-bottom: 13rem !important;
}
.sauna__main-content-facility h2 {
  margin-bottom: 5rem;
}
.sauna__main-content-notes {
  margin-bottom: 2rem;
}
.sauna__main-content-notes h2 {
  margin-bottom: 5rem;
}
.sauna__main-content-commitment h2 {
  margin-bottom: 5rem;
}
.sauna__main-content-hours h2 {
  margin-bottom: 5rem;
}

.access__fview {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  height: calc(var(--vh) * 100);
}
.access__fview .box {
  max-height: calc(var(--vh) * 50);
}
.access__fview .box .sp {
  display: none;
}
@media (max-width: 768px) {
  .access__fview .box .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .access__fview .box .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .access__fview .box .simpleParallax {
    height: 100%;
  }
  .access__fview .box .simpleParallax img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.access__fview > div {
  height: calc(var(--vh) * 50);
}
.access__fview > div:last-child {
  padding: 10rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .access__fview > div:last-child {
    padding: 2.8rem 2.8rem 0;
  }
}
.access__fview > div:last-child > div {
  height: calc(50vh - 10rem);
  position: relative;
}
@media (max-width: 767px) {
  .access__fview > div:last-child > div {
    height: auto;
  }
}
.access__fview > div:last-child h1 {
  margin: 0;
  font-size: 8.8rem;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 2.5rem;
}
@media (max-width: 767px) {
  .access__fview > div:last-child h1 {
    font-size: 3.6rem;
    bottom: auto;
  }
}
.access__main {
  padding: 20rem 5rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .access__main {
    padding: 10rem 2.8rem 25rem;
  }
}
.access__sidemenu {
  width: 25%;
}
.access__sidemenu ul li a:hover {
  -webkit-animation: flowing-anim3 0.7s ease 0s;
          animation: flowing-anim3 0.7s ease 0s;
}
@media (max-width: 767px) {
  .access__sidemenu {
    display: none;
  }
}
.access__main-content {
  width: 75%;
}
@media (max-width: 767px) {
  .access__main-content {
    width: 100%;
  }
}
.access__main-content iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.access__main-content-detail {
  padding: 15rem 0 22rem;
}
@media (max-width: 767px) {
  .access__main-content-detail {
    padding-bottom: 2rem;
  }
}
.access__main-content-detail .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row + .flex-row > div:nth-child(1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.access__main-content-detail .flex-row + .flex-row > div:nth-child(2) {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row > div > .flex-row {
    padding-top: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.25) !important;
  }
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row > div > .flex-row:nth-of-type(3) > div:nth-child(1) {
    width: 16rem;
  }
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row > div > .flex-row > div:nth-child(1) {
    line-height: 1em !important;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 1.8rem;
    padding-bottom: 1.8rem;
    width: 10.5rem;
    border-bottom: none !important;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row {
    display: block;
    border-top: none;
  }
}
.access__main-content-detail .flex-row div:nth-child(1) {
  width: 18rem;
  line-height: 2.2em;
  padding-top: 1rem;
}
@media (max-width: 800px) and (min-width: 768px) {
  .access__main-content-detail .flex-row div:nth-child(1) {
    width: calc((100vw - 10rem) / 8 * 2);
  }
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row div:nth-child(1) {
    width: 100%;
    font-size: 2rem;
    padding-bottom: 4rem;
  }
}
.access__main-content-detail .flex-row div:nth-child(2) {
  width: calc(100% - 18rem);
  line-height: 2.2em;
}
@media (max-width: 800px) and (min-width: 768px) {
  .access__main-content-detail .flex-row div:nth-child(2) {
    width: calc(100% - (100vw - 10rem) / 8 * 2);
  }
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row div:nth-child(2) {
    width: 100%;
    /*border-top: 1px solid rgba($color: #000000, $alpha: 0.25);*/
  }
}
.access__main-content-detail .flex-row > div .flex-row:first-child {
  border: none;
  padding-top: 0;
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.access__main-content-detail .flex-row .flex-row div:nth-child(1) {
  width: 18rem;
  padding-top: 1rem;
}
@media (min-width: 768px) and (max-width: 800px) {
  .access__main-content-detail .flex-row .flex-row div:nth-child(1) {
    width: calc((100vw - 10rem) / 8 * 1);
  }
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row .flex-row div:nth-child(1) {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.access__main-content-detail .flex-row .flex-row div:nth-child(2) {
  width: calc(100% - 18rem);
  padding: 1rem 0;
}
@media (min-width: 768px) and (max-width: 800px) {
  .access__main-content-detail .flex-row .flex-row div:nth-child(2) {
    width: calc(100% - (100vw - 10rem) / 8 * 1);
  }
}
@media (max-width: 767px) {
  .access__main-content-detail .flex-row .flex-row div:nth-child(2) {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.access__main-content-map {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.access__main-content-map > div:nth-child(1) {
  width: 33.3%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .access__main-content-map > div:nth-child(1) {
    width: 35%;
    height: 50vh;
  }
}
.access__main-content-map > div:nth-child(1) p {
  font-size: 3.2rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  width: 200%;
  z-index: 2;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-family: "FOT-筑紫ゴシック Pr5 D", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (min-width: 1919px) {
  .access__main-content-map > div:nth-child(1) p {
    font-size: 4.2rem;
  }
}
@media (max-width: 1015px) and (min-width: 768px) {
  .access__main-content-map > div:nth-child(1) p {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .access__main-content-map > div:nth-child(1) p {
    font-size: 2rem;
    position: absolute;
    z-index: 2;
    right: auto;
    left: 0;
    top: calc(50% - 0.5rem);
    line-height: 2em;
    width: 30rem;
  }
}
.access__main-content-map > div:nth-child(1) p span {
  display: block;
}
@media (max-width: 767px) {
  .access__main-content-map > div:nth-child(1) p span {
    line-height: 1.4em;
    margin-top: 1rem;
  }
}
.access__main-content-map > div:nth-child(1) a {
  position: absolute;
  bottom: 0;
  font-family: "FOT-筑紫ゴシック Pr5 D", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .access__main-content-map > div:nth-child(1) a {
    font-size: 1.4rem;
  }
}
.access__main-content-map > div:nth-child(2) {
  width: 66.7%;
}
@media (max-width: 767px) {
  .access__main-content-map > div:nth-child(2) {
    width: 65%;
    height: 50vh;
  }
}
.access__main-content-map .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.access__main-content-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .access__main-content-map .map iframe {
    height: 50vh;
  }
}

.faq__fview {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  height: calc(var(--vh) * 100);
}
.faq__fview .box {
  max-height: calc(var(--vh) * 50);
}
.faq__fview .box .sp {
  display: none;
}
@media (max-width: 768px) {
  .faq__fview .box .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .faq__fview .box .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq__fview .box .simpleParallax {
    height: 100%;
  }
  .faq__fview .box .simpleParallax img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.faq__fview > div {
  height: calc(var(--vh) * 50);
}
.faq__fview > div:last-child {
  padding: 10rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .faq__fview > div:last-child {
    padding: 2.8rem 2.8rem 0;
  }
}
.faq__fview > div:last-child > div {
  height: calc(50vh - 10rem);
  position: relative;
}
@media (max-width: 767px) {
  .faq__fview > div:last-child > div {
    height: auto;
  }
}
.faq__fview > div:last-child h1 {
  margin: 0;
  font-size: 8.8rem;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 2.5rem;
}
@media (max-width: 767px) {
  .faq__fview > div:last-child h1 {
    font-size: 3.6rem;
    bottom: auto;
  }
}
.faq__main {
  padding: 20rem 5rem 27rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  min-height: auto;
  height: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .faq__main {
    padding: 15rem 2.8rem 25rem;
  }
}
.faq__main-content {
  width: 50%;
  margin: 0 auto;
  /*
  table {
      width: 100%;
      text-align: center;
      .left {
          text-align: left;
      }
      tr {
          border-bottom: 1px solid #000;
      }
  }
  */
}
@media (max-width: 767px) {
  .faq__main-content {
    width: 100%;
  }
}
.faq__main-content dt {
  padding: 3.5rem 0 3.5rem 8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.2em;
  position: relative;
  cursor: pointer;
}
.faq__main-content dt svg {
  vertical-align: middle;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
}
.faq__main-content dt:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.faq__main-content dt.active svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__main-content dd {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: none;
  padding: 3.5rem 0 3.5rem 8rem;
  line-height: 2.2em;
}
@media (max-width: 767px) {
  .faq__main-content dd.faq_grid {
    padding-left: 0;
  }
}
.faq__main-content .grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.faq__main-content .grid > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 2.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .faq__main-content .grid > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.faq__main-content .grid > div:nth-of-type(13), .faq__main-content .grid > div:nth-of-type(14), .faq__main-content .grid > div:nth-of-type(15) {
  border-bottom: none;
}
.faq__main-content .grid > div:nth-of-type(2), .faq__main-content .grid > div:nth-of-type(5), .faq__main-content .grid > div:nth-of-type(8), .faq__main-content .grid > div:nth-of-type(11), .faq__main-content .grid > div:nth-of-type(14) {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.faq__main-content .grid > div:nth-of-type(3), .faq__main-content .grid > div:nth-of-type(6), .faq__main-content .grid > div:nth-of-type(9), .faq__main-content .grid > div:nth-of-type(12), .faq__main-content .grid > div:nth-of-type(15) {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.faq__main-content .grid > div.left {
  text-align: left;
}
@media (max-width: 767px) {
  .faq__main-content .grid > div.left {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 10rem;
    padding-right: 1rem;
  }
}
.faq__main-content .grid > div svg {
  position: relative;
  top: 0.3rem;
}
@media (max-width: 767px) {
  .faq__main-content .grid > div svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.faq__main-content.privacy-policy h5 {
  display: block;
  color: #000;
  font-size: 1.4rem;
  margin-top: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.faq__main-content.privacy-policy p {
  color: #000;
  line-height: 2.3em;
}
.faq__main-content.privacy-policy p.access-txt {
  margin-top: 6rem;
}
.faq__main-content.best-rate p {
  color: #000;
  line-height: 2.3em;
  margin-bottom: 4rem;
}
.faq__main-content.best-rate p:last-child {
  margin-bottom: 0;
}

.contact__fview {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  height: calc(var(--vh) * 100);
}
.contact__fview .box {
  max-height: calc(var(--vh) * 50);
}
.contact__fview .box .sp {
  display: none;
}
@media (max-width: 768px) {
  .contact__fview .box .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact__fview .box .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact__fview .box .simpleParallax {
    height: 100%;
  }
  .contact__fview .box .simpleParallax img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact__fview > div {
  height: calc(var(--vh) * 50);
}
.contact__fview > div:last-child {
  padding: 10rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .contact__fview > div:last-child {
    padding: 2.8rem 2.8rem 0;
  }
}
.contact__fview > div:last-child > div {
  height: calc(50vh - 10rem);
  position: relative;
}
@media (max-width: 767px) {
  .contact__fview > div:last-child > div {
    height: auto;
  }
}
.contact__fview > div:last-child h1 {
  margin: 0;
  font-size: 8.8rem;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 2.5rem;
}
@media (max-width: 767px) {
  .contact__fview > div:last-child h1 {
    font-size: 3.6rem;
    bottom: auto;
  }
}
.contact__main {
  padding: 20rem 5rem 28rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .contact__main {
    padding: 15rem 2.8rem 25rem;
  }
}
.contact__main-content {
  width: 25%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact__main-content {
    width: 100%;
  }
}
.contact__main-content .wpcf7-form label {
  margin-bottom: 3.5rem;
  display: block;
}
.contact__main-content .wpcf7-form label span.required {
  color: #fff;
  background: #1C504A;
  font-size: 0.9rem;
  padding: 0 0.6rem 0.3rem;
  vertical-align: middle;
  margin-left: 1rem;
  position: relative;
  top: -0.2rem;
  height: 12px;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact__main-content .wpcf7-form label span.required {
    top: -0.15rem;
  }
}
.contact__main-content .wpcf7-form input {
  width: 100%;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 4.8rem;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__main-content .wpcf7-form input[type=submit] {
  background: #1C504A;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
.contact__main-content .wpcf7-form textarea {
  width: 100%;
  background: no-repeat;
  min-height: 33rem;
  padding: 2rem 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .wpcf7-spinner {
  position: absolute;
}

.news__fview {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  height: calc(var(--vh) * 100);
}
.news__fview .box {
  max-height: calc(var(--vh) * 50);
}
.news__fview .box .sp {
  display: none;
}
@media (max-width: 768px) {
  .news__fview .box .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .news__fview .box .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .news__fview .box .simpleParallax {
    height: 100%;
  }
  .news__fview .box .simpleParallax img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news__fview > div {
  height: calc(var(--vh) * 50);
}
.news__fview > div:last-child {
  padding: 10rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .news__fview > div:last-child {
    padding: 2.8rem 2.8rem 0;
  }
}
.news__fview > div:last-child > div {
  height: calc(50vh - 10rem);
  position: relative;
}
@media (max-width: 767px) {
  .news__fview > div:last-child > div {
    height: auto;
  }
}
.news__fview > div:last-child h1 {
  margin: 0;
  font-size: 8.8rem;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 2.5rem;
}
@media (max-width: 767px) {
  .news__fview > div:last-child h1 {
    font-size: 3.6rem;
    bottom: auto;
  }
}
.news__main {
  padding: 20rem 5rem 25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  min-height: auto;
  height: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .news__main {
    padding: 15rem 2.8rem 25rem;
  }
}
.news__sidemenu {
  width: 25%;
}
.news__sidemenu ul li a:hover {
  -webkit-animation: flowing-anim3 0.7s ease 0s;
          animation: flowing-anim3 0.7s ease 0s;
}
@media (max-width: 767px) {
  .news__sidemenu {
    display: none;
  }
}
.news__main-content {
  width: 75%;
  padding: 0;
}
@media (max-width: 767px) {
  .news__main-content {
    width: 100%;
    padding: 0;
  }
}
.news__main-content .wp-block-post-date a, .news__main-content .wp-block-post-date time {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .news__main-content .wp-block-post-date a, .news__main-content .wp-block-post-date time {
    font-size: 1.2rem;
    padding: 2rem 0 0 !important;
  }
}
.news__main-content .is-layout-flex {
  padding: 0;
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 800px) {
  .news__main-content .is-layout-flex {
    padding: 2rem 0px;
  }
}
.news__main-content .is-layout-flex a {
  display: block;
  padding: 3rem 0;
}
@media (min-width: 768px) and (max-width: 800px) {
  .news__main-content .is-layout-flex a {
    padding: 1rem 0;
  }
}
.news__main-content a {
  font-style: normal;
  font-size: 2.4rem;
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  white-space: normal;
  line-height: 1.6em;
  /*overflow: hidden;*/
}
@media (max-width: 767px) {
  .news__main-content a {
    font-size: 1.6rem;
    padding: 0 0 2rem !important;
  }
}

.news_content__fview {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  height: calc(var(--vh) * 100);
}
.news_content__fview .box {
  max-height: calc(var(--vh) * 50);
}
.news_content__fview .box .sp {
  display: none;
}
@media (max-width: 768px) {
  .news_content__fview .box .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .news_content__fview .box .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .news_content__fview .box .simpleParallax {
    height: 100%;
  }
  .news_content__fview .box .simpleParallax img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news_content__fview > div {
  height: calc(var(--vh) * 50);
}
.news_content__fview > div:last-child {
  padding: 10rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .news_content__fview > div:last-child {
    padding: 2.8rem 2.8rem 0;
  }
}
.news_content__fview > div:last-child > div {
  height: calc(50vh - 10rem);
  position: relative;
}
@media (max-width: 767px) {
  .news_content__fview > div:last-child > div {
    height: auto;
  }
}
.news_content__fview > div:last-child h1 {
  margin: 0;
  font-size: 8.8rem;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 2.5rem;
}
@media (max-width: 767px) {
  .news_content__fview > div:last-child h1 {
    font-size: 3.6rem;
    bottom: auto;
  }
}
.news_content__main {
  padding: 20rem 5rem 28rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  min-height: auto;
  height: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .news_content__main {
    padding: 15rem 2.8rem 25rem;
  }
}
.news_content__main-content {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news_content__main-content {
    width: 100%;
    padding: 0;
  }
}
.news_content__main-content .entry-content {
  margin: 0;
  padding: 0;
  line-height: 2.2em;
}
.news_content__main-content .entry-content + div {
  text-align: right;
  margin-top: 8rem;
}
.news_content__main-content .entry-content + div a {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: underline;
}
.news_content__main-content .entry-content + div a:hover {
  -webkit-animation: flowing-anim3 0.7s ease 0s;
          animation: flowing-anim3 0.7s ease 0s;
}
.news_content__main-content h1 {
  font-size: 2.4rem !important;
  margin-bottom: 4.5rem;
  margin-top: 1.5rem;
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .news_content__main-content h1 {
    font-size: 2rem !important;
    line-height: 1.6em;
  }
}
.news_content__main-content .wp-block-post-date time {
  font-size: 1.4rem;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news_content__main-content .wp-block-post-date time {
    font-size: 1rem;
  }
}
.news_content__main-content img {
  border-radius: unset;
  margin-bottom: 4rem;
}
.news_content__main-content .wp-block-post-date a {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .news_content__main-content .wp-block-post-date a {
    font-size: 1.2rem;
  }
}

.notfound__fview {
  margin: 0;
  padding: 0;
  height: calc(var(--vh) * 100);
}
.notfound__fview > div {
  height: calc(var(--vh) * 50);
}
.notfound__fview > div:first-child {
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  position: relative;
}
.notfound__fview > div:last-child {
  font-size: 1.6rem;
  width: 25%;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .notfound__fview > div:last-child {
    width: 100%;
    padding: 0 2.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
  }
}
.notfound__fview > div:last-child a {
  background: #1C504A;
  color: rgba(255, 255, 255, 0.9);
  line-height: 4.8rem;
  display: block;
  text-align: center;
  text-decoration: unset;
  margin-top: 10rem;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .notfound__fview > div:last-child a {
    margin-top: 4rem;
  }
}
.notfound__fview > div h1 {
  margin: 0;
  padding: 0;
  font-size: 16.8rem;
  font-family: "FOT-筑紫ゴシック Pr5 D", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  text-align: center;
  letter-spacing: 0.15em;
  width: 25%;
  margin: auto;
}
@media (max-width: 767px) {
  .notfound__fview > div h1 {
    font-size: 8.1rem;
    width: 50%;
  }
}
.notfound__fview > div h1 svg {
  width: 100%;
}
.notfound__fview > div h1 span {
  display: block;
  font-size: 3.4rem;
  font-family: "FOT-筑紫ゴシック Pr5 L", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.22em;
}
@media (max-width: 767px) {
  .notfound__fview > div h1 span {
    font-size: 1.6rem;
  }
}

.is-layout-flow > * {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

footer {
  margin: 0;
  height: calc(100vh + 0.1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../fujinos-theme/assets/images/footer-bg.jpg") repeat;
  background-size: 20rem 20rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  position: relative;
}
footer a {
  text-decoration: none !important;
  color: #fff !important;
}
footer .breadcrumb {
  position: absolute;
  top: -7rem;
  left: 5rem;
  color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  footer .breadcrumb {
    left: 2.8rem;
    top: -5rem;
  }
}
footer .breadcrumb a {
  font-size: 1.2rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6) !important;
}
footer h2 {
  color: rgba(255, 255, 255, 0.9) !important;
}
footer h4 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 2.4rem !important;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  footer h4 {
    font-size: 2rem !important;
  }
}
footer ul {
  padding: 0 0 2rem;
  list-style: none;
}
footer ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  footer ul li {
    font-size: 1.4rem;
  }
}
footer ul li a {
  font-family: "Castoro", "Shippori Mincho", "FOT-筑紫新聞明朝 Pr6 LB", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  footer ul li a {
    font-size: 1.4rem;
  }
}
footer p {
  line-height: 2.2em;
}
footer .has-global-padding {
  display: grid;
  height: 100vh;
  padding: 18rem 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .has-global-padding .company_info {
  position: relative;
}
footer .has-global-padding .company_info .saikouchiku-tag {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0;
  line-height: 1;
  margin-top: 1.2rem;
  font-size: 12px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  footer .has-global-padding .company_info .saikouchiku-tag {
    position: unset;
    margin-top: 0;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    letter-spacing: normal;
    font-size: 14px;
    margin-top: 2.3rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding {
    padding: 14rem 5rem 0;
  }
}
@media (max-width: 767px) {
  footer .has-global-padding {
    display: block;
    padding: calc(100vh - 45.5rem) 2.8rem 0;
  }
}
footer .has-global-padding > div {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .has-global-padding > div div + div {
  margin-top: 2rem;
}
footer .has-global-padding > div:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  height: calc((100vh - 18rem) / 100 * 44);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(1) {
    height: calc((100vh - 14rem) / 100 * 47);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(1) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  height: calc((100vh - 18rem) / 100 * 44);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(2) {
    height: calc((100vh - 14rem) / 100 * 47);
  }
}
footer .has-global-padding > div:nth-child(2) h4 {
  margin-bottom: calc((100vh - 18rem) / 100 * 3.2);
  line-height: 1em;
}
@media (max-height: 769px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(2) h4 {
    margin-bottom: 1rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(2) h4 {
    margin-bottom: calc((100vh - 14rem) / 100 * 3.2);
  }
}
footer .has-global-padding > div:nth-child(2) ul {
  margin: 0 0 calc((100vh - 18rem) / 100 * 7);
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-height: 769px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(2) ul {
    margin-bottom: 3rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(2) ul {
    margin-bottom: calc((100vh - 14rem) / 100 * 6);
  }
}
footer .has-global-padding > div:nth-child(2) ul li {
  margin-bottom: calc((100vh - 18rem) / 100 * 2.5);
  line-height: 1em;
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(2) ul li {
    margin-bottom: calc((100vh - 14rem) / 100 * 2);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(2) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/5;
  height: calc((100vh - 18rem) / 100 * 44);
  width: calc((100vw - 10rem) / 2);
  background-image: url("../fujinos-theme/assets/images/footer-1.png");
  background-position: center center;
  background-size: cover;
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(3) {
    height: calc((100vh - 14rem) / 100 * 47);
  }
}
footer .has-global-padding > div:nth-child(3) img {
  max-width: 100%;
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(3) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(4) {
  grid-row: 2/3;
  grid-column: 1/2;
  height: calc((100vh - 18rem) / 100 * 9);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 769px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(4) {
    height: 2rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(4) {
    height: calc((100vh - 14rem) / 100 * 2);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(4) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(5) {
  grid-row: 2/3;
  grid-column: 2/3;
  height: calc((100vh - 18rem) / 100 * 9);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 769px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(5) {
    height: 2rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(5) {
    height: calc((100vh - 14rem) / 100 * 2);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(5) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(6) {
  grid-row: 2/3;
  grid-column: 3/5;
  height: calc((100vh - 18rem) / 100 * 9);
  width: calc((100vw - 10rem) / 2);
}
@media (max-height: 769px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(6) {
    height: 2rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(6) {
    height: calc((100vh - 14rem) / 100 * 2);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(6) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(7) {
  grid-row: 3/4;
  grid-column: 1/2;
  height: calc((100vh - 18rem) / 100 * 35);
  width: calc((100vw - 10rem) / 4);
  position: relative;
  top: 3rem;
}
@media (min-height: 1079px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(7) {
    top: 6rem;
  }
}
@media (max-height: 769px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(7) {
    top: 4rem;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(7) {
    height: calc((100vh - 14rem) / 100 * 32);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(7) {
    display: inline-block;
    position: relative;
    width: auto;
    height: 25rem;
  }
}
footer .has-global-padding > div:nth-child(7) a {
  font-size: 1rem;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  letter-spacing: 0.04em;
  border-left: 1px solid #fff;
  line-height: 1rem;
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(7) a {
    letter-spacing: 0;
  }
}
footer .has-global-padding > div:nth-child(7) a:hover {
  -webkit-animation: flowing-anim4 0.7s ease 0s;
          animation: flowing-anim4 0.7s ease 0s;
}
footer .has-global-padding > div:nth-child(7) a:first-child {
  left: 0;
  top: -2rem;
}
footer .has-global-padding > div:nth-child(7) a:last-child {
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(7) a:last-child {
    bottom: -7px;
  }
}
footer .has-global-padding > div:nth-child(8) {
  grid-row: 3/4;
  grid-column: 2/3;
  height: calc((100vh - 18rem) / 100 * 36);
  width: calc((100vw - 10rem) / 4);
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(8) {
    height: calc((100vh - 14rem) / 100 * 33);
  }
}
footer .has-global-padding > div:nth-child(8) h4 {
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(8) h4 {
    line-height: 1em;
    margin-top: 0.5rem;
    margin-bottom: calc((100vh - 14rem) / 100 * 3.5);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(8) h4 {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(8) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(9) {
  grid-row: 3/4;
  grid-column: 3/5;
  height: calc((100vh - 18rem) / 100 * 36);
  width: calc((100vw - 10rem) / 2);
  font-size: 1.4rem;
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(9) {
    height: calc((100vh - 14rem) / 100 * 33);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(9) {
    display: inline-block;
    position: relative;
    width: auto;
    left: calc(100% - 18rem - 2.8rem);
    top: -1.8rem;
    height: 25rem;
  }
}
footer .has-global-padding > div:nth-child(9) div p:first-child {
  margin-top: 0;
}
footer .has-global-padding > div:nth-child(9) p {
  line-height: 2.1em;
  margin-bottom: 1rem;
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(9) p {
    line-height: 1.7em;
    margin-bottom: calc((100vh - 14rem) / 100 * 2);
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(9) p {
    line-height: 2.1em;
    margin-bottom: 1rem;
  }
}
footer .has-global-padding > div:nth-child(9) a {
  text-decoration: underline !important;
}
footer .has-global-padding > div:nth-child(9) a:hover {
  -webkit-animation: flowing-anim4 0.7s ease 0s;
          animation: flowing-anim4 0.7s ease 0s;
}
footer .has-global-padding > div:nth-child(10) {
  grid-row: 4/5;
  grid-column: 1/2;
  height: calc((100vh - 18rem) / 100 * 11) !important;
  width: calc((100vw - 10rem) / 4);
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(10) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(11) {
  grid-row: 4/5;
  grid-column: 2/3;
  height: calc((100vh - 18rem) / 100 * 11) !important;
  width: calc((100vw - 10rem) / 4);
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(11) {
    display: none;
  }
}
footer .has-global-padding > div:nth-child(12) {
  grid-row: 4/5;
  grid-column: 3/5;
  height: calc((100vh - 18rem) / 100 * 11) !important;
  width: calc((100vw - 10rem) / 2);
}
@media (max-width: 1120px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(12) {
    position: relative;
    left: calc((100vw - 10rem) / 4 * -1);
  }
}
footer .has-global-padding > div:nth-child(12) p {
  margin-top: 0.3rem;
}
@media (min-height: 1079px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(12) p {
    margin-top: 2.8rem;
  }
}
@media (max-height: 769px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(12) p {
    margin-top: 0;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  footer .has-global-padding > div:nth-child(12) p {
    margin-top: 0;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(12) p {
    line-height: 2.2em;
    margin-top: 0.5em;
  }
}
footer .has-global-padding > div:nth-child(12) a {
  text-decoration: underline !important;
}
footer .has-global-padding > div:nth-child(12) a:hover {
  -webkit-animation: flowing-anim4 0.7s ease 0s;
          animation: flowing-anim4 0.7s ease 0s;
}
@media (max-width: 767px) {
  footer .has-global-padding > div:nth-child(12) {
    display: block;
    width: auto;
    left: calc(100% - 17.5rem - 2.8rem);
    top: -1.8rem;
    position: relative;
    max-width: 10rem;
  }
}

.animate-title {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

.animate-text {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.title-active {
  -webkit-animation: title forwards 0.7s 1;
          animation: title forwards 0.7s 1;
}

.text-active {
  -webkit-animation: text forwards 0.7s 1;
          animation: text forwards 0.7s 1;
}

.blur {
  -webkit-animation: blur forwards 2s 1;
          animation: blur forwards 2s 1;
}

.opa {
  -webkit-animation: opa forwards 1.8s 1;
          animation: opa forwards 1.8s 1;
}

#mask {
  position: relative;
  z-index: 1;
}

#mask2 {
  position: absolute;
  left: 0;
  top: 5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  #mask2 {
    top: 1rem;
  }
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes opa {
  0% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes opa {
  0% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@-webkit-keyframes fill {
  0% {
    fill: #1C504A;
  }
  100% {
    fill: #fff;
  }
}
@keyframes fill {
  0% {
    fill: #1C504A;
  }
  100% {
    fill: #fff;
  }
}
@-webkit-keyframes title {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes title {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes text {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes text {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes nav_view {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  10% {
    display: grid;
    visibility: visible;
  }
  100% {
    opacity: 1;
    display: grid;
    visibility: visible;
  }
}
@keyframes nav_view {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  10% {
    display: grid;
    visibility: visible;
  }
  100% {
    opacity: 1;
    display: grid;
    visibility: visible;
  }
}
@-webkit-keyframes nav_view-767 {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  10% {
    display: block;
    visibility: visible;
  }
  100% {
    opacity: 1;
    display: block;
    visibility: visible;
  }
}
@keyframes nav_view-767 {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  10% {
    display: block;
    visibility: visible;
  }
  100% {
    opacity: 1;
    display: block;
    visibility: visible;
  }
}
@-webkit-keyframes nav_back {
  0% {
    opacity: 1;
    display: grid;
    visibility: visible;
  }
  10% {
    display: grid;
    visibility: visible;
  }
  100% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes nav_back {
  0% {
    opacity: 1;
    display: grid;
    visibility: visible;
  }
  10% {
    display: grid;
    visibility: visible;
  }
  100% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes nav_back-767 {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  10% {
    display: block;
    visibility: visible;
  }
  100% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes nav_back-767 {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  10% {
    display: block;
    visibility: visible;
  }
  100% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(1);
    border: 1px solid rgb(255, 255, 255);
    opacity: 1;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1.5);
    border: 0.3px solid rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    -webkit-transform: scale(1);
    border: 1px solid rgb(255, 255, 255);
    opacity: 1;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1.5);
    border: 0.3px solid rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
@-webkit-keyframes circle_back {
  0% {
    -webkit-transform: scale(1.5);
    border: 0.3px solid rgba(255, 255, 255, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    border: 1px solid rgb(255, 255, 255);
    opacity: 1;
  }
}
@keyframes circle_back {
  0% {
    -webkit-transform: scale(1.5);
    border: 0.3px solid rgba(255, 255, 255, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    border: 1px solid rgb(255, 255, 255);
    opacity: 1;
  }
}
@-webkit-keyframes circle2 {
  0% {
    -webkit-transform: scale(1);
    border: 1px solid rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: scale(1.5);
    border: 0.3px solid rgba(0, 0, 0, 0);
    opacity: 0;
  }
}
@keyframes circle2 {
  0% {
    -webkit-transform: scale(1);
    border: 1px solid rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: scale(1.5);
    border: 0.3px solid rgba(0, 0, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes circle_back2 {
  0% {
    -webkit-transform: scale(1.5);
    border: 0.3px solid rgba(0, 0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    border: 1px solid rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
}
@keyframes circle_back2 {
  0% {
    -webkit-transform: scale(1.5);
    border: 0.3px solid rgba(0, 0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    border: 1px solid rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
}
@-webkit-keyframes circle_back2-a {
  0% {
    border: 0.3px solid rgba(0, 0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  100% {
    border: 1px solid rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
}
@keyframes circle_back2-a {
  0% {
    border: 0.3px solid rgba(0, 0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  100% {
    border: 1px solid rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
}
@-webkit-keyframes circle_back2-b {
  0% {
    border: 0.3px solid #fff;
    opacity: 0;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  100% {
    border: 1px solid #fff;
    opacity: 1;
  }
}
@keyframes circle_back2-b {
  0% {
    border: 0.3px solid #fff;
    opacity: 0;
  }
  50% {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  100% {
    border: 1px solid #fff;
    opacity: 1;
  }
}
@-webkit-keyframes active-bar01 {
  0% {
    top: 3.2rem;
    left: 2rem;
    width: 3.5rem;
  }
  100% {
    width: 5.5rem;
    left: 1rem;
    top: 3.8rem;
  }
}
@keyframes active-bar01 {
  0% {
    top: 3.2rem;
    left: 2rem;
    width: 3.5rem;
  }
  100% {
    width: 5.5rem;
    left: 1rem;
    top: 3.8rem;
  }
}
@-webkit-keyframes active-bar01-767 {
  0% {
    top: 1.8rem;
    left: 1.35rem;
    width: 1.6rem;
  }
  100% {
    width: 3.5rem;
    left: 0.4rem;
    top: 2.1rem;
  }
}
@keyframes active-bar01-767 {
  0% {
    top: 1.8rem;
    left: 1.35rem;
    width: 1.6rem;
  }
  100% {
    width: 3.5rem;
    left: 0.4rem;
    top: 2.1rem;
  }
}
@-webkit-keyframes active-bar01_back {
  0% {
    width: 5.5rem;
    left: 1rem;
    top: 3.8rem;
  }
  100% {
    top: 3.2rem;
    left: 2rem;
    width: 3.5rem;
  }
}
@keyframes active-bar01_back {
  0% {
    width: 5.5rem;
    left: 1rem;
    top: 3.8rem;
  }
  100% {
    top: 3.2rem;
    left: 2rem;
    width: 3.5rem;
  }
}
@-webkit-keyframes active-bar01_back-767 {
  0% {
    width: 3.5rem;
    left: 0.4rem;
    top: 2.1rem;
  }
  100% {
    top: 1.8rem;
    left: 1.35rem;
    width: 1.6rem;
  }
}
@keyframes active-bar01_back-767 {
  0% {
    width: 3.5rem;
    left: 0.4rem;
    top: 2.1rem;
  }
  100% {
    top: 1.8rem;
    left: 1.35rem;
    width: 1.6rem;
  }
}
@-webkit-keyframes active-bar02 {
  0% {
    top: 4.2rem;
    left: 2rem;
    width: 3.5rem;
  }
  100% {
    width: 5.5rem;
    left: 1rem;
    top: 3.8rem;
  }
}
@keyframes active-bar02 {
  0% {
    top: 4.2rem;
    left: 2rem;
    width: 3.5rem;
  }
  100% {
    width: 5.5rem;
    left: 1rem;
    top: 3.8rem;
  }
}
@-webkit-keyframes active-bar02-767 {
  0% {
    left: 1.35rem;
    top: 2.3rem;
    width: 1.6rem;
  }
  100% {
    width: 3.5rem;
    left: 0.4rem;
    top: 2.1rem;
  }
}
@keyframes active-bar02-767 {
  0% {
    left: 1.35rem;
    top: 2.3rem;
    width: 1.6rem;
  }
  100% {
    width: 3.5rem;
    left: 0.4rem;
    top: 2.1rem;
  }
}
@-webkit-keyframes active-bar02_back {
  0% {
    width: 5.5rem;
    left: 1rem;
    top: 3.8rem;
  }
  100% {
    top: 4.2rem;
    left: 2rem;
    width: 3.5rem;
  }
}
@keyframes active-bar02_back {
  0% {
    width: 5.5rem;
    left: 1rem;
    top: 3.8rem;
  }
  100% {
    top: 4.2rem;
    left: 2rem;
    width: 3.5rem;
  }
}
@-webkit-keyframes active-bar02_back-767 {
  0% {
    width: 3.5rem;
    left: 0.4rem;
    top: 2.1rem;
  }
  100% {
    left: 1.35rem;
    top: 2.3rem;
    width: 1.6rem;
  }
}
@keyframes active-bar02_back-767 {
  0% {
    width: 3.5rem;
    left: 0.4rem;
    top: 2.1rem;
  }
  100% {
    left: 1.35rem;
    top: 2.3rem;
    width: 1.6rem;
  }
}
@-webkit-keyframes top-header {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@keyframes top-header {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in2 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
  }
}
@keyframes fade-in2 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
@-webkit-keyframes infi {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infi {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes flowing-anim {
  0% {
    width: 0%;
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
  100% {
    width: 13.5rem;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes flowing-anim {
  0% {
    width: 0%;
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
  100% {
    width: 13.5rem;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes flowing-anim2 {
  0% {
    width: 0%;
  }
  100% {
    width: 3.65rem;
  }
}
@keyframes flowing-anim2 {
  0% {
    width: 0%;
  }
  100% {
    width: 3.65rem;
  }
}
@-webkit-keyframes flowing-anim3 {
  0% {
    width: 0%;
    -webkit-filter: blur(0.3rem);
            filter: blur(0.3rem);
  }
  100% {
    width: 100%;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes flowing-anim3 {
  0% {
    width: 0%;
    -webkit-filter: blur(0.3rem);
            filter: blur(0.3rem);
  }
  100% {
    width: 100%;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes flowing-anim4 {
  0% {
    -webkit-filter: blur(0.3rem);
            filter: blur(0.3rem);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes flowing-anim4 {
  0% {
    -webkit-filter: blur(0.3rem);
            filter: blur(0.3rem);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
:root :where(a:where(:not(.wp-element-button))) {
  color: inherit;
  text-decoration: none;
}
.slick-dots {
  position: relative;
  z-index: 5;
}/*# sourceMappingURL=style.css.map */

small {
	font-size: .7em;
}

.fixed_content div a {
	padding-top: 0 !important;
	align-content: center !important;
}