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

/* グローバル */
html {
	height: 100%;
}

body {
	font-size: 15px;
	text-align: justify;
	-webkit-text-size-adjust: none;
	background-color: #fde73f;
}

.clear {
	clear: both;
}

.base_color {
	color: #fde73f;
}

img {
	width: auto;
	max-width: 100%;
	width
	/***/
	: auto;
	/*IE8のみ適用*/
	height: auto;
}

p {
	word-wrap: break-word;
}

a {
	text-decoration: none;
	color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

.txt_center {
	text-align: center;
}

.trans,
.trans a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.imgover img:hover {
	filter: alpha(opacity=50);
	/*IE*/
	-moz-opacity: 0.50;
	/*FF*/
	opacity: 0.50;
	zoom: 1.0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a img.linkimg {
	background: none !important;
}

a:hover img.linkimg {
	opacity: 0.5;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none !important;
}

.google_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.google_map iframe,
.google_map object,
.google_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Facebook Plugin レスポンシブ対応 */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

/* ヘッダー */
header .inbox {
	max-width: 960px;
	padding: 10px 0px;
}

header .logo {
	display: inline-block;
	vertical-align: middle;
}

header h1 {
	display: inline-block;
	vertical-align: middle;
}

.logo {
	margin-right: 20px;
}

h1 {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
}

h1 span {
	margin-left: 0.5em;
}

h2 {
	font-size: 14px;
}

/* メインイメージ */

.main .inbox {
	max-width: 960px;
	height: auto;
	border-bottom: 1px solid #fde73f;
}

/* グローバルナビ */
nav#gnavi {
	min-width: 50px;
	width: 100%;
	background-color: #000;
}

nav#gnavi li {
	float: left;
	text-align: center;
}

nav#gnavi .inbox {
	max-width: 960px;
	border-left: 1px solid #594425;
	border-right: 1px solid #594425;
}

nav#gnavi li {
	width: 25%;
}

nav#gnavi li a {
	color: #fde73f;
	font-size: 18px;
	line-height: 1.5em;
	background-color: #000;
	border: none;
	cursor: pointer;
	border-left: 1px solid #594425;
	border-right: 1px solid #594425;
	padding: 30px 10px;
	display: block;
	text-align: center;
}

nav#gnavi li a:hover {
	background-color: #ffc600;
	color: #000;
}

nav#gnavi .mob_btn {
	display: none;
	width: 40px;
	height: 40px;
	background-color: #000;
	position: absolute;
	top: 20px;
	right: -40px;
	z-index: 200;
	cursor: pointer;
}

/* パンくずリスト */
#topic_pass {
	background-color: #fff;
}

#topic_pass .inbox {
	max-width: 870px;
	padding: 10px 0;
}

#topic_pass .inbox li {
	display: inline-block;
	/*color:#FFF;*/
	padding: 0 10px 0 0;
}

#topic_pass .inbox li a {
	/*color:#FFF;*/
	text-decoration: underline;
	padding: 0 10px 0 0;
}

#topic_pass .inbox li a:hover {
	color: #596a6f;
}

/* コンテンツ */
#top_contents .inbox {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

#top_contents .main_area {
	padding: 0 0 30px;
}

#top_contents .main_area p {
	padding: 0 0 10px;
}

#top_contents .left {
	width: 48%;
}

#top_contents .right {
	width: 48%;
}

#top_contents .right ul {
	margin-right: -2%;
}

#top_contents .right li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 15px;
}

#top_contents .right li.first {
	width: auto;
}

#top_contents .left p {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}

#top_contents .banner_area ul {
	margin-right: -2%;
}

#top_contents .banner_area li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}

#top_contents .banner_area li.first {
	width: 48%;
}

#contents .mob_img {
	display: none;
}


/* コンテンツ下層 */
#contents {
	padding: 50px 0;
}

#contents .inbox {
	max-width: 960px;
	margin: 0 auto;
}

#contents article {
	padding: 0 0 50px;
}

#contents article .inbox {
	max-width: 960px;
}

#contents article:last-child {
	padding: 0;
}

#contents .title_area {
	padding: 0 0 30px;
}

#contents .title_area h3 {
	font-size: 18px;
	background-color: #000;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

#contents .title_area h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contents .title_area p {
	font-size: 14px;
	line-height: 1.5em;
}

