﻿* {
	margin: 0;right_little_box
	padding: 0;
}
body {
	background-color:#f5f5f5;
	background-image: url("img/back_g.jpg");
	background-position:top center;
	font-family:Helvetica,"メイリオ","Meiryo","游ゴシック","Yu Gothic",sans-serif,"ＭＳ Ｐゴシック","ヒラギノ角ゴシック";
}
a {
	color: #648916;
	text-decoration:none;
	 -webkit-transition: 0.3s ease-in-out;  /*マウスオン時のアルファーチャンネルフェードスピード*/
        -moz-transition: 0.3s ease-in-out;  
          -o-transition: 0.3s ease-in-out;  
             transition: 0.3s ease-in-out; 

}
a:hover {filter:alpha(opacity=80); opacity:0.8;} /*hoverの際にアルファーチャンネル効果*/
a img {
	border: none;
}
p {
	color:#333;
}
/*#main-visual {
	background-color:#fff;
	height:100%;
	margin:0 auto;
}*/
@media screen and (min-width: 801px) {/* PC向け */
	.main-content {
		margin-top:74px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:20px;
		max-width:980px;
		height:100%;
		background-color:#f2f2f2;
	}
	.main-content h1,h2{
		font-size: 90%;
		font-weight:normal;
		line-height:180%;
		color:#333;
	}
	.smart-menu {
		display:none;
	}
}
@media screen and (max-width: 800px) {/* スマホ向け */
	.main-content {
		margin-top:54px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:20px;
		max-width:800px;
		height:100%;
		background-color:#f2f2f2;
	}
	.main-content h1,h2{
		font-size: 90%;
		font-weight:normal;
		line-height:120%;
		color:#333;
	}
}

.footer-top {
	height:0px;
	width:100%;
	border-bottom: solid 2px #ccc;
	background-color:#eee;
}
.footer_over {
	width:100%;
	background: url(img/top_head_back.png) repeat-x left top;
}
.footer {
	margin:0 auto;
	max-width:940px;
	text-align: left;
}
.footer p {
	color:#333;
	font-size:14px;
    margin-bottom:6px;
}
.foot-nav {
	padding-top:20px;
	padding-bottom:30px;
	margin-left:-40px;
}
.foot-nav ul{
	list-style:none;
	font-size:12px;
}
.foot-nav ul li{
	float:left;
	border-left:1px #555 solid;
}
.foot-nav ul li a{
	padding: 0 1em;
	color:#333;
	text-decoration:none;
	font-size:90%;
}
.foot-nav ul li a:hover{
	text-decoration:underline;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-top:10px;
    margin-bottom:0px;
}
.top-list　{
	text-align: center;
	list-style-type: none;
}
.top-list li {
	display: inline;
}

