@charset "utf-8";
/* ======================================================

	structure CSS

========================================================= */


/* ======================================================

	body

========================================================= */
html, body{
	position: relative;
	height: 100%!important;
}
body {
	color:#000;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5em;/*150%*/
}

.container{
	width:100%;
	min-width:1200px;}

@media screen and (max-width: 768px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size:16px;
		font-size: 1.6rem;}

	.container{
		min-width:100%;}
}
@media screen and (max-width: 599px) {
	body{
		font-size:14px;
		font-size: 1.4rem;}

}


/* ======================================================

	header

========================================================= */
.header{
	z-index: 1000;
	position:fixed;
	width:100%;
	height: 160px;
	background-color: rgba(255,255,255,0.9);}

.headerArea{
	position: relative;
	margin:0 auto;
	width:1200px;}

.h_txt{
	display: block;
	font-size: 12px;}

.h_logo{
	float:left;
	margin-top:35px;}

.h_logo a:hover{
	opacity:0.7;}

.h_logo_02{
	float:left;
	margin-top:70px;
	margin-left: 5px;}

.h_info{float: right;}

.h_info li{
	display:inline-block;
	vertical-align:middle;}

.h_info a{
	color:#333;
	text-decoration:none;}

.h_info a:hover{
	opacity:0.7;}

.h_tel{
	margin-right: 5px;
	text-align: right;
	font-size: 1.4rem;
	}

/* clear */
.headerArea:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

@media screen and (max-width:768px){
	.header{
		height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #97714e;
	}

	.headerArea{
		width:100%;
		height:50px;}

	.h_logo{
		margin-top: 3px;
		margin-left: 5px;
	}

	.h_logo img{
		width: auto;
		height: 40px;
	}

	.h_logo_02{
		float:left;
		margin-top:13px;
		margin-left: 10px;}

	.h_info_sp{
		float: right;
		margin-top:7px;
		margin-right: 10px;
	}

	.h_info_sp li {
		margin-right: 5px;
		display: inline-block;
	}

	.h_hours_sp{
		padding: 5px 0;
		text-align: center;
		}
}

@media screen and (max-width: 599px) {
	.h_info li{
		display:block;
		margin-bottom:5px;}

	.h_logo_02{
		margin-top:13px;
		margin-left: 10px;
		width: 150px;}

	.h_logo_02 img{
		width: 100%;
		height: auto;
	}

}

@media screen and (max-width: 374px) {
	.h_logo_02{
		margin-top:15px;
		margin-left:5px;
		width: 100px;}
}

/* ======================================================

	gnav

========================================================= */
.gnav{
	margin-top:20px;
	float: right;
	}

.gnav ul{
	margin:0 auto;
	padding: 0;
	list-style: none;}

.gnav ul:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.gnav ul li {
	float:left;
	margin-right: 30px;
	width:120px;
	height: 42px;
	text-align: center;}

.gnav ul li:last-child{
	margin-right: 0;
	}

.gnav ul::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}


