@charset "utf-8";
/* CSS Document */


/*一時的なCSS*/
.txt_news_link a {
	text-decoration: underline;
}

.topimg {
	width: 100%;
	min-width: 1400px;
	background-image: url("/cafeorder/original_img/bg_ttl_daymenu.jpg");
	background-position-y: 35%;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 2px 2px 4px -2px black inset;

}

.ttl_right_obento {}

.ttl_right_obento>h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ttl_right_obento li {
	font-weight: bold;
}

.ttl_sub {
	font-size: 40px;
	font-family: Adobe Devanagari;
}

.ttl_obento {
	width: 765px;
	margin: 0 auto 30px;
}

.ttl_squer_obento {
	background-color: #605B4D;
	width: 185px;
	height: 185px;
	color: white;
	margin-right: 74px;
	padding: 48px 20px;
	text-align: center;
	margin-top: 10px;
}

.ttl_order {
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto 30px;
}

.ttl_order_disc {
	font-size: var(--fs-sm);
	padding: 0 30px;
}

/*NEWS*/
.con_news {
	width: 800px;
	margin: 20px auto 10px;
	padding: 30px 50px;
	/*border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;*/
	position: relative;
}

.con_news::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #DAD5CC;
	position: absolute;
	left: 5px;
	top: -5px;
}

.con_news::after {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #DAD5CC;
	position: absolute;
	right: 5px;
	bottom: -5px;
}

.font_cali {
	margin-left: 20px;
	font-size: 30px;
	font-family: santelia-rough-two, sans-serif;
	font-style: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.txt_news {
	padding: 0 0px 0 70px;
	margin: 0 auto;
}

.txt_news li {
	padding-bottom: 5px;

}

.txt_news li::before {
	content: '■';
	/* リストのスタイルを＊にします */
	color: #B6964A;
	/* リストのスタイルの色をピンクに */
	padding-right: 5px;
	/* リストの番号と文字の間に隙間をあける */
	position: relative;
	left: -10px;
}

.btn_square_line {
	display: block;
	width: 300px;
	text-align: center;
	padding: 5px 30px;
	color: #B6964A;
	border: 1px solid #B6964A;
	margin: 0px auto 30px;
	font-size: 14px;
}

.btn_square_line:hover {
	background-color: #B6964A;
	color: white;
}

/*ＭＥＮＵ*/
.con_menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
}

.con_menu div:nth-child(2n+1) {
	margin-top: 20px;
	flex-direction: row-reverse;
}

.img_lunchplate {
	background-image: url("/cafeorder/original_img/lunchplate.png");
	width: 400px;
	height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
}

.img_obento {
	background-image: url("/cafeorder/original_img/obento.png");
	width: 400px;
	height: 400px;
	background-repeat: no-repeat;
	background-size: contain;
}

.img_taco {
	background-image: url("/cafeorder/original_img/taco.png");
	width: 300px;
	height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
}

.img_quish {
	background-image: url("/cafeorder/original_img/quishbox.png");
	width: 400px;
	height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
}

h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 50px auto;
	border-bottom: solid 2px;
	width: 200px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: dotted 1px;
	margin: 0px 10px 10px;
	color: #B6964A;
}

.li_menu_list {
	padding-left: 20px;
	min-width: 500px;
}

.li_menu_list>ul {
	padding: 5px 0;
}

.li_menu_list li {
	margin-bottom: 10px;
}

.li_menu_list li::before {
	content: '●';
	/* リストのスタイルを＊にします */
	color: #B6964A;
	/* リストのスタイルの色をピンクに */
	padding-right: 5px;
	/* リストの番号と文字の間に隙間をあける */
}

.menu_name {
	font-weight: 600;
}

.memn_detail {
	font-size: 14px;
}

/*日替わり*/
.menu_week {
	width: 100%;
	background-image: url("/cafeorder/original_img/bg_daymenu_w.webp");
	background-position-y: 50%;
	background-position-x: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}

.menu_week>ul {
	width: 1000px;
	margin: 20px auto 50px;
}

.list_menu_week>li {
	width: 1000px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	padding: 10px 56px;
	margin-bottom: 5px;
}

.date {
	margin-right: 10px;
	margin-left: 0px;
	min-width: 140px;
}

.date:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2e7";
	position: relative;
	left: -10px;
}

.menulist_mark {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 8px;
	flex-shrink: 0;
	width: 80px !important;
	text-align: center;
}

.day_menu_main {
	font-size: 23px;
	font-weight: bold;
}

.day_menu_sub {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.day_menu_week {
	padding-bottom: 5px;
}

.con_osusume {
	width: 100%;
	background-color: #F8F4E9;
}

.svg_bg_1 {
	vertical-align: bottom;
	margin-bottom: -80px;
}

.svg_bg_2 {
	vertical-align: top;
	margin-top: -15px;
}

.div_cafe_osusume {
	width: 734px;
	margin: 0 auto;
}

.cafe_osusume>a {
	display: block;
}

.cafe_osusume {
	width: 352px;
	height: 277px;
	margin: 15px;
	border-radius: 10px;
}

.cafe_b {
	background-image: url("/cafeorder/original_img/bcafe.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.cafe_insta {
	background-image: url("/cafeorder/original_img/cafe_insta.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.btn_title {
	width: 210px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	transform: translateY(50%);
}

.link_ttl {
	border-bottom: solid 2px;
	width: 120px;
	text-align: center;
	margin: 0 auto;
}

.link_ttlesub>i {
	font-size: 30px;
}

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

	.topimg {
		min-width: 94%;
		height: auto;
		background-position-y: 0%;
		background-position-x: 0%;
		padding: 20px 5px 5px;
	}

	.ttl_obento {
		width: 98%;
		margin: 5px auto 30px;
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.ttl_squer_obento {
		width: 118px;
		height: 118px;
		margin: 17px auto 28px;
		padding: 38px 15px;
		text-align: center;
		font-size: 12px;
	}

	.btn_top_obento {
		margin: 5px auto;
	}

	.ttl_sub {
		font-size: 25px;
	}

	.bgcolor_hakama_textwhite {
		width: 80%;
	}

	.con_menu {
		width: 100%;
		padding: 0;

	}

	.li_menu_list {
		min-width: 300px;
	}

	.ttl_right_obento {
		padding: 10px;
	}

	.ttl_right_obento>h2 {
		font-size: 18px;
	}

	.img_lunchplate,
	.img_obento,
	.img_taco,
	.img_quish {
		width: 100%;
		height: auto;
		aspect-ratio: 13 / 10;
		background-position-x: 50%;
	}

	.con_news {
		margin-top: 50px;
		margin-bottom: 0;
		width: 100%;
		padding: 20px;
	}

	.con_news::before,
	.con_news::after {
		font-size: 20px;
	}

	.font_cali {
		margin: -40px 0 0;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.txt_news {
		padding: 5px;
	}

	.memn_detail {
		padding-left: 20px;
	}

	.menu_week>ul {
		width: 94%;
		background-position-x: 50%;
	}

	.list_menu_week>li {
		width: 100%;
		padding: 10px 20px;
	}

	.svg_bg_1 {
		margin-bottom: -50px;
	}

	.svg_bg_2 {
		margin-top: -50px;
	}

	.div_cafe_osusume {
		width: 100%;
	}

	.cafe_osusume {
		width: 94%;
		margin: 0 auto;
	}

	.cafe_osusume:first-child {
		margin-bottom: 30px;
	}
}