@charset "utf-8";

/* CSS Document */


/*南心斎橋*/

#toptitle img {
    margin: 10px;
    border-style: none;
}

dl.recommend {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 695px;
    height: 158px;
}

dl.recommend dt {
    margin: 0px 5px;
    padding-left: 5px;
    float: left;
    list-style: none;
}

dl.recommend dd {
    margin: 0px 5px;
    padding: 20px 0px 0px 5px;
    float: left;
    list-style: none;
}

dl.recommend dd a img {
    border-style: none;
}

#campaign #print {
    text-align: center;
    margin-top: 10px;
}

#campaign #print img {
    border-style: none;
}

div#main section div.pr {
    margin: 10px;
    padding: 10px;
    height: 120px;
    border: 3px solid #92c41d;
}

div#main section p.prarea {
    display: block;
    width: 120px;
    height: 85px;
    float: left;
    margin: 0px;
    padding-top: 35px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    background-color: #92c41d;
}

div#main section p.prtxt {
    display: block;
    width: 520px;
    height: 120px;
    float: right;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 13px;
    line-height: 2;
}


/*********ショップ情報*********/

#shopinfo {
    margin: 10px;
    width: 692px;
    background-color: #f6f4f5;
}

#shopinfo .shopinfo-area {
    width: 690px;
}


/*不要#infomap{
width:248px;
float:left;
margin:20px;
}
*/

#infotxt p {
    text-align: left;
    line-height: 1.8;
    font-size: 13px;
}

p.txtnomal {
    margin-top: 20px;
}

div#main section div#open {
    margin: 10px 10px 10px 0;
    float: right;
    width: 280px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #ea601f;
}

div#main section p#timetxt {
    display: block;
    width: 50px;
    float: left;
    margin: 0px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    background-color: #ea601f;
}

div#main section p#time {
    display: block;
    width: 200px;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    margin-left: 10px;
}


/*　googlemap内*/

.btn-bigmap a:link {
    color: #fff;
    text-decoration: none;
}

.btn-bigmap a:visited {
    color: #fff;
    text-decoration: underline;
}

.btn-bigmap a:hover {
    color: #fff;
    text-decoration: underline;
}


/*********END ショップ情報*********/

p.txtnomal {
    margin-top: 20px;
}


/**/


/*div#main section div#open{
margin:20px 10px 10px 0px;
padding:10px;
height:60px;
border:1px solid #ea601f;
}
div#main section p#timetxt{
display:block;
width:60px;
height:53px;
float:left;
margin:0px;
padding-top:7px;
text-align:center;
vertical-align:middle;
color:#ffffff;
font-size:13px;
font-weight:bold;
background-color:#ea601f;
}
div#main section p#time{
display:block;
width:240px;
height:60px;
float:right;
margin:0px;
padding:0px;
text-align:left;
font-size:13px;
line-height:1.4;
}


#open{
margin-top:20px;
border:#ea601f 1px solid;
}
#timetxt{
float:left;
background-color:#ea601f;
margin:10px;
padding:10px 15px;
color:#FFF;
font-weight:bold;
}
#time{
float:left;
padding-top:10px;
}
*/

dd a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
}


/*clearfix*/

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#maincontents ul.mainbanner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#maincontents ul.mainbanner2 li {
    margin-bottom: 1em;
    width: 49%;
}

#maincontents ul.mainbanner2 li img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 640px) {
    #maincontents ul.mainbanner2 li {
        margin-bottom: 0em;
        width: 100%;
        line-height: 1em;
    }
}