body {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
table th {
	font-weight: normal;
}
img {
	width: 100%;
	height: auto;
}
#wrap {
	margin: 0 auto;
	background:  #fffae6d1;
} 
#header {
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
}
#header h1 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
    background: #ae6821;
	/*background-repeat: repeat-x;
    background-size: contain;*/
    padding: 5px 10px;
}
#header_main {
	margin: 5px 15px;
}
#header_main .head_tbl {
	width: 100%;
	display: table;
}
#header_main .head_tbl .head_logo {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}
#header_main .head_tbl .head_logo img {
	max-width: 85px;
}
#header_main .head_tbl .head_menu {
	width: auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#header_main .head_tbl .head_menu ul li {
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
}
#header_main .head_tbl .head_menu ul li a {
	position: relative;
	padding: 0px 15px;
}
#header_main .head_tbl .head_menu ul li a::before,
#header_main .head_tbl .head_menu ul li a::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: .5px;
		height: 17px;
		background-color: #000;
		transform: translateY(-50%);
}
#header_main .head_tbl .head_menu ul li:last-child a::after {
		left: 100%;
}



#header_main .head_tbl .head_menu ul li a:hover {
	color: #b46902;
}
#header_main .head_tbl .head_tel {
	text-align: right;
	vertical-align: middle;
	display: table-cell;
}
#header_main .head_tbl .head_tel a {
	display: block;
    position: relative;
	box-shadow: 3px 3px 3px #aaa;
    border-radius: 10px;
	border: 1px solid #ff990d7a;
}
#header_main .head_tbl .head_tel a:hover {
	bottom: -2px;
    box-shadow: 2px 0px #9e9e9e42;
	border: 1px solid #ff990d7a;
}

#header_main .head_tbl .head_tel p {
	padding: 5px 0;
}

#header_main .head_tbl .head_tel p img {
	max-width: 160px;
}

.top_menu_list {
	display: flex;
	flex-direction: column;
	padding-left: 5%;
}

#header_main .top_menu_list2 .head_tel {
	display: flex;
	justify-content: end;
}

#header_main .top_menu_list2 .head_tel p {
	margin: 5px;
}

#header_main .top_menu_list2 .head_menu {
	text-align: left;
	padding-left: 55px;
	display: flex;
}
#header_main .top_menu_list2 .head_menu ul {
	width: 100%;
	justify-content: end;
    display: flex;
}
/*----- */

#top_image {
	position: relative;
	overflow: hidden;
	max-width: 1100px;
	margin: 0px auto;

}

#top_image p.header_text {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	color: #d2691e;
	font-size: 10vw;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'Pacifico', cursive;
	line-height: 1em;
	/*text-shadow: 1px 1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, -1px -1px 1px #333;*/
	text-shadow: #fff;
	text-align: center;
	margin-top: -.5em;
}
#top_image p.head_img {
	position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87%;
}
#top_image p.head_img img {
	width: 95%;
}
#top_image p {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, -1px -1px 1px #333;
	text-align: center;
	margin-top: -.5em;
}
#top_image p.title span {
	font-size: 3vw;
	font-weight: normal;
}
#top_image img {
	border-radius: 10px;
}
/*
#top_image .sns_header_pc {
	position: absolute;
	top: 24%;
	right: 5%;
}
*/
#top_image .sns_header_pc {
	position: absolute;
	top: 5%;
	right: 5%;
}

#top_image .sns_header_pc ul li {
	margin-bottom: 10%;
}
#top_image .sns_header_pc ul li a {
	display: flex;
	position: relative;
	justify-content: flex-end;
}
#top_image .sns_header_pc ul li a i {
	font-size: 16px;
	font-weight: bold;
    color: #fff;
	text-shadow: 1px 1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, -1px -1px 1px #333;  
	text-decoration: underline;
    align-items: center;
	display: flex;
	padding-right: 10px;
	display: none;
}
#top_image .sns_header_pc ul li a i.sns_title {
	font-size: 19px;
}
/*
#top_image .sns_header_pc ul li a img {
    width: 45px;
	box-shadow: 3px 3px 3px #6c5b5b;
}
*/
#top_image .sns_header_pc ul li a img {
    width: 30px;
	box-shadow: 3px 3px 3px #eee;
	margin-bottom: 35%;
	border-radius: 7px;
	background-color: #fff;
}

