@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");

/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  color: #fff;
}

.globalHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 190px;
}

@media (max-width: 767px) {
  .globalHeader::before {
    height: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .siteLogo .logo01 {
    width: 90px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .siteLogo .logo01 {
    width: 76px;
    height: auto;
  }
}

.globalHeader .siteLogo .logo02 {
  display: none;
}

.scroll .globalHeader::before {
  content: none;
}

.scroll .globalHeader .siteLogo .logo01 {
  display: none;
}

.scroll .globalHeader .siteLogo .logo02 {
  display: block;
}

.globalNav .subMenu .contactBtn svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .globalNav .subMenu .contactBtn svg {
    fill: #000;
  }
}

.globalNav .subMenu .recruitBtn.pink {
  display: none;
}

/* =========================================================
kv
========================================================= */
.kv {
  overflow: hidden;
  position: relative;
  height: 700px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .kv {
    height: 500px;
  }
}

.kvSlide {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.kvSlide .slick-slide>img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kvSlide .slick-slide>img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 700px;
  }
}

@media (max-width: 767px) {
  .kvSlide .slick-slide>img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 0;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .kvSlide .slick-slide>img.pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .kvSlide .slick-slide>img.sp {
    display: none;
  }
}

.kvSlide .slick-slide.move>img {
  animation: 15s sliderimg ease-in-out;
}

.kvSlide .listItem .wrapper {
  position: absolute;
  top: 130px;
  bottom: 90px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .kvSlide .listItem .wrapper {
    top: 70px;
  }
}

.kvSlide .listItem .kvLead {
  position: relative;
  z-index: 1;
  max-width: 415px;
  margin: 0 0 -50px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 8rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kvSlide .listItem .kvLead {
    font-size: 6rem;
  }
}

@media (max-width: 767px) {
  .kvSlide .listItem .kvLead {
    max-width: 180px;
    margin: 0 0 -30px;
    font-size: 3rem;
  }
}

.kvSlide .listItem .kvLead span {
  position: relative;
  display: inline-block;
  min-width: 270px;
  padding: 0 0 15px;
}

@media (max-width: 767px) {
  .kvSlide .listItem .kvLead span {
    min-width: 130px;
    padding-right: 20px;
  }
}

.kvSlide .listItem .kvLead span::after {
  content: "";
  display: block;
  position: absolute;
  top: 130px;
  right: -40px;
  background: #fff;
  width: 285px;
  height: 1px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .kvSlide .listItem .kvLead span::after {
    top: 32px;
    right: 0;
    width: 110px;
  }
}

.kvSlide .listItem .textBlock {
  background: rgba(0, 0, 0, 0.4);
  max-width: 415px;
  padding: 90px 30px 40px;
  font-size: 1.8rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kvSlide .listItem .textBlock {
    padding: 80px 25px 30px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .kvSlide .listItem .textBlock {
    width: 170px;
    padding: 25px 15px 15px;
    line-height: 1.6;
    font-size: 1.1rem;
  }
}

.kvSlide .listItem .textBlock h3 {
  margin: 0 0 5px;
  font-size: 2.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kvSlide .listItem .textBlock h3 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .kvSlide .listItem .textBlock h3 {
    margin: 0 0 5px;
    font-size: 1.5rem;
  }
}

.kvSlide .listItem .textBlock h3 .arrowMark {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 0 5px 10px;
}

@media (max-width: 767px) {
  .kvSlide .listItem .textBlock h3 .arrowMark {
    width: 20px;
    height: 20px;
  }
}

.kvSlide .listItem .textBlock h3 .arrowMark svg {
  fill: #fff;
}

@media (max-width: 767px) {
  .kvSlide .listItem .textBlock h3 .arrowMark svg {
    width: 10px;
    height: 8px;
  }
}

@media (max-width: 767px) {
  .kvSlide .slick-dots {
    bottom: 80px;
  }
}

.kvScroll {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: auto;
  letter-spacing: 0.02em;
  text-align: center;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .kvScroll {
    bottom: 15px;
  }
}

.kvScroll:hover {
  bottom: 20px;
}

.kvScroll a {
  position: relative;
  display: block;
  color: inherit;
}

.kvScroll a svg {
  display: block;
  fill: #fff;
  width: 15px;
  height: 22px;
  margin: 0 auto;
}

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

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

.fade {
  opacity: 0;
}

.fadeOn {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: liner;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

  100% {
    opacity: 1;
  }
}

/* =========================================================
kvMovie
========================================================= */
.kvMovie {
  position: relative;
  overflow: hidden;
  background: #000 no-repeat center/cover;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .kvMovie {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  .kvMovie {
    width: 100%;
    height: 500px;
  }
}

