
/*--------------------------------------------------------*/
.item .img {
	width: auto;
}
.item .img img {
	width: 100%;
}
.item .price dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding: 3px 0;
	font-weight: bold;
}
.item .price dt {
	background: #ff3c00;
	color: #fff;
	text-align: center;
	width: 8em;
	font-size: .8em;
	font-weight: normal;
	line-height: 22px;
	margin: 0 .4em 0 0;
}
.item .price dt.f {
	width: auto;
	padding: 0 1em;
}
.item .price dt.s {
	width: 6em;
}
.item .price dd {
	color: #ff3c00;
	flex: 1;
	line-height: 24px;
}
.item .excerpt {
	margin: 20px 0 0;
	color: #444;
}
.item .price dt sup {
	vertical-align: super;
}
.item .data {
	margin: 1.5em 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffa200;
}
/*--------------------------------------------------------*/
.item_individual .item > * {
	position: relative;
	z-index: 2;
}
.item_individual .text > * {
	position: relative;
	z-index: 1;
}
.item_individual .text::after {
	content: "";
	width: 220px;
	height: 220px;
	position: absolute;
	top: -60px;
	left: -20px;
	background: #ffea9f;
	z-index: 0;
}
.item_individual .price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0 15px;
	border-bottom: 1px solid #000;
}

.item_individual .item .price dl:not(:last-child) {
	margin-right: 1em;
}
.item_individual .text {
	position: relative;
	z-index: 1;
}
.item_individual .price dd {
	font-size: 1.4rem;
	white-space: nowrap;
}
.item_individual .price dd span {
	font-size: 2rem;
	font-weight: bold;
}



@media all and (-ms-high-contrast:none){/* IE11 */
  *::-ms-backdrop, .item_individual .item .price dl { 
		display: block;
	} 
  *::-ms-backdrop, .item_individual .item .price dd { 
		margin-top: .5em;
	} 
}

.item_individual .excerpt {
	font-weight: bold;
	line-height: 1.6;
	font-size: 18px;
}
.item_individual .excerpt2 {
	margin: 60px 0 0;
}
.item_individual .text .excerpt2 {
	margin: 0;
}
.item_individual .excerpt2 p {
	line-height: 1.6;
}
@media screen and (max-width: 700px) {
.item_individual .excerpt2 {
	margin: 40px 0 0;
}
}
/*--------------------------------------------------------*/
.items {
	display: flex;
	flex-wrap: wrap;
	margin-top: -30px;
}
.items .item {
	width: calc((100% - 60px)/3);
	margin-left: 30px;
	margin-top: 30px;
	text-decoration: none;
	font-size: 1.6rem;
	color: #000;
}
.items .item:nth-child(3n + 1) {
	margin-left: 0;
}
.items .item a {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 0 0 50px;
	height: 100%;
}
.items .item .title {
	font-size: 1.2em;
	line-height: 1.3;
	padding: .5em 0;
	margin: 0 0 .4em;
	border-bottom: 1px solid #000;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.items .item .excerpt {
	margin: .4em 0 0;
	line-height: 1.4;
	font-size: .85em;
}
.items .item .excerpt .em {
	font-weight: bold;
}
.items .item .btn {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0 0 12px;
}
.items .item .btn em {
	font-style: normal;
	display: inline-block;
	background: #336600;
	color: #fff;
	line-height: 24px;
	border-radius: 13px;
	padding: 0 4em;
	font-size: 0.75em;
	text-align: center;
}
@media print, screen and (max-width: 700px) {
	.items {
		display: block;
		margin: 0;
	}
	.items .item {
		width: auto;
		margin: 20px 0 0;
		border: 1px solid #ddd;
	}
	.items .item a {
		display: flex;
		padding: 3vw 3vw 55px;
	}
	.items .item a .img {
		width: 27vw;
	}
	.items .item a .text {
		flex: 1;
		margin-left: 2vw;
	}
	.items .item a .text {
		flex: 1;
		margin-left: 3vw;
	}
	.items .item .title {
		font-size: 1.1em;
		padding: .5em 0;
		text-align: left;
	}
	.items .item .price dl {
		/*display: block;*/
	}
	.items .item .price dd {
		/*margin-left: 0;*/
	}
	.items .item .btn {
		border-bottom: none;
		padding: 10px;
		background: #f5f5f5;
	}
	.items .item .btn em {
		width: 70%;
	}
}