#top_image .sns_header_pc ul li a:hover {
	bottom: -2px;
	border-radius: 10px;
}
/*
@media screen and (max-width: 900px) {
	#top_image .sns_header_pc {
		top: 12%;
	}
	#top_image .sns_header_pc ul li a img {
		width: 35px;
	}
}*/
#top {
	padding: 10px 2%;
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}
.bread {
	font-size: 12px;
	line-height: 16px;
}
.bread2 {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
.bread a:hover {
	color: #b46902;
}
.bread2 a:hover {
	color: #b46902;
}
.cont {
	padding: 25px 0;
}
.cont.sub {
	max-width: 850px;
	margin: 0 auto;
}
.cont.sub .cart_text {
	color: #fff;
	background: #f00;
	padding: 5px 10px;
	border-radius: 5px;
}
.cont h2 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #ccc9c7;
	line-height: 24px;
	margin-bottom: 10px;
}
.cont h1.main_title {
	font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
	text-align: center;
	text-shadow: 2px 2px 1px #ccc9c7;
    background: url(img/top_mark17.png) no-repeat center top;
    padding-top: 45px;
    background-size: 135px;
}
.cont h2.mark1 {
	text-align: center;
	background: url(img/top_mark1.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark2 {
	text-align: center;
	background: url(img/top_mark2.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark3 {
	text-align: center;
	background: url(img/top_mark3.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark4 {
	text-align: center;
	background: url(img/top_mark4.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark5 {
	text-align: center;
	background: url(img/top_mark5.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark6 {
	text-align: center;
	background: url(img/top_mark6.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark7 {
	text-align: center;
	background: url(img/top_mark7.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark8 {
	text-align: center;
	background: url(img/top_mark8.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark9 {
	text-align: center;
	background: url(img/top_mark9.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark10 {
	text-align: center;
	background: url(img/top_mark10.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark11 {
	text-align: center;
	background: url(img/top_mark11.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark12 {
	text-align: center;
	background: url(img/top_mark12.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark13 {
	text-align: center;
	background: url(img/top_mark13.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark14 {
	text-align: center;
	background: url(img/top_mark14.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark15 {
	text-align: center;
	background: url(img/top_mark15.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark16 {
	text-align: center;
	background: url(img/top_mark16.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark17 {
	text-align: center;
	background: url(img/top_mark17.png) no-repeat center top;
	padding-top: 45px;
	background-size: 135px;
}
.cont h2.mark18 {
	text-align: center;
	background: url(img/top_mark18.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark19 {
	text-align: center;
	background: url(img/top_mark19.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark20 {
	text-align: center;
	background: url(img/top_mark20.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark21 {
	text-align: center;
	background: url(img/top_mark21.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark22 {
	text-align: center;
	background: url(img/top_mark22.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark23 {
	text-align: center;
	background: url(img/top_mark23.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark24 {
	text-align: center;
	background: url(img/top_mark24.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 28px;
}
.cont h2.mark25 {
	text-align: center;
	background: url(img/top_mark25.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}
.cont h2.mark26 {
	text-align: center;
	background: url(img/top_mark26.png) no-repeat center top;
	padding-top: 38px;
	background-size: 110px 32px;
}

.cont .news {
	max-width:900px;
	max-height: 230px;
	margin: 0 auto;
	padding: 0 10px 10px;
	overflow-y: auto;
}
 .news li {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news .new_news {
	display: flex;
    justify-content: space-between;
}
.news .new_news .new_time {
	color: #fff;
	background: #ff1010;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px;
	display: none;
}
 .news .news_time {
	font-size: 14px;
	margin-bottom: 4px;
}
 .news .news_cont {
	/* width: calc(100% - 112px); */
	width: auto;
	padding: 10px 6px;
	border-bottom: 1px dashed #6F6F6F;
}
.news li:first-child .news_cont {
	border-top: 1px dashed #6F6F6F;
}
.news li:first-child .news_time {
	margin: auto 0;
}
.news li:first-child .new_time {
	display: block;
}
 .news .news_cont .title {
	font-size: 14px;
	font-weight: bold;
}
.cont .news a:hover .news_cont .title {
	color: #c90;
}
.cont .news .news_cont .text {
	margin-top: 4px;
	font-size: 15px;
	color: #666666;
}
.cont .news .news_cont .news_link {
	margin-top: 5px;
}
.cont .news .news_cont .news_link a {
	color: #0062e7;
	display: inline-block;
	text-decoration: underline;
}
.cont .news .news_cont .news_link a:hover {
	text-decoration: none;
}
.sales_list {
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
	overflow-y: auto;
	/* border-bottom: 1px solid #000; */
	font-size: 16px;
	line-height: 1.5;
	background: #fff;
}
.sales_list span {
	display: inline-block;
}
.sales_list li {
	position: relative;
	border-top: 1px dotted #7f4f1e;
}
.sales_list li:last-child {
	border-bottom: 1px dotted #7f4f1e;
}
.sales_list li::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 14px;
	border-top: 3px solid #f29c25;
	border-right: 3px solid #f29c25;
	transform: translate(-101%, -52%) rotate(45deg);
}
.sales_list li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 14px;
	border-top: 3px solid #f29c25;
	border-right: 3px solid #f29c25;
	transform: translate(-50%, -50%) rotate(45deg);
}

.sales_list li a {
	padding: 12px 24px 12px 16px;
	display: block;
}
.sales_list li a:hover {
	background: #e8e8e88c;
}
.sales_list .date {
	font-size: 14px;
}
.sales_list .addr {
	font-weight: bold;
	line-height: 1.3;
}
.sales_info {
	margin-bottom: 10px;
}
.sales_info .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.sales_info .title span {
	display: inline-block;
}
.sales_info .text {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}
.sales_data span {
	display: inline-block;
}
.sales_data .row {
	display: flex;
	margin-bottom: 5px;
}
.sales_data .row dt {
	width: 80px;
}
.sales_data .row dd {
	width: calc(100% - 80px);
}
.sales_map {
	width: 100%;
	max-width: 800px;
	margin: 10px 0;
}
.sales_map iframe {
	width: 100%;
	height: 400px;
	border: none;
	border-radius: 12px;
}
.sales_butt {
	position: relative;
	display: block;
	width: 200px;
	padding: 8px 16px;
	margin: 10px auto;
	background: #cc9900 url('./img/icon_bottom.png') no-repeat top 50% right 7px;
	background-size: 16px 16px;
	color: #fff;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	border: none;
	border-radius: 6px;
	font-size: 16px;
	text-align: center;
}
.sales_butt:hover {
	opacity: 0.7;
}
.sales_butt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.cake_butt {
	position: relative;
	display: block;
	width: 200px;
	padding: 8px 16px;
	margin: 10px auto;
	background: #f29c25 url('./img/icon_bottom.png') no-repeat top 50% right 7px;
	background-size: 16px 16px;
	color: #fff;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	border: none;
	border-radius: 6px;
	font-size: 16px;
	text-align: center;
}
.cake_butt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.cake_butt span {
	display: inline-block;
}
.item_count_butt {
	display: flex;
	justify-content: center;
	padding: 16px 0;
}
.item_count_butt button {
	min-width: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	background: #f3f3f3;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin: 0 3px;
	padding: 0 3px;
	color: #555;
	text-align: center;
}
.item_count_butt button.on {
	border: 1px solid currentColor;
	color: #ff8731;
	background: #fff;
}
.item_count_butt button:disabled {
	border: #fff;
	background: #fff;
	color: #888;
}
.item_count_butt .dotted {
	font-size: 12px;
	margin: auto 5px;
}

.cont .cafe_img {
	margin: 20px 0;
}
.cont .war {
	color: #d00;
}
.cont h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 10px 0 5px;
}
.cont h3.link_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	border-left: 8px solid #ccc;
	padding-left: 10px;
	margin: 5px 0 0 0;
}
.cont .cont_catch {
	margin: 10px 0 20px 0;
	color: #e97702;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
}
.cont .cont_text {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.cont .cont_text a {
	color: #069;
}
.cont .cont_text.frm {
	width: 100%;
	/*
	max-height: 110px;
	overflow-x: hidden;
	overflow-y: auto;
	*/
}
.cont .cont_box {
	font-size: 14px;
	line-height: 22px;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 5px;
}
.cont .cont_map {
	margin-bottom: 5px;
}
.cont .cont_map iframe {
	width: 100%;
	height: 400px;
	border-radius: 15px;
}
.cont .cont_tbl {
	width: 100%;
	margin-bottom: 15px;
}
.cont .cont_tbl th {
	width: 70px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	border-bottom: 1px solid #bbb;
	padding: 7px 5px;
}
.cont .cont_tbl td {
	width: auto;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #bbb;
	padding: 7px 5px;
	/* display: flex;
	flex-wrap: wrap; */
}
.cont .cont_tbl td .date {
	font-size: 16px;
	line-height: 22px;
}
.cont .cont_tbl td .price {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.cont .cont_tbl td select {
	color: #000;
    font-size: 14px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    width: 65px;
    height: 30px;
}
.cont p.cont_video {
	width: 100%;
	max-width: 370px;
	height: 208px;
	padding-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.cont p.cont_video iframe {
	width: 100%;
	height: 100%;
}
.cont p.cont_image {
	margin-bottom: 15px;
}
.cont p.cont_image img {
	max-width: 100%;
	height: auto;
}
.cont p.cont_img {
	width: 50%;
	max-width: 320px;
	margin: 0 0 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	position: relative;
}

.cont p.cont_img img {
	border-radius: 10px;
    box-shadow: 0px 3px 7px #00000033;
    border-radius: 15px;
}
.cont p.cont_img .soldout {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
}
.cont p.cont_button img {
	width: 70px;
	height: 25;
    text-align: right
}
.cont .top_menu_list {
	margin: 0 -5px;
}
.cont .top_menu_list > li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	float: left;
}
.cont .menu_list li a {
	width: 100%;
    height: 100%;
	display: flex;
	flex-direction: column;
}
.cont .menu_list li a:hover {
    background-color: #fc4;
    border-color: #fb1;
}
.cont .menu_list li h2.menu_name {
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin: 5px 9px;
    overflow: hidden;
}
.cont .menu_list li p.menu_price {
    height: 20px;
    color: #f00;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
    margin: 5px 9px;
    overflow: hidden;
}
.cont .box_list {
	margin: 0 -5px;
}
.cont .box_list > li.w1 {
	width: 50%;
}
.cont .box_list > li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	float: left;
}
.cont .box_list > li.cnt a img {
	box-shadow: 0 1px 2px rgba(100, 100, 100, .5), 0 4px 6px rgba(100, 100, 100, .5);
}
.cont .box_list > li.cnt a:hover {
	opacity: 0.7;
}
.cont .box_list > li a.type  {
	color: #fff;
	text-align: center;
	background-color: #393;
	padding: 10px 0;
	display: block;
}
.cont .box_list > li a.type.now  {
	background-color: #f63;
}
.cont .box_list li.item {
	position: relative;
	padding-top: 10px;
}
.cont .box_list li.item .pict_box {
	top: 0;
	right: 10px;
	position: absolute;
	z-index: 99;
}
.cont .box_list li.item .pict_box img {
	width: 38px;
	height: auto;
	display: block;
	float: right;
	margin-right: 3px;
}
.cont .box_list > li.w2 {
	width: 50%;
}
.cont .box_list > li.w2.btn_disabled img {
	opacity: 0.5;
	border-radius: 7px;
}
.cont .box_list > li.w2.btn_disabled im{
}

.cont .box_list > li.w2 a img {
	box-shadow: 3px 3px 3px #727272;
	border-radius: 7px;
}
.cont .box_list > li.w2 a:hover {
	opacity: 0.8;
}
.cont .box_list > li.w2 > button {
	width: auto;
	height: 100%;
    padding:0;
    margin:0;
    background:none;
    border:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
	box-shadow: 3px 3px 3px #727272;
	border-radius: 7px;
}
.cont .box_list > li.w2 > button img {
	border-radius: 7px;
}
.cont .box_list > li.w2 > button[disabled] {
	opacity: 0.5;
	cursor: default;
	box-shadow: none;
}
.cont .box_list > li.w2 > button[disabled]:hover {
	opacity: 0.5;
}

.cont .box_list > li.w2 > button:hover {
	opacity: 0.8;
}
.cont .box_list > li.item .line {
	background-color: #fff;
	border: 1px solid #ccc;
}
.cont .box_list > li.item a {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
  	display: block;
}
.cont .box_list > li.item a:hover {
	background-color: #fcf9f0;
	border-color: #fcf9f0;
	box-shadow: 0 3px 7px #00000033;
}
.cont .box_list > li p.item_img {
	margin: 0 0 5px 0;
	position: relative;
}
.cont .box_list > li p.item_img .soldout {
    width: 100%;
	position: absolute;
    bottom: 0;
    right: 0;
}
.cont .box_list > li h2.item_name {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-shadow: none;
	margin: 0 9px 5px 9px;
	overflow: hidden;
}
.cont .box_list > li h2.item_title {
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 9px 5px 9px;
	overflow: hidden;
	text-shadow: none;
}
.cont .box_list > li p.item_text {
	height: 54px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 9px 5px 9px;
	overflow: hidden;
}
.cont .box_list > li p.item_price {
	height: 20px;
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	margin: 0 9px 5px 9px;
	overflow: hidden;
}
.cont .box_list > li p.item_price .num {
	font-size: 18px;
}
.cont .box_list li.link {
	width: 12.5%;
	padding-top: 10px;
}
.cont .box_list li.link a {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
  	display: block;
}
.cont .box_list li.link p.link_img {
	margin: 0 0 5px 0;
}
.cont .box_list > li p.link_name {
	height: 32px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0 4px 5px 4px;
	overflow: hidden;
}
.cont .box_list.cake_list li {
	position: relative;
	width: 23%;
	margin: 1%;
	padding: 10px;
	/* border: 1px solid #b68241; */
	border-radius: 10px;
	background-color: #fff2ccff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.cont .box_list.cake_list li img {
	border-radius: 10px;
}
.cont .box_list.cake_list li img.cake_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	padding: 4px;
	background: #fff2ccff;
	z-index: 1;
}
.cont .drop_butt {
	margin: 10px 0;
}
.cont .drop_butt .drop {
	display: block;
	width: 24.3%;
	padding: 2% 1%;
	margin-left: auto;
	background: #f29c25 url('./img/icon_bottom.png') no-repeat top 50% right 7px;
	background-size: 16px 16px;
	color: #fff;
    box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	border: none;
	border-radius: 6px;
	font-size: 16px;
	/* font-weight: bold; */
	transition: top .2s;
}
.drop_butt .drop::before {
	content: 'もっと見る';
}
.drop_butt .drop.on {
	background: #f29c25 url('./img/icon_top.png') no-repeat top 50% right 7px;
	background-size: 16px 16px;
}
.drop_butt .drop.on::before {
	content: '閉じる';
}

.cont .line_butt {
	text-align: center;
	margin-top: 15px;
}
.cont .line_butt a img {
	max-width: 232px;
}
.top_menu {
	position: relative;
}
.top_menu a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 69px 0 10px 0;
	display: block;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #727272;
}
.top_menu > a:hover {
	opacity: 0.8;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.top_menu a.cate1 {
	background: #b46902 url(img/top_menu1.png) no-repeat center 5px;
	background-size: 60px 60px;
	border: 4px outset #d48d24;
}
.top_menu a.cate2 {
	background: #f29c25 url(img/top_menu2.png) no-repeat center 5px;
	background-size: 64px 64px;
}
.top_menu a.cate3 {
	background: #b46902 url(img/top_menu3.png) no-repeat center 10px;
	background-size: 55px 55px;
	border: 4px outset #d48d24;
}
.top_menu a.cate4 {
	background: #c19964 url(img/top_menu4.png) no-repeat center 5px;
	background-size: 64px 64px;
}
.top_menu .cate_list {
	width: 100%;
	position: absolute;
	z-index: 100;
	display: none;
}
.top_menu .cate_list li {
	border-bottom: 1px solid #fff;
}
.top_menu .cate_list li a {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	/*background-color: #fcffe3;*/
	background: #fff;
	display: block;
	padding: 7px 2px;
}
.top_menu .cate_list li a:hover {
	background-color: #fc4;
}
.cont .comp_tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
    border-radius: 5px;
	background: #fff;
}
.cont .comp_tbl th {
	width: 20%;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-color: #fcebbb;
	padding: 7px;
	border: 1px solid #ccc;
    border-radius: 5px;

}
.cont .comp_tbl td {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	padding: 7px;
	border: 1px solid #ccc;
    border-radius: 5px;
}
.cont .war_text {
    color: #fff;
    background: #f00;
    padding: 5px 10px;
    border-radius: 5px;
}
.cont .form_tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
    border-radius: 5px;
	background: #fff;
}
.cont .form_tbl th {
	width: 20%;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-color: #fcebbb;
	padding: 7px;
	border: 1px solid #ccc;
    border-radius: 5px;
}
.cont .form_tbl td {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ccc;
    border-radius: 5px;

}
.cont .form_tbl th .req {
	color: #d22;
	font-size: 12px;
	font-weight: bold;
}
.cont .form_tbl td input[type=text],
.cont .form_tbl td input[type=tel],
.cont .form_tbl td input[type=email],
.cont .form_tbl td input[type=date],
.cont .form_tbl td input[type=number] {
	max-width: 100%;
	width: 100%;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
	background-color: #fff;
	border: none;
	padding: 0 3px;
	box-sizing: border-box;
	border: 1px solid #ccc;
    border-radius: 3px;
}
.cont .form_tbl td input[type=tel] {
	width: 140px;
}
.cont .form_tbl td input[type=date] {
	padding-right: 0;
	width: 140px;
}
.cont .form_tbl td input[type=number] {
	padding-right: 0;
	width: 60px;
}
.cont .form_tbl td input:disabled {
	background-color: #ddd;
}
.cont .form_tbl td textarea {
	max-width: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
	background-color: #fff;
	border: none;
	padding: 0 3px;
	box-sizing: border-box;
	resize: vertical;
	border: 1px solid #ccc;
    border-radius: 3px;
}
.cont .form_tbl td select {
	max-width: 100%;
	width: 100%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
	background-color: #fff;
	border: none;
	padding: 0 3px;
	box-sizing: border-box;
}
.cont .form_tbl td p.form_link {
	font-size: 14px;
	line-height: 20px;
	margin-top: 7px;
}
.cont .form_tbl td p.form_link a {
	color: #339;
	background: url(img/icon_link.png) no-repeat 0 0;
	padding-left: 18px;
}
.cont .form_tbl td input[type=radio] {
	vertical-align: text-bottom;
}
.cont .form_tbl td label {
	cursor: pointer;
}
.cont .form_tbl td .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -2%;
}
.cont .form_tbl td .flex .bag {
	width: 49%;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 2%;
}
.cont .form_tbl td .flex .bag select {
	padding: 5px 0;
	height: auto;
	border: 1px solid #333;
	cursor: pointer;
}
.cont .form_tbl td span.cap {
	display: block;
}
.cont .form_tbl td input[name=user_pref],
.cont .form_tbl td input[name=user_to_pref],
.cont .form_tbl td input[name=cake_pref] {
	width: 140px;
}
.price_list {
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
	text-align: right;
	box-sizing: border-box;
	font-size: 16px;
}
.price_list .row {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	box-sizing: border-box;
}
.price_list .row:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.price_list .row .name {
	width: calc(100% - 170px);
	padding: 15px 6px 2px;
	box-sizing: border-box;
}
.price_list .row .name.ttl_name {
	font-size: 18px;
	font-weight: bold;
}
.price_list .row .price {
	width: 170px;
	font-size: 16px;
	padding: 15px 6px 2px;
	font-weight: bold;
	box-sizing: border-box;
}
.price_list .row .price i {
	font-size: 14px;
}
.price_list .row .price.ttl_price {
	font-size: 18px;
}
.price_list .row .price.ttl_price i {
	font-size: 14px;
}

.price_list .row.total {
	margin-right: -3px;
	color: #d00;
	font-size: 20px;
}
.price_list .deli_text {
	font-size: 14px;
	font-weight: bold;
	color: #d00;
}
.cont .cont_butt {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
.cont .cont_butt button {
	width: 40%;
	height: 50px;
	font-size: 16px;
	margin: 0 3%;
	background: #b46902;
    color: #fff;
    border: 1px solid #000;
}
.cont .cont_butt button:hover {
	opacity: 0.7;
	color: #000;
}
.cont .form_tbl button.zip_butt {
    position: relative;
	border: 1px solid #8e510e;
    box-shadow: 3px 3px 3px #aaa;
    background: #e28414;
    color: #fff;
    padding: 5px 5px 3px;
    border-radius: 5px;
    font-size: 14px;
	margin-left: 5px;
	border-bottom: 3px solid #793108;
}
.cont .form_tbl button.zip_butt:hover {
	color: #000;
	bottom: -2px;
    box-shadow: 3px 0px #9e9e9e42;
	border-bottom: none;

}
.cont .form_tbl button.zip_butt2 {
    position: relative;
	border: 1px solid #8e510e;
	box-shadow: 3px 3px 3px #aaa;
    background: #e28414;
    color: #fff;
    padding: 5px 5px 3px;
    border-radius: 5px;
    font-size: 14px;
	margin-left: 5px;
	border-bottom: 3px solid #793108;
}
.cont .form_tbl button.zip_butt2[disabled]:hover {
	color: #fff;
	bottom: 0px;
	box-shadow: 3px 3px 3px #aaa;
	border-bottom: 3px solid #793108;
}
.cont .form_tbl button.zip_butt2:hover {
	color: #000;
	bottom: -2px;
    box-shadow: 3px 0px #9e9e9e42;
	border-bottom: none;
}
.cont iframe.snapwidget-widget {
	width: 100%;
	height: auto;
	border: none;
	overflow: hidden;
}
.index_sns {
	display:none;
}
.index_sns .cont_title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: normal;
    border: none;
}
.index_sns .sns_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: flex-end;
}
.index_sns .sns_list li {
    margin-right: 20px;
	margin-bottom: 10px;
}
.index_sns .sns_list li.title {
	font-size: 15px;
	margin-right: 20px;
}
.index_sns .sns_list li a {
    align-items: center;
    height: 50px;
}
.index_sns .sns_list li a img {
    width: 40px;
	border-radius: 10px;
    box-shadow: 3px 3px 3px #aaa;
}
.cont.sns {
	display: flex;
	justify-content: space-between;
}
.cont.sns .sns_link {
	width: 48%;
    margin: 0 1% 1%;
}
.cont .cart li {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #ddd;
}
.cont .cart li h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 6px auto 6px 0;
	width: 100%;
}
.cont .cart li img {
	width: 25%;
}
.cont .cart .price1 {
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    color: #f00;
    margin-left: auto;
}
.cont .cart .count {
    font-size: 16px;
    line-height: 34px;
    text-align: right;
    margin: 0 0 0 6px;
    flex: 0 0 auto;
}
.cont .cart .count select {
    width: 65px;
    height: 28px;
	color: #000;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}
.cont .cart .cut {
    font-size: 16px;
    line-height: 34px;
    text-align: right;
    margin: 0 10px 0 20px;
    color: #d00;
}
.cont .cut label {
    width: 80px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;		
}
.cont .cut input[type="checkbox"] {
	width: 20px;
	height:	20px;
}
.cont .cart .price2 {
    width: 160px;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    color: #f00;
}
.cont .cart .price2 span {
    font-size: 14px;
	margin-left: 5px;
}
.cont .img_list {
	width: 102%;
	margin: 10px -1%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.cont .img_list * {
	box-sizing: border-box;
}
.cont .img_list > li {
	width: 25%;
	padding: 1%;
	align-self: stretch;
	order: 0;
}
.cont .img_list > li.vdo_btn {
	display: flex;
	height: auto;
}
.cont .img_list > li .text {
	margin-top: 5px;
}

.cont .img_list > li.off {
	order: 1;
}
.cont .img_list > li > a {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;	
	transition: top .1s;
}
.cont .img_list > li > a:hover {
	top: -2px;
}
.cont .img_list > li img {
	border-radius: 4px;
	box-shadow: 0px 3px 7px #00000033;
}
@media screen and (max-width: 660px) {
	.cont .img_list > li {
		width: 50%;
	}
}
.list_total {
    display: flex;
	justify-content: flex-end;
}
.list_total .submit_btn button {
		display: block;
    position: relative;

	margin: auto 0;
	border: 1px solid #8e510e;
	border-bottom: 3px solid #793108;
    background: #ea5803;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
	font-size: 16px;
	margin: auto 20px 0;
	box-shadow: 3px 3px 3px #aaa;
}
.list_total .submit_btn button:hover {
	opacity: 0.8;
	bottom: -2px;
    box-shadow: 3px 0px #9e9e9e42;

}
.list_total dl {
    display: flex;
}
.list_total dl dt {
    font-size: 18px;
    margin: auto 10px 0 0;
    line-height: 30px;
}
.list_total dl dd {
    font-size: 20px;
    color: #d00;
    font-weight: bold;
    line-height: 30px;
}
.list_total dl dd span {
	font-size: 16px;
	margin-left: 5px;
}
.cont .mess_list {
	margin-top: 20px;
}
.cont .mess_list li {
    font-size: 14px;
    line-height: 16px;
    background: transparent url(./img/icon_right1.png) no-repeat 0 5px;
    background-size: 16px 16px;
    padding: 5px 0 5px 19px;
    border-bottom: 1px solid #ddd;
}
.cont .mess_list li.war {
    font-size: 14px;
    line-height: 16px;
    background: transparent url(./img/icon_right_war.png) no-repeat 0 5px;
    background-size: 16px 16px;
    padding: 5px 0 5px 19px;
    border-bottom: 1px solid #ddd;
}

#page_top {
    width: 45px;
    height: 85px;
    background: url(./img/icon_top.png) no-repeat;
    background-position: center;
    border: 1px solid #b68241;
    border-radius: 10px;
    position: fixed;
    bottom: 35px;
    right: 20px;
    cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
}
#page_top.visible {
	opacity: 1;
	visibility: visible;
}
#page_top:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
	background: #fff url(./img/icon_top.png) no-repeat;
	background-position: center;
}

#page_top:active {
	transform: translateY(-2px);
}
#footer {
	background-color: #ebd79a26;
	overflow: hidden;
}
#footer_main {
	overflow: hidden;
	max-width: 1100px;
	margin: 10px auto;
}
#footer_main .foot_logo {
	width: 25%;
	float: left;
}
#footer_main .foot_logo img {
	max-width: 90px;
}
#footer_main .foot_logo address {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	white-space: nowrap;
	margin-top: 5px;
}
#footer_main .foot_logo address span {
	font-weight: bold;
	font-size: 14px;
}
#footer_main .foot_menu {
	width: 70%;
	display: table;
	float: right;
}
#footer_main .menu1 {
	width: 180px;
	display: table-cell;
}
#footer_main .menu2 {
	width: auto;
	display: table-cell;
}
#footer_main .foot_menu ul li {
	min-width: 140px;
	margin: 3px 0;
	display: inline-block;
}
#footer_main .foot_menu ul li a {
	font-size: 13px;
	line-height: 24px;
	padding-right: 10px;
	display: inline-block;
}
#footer_main .foot_menu ul li a:hover {
	color: #b46902;
}
#footer_main .foot_menu ul li.link a {
	background: url('./img/icon_link.png') no-repeat 0px 4px;
	background-size: 3px 17px;
	padding-left: 10px;
}
#footer_main .foot_menu ul li.cate1 a {
	background: url('./img/icon_cate1.png') no-repeat 0;
	background-size: 24px 20px;
	padding-left: 34px;
}
#footer_main .foot_menu ul li.cate2 a {
	background: url('./img/icon_cate2.png') no-repeat 0 0;
	background-size: 24px 20px;
	padding-left: 29px;
}
#footer_main .foot_menu ul li.cate3 a {
	background: url('./img/icon_cate3.png') no-repeat 0;
	background-size: 24px 20px;
	padding-left: 34px;
}
#footer_main .foot_menu ul li.cate4 a {
	background: url('./img/icon_cate4.png') no-repeat 0 0;
	background-size: 24px 20px;
	padding-left: 29px;
}
#footer_main .foot_menu ul li.contact a {
	background: url('./img/icon_cont.png') no-repeat 0;
	background-size: 22px 16px;
	padding-left: 34px;
}
#footer_main .foot_menu ul li.home a {
	background: url('./img/icon_cate5.png') no-repeat 0 0;
	background-size: 24px 20px;
	padding-left: 34px;
}

#footer p.foot_copy {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	background-color: #b46902;
	padding: 5px 15px;
}
.cont.notice_box div {
	width: 46%;
}
.cont .error_img {
	display: flex;
	border-bottom: 1px solid #f00;
}
.cont .error img {
    width: 30%;
    margin: 0 auto;
}
.cont .error .error_text {
	margin: 20px auto 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #f00;
	padding-bottom: 20px;
	border-bottom: 1px solid #f00;
}
.cont .cont_butt {
    margin: 50px 0;
}
.cont .cont_butt button.back {
    margin-right: auto;
    width: 41%;
    max-width: 150px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
	box-shadow: 3px 3px 3px #727272;
    padding: 10px 0;
    display: block;
    transition: .1s;
    border-radius: 8px;
}
.cont .cont_butt button.back:hover {
    background-color: #fff;
	color: #c1c1c1
}
/*動画始まり*/
.open-btn {
	padding: 15px 34px;
	font-size: 18px;
	font-weight: 600;
	color: white;
	background: #ff9800;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	border: 1px solid #996f30;
	transition: all 0.3s ease;
	margin: auto;
    display: flex;
}

.open-btn:hover {
	background: #dc8506;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.open-btn:active {
	transform: translateY(0);
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(238 238 238 / 87%);
	z-index: 2000;
	animation: fadeIn 0.3s ease;
}

.popup-overlay.active {
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-content {
	position: relative;
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	animation: slideUp 0.3s ease;
}

.close-btn {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	background: #ef4444;
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
	transition: all 0.3s ease;
	z-index: 1001;
}

.close-btn:hover {
	background: #dc2626;
	transform: rotate(90deg);
}

video {
	display: block;
	width: 100%;
	max-width: 800px;
	max-height: 600px;
	border-radius: 8px;
	outline: none;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*動画終わり*/

@media screen and (min-width: 1200px) {
	#top_image p.header_text {
        font-size: 100px;
    }

    #top_image p {
        font-size: 50px;
    }
}
@media screen and (max-width: 1100px) {
	#footer_main {
		margin: 0 15px;
	}
}
@media screen and (max-width: 800px) {
	.cont .box_list.cake_list li {
		width: 48%;
	}
	video {
		max-height: 100%;
	}
}
@media screen and (max-width:690px) {
#header h1 {
	text-align: center;
	background-repeat: repeat-x;
    background-size: contain;
}
#header_main .head_tbl .head_menu {
	display: none;
}
/*
#header_main .top_menu_list2 .head_tel {
	flex-direction: column;
}*/
#header_main .top_menu_list2 .head_tel p {
}
#header_main .head_tbl .head_logo img {
    max-width: 60px;
}
#header_main {
    margin: 5px 15px;
}
#top_image .sns_header_pc {
	display: none;
    top: 5%;
}
#top_image .sns_header_pc ul li {
    margin-bottom: 15px;
}
#top_image .sns_header_pc ul li a img {
    width: 40px;
}
#top_image .sns_header_pc ul li a i {
	display: none;
}
.index_sns {
	display: block;
}
.price_list .deli_text {
	text-align: center;
	font-size: 13px;
}
.cont .top_menu_list > li .top_menu a span {
	display: none;
}
.cont.notice_box div {
	width: 100%;
	margin-bottom: 10px;
}
.cont .box_list > li {
	width: 50%;
}
.cont .box_list > li.w2 {
	width: 100%;
}
.cont .box_list > li.link {
	width: 25%;
}
.cont .cont_tbl td select {
	width: 75px;
}
.cont .cart .count select {
	width: 75px;
}
.cont .box_list.cake_list li {
	width: 98%;
}
#footer_main {
	margin: 10px;
}
#footer_main .foot_logo {
	width: 100%;
	text-align: center;
	float: none;
}
#footer_main .foot_menu {
	width: 100%;
	margin-bottom: 5px;
	float: none;
}
#footer_main .foot_logo {
	width: 100%;
	border-right: 0px;
	padding-right: 0;
	display: block;
}
#footer_main .foot_menu ul li a {
	font-size: 12px;
}
.open-btn {
    padding: 15px 35px;
    font-size: 16px;
}
}
@media screen and (max-width:471px) {
.cont .cart .price2 {
    margin: 10px 0 0 auto;
}
.cont .box_list > li {
	width: 50%;
}
}
@media screen and (max-width:470px) {
.cont .box_list > li.link {
	width: 33.33%;
}
.cont .form_tbl td .flex {
	flex-direction: column;
}
.cont .form_tbl td .flex .bag {
	width: 100%;
}
}
.cont .cont_tbl2 {
	width: 100%;
    margin-bottom: 15px;
    border-collapse: separate;
    border-spacing: 2px;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}
.cont .cont_tbl2 th {
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	padding: 7px 5px;
    background: #ffefbf;
	border-radius: 5px;
    border: 1px solid #ccc;
}
.cont .cont_tbl2 td {
	width: auto;
	font-size: 14px;
	line-height: 22px;
    text-align: center;
	padding: 7px 5px;
	border: 1px solid #ccc;
    border-radius: 5px;
}
.cont .cont_tbl2 td .date {
	font-size: 16px;
	line-height: 22px;
}
.cont .cont_tbl2 td .price {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.cont table.chartA {
	width: 100%;
	margin-bottom: 15px;
}
.cont table.chartA th {
    width: 14%;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #bbb;
    padding: 7px 5px;
    background: #e3ce92;
}
.cont table.chartA td {
	width: auto;
	font-size: 14px;
	line-height: 22px;
    text-align: center;
	border-bottom: 1px solid #bbb;
	padding: 7px 5px;
}
.cont table.chartA td.size{
	background: #eee;
}

.cont .cont_tbl3 td .date {
	font-size: 16px;
	line-height: 22px;
}
.cont .cont_tbl3 td .price {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.cont .cont_tbl4 {
	width: 100%;
	margin-bottom: 15px;
}
.cont .cont_tbl4 th {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	padding: 7px 5px;
}
.cont .cont_tbl4 td {
	font-size: 14px;
	line-height: 22px;
    text-align: right;
    border-bottom: 1px solid #bbb;
	padding: 7px 0;
}
.cont .cont_tbl4 td .date {
	font-size: 16px;
	line-height: 22px;
}
.cont .cont_tbl4 td .price {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.cont sub .cont_tbl4 td img {
	width: 16.6666667%;
	float: left;
}
/*
.cont.sub .cont_tbl4 tr td select {
    font-size: 16px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    width: 55px;
    height: 30px;
	margin-left: 5px;
}
*/
.deli_tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
    border-radius: 5px;
	background: #fff;
}
.deli_tbl th,
.deli_tbl td {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	background-color: #fff;
	padding: 7px 0;
	border: 1px solid #ccc;
    border-radius: 5px;
}
.deli_tbl th {
	background-color: #ffefbf;
}
input[type="checkbox"] {
	cursor: pointer;
}
label {
	cursor: pointer;
}

#pop_wrap {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	padding: 10px;
	background-color: rgba(0, 0, 0, .7);
	box-sizing: border-box;
}
#pop_wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#pop_wrap .pop_cont {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 500px;
	padding: 15px;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 2;
}
#pop_wrap .pop_item {
	display: flex;
	flex-direction: column;
	margin: 0 0 15px;
	padding: 10px;
	background-color: #eee;
	border-radius: 10px;
	box-sizing: border-box;
}
#pop_wrap .pop_item .title {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#pop_wrap .pop_item .text {
	margin: 0 0 10px;
	text-align: center;
}
#pop_wrap .pop_butt {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	background-color: #c90;
	color: #fff;
	font-size: 18px;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	box-sizing: border-box;
}
#pop_wrap .pop_butt.black {
	background-color: #666;
	box-shadow: none;
}
#pop_wrap .pop_close {
	width: 100%;
	padding: 10px;
	border: 2px solid #333;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
}
#pop_load {
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	opacity: 0.9;
	padding: 10px 2%;
	display: flex;
	justify-content: center;
	z-index: 1000;
}
#pop_load .pop_body {
	width: 64px;
	height: 64px;
	margin: auto;
}
.popup {
	position: fixed;
	z-index: 2000;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 2%;
	display: none;
	box-sizing: border-box;
}
.popup * {
	box-sizing: border-box;
}
.popup button {
	border: none;
}
.popup .price_mess {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.popup .pop_body {
	width: 100%;
	max-width: 800px;
	height: 100%;
	user-select: none;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	margin: auto;
	overflow: hidden;
}
.popup .pop_body.list {
	max-width: 400px;
}
.popup .pop_header {
	width: 100%;
	height: 44px;
	background-color: #b68241;
	color: #fff;
	padding: 7px 10px;
	overflow: hidden;
	display: flex;
}
.popup .pop_header .pop_title {
	font-size: 16px;
	font-weight: bold;
	/* background: transparent url('./img/navi_none.png') no-repeat 0 0; */
	background-size: 30px 30px;
	padding: 5px 0px 5px 15px;
}
.popup .pop_header .pop_close {
	width: 30px;
	height: 30px;
	background: transparent url('./img/pop_close.png') no-repeat 0 0;
	background-size: 30px 30px;
	margin-left: auto;
	display: block;
}
.popup .pop_footer {
	display: flex;
}
.popup .pop_footer button {
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color: #888;
	padding: 7px;
	text-align: center;
	overflow: hidden;
}
.popup .pop_footer button.hover {
	background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
}
.popup .pop_footer button.pop_ok {
	background-color: #b68241;
}
.popup .pop_footer button.pop_prev {
	width: 25%;
	background: #b68241 url('./img/icon_prev.png') no-repeat center center;
	background-size: 16px 16px;
}
.popup .pop_footer button.pop_next {
	width: 25%;
	background: #b68241 url('./img/icon_next.png') no-repeat center center;
	background-size: 16px 16px;
}
.popup .pop_footer button.pop_prev.hover {
	background-image: url('./img/icon_prev.png'), linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
	background-size: 16px 16px, 100% 100%;
}
.popup .pop_footer button.pop_next.hover {
	background-image: url('./img/icon_next.png'), linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0));
	background-size: 16px 16px, 100% 100%;
}
.popup .cont {
	height: calc(100% - 84px);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
.popup .cont p {
	margin: 8px 0;
}
.popup .cont .pop_flex {
	display: flex;
	flex-wrap: wrap;
}
.popup .cont .col_box {
	flex: 1 1 auto;
}
.popup .cont .col {
	width: 20%;
	align-items: stretch;
	padding: 2px;
}
.popup .cont .col.col2 {
	width: 37.5%;
}
.popup .cont .col_box li {
	width: 100%;
	padding: 2px;
}
.popup .cont .chk {
	width: 100%;
	font-size: 14px;
	background: #fff url(img/icon_check0.png) no-repeat 5px 11px;
	background-size: 16px 16px;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 10px 5px 10px 25px;
	display: block;
}
.popup .cont .chk.hover {
	background-color: #ffc;
}
.popup .cont .col > .chk {
	height: 100%;
	background-color: #f6f6f6;
}
.popup .cont .chk.on {
	background-color: #ffb;
	background-image: url(img/icon_check1.png) no-repeat 5px 11px;
	border-color: #9ce;
}
.popup .cont .pop_men_tbl {
	width: 100%;
	margin: 8px 0;
}
.popup .cont .pop_men_tbl:not(:last-child) {
	margin-bottom: 10px;
}
.popup .cont .pop_men_tbl tr td {
	font-size: 14px;
	background: #f6f6f6 url('./img/icon_check0.png') no-repeat 5px 8px;
	background-size: 16px 16px;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 7px 0 7px 25px;
}
.popup .cont .pop_men_tbl tr.sele td {
	background-color: #fff;
}
.popup .cont .pop_men_tbl tr.on td {
	background-color: #ffa;
	background-image: url('./img/icon_check1.png') no-repeat 5px 8px;
}
.popup .cont .pop_men_tbl tr.hover td {
	background-color: #ffc;
}
.popup .cont .pop_men_tbl tr td .right {
	float: right;
	padding: 0 10px;
}
.popup .cont .pop_nav_tbl {
	width: 100%;
	margin: 8px 0;
}
.popup .cont .pop_nav_tbl caption {
	font-weight: bold;
}
.popup .cont .pop_nav_tbl caption.name {
	font-size: 14px;
	background: url('./img/icon_arrow_down.png') no-repeat 5px 3px;
	color: #555;
	background-size: 16px 16px;
	padding: 2px 0 2px 25px;
}
.popup .cont .pop_nav_tbl tr td {
	font-size: 14px;
	background: #eee url('./img/icon_check0.png') no-repeat 5px 8px;
	background-size: 16px 16px;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 7px 0 7px 25px;
}
.popup .cont .pop_nav_tbl tr.drop td::before {
	content: '市区町村を表示する';
}
.popup .cont .pop_nav_tbl tr.sele td {
	background-color: #fff;
}
.popup .cont .pop_nav_tbl tr.city td {
	background: #f6f6f6 url('./img/icon_check0.png') no-repeat 21px 8px;
	background-size: 16px 16px;
	padding: 7px 0 7px 41px;
}
.popup .cont .pop_nav_tbl tr.on td {
	background-color: #ffa;
	background-image: url('./img/icon_check1.png');
}
.popup .cont .pop_nav_tbl tr.hover td {
	background-color: #ffc;
}
.popup .link_butt > a,
.popup .link_butt > button {
    width: auto;
    color: #888;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #fff url('./img/icon_down.png') no-repeat right 10px top 50%;
    background-size: 16px 16px;
    border-radius: 8px;
    padding: 8px 32px 8px 8px;
    margin: 8px 0 8px auto;
    display: block;
}
.popup .link_butt > button[type=submit] {
	background: #b68241 url('./img/icon_next.png') no-repeat right 10px top 50%;
    background-size: 16px 16px;
	color: #fff;
}
@media screen and (max-width: 520px) {
.popup .cont .col_box {
	flex: 0 0 100%;
}
.popup .cont .col {
	width: 40%;
}
.popup .cont .box2 {
	flex: 0 0 60%;
}
.popup .cont .col.col2 {
	width: 100%;
}

}


#top .cont .bag_text{
	font-size: 14px;
	margin: 10px 0;
}
#top .cont .bag_list {
	margin: 0px -1% 15px -1%;
	display: flex;
	flex-wrap: wrap;
}
#top .cont .bag_list li {
	width: 48%;
	margin: 10px 1% 0 1%;
}
.cont .cart_list ul {
	width: 100%;
}
.cont .cart_list ul li {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 0;
	border-bottom: 1px solid #bbb;
}
.cont .cart_list ul li .text_main {
	width: 100%;
	font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin: 6px auto 6px 0;
}
.cont .cart_list ul li .price1 {
    font-size: 16px;
    line-height: 35px;
    text-align: right;
    color: #f00;
    margin-left: auto;
}
.cont .cart_list ul li .count {
    font-size: 14px;
    line-height: 34px;
    text-align: right;
	margin: 0 0 0 6;
    flex: 0 0 auto;
}
.cont .cart_list ul li .price2 {
    width: 170px;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    margin: 6px 0 6px 6px;
    font-weight: bold;
    color: #f00;
}
.cont .cart_list ul li .price2 span {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
}
@media screen and (max-width: 460px) {
#top .cont .bag_list li {
	width: 98%;
	margin: 10px 1% 0 1%;
}
}
