

body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

.wrap {
	overflow: hidden;
}

a {
	color: #3e649c;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{
	outline:0;
}

.box1 {
	position: relative;
	width: 90%;
	height: 180px;
	margin: 0 auto;

	padding-bottom: 80px;
}

.box1 .box_imageLeft {
	position: absolute;
	left: 0;
	bottom:0;
}

.box1 .box_imageRight {
	position: absolute;
	right: 0;
	bottom:0;
}

/* header */
#header{
	text-align: center;
}

#header h1 {
	padding-top: 80px;
}

/* HEADER2 */
#headerMain{
    height: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
	margin-left: 0;
	border: 1px;
}

#headerMain h1{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
}

.sp-10{
    margin-left: 20px;
}

#headerLogo{
    width: 400px;
    float: left;
    z-index: 2;
}

#headerLogo a{
    display: block;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
	height: 86px;
	width:100%;
    background-image : url(../images/logo_name.png);
    background-position: center left;
	background-repeat: no-repeat;
	background-size:contain;
}

#headerMenu{
    width: 400px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: left;
    z-index: 2;
}

#headerMenu h1{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	font-weight: normal;
	line-height: 20px;
	font-size: 10px;
}

#mainnav a {
	color: #000;
}

#top-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 512px;
}

#top-img img{
	position: absolute;
	left: 50%;
	max-width: 1280px;
	width: 1280px;
	height: 512px;
	margin-left: -640px;
}

/* footer */
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 10px;
	background: url(../images/borderO.png) repeat-x 0 90%;
	background-size: 1px 1px;
	background-position: center top;
}

/* all */
img {
	max-width: 100%;
	height: auto;
}

section{
	/*clear:both;*/
	padding-top: 70px;
}

section h2 {
	width: 90%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderO.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

/* About */
.about-title {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight:normal;
}

.about-info {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.about-info span {
	font-weight: bold;
	color: #dd210f;
}

/* Bussiness */
.bussiness-info {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.bussiness-info p {
	font-weight: bold;
	font-size: 16pt;
}

.bussiness-info-sub {
	width: 90%;
	margin:0 auto;
	padding-top: 50px;
}

.bussiness-info-boxa {
	width: 70%;
	margin:0 auto;
	float: left;
}

.bussiness-info-boxb {
	width: 30%;
	margin:0 auto;
	padding-top: 80px;
	float: left;
}

div.clearblock {
	clear: both;
 }

.bussiness-title {
	width:90%; 
	margin:0 auto;
	text-align: center; 
}

.bussiness-button {
	widows: 360px; 
	margin:0 auto;
	text-align: center; 
	line-height: 60px;
}

.bussiness1 li {
    list-style-type: none;
    position: relative;
    padding-left: 8pt;
}

.bussiness1 li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0; 
    top: 0.6em;
    content: "";
    background: #F28C88;
 }

 .bussiness2 li {
    list-style-type: none;
    position: relative;
    padding-left: 1em;
}

.bussiness2 li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0; 
    top: 0.6em;
    content: "";
    background: #A1A1E2;
 }
 
 .bussiness3 li {
    list-style-type: none;
    position: relative;
    padding-left: 1em;
}

.bussiness3 li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0; 
    top: 0.6em;
    content: "";
    background: #83E279;
 }

 #solimage {
	width: 1000px;
	height:640px;
	margin:auto;
}

/* Company */
.company-info {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.company-info p {
	font-weight: bold;
	font-size: 18pt;
}

/* ACCESS */
.access-info {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
	font-size: 10pt;
}

.access-info ul{
	width:90%; 
	margin:0 auto;
	width: 100%;
	text-align: justify;
	text-justify: distribute-all-lines; 
}

.access-info .access-addr li{
	display: inline-block;
	width: 80%;
	margin: 0px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.btn-square-little-rich {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #dd210f;/*色*/
	border: solid 1px #ecd46a;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	width: 280px;
}
  
.btn-square-little-rich:active {
	border: solid 1px #03A9F4;
	box-shadow: none;
	text-shadow: none;
}

/* TABLE */
table {
	margin: 20px auto;
	width: 100%;
	border: 1px;
	border-color: #888888;
}

.tbl-bz th {
	background: #fff;
	border: 0px;
	color: #fff;
	padding: 10px;
	width: 200px;
}

.tbl-bz td {
	border: 0px;
	padding: 10px;
	vertical-align: top;
}

/* RESPONSIVE */
@media screen and (max-width: 320px) {

	.tbl-bz {
		width: 90%;
	}

	.tbl-bz th {
		border-bottom: none;
		display: block;
		
	}
	
	.tbl-bz td {
		border-bottom: none;
		display: block;
	}
  }

/* --- MENU --- */
.menu-container {
  margin: 0;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border: 0px solid #ccc;
  border-right: none;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  /* background: #e2421F;*/
  color: #e2421F;
  text-decoration: underline;
}

.menu-container .menu .menu-item:last-child a {
	border-right: 0px solid #ccc;
}

.menu-trigger,
.menu-trigger span {
	right: 0;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: fixed;
	width: 30px;
	height: 30px;
	top: 10px;
	bottom: auto;
}

.menu-trigger a {
	position: absolute;
	left: 0;
	width: 80%;
	height: 2px;
	background-color: #dd210f;
	border-radius: 2px;
}
@media screen and (max-width: 480px) {
	/*
	.menu-container .menu {
		visibility: hidden;
	}
	*/

	.menu-container .menu {
		flex-wrap: wrap;
		width: 80%;
	}

	.menu-container .menu .menu-item {
		flex: auto;
		width: 40%;
	}
	.menu-container .menu .menu-item a {
		background: #fff;
		border: 0px solid #ccc;
		border-right: none;
		color: #333;
		display: block;
		padding: 0.6em 0.4em;
		text-align: center;
		text-decoration: none;
	}
	.menu-container .menu .menu-item:nth-child(2n) a {
		border-right: 0px solid #ccc;
	}

	.menu-container .menu .menu-item:nth-child(n + 1) a {
		border-top: none;
	}

	.menu-container .menu .menu-item:last-child a {
		border-top: none;
		border-right: 0px solid #ccc;
	}

	#headerLogo a{
		display: block;
		margin-top: 2px;
		margin-right: 0;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
		text-indent: -9999px;
		overflow: hidden;
		height: 86px;
		width: 70%;
		background-image : url(../images/logo_name.png);
		background-position: center left;
		background-repeat: no-repeat;
		background-size:contain;
	}
}
/* --- MENU --- */

#map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
  
#map iframe {
	width: 100%;
	height: 860px;
	margin-top: -120px;
}