/* ============================================
   Shop Single
============================================ */

/* 店舗紹介 */
.shop-single_intro {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
	.shop-single_intro {
  display: flex;
		gap: 24px;
	}
}
@media screen and (max-width: 768px) {
	.shop-single_intro {
		flex-direction:column;
	}
}

.shop-single_intro__image {
  flex: 0 0 480px;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.20);
	border-radius: 10px;
}
@media screen and (max-width: 1024px) {
	.shop-single_intro__image {
		flex: 0 0 360px;
	}
}
@media screen and (max-width: 768px) {
	.shop-single_intro__image {
		flex: 1;
		aspect-ratio: 3 / 2;
		width: 100%;
		height: 240px;
		order: 1;
	}
}

.shop-single_intro__image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
	border-radius: 10px;
}
@media screen and (max-width: 1024px) {
	.shop-single_intro__image img {
		height: 240px;
	}
}
@media screen and (max-width: 768px) {
		.shop-single_intro__image img {
        height: 100%;
	}
}

.shop-single_intro__body {
  flex: 1;
}

.shop-single_intro__name{
	  font-size: 32px;
  font-weight: 700;
	padding-bottom:16px;
	position:relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
	.shop-single_intro__name{
		font-size: 20px;
  margin-bottom: 16px;
	padding-bottom:8px;
	}
}
.shop-single_intro__name:after{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background:#17645E;
	position:absolute;
	left:0;
	bottom:0;
}
.shop-single_intro__heading {
  font-size: 24px;
	line-height:1.6;
	margin-bottom:40px;
}
@media screen and (max-width: 1024px) {
.shop-single_intro__heading {
  font-size: 18px;
	margin-bottom:24px;
}
}

.shop-single_intro__text {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.shop-single_intro__text {
  font-size: 14px;
}
}
.shop-single_intro__links {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .shop-single_intro__links {
  gap: 8px;
  margin-top: 16px;
  flex-direction: column;
  }
}


.shop-single_intro__btn {
  width: calc(50% - 8px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 40px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .shop-single_intro__btn {
    width: 100%;
  }
}
.shop-single_intro__btn:hover {
  opacity: 0.7;
}

.shop-single_intro__btn {
  border: 1px solid #000;
}

/* スライドショー */
.shop-single_slideshow {
  overflow: hidden;
  padding: 120px 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
	.shop-single_slideshow {
		padding: 40px 0;
	}
}

.shop-single_slideshow__swiper {
  overflow: hidden;
}

.shop-single_slideshow__swiper .swiper-slide {
  width: 320px;
  margin-right: 16px;
}

.shop-single_slideshow__swiper .swiper-slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
	.shop-single_slideshow__swiper .swiper-slide img {
		height: 120px;
	}
}

/* 店舗情報テーブル */
.shop-single_info {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
	.shop-single_info {
  margin: 32px 0 0 0;
}
}
@media screen and (max-width: 768px) {
	.shop-single_info .l-inner--mini{
	padding:0;	
	}
}
.shop-single_info__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #9F9F9F;
}
@media screen and (max-width: 768px) {
	.shop-single_info__table,
	.shop-single_info__table tbody{
		display:block;
		width:100%;
	}
}
@media screen and (max-width: 768px) {
	.shop-single_info__table tr{
		display:flex;
		flex-wrap:wrap;
		padding:8px 0 0 0;
	}
}
.shop-single_info__table th,
.shop-single_info__table td {
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid #9F9F9F;
  text-align: left;
  vertical-align: top;
}

.shop-single_info__table th {
  width: 160px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
.shop-single_info__table th {
	width:100%;
  border-bottom: unset;
	padding: 4px 8px;
}
}
.shop-single_info__table td a{
	color:rgb(85, 26, 139);
	word-break: break-word;
}
@media screen and (max-width: 768px) {
.shop-single_info__table td {
	width:100%;
  border-bottom: 1px solid #9F9F9F;
	padding: 4px 8px 12px 8px;
}
}
/* Googleマップ */
.shop-single_map {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
	.shop-single_map {
  padding: 40px 0 0 0;
	}
}

.shop-single_map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}
@media screen and (max-width: 768px) {
	.shop-single_map iframe {
		height: 240px;
	}
	.shop-single_map .l-inner--mini {
        padding: 0;
    }
}
	
/* 他の店舗 */
.shop-single_other {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .shop-single_other {
    padding: 40px 0 0 0;
  }
}

.shop-single_other__list {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .shop-single_other__list {
    gap: 8px;
  }
}

.shop-single_other__item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .shop-single_other__item {
    flex: unset;
    width: 50%;
  }
}

.shop-single_other__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.shop-single_other__image {
  width: 100%;
}

.shop-single_other__image img,
.shop-single_other__image--empty {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  background: #ddd;
  object-position: top;
}
@media screen and (max-width: 768px) {
  .shop-single_other__image img,
  .shop-single_other__image--empty {
    height: 140px;
  }
}

.shop-single_other__name {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .shop-single_other__name {
    font-size: 13px;
    padding: 8px 0;
  }
}

.shop-single_other__link .c-btn {
  width: 210px;
  height: auto;
  padding: 15px;
  border: solid 1px #000;
  border-radius: 40px;
  font-size: 12px;
  background: unset;
  color: #000;
  margin: 20px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop-single_other__link .c-btn {
    width: 90%;
    font-size: 10px;
    margin: 8px auto 0 auto;
  }
}

.shop-single_other__link .c-btn:hover {
  background: unset;
}