@media only screen and (orientation: landscape) {
  .kvMovie {
    max-width: 100%;
  }
}

@media only screen and (orientation: portrait) {
  .kvMovie {
    max-height: 100%;
  }
}

.kvMovie .movie {
  min-width: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kvMovie .textBlock {
  position: absolute;
  top: 130px;
  bottom: 90px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: auto;
  line-height: 1.5;
  font-size: 1.9rem;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .kvMovie .textBlock {
    top: 70px;
    padding-bottom: 50px;
  }
}

.kvMovie .textBlock .kvLead {
  margin: 0 0 10px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 8rem;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kvMovie .textBlock .kvLead {
    font-size: 6rem;
  }
}

@media (max-width: 767px) {
  .kvMovie .textBlock .kvLead {
    margin: 0 0 15px;
    font-size: 4rem;
  }
}

.kv .movieBtn {
  text-align: center;
  font-size: 2.5rem;
  transition: opacity 1.5s ease;
  cursor: pointer;
}

.kv .movieBtn a {
  display: block;
  background: #FBE04C;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 1.4rem;
}

.kv .movieBtn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/top/icon_spMovie.svg") no-repeat center;
  width: 21px;
  height: 21px;
  margin: 0 7px 5px 0;
}

@media (max-width: 767px) {
  .kv .movieBtn+.kvScroll {
    bottom: 90px;
  }
}

/* =========================================================
newsImportant
========================================================= */
.newsImportant {
  background: #A72A2E;
  color: #fff;
  min-height: 50px;
}

.newsImportant .wrapper {
  padding: 25px 0 30px;
}

@media (max-width: 767px) {
  .newsImportant .wrapper {
    padding: 25px 0;
  }
}

.newsImportant h2 {
  margin: 0 0 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.9rem;
}

.newsImportant h2 .arrowLine {
  display: inline-block;
  vertical-align: middle;
  border-color: #fff;
  width: 65px;
  height: 5px;
  margin: 0 0 5px 10px;
}

.newsImportant h2 .arrowLine svg {
  fill: #fff;
}

.newsImportant h2:only-child {
  margin-bottom: 0;
}

/* =========================================================
specialMovie
========================================================= */
.specialMovie {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .specialMovie {
    margin-bottom: 40px;
  }
}

.specialMovie .wrapper {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .specialMovie .wrapper {
    padding-bottom: 25px;
  }
}

.specialMovie .btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .specialMovie .btn {
    position: static;
    margin: 20px 20px;
    width: calc(100% - 40px);
  }
}

.specialMovie .btn .btnLink {
  background: #fff;
  width: 570px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.specialMovie .btn .btnLink:hover {
  background-color: #000;
}

.specialMovie .movieArea {
  position: relative;
  z-index: -1;
  background: #404040;
}

.specialMovie .movieArea iframe {
  display: block;
  width: 100%;
  height: 620px;
}

@media (max-width: 767px) {
  .specialMovie .movieArea iframe {
    height: auto;
  }
}

.specialMovieWrap {
  width: 1100px;
  max-width: 100%;
  aspect-ratio: 16/9;
  padding-top: 0;
  margin: auto;
}

.specialMovieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1100px;
  max-width: 100%;
  height: 100%;
}

