@charset "utf-8";
/* CSS Document */

/*ここからリセットスタイル*/

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td, form, fieldset{
	margin: 0;
	padding: 0;
}

html{
	overflow-x:hidden;
	font-size: 62.5%;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

li{
	list-style:none;
}

img{
	border-style: none;
	margin:0;
}

address{
	font-style:normal;
}

/*ここからベーススタイル*/

body {
	font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 2.0;
	margin:0;
	padding: 0;
	background: #ffffff;
	font-size: 1.8rem;
	color:#333;
	overflow: hidden;
}

#main{
	width:100%;
	margin:80px auto 0 auto;
	line-height: 1.9;
}

a:link{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visit{
	text-decoration: none;
}

footer {
	padding: 50px 0 15px 0;
	text-align: center;
	background-repeat: repeat-y;
	background-size:100% auto;
	background-color: #595757;
	color:#ffffff;
}

footer img{
	display:block;
	margin:10px auto;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

.ms{
	font-size:0.8em;
}

.center{
	text-align:center;
	margin-top:20px;
}

.tel{
	font-family: 'Merriweather', serif;
	font-size:150%;
	margin:25px 0 -10px 0;
}

footer p{
	margin-bottom:6px;
}

/*pagetop*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
}

.pagetop a {
    display: block;
    background-color: #464342;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 12px;
  	filter:alpha(opacity=80);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.pagetop a:hover {
    display: block;
    background-color: #464342;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 12px;
  	filter:alpha(opacity=80);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

/* head */
.inner {
	width: 1280px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 1.5rem;
	position: absolute;
	width: 100%;
	margin:0 auto;
	padding:0;
	line-height: 1;
	z-index: 999;
}

#top-head a,
#top-head {
	color: #ffffff;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo {
	float: left;
	font-size: 36px;
	margin-top:-15px;
}

#top-head .logo img{
	width:100%;
	height:auto;
	margin-top:20px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	font-size: 16px;
	height:40px;
		font-family:'Open Sans', sans-serif;
}

#global-nav ul li {
	float: left;
	position: relative;
	padding-left:50px;
	text-align:center;
	top:30px;
	font-size:24px;
}

#global-nav ul li a {
		color:#1a1a1a;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 60%;
	height: 3px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #5f9ea0;
	bottom: -10px;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 25px;
	height:50px;
	background: #fff;
	opacity:0.8;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
	margin-top: -35px;
}

#top-head.fixed .logo img{
	width:500px;
}

#top-head.fixed #global-nav ul li a {
	color: #333;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #5f9ea0;
	bottom: -10px;
}

#top-head.fixed #global-nav ul li {
	top:0;
	font-size:22px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ffffff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* main */

.image100{
	width:100%;
}

/*ここから*/
. {
  width: 1280px;
  margin:0 auto;
}

. > dt {
	cursor: pointer;
	padding: 10px 0 0 0;
	font-size:32px;
	margin-top:20px;
	font-family:'Open Sans', sans-serif;
	text-align: center;
}

. > dd {
  margin: 0px;
  padding:0px;
	text-align:center;
}

/*ここまで*/

.clear{
	clear:both;
}



#about .concept{
	width:1000px;
	margin:80px auto;
	text-align: left;
}

.concept h2{
	margin:20px 0;
	text-align: center;
}


#main2{
	width:100%;
	margin: 0 auto 50px auto;
	margin-top:-90px;
	padding-top:90px;
}

#woody{
	width:1280px;
	margin:80px auto;
	text-align: center;
	overflow: hidden;
}

#cube{
	width:1280px;
	margin:40px auto;
	text-align: center;
	overflow: hidden;
}

#panel {
  width: 100%;
  margin:0 auto;
}

#panel > dt {
	cursor: pointer;
	padding: 10px 0 0 0;
	margin-top:20px;
	text-align: center;
	border-bottom:1px solid #1a1a1a;
}

#panel > dd {
  margin: 0px;
  padding:20px 0 0 0;
	text-align:center;
}

.box_1{
	width:580px;
	float:left;
	margin-bottom:20px;
	margin-left: 40px;
	height:auto;
	text-align:left;
}

.box_2{
	width:580px;
	float:right;
	margin-bottom:20px;
	margin-right: 40px;
}

.img_migi{
	float:right;
	display:block;
	margin-left:50px;
}

.img_hidari{
	float:left;
	display:block;
	margin-right:20px;
}

.img_center{
	float:none;
	display:block;
	margin:0 auto 5px auto;
}

#map{
	width:700px;
	margin:20px auto;
}

#map img{
	margin-bottom:10px;
}

.viewer {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 100%;
	height: 540px;
	text-align: left;
	overflow: hidden;

}

.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

.sh_on{
	display:none;
}


/* スマホページ */
@media screen and (max-width: 768px) {

.sh_on{
	display:block;
}

#global-nav ul li {
    float: left;
    position: relative;
    padding-left:0;
    text-align: center;
}

#top-head.fixed {
	opacity:1;
}

#global-nav ul li a {
	padding: 0 20px;
}

#top-head.fixed #global-nav ul li a {
	padding: 0 15px;
}

#top-head,
.inner {
	width: 100%;
	padding: 0;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}

#top-head h1{
	font-weight: normal;
	font-size:22px;
	font-family: 'Libre Baskerville', serif;
	padding:12px 0 0 10px;
}

#top-head.fixed .logo img{
	width:230px;
}

.viewer {
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 100%;
	text-align: left;
	overflow: hidden;
	position: relative;
	height:200px;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}

#about{
	margin-top:-40px;
}


#woody{
	width:100%;
	margin:40px auto;
	text-align: center;
	overflow: hidden;
}

#cube{
	width:100%;
	margin:80px auto 0 auto;
	text-align: center;
	overflow: hidden;
}

.box_1,.box_2{
	width:100%;
	float:none;
	padding:10px;
	margin:0;
	height:auto;
	text-align:left;
}

footer {
    padding: 30px 0 0 0;
    text-align: center;
		line-height: 1.2;
}

.foot_logo {
    width: 200px;
    margin: 10px 0 0 0;
}

footer p {
    padding:20px 0;
}

footer a{
	color:#7fffd4;
}

#panel {
    width: 90%;
    margin: 0 auto;
}

#main{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}

#about .concept {
    width: 93%;
    margin: auto;
    text-align: justify;
		padding:10px;
}

.img_migi,.img_hidari,.img_center{
	float:none;
	display:block;
	margin:10px auto;
	width:100%;
}


.sh_none{
	display:none;
}

/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}

	#mobile-head {
		background: #fff;
		width: 100%;
		z-index: 999;
		position: relative;
	}

	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 15px;
		top: 15px;
		color: #464342;
		font-size: 26px;
	}

#global-nav {
		position: absolute;
		top: -566px;
		background:#595757;
		width: 100%;
		height:170px;
		text-align: center;
}

#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 16px;
}

#global-nav ul li {
		float: none;
		position: static;
}

#global-nav ul li:after  {
	display: none;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 32px 0;
		background-color:#AEB3B7;
}

#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover{
		width: 100%;
		display: block;
		background-color:#AEB3B7;
		color: #fff;
		padding: 32px 0;
}


	#nav-toggle {
		display: block;
	}
	/**/
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav */
	.open #global-nav {
		/* */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
