@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@charset "Shift_JIS";
#mainArea{
    margin: 0 auto;
    width: 1000px;
    font-size: 100%;
    line-height: 2.2rem;
    font-family: 'Roboto','Noto Sans Japanese';
}
h2.mainTitle{
    display: block;
    margin: 5% 0 2%;
    font-size: 4.5rem;
    border-bottom: 7px solid #000;
    padding: 0 0 2% 0;
    font-weight: bold;
}
.itemArea{
    font-size: 1.4rem;
    margin-bottom: 10%;
    display: inline-block;
    width: 1000px;
}
.itemArea ul{
     margin: 5% 0
}
.itemArea ul li{
    display:inline-block;
    width: 211px;
    margin: 0 4% 0 0;
    text-align:center;
    height:auto;
}
.itemArea ul li:last-child{
    margin: 0;
}
.itemN{
    font-size: 1.2rem;
    margin: 2% 0;
    line-height: 2.0rem;
    font-family: 'Roboto','Noto Sans Japanese';
    text-align: left;
}
.allbtnArea{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.allbtnArea a{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 2% 200px;
    margin: 50px auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
}

.allbtnArea a:hover {
  color: #fff !important;
  background-color: #000000;
}
.fade-up {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.mapArea{
    border: 1px solid #ebebeb;
    padding: 3%;
    margin: 0 auto 5%;
    width: 86%;
}
.shopN{
    font-size: 1.5rem;
    font-family: 'Roboto','Noto Sans Japanese';
    margin-bottom: 5%;
}
.typewriter{
    font-family: 'Roboto','Noto Sans Japanese';
    color: #fff;
    background: #000000;
    display: inline-block;
    font-size: 5.5rem;
    padding: 2.5%;
    font-weight: bold;
    margin: 6% 0 0 0;
}
.brandTitle span{
    font-size: 1.8rem;
    display: block;
    font-weight: normal;
    line-height: 1.8;
    margin: 0 0 0 2%;
}
.brandTitle{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    border-left: 3px solid;
    padding: 0 0 0 1%;
}
.Number{
    font-size: 7rem;
    display: inline-block;
    padding: 0 2% 0 0;
}
.suTitle{
    margin: 5% 0 5% 0;
    text-align: left;
}
.brandArea{
    border: 1px solid;
    padding: 3%;
    font-size: 1.3rem;
    text-align:left;
}
.brandArea span{
    display: block;
    font-size: 1.5rem;
    margin: 0 0 1% 0;
}
.imgHover a:hover{
   opacity: 1 !important;
}
.imgHover {
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
}
.imgHover::before,
.imgHover::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
.imgHover::before {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: scale(0, 1);
}
.imgHover::after {
  border-right: 3px solid #000000;
  border-left: 3px solid #000000;
  transform: scale(1, 0);
}
.imgHover:hover {
  color: #000000;
}
.imgHover:hover::after,
.imgHover:hover::before {
  transform: scale(1);
   opacity: 1 !important;
}
