@charset "UTF-8";

* {
margin: 0;
padding: 0;
/*border: 1px dotted #F00;*/
}

li {
list-style: none;
}
a img {
border: none;
}

html {
background: #FFF;
/*background: #EEF2E4;*/
/* IE10 Consumer Preview */ 
/*background-image: -ms-linear-gradient(bottom, #C6D9AD 0%, #FFFFFF 100%);*/

/* Mozilla Firefox */ 
/*background-image: -moz-linear-gradient(bottom, #C6D9AD 0%, #FFFFFF 100%);*/

/* Opera */ 
/*background-image: -o-linear-gradient(bottom, #C6D9AD 0%, #FFFFFF 100%);*/

/* Webkit (Safari/Chrome 10) */ 
/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C6D9AD), color-stop(1, #FFFFFF));*/

/* Webkit (Chrome 11+) */ 
/*background-image: -webkit-linear-gradient(bottom, #C6D9AD 0%, #FFFFFF 100%);*/

/* W3C Markup, IE10 Release Preview */ 
/*background-image: linear-gradient(to top, #C6D9AD 0%, #FFFFFF 100%);*/


margin: 0;
padding: 0;
font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
font-size: 14px;
color: #000;
line-height: 120%;
height: 100%;
}
body {
padding: 0;
margin: 0 auto;
width: 100%;
position: relative;
min-height: 100%;
/* background: url(../img/page-footer.gif);
	border-top: 10px solid #000;
*/
}
a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}


/* content
-----------------------------------------*/
#content {
	width: 100%;
}

/* main
-----------------------------------------*/
#main {
	float: left;
	width: 100%;
}

/* h1
-----------------------------------------*/
#main > h1{
color: #393939 ;
  background: #b4c7aa;
  font-size: 15pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 7px 0px #666666 ;
    border-bottom:3px solid #3d5338;
    border-radius: 5px ;
}






/* index専用
-----------------------------------------*/
#topIndex > div {
	border-top: 1px solid #FFF;
/*background: url(../img/top-main.jpg) no-repeat 0 0;*/
height: 690px;
position: relative;
}
body#topIndex header {
position: absolute;
top: 40px;
left: 25px;
}
body#topIndex h2 {
position: absolute;
top:347px;
right: 25px;
}
body#topIndex nav li {
position: absolute;
display: block;
width: 62px;
height: 130px;
opacity: .8;
}
body#topIndex nav li div {
position: absolute;
width: 57px;
height: 119px;
border: 5px solid #FFF;
border-radius: 50%;
opacity: .5;
}
body#topIndex nav li:hover {
opacity: 1;
}
body#topIndex nav li#business {
top: 195px;
left: 365px;
}
body#topIndex nav li#product {
top: 195px;
left: 185px;
}
body#topIndex nav li#support {
top: 365px;
left: 85px;
}
body#topIndex nav li#event {
top: 430px;
left: 410px;
}
body#topIndex nav li#access {
top: 500px;
left: 230px;
}
body#topIndex nav li a {
position: absolute;
width: 62px;
height: 130px;
}
body#topIndex nav li a img {
display: block;
margin: 8px;
}

/*下層ページ共通ページフォーマット
-----------------------------------------*/
body[id|="page"] > div.wrapper {
border-top: 1px solid #FFF;
/* background: #FFF; */
position: relative;
padding-bottom: 20px;
}
body[id|="page"] > div.wrapper:after {
content: "";
display: block;
clear: both;
}

/*下層ページ共通ナビゲーション
-----------------------------------------*/
body[id|="page"] > div.wrapper header {

}
body[id|="page"] > div.wrapper header div.wrapper {
border-bottom: 1px solid #CCC;
padding-bottom: 1px;
margin: 0 10px 10px;
position: relative;
}
body[id|="page"] > div.wrapper header h1{
border-bottom: 3px solid #CCC;
padding: 20px 0 10px;
}



/*下層ページ共通ナビゲーション：パンくず
-----------------------------------------*/
#breadcrumbs {
overflow: hidden;
width: 100%;
}
 
#breadcrumbs li {
float: left;
line-height: 1;
}
 
#breadcrumbs a {
padding: 0 0.7em 0 0.7em;
float: left;
text-decoration: underline;
position: relative;
}
 
#breadcrumbs li:first-child a {
padding-left: 1em;
border-radius: 5px 0 0 5px;
}
 
#breadcrumbs a:hover {
}
 
#breadcrumbs a:after,
#breadcrumbs a:before {
content: "＞";
position: absolute;
right: -0.6em;
}
 
#breadcrumbs a:after {
z-index: 3;
}
 
#breadcrumbs a:before {
z-index: 2;
}
 
#breadcrumbs a:hover:after {
}
 
