@charset "Shift_JIS";
#mainArea{
    margin: 0 auto;
    width: 768px;
    font-size: 100%;
    line-height: 2.2rem;
    font-family: "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3","‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
h1{
    text-align: center;
}
h2{
    font-size: 3.5rem;
    text-align: center;
    margin: 10% auto 5%;
    line-height: 3rem;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3","‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
h2 span{
    font-size: 1.4rem;
    text-align: center;
    margin: 5% 0 0 0;
    line-height: 3rem;
    display:block;
}
h3{
    font-size: 2rem;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3","‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
    /* margin: 4% 0 4%; */
    text-align: center;
    padding: 0 0 2% 0;
    border-top: 1px solid #000;
    padding: 9% 0 5% 0;
}

.itemN span{
    font-size: 1.1rem;
    margin: 0;
    font-weight: normal;
    display:block;
}
.itemArea{
    font-size: 1.4rem;
    margin-bottom: 0;
    display: inline-block;
    width: 768px;
}
.itemArea ul.delay-show li{
    float: left;
    width: 19.2%;
    margin: 0 1% 0 0;
    padding-bottom: 4%;
}
.itemArea ul.delay-show li:nth-child(5n){
    margin: 0;
}
.itemN{
    font-size: 1.1rem;
    margin: 2% 0;
    line-height: 1.8rem;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3","‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}

.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', "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3","‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
    margin-bottom: 5%;
}
.sosial{
    margin: 2% 0 0 0;
    line-height: 2.0rem;
    font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3","‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
.sosial a{
    color: #000000;
    font-size: 1.2rem;
    padding-left: 2%;
    vertical-align: middle;
    text-decoration:none;
}
.address{
   margin-bottom:10%;
}
ul.tab {
    list-style: none;
    font-size: 1.5rem;
    margin: 0 auto -0.5%;
    display: block;
}
ul.tab li {
    display: inline-block;
    padding: 2% 6%;
    color: #000;
    cursor: pointer;
    font-family: 'Roboto',sans-serif;
    width: 37.5%;
}
ul.tab li:hover {
    color: #f39800;
}
ul.tab li.active {
    color: #fff;
    border-bottom: 2px solid;
    background: #000;
    padding: 2% 6%;
}
ul.tab li:last-child{
   margin-right:0;
}
div.tabContent {
    clear: both;
    display: none;
}
div.active {
    display: block;
}
.tabArea{
  text-align:center;
 }