@media only screen and (max-width : 375px) {
	.mapWrapper { width: 100%; }
}
@media only screen and (min-width : 376px) {
	.mapWrapper { width: 80%; }
}
.mapWrapper {
	-webkit-box-sizing: border-box;
}

#map {
	height: 100vh;
}
.mapWrapper > #map > div > .gm-style > *:not([tabindex="0"]) > div { /* Google Map内クレジット表示のスタイル */
	position: fixed !important;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.salonName {
	font-weight:bold;
	font-size:11px;
}
.mapListSalon {
	-webkit-box-orient: vertical;
	color: #333333 !important;
	display: -webkit-box;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
}
@media screen and (orientation: landscape) {
	.mapListSalon {
		-webkit-line-clamp: 1;
	}
}
@media screen and (orientation: portrait) {
	.mapListSalon {
		-webkit-line-clamp: 2;
	}
}
.mapListCoupon {
	margin-top:5px;
	font-size:12px;
	word-wrap: break-word;
	color:#CC4466 !important;
}
.catchCopyText {
	font-size:10px;
	border: 1px solid #CCC;
	background-color: #fcf8df;
	padding:3px;
}
.mapLink {
	text-align:right;
	margin-top:3px;
}
.mapLink a {
	font-size:11px;
}
.mapNumber {
	color: #ff5555;
}
.mapReturnWrap {
	text-align:right;
}
.mapWindowRight {
	float:right;
	width:140px;
}
.mapWindowLeft {
	float:left;
	width:130px;
}
.mapWindow .salonInformation {
	border:none;
}
.mapListWrap {
	bottom: 22px;
	box-sizing: border-box;
	padding: 0 24px;
	position: fixed;
	width: 100vw;
	z-index: 1;
}
/* for iOS15 Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .mapListWrap {
		bottom: calc(22px + env(safe-area-inset-bottom));
	}
}
.mapWrapper {
	position: relative;
	background-color: #FFF;
	width: 100%;
}
.mapButtun {
	position: absolute;
	right: 2px;
	top: 2px;
}
.resetButtun {
	position: absolute;
	right: 0px;
	bottom: 24px;
}

.mapNumber {
color: #ff5555;
font-weight: bold;
}
.cutMenu span {
	color: #ff5555;
	font-weight: bold;
	font-size:12px;
}
.catchCopyText {
	font-size:11px;
	border: 1px solid #CCC;
	background-color: #fcf8df;
	padding:3px;
}
.mapList .mapListCoupon {
	margin-top:5px;
	font-size:12px;
	word-wrap: break-word;
	color:#CC4466 !important;
}
.mapList .mapListCatchCopy {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	overflow : hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	margin-top: 5px;
	font-size: 12px;
	color: #CC4466 !important;
	word-wrap: break-word;
	word-break: break-all;
}
.mapListItem a {
	text-decoration:none;
}
.mapBtn,
.mapBtnDisable {
	display: inline-block;
	position: relative;
	margin-left: 5px;
}
.mapBtnDisable {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mapBtnInput,
.mapBtnInputDisable{
	width: 40px;
	height: 30px;
	border-style: none;
	 -webkit-appearance: none;
	border-radius: 3px;
}
.mapBtnInput {
	background-color: rgba(0,0,0,0.6);
}
.mapBtnInputDisable {
	background-color: rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mapBtn:before,
.mapBtnDisable:before {
	content:'';
	height: 10px;
	width: 10px;
	border: 3px solid #FFFFFF;
	border-right-width: 0;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}
.mapBtn:before {
	border: 3px solid rgba(255,255,255,1.0);
	border-right-width: 0;
	border-bottom-width: 0;
}
.mapBtnDisable:before {
	border: 3px solid rgba(255,255,255,0.6);
	border-right-width: 0;
	border-bottom-width: 0;
}
.leftArrow:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	left: 50%;
	margin-left: -5px;
}
.rightArrow:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	right: 50%;
	margin-right: -5px;
}

.resetBtn {
	font-size:12px;
	padding: 6px 20px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	border-style: none;
	 -webkit-appearance: none;
	border-radius: 3px;
}
.overlayWrap {
	z-index:999999999;
	position:relative;
}
.overlay {
	border: solid 1px #FFF;
	border-radius: 5px;
	position: relative;
	width:231px;
	height:40px;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom,
	 	from(rgba(0,0,0,0.5)),
	to(rgba(0,0,0,0.7))); /* Safari,Google Chrome用 */
			}
