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

#container {
    padding-top: 2%;
	padding-bottom: 0;
}

#footer{
	border: none;
}

/* =============================================================================
   Basic
   ========================================================================== */

#basic {
}

#name{
	font-size:1.55rem;
	font-weight: 700;
}

#basic .box {
	margin: 0;
	padding: 0 2% 2%;
}

#type{
	font-size:0.78rem;
	overflow:hidden;
	margin:5px 0 0;
}

#type dl{
	overflow:hidden;
	float:left;
	margin:0 30px 0 0;
}

#type dt{
	color:#FF7F00;
	margin:0 10px 0 0;
	float:left;
}

#type dd{
	float:left;
}

#basic .inner{
	overflow: hidden;
}

#basic .thum{
	width:360px;
}

#basic .thum img{
	width:100%;
}

#basic .thumr{
	width:980px;
}

#basic .comment{
	background-color:#F5F5F5;
	padding:30px;
	font-size:0.88rem;	
	text-align: justify;
	text-justify: inter-ideograph;
}

#tel{
	font-weight: 700;
	font-size: 1.66rem;
	margin: 0.5% 2%;
}

#tel::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/img/icon_tel.svg) no-repeat center top / contain;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin: -5px 0 0;
}

#basic .button {
    width: auto;
    padding: 15px 70px;
	text-align: center;
	display: inline-block;
	margin: 0 2%;
}

#basic .button a {
    color: #FFF;
}

#basic .button:hover a{
	color: #FF7F00;
}

/* =============================================================================
   Main
   ========================================================================== */

#box{
	overflow: hidden;
	padding: 4% 0;
}

#main {
    width: 1020px;
    float: left;
}

#list{
}

#list h3{
	text-align: center;
	color: #FF7F00;
	font-size: 1.13rem;
	font-weight: 700;
	margin: 0 0 2%;
}

#list h3::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin: -5px 0 0;
	background: url(/img/icon_lunch.svg) no-repeat center top / contain;
}

#number{
	overflow:hidden;
	margin:0 0 2%;
}

#number .thum{
}

.select {
    display: inline-block;
    width: 280px;
}

.select.short {
    width: 100px;
}

#number .thumr{
}

#detail{
}

#detail ul{
}

#detail li{
	float:left;
	position:relative;
	overflow: hidden;
	width:500px;
	margin: 0 20px 50px 0;
}

#detail li:nth-child(even){
	margin:0;
}

#detail .thum{
	width: 240px;
}

.icon{
	position:absolute;
	background-color:#FF4D4D;
	text-align:center;
	color:#FFF;
	width:40px;
	height:40px;
	border-radius:20px;
	font-size:0.78rem;
	line-height:3.5em;
	left:2px;
	top:2px;
}

#detail .photo{
}

#detail .photo img{
	width:100%;
	transition: 0.5s;
}

#detail .photo a img{
}

#detail .photo a:hover img{
	filter:Alpha(opacity=40) ;
	opacity:0.4 ;
	-moz-opacity:0.4;
}

#detail .other{
}

#detail ol{
}

#detail .other li{
	width:80px;
	margin: 0;
}

#detail .other li img{
	width:100%;
	transition: 0.5s;
}

#detail .other li a img{
}

#detail .other li a:hover img{
	filter:Alpha(opacity=40) ;
	opacity:0.4 ;
	-moz-opacity:0.4;
}

#detail .thumr{
	width:230px;
}

#detail .item{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#detail .price{
}

#detail .comment{
	font-size: 0.78rem;
	margin:5% 0 0;
	overflow: auto;
	height: 140px;
}

/* =============================================================================
   Review
   ========================================================================== */

#review{
	padding: 4% 0 0;
	text-align: center;
}

#review h3{
	text-align: center;
	color: #FF7F00;
	font-size: 1.13rem;
	font-weight: 700;
	margin: 0 0 2%;
}

#review h3::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin: -5px 0 0;
	background: url(/img/icon_review.svg) no-repeat center top / contain;
}

#review .container{
}

#review ul{
	text-align: left;
}

#review li{
	border: 1px solid #CCCCCC;
	overflow:hidden;
	margin: 0 auto 2%;
	padding:30px;
}

#review li:last-child {
	margin: 0;
}

#review .thum{
	width: 500px;
	overflow: hidden;
}

