@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #2a2a2a;
	min-width: 1040px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	padding: 0;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

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

a:active,
a:hover,
a:focus {
	outline: none;
}

a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	opacity: 0.6;
}

/*============================
loading
============================*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/contents/loading.gif) no-repeat center center #fff;
	background-size: 50px;
	z-index: 20000;
}

/*============================
top
============================*/
#top {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	z-index: 500;
	border-top: 4px solid #000;
}

#top .inner {
	width: 980px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

#top .announce {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding-top: 5px;
}

.siteTitle {
	float: left;
	text-align: left;
}

.siteTitle a {
	padding-top: 69px;
	display: block;
	overflow: hidden;
	height: 0;
	float: left;
	width: 350px;
	background: url(../images/common/header/sitetitle.jpg) no-repeat left top;
}

p.tel {
	position: relative;
	float: right;
	font-size: 30px;
	padding-top: 22px;
}

p.tel:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 8px;
	left: -40px;
	width: 34px;
	height: 34px;
	border-radius: 4px;
	background: url(../images/common/header/tel.png) no-repeat center center #165622;
}

.tel a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.tel a:hover {
	opacity: 1;
}

nav {
	width: 100%;
	background: #189930;
}

.nav-toggle {
	display: none;
}

.globalNav {
	width: 980px;
	margin: auto;
	overflow: hidden;
	background: url(../images/common/nav/line.png) no-repeat right center;
}

.globalNav li {
	float: left;
	width: 20%;
	padding: 18px 0;
	background: url(../images/common/nav/line.png) no-repeat left center;
}

.globalNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#top .inner {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/*============================
container
============================*/
.container {
	padding-bottom: 60px;
	text-align: left;
	overflow: hidden;
}

.cont_img {
	text-align: center;
	position: relative;
}

.cont h1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 32px;
	font-weight: bold;
	width: 490px;
	margin-top: -24px;
	margin-left: -490px;
}

.container .inner {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

/*============================
primary
============================*/
.primary {
	width: 680px;
	float: left;
}

.root {
	font-size: 11px;
	height: 50px;
	line-height: 50px;
}

.cont h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	padding-left: 10px;
	margin-bottom: 25px;
	border-left: 8px solid #2a2a2a;
	background: #e7e7e7;
}

/*  table */

#company {
	padding: 50px 0 70px;
}

#company .inner {
	overflow: hidden;
}

table.info {
	width: 470px;
	float: left;
	margin-right: 30px;
}

table.info tr {
	display: block;
	padding: 6px 0;
	border-bottom: 1px solid #dedede;
}

table.info tr:last-child {
	border: none;
}

table.info th {
	width: 140px;
	text-align: center;
	vertical-align: middle;
	background: #ececec;
}

table.info th,
table.info td {
	padding: 14px 0;
}

table.info tr:first-child {
	padding-top: 0;
}

table.info td br {
	display: none;
}

table.info td {
	text-align: left;
	padding-left: 20px;
}

table.info td ul {
	padding-left: 18px;
}

table.info td ul li {
	list-style-type: disc;
}

table.info td a {
	display: block;
}

table.info td dt {
	padding-top: 15px;
}

table.info td dt:first-of-type {
	padding-top: 0;
}

.map {
	float: right;
	width: 470px;
}

.map iframe {
	width: 100%;
}

.link {
	clear: both;
	width: 230px;
	margin: auto;
	font-size: 16px;
	padding-top: 30px;
}

.link a {
	padding: 12px 0;
	display: block;
	margin: auto;
	color: #fff;
	border-radius: 5px;
	background: #000;
	text-align: center;
	text-decoration: none;
}

/*============================
primary
============================*/
.secondary {
	width: 260px;
	float: right;
	margin-top: 50px;
}

.secondary dt {
	padding: 12px 0;
	color: #fff;
	background: #2a2a2a;
	text-align: center;
}

.secondary dd {
	padding: 20px;
	font-size: 12px;
	background: #f2f2f2;
}

.news ul {
	height: 230px;
	overflow: auto;
}

.news li.entry {
	padding-top: 10px;
	margin-top: 10px;
	font-size: 13px;
	border-top: 1px solid #ccc;
}

.news li.entry:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none;
}

.news li.entry time {
	font-size: 12px;
	font-weight: bold;
}

.news li.entry span {
	font-size: 8px;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	margin-left: 8px;
	border-radius: 4px;
	background: #B00002;
}

.news li.entry p {
	padding-top: 5px;
	line-height: 1.2;
}

.company {
	margin-top: 0;
}

.company .address {
	font-size: 14px;
}

.company .tel {
	font-size: 24px;
	padding-top: 5px;
	font-weight: bold;
}

