@charset "UTF-8";
/* CSS Information ===========
File name:style.css
Description: takeout
Contents: *this page only
=============================== */
/* Public
====================*/
body{
  background: #fff;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100px;
}
@media (min-width: 641px){
    .header{
        height: 52px;
    }
    .header__inner{
        display: flex;
        align-items: center;
    }
}
.breadcrumb .breadcrumb__page{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 641px){
    .breadcrumb{
        display: flex;
    }
    .breadcrumb li{
        white-space: nowrap;
    }
}
.wrapper{
    background:url("../img/bg.svg") repeat-y 0 0/100% #fff5e0;/*#fffed9*/
    padding-top: 100px;
}
@media (min-width: 641px){
    .wrapper{
        padding-top: 52px;
    }
}
.footer{
    background: #773210;
}
.anchor{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
@media (min-width: 641px){
    .anchor{
        padding-top: 72px;
        margin-top: -72px;
    }
}

/* Entrance
====================*/
.entrance{
    width: 100%;
}
.entrance__inner{
    width: 100%;
    padding: 0 10px 30px;
}
.entrance__title{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.entrance__title-img{
    display: block;
    width: 100%;
}
.entrance__title-copy-img{
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
}
@media (min-width: 769px){
    .entrance__title-copy-img{
        max-width: 600px;
    }
}
@media (min-width: 1025px){
    .entrance__inner{
        padding-bottom: 40px;
    }
    .entrance__title-copy-img{
        max-width: 800px;
    }
}

/* Navgation
====================*/
.navigation{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    width: 100%;
    max-width:900px;
    margin:0 auto 0;
}
.navigation__unit{
    width:50%;
    position:relative;
    padding: 5px;
}
.navigation__link{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    transition: .3s;
    text-decoration: none;
}
.navigation__figure{
    display:block;
    position:relative;
    width:100%;
    height:auto;
}
.navigation__figure:before{
    content:"";
    display:block;
    padding-top:100%;
}
.navigation__figure-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.navigation__name{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    text-align:center;
    background:rgba(255,255,255,1);
    padding: 4px;
    font-style: normal;
    margin: 0 auto;
    border:solid 1px #fcd25b;
    border-radius:4px;
    align-items: center;
    justify-content: center;
    height: 3rem;
}
.navigation__name-normal{
    display: block;
    font-size: 11px;
    line-height: 1.4;
}
.navigation__name-small{
    display: block;
    font-size: 10px;
    line-height: 1.4;
}
.icon--radius{
    border-radius:50%;
}

@media (min-width: 480px){
    .navigation__unit{
        width: 33.333333%;
    }
}
@media (min-width: 640px){
    .navigation__unit{
        width: 27%;
    }
}
@media (min-width: 1025px){
    .navigation__name{
        padding: 6px 4px 4px;
    }
    .navigation__name-normal{
        font-size: 12px;
        line-height: 1.6;
    }
    .navigation__name-small{
        font-size: 11px;
        line-height: 1.6;
    }
}
@media (hover: hover) {
    .navigation__link:hover{
        transform: translateY(-5px);
        opacity: 1;
    }
    .navigation__link:hover .navigation__name{
        background: #fcd25b;
        color: #fff;
        font-weight: bold;
    }
}

/* Shop
====================*/
.shop{
    width: 100%;
    background: rgb(172, 128, 103, .4);
    padding: 20px 5px;
}
.shop__inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}
.shop__inner--space-between{
    justify-content: center;
}
.shop__inner--center{
    justify-content: center;
}
.shop-unit{
    width: 50%;/*430*/
    padding: 10px;
}
.shop-unit__link{
    display: block;
    transition: .3s;
    text-decoration: none;
    padding-bottom: 10px;
    color: #000 !important;
}
.shop-unit__foot{
    padding-top: 15px;
    border-top: dashed 1px #000;
}
.shop-unit__list{
    font-size: 12px;
    line-height: 1.6;
}
.shop-unit__title{
    vertical-align: baseline;
}
.shop-unit__title-small{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    word-break: normal;
}
.shop-unit__title-normal{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    word-break: normal;
}
.shop-unit__facility{
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 10px auto 0;
}
.shop-unit__facility-img{
    border-radius: 4px;
}
@media (min-width: 769px){
    .shop-unit__list{
        font-size: 14px;
    }
    .shop-unit__title-small{
        font-size: 16px;
    }
    .shop-unit__title-normal{
        font-size: 20px;
    }
}
@media (min-width: 769px){
    .shop-unit__foot{
        display: flex;
    }
    .shop-unit__facility{
        order: 1;
        width: 48.8372093%;/*210*/
        margin: 0;
    }
    .shop-unit__list{
        order: 2;
        width: 51.1627907%;
        padding-left: 10px;
    }
}
@media (min-width: 1025px){
    .shop__inner--space-between{
        justify-content: space-between;
    }
    .shop-unit{
        width: 46.23655913%;/*430*/
    }
}
@media (hover: hover){
    .shop-unit__link:hover{
        transform: translateY(-10px);
        opacity: 1;
        color: #fff500 !important;
    }
}



