@charset "UTF-8";

.map_store_list{
	min-height: 680px;
	border-radius: 40px;
	background:linear-gradient(127deg,rgba(195, 234, 250, 1) 0%, rgba(225, 237, 167, 1) 100%);
	padding:50px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
}

.map_store_list::after{
	content: "";
	width:calc(100% - 430px);
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background-image:url("/images/store/map.png");
	background-repeat: no-repeat;
	background-size:100%;
	background-position: left max(-5vw,-100px) top 0;
}

.map_store_list .store_list{
	width:430px;
}

.map_store_list .store_list p{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0.5em;
}

.map_store_list .store_list p span{
	font-size: 1.8rem;
	font-weight: 200;
	color:#9f9f9f;
}

.map_store_list .store_list p span::before{
	content: "/";
	font-size: 1.2rem;
	margin:0 1em;
	font-weight: 200;
	color:#9f9f9f;
	display: inline-block;
}

.map_store_list .store_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.map_store_list .store_list ul:last-child{
	margin-bottom: 0;
}

.map_store_list .store_list ul li{
	width:calc(50% - 1em);
	margin-top:1em;
}

.map_store_list .store_list ul li a{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 1em;
}

.map_store_list .store_list ul li a:hover{
	text-decoration: underline;
}

.map_store_list .store_list ul li a::after{
	content: "";
	width:8px;
	height: 8px;
	background:#9bdc10;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top:0.5em;
	left:0em;
}

.map_store_list .store_list ul li a:hover::after{
	content: "";
	width:8px;
	height: 8px;
	background:#54c2f0;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top:0.5em;
	left:0em;
}

.store_cont{
	width:90%;
	max-width: 1016px;
	margin:0 auto;
}

.store_cont .index_head{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:100px;
}

.store_cont ul.category{
	display:flex;
	justify-content: center;
	width:100%;
}

.store_cont ul.category li{
	width:25%;
	padding: 0 15px;
	text-align: center;
}

.store_cont ul.category li a{
	width:100%;
}

.store_cont .store_index{
	width:100%;
}

.store_cont .store_index h2{
	font-size: 2.4rem;
	font-weight: 500;
	margin-top:80px;
	margin-bottom: 1em;
}

.store_cont .store_index h2 span{
	font-size: 1.8rem;
	font-weight: 200;
	color:#9f9f9f;
}

.store_cont .store_index h2 span::before{
	content: "/";
	font-size: 1.2rem;
	margin:0 1em;
	font-weight: 200;
	color:#9f9f9f;
	display: inline-block;
}

.store_cont .store_index ul{
	border-top: 1px solid #ececec;
}

.store_cont .store_index ul li{
	border-bottom: 1px solid #ececec;
}

.store_cont .store_index ul li a{
	padding:15px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition:all 0.3s;
	position: relative;
}

