@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{
   font-size: 2.4rem;
    font-family: 'Roboto','Noto Sans Japanese';
    margin: 8% 0 4%;
    text-align: center;
    padding: 0 0 2% 0;
}
h2 span{
    display: block;
    margin: 10% 0 3%;
    font-size: 4.5rem;
}

h3{
    font-size: 3rem;
    font-family: 'Roboto','Noto Sans Japanese';
    margin: 8% 0 4%;
    text-align: center;
    padding:0 0 2% 0;
}

.itemN span{
    font-size: 1.1rem;
    margin: 0;
    font-weight: normal;
    display:block;
}
.itemArea{
    font-size: 1.4rem;
    margin-bottom: 10%;
    display: inline-block;
    width: 1000px;
    margin-top: -80px;
    padding-top: 100px;
}
.itemArea ul.delay-show li{
    float: left;
    width: 18%;
    margin: 0 2% 4% 0;
    position: relative;
}
.itemArea ul.delay-show li:nth-child(5n){
    margin: 0 0 4% 0;
}
.itemN{
    font-size: 1.2rem;
    margin: 2% 0;
    line-height: 2.0rem;
    font-family: 'Roboto','Noto Sans Japanese';
    height:80px;
}

.btnArea a{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 3% 20%;
    margin: 0;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
}
.btnArea a:hover {
  color: #fff !important;
  background-color: #000000;
}
.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;
}
.shopMap{
    margin:0 auto;
}
.shopMap div{
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}
.shopMap div:last-child{
    display: inline-block;
    margin:0;
}
.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%;
}
.sosial{
    margin: 2% 0 0 0;
    line-height: 2.0rem;
    font-family: 'Roboto','Noto Sans Japanese';
}
.sosial a{
    color: #000000;
    font-size: 1.2rem;
    padding-left: 2%;
    vertical-align: middle;
    text-decoration:none;
}
.address{
   margin-bottom:10%;
}
.ancor{
    text-align:center;
    margin:5% 0 ;
}
.ancor ul li{
    font-size: 1.5rem;
    font-family: 'Roboto','Noto Sans Japanese';
    display: inline-block;
    text-align: left;
    color: #000000;
    border-left: 1px solid;
    padding: 0 2%;
    width: 29%;
    margin: 2% 0;
    text-align: center;
}
.ancor ul li a{
    text-decoration: none;
    display: block;
    padding: 0 0 5px;
    text-decoration: none;
    color: #000000 !important;
    text-align: center;
    width: 83%;
    margin: 0 auto;
}
.ancor ul li span{
    font-size: 1.1rem;
    font-family: 'Roboto','Noto Sans Japanese';
    margin-bottom: 0;
    display: block;
}
.ancor ul li:nth-child(3n){
    margin: 0;
    border-right: 1px solid;
}
.ancor ul li a:hover{
    color:#000000 !important;
}
.ancor ul li a::after {
  border-bottom: solid 1px #000000;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.ancor ul li a:hover::after {
  width: 100%;
  text-align:center;
  
}