@charset "utf-8";
/* -----------------------------------------------------------------------
use : /sevenmax/store/

style.css

----------------------------------------------------------------------- */

.pageTitleBox::after{
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #f1f1f1;
	right: 0;
	left: 0;
	bottom: -8px;
	margin: auto;
	transform: rotate(45deg);
}
.pageTitleBox .pageTTL span{
	display: block;
	font-size: 14px;
}

#storeSearch {
	overflow:hidden;
}
#storeSearch .inner {
	padding-bottom:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	overflow:visible;
	padding-top: 20px;
}
#storeSearch #main {
	width:100%;
	position:relative;
}
#storeSearch #search {
	max-width:100%!important;
	padding:0;
}


/*----------------------------------------------------------
	Display：←　767px（ sp + tablet ）
----------------------------------------------------------*/

@media screen and (max-width:767px) {

	#storeSearch #main {
		width:100%!important;
		float:none!important;
	}
	#storeSearch #search {
		width:100%!important;
		max-width:560px!important;
		float:none!important;
	}
	#storeSearch #main #map {
		display:none;
	}

}

/*----------------------------------------------------------
	Display：768px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (min-width:768px) {
	.pageTitleBox .pageTTL span{
		font-size: 21px;
	}
	
	#storeSearch .inner{
		padding-top: 40px;
	}
	#storeSearch #main {
		width: calc(100% - 280px);
		float:none;
	}
	#storeSearch #main #map {
		width:100%;
		padding-top:20px;
		padding-bottom:10px;
		float:none;
	}

	#storeSearch #main #map .prefSelect{
		position: absolute;
		padding:10px 7px 5px 15px;
		border: 1px solid #45BC90;
		border-radius: 5px;
		background: #Fff;
		z-index: 100;
		width: 204px;
		display: none;
	}
	#storeSearch #main #map .prefSelect a{
		display: inline-block;
		width: 80px;
    height: 100%;
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    background: #ffffff;
    color: #171717;
    text-decoration: none;
		border: 2px solid #45BC90;
		border-radius: 5px;
		margin-bottom: 8px;
		margin-right: 8px;
	}
	#storeSearch #main #map .prefSelect a:hover{
		background: #78dbb6;
	}
	#storeSearch #main #map #areaData-2{
		top: 54%;
    right: 2%;
	}
	#storeSearch #main #map #areaData-3{
		top: 57.5%;
    right: 37%;
	}
	#storeSearch #main #map #areaData-4{
		top: 77.5%;
    right: 7%;
	}
	#storeSearch #main #map #areaData-5{
		top: 90%;
    right: 22%;
	}
	#storeSearch #main #map #areaData-6{
		top: 94%;
    right: 39%;
	}
	#storeSearch #main #map #areaData-7{
		top: 68%;
    right: 55%;
	}
	#storeSearch #main #map #areaData-8{
		top: 95%;
    right: 57%;
	}
	#storeSearch #main #map #areaData-9{
		top: 72%;
    left: -4%;
	}
	#storeSearch #search {
		width:250px;
	}
	#storeSearch #search > div {
		width:250px;
		padding:15px;
		float:none;
		background:#ffffff;
		border-radius:10px;
	}
}


/*-----------------------------------------------------------------

	result

-----------------------------------------------------------------*/

#storeSearch #main #result {
	width:100%;
	margin:50px 0 0;
	padding:40px 0;
	position:relative;
}
#storeSearch #main #result::after {
	display: block;
	content: '';
	margin:0 auto ;
	width: 500%;
	height: 100%;
	background:#F2F2F2;
	position:absolute;
	top:0;
	left:-250%;
	z-index:-1;
}

.storeList li {
	margin-top:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	background:#ffffff;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0 0 30px 0px rgba(0,0,0,0.15);
}
.storeList li figure{
	width:100%;
	overflow:hidden;
	position:relative;
}
.storeList li figure img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.storeList li .data{
	width:100%;
	padding:20px;
	position:relative;
}
.storeList li .data .storeLogo{
	width:70px;
}
.storeList li .data .shopName{
	margin-bottom:5px;
	font-size:2.4rem;
	line-height:1.5em;
	font-weight:700;
}
.storeList li .data .add{
	display:inline-block;
	padding:2px 0 2px 25px;
	background:url(/sevenmax/store/img/icon_place.svg) no-repeat top 50% left 2px;
	background-size:16px auto;
}
.storeList li .data .time{
	display:inline-block;
	padding:2px 0 2px 25px;
	background:url(/sevenmax/store/img/icon_time.svg) no-repeat top 50% left 0;
	background-size:20px auto;
}
.storeList li .data .tel a{
	display:inline-block;
	padding:2px 0 2px 40px;
	font-size:2.2rem;
	line-height:1.3;
	font-weight:700;
	text-decoration:none;
	color:#171717;
	background:url(/sevenmax/store/img/icon_tel.svg) no-repeat top 50% left 0;
	background-size:30px auto;
}
.storeList li .data .detailBtn{
	display:block;
	font-size:1.15em;
	font-weight:700;
	letter-spacing:0.1em;
	color:#ffffff;
	text-decoration:none;
	background:#45BC90;
	position:absolute;
}
.storeList li .data .detailBtn::after {
	display: block;
	content: '';
	margin: auto 0;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position:absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	transition:all 0.5s ease;
	z-index:2;
}

