@charset "UTF-8";
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
	font: inherit;
	vertical-align: baseline;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:after,
q:before {
	content: '';
}

a,
input {
	outline: none;

}

input,
textarea {
	border-radius: 0;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
}

abbr,
acronym {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
/*	font-size: 62.5%; */
	font-size: 12px;
	width:100%;
	height:100%;
}

@media all and (-ms-high-contrast: none) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

@media all and (-ms-high-contrast: active) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

body {
	color: #000;
	background:#FCFCFC;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
	font-feature-settings:"palt";
	background-position:top left
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

a img {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


/* _page
---------------------------------------------------------------------------------------*/

h1{
	display:none;

}

h2{
	width:70px;
	margin:0 auto;
}


/*
#container{
  width:100%;
  height:100%;
}
*/
.top img{
	background: url("img/top.jpg") no-repeat;
	background-size:contain;


}


.recepi img{
	background: url("img/recepi.jpg") no-repeat;
	background-size:contain;
	width:90%;
	margin:0 5%

}

p{
	height:calc(1.5vw + 1.2rem);
	line-height:calc(1.5vw + 1.2rem);
	font-size: calc(0.4vw + 1.0rem);
	color:black
}

.mail{
	margin:1.5em auto;

}

p.mail a{	height:1.5em;
	line-height:1em;
	padding:0.5em 1em;
	border-radius:3vw;
	width:fit-content;
	color:white;
	background:#4F8DFB;
}

.mail a:hover{
	color:#000;
	background:yellow;
}


/* _footer
--------------------------------------------------------------------------------------- */
#container{
	min-height: 100vh;
	position: relative;
	padding-bottom:calc(8vw + 150px);
	box-sizing: border-box;
	outline:red solid 1px;
}
main{
	margin-bottom:5vw;
	}
footer{
	position:absolute;
	bottom:0;
	width:100%;

	min-height:100px;
	max-height:250px;
	text-align: center;
	padding-top:1.5em;
	background: #ccc;
	color: #ffffff;
}


/*

footer .copyright {
	margin-top: 10px;
}
*/


