@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** スマホフォントサイズ　*************

基本を10pxに、サイズはrem指定。

「1rem」   = 「10px」
「1.1rem」 = 「11px」

**********************************/

html, body{	margin:0; padding:0;}
html{ font-size:62.5%;}
body{
	font-size:1.4rem;
	background:#FFF6EE;
	-webkit-text-size-adjust:100%;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-family:"Microsoft JhengHei", 微軟正黑體, Arial, Helvetica, sans-serif;
	font-size:1.2rem;
	font-style:normal;
	line-height:1.2;
	font-weight:normal;
	vertical-align:baseline;
    background:transparent;
}  

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

blockquote, q { quotes:none;}

a{
	text-decoration:none;
	outline:none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del { text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul{ list-style-type:none;}
img{ vertical-align:middle;}
.img{
	max-width:100%;
	height:auto;
}

.opacity{ opacity:0.7;}

.clear{ clear:both;}
.clearfix{ width:100%;}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}

.fl{ float:left;}
.fr{ float:right;}

.txtl{ text-align:left;}
.txtr{ text-align:right;}
.txtc{ text-align:center;}

strong{ font-weight:bold; color:inherit;}
.fwb{ font-weight:bold;}

i{ font-style:italic;}

.clrr{ color:#CC0000;}
.clrb{ color:#333;}
.clrw{ color:#fff;}

.il{ display:inline;}
.bl{ display:block;}
.no{ display:none;}

.li2{ line-height:2;}


/* margin */

.mT10{ margin-top:10px;}
.mT20{ margin-top:20px;}
.mT30{ margin-top:30px;}

.mR5{ margin-right:5px;}
.mR10{ margin-right:10px;}
.mR20{ margin-right:20px;}
.mR30{ margin-right:30px;}

.mB10{ margin-bottom:10px;}
.mB15{ margin-bottom:15px;}
.mB20{ margin-bottom:20px;}
.mB30{ margin-bottom:30px;}

.mL5{ margin-left:5px;}
.mL10{ margin-left:10px;}
.mL20{ margin-left:20px;}
.mL30{ margin-left:30px;}

/* padding */

.pT10{ padding-top:10px;}
.pT20{ padding-top:20px;}
.pT30{ padding-top:30px;}

.pR10{ padding-right:10px;}
.pR20{ padding-right:20px;}
.pR30{ padding-right:30px;}

.pB10{ padding-bottom:10px;}
.pB20{ padding-bottom:20px;}
.pB30{ padding-bottom:30px;}

.pL10{ padding-left:10px;}
.pL20{ padding-left:20px;}
.pL30{ padding-left:30px;}

/* editor */

#editor img{
	max-width:100%;
	height:auto!important;
}

#editor table{ width:100%!important;}

#editor table,
#editor caption,
#editor tbody,
#editor tfoot,
#editor thead,
#editor tr,
#editor th,
#editor td{
	border:1px solid gray;
    border-spacing:2px;
	border-collapse:separate;
}

/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header{
	width:auto;
	padding:12px 10px;
	background:#3A2D51;
}

h1{
	width:114px;
	height:25px;
	float:left;
}

.menu,
.menu2{
	float:right;
	height:20px;
	margin-top:2px;
	margin-left:5px;
	position:relative;
}

.menu a{
	display:block;
	height:20px;
	line-height:20px;
	padding:0 25px 0 10px;
	border-left:1px solid #fff;
	color:#fff;
	font-size:1.3rem;
	font-weight:bold;
}

.menu2 > a{
	display:block;
	height:20px;
	line-height:20px;
	padding-left:10px;
	border-left:1px solid #fff;
	color:#fff;
	font-size:1.3rem;
	font-weight:bold;
}

#pcsite{
	background:url(../img/icon_pcsite.png) no-repeat right;
	background-size:20px 19px;
}

#navi{
	background:url(../img/icon_navi.png) no-repeat right;
	background-size:19px 15px;
}

#gNavi{
	display:none;
	background:#3A2D51;
}

