@charset "UTF-8";

/*========================================================*/
/* メニュー画面限定
/*========================================================*/
/* トップ画面遷移
/*--------------------------------------------------------*/
.transition {
    margin-top: 1em;
}
.transition .w_link {
    text-align: center;
}
.transition a {
    display: block;
    margin: 5px auto;
    color: #996600;
    font-size: 25px;
}
.transition a > img {
    height: 30px;
}

/* ジャンプ用リンク
/*--------------------------------------------------------*/
.subnavbar {
    background-image: url(img/M_02.png);
    background-size:cover;
    margin-bottom: 15px;
}
.subnavbar ul li {
    display: inline-block;
    width: 48%;
}
.subnavbar ul li a {
    text-decoration: none;
    display: block;
    padding: 2px 0 2px .5em;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 180%;
}
.subnavbar ul li a > i {
    margin-right: .5em;
    color: #996600;
}
.subnavbar ul li a:hover {
    color: #996600;
}
@media (min-width:768px) {
    .subnavbar ul li {
        width: auto;
    }
    .subnavbar ul li a {
        padding: 4px 1em;
    }
}
/* ボックス装飾
/*--------------------------------------------------------*/
.box_menu {
    margin-bottom: 40px;
}
.box_menu_m *, .box_menu_s *, .list_menu * {
    font-family: sans-serif;
}
.box_menu_m > li {
    margin-bottom: 10px;
}
.box_menu_s > li {
    margin-bottom: 5px;
}
.box_menu_m > li:after, .box_menu_s > li:after {
    content: '';
    display: block;
    clear: both;
}
.box_menu_m li > img {
    float: left;
    width: 85px;
    height: 85px;
}
.box_menu_m li .content {
    position: relative;
    height: 86px;
    margin-left: 95px;
    border-bottom: 1px solid #ccc;
}
.box_menu_s li > a {
    position: relative;
    float: left;
    display: block;
    width: 75px;
    height: 75px;
}
.box_menu_s li > a:before {
    background-image: url(img/external_link.png);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    background-size: contain;
    z-index: 200;
}
.box_menu_s li > a > img {
    width: 100%;
}
.box_menu_s li > a:hover > img {
    opacity: 0.7;
}
.box_menu_s li .content {
    position: relative;
    height: 75px;
    margin-left: 85px;
    border-bottom: 1px solid #ccc;
}
.box_menu_s li .content > a {
    color: #111;
}
.box_menu_s li .content > a:hover {
    color: #996600;
    text-decoration: none;
}
.box_menu_m h3, .box_menu_s h3 {
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: 600;
}
.box_menu_m .price, .box_menu_s .price {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #333;
    font-size: 120%;
}
.box_menu_m .discription, .box_menu_s .discription {
    color: #555;
    font-size: 90%;
    line-height: 1.2;
}
.box_menu_s .discription {
    margin-top: 1em;
}
.box_menu_m .link {
    display: none;
}
.menu_link {
    margin: 10px auto;
    text-align: right;
    font-size: 110%;
}
.box_menu_m .link > a, .menu_link > a {
    color: #996600;
}
.box_menu_m .link {
    position: absolute;
    bottom: 0;
    right: 0;
}
.box_menu_m .link > a {
    font-size: 90%;
}

.notice {
    margin-top: 5px;
    margin-left: .7em;
}
.notice li {
    color: #888;
    font-size: 90%;
}
.notice li:not(:last-child) {
    margin-bottom: 4px;
}
.notice li:before {
    margin-left: -1em;
    content: '\00203b';
}
.notice li a {
    color: #888;
    font-size: 100%;
    text-decoration: underline;
}
.notice li a:hover {
    color: #996600;
}

.supplement {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #996600;
}
.supplement h4 {
    margin: 0 auto;
    font-size: 100%;
}

#singles_menu h2 {
    margin-bottom: 4px;
}
.list_menu {
    width: 100%;
}
.list_menu dt {
    display: block;
    float: left;
    clear: left;
}
.list_menu dt, .list_menu dd {
    padding-top: 6px;
    padding-bottom: 4px;
}
.list_menu dd {
    padding-left: 100px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}
.list_menu dd.no_border {
    border-bottom: 0;
}
.list_menu dd.no_border + dd {
    padding: 0;
    font-size: 85%;
    text-align: left;
}
.list_menu dd > p {
    display: inline-block;
    margin-left: 4px;
    color: #333;
    font-size: 110%;
}
.list_menu dd > p > span {
    color: #888;
    font-size: 75%;
}

@media (max-width: 420px) {
    .box_menu_m h3 {
        font-size: 100%;
    }
    .box_menu_m .discription {
        font-size: 80%;
    }
    .box_menu_m .notice {
        display: none;
    }
}
@media (min-width:768px) {
    .box_menu {
        margin-bottom: 60px;
    }
    .box_menu_s li > a > img{
        width: 120px;
        height: 120px;
    }
    .box_menu_m li > img {
        width: 140px;
        height: 140px;
    }
    .box_menu_m li .content {
        height: 141px;
        margin-left: 150px;
    }
    .box_menu_s > li {
        margin-bottom: 8px;
    }
    .box_menu_s li > a {
        width: 120px;
        height: 120px;
    }
    .box_menu_s li .content {
        height: 120px;
        margin-left: 130px;
    }
    .box_menu_m h3, .box_menu_m .price,
    .box_menu_s h3, .box_menu_s .price {
        font-size: 160%;
        font-weight: 400;
    }
    .box_menu_m .price, .box_menu_s .price {
        top: 0;
    }
    .box_menu_m .discription {
        width: 60%;
        font-size: 100%;
    }
    .box_menu_m .link {
        display: block;
    }
    .notice li {
        font-size: 85%;
    }
    .supplement {
        margin-top: 20px;
    }
    #singles_menu h2 {
        margin-bottom: 10px;
    }
    .list_menu {
        margin-top: -6px;
    }
}
/*========================================================*/
/* メニュー2
/*========================================================*/
.menu2 img{
    width: 62px;
    height: 70px;
    float: left;
    margin-right: 5px;
}
.menu2 > .row-10 > div{
    margin-bottom:10px;
    padding-left: 6px;
    transition-property: all;
    transition: 0.5s linear;
}
.menu2 p{
    white-space: nowrap;
    overflow: hidden;    /* "overflow" の値は "visible" 以外のものを指定する */
    -o-text-overflow: ellipsis;  /* Opera 9-10 */
    text-overflow:  ellipsis;
}
.menu2 a:hover,.menu2 a:active,.menu2 a{
    text-decoration: none!important;
}

.menu2 .row:last-child{
    margin-bottom: 20px;
}

div.more{
    background-image: url('img/title_img01.png');
    height: 40px;
    vertical-align: middle;
    background-size: cover;
    margin: -20px 0px 40px;
    text-align: center
}

.more a {
    text-shadow: 1px 1px 2px #000;
    color:white;
    cursor: pointer;
    text-decoration: none;
    line-height: 40px;
    font-size: 120%;
}
.more a i.fa{
    margin-right: 4px;
    color: #ab822c;
    text-shadow: 2px 4px 5px #000;
}
.more > a > h3{
    margin:10px;
}

@media (max-width:767px) {
    .menu2 .row:last-child{
        margin-bottom: 0px;
    }
}
