@charset "utf-8";
@font-face {
	font-family: 'FGGenrokuHanaMincho';
	src: url('../font/FGGenrokuHanaMincho.otf') format('truetype');
}
body{
	font-family: "FGGenrokuHanaMincho", "MS PMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif,sans-serif;
}

a{
	color: #111;
	text-decoration: none;
}
h2{
	background: #996600;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sp{
	font-family: "MS PMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif,sans-serif;
}
.menu p{
	font-size: 0.6em;
}
.menu img{
	height: 40px;
}

.jumbotron { background:url(../img/top.jpg) center no-repeat; background-size: cover;}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #ecf0f1;
}

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 4px;
}

.bgWhite{
	background: rgba(255,255,255,0.8);
	padding-top: 100px;
	padding-bottom: 100px;
}

.jumbotron .container {
	max-width: 100%;
}

.jumbotron h1{
	width: 100%;
	color: #000;
	text-align: center;
}

.jumbotron p{
	color: #000;
	text-align: center;
}
.jumbotron img{
	width: 80%;
}
.top-magin{
	margin-top: 15px;
}
.kampo-list{
	margin-top: 20px;
}
#kampo img{
	width: 100%;
	height: auto;
}
#kampo h4{
	padding-bottom: 2px;
	border-bottom: 1px solid #FF2D2D;
}
#kampo p{
	margin-bottom: 0px!important;
}
.price{
	font-size: 0.5em;
}
.comment{
	font-size: 0.7em;
}
#information{
	text-align: left;
	margin-bottom: 100px;
}
#information h4{
	margin-top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FF2D2D;
}
#information p{
	margin: 0;
}

@media screen and (min-width: 768px) {
	.menu p{
		font-size: 1em;
	}
	.menu img{
		height: 80px;
	}
	.jumbotron {
		padding-top: 196px;
		padding-bottom: 196px;
	}
	.jumbotron h1{
		font-size: 2.5em;
	}
	.jumbotron p{
		font-size: 1.2em;
	}
	.jumbotron img{
		width: 50%;
	}
}
body{
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}