main .description p {
	padding: 0 5px;
}
main .description p em {
	color: #75852B;
	font-size: 34px;
	font-style: normal;
}
@media (min-width: 768px) {
	main .description p {
		width: 800px;
		margin: 1em auto;
	}
}

ul.list-nav {
	margin: 60px auto 100px;
	overflow: hidden;
	padding: 0;
	width: 320px;
}
ul.list-nav li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	width: 100px;
}
ul.list-nav li:first-child,
ul.list-nav li:nth-child(4) {
	clear: both;
}

ul.list-nav li a {
	background-image: url(../img/common/ico-temari.png);
	background-position: center center;
	background-size: cover;
	color: #5F5F59;
	display: block;
	height: 100px;
	position: relative;
}
ul.list-nav li a:hover,
ul.list-nav li a.active {
	background-image: url(../img/common/ico-temari-on.png);
}
ul.list-nav li a img {
	margin-top: 25px;
	width: 100px;
}
ul.list-nav li p {
}
.area-floor{
	position: absolute;
	margin-top: 0;
	width: 100%;
	top: 0;
}
.area-ttl{
	position: absolute;
	top:4px;
	font-size: 20px;
	width: 100%;
}
.area-sub-ttl{
	position: absolute;
	top:39px;
	font-size: 15px;
	width: 100%;
	line-height: 1.2;
}
.area-sub2-ttl{
	position: absolute;
	top:62px;
	font-size: 15px;
	width: 100%;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.area-sub2-ttl{
		top: 87px;
	}
	ul.list-nav {
		margin: 0 auto;
		padding: 0;
		width: 1000px;
	}
	ul.list-nav li {
		margin-left: 10px;
		width: 132px;
	}
	ul.list-nav li:first-child,
	ul.list-nav li:nth-child(4) {
		clear: none;
	}
	
	ul.list-nav li a {
		height: 132px;
	}
	ul.list-nav li a:hover {
	}
	ul.list-nav li a img {
		margin-top: 4px;
		width: auto;
	}
	ul.list-nav li p {
		
	}
	.area-floor{
		font-size: 18px;
		top: 10px;
	}
	.area-ttl{
		top:22px;
		font-size: 24px;
		width: 100%;
	}
	.area-sub-ttl{
		top:62px;
		font-size: 17px;
	    width: 100%;
	}
}

.skin h2 {
	margin: 0;
	text-align: center;
}
.skin h2 img {
	max-width: 100%;
}
.skin p {
	padding: 0 5px;
}
.skin p.h2-extend {
	color: #000;
	font-size: 16px;
	text-align: center;
}
@media (min-width: 768px) {
	.skin p {
		width: 800px;
		margin: 1em auto;
	}
}
.skin .skin-fig {
	text-align: center;
}
.skin .skin-fig img {
	margin: 0 20px;
}

.ganban ul.list-bxs-nav li:first-child {
	margin-left: 65px;
}
@media (min-width: 768px) {
	.ganban ul.list-bxs-nav li:first-child {
		
	}
	.roten ul.list-bxs-nav li:first-child {
		/*margin-left: 70px;*/
	}
	.rest ul.list-bxs-nav li:first-child {
		/*margin-left: 120px;*/
	}
	.uchiyu ul.list-bxs-nav li:first-child {
		/*margin-left: 248px;*/
	}
	.kazoku ul.list-bxs-nav li:first-child {
		/*margin-left: 70px;*/
	}
}

.price h3 {
	color: #75852B;
	font-size: 26px;
	text-align: center;
}
.price p {
	padding: 0 5px;
}
.price p.has-image {
	text-align: center;
}
.price p.price-em {
	color: #B25900;
	font-weight: bold;
}
.txt-small{
	font-size: 1.0rem;
}
@media (min-width: 768px) {
	.container.price {
		width: 940px;
	}
	.price section {
		float: left;
		margin: 0 15px;
		width: 283px;
	}
	.price p {
		padding: 0;
	}
	.txt-small{
		font-size: 1.2rem;
	}
}
.txt-email {
    color: #75852B;
    font-weight: bold;
    font-size: 20px;
}
.txt-dayoff{
	color: #F47B7D;
}
.img-pie{
	text-align: center;
}
.img-pie img{
	width: 100%;
	text-align: center;
}
@media (min-width: 600px) {
	.img-pie img{
		width: 50%;
		text-align: center;
	}
}