.wrap {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.footer-btn a:hover {
  opacity: .7; 
  margin-top: -4px;
  height: 86px;
  border-bottom-width: 6px;
}



.a-footer {
 background: #F0F0F0;
 text-align: center;
 padding: 80px 0 0;
}

.a-footer p {
 font-size: 24px; 
}

.footer-btn {
  margin: 60px auto;
}

.footer-btn a {
  max-width: 625px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  background: #1B83BA;
  border-radius: 10px;
  border-bottom: #055B88 2px solid;
  transition: .2s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.footer-btn a::after,
.footer-flex a::after {
  content: '';
  background: url(../img/arrow_01.svg) no-repeat center center / cover;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 10px;
}
.footer-flex a::after {
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 14px;
  height: 14px;
}


.footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.footer-flex a {
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  background: #1B83BA;
  border-radius: 5px;
  border-bottom: #055B88 2px solid;
  transition: .2s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  width: 300px;
  height: 62px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.footer-flex a:hover {
  opacity: .7; 
  margin-top: -4px;
  height: 66px;
  border-bottom-width: 6px;
}

.global-shoplist {
  text-align: left;
}

.footer-ttl {
  text-align: center;
  color: #fff;
  background: #666666;
  padding: 40px 10px;
  font-size: 24px;
  font-weight: bold;
}

.copy {
  font-size: 12px;
  text-align: center;
  padding: 10px;
  display: block;
  color: #fff;
  background: #4a4a4a;
}
.oshirase {
	text-align: center;
	font-size: 20px !important;
}
@media screen and (max-width: 480px) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }
  .wrap{
	  width: auto;
  }

  .ttl {
    margin-bottom: 20px;
  }
  .ttl-top {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .ttl-bottom {
    display: block;
  }
  .ttl-place {
    font-size: 40px;
  }
  
  .ttl-place small{
    font-size: 16px;
  }
  
  .ttl-add {
    font-size: 14px;
  }
  
  .sub-ttl {
    font-size: 20px;
    margin: 20px 0;
  }
  .sub-ttl br{
    display: none;
  }
  .info {
    margin: 40px 0;
    display: block;
  }
  
  .info-left {
    width: 100%;
  }
  .info h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .info h3 small {
    display: block;
  }
  .info h3 small {
    font-size: 15px;
  }
  .btn {
    margin: 40px auto 80px;
  }

  .footer-flex a {
    width: 100%;
  }
  .footer-flex a::before {
    right: 10px;

  }
  .footer-ttl {
    font-size: 16px;
    padding: 20px 10px;
  }

	.news181225 img {
		width: auto;
		height: auto;
		max-width: none;
	}
	.news181225 img {
		max-width: none;
	}
	.news181225 .scr {
		overflow-x: scroll;
	}

}