#contents .title_area li {
	font-size: 14px;
	line-height: 1.5em;
}

#contents .item_area h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contents .item_area h4 span {
	width: 8px;
	height: 1.5em;
	background-image: url(../images/bg_title.png);
	background-position: 0 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#contents .item_area ul {
	letter-spacing: -0.4em;
	margin-right: -2%;
}

#contents .item_area li {
	display: inline-block;
	letter-spacing: normal;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	vertical-align: top;
}

#contents.original .item_area li .image {
	border: 1px solid #000;
	text-align: center;
}

#contents.original .item_area li img {}

#contents.original .item_area li h5 {
	font-size: 16px;
	background-color: #000;
	padding: 10px 20px;
	color: #ffe100;
	font-weight: bold;
}

#contents .other_area p.txt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	border: 1px dotted #000;
	margin-bottom: 30px;
}

#contents .other_area .box {
	text-align: center;
}

#contents .other_area .box p {
	display: inline-block;
	margin: 0 10px 10px;
	text-align: center;
}

#contents.company .inbox {
	padding-bottom: 50px;
}

#contents.company .title_area {
	padding: 0px;
}

#contents .table_area table {
	width: 100%;
}

#contents a {
	text-decoration: underline;
}

#contents a:hover {
	text-decoration: none;
}

#contents .table_area table tr {
	border-bottom: 5px solid #ffe100;
}

#contents .table_area table th {
	width: 25%;
	text-align: center;
	background-color: #f4f2f2;
	border-right: 5px solid #ffe100;
	font-weight: bold;
}

#contents .table_area table th p {
	padding: 20px;
}

#contents .table_area table td {
	background-color: #fff;
}

#contents .table_area table td p {
	padding: 20px;
	line-height: 2em;
}

#contents.products .item_area {
	margin: 0 0 64px;
	width: 100%;
}

#contents.products .item_area .item_area_img {
	margin: 0 0 12px;
}

#contents.products .item_area .item_area_text {
	font-size: 110%;
	font-weight: 700;
	margin: 0 0 12px;
	padding: 0 0 0 28px;
	position: relative;
}

#contents.products .item_area .item_area_text::before {
	content: "■";
	font-size: 150%;
	left: 0;
	position: absolute;
	top: -6px;
}

#contents.products .item_area .item_area_lists {
	display: flex;
	padding: 0 32px;
}

#contents.products .item_area .item_area_lists li {
	background: transparent;
	margin: 0 16px;
	width: auto;
}

#contents.products .item_area .item_area_lists li a {
	color: #000;
}

#contents.contact .table_area table p {
	padding: 20px;
	line-height: normal;
}

#contents.contact span.kome {
	color: #d30000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0.5em;
}

#contents.contact .table_area input {
	width: 50%;
}

#contents.contact .table_area textarea {
	width: 100%;
	resize: vertical;
	max-height: 300px;
	min-height: 100px;
}

#contents.contact .table_area .wrap {
	text-align: center;
}

#contents.contact .table_area .block {
	display: inline-block;
	margin: 0 10px;
}

#contents.contact .table_area .btn_box {
	text-align: center;
	padding-top: 30px;
}

#contents.contact .table_area .btn_box input {
	display: inline-block;
	width: 150px;
	padding: 10px;
	font-size: 18px;
	background-color: #005ec8;
	border: none;
	cursor: pointer;
	border: 3px solid #005ec8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#contents.contact .table_area .btn_box input.back {
	background-color: #aaa;
	border: 3px solid #aaa;
}

#contents.contact .table_area .btn_box input:hover {
	background-color: #fff;
	color: #005ec8;
}

#contents.contact .table_area .btn_box input.back:hover {
	background-color: #fff;
	color: #aaa;
}

#contents.contact .table_area b {
	padding: 20px 20px 0px 20px;
	display: block;
	color: #d30000;
	margin-bottom: -15px;
}

#contents.contact .title_area.end p {
	margin-bottom: 10px;
}


/* フッター */
footer {
	background-color: #000;
}

footer address {
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
	letter-spacing: normal;
}

#bg_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	width: 100%;
	display: none;
}

/*20160215*/
#top_contents .main_area h2 {
	text-align: center;
	background: #000;
	color: #fde73f;
	padding: 5px 0;
	width: 461px;
}

