@charset "UTF-8";

/** $Id: default.css 4118 2011-05-16 05:06:09Z ogawa $ */
/**
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2013-07-09
 * @lastmodified $Date: 2011-05-16 14:06:09 +0900 (月, 16 5 2011) $
 * @see guideline: Ver. 1.01
 */


/* 共通部分
--------------------------- */
#wrapper-plus {
    overflow: hidden;
    padding: 10px 0 20px 0;
    margin-top: 10px;
    line-height: 1.5;
}

#wrapper-plus .header-plus h1 {
    width: 760px;
    margin-bottom: 20px;

}

#wrapper-plus .header-plus p {
    text-align: center;
    margin-bottom: 20px;

}

/* List
----------------------- */
#wrapper-plus #List {
    margin: 10px auto;
}

#wrapper-plus #List * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper-plus #List ul#shop-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}

#wrapper-plus #List ul#shop-list .shop-item {
    width: 240px;
    margin-bottom: 30px;
}

#wrapper-plus #List ul#shop-list .shop-item a {
    position: relative;
    display: block;
    height: 100%;
}

#wrapper-plus #List .shop-photo {
    margin: 0 auto 15px;
}

#wrapper-plus #List .shop-photo img {
    width: 240px;
    height: 210px;
    object-fit: cover;
}

#wrapper-plus #List .shop-title {
    margin: 10px 0 6px;
    font-size: 15px;
    font-weight: bold;
    color: #EC6500;
}

#wrapper-plus #List .shop-txt {
    margin: 0 0 15px;
    font-size: 13px;
}

#wrapper-plus #List .shop-name {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

#wrapper-plus #List ul#shop-list .shop-name span {
    display: block;
    font-size: 13px;
}

#wrapper-plus #List .shop-updates {
    position: absolute;
    right: 15px;
    /*bottom: 10px;*/
    font-size: 11px;
    color: #898989;
}

#wrapper-plus #List .shop-menubtn {
    margin-top: 40px;
}

#wrapper-plus #List ul#shop-list a {
    display: block;
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
}

#wrapper-plus #List ul#shop-list a:hover {
    opacity: 0.8;
}

#wrapper-plus #takeout-title {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    color: #995E4D;
}

#wrapper-plus #info {
    margin: 58px auto 0;
    padding: 15px 100px 15px;
    overflow: hidden;
    background: url("../images/footer.png") no-repeat;
    color: #fff;
}

#wrapper-plus #info .info-ttl {
    font-size: 16px;
    font-weight: bold;
}

#wrapper-plus #info .info-mark {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 2px 0;
    width: 96px;
    text-align: center;
}

#wrapper-plus #info .info-name {
    font-size: 15px;
    font-weight: bold;
}

#wrapper-plus #info .info-name .info-tel {
    font-size: 12px;
    font-weight: bold;
}

#wrapper-plus #info .info-name .info-time {
    font-size: 12px;
}

#wrapper-plus #info .form {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    bottom: 0;
    left: -20px;
}