/*--------------------------------------------------------*/
.room_type_link {
}
.room_type_link a {
	display: flex !important;
	padding: 0 !important;
	font-style: normal;
	text-decoration: none;
	background: #f5f5f5;
	justify-content: center;
	align-items: center;
	height: 100%;
}
@media print, screen and (max-width: 700px) {
	.room_type_link {
		border: none !important;
	}
	.room_type_link a {
		background: #336600;
		color: #fff;
		padding: .5em 0 !important;
	}
}	

/*--------------------------------------------------------*/
.allergen table {
	width: 100%;
	display: block;
}
.allergen tbody {
	display: flex;
}
.allergen tr {
	display: block;
	flex: 1;
}
.allergen th, .allergen td {
	display: block;
	border: 1px solid #aaa;
	text-align: center;
	margin-left: -1px;
	font-weight: normal;
}
.allergen th {
	background: #f5f5f5;
}
.allergen td {
	margin-top: -1px;
	background: #fff;
}
@media screen and (max-width: 550px) {
	.allergen tbody {
		flex-wrap: wrap;
	}
	.allergen tr {
		flex: none;
		width: 50%;
		margin-top: -1px;
	}
}





/*--------------------------------------------------------*/
.oshinagaki {
	margin: 30px 0 0;
}
.oshinagaki dl {
	display: flex;
	align-items: flex-start;
	margin: 10px 0 0;
}
.oshinagaki dt {
	width: 6em;
	display: flex;
	align-items: center;
}
.oshinagaki dt::after {
	content: "";
	display: block;
	border-top: 2px dotted #999;
	flex: 1;
	margin-left: 1em;
}
.oshinagaki dd {
	flex: 1;
	margin-left: 1em;
}
.oshinagaki dd ul {
	display: flex;
	flex-wrap: wrap;
}
.oshinagaki dd li {
	margin-right: 1.5em;
	padding: .15em 0;
	line-height: 1.3;
}
.oshinagaki2 p {
	line-height: 1.7;
}
.oshinagaki2 .em {
	font-size: 1.3em;
	font-weight: bold;
}
/*--------------------------------------------------------*/
.item_subsection:not(:first-child) {
	margin: 30px 0 0;
}
.item_subsection_wrapper {
	margin: 30px 0 0;
	background: #f5f5f5;
	padding: 30px;
}
.item_subsection_hd {
	margin: 0 0 1em;
	font-weight: bold;
}
@media screen and (max-width: 700px) {
	.item_subsection_wrapper {
		padding: 4vw;
	}
}
/*--------------------------------------------------------*/
.fruitGratin {
	text-align: center;
	padding: 40px 0 30px;
}
.fruitGratin .contact {
	display: flex;
	justify-content: center;
}
.fruitGratin .contact li {
	width: 80%;
	max-width: 500px;
	margin-top: 15px;
}
.fruitGratin .contact li:nth-child(2) {
	margin-left: 3%;
}
.fruitGratin .contact a {
	height: 50px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e1e8d9;
	color: #336600;
	border: 2px solid #336600;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	font-size: 2rem;
}
.fruitGratin .contact a div {
	color: #336600;
}
.fruitGratin .contact a svg {
	height: 22px;
	width: 22px;
	fill: #336600;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.fruitGratin .contact a:hover {
	background: #336600;
	color: #fff;
}
.fruitGratin .contact a:hover, .fruitGratin .contact a:hover div, .fruitGratin .contact a:hover span {
	color: #fff;
}
.fruitGratin .contact a:hover svg {
	fill: #fff;
}
.fruitGratin .contact .open {
	display: block;
	font-size: .6em;
	margin: -8px 0 0;
	font-weight: normal;
}
/*--------------------------------------------------------*/
.layout_lead {
	font-weight: bold;
	font-size: 1.8rem;
}
.layout_sample ul {
	display: flex;
	text-align: center;
	justify-content: center;
	margin: 2em 0 0;
}
.layout_sample.l li {
	max-width: 400px;
}
.layout_sample.m li {
	max-width: 400px;
}
.layout_sample.s li {
	max-width: 300px;
}
.layout_sample.ss li {
	max-width: 200px;
}
.layout_sample li:not(:first-child) {
	margin-left: 20px;
}
.layout_sample li p {
	margin: .5em 0 0;
	font-weight: bold;
	color: #ffa200;
	line-height: 1.2;
}
@media print, screen and (max-width: 700px) {
	.layout_sample {
		overflow-x: auto;
		margin-left: -4vw;
		width: 100vw;
	}
	.layout_sample ul {
		width: 120vw;
		justify-content: flex-start;
		padding: 0 4vw 10px;
	}
}
/*--------------------------------------------------------*/
.util ul {
	display: flex;
	flex-wrap: wrap;
}
.util li {
	background: #ffa200;
	width: calc((100% - 30px)/4);
	margin: 10px 0 0 10px;
	height: 4em;
	line-height: 1.2;
	padding: 0;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.util li:nth-child(4n + 1) {
	margin-left: 0;
}
.util li > * {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.util li sup {
	position: absolute;
	top: .5em;
	right: .5em;
}
@media screen and (max-width: 850px) {
	.util li, .util li:nth-child(4n + 1) {
		width: calc((100% - 20px)/3);
		margin-left: 10px;
	}
	.util li:nth-child(3n + 1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 700px) {
	.util li, .util li:nth-child(4n + 1),.util li:nth-child(3n + 1) {
		width: calc((100% - 10px)/2);
		margin-left: 10px;
	}
	.util li:nth-child(2n + 1) {
		margin-left: 0;
	}
}
/*--------------------------------------------------------*/
.excerpt2_wrapper {
	display: flex;
}
.excerpt2_wrapper .excerpt2 {
	width: calc((100% - 70px)/2);
}
.excerpt2_wrapper .excerpt2:nth-of-type(2) {
	margin-left: 70px;
}
@media screen and (max-width: 700px) {
	.excerpt2_wrapper {
		display: block;
	}
	.excerpt2_wrapper .excerpt2,
	.excerpt2_wrapper .excerpt2:nth-of-type(2)	{
		width: auto;
		margin-left: 0;
	}	
}
/*--------------------------------------------------------*/

.btm_links {
	margin: 40px 0 0;
	padding: 20px;
	background: #f5f5f5;
}
.btm_links ul {
	display: flex;
}
.btm_links li {
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff0;
	width: calc((100% - 60px)/4);
}
.btm_links li:nth-child(4n + 1) {
	margin-left: 0;
}
.btm_links a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #336600;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 1em;
	text-decoration: none;
}
@media screen and (max-width: 700px) {
	.btm_links {
		margin: 40px 0 0;
		padding: 4vw;
	}
	.btm_links ul {
		flex-wrap: wrap;
	}
	.btm_links li,
	.btm_links li:nth-child(4n + 1){
		width: calc((100% - 30px)/2);
	}
	.btm_links li:nth-child(2n + 1){
		margin-left: 0;
	}
}
@media screen and (max-width: 500px) {
	.btm_links ul {
		display: block;
	}
	.btm_links li,
	.btm_links li:nth-child(4n + 1),
	.btm_links li:nth-child(2n + 1){
		width: auto;
		margin-left: 0;
	}
}




/*--------------------------------------------------------*/
.util_note {
	margin-top: 20px;
}