.store_cont .store_index ul li a::before{
	content: "";
	width:15px;
	height: 15px;
	background:url("/images/common/g_arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top:calc(50% - 7px);
	right:20px;
}

.store_cont .store_index ul li a:hover{
	background:#e5f6f5;
}

.store_cont .store_index ul li a figure{
	width:65px;
	height: 65px;
	overflow: hidden;
	border-radius: 5px;
}

.store_cont .store_index ul li a .txbox{
	display: flex;
	flex-wrap: wrap;
	width:calc(100% - 65px);
	padding:0 40px;
}

.store_cont .store_index ul li a .txbox h3{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.875em;
	color:#009691;
	width:100%;
	margin-bottom: 0.25em;
	font-weight: 500;
}

.store_cont .store_index ul li a .txbox .address{
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.875em;
	letter-spacing: 0.05em;
	padding-right: 1em;
}

.store_cont .store_index ul li a .txbox .telbox{
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.875em;
	letter-spacing: 0.05em;
	padding-right: 1em;
}

.store_cont .store_index ul li a .txbox .telbox::before{
	content: "";
	width:15px;
	height: 19px;
	background:url("/images/common/tel_icon.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75em;
}

.store_cont .store_single .ftl{
	font-size: 2.4rem;
	line-height: 1.875em;
	font-weight: 500;
	margin-top:50px;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}

.store_cont .store_single .store_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.store_cont .store_single table{
	width:calc(100% - 360px - 30px);
	margin-top:0;
}

.store_cont .store_single table th{
	font-weight: 500;
}

.store_cont .store_single table td{
	padding-left: 15px;
	padding-right: 15px;
}

.store_cont .store_single table ul.cashlist{
	display: flex;
	flex-wrap: wrap;
	gap:7px;
}

.store_cont .store_single table ul.cashlist li{
	width:calc((100% - 28px) / 5);
}

.store_cont .store_single table ul.cashlist li figure{
	width:100%;
}

.store_cont .store_single table ul.snslist{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px;
}

.store_cont .store_single table ul.snslist li{
	width:30px;
	pointer-events: none;
	opacity: 0.2;
}

.store_cont .store_single table ul.snslist li.active{
	pointer-events: auto;
	opacity: 1;
}

.store_cont .store_single table ul.snslist li a{
	width:30px;
	display: block;
}

.store_cont .store_single table ul.snslist li figure{
	width:100%;
}

.store_cont .store_single .rightbox{
	width:360px;
}

.store_cont .store_single .rightbox figure{
	margin-bottom: 25px;
}

.store_cont .store_single .rightbox .radius_tx{
	background:#009691;
	color:#fff;
	padding:0.5em 3em;
	width:100%;
	border-radius: 9999px;
	font-size: 1.6rem;
	display: inline-block;
	text-align: center;
	margin-bottom: 13px;
}

.store_cont .store_single ul.servicelist{
	display: flex;
	flex-wrap: wrap;
	gap:13px;
}

.store_cont .store_single ul.servicelist li{
	width:calc((100% - 26px) / 3);
}

.store_cont .store_single ul.servicelist li figure{
	width:100%;
	opacity: 0.2;
	margin-bottom: 0;
}

.store_cont .store_single ul.servicelist li.active figure{
	opacity: 1;
}

.store_cont .store_single .google_map{
	margin-top:50px;
	aspect-ratio: 1016 / 550;
	position: relative;
}

.store_cont .store_single .google_map iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}

@media screen and (max-width:750px) {
.map_store_list{
	min-height: 680px;
	border-radius: 40px;
	background-image:url("/images/store/map.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 0 top 50%;
	padding:50px;
	display: flex;
	justify-content: flex-end;
}

.map_store_list .store_list{
	width:430px;
}

.map_store_list .store_list p{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0.5em;
}

.map_store_list .store_list p span{
	font-size: 1.8rem;
	font-weight: 200;
	color:#9f9f9f;
}

.map_store_list .store_list p span::before{
	content: "/";
	font-size: 1.2rem;
	margin:0 1em;
	font-weight: 200;
	color:#9f9f9f;
	display: inline-block;
}

.map_store_list .store_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.map_store_list .store_list ul:last-child{
	margin-bottom: 0;
}

.map_store_list .store_list ul li{
	width:calc(50% - 1em);
	margin-top:1em;
}

.map_store_list .store_list ul li a{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 1em;
}

.map_store_list .store_list ul li a:hover{
	text-decoration: underline;
}

.map_store_list .store_list ul li a::after{
	content: "";
	width:8px;
	height: 8px;
	background:#9bdc10;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top:0.5em;
	left:0em;
}

.map_store_list .store_list ul li a:hover::after{
	content: "";
	width:8px;
	height: 8px;
	background:#54c2f0;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	top:0.5em;
	left:0em;
}

.store_cont{
	width:90%;
	max-width: 1016px;
	margin:0 auto;
}

.store_cont .index_head{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:50px;
}

.store_cont ul.category{
	display:flex;
	justify-content: space-between;
	width:100%;
}

.store_cont ul.category li{
	width:auto;
	padding: 0 5px;
	text-align: center;
	margin-bottom: 1em;
}

.store_cont ul.category li a{
	width:100%;
	margin:0 0;
	padding:0;
	padding-right: 1.5em;
	border:none;
	height: auto;
	white-space: nowrap;
}

.store_cont ul.category li a:hover{
	background:none;
	color:#009691;
}

.store_cont ul.category li a:hover{
	background:none;
	color:#009691;
}
	
.store_cont ul.category li a span{
	right:0;
}

.store_cont ul.category li a:hover span svg{
	stroke:#009691;
}
	
.store_cont .store_index{
	width:100%;
}

.store_cont .store_index h2{
	font-size: 2.4rem;
	font-weight: 500;
	margin-top:60px;
	margin-bottom: 1em;
}

.store_cont .store_index h2 span{
	font-size: 1.8rem;
	font-weight: 200;
	color:#9f9f9f;
}

.store_cont .store_index h2 span::before{
	content: "/";
	font-size: 1.2rem;
	margin:0 1em;
	font-weight: 200;
	color:#9f9f9f;
	display: inline-block;
}

.store_cont .store_index ul{
	border-top: 1px solid #ececec;
}

.store_cont .store_index ul li{
	border-bottom: 1px solid #ececec;
}

.store_cont .store_index ul li a{
	padding:15px 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transition:all 0.3s;
	position: relative;
}

.store_cont .store_index ul li a::before{
	content: "";
	width:15px;
	height: 15px;
	background:url("/images/common/g_arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top:calc(50% - 7px);
	right:0;
}

.store_cont .store_index ul li a:hover{
	background:#e5f6f5;
}

.store_cont .store_index ul li a figure{
	width:65px;
	height: 65px;
	overflow: hidden;
	border-radius: 5px;
	margin-top:8px;
}

.store_cont .store_index ul li a .txbox{
	display: flex;
	flex-wrap: wrap;
	width:calc(100% - 65px);
	padding:0 20px;
}

.store_cont .store_index ul li a .txbox h3{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.875em;
	color:#009691;
	width:100%;
	margin-bottom: 0.25em;
	font-weight: 500;
}

.store_cont .store_index ul li a .txbox .address{
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.875em;
	letter-spacing: 0.05em;
	padding-right: 0;
}

.store_cont .store_index ul li a .txbox .telbox{
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.875em;
	letter-spacing: 0.05em;
	padding-right: 0;
}

.store_cont .store_index ul li a .txbox .telbox::before{
	content: "";
	width:15px;
	height: 19px;
	background:url("/images/common/tel_icon.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75em;
}
	
.store_cont .store_index ul li a .txbox .telbox span a{
	padding:0;
	display: inline;
}
	
.store_cont .store_index ul li a .txbox .telbox span a::before{
	display: none;
}

.store_cont .store_single .ftl{
	font-size: 2rem;
	line-height: 1.875em;
	font-weight: 500;
	margin-top:50px;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}

.store_cont .store_single .store_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.store_cont .store_single table{
	width:100%;
	margin-top:0;
}

.store_cont .store_single table th{
	font-weight: 500;
}

.store_cont .store_single table td{
	padding-left: 15px;
	padding-right: 15px;
}

.store_cont .store_single table ul.cashlist{
	display: flex;
	flex-wrap: wrap;
	gap:7px;
}

.store_cont .store_single table ul.cashlist li{
	width:calc((100% - 28px) / 3);
}

.store_cont .store_single table ul.cashlist li figure{
	width:100%;
	margin-bottom: 0;
}

.store_cont .store_single table ul.snslist{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px;
}

.store_cont .store_single table ul.snslist li{
	width:25px;
}

.store_cont .store_single table ul.snslist li figure{
	width:100%;
	margin-bottom: 0;
}
	
.store_cont .store_single table ul.snslist{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}

.store_cont .store_single table ul.snslist li{
	width:25px;
	pointer-events: none;
	opacity: 0.2;
}
	
.store_cont .store_single table ul.snslist li a{
	width:25px;
}

.store_cont .store_single table ul.snslist li.active{
	pointer-events: auto;
	opacity: 1;
}

.store_cont .store_single .rightbox{
	width:100%;
	margin-top:30px;
}

.store_cont .store_single figure{
	margin-bottom: 30px;
}

.store_cont .store_single .rightbox .radius_tx{
	background:#009691;
	color:#fff;
	padding:0.5em 3em;
	width:100%;
	border-radius: 9999px;
	font-size: 1.6rem;
	display: inline-block;
	text-align: center;
	margin-bottom: 13px;
}

.store_cont .store_single ul.servicelist{
	display: flex;
	flex-wrap: wrap;
	gap:13px;
}

.store_cont .store_single ul.servicelist li{
	width:calc((100% - 26px) / 3);
}

.store_cont .store_single ul.servicelist li figure{
	width:100%;
	opacity: 0.2;
	margin-bottom: 0;
}

.store_cont .store_single ul.servicelist li.active figure{
	opacity: 1;
}

.store_cont .store_single .google_map{
	margin-top:30px;
	aspect-ratio: 1016 / 1016;
	position: relative;
}

.store_cont .store_single .google_map iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
}