/*Foundation*/

html {
    width: 100%;
    height: 100%;
}
body {
    background-image: url(../img/back_ground.jpg);
    width: 100%;
    min-height: 100%;
    margin :0 auto;
    display: flex;
    flex-direction: column;
}
a:hover {
    color: #1580bd;
    text-decoration: underline;
}

/*Layout*/
.l-header {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin :0 auto;
    padding: 7px 0;
    border-bottom: solid 10px;
    border-image: url(../img/double_solid_line.png) 16;
    display: flex;
}
.l-main {
    background-color: #ffffff;
    width: 70%;
    min-width: 700px;
    max-width: 1920px;
    margin:0 auto;
    padding: 0;
    border-left: solid 1px #aa9c91;
    border-right: solid 1px #aa9c91;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.l-footer {
    background-color: #ffffff;
    text-align:center;
    width: 100%;
    height: 40px;
    margin :auto;
    border-top: 1px solid #000000;
}

/*Object*/
/* header */
.p-logo {
    margin: auto 10px;
    flex-grow: 1;
}
.p-logo_image {
    float: left;
    width : 125px;
    height: auto;
}

.p-article {
    width: 100%;
    height: auto;
    display: block;
}
.p-article_title {
    font-size: 30pt;
    font-family: serif;
    width: 50%;
    height: auto;
    margin: 10px auto 5px 30px;
    border-bottom: solid 1px #000000 ;
    text-align: left;
}
.p-article_text {
    font-size: 15pt;
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 40px;
}
.p-article_image {
    float: right;
}

.p-menu {
    height: auto;
    padding-right: 100px;
    display: flex;
}
.p-menu__button {
    font-family: serif;
    width: 120px;
    height: 50px;
    font-size: 20pt;
    align-items: center;
    text-align: center;
    margin: auto 5px auto 5px;
    padding: 10px 0 10px 0;
    float: left;
}

.p-pagescroll {
    margin: 10px 0;
    font-family: serif;
    font-size: 17pt;
    text-align: center;
}

.p-name {
    text-align: right;
    margin: 0 5px;
}

.u-nbs {
    flex-grow: 1;
}
.u-shop {
    float: right;
    width: 40%;
    height: 100%;
    margin-right: 5px;
}
.u-introduction {
    margin: 0 auto;
}
.u-coffee {
    width: 30px;
    margin: 0 10px;
}
.u-interior {
    width:auto;
    min-width: 700px;
    height: 100%;
}
.u-footertext {
    color: #000000;
}

.site {
    color: #1580bd;
    font-size: 15pt;
}

float-left {
    float: left;
}


float-right {
    position: relative;
    bottom: 0;
    float: right;
}

ul {
    display: flex;
    margin: 30px
}
li {
    flex-direction: column;
}
iframe {
    margin:30px;
}

