/**
 * Have a good Trip
 */

p {
	font-size: 25px;
}
.box:nth-child(4n) {
	margin-right: 0;
}
.box_title {
	font-size: 25px;
}
.box_txt {
	font-size: 20px;
}
#container {
	width: 100%;
	padding-top: 0px;
	margin: 0 auto;

}
.wrapper {
	width: 1000px;
	margin: 0 auto 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapper2 {
	width: 1000px;
	margin: 0 auto 10px;
	overflow: hidden;
}
.box {
*zoom: 1;
	max-width: 100%;
	height: auto;
	margin-right: 2%;
	box-sizing: border-box;
	z-index: 1;
	border: 10px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	width: 23%;
	margin-bottom: 2%;
	flex-wrap: wrap;
}
.box a{

}
.box a:hover{
	opacity: 0.5 ;	
}
.wrapper_single {
	max-width: 1000px;
	margin: 0 auto;
}
figure {
	overflow: hidden;
	width: 300px;
	color: #FFF;
	text-align: center;
}
.ttl_main {
	padding: 10px;
	font-size: 30px;
	line-height: 100%;
	word-wrap: break-word;
}
}
figure p {
	font-size: 30px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(10,160,177,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}
/* wide.css */


	
#header {
	width: 1000px;
	height: 102px;
	margin: 30px auto;
}
#header h1 {
	width: 300px;
	height: 94px;
	float: left;
}
#header h1 a {
	display: block;
	width: 300px;
	height: 94px;
}
#nav {
	margin-left: 30px;
	float: left;
}
#nav ul {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	margin: 0 auto;
}
#nav li {
	float: left;
	font-size: 40px;
	margin-right: 20px;
}
#nav li a {
	display: block;
	text-decoration: none;
}
#nav a:hover {
	background: url(../img/nav_bg.png) no-repeat center;
	background-size: contain;
}
#sns, #sns2 {
	height: 40px;
	float: right;
	padding-top: 25px;
	color: #000;
}
#sns li, #sns2 li {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}


#sns li a, #sns2 li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 23px;
}
#sns a:hover, #sns2 a:hover {
	height: 40px;
	width: 40px;
}
.heading_wrapper {
	padding: 50px 0 30px;
	font-size: 55px;
	text-align: center;
}
#profile img {
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 0 40px 30px 0;
	padding: 10px;
	width: 150px;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
}
#pageTop a {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background: #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: 23px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
address {
	text-align: center;
	display: block;
	padding: 50px 0 40px;
	font-size: 16px;
}
.more_btn, .contact_btn {
	width: 300px;
	margin: 0 auto 30px;
	font-size: 30px;
}
.home_btn {
	width: 300px;
	margin: 0 auto 60px;
	font-size: 30px;
}
.more_btn a, .contact_btn a, .home_btn a {
	clear: both;
	width: 300px;
	padding: 10px 0;
}
.txt_block {
	margin-bottom: 30px;
}
#breadcrumb {
	font-size: 20px;
	padding: 10px 0;
}

