@charset "utf-8";
/*==============================
PC,SPだし分け
===============================*/
.pc {
  display: block;
}
@media screen and (max-width: 767px){
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 767px){
  .sp {
    display: block;
  }
}
/*==============================
padding,margin
===============================*/
.mb_80 {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 767px){
  .mb_80 {
    margin-bottom: 4rem !important;
  }
}
.mb_40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px){
  .mb_40 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px){
  .mt_20 {
    margin-top: 2rem !important;
  }
}
.mb_0 {
  margin-bottom: 0 !important;
}
/*==============================
ギャラリーエリア
===============================*/
@media screen and (max-width: 767px){
  .gallery::after {
    border-left: 4px solid #fff;
  }
}
.slick-slider_lc-753 {
  z-index: 15;
}
@media screen and (max-width: 767px){
  .gallery-list__inner_lc-753 {
    padding: 0 1rem;
  }
}
.gallery h3 {
  color: #e76d96;
  text-align: center;
  font-size: 2.8rem;
  margin: 0 auto;
  position: relative;
  width: fit-content;
  z-index: 10;
}
@media screen and (max-width: 767px){
  .gallery h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
.gallery h3::before,.gallery h3::after {
  content: '';
	position: absolute;
	display: inline-block;
	width: 3.9rem;
	height: 3.9rem;
  top: 4%;
}
@media screen and (max-width: 767px){
  .gallery h3::before,.gallery h3::after {
    top: 33%;
  }
}
.gallery h3::before {
  background-image: url(/shortcut/location_753/images/txt_mark01.svg);
	background-repeat: no-repeat;
	background-size: contain;
  left: -52px;
}
.gallery h3::after {
  background-image: url(/shortcut/location_753/images/txt_mark02.svg);
	background-repeat: no-repeat;
	background-size: contain;
  right: -52px;
}
.gallery p {
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px){
  .gallery p {
    text-align: left;
  }
}
.reservation-btn {
  position: relative !important;
  z-index: 3 !important;
}
/*==============================
ピックアップメニューエリア
===============================*/
.--decoration {
	&::before,&::after {
		width: 41px !important;
		height: 82px !important;
		background: url(/shortcut/images/lineup_chara_ttl.png) no-repeat center/contain !important;
	}
}
.js-pickup-campaign--squareimage-slider {
	padding: 0 !important;
}
@media screen and (max-width: 750px) {
	.txt12sp{
    font-size: 1.2rem !important;
    text-align: left;
  }
}
.pickup-link {
  display: inline;
  text-decoration: underline;
}