@charset "utf-8";
/* CSS Document */

/*********************************************
 
	         　横幅100%表示
 
*********************************************/
.pane-left-menu {
    display: none;
}

.pane-contents .container {
	width:100%;
}
/*body{
	background: rgba(255,255,255,0) !important;
}*/
#feature h2{
	border-bottom: none !important;
	background-color: rgba(255,255,255,0) !important;
}
#feature h3{
	background: rgba(255,255,255,0) !important;
}
#feature a:hover {
    opacity: 1;
}

article h2{
	border-bottom: none;
	background: none;
}
article h3{
	border-bottom: none;
	background: none;
}



/*********************************************
 
	         　breadcrumbs
 
*********************************************/
p.breadcrumbs{
	font-size: 12px;
	color: #000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
	max-width: 990px;
    width: 100%;
    margin: 0 auto 10px;
}

p.breadcrumbs span::before{
	content: "＞";
}

p.breadcrumbs a{
	text-decoration: underline;
}


/*********************************************
 
	         　shop
 
*********************************************/
#shop{
	background-color: #e1f3f9;	
	padding-bottom: 90px;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #504845;
}
.shop_tit{
	font-weight: 800;
	text-align: center;
	font-size: 2rem;
	padding: 80px 0 30px;
}
.lp_ShopInfo {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.shopContent {
    position: relative;
    height: 320px;
    margin-bottom: 100px;
}
.shopContentImg{
	position: absolute;
	left: 0;
	width: 44%;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.shopContentImg img{
	width: 100%;
}
.shopContentText{
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.shopContentText p{
	text-align: left;
	padding-top: 40px;	
	font-size: 15px;
	line-height: 1.6;
}
.shopContentTextWrapper{
	position: relative;
}
.shopContentTextWrapper a{
	text-decoration: underline;
}
.shopContentText img{
	width: 300px;
	position: absolute;
	top: -68px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);		
}

.shopContent:nth-of-type(2) .shopContentImg{
	right: 0;
	left: auto;
}
.shopContent:nth-of-type(2) .shopContentText{
	left: 0;
	right: auto;
}
/*.lp_shop1,.lp_shop2{
	opacity: 0;
}*/
.lp_shop1.lp_Action{
	opacity: 1;	
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.lp_shop2.lp_Action{
	opacity: 1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	.shop_tit{
		padding: 15% 0 9%;
    font-size: 6vw;
	}
	.shopContent {
		height: 620px;
		margin-bottom: 30px;
	}	
	.shopContentImg{
		width: 95%;
	}
	.shopContentText{
		width: 95%;
		padding: 8%;
		right: 0;
		bottom: auto;
	    top: 50vw;
	}
	.shopContent:nth-of-type(2) .shopContentText{
		left: 0;
	}
	.shopContentText img{
		width: 100%;
		position: inherit;
		top: 0;
	}
	.shopContentText p{
		padding-top: 10px;
		font-size: 14px;
	}
	#shop h2.sheep_tit{
		margin-bottom: 0;
	}
}



/*********************************************
 
	         　lprecommend_bn
 
*********************************************/
.lp_recommend_bnList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lp_recommend_bnList li{
	width: 50%;
	transition: 0.5s;
}
.lp_recommend_bnList li:hover{
	opacity: 0.8;
}
.lp_recommend_bnList img{
	width: 100%;
}
.lp_ShopInfo,.lp_ShopInfo2{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.lp_ShopInfo span,.lp_ShopInfo2 span{
	font-weight: 600;
	font-size: 1.2rem;
	display:block;
	margin-bottom: 10px;
}

.lp_ShopInfo span a,.lp_ShopInfo2 span a{
	text-decoration: underline !important;
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	.lp_recommend_bnList li{
		width: 100%;
	}	
	
	.lp_ShopInfo{
		text-align: left;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.lp_ShopInfo span,.lp_ShopInfo2 span{
		font-size: 1rem;
		text-align: center;
	}
	.lp_ShopInfo2{
		text-align: left;
		padding: 0 3%;
		box-sizing: border-box;
		margin-top: 180px;
	}
}

