@charset "utf-8";

/*==================================
		mainvisual
====================================*/

#mainvisual-wrap img {
	width: 100%;
}

#mainvisual-wrap .pc {
	display: none;
}

#mainvisual-wrap .cycle-overlay { 
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	background: black;
	color: #fff;
	padding: 15px;
	opacity: .7;
	box-sizing: border-box;
}

/*==================================
		news-wrap
====================================*/

#news-wrap {
	width: 90%;
	color: #663300;
	padding: 20px;
	margin: 20px auto;
	background: #ebe4ca url(/img/back-beige.gif);
	-moz-background-size: 20% auto;
	background-size: 20% auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	box-sizing: border-box;
}

#news-wrap .title {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #663300;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#news-wrap .title h2 {
	width: 120px;
	font-size: 24px;
}
#news-wrap .title .button {
	width: 110px;
	font-size: 15px;
}
#news-wrap .title .button a {
	color: #fff;
	padding: 2px 10px;
	background-color: #663300;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
}

#news-wrap ul li {
	padding: 5px 0;
}
#news-wrap ul li a {
	color: #663300;
	display: block;
}
#news-wrap ul li a:hover {
	text-decoration: underline;
}
#news-wrap ul li .date {
	font-size: 13px;
	display: block;
}
#news-wrap ul li .date .cat {
	color: #fff;
	margin: 0 0 0 .5em;
	padding: 1px 10px;
}
#news-wrap ul li .date .cat.topics {
	background-color: #339999;
}
#news-wrap ul li .date .cat.shop {
	background-color: #669900;
}

#news-wrap ul li strong {
	font-weight: bold;
}

#news-wrap p.more-news {
	text-align: right;
	cursor: pointer;
	cursor: hand;
}

/*==================================
		shop-wrap
====================================*/

#shop-wrap {
	padding: 40px 20px;
	background-color: #00984d;
	border-top: 6px solid #f4a600;
	border-bottom: 6px solid #f4a600;
}
#shop-wrap h2 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;
}
#shop-wrap p {
	color: #fff;
}

#shop-wrap .sp h2 {
	padding: 60px 0 0 0;
	background: url(/img/icon-search.png) no-repeat 50% 0;
	-moz-background-size: 40px auto;
	background-size: 40px auto;

}
#shop-wrap .sp select {
	width: 100%;
	background-color: white;
	border: none;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.8em 3.5em 0.8em 1em;
	margin: 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #fff 50%),
		linear-gradient(135deg, #fff 50%, transparent 50%),
		linear-gradient(to right, #f4a600, #f4a600);
	background-position:
		calc(99% - 20px) calc(1.4em + 2px),
		calc(99% - 15px) calc(1.4em + 2px),
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		3.2em 3.2em;
	background-repeat: no-repeat;
}
#shop-wrap .sp select:focus {
	background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		linear-gradient(to right, gray, gray);
	background-position:
		calc(99% - 15px) 1.4em,
		calc(99% - 20px) 1.4em,
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		3.2em 3.2em;
	background-repeat: no-repeat;
	border-color: grey;
	outline: 0;
}

#shop-wrap .pc {
	display: none;
}

/*==================================
		list-wrap
====================================*/

#list-wrap .active {
	background-color: #fffff2;
	box-shadow:0 0 0 3px #00984d;
}

#list-wrap {
	padding: 20px 20px;
	background: #ebe4ca url(/img/back-beige.gif);
	-moz-background-size: 20% auto;
	background-size: 20% auto;
	overflow: hidden;
}