.specialMovieWrap .mfp-close {
  color: #fff !important;
  top: -40px;
  right: calc((100% - 1100px) / 2 - 6px);
}

@media (max-width: 1100px) {
  .specialMovieWrap .mfp-close {
    right: -14px;
  }
}

/* =========================================================
information
========================================================= */
.information .wrapper {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .informationList .listItem .dateCat {
    font-size: 0.9em;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .informationList .listItem .dateCat {
    height: 3em;
  }
}

.informationList .listItem .dateCat .cat {
  display: inline-block;
  margin-left: 1em;
}

@media (max-width: 767px) {
  .informationList .listItem .dateCat .cat {
    display: block;
    margin-left: 0;
  }
}

.information .allBtn {
  position: absolute;
  top: 90px;
  right: 0;
}

@media (max-width: 767px) {
  .information .allBtn {
    position: static;
    margin: 40px 0 0;
    text-align: center;
  }
}

/* =========================================================
massage
========================================================= */
.massage .menuWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 30px;
}

.massage .menuWrap .allBtn {
  margin: 0;
}

.massageList .listItem a {
  overflow: hidden;
  position: relative;
  display: block;
}

.massageList .listItem a:hover .photo {
  transform: scale(1.05, 1.05);
}

.massageList .listItem .photo {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .massageList .listItem .photo {
    height: 380px;
  }
}

.massageList .listItem .textBlock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #fff;
}

.massageList .listItem .textBlock .lead {
  font-family: var(--Sub_font_family);
  font-size: 1.6rem;
}

.massageList .listItem .textBlock .text {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);

}

.massageList .listItem .textBlock .menuName {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);

  margin: 3px 0;
/*  line-height: 1.6;*/
  font-family: var(--Sub_font_family);
  font-size: 3rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .massageList .listItem .textBlock .menuName {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .massageList .listItem .textBlock .menuName {
    margin: 3px 0 5px;
    font-size: 2.5rem;
  }
}

.massageList .listItem .textBlock .price {
  font-weight: bold;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .massageList .listItem .textBlock .price {
    font-weight: 600;
  }
}

.massageList .listItem .textBlock .price .time {
  display: inline-block;
  vertical-align: middle;
  background: #FBE04C;
  width: 90px;
  margin: 0 10px 3px 0;
  text-align: center;
  color: #000;
  font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .massageList .listItem .textBlock .price .time {
    width: 80px;
    font-size: 1.6rem;
  }
}

.massageList .listItem .textBlock .price .price {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);

}

.massageList .listItem .textBlock .arrowMark {
  margin: 20px auto 0;
}

.massageList .listItem .textBlock .arrowMark svg {
  fill: #fff;
}

.massage02 {
  background: var(--redBlock_background);
  padding: 0 0 5px;
  color: var(--redBlock_color);
}

@media (max-width: 767px) {
  .massage02 {
    padding: 15px 6% 20px;
  }
}

.massage02List {
  display: flex;
}

@media (max-width: 767px) {
  .massage02List {
    display: block;
    margin-top: 15px;
  }
}

.massage02List li {
  width: 33.33%;
}

@media (max-width: 767px) {
  .massage02List li {
    width: 100%;
  }
}

.massage02List li a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .massage02List li a {
    max-width: 100%;
    padding: 14px 0;
  }
}

.massage02List li a p {
  font-weight: bold;
}

@media (max-width: 767px) {
  .massage02List li a p {
    font-weight: 600;
  }
}

.massage02List li a h3 {
  margin: 0 0 10px;
  font-family: var(--Sub_font_family);
  font-size: 2rem;
}

.massage02List li a h3 svg {
  fill: #fff;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
}

.massage02List li a .arrowLine {
  border-color: #fff;
}

