@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;
}

.top-30 {
	margin-top: 30px !important;
}



/*Clearfix*/
.clr {
	zoom: 1;
}

.clr:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}



/*ページ内容*/
.tarteWrap section {
	padding: 50px 0;
}

#cheesetarte h2 img {
	width: 100%;
}



/*ページ内容(about cheesetarte)*/
#a_cheesetarte {
	width: 1000px;
	margin: 0 auto;
}

#a_cheesetarte .tarte {
	background-image: url(../img/cheesetarte/cheesetarte_3_pc.png);
	background-repeat: no-repeat;
	height: 674px;
	margin-top: 50px;
}

#a_cheesetarte .tarte img {
	padding: 10px 0 0 10px;
	/*上 右 下 左*/
}

#a_cheesetarte h4 img {
	width: 100%;
	text-align: center;
}



/*ページ内容(how to eat)*/
#cheese_tarte {
	width: 1000px;
	margin: 0 auto;
}

#cheese_tarte p {
	line-height: 2.0;
}

#cheese_tarte2 {
	width: 1000px;
	text-align: center;
}

#cheese_tarte2 img {
	text-align: center;
	padding: 10px 0 10px 0;
	/*上 右 下 左*/
}

#cheese_tarte3 p {
	text-align: center;
	border: solid 1px #333;
	line-height: 2.0;
	padding: 10px;
}



/*box部分*/
#cheese_tarte .boxItems2 {
	float: left;
	padding-top: 20px;
}

#a_cheesetarte .boxItems2 {
	float: left;
}

#cheese_tarte .boxItems2,
#a_cheesetarte .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;
}

#cheese_tarte .boxItems2 .box,
#a_cheesetarte .boxItems2 .box {
	display: table-cell;
	float: left;
	width: 50%;
	padding: 10px;
	line-height: 2.0;
}





/*ページ内容(cheesetarte_menu)*/
#cheesetarte_menu {
	width: 1000px;
	margin: 0 auto;
}

#cheesetarte_menu p {
	/* font-size: 100%;*/
}

#cheesetarte_menu h3 {
	padding: 50px 0 30px 0;
	/*上 右 下 左*/
	text-align: center;
}

#cheesetarte_menu h3 img {
	margin: 0 auto;
	text-align: center;
}



#cheesetarte_menu2 p {
	line-height: 2.0;
}




cheesetarte_menu

/*メニューbox部分*/
#cheesetarte_menu .boxItems2 {
	width: 1000px;
	float: left;
	padding-top: 20px;
}

#cheesetarte_menu .boxItems2 {
	float: left;
}

#cheesetarte_menu .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;
}

#cheesetarte_menu .boxItems2 h4 {
	width: 500px;
}

#cheesetarte_menu .boxItems2 h4 img {
	margin: 10px;
	width: 480px;
	height: auto;
}


#cheesetarte_menu .boxItems2 .box {
	display: table-cell;
	float: left;
	width: 480px;
	/*50%*/
	margin: 10px;
	/*	padding: 10px;上 右 下 左*/
	line-height: 1.8;
}


#cheesetarte_menu .boxItems2 .box img {
	padding-bottom: 20px;
}






/*20181029arai追加*/
/*ページ内容(takeout)*/
#takeout1 {
	width: 1000px;
	margin: 0 auto;
}

#takeout1 img {
	text-align: center;
}

#takeout1 h3 {
	text-align: center;
}

#takeout1 h3 img {
	margin: 0 auto;
	text-align: center;
}

#takeout1 p {
	line-height: 2.0;
}

#takeout1 h3 {
	text-align: center;
}

/*box部分*/
#takeout1 .boxItems2 {
	width: 1000px;
	float: left;
	padding-top: 20px;
}


#takeout1 .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;*/
}

#takeout1 .boxItems2 h4 {
	width: 500px;
}

#takeout1 .boxItems2 h4 img {
	margin: 10px;
	width: 480px;
	height: auto;
}

#takeout1 .boxItems2 .box {
	display: table-cell;
	float: left;
	width: 50%;
	padding: 0 10px 0 10px;
	line-height: 2.0;
}

/*box_googlemap部分*/
#takeout1 .boxItems2 .takeout2 {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 50%;
	height: auto;
}