@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:999px){
.pd{ display:none;}
.sd{ display: block;}
.fll,.flr { float: none;}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
.wrapper {
	width: auto;
	padding: 0px;
}
.event {
	width: auto;
	margin: 0;
	padding: 0 10px 10px;
}
section {
	margin: 0 0 30px;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {
	font-weight: bold;
	font-size: 2.2rem;
	margin: 0 0 10px;
}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	background: #fff;
	padding: 10px;
}
.header_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_inner li.logo img {
	height: 30px;
}
.login a {
	padding: 5px 25px 5px 10px;
	font-size: 1.3rem;
}
.login a .icon {
	top: 5px;
    width: 15px;
    height: 15px;
	background-size: 15px;
}
/*---------------------------------------------------------------------

head_title

---------------------------------------------------------------------*/
.head_title {
	margin: 0 0 30px;
	padding: 10px 0 0;
}
.head_title_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.head_title_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.head_title_info li {
	width: 50%;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
	border-left: solid 1px #eee;
	text-align: center;
	font-size: 1.2rem;
	background: #666;
}
.head_title_info li::after {
	content: "";
	margin: 0;
}
.head_title_info li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
/*---------------------------------------------------------------------

semi_list

---------------------------------------------------------------------*/
.semi_list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 10px;

}
.semi_list li {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}
.semi_list li:nth-child(3n) {
	margin: 0 0 30px;
}


#page-top {
	position: fixed;
	bottom: 50px;
	right: 0;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	display: none;
	position: static;
	right: 0;
	bottom: 0;
	width: auto;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sns_btn_spn {
	 display: block;
 }
.ninja_onebutton_output {
	display: none;
}
}