.map-area { position: relative;}
.map-area:before { content: ""; display: block; padding-top: 66.666666%;}
.map-area iframe,
.map-area > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.map-area--md:before { padding-top: 56.666666%;}
.map-canvas { width: 100%; height: 100%;}
@media print, screen and (min-width: 681px){
  .map-area { margin: 0px 0 20px;}
}
.resultPalm .select-tag{ 
	width: 100%; 
	height: 44px; 
	padding: 0 60px 0 17px; 
	background: url(/shops/img/icon_selecttag.svg) no-repeat center right, #Fff; 
	font-size: 13px; 
	font-weight: bold; 
	color: #666; 
	outline: none; 
	letter-spacing: 0.05em; 
	appearance: none;  
	border: none; 
	border-radius: 0;
	margin-top: 20px;
}
.select-tag::-ms-expand{ display: none;}

#storeSearch #main #result.resultPalm{
	margin-top: 0;
	padding-top: 0;
}

#storeSearch #search.searchPlamPc{
	display: none;
}
#storeSearch #search.searchPlamSp{
	padding: 30px 15px;
	background: #fff;
}

.headLineWrap{
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align: left;
}
.headLineWrap .headLine-s{
	text-align: left;
}
.headLineWrap .headLine-s span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.headLineWrap .number{
	font-size: 12px;
}
.headLineWrap .number .countWrap{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 3px;
}
.headLineWrap .number .countWrap .count{
	font-size: 24px;
	color: #45BC90;
	padding: 0 2px;
}

/*----------------------------------------------------------
	Display：← 479x（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:479px) {

	.storeList li .data{
		padding-bottom:65px;
	}
	.storeList li .data .detailBtn{
		width:100%;
		padding:8px 5px;
		text-align:center;
		bottom:0;
		left:0;
	}
	
}


/*----------------------------------------------------------
	Display：480px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (min-width:480px) {

	.storeList li figure{
		width:35%;
	}
	.storeList li figure img {
		width:auto;
		height:100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
	.storeList li .data{
		width:65%;
	}

	.storeList li .data .shopName{
		font-size:2.6rem;
	}
	.storeList li .data .tel a{
		font-size:2.4rem;
	}
	
	
	.storeList li .data .flexbox .add{
		margin-right:1em;
	}
	.storeList li .data .detailBtn{
		display:inline-block;
		padding:0 50px 0 20px;
		text-align:left;
		line-height:38px;
		border-radius:20px 0 0 20px;
		top:15px;
		right:0;
		transition:all 0.5s ease;
	}
	.storeList li .data .detailBtn::after {
		right: 15px;
	}
	.storeList li .data .detailBtn:hover{
		background:#269F72;
	}
}

@media screen and (min-width:768px){
	.headLineWrap{
		padding:0px;
		height: 100px;
	}
	.headLineWrap .headLine-s{
		float: left;
		width: calc(100% - 130px);
		padding: 25px 0 0px 35px;
		letter-spacing: 1px;
	}
	.headLineWrap .headLine-s span{
		font-size: 14px;
	}
	.headLineWrap .number{
		text-align: center;
		font-size: 16px;
		float: right;
		width: 130px;
		height: 100px;
		border-left: 1px solid #e7e5e5;
		padding-top: 15px;
	}
	.headLineWrap .number .countWrap{
		display: block;
		font-size: 18px;
		padding-left: 0px;
		line-height: 1;
	}
	.headLineWrap .number .countWrap .count{
		font-size: 28px;
		padding: 0;
		padding-right: 3px;
	}
	.headLineWrap .nonList{
		line-height: 100px;
		text-align: center;
		letter-spacing: 1px;
	}

	#storeSearch #search.searchPlamPc{
		display: block;
	}
	#storeSearch #search.searchPlamSp{
		display: none;
	}
}



/*-----------------------------------------------------------------

	storeDetail

-----------------------------------------------------------------*/

#storeDetail .inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	overflow:visible;
}
#storeDetail .shopData {
	padding-bottom:0;
	position:relative;
}
#storeDetail .photoBox {
	width:100%;
}
#storeDetail .photoBox figure {
	border-radius:10px;
	overflow:hidden;
}
#storeDetail .photoBox figure img{
	vertical-align:bottom;
}
#storeDetail .photoBox .btn{
	width:100%;
	max-width:380px;
	font-size:1.15em;
	margin:18px auto 0;
}

