/*
Theme Name: Grid Theme Responsive
Theme URI: http://www.dessign.net/gridthemeresponsive
Description: Grid Theme Responsive for WordPress is stylish, customizable, simple, and readable. Perfect for any illustrator or graphic designer. 
Version: 2.5
Author: Marios Lublinski
Author URI: http://www.dessign.net
Tags: 4 column theme, white, clean

*/
/* Global */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Helvetica,sans-serif;
	color: #333;
	height: 100%;
	background: url(https://socorefactory.com/wp-content/uploads/2015/04/bg-illust2.jpg);
	background-attachment: fixed;
	background-position: 100% 115%;
}

#main_container {
	max-width: 1015px;
	margin: 0 auto;
	padding: 0 30px;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	background-color: #fff;
}

h1,h2,h3,h4,h5,p {
	margin: 10px 0;
}

h2.top {
	margin: 20px 0;
	border-bottom: 3px double lightgray;
	max-width: 750px;
	font-size: 2em;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: none;
}

a {
	color: #666;
	text-decoration: none;
	transition:.3s ease;	
}

a:hover {
	color: #333;
	text-decoration: underline;
	transition:.3s ease;
}

hr {
	background-color: lightgray;
	border: none;
	height: 1px;
}

/* Header */
#header {
	padding: 10px 0 0;
}

#menu_container {
	padding-bottom: 0;
	clear: left;
	float: left;
}

#menu_container ul {
	list-style-type: none;
	float: left;
}

#menu_container ul li {
	float: left;
}

#menu_container ul li a {
	color: #fff;
	text-decoration: none;
	background-color: #005f20;
	border: 1px dotted #005f20;
	padding: 6px 15px 3px;
	margin-right: 5px;
	display: block;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

#menu_container ul li a:hover {
	background-color: #fff;
	color: #005f20;
	border: 1px dotted #005f20;
	box-sizing: border-box;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

#menu_container ul li.current-menu-item a,#menu_container ul li.current_page_item a {
    background-color: transparent;
    color: #005f20;
}

#menu_container input[type=text] {
	width: 220px;
	height: 25px;
	background-color: #000;
	color: #fff;
	float: right;
	border: none;
	padding: 0 5px;
}

#menu_container ul li:nth-last-child(4) a {
	background-color: #13AEF0;
	border: 1px solid #13AEF0;
    padding: 7px 15px 4px;	
}

#menu_container ul li:nth-last-child(4) a:hover {
	opacity: .8;
	background-color: #fff;
	border: 1px dotted #13AEF0;
	color: #13AEF0;
}

#menu_container ul li:nth-last-child(3) a {
	background-color: #3b5998;
	border: 1px solid #3b5998;
    padding: 7px 15px 4px;
}

#menu_container ul li:nth-last-child(3) a:hover {
	opacity: .8;
	background-color: #fff;
	border: 1px dotted #3b5998;
	color: #3b5998;
}


#menu_container ul li:nth-last-child(2) a {
	background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    padding: 7px 15px 4px;	
}

#menu_container ul li:nth-last-child(2) a:hover {
	opacity: .8;
	background: #fff;
	border: 1px dotted ;
	color: #405de6;
}


#menu_container ul li:last-child a {
	background-color: black;
	border: 1px solid black;
	padding:7px 15px 4px;
}

#menu_container ul li:last-child a:hover {
	opacity: .8;
	background: #fff;
	border: 1px dotted ;
	color: #c4302b;
}

#logo {
	float: left;
	font-family: 'Raleway',sans-serif;
}

#description {
	float: left;
	font-family: 'Raleway',sans-serif;
	max-width: 500px;
	letter-spacing: -.05em;
	margin-top: 110px;
	margin-left: 10px;
}

#description2 {
	float: left;
	margin-top: 7px;
	margin-left: 27px;
}

#description2 img {
	width: 100%;
}

.eventcancel a{
    display: block;
    color: white;
	/*
	background: #e8380b;
    padding: 10% 11%;
	*/
    width: 100%;
    margin: 3% auto;
    font-size: 1rem;
    transition: .5s ease;
    border: 1px solid;	
}

.eventcancel a:hover{
    transition: .5s ease;
    border: 1px solid;
    background: transparent;
    color: #e8380b;
}

#description3 {
	float: left;
	margin-top: 5px;
	margin-left: 27px;
    height: 150px;
    overflow: hidden;
}

#description3 img {
   transition: .6s ease;
    position: relative;
    top: 0px;
}

#description3 img:hover {
   transition: .6s ease;
    position: relative;
    top: -133px;

}

#logo a {
	font-weight: 700;
	font-size: 3em;
	color: #000 !important;
	letter-spacing: -.05em;
}

#logo a img {
	width: 150px;
	margin-bottom: 20px;
}

#logo a:hover {
	text-decoration: none;
}

