@charset "UTF-8";

/* ========BASIC======== */
body{
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
   font-size:12px;
   color:#000;
   background:#efefef;
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
   background:-webkit-linear-gradient(top, #efefef 0%, #fff 80%);
   background:-moz-linear-gradient(top, #efefef 0%, #fff 80%);
   background:-o-linear-gradient(top, #efefef 0%, #fff 80%);
   background:-ms-linear-gradient(top, #efefef 0%, #fff 80%);
   background:linear-gradient(to bottom, #efefef 0%, #fff 80%);
}



/* ========TEMPLATE LAYOUT======== */
#container{
   width:960px;
   margin:30px auto;
   padding:20px;
   border:1px solid #ddd;
   -moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
   -webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
   box-shadow:0 0 10px #bfbfbf;
   background:#fff;
}

#header{
   position:relative;
   width:960px;
   margin-bottom:0px;
}

#menu{
   position:absolute;
   right:150px;
   top:40px;
   font-size:12px;
}


#footMenu{
   float:left;
   width:940px;
   margin-top:10px;
}

#footMenu2{
   float:center;
   width:940px;
   margin-top:10px;
}


#footer{
   clear:both;
   width:960px;
}
/* ========headermanu CUSTOMIZE======== */

#headerMenu ul{
   margin:0px 0;
   padding:20px 0px 0px 0px;
   text-align:right;
}

#headerMenu li{
   display:inline;
   margin:0 0 0 30px;
   list-style:none;
}

#headerMenu li a{
   color:#000;
}

#headerMenu li a:hover{
	color: #666;
	font-size: 100%;

}

.example{
    /*コレ*/display: flex;
    /*コレ*/align-items: right;
    /*コレ*/justify-content: right;
  
}
.example a{
    display: whith;
    padding: 10px;
    background: #a8a8a8;
    border: 1px solid #fff;
    color: #fff;
    width: 100px;
    text-align: center;
}
/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul{
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ddd;
}

#footMenu li{
   display:inline;
   margin:0 0 0 20px;
   list-style:none;
}

#footMenu li a{
   color:#000;
}

#footMenu li a:hover{
   color:#666;
   text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.address{
   font-style:normal;
   font-size:12px;
   color:#333;
   line-height:3.0;
   text-align:center;
}

.copyright{
   font-style:normal;
   font-size:12px;
   color:#999;
   line-height:3.0;
   text-align:right;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop{
   position:fixed;
   right:0;
   bottom:0;
   padding:10px;
   background:#000
  
}

#pageTop a{
   padding:0 0 0 12px;
   color:#fff;
   font-size:11px;
   background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* CSS Document */

#wrapper{
	width: 960px;
	margin:auto;
}

#primary{
	width: 960px;
	float: left;
	background: #FFF;
	text-align : center 
}

#primary a:hover{
	width: 960px;
	float: left;
	background: #fff;
}

#secondary{
	width: 960px;
	float: left;
	background: #FFF;
}

#globalNav{
	width: 905px;
	float: left;
	margin-left: 27px;
}

#globalNav li{
	float: left;
}

#title{
	margin-left: 27px;
}

#company{
	width: 960px;
	float: left;
}

#company li{
	float: left;
	margin-bottom: -3px;
	
}

.image-map-container {
   position: relative;
   display: inline-block;
 }
 
.hover-link {
	position: absolute;
	display: block;
	background-color: rgba(248, 248, 210, 0); /* ←透明でもOK */
	box-shadow: 0 0 5px rgba(204, 228, 241, 0.1);  /* ←薄い影でクリック感 */
	transition: all 0.2s ease;
	left: 510px;
	top: 342px;
	width: 386px;
	height: 107px;
	outline: none; /* ←これで点線バイバイ */
}
 
.hover-link:hover {
  background-color: rgba(227, 245, 252, 0.959); /* ←うっすら明示 */
  cursor: pointer;
  outline: none; /* ←これで点線バイバイ */
}

 
 /* 各リンク位置（coordsをCSSに変換） */
 .link1 {
	left: 80px;
	top: 33px;
	width: 813px;
	height: 138px;
 }
 
 .link2 {
	left: 80px;
	top: 218px;
	width: 156px;
	height: 30px;
 }
 
 .link3 {
	left: 246px;
	top: 218px;
	width: 156px;
	height: 30px;
 }

 .link4 {
	left: 411px;
	top: 218px;
	width: 156px;
	height: 30px;
 }

 .link5 {
	left: 576px;
	top: 218px;
	width: 156px;
	height: 30px;
 }

 .link6 {
	left: 740px;
	top: 218px;
	width: 156px;
	height: 30px;
 }

 .link7 {
	left: 79px;
	top: 259px;
	width: 196px;
	height: 30px;
 }

 .link8 {
	left: 287px;
	top: 259px;
	width: 196px;
	height: 30px;
 }

 .link9 {
	left: 493px;
	top: 259px;
	width: 196px;
	height: 30px;
 }

 .link10 {
	left: 698px;
	top: 259px;
	width: 197px;
	height: 30px;
 }

 .link11 {
   left: 85px;
   top: 250px;
   width: 200px;
   height: 33px;
 }


   .image-container {
      position: relative;
      display: inline-block;
    }

    .hover-link {
      position: absolute;
      top: 220px;  /* ボタンの上端に合わせて調整 */
      left: 530px; /* ボタンの左端に合わせて調整 */
      width: 160px;
      height: 30px;
      text-indent: -9999px; /* テキストを非表示にして画像のままに */
      background-color: rgba(0, 0, 255, 0); /* 透明 */
      transition: background-color 0.3s;
    }

     .responsive-map {
  max-width: 100%;
  height: auto;
  display: block;
}

.back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 50%;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }

        .back-to-top:hover {
            transform: scale(1.1);
            background-color: #0056b3;
        }

        .back-to-top:active {
            transform: scale(0.9);
        }

        center-image {
            display: block;
            margin: 0 auto;
        }
.image-map-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-map-container img {
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* hoverでふわっと光る */
.image-map-container:hover img {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}

/* 透明リンクエリア */
.img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}
   