@charset "utf-8";
/* CSS Document */


/* 共通部分 */

.pc { display: none !important; }
.sp { display: block !important; }



body{
    width: 100%;
    height: auto;
	margin: 0 auto;
	/*overflow: hidden; */   
	}

p{
    font-size: 80%;
}

.center{
    text-align: center;
}

.bottom-30 {
	margin-bottom: 30px!important;
}
.bottom-50 {
	margin-bottom: 50px!important;
}
.bottom-100 {
	margin-bottom: 100px!important;
}

.top-30 {
	margin-top: 30px!important;
}
.top-50 {
	margin-top: 50px!important;
}



/*Clearfix*/
.clr {
	/zoom: 1;
}

.clr:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}



/*ページ内容*/
#cafeshop_p{
    width: 100%;
 }

#cafeshop_p .up p{
padding: 20px 0 20px 0 ;/*上 右 下 左*/
}



#cafeshop_p h2 img {
        width: 100%;    
}



/*ページ内容(access)*/


#access p{
    padding: 0 5%;
  }

#access img,
#cafe_shop img
{
    width: 100%;
}



/*ページ内容(cafe_shop)*/



/*box部分*/
#access .boxItems2 h4,
#cafe_shop .boxItems2 h4{
   /*width: 100%;*/

}

#access .boxItems2 h4 img,
#cafe_shop .boxItems2 h4 img {
    margin: 0 auto;
    width: 95%;
}


#access .boxItems2 .box p,
#cafe_shop .boxItems2 .box p{
padding: 10px 10px 10px 10px ;
}

#access .boxItems2 .box img,
#cafe_shop .boxItems2 .box img {
        width: 95%;
    margin: 0 auto;
}

/*box_googlemap部分*/
#access .boxItems2 .p_access {
top: 0;
left: 0;
width: 100%;
height: auto;
}

/*メニュー部分*/
.ttl_img {
    height: 109px;
}
.r_note {
    text-align: right;
    font-size: 80%;
    margin: 10px 0;
}
.ttl_menu {
    color:#2f1700;
    font-size: 150%;
    padding-left: 5px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}
.sumttl_menu {
    font-size: 90%;
    font-weight: bold;
}
.menu_table3 {
    width: 95%;
    font-size: 90%;
    margin:10px auto 20px;
}
.menu_table3 td {
    padding: 8px 5px 0;
    line-height: 1.3em;
    vertical-align: top;
}
.td_price {
    text-align: right;
}
.menu_table3 td.bor_btm {
    border-bottom: #2f1700 solid 1px;
    padding: 0;
}
.col4_list li {
    width: 90%;
    margin:0 auto 20px;;
}
.pickup_ttl {
    font-weight: bold;
    margin-top: 10px;
}
