@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

video {
  width: 100%;
}

ul,
nav,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

/* KV_slickスライダー */
.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

/* slickスライダーここまで */


#top .kv_wrap {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

#top .kv {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  left: -1%;
}

#top .title {
  width: 40%;
  margin: 55px 8% 24px 0;
}

.sliderArea {
  width: 37%;
  margin-top: 25px;
  position: relative;
}

.menu_side01 {
  position: absolute;
  width: 55%;
  top: 1%;
  left: -16%;
}

.menu_side02 {
  position: absolute;
  width: 42%;
  right: -15%;
  top: 7%;
}

.strawberry-BG {
  /* background-image:
    url(../image/strawberry-BG_left.png),
    url(../image/strawberry-BG_right.png);
  background-position:
    left 0px top,
    right 0px top;
  background-repeat:
    repeat-y,
    repeat-y;
  background-size:
    8%; */
  background-image: url(../image/strawberr_BG_PC.png);
  background-position: top;
  background-repeat: repeat;
  background-size: 10%;
  background-color: #feced7;
}


/* KV_slickスライダーここまで */
.strawberry-inner {
  max-width: 1315px;
  width: 100%;
  padding: 0 3%;
  display: block;
  margin: 0 auto;
  background-color: #feced7;
}

.scroll-img {
  width: 47px;
  display: block;
  margin: 0 auto 102px;
}

/* ザッピング　HELLOROOM埋め込み動画の調整 */

.movie-content {
  position: relative;
  overflow: hidden;
  /* overflow-x: scroll; */
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

div.movie-content.xp_thumbnails {
  display: inherit;
  flex-wrap: inherit;
  white-space: nowrap;
  flex-direction: inherit;
  padding-bottom: 40px;
  align-items: center;
  list-style-type: none !important;
}

div.xp_post {
  width: 250px;
  margin-bottom: 20px;
}

img.xp_thumbnail_image {
  height: 300px;
  width: auto;
}

.movie-content_title {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 100px;
}

ul.xp_thumbnails {
  padding: 30px 0 0 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media (max-width: 1100px) {
  img.xp_thumbnail_image {
    height: 200px;
  }

  div.xp_post {
    /* width: 150px; */
    width: 200px;
  }
}

@media (max-width: 768px) {
  div.movie-content ul.xp_thumbnails li {
    width: auto;
    display: inline-block;
    margin-right: inherit;
  }

  img.xp_thumbnail_image {
    /* height: 150px; */
    height: 200px;
  }

  ul.xp_thumbnails {
    padding-bottom: 0px;
    padding-top: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  div.xp_post {
    width: 174px;
  }

}

.scroll-animation {
  animation: arrow 1.5s infinite linear;
  margin-bottom: 40px;
  margin-top: 31px;
  font-size: 15px;
  text-align: right;
}

@keyframes arrow {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0px);
  }
}

.xp_staff_info_name {
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .scroll-animation {
    font-size: 3.5vw;
  }

  .xp_staff_info_name {
    font-size: 12px;
  }

  .xp_staff_info_business {
    font-size: 12px;
    width: 130px;
  }

  .xp_staff_info_name {
    width: 130px;
  }

}

.xp_thumbnails::-webkit-scrollbar {
  /* width: 6px;
height: 6px; */
  width: 12px;
  height: 12px;
}

.xp_thumbnails::-webkit-scrollbar-track {
  background: rgb(233, 233, 233);
  /* border-radius: 3px; */
  border-radius: 6px;
}

.xp_thumbnails::-webkit-scrollbar-thumb {
  background: rgb(161, 161, 161);
  /* border-radius: 3px; */
  border-radius: 6px;
}

.scroll-animation {
  animation: arrow 1.5s infinite linear;
  margin-bottom: 40px;
  margin-top: 31px;
  font-size: 15px;
  text-align: right;
}

/* HELLOROOM埋め込み動画の調整ここまで */

.movie-title {
  max-width: 460px;
  width: 90%;
  display: block;
  margin: 0 auto 30px;
}

.HR-link_box {
  text-align: center;
}

.HR-link_box_lead {
  font-size: min(1.7vw, 24px);
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.8;
  color: #e8243e;
  margin-bottom: 30px;
}

.hello-room_bunner {
  max-width: 670px;
  width: 90%;
  margin: 0 auto 30px;
  display: block;
}

.HR_button {
  max-width: 315px;
  width: 70%;
  margin: 0 auto 30px;
  display: block;
}

#movie {
  padding-bottom: 120px;
}