@media screen and (max-width:768px){
	.gnav ul{
		display: none;
	}

	.sp_gnav {
		display: none;
		z-index:1000;
		margin-bottom:0;
		background-color:#fff;}

	.sp_gnav:after{
		content:" ";
		display:block;
		clear:both;
		font-size:0;}

	.sp_gnav ul{

	}

	.sp_gnav li{
		position:relative;
		width: 50%;
		float: left;
		font-size:1.4rem;}

	/*
	.sp_gnav li:last-child{
		position:relative;
		width: 100%;
		float: left;
		font-size:1.4rem;}*/

	.sp_gnav li a {
		display:block;
		padding:10px 10px 10px 30px;
		border-right:1px solid #97714E;
		border-bottom:1px solid #97714E;
		text-decoration:none;}

	.sp_gnav li:nth-child(2n) a,
	.sp_gnav li:last-child a{
		border-right: none;
	}

	.sp_gnav li::after{
		content:"";
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 1px #a6ce58;
		border-right: solid 1px #a6ce58;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 40%;
		left:8px;
	}

	.sp_gnav li ul{
		margin-left: 20px;
	}

	/*sp_btn*/
	.sp_btn {
		position:relative;
		float:right;
		top:7px;
		right: 5px;
		display: inline-block;
		width: 45px;
		height: 45px;
		padding: 5px;
		cursor: pointer;
		z-index: 2000;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #97714e;
		left: 0;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 10px;
	}
	.sp_btn span:nth-child(3) {
		top: 20px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

}

/* ======================================================

	mv

========================================================= */
.top_mvArea{
	overflow: hidden;
	padding-top: 160px;
	padding-bottom: 30px;
	height: 620px;
	}

.sub_mvArea{
	position: relative;
	margin: 0 auto 50px;
	width: 100%;
	height: 320px;
	background-color:#c8b799;
}

.sub_mvArea img{
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -600px;
	background-color:#c8b799;
}

@media screen and (max-width:768px){
	.top_mvArea{
		padding-top:50px;
		padding-bottom: 50px;
		height: auto;
		}
	.sub_mvArea{
		margin: 0 auto;
		padding-top: 50px;
		width: 100%;
		height: auto;
	}

	.sub_mvArea img{
		position: static;
		width: 100%;
		height: auto;
		margin-left:0;
		}

}


/* ======================================================

	contents

========================================================= */
.contents{
	margin:0 auto 100px;
	padding-top: 20px;
	width:100%;}

.bg_color01{
	margin-bottom: 50px;
	padding: 50px 0;
	background-color: #f5f3ef;}

.bg_color01.top{
	margin-bottom: 60px;}

.contents_inner{
	margin:0 auto;
	width:1200px;}

.anchor {
	margin-top:-140px;
	padding-top: 140px;
}


@media screen and (max-width:768px){
	.contents{
		margin:0 auto 50px;
		width:100%;}

	.contents_inner{
		padding:0 10px;
		width:100%;}

	.bg_color01{
		margin-bottom: 30px;
		padding: 20px 0;}
	.bg_color01.top{
		margin-bottom: 30px;}


	.anchor {
		margin-top:-50px;
		padding-top: 50px;
	}

}

/* Blog
========================================== */
.top_blogArea{
	margin: 0 auto;
	width: 1200px;
	}

.top_blog_list{
	margin: 0 auto 30px;
	width: 1200px;
	}
.top_blog_list::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_blog_list li{
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
	width: 30%;
	}
	
.top_blog_list li:nth-child(3n){
	margin-right: 0;
	}

.top_blog_list.top li{
	float: left;
	margin: 0 1%;
	margin-bottom: 20px;
	width: 18%;
	}
.top_blog_list.top li:nth-child(5n){
	margin-right: 0;
	}

.top_blog_list li a{
	text-decoration: none;
	}

.top_blog_list dt{
	position: relative;
	overflow: hidden;
	margin: 0 auto 10px;
	padding-bottom: 40%;
	height: 0;
	border: 1px solid #97714E;
	box-sizing: border-box;}

.top_blog_list dt img {
	width: 100%;
	height: auto;
}

.top_blog_list dt img{
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.8s linear;
}

.top_blog_list :hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity:0.7;
}


.top_blog_list dd.date{
	line-height: 1.2;
	margin-bottom: 5px;
	color: #61bc2a;
	font-size: 1.4rem;
	}

.top_blog_list dd.title{
	line-height: 1;
	margin-bottom: 10px;
	font-size: 1.6rem;
	}

.top_blog_list dd.text{
	line-height: 1.3;
	font-size: 1.4rem;
	color: #9a9a9a;
	}

@media screen and (max-width:768px){
	.top_blogArea{
		width: 100%;
		padding:0 10px;
		}

	.top_blog_list{
		margin: 0 auto 50px;
		width: 100%;
		}

	.top_blog_list li,
	.top_blog_list.top li{
		margin:0 4% 0 0;
		width: 48%;
		}

	.top_blog_list li:nth-child(3n){
		margin-right: 4%;
		}

	.top_blog_list li:nth-child(2n),
	.top_blog_list.top li:nth-child(2n){
		margin-right: 0;}

	.top_blog_list.sp-col2 li:nth-child(3),
	.top_blog_list.sp-col2 li:nth-child(4),
	.top_blog_list.sp-col2 li:nth-child(5){
		display: none;
		}

}
@media screen and (max-width:599px){
	.top_blog_list li{
		margin:0 4% 0 0;
		width: 48%;
		}

	.top_blog_list li:nth-child(3n){
		margin-right:4%;}

	.top_blog_list li:nth-child(2n){
		margin-right: 0;}

	.top_blog_list.sp-col2 li:nth-child(3),
	.top_blog_list.sp-col2 li:nth-child(4),
	.top_blog_list.sp-col2 li:nth-child(5){
		display: none;
		}

	.top_blog_list dd.title{
		font-size: 1.4rem;
		}

}

/* ColumnMedia BOX
========================================== */
.readingArea{
	margin: 0 auto;
	width: 1200px;
	}
.readingArea::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.readingArea .box_l,
.readingArea .box_r{
	float: left;
	width: 560px;
	}

.readingArea .box_l{margin-right: 80px;}

@media screen and (max-width:768px){
	.readingArea{
		margin: 0 auto;
		width:100%;
		}

	.readingArea .box_l,
	.readingArea .box_r{
		float:none;
		width:100%;
		}

	.readingArea .box_l{
	margin-right:0;
	margin-bottom: 20px;}

}

/* Column
========================================== */
.top_columnArea{
	margin: 0 auto 80px;
	width:100%;
	}

.top_column_list{
	margin: 0 auto 30px;
	width:100%;
	}
.top_column_list::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_column_list li{
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
	width: 30%;
	}

.top_column_list li:nth-child(3n){
	margin-right: 0;
	}

.top_column_list.top li{
	float: left;
	margin-right: 4%;
	margin-bottom: 10px;
	width: 48%;
	}

.top_column_list.top li:nth-child(even){
	margin-right: 0;
	}

.top_column_list li a{
	text-decoration: none;
	}

.top_column_list dt{
	position: relative;
	overflow: hidden;
	margin: 0 auto 10px;
	padding-bottom: 40%;
	height: 0;
	border: 1px solid #97714E;
	box-sizing: border-box;}

.top_column_list dt img {
	width: 100%;
	height: auto;
}

.top_column_list dt img{
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.8s linear;
}

.top_column_list :hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity:0.7;
}


.top_column_list dd.date{
	color: #61bc2a;
	}

.top_column_list dd.title{
	line-height: 1;
	font-size: 1.6rem;
	}

.top_column_list dd.text{
	line-height: 1.3;
	font-size: 1.4rem;
	color: #9a9a9a;
	}

@media screen and (max-width:768px){
	.top_columnArea{
		padding:0 10px;
		width: 100%;
		}
		
	.top_column_list{
		margin: 0 auto 20px;
		width: 100%;
		}

	.top_column_list li{
		margin-right: 4%;
		width: 48%;
		}
	.top_column_list li:nth-child(3n){
		margin-right: 4%}

	.top_column_list li:nth-child(even){
		margin-right: 0;}
}
@media screen and (max-width:599px){
	.top_column_list.sp-col2 li:nth-child(3){
		display: none;
		}
	
	.top_column_list dd.title{
		font-size: 1.4rem;
		}
	
}


/* Medeia
========================================== */
.top_mediaArea{
	margin: 0 auto;
	width: 100%;
	}

.top_media_list{
	margin: 0 auto 30px;
	width:100%;
	}
.top_media_list::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_media_list li{
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
	width: 30%;
	}

.top_media_list li:nth-child(3n){
	margin-right: 0;
	}

.top_media_list.top li{
	float: left;
	margin-right: 4%;
	margin-bottom: 10px;
	width: 48%;
	}

.top_media_list.top li:nth-child(even){
	margin-right: 0;
	}

.top_media_list li a{
	text-decoration: none;
	}

.top_media_list dt{
	position: relative;
	overflow: hidden;
	margin: 0 auto 10px;
	padding-bottom: 40%;
	height: 0;
	border: 1px solid #97714E;
	box-sizing: border-box;}

.top_media_list dt img {
	width: 100%;
	height: auto;
}

.top_media_list dt img{
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.8s linear;
}

.top_media_list :hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity:0.7;
}