#storeDetail .dataBox {
	width:100%;
}
#storeDetail .dataBox .storeLogo{
	width:100px;
}
#storeDetail .dataBox .shopName{
	font-size:3.0rem;
	font-weight:700;
	line-height:1.3;
}
#storeDetail .dataBox dl {
	margin-top:30px;
}
#storeDetail .dataBox dl dt{
	float: left;
	padding: 13px 1em;
	width: 100px;
}
#storeDetail .dataBox dl dd {
	border-top:1px solid #DEDEDE;
	padding: 13px 1em 13px 100px;
}
#storeDetail .dataBox dl dd:last-child {
	border-bottom:1px solid #DEDEDE;
}
#storeDetail .comment {
	width:100%;
	margin:35px auto 0;
	padding:20px 5%;
	font-weight:700;
	color:#3C3C3C;
	border:1px solid #DEDEDE;
	border-radius:10px;
	position:relative;
}
#storeDetail .comment::before {
	display: block;
	content: '';
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:15px solid #ffffff;
	position:absolute;
	top: -13px;
	left:0;
	right:0;
	transition:all 0.5s ease;
	z-index:2;
}
#storeDetail .comment::after {
	display: block;
	content: '';
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:15px solid #DEDEDE;
	position:absolute;
	top: -15px;
	left:0;
	right:0;
	transition:all 0.5s ease;
	z-index:1;
}

#storeDetail .service {
	width:100%;
	margin:10px auto 0;
}

#storeDetail .access {
	width:100%;
	margin:30px auto 0;
}

#storeDetail #map {
	width:100%;
	height:360px;
	margin-top:20px;
	transition:all 0.5s ease;
}


/*----------------------------------------------------------
	Display：767px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (max-width:767px) {

	#storeDetail .shopData {
		margin-bottom:20px;
		padding-bottom:80px!important;
	}
	#storeDetail .photoBox .btn{
		position:absolute;
		bottom:0;
		left:0;
		right:0;
	}
	#storeDetail .photoBox figure {
		margin-bottom:25px;
	}
	#storeDetail .dataBox .shopName{
		padding:0 10px;
		font-size:2.4rem;
	}
	#storeDetail .dataBox .storeLogo{
		margin:0 10px;
	}
}

/*----------------------------------------------------------
	Display：768px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (min-width:768px) {

	#storeDetail .inner .photoBox {
		width:37.5%;
	}
	#storeDetail .inner .dataBox {
		width:55%;
	}
	#storeDetail .dataBox .shopName{
		font-size:3.0rem;
	}
	#storeDetail .dataBox dl dt{
		width: 120px;
	}
	#storeDetail .dataBox dl dd {
		padding-left: 120px;
	}
	
	#storeDetail .service .serviceList {
		margin-top:20px;
	}
	#storeDetail .access {
		margin-top:60px;
	}
	#storeDetail #map {
		height:480px;
	}


}


/*-----------------------------------------------------------------

	ショップがなかったら

-----------------------------------------------------------------*/
.noShops{
	width: 80%;
	margin: 40px auto;
	padding: 40px 0;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #ccc;
}

/*-----------------------------------------------------------------

	2025.04 改修

-----------------------------------------------------------------*/
#storeDetail .dataBox h2{
	font-weight: bold;
	color: #45BC90;
	font-size: 18px;
}
#storeDetail .dataBox dl{
	margin-top: 10px;
}
#storeDetail .comment h2,#storeDetail .comment h3{
	font-weight: bold;
	color: #45BC90;
	font-size: 18px;
}
#storeDetail .comment h3{
	margin-top: 10px;
}

#storeDetail .service .serviceList {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	margin:15px auto 0;
	gap: 5px;
}
#storeDetail .service .serviceList li {
	width:49%;
	margin:0%;
	text-align:center;
	border-radius: 10px;
	border: 1px solid #dedede;
	overflow: hidden;
	position: relative;
	padding-bottom: 28px;
}
#storeDetail .service .serviceList li a{
	display: block;
	text-decoration: none;
	color: #171717;
	padding-top: 15px;
}
#storeDetail .service .serviceList li a:hover{
	opacity: 0.5;
}
#storeDetail .service .serviceList li img{
	width:50%;
	height:auto;
}
#storeDetail .service .serviceList li a h3{
	font-weight: bold;
	font-size: 14px;
	color: #45BC90;
}
#storeDetail .service .serviceList li a .txtBox{
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 1.7;
}
#storeDetail .service .serviceList li a .detail{
	background: #45BC90;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 28px;
	width: 100%;
}

#storeDetail .access .accessTxt{
	margin-top: 10px;
}
#storeDetail .access .accessTxt h3{
	font-weight: bold;
	font-size: 18px;
	color: #45BC90;
}
@media screen and (min-width:960px){
	#storeDetail .service .serviceList{
		gap: 25px;
		justify-content: flex-start;
		margin: 0 auto;
	}
	#storeDetail .service .serviceList li {
		width: 31%;
	}
	#storeDetail .service .serviceList li img{
		width:40%;
	}
	#storeDetail .service .serviceList li a h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#storeDetail .service .serviceList li a .txtBox{
		line-height: 1.9;
		padding-left: 30px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}
