/*----------------------------------------
	shop
----------------------------------------*/
/* common
----------------------------------------*/

.shop .m-grid-list li {
margin-top: 20px;
position: relative;
display: block;
padding: 6px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.shop .m-grid-list li:first-child, .shop .m-grid-list li:first-child + li { margin-top: 0; }
.shop .m-grid-list li a:hover {
text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.shop .m-grid-list li .m-grid-thumb {
position: relative;
width: 162px;
min-height: 168px;
background: #fff;
float: left;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.shop .m-grid-list li .m-grid-thumb {
float: none;
margin: 0 auto;
width: 152px;
min-height: 128px;
}
}
.shop .m-grid-list li .m-grid-thumb img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 100%;
height: auto;
}
.shop .m-grid-list li dl {
margin-left: 162px;
padding: 20px 12px 0px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.shop .m-grid-list li dl {
padding: 12px;
margin-left: 0;
}
}
.shop .m-grid-list li dl dt {
position: relative;
font-size: 128%;
text-align:center;
}
.shop .m-grid-list li dl dt span {
font-size: 66%;
display: block;
width: 222px;
margin:0 auto;
margin-top: 0.6em;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-align: center;
}
.shop .m-grid-list li dl dt span2 {
text-align: left;
margin-top: 0.6em;
font-size: 66%;
display: block;
width: 253px;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.shop .m-grid-list li dl dd {
margin-top: 0.3em;
text-align: center;
}
.shop .m-grid-list li a {
position: relative;
text-decoration: none;
}
.shop .m-grid-list li a dt:after {
content: "";
position: absolute;
right: -10px;
top: 0.4em;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
.shop .m-grid-list li a dt:after {
right: 0;
top: 0.4em;
}
}
.shop .m-info-thumb img {
border: 1px solid #ccc;
max-width: 100%;
height: auto;
}
.shop #shop-area .m-grid-list li { background: #e5f8fd; }
.shop #shop-area .m-grid-list li dl dt:after {
border: 6px solid #00b8e8;
border-bottom-color: transparent;
border-top-color: transparent;
border-right-color: transparent;
}
.shop #shop-area .m-grid-list li dl dt span { background: #00b8e8; }
.shop #shop-area .m-grid-list li dl dt span2 { background: #C00; }
.shop #service-area .m-grid-list li { background: #cce3e8; }
.shop #service-area .m-grid-list li dl dt:after {
border: 6px solid #00718e;
border-bottom-color: transparent;
border-top-color: transparent;
border-right-color: transparent;
}
.shop #service-area .m-grid-list li dl dt span { background: #00718e; }
.shop #service-area .m-grid-list li dl dt span2 { background: #C00; }