#logo a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#countdown {
	background-image: url(https://socorefactory.com/wp-content/uploads/2014/05/countdown.jpg);
	width: 527px;
	height: 133px;
	display: inline-block;
	margin-left: 75px;
}

#Stage_jbeeb_3 {
	margin: 85px 0 0 175px;
}

#Container_jbeeb_6,#Box_jbeeb_8,#TextBox_jbeeb_7,#TextBox_jbeeb_9,#Container_jbeeb_10,#TextBox_jbeeb_13 {
	display: none;
}

#comment {
	width: 221px;
	height: 139px;
	display: inline-block;
	float: right;
	overflow: hidden;
}

#comment a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

.header_social_icons_cont {
	float: left;
}

.header_social_icons_cont img {
	float: left;
	margin-right: 7px;
	height: 26px;
}

.header_social_icons_cont a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

/* Top-news */
ul.news {
	margin-top: -10px;
	margin-bottom: 40px;
}

.news li {
	list-style: none;
	margin-bottom: 1em;
	font-size: 1.1em;
	border-bottom: 1px dotted #d3d3d3;
	width: 94%;
	line-height: 2;
}

.news li span {
	margin-right: 1em;
}

.news li p {
	display: inline;
}

#content span.right {
	margin-right: 50px;
	margin-top: -30px;
}

/* Content */
#content {
	width: 790px;
	float: left;
	background: #fff;
}

#content_inside,#content2 {
	width: 750px;
	float: left;
}

#content_inside .w100{
	width:100%;
}

.home_post_cont {
	float: left;
	margin-right: 33px;
	width: 228px;
	height: 410px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	margin-bottom: 30px;
}

.home_post_cont:nth-child(3n) {
	margin-right: 0;
}

.home_post_cont_last {
	margin-right: 0;
}

.home_post_cont img {
	width: 228px;
	height: 331px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.home_post_cont p.date {
	font-size: 1.4em;
	margin-bottom: 0;
	border-bottom: 1px solid lightgray;
}

.home_post_cont p.date span.st-time {
	font-size: 10pt;
}

.home_post_cont p.date a {
	color: #000;
	text-decoration: none;
}

.home_post_cont p.date a:hover {
	text-decoration: none;
	color: #666;
}

.home_post_cont h2 {
	margin: 7px 0;
	font-size: 1.7em;
}

.home_post_content {
	color: #fff;
	font-size: 14px;
	padding-right: 30px;
	font-weight: 400;
	height: 270px;
}

.home_post_content .in_title {
	color: #fff;
	font-size: 1.5em;
	margin: 0;
	font-weight: 700;
}

.home_post_content h4 a {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

/*.home_post_cat { position: absolute; bottom: -20px; left: 10px; color: #A0A0A0; font-size: 10px; font-weight: normal; padding-right: 40px; }*/
.home_post_cat {
	color: #A0A0A0;
	font-size: 10px;
	font-weight: 400;
	padding-right: 40px;
}

.home_post_cat a {
	color: #A0A0A0 !important;
	text-decoration: none;
}

.home_post_cat a:hover {
	text-decoration: none;
	color: #666;
}

.single_left {
	float: left;
	width: 750px;
	margin-top: 20px;
}

.single_left h1 {
	font-size: 20px;
	padding: 10px 0;
	border-bottom: 1px solid gray;
	border-top: 3px solid lightgray;
	position:relative;
    display: flex;	
    flex-wrap: wrap;	
}

div.liveright {
	width: 100%;
	margin-bottom: 30px;
}

div.incontents {
	float: left;
	max-width: 450px;
	margin-left: 300px;
}

div.incontents2 {
	float: left;
	max-width: 535px;
	margin-left: 230px;
}

div.liveright p {
	font-size: 1.2em;
}

div.liveright p a img,div.liveright2 p a img,div.incontents img,div.incontents2 img,div.incontents iframe,div.incontents2 iframe {
	max-width: 100%;
}

.single_left h1:after {
	clear: both;
}

.hover_caption {
/* If you can count of CSS3 support: */
	background-color: /*rgba(0, 0, 0, 0.7)*/
#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
/* Or use a transparent image if you need to support bad browsers: */
/*background-image: url(images/hover_caption_bg.png);*/
/* NOTE: If you're img elements have paddings or margins you'll need to
      match them here to get things lined up properly. */
}

#commentform input[type=submit] {
	background-color: #000;
	border: none;
	color: #fff;
	padding: 8px 10px;
}

#commentform a {
	color: #000;
}

.commentlist a {
	color: #000;
}

.iphone-home-image {
	width: 300px !important;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 220px;
    margin-top: 18px;
}

.side_box {
	margin-bottom: 25px;
}

.side_box h3 {
	padding: 5px 10px;
	background-color: #005f20;
	margin-top: 0;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}

.side_box p {
	padding: 0 5px;
}

