@charset "UTF-8";
/*lp css*/

/*header画像*/
#head_frame {
	padding-top: 20px;
	padding-bottom: 10px;	
	height: 70vh; 
	min-height:480px;
	position: relative;	
	background-image: linear-gradient(to right, #dfe9f3 0%, white 100%);
	max-height: 600px;
}
#head_frame .head_fimage{
	height: 100%;
	background-image: url("/common/images/top/lp_top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	align-items: center;
	/*background-attachment: fixed;*/
}
  #head_frame .head_fword {

 }


#head_frame .head_fword h2{
	color: #fff;
	text-shadow: 1px 1px 4px #000000;
	line-height: 1.1em;
	position: absolute;
	top:30%;
	left: 60%;
	right:0;	
	font-size: 1.5rem;
	
}


#head_frame .head_fword p {
	line-height: 1.8em; }



/*通い安い定額制*/
.fee_hikaku table td{
	text-align: right;
}



/*==================================MQ======================================================
==========================================================================================
*/
@media screen and (min-width: 968px) {
#head_frame {
	padding-top: 0px;
	padding-bottom: 0px;		  
	height: calc(100vh - 80px); 
	min-height:540px;
	max-height: 1200px;
	}
#head_frame .head_fimage {
	height: 100%;
	background-image: url("/common/images/top/lp_top.jpg");
	background-position:top  center;
	background-size: cover;
	justify-content: center;
	align-items: center; } 

#head_frame .head_fword h2{
	position: absolute;
	top:50%;
	font-size: 2.5rem;	
}

	}


@media screen and (min-width:1600px) {
#head_frame {
	height: calc(100vh - 80px); 
	min-height:600px;
	max-height: 1200px;
	}
}
@media screen and (min-width: 2200px) {

#head_frame .head_fimage {
	background-size: contain;
	}
	
}
/*END header画像*/


.store_block{
	padding:10px;
}
.store_frame{
	max-width:800px;
	margin:5px auto;
	padding:10px;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	color:#333;
	border:solid 2px #333;
}
.store_item{
	text-align: right;
}

.circle_box200{
display: inline-block;
	width:150px;
	height:150px;
	right:0;
}
.circle_box200 img{
	width:100%;
	height: 100%;
	border-radius: 50%;
}
.circle_box200 h3{
position: absolute;
	justify-content: center;
	align-items: center;
	display: inline-block;
	top: 50%;
	left: 50%;
	text-shadow: 1px 1px 5px #000;
	transition: background-color 1s;
	color: #fff;
	font-size: 1.2rem;	
	
}

.store_address{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding:10px 5px;
	
}
.store_address .inner{
	padding:10px;
	font-size:1.0rem;
}

.store_item{
	width:100%;
	font-weight: 600;
}
.store_item p{
	color:#333;
}

.store_item .p_relative {
	position: relative;
	text-align: center; }

.store_item .store_inner h2 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:left;
	top:15px;
	left:15px;
	text-shadow: 1px 1px 5px black,1px 1px 4px black,1px 1px 4px black;
   }
.store_item .store_inner h3 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:left;
	bottom:15px;
	right:15px;
	text-shadow: 1px 1px 5px black,1px 1px 4px black,1px 1px 4px black;
   }
.store_inner{
	position: inherit; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	padding: 0px; 
	transition: background-color 1s; 
	color: #fff; 
	font-size: 1.2em;
}





/*==================================MQ======================================================
==========================================================================================
*/
@media screen and (min-width: 968px) {

/*header画像*/
.header_image{
	background-position:center calc(30%)  ;
}
/*END header画像*/

.store_item {
	width:calc(100% / 3);
	align-items: flex-end;
	display: flex;
	justify-content: center;		
}
	
.store_inner{
	position:absolute; 

}	
.store_inner img{
	min-height: 100%;
	height:100%;
	object-fit: cover;
}	
	
}
