@charset 'utf-8';

html,
body{
	color: #308861;
}
/* ------ Lightcase ------ */
a[class*='lightcase-icon-'].lightcase-icon-close {
	top: 0.25rem;
	right: 0.25rem;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 0.6rem;
	height: 0.6rem;
	padding: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	border: none;
	background-color: transparent;
}
a[class*='lightcase-icon-'].lightcase-icon-close:before {
	font-family: 'themify';
	font-size: 0.52rem;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	display: inline-block;
	margin: 0;
	content: '\e646';
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: 0.1s !important;
	transition-duration: 0.1s !important;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	vertical-align: top;
	letter-spacing: 0;
	opacity: 1 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
a[class*='lightcase-icon-'].lightcase-icon-close:hover {
	opacity: 0.8 !important;
}
#lightcase-nav .lightcase-icon-close .menu-close {
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
	background-color: transparent;
}

#page-ttl {
	padding-bottom: 1.03rem;
}
#takeout_item {
	background-color: #f5eedd;
}
#takeout_item .inner {
	position: relative;
	margin-bottom: 0 !important;
	padding-top: 0.53rem;
	letter-spacing: 0;
}
#takeout_item h3 {
	font-size: 0.32rem;
	line-height: 1.3em;
	margin-bottom: 0.52rem;
	letter-spacing: 0;
	color: #308861;
}
#takeout_bloc .info-box {
	position: relative;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom: 0.3rem;
	padding-bottom: calc(0.3rem + 1px);
}
#takeout_bloc .info-box:last-child {
	padding-bottom: 0;
}
#takeout_bloc .info-box:not(:last-child):after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: linear-gradient(to right, #6fba2c, #6fba2c 4px, transparent 2px, transparent 6px);
	background-repeat: repeat-x;
	background-size: 6px 1px;
}
#takeout_bloc .info-box a {
	width: 47.9%;
}
#takeout_bloc .info-box a .img {
	width: 100%;
}
#takeout_bloc .info-box a .img img {
	overflow: hidden;
	max-height: 3.35rem;
	border-radius: 0.2rem;
}
#takeout_bloc .info-box .info {
	width: 48.1%;
}
#takeout_bloc .info-box .info h3 {
	margin-bottom: 0.3rem;
	color: #308861;
}
#takeout_bloc .info-box .info .text {
	margin-bottom: 0.3rem;
	color: #308861;
}
#takeout_bloc .info-box .info .price {
	margin-bottom: 0.3rem;
	letter-spacing: 0.03em;
	color: #308861;
}
#takeout_bloc .info-box .info .price .tax {
	font-size: 0.26rem;
	color: #308861;
}
#takeout_bloc .info-box .info .period {
	margin-bottom: 0.3rem;
	color: #308861;
}
#takeout_bloc .info-box .info .btn_area {
	width: 100%;
}
#takeout_bloc .info-box .info .btn_area .btn_def {
	width: 100%;
	max-width: 100%;
}
#takeout .inner .btn_area .btn_def {
	width: 100%;
	max-width: 100%;
}
#takeout_item #ajax-load-more {
	width: 100%;
	margin: 0 auto;
}
#takeout_item .alm-btn-wrap {
	margin: 0.6rem auto 0;
}
#takeout_item .btn_ajax.done {
	display: none !important;
}
