@charset "utf-8";

/* CSS Document */





/* link color opacity */
header a {
    color: #666;
    text-decoration: none;
}


a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
}

/* ~~ floatのクリア ~~ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* container */
div#container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

/* page_top */
div#page_top {
    position: absolute;
    top: 0;
    height: 0;
}

div.page_top {
    min-width: 1000px;
    max-width: 1000px;
    text-align: right;
    margin: 0 auto;
}

/* header */
header {
    width: 100%;
    background: #e7e7e7;
    padding: 12px;
    color: #333;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    font-weight: 900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header ul {
    list-style: none;
    margin: 0;
    font-size: 14px;
    letter-spacing: normal;
    display: flex !important;
    align-items: center;
}

header ul.left li {
    margin-right: 15px;
}

header ul.left li img {
    width: 180px;
    height: 32px;
    position: relative;
    top: 5px;
}

header ul.right {}

header ul.right li {
    margin-left: 15px;
}

header ul.right li:nth-child(1) a {
    background: url(../images/header/cart.png) no-repeat left center;
    padding-left: 22px;
}



/* footer */
footer {
    width: 100%;
    background: #e7e7e7;
    font-size: 12px;
    color: #333;
    height: auto;
    padding: 40px 0 0;
    z-index: 20;
    display: block;
    margin: 0;
}


div.footer_nav_top {
    padding: 10px 10px 40px;
    font-family: 'Lato', sans-serif;
}

ul.footer_nav {
    float: left;
    font-size: 12px;
    line-height: 2em;
    margin-right: 60px;
    color: #000;
}

ul.footer_nav li.title {
    font-size: 10px;
    color: #999;
}

ul.footer_nav li img.icon {
    width: 11px;
    margin-right: 5px;
}

ul.footer_nav_img {
    float: right;
    margin-right: 0;
}

ul.footer_nav_img li.title {
    font-size: 10px;
    color: #999;
    float: none;
}

ul.footer_nav_img li {
    float: left;
    margin: 5px 10px;
}

ul.footer_nav_img li.cuisine {}

ul.footer_nav_img li.untouchable_toffee {}

ul.footer_nav_img li img {
    width: 180px;
    height: auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

ul.footer_nav_bottom {
    text-align: center;
    font-size: 10px;
    line-height: 1.8em;
    width: 100%;
    margin: 10px 0;
}

ul.footer_nav_bottom li {
    margin: 0 10px;
    display: inline;
}

footer div.copy_right {
    font-size: 10px;
    padding: 10px 10px;
    background: #111;
    color: #fff;
    margin: 0 0;
    font-family: 'Lato', sans-serif;
    text-align: center;
    letter-spacing: 0;
}

/* section */
section {
    width: 100%;

}



section h2 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
}

section h2.top_information_headline {
    margin-bottom: 20px;
}

section h2 span {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-left: 20px;
}

ul.text_info li span.date {
    font-weight: bold;
    margin-right: 8px;
}
