@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,200,400,700);

/* Reset CSS
* --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
    color: #333;

}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
* --------------------------------------- */

#loader {
    text-align: center;
    width: 300px;
    height: 100px;
    display:block;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    z-index: 9999;
}

#loader .logo{
    margin-bottom: 20px;
}


#fade {
    width: 100%;
    height: 100%;
    background-color: #222222;
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
}


body{
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #fff;
    color: rgba(0,0,0,0.5);
    /*background-image: url(../img/bg-section1.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    background-attachment: fixed;*/
}


body::before {
    background:url('../img/bg-shoplist.jpg') no-repeat left top;
    background-size: 100% auto;
    background-size:cover;

    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
}


.wrap{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: relative;
    text-align:justify;
}
h1{
    font-size: 6em;
    color: #FFF;
}

h2{
    display: block;
    position: relative;
    color: #FFF;

    font-size: 4.5em;
    font-weight: 100;
    margin: 0 0 50px 0;
    text-align: center;
    line-height: 1.2em;
}



h3{
    color: #FFF;

    font-size: 2.0em;
    font-weight: 200;
    margin: 60px 0 0px 0;
    padding-top: 10px;
    border-top: 1px dotted #FFF;
    line-height: 2.5em;
    text-align: center;
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

h4{
    color: #FFF;

    font-size: 2em;
    font-weight: 400;
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    margin-bottom: 0px;
}

p{
    color: #fff;
    margin-bottom: 0.8em;
    font-size: 1em;
    font-family: 'Roboto','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height: 1.5em;
}



.section{
    text-align:center;
    display: block;
    position: relative;
    width: 100%;
    min-height: 700px !important;
}

p.imgOnly{
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}







/*-------------------------------------------*/



#momoseLogo{
    display: block;
    position:fixed;
    width: 90px;
    left: 8px;
    bottom: 5px;
    z-index: 9100;
}

#momoseLogo img{
    width: 100%;
}

#header{
    display: block;
    position: fixed;
    background-color: #222222;
    width: 100%;
    z-index: 9000;
    left: 0;
    min-height: 40px;
}




#header #logo{
    display: block;
    position: absolute;
    top:50%;
    left: 15px;
    height: 36px;
    margin-top: -16px;
}

#header #logo img{
    height: 100%;
}

#menu{
    display: block;
    position:relative;
    text-align:right;
    overflow: hidden;
    margin-left: 110px;
    font-family: 'Oswald',Sans-Serif;
    font-weight: 300;
    font-size: 90%;
    letter-spacing: 0.1em;
}


#menu li {
    text-align: right;
    display:inline-block;
    margin: 0px;
    color: #FFF;
    font-family: 'Oswald',Sans-Serif;
}
#menu li.active{
    /*background:#666;
    background: rgba(0,0,0, 0.5);*/
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #FFF;
}
#menu li.active a:hover{
}
#menu li:hover{

    background: rgba(255,255,255, 0.5);
}
#menu li a,
#menu li.active a{
    text-align: center;
    height: 35px;
    padding: 15px 15px 0px 15px;
    display:block;
}
#menu li.active a{
    background: rgba(255,255,255, 0.5);

}





#footer{
    position: relative;
    color: #FFF;
    font-size: 0.8em;
    font-weight: 100;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.topFooter{
    display: none;
}

/* Style for our header texts
* --------------------------------------- */
h1{
    display: block;
    position:relative;
    z-index: 1000;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    /*top:50%;*/
    margin-top: -100px;
}

h1 img{
    width: 100%;
}








/* Common styles
* --------------------------------------- */

.section{
    display: block;
    position: relative;
    text-align:center;
    min-height:500px;
    padding-top: 0px;
}
.wrap{
    width: 90%;
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


ul#shopNav {
    width:100%;
    margin: 0 0 ;
    padding: 0 0;
    overflow:visible;
    text-align:center;
    margin-bottom: 30px;
    display: block;
    position: relative;
    z-index: 100;
    color: #FFF;
}

ul#shopNav li {
    position: relative;
    display:inline-block;
    width: 46%;
    font-size: 126%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 5px;
}


ul#shopNav li a {
    position: relative;
    display:block;
    width: 100%;

    font-size: 126%;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align:center;
    border: 2px solid #FFF;
    cursor: pointer;
    background-color: rgba(255,255,255,0.2);
    font-family: 'Roboto',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}


ul#shopNav li a:hover {
    background-color: rgba(255,255,255,0.5);
}

ul#shopNav li a{
    color: #FFF;
}
table{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    width: 90%;
    border-collapse:collapse;
    border:1px solid #FFF;
    table-layout:fixed;
    line-height: 1.5;

    /*border: solid 1px #FFFFFF;*/
    border-spacing: 0px 0px;
}


table th,
table td{
    border:1px solid #FFF;
    padding: 5px 10px 5px 10px;
    font-family: 'Roboto',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

table thead tr{

}
table thead tr,
table tr{
    width: 100%;

}


table thead td{
    border-top:none;

}



th{

    background-color: rgba(255,255,255,0.8);
    color: #000;
    text-align: center;
}

.tr-odd{
    background: rgba(255,255,255, 0.2);
}

.tr-even{
    background: rgba(0,0,0, 0.2);
}



th{
    border-top: none;
}

.division{
    width: 10%;
    text-align: center;
}

.shop{
    width: 20%;
}
.branch{
    width: 10%;
}
.post{
    width: 10%;
    text-align: center;
}

.add{
    width:37%;
}

.tel{
    width: 13%;
    text-align: center;

}



/* Section 0
* --------------------------------------- */
#section0{
    padding-top: 120px;


}
#section0 img{
    width: 100%;}


.page_top {
    position:fixed;
    bottom:20px;
    right:20px;
    width: 60px;
    height: 60px;
    z-index: 9999;
}



/*screen resolutions between 620px and 800px*/
@media all and (min-width: 620px) and (max-width: 800px){

}

/*screen resolutions lower than 620px*/
@media all and (max-width: 620px){
}