#review .photo{
	width:240px;
	float: left;
}

#review .photo a{
}

#review .photo a img{
	width:100%;
	transition: 0.5s;
}

#review .photo a:hover img{
	filter:Alpha(opacity=40) ;
	opacity:0.4 ;
	-moz-opacity:0.4;
}

#review .inner{
	float: right;
	width: 240px;
}

#review .item{
}

#review .price{
}

#review .shop{
	margin:10% 0 0;
}

#review  .shop a{
	color: #4e2600;
	font-size: 0.88rem;
}

#review .date{
	font-size:0.78rem;
	margin: 10% 0 0;
}

#review .thumr{
	background-color: #F5F5F5;
	padding:30px;
	width: 380px;
}

#review .detail{
	margin:0 0 20px;
}

#review .star{
	color:#FF7F00;
	float: left;
	margin:0 20px 0 0;
}

#review .star ol{
}

#review .star li{
	float:left;
	border:none;
	margin:0;
	padding:0;
	width: auto;
}

#review .person{
}

#review .comment{
	font-size:0.88rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* =============================================================================
   Side
   ========================================================================== */

#side{
	float:right;
}

#side .box{
	margin: 0 0 60px;
}

#side h3{
	background: none;
	text-align: center;
	text-indent: -20px;
	font-size: 1.13rem;
	margin: 0 0 2%;
	font-weight: 700;
	padding-top: 0;
}


#side h3::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin: -5px 0 0;
}

#side .comment{
	font-size: 0.88rem;
}

#news h3::before{
	background: url(/img/icon_news.svg) no-repeat center top / contain;
}

#howto h3::before{
	background: url(/img/icon_truck.svg) no-repeat center top / contain;
}

#stop h3::before{
	background: url(/img/icon_stop.svg) no-repeat center top / contain;
}

#side #guide {
    margin: 0;
}

#guide dl{
	font-size: 0.88rem;
	margin: 0 0 4%;
}

#guide dt{
	background-color: #F5F5F5;
	padding: 1% 4%;
}

#guide dd{
	padding: 2% 4% 0 8%;
	text-align: justify;
	text-justify: inter-ideograph;	
}

/* =============================================================================
   Order
   ========================================================================== */

#order{
	background:url(/img/body_bg.jpg) repeat center top;
	padding:5% 0;
	text-align:center;
}

#order .inner{
	background-color:#FFF;
	margin:0 auto;
	width:980px;
	padding:100px;
}

#order h3{
	color: #FF7F00;
    letter-spacing: 0.75rem;
    font-size: 2rem;
    font-weight: 700;
    text-indent: 0.75rem;
}

#order .notice {
	font-size: 0.88rem;
	margin: 2% 0 8%;
}

#order .box {
	text-align: center;
}

#order h4{
	color:#FF7F00;
	text-align: center;
	letter-spacing: 0.25em;
	text-indent: -0.25em;
	font-size: 1.13rem;
	margin: 0 0 2%;
}

#order dl {
	width: 920px;
	margin: auto;
	overflow: hidden;
	padding: 2% 0;
	text-align:left;
}

#order dt {
	float: left;
	width: 200px;
}

#order dd {
	width:720px;
	float:left;
}

#order dd ul {
}

#order dd li {
	margin:0 0 2%;
}

#order dd li p {
	font-size:0.88rem;
	display: inline-block;
}

.block {
	margin: 4% 0 0;
}

.block .text {
	width:280px;
	margin: 0 0 0 10px;
}


#order .select{
	margin: 0 10px 0 20px;
}

#order .select.short{
}

.checkbox{
	margin: 0 5px 0 35px;
}

#order .box label{
	display: inline-block;
	margin: 0;
}

.text {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 2%;
    width: 95%;
	letter-spacing: 0.05em;
}

.textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 120px;
    padding: 2%;
    width: 95%;
	letter-spacing: 0.05em;
	line-height:1.6;
}

.button {
    width:auto;
    padding: 15px 120px;
}

.more {
    width: auto;    
	text-align: center;
	display: inline-block;
	margin: 0 auto 5%;
	border:1px solid #FF7F00;
	background-color:#FFF;
}

.more a {
    color: #FF7F00;
    padding: 10px 100px;
}