.overlay .overlayLink {
	color:#FFF !important;
	font-family: Helvetica;
	padding:5px 5px 6px;
	height:29px;
	text-decoration:none;
	background-image:url(/CSP/img/bt/smb/icons/mapRightArrow.png?switch=2025071615);
	background-size:12px 20px;
	background-position:97% 50%;
	display:block;
	background-repeat:no-repeat;
	width:220px;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
#overlayContent {
	position: absolute;
	z-index: 1000000000000;
}
.overlay-text {
	font-size:15px !important;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	display:inline-block;
	width:210px;
	line-height:29px;
}
.overlay:before,
.overlay:after {
	position: absolute;
	content: "";
	left: 0;
	width: 0;
	height: 0;
	left: 50%;
}
.overlay:before {
	margin-left: -9px;
	bottom: -33px;
	border-top: 13px solid #FFFFFF;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 20px solid transparent;
}
.overlay:after {
	margin-left: -6px;
	bottom: -28px;
	border-top: 10px solid rgba(0,0,0,0.8);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 18px solid transparent;
}
.exchangeButtonWrapper {
	width: 130px;
	vertical-align: middle;
}
.exchangeButtonWrapper > li > a {
	display: block;
	height: 100%;
	color: #5B5A5A;
	text-decoration: none;
}
.exchangeButtonWrapper > li {
	display: inline-block;
	height: 30px;
	width: 63px;
	border-right-width: 0;
	vertical-align: middle;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, to(#E1E1E1), color-stop(.25, white));
}
.exchangeButtonList {
	font-size:12px;
}
.exchangeButtonWrapper > li > a.current {
	color: #FFF;
	background-color: #B8B7B4;
	border-color: #746B4F;
}
.exchangeButtonWrapper > li:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
		border: 1px solid #bbb8b8;
}
.exchangeButtonWrapper > li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
		border: 1px solid #bbb8b8;
}
.mapIcn{
	vertical-align:middle;
	margin-right:5px;
}
.bgBeig {
	background-color:#f0eddd;
}
.fwMapWrapper {
	width: 95%;
	position: relative;
	margin:5px auto 15px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
}
.fwMapContainer {
	margin-top:5px;
	padding: 3px;
	border: 1px solid #BFB9B0;
}
.fwMapWrapper > .fwMapContainer > .fwMapAnchor > #map {
	height: 85px;
}
/*--↓切り替えボタン変更--*/
.exchangeMapButtonWrap {
	width: 93px;
	margin-top:-6px;
	float:right;
}
.exchangeMapButtonWrap > li > a {
	display: block;
	height: 100%;
	color: #5B5A5A;
	text-decoration: none;
}
.exchangeMapButtonWrap > li {
	float: left;
	width: 36px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #bbb8b8;
	font-size:10px;
	background: -webkit-gradient(linear, left top, left bottom, to(#E1E1E1), color-stop(.25, white));
}

.exchangeMapBtnList {
	height: 28px;
	padding: 4px 3px 3px;
	margin-right:5px;
}
.exchangeMapBtnMap {
	height: 29px;
	padding: 3px;
}
.exchangeMapButtonWrap > .current,
.exchangeMapButtonWrap > .current > a{
	color:#FFF;
	background:#B8B7B4;
}
.exchangeButtonIcn{
	height:15px;
	display:block;
	margin:0 auto;
}
.exchangeIcnList {
	background-image:url(/CSP/img/bt/smb/icons/icn_list_off.png?switch=2025071615);
	background-size:17px 12px;
	background-repeat:no-repeat;
	width:17px;
}
.current .exchangeIcnList {
	background-image:url(/CSP/img/bt/smb/icons/icn_list_on.png?switch=2025071615);
}
.exchangeIcnMap {
	background-image:url(/CSP/img/bt/smb/icons/icn_map_off.png?switch=2025071615);
	background-size:12px 15px;
	background-repeat:no-repeat;
	width:12px;
}
.current .exchangeIcnMap {
	background-image:url(/CSP/img/bt/smb/icons/icn_map_on.png?switch=2025071615);
}

/*--↓写真サイズ可変対応--*/
.mapListImgWrap {
	margin-right: 12px;
	min-width: 98px;
	width: 98px;
}
.mapListImgWrap img {
	border: 1px solid #E0E1E2;
	border-radius: 4px;
	height: 73px;
	object-fit: contain;
	width: 100%;
}
.mapListSalonLink {
	display: flex;
	height: 106px;
	padding: 12px 12px 0;
}
.mapListTextWrap > .mapListCatchCopy {
	margin-top: 4px;
	color: #333333 !important;
}
/*----------------------*/
.slnMapBody {
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
}
.slnMapheader{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	background-color: rgba(0,0,0,0.6);
}
.slnMapWrapper {
	position: relative;
	height:100% !important;

}
.slnMapWrapper > #map {
	height:100% !important;
	width:100%;
}
.slnMapheader  .mapSalonName {
	color:#FFF;
	font-size:12px;
	font-weight:none;
	word-break: break-all;
}
.mapheaderTtl {
	align-items: center;
	background-color: #FFFFFF;
	display: flex;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.mapheaderTtl > span {
	padding: 0 10px;
}
.mapHeaderLink {
	display:table;
	text-decoration:none;
	height:100%;
	width:100%;
	padding:4px 10px 4px 30px;
	background-image: url(/CSP/img/bt/smb/icons/mapLeftArrow.png?switch=2025071615);
	background-size: 12px 20px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	box-sizing:border-box;
}

.mapLinkLogo,
.mapLinkSalon {
	display:table-cell;
	vertical-align:middle;
}
.mapLinkLogo {
	width:30px;
}
.mapLinkLogo > img {
	margin-right:10px;
}
.mapAppButtun {
	position: absolute;
	right: 145px;
	bottom: 20px;
	width:122px;
}
.guideButtun {
	position: absolute;
	right: 15px;
	bottom: 20px;
	width:122px;
}
.mapAppButtun > a,
.guideButtun > a {
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	padding: 7px 0;
	background-color: rgba(0,0,0,0.6);
	border-style: none;
	 -webkit-appearance: none;
	border-radius: 3px;
	display:block;
	text-align:center;
}
.guideTextWrap {
	position: absolute;
	bottom:20px;
	right: 15px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 3px;
	width:106px;
	padding: 6px 8px;
}
/* for iOS15 Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .mapAppButtun,
	_::-webkit-full-page-media, _:future, :root .guideTextWrap {
		bottom: calc(20px + env(safe-area-inset-bottom));
	}
}
.guideText {
	color:#FFF;
	font-size:10px;
	overflow:hidden;
}
.guideCloseBtn {
	display:inline-block;
	width:20px;
	height:20px;
}
.icnClose{
	display: block;
	margin-top:9px;
	margin-left:4px;
	width: 12px;
	height: 2px;
	color:#707070 !important;
	background-color: #707070;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.icnClose:after {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #707070;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.closeBtnWrap {
	z-index:9999;
	position: absolute;
	right: -14px;
	top: -14px;
	background-color:#dcdcdc;
	border:2px solid #707070;
	width:20px;
	height:20px;
	border-radius: 20px;
	text-align:center;
}
.scrollText {
	z-index:0;
	display:inline-block;
	word-break: break-all;
}
.scrollBar{
	position: absolute;
	top:6px;
	right:2px;
	width:4px;
	border-radius:3px;
	background-color: rgba(255,255,255,0.2);
	padding:0 1px;
	overflow:hidden;
}
.scrollBox{
	width:4px;
	border-radius:3px;
	background-color: rgba(0,0,0,0.4);
	display:inline-block;
}

.mapSearchSettingWrap {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0E1E2;
	box-sizing: border-box;
	padding: 12px 16px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
.mapSearchSettingBtn {
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333333 !important;
	display: block;
	line-height: 12px;
	overflow: hidden;
	padding: 15px 12px 15px 36px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.mapSearchSettingBtn::before {
	background: url(/CSP/img/bt/smb/icons/icn_searchSwitch_bt.png?switch=2025071615) center / contain;
	content: "";
	height: 20px;
	left: 12px;
	position: absolute;
	top: 11px;
	width: 20px;
}
.mapSearchResultsWrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.mapSearchResultsCountText {
	color: #333333;
}
.mapSearchResultsCount {
	font-size: 16px;
	font-weight: bold;
}
.mapSearchResultListBtn {
	box-sizing: border-box;
	color: #C43357 !important;
	display: block;
	font-weight: bold;
	line-height: 22px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
}
.mapSearchResultListBtnInner {
	align-items: center;
	display: flex;
	padding-left: 8px;
}
.mapSearchResultListBtnInner::before {
	background: url(/CSP/img/bt/smb/icons/icn_mapList_bt.png?switch=2025071615) center / contain;
	content: "";
	display: block;
	height: 20px;
	margin-right: 4px;
	width: 20px;
}
.mapList {
	transition: transform 0.2s linear;
}
.mapList > li {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(51,51,51,0.15);
	display: flex;
	flex-direction: column;
	float: left;
}
.mapList > li + li {
	margin-left: 8px;
}
.mapListCouponLink {
	padding: 0 12px;
}
.mapListCouponLinkWrap {
	border-top: 1px solid #E0E1E2;
	color: #E0E1E2;
	display: flex;
	justify-content: space-between;
	line-height: 1;
	padding: 8px 0;
}
.mapListCutMoney {
	align-items: center;
	color: #333333;
	display: flex;
}
.mapListCutMoney::before {
	background: url(/CSP/img/bt/smb/icons/icn_yen.png?switch=2025071615) center / contain;
	content: "";
	display: block;
	height: 20px;
	margin-right: 4px;
	width: 20px;
}
.mapListCouponLinkText {
	align-items: center;
	color: #C43357 !important;
	display: flex;
	font-weight: bold;
}
.mapListCouponLinkText.isDisabled {
	opacity: 0.3;
}
.mapListCouponLinkText::after {
	background: url(/CSP/img/bt/smb/icons/mapListCassette_arrow_bt.png?switch=2025071615) center / contain;
	content: "";
	display: block;
	height: 12px;
	width: 12px;
}
.researchButton {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 0 6px 0 rgba(51,51,51,0.15);
	left: 50%;
	position: fixed;
	text-align: center;
	top: 106px;
	transform: translateX(-50%);
	width: 130px;
}
.researchButton > a {
	color: #333333;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 12px 0;
	text-decoration: none;
}

.noSearchResultModalWrap,
.overSearchResultModalWrap {
	background-color: rgba(51,51,51,0.3);
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1;
}
.noSearchResultModal,
.overSearchResultModal {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 0 16px;
}
.noSearchResultModalBox,
.overSearchResultModalBox {
	background-color: #FFFFFF;
	border-radius: 8px;
	color: #333333;
	padding: 16px 0;
	text-align: center;
	width: 100%;
}
.noSearchResultModalMessage,
.overSearchResultModalMessage {
	font-size: 14px;
	font-weight: bold;
}
.noSearchResultModalSubMessage,
.overSearchResultModalSubMessage {
	margin-top: 4px;
}
.noSearchResultModalCloseBtn,
.overSearchResultModalCloseBtn {
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333333 !important;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	margin: 16px auto 0;
	padding: 15px 0;
	text-decoration: none;
	width: 206px;
}

.mapLoaderWrap {
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 2;
}
.mapLoader {
	animation: mapLoaderWrapSpin 1568ms linear infinite;
	height: 40px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
}
.mapLoaderLayer {
	animation: mapLoaderLayerSpin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	height: 100%;
	width: 100%;
}
.mapLoaderCircleLeft,
.mapLoaderCircleRight {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 50%;
}
.mapLoaderCircleLeft {
	float: left;
}
.mapLoaderCircleRight {
	float: right;
}
.mapLoaderCircle {
	border: 4px solid #B2B2B2;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	width: 200%;
}
.mapLoaderCircleLeft .mapLoaderCircle {
	animation: leftSpin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	border-right-color: transparent;
	left: 0;
	transform: rotate(129deg);
}
.mapLoaderCircleRight .mapLoaderCircle {
	animation: rightSpin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	border-left-color: transparent;
	left: -100%;
	transform: rotate(-129deg);
}
.mapLoaderWrap.dn .mapLoader,
.mapLoaderWrap.dn .mapLoaderLayer,
.mapLoaderWrap.dn .mapLoaderCircleLeft,
.mapLoaderWrap.dn .mapLoaderCircleRight,
.mapLoaderWrap.dn .mapLoaderCircle {
	animation-play-state: paused;
}

@keyframes mapLoaderWrapSpin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@keyframes mapLoaderLayerSpin {
	12.5% {
		transform: rotate(135deg);
	}
	25% {
		transform: rotate(270deg);
	}
	37.5% {
		transform: rotate(405deg);
	}
	50% {
		transform: rotate(540deg);
	}
	62.5% {
		transform: rotate(675deg);
	}
	75% {
		transform: rotate(810deg);
	}
	87.5% {
		transform: rotate(945deg);
	}
	100% {
		transform: rotate(1080deg);
	}
}
@keyframes leftSpin {
	0% {
		transform: rotate(130deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(130deg);
	}
}
@keyframes rightSpin {
	0% {
		transform: rotate(-130deg);
	}
	50% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(-130deg);
	}
}
