@charset "UTF-8";

/*
Theme Name: marine
Theme URI: 
Description: 
Version: 1.1
Author: 
Author URI: 
*/

/* CSS Document */
/*共通設定*/
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	font-size: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
}
ul, li, ol, li {
	list-style: none!important;
	margin: 0;
	padding: 0;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 1.2rem;
}
h2 {
	font-size: 3rem;
	font-family: "Sawarabi Mincho";
	text-align: center;
	margin-bottom: 30px;
}
h2 span {
	position: relative;
	display: inline-block;
	margin-top: 1em;
	font-size: 1.5rem;
}
/*以下で線を表示*/
	
h2 span:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 25px;/*線の上下位置*/
	display: inline-block;
	width: 200px;/*線の長さ*/
	height: 1px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: darkorange;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
section {
	margin-bottom: 60px;
}
section#top_works {
	margin-bottom:0;
}
img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;/*GoogleChrome対策*/
}
.txt_c {
	text-align: center;
}
/* Bootstrapのガター幅を調整するための汎用CSS */
.row {
	padding: 0;
	margin: 0;
}
.row-0 {
	margin-left: 0px;
	margin-right: 0px
}
.row-0 >div {
	padding-right: 0px;
	padding-left: 0px
}
.row-10 {
	margin-left: -5px;
	margin-right: -5px
}
.row-10 >div {
	padding-right: 5px;
	padding-left: 5px
}
.row-20 {
	margin-left: -10px;
	margin-right: -10px
}
.row-20 >div {
	padding-right: 10px;
	padding-left: 10px
}
.row-30 {
	margin-left: -15px;
	margin-right: -15px
}
.row-30 >div {
	padding-right: 15px;
	padding-left: 15px
}
.row-40 {
	margin-left: -20px;
	margin-right: -20px
}
.row-40 >div {
	padding-right: 20px;
	padding-left: 20px
}
.row-50 {
	margin-left: -25px;
	margin-right: -25px
}
.row-50 >div {
	padding-right: 25px;
	padding-left: 25px
}
/* Bootstrapのカラムの下余白設定*/
.row-10-b > div {
	margin-bottom: 10px;
}
.row-20-b > div {
	margin-bottom: 20px;
}
.row-30-b > div {
	margin-bottom: 30px;
}
.row-40-b > div {
	margin-bottom: 40px;
}
.row-50-b > div {
	margin-bottom: 50px;
}
/*カラムの高さを揃える設定*/
.row-eq-height {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.pc {
	display: none;
}
.flex-reverse {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/*ヘッダー*/
#header_top {
	/*margin-bottom: 20px;*/
}
#logo img {
	max-width: 350px;/*adjustable*/
	text-align: center;
}
.navbar {
	min-height: 0;
}
.navbar-default {
	background: transparent;
	border: none;
}
a.navbar-brand {
	width: 60%;/*adjustable*/
	padding: 0;
}
/*サイドバー*/
#sidebar h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid #000;
	padding: 5px 0;
}
#sidebar h3 {
	font-size: 1.4rem;
	margin-top: 10px;
}
#sidebar ul {
	padding: 0;
}
#sidebar #side_menu ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
#sidebar #side_menu ul li ul li {
	text-indent: 1rem;
}
/*コンテンツ*/
#contents {
	margin-bottom: 40px;
}
.bg-slider {
	height: 300px;
	background-attachment: fixed;
	background-size: cover;
}
#mw_wp_form_mw-wp-form-131 p {
	display:none;
}
#mw_wp_form_mw-wp-form-131 p.completed_message {
	display:block;
}
#mw_wp_form_mw-wp-form-131 .control-label {
	line-height:35px;
}
/*フッター*/
footer {
	padding-top: 40px;
	background: #231815;
	color: #fff;
	position: relative;
}
footer #pagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index:9999;
}
footer #pagetop img {
	width: 75px;
}

