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

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

#access {
  background-image: url("../img/bgb.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-color: var(--base-color03);
}

.home #access {
  background-image: url("../img/bgb.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-color: var(--base-color03);
}

.access_area {
    width: 100%;
	display: block;
    margin: 0px 0;
	border: 5px solid ;
	border-color: var(--base-color02);
	background: var(--base-color03);
}
.access_title {
	background-image: url("../img/pt05.png");
	background-color:var(--base-color02); 
	padding: 15px;
	
}
.access_title p.description{
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: bold;
	color: var(--base-color03);
	text-align: center;
	font-size: 1.125rem !important;
	margin-bottom:  0 !important;
	
}
.access_title p.description strong{
	font-weight: inherit;
	font-size: inherit;
	color: var(--base-color04);
	margin-left: 10px;
}

.access_title h2{
	display: block;
	width: 100%;
	max-width: 768px;
	height: 70px;
	background-image: url("../img/logo_contact.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0px auto 0px;
	
}


.access_title h2 img{
	display: none;
}
@media screen and (max-width: 899px) {
.access_title h2{
	height: 60px;
}
}

@media screen and (max-width: 768px) {
.access_title h2{
margin-bottom: 10px;
}
.access_title h2 {
	background: none  !important;
	height: auto !important;
}
.access_title h2 img{
	display: block;
	width: 100%;
	max-width: 490px;
	margin: 0 auto 0;
	
}
}


@media screen and (max-width: 599px) {
.access_title p.description strong{
	display: block;
	
}
}

@media screen and (max-width: 479px) {
.access_area h3 img{
	display: block;
	width: 100%;
	}
}


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



.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: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start !important;
	margin: 0px auto 0px;
	padding:2% 0 3% ;
	border-top: 0px solid var(--base-color01);
	
}


.access_wrap .store_info{
	display: block;
	width: 50%;
	padding-top: 1%;
	border: none  !important;
}
.page .access_wrap .store_info{
	display: block;
	width: 50%;
	padding-top: 1%;
}


.access_wrap .store_contact{
	width: 46%;
}

.access_wrap .store_img{
	width: 46%;
}
.access_wrap .store_img img {
	display: block;
	width: 100%;
	max-width: 440px;
	margin-right: 0 !important;
	
}
/*----------------*/
.access_wrap .store_img h3 {
	
	text-align: center;
	color: var(--sub-color01);
	margin-bottom: 5px;
}

.access_wrap .store_img p {
	margin-top: 10px;
	text-align: right;
}
/*----------------*/
.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-size: 1rem !important;
	font-weight: 500;
}



.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;
	color: var(--base-color03) ;
	background-color: var(--base-color02) ;
	border-radius: 3px;
	width: 100%;
	max-width: 80px;
	min-width: 80px;
	height: 30px;
	font-size: inherit;
	margin-top: -5px;
	margin-right: 10px;
}
.access_wrap .store_info ul li div{
	font-weight: inherit;
	font-size:  inherit;
}

.access_wrap .store_info ul li div p{
}
.access_wrap .store_info ul li div p::before{
	content: "※";
	color: var(--sub-color01) ;
}

/*----------------*/
.access_area .store_contact article{
	width: 100%;
	margin: 0 auto 0;
}
.access_area .store_contact article:first-child{
	margin-bottom: 20px;
}
.access_area .store_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--base-bgcolor01);
  padding: 1rem .5rem;
}

.access_area .store_contact article {
  width: 48%;
  margin: 0 auto 0;
}

.access_area .store_contact article:first-child {
  /*width: 52%;*/
	width: 100%;
}

.access_area .store_contact article:last-child {
  /*width: 46%;*/
	width: 100%;
}

.access_area .store_contact article:first-child {
  margin-bottom: 0px;
}



/*------------------*/
.access_area .store_contact .tel_number {
    margin-bottom: 5px;
}
.access_area .store_contact .tel_number a {
	display: flex;
	align-items: center;
	justify-content: center;
    font-size:3rem;
    font-weight: bold;
    line-height: 1.0;
	color: var(--base-color02);
	margin: 0 auto 0;
	font-family: "Roboto", sans-serif !important;
}





.access_area .store_contact .tel_number a::before {
    content: "";
    background-image: url("../img/icon_phone.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-right:10px;
}

.access_area .store_contact article:first-child p {
	text-align: center;
	font-size: 108% !important;
}



@media screen and (min-width: 1025px) {
.access_area .store_contact .tel_number a {
    font-size:3rem;
}
.access_area .store_contact .tel_number a::before {
     width: 50px;
    height: 50px;
    margin-right: 10px;
}
  .access_wrap .store_info ul li {
    font-size: 1.125rem !important;
  }
}


@media screen and (max-width: 768px) {
	
  .access_area .store_contact .tel_number a {
    font-size:2.5rem;
  }
  .access_area .store_contact .tel_number a::before {
    width: 40px;
    height: 40px;
    margin-right:10px;
  }
.access_area .store_contact article:first-child p {
	text-align: center;
	font-size: 100% !important;
}	
	
  .access_area ul.img_area li {
    width: 50%;
  }
  .access_wrap .store_info {
    display: block;
    width: 100%;
    padding-top: 1%;
	  order: 2;
  }
	
.access_wrap .store_img{
	width: 100%;
	order: 1;
	margin-bottom: 1rem;
	}		
	

  .access_wrap .store_info ul li span {
    max-width: 70px;
    height: 24px;
    font-size: 1rem !important;
    margin-top: 0;
  }
  .access_area .store_contact {
    width: 100%;
    margin-top: 3%;
    padding-top: 3%;
  }
.access_area .store_contact article:first-child {
  width: 100%;
}

.access_area .store_contact article:last-child {
  width: 100%;
}
	

.access_wrap .store_img img {
	display: block;
	width: 100%;
	max-width: 440px;
	margin-right: auto !important;
	margin-left: auto;
	
}
.access_wrap .store_img p {
	margin-top: 10px;
	text-align: center;
}
	
}

@media screen and (max-width: 599px) {
.access_wrap .store_info ul li{
	display: flex;
	flex-direction: column;
}
	
	.access_wrap .store_info ul li span{
		margin-bottom: 5px;
	}
	
  .access_wrap .store_info ul li {
    font-size: 17px !important;
  }
  .access_area .store_contact .tel_number a {
    font-size:2rem;
  }
  .access_area .store_contact .tel_number a::before {
    width: 30px;
    height: 30px;
    margin-right: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;
}

#map_area2 {
	margin-bottom: 0;
	padding: 0;
	
}
#map_area2 iframe{
	display: block;
	width: 100%;
	height: 450px;
	margin-bottom: 0;
	padding-bottom: 0;
}





