@charset "utf-8";
/* CSS Document */

body {
  min-width: 1000px;
  background: #f7f7f7;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #999;
  text-decoration: none;
}
a:hover img.opa {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a.nosp:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*------------------------------------------------------
 header
------------------------------------------------------*/
#header {
  background: url(../img/bg_header_01.png) repeat-x;
}
/*headerInner*/
#headerInner {
  width: 962px;
  height: 220px;
  margin: 0 auto;
  padding: 0 3px 0 5px;
}
#headerInner h1 {
  line-height: 24px;
}
/*headerLogo*/
#headerLogo {
  float: left;
  width: 540px;
  margin: 0 0 14px 0;
}
/*headerTel*/
#headerTel {
  float: right;
  width: 406px;
  margin: 55px 0 14px 0;
}
/*headerMenu*/
#headerMenu {
  clear: both;
  height: 60px;
  padding: 0 0 12px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#headerMenu::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 6px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  filter: blur(3px);
}
#headerMenu li {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: relative;
  flex-grow: 1;
}
#headerMenu li a {
  border: 4px solid #eee;
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 6px;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eee 100%);
  position: relative;
}
#headerMenu li a:hover {
  opacity: 0.7;
  border-color: #fff500;
}
#headerMenu li a::before,
#headerMenu li a::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
}
#headerMenu li a::before {
  width: calc(100% - 2px);
  height: 1px;
  background: #eee;
  top: 29px;
  left: 0;
  right: 0;
}
#headerMenu li a::after {
  width: 33px;
  height: 34px;
  background: no-repeat 0 0;
  right: 10px;
  top: 0;
  bottom: 0;
}
#headerMenu .headerMenu01 a::after {
  background-image: url('../img/icon_head_menu_01.png');
}
#headerMenu .headerMenu02 a::after {
  background-image: url('../img/icon_head_menu_02.png');
}
#headerMenu .headerMenu03 a::after {
  background-image: url('../img/icon_head_menu_03.png');
}
#headerMenu .headerMenu04 a::after {
  background-image: url('../img/icon_head_menu_04.png');
}

/*------------------------------------------------------
 panlist
------------------------------------------------------*/
#panlist {
}

/*------------------------------------------------------
 footer
------------------------------------------------------*/
#footer {
  background: #fff url(../img/bg_footer_01.png) repeat-x;
}
#footerInner {
  position: relative;
  width: 960px;
  height: 480px;
  margin: 0 auto;
}
/*footerPagetop*/
#footerPagetop {
  text-align: right;
}
/*footerProfile*/
#footerProfile {
  margin: 19px 0 0 0;
}
#footerProfile dl {
  margin: 8px 0 5px 0;
  border-top: 1px dashed #9c0;
}
#footerProfile dl dt {
  width: 70px;
  padding: 0 0 0 3px;
  color: #999;
  font-size: 13px;
  line-height: 22px;
}
#footerProfile dl dd {
  margin: -22px 0 0 0;
  padding: 0 0 0 73px;
  border-bottom: 1px dashed #9c0;
  color: #000;
  font-size: 13px;
  line-height: 22px;
}
/*footerContents*/
#footerContents {
  width: 480px;
  margin: 10px 0 0 0;
}
#footerContents h3 {
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #9c0;
}
#footerContents ul {
  margin: 0 0 0 5px;
  overflow: hidden;
}
#footerContents ul li {
  margin: 0 10px 0 0;
  padding: 0 0 0 16px;
  background: url(../img/ico_footer_01.png) no-repeat 0 3px;
  line-height: 20px;
  float: left;
}
#footerContents ul li a {
  color: #000;
  display: block;
}
/*footerSearch*/
#footerSearch {
  width: 480px;
  margin: 10px 0 0 0;
}
#footerSearch h3 {
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #9c0;
}
#footerSearch ul {
  margin: 0 0 0 5px;
  overflow: hidden;
}
#footerSearch ul li {
  float: left;
  margin: 0 8px 0 0;
  padding: 0 0 0 16px;
  background: url(../img/ico_footer_01.png) no-repeat 0 3px;
  line-height: 20px;
}
#footerSearch ul li a {
  color: #000;
  display: block;
}
/*footerMap*/
#footerMap {
  position: absolute;
  top: 52px;
  right: -3px;
  width: 452px;
  height: 420px;
  padding: 7px 7px 0 7px;
  background: url(../img/bg_footer_02.png) no-repeat;
}
#footerMap iframe {
  display: block;
}
#footerMap small {
  display: block;
  margin: 8px 0 0 330px;
  padding: 0 0 0 18px;
  background: url(../img/ico_footer_01.png) no-repeat 0 4px;
  font-size: 12px;
  line-height: 20px;
}
#footerMap small a {
  color: #9c0;
}
/*footerCopy*/
#footerCopy {
  height: 20px;
  margin: 18px 0 0 0;
  padding: 7px 0 0 0;
  background: #ffe100 url(../img/bg_footer_03.png) repeat-x 0 0;
  text-align: center;
  line-height: 20px;
}
