@charset "utf-8";
img{
    vertical-align: bottom;
}
/*ボディここから*/
#wrapper{
    min-width: 1500px;
    margin: 0 auto;
}
/*ヘッダーここから*/
.logo{
    width: 100px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-right: 60px;
}
.g_nav ul{
    width: 750px;
    margin: 0 auto;
    margin-bottom: 100px;
    overflow: hidden;
}
.g_nav ul li{
    width: 150px;
    text-align: center;
    float: left;
}
.g_nav ul li a{
    color: #000;
    text-decoration: none;
    font-size: .9em;
    font-weight: normal;
}
.g_nav a:hover{
    color: #777;
}/*ヘッダーここまで*/
/*メインここから*/
main h2{
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 1.1em;
    line-height: 3;
    border-bottom: solid 1px;
}
.cafe{
    margin-bottom: 30px;
    overflow: hidden;
}
#cafe_01{
    width: 400px;
    margin-left: 310px;
    float: left;
}
#cafe_01:hover{
    opacity: .7;
}
.open_txt{
    width: 400px;
    margin-right: 310px;
    float: right;
}
.open_txt dt{
    font-size: 1.6em;
    line-height: 1.4;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: 'Delius Unicase', cursive;
}
.open_txt dd{
    padding-bottom: 20px;
    line-height: 2;
    letter-spacing: .2em;
}
.end{
    text-align: end;
}/*メインここまで*/
/*フッターここから*/
footer{
    min-width: 1500px;
    margin: 0 auto;
    line-height: 30px;
    background-color: #999;
}
.snsbtn{
    list-style: none;
    text-align: right;
    margin-right: 70px;
    padding-top: 20px;
    overflow: hidden;/*.twitter.instagramのヒドゥン*/
}
.twitter{
    width: 26px;
    margin-right: 40px;
    float: right;
}
.instagram{
    width: 26px;
    float: right;
}
.f_box{
    overflow: hidden;/*.f_nav ul.f_flower.copyrightのヒドゥン*/
}
.f_nav{
    width: 500px;
}
.f_nav ul{
    padding-top: 20px;
    overflow: hidden;/*.shop_info.privacy.tokuteishouのヒドゥン*/
    float: left;
}
.f_nav li{
    margin-left: 30px;
}
.shop_info{
    width: 70px;
    float: left;
}
.privacy{
    width: 140px;
    float: left;
}
.tokuteishou{
    width: 170px;
    float: left;
}
.f_nav li:before {
    content: url("../img/arrows/arrow_mini.png");
    padding-right: 5px;
}
.f_nav a{
    text-decoration: none;
    text-align: left;
    color: #000;
    font-size: .8em;
}
.f_flower{
    width: 120px;
    padding-left: 230px;
    padding-right: 380px;
    padding-bottom: 50px;
    float: left;
}
.copyright{
    width: 300px;
    font-size: .8em;
    padding-top: 20px;
    float: right;
}/*フッターここまで*/
/*ボディここまで*/