@charset "UTF-8";



/* ----------ヘッダー---------- */

/* 全体 */

header {
	width: 1360px;
	margin: 20px auto 12px;
}

/* タブレット用 */

.header_t {
	display: none;
}



/* ----横並び---- */

header img,
.main_menu {
	display: inline-block;
	vertical-align: top;
}



/* ----メニュー---- */

/* 全体 */

.main_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	padding-top: 8px;
}

.main_menu li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.main_menu li:not(:last-child) {
	border-right: solid 0.3px #e9eaea;
	height: 85px;
}



/* ----共通---- */

/* リンク */

.main_menu a {
	color: #727171;
	text-decoration: none;
	display: block;
	padding-top: 7px;
}

.main_menu a:hover {
	opacity: 1;
}

/* アイコン */

.menu_icon {
	color: #e9eaea;
	font-size: 26px;
	margin-bottom: 10px;
}

.main_menu a:hover .menu_icon {
	color: #38572b;
}

/* 文字 */

.main_menu p {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

.main_menu span {
	font-size: 12px;
	color: #afb095;
}



/* HOME */

.main_menu li:first-child a {
	width: 170px;
}

/* ABOUT US */

.main_menu li:nth-child(2) a {
	width: 280px;
}

/* CONTACT */

.main_menu li:nth-child(3) a {
	width: 200px;
}

/* E-mail */

.main_menu li:last-child {
	padding-left: 50px;
}

.main_menu li:last-child  p {
	font-size: 14px;
	color: #727171;
}

.main_menu li:last-child .menu_icon {
	margin-bottom: 4px;
	color: #f8e6a6;
}



/* -----ハンバーガーメニュー無効化----- */

.tablet_menu {
	display: none;
}



/* ----メイン画像---- */

/* 全体 */

.main_image {
	width: 1360px;
	margin: 0 auto 40px;
}

/* 画像 */

.bxslider {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

/* 横並び */

.main_image_left,
.main_image iframe {
	display: inline-block;
}

/* フェイスブック */

.main_image iframe {
	float: right;
}



/* タブレット用無効化 */

.other_image_t {
	display: none;
}



/* ----------メインタイトル---------- */

.main_title {
	position: relative;
	z-index: 2;
	top: -750px;
	left: 3%;
	margin-bottom: -500px;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------ヘッダー---------- */

/* 全体 */

.header_t {
	display: block;
	width: 100%;
	margin: 65px auto -15vw;
}

/* PC用 */

header,
.main_image {
	display: none;
}



/* メインタイトル */

.main_title_t {
	width: 100%;
}

.main_title_t img {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 3%;
	width: 75%;
}

/* PC用無効化 */

.main_title {
	display: none;
}



/* ----メニュー---- */

/* ロゴ */

.main_logo {
	padding-right: auto;
	border-right: none;
	position: fixed;
	top: 5px;
	left: 5px;
	height: 55px;
	z-index: 8;
}



/* ----------ハンバーガーメニュー---------- */

/* 有効化 */

.tablet_menu {
	display: inline-block;
	height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	z-index: 8;
}

/* アイコン */

.toggle {
	position: fixed; /* bodyに対しての絶対位置指定 */
	right: 0;
	top: 0;
	display: block;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 10;
	background: #aac467;
}

.toggle span {
	display: block;
	position: absolute; /* .toggleに対して */
	width: 70%;
	border-bottom: solid 3px white;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	padding-top: 15px;
	right: 9px;
}

.toggle span:nth-child(1) {
	top: 3px;
}

.toggle span:nth-child(2) {
	top: 16px;
}

.toggle span:nth-child(3) {
	top: 29px;
}

/* 最初のspanをマイナス45度に */

.toggle.active span:nth-child(1) {
	top: 15px;
	left: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	top: 15px;
	right: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* メニュー */

.global_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	z-index: 9;
	padding-top: 50px;
	text-align: center;
	color: #000;
	background: #aac467;
	transition: all 0.8s;
	font-size: 18px;
}

.global_nav .nav_li {
	width: 100%;
	padding: 13px 0 13px 0;
	list-style-type: none;
	margin-left: -20px;
}

.global_nav .nav_li a {
	display: block;
	color: white;
    text-decoration: none;
}

/* .global_navに.activeが追加 */

.global_nav.active {
	transform: translateY(0%);
}

/* SNSアイコン */

.nav_li img {
	width: 30px;
}

/* アクセスとアドレス */

.nav_li:nth-child(4) {
	margin-bottom: -22px;
	white: 100px;
}

.nav_li:nth-child(4),
.nav_li:last-child {
	font-size: 12px;
	color: white;
}

.nav_li:last-child {
	padding-bottom: 7px;
}



/* ----------メイン画像---------- */

.bxslider {
	margin: 0;
}



}