@charset "UTF-8";
/* ========== common ========== */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 87.5%;
	line-height: 1.6;
	colo: #333;
	background: #000;
}
a {
	text-decoration: none;
}
ul {
 	list-style:none;
}
img {
	vertical-align: bottom;
	max-width: 100%; /*フルードイメージ*/
	height: auto; /*フルードイメージ*/	
}

#keyimg {
	width: 100%;
	height: auto;
}
.smalls {
	font-size: 0.8em;
}
.red {
	color: #ff0000;
}
.h2s {
	font-size: 1.5em;
}
.h3s {
	font-size: 1.17em;
}
.label {
	font-weight: bold;
	font-size: 1.125em;
}
.item {
	padding-left: 10px;
}
.items {
	padding-left: 10px;
	font-size: 0.9em;
}
.pub {
	padding-bottom: 20px
}

/* ===== sns ===== */
.sns ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 5px;
}
.sns ul li {
	margin-right: 5px;
}
.sns ul li:last-child {
	margin-right: 0;
}
.sns p {
	padding: 2px 0 2px 25px;
}
.sns p a {
	color: #fff;
}
.loc {
	background: url(../images/loc.png) no-repeat;
	background-position : 0% 50%;
}
.tel {
	background: url(../images/tel.png) no-repeat;
	background-position : 0% 50%;
}

/* ===== Menu ===== */
.name {
	color: #FF0000;
}
.menu {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.menu a {
	text-align: center;
	font-weight: bold;
	background: #000;
	color: #fff;
	border: #000 solid 1px;
	border-radius: 5px;
	margin-bottm: 20px;
}
.menu a:hover {
	border: #3e3e3e solid 1px;
	background: #3e3e3e;
}

/* ===== .food ===== */
.food dt {
	float:left;
	clear: both;
	padding-left: 10px;
}
.food dd {
	margin: 5px 0;
	text-align: right;
}

/* ===== header ===== */
header {
 /* padding-top: 5px; */
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	/*display: flex;
	 align-items: flex-end; */
}

/* ===== main ===== */
main {
	padding-top: 10px;
	background: #fff;
}

/* ===== gmap ===== */
.gmap {
	position: relative;
	/*padding-bottom: 56.25%; */
	padding-top: 10px;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}

/* ===== contact ===== */
input[type="text"],textarea {  
    padding: 5px;
	margin: 5px 0;
    outline: 1;
	width: 98%;
    border: 1px solid #000;
    background: transparent;
}
input[type="submit"] {
	width: 80px;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background: #000;
	color: #fff;
	margin: 20px 10px;
}
input[type="reset"] {
	width: 80px;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background: #000;
	color: #fff;
	margin: 20px 10px;
}
.button {
	display: flex;
}
.contacts {
	padding-bottom: 10px;
}

/* ===== footer ===== */
#copy {
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}

/* ===== thanks ===== */
#thanks p {
	text-align: center;
	padding-bottom: 10px;
}

/* ===== Back to Top ===== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 2.5em;
	text-align:center;
}
#page-top a {
	background: #ff0000;
	color: #fff;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 10px;
}
#page-top a:hover {
	background: #ff8080;
}