.top_media_list dd.date{
	line-height: 1.2;
	margin-bottom: 5px;
	color: #61bc2a;
	font-size: 1.4rem;
	}

.top_media_list dd.title{
	line-height: 1;
	margin-bottom: 10px;
	font-size: 1.6rem;
	}

.top_media_list dd.text{
	line-height: 1.3;
	font-size: 1.4rem;
	color: #9a9a9a;
	}

@media screen and (max-width:768px){
	.top_mediaArea{
		padding:0 10px;
		width: 100%;
		}
		
	.top_media_list{
		margin: 0 auto 20px;
		width: 100%;
		}

	.top_media_list li{
		margin-right: 4%;
		width: 48%;
		}
	.top_media_list li:nth-child(3n){
		margin-right: 4%}

	.top_media_list li:nth-child(even){
		margin-right: 0;}
}
@media screen and (max-width:599px){
	.top_media_list.sp-col2 li:nth-child(3){
		display: none;
		}

	.top_media_list dd.title{
		font-size: 1.4rem;
		}
}


/* Guide
========================================== */
.top_guideArea{
	margin: 0 auto;
	width: 1200px;
	}

.top_guide_box{
	margin: 0 auto;
	width: 1100px;
	}
.top_guide_box::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_guide_box .box_l{
	float: left;
	width: 620px;
}