.more a:hover{
	color: #FFF;
	background-color: #FF7F00;
}



/* =============================================================================
   Device
   ========================================================================== */

@media screen and (max-width: 768px) {
	#container .container{
		width: 100%;
	}
	.title::before {
		height: 20px;
		width: 20px;
		padding: 0 20px 0 0;
	}
	#name {
		font-size: 1.13rem;
	}
	#type{
		font-size: 0.55rem;
	}
	#type dl{
		margin: 0 4% 0 0;
	}
	#basic .thum, #basic .thumr{
		width: 100%;
		float: none;
	}
	#basic .comment{
		padding: 2%;
		font-size: 0.66rem;
	}
	#tel{
		font-size: 1.13rem;
		text-align: center;
	}
	#tel::before {
    	height: 18px;
    	width: 18px;
	}
	#basic .button{
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 15px 0;
	}
	#box {
		padding: 10% 0 0;
	}
	#main{
		width: auto;
		float: none;
	}
	#list h3{
		font-size: 1rem;
	}
	#list h3::before {
    	height: 18px;
    	width: 18px;
	}
	#number{
		padding: 0 2%;
	}
	#number .thum{
		float: none;
		width: 100%;
	}
	#number .thumr{
		float: none;
		text-align: right;
		margin: 2% 0 0;
		font-size: 0.78rem;
	}
	.select{
		width: 74%;
	}
	.select.short {
		width: 24%;
	}
	.icon {
	    width: 30px;
	    height: 30px;
	    border-radius: 15px;
	    font-size: 0.55rem;
	    right: 2px;
	    top: 2px;
	}
	#detail li{
		width: auto;
		padding: 4% 2%;
		border-bottom: 1px solid #DDD;
		margin: 0;
	}
	#detail .other li{
		width: 33.333%;
		border: none;
		padding: 0;
	}
	#detail .thum {
    	width: 30%;
	}
	#detail .thumr {
		width: 66%;
	}
	#detail .item{
		white-space: inherit;
		overflow: inherit;
	}
	#detail .comment{
		height: auto;
		overflow: inherit;
	}
	#review {
		padding: 8% 0;
	}
	#review li{
		width: calc(92% - 2px);
		padding: 4%;
	}
	#review .thum{
		width: 100%;
	}
	#review .photo{
		width: 30%;
	}
	#review .inner{
		width: 66%;
	}
	#review .thumr{
		width: 92%;
		padding: 4%;
		margin: 2% 0 0;
	}
	#review .comment{
		font-size: 0.66rem;
	}
	#side{
		float: none;		
		width: 100%;
		margin: 0;
	}
	#side h3{
		font-size: 1rem;
	}
	#side h3::before{
		width: 18px;
		height: 18px;
	}
	#side .box{
		padding: 4% 2% 8%;
		border-bottom: 1px solid #CCC;
		margin: 0;
	}
	#side .comment, #guide dl{
		font-size: 0.66rem;
	}
	#side #guide{
		padding: 4% 0 8%;
	}
	#order {
		padding: 2%;
	}
	#order .inner{
		width: auto;
		padding: 4%;
	}
	#order h3{
		font-size: 1.13rem;	
	}
	#order .notice{
		font-size: 0.66rem;
		text-align: justify;
    	text-justify: inter-ideograph;
	}
	#order .box {
		margin: 0 0 5%;
	}
	#order h4{
		font-size: 1rem;
		margin: 0 0 -2%;
	}
	#order dl{
		width: auto;
		padding: 4% 1%;
	}
	#order dt {
		font-size: 0.88rem;
		margin:0 0 2%;
		width: auto;
		float: none;
	}
	#order dd{
		width:100%;
		float: none;
	}
	#order dd li{
		margin: 0 0 6%;
	}
	#order dd li:last-child{
		margin: 0;
	}
	#order .select {
    	margin: 0 1% 2% 2%;
	}
	#order li .select{
		width: calc(100% - 2px);
		margin: 0 0 1%;
	}
	#order dd li p{
	}
	#order li .select.short{
		width: 24%;
		margin: 0 1% 0 5%;
	}
	.checkbox {
		margin: 0 10px;
	}
	.textarea {
		padding: 10px;
		width: calc(100% - 22px);
		height: 100px;
	}
	#order .button{
		margin: 0 auto 8%;
	}
}
