@charset "UTF-8";
/* small.css (max-width:480px)*/
/**{
	font-size:24px;
}
*/

.pc_only {
	display: none;
}
#pageTop {
	display: none;
}
#nav {
	width: 95%;
}
#nav ul {
	padding: 20px 0;
}
#nav li {
	text-align: center;
	font-size: 22px;
	display: inline-block;
	width: 24%;
}
.wrapper {
	width: 90%;
	margin: 0 auto 10px;
	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: 90%;
	margin: 0 auto 30px;
	overflow: hidden;
}
.box {
*zoom: 1;
	max-width: 100%;
	height: auto;
	margin-right: 3%;
	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: 46%;
	margin-bottom: 6%;
}
.box:nth-child(2n) {
	margin-right: 0;
}
.box img {
	max-width: 100%;
 height: :auto;
}
.box_title {
	font-size: 25px;
	padding-bottom: 10px;
}
.box_txt {
	font-size: 20px;
}
.ttl_main {
	font-size: 30px;
	word-wrap: break-word;
}
figure p {
	font-size: 25px;
}
.heading_wrapper {
	padding: 40px 0 20px;
	font-size: 30px;
	text-align: center;
}
#header {
	margin: 20px 20px 0 20px;
}
#header h1 {
	background-size: 40%;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 50px;
}
#sns {
	position: absolute;
	top: 20px;
	right: 20px;
}


#sns li {
	float: left;
	margin-left: 10px;
}
#sns2 li {
	float: left;
	margin-right: 10px;
}
#sns li a, #sns2 li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 23px;
}
.more_btn, .contact_btn {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 25px;
}
.home_btn {
	width: 90%;
	margin: 0 auto 60px;
	font-size: 25px;
}
.more_btn a, .contact_btn a, .home_btn a {
	clear: both;
	padding: 10px 0;
}
address {
	text-align: center;
	display: block;
	padding: 30px 0 10px;
	font-size: 10px;
}
#profile_img {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 0 auto;
	padding: 10px;
	width: 100px;
	text-align: center;
	display: block;
}
#profile p {
	margin: 20px 0;
}
img {
	width: 100%;
}
.wrapper_single {
	max-width: 90%;
	margin: 0 auto;
}
#breadcrumb {
	font-size: 16px;
	padding: 10px 0;
}

.txt_block {
	margin-top: 20px;
}