.secondary .company dd img {
	width: 100%;
	display: block;
	margin-top: 10px;
}

.company .googlelink {
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;
	background: #000;
	text-align: center;
}

.company .googlelink a {
	display: block;
	color: #fff;
	text-decoration: none;
}

/*============================
toTop
============================*/
.toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 46px;
	height: 46px;
	z-index: 500;
	border-radius: 4px;
	background-color: #000;
}

.toTop li a {
	padding-top: 46px;
	display: block;
	overflow: hidden;
	width: 46px;
	height: 0;
	background: url(../images/common/footer/totop.png) no-repeat center top;
}

/*============================
footer
============================*/
footer {
	padding: 28px 0;
	color: #ccc;
	font-size: 12px;
	background: #212121;
}

footer a {
	color: #ccc;
}

.copyright {
	font-size: 10px;
}

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

a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

a:hover {
	opacity: 1;
}

body {
	width: 100%;
	min-width: 0;
}

#top {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	z-index: 500;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	border-top: 5px solid #189930;
}

#top .inner {
	height: 50px;
}

.siteTitle a {
	padding-top: 50px;
	width: 200px;
	background-position: center;
	background-size: 100%;
}

p.tel {
	position: fixed;
	right: 60px;
	top: 10px;
	padding-top: 0;
}

p.tel:before {
	display: none;
}

p.tel a {
	padding-top: 40px;
	width: 40px;
	overflow: hidden;
	display: block;
	height: 0;
	float: right;
	border-radius: 4px;
	background: url(../images/common/header/tel_sp.png) no-repeat center center #165622;
	background-size: 40px;
}

.cont_img {
	margin-top: 55px;
}

.cont_img img {
	width: 100%;
}

.cont h1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 32px;
	font-weight: bold;
	width: 490px;
	margin-top: -24px;
	margin-left: -490px;
	left: 15px;
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	margin-top: -8px;
}

/*============================
nav
============================*/
nav {
	position: relative;
	z-index: 200;
}

.nav-toggle {
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 55px;
	display: block;
	overflow: hidden;
	width: 55px;
	height: 0;
	background: url(../images/common/nav/menu.png) no-repeat center center #189930;
	background-size: 55px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 600;
}

.open .nav-toggle {
	background-image: url(../images/common/nav/close.png);
}

.globalNav {
	position: fixed;
	top: -55px;
	left: 0;
	width: 100%;
	overflow: inherit;
	background: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-align: left;
	background: #2a2a2a;
}

.open .globalNav {
	position: fixed;
	top: 55px;
	left: 0;
	opacity: 1;
	visibility: visible;
}

.globalNav li {
	width: 100%;
	float: none;
	padding: 0;
	border-top: 1px solid #fff;
	background: none;
	position: relative;
}

.globalNav li a {
	position: inherit;
	padding: 16px;
	width: 100%;
	overflow: inherit;
	height: inherit;
	color: #fff;
	background: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.globalNav li a span {
	font-size: 12px;
	padding-left: 20px;
	font-weight: normal;
}

.globalNav li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	left: inherit;
	background: url(../images/common/nav/arrow_sp.png) no-repeat center right;
	background-size: 16px;
}

/*============================
primary
============================*/
.container {
	padding-bottom: 0;
}

.container .inner {
	width: 100%;
}

.primary {
	width: 90.625%;
	margin: auto;
	float: none;
}
	
	.cont h2 {
		margin-bottom: 20px;
	}

.secondary {
	float: none;
	width: 100%;
	margin-top: 40px;
}

.secondary dt {
	font-size: 18px;
	padding: 16px 0;
}

.secondary .company dd {
	padding-bottom: 30px;
}

.company {
	margin: 0;
}

.company .googlelink a {
	font-size: 16px;
}

table.info {
	float: none;
	width: 100%;
	font-size: 13px;
}

table.info th {
	width: 90px;
}

table.info td {
	padding-left: 10px;
}

table.info td br {
	display: block;
}

.map {
	float: none;
	width: 100%;
	margin-top: 20px;
}

.map iframe {
	width: 100%;
	height: 300px;
}

.link {
	width: 100%;
	padding-top: 20px;
}

/*============================
toTop
============================*/
.toTop {
	position: inherit;
	right: inherit;
	bottom: inherit;
	width: 100%;
	height: 35px;
	border-radius: 0;
	background: #343434;
}

.toTop li {
	border-radius: 0;
}

.toTop li a {
	padding-top: 35px;
	width: 100%;
	background-image: url(../images/common/footer/totop_sp.png);
	background-size: 35px;
}

/*============================
footer
============================*/
footer {
	padding: 15px 0;
	font-size: 10px;
}

}
