@charset "UTF-8";

/***************************************************

	TOP

***************************************************/

#top_head{
	
}


#client-link{
	position: relative;
	overflow: hidden;
	padding: 15px 0;
}

#client-link ul {
	position: relative;
	left: 50%;
	float: left;
}

#client-link ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 15px;
}


.content-wrapp {
	margin: 0;
}

#shop_cont{
	margin: 0px 0 60px;
}

#shop_cont a{
	text-decoration: none;
	color: #000;
	position: relative;
	padding: 0 0 30px;
	display: block;
}

#pickup_cont a .image,
#shop_cont a .image{
	display: block;
	margin: 0 0 6px;
}

#pickup_cont a .title,
#shop_cont a .title{
	display: block;
	margin: 0 0 6px;
	line-height: 1;
}

#pickup_cont a .text,
#shop_cont a .add{
	display: block;
	margin: 0 0 4px;
	line-height: 1.4;
	font-size: 13px;
}

#pickup_cont a .more,
#shop_cont a .more{
	display: block;
	background: #e43e50;
	color: #fff;
	line-height: 1;
	font-size: 13px;
	text-align: center;
	padding: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#shop_cont a .phone{
	display: block;
	margin: 0 0 4px;
	line-height: 1.4;
	font-size: 14px;
}

#shop_cont a .phone i{
	margin-right: 4px;
}



#pickup_cont{
	width: 80%;
	margin: 0 auto;
}

#pickup_cont .slick-slide{
	box-sizing: border-box;
	padding: 0 30px;
}

#pickup_cont ul li a{
	display: block;
	position: relative;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	color: #000;

   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

#pickup_cont ul li a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#pickup_cont ul li a .image{
	display: block;
	margin: 0 0 8px;
}

#pickup_cont ul li a .title{
	display: block;
	margin: 0 8px 8px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}

#pickup_cont ul li a .text{
	display: block;
	margin: 0 8px 28px;
}

#pickup_cont ul li a .more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4169e1;
}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

#top_head{
	width: 100vw;
	height: 100vh;
	display: table;
	background: url('/images/top/head_image_sp.jpg') no-repeat left 50% bottom 0;
	background-size: cover;
}

#top_head .top_head_cont{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 16% 0 0;
}

#top_head .top_head_cont .link-attachment{
	opacity: 0;
}

#top_head .top_head_cont .link-attachment.active{
	opacity: 1;
   -webkit-transition: all 1s linear;
   -webkit-transition: -webkit-all 1s linear;
   -moz-transition: all 1s linear;
   -o-transition: all 1s linear;
   -ms-transition: all 1s linear;
   transition: all 1s linear;
}

#top_head .center-wrapp{
	position: relative;
	overflow: hidden;
}

#top_head .center-wrapp.block01{
	margin: 0 0 24px;
}

#top_head .center-wrapp ul {
	position: relative;
	left: 50%;
	float: left;
}

#top_head .center-wrapp ul li {
	position: relative;
	left: -50%;
	float: left;
	display: table;
	width: 86px;
	height: 86px;
	line-height: 86px;
	margin: 0 10px;
	border-radius: 50%;
	overflow: hidden;
}

#top_head .center-wrapp ul li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: url('/images/top/sp-btn_bg01.png') no-repeat 0 0;
	background-size: cover;
	line-height: 1.3;
	text-decoration: none;
	font-size: 1.1rem;
	color: #4169e1;
	font-weight: bold;
}


#client-link{
	padding: 15px 0;
	margin: 0 6%;
}

#client-link ul {
	left: 0;
	float: none;
}

#client-link ul li {
	left: 0;
	margin: 0 0 15px;
	width: 48%;
}

#client-link ul li:nth-child(even) {
	float: right;
}



.content-wrapp {
	margin: 0;
}

#shop_cont{

}
#shop_cont a{
	padding: 0;
	display: block;
}

#shop_cont .top-shoplist-cont{
	display: block;
	padding: 0 0 24px;
}

#shop_cont .top-shoplist-cont .image{
	margin: 0 0 6px;
	position: relative;
	display: block;
}

#shop_cont .top-shoplist-cont .title{
	font-size: 1.3rem;
	line-height: 1.4;
	display: block;
}

#shop_cont .top-shoplist-cont .add{
	font-size: 1.2rem;
	display: block;
}

#shop_cont .top-shoplist-cont .phone{
	font-size: 1.3rem;
	display: block;
}

#shop_cont .top-shoplist-cont .phone i{
	margin-right: 4px;
}

#shop_cont .top-shoplist-cont .more{
	font-size: 1.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e43e50;
	color: #fff;
	line-height: 1;
	font-size: 1.3rem;
	text-align: center;
	padding: 3px;
}

#shop_cont .top-shoplist-cont .more a{
	color: #fff;
}


#pickup_cont a{
	padding: 0 0 24px;
}

#pickup_cont a .image{
	margin: 0 0 6px;
	position: relative;
}

#pickup_cont a .title{
	font-size: 1.3rem;
	line-height: 1.4;
}

#pickup_cont a .text{
	font-size: 1.2rem;
}

#pickup_cont a .more{
	font-size: 1.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#pickup_cont{
	width: auto;
	margin: 0 4%;
}

#pickup_cont .slick-slide{
	padding: 0 5px;
}

#pickup_cont ul li a{
	display: block;
	position: relative;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	color: #000;
}

#pickup_cont ul li a .image{
	display: block;
	margin: 0 0 6px;
}

#pickup_cont ul li a .title{
	margin: 0 6px 6px;
	font-size: 1.4rem;
}

#pickup_cont ul li a .text{
	margin: 0 6px 28px;
}

#pickup_cont ul li a .more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4169e1;
}





}
