@charset "utf-8";
@import url("root.css");

/***************************************
---------------- ACCESS ----------------
***************************************/

#access {
    background: url("../img/pt02.png") repeat;
}
.home #access{ background: var(--base-color03);}

#access h2 {
	border-bottom: 0;
	margin-bottom: 0px;
	background: var(--base-color01);
	color: var(--base-color03);
	font-size: 1.5rem;
	padding:20px 10px 18px;
	letter-spacing: 0;
	font-family: 'Noto Sans' , sans-serif;
	
}
#access h2 br {
		display: none;
	}
.access_area {
    width: 100%;
	display: block;
    margin: 0px 0;
	border-left: 5px solid ;
	border-right: 5px solid ;
	border-bottom: 5px solid ;
	
	border-color: var(--base-color01);
	
	background: var(--base-color03);
}
.access_area ul.img_area {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.access_area ul.img_area li {
	width: 25%;
}
.access_area ul.img_area li img {
	display: block;
	width: 100%;
	height: auto;
}
/*----------------*/
.access_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0px auto 0px;
	padding:2% 3% 3% ;
	border-top: 5px solid var(--base-color04);
	
}


.access_wrap .store_info{
	display: block;
	width: 50%;
	padding-top: 1%;
}

.access_wrap .store_contact{
	width: 46%;
}

/*----------------*/
.access_wrap .store_info ul{
	width: 100%;
	margin: 0 auto 0;
}
.access_wrap .store_info ul li{
	display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  font-family: 'Noto Sans JP' , sans-serif;
  padding-bottom: 10px;
	
}

.access_wrap .store_info ul li:not(:first-child){
	margin-top: 15px;
}

.access_wrap .store_info ul li span{
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--base-bgcolor01) ;
	color: var(--base-color01) ;
	border-radius: 3px;
	width: 100%;
	max-width: 90px;
	height: 30px;
	font-size: inherit;
	
	margin-top: -4px;
	margin-right: 10px;
	font-family: "Noto Sans JP" sans-serif;
  font-weight: 800;
	
}

/*----------------*/
.access_wrap .store_contact article{
	width: 100%;
	margin: 0 auto 0;
}
.access_wrap .store_contact article:first-child{
	margin-bottom: 20px;
}
.access_wrap .store_contact .tel_number {
    margin-bottom: 15px;
	text-align: center;
}

.access_wrap .store_contact .tel_number img{
    width: 90%;
}

/*--画像に差し替え
.access_wrap .store_contact .tel_number a {
	display: flex;
	align-items: center;
	justify-content: center;
    font-size:2.5rem;
    font-weight: bold;
    line-height: 1.0;
	color: var(--base-color01);
	margin: 0 auto 0;
	font-family: 'Noto Sans JP' , sans-serif;
	white-space: nowrap;
}



.access_wrap .store_contact .tel_number a::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icon_tel3.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 50px;
	min-width: 50px;
    height: 50px;
    margin-right:5px;
	margin-top: 7px;
}
*/

.access_wrap .store_contact article:first-child p {
	text-align: center;
	font-family: 'Noto Sans' , sans-serif;
	
}
.access_wrap .store_contact article:first-child p::before {
	content: "※";
	color: var(--sub-color01); 
}



@media screen and (min-width: 1025px) {
#access h2 {
	font-size: 2rem;
	padding:20px 10px 18px;	
}
.access_wrap .store_contact .tel_number a {
	font-size: 3rem;
    font-family: "Noto Sans JP";
    font-weight: 700;
}
.access_wrap .store_contact .tel_number a::before {
    width: 70px !important;
    height: 50px !important;
    margin-right: 5px;
    margin-top: 8px;
}
}


@media screen and (max-width: 767px) {
.access_wrap .store_contact .tel_number a {
       font-size: min(9.1vw, 2.5rem);
    }
.access_wrap .store_contact .tel_number a::before {
        width: 12vw;
        height: 7vw;
        margin-right: min(1vw, 10px);
    }
	
.access_area ul.img_area li {
	width: 50%;
}
	
	
.access_wrap .store_info{
	display: block;
	width: 100%;
	padding-top: 1%;
}
	
.access_wrap .store_info ul li{
	font-size: 1rem !important;
	
}
.access_wrap .store_info ul li span{
	max-width: 80px;
    height: 30px;
    font-size: 1rem !important;
    margin-top: -4px;
	font-family: "Noto Sans" sans-serif;
	}
.access_wrap .store_contact{
	width: 100%;
	margin-top: 3%;
	padding-top: 3%;
	border-top: 1px solid var(--base-color01); 
}
	
.access_wrap .store_contact .tel_number a::before {
    width: 40px !important;
    height: 48px !important;
    margin-right: 5px;
    margin-top: 6px;
	
}
	
	}

@media screen and (max-width: 599px) {
#access h2 {
	font-size: 1.25rem;
	padding:15px 5px 13px;	
}
.access_wrap .store_info ul li{
	font-size: 1rem !important;
	
}
	
}
@media screen and (max-width: 359px) {
	#access h2 br {
		display: block;
	}
	
.access_wrap .store_contact .tel_number a::before {
    width: 36px !important;
    height: 36px !important;
    margin-right: 5px;
	margin-top: 5px;
}
}


#map_area {
	margin-bottom: 0;
	padding: 0;
	border-bottom: 5px solid var(--base-color01);
}
#map_area iframe{
	display: block;
	width: 100%;
	height: 280px;
	margin-bottom: 0;
	padding-bottom: 0;
}


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


#access {
    background: url("../img/pt02.png") repeat;
}