.side_box ul {
}

.side_box ul li {
	margin-bottom: 15px;
	font-size: 1.2em;
	list-style: none;
	border-bottom: 1px dotted;
	padding: 5px;
}

.side_box ul li span {
	display: block;
	color: #e8380d;
	width: 60px;
	line-height: 1;
}

.tagcloud {
	margin-left: 5px;
}

/* Footer */
#footer {
	margin: 25px 0;
	padding: 12px 0;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	color: #8C8889;
	text-align: right;
}

#footer a {
	color: #8C8889;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#infscr-loading {
	text-align: center;
}

/* Slider */
div.metaslider {
	margin: 0 0 50px 5px;
}

/* Calender */
#wp-calendar {
}

table#wp-calendar {
	width: 220px;
}

#wp-calendar th {
	font-weight: 700;
}

#wp-calendar tbody tr {
}

#wp-calendar tbody tr td {
	text-align: center;
	height: 25px;
}

#wp-calendar tbody tr td a {
	text-decoration: underline;
	color: #bbe6ad;
}

#wp-calendar tbody tr td a:hover {
	color: #66cdaa;
	text-decoration: underline;
}

#wp-calendar thead {
}

td#next a {
	float: right;
}

ul.accordion {
	background: #DDD;
	width: 80%;
	margin: 0 auto 30px;
	padding: 10px;
	font-size: 16px;
}

ul.accordion a {
	display: block;
	padding: 10px;
	background-position: 97% center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
	font-weight: 700;
}

ul.accordion span {
	display: block;
	padding: 10px;
	background-position: 97% center;
	background-repeat: no-repeat;
	color: #333;
	font-weight: 700;
}

ul.accordion ul {
	display: none;
}