.massage02List li a .arrowLine svg {
  fill: #fff;
}

/* =========================================================
shop
========================================================= */
.shop {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .shop {
    margin-bottom: 30px;
  }
}

.shop .wrapper {
  position: relative;
}

.shop .textBlock {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  width: 220px;
}

@media (max-width: 767px) {
  .shop .textBlock {
    position: static;
    width: 100%;
    margin-bottom: 50px;
  }
}

.shop .textBlock .secTitle {
  background: url("../img/common/flower.svg") no-repeat right 20px bottom;
  margin-right: -30px;
}

@media (max-width: 767px) {
  .shop .textBlock .secTitle {
    width: 210px;
    margin-right: 0;
  }
}

.shop .textBlock .secTitle .en {
  background-position: right center;
  background-size: 180px auto;
  min-width: 180px;
  min-height: 180px;
  padding-right: 50px;
}

.shop .textBlock p:not(.btn) {
  color: #808080;
}

.shop .map_japan {
  width: 560px;
  height: 675px;
}

.shopMap {
  position: relative;
}

.shopList {
  line-height: 1.8;
}

@media (max-width: 767px) {
  .shopList {
    border-bottom: 1px solid #A80000;
    margin: 0 -7%;
  }
}

.shopList dt {
  position: absolute;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .shopList dt {
    position: static;
    border-top: 1px solid #A80000;
    height: 60px;
    line-height: 60px;
    padding: 0 6%;
  }
}

.shopList dt::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid;
  background: #fff;
  width: 10px;
  height: 10px;
  color: #A72A2E;
}

@media (max-width: 767px) {
  .shopList dt::before {
    content: none;
  }
}

.shopList dt span {
  color: #B2B2B2;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .shopList dt span {
    position: relative;
    display: block;
    color: #000;
  }
}

.shopList dt span::before {
  content: "";
  display: block;
  position: absolute;
  color: #A72A2E;
}

@media (max-width: 767px) {
  .shopList dt span::before {
    border-radius: 0;
    background: #A80000;
    width: 16px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
  }
}

.shopList dt span::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/top/icon_arrow01_red.svg") no-repeat right bottom;
  width: 8px;
  height: 7px;
}

@media (max-width: 767px) {
  .shopList dt span::after {
    background: #A80000;
    width: 2px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
  }
}

.shopList dt:hover span,
.shopList dt.active span {
  color: #000;
}

@media (max-width: 767px) {
  .shopList dt.active span::after {
    content: none;
  }
}

.shopList dd {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  padding-left: 70px;
}

