@charset "utf-8";

/* outline
------------------------------*/
#container * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

#contents {
  width: 100%;
  padding-bottom: 0;
}

.l-page .reserve__container, .l-page .useful__container, .l-page .info__container, .l-page .pick__container, .l-page .special__container {
  width: 1080px;
  margin: 0 auto;
}

.l-page .useful__main, .l-page .new__main,
.l-page .recommend__main, .l-page .info__main, .l-page .pick__main, .l-page .special__main, .l-page .search__main {
  font-size: 46px;
  font-weight: 500;
  text-align: center;
}
.l-page .useful__main span, .l-page .new__main span,
.l-page .recommend__main span, .l-page .info__main span, .l-page .pick__main span, .l-page .special__main span, .l-page .search__main span {
  color: #D22A63;
}

.l-page .reserve__btn a:hover, .l-page .column__btn a:hover, .l-page .useful__link a:hover, .l-page .useful__btn a:hover, .l-page .new__slide a:hover,
.l-page .recommend__slide a:hover, .l-page .info__btn a:hover, .l-page .pick__list a:hover, .l-page .search__submit:hover, .l-page .search__item a:hover, .l-page .search__list a:hover, .l-page .float__link a:hover, .l-page .column__slide a:hover {
  opacity: 0.7;
}

.l-page {
  background-color: #fff;
  min-width: 1225px;
}
.l-page a:hover {
  text-decoration: none;
  color: inherit;
}
.l-page .mv__area {
  width: 100%;
}
.l-page .mv__img {
  width: 100%;
}
.l-page .mv__img img {
  width: 100%;
}
.l-page .mv__dots {
  text-align: center;
  margin-top: 23px;
}
.l-page .mv__dots li {
  display: inline-block;
  margin: 0 8px;
}
.l-page .mv__dots li.slick-active button {
  background-color: #D22A63;
}
.l-page .mv__dots li button {
  color: transparent;
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #AEAEAE;
  cursor: pointer;
}
.l-page .float__area {
  position: fixed;
  top: 273px;
  right: 0;
  z-index: 1000;
}
.l-page .float__link a {
  display: block;
  background-color: #D22A63;
  padding: 10px 14px 14px;
  border-radius: 12px 0 0 12px;
}
.l-page .search__area {
  padding-top: 78px;
}
.l-page .search__container {
  width: 1225px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}
