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


.container {
	margin-top: 0;
}
#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 35px;
}
#crumb ol li a {
	color: #aaaaaa;
}
#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}
h2.pagetitle {
	width: 100%;
	height:57px;
	margin-bottom:10px;
}
h2.pagetitle span {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 1000px;
	line-height: 57px;
	font-size: 26px;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 40px;
}
section.box2,
section.box3,
section.box4,
section.box5 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 40px;
}
section h3 {
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #2430a4;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	        box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin-bottom:20px;
	font-size: 18px;
	font-weight: bold;
}
.location_txt {
	display:block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
	overflow:hidden;
	width:100%;
	padding:30px 30px 40px;
}
.box1 p,
.box2 p,
.box3 p,
.box4 p,
.box5 p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	line-height:1.7;
	display:block;
}
ul.sns_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 30px auto 0;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
ul.sns_list li {
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border:solid 1px #e7e8ee;
	padding:20px 30px;
	text-align:left;
	background-color:#f9f9f2;
}
ul.sns_list li:nth-child(even) {
	margin-right:0;
}
ul.sns_list li h4 {
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
.snstitle {
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	display:block;
	margin:10px 0;
}
.account {
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	display:block;
}
ul.sns_list li img.snsicon {
	width:60px;
	display:block;
	float:left;
	margin-right:20px;
}
p.setumei {
	margin-bottom: 25px;
}
ul.sns_list li div.linkbtn {
	display:block;
	width:70%;
	margin:auto;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding:10px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	background-color:#fff;
	border:solid 1px #4dcc00;
	text-align:center;
}
ul.sns_list li p.linkbtn1 a {
	text-align:center;
	font-size:15px;
	line-height:1.2;
	font-weight:bold;
	color:#fff;
	display:block;
	width:70%;
	margin:auto;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding:15px 10px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.sns_list li p.linkbtn1.fb a {
	background-color:#385495;
}
ul.sns_list li p.linkbtn1.insta a {
	background-color:#c530a0;
}
ul.sns_list li p.linkbtn1.youtube a {
	background-color:#fe0000;
}
ul.sns_list li p.linkbtn1.fb a:hover {
	text-decoration: none;
	background-color: rgba(56,84,149,0.5);
}
ul.sns_list li p.linkbtn1.insta a:hover {
	text-decoration: none;
	background-color: rgba(197,48,160,0.5);
}
ul.sns_list li p.linkbtn1.youtube a:hover {
	text-decoration: none;
	background-color: rgba(254,0,0,0.5);
}




@media screen and (max-width: 900px) {

}

@media screen and (max-width: 1020px) {

}