ul.accordion > li {
	background: -moz-linear-gradient(top,#C6F0FE,#27BCF9);
	background: -webkit-gradient(linear,left top,left bottom,from(#C6F0FE),to(#27BCF9));
}

ul.accordion > li > p {
	background: -moz-linear-gradient(top,#C6F0FE,#27BCF9);
	background: -webkit-gradient(linear,left top,left bottom,from(#C6F0FE),to(#27BCF9));
	cursor: pointer;
}

ul.accordion > li > p span {
	background-image: url(../img/open.png);
}

ul.accordion > li > p span.open {
	background-image: url(../img/close.png);
}

ul.accordion > li > ul > li {
	background: #999;
	border-bottom: 1px solid #EEE;
}

ul.accordion > li > ul > li > p {
	background: #999;
}

ul.accordion > li > ul > li > a {
	background: url(../img/go.png) no-repeat 98% center;
}

ul.accordion > li > ul > li > ul > li {
	background: #FFF;
	border-bottom: 1px dotted #888;
}

ul.accordion > li > ul > li > ul > li:last-child {
	border: none;
}

.HiddenCheckbox {
	display: none;
}

.MenuContainer {
	display: inline-block;
	margin: 20px;
}

.MenuHeader {
	color: #999;
	display: inline;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	position: relative;
	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);
	-webkit-transition: -webkit-transform 0.6s,opacity .5s;
	transition: transform 0.6s,opacity .5s;
	z-index: 2;
	top: 0;
	right: 0;
	font-size: 2em;
}

.MenuIcon {
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	width: 30px;
	z-index: 2;
	right: 20px;
}

.MenuIcon::before {
	-webkit-box-shadow: #999 0 12px 0;
	box-shadow: #999 0 12px 0;
	height: 6px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 30px;
}

.MenuIcon::after {
	bottom: 0;
	height: 6px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	width: 30px;
}

.MenuIcon::before,.MenuIcon::after {
	background: #999;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow .2s linear,-webkit-transform .4s .2s;
	transition: box-shadow .2s linear,transform .4s .2s;
}

.Menu {
	background: #333;
	bottom: 0;
	left: -90%;
	position: absolute;
	top: 0;
	width: 50%;
	-webkit-transition: left .4s;
	transition: left .4s;
}

.HiddenCheckbox:checked ~ .MenuHeader {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.HiddenCheckbox:checked ~ .MenuIcon::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px,-3px,0);
	transform: rotate(45deg) translate3d(6px,-3px,0);
}

.HiddenCheckbox:checked ~ .MenuIcon::after {
	-webkit-transform: rotate(-45deg) translate3d(6px,3px,0);
	transform: rotate(-45deg) translate3d(6px,3px,0);
}

.HiddenCheckbox:checked ~ .Menu {
	left: 0;
	z-index:10;
}

.Menu-list {
	list-style-type: none;
	margin: 60px 0 0;
	padding: 0;
}

.Menu-list li {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
	height: 3px;
	padding: 20px;
}

.Menu-list li a {
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.Menu-list li a::before {
	background: #444;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 100%;
	top: 0;
	-webkit-transition: right .4s;
	transition: right .4s;
	z-index: -1;
}

.Menu-list li a::after {
	content: attr(href);
	color: #fff;
	float: right;
	opacity: 0;
	-webkit-transition: opacity 0.8s,-webkit-transform .4s;
	transition: opacity 0.8s,transform .4s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.Menu-list li a:hover::before {
	right: 0;
}

.Menu-list li a:hover::after {
	opacity: .5;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* contact form */
span.cleft {
	width: 100%;
	display: block;
	font-size: 1em;
}

input.wpcf7-submit {
	width: 101% !important;
	margin-top: 11px;
	font-size: 1.2em;
	height: 36px !important;
	background-color: #fff;
	display: block;
	border: 1px solid #90ee90;
	color: green;
	　transition: all 1s ease;
}

input.wpcf7-submit:hover {
	background-color: #00b200;
	color: #fff;
}

textarea.wpcf7-textarea {
	padding: 10px;
	width: 95%;
	height: 74px;
}

/* schedule page */
.e-left {
	float: left;
	padding: 20px 0;
}

.e-center {
	width: 40px;
	min-height: 100px;
	float: left;
	padding: 20px 0 3px;
	text-align: center;
	margin-top: 17px;
}

.e-center2 {
	width: 40px;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	text-align: center;
}

.e-right {
	width: 550px;
	min-height: 100px;
	float: left;
	margin-left: 10px;
	padding: 5px 10px 0;
	transition:.3s ease;	
}

.e-right2 {
	width: 550px;
	float: left;
	margin-left: 10px;
	padding: 0 10px;
	margin-top: 25px;
	transition:.3s ease;	
}

.e-right3 {
	width: 100%;
	float: left;
	margin-left: 10px;
	padding: 0 10px;
	margin-top: 25px;
}

.e-right:hover {
	background-color: #DDD;
	min-height: 100px;
	transition:.3s ease;
}

.e-right2:hover {
	background-color: #DDD;
	transition:.3s ease;	
}

.breadcrumd {
	border-bottom: 1px dotted gray;
	padding: 5px 1px;
	height: 15px;
}

#pagination {
	margin-top: 2px;
}

#pagination li.prev {
	list-style-type: none;
	float: left;
}

#pagination li.next {
	list-style-type: none;
	text-align: right;
}

.e-right h3,.e-right h2 {
	font-size: 1.5em;
	display: inline-block;
	border-bottom: 1px dotted gray;
	margin: 0;
}

.cancelled + h3{
	display:block;
}

div.e-right.second-a h3 font::before {
	content: "\A";
	white-space: pre;
}

div.e-right.second-a h3 {
	display: block;
}

.e-right h3 span {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
}

.moreright {
	text-align: right;
	display: block;
	font-weight: 700;
	color: #000;
}

span.lives {
	font-size: 1em;
	font-weight: 700;
	margin-right: 5px;
}

p.pia,p.ltike,p.eplus,p.scf, p.stream{
	display: inline-block;
	font-size: .5em !important;
	border: 1px solid #ededed;
	padding: 5px;
	text-align: center;
}

.active-submenu + span.submenu {
	display: block !important;
}

span.submenu div.wpcf7 {
	font-size: .85em;
	background-color: #f1f8fa;
	padding: 20px;
}

i.scf-tickets {
	font-size: 6em;
	padding: 0 10px;
}

p.month {
	font-size: 1.5em;
	margin-top: 0;
}

p.days {
	font-size: 2em;
}

p.day {
	font-size: 1.2em;
}

/* contact */
.contactbox {
	width: 100%;
	height: 150px;
	border: 1px dotted lightgray;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.contactbox:hover {
	width: 100%;
	height: 150px;
	border: 1px dotted lightgray;
	background-color: #ECECEC;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.contactbox a {
	text-align: center;
	margin: 0 auto;
	font-size: 2em;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.contactbox a:hover {
	margin: 0 auto;
	color: #fff;
	display: block;
	font-size: 2em;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

/* 月次リンク　*/
.raindrops-monthly-archive-prev-next-navigation {
	border-bottom: 1px dotted gray;
	height: 19px;
	padding-top: 6px;
}

.raindrops-monthly-archive-prev-next-navigation a.alignleft {
	padding: 4px 2px;
	transition:.3s ease;	
}

.raindrops-monthly-archive-prev-next-navigation a.alignleft:hover {
	text-decoration: underline;
	color: gray;
	transition:.3s ease;	
}

.raindrops-monthly-archive-prev-next-navigation a.alignright {
	float: right;
	transition:.3s ease;	
}

.raindrops-monthly-archive-prev-next-navigation a.alignright:hover {
	text-decoration: underline;
	color: gray;
	transition:.3s ease;	
}

/* contact */
.wpcf7-form p {
}

input.wpcf7-form-control {
	padding: 1px;
	width: 300px;
	height: 30px;
}

div.flex1 {
	display: inline-table;
	margin-right: 30px;
}

div.flex {
	display: inline-table;
	width: 52%;
}

/* schedule singlepage */
.singledate {
	font-size: 1.8em;
	font-weight: 700;
}

div.livetitle {
	float: left;
	margin-left: 10px;
	width: 100%;
	height: 142px;
}

div.livetitle:after {
	clear: both;
}

img.wp-post-image {
	float: left;
	margin-right: 10px;
}

h1 span.subtitle {
	margin-left: 5px;
	font-size: 1em;
	display:block;	
}

div.hover_caption {
	z-index: 1;
}

span.op {
	font-size: 1.8em;
	font-weight: 700;
	margin-left: 20px;
	color: red;
}

/* back ground */
div#bgi {
	z-index: -1;
	filter: gray;
	-webkit-filter: grayscale(100%);
	position: absolute;
	opacity: .5;
	width: 100%;
	overflow: hidden;
}

div#bgi img {
	width: 24%;
	height: 24%;
}

.chip a:hover span {
	position: absolute;
	display: block;
	width: 340px;
	padding: 3px;
	top: -30px;
	left: 150px;
	background-color: #EEE;
	border: solid 1px #CCC;
	z-index: 20;
}

.acsright {
	float: right;
	margin-top: -110px;
	margin-bottom: 40px;
}

.side_box h3 {
	text-align: center;
}

ul.news {
	margin: 0 0 10px;
}

#content span.right {
	float: right;
	margin: 0 10px 10px 0;
}

.singledate {
	float: none;
}

.chip a:hover span {
	position: relative;
	display: block;
	width: 340px;
	padding: 3px;
	top: 50px;
	left: 10px;
	background-color: #EEE;
	border: solid 1px #CCC;
	z-index: 20;
}

.e-center {
	width: 10%;
	min-height: 100px;
	float: left;
	margin-right: 12px;
	margin-left: 0;
	padding-top: 10px;
	text-align: center;
}

.e-right {
	max-width: 100%;
	min-height: 100px;
	float: none;
	margin: 0;
	padding: 10px;
	padding-left: 198px;
}

.e-right2 {
	width: 80%;
	float: none;
	margin: 0;
	padding: 0;
	margin-left: 60px;
}

.e-center2 {
	width: 40px;
	float: left;
	margin-left: 5px;
	padding-top: 10px;
	text-align: center;
}

#countdown {
	display: none;
}

span.acsright {
	float: none;
}

span.acsright img {
	max-width: 100%;
}

iframe.gmap {
	width: 350px;
}

img.renew {
	margin-top: -95px;
}

div#renew {
	margin-top: 10px;
}

input.wpcf7-form-control,textarea.wpcf7-textarea {
	width: 100%;
}

div.flex,div.flex1 {
	width: 90%;
}

input.wpcf7-submit {
	-webkit-appearance: none;
	width: 106% !important;
	margin-top: 11px;
	font-size: 1.2em;
	height: 36px !important;
	background-color: #fff;
	display: block;
	border: 1px solid #90ee90;
	color: green;
	　transition: background-color 1s ease;
}

input.wpcf7-submit:hover {
	-webkit-appearance: none;
	background-color: #00b200;
	color: #fff;
}

/*  add  */
.schedule {
	width: 100%;
	min-height: 100px;
	margin-bottom: 10px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #d6d6d6;
	float: left;
}

.schedule2 {
	margin-bottom: 10px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #d6d6d6;
	float: left;
}

div.eventdm {
	min-width: 141px;
	float: left;
}

div.wsbl_line a img {
	width: 88px !important;
}

div#renew {
	height: 94px;
	overflow: hidden;
	margin: 20px 0;
}

a img.renew:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

.hover_caption_caption {
	width: auto !important;
}

p.time {
	text-align: right;
	color: grey;
}

.side_box h3 {
	text-align: center;
}


#content[data-columns] {
	content: '3';
}