#gNavi li{
	width:auto;
	padding:0 5px 5px;
}
#gNavi a{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-indent:10px;
	background:#fff;
	color:#666;
	font-size:1.4rem;
	font-weight:bold;
	position:relative;
}

#gNavi a:before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:5px;
	top:15px;
	background-size:10px 10px;
}

#gNavi a.hover{
	background-color:#634D8A;
	color:#fff;
}

.farm:before{ background:#FF9DBE url(../img/icon_link.png) no-repeat;}
.cafe:before{ background:#FF9966 url(../img/icon_link.png) no-repeat;}
.east:before{ background:#846DAE url(../img/icon_link.png) no-repeat;}
.access:before{ background:#70CBE1 url(../img/icon_link.png) no-repeat;}
.shop:before{ background:#865779 url(../img/icon_link.png) no-repeat;}
.history:before{ background:#663333 url(../img/icon_link.png) no-repeat;}

#navBtn{
	width:30px;
	height:25px;
	float:right;
}

#navBtn a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}

.top-bar,
.middle-bar,
.bottom-bar{
	width: 24px;
	height: 2px;
	background-color:#fff;
	transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	transform-origin: 50% 50%;
	position: absolute;
	top: 2px;
	left:3px;
}

.middle-bar{
	transition: opacity 0s .15s linear;
	top: 12px;
}

.bottom-bar{ top: 22px;}

.menu-close .top-bar{
	transform: rotate(45deg);
	background:#fff;
	top: 12px;
}

.menu-close .middle-bar{ opacity: 0;}

.menu-close .bottom-bar{
	transform: rotate(-45deg);
	background:#fff;
	top: 12px;
}

#languageList{
	float:right;
	height:22px;
	padding:2px 0 1px;
}

#languageList li{
	float:left;
	padding:2px 10px 2px 0;
	margin-right:10px;
	border-right:1px solid #fff;
}

#languageList a{
	color:#fff;
	line-height:18px;
}

/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

.inner{
	width:auto;
	overflow:hidden;
	padding:10px;
}

.systemBtn{
	width:auto;
	height:40px;
	margin:20px 10px;
}

.systemBtn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	font-size:1.4rem;
	background:#634D8A;
	border-radius:5px;
}

/* 施設案内 */

.facilitys{
	width:auto;
	padding:10px 20px;
}

.facilitys li{
	display:inline-block;
	width:50px;
	height:50px;
	margin:8px;
}

#mes{
	display:none;
	padding:15px 10px;
	margin-bottom:4px;
	background:#fff;
	border-radius:5px;
	position:absolute;
	z-index:10;
	box-shadow:rgba(102, 102, 102, 0.65098) 3px 3px 6px 0px;
	-webkit-box-shadow:rgba(102, 102, 102, 0.65098) 3px 3px 6px 0px;
	-moz-box-shadow:rgba(102, 102, 102, 0.65098) 3px 3px 6px 0px;
}

#mes:before{
	content:"";
	display:block;
	width:20px;
	height:14px;
	background:url(../img/icon_shadow.png) no-repeat;
	position:absolute;
	bottom:-14px;
	left:0;
}

/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#footer{
	width:100%;
	text-align:center;
	background:#634D8A;
}

.pcsite{
	display:inline-block;
	line-height:19px;
	padding:15px 30px 15px 0;
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
	background:url(../img/icon_pcsite.png) no-repeat right;
	background-size:20px 19px;	
}

.ftNavi{
	width:auto;
	padding:5px 0;
	border-top:1px solid #fff;
}

.ftNavi li{ display:inline-block;}
.ftNavi a{
	display:block;
	padding:5px 10px;
	color:#fff;
	font-size:1.3rem;
}

.ftNavi a.hover{ text-decoration:underline;}


.ftstyle{
	display:block;
	width:auto;
	padding:10px;
	color:#fff;
	font-size:1.3rem;
	line-height:1.4;
	border-top:1px solid #fff;
}

.ftstyle a{
	color:#fff;
	font-size:1.3rem;
}