@charset "utf-8";

a:link { text-decoration: none; color:#00608c; }
a:visited { text-decoration: none; color:#00608c; }
a:hover { text-decoration: none; color:#00608c; opacity: 0.6;}
a:active { text-decoration: none; color:#00608c; opacity: 1.0;}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 	margin:0;	padding:0;}table {	border-collapse:collapse;	border-spacing:0;}fieldset,img { 	border:0;}address,caption,cite,code,dfn,th,var {	font-style:normal;	font-weight:normal;}ol,ul {	list-style:none;
}caption,th {	text-align:left;}h1,h2,h3,h4,h5,h6 {	font-weight:normal;}q:before,q:after {	content:'';
}abbr,acronym {  border:0;}

html, body,#container {
    height: 100%;
    width: 100%;
}


*{
    margin: 0;
    padding: 0;
}

body{
    font-family:'PT Serif', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	width: 100%;
	height: 100%;
    line-height: 130%;
    color: #00608c;
}
.jp{
    font-family: '游ゴシック体','Yu Gothic', YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ','メイリオ', Meiryo, sans-serif;
    font-size: 13px !important;
}


h1,
h2{
}

/* common
------------------------------------------------------------------------- */

body{
    background: url(/common/images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:100%;
    position: relative;
}
#container{
    position: relative;
}
.text{
    width:400px;
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
    .text h1{
        background: url(/common/images/logo.png);
        background-size: 160px 185px;
        width: 160px;
        height: 185px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 56px;
    }
    .text h2{
        color: #FFFFFF;
        font-size: 28px;
        line-height: 1;
        text-shadow: 0px 1px 1px #f4eee5;
        -webkit-text-shadow: 0px 1px 1px #f4eee5;
        -webkit-text-shadow: 0px 1px 1px #f4eee5;
        letter-spacing: 0.1ex;
        padding-left: 112px;
        padding-top: 12px;
    }
    .text p{
        text-align: left;
        font-size: 15px;
        line-height: 2;
        text-shadow: 0px 1px 1px #f4eee5;
        -webkit-text-shadow: 0px 1px 1px #f4eee5;
        -webkit-text-shadow: 0px 1px 1px #f4eee5;
        letter-spacing: 0.1ex;
    }
    .text p.pasta{
        display: block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 250px;
        height: 20px;
        background: url(/common/images/pasta.png);
        background-size: 250px 20px;
        background-repeat: no-repeat;
        margin-left: 149px;
    }
    .text p.open-date{
        color: #ffe000;
        font-size: 24px;
        padding-top: 12px;
        padding-left: 0px;
        line-height: 1;
    }
    .text p.open-time{
        color: #FFFFFF;
        font-size: 20px;
        line-height: 1.5;
        padding-top: 24px;
        padding-left: 48px;
    }
        .text p.open-time span{
            padding-left: 60px;
        }
    .text p.adr{
        color: #ffe000;
        font-size: 18px;
        padding-top: 6px;
        padding-left: 108px;
        font-weight: bold;
    }

.bld{
    width: 326px;
    height: 380px;
    display: block;
    position: absolute;
    bottom:0;
    left: 24px;
}
a.bld-link:link,
a.bld-link:visited{
    background: url(/common/images/bld.png);
    background-size: 326px 380px;
    width: 326px;
    height: 380px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

 
/* common
------------------------------------------------------------------------- */


/*===============================================
breakpoint:414
===============================================*/
@media screen and (max-width: 600px){
html, body, #container {
    height: auto;
    width: 100%;
}
body{
    background: url(/common/images/bg-smp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center top; 
    width: 100%;
    min-height:100%;
    height: auto;
    position: relative;
    background-position: fixed;
}


.text{
    width:400px;
    height: 300px;
    position: relative;
    top: auto;
    bottom: auto;
    margin: 60px auto 0;
    left: auto;
    right: auto;
}
    .text h1{
        background: url(/common/images/logo.png);
        background-size: 140px 162px;
        width: 140px;
        height: 162px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 68px;
    }
    .text h2{
        color: #FFFFFF;
        font-size: 28px;
        line-height: 2;
        text-shadow: 0px 1px 1px #f4eee5;
        -webkit-text-shadow: 0px 1px 1px #f4eee5;
        -webkit-text-shadow: 0px 1px 1px #f4eee5;
        letter-spacing: 0.1ex;
        padding-left: 124px;
    }
    .text p{
        text-align: left;
        font-size: 15px;
        line-height: 2;
        text-shadow: 0px 1px 1px #f4eee5;
        -webkit-text-shadow: 0px 1px 1px #f4eee5;
        -webkit-text-shadow: 0px 1px 1px #f4eee5;
        letter-spacing: 0.1ex;
    }
    .text p.pasta{
        display: block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 250px;
        height: 20px;
        background: url(/common/images/pasta.png);
        background-size: 250px 20px;
        background-repeat: no-repeat;
        margin-left: 149px;
    }
    .text p.open-date{
        color: #ffe000;
        font-size: 24px;
        padding-top: 6px;
        padding-left: 0px;
    }
    .text p.open-time{
        color: #FFFFFF;
        font-size: 20px;
        line-height: 1.5;
        padding-top: 6px;
        padding-left: 48px;
    }
        .text p.open-time span{
            padding-left: 60px;
        }
    .text p.adr{
        color: #ffe000;
        font-size: 34px;
        padding-top: 6px;
        padding-left: 108px;
    }

.bld{
    width: 326px;
    height: 380px;
    display: block;
    position: relative;
    bottom:auto;
    left: auto;
    margin: 60px auto 0;
}
a.bld-link:link,
a.bld-link:visited{
    background: url(/common/images/bld.png);
    background-size: 326px 380px;
    width: 326px;
    height: 380px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

}



