@charset "UTF-8";


/*******************************

セットメニュー　Css

*******************************/


.setmenu {
    width: 100%;
    overflow: hidden;
    background: url(../images/ribbon_top@2x.png) right top no-repeat,url(../images/ribbon_bottom@2x.png) left bottom no-repeat,url(../images/back.png) repeat;
    background-size: 260px,174px,71px;
    min-height: 970px;
    margin: 40px 0 100px 0;
    border-radius: 10px;
}
.setmenu .inner {
    width: 910px;
    margin: 0 auto;
    overflow: hidden;
}
.setmenu h3 {
    text-align: center;
    margin: 20px 0 0 0;
}

.setmenu .menuWrap {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 40px 40px 20px 40px;
    background: #fff;
    border-radius: 10px;
}
.setmenu p {
}

.setmenu ul {
    width: 100%;
    height: 410px;
    overflow: hidden;
    margin: 30px 0 0 0;
    position: relative;
}

.setmenu ul li{
    overflow: hidden;
    position: absolute;
    margin:0;
    bottom:0;
}

.setmenu li.set01 {
    left: 0;
    width: 500px;
    overflow: hidden;
    background: url(../images/plus@2x.png) right 95% no-repeat;
    background-size: 27px;
    padding-right: 60px;
}
.setmenu li.set01 dl {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.setmenu li.set01 dt {
    float: left;
    width: auto;
    margin: 0;
}

.setmenu li.set01 dd {
    width: 267px;
    float: right;
    overflow: hidden;
    margin: 0;
}
.setmenu li h4 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    border: 3px solid #000;
    padding: 10px 0;
    margin-top: 15px;
    font-weight: bold;
}
.setmenu figure {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.setmenu figcaption {
    width: 100%;
    overflow: hidden;
    margin: 5px 0 0 0;
    font-size: 14px;
}
.setmenu li.set02 {
    width: 297px;
    right: 0;
    overflow: hidden;
}


dl.price > dt {color: #fff;}


.set01 span {
    font-size: 12.5px;
}


@media screen and (max-width: 767px) {

.setmenu {
    background: url(../images/back.png) repeat;
    min-height: auto;
    border-radius: 10px;
    margin-bottom: 50px;
}
.setmenu .inner {
    width: 90%;
}
.setmenu h3 {
    margin: 10px 0 0 0;
}

.setmenu .menuWrap {
    margin: 20px 0 0 0;
    padding: 20px 3%;
    border-radius: 10px;
}

.setmenu ul {
    height: auto;
    margin: 20px 0 0 0;
    position: static;
}

.setmenu ul li{
    position: static;
    bottom:auto;
}

.setmenu li.set01 {
    left: auto;
    width: 100%;
    background: url(../images/plus@2x.png) 50% bottom no-repeat;
    background-size: 27px;
    padding-right: 0;
    padding-bottom: 40px;
}
.setmenu li.set01 dl {
}
.setmenu li.set01 dt {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 20px;
}

.setmenu li.set01 dd {
    float: none;
    margin: 0 auto;;
}
.setmenu li h4 {
    font-size: 18px;
}

.setmenu li.set02 {
    width: 100%;
    right: auto;
    margin-top: 20px;
    text-align: center;
}




}
