body {
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
}

.navbar {
	margin-bottom: 20px;
    padding: .3rem 1rem 0 .3rem;
}
header .navbar {
	margin-bottom: 0;
    padding: 0 1rem;
	background: rgba(230,241,218,0)/*#e6f1da*/;
	border-top: 5px solid #51a335;
}

header #shop-tel img{
	position:absolute; 
	top:-5px; 
	right:1rem;
}
@media (min-width: 992px) and (max-width: 1005px) {
	header #shop-tel img {
    right: 0 !important;
}
}

.navbar-inverse { 
	background:#51a335 !important; 
	box-shadow: /*0 -1px 4px rgba(0,0,0,.25),*/ 0 1px 2px rgba(0,0,0,.15);
	z-index: 5;
}
.page .page-wrap {
	margin-top: 87px;
}

footer .navbar-inverse { 
	background:#5B4D36 !important; 
	margin-bottom: 0 !important;
}
.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	padding-bottom: .8rem;
	margin-right: .3rem;
	text-shadow: -1px -1px 1px rgba(0,0,0,.15);
}
.navbar-inverse .navbar-nav .nav-link:hover {
    color: #51a335; 
	background: #e6f1da; 
	border-radius: 3px 3px 0 0;
	text-shadow: -1px -1px 1px rgba(255,255,255,.25);
}
.navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link {
    color: #51a335; 
	background: #fff /*#f5fbe8*/; 
	border-radius: 3px 3px 0 0;
	text-shadow: -1px -1px 1px rgba(255,255,255,.25);
	position: relative;
	bottom: -3px;
}
footer .active .nav-link {
    color: #fff !important; 
	background:#5B4D36 !important; 
	border-radius: 3px 3px 3px 3px;
	text-shadow: -1px -1px 1px rgba(0,0,0,.15) !important;
	position: relative;
	bottom: 0px !important;
}
footer .nav-link:hover {
    color: #fff !important; 
	background:rgba(255,255,255,.3) !important; 
	padding-bottom: .5rem !important;
	border-radius: 3px 3px 3px 3px !important;
}
@media (max-width: 991px){
header img {
	max-width: 100%;
	height: auto;
}
.navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link {
    color: #51a335; 
	background:#e6f1da; 
	border-radius: 3px 3px 3px 3px;
}	
footer .active .nav-link {
    color: #5B4D36 !important; 
	background:#fff !important; 
	border-radius: 3px 3px 0 0;
}
}
footer .copyright { 
	color: #fff;
	background: #5B4D36 !important;
	font-size: 12px;
}
footer a {
	color:#fff;
}
@media (max-width: 991px){
.main-slide {
	margin: 0 auto;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	background: no-repeat top fixed;
	background-size: auto 60vh;
 	/*border: 8px solid #c29a6c;*/
 }
.main-slide img {
	width: auto;
	height: 35vh;
}
}

@media (min-width: 992px){
.main-slide {
	margin: 0 auto;
	max-width: 100%;
	height: 90vh;
	overflow: hidden;
	background: no-repeat center top fixed;
	background-size: cover !important;
 	/*border: 8px solid #c29a6c;*/
 }
.main-slide img {
	width: 100%;
	height: auto;
}
}

#main-content {
	margin: 5rem auto;
}
#main-content .content-wrap {
	margin: 0 0 2rem 0;
	padding: 30px 2rem;
	border:3px solid #51a335;
	border-radius: 8px;
	background: url(./img/border_bg_green.png)repeat-x left top #fff;
}
#main-content img {
	max-width: 100%;
	height: auto;
}

#main-content .content-wrap h1, #main-content .content-wrap h2 {
	color: #51a335;
	text-align: center;
	font-family: "Sawarabi Mincho";
}
#main-content .content-wrap h1 span, #main-content .content-wrap h2 span {
	color: #5B4D36;
	font-family: "Sawarabi Mincho";
}
#main-content .content-wrap h1 {
	margin: 1rem auto 2rem auto;
}
#main-content .content-wrap h2 {
	margin: .5rem auto 1rem auto;
}
@media (max-width: 991px){
#main-content {
	margin: 1rem auto;
}
#main-content .content-wrap {
	margin: 0 0 2rem 0;
	padding: 5px .5rem;
}
#main-content .content-wrap h1 {
	margin: 2rem 1rem 1rem 1rem;
	font-size: 21px;
}
#main-content .content-wrap h2 {
	margin: 1.5rem 1rem .5rem 1rem ;
	font-size: 21px;
}
}

/*
.information-wrap {
	display: block;
	width: 100%;
	height: 165px !important;
	overflow-x: hidden;
	overflow-y: scroll !important;
}
*/
th,td {height:33px !important;}
.information-date {
	min-width:100px;
	text-align: center;
	font-size: 12px;
}
.information-title {
	width:70%;
	height:33px;
}
.information-title a, .information-title a:hover {
	color:#5B4D36;
}
.information-title span {
	display: block;
	width:85%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5B4D36;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	
}
@media (max-width: 991px){
.information-title span {
	display: block;
	width:55%;
}
}