p.act2 {
	float: left;
	margin-left: 20px;
}

h3.first-an {
	width: 100%;
	font-size: 1.5em;
	display: inline-block;
	border-bottom: 1px dotted gray;
	margin: 0;
}

.side_box h3 {
	text-align: center;
}

#footer {
	height: 20px;
	background: #fff;
}


.videotxt{
	text-align:center;
	margin-top: 2rem;		
}

div.center{
	text-align:center;
}

div.center >p{
	margin-bottom:2rem;
}


.flex5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}

.flex5 > a{
    flex: 0 0 calc(33.33% - 5px);
    max-width: calc(33.33% - 5px);
    max-height: 350px;
}

.flex5 > a img{
    object-fit: cover;
    object-position: center;	
	width:100%;
}

@media screen and (max-width: 480px) {
	#description3 {
		position: relative;
		overflow: hidden;
		margin-top: 0;
		clear: both;
		left: 0;
	}
	
	.eventcancel a{
		padding: 7%;
		max-width: 100%;
		line-height: 2;
		text-align: center;	
	    width: auto;		
	}

	#description3 a img {
		width: 100%;
		margin: 10px 0;
	}

	#content_inside,#content {
		width: 100%;
		background-color: #fff;
	        padding: 0;
	}
	
	#content_inside > p > img{
		width:100%;
	}
	
	.col-xs-8{
	        padding: 0 3%;
	}

	#main_container {
		width: 96%;
		padding: 0 2%;
		margin: 0 auto;
	}

	#menu_container {
		margin: 0 auto;
		width: 100%;
		clear: both;
	}

	#menu_container ul li a {
		color: #fff;
		text-decoration: none;
		background-color: #005f20;
		padding: 5px 10px;
		margin-right: 1px;
		margin-bottom: 1px;
		display: block;
	}

	.home_post_cont {
		margin-right: auto !important;
		margin-left: auto;
		float: none;
		display: block;
	}

	#logo a {
		line-height: 1em;
	}

	#footer {
		height: 20px;
		background: #fff;
	}

	#commentform textarea {
		width: 220px;
	}

	#description {
		float: left;
		font-family: 'Raleway',sans-serif;
		max-width: 370px;
		letter-spacing: -.05em;
		margin-top: 10px;
	}

	#sidebar {
		width: 100%;
		margin: 0 auto;
		float: none;
		clear: both;
		background: #fff;
		overflow: hidden;
		padding-bottom: 30px;
	}

	.single_left,#content2 {
		float: none;
		width: 95%;
		padding:5%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		overflow: hidden;
		background: #fff;
	}

	.eventdm img {
		width: 290px;
		height: inherit;
	}

	.raindrops-monthly-archive-prev-next-navigation {
		width: 100%;
		border-bottom: 1px dotted gray;
		height: 23px;
	}

	#menu_container input[type=text] {
		width: 205px;
		margin-top: 5px;
		float: none;
	}

	.header_social_icons_cont {
		display: none;
	}

	table#wp-calendar {
		width: 100%;
	}

	.singledate {
		float: none;
	}

	.singledate:after {
		content: "\A";
		white-space: pre;
		float: none;
	}

	.schedule {
		width: 93%;
		border-bottom: 1px solid #d3d3d3;
		padding: 5%;
	}

	.e-right h3 span {
		display: block;
	}

	.eventdm {
		margin-bottom: 10px !important;
	}

	.e-right h3,.e-right2 h2 {
		font-size: 1.3em !important;
		margin: 0 auto !important;
		border-bottom: none !important;
		display: table-cell !important;
		height: 110px;
		vertical-align: middle;
		word-break: break-word;
	}

	div.incontents,div.incontents2 {
		margin-left: 0;
		float: none;
	}

	div.incontents p img,div.incontents2 p img,div.incontents p iframe,div.incontents2 p iframe {
		max-width: 100%;
	}

	div.liveright p {
		clear: both;
	}

	p.act + p {
		background: rgba(211,211,211,0.45);
		padding: 5px 10px 3px;
	}

	iframe.sidefb {
		width: 100% !important;
	}

	.right {
		float: none;
	}

	#comment {
		width: 100%;
		height: 35px;
		margin: 10px 0;
		overflow: hidden;
	}

	img.topcomment {
		margin-top: -208px;
		margin-left: -11px;
	}

	.e-right {
		padding-left: 0 !important;
	}
	.livetitle2{
		width: 90%;
		padding: 0 5%;
	}
	
	.single_center > *, .single_center img, .single_center iframe{
		max-width:100%;
	}
	
	.single_center img{
		height: auto;		
	}
	
	div.daysstream{
		display:block;
	}
	
	div.daysstream a {
		margin-bottom: 5%;
		flex: unset;
		max-width: unset;
		text-align: center;
		display: block;
	}
	
	.daysstream a img{
	    margin-bottom: 1rem;		
	}
	
	.daysstream img{
		width:100%;
		margin:3% auto;
	}

	
	div.smhpdf{
		display:block;
	}

	div.pcpdf{
		display:none;
	}	

	.eventcancel{
		overflow: hidden;
		text-align: center;
	}	
	
	.eventcancel a{
		padding:3% 5%;
	}
	.flex5 > a{
		flex: 0 0 calc(50% - 5px);
		max-width: calc(50% - 5px);	
	}
	
}