@media screen and (min-width: 641px) {/* PC向け */
	.my-slider {
		margin-top:0px;/* top写真の上からの高さ */
		position:relative;

	}
	.top-cent-cnt {
		position:absolute;
		top 0px;
		left: 0px;
		width:50%;
	}
}
@media screen and (max-width: 640px) {/* スマホ-タブレット向け */
	.my-slider {
		margin-top:0px;/* top写真の上からの高さ */
		position:relative;

	}
    .top-cent-cnt {
		position:absolute;
		top 0px;
		left: 0px;
		width:70%;
	}
}
@media screen and (min-width: 580px) { /* PC向け */
	.left05box {
		width:50%;
		max-width:460px;
		min-width:300px;
		text-align:left;
		float:left;
		margin-left:20px;
		padding-top:10px;
	}
	.left-pro-box {
		width:55%;
		max-width:560px;
		min-width:300px;
		text-align:left;
		float:left;
		margin-left:0px;
		padding-top:10px;
	}
	.right05box {
		width:46%;
		text-align:left;
		float: left;
		margin-left:20px;
		padding-top:10px;
	}
	.right-pro-box {
		width:33%;
		text-align:left;
		float: left;
		margin-left:20px;
		padding-top:30px;
	}	
	.right05box p {
		line-height:1.4em;
		margin-top:8px;
		margin-left:0px;
		font-size:90%;
	}
	.right05box h1 {
		margin-top:10px;
		font-size:100%;
	}
	.product-table-s {
		width:100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.product-table-s th{
		width:33%;
		text-align:right;
		line-height:140%;
		color:#333;
		padding:5px;
		border-top:0px dashed #ccc;
		border-left:0px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:0px dashed #ccc;
	}
	.product-table-s td{
		text-align:left;
		line-height:140%;
		color:#333;
		padding:5px;
		border-top:0px dashed #ccc;
		border-left:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:0px dashed #ccc;
	}
}

@media screen and (max-width: 579px) { /* スマホ向け */
	.left05box {
		width:90%;
		max-width:460px;
		min-width:300px;
		text-align:left;
		margin-left:20px;
		padding-top:10px;
	}
	.left-pro-box {
		width:90%;
		max-width:460px;
		min-width:300px;
		text-align:left;
		float:left;
		margin-left:0px;
		padding-top:10px;
	}
	.right05box {
		width:90%;
		text-align:left;
		margin-left:20px;
		padding-top:10px;
	}
	.right-pro-box {
		width:90%;
		text-align:left;
		float: left;
		margin-left:20px;
		padding-top:30px;
	}	
	.right05box p {
		line-height:1.4em;
		margin-top:4px;
		margin-left:0px;
		font-size:110%;
	}
	.right05box h1 {
		margin-top:10px;
		font-size:90%;
	}
	.product-table-s {
		width:100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.product-table-s th{
		width:25%;
		text-align:right;
		line-height:140%;
		color:#333;
		padding:5px;
		border-top:0px dashed #ccc;
		border-left:0px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:0px dashed #ccc;
	}
	.product-table-s td{
		text-align:left;
		line-height:140%;
		color:#333;
		padding:5px;
		border-top:0px dashed #ccc;
		border-left:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:0px dashed #ccc;
	}
}
/* ▼NEWS全幅にて共通▼ */
.news-topics {
	width:100%;
	text-align:left;
	border: 0px solid #c0c0c0;
    border-collapse: collapse;
    border-spacing: 0;
    color:#333;
}
.news-topics th {
	border-bottom: 1px #222 dotted;
	font-size:90%;
	font-weight:normal;
	text-align:left;
}
.news-topics td {
	border-bottom: 1px #222 dotted;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:90%;
}
/* ▲NEWS全幅にて共通▲ */
@media screen and (min-width: 901px) {/* PC向け */
	.map-in img {
		width:450px;
	}
	.pic-link {
		width:100%;
		margin-left:0px;
	}
	.mini-index {
		width:48%;
		text-align:left;
		border: 0px solid #000;
		border-collapse: collapse;
		border-spacing: 0;
		color:#333;
		margin-left:10px;
	}
	.mini-index th {
		border: 0px solid #000;
	}
	.mini-index td {
		border: 0px solid #000;
		padding-left:10px;
		padding-top:8px;
		padding-bottom:8px;
	}
	.mini-index td img{
		width:100%;
	}
	.top_under_phone {
		width:94%;
		background-color:#2456a2;
		padding-top:10px;
		padding-left:20px;
		padding-bottom:10px;
		margin-top:20px;
		margin-left:20px;
		margin-bottom:10px;
	}
	.top_under_phone h2 {
		font-size:100%; !important;
		color:#fff;
		line-height:150%;
		padding-top:7px;
		letter-spacing:0.3em;
	}
	.top_under_phone p {
		font-size:100%; !important;
		color:#fff;
		margin-top:6px;
		line-height:140%;
	}
	.left_top_under_box {
		width:50%;
		text-align:left;
		float:left;
	}
	.right_top_under_box {
		width:40%;
		text-align:right;
		float:right;
	}
	.right_little_box {
		width:90%;
		margin-bottom:4px;
		border:1px solid #fff;
	}
	.right_little_box p{
		text-align:center;
		transform: scale(1.1, 1);
	}
	.right_top_under_box a {
		margin:0 auto;
		display:block;
		color:#fff;
	}
}
@media screen and (max-width: 900px) {/* タブレット向け */
	.map-in img {
		width:90%
	}
	.pic-link {
		width:100%;
		margin-left:0px;
	}
	.mini-index {
		width:46%;
		text-align:left;
		border: 0px solid #000;
		border-collapse: collapse;
		border-spacing: 0;
		color:#333;
		margin-left:10px;
	}
	.mini-index th {
		border: 0px solid #000;
	}
	.mini-index td {
		border: 0px solid #000;
		padding-left:10px;
		padding-top:8px;
		padding-bottom:8px;
	}
	.mini-index td img{
		width:100%;
	}
	.top_under_phone {
		width:90%;
		background-color:#2456a2;
		padding-top:10px;
		padding-left:20px;
		padding-bottom:10px;
		margin-top:20px;
		margin-left:20px;
		margin-bottom:10px;
	}
	.top_under_phone h2 {
		font-size:110%; !important;
		color:#fff;
		line-height:130%;
		padding-top:4px;
		letter-spacing:0.1em;
	}
	.top_under_phone p {
		font-size:100%; !important;
		color:#fff;
		margin-top:6px;
		line-height:140%;
	}
	.left_top_under_box {
		width:45%;
		text-align:left;
		float:left;
	}
	.right_top_under_box {
		width:45%;
		text-align:right;
		float:right;
	}
	.right_little_box {
		width:90%;
		margin-bottom:4px;
		border:1px solid #fff;
	}
	.right_little_box p{
		text-align:center;
	}
	.right_top_under_box a {
		margin:0 auto;
		display:block;
		color:#fff;
		letter-spacing:70%;
	}
}
@media screen and (max-width: 660px) {/* スマホ向け */
	.map-in img {
		width:90%
	}
	.pic-link {
		width:100%;
		margin-left:0px;
	}
	.mini-index {
		width:90%;
		text-align:left;
		border: 0px solid #000;
		border-collapse: collapse;
		border-spacing: 0;
		color:#333;
		margin-left:10px;
	}
	.mini-index th {
		border: 0px solid #000;
	}
	.mini-index td {
		border: 0px solid #000;
		padding-left:10px;
		padding-top:8px;
		padding-bottom:8px;
	}
	.mini-index td img{
		width:100%;
	}
	.top_under_phone {
		width:86%;
		background-color:#2456a2;
		padding-top:10px;
		padding-left:20px;
		padding-bottom:10px;
		margin-top:20px;
		margin-left:10px;
		margin-bottom:10px;
	}
	.top_under_phone h2 {
		font-size:110%; !important;
		color:#fff;
		line-height:130%;
		padding-top:4px;
		letter-spacing:0.1em;
	}
	.top_under_phone p {
		font-size:100%; !important;
		color:#fff;
		margin-top:6px;
		line-height:140%;
	}
	.left_top_under_box {
		width:100%;
		text-align:left;
		float:left;
	}
	.right_top_under_box {
		width:100%;
		text-align:left;
		float:left;
	}
	.right_little_box {
		width:90%;
		margin-bottom:4px;
		border:1px solid #fff;
	}
	.right_little_box p{
		text-align:center;
		transform: scale(1.1, 1);
	}
	.right_top_under_box a {
		margin:0 auto;
		display:block;
		color:#fff;
		letter-spacing:0.1em;
	}
}
/* ▼メールフォームスタイル▼ */
@media screen and (min-width: 901px) { /* PC向け */
	.formWrap {
		width:100%;
		color:#555;
		line-height:120%;
		font-size:90%;
		text-align:left;
		max-width:940px;
		margin-left:20px;
	}
	.formWrap h3 {
		padding:12px 0 6px 0;
		font-size:110%;
	}
	.formWrap h4 {
		color:#127bcc;
		padding:12px 0 6px 0;
		font-size:100%;
	}
	.formWrap p {
		padding:2px 0 3px 0;
	}
	.formTable{
		width:100%;
		margin:0 auto;
		border-collapse:collapse;
	}
	.formTable th{
		width:30%;
		border:1px solid #ccc;
		padding:10px;
		font-weight:normal;
		background:#efefef url(img/table-b.png) repeat-x left top;
		text-align:left;
	}
	.formTable td{
		text-align:left;
		border:1px solid #ccc;
		background-color:#fbfbfb;
		padding:10px;
	}
	.mail_under_phone {
		width:99%;
		background-color:#2456a2;
		padding-top:10px;
		padding-left:20px;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.mail_under_phone h2 {
		font-size:120%; !important;
		color:#fff;
		font-weight:bold;
	}
	.mail_under_phone p {
		font-size:100%; !important;
		color:#fff;
		margin-top:6px;
		line-height:140%;
	}
	.left_phone_box {
		width:40%;
		max-width:500px;
		min-width:300px;
		text-align:left;
		float:left;
	}
	.right_phone_box {
		width:55%;
		max-width:500px;
		min-width:300px;
		text-align:left;
		float:left;
	}
	.right_phone_box a {
		text-align:right;
	}
}
@media screen and (max-width: 900px) {　/* スマホ向け */
	.formWrap {
		width:90%;
		color:#555;
		line-height:120%;
		font-size:80%;
		text-align:left;
		max-width:900px;
		padding-top:-30px;
	}
	.formWrap h2,p {
	    margin-left:10px;
	    text-align:left;
		color:#555;
		font-size:90%;
	}
	.formWrap h3 {
		padding:12px 0 6px 0;
		font-size:110%;
	}
	.formWrap h4 {
		color:#127bcc;
		padding:12px 0 6px 15px;
		font-size:90%;
	}

	.formTable{
		width:95%;
		margin:0 auto;
		border-collapse:collapse;
	}
	.formTable th{
		width:30%;
		border:1px solid #ccc;
		padding:10px;
		color:#555;
		font-size:70%;
		font-weight:normal;
		background:#efefef url(img/table-b.png) repeat-x left top;
		text-align:left;
	}
	.formTable td{
		text-align:left;
		border:1px solid #ccc;
		background-color:#fbfbfb;
		padding:10px;
	}
	.mail_under_phone {
		width:99%;
		background-color:#2456a2;
		padding-top:10px;
		padding-left:20px;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.mail_under_phone h2 {
		font-size:120%; !important;
		color:#fff;
		font-weight:bold;
	}
	.mail_under_phone a {/* スマホから電話番号がリンク色にならないようにする　*/
		color:#fff;
	}
	.mail_under_phone p {
		font-size:100%; !important;
		color:#fff;
	}
	.left_phone_box {
		width:100%;
		max-width:800px;
		min-width:300px;
		text-align:left;
		float:left;
	}
	.right_phone_box {
		width:100%;
		max-width:460px;
		min-width:300px;
		text-align:left;
		float:left;
	}
	.right_phone_box a {
		text-align:right;
	}
}
/* ▲ここまでメールフォームスタイル▲ */
/* ▼ここからトップページ以外のページスタイル▼ */
@media screen and (min-width: 641px) { /* PC向け */
	.other-page-pic {
		margin-bottom:20px;
	}
	.other-cont {
		width:95%;
		text-align:left;
		padding-top:20px;
		padding-left:20px;
	}
	.other-cont h3 {
		margin-left:0px;
		text-align:left;
		font-size:110%;
	}
	.other-cont p {
		margin-left:0px;
		text-align:left;
		font-size:90%;
	}	
	.other-cont iframe {
		width:90%;
		height:450px;
		margin-left:0px;
	}
	.other-cont img {
		float:left;
	}
}
@media screen and (max-width: 640px) {　/* スマホ向け */
	.other-page-pic {
		margin-bottom:10px;
	}
	.other-cont {
		width:90%;
		text-align:left;
		padding-top:20px;
		padding-left:10px;
	}
	.other-cont h3 {
		margin-left:0px;
		text-align:left;
		font-size:110%;
	}
	.other-cont p {
		margin-left:0px;
		text-align:left;
		font-size:80%;
		line-height:1.2em;
	}
	
	.other-cont iframe {
		width:95%;
		height:350px;
		margin-left:0px;
	}
	.other-cont img {
		float:left;
		width:95%;
	}
}
/* ▲ここまでトップページ以外のページスタイル▲ */
@media screen and (min-width: 801px) { /* PC向け company*/
	.companyWrap {
		float:left;
		width:95%;
		color:#555;
		line-height:120%;
		font-size:90%;
		text-align:left;
		max-width:950px;
		margin-left:20px;
	}
	.companyWrap2 {
		float:left;
		width:95%;
		color:#555;
		line-height:120%;
		font-size:90%;
		text-align:left;
		max-width:930px;
		margin-left:20px;
	}
	.companyWrap h3 {
		padding:12px 0 6px 0;
		font-size:110%;
	}
	.companyWrap p {
		padding:2px 0 3px 0;
	}
	.company-table {
		width:100%;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.company-table th{
		border:1px solid #ccc;
		padding:10px;
		font-weight:normal;
		background:#efefef url(img/table-b.png) repeat-x left top;
		text-align:left;
	}
	.company-table td{
		text-align:left;
		border:1px solid #ccc;
		padding:10px;
	}
	.companyPIC-table {
		width:100%;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.companyPIC-table td{
		text-align:center;
		border:0px solid #ccc;
	}
	.companyPIC-table img {
		width:90%;
	}
	.history-table {
		width:100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.history-table th{
		border:1px solid #ccc;
		text-align:left;
	}
	.history-table td{
		text-align:left;
		line-height:100%;
		padding:5px;
		border-top:1px dashed #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px dashed #ccc;
	}
}
@media screen and (max-width: 800px) { /* タブレット　スマホ向け company*/
	.companyWrap {
		float:left;
		width:95%;
		color:#555;
		line-height:120%;
		font-size:90%;
		text-align:left;
		max-width:800px;
		margin-left:20px;
	}
	.companyWrap2 {
		float:left;
		width:92%;
		color:#555;
		line-height:120%;
		font-size:90%;
		text-align:left;
		max-width:780px;
		margin-left:20px;
	}
	.companyWrap h3 {
		padding:12px 0 6px 0;
		font-size:110%;
	}
	.companyWrap p {
		padding:2px 0 3px 0;
	}
	.company-table {
		width:100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.company-table th{
		border:1px solid #ccc;
		padding:10px;
		font-weight:normal;
		background:#efefef url(img/table-b.png) repeat-x left top;
		text-align:left;
	}
	.company-table td{
		text-align:left;
		border:1px solid #ccc;
		padding:10px;
	}
	.companyPIC-table {
		width:100%;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.companyPIC-table td{
		text-align:center;
		border:0px solid #ccc;
	}
	.companyPIC-table img {
		width:100%;
	}
	.history-table {
		width:100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.history-table th{
		border:1px solid #ccc;
		text-align:left;
	}
	.history-table td{
		text-align:left;
		line-height:100%;
		padding:5px;
		border-top:1px dashed #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px dashed #ccc;
	}
}
	.google-maps {
		position: relative;
		padding-bottom: 50%; // 地図の縦横比
		height: 0;
		overflow: hidden;
		border: 1px #96c72e solid;
	}
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.product-table {
		width:100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		border-collapse:collapse;
	}
	.product-table th{
		text-align:right;
		line-height:140%;
		color:#333;
		padding:5px;
		border-top:0px dashed #ccc;
		border-left:0px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:0px dashed #ccc;
	}
	.product-table td{
		text-align:left;
		line-height:140%;
		color:#333;
		padding:5px;
		border-top:0px dashed #ccc;
		border-left:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:0px dashed #ccc;
	}
/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */
/* ▼▼▼ここからナビゲーションの設定▼▼▼ */
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner-after {  /* 回り込みクリアー */
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 90px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
	background-image: url(img/top_head_back.png);
	background-repeat:repeat-x;
    border-bottom:2px #bdbdbd solid;
}
#top-head a {
	color:#555;
	text-decoration:none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 30px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0; /* メインメニュー横位置　*/
	bottom: 20px; /* メインメニュー縦位置　*/
	font-size: 14px;
}
@media screen and (min-width: 841px) { /* PC横向け メニューのサイドボーダースタイル*/
	#global-nav ul li {
		float: left;
		position: relative;
		border-left:1px #ccc solid;
	}
	#global-nav ul li:last-child {/* PC横向け リストの最後のみボーダーrightスタイル*/
		border-right:1px #ccc solid;
	}
	#global-nav ul li a {
		color:#333;
	}
}
@media screen and (max-width: 840px) { /* スマホ横向け メニューのサイドボーダースタイル（色が出ないようにする）*/
	#global-nav ul li {
		float: left;
		position: relative;
		border-left:0px #444 solid;
	}
	#global-nav ul li:last-child {/* スマホ横向け リストの最後のみボーダーrightスタイル*/
		border-right:1px #444 solid;
	}
}
#global-nav ul li a {
	padding: 0 28px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	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: #00a0e9;
	bottom: -18px;
}

/* Fixed 下スクロール時に降りてくるメニュー　*/
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #eee;
	background: rgba(204,204,204,.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;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

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


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



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

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	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;
}
@media screen and (min-width: 801px) {
	#nav-toggle-under {
		display:none;
	}
}
@media screen and (max-width: 800px) {
	#nav-toggle-under {
		position: absolute;
		right: 20px;
		top: 2px;
		width: 34px;
		height: 6px;
	}
	#nav-toggle-under p {
		font-size:10px;
	}
}


@media screen and (max-width: 980px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}
/*@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul {
		list-style: none;
		margin-right:40px;
		font-size: 14px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}*/
@media screen and (max-width: 840px) {
	#main-visual {
		height: 100%; /* スマホの時のメインの高さ */
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #f8f8f8;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background-color:rgba(68,68,68,0.8);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#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: 18px 0;
		font-size:120%;
		font-weight:bold;
		text-decoration:underline;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.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 {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
/* ▲▲▲ここまでナビゲーションの設定▲▲▲ */