@charset "UTF-8";

@media (max-width: 900px) {
  html {
    font-size: 1.111vw;
  }
}

body {
  background: url(/wp-content/themes/mc_theme/include/img/bg-vv.jpg) repeat center top;
}

.inner {
	width:72rem;
  padding: 0rem 4rem;
	margin: auto;
	position:relative;
}


#header {
  background-color: #fff;
  width: 100%;
}

#header-logo {
  width: 60rem;
  margin: 0 auto;
  padding: 1.6rem 0;
}

#hbgm {
  display: block;
  width: 8rem;
  cursor: pointer;
}

#hbgm span {
  display: block;
  width: 100%;
  background-color: #211816;
  height: 1rem;
  border-radius: 3rem;
}

#hbgm span ~ span {
  margin-top: 1rem;
}

.main-visual {
  padding: 4rem 0;
}

.img01 {
  width: 90%;
  margin: 4rem auto;
}

.tit {
  width: 90%;
  margin: 8rem auto 4rem;
}

.tit span {
  display: block;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  border-radius: 30rem;
  color: #fff;
  padding: 0.2rem 0 0.6rem;
  background: linear-gradient(135deg, #d02c83, #d12f25, #e69b36);
}

.section01 .tit {
  margin-top: 4rem;
}

.btns01 {
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.image-set {
  margin: 2rem 0;
}

.youtube-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.googlemap div {
  width: 100%;
  border: 4px solid;
  border-image: linear-gradient(to left, #E48539, #D22E29, #D1246E);
  border-image-slice: 1;
}

.googlemap div iframe {
  width: 100%;
  height: 40rem;
}

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


.store-title {
  width: 70%;
  margin: 0 auto;
}
.store-title p {
  width: 45%;
  border: 1px solid #000;
  color: #000;
  font-weight: 700;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  text-align: center;
}

.store-table {
  width: 90%;
  border-top: 1px dotted #000;
  margin: 2rem auto 0;
}
.store-table th,
.store-table td {
  font-size: 1.8rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px dotted #000;
}
.store-table th {
  text-align: right;
}
.store-table td {
  text-align: left;
}

.key img {
  width: 24rem;
  margin: 0 auto;
}

.popup-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.popup-modal-content {
	position: relative;
	width: 60rem;
	max-width: 90%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.popup-modal-content img {
	width: 100%;
	display: block;
}

.popup-modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
	z-index: 1;
}

#footer {
  color:#fff;
  margin-top: 8rem;
}
#pagetop {
  color:#fff;
  text-decoration: none;
  font-size: 2.4rem;
  text-align: center;
  display: block;
  font-weight: 800;
  padding: 4rem 0;
  border-bottom: 0.1rem solid #fff;
}
#pagetop::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  transform: rotate(45deg);
  margin: 0 auto;
}
.pp {
  margin: 4rem 0 6rem;
}
.pp p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 2rem 0;
  text-align: left;
}
.pp p a {
  color: inherit;
}

#footer .copyright {
  display: block;
  text-align: center;
  padding: 0.5rem;
}

.scroll-link {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}




.carousel {
}

.slick-slide {
  aspect-ratio: 1 / 1.43;
  overflow: hidden;
}
.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* slickの矢印のデフォルトスタイルを完全に無効化 */
.slick-prev::before,
.slick-next::before {
  content: none !important;
  display: none !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 4rem !important;
  height: 4rem !important;
  background: #fff !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.3) !important;
  z-index: 10 !important;
}
.slick-arrow::before {
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 0.8rem 0 0.8rem 1.2rem !important;
  border-color: transparent transparent transparent #d32f2f !important;
  display: inline-block !important;
}
.slick-arrow.slick-next::before {
  transform: rotate(0deg);
  margin-left: 3px;
}
.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
  margin-right: 3px;
}
.slick-arrow.slick-prev {
  left: -9.5rem;
}
.slick-arrow.slick-next {
  right: -9.5rem;
}

.slick-dots li button:before {
  color: #d32f2f !important;
  font-size: 1.2rem !important;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3rem !important;
  height: 3rem !important;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#pd-menu {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s linear;
  padding: 0;
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
#pd-menu ul {
  width: 100%;
}
#pd-menu li a {
  display: block;
  font-size: 3rem;
  padding: 1.6rem;
  text-align: center;
  color:#EE0742;
  text-decoration: none;
  font-weight: 700;
}

#pd-menu2 {
	transition: all 0.3s linear;
  padding: 0;
  width: 100%;
  position: static;
  background-color: #EE0742;

}
#pd-menu2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
#pd-menu2 ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
#pd-menu2 li {
  list-style-type: none;
}
#pd-menu2 li a {
  display: block;
  font-size: 2rem;
  padding:0.8rem 2rem;
  text-align: center;
  color:#fff;
  text-decoration: none;
  font-weight: 700;
}
#pd-menu2.fixed ul {
  padding: 1.2rem 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
#pd-menu2.fixed li a {
  color:#EE0742;
}


#footer {
  background: url(../img/bg-vv2.jpeg) no-repeat center center / cover;
}

.go-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease;
}
.go-button.show {
  display: block;
  opacity: 1;
}
.go-button img {
  width: 20rem;
  height: auto;
}