.l-page .search__container::before {
  content: "";
  background-color: #F1F1F1;
  width: 813px;
  height: 508px;
  border-radius: 12px;
  position: absolute;
  top: 97px;
  right: 72px;
  z-index: -1;
}
.l-page .search__left {
  padding-top: 31px;
  margin-right: 8px;
}
.l-page .search__left map:hover {
  opacity: 0.7;
}
.l-page .search__right {
  width: 500x;
  margin-right: 40px;
}
.l-page .search__main {
  margin-bottom: 72px;
}
.l-page .search__wrapper {
  width: 500px;
}
.l-page .search__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 31px;
}
.l-page .search__list a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(96, 96, 96, 0.17);
  position: relative;
  border-radius: 6px;
  width: 245px;
  padding: 16px 0;
  color: #333;
}
.l-page .search__list a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
}
.l-page .search__list-1 a {
  padding-left: 63px;
}
.l-page .search__list-1 a::before {
  background-image: url(/images/top/search_1.png);
  top: 15px;
  left: 20px;
  width: 32px;
  height: 31px;
}
.l-page .search__list-2 a {
  padding-left: 68px;
}
.l-page .search__list-2 a::before {
  background-image: url(/images/top/search_2.png);
  top: 10px;
  left: 18px;
  width: 39px;
  height: 41px;
}
.l-page .search__list-3 a {
  padding-left: 212px;
  width: 500px;
  margin-top: 10px;
}
.l-page .search__list-3 a::before {
  background-image: url(/images/top/search_3.png);
  top: 15px;
  left: 169px;
  width: 32px;
  height: 30px;
}
.l-page .search__sub {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.l-page .search__items {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 21px 46px 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  gap: 10px;
}
.l-page .search__item:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
.l-page .search__item a {
  font-size: 16px;
  color: #2977C3;
  text-decoration: underline;
}
.l-page .search__group {
  width: 500px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.l-page .search__input {
  border: 1px solid #D22A63;
  width: 100%;
  padding: 16px 90px 16px 30px;
  font-size: 16px;
  border-radius: 6px;
}
.l-page .search__input::-moz-placeholder {
  color: #AEAEAE;
}
.l-page .search__input::placeholder {
  color: #AEAEAE;
}
.l-page .search__submit {
  padding: 0;
  border: none;
  background-color: #D22A63;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url(/images/top/search_4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.l-page .special__area {
  padding-top: 82px;
  padding-bottom: 80px;
}
.l-page .special__main {
  margin-bottom: 33px;
}
.l-page .special__wrapper {
  display: flex;
  justify-content: space-between;
}
.l-page .special__box {
  width: 340px;
}
.l-page .special__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 22px;
}
.l-page .special__list:not(:last-of-type) {
  margin-bottom: 10px;
}
.l-page .special__list a {
  display: block;
  padding: 15px 0;
  border: 1px solid #B49858;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-left: 26px;
  position: relative;
}
.l-page .special__list a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  left: 20px;
}
.l-page .special__list-1 a {
  color: #B49858;
}
.l-page .special__list-1 a::before {
  background-image: url(/images/top/special_1.png);
}
.l-page .special__list-1 a:hover {
  color: #fff;
  background-color: #B49858;
}
.l-page .special__list-1 a:hover::before {
  background-image: url(/images/top/special_1_a.png);
}
.l-page .special__list-2 a {
  color: #9A9A9A;
}
.l-page .special__list-2 a::before {
  background-image: url(/images/top/special_2.png);
}
.l-page .special__list-2 a:hover {
  color: #fff;
  background-color: #9A9A9A;
}
.l-page .special__list-2 a:hover::before {
  background-image: url(/images/top/special_2_a.png);
}
.l-page .special__list-3 a {
  color: #B57E59;
}
.l-page .special__list-3 a::before {
  background-image: url(/images/top/special_3.png);
}
.l-page .special__list-3 a:hover {
  color: #fff;
  background-color: #B57E59;
}
.l-page .special__list-3 a:hover::before {
  background-image: url(/images/top/special_3_a.png);
}
.l-page .pick__area {
  padding-top: 82px;
  background-image: url(/images/top/pick_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 534px;
}
.l-page .pick__main {
  margin-bottom: 30px;
}
.l-page .pick__lists {
  display: flex;
  justify-content: space-between;
}
.l-page .pick__list a {
  display: block;
  width: 190px;
  position: relative;
  padding-top: 203px;
  font-size: 24px;
  font-weight: 500;
  color: #D22A63;
  text-align: center;
}
.l-page .pick__list a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
}
.l-page .pick__list a span {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  color: #333;
}
.l-page .pick__list-1 a::before {
  background-image: url(/images/top/pick_1.jpg);
}
.l-page .pick__list-2 a::before {
  background-image: url(/images/top/pick_2.jpg);
}
.l-page .pick__list-3 a::before {
  background-image: url(/images/top/pick_3.jpg);
}
.l-page .pick__list-4 a::before {
  background-image: url(/images/top/pick_4.jpg);
}
.l-page .pick__list-5 a::before {
  background-image: url(/images/top/pick_5.jpg);
}
.l-page .info__area {
  padding-top: 82px;
}
.l-page .info__area .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.l-page .info__area .simplebar-track {
  background-color: #C6C6C6;
  width: 8px;
  border-radius: 4px;
}
.l-page .info__area .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  top: 0;
}
.l-page .info__area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: 8px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: #D22A63;
}
.l-page .info__main {
  margin-bottom: 23px;
}
.l-page .info__wrapper {
  height: 407px;
  margin-bottom: 40px;
}
.l-page .info__inner {
  width: 1050px;
}
.l-page .info__group {
  padding-bottom: 25px;
}
.l-page .info__group:first-of-type {
  padding-top: 15px;
}
.l-page .info__group:not(:last-of-type) {
  margin-bottom: 29px;
  border-bottom: 1px solid #CFCFCF;
}
.l-page .info__title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.l-page .info__description {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.l-page .info__btn a {
  display: block;
  width: 360px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #D22A63;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 17px 0;
  color: #fff;
  text-align: center;
}
.l-page .new__area,
.l-page .recommend__area {
  padding-top: 82px;
}
.l-page .new__area .slick-list,
.l-page .recommend__area .slick-list {
  margin: 0 46px;
}
.l-page .new__area .slick-track,
.l-page .recommend__area .slick-track {
  margin-bottom: 42px;
}
.l-page .new__container,
.l-page .recommend__container {
  width: 1202px;
  margin: 0 auto;
}
.l-page .new__main,
.l-page .recommend__main {
  margin-bottom: 32px;
}
.l-page .new__slide,
.l-page .recommend__slide {
  width: 340px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  overflow: hidden;
  margin: 0 15px;
}
.l-page .new__wrapper,
.l-page .recommend__wrapper {
  position: relative;
}
.l-page .new__wrapper::after,
.l-page .recommend__wrapper::after {
  content: "NEW";
  background-color: #D22A63;
  text-align: center;
  padding: 5px 0;
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  z-index: 5;
}
.l-page .new__img img,
.l-page .recommend__img img {
  width: 340px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page .new__fav,
.l-page .recommend__fav {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 5;
  cursor: pointer;
  content: url(/images/top/fav_icon.png);
}
.l-page .new__fav.on,
.l-page .recommend__fav.on {
  content: url(/images/top/fav_icon_a.png);
}
.l-page .new__group,
.l-page .recommend__group {
  padding: 16px 16px 20px 20px;
}
.l-page .new__name,
.l-page .recommend__name {
  font-size: 20px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
.l-page .new__price,
.l-page .recommend__price {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
}
.l-page .new__price span,
.l-page .recommend__price span {
  font-size: 22px;
  font-weight: bold;
  color: #FF0000;
}
.l-page .new__space,
.l-page .recommend__space {
  font-size: 16px;
  margin-bottom: 1px;
}
.l-page .new__address,
.l-page .recommend__address {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1px;
}
.l-page .new__time,
.l-page .recommend__time {
  font-size: 16px;
}
.l-page .new__prev,
.l-page .recommend__prev {
  background-image: url(/images/top/slide_left.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 21px;
  height: 39px;
  position: absolute;
  top: 171px;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.l-page .new__next,
.l-page .recommend__next {
  background-image: url(/images/top/slide_right.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 21px;
  height: 39px;
  position: absolute;
  top: 171px;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.l-page .new__dots,
.l-page .recommend__dots {
  text-align: center;
}
.l-page .new__dots li,
.l-page .recommend__dots li {
  display: inline-block;
  margin: 0 10px;
}
.l-page .new__dots li.slick-active button,
.l-page .recommend__dots li.slick-active button {
  background-color: #D22A63;
}
.l-page .new__dots li button,
.l-page .recommend__dots li button {
  color: transparent;
  padding: 0;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #AEAEAE;
  cursor: pointer;
}
.l-page .recommend__area {
  padding-bottom: 80px;
}
.l-page .recommend__wrapper::after {
  content: none;
}
.l-page .useful__area {
  background-image: url(/images/top/useful_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 888px;
  background-position: center center;
  height: 888px;
  padding-top: 80px;
}
.l-page .useful__main {
  margin-bottom: 30px;
}
.l-page .useful__wrapper {
  display: flex;
  justify-content: space-between;
}
.l-page .useful__left {
  width: 340px;
  background-image: url(/images/top/useful_left.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  height: 630px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 40px;
}
.l-page .useful__title {
  text-align: center;
  margin-bottom: 22px;
}
.l-page .useful__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 37px;
}
.l-page .useful__lists {
  padding-left: 118px;
  margin-bottom: 52px;
}
.l-page .useful__list {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #D02961;
  line-height: 1.25;
}
.l-page .useful__list-1 {
  margin-bottom: 65px;
}
.l-page .useful__list-2 {
  margin-bottom: 55px;
}
.l-page .useful__btn a {
  display: block;
  border-radius: 28px;
  background-color: #D22A63;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  padding: 13px 0;
}
.l-page .useful__center {
  width: 340px;
}
.l-page .useful__right {
  width: 340px;
}
.l-page .useful__link:not(:last-of-type) {
  margin-bottom: 20px;
}
.l-page .useful__link a {
  display: block;
  width: 340px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.l-page .column__area {
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #AEAEAE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-page .column__main, .l-page .notice__main {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  color: #D22A63;
  margin-bottom: 13px;
}
.l-page .column__slides {
  padding: 0 30px;
}
.l-page .column__slide {
  width: 280px;
  margin: 0 15px;
}
.l-page .column__img {
  margin-bottom: 10px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.l-page .column__img img {
  width: 280px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page .column__title {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2px;
}
.l-page .column__date {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
  margin-bottom: 7px;
}
.l-page .column__prev {
  background-image: url(/images/top/column_left.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 69px;
  left: 30px;
  width: 35px;
  height: 40px;
  z-index: 5;
  cursor: pointer;
}
.l-page .column__next {
  background-image: url(/images/top/column_right.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 69px;
  right: 30px;
  width: 35px;
  height: 40px;
  z-index: 5;
  cursor: pointer;
}
.l-page .column__btn a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background-color: #D22A63;
  border-radius: 20px;
  padding: 10px 0;
  width: 280px;
  margin: 0 auto;
}
.l-page .notice__area {
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #AEAEAE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 26px;
}
.l-page .notice__area .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.l-page .notice__area .simplebar-track {
  background-color: #C6C6C6;
  width: 8px;
  border-radius: 4px;
}
.l-page .notice__area .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  top: 0;
}
.l-page .notice__area .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: 8px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: #D22A63;
}
.l-page .notice__main {
  margin-bottom: 15px;
}
.l-page .notice__wrapper {
  width: 300px;
  margin: 0 auto;
  height: 155px;
}
.l-page .notice__lists {
  width: 280px;
}
.l-page .notice__list {
  font-size: 14px;
  line-height: 1.43;
  color: #4B4B4B;
  padding-bottom: 11px;
}
.l-page .notice__list:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: 1px solid #CFCFCF;
}
.l-page .reserve__area {
  padding-bottom: 32px;
}
.l-page .reserve__wrapper {
  display: flex;
  justify-content: space-between;
}
.l-page .reserve__img {
  padding-top: 24px;
  width: 426px;
}
.l-page .reserve__img img {
  width: 100%;
}

.reserve__main{
  letter-spacing: 1.2px;
}
.reserve__num{
  letter-spacing: 2px;
}

.l-page .reserve__main {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3E3E3E;
  line-height: 1.05;
  padding-top: 90px;
  position: relative;
}
.l-page .reserve__main::before {
  content: "";
  background-image: url(/images/top/reserve_num.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  width: 40px;
  height: 39px;
}
.l-page .reserve__num {
  font-size: 50px;
  letter-spacing: 0.05em!important;
  color: #D22A63;
}
.l-page .reserve__bottom {
  font-size: 38px;
  font-weight: 500;
  padding-left: 10px;
}
.l-page .reserve__text {
  font-size: 16px;
  text-align: center;
  color: #D22A63;
  margin-bottom: 11px;
  padding-top: 69px;
}
.l-page .reserve__btn a {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 340px;
  border-radius: 35px;
  border: 3px solid #D22A63;
  color: #D22A63;
  padding: 8px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}