.top_guide_box .box_r{
	float:right;
	width: 420px;
	}


@media screen and (max-width:768px){
	.top_guideArea{
		width: 100%;
		padding:0 10px;
		}

	.top_guide_box{
		width:100%;
		}

	.top_guide_box .box_l{
		width: 55%;
	}

	.top_guide_box .box_r{
		width: 40%;
		}

	.top_guide_box .box_r img{
		width: 100%;
		height: auto;
		}
}

@media screen and (max-width:599px){
	.top_guide_box .box_l,
	.top_guide_box .box_r{
		float: none;
		width:100%;
		}

	.box_l.box_420 img {
		width: 100%;
		}
}

/* Menu
========================================== */
.top_menuArea{
	margin: 0 auto 60px;
	width: 1200px;
	}

.top_menuArea .txt{
	text-align: center;
	}

@media screen and (max-width:768px){
	.top_menuArea{
		width: 100%;
		padding:0 10px;
		}
	.top_menuArea .txt{
		text-align: left;
		}

}

/* Shop
========================================== */
.top_shopArea{
	margin: 0 auto 60px;
	width: 1200px;
	}

.top_ttl_shop{
margin-bottom: 30px;
padding:12px 10px;
text-align: center;
background-color:#513C28;
color: #fff;
font-size: 3.6rem;
font-weight: normal;
}

.top_shop_box{
	margin: 0 auto 30px;
	width: 100%;
	}
.top_shop_box::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.shop_logo{
	margin-bottom: 30px;
	text-align: center;
	color: #633D19;
	font-size: 2.2rem;
	}

.shop_logo img{
	max-width: 100%;
	height: auto;
	}

.shop_logo span{
	display: block;
	line-height: 1.2;
	margin-top: 20px;
	}
.shop_logo span.txt{
	display: block;
	line-height: 1.2;
	font-size: 1.8rem;
	margin-top:10px;
	}

.shop_logo02{
	margin-bottom: 30px;
	color: #97714e;
	font-size: 2.0rem;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #BCBCBC;
}

.shop_logo02 span{
	float:right;
	display: block;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 10px;
}

.top_shop_box .box_l{
	float: left;
	width: 620px;
	}

.top_shop_box .box_r{
	float:right;
	width: 520px;
	}

.top_shop_table{
	margin-bottom: 20px;
	width: 100%;
	}

.top_shop_table tr{
	border-bottom: 1px solid #bfbfbf;
	}

.top_shop_table th,
.top_shop_table td{
	display:table-cell;
	text-align: left;
	vertical-align: middle;
	}

.top_shop_table th{
	padding: 15px 20px;
	font-size: 1.8rem;
	font-weight: normal;
	vertical-align: top;
	}
.top_shop_table th span{
	display: block;
	color: #61bc2a;
	font-size: 1.6rem;
	line-height: 1;
	}

.top_shop_table td{
	padding:10px;}

.top_shop_table td p{
	margin-bottom: 10px;
	}

.top_shop_table td .tel a{
	color:#de5b5b;
	font-size: 2.4rem;
	text-decoration: none;
	}

.gmap iframe{
	width: 100%;
	height:550px;
	}

.top_shop_pic{}
.top_shop_pic::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_shop_pic li{
	float: left;
	width: 302px;
	border: 1px solid #97714E;
	box-sizing: border-box;
}

.top_shop_pic li:first-child{
	margin-right: 16px;
}

.top_shop_pic img{
	width: 100%;
	height: auto;
	}