.access-wrap h3 {
	padding: .3rem ;
	color: #51a335 !important;
	background: rgba(230,241,218,1);
	border-radius: 8px;
	font-size: 21px;
	font-family: "Sawarabi Mincho";
}
@media (min-width: 992px){
.site-desctiption-wrap {
	background: url(./img/content_bg.jpg) no-repeat center bottom;
	background-size: contain;
}
}
@media (max-width: 991px){
.site-desctiption-wrap {
	background: url(./img/content_bg.jpg) no-repeat center center;
	background-size: 95%;
}
}

/* アニメーションCSS inview.js
================================*/

 /*----- フェードイン -----*/
    .inviewfadeIn {
        opacity: 0;
        transition: 1.8s;
    }

    .fadeIn {
        opacity: 1.0;
    }

    /*----- 上へスライド -----*/
    .inviewUp {
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        transition: .8s;
    }

    .Up {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    /*----- ズームイン -----*/
    .inviewzoomIn {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: .8s;
    }

    .zoomIn {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }

    /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }

    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

#h-nav {
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function:linear;
}
.show_header_bg {
	background-color: rgba(230,241,218,.9) !important;
}
.page-wrap {
	background:url(./img/header_bg.png)no-repeat top;
	background-size: contain;
}
.page-wrap .h1-pape-title {
	color: #51a335;
	text-align: center;
	font-family: "Sawarabi Mincho";
}
@media (max-width: 991px){
.page-wrap .h1-pape-title {
	font-size: 24px;
	}
}
.page-wrap h2, .page-wrap h3 {
	text-align: center;
	color: #333;
	font-size: 24px;
	font-family: "Sawarabi Mincho";
}
.page-wrap h3 {
	font-size: 21px;
}
.page-wrap p {
	color: #666;
}

.page-wrap .h1-pape-title span {
	color: #5B4D36;
	font-family: "Sawarabi Mincho";
}

.text-green {	
	color: #51a335 !important;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 2%;
width: 96%;
height: 100%;
}
@media (max-width: 991px){
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 5%;
width: 90%;
height: 100%;
}
}

.gallery {
	width:			90%;
	max-width:      380px;
	height:			250px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
    padding-right: 0px;
    padding-left: 0px;
	position:		relative;
}
.gallery img {
	height:			100%;
	max-width: 		auto;
}
@media (max-width: 1024px){
.gallery img {
	height:			100%;
	max-width: 		auto;
}
}
@media (max-width: 767px){
.gallery {
	width:			100%;
	overflow:		hidden;
	margin:			0 0 0 0;
    padding-right: 0;
    padding-left: 0;
	position:static;
}
.gallery img {
	height:			auto;
	max-width: 		100%;
	position: relative;
	top:-100px;
}
}
.gallery .caption {
	font-size:		130%;
	text-align: 		center;
	color:			#fff;
}
.gallery .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.gallery:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}

table.business-hours {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	line-height: .5;
}
table.business-hours th {
	/*width: 155px;*/
	height:18px !important;
	padding: 2px 18px 2px 18px;
	font-weight: normal;
	text-align: center;
	vertical-align: center;
	color: #333;
	background: #eee;
	font-size: 12px;
}
table.business-hours td {
	/*width: 155px;*/
	height:18px !important;
	padding: 2px 10px;
	vertical-align: center;
	color:#fff;
	background: #eee;
	font-size: 12px;
	
}
@media (max-width: 767px){
table.business-hours th {
	max-width: 15%;
	height:18px !important;
	padding: 2px 5px;
	font-weight: normal;
	text-align: center;
	vertical-align: center;
	color: #333;
	background: #eee;
	font-size: 12px;
}
table.business-hours td {
	width: 10%;
	height:18px !important;
	padding: 2px 15px;
	vertical-align: top;
	color:#fff;
	background: #eee;
	font-size: 12px;
}
}
@media (max-width: 320px){
table.business-hours th {
	max-width: 10%;
	height:18px !important;
	padding: 2px 5px;
	font-weight: normal;
	text-align: center;
	vertical-align: center;
	color: #333;
	background: #eee;
	font-size: 12px;
}
table.business-hours td {
	width: 8%;
	height:18px !important;
	padding: 2px 10px;
	vertical-align: top;
	color:#fff;
	background: #eee;
	font-size: 12px;
}
}
table.business-hours th.col01 {background: rgba(230,241,218,1);}
table.business-hours td.col01 {background: #51a335;}
table.business-hours th.col02 {background: #fff;}
table.business-hours td.col02 {background: #fff;}
table.business-hours th.col03 {background: #036;}
table.business-hours td.col03 {background: #e2eeff;}

/*
@media (max-width:480px){
    table.price th { 
	margin: 0 -10px; 
	width: 100%;
    display: block;
	float:left;
	border-top: none;
	text-align: center;
    }
	table.price td{
    width: 100%;
    display: block;
	float:left;
	border-top: none;
    }
}*/

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.price {
	table-layout:fixed;
}