@media (max-width: 767px) {
  .shopList dd {
    position: static;
    border-top: 1px solid #A80000;
    background: #F0F0F0;
    padding: 20px 6%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .shopList .hokkaido {
    top: 22%;
    left: 40%;
  }

  .shopList .hokkaido::before {
    top: -50px;
    left: -50px;
  }

  .shopList .hokkaido span::before {
    top: -50px;
    left: -50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 146px;
    height: 80px;
    margin: 5px 0 0 5px;
  }

  .shopList .hokkaido span::after {
    top: 28px;
    right: -15px;
  }

  .shopList .tohoku {
    top: 38%;
    left: 40%;
  }

  .shopList .tohoku::before {
    top: 25px;
    left: -110px;
  }

  .shopList .tohoku span::before {
    top: 25px;
    left: -110px;
    border-bottom: 1px solid;
    width: 195px;
    height: 6px;
    margin: 0 0 0 5px;
  }

  .shopList .tohoku span::after {
    bottom: -3px;
    right: -18px;
  }

  .shopList .kanto {
    top: 58%;
    left: 38%;
  }

  .shopList .kanto+dd {
    display: block;
  }

  .shopList .kanto::before {
    top: 25px;
    left: -130px;
  }

  .shopList .kanto span::before {
    top: 25px;
    left: -130px;
    border-bottom: 1px solid;
    width: 210px;
    height: 6px;
    margin: 0 0 0 5px;
  }

  .shopList .kanto span::after {
    bottom: -3px;
    right: -12px;
  }

  .shopList .koshinnetsu {
    top: 38%;
    left: 20%;
  }

  .shopList .koshinnetsu::before {
    top: 110px;
    left: 65px;
  }

  .shopList .koshinnetsu span::before {
    top: 34px;
    left: 65px;
    border-top: 1px solid;
    border-left: 1px solid;
    background-position: right top;
    width: 20px;
    height: 77px;
    margin: 0 0 0 4px;
  }

  .shopList .koshinnetsu span::after {
    top: 28px;
    right: 0;
  }

  .shopList .hokuriku {
    top: 47%;
    left: 19%;
  }

  .shopList .hokuriku::before {
    top: 80px;
    left: 10px;
  }

  .shopList .hokuriku span::before {
    top: 34px;
    left: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
    background-position: right top;
    width: 51px;
    height: 51px;
    margin: 0 0 0 4px;
  }

  .shopList .hokuriku span::after {
    top: 28px;
    right: 5px;
  }

  .shopList .tokai {
    top: 69.5%;
    left: 32%;
  }

  .shopList .tokai::before {
    top: -2px;
    left: -120px;
  }

  .shopList .tokai span::before {
    top: -2px;
    left: -120px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 200px;
    height: 36px;
    margin: 0 0 0 5px;
  }

  .shopList .tokai span::after {
    bottom: -6px;
    right: -12px;
  }

  .shopList .kansai {
    top: 51%;
    left: 13%;
  }

  .shopList .kansai::before {
    top: 110px;
    left: 15px;
  }

  .shopList .kansai span::before {
    top: 34px;
    left: 15px;
    border-top: 1px solid;
    border-left: 1px solid;
    background-position: right top;
    width: 50px;
    height: 82px;
    margin: 0 0 0 4px;
  }

  .shopList .kansai span::after {
    top: 28px;
    right: 4px;
  }

  .shopList .chugoku {
    top: 60%;
    left: 7%;
  }

  .shopList .chugoku::before {
    top: 85px;
    left: -10px;
  }

  .shopList .chugoku span::before {
    top: 34px;
    left: -10px;
    border-top: 1px solid;
    border-left: 1px solid;
    background-position: right top;
    width: 80px;
    height: 60px;
    margin: 0 0 0 4px;
  }

  .shopList .chugoku span::after {
    top: 28px;
    right: 0;
  }

  .shopList .shikoku {
    top: 77%;
    left: 20%;
  }

  .shopList .shikoku::before {
    top: -2px;
    left: -120px;
  }

  .shopList .shikoku span::before {
    top: -2px;
    left: -120px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 200px;
    height: 36px;
    margin: 0 0 0 5px;
  }

  .shopList .shikoku span::after {
    bottom: -6px;
    right: -12px;
  }

  .shopList .kyushu {
    top: 90%;
    left: 13.5%;
  }

  .shopList .kyushu::before {
    top: -20px;
    left: -120px;
  }

  .shopList .kyushu::after {
    content: "";
    position: absolute;
    top: 29px;
    left: -50px;
    border-radius: 50%;
    border: 2px solid;
    background: #fff;
    width: 10px;
    height: 10px;
    color: #A72A2E;
  }

  .shopList .kyushu span::before {
    top: -20px;
    left: -120px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 232px;
    height: 55px;
    margin: 0 0 0 5px;
  }

  .shopList .kyushu span::after {
    bottom: -7px;
    right: -12px;
  }
}

.map_pref {
  fill: #D4CEC3;
  transition: all 0.15s;
}

.map_bd {
  fill: #D7D7D7;
}

.shopAreaName {
  margin: 0 0 25px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
}

.shopAreaList {
  display: flex;
  flex-wrap: wrap;
}

.shopAreaList li {
  width: calc(33.33% - 13.3333333333px);
  margin: 30px 20px 0 0;
}

@media (max-width: 767px) {
  .shopAreaList li {
    width: calc(50% - 10px);
    margin: 14px 20px 0 0;
  }
}

.shopAreaList li:nth-child(-n+3) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .shopAreaList li:nth-child(-n+3) {
    margin-top: 14px;
  }
}