footer a {
	color: #fff;
}
footer .footer_top {
	padding-bottom: 40px;
}
footer .footer_top h3 {
	font-size: 1.6rem;
}
footer .footer_top ul {
	padding-left: 0;
}
footer .footer_top ul li {
	list-style-type: none;
	margin-bottom: 5px;
	color: #fff;
}
footer iframe {
	border-radius: 30px;
}
footer .footer_bottom {
	padding-top: 20px;
}
footer .footer_bottom ul {
	padding-left: 0;
}
footer .footer_bottom ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}
footer .footer_top ul li a, footer .footer_bottom ul li a {
	color: #fff;
}
footer .copyright {
	text-align: center;
	background: #E3E3E3;
	color: #231815;
	font-size: 12px;
	padding: 5px 0;
}
footer .logo_footer {
	margin-bottom: 20px;
}
footer .logo_footer img {
	max-width: 285px;
}
footer address {
	color: #fff;
	margin-left: 5%;
}
footer dl {
	margin: 0;
	margin-left: 5%;
	margin-bottom: 20px;
}
footer dt {
	width: 20%;
	background: #fff;
	color: #231815;
	padding: 2px 2%;
	float: left;
	text-align: center;
}
footer dd {
	width: 74%;
	float: left;
	margin: 0 0 8px 5%;
}

@media (min-width: 769px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
#gnavi ul.navbar {
	min-height: 0;
}
#gnav {
	display: flex;
	alignItems: center;
	height: 80px;
}
nav li {
	display: inline-block;
}
#gnavi li {
	vertical-align: bottom;
	display: inline-block;
}
#gnavi li img {
	max-width: 100%;
	vertical-align: bottom;
}
#gnavi li:first-child span {
	padding-top: 5px;
	display: inline-block;
}
#gnavi li:nth-child(2) span {
	padding-top: 5px;
	display: inline-block;
}
#gnavi li:nth-child(3) span {
	padding-top: 3px;
	display: inline-block;
}
#gnavi li:nth-child(4) span {
	padding-top: 2px;
	display: inline-block;
}
#gnavi li:nth-child(5) span {
	padding-top: 0px;
	display: inline-block;
}
#gnavi li:nth-child(6) span {
	padding-top: 6px;
	display: inline-block;
}
#gnavi li:first-child img {
	width: 50px;
}
#gnavi li:nth-child(2) img {
	width: 50px;
}
#gnavi li:nth-child(3) img {
	width: 50px;
}
#gnavi li:nth-child(4) img {
	width: 50px;
}
#gnavi li:nth-child(5) img {
	width: 50px;
}
#gnavi li:nth-child(6) img {
	width: 50px;
}
	.nav > li > a {
		padding:10px 25px;
	}
	.navbar-nav {
	text-align: right;
		float: none;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	text-align: center;
	vertical-align: middle;
}
.navbar-brand {
	display: none;
}
.flex-reverse {
	display: block;
}
footer .row-0 {
	padding-right: 0;
	padding-left: 2%;
}
footer .col-md-1, footer .col-md-2, footer .col-md-3 {
	padding-right: 0;
	padding-left: 2%;
}
footer .col-md-3 {
	width: 25%;
}
footer .col-md-2 {
	width: 16%;
}
footer .col-md-1 {
	width: 12%;
}
}

@media (min-width: 1150px) {
header {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}
#header_top #logo {
	text-align: left;
}
.container {
	width: 1100px;/*adjustable*/
	padding: 0;
}
.container-fluid {
	padding: 0;
}
.nav>li>a, .nav>li>ul>li>a {
/*padding: 0 42px;/*adjustable*/
}
}