#list-wrap article {
	padding: 20px;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
}
#list-wrap article .pic {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#list-wrap article .pic li {
	width: 48%;
}
#list-wrap article .pic li img {
	width: 100%;
	height: auto;
}
#list-wrap article h3 {
	color: #00984d;
	font-size: 26px;
	text-align: center;
	letter-spacing: .1em;
	margin: 20px 0;
}
#list-wrap article table {
	width: 100%;
	margin: 20px 0;
}
#list-wrap article table th,
#list-wrap article table td {
	padding: 4px 0;
}
#list-wrap article table th {
	width: 90px;
}
#list-wrap article table td a {
	color: #0099cc;
	font-size: 18px;
	font-weight: bold;
}
#list-wrap article .button {
	text-align: center;
}
#list-wrap article .button a {
	color: #fff;
	font-size: 18px;
	padding: 10px 10px;
	background-color: #00984d;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
}
#list-wrap article .button a:hover {
	background-color: #f4a600;
}

/*==================================
		menu-wrap
====================================*/

#menu-wrap .title {
	padding: 40px 20px;
	background-color: #7ab700;
	border-top: 6px solid #d28bc7;
}
#menu-wrap .title h2 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;
}
#menu-wrap .title img {
	width: 90px;
	height: auto;
	margin: 10px auto;
	display: block;
}
#menu-wrap .title p {
	color: #fff;
}

#menu-wrap .menu_inner {
	padding: 20px;
	background-color: #f2f2f2;
	box-sizing: border-box;
}
#menu-wrap .menu_inner table {
	width: 100%;
}
#menu-wrap .menu_inner table th,
#menu-wrap .menu_inner table td {
	padding: 10px;
	border-bottom: 1px solid;
}
#menu-wrap .menu_inner table th.name {
	color: #00984d;
	font-size: 20px;
	padding: 30px 10px 10px 10px;
}
#menu-wrap .menu_inner table th.name img {
	width: 80px;
	height: auto;
	margin: 0 auto 10px auto;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#menu-wrap .menu_inner table td {
	text-align: right;
}

#menu-wrap .menu_inner ul li img {
	width: 100%;
	margin: 10px auto;
	display: block;
}

@media screen and (min-width: 700px) {

	/*==================================
			mainvisual
	====================================*/

	#mainvisual-wrap .pc {
		display: block;
	}
	#mainvisual-wrap .sp {
		display: none;
	}

	#mainvisual-wrap .cycle-overlay { 
		font-size: 20px;
		padding: 32px;
	}

	/*==================================
			news-wrap
	====================================*/

	#news-wrap {
		margin: 30px auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#news-wrap .title {
		width: 25%;
		padding: 0;
		margin: 0;
		border-bottom: none;
		display: block;
	}
	#news-wrap .title h2 {
		width: auto;
		font-size: 30px;
		margin: 0 0 14px 0;
	}
	#news-wrap .title .button {
		width: auto;
		font-size: 16px;
	}
	#news-wrap .title .button a {
		padding: 2px 13px;
	}

	#news-wrap ul {
		width: 75%;
	}
	#news-wrap ul li {
		font-size: 18px;
	}
	#news-wrap ul li .date {
		font-size: 15px;
		display: inline;
		margin: 0 .5em 0 0;
	}

	/*==================================
			shop-wrap
	====================================*/

	#shop-wrap .pc {
		display: block;
	}
	#shop-wrap .sp {
		display: none;
	}

	#shop-wrap .title  h2 {
		font-size: 30px;
		letter-spacing: .1em;
	}
	#shop-wrap .title p {
		text-align: center;
	}

	#shop-wrap .map .intro {
		margin: 30px 0 20px 0;
		overflow: hidden;
	}
	#shop-wrap .map .intro img {
		width: 180px;
		float: left;
		margin: 0 30px 0 0;
	}
	#shop-wrap .map .intro p {
		font-size: 18px;
		margin-left: 210px;
	}
	#shop-wrap .map .shop {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#shop-wrap .map .shop li {
		width: 18.8%;
		font-size: 18px;
		text-align: center;
		margin: 6px .6%;
	}
	#shop-wrap .map .shop a {
		color: #00984d;
		width: 100%;
		padding: 12px 0;
		background-color: #fff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		display: block;
	}
	#shop-wrap .map #map {
		width: 100%;
		height: 400px;
		margin: 30px auto;
		border: 6px solid #fff;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		box-sizing: border-box;
	}
	#shop-wrap .map #map .gm-style-iw {
		width: 300px;
		overflow: hidden !important;
	}
	#shop-wrap .map #map h3 {
		color: #000;
		font-size: 16px;
	}
	#shop-wrap .map #map p {
		color: #000;
		font-size: 14px;
		margin: 10px 0;
	}
	#shop-wrap .map #map p a {
		color: #00984d;
	}
	#shop-wrap .map #map img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	/*==================================
			list-wrap
	====================================*/

	#list-wrap {
		padding: 30px;
	}
	#list-wrap .list_inner {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#list-wrap .list_inner article {
		width: 49%;
		margin: 10px 0;
	}
	#list-wrap article h3 {
		text-align: left;
	}

	/*==================================
			menu-wrap
	====================================*/

	#menu-wrap .title .title_inner {
		overflow: hidden;
	}

	#menu-wrap .title  h2 {
		font-size: 30px;
		letter-spacing: .1em;
	}
	#menu-wrap .title img {
		float: left;
		width: 80px;
		margin: 0 20px 0 0;
	}
	#menu-wrap .title p {
		margin-left: 100px;
	}

	#menu-wrap .menu_inner {
		width: 90%;
		margin: 30px auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#menu-wrap .menu_inner table {
		width: 48%;
	}

	#menu-wrap .menu_inner ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#menu-wrap .menu_inner ul li {
		width: 49%;
	}

}