.shopAreaList li:nth-child(-n+2) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .shopAreaList li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.shopAreaList li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .shopAreaList li:nth-child(3n) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .shopAreaList li:nth-child(even) {
    margin-right: 0;
  }
}

.shopAreaList li img {
  width: 100%;
  height: auto;
}

.shopAreaList li .shopName {
  background: url("../img/common/icon_map.svg") no-repeat left center;
  padding-left: 22px;
  margin: 7px 0 0;
}

.shopAreaSlide {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .shopAreaSlide {
    padding-bottom: 50px;
  }
}

.shopAreaSlide .slick-arrow {
  border-radius: 0;
  top: auto;
}

.shopAreaSlide .slick-prev {
  left: auto;
  right: 160px;
}

@media (max-width: 767px) {
  .shopAreaSlide .slick-prev {
    right: 120px;
  }
}

.shopAreaSlide .slick-counter {
  position: absolute;
  bottom: 0;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 60px;
  font-size: 2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .shopAreaSlide .slick-counter {
    right: 40px;
    width: 80px;
    height: 40px;
    font-size: 1.6rem;
  }
}

.shopAreaSlide .slick-counter .slide-current {
  margin-bottom: 15px;
}

.shopAreaSlide .slick-counter hr {
  border: none;
  border-right: 1px solid #B2B2B2;
  width: 1px;
  height: 50px;
  margin: 0 10px;
  transform: rotate(30deg);
}

.shopAreaSlide .slick-counter .slide-total {
  margin-top: 15px;
}

/* =========================================================
menu
========================================================= */
.menu {
  position: relative;
  z-index: 0;
}

.menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
  background: #A72A2E;
  width: 100%;
  height: 368px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu::after {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .menu::after {
    height: 100%;
  }
}

.menu .wrapper {
  position: relative;
  padding-top: 0;
}

.menu .wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  z-index: -1;
  background: #EEE9DE;
  width: calc(100% + 60px);
  height: 200px;
}

