/* l-mv
---------------------------------------------------------------------------- */
.l-mv{
	background-image:url("/images/shops/bg_mv.jpg");
}


/* l-content
---------------------------------------------------------------------------- */
.l-content{
	margin-top:10px;
	padding:50px 0 50px;
}


/* p-search
---------------------------------------------------------------------------- */
.p-search{
	margin:0 0 140px;
}

.p-search-top{
	padding:30px 30px 17px;
	background:#fff;
}

.p-search-top-left{
	float:left;
}

.p-search-top-left p{
	font-size:16px;
	background:#f3f0e8;
	width:180px;
	text-align:center;
	padding:10px 10px 8px;
	font-weight:bold;
}
.p-search-top-left button{
	border:0;
	font-family: 'はれのそら明朝',sans-serif;
	background-color:transparent;
	background-image: url(/images/common/ico_footer_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
	padding:0 0 0 15px;
	margin-top:10px;
}
.p-search-top-left button:hover{
	text-decoration:underline;
}

.p-search-top-right{
	float:left;
	margin-left:40px;
}

.p-search-top-right ul{
	
}

.p-search-top-right ul li{
	font-size:16px;
	margin:0 0 5px;
}

.p-heading{
	font-weight:bold;
	display:block;
	width:120px;
	margin-right:10px;
	float:left;
}

.p-heading-right{
	display:block;
	float:left;
	width:540px;
}

.p-search-bottom{
	background:#fff;
	padding-bottom:30px;
}

.p-search-open{
	width:300px;
	text-align: center;
	font-size:16px;
	background:#f5ed80;
	padding: 7px 45px 9px;
	cursor: pointer;
	margin:0 auto;
	background-image:url("/images/shops/ico_open.png");
	background-position:260px center;
	background-repeat:no-repeat;
}

.p-search-area{
	margin:0 30px 0;
	border-top:1px solid #999;
	padding:30px 30px;
	display:none;
}

.p-search-area-title{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	font-size:18px;
	font-weight:bold;
	border-left:4px solid #f5ed80;
	padding:4px 10px 2px 25px;
	margin:0 0 25px;
}

.p-search-area-box{
	font-size:16px;
}

.p-search-area-box-top{
	background:#f3f0e8;
	padding:10px 20px 6px;
	position: relative;
}

.p-search-area-box-top img{
	position: absolute;
	top:-10px;
}

.p-search-area-box-top span{
	display:inline-block;
	padding-left:70px;
}

.p-search-area-box-bottom{
	padding:10px 20px;
}

.p-search-area-box-bottom ul{
	
}

.p-search-area-box-bottom ul li{
	float:left;
	width:100px;
	margin-right:10px;
	margin-bottom:10px;
}

.p-search-area-box-bottom ul .p-search-area-box-list{
	float:none;
	width:auto;
	margin-right:0;
	margin-bottom:19px;
	border-bottom: 1px solid #999;
	padding:0 0 12px;
}

.p-search-area-box-bottom ul .p-search-area-box-list:last-child{
	margin-bottom:40px;
}

.p-search-area-box-bottom ul li:nth-child(7n){
	margin-right:0;
}

.p-search-area-box-bottom ul li:nth-child(7n+1){
	clear:left;
}

.p-search-area-free{
	margin:0 0 45px;
}

.p-search-area-free input[type="text"]{
	width:100%;
	border:1px solid rgb(201, 201, 201);
	border-radius: 5px;
	padding:11px 15px 10px;
	font-size:15px;
}

.p-search-close{
	width:300px;
	text-align: center;
	font-size:16px;
	background:#efecdf;
	padding: 7px 45px 9px;
	cursor: pointer;
	margin:50px auto 20px;
	background-image:url("/images/shops/ico_close.png");
	background-position:260px center;
	background-repeat:no-repeat;
}

@media screen and (max-width:768px){
	.p-search{
		margin:0 0 20px;
	}

	.p-search-top{
		padding:20px 10px 20px;
		background:#fff;
	}

	.p-search-top-left{
		float:none;
		margin:0 0 20px;
	}

	.p-search-top-left p{
		font-size:16px;
		width:100%;
		padding:10px 10px 8px;
	}
	
	.p-search-top-left button{
		background-size:6px auto;
	}

	.p-search-top-right{
		float:none;
		margin-left:0;
	}

	.p-search-top-right ul{

	}

	.p-search-top-right ul li{
		font-size:14px;
		margin:0 0 5px;
	}

	.p-heading{
		display:block;
		width:100%;
		margin-right:0;
		float:none;
	}

	.p-heading-right{
		display:block;
		float:none;
		width:100%;
		margin:0 0 10px;
	}

	.p-search-bottom{
		background:#fff;
		padding-bottom:30px;
	}

	.p-search-open{
		width:300px;
		text-align: center;
		font-size:16px;
		background:#f5ed80;
		padding: 10px 45px 6px;
		cursor: pointer;
		margin:0 auto;
		background-image:url("/images/shops/ico_open.png");
		background-position:260px center;
		background-repeat:no-repeat;
		background-size:9px auto;
	}

	.p-search-area{
		margin:0 10px 0;
		border-top:1px solid #999;
		padding:30px 0 0;
		display:none;
		overflow: initial !important;
	}

	.p-search-area-title{
		font-size:16px;
		border-left:2px solid #f5ed80;
		padding:4px 0 2px 10px;
		margin:0 0 25px;
	}

	.p-search-area-box{
		font-size:14px;
	}

	.p-search-area-box-top{
		background:#f3f0e8;
		padding:10px 10px 6px;
		position: relative;
	}

	.p-search-area-box-top img{
		position: absolute;
		top:-2px;
		width:auto;
		height:30px;
	}

	.p-search-area-box-top span{
		display:inline-block;
		padding-left:50px;
	}

	.p-search-area-box-bottom{
		padding:10px 10px 10px;
	}

	.p-search-area-box-bottom ul{

	}

	.p-search-area-box-bottom ul li{
		float:left;
		width:45%;
		margin-right:10px;
		margin-bottom:10px;
	}

	.p-search-area-box-bottom ul .p-search-area-box-list{
		float:none;
		width:auto;
		margin-right:0;
		margin-bottom:19px;
		border-bottom: 1px solid #999;
		padding:0 0 12px;
	}

	.p-search-area-box-bottom ul .p-search-area-box-list:last-child{
		margin-bottom:40px;
	}

	.p-search-area-box-bottom ul li:nth-child(5n){
		margin-right:10px;
	}

	.p-search-area-box-bottom ul li:nth-child(5n+1){
		clear:none;
	}

	.p-search-area-free{
		margin:0 0 45px;
	}

	.p-search-area-free input[type="text"]{
		width:100%;
		border:1px solid rgb(201, 201, 201);
		border-radius: 5px;
		padding:11px 15px 10px;
		font-size:15px;
	}

	.p-search-close{
		width:250px;
		text-align: center;
		font-size:16px;
		background:#efecdf;
		padding: 10px 45px 6px;
		cursor: pointer;
		margin:30px auto 10px;
		background-image:url("/images/shops/ico_close.png");
		background-position:260px center;
		background-repeat:no-repeat;
	}
}


/* p-result
---------------------------------------------------------------------------- */
.p-result{
	margin:55px 0 0;
}

.p-result ul{
	margin:0 0 10px;
}

.p-result ul li{
	background: #fff;
	padding:30px 30px;
	margin:0 0 30px;
}

.p-result-title{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	font-size:18px;
	font-weight:bold;
	border-left:4px solid #f5ed80;
	padding:4px 10px 2px 25px;
	margin:0 0 25px;
}

.p-result-box{
	margin:0 0 40px;
}

.p-result-box-left{
	width:600px;
	float:left;
}

.p-result-box-left ul{
	
}

.p-result-box-left ul li{
	
}

.p-result-box-left table{
	width:100%;
}

.p-result-box-left tr{
	font-size:15px;
	background:#f3f0e8;
}

.p-result-box-left tr:nth-child(2n){
	background:#fff;
}

.p-result-box-left tr th{
	color:#68493e;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	font-weight: bold;
	width: 150px;
	padding:14px 10px 14px 30px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.p-result-box-left tr td{
	font-size:15px;
	line-height:1.7;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:14px;
	padding-bottom:14px;
	border-bottom:1px solid #aaa;
}

.p-result-box-left ul li span{
	
}

.p-result-box-right{
	float:right;
}

.p-result-img{
	width:250px;
	height:150px;
	text-align:center;
}

.p-result-img img{
	width:auto;
	height:auto;
	max-width:100%;;
	max-height:100%;
}

.p-result-link{
	text-align:center;
}

.p-result-link-map{
	width:240px;
	display:inline-block;
	background:#000;
	background-image:url("/images/shops/ico_map.png");
	background-position:210px center;
	background-repeat:no-repeat;
}

.p-result-link-map a{
	display:block;
	font-size:16px;
	text-decoration: none;
	color:#fff;
	padding:6px 35px 10px;
}

.p-result-link-web{
	width:240px;
	display:inline-block;
	background:#000;
	background-image:url("/images/shops/ico_web.png");
	background-position:210px center;
	background-repeat:no-repeat;
	margin-left:20px;
}

.p-result-link-web a{
	display:block;
	font-size:16px;
	text-decoration: none;
	color:#fff;
	padding:8px 35px;
}

@media screen and (max-width:768px){
	.p-result{
		width:auto;
		margin:55px 10px 0;
		overflow: hidden;
	}

	.p-result ul{
		margin:0 0 10px;
	}

	.p-result ul li{
		background: #fff;
		padding:10px 10px;
		margin:0 0 20px;
	}

	.p-result-title{
		font-size:16px;
		border-left:2px solid #f5ed80;
		padding:4px 10px 2px 15px;
		margin:0 0 25px;
	}

	.p-result-box{
		margin:0 0 20px;
	}

	.p-result-box-left{
		width:100%;
		float:none;
	}

	.p-result-box-left ul{

	}

	.p-result-box-left ul li{

	}

	.p-result-box-left table{
		width:100%;
	}

	.p-result-box-left tr{
		font-size:13px;
		background:#f3f0e8;
	}

	.p-result-box-left tr th{
		width:100px;
		padding:10px 10px 10px 10px;
	}

	.p-result-box-left tr td{
		font-size:13px;
		padding-right: 10px;
		padding-top:10px;
		padding-bottom:10px;
	}

	.p-result-box-left ul li span{

	}

	.p-result-box-right{
		float:none;
		margin:20px 0 0;
	}

	.p-result-img{
		width:100%;
		height:auto;
		text-align:center;
	}

	.p-result-img img{
		width:auto;
		height:auto;
		max-width:100%;
		max-height:300px;
	}

	.p-result-link{
		text-align:center;
	}

	.p-result-link-map{
		width:200px;
		display:block;
		background-position:right 10px center;
		margin:0 auto 20px;
		background-size:7px auto;
	}

	.p-result-link-map a{
		display:block;
		font-size:13px;
		text-decoration: none;
		color:#fff;
		padding:8px 35px;
	}

	.p-result-link-web{
		width:200px;
		display:block;
		background-position:right 10px center;
		background-size:10px auto;
		margin:0 auto;
	}

	.p-result-link-web a{
		display:block;
		font-size:13px;
		text-decoration: none;
		color:#fff;
		padding:8px 35px;
	}
}