/* スマホサイズ（width768px） 調整 */
@media (max-width: 768px) {
  #top .kv {
    flex-direction: column;
    position: static;
    left: 0%;
  }

  #top .title {
    width: 92%;
    margin: 31px auto 7px;
  }

  .sliderArea {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
  }

  .strawberry-inner {
    width: 86%;
    padding: 0 5% 37px;
  }

  .strawberry-BG {
    background-size: 16%;
  }

  .scroll-animation {
    font-size: 3.3vw;
  }

  .HR-link_box_lead {
    font-size: 3.8vw;
  }
}


/* モーダル（矢印遷移付き）ここから */
.shop-lists {
  display: flex;
  flex-wrap: wrap;
}

.shop-lists li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.js-modal-open {
  cursor: pointer;
}

/* 後で復帰  */
.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 206, 215, 0.85);
  z-index: 1000;
}

.modal-wrapper .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto;
}

.modal-wrapper .modal-content-wrapper {
  position: absolute;
  max-width: 1050px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-wrapper .modal-content-wrapper .modal-main {
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
}

.modal-wrapper .modal-content-wrapper .modal-main .img-box {
  max-width: 580px;
  width: 100%;
  text-align: center;
}

.modal-wrapper .modal-content-wrapper .modal-main .txt-box {
  max-width: 435px;
  width: 100%;
  padding: 0px 35px 0 0;
}

/* 後で復帰 */
.modal-content {
  display: none;
}

.modal-wrapper .btn-close {
  position: absolute;
  right: -10px;
  top: 5px;
  z-index: 20;
  transform: translateX(100%);
  cursor: pointer;
}

.modal-wrapper .btn-prev {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  z-index: 100;
  left: 41.5%;
  width: 6%;
  bottom: -22%;
}

.modal-wrapper .btn-next {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  z-index: 100;
  right: 41.5%;
  width: 6%;
  bottom: -22%;
}

.modal-wrapper .txt-close {
  font-size: 16px;
  letter-spacing: 1.76px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 30px;
}

.modal-wrapper_box {
  position: relative;
}

/* モーダル（矢印遷移付き）ここまで */

/* メニュー部分ここから */
.hr_main {
  width: 1578px;
  max-width: 100%;
  margin: 0 auto;
  background: #ffced7;
}

.hr_main img {
  max-width: 100%;
  height: auto;
}

.hr_header {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.hr_header p {
  padding: 70px 0 40px;
  text-align: center;
  font-size: 21px;
  color: #e8243e;
  font-weight: bold;
  line-height: 1.791;
  letter-spacing: 0.1em;
}

.hr_header figure {
  margin-bottom: 30px;
}

.hr_menu_box {
  text-align: center;
}

.hr_menu_head img {
  max-width: 737px;
  width: 100%;
  display: block;
  margin: 0 auto 15px;
}

.hr_menu_box .hr_menu_head h2 {
  font-size: 47px;
  font-weight: bold;
  color: #e8243e;
  letter-spacing: 0.05em;
  margin-bottom: 58px;
  line-height: 1.3;
  margin-top: 0;
}

.hr_menu_box .hr_menu_head h2 span {
  font-size: 31px;
}

.hr_menu_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1150px;
  max-width: 96%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.hr_menu_box ul li {
  width: 31%;
  /* 後で削除（モーダル確認用） */
  /* width: 100%; */
  margin-bottom: 101px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .hr_menu_box ul li {
    margin-bottom: 8vw;
  }
}

.hr_menu_box ul li .item_link {
  position: absolute;
  right: -15px;
  bottom: -50px;
  width: 82%;
  background-color: #feced7;
  padding: 5% 1%;
  text-align: center;
  text-align: center;
  border: 6px solid white;
  height: 76px;
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr_menu_box ul li .item_link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e8243e;
  border-bottom: 2px solid #e8243e;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.item_link .shop-name {
  color: #e8243e;
  padding: 5% 1%;
  font-size: 17px;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-weight: 550;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 1080px) {
  .item_link .shop-name {
    font-size: 1.6vw;
  }

  .hr_menu_box ul li .item_link::after {
    right: 4px;
    width: 7px;
    height: 7px;
  }
}

.hr_banner_box {
  background: #ffebdc;
  text-align: center;
  padding: 125px 0;
}

.hr_item_set {
  display: flex;
  flex-wrap: wrap;
  border: 5px solid #fff;
  border-radius: 23px;
  overflow: hidden;
  align-items: center;
}

.hr_item_set>figure {
  width: 48%;
}

.hr_item_set .item_txt {
  width: 47%;
  margin: 0 2% 0 3%;
  text-align: left;
  color: #5e5e5e;
  letter-spacing: 0.08em;
}

.hr_item_set .item_txt figure {
  margin-top: 8%;
  border-bottom: 1px solid #5e5e5e;
  padding-bottom: 10px;
}

.hr_item_set .item_txt .item_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #e8243e;
  padding: 24px 0 4px;
}

.hr_item_set .item_txt .item_yen {
  font-size: 24px;
}

.hr_item_set .item_txt .item_yen .en {
  font-size: 20px;
  font-feature-settings: "palt";
}

.hr_item_set .item_txt p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .12em;
  font-feature-settings: "palt";
}