@media (max-width: 767px) {
  .menu .wrapper::before {
    top: -20px;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.menuList {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .menuList {
    display: block;
    margin: 20px;
  }
}

.menuList li {
  width: calc(17% - 12px);
}

@media (max-width: 767px) {
  .menuList li {
    width: 100%;
  }

  .menuList li+li {
    margin-top: 30px;
  }
}

.menuList li a {
  display: block;
}

.menuList li a:hover .photo img {
  transform: scale(1.05, 1.05);
}

.menuList li .photo {
  overflow: hidden;
  height: 370px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .menuList li .photo {
    height: 100vw;
    margin-bottom: 10px;
  }
}

.menuList li .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .menuList li .photo img {
    height: auto;
  }
}

.menuList li .arrowLine {
  border-color: #fff;
}

.menuList li .arrowLine svg {
  fill: #fff;
}

.menuListTitle {
  margin-bottom: 25px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .menuListTitle {
    margin-bottom: 10px;
  }
}

/* =========================================================
column
========================================================= */
.column .wrapper {
  position: relative;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .column .wrapper {
    padding-top: 10px;
  }
}

.column .allBtn {
  position: absolute;
  top: 50px;
  right: 0;
}

@media (max-width: 767px) {
  .column .allBtn {
    position: static;
    margin: 40px 0 0;
    text-align: center;
  }

  .column .allBtn a {
    border-color: #000;
    color: #000;
  }

  .column .allBtn a svg {
    fill: #000;
  }
}

/* =========================================================
Relaxation Navi
========================================================= */
.relaxationNavi {
  background: url(../img/top/relaxationNavi_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .relaxationNavi {
    background: url(../img/top/relaxationNavi_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .relaxationNavi .wrapper {
    padding-bottom: 70px;
  }
}

.relaxationNavi .sub {
  font-size: 3rem;
  margin-bottom: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .relaxationNavi .sub {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .relaxationNavi .secTitle {
    margin-bottom: 25px;
  }
}

.relaxationNavi .secTitle .en {
  color: #fff;
  font-size: 5.5rem;
  font-family: "Oooh Baby", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background: none;
  padding-right: 0;
}

@media (max-width: 767px) {
  .relaxationNavi .secTitle .en {
    font-size: 4.5rem;
  }
}

.relaxationNavi .secTitle .jp {
  color: #fff;
}

.relaxationNavi .text {
  width: 515px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .relaxationNavi .text {
    width: 100%;
    text-align: left;
  }
}

.relaxationNavi .btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .relaxationNavi .btn {
    width: calc(100% - 100px);
    left: 50%;
    transform: translateX(-50%);
  }
}

.relaxationNavi .btn a {
  background: #fff;
  width: 570px;
  height: 60px;
  line-height: 60px;
  color: #000;
}

.relaxationNavi .btn a:hover {
  background-color: #000;
  color: #fff;
}

/* =========================================================
movie
========================================================= */
.movie {
  margin: 0 0 120px;
}

@media (max-width: 767px) {
  .movie {
    margin: 0 0 80px;
  }
}

.movie .wrapper {
  position: relative;
  display: flex;
  background: #EEE9DE;
  padding-left: 120px;
  padding-right: 120px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .movie .wrapper {
    padding: 50px 5% 60px;
  }
}

@media (max-width: 767px) {
  .movie .wrapper {
    display: block;
    padding: 30px 20px 60px;
  }
}

.movie .wrapper .photo {
  width: 50%;
}

@media (max-width: 767px) {
  .movie .wrapper .photo {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .movie .wrapper .photo img {
    height: auto;
  }
}

.movie .wrapper .textBlock {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .movie .wrapper .textBlock {
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  .movie .wrapper .textBlock {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.movie .wrapper .textBlock .movieTitle {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media (max-width: 767px) {
  .movie .wrapper .textBlock .movieTitle {
    margin: 0 0 10px;
  }
}

.movie .wrapper .textBlock .movieTitle span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 15px 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #E8B943;
  font-size: 5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .movie .wrapper .textBlock .movieTitle span {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .movie .wrapper .textBlock .movieTitle span {
    display: block;
    margin: 0;
    font-size: 3rem;
  }
}

.movie .wrapper .textBlock h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .movie .wrapper .textBlock h3 {
    font-weight: 600;
  }
}

.movie .wrapper .textBlock .movieBtn {
  margin-top: auto;
}

@media (max-width: 767px) {
  .movie .wrapper .textBlock .movieBtn {
    margin-top: 15px;
  }
}

.movie .wrapper .textBlock .movieBtn a {
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
}

.movie .wrapper .textBlock .movieBtn a>svg {
  vertical-align: middle;
  fill: #A72A2E;
  width: 40px;
  height: 40px;
  margin: 0 10px 3px 0;
}

.movie .wrapper .textBlock .movieBtn a .arrowLine {
  margin-top: 15px;
}

.movie .wrapper .btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .movie .wrapper .btn {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

.movie .wrapper .btn a {
  background: #fff;
  width: 570px;
  height: 60px;
  line-height: 60px;
}

.movie .wrapper .btn a:hover {
  background-color: #000;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1100px !important;
}

/* =========================================================
blog
========================================================= */
@media (max-width: 767px) {
  .blog .secTitle {
    text-align: left;
  }
}

/*# sourceMappingURL=map/top.css.map */