@charset "utf-8" ;

a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	line-height: 1.6em;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	color: #545454;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width : 768px ) {
	body {
		font-size: 14px;
	}
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}

img {
	vertical-align: middle;
	border: none;
}

.container {
	width: 1080px;
}
section {
	padding: 200px 0;
}
.main_s {
	padding: 100px 0 100px;
	margin: 0 auto;
	width: 1080px;
}
.main_t {
	padding: 150px 0 50px;
	margin: 0 auto;
	width: 1080px;
}
#main {
	margin: 0 auto;
}
@media only screen and (max-width : 768px ) {
	.container {
		width: 100%;
		padding: 0 30px;
	}
	section {
		width: 100%;
		padding: 100px 0;
	}
	.main_s {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 auto;
	}
	.main_t {
		width: 100%;
		padding: 0 auto;
	}
}





/*---------------------------------------------------------------

	link
	
-------------------------------------------------------------------*/

a {
	outline: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a,a:hover,a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
a: hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/*-----------------------------------------------------------------------

	header

-------------------------------------------------------------------------*/
#header {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}
#gNav ul {
	list-style-type: none;
}
#gNav a:hover {
	color: #999;
}
nav li a {
	font-size: 15px;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #C2AD66;
}
.h_logo img {
	width: 300px;
}

@media only screen and (max-width : 768px ) {
	#header {
		padding: 10px 0;
		height: 60px;
	}
	.h_logo {
		width: 200px;
		position: absolute;
		top: 18px;
		left: 10px;
		z-index: 100;
	}
	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	.mean-nav .container {
		padding: 0;
	}
	nav li .fa {
		display: none;
	}
}

@media screen and ( min-width: 769px ) {
	#header {
		height: 80px;
	}
	#h_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#gNav ul {
		position: relative;
		display: flex;
		list-style-type: none;
	}
	#gNav li {
		position: relative;
		margin-right: 3em;
	}
	#gNav li:last-child {
		margin-right: 0;
	}
	#gNav li i {
		font-size: 18px;
		margin-left: 5px;
	}
	#gNav li a {
		position: relative;
		display: block;
		text-align: center;
		line-height: 80px;
	}
	#gNav .sub-menu {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		display: block;
		position: absolute;
		top: 50px;
		left: 50%;
		margin-left: -100px;
		width: 200px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	#gNav .sub-menu a {
		padding: 10px;
		display: block;
		border-bottom: none;
		padding: 20px;
		line-height: 1.2em;
	}
	#gNav .sub-menu a:hover:after {
		content: none;
	}
	#gNav .sub-menu li {
		display: block;
		font-size: 16px;
		padding: 0;
		margin: 0;
	}
	#gNav .sub-menu li:last-child {
		border-bottom: none;
	}
	#gNav ul > li:hover {
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	#gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
		color: #C2AD66;
	}
	#gNav li:hover ul.sub-menu {
		top: 80px;
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	#gNav li ul li:after {
		content: none;
	}
	#gNav li:hover ul.sub-menu a {
		color: #111;
	}
	#gNav .sub-menu li a:hover {
		background: rgba(255,255,255,0.5);
	}
	#gNav .contact_btn a:hover {
		color: #fff;
	}
}

/* -----------------------------------------------------------------------

	contents
	
------------------------------------------------------------------------- */
#about {
	width: 100%;
	height: 100%;
	margin: 50px 20px;
	padding: 20px;
	text-align: left;
	background: rgba(238,233,230,0.9);
	border-radius: 6px;
}
#about h2 {
	color: #b38e6f;
}
@media only screen and (max-width : 687px ) {
	#about {
		margin: 0px;
	}
}
.slideshow {
	margin: 0 auto;
	padding: 0 auto;
}
.info p {
	border-bottom: dashed 1px silver;
	width: auto;
}
.info a {
	color: #c2ad66;
}
.subt {
	padding-top: 50px;
}
.annotation {
	margin: 5px;
}
.annotation h4 {
	position: relative;
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 6px;
	left: 50%;
	transform: translate(-50%);
}
.annotation h4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 20px solid #f0f0f0;
}

.subt h4 {
	margin: 10px;
}
.subp {
	margin: 20px;
}
/*
#video {
	margin: 10px auto;
	padding: 15px;
	text-align: center;
}
#video iframe {
	width: 100%;
	height: 600px;
}*/
#video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
@media only screen and (max-width : 768px ) {
	.annotation {
		margin: 0px;
	}
/*	#video {
		margin: 0;
	}
	#video iframe {
		height: auto;
	}*/
}

.list {
	margin: 10px 100px;
	padding: 10px 70px;
	background: #f0f0f0;
}
.list h2 {
	font-size: 23px;
}
.list-pic {
	padding: 10px;
}
@media only screen and ( max-width : 768px ) {
	.list {
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
	}
	.list p {
		padding: 10px;
	}
	.list-pic img {
		width: 100%;
		height: auto;
		padding: 10px;
	}
}
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
table th {
	padding: 10px;
	background: #f0f0f0;
}
table td {
	padding: 10px;
}
table th,table td {
	border: solid 1px #353535;
}
ul.hurusato {
	margin: 10px;
	padding: 5px;
	width: 280px;
	height: 340px;
	border: solid 1px #c9caca;
	float: left;
}
h4.ct {
	margin: 5px;
	color: #545454;
}
h4.ct a {
	color: #545454;
}
p.hurusato_p img {
	width: 100%;
}
p.hurusato_p a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.attention {
	padding-top: 50px;
}
.attention p {
	clear: both;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
}
.contact {
	padding-top: 50px;
	padding-bottom: 10px;
}
h1 {
	font-size: 150%;
	margin: 5px 0 50px;
	padding: 15px;
	background: #f6f6f6;
	border-left: 5px solid #66513f;
}
.contact h3 {
	margin: 5px;
	padding: 5px;
	border-left: 6px solid #ccc;
}
.contact h4 {
	margin: 15px;
	padding: 5px;
	color: #545454;
}
.contact h5 {
	margin: 15px;
	padding: 5px;
	color: #ff0000;
	font-size: 82%;
}
.contact p {
	margin: 15px;
	padding: 5px;
}
.map {
	width: 100%;
	height: 450px;
	border: 0;
}
@media only screen and ( max-width : 768px ) {
	.map {
		height: 200px;
	}
}
/* -----------------------------------------------------------------------

	footer
	
-----------------------------------------------------------------------------*/
.pagetop {
	clear: both;
}
.page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 6px 6px;
	border: none;
	background: rgba(255,255,255,0.8);
	z-index: 98;
}
#footer {
	background: #fff;
	font-size: 14px;
}
.f_logo,.f_logo p {
	text-align: center;
}
.copy {
	text-align: center;
}
.f_logo {
	text-align: center;
}
.f_logo p {
	text-align: center;
}
.f-navi ul {
	list-style-type: none;
}
.f-navi ul li:hover a {
	color: #C2AD66;
}
.sub-menu ul {
	list-style-type: none;
}
.pagetop a {
	color: #C2AD66;
}

@media only screen and ( max-width : 768px ) {
	#footer {
		padding: 40px 0;
	}
	.f_logo {
		padding: 0 20px;
		text-align: center;
	}
	.f_logo p {
		text-align: center;
	}
	.f_logo img {
		margin-bottom: 20px;
		width: 150px;
	}
}
@media screen and ( min-width : 769px ) {
	#footer {
		padding: 30px 0;
	}
	.f_logo img {
		margin-bottom: 20px;
		width: 200px;
		height: auto;
	}
}
	