.hr_item_set .item_txt p.hr {
  padding-top: 12px;
  margin-top: 24px;
  border-top: 1px solid #5e5e5e;
}

.hr_item_set .item_txt .caution {
  font-size: 13px;
  font-weight: 300;
}

.modal-wrapper .modal-content-wrapper .modal-main {
  border: 5px solid #e8243e;
  border-radius: 30px;
  overflow: hidden;
  height: auto;
  padding: 0;
}

.modal-wrapper .btn-close {
  right: 3.3%;
  top: -20px;
  width: 6%;
}

.bay_event_banner {
  display: block;
  max-width: 768px;
  width: 90%;
  margin: 0 auto;
}

.item_txt_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  justify-content: space-between;
  margin-top: 0%;
  border-bottom: 1px solid #5e5e5e;
  padding-bottom: 10px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .item_txt_flex {
    margin-top: 5%;
  }
}

.item_txt_innner_flex {
  display: -webkit-box;
  display: -ms-flex box;
  display: flex;
  width: 90%;
  align-items: center;
  column-gap: 2%;
}

.item_txt_flex_right {
  width: 10%;
}

.item_txt_innner_flex_img {
  width: 20%;
  padding: 2% 2%;
}

.item_txt_innner_text {
  width: 78%;
  margin: 0;
  font-size: 20px !important;
  font-weight: 550 !important;
  letter-spacing: .07em !important;
  line-height: 1.5 !important;
  color: #5e5e5e;
}

