@charset "UTF-8";

/* ================================================================
 footer
=================================================================== */

footer {
  margin-top: 40px;
}

/* Recommend */

.recommend{
  margin-bottom: 20px;
}
.recommend .heading{
  padding-top: 40px;
}
.recommend .heading h3{
  font-size: 28px;
}
.recommend .heading p{
  font-size: 14px;
}
.recommend .messageSport{
  font-size: 14px;
  margin: 2em 0 1.5em;
}
.recommend .banner2column {
  display: block;
  width: 86%;
}
.recommend .banner2column li{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.recommend .sns{
  display: block;
  width: 86%;
  max-width: 368px;
  margin: 0 auto;
}
.recommend .sns .icon {
  margin: 10px 0 20px;
}
.recommend .sns .icon h3{
  font-size: 14px;
  margin: 0 10px 0 5px;
}
.recommend .sns .icon li:last-child{
  margin-right: 0;
}
.recommend .sns .youTube {
  width: 100%;
}


/* footerTop */

.footerTop {
  background: none;
  padding: 0;
}
.footerInner {
  display: block;
  width: 100%;
}
.footerInfo{
  width: 100%;
  margin: 0;
}

.footerSitemap {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #ddd;
}
.footerSitemap li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.footerSitemap a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 30px 8px 25px;
  min-height: 50px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}
.footerSitemap a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 15px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #333;
}

.paySmartphone {
  display: none;
}

.footerAccount {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
.footerAccount .name {
  font-weight: bold;
  margin-left: .5em;
}
.footerAccount .status.logout a,
.footerAccount .status.login a {
  display: inline-block;
  padding: 12px 25px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  margin-left: 1em;
}
.footerAccount .status.logout a {
  background-color: #555;
  color: #fff;
}
.footerAccount .status.login a {
  border: 1px solid #999;
}

.footerTel {
  width: 100%;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: linear-gradient(-45deg,#eee,#fff 50%,#eee);
}
.footerTel .telNumber {
  display: block;
  box-sizing: border-box;
  width: 300px;
  margin: 0 auto;
}
.footerTel .telNumber dt,
.footerTel .telNumber dd {
  display: block;
  height: auto;
}
.footerTel .telNumber dt {
  margin: 20px 0 8px;
}
.footerTel .telNumber dt::before {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
}
.footerTel .telNumber dd .number a{
  font-size: 30px;
}
.footerTel .telNumber dd .number::after {
  top: -26px;
  right: 0;
  transform: none;
  padding: .3em .5em;
}
.footerTel .telNumber dd::before{
  top: 0;
}
.footerTel .telBottom{
  width: 310px;
  margin: 15px auto 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.footerTel.suppli .telBottom{
  margin-top: 15px;
}
.footerTel .mobile {
  margin: .5em 0 1em;
}
.footerTel .time dd {
  white-space: nowrap;
}
.footerTel .time dd + dd {
  padding-left: 5.2em;
}
.footerTel .time dd + dd::before {
  display: none;
}

@media screen and (max-width: 320px) {
  .footerTel .telNumber,
  .footerTel .time{
    width: 280px;
  }
  .footerTel .telNumber dd .number a {
    font-size: 26px;
    line-height: 32px;
  }
}


/* footerBanner */
.footerBanner{
  background: none;
  padding: 8% 0;
}
.footerBanner ul{
  display: block;
}
.footerBanner li{
  width: 86%;
  margin: 0 auto;
}
.footerBanner li + li{
  margin-top: 15px;
}


/* footerBottom */
.footerBottom {
  padding: 0;
}
.footerSubNav {
  display: flex;
  flex-wrap: wrap;
  width: 86%;
  margin: 0 auto 20px;
}
.footerSubNav li {
  height: auto;
  white-space: nowrap;
  margin: 0 1.5em 1em 0;
}
.footerSubNav li  {
  margin-right: 6%;
  padding-right: 0;
  border-right: none;
}
.footerSubNav li a {
  font-size: 14px;
}
.footerLogos {
  position: static;
  width: 180px;
  margin: 0 auto 20px;
}
.footerLogos li {
  width: 50%;
}
.footerLogos li.jadma {
  width: 60%;
}
.footerLogos li.jadma .logoJdma {
  width: 100%;
}
.footerLogos li.privacy {
  position: relative;
  width: 40%;
}
.footerLogos li.privacy .logoPrivacy {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  right: 0;
  width: 80%;
}

.copyright {
  background: #f1f1f1;
  margin-top: 14px;
  padding: 20px 0;
  text-align: center;
}
.copyright small {
  margin-bottom: 1em;
}
.copyright .imgLogoIm {
  width: auto;
  max-width: 80%;
}