@media screen and (min-width : 568px) and (max-width:767px) {
	#content_inside,#content2,#content,.single_left {
		width: 100%;
		background: #fff;
	        padding: 0;
	}
	.col-xs-8{
	        padding: 0 3%;
	}

	#main_container {
		max-width: 94%;
		border-right: none;
	}

	#sidebar {
		clear: both;
		float: none;
		width: 100%;
		background: #fff;
	}

	#description {
		float: left;
		font-family: 'Raleway',sans-serif;
		max-width: 370px;
		letter-spacing: -.05em;
		margin-top: 10px;
	}

	#description3 {
		float: none;
		margin-top: 0;
		margin-left: 0;
	    clear: both;		
	}

	#description3 a img {
		width: 100%;
		margin: 10px 0;
	}

	.home_post_cont:nth-child(3n) {
		margin-right: 33px;
	}

	.home_post_cont {
		margin-right: auto !important;
		margin-left: auto;
		float: none;
		display: block;
	}

	div.incontents,div.incontents2 {
		margin-left: 0;
		float: none;
	}

	table#wp-calendar {
		width: 100%;
	}

	.schedule {
		width: 93%;
		border-bottom: 1px solid #d3d3d3;
		padding: 5%;
	}
	div.incontents2{
		margin-left: 0;
	        float: none;
	}

	p.act + p {
		background: rgba(211,211,211,0.45);
		padding: 5px 10px 3px;
	}

	.acsright {
		float: none;
	}

	iframe.gmap {
		width: 75% !important;
	}

	input.wpcf7-form-control,textarea.wpcf7-textarea {
		width: 100%;
	}

	div.flex,div.flex1 {
		width: 90%;
	}

	input.wpcf7-submit {
		-webkit-appearance: none;
		width: 106% !important;
		margin-top: 11px;
		font-size: 1.2em;
		height: 36px !important;
		background-color: #fff;
		display: block;
		border: 1px solid #90ee90;
		color: green;
		　transition: background-color 1s ease;
	}

	input.wpcf7-submit:hover {
		-webkit-appearance: none;
		background-color: #00b200;
		color: #fff;
	}

	.textwidget iframe {
		width: 100% !important;
	}

	#comment {
		float: none;
	}
	
	div.smhpdf{
		display:block;
	}

	div.pcpdf{
		display:none;
	}
	
	.eventcancel{
		overflow: hidden;
		text-align: center;
	}	
	
	.eventcancel a{
		padding:3% 5%;
	}	
	
	.MenuHeader{
		display:none;
	}
	
}