@media screen and (max-width:768px){
	.top_shopArea{
		margin-bottom: 80px;
		padding:0 10px;
		width: 100%;
		}
	.top_shop_box{
		margin: 0 auto 50px;
		width: 100%;
		}

	.top_shop_box .box_l,
	.top_shop_box .box_r{
		float: none;
		width: 100%;
		}

	.top_shop_box .box_l{
		margin-bottom: 20px;
		}

	.top_ttl_shop{
		font-size: 2.0rem;
	}

	.shop_logo span.txt{
		font-size: 1.6rem;
		}
	.shop_logo02{
		font-size: 1.6rem;
	}

	.shop_logo02 span{
		margin-top: 2.2px;
	}


	.top_shop_table{
		display: table;
		width: 100%;
		}

	.top_shop_table tr{
		border-bottom: 1px solid #bfbfbf;
		}

	.top_shop_table th,
	.top_shop_table td {
		}

	.top_shop_table td{
		padding: 10px;}

	.gmap iframe{
		width: 100%;
		height:200px;
		}
	.shop_logo02 span{
		float:none;
		line-height: 1;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.shop_logo02 img{
		width: auto;
	}

	.top_shop_pic li{
		width: 49%;
	}

	.top_shop_pic li:first-child{
		margin-right: 2%;
	}


}
@media screen and (max-width:768px){
	.shop_logo02 img{
		max-width:100%;
	}
}

@media screen and (max-width:599px){
	.top_shop_table th,
	.top_shop_table td {
		display: block;
		}

	.top_shop_table th{
	padding:15px 0 0 10px;
		}
		
	.top_shop_table th span{
		display: inline;
		padding-left: 15px;
		}

}

/* Link
========================================== */
.top_linkArea{
	margin: 0 auto;
	padding:0;
	width: 1200px;
}

.top_link_list{}
.top_link_list::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_link_list li{
	float: left;
	width: 560px;
	}

.top_link_list li:first-child{
	margin-right: 80px;
	}


@media screen and (max-width:768px){
	.top_linkArea{
	width: 100%;
	padding:0 10px;
	}

	.top_link_list li{
		width: 48%;
		}

	.top_link_list li:first-child{
		margin-right: 4%;
		}

	.top_link_list li img{
		width: 100%;
		height: auto;
		}

}

@media screen and (max-width:599px){
	.top_link_list li{
		width: 100%;
		}

	.top_link_list li:first-child{
		margin-right: 0;
		margin-bottom: 20px;
		}
}


/* ======================================================

	footer

========================================================= */
#footer{
	width:100%;}

.footerArea{
	margin:0 auto;
	padding:10px 0 0;
	width:1200px;}

.footerArea:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.f_nav{
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.6rem;
	}

.f_nav li{
	display: inline-block;
	line-height: 1.2;
	padding: 5px 20px;
	border-left:1px solid #454545;
	}

.f_nav li:last-child{
	border-right:1px solid #454545;
	}

.f_nav li a{
	text-decoration:none;}

.f_nav li a:hover{
	text-decoration:underline;}

.f_info{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	}

.f_info dt{
	margin-bottom:20px;}

.f_info dt a:hover{
	opacity:0.7;}

.f_info dd{
	margin-bottom: 10px;
	}

.f_tel a{
	font-size: 2.0rem;
	color: #de5b5b;
	text-decoration: none;
	}


@media screen and (max-width: 768px) {
	.footerArea{
		width:100%;}

	.f_nav{
		margin-bottom: 30px;
		border-top:1px solid #97714E;
		}

	.f_nav:after{
		content:" ";
		display:block;
		clear:both;
		font-size:0;}

	.f_nav li{
		position:relative;
		display: block;
		width: 50%;
		padding: 0;
		float: left;
		font-size:1.4rem;
		text-align: left;
		border-left:none;}

	.f_nav li:last-child{
		border-right:none;
		/*width: 100%;*/
		}

	.f_nav li a {
		display:block;
		padding:10px 10px 10px 30px;
		border-right:1px solid #97714E;
		border-bottom:1px solid #97714E;
		text-decoration:none;}

	.f_nav li:nth-child(2n) a,
	.f_nav li:last-child a{
		border-right: none;
	}

	.f_nav li::after{
		content:"";
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 1px #a6ce58;
		border-right: solid 1px #a6ce58;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 40%;
		left:8px;
	}



}

@media screen and (max-width: 380px) {

}



/* ==============================================

	copyright

================================================= */
.copyright{
	clear:both;
	padding:10px;
	font-size:14px;
	text-align:center;}


@media screen and (max-width: 768px) {

}

/* =======================================

	pageTop

========================================== */
#pageTop{
	line-height: 1;
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 20px 20px 20px;
	background-color: rgba(151,113,78,0.90);}

#pageTop:hover{
	opacity:0.7;}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 20px 15px;}
}


/* =======================================

	topicPath

========================================== */
#topicPath{
	margin: 0 auto 30px;
	width: 1200px;
	padding:0 0 0 5px;
	min-height:20px;
	font-size: 1.4rem;}

#topicPath li{
	display: inline;
	list-style-type: none;}

#topicPath li:before {
	content: " > ";}

#topicPath li:first-child:before {
	content: none;}


@media screen and (max-width: 768px) {
	#topicPath{
	font-size: 1.2rem;
	padding: 0 10px;
	width: 100%;
	}
}