@media (max-width: 1024px) {
  .item_txt_innner_text {
    font-size: 17px !important;
  }

  .hr_item_set .item_txt .item_ttl {
    font-size: 18px;
    padding: 16px 0 6px;
  }

  .hr_item_set .item_txt .item_yen .en {
    font-size: 17px;
  }

  .hr_item_set .item_txt .item_yen {
    font-size: 22px;
  }

  .hr_item_set .item_txt p {
    font-size: 15px;
  }

  .hr_item_set .item_txt p.hr {
    padding-top: 10px;
    margin-top: 12px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .hr_header p {
    padding: 35px 0 20px;
    font-size: 4.5vw;
  }

  .hr_header figure {
    margin-bottom: 20px;
  }

  .hr_header a {
    width: 75%;
    margin: 0 auto;
    display: block;
  }

  .hr_menu_box {
    padding: 0 0px;
  }

  .hr_menu_box .hr_menu_head h2 {
    font-size: 4.9vw;
    margin-bottom: 21px;
  }

  .hr_menu_box .hr_menu_head h2 span {
    font-size: 3.9vw;
  }

  .hr_menu_box ul {
    max-width: 100%;
    justify-content: space-between;
    padding-bottom: 1vw;
  }

  .hr_menu_box ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 46px;
  }

  .hr_menu_box ul li .item_link {
    bottom: -6vw;
    width: 92%;
    border: 3px solid white;
    height: 10vw;
  }

  .hr_banner_box {
    padding: 50px 30px;
  }

  .hr_item_set>figure {
    width: 100%;
  }

  .hr_item_set .item_txt {
    width: 92%;
    margin: 0 auto 14px;
  }

  .hr_item_set .item_txt figure {
    margin-top: 10px;
  }

  .hr_item_set .item_txt .item_ttl {
    font-size: 5.0vw;
    padding: 11px 0 7px;
  }

  .hr_item_set .item_txt .item_yen {
    font-size: 4.8vw;
  }

  .hr_item_set .item_txt .item_yen .en {
    font-size: 4.0vw;
  }


  .hr_item_set .item_txt p {
    font-size: 3.6vw;
  }

  .hr_item_set .item_txt p.hr {
    padding-bottom: 0px;
    margin-top: 15px;
  }

  .modal-wrapper .modal-content-wrapper {
    width: 80%;
    position: static;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    display: block;
    margin: 11% auto;
  }

  .modal-wrapper .modal-content-wrapper .modal-main {
    border: 5px solid #e8243e;
  }

  .modal-content-wrapper_innner {
    position: relative;
  }

  .modal-wrapper .btn-close {
    width: 50px;
    right: 17%;
    top: 8vw;
  }

  .modal-wrapper .btn-prev {
    width: 50px;
    left: 1%;
    top: 35%;
    bottom: inherit;
  }

  .modal-wrapper .btn-next {
    width: 50px;
    right: 1%;
    top: 35%;
    bottom: inherit;
  }

  #movie {
    padding-bottom: 40px;
  }

  .item_link .shop-name {
    font-size: 2.2vw;
    white-space: nowrap;
  }

  .hr_menu_box ul li .item_link::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #e8243e;
    border-bottom: 1px solid #e8243e;
    right: 4.5px;
    top: 50%;
  }

  .item_txt_innner_text {
    font-size: 3.5vw !important;
    width: 72%;
  }

  .item_txt_innner_text15 {
    white-space: nowrap;
  }

  .item_txt_innner_flex_img {
    width: 26%;
    padding: 2% 1%;
  }

  .item_txt_flex_right {
    width: 14%;
  }

  .item_txt_innner_flex {
    width: 86%;
  }


  .hr_item_set .item_txt .caution {
    font-size: 3.3vw;
    margin-bottom: 5px;
  }

  .scroll-img {
    width: 38px;
    display: block;
    margin: 0 auto 50px;
  }

  .hello-room_bunner {
    margin: 0 auto 21px;
  }

  .hr_menu_head img {
    margin: 0 auto 12px;
  }
}

@media screen and (max-width: 400px) {
  .modal-wrapper .btn-close {
    width: 50px;
    right: 17%;
    top: 3%;
  }
}

.bold-font {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900 !important;
}



a.HR_button:link {
  opacity: 1;
}

a.HR_button:active {
  opacity: 0.6;
  transition: 0.3s;
}

a.HR_button:hover {
  opacity: 0.6;
  transition: 0.3s;
}

a.HR_button:visited {
  opacity: 1;
}


.hr_menu_box ul li:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/* メニュー部分ここまで */





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

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

@media (max-width: 768px) {
  .PC-only {
    display: none !important;
  }

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