/* index
----------------------------------------*/
.shopnews{
	margin: 30px auto;
	padding: 30px;
	background: #f5f5f5;}
.shopnews p.newstitle{
	margin: 0 0 1em 0;
	font-size: 1.4em;
	color: #00b8e8;
	font-weight: bold}
.shopnews p.notes{
	font-size: 0.8em;}

/* 20260119 ショップ詳細ページ
----------------------------------------*/
#shop-area.m-box-section{
	margin-top: 60px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#shop-area.m-box-section{
		margin-top: 20px;
	}
}
.content-box1,
.content-box2,
.content-box3{
	margin-bottom: 50px;
}
.content-box1 p,.content-box2 p,.content-box3 p{
	margin-top: 0;
}
.content-box1{
	display: flex;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.content-box1{
		display: block;
	}
}
.gallerybox{
	width: 470px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.gallerybox{
		width: 100%;
		margin-bottom: 40px
	}
}
.gallerybox ul li.swiper-slide{
	border:1px solid #ccc;
	box-sizing: border-box;
}
.gallerybox ul li img{
	width: 100%;
	display: block;
	line-height: 1;
}
.content-box1 .txtbox{
	width: calc(100% - 30px);
	margin-left: 30px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.content-box1 .txtbox{
		width: 100%;
		margin-left: 0;
	}
}
.content-box1 .detailbox{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #00b8e8;
	padding-bottom: 20px;
	margin: 20px auto;
}
.content-box1 .txtbox p{
	margin-top: 0;
}
.txtbox .titbox{
	font-weight: 600;
}
.logobox{
	display: flex;
	align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.content-box1 .detailbox{
		align-items: center;
	}
	.txtbox .logobox{
		width: 25%;
	}
	.txtbox .logobox img{
		width: 100%;
	}
	.txtbox .titbox{
		width: 75%;
	}
}
.txtbox .shop-category{
	margin-bottom: 8px;
	color: #00b8e8;
	font-size: 14px;
}
.txtbox .shop-name{
	font-size: 24px;
}
.txtbox .shop-txt{
	line-height: 1.8em;
}
.info-ttl{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}
.shop-info-list p{
	margin-top: 0;
}
.shop-info-list .item{
	display: flex;
	border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.shop-info-list .item{
		flex-wrap: wrap;
	}
}
.shop-info-list .item:nth-child(1){
	border-top: 1px solid #ccc;
}
.shop-info-list .item .label{
	width: 200px;
	padding: 20px 0 20px 20px;
	background: #f2fbfe;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.shop-info-list .item .label{
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
}
.shop-info-list .item .item-txt{
	width: calc(100% - 200px);
	padding: 20px 0 20px 20px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.shop-info-list .item .item-txt{
		width: 100%;
	}
}
.content-box3 .shop-news-box{
	padding: 30px;
	margin: 20px auto;
	background: #f5f5f5;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.content-box3 .shop-news-box{
		padding: 20px;
	}
}
.content-box3 .shop-news-box .shop-news-ttl{
	margin-bottom: 10px;
	color: #00b8e8;
	font-size: 18px;
	font-weight: 600;
}
.swiper .swiper-button-prev svg{
	transform: rotate(180deg)
}
.swiper{
	position: relative;
}
.swiper-button-prev,
.swiper-button-next{
	position:absolute;
	top: calc(50% - 20px);
	padding-top: 10px;
	background: rgba(255,255,255,0.75);
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 99;
	box-sizing: border-box;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
.swiper-thumbs{
	margin-top: 8px;
}
/* サムネ全体の既定 */
.swiper-thumbs .swiper-slide {
  opacity: 0.5;
  transition: 0.3s;
}

/* ★ アクティブなサムネだけ太枠 ＋ 不透明に */
.gallerybox .swiper-thumbs ul li{
  border: 3px solid rgba(255,255,255,0);
  box-sizing: border-box;
}
.gallerybox .swiper-thumbs ul li.swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #b2eaf8; /* ←好きな色に変更 */
}

/* Swiper 本体を箱いっぱいに */
.gallerybox .swiper {
  width: 100%;
}

/* 1枚でも幅を100%に固定（slidesPerView:1 と併せて効く） */
.gallerybox .swiper-main .swiper-slide {
  width: 100% !important;
}

/* 画像をスライド幅に合わせる */
.gallerybox .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* サムネイルは横に可変で良い場合 */
.gallerybox .swiper-thumbs .swiper-slide {
  width: auto; 
}

.gallerybox {
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
  box-sizing: border-box;
}
.gallerybox {
  flex: 0 0 420px !important;
}
.gallerybox {
  justify-self: start;
}

.gallerybox .swiper.swiper-main { width: 100% !important; }
.gallerybox .swiper.swiper-main .swiper-slide { width: 100% !important; flex: 0 0 100% !important; }
.gallerybox .swiper.swiper-main .swiper-slide img { width: 100% !important; height: auto !important; display: block; }


@media screen and (min-width: 0px) and (max-width: 667px) {
	.gallerybox {
		width: 100% !important;
		min-width: inherit!important;
		max-width: 420px !important;
		margin-left: auto;
		margin-right: auto
	}
	.gallerybox {
		flex: 0 0 100% !important;
	}
}
.shop .shop-info-list .notes{
	display: block;
	font-size: 0.8em;
	margin-top: 0.4em;
}