li.first img {
	width: 460px;
}

@media screen and (max-width : 960px) {
	header .inbox {
		padding: 20px;
	}

	nav#gnavi .inbox {
		border: none;
	}

	#topic_pass .inbox {
		padding: 10px 20px;
	}

	#top_contents .inbox {
		padding: 20px;
	}

	#contents {
		padding: 20px 0;
	}

	#contents .inbox {
		padding: 0 20px;
	}

	#top_contents .main_area h2 {
		width: auto;
	}

	li.first img {
		width: 100%;
	}
}

@media screen and (max-width : 768px) {}

@media screen and (max-width : 640px) {
	.logo {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	header h1 {
		border: 1px solid #dbc100;
		background-color: #f8d200;
		padding: 10px;
	}

	header .left {
		float: none;
		text-align: center;
		margin: 0 auto 10px;
	}

	header .right {
		float: none;
		text-align: center;
	}

	header .right p {
		padding-bottom: 10px;
	}

	header .inbox {
		padding-bottom: 0px;
	}

	nav#gnavi {
		position: absolute;
		width: 100%;
		top: 0;
		left: -100%;
		z-index: 9999;
	}

	nav#gnavi .inbox {
		max-height: 50px;
	}

	nav#gnavi li {
		float: none;
		width: auto;
	}

	nav#gnavi .inbox {
		left: 0;
		max-height: 1000px;
	}

	nav#gnavi .a_line li,
	nav#gnavi .b_line li,
	nav#gnavi .c_line li,
	nav#gnavi .d_line li {
		width: 100%;
	}

	nav#gnavi li {
		width: auto;
		border-top: 1px solid #fff28c;
		border-bottom: 1px solid #f0da36;
	}

	nav#gnavi li a {
		line-height: 50px;
		text-align: left;
		padding: 10px 0 10px 20px;
		border: none;
		color: #000;
		background-color: #fde73f;
	}

	nav#gnavi li a:hover {
		border: none;
	}

	nav#gnavi .mob_btn {
		display: block;
	}

	#contents .pc_img {
		display: none;
	}

	#contents .mob_img {
		display: block;
	}

	#contents.products .item_area .item_area_lists {
		flex-wrap: wrap;
	}

	#contents.products .item_area .item_area_lists li {
		margin: 0 16px 8px;
		width: 40%;
	}
}

@media screen and (max-width : 568px) {

	/*------------------------------------------*/
	#top_contents .left {
		float: none;
		width: auto;
	}

	#top_contents .left .facebook {
		margin-bottom: 20px;
	}

	#top_contents .right {
		float: none;
		width: auto;
	}

	#top_contents .right img {
		width: 100%;
	}

	#top_contents .right li.first {
		width: 98%;
	}

	#top_contents .banner_area li {
		width: 48%;
	}

	#top_contents .banner_area li img {
		width: 100%;
	}

	#top_contents .banner_area li.first {
		width: 98%;
	}

}

@media screen and (max-width : 480px) {
	header .logo {
		padding: 0 30px;
	}

	header .right {
		padding: 0 30px;
	}

	#contents article {
		padding: 0 0 20px;
	}

	#contents .item_area ul {
		letter-spacing: normal;
		margin-right: 0;
	}

	#contents .item_area li {
		display: block;
		width: auto;
		margin-right: 0;
	}

	#contents .table_area table tr {
		border: none;
	}

	#contents .table_area table th {
		width: auto;
		text-align: left;
		display: block;
		border: none;
	}

	#contents .table_area table th p {
		padding: 10px 15px;
	}

	#contents .table_area table td {
		width: auto;
		display: block;
		margin-bottom: 10px;
	}

	#contents .table_area table td p {
		padding: 10px 15px;
	}

	#contents.contact .table_area input {
		width: 99%;
	}

	#contents .item_area li {
		margin-bottom: 20px;
	}

}

@media screen and (max-width : 320px) {
	footer {
		font-size: 13px;
	}

	#contents .other_area p.txt {
		font-size: 16px;
		padding: 10px;
	}

	#contents .item_area li h5 {
		font-size: 13px;
		padding: 5px 10px;
	}

	#contents.products .item_area li {
		margin-bottom: 20px;
	}

	#contents.products .item_area li .left {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}

	#contents.products .item_area li .right {
		float: none;
		width: auto;
	}
}