@media (min-width: 992px) {
.container {
	width: 1000px;/*adjustable*/
	padding: 0;
}
}
#main_slide {
	position: relative;
	/*top: 100px;*/
	width: 100%;
	/*float: left;*/
	margin-bottom:60px;
}
main {
	margin-top: 60px;
}
/*　-----------------
	トップ
-------------------*/
.first-h2 {
	margin-top: 350px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	line-height: 3rem;
	font-weight:bold;
}
.first-h2 span:before {
	left: 0%;
	bottom: 0px;/*線の上下位置*/
	display: inline-block;
	width: 0;/*線の長さ*/
	height: 0;/*線の太さ*/
	text-shadow: 1px;
}
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	max-width: 100%;
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
h3 {
	font-size: 2rem;
	margin: 0 0 5px 0;
}
time {
	font-size: 1.3rem;
	display: block;
	margin: 10px 0 5px 0;
}
ul.tag {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
ul.tag li {
	float: left;
	display: inline-block;
	margin: 0 5px 5px 0;
}
ul.tag li a {
	color: #fff;
	text-align: center;
	padding: 4px 8px;
}
ul.tag li.tag01 a {
	background: #8DC21F;
}
ul.tag li.tag02 a {
	background: #006EC4;
}
/*works*/
#works {
	background: #E3E3E3;
	padding: 50px 0;
}
#works .col-md-4 {
	margin-bottom: 30px;
}
#works .col-md-4 .works_inner {
	padding: 2% 4%;
	background: #fff;
	min-height: 220px;
}
#works h3 {
	margin-top: 10px;
}
#works h3 a {
	color: #333;
}
.parallax-window {
	height: 300px;
	background: transparent;
	padding: 150px 0 0 0;
}
.parallax-window h2 {
	margin: 0;
	font-size: 3.5rem;
	font-family: "Sawarabi Mincho";
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	/*text-shadow: 2px 2px 3px #000;*/
}
.parallax-window h2 b {
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
}
.parallax-window h2 {
	margin: 0;
	font-size: 3.5rem;
	font-family: "Sawarabi Mincho";
	text-align: center;
	margin-bottom: 30px;
}
.parallax-window h2 span:before {
	left: 0%;
	bottom: 0px;/*線の上下位置*/
	display: inline-block;
	width: 0;/*線の長さ*/
	height: 0;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
#works .btn,#news .btn, #recruit07 .btn{
	width: 100%;
	margin: 40px 0 0 0;
}
#works .btn a,#news .btn a, #recruit07 .btn a {
	background: #F74812;
	color: #fff;
	text-align: center;
	padding: 20px 10%;
	font-weight: bold;
	display:inline-block;
}
#works .btn a:hover ,#news .btn a:hover, #recruit07 .btn a:hover {
	text-decoration: none;
	opacity:0.8;
}
#works .btn a:after,#news .btn a:after, #recruit07 .btn a:after {
	content: "\f105";
	padding-left: 10px;
	font-family: FontAwesome;
}
/*about*/
.about dd {
	background: #231815;
	color: #fff;
	padding: 5px 0 5px 2%;
}
.about a {
	color: #fff;
}
/*recruit*/
.parallax-window02 {
	height: 400px;
	background: transparent;
	padding: 70px 0 0 0;
	text-align: center;
}
.parallax-window02 .row {
	width: 50%;
	float: right;
	color: #fff;
}
.parallax-window02 h2 {
	margin: 0;
	font-size: 5.5rem;
	font-family: "Sawarabi Mincho";
	text-align: center;
	margin-bottom: 15px;
}
.parallax-window02 h2 span {
	color: #F78258;
	margin-top: 0;
	display: block;
}
.parallax-window02 h2 span:before {
	left: 0%;
	bottom: 0px;/*線の上下位置*/
	display: inline-block;
	width: 0;/*線の長さ*/
	height: 0;/*線の太さ*/
	margin-bottom: 10px;
	padding: 0;
}
.parallax-window02 h2:first-letter {
	color: #F78258;
}
.parallax-window02 p {
	line-height: 3rem;
}
.parallax-window02 .btn {
	margin-top: 20px;
}
.parallax-window02 .btn a {
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 20px 80px;
	font-weight: bold;
	display:block;
}
.parallax-window02 .btn a:hover {
	color: #999;
	background:#fff;
	text-decoration:none;
}
.parallax-window02 .btn a:after {
	content: "\f105";
	padding-left: 10px;
	font-family: FontAwesome;
}

#news .col-md-6 {
	margin-bottom: 30px;
}
#news h3 a {
	color: #333;
}

@media (max-width: 768px) {
	main {
		margin-top: 40px;
	}
#main_slide {
	/*top: 60px;*/
	}
