/* ▼ヘッダー */
@media only screen and (min-width: 821px){
.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(60,69,47,0.80);
	transition: all 0.5s ease;
	z-index: 100;
	height: 60px;
	}
	
.hidden {
	background-color: rgba(60,69,47,0.00);
	transition: all 0.5s ease;
	z-index: 100;
	}
}

@media only screen and (max-width: 820px){
#pcnav{
	display: none;
	}
}

#top-rogo img{
	float: left;
	margin-right: 10px;
	}

#top-rogo img{
    width: 100px;
	margin-top: 15px;
	transition: all 0.5s ease;
	}

#top-rogo img.mini {
	width: 48px !important;
	margin-top: 8px;
	}

.top-Main{
	float: left;
	}

.navText{
	font-size: 0.8em;
	margin-left: 70px;
	margin-top: 5px;
	}

#pcnav{
	max-width: 95%;
	margin: 0px auto;
	}

#pcnav ul{
	text-align: right;
	}

/* ▼メインメニュー項目の装飾 */
.pcmenu{
	display: inline-block;
	}

.textmenu{
	margin-right: 20px;
	}

.textmenu li {
	display: inline-block;
	margin: 0 6px;
	}

.textmenu li a {
	padding: 0px 8px;
	line-height: 60px;
	transition: .5s;
	display: block;
	transform: scale(1);
	}

.textmenu li a img{
	width: auto;
	height: 24px;
	}

.textmenu li a:hover{
	transform: scale(1.02);
	opacity: 0.9;
	}

.snsmenu li{
	display: inline-block;
	margin: 0 3px;
	}

.snsmenu li a{
	transition: .5s;
	display: block;
	transform: scale(1);
	}

.snsmenu li a img{
	width: auto;
	height: 30px;
	}

.snsmenu li a:hover{
	transform: scale(1.02);
	opacity: 0.9;
	}


/* ▼フッター */
.footer{
    background-color: #3C452F;
	text-align: center;
	color: #fff;
	}

.footerLogo{
	padding-top: 40px;
    margin: 0px auto 60px;
	}

.footerLogo img{
	width: 120px;
	height: auto;
	}

.Copyright{
	text-align: center;
	margin-top: 6px;
	font-size: 0.7em;
	padding-bottom: 10px;
	}

@media only screen and (min-width: 450px){
	
.footerLogo{
    margin: 0px auto 100px;
	}
	
.footerLogo img{
	width: 200px;
	}
}


/*ページヘッダ−*/
.pagetopimg{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
	position: relative;
	}

#cafegreen{
	background-image: url(../img/head_img1.jpg);
	}

#sweets{
	background-image: url(../img/head_img2.jpg);
	}

#tokachi{
	background-image: url(../img/head_img3.jpg);
	}

#garden{
	background-image: url(../img/head_img4.jpg);
	}

.Page-Top{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 140px;
	margin: auto;
	text-align: center;
	}

.Page-Top img{
	width: 200px;
	height: auto;
	}
