/* [ Utility and Reset css ]
============================================================================== */
html,button,input,select,textarea { color: #000; }
html { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -o-text-size-adjust: 100%; text-size-adjust: 100%; font-size: 100%; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/*::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }*/
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio,canvas,img,video { vertical-align: middle; }
.ie7 .title { padding-top: 20px; }
fieldset {  border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* [ Reset css ] -------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
table,div,ul,ol,li,dl,dt,dd{ list-style: none; margin: 0; padding: 0; }
table{ border-collapse:collapse; border-spacing:0; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul,li { list-style:none; }

/* [ Helper class ] -------------------------------------------------- */
.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block;  width: 0;  height: 150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;  width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
/* clearfix */
.cf:before, .cf:after { content: " ";  display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

img { max-width: 100%; height: auto; margin: 0; padding: 0; border:0; outline: none; border-style: none; vertical-align: bottom; line-height: 0; }
img,iframe,object { max-width:100%; }	/* モダンブラウザ用 */
.ie7 img,.ie8 object { width:100%; }	/* IE7用 */
.ie8 img,.ie8 object { width:auto; }	/* IE8用 */


/* [ Font Setting ]
============================================================================== */

html{ font-size: 62.5%; }
body{
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing:none;
	font-smoothing:antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
}

P{ margin: 0; padding: 0; }
p img{ vertical-align: middle; /*max-width: 100%;*/ }

/* [ Link ] -------------------------------------------------- */
a { -webkit-tap-highlight-color: rgba(193, 240, 231, 0.2); color: #333; text-decoration: none; }
a:visited { color: #333; }
a:hover { color: #333; text-decoration: none; }
a:active { color: #333; }
a img:hover{ opacity: 0.7; filter:alpha(opacity=70); -moz-opacity: 0.7; }
a img{ text-decoration: none; outline: none; }
a img::before,a img::after{ position: absolute; z-index: -1; display: block; content: ''; }
a img,a img::before,a img::after{ -webkit-transition: all .2s; transition: all .2s; }


/* [ HTML,Body ]
============================================================================== */

html,body{
	height: 100% !important;
}
body{
	font-size: 18px; 
	line-height: 28px;
	font-family: 'Times New Roman', serif;
	color: #000;
	font-weight: normal;
	word-wrap: break-word;
	background-color: #fdfbf7;	/* コンテンツ背景色 */
}

@media screen and (max-width: 650px){
	body{
		font-size: 15px; 
		line-height: 20px;
		letter-spacing: 0;
	}
}


/* [ Header ]
============================================================================== */

/* [ SP menu ] -------------------------------------------------- */

.sp_menu{
	display: none;
}

@media screen and (max-width: 650px){
	.sp_menu{
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		z-index: 500;
	}
	.sp_menu h1.logo{
		width: 25%;
		height: auto;
		margin: 8% auto 10%;
		padding: 0;
	}
	.sp_menu h1.logo img{
		width: 100%;
		height: auto;
	}
	.sp_menu .inner{
		width: 88%;
		height: auto;
		margin: 0 auto;
		overflow-y: auto;
	}
	.sp_menu ul{
		margin-bottom: 10%;
	}
	.sp_menu ul li{
		text-align: left;
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 5%;
		margin: 1% auto;
	}
	.sp_menu ul li a{
		display: block;
	}
	.sp_menu ul li a:hover{
		opacity: 0.7;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
	}
	.sp_menu .list_reserve{
		padding-bottom: 10%;
		margin-bottom: 10%;
		border-bottom: 1px dotted #ccc;
	}
	.sp_menu .list_reserve a{
		color: #9e7828;
	}
	.sp_menu .list_lang{
		font-size: 13px;
		line-height: 16px;
		padding-bottom: 0;
	}
	.sp_menu .list_lang a{
		background: url(../../img/common/ic_arrow_small.svg) left center no-repeat;
		background-size: 6px;
		padding: 5px 0 5px 14px;
	}
}


/* [ Contents ]
============================================================================== */

#wrapper{
	position: relative;
	width: 100%;
	min-width: 1042px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: url(../../img/common/bg.jpg) left top repeat;
}
#main{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#main .content{
	width: 100%;
	height: auto;
	background-color: #fdfbf7;
}
@media screen and (max-width: 650px){
	#wrapper{
		min-width: 100%;
	}
}

/* [ location ] -------------------------------------------------- */

#location{
	width: 100%;
	height: auto;
	position: relative;
}
#location .info{
	float: left;
	width: 50%;
	height: 520px;
	position: relative;
	background-color: #9e7828;
}
#location .info .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
	margin: 12% auto auto;
	color: #fff;
	text-align: left;
	letter-spacing: .05em;
}
#location .info h3 img{
	margin-bottom: 40px;
}
#location .info p{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
#location .info p a{
	color: #fff;
	text-decoration: underline;
}
#location .contact_btn{
	width: 100%;
	margin-bottom: 60px;
}
#location .contact_btn .contact{
	background-color: #b69a5e;
	margin-top: 30px;
}
#location .contact_btn .reserve{
	background-color: #6c1711;
	margin-top: 20px;
}
#location .contact_btn a{
	display: block;
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
#location .contact_btn a:hover{
	text-decoration: underline;
}
#map_canvas{
	float: right;
	width: 50%;
	height: 520px;
}

@media screen and (max-width: 650px){
	
	#location .info{
		float: none;
		width: 100%;
		height: auto;
		padding: 12% 0 1%;
	}
	#location .info .inner{
		position: relative;
		width: 84%;
		height: auto;
		margin: 0 auto;
	}
	#location .info h3 img{
		margin-bottom: 12%;
	}
	#location .info p{
		margin-bottom: 5%;
		font-size: 12px;
		line-height: 20px;
	}
	#location .contact_btn a{
		font-size: 13px;
		padding: 14px 0;
	}
	#location .contact_btn .reserve{
		margin-top: 14px;
	}
	#map_canvas{
		float: none;
		width: 100%;
		height: 350px;
	}
}

/* [ pagetop ] -------------------------------------------------- */

.pagetop{
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5000;
}
.pagetop a{
	display: block;
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 650px){
	.pagetop{
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		background-color: #000;
	}
	.pagetop a{
		width: 100%;
		height: 50px;
		display: block;
	}
	.pagetop a img{
		height: 50px;
	}
}


/* [ Footer ]
============================================================================== */

#footer{
	position: relative;
	width: 100%;
	height: 180px;
	line-height: 180px;
	background-color: #000;
}
#footer .copyright{
	color: #aaa;
	font-size: 10px;
}
#footer .copyright a{
	color: #aaa;
	text-decoration: underline;
}

@media screen and (max-width: 650px){
	#footer{
		height: 100px;
		line-height: 0;
	}
	#footer .copyright{
		padding-top: 7%;
		font-size: 9px;
	}
}