@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: 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;
  width: 100%;
  max-width: 1018px; /* 画像の元サイズに合わせる */
}

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

.hover-link {
  position: absolute;
  display: block;
  cursor: pointer;
  /* 背景や枠線はhover時の可視化に応じて追加 */
}

.hover-link:hover {
  outline: 2px dotted rgba(0, 100, 200, 0.6);
  background-color: rgba(100, 100, 255, 0.1);
}

.image-map-container {
  position: relative;
  width: 100%;
  max-width: 1018px;
  margin: 20px auto;
}

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

.img-link {
  position: absolute;
  display: block;
  z-index: 10;
}


/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* トップへ戻るボタンのカラー調整 */
#pageTop a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #009688; /* 落ち着いた青緑 */
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}

#pageTop a:hover {
  background-color: #00796b;
}

.img-link:hover {
  outline: 2px dashed rgba(0, 150, 255, 0.5);
  background-color: rgba(0, 150, 255, 0.1);
  cursor: pointer;
}

  body {
      font-family: sans-serif;
      margin: 0;
      padding: 0;
    }
    .image-map-container {
      position: relative;
      display: block;
      max-width: 100%;
      margin-bottom: -12px;
    }
    .responsive-map {
      width: 100%;
      height: auto;
      display: block;
    }
    .hover-link {
      position: absolute;
      display: block;
      background-color: rgba(255, 255, 255, 0);
      transition: all 0.2s ease;
      outline: none;
    }
    .hover-link:hover {
      box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
      transform: scale(1.01);
      cursor: pointer;
    }
    .anchor {
      scroll-margin-top: 80px;
    }

     .back-to-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      font-size: 40px;
      background-color: rgba(0,0,0,0.5);
      color: white;
      padding: 10px 15px;
      border-radius: 50%;
      text-decoration: none;
      z-index: 1000;
      transition: background-color 0.3s;
    }
    .back-to-top:hover {
      background-color: rgba(0,0,0,0.8);
    }