/* ipad用*/
@media screen and (min-width : 768px) and (max-width:960px) {
	.MenuHeader{
		display:none;
	}
	
	.single_center{
		overflow:hidden;
	}
	
	#description3 {
		float: none;
		margin-top: 0;
		margin-left: 0;
	    clear: both;		
	}

	#description3 a img {
		width: 100%;
		margin: 10px 0;
	}
	p.act{
 	        width: 90%;
	}
	#main_container {
		max-width: 94%;
		border-right: none;
	}

	#content_inside,#content2,#content {
		max-width: 90%;
	        background: #fff;
		padding: 0 5% 0 3%;
	}

	.single_left {
		width: 100%;
		background: #fff;
	}

	#sidebar {
		clear: both;
		float: none;
		width: 100%;
		background: #fff;
		overflow: hidden;
	}

	.side_box {
		margin-bottom: 25px;
		float: left;
		margin-right: 34px;
		width: 220px;
	}

	#description {
		float: left;
		font-family: 'Raleway',sans-serif;
		max-width: 370px;
		letter-spacing: -.05em;
		margin-top: 10px;
	}

	div.incontents,div.incontents2 {
		margin-left: 0;
		float: none;
	}

	input.wpcf7-form-control,textarea.wpcf7-textarea {
		width: 100%;
	}

	div.flex,div.flex1 {
		width: 90%;
	}

	input.wpcf7-submit {
		-webkit-appearance: none;
		width: 106% !important;
		margin-top: 11px;
		font-size: 1.2em;
		height: 36px !important;
		background-color: #fff;
		display: block;
		border: 1px solid #90ee90;
		color: green;
		　transition: background-color 1s ease;
	}

	input.wpcf7-submit:hover {
		-webkit-appearance: none;
		background-color: #00b200;
		color: #fff;
	}

	.textwidget iframe {
		width: 100% !important;
	}

	#comment {
		float: none;
	}

	#sidebar {
		clear: both;
		float: none;
		width: 100%;
		background: #fff;
	}

	#footer {
		height: 20px;
		background: #fff;
	}
	.livetitle2{
		width: 90%;
		padding: 0 5%;
	}
	.eventdm + .right{
		float:none;
	}
	
	.eventcancel{
		overflow: hidden;
		text-align: center;
	}	
	
	.eventcancel a{
		padding:3% 5%;
	}	
}