h2 {
	font-size: 2.4rem;
	font-family: "Sawarabi Mincho";
	text-align: center;
	margin-bottom: 30px;
}
h2 span {
	padding-top: 10px;
}
#works .btn a,#news .btn a {
	padding: 20px 25%;
}
#news h3 {
		margin-top: 20px;
}
footer #pagetop {
	position: fixed;
	right: 5px;
	bottom: 50px;
}
footer #pagetop img {
	width: 55px;
}
footer li {
	border-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
}
 @-moz-keyframes bounce {
0%, 100%, 20%, 80% {
-moz-transform:translateY(0);
transform:translateY(0)
}
40%, 50% {
-moz-transform:translateY(-30px);
transform:translateY(-30px)
}
}
@-webkit-keyframes bounce {
0%, 100%, 20%, 80% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40%, 50% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
}
@keyframes bounce {
0%, 100%, 20%, 80% {
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-webkit-transform:translateY(0);
transform:translateY(0)
}
40%, 50% {
-moz-transform:translateY(-30px);
-ms-transform:translateY(-30px);
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
}
@font-face {
	font-family: 'design_plus';
	src: url('../konan/css/fonts/design_plus.eot?v=1.4');
	src: url('../konan/css/fonts/design_plus.eot?v=1.4#iefix') format('embedded-opentype'),  url('../konan/css/fonts/design_plus.woff?v=1.4') format('woff'),  url('../konan/css/fonts/design_plus.ttf?v=1.4') format('truetype'),  url('../konan/css/fonts/design_plus.svg?v=1.4#design_plus') format('svg');
	font-weight: normal;
	font-style: normal;
}
#site-cover {
	z-index: 90000;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background: rgb(70,70,70);
}
.no-decoration {
	text-decoration: none !important;
}
.underline-hover:hover {
	text-decoration: underline;
}
.bounce {
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}
.amore-inner-container {
	margin-top: 40px;
}
.archive, .categories {
	padding-left: 0px;
}
.archive li, .categories li {
	list-style: none;
	/*line-height: 40px;*/
}
.archive li a, .categories li a {
	text-decoration: none;
	color: rgb(100,100,100);
}
.input-group * {
	border-radius: 0px;
}
.input-group .btn {
	color: white;
	background: black;
	border-left: none;
}
.input-group input {
	box-shadow: 2px 2px 1px #E5E5E5 inset !important;
	background: #eee;
	border: solid 1px #ddd !important;
	border-right: none !important;
}

.dropdown-menu {
	overflow: hidden;
	background-color: black !important;
	padding: 0px;
	border: none;
	border-radius: 0px;
}
.dropdown-menu li a {
	padding: 14px 15px 14px 15px;
}
.dropdown-menu .menu-item:hover * {
	color: white !important;
}
.navbar {
	margin-bottom: 0;
}
.navbar-toggle {
	margin-top: 20px;
	border: 0px solid transparent;
	background: transparent !Important;
}
.navbar-collapse {
	margin-top: 14px;
	/*background-color: rgba(249,128,38, .2) !important;*/
	border-top: 0px solid transparent;
	border-bottom: 1px solid #737373;
}
.right-menu {
	margin-top: 0px !important;
	width: 100%;
}
.no-padding-mobile {
	padding-left: 0px;
	padding-right: 0px;
}
#logo-area {
	position: relative;
	display: inline-block;
	-webkit-touch-callout: none;
	border-left: 15px solid transparent;
	height: 100%;
	width: auto;
}
.ajax-page-separator {
	border-top: 1px solid lightgrey;
	position: relative;
}
.ajax-page-separator span {
	display: inline-block;
	position: relative;
	background: white;
	padding-right: 10px;
	top: -10px;
}

@media only screen and (max-width: 767px) {
.first-h1 {
	font-size: 20px !important;
	padding-top: 26px;
}
	.container {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 991px) {
.navbar-collapse.collapse.in {
	overflow: scroll;
	height: 50vh;
}
.amore-divider {
	padding-top: 20px !important;
	padding-bottom: 0px !important;
}
.amore-divider .top-headline {
	margin-top: 60px;
	margin-bottom: 0px;
}
#main-menu > li > a {
	height: auto !important;
}
#main-menu > li > a:hover {
	background: green !important;
	color: #fff !important;
}
.navbar-nav > li > .dropdown-menu {
	display: block;
}
ul.dropdown-menu {
	padding: 0;
	background: none !important;
	float: none;
	position: relative;
}
ul.dropdown-menu .menu-item {
	padding: 0;
}
.dropdown-menu li a {
	padding: 10px 0 10px 35px;
}
	
