@charset "UTF-8";

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

body {
  background: url(/ise/wp-content/themes/mc_theme/include/img/bg01.png) repeat-y center top / 81rem;
}

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

video {
    width: 100vw;
    height: 100dvh;
    object-fit: cover;
}

#header {
  background-color: #fff;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  border-bottom: 3px solid #BC2D28;
  display: flex;
  justify-content: space-between;
  padding: 1rem 4rem;
  z-index: 100;
  align-items: center;
}

.logo01 {
  width: 22rem;
}

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

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

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

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

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

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

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

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

.image-sets {}
.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 right, #F5C347, #BC810C);
  border-image-slice: 1;
}

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

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

.store-info {}

.store-title {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-title img {
  width: 50%;
}
.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: 2rem;
  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;
}

.pp {
  margin: 8rem 0 4rem;
}
.pp-inner {
  padding: 3rem;
}
.pp-inner .htag {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  border: 1px solid #000;
  padding: 0.2rem 0;
}
.pp-inner .htag2 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.2rem 0;
  margin: 1.5rem 4rem 0;
}
.pp-inner .htag2 ~ .htag2 {
  font-size: 1.4rem;
}
.pp-inner .htag3 {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.2rem 0;
}
.pp-inner p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 2rem 0;
  text-align: center;
}

#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: -10.5rem;
}
.slick-arrow.slick-next {
  right: -10.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;
  border-bottom: 1px solid #BC2D28;
}
#pd-menu.is-open {
	max-height: 1000rem; /* 適宜調整 */
  padding: 2rem 0 4rem;
}
#pd-menu ul {
  width: 100%;
}
#pd-menu li a {
  display: block;
  font-size: 3rem;
  padding: 1.6rem;
  text-align: center;
  color:#BC2D28;
  text-decoration: none;
  font-weight: 700;
}

.mainimage-carousel {
  width:100%;
  margin: 0 auto;
}