@media (max-width: 1024px) and (orientation: landscape) {
	#content_inside,#content2,#content,.single_left {
	width: 90%;
        background: #fff;
        padding: 0 5% 0 3%;
	}

	div.incontents,div.incontents2 {
		margin-left: 0;
		float: none;
	}

	#sidebar {
		clear: both;
		float: none;
		width: 100%;
		background: #fff;
		overflow: hidden;
	}
	#content2 h1{
	        text-align: center;
    		margin-top: 40px;
	}
	#content2 h2{
	        text-align: center;
	}
	table#wp-calendar {
	        width: 100%;
	}
	.eventdm + .right{
		float:none;
	}
}

.cancelled{
    display: inline-block;
    background: red;
    color: white;
    padding: 5px 1rem;
    margin-right: 1rem;	
}

.livebtn{
    background: #e8380c;
    color: white!important;
    font-size: .85rem;
    letter-spacing: 1px;
    padding: .5% 1%;
    border: 1px solid #e8380c;
    line-height: 1.5;
	/*
    top: -2px;
	left:40px;
    position: relative;	
	transition:.3s ease;
    display: inline;	
	*/
}

.liveicon{
    margin-left: auto;
    margin-right: 45px;
}

.livebtn:hover{
	transition:.3s ease;
	background: transparent;
    border: 1px solid #e8380c;
    color: #e8380c!important;
}

.home_post_cont .livebtn{
    font-size: 12px;
    letter-spacing: 1px;
    padding: 1% 1.5%;	
    right: 0;
    position: absolute;
    left: unset;
    top: 5px;	
}

.home_post_cont:nth-child(3n) .liveicon img{
    right: -10px;	
}

.home_post_cont:nth-child(3n) .livebtn{
}

.home_post_cont .liveicon img{
    bottom: -9px;
    right: -33px;	
}

.st-time + a.liveicon{
	display:inline-block;
}

.home_post_cont div.hover_caption{
	background-color:unset!important;
}

.home_post_cont div.hover_caption h3.hover_caption_caption{
	display:none!important;
}

.livebtn.btn2{
	margin-left: 5px;	
}

.livebtn.btn2:hover{
}

.streaminglist .month,.streaminglist .days{
	margin-top:0;
}

.streaminglist > img, .streaminglist .e-center{
	margin-top: 10px;
    padding-top: 0;	
}

.streaming_area{
    margin-top: calc(1rem + 2px);
}

.single_left .streaming_area{
    margin-top: 0;
    margin-bottom: 1rem;	
}

.streaming_area_side{
	margin-top: 7%;	
}

.streaming_area img,.streaming_area_side img{
	opacity:1;
	transition:.3s ease;
	width:100%;
}

.streaming_area img:hover,.streaming_area_side img:hover{
	opacity:.8;
	transition:.3s ease;
}

/*  streaming page */
.single_center{
    float: left;
    width: 100%;
    margin-top: 20px;	
}

.single_center > *{
	width: 750px;
    margin: 1.5rem auto;
}

.single_center iframe{
    margin: 0 auto;
    display: block;
}

.single_center h1,.single_center h2{
	text-align:center;
}

.single_center h1 span{
	font-size: 1rem;
	display: block;	
}

.single_center div img{
    width: 100%;
    height: auto;	
}

.ochanoma-center{
    margin: 1rem auto;
    width: auto;
    display: block!important;	
}

.single_center .text{
	width: 750px;
	margin: 2rem auto;
	line-height: 2;	
}

.text h2{
	text-align:center;
}

.daysstream{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10%;
}

.daysstream a{
	flex: 0 0 32%;
	max-width: 32%;
	margin-right: 1%;
	text-align:center;
}

.daysstream a img{
	opacity:1;
	transition:.3s ease;
}

.daysstream a img:hover{
	opacity:.8;
	transition:.3s ease;
}

.daysstream a > *{
    width: 100%;
    height: 100%!important;
}


.liveicon img, p.date img{
	width:auto;
    height: 40px;
    position: absolute;
    bottom: 8px;	
}

div img.ticketsicon{
	width: 65px;
	height: auto;
	top: 0px;
	right: 0;	
}

p.date > div{
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 40px;
}


.smhpdf{
	display:none;
}

.pcpdf{
	display:block;
}

li a i{
	font-family: fontawesome;
	font-style: normal;	
}

.zaikolink{
    padding: .5rem 1rem;
    display: inline-block;
    margin: 2rem 0 0;
    background: #004823;
    color: white;
    border: 1px solid #004823;
    transition: .3s ease;	
}

.zaikolink:hover{
    background: white;
    color: #004823;
    border: 1px solid #004823;
    transition: .3s ease;	
}

a.zaikolink + p{
	font-size:.8rem;	
}

.ochanomaheading{
    margin-top: 8%;	
}

.flexbox{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:80px;
}

.flexleft,.flexright {
	flex:0 0 50%;
    max-width: 48%;
    margin-right: 4%;
}

.flexright{
	margin-right:0;
}
.addtoany_share_save_container.addtoany_content{
    margin-top: 50px;
    text-align: right;	
}