@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*========================  フッター  ========================*/
#footer {
  position: relative;
  overflow: hidden;
  margin: 0 auto 100px auto;
  width: 960px;
  font-size: 1.2rem;
}
#footer .sb_bnr {
  margin-bottom: 20px;
  height: 250px;
  background: url(https://www.rakuten.ne.jp/gold/low-ya/images/event/hawks/bnr_02.jpg) no-repeat center top;
}
#footer .sb_bnr img {
  padding-top: 23px;
  padding-left: 610px;
}
@media screen and (max-width: 767px) {
  #footer {
    display: none;
  }
}

#navi_footer {
  overflow: hidden;
  margin-bottom: 45px;
}
#navi_footer dl {
  float: left;
  margin-left: 40px;
  width: 162px;
}
#navi_footer dl:first-child {
  margin-left: 0;
  width: 354px;
}
#navi_footer dl:first-child dd {
  width: 50%;
}
#navi_footer dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 134%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#navi_footer dd {
  float: left;
  margin-top: 1em;
  width: 100%;
}
#navi_footer dd a {
  display: block;
}
#navi_footer dd a:hover {
  text-decoration: underline;
}

/*--------------- CONTACT ---------------*/
#contact_footer {
  position: relative;
  float: left;
  margin-bottom: 40px;
  width: 475px;
}
#contact_footer h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#contact_footer li {
  position: relative;
}
#contact_footer .contact .btn a {
  display: block;
  margin-bottom: 20px;
  padding: 15px 15px 15px 30px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s;
  text-decoration: none;
  border: solid 1px #ddd;
  border-radius: 3px;
}
#contact_footer .contact .btn a:hover {
  color: #e60012;
  border: solid 1px #e60012;
}
#contact_footer .contact .icon {
  margin-right: 30px;
}
#contact_footer li.tel a i {
  margin-left: 20px;
  font-size: 134%;
}
#contact_footer .hawks {
  height: 107px;
  background-color: #efedef;
}
#contact_footer .hawks p {
  float: left;
  padding-left: 20px;
}
#contact_footer .hawks img {
  float: left;
}
#contact_footer .hawks span {
  display: inline-block;
  padding-top: 7px;
  line-height: 160%;
}

/* and more */
#contact_footer li.and ul {
  position: absolute;
  bottom: 13px;
  left: 150px;
}
#contact_footer li.and li {
  position: relative;
  float: left;
  margin-right: 18px;
}
#contact_footer li.and li a {
  display: table-cell;
  width: 30px;
  height: 30px;
  transition: 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e60012;
  border-radius: 50%;
  background-color: #e60012;
}
#contact_footer li.and li a:hover {
  background-color: #fff;
}
#contact_footer li.and li a:hover i {
  color: #e60012;
}
#contact_footer li.and li a:hover::before {
  transform: scale(1);
  opacity: 1;
}
#contact_footer li.and li a::before {
  position: absolute;
  top: -2px;
  left: -2px;
  padding: 19px;
  content: "";
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(1.2);
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #e60012;
}
#contact_footer li.and li a i {
  font-size: 150%;
  color: #fff;
}
#contact_footer li.and li.facebook a {
  border: 2px solid #3b5998;
  background-color: #3b5998;
}
#contact_footer li.and li.facebook a:hover {
  background-color: #fff;
}
#contact_footer li.and li.facebook a:hover i {
  color: #3b5998;
}
#contact_footer li.and li.facebook a:before {
  box-shadow: 0 0 0 2px #3b5998;
}

/*--------------- CALENDAR ---------------*/
#calendar_footer {
  position: relative;
  float: right;
  padding-left: 60px;
  width: 415px;
}
#calendar_footer h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#calendar_footer div.date {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 9px 5px 9px;
  width: 182px;
  font-family: Arial, Helvetica, "sans-serif";
  border-radius: 3px;
  background-color: #ddd;
}
#calendar_footer div.date:nth-of-type(1) {
  margin-right: 15px;
}
#calendar_footer div.date h3 {
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#calendar_footer div.date table {
  width: 100%;
}
#calendar_footer div.date th {
  width: 26px;
  font-weight: bold;
  text-align: center;
}
#calendar_footer div.date td {
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #b9b9b9;
}
#calendar_footer div.date td.holiday {
  font-weight: bold;
  color: #e60012;
}
#calendar_footer div.date td.holiday2 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
}
#calendar_footer div.date td.holiday2::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 1px;
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 50%;
  background-color: #e60012;
}
#calendar_footer div.date td.holiday3 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
}
#calendar_footer div.date td.holiday3::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 1px;
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 50%;
  background-color: #0082e6;
}
@media all and (-ms-high-contrast: none) {
  #calendar_footer {
    /* IE hack */
  }
  #calendar_footer div.date td.holiday2:after {
    top: 1px;
  }
  #calendar_footer div.date td.holiday3:after {
    top: 1px;
  }
}
#calendar_footer p {
  margin-bottom: 20px;
  font-size: 84%;
}

/*--------------- INFORMATION ---------------*/
#info_footer {
  clear: both;
  margin-bottom: 50px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #ddd;
}
#info_footer li {
  display: inline-block;
  margin-left: 1em;
}
#info_footer li:first-child {
  margin-left: 0;
}
#info_footer a {
  font-size: 92%;
}
#info_footer a:hover {
  text-decoration: underline;
}

/*--------------- COPYRIGHT ---------------*/
#copyright {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 84%;
  text-align: center;
  letter-spacing: 0.1em;
}

/*--------------- Pmark ---------------*/
#footer .p_mark {
  position: absolute;
  right: 0;
  bottom: 0;
}
