@charset "utf-8";
/* CSS Document */


/* 共通部分 */
body{
	margin:0;
    background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-width: 1000px;
    width: 100%;
	}

.pc { display: block !important; }
.sp { display: none !important; }


.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{
	margin: 0 auto;    
}

#cafeshop_p .up p{
padding: 50px 0 30px 0 ;/*上 右 下 左*/
}

#cafeshop_p .cafeWrap {
	width: 100%
}

.cafeshop_p section {
	padding: 50px 0;
}

.cafeshop_p .content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#cafeshop_p h2 img {
        width: 100%;
}



/*ページ内容(pourjours)*/
#access{
    width: 1000px;
    margin: 0 auto; 
  }

#access h3 {
	text-align: center;
}

#access p{
line-height: 2.0; 
  }

#access h3{
	text-align: center;
}
/* --------------------------------------------------
  2020.04.03 Nakai accessページ 新設
--------------------------------------------------*/
#access h3 {
	padding-top: 50px;
}


/*ページ内容(anniversary)*/
#cafe_shop{
    width: 1000px;
    margin: 0 auto; 
  }

#cafe_shop h3 {
	text-align: center;
}



/*box部分*/
#access .boxItems2 {
    width: 1000px
	float: left;
    padding-top: 20px;
}

#access .boxItems2,
#cafe_shop .boxItems2 {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
    width: 100%;
    padding: 20px 0;
}

#access .boxItems2 h4,
#cafe_shop .boxItems2 h4 {
width:500px;
}

#access .boxItems2 h4 img,
#cafe_shop .boxItems2 h4 img {
    margin: 10px;
width:480px;
    height: auto;
}

#access .boxItems2 .box,
#cafe_shop .boxItems2 .box {
	display: table-cell;
	float: left;
	width: 50%;
	padding: 0 10px 0 10px;
	line-height: 2.0;
}

/*box_googlemap部分*/
#access .boxItems2 .p_access {
/*position: absolute;*/
top: 0;
left: 0;
width: 50%;
height: auto;
}

/*動画部分*/
#cafe_shop .pj_movie{
    width: 1000px;
  /*  text-align: center;*/
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
    padding: 50px 0; 
}

#cafeshop_p .content {
	width: 800px;
    margin: 0 auto;
}

/*メニュー部分*/
.ttl_img {
    height: 109px;
}
.r_note {
    text-align: right;
    font-size: 90%;
    margin: 10px 0;
}
.ttl_menu {
    color:#2f1700;
    font-size: 150%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}
.sumttl_menu {
    font-size: 90%;
    font-weight: bold;
}
.txt_s {
    font-size: 90%;
}
.menu_table3 {
    width: 300px;
    float: left;
    margin:10px 50px 20px 0;
}
.menu_table3:last-child {
    margin-right: 0;
}
.menu_table3 td {
    padding: 10px 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 {
    float: left;
    width: 229px;
    margin:10px 28px 10px 0; 
}
.col4_list li:last-child {
    margin-right: 0;
}
.col4_list li img {
    width: 100%;
}
.pickup_ttl {
    font-weight: bold;
    margin-top: 10px;
}