@media screen and (min-width: 1200px) {

	/*==================================
			mainvisual
	====================================*/

	#mainvisual-wrap .cycle-overlay { 
		font-size: 24px;
		text-align: center;
		padding: 46px;
	}

	/*==================================
			news-wrap
	====================================*/

	#news-wrap {
		width: 1100px;
		padding: 30px 40px;
	}

	#news-wrap .title {
		width: 180px;
		letter-spacing: .1em;
	}
	#news-wrap .title h2 {
		font-size: 30px;
		font-weight: 500;
		margin: 0 0 18px 0;
	}
	#news-wrap .title .button {
		width: auto;
		font-size: 16px;
	}
	#news-wrap .title .button a {
		padding: 4px 15px;
	}

	#news-wrap ul {
		width: 840px;
	}
	#news-wrap ul li {
		font-size: 18px;
	}
	#news-wrap ul li .date {
		font-size: 17px;
		display: inline;
		margin: 0 .5em 0 0;
	}

	/*==================================
			shop-wrap
	====================================*/

	#shop-wrap {
		padding: 60px 0;
	}

	#shop-wrap .pc {
		width: 1100px;
		margin: 0 auto;
		display: block;
	}

	#shop-wrap .title h2 {
		font-size: 32px;
		font-weight: 500;
	}

	#shop-wrap .map #map {
		width: 1100px;
		height: 450px;
		margin: 40px auto 0 auto;
	}

	/*==================================
			list-wrap
	====================================*/

	#list-wrap {
		padding: 50px 0;
	}
	#list-wrap .list_inner {
		width: 1100px;
		margin: 0 auto;
	}

	#list-wrap article {
		padding: 30px;
	}
	#list-wrap article h3 {
		font-size: 30px;
	}

	/*==================================
			menu-wrap
	====================================*/

	#menu-wrap .title {
		padding: 60px 0;
		background-color: #7ab700;
		border-top: 6px solid #d28bc7;
	}
	#menu-wrap .title .title_inner {
		width: 1100px;
		margin: 0 auto;
		display: block;
	}
	#menu-wrap .title h2 {
		font-size: 32px;
		font-weight: 500;
	}

	#menu-wrap .menu_inner {
		width: 1100px;
		padding: 40px;
		margin: 50px auto;
	}
	#menu-wrap .menu_inner table {
		width: 31%;
	}

}
