:root {
  --main-bk: #0F1518;
  --sub-color: #eeecee;
  --sub-color2: #cdcace;
  --brdr-color: #aeaeae;
  --st-easing: cubic-bezier(0, 0.315, 0.155, 0.995);
}

html,
body {
  /*font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  font-family: 'Zen Old Mincho', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 2;
  letter-spacing: 0rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

body {
  background-color: #C3C0B2;
}

body.bk {
  background-color: var(--main-bk);
}

/*html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}*/

body.hidden {
  overflow: hidden;
}

::selection {
  background: #333;
  color: #fff;
}

/*共通css*/
.garamond-prem-l {
  font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
  font-weight: 300 !important;
  font-style: normal;
}

.garamond-prem-r {
  font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
  font-weight: 400 !important;
  font-style: normal;
}

.garamond-prem-b {
  font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
  font-weight: 700 !important;
  font-style: normal;
}

p {
  font-size: 1.4rem;
  color: #333;
}

body.bk p,
body.bk a,
body.bk footer .col2.info .box h5,
body.bk .q-a-list * {
  color: #fff;
}

a {
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  transition: color .3s;
  cursor: pointer;
  transition: .5s var(--st-easing);
}

a:hover {
  color: #333;
  opacity: 0.5;
  text-decoration: none;
}

a.blank {
  position: relative;
  padding-right: 19px;
}

a.blank:before {
  content: "";
  width: 13px;
  height: 8px;
  background: no-repeat center center / contain url(assets/img/svg/blank-icon-bk.svg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

em {
  color: #333;
  font-style: normal;
}

.btn-wrapper.left {
  text-align: center;
}

.btn-wrapper.center {
  text-align: center;
}

.btn-wrapper.right {
  text-align: center;
}

.btn {
  margin: 10px 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
}

.btn.garamond-prem-l {
  font-size: 1.8rem;
}

.btn:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #838383;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .4s var(--st-easing);
}

.comingsoon .btn:after {
  display: none;
}

.box:hover,
.btn:hover {
  opacity: 1;
}

.box:hover .btn:after,
.btn:hover:after {
  transform-origin: right top;
  transform: scale(0, 1);
}

a.btn-sq {
  border: 1px solid rgba(0, 0, 0, 0.25);
  /*border-radius: 2px;*/
  padding: 6px 70px 3px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

a.btn-sq:hover {
  opacity: 1;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
  color: rgb(200, 200, 200);
}

a.btn-sq.blank:before {
  right: 25px;
}

a.btn-sq.blank:hover:before {
  background: no-repeat center center / contain url(assets/img/svg/blank-icon.svg);
  opacity: 0.75;
}

img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.thum {
  background: no-repeat center center / cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.1rem;
}

body.bk h1,
body.bk h2,
body.bk h3,
body.bk h4,
body.bk h5,
body.bk h6 {
  color: #fff;
}

h1 {
  font-size: 5.4rem;
  margin-bottom: 30px;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 35px;
}

h2 span {
  font-size: 0.65em;
  display: block;
}

.title h2 span {
  font-size: 1em;
}

h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

h4 {
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}

h4 span {
  font-size: 0.9em;
}

h5 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

h6 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.section {
  width: calc(100% - 80px);
  max-width: 960px;
  margin: 0 auto 120px;
  padding-top: 30px;
}

.section .padding-inner {
  max-width: 600px;
  margin: 0 auto;
}

dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #333;
}

dl dt {
  font-size: 1.4rem;
  width: 100px;
  margin-right: 20px;
}

dl dd {
  font-size: 1.4rem;
  width: calc(100% - 120px);
}

.bottomline {
  align-items: stretch;
}

.bottomline dt,
.bottomline dd {
  border-bottom: 1px solid rgb(0, 0, 0, 0.5);
  margin: 0;
  padding: 10px 0px;
}

.bottomline dt {
  width: 130px;
}

.bottomline dd {
  width: calc(100% - 130px);
}

.col2,
.col3,
.col4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/*2列レイアウト*/
.col2 .box {
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 20px;
}

.col2 .box:nth-of-type(2n) {
  margin-right: 0;
}

/*3列レイアウト*/
.col3 .box {
  width: calc((100% / 3) - 60px);
  margin-right: 90px;
  margin-bottom: 20px;
}

.col3 .box:nth-of-type(3n) {
  margin-right: 0;
}

/*4列レイアウト*/
.col4 {
  width: 100%;
  margin-bottom: 30px;
}

.col4 .box {
  width: calc(25% - 30px);
  margin-right: 40px;
  margin-bottom: 30px;
}

.col4 .box:nth-of-type(4n) {
  margin-right: 0;
}

.col4 .box img {
  width: 100%;
  height: calc(25vw - 55px);
  max-height: 205px;
  object-fit: cover;
  margin-bottom: 10px;
}

.col4 .box p {
  font-size: 1.2rem;
}

.col4 .box p.min {
  font-size: 1rem;
}

.eachTextAnime {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.eachTextAnime span {
  transform: translateY(20%);
  opacity: 0;
  overflow: hidden;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-in-out forwards 1s;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.cover-image {
  background: no-repeat center center / cover;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  filter: blur(10px);
  transition: transform 1.7s var(--st-easing) .5s, opacity 1.9s var(--st-easing) .3s, filter 1.8s var(--st-easing) .5s;
}

.image-wrapper.inview.is-show img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.progress-bar {
  width: 1px;
  height: 200px;
  background-color: rgba(200, 200, 200, 0.75);
  position: fixed;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  z-index: 200;
  mix-blend-mode: difference;
}

.progress-bar span {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  background: #fff;
  z-index: 199;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
}

main {
  position: relative;
  z-index: 100;
}

.inview {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s ease-in-out;
}

.inview.is-show {
  opacity: 1;
  transform: translateX(0);
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide .image-container {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-btn-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-btn-wrapper .swiper-button-prev:after,
.swiper-btn-wrapper .swiper-button-next:after {
  content: '';
  width: 25px;
  height: 40px;
  background: no-repeat center center / contain url(assets/img/svg/arrow-w.svg);
}


.swiper-btn-wrapper .swiper-button-next:after {
  transform: rotate(180deg);
}

/*個別css*/
.top-logo {
  position: fixed;
  top: 25px;
  left: 40px;
  z-index: 3000;
  mix-blend-mode: difference;
}

.top-logo.wh {
  mix-blend-mode: normal;
}

.top-logo img {
  width: 125px;
  height: 24px;
  margin-top: 3px;
  margin-bottom: 8px;
}

header {
  width: calc(100% - 60px);
  position: fixed;
  top: 25px;
  left: 30px;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  mix-blend-mode: difference;
}

header.wh {
  mix-blend-mode: normal;
}

header .menu-btn {
  width: 40px;
  height: 37px;
  position: relative;
  cursor: pointer;
  /*margin-right: 20px;*/
  transform: translateY(3px);
}

header .menu-btn span {
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  transition: .3s var(--st-easing);
}

header .menu-btn p {
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 0;
  mix-blend-mode: difference;
  opacity: 1;
}

header .menu-btn p:nth-of-type(2) {
  opacity: 0;
}

header .menu-btn.active p:nth-of-type(1) {
  opacity: 0;
}

header .menu-btn.active p:nth-of-type(2) {
  opacity: 1;
}

header .menu-btn span:nth-of-type(1) {
  top: 5px;
}

header .menu-btn span:nth-of-type(2) {
  width: 50%;
  bottom: 25px;
}

header .menu-btn.active span:nth-of-type(1) {
  top: 5px;
  transform: rotate(-20deg);
}

header .menu-btn.active span:nth-of-type(2) {
  width: 30px;
  bottom: 31px;
  transform: rotate(20deg);
}

.menu {
  display: flex;
}

.menu.active {
  opacity: 1;
  pointer-events: auto;
}

.menu .menu-list,
.lan-select,
.contact-btn {
  display: inline-block;
}

/*.contact-btn {
  text-decoration: underline;
}*/

.menu a {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
  margin: 0 20px 10px 0;
}

.menu .contact-btn a {
  margin-right: 0;
}

nav {
  display: block;
  height: 100vh;
  background: #C3C0B2;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform .6s var(--st-easing);
  pointer-events: none;
}

nav.active {
  transform: translateX(0);
  pointer-events: auto;
  overflow-y: scroll;
}

nav .menu-list {
  max-width: 300px;
  padding: 0 140px 50px 60px;
  margin-top: 100px;
  transition: .6s ease-in-out .2s;
  transform: translateX(5%);
  opacity: 0;
}

nav.active .menu-list {
  transform: translateX(0);
  opacity: 1;
}

nav .menu-list a {
  display: block;
  font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
  font-weight: 400 !important;
  color: #3A3E40;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.45;
}

nav .menu-list a span {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 300 !important;
  /* display: block; */
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  margin-left: 5px;
}

nav .menu-list .credit-container {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 20px;
}

nav .menu-list .credit-container * {
  color: #3A3E40;
  font-weight: 400;
  font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
}

nav .menu-list .credit-container .ja-text {
  font-family: 'Zen Old Mincho', serif;
}

main {
  width: 100%;
}

.fv-intro.inview {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #C3C0B2;
  transition: opacity 1s ease-in-out 5s;
  transform: translateY(0);
  opacity: 1;
  pointer-events: none;
}

.fv-intro.inview.is-show {
  opacity: 0;
}

.fv-intro .logo {
  width: 20vw;
  max-width: 270px;
  min-width: 170px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
  transition: opacity 1s ease-in-out 1s, transform 1s ease-in-out 1s;
}

.fv-intro .logo.inview.is-show {
  opacity: 1;
  transform: translateY(-10px);
}

.fv-intro video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 10;
}

.top {
  width: 100%;
  height: calc(100vh - 80px);
  margin: 80px auto 40px;
}

.top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.top .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top .swiper-slide .image-container {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.top .swiper-slide.swiper-slide-active .image-container,
.top .swiper-slide-duplicate-active .image-container,
.top .swiper-slide-prev .image-container {
  animation: zoomUp 12s linear 0s 1 normal both;
  background: no-repeat center center / cover;
  will-change: transform;
}

.top .swiper-pagination {
  width: auto;
  position: absolute;
  top: 80px;
  right: 61px;
  left: auto;
  bottom: auto;
  z-index: 200;
  color: #333;
  font-size: 1.2rem;
}

.concept {
  text-align: center;
  margin-bottom: 80px;
}

.concept h2 {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.concept h2 span {
  font-size: 1em;
}

.concept p {
  font-size: 1.8rem;
  margin-bottom: 2em;
}

.concept p.inview {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s ease-in-out;
}

.concept p.inview.is-show {
  opacity: 1;
  transform: translateX(0);
}

.concept .image-wrapper {
  max-width: 700px;
  aspect-ratio: 3/2.15;
  margin: 80px auto;
}


.map-wrapper {
  width: 100%;
  aspect-ratio: 950/630;
  margin: 80px auto;
}

.map-wrapper .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-wrapper .swiper-slide .image-container {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
}

.map-wrapper .swiper-pagination {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20px 0;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  margin: 0;
  padding: 5px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.swiper-pagination-bullet:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 50%;
}

.intro-wrapper {
  z-index: 100;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bellows-list .intro-wrapper {
  align-items: flex-end;
}

.bellows-list .intro-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}

.intro-wrapper .info-container {
  width: calc(45% - 250px);
  padding: 50px 100px 50px 150px;
}

.bellows-list .intro-wrapper .info-container {
  padding: 0 100px 0 150px;
}

.bellows-list .intro-wrapper:nth-of-type(even) .info-container {
  padding: 0 150px 0 100px;
}

.bellows-list .intro-wrapper .info-container p {
  margin-bottom: 0;
}

.intro-wrapper .info-container .title {
  position: relative;
  margin-bottom: 20px;
}

.intro-wrapper .info-container .title em {
  font-size: 1.2rem;
  position: absolute;
  top: 28px;
  left: -21px;
}

.intro-wrapper .info-container .title h2 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.intro-wrapper.intro2 .info-container .title h2 span:nth-of-type(2) {
  margin-left: -0.05em;
}

.front .intro-wrapper.intro1 .info-container .title h2 span:nth-of-type(3),
.front .intro-wrapper.intro1 .info-container .title h2 span:nth-of-type(4) {
  margin-left: -0.2em;
}

/*.intro-wrapper.intro2 .info-container .title h2 span:nth-of-type(2) {
  margin-left: 0.09em;
}*/

.intro-wrapper.intro2 .info-container .title h2 span:nth-of-type(4) {
  margin-left: -0.1em;
}


.intro-wrapper .info-container .title h3 {
  font-size: 1.8rem;
}

.intro-wrapper .info-container p {
  margin-bottom: 40px;
}

.intro-wrapper .cover-image {
  width: 55%;
  aspect-ratio: 3/2;
  background: no-repeat center center / cover;
}


.intro-wrapper .cover-image span {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}

.cover-image.inview {
  overflow: hidden;
}

.cover-image.inview span {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: transform 1s var(--st-easing) .4s, opacity 1s var(--st-easing) .3s, filter 0.8s var(--st-easing) .2s;
  transform: scale(1);
  filter: blur(50px);
}

.cover-image.inview.is-show span {
  opacity: 1;
  transform: scale(1.05);
  filter: blur(0);
}

.flavor-image-wrapper {
  width: 100%;
  max-width: 100%;
}

.flavor-image-wrapper .cover-image {
  width: 90%;
  height: 420px;
  background: no-repeat center center / cover;
  position: relative;
  overflow: hidden;
}

.flavor-image-wrapper .cover-image span {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  position: relative;
  z-index: 20;
}

.flavor-image-wrapper .cover-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 50;
  transition: 1.5s var(--st-easing) .1s;
}

.flavor-image-wrapper .cover-image.inview.is-show:after {
  transform: translateX(100%);
}

.zumen-wrapper {
  width: 100%;
  max-width: inherit;
}

footer {
  position: relative;
  z-index: 100;
}

footer .section {
  width: calc(100% - 300px);
  max-width: 100%;
}

footer .go-up {
  width: 50px;
  height: 55px;
  position: absolute;
  top: 100px;
  right: 80px;
  margin: 0;
  cursor: pointer;
}

footer .go-up span {
  width: 30px;
  height: 1px;
  background-color: rgb(100, 100, 100);
  position: absolute;
  top: 10px;
  transition: .3s var(--st-easing);
}

footer .go-up span:nth-of-type(1) {
  left: -7px;
  transform: rotate(-45deg);
}

footer .go-up span:nth-of-type(2) {
  right: -7px;
  transform: rotate(45deg);
}

footer .go-up p {
  font-size: 1rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: .3s var(--st-easing);
}

footer .go-up:hover span {
  top: -1px;
}

footer .go-up:hover span:nth-of-type(1) {
  left: -1px;
}

footer .go-up:hover span:nth-of-type(2) {
  right: 0;
}

footer .go-up:hover p {
  transform: rotate(90deg);
}

footer .section {
  margin-bottom: 80px;
}

footer .logo {
  width: 150px;
  height: 26px;
  margin-bottom: 40px;
  background: no-repeat center center / contain url(assets/img/svg/logo.svg);
}

body.bk footer .logo {
  background: no-repeat center center / contain url(assets/img/svg/logo-w.svg);
}

footer .col2 {
  margin-bottom: 30px;
}

footer .col2.info .box h5,
footer .col2.info .box a,
footer .col2.info .box p {
  font-size: 1.4rem;
  margin: 0;
}

footer .col2.info .box p.contact-us-text {
  line-height: 1;
  margin-bottom: 10px;
}

footer .col2.info .box a.telnumber {
  text-decoration: none;
  display: block;
}

footer .col2.info .box h5 {
  font-size: 2.6rem;
  font-weight: 400;
  /*margin-bottom: 10px;*/
  color: var(--main-bk);
}

footer .col2.info .box h5 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 7px;
}

footer .col2.info .box h5 span time {
  font-size: 1.4rem;
  font-style: normal;
}


footer .col2.info .box p.tel-desc {
  font-size: 1.1rem;
  line-height: 1.75;
  margin: 5px 0 15px;
}

footer .col2.info .box a.mail-link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: rgb(150, 150, 150);
  margin-bottom: 30px;
}

footer .col2.info .box .btn {
  margin-bottom: 40px;
}

footer .col2.info .link-list a {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 3px;
  text-decoration: none;
}

.copyright,
.copyright p {
  width: 100%;
  font-size: 1.2rem;
}

.content--canvas {
  position: relative;
  z-index: 2;
}

.content--canvas canvas {
  opacity: 0.1;
  filter: blur(25px);
}

.bg-noise {
  pointer-events: none;
  position: fixed;
  z-index: 2;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: rgba(1, 1, 1, 0) url(assets/img/top/noise-transparent.png) repeat 0 0;
  background-repeat: repeat;
  -webkit-animation: bg-noise-animation .2s infinite;
  animation: bg-noise-animation .2s infinite;
  opacity: 0.5;
  visibility: visible;
}

/*固定ページ*/
.hero-image {
  margin: 80px 0;
  background: no-repeat center center / cover;
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-image.none {
  background: none;
  height: auto;
  padding-top: 100px;
  margin-bottom: 40px;
}

.hero-image .page-title {
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-image .page-title * {
  color: #fff;
  line-height: 1.25;
}

.hero-image .page-title .en-title {
  font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
  font-size: 5rem;
  font-weight: 400;
}

.hero-image .page-title h1 {
  font-size: 1.4rem;
  font-weight: 400;
}

.page .main-container h2 {
  font-size: 3rem;
}

.page .main-container h3,
.page .main-container p {
  margin-bottom: 40px;
}

/*aboutページ*/
.page .concept img.logo {
  width: 200px;
  margin: 40px auto 60px;
}

.about .gallery-wrapper img.wide {
  margin-bottom: 60px;
}

.about .gallery-wrapper .col2 {
  align-items: stretch;
  margin-bottom: 20px;
}

.about .gallery-wrapper .col2 .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* cuisine */

.page.cuisine .concept h5 {
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.page.cuisine .concept p {
  margin-bottom: 10px;
}

.page.cuisine .slide {
  margin-bottom: 40px;
}

.page.cuisine .swiper-container {
  height: auto;
  aspect-ratio: 1000/665;
  margin-bottom: 0px;
}

.page.cuisine .menu-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page.cuisine .menu-info .title h3 {
  margin-bottom: 0;
}

.page.cuisine .menu-info .title p {
  font-size: 1.6rem;
}

.page.cuisine .menu-info p {
  width: 50%;
}

.page.cuisine .menu-info p.full {
  width: 100%;
}

.page.cuisine .food .box p {
  margin-bottom: 0;
}

.page.cuisine .lab .block {
  width: calc(100% - 80px);
  max-width: 720px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  text-align: center;
  margin: 50px auto;
}

.page.cuisine .lab .block .info {
  /* width: calc(70% - 50px); */
  width: 100%;
  /* margin-right: 50px; */
}

.page.cuisine .lab .block p {
  margin-bottom: 0;
  text-align: left;
}

.page.cuisine .lab .block h3 {
  margin-bottom: 20px;
  font-weight: 400;
}

.page.cuisine .lab .block h4 {
  margin-bottom: 20px;
  font-weight: 400;
}

.page.cuisine .lab .block img {
  width: 30%;
  margin-bottom: 0;
}

/* 2/2新レイアウト */
.page.cuisine .front-container {
  position: relative;
  z-index: 10;
  background-color: var(--main-bk);
  padding-top: 80px;
}

.cuisine-concept {
  position: relative;
}

.cuisine-concept .page-title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(0px);
  transition: filter .8s ease-in-out, opacity .8s ease-in-out, transform .8s ease-in-out;
}

.cuisine-concept .page-title-wrapper.blur {
  filter: blur(30px);
  opacity: 0;
}

.cuisine-concept .page-title-wrapper h1 {
  display: inline-block;
  text-align: left;
  font-size: clamp(2.8rem, 5.8vw, 8.4rem);
  line-height: 1.25;
  letter-spacing: -0.05em;
  font-weight: 300;
  margin-bottom: 0;
  position: absolute;
  left: 7.5%;
  bottom: 12%;
}

.cuisine-concept .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.cuisine-concept .bg-wrapper {
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover url(assets/img/cuisine/concept-bg.jpg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.cuisine-concept .page-title-wrapper,
.cuisine-concept .desc-wrapper {
  width: calc(100% - 80px);
  position: relative;
  top: 0;
  left: 0;
  z-index: 6;
  margin: 0 auto;
}

.cuisine-concept .desc-wrapper {
  padding-bottom: 40px;
  min-height: 100vh;
}

.cuisine-concept .page-title-wrapper {
  margin-bottom: 10vh;
}

.page.cuisine .cuisine-concept {
  text-align: center;
}

.page.cuisine .cuisine-concept h2 {
  font-size: clamp(1.6rem, 5.8vw, 7.8rem);
  margin-bottom: 10px;
}

.page.cuisine .cuisine-concept h3 {
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
}

.page.cuisine .cuisine-concept h4 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 0;
}

.page.cuisine .cuisine-concept p {
  text-align: left;
  font-weight: 700;
}

.page.cuisine .cuisine-concept p.main {
  font-size: 1.8rem;
  margin-bottom: 80px;
}

.food-gallery-wrapper {
  padding: 80px 0 0;
}

.food-gallery-wrapper .col2 {
  align-items: flex-end;
  justify-content: space-between;
}

.food-gallery-wrapper .col2.reverse {
  flex-direction: row-reverse;
}

.food-gallery-wrapper img {
  margin-bottom: 80px;
}

.food-gallery-wrapper .col2 img {
  width: 45%;
}

.food-gallery-wrapper .item3 {
  width: 80%;
  margin: 0 auto 80px;
}

.food-gallery-wrapper .col2.per80 {
  width: 80%;
  margin: 0 auto -30%;
}

.food-gallery-wrapper .col2.per80 .item4 {
  width: 30%;
  padding-bottom: 40%;
}

.food-gallery-wrapper .col2.per80 .item5 {
  width: 60%;
  padding-top: 20%;
}

.food-gallery-wrapper .item6 {
  width: 50%;
}

.food-gallery-wrapper .item7 {
  width: 65%;
  margin-left: 35%;
}

/* food gallery */
.food-gallery-wrapper .box {
  display: flex;
  justify-content: flex-end;
}

.food-gallery-wrapper .box img {
  margin-bottom: 0;
}

.food-gallery-wrapper .box.image1 {
  margin-bottom: -32.5%;
  position: relative;
  z-index: 1;
}

.food-gallery-wrapper .box.image1 img {
  width: 30%;
  margin-right: 5%;
}

.food-gallery-wrapper .box.image2 {
  justify-content: flex-start;
  margin-bottom: 7%;
}

.food-gallery-wrapper .box.image2 img {
  width: 55%;
}

.food-gallery-wrapper .box.image3 img {
  width: 50%;
  aspect-ratio: 640/288;
  object-fit: cover;
  object-position: center 20%;
  margin-right: 12.5%;
}

.food-gallery-wrapper .box.image3 {
  margin-bottom: 10%;
}

.page.cuisine .slide {
  margin-bottom: 60px;
}

.section.food .box {
  margin-bottom: 40px;
}

.section.food .swiper-container {
  margin-bottom: 30px;
}

.page.rooms .room-list-wrapper {
  overflow: hidden;
}

.page.rooms .room-list-wrapper .section {
  width: 100%;
  max-width: 100%;
}

.page.rooms .room-list-wrapper .section h2,
.page.rooms .room-list-wrapper .section .info {
  width: calc(100% - 80px);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page.rooms .room-list-wrapper .section h2 {
  font-size: 4.2rem;
}

.page.rooms .room-list-wrapper .section h2 span {
  font-size: 0.4em;
  letter-spacing: 0;
}

.page.rooms .room-list-wrapper .img-wrapper {
  width: calc(((100% - 960px) / 2) + 960px);
  aspect-ratio: 3/1.3;
  background: no-repeat center center / cover;
  margin-bottom: 20px;
}

.page.rooms .room-list-wrapper .section:nth-of-type(odd) .img-wrapper {
  transform: translateX(calc(100% - 960px));
}

@media screen and (max-width: 1040px) {
  .page.rooms .room-list-wrapper .img-wrapper {
    width: calc(100% - 40px);
  }

  .page.rooms .room-list-wrapper .section:nth-of-type(odd) .img-wrapper {
    transform: translateX(40px);
  }
}

.page.rooms .onsen-wrapper .main-image {
  max-width: 90%;
  margin-bottom: 60px;
}

.page.rooms .onsen-wrapper .col2 .info {
  width: calc(60% - 80px);
  margin-right: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.page.rooms .onsen-wrapper .col2 img {
  width: 40%;
}

.page.rooms .onsen-wrapper .col2 .info img {
  width: 300px;
  transform: translateX(10%);
}

.page.rooms .onsen-wrapper .col2 .info .sub-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.page.rooms .onsen-wrapper .col2 .info .sub-info {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}

.page.rooms .onsen-wrapper .col2 .info .sub-info p {
  margin-bottom: 10px;
}

.page.rooms .onsen-teaser-wrapper video {
  width: 100%;
  margin-bottom: 30px;
}

.page .main-container .onsen-teaser-wrapper h3 {
  margin-bottom: 15px;
}

.page .main-container .onsen-teaser-wrapper dl {
  margin-top: 8px;
}

.page.rooms-detail .main-slide-wrapper {
  width: 90%;
  margin-left: 10%;
  margin-top: 200px;
  margin-bottom: 80px;
}

.page.rooms-detail .rooms-info h1 {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.page.rooms-detail .rooms-info h1 span {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0;
  /* transform: translateX(-1.5%); */
}

/*.page.rooms-detail .rooms-info p {
  margin-bottom: 0;
}*/

.page.rooms-detail .btn-wrapper {
  width: 100%;
  margin-right: 0;
  text-align: center;
}

.page.rooms-detail .rooms-main-block .col2 {
  margin-bottom: 80px;
}

.page.rooms-detail .other-rooms .col3 .box {
  width: calc((100% / 3) - 40px);
}

.page.rooms-detail .other-rooms .col3 .box:not(:nth-of-type(3n)) {
  margin-right: 60px;
}

.page.rooms-detail .other-rooms .col3 .box img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 12px;
}

.page.rooms-detail .other-rooms .col3 .box h4 span {
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
}

.page .main-container .facilities-map-wrapper h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 1180px) {
  .page.rooms-detail .main-slide-wrapper {
    width: calc(100% - 40px);
    margin-left: 40px;
    margin-bottom: 50px;
  }
}

.main-slide-wrapper .slide {
  height: 490px;
}

.access .concept img {
  width: 400px;
  margin: 0 auto;
}

.access .access-plan-wrapper p {
  text-align: right;
  font-size: 1.2rem;
}

.access .access-plan-wrapper p a {
  font-size: 1em;
  text-decoration: underline;
}

.access .other-plan-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.access .other-plan-wrapper .col2 {
  margin-bottom: 40px;
}

.access .other-plan-wrapper .brdr-block {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.access .other-plan-wrapper .brdr-block h3 {
  margin-bottom: 10px;
}

.access .other-plan-wrapper p {
  margin-bottom: 10px;
}

.access .other-plan-wrapper .table-wrapper {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  margin-top: 20px;
  margin-bottom: 40px;
}

.access .other-plan-wrapper .table-caption {
  display: none;
}

.access .other-plan-wrapper table {
  width: 700px;
  border-collapse: collapse;
  border: 1px solid rgb(110 110 110);
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1px;
}

.access .other-plan-wrapper th,
.access .other-plan-wrapper td {
  border: 1px solid rgb(110 110 110);
  padding: 8px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .access .other-plan-wrapper .table-wrapper {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .access .other-plan-wrapper .table-caption {
    display: block;
    margin-bottom: 30px;
  }

  .access .other-plan-wrapper table {
    border: 1px solid rgb(110 110 110);
    width: 560px;
    font-size: 1.3rem;
    margin-left: 1px;
  }

  .access .other-plan-wrapper th,
  .access .other-plan-wrapper td {
    border: 1px solid rgb(110 110 110);
    padding: 5px 5px;
  }

  table th:first-child {
    position:sticky;
    left:1px;
    background: #C3C0B2;
  }

  table th:first-child:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(110 110 110);
  }
}

@media screen and (max-width: 480px) {
  .access .other-plan-wrapper table {
    border-collapse: separate;
    border: .5px solid rgb(110 110 110);
  }
  .access .other-plan-wrapper th,
  .access .other-plan-wrapper td {
    border: .5px solid rgb(110 110 110);
  }
}

.google-map-wrapper iframe {
  height: 400px;
}

.q-a-list dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  cursor: pointer;
}

.q-a-list dl:nth-of-type(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.q-a-list dl dt {
  width: 100%;
  font-size: 1.8rem;
  position: relative;
}

.q-a-list dl dt:after {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center center / contain url(assets/img/svg/plus.svg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.q-a-list dl dd {
  width: calc(100% - 100px);
  height: 0;
  font-size: 1.4rem;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.q-a-list dl.active dd {
  height: auto;
  max-height: 10000px;
  margin: 10px 0;
}

.page.contact .desc {
  text-align: center;
}

/*experience*/
.page.experience h2 {
  font-size: 50px;
  font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 50px;
}

.page.experience h2 span {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400 !important;
  font-size: 1.8rem;
}

.experience-inner {
  padding: 0 100px;
}

.experience-inner img {
  margin-bottom: 6px;
}

.experience-inner .ex-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.experience-inner .ex-info time {
  font-size: 2rem;
  font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
  font-weight: 300 !important;
  font-style: normal;
  margin: 0;
}

.experience-inner .ex-info p {
  font-size: 1.6rem;
  margin: 0;
  transform: translateY(-2px);
}

/*contactform*/
form {
  max-width: 600px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  margin: 0 auto;
}

form .box {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

form .box.num {
  width: 150px;
}

form .box.date {
  width: calc(50% - 105px);
  margin-left: 30px;
}

form .box p {
  /*width: 200px;*/
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

form .box p span {
  font-size: 1em;
  margin-left: 6px;
  color: #fff;
}

.wpcf7-form-control-wrap {
  width: calc(100% - 120px);
}

input,
select,
textarea {
  width: calc(100% - 20px);
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Zen Old Mincho', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 10px;
  margin: 0 0 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-form .box.select p {
  margin-top: 20px;
}

_:lang(x)::-moz-placeholder,
.contact-form .box.select p {
  margin-top: 9px;
}

_:lang(x)+_:-webkit-full-screen-document,
.contact-form .box.select p {
  margin-top: 14px;
}

.contact-form .box.textarea {
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.box.textarea {
  margin-bottom: 30px;
}

.contact-form .box.textarea p,
.contact-form .box.textarea .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

input:focus,
select:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 0;
  color: #fff;
  background: no-repeat 99% center / 30px 15px url(assets/img/svg/down-arrow-w.svg);
}

select option {
  font-size: 1.3rem;
  /* color: #fff; */
}

/*select option:first-child {
  display: none;
}*/

textarea {
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 10px 20px;
  line-height: 2;
  box-sizing: border-box;
  margin-bottom: 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /*background: #fff;*/
}

input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  color: var(--main-bk);
  font-size: 1.2rem;
  padding: 8px 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  background-color: #fff;
}

input[type="submit"]:hover {
  opacity: 0.75;
}

input[type="radio"] {
  cursor: pointer;
  border: none;
  appearance: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
  margin: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  padding: 2px;
  transform: translateY(-3px);
  border-radius: 50%;
}

input[type="radio"]:checked::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main-yellow);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.submit-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.page .main-container p.recaptch-policy {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 1.2rem;
  border: none;
  color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.submit-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}

.wpcf7-spinner {
  position: absolute !important;
  top: 0;
  right: 0;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
}

/*recruit*/
.recruit-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page.recruit dl {
  border-top: 1px solid rgb(0, 0, 0, 0.5);
}

.page.recruit .hero-image .page-title * {
  color: var(--main-bk);
}

/*search*/
.pika-lendar th:first-child,
.pika-lendar td:first-child .pika-button {
  color: #f00;
}

.pika-lendar th:last-child,
.pika-lendar td:last-child .pika-button {
  color: #00f;
}

.has-event .pika-button {
  color: #f00;
  font-weight: normal;
  background: #f5f5f5;
  box-shadow: none;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: rgb(180, 180, 180);
  box-shadow: inset 0 1px 3px rgb(180, 180, 180);
  border-radius: 3px;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: rgb(50, 50, 50);
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  background: #D5E9F7 !important;
}

.reserve-search-wrapepr form {
  width: calc(100% - 80px);
  max-width: 100%;
  margin: 0 auto 80px;
}

#searchBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

#searchBox * {
  color: var(--main-bk);
}

#searchBox fieldset {
  margin-right: 20px;
}

#searchBox select {
  min-width: 180px;
  padding-left: 20px;
  background-image: url(https://amakusa-tayuta.com/assets/img/svg/down-arrow.svg);
  border-bottom: none;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

#searchBox .sort {
  display: none;
}

#searchBox .checkin input {
  width: 150px;
  border-bottom: none;
}

#searchBox .field-button {
  margin: 0 20px;
}

#searchBox .field-button input[type="submit"] {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.65);
  margin-top: 20px;
}

#searchBox input::placeholder {
  color: rgb(0, 0, 0, 0.4);
}

@keyframes bg-noise-animation {
  0% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(-5px, -5px);
  }

  20% {
    transform: translate(-10px, 5px);
  }

  30% {
    transform: translate(5px, -10px);
  }

  40% {
    transform: translate(-5px, 15px);
  }

  50% {
    transform: translate(-10px, 5px);
  }

  60% {
    transform: translate(15px, 0);
  }

  70% {
    transform: translate(0, 10px);
  }

  80% {
    transform: translate(-15px, 0);
  }

  90% {
    transform: translate(10px, 5px);
  }

  100% {
    transform: translate(5px, 0);
  }
}

@media screen and (max-width: 960px) {
  /*.intro-wrapper .info-container,
  .intro-wrapper:nth-of-type(even) .info-container {
    width: 35%;
    padding: 20px 60px;
  }*/

  .intro-wrapper .cover-image {
    width: calc(75% - 100px);
  }

  .intro-wrapper .info-container {
    width: 35%;
    padding: 50px 40px 50px 60px;
  }

  .bellows-list .intro-wrapper .info-container {
    padding: 0px 40px 0px 60px;
  }

  .bellows-list .intro-wrapper:nth-of-type(even) .info-container {
    padding: 0px 60px 0px 40px;
  }

  .intro-wrapper .info-container p {
    margin-bottom: 0;
  }

  footer .section {
    width: calc(100% - 120px);
  }

  footer .go-up {
    right: 60px;
  }

  #searchBox .checkin input {
    font-size: 1.4rem;
    width: 100px;
    min-width: 100px;
  }

  #searchBox select {
    font-size: 1.4rem;
    min-width: 90px;
    background-size: 20px 10px;
  }

  .experience-inner {
    padding: 0 50px;
  }

}

@media screen and (max-width: 480px) {
  .bg-noise {
    display: none;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  p {
    font-size: 1.3rem;
    /* text-align: left; */
  }

  h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }

  h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  h5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .progress-bar {
    right: 15px;
  }

  .section {
    width: calc(100% - 60px);
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .front .section {
    width: 100%;
  }

  .col2 .box {
    width: 100%;
    margin-right: 0;
  }

  content.front {
    margin-bottom: 80px;
    display: block;
  }

  header {
    width: calc(100% - 20px);
    top: 12px;
    left: 10px;
  }

  header .logo {
    width: 75px;
    height: 13px;
    margin-bottom: 10px;
  }

  header .block h3,
  header .block p {
    opacity: 1;
    transition: opacity .3s ease;
  }

  header .block.hide h3,
  header .block.hide p {
    opacity: 0;
  }

  header .top-info h3 {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 0;
  }

  header .top-info p {
    font-size: 1rem;
  }

  header .top-info {
    flex-direction: column;
  }

  header .top-info .block {
    margin-bottom: 10px;
  }

  nav {
    width: 100%;
  }

  nav .menu-list {
    max-width: calc(100% - 100px);
    margin-top: 120px;
    padding: 0 50px 50px 50px;
    justify-content: space-between;
  }

  nav .menu-list a {
    font-size: 1.6rem;
  }

  nav.active .menu-list .box {
    width: auto;
    margin-right: 40px;
  }

  .top-logo {
    top: 15px;
    left: 20px;
  }

  .top {
    width: 100%;
    margin: 0 0 20px;
  }

  .top .swiper-pagination {
    top: 37px;
    right: 11px;
  }

  .concept h2,
  .concept p {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }

  .concept h2 {
    font-size: 2.1rem;
  }

  .concept p {
    font-size: 1.4rem;
  }

  .concept .image-wrapper {
    margin-bottom: 50px;
  }

  .map-wrapper {
    margin-top: 40px;
  }

  .intro-wrapper {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-bottom: 20px;
  }

  .intro-wrapper .info-container {
    width: 100%;
    padding: 30px;
  }

  .intro-wrapper .info-container .title {
    margin-bottom: 10px;
  }

  .intro-wrapper .info-container .title h2 {
    font-size: 2.1rem;
  }

  .intro-wrapper .cover-image {
    width: calc(100% - 15px);
    position: relative;
    aspect-ratio: 3/2;
    margin-left: 30px;
  }

  .flavor-image-wrapper .cover-image {
    width: 100%;
    height: auto;
    aspect-ratio: 375/150;
  }


  /*.intro-wrapper .info-container,
  .intro-wrapper:nth-of-type(even) .info-container {
    width: 100%;
    padding: 40px 40px 0px;
  }*/

  footer .section {
    width: calc(100% - 60px);
    margin-bottom: 40px;
  }

  footer .col2.info .box a,
  footer .col2.info .box p {
    font-size: 1.2rem;
  }

  footer .logo {
    width: 120px;
  }

  footer .col2 {
    margin-bottom: 100px;
  }

  footer .go-up {
    top: auto;
    right: 25px;
    bottom: 4px;
  }

  /* page */
  .page .main-container h2 {
    font-size: 2.4rem;
  }

  .page .main-container h3 {
    margin-bottom: 20px;
  }

  .page .main-container p {
    margin-bottom: 10px;
  }

  .hero-image {
    margin-bottom: 40px;
  }

  .page.about .hero-image {
    background-image: url(assets/img/about/main-sp.jpg) !important;
  }

  .page.amakusa .hero-image {
    background-image: url(assets/img/amakusa/main-sp.jpg) !important;
  }

  .page.rooms .hero-image {
    background-image: url(assets/img/rooms/main-sp.jpg?v=2) !important;
  }

  .page.facilities .hero-image {
    background-image: url(assets/img/facilities/main-sp.jpg) !important;
  }

  .page.access .hero-image {
    background-image: url(assets/img/access/main-sp.jpg) !important;
  }

  .page.experience .hero-image {
    background-image: url(assets/img/experience/main-sp.jpg) !important;
  }

  /* about */
  .page .concept img.logo {
    width: 140px;
    margin: 10px auto 30px;
  }

  .gallery-wrapper {
    width: calc(100% - 60px);
  }

  .about .gallery-wrapper .col2 .box,
  .about .gallery-wrapper .col2 {
    margin-bottom: 0;
  }

  .about .gallery-wrapper img.wide {
    margin-bottom: 20px;
  }

  .facility-info-wrapper .col2 .box:nth-of-type(1) {
    margin-bottom: 0;
  }

  .page.rooms .room-list-wrapper .img-wrapper {
    aspect-ratio: 350/180;
  }

  /*.page.rooms .room-list-wrapper .rooms1 .img-wrapper {
    background-image: url(assets/img/rooms/rooms1-sp.jpg?v=2) !important;
  }*/

  .page.rooms .room-list-wrapper .rooms2 .img-wrapper {
    background-image: url(assets/img/rooms/rooms2-sp.jpg?v=2) !important;
  }

  .page.rooms .room-list-wrapper .rooms3 .img-wrapper {
    background-image: url(assets/img/rooms/rooms3-sp.jpg?v=2) !important;
  }

  .page.rooms .room-list-wrapper .rooms4 .img-wrapper {
    background-image: url(assets/img/rooms/rooms4-sp.jpg?v=2) !important;
  }

  /* amakusa */
  .page.amakusa .main-container p {
    margin-bottom: 20px;
  }

  /* rooms */
  .page.rooms .room-list-wrapper .section h2 {
    font-size: 3rem;
  }

  .onsen-teaser-wrapper .col2 .box {
    margin-bottom: 0;
  }

  .page.rooms-detail .main-slide-wrapper {
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .rooms-detail .main-slide-wrapper .slide {
    height: auto;
    aspect-ratio: 3/2;
  }

  .swiper-btn-wrapper {
    display: none;
  }

  .page.rooms-detail .rooms-main-block .col2 {
    margin-bottom: 40px;
  }

  .page.rooms-detail .rooms-info h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  .page.rooms-detail .rooms-desc {
    margin-bottom: 50px;
  }

  .box:nth-of-type(1) .bottomline {
    border-top: 1px solid rgb(0, 0, 0, 0.5);
  }

  .box:not(:nth-last-of-type(1)) .bottomline {
    margin-bottom: 0;
  }

  .page.rooms-detail .other-rooms .col3 .box:not(:nth-of-type(3n)),
  .page.rooms-detail .other-rooms .col3 .box {
    width: 100%;
    margin-right: 0;
  }

  /* cuisine */
  .cuisine-concept .page-title-wrapper {
    width: 100%;
    margin: 0;
  }

  .cuisine-concept .bg-wrapper {
    background-image: url(assets/img/cuisine/concept-bg-sp.jpg);
  }

  .cuisine-concept .page-title-wrapper h1 {
    font-size: 10vw;
    bottom: 8%;
  }

  .page.cuisine .cuisine-concept h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page.cuisine .cuisine-concept h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .page.cuisine .cuisine-concept h2 {
    font-size: 6.5vw;
    letter-spacing: 0;
  }

  .page.cuisine .cuisine-concept p.main {
    font-size: 1.5rem;
    ;
  }

  .food-gallery-wrapper .col2 img {
    width: 100%;
  }

  .food-gallery-wrapper .col2 img.item1 {
    width: 70%;
  }

  .food-gallery-wrapper .col2 img.item2 {
    width: 80%;
    margin-right: 20%;
  }

  .food-gallery-wrapper img.item3 {
    width: calc(100% - 60px);
    margin: 0 auto 80px;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center center;
  }

  .food-gallery-wrapper .col2.per80 {
    width: 100%;
  }

  .food-gallery-wrapper .col2.per80 .item4 {
    width: 60%;
    margin: 0 auto 80px;
    padding: 0;
  }

  .food-gallery-wrapper .col2.per80 .item5 {
    width: 80%;
    margin-left: 20%;
    padding: 0;
  }

  .food-gallery-wrapper .item6 {
    width: 80%;
  }

  .food-gallery-wrapper .item7 {
    width: calc(100% - 30px);
    margin-left: 30px;
  }

  /* food gallery */
  .page.cuisine .front-container {
    padding-top: 40px;
  }

  .food-gallery-wrapper {
    padding-top: 0;
  }

  .food-gallery-wrapper .box.image1 {
    margin-bottom: -24%;
  }

  .food-gallery-wrapper .box.image1 img {
    width: 37%;
    margin-right: 30px;
  }

  .food-gallery-wrapper .box.image2 img {
    width: 60%;
  }

  .food-gallery-wrapper .box.image3 img {
    width: 60%;
    aspect-ratio: auto;
    margin-right: 0;
  }

  .section.food .col2 .box:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .section.food .col2 .box img {
    margin-bottom: 10px;
  }

  .page.cuisine .slide {
    margin-bottom: 20px;
  }

  .section.food .swiper-container {
    margin-bottom: 10px;
  }

  .page.cuisine .lab .block {
    width: calc(100% - 60px);
    padding: 30px;
  }

  .page.cuisine .lab .block h3 {
    text-align: left;
    display: inline-block;
  }

  .page.cuisine .lab .block h4 {
    font-size: 1.6rem;
  }

  /* facilities */
  .bellows-list .intro-wrapper {
    width: 100%;
  }

  .bellows-list .intro-wrapper .info-container,
  .bellows-list .intro-wrapper:nth-of-type(even) .info-container {
    padding: 30px;
  }


  .bellows-list .intro-wrapper:nth-of-type(even) .cover-image {
    margin-left: 0;
    margin-right: 30px;
  }

  /* access */
  .access .concept img {
    width: calc(100% - 60px);
  }

  .page.recruit dl dt {
    width: 100px;
  }

  .page.recruit dl dd {
    width: calc(100% - 100px);
  }

  .reserve-search-wrapepr form {
    width: calc(100% - 40px);
    margin-bottom: 40px;
  }

  #searchBox {
    justify-content: center;
  }

  #searchBox .checkin input {
    width: 90px;
    min-width: 90px;
  }

  #searchBox select {
    min-width: 60px;
    padding-left: 10px;
  }

  #searchBox fieldset {
    margin-right: 10px;
    /*margin-bottom: 20px;*/
  }

  #searchBox fieldset.sort select {
    border-left: none;
  }

  .page.experience h2 {
    font-size: 40px;
    margin-bottom: 34px;
    font-weight: 500;
  }

  .page.experience h2 span {
    font-size: 1.6rem;
  }

  .experience-inner {
    padding: 0;
  }

  .experience-inner img {
    margin-bottom: 4px;
  }

  .experience-inner .ex-info {
    margin-bottom: 15px;
  }

  .experience-inner .ex-info time {
    font-size: 1.8rem;
    font-family: garamond-premier-pro-display, 'Zen Old Mincho', serif;
    font-weight: 300 !important;
    font-style: normal;
    margin: 0;
  }

  .experience-inner .ex-info p {
    font-size: 1.4rem;
    margin: 0;
    transform: translateY(-2px);
  }

  .page.rooms .onsen-teaser-wrapper video {
    margin-bottom: 20px;
  }

  .page .main-container .onsen-teaser-wrapper dl {
    margin-bottom: 30px;
  }
}