@charset "utf-8";
/* CSS Document */

	.booking .place {
		width: 620px;
	}
	
	.booking section ul.detail {
		display: table;
	}
	.booking section ul.detail li {
		font-size: 14px;
		line-height: 28px;
	}
	.booking section ul.detail li.freedial {
		line-height: 0;
	}
	.booking .yoyaku {
	margin: 10px 30px 30px 30px;
       }
	.booking .yoyaku img {
	width: 100%x;
       }
/* pc */
@media screen and (min-width: 950px) {
	
	.booking .place ul li a:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}	
}

/* pc tablet */
@media screen and (min-width: 768px) {
	
	.booking .place ul li {
		display: inline-block;
		width: 62px;
		height: 70px;
		padding: 0 0 0 30px;	
	}
	.booking .place ul li.fuji {
		background: url(../img/booking/bg_fuji.png) no-repeat left top;
	}
	.booking .place ul li.komatsu {
		background: url(../img/booking/bg_komatsu.png) no-repeat left top;
	}
	.booking .place ul li.osaka {
		background: url(../img/booking/bg_osaka.png) no-repeat left top;
	}
	.booking .place ul li a {
		color: #FFFFFF;
		font-weight: bold;
		line-height: 30px;
	}
	.booking section ul.detail {
		width: 580px;
		margin: 10px 30px;
	}
	.booking section iframe {
		width: 580px;
		height: 420px;
		margin: 10px 30px;
	}
	
}

/* mobile */
@media screen and (max-width: 767px) {
	
	.booking .place ul li {
		display: inline-block;
		padding: 0 1em;
		margin: 0 0 10px 0;
		border-right: #333333 solid 1px;
		background: none;	
	}
	.booking .place ul li a {
		font-weight: bold;
		font-size: 14px;
		line-height: 28px;
		text-decoration: underline;
	}
	.booking section ul.detail,
	.booking section figure {
		margin: 0;
	}
	.booking section .detail img {
		width: 100%;
		height: auto;
	}
	.booking section iframe {
		width: 100%;
		height: 300px;
	}
        .booking .yoyaku img {
                width: 100%;
       }

	
}
