/*//////////////////////////////////////////////////////////////////////////////

about.css
	
//////////////////////////////////////////////////////////////////////////////*/
#cover{
	position:relative;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-top: 6px solid #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	border-bottom: 3px solid #fff;
	
	background:url(../img/cover.jpg) no-repeat center center;
	background-size:cover;
	height:500px;
}
#intro{
	text-align:center;
	margin-top:60px;
}
#intro h1{
	font-family: 'Lato', Arial, serif; font-weight: 300;
	letter-spacing:0.1em;
	font-size:40px;
	margin:0 auto;
	color:#333;
}
#intro p{
	font-size:15px;
	line-height:1.8;
}
#photo-list{
	margin-top:60px;
}

#content{
	padding-bottom:60px;
}
#content img{
	max-width: 100%;
    height: auto;
    display: block;
	
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 3px solid #fff;
}
#content h2{
	margin-bottom:0px;
	font-family: 'Lato', Arial, serif; font-weight: 700;
	letter-spacing:0.1em;
	font-size:20px;
	color:#333;
	line-height:1;
}
#content .col1{
	margin-top:40px;
}
#content  #photo-list .col1{
	margin-top:0px;
}
#content .inner{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	border-right:20px solid #fff;
	border-left:20px solid #fff;
	margin:40px auto 0 auto;
}
#content dl{
	font-size:13px;
	overflow:hidden;
}
/*abut_list*/
.about_list{
  border-collapse: inherit;
  width: 100%;
  font-size:13px;
  text-align: left;
  font-weight: normal;
}
.about_list th,
.about_list td{
  font-weight: normal;
  padding: 10px 5px;
	border-bottom:solid 1px #ede9e1;
}
.about_list.price td{
  text-align: right;
}
.about_list a.map{
  font-size: 11px;
  display: inline-block;
  background: #716861;
  color: #fff;
  padding: 8px 18px;
  line-height: 1;
  border-radius: 20px;
  margin-top: 5px;
}
.about_list a:hover.map{
  opacity: .7;
}

/*Price List*/
#price-list,
#shop-list{
	width:100%;
	overflow:hidden;
	line-height:1.4;
}
#price-list dt.tit{
	float:left;
	width:40%;
}
#price-list dd{
	padding-left:50%;
	border-bottom:solid 1px #ede9e1;
	margin-bottom:10px;
	padding-bottom:10px;
  text-align: right;
}
#price-list dd dl{
	width:60%;
	position:relative;
	overflow:hidden;
}
#price-list dd dt{
	position: absolute;
	left: 0;
	width:50%;
}
#price-list dd dd{
	padding-left:50%;
	border-bottom:solid 1px #e8e8e8;
	margin-bottom:10px;
	padding-bottom:10px;
}
#price-list dd dd.end{
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
/*Shop List*/
#shop-list{
	position:relative;
}
#shop-list dt{
	position: absolute;
	left: 0;
	width:35%;
}
#shop-list dd{
	padding-left:35%;
	border-bottom:solid 1px #e8e8e8;
	margin-bottom:10px;
	padding-bottom:10px;
}
#shop-list dd p{
	margin-top:5px;
}

figure{
	margin:0;
	padding:0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
} 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 3px solid #fff;
}

/* Responsive Styles
   ========================================================================== */
@media screen and (max-width:1024px) {
	#photo-list .col1-4{
		width: 50%;
	    *width: 49.9690%;
	}
	.col1-2{
		width:100%;
	}
	#shop-list dd p{
		margin-top:0px;
	}
	#intro{
		width:85%;
		margin:60px auto 0 auto;
		text-align:left;
	}
}
@media screen and (max-width: 768px) {	
	#main{
		border: 3px solid #fff;
	}
	#cover{
		border-top: 0;
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}
	/*PRICE LIST*/
	#price-list dt.tit{
		width:100%;
		float:none;
		background:#f5f5f5;
		padding:5px;
		margin-bottom:5px;
	}
	#price-list dd dl{
		width:100%;
	}
	#price-list dd{
		border-bottom:none;
	}
	#price-list dd dt{
		width:40%;
		padding-left:5px;
	}
	#price-list dd dd{
		padding-left:40%;
	}
	
	.video-container {
		display:none;
	} 
	#map img{
		width:100%;
	}
}
@media screen and (max-width: 480px) {	
	#intro{
		width:80%;
		margin:60px auto 0 auto;
		text-align:left;
	}
  /*abut_list*/
  .about_list{
    border-collapse: inherit;
    width: 100%;
    font-size:13px;
    text-align: left;
    font-weight: normal;
  }
  .about_list.info th,
  .about_list.info td{
    display: block;
  }
  .about_list.info th{
    text-align: right;
		background:#f5f5f5;
    border-bottom: none;
    text-align: left;
    padding: 10px;
  }
  .about_list.info td{
    padding:10px;
    border-bottom: none;
  }
  
	#shop-list dt{
		position:relative;
		width:100%;
		background:#f5f5f5;
		padding:5px;
		margin-bottom:5px;
	}
	#shop-list dd{
		padding:0 5px 0 5px;
		position:relative;
		width:100%;
		border-bottom:none;
	}
	#content .inner{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		border-right:10px solid #fff;
		border-left:10px solid #fff;
		margin:40px auto 0 auto;
	}
}
