@charset "utf-8";
/* CSS Document */

#shopbox {
	height:auto;
	overflow:hidden;
	clear:both;
}
.my-gallery {
	margin-top:20px;
	margin-bottom:20px;
	display:table;
	width:98%;
	border-collapse:separate;
	height:auto;
	overflow:hidden;
}


.my-gallery figure {
	display:table-cell;
	padding:3px;
}

.my-gallery figure a img {
	width:100%;
}
#infomation {
	font-size: 0.9em;
	margin-bottom:20px;
}
#infomation h2 {
	font-size: 1.2em;
	font-weight: 700;
	font-family:"Century Gothic",Verdana,メイリオ;
}
#infomation em {
	display:block;
	font-style:normal!important;	
}
#infomation p strong {
	display:block;
}

#map {
	margin-bottom: 20px;
}

/*めーるフォーム
基本のcssはinqury内mfp.statics
mailformpro.cssに記載
*/

#store_mailform {
	
}
@media screen and (max-width: 768px) {
	form#mailformpro dl.mailform {
		background: #FFF;
	}
	form#mailformpro dl.mailform dt {
		float: none;
		clear: both;
		width: 100%;
		padding: 10px;
		text-align: center;
		margin: 0px;
	}
	form#mailformpro dl.mailform dd {
		clear: both;
		margin:0px!important;
		width: 100%;
		flex: none;
		padding:0px;
		line-height: 1.5em;
		text-align: center;
	}
	form#mailformpro dl.mailform dd input[type="text"], form#mailformpro dl.mailform dd input[type="email"]{
		width:100%;
	}
}

/*プライバシーポリシー*/

#ppbox {
	line-height: 1.5em;
	font-size:93%;
}
#ppbox p {
	margin-bottom: 20px;
}


/*sitemap*/
#sitemap ul {margin-bottom: 30px;}
#sitemap ul li:first-child {font-weight: 700;}
#sitemap ul li {
	display: inline-block;
	margin-right: 1em;
}