/*recruit*/
.parallax-window02 {
	height: 400px;
	background: transparent;
	padding: 70px 0 0 0;
	text-align: center;
}
.parallax-window02 .row {
	width: 100%;
	float: left;
	color: #fff;
}
.parallax-window02 h2 {
	margin: 0;
	font-size: 3.5rem;
	font-family: "Sawarabi Mincho";
	text-align: center;
	margin-bottom: 15px;
}
.parallax-window02 h2 span {
	color: #F78258;
	margin-top: 0;
	display: block;
}
.parallax-window02 h2 span:before {
	left: 0%;
	bottom: 0px;/*線の上下位置*/
	display: inline-block;
	width: 0;/*線の長さ*/
	height: 0;/*線の太さ*/
	margin-bottom: 10px;
	padding: 0;
}
.parallax-window02 h2:first-letter {
	color: #F78258;
}
.parallax-window02 p {
	line-height: 3rem;
}
.parallax-window02 .btn {
	margin-top: 20px;
}
.parallax-window02 .btn a {
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 20px 80px;
	font-weight: bold;
}
.parallax-window02 .btn a:after {
	content: "\f105";
	padding-left: 10px;
	font-family: FontAwesome;
}

}

@media only screen and (min-width: 991px) {
.dropdown .dropdown-menu {
	display: block;
	opacity: 0;
	height: 0px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
.dropdown:hover .dropdown-menu {
	height: auto;
	display: block;
	opacity: 1;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.right-menu {
	margin-right: -15px;
}
#logo-area {
	border-left: none;
}
.navbar-brand {
	padding-left: 0px !important;
}
.right-menu {
	margin-top: 11px !important;
	width: auto;
}
.navbar-collapse {
	padding-right: 0px !important;
	background: none !important;
	margin-top: 0px;
}
.no-padding-mobile {
	padding-left: 15px;
	padding-right: 15px;
}
.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.no-left-padding {
	padding-left: 0px;
}
.no-right-padding {
	padding-right: 0px;
}
}
.site-navigation {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	z-index: 1000;
	background-color: rgba(40,40,40, .8);
}
.navbar {
	border-radius: 0px;
	border: 0px solid transparent;
	background-color: transparent;
}
.heightasviewport {
	position: relative;
}
.slider {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.down-arrow {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: rgb(250,250,250);
	font-size: 50px;
	cursor: pointer;
}
.main-content-inner {
	padding: 0px;
}
.has-background {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.animate {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.animate-opacity {
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
.slider {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.opaque {
	opacity: 0;
}
.offsetted {
	opacity: 0;
	-ms-transform: translateX(60px);
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
}
.topcover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*opacity:0;*/
	-ms-transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}
.topcover-visible {
	/*opacity:1 !important;*/
	-ms-transform: translate(0px, 0px) !important;
	-webkit-transform: translate(0px, 0px) !important;
	transform: translate(0px, 0px) !important;
}
.categories-wrap {
	font-size: 12px;
}
.categories-wrap a {
	color: black;
}
#loader {
	background: rgb(80,80,80);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9000;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.show-website {
	opacity: 0;
	pointer-events: none;
}
.single-page p {
	line-height: 30px;
	font-size: 16px;
}
.single-page h1 {
/*color:#207D06;*/
}
.social-icon {
	margin-top: 10px;
	height: 20px;
	margin-left: 20px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-icon:hover {
	background-color: #238C00;
}
.up-arrow {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.up-arrow:hover {
	background-color: #238C00;
}

/*スマホメニュー*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    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;
}
 
/* 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: #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 (max-width: 780px) {
#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: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo,  #top-head .logo {
	position: absolute;
	left: 13px;
	top: 9px;
	color: #333;
	font-size: 26px;
	width: 200px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: rgba(0,0,0,0.5);
	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: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
	vertical-align: bottom;
}
	#top-head #global-nav ul li a img {
	width: 14px;
	margin-right: 5px;
}
#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);
}
}