#breadcrumbs strong {
padding: 0 0.7em 0 0.7em;
display: block;
}

/*アクセス専用
-----------------------------------------*/
body#page-access section#mainContent {
margin: 80px 10px 0 10px;
position:  relative;
border-radius: 10px;
padding: 10px;
background: #333;

color: #FFF;
}
body#page-access #mainContent:after {
content: "";
display: block;
clear: both;
}
body#page-access section#mainContent > header{
	position: absolute;
	top: -60px;
	left: 20px;
}
body#page-access section#mainContent > header p {
	position: absolute;
	top: 30px;
	left: 135px;
}

body#page-access section#mainContent dl {
position: absolute;
left: 60px;
top: 100px;
background: url(../img/access_photo.jpg) no-repeat left bottom;
padding: 0 0 140px;
width: 168px;
}
body#page-access section#mainContent dt:before {
content: url(../img/icon_arrow.png);
display: inline;
font-weight: bold;
margin: 0 5px 0 0;
}
body#page-access section#mainContent dt {
font-weight: bold;
line-height: 15px;
}
body#page-access section#mainContent dd {
margin: 0 0 10px 20px;
}

body#page-access section#accessinfo {
background: #EEE;
border-top: 1px dashed #B3B3B3;
border-bottom: 1px dashed #B3B3B3;
margin: 20px 10px;
}
body#page-access section#accessinfo:after {
content: "";
display: block;
clear: both;
}
body#page-access section#accessinfo dl {
float: left;
width: 27%;
padding: 3%;
}
body#page-access section#accessinfo dt {
font-size: 18px;
margin-bottom: 5px;
}
body#page-access section#accessinfo dt:before {
content: "■ ";
display: inline;
}
body#page-access section#accessinfo dd {
line-height: 160%;
}

body#page-access section#accessinfo #bus {
background: #FFF;
}










/*GoogleMap
-----------------------------------------*/
#GoogleMap {
width: 240px;
height: 350px;
border: 1px solid #FFF;
float: right;
color: #000;
}
/*GoogleMap 吹き出しの中身用*/
#GoogleMap img {
border: 1px solid #000;
float: left;
margin-right: 10px;
}
#GoogleMap p {
line-height: 1.4;
margin-top: 10px;
width: 10em;
float: left;
}

#GoogleMap2 {
width: 240px;
height: 350px;
border: 1px solid #FFF;
float: right;
color: #000;
}
/*GoogleMap 吹き出しの中身用*/
#GoogleMap2 img {
border: 1px solid #000;
float: left;
margin-right: 10px;
}
#GoogleMap2 p {
line-height: 1.4;
margin-top: 10px;
width: 10em;
float: left;
}


/*フッター：共通
-----------------------------------------*/
body > footer {
position: relative;
clear: both;
/*padding: 15px 25px 45px 25px;*/
border-top: 1px solid #FFF;
font-size: 12px;
padding: 0 1em;
color: #CCC;
}
body > footer ul {
position: absolute;
right: 25px;
top: 10px;
width: 100%;
text-align: right;
}
body > footer ul li {
display:inline;
border-right: 1px solid #CCC;
margin: 0;
}
body > footer ul li:first-child {
border-right: none;
}
body > footer ul li:last-child {
border-right: none;
}
body > footer ul li a {
font-size: 12px;
padding: 0 1em;
color: #CCC;
}
body > footer ul li:first-child a {
padding: 0;
}
body > footer ul li img {
vertical-align: bottom;
}
body > footer small {
display:block;
color: #FFF;
}


/*イメージビューア
-----------------------------------------*/
#main-image {
	width:278px;
	height:400px;
}

#main-image img {
	position:absolute;
	border: 1px solid #B6ABA0;
}

ul#thumbnail {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#thumbnail li {
	float: left;
	width:38px;
	height:54px;
	margin:10px 10px 0 0;
}

ul#thumbnail li img {
	border: 1px solid #B6ABA0;
}



/*スマホ用メニューコンテナー
-----------------------------------------*/

.icon-hamburger {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  display: none;
  margin-bottom: 0.4em;
}

.icon-hamburger span {
  background: #cccccc;
  display: block;
  height: 16%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 84%;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
  background: #cccccc;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.icon-hamburger span::before {
  margin-top: -38%;
}

.icon-hamburger span::after {
  margin-top: 19%;
}

@media screen and (max-width: 768px) {
  .icon-hamburger {
    display: inline-block;
  }
}


.menu-container {
  margin: 0;
  position: relative;
  z-index: 99;
}

.menu-container .menu {
  border: 1px solid #ccc;
  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-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #ccc;
  color: #ffffff;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .menu-container .menu {
    display: none;
    position: absolute;
    width: 100%;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
}
