@charset "utf-8";

/* スライドメニューここから */
#top_mainvisual {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow-x: hidden;
}

.top_mainvisual_container {
	position: relative;
	width: 100%;
}

#slideFilterL, #slideFilterR {
	position:absolute;
	top:0;
	width:calc((100% - 800px) / 2);
	height:800px;
	background-color: rgba(0,0,0,0.5);
}

#slideFilterL {
	left:0;
}

#slideFilterR {
	right:0;
}

#slideFilterC img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.top_mainvisual_slide_all {
	position: relative;
	/*slideWidthと同じ値に*/
	height: 800px;
}

.top_mainvisual_slide_wrap {
	width: 900%;
	position: absolute;
	left: 50%;
	margin-left: -450%;
}

.slide_body {
	margin: 0 auto;
	padding: 0;
}

.top_mainvisual_slide {
	/*画像の幅指定*/
	margin: 0px 0px;
}

.top_mainvisual_slide_inwrap {
	/* boxレイアウトの指定 */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.slide_img {
	width: 100%;
	height: auto;
}

.slide_img img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

/* スライドメニューここまで */

.content_idx {
	font-size: 0;
	line-height: 0;
    background-color: #000000;
	color: #f3f3f3;
}

.content_l {
	display: inline-block;
	width: 25%;
	margin: 40px 0;
	padding-right: 50px;
	box-sizing: border-box;
	vertical-align: top;
}

.content_l img {
	width: 100%;
}

.content_r {
	font-family:  "游ゴシック", YuGothic;
	display: inline-block;
	width: 75%;
	margin: 40px 0;
	padding-left: 50px;
	font-size: 1.9rem;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: 1px;
	box-sizing: border-box;
	vertical-align: top;
	border-left: 1px solid #3E3A39;
}

.menu_block {
	display: inline-block;
	width: calc(100% / 3);
	overflow:hidden;
}

@media all and (-ms-high-contrast: none){
	.menu_block {
		width: 33.33333%;
	}
}

.menu_block a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	//background-color: rgba(0,0,0,0.5);
	background-color: #3E3A39;
}

.menu_block img {
	width: 100%;
	height: 100%;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
	/*透過させて画像暗く*/
	opacity:0.8;
}

.menu_block a:hover > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.menu_block span {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width:50%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	text-shadow: 1px 1px 0 #3E3A39;
	border: 3px solid #ffffff;
	white-space: normal;
}

.info_block {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.info_block2 {
	display: inline-block;
/*	width: 33%;*/
	width: calc( calc(100% - 60px) / 3);
	vertical-align: top;
    margin: 0 10px;
}
.ib_top {
    background: #717071;
    color: #ffffff;
	line-height: 1.6;
    text-align: center;
    padding: 5px 0;
}
.ib_ttl {
	font-size: 2.0rem;
	font-weight: bold;
}
.ib_ttl_sub {
	font-size: 1.4rem;
	font-weight: bold;
}
.ib_btm {
    background: #ffffff;
}

.wrap_news {
	padding-right: 15px;
	box-sizing: border-box;
}

.news_ttl {
	margin: 0 0 20px 0;
}

.news_ttl_l {
	display: inline-block;
	width: 150px;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #ee7b4a;
	font-size: 1.6rem;
	line-height: 1.2;
	vertical-align: bottom;
}

.news_ttl_l span {
	padding: 0 0 0 5px;
	font-weight: bold;
}

.news_ttl_l span:first-child {
	padding: 0 5px 0 0;
	font-size: 2rem;
}

.news_ttl_r {
	display: inline-block;
	width: calc(100% - 150px);
	border-bottom: 3px solid #8f8e93;
	vertical-align: bottom;
}

.news_block{
	margin: 0 0 15px 0;
	font-size: 1.6rem;
	line-height: 1.2;
	border-bottom: 1px solid #8f8e93;
}

.news_date {
	margin: 0 0 5px 0;
	font-size: 1.5rem;
	font-weight: bold;
	font-style:oblique;
}

.news_detail {
	margin: 0 0 10px 0;
	font-weight: bold;
	vertical-align: middle;
}

.news_detail a {
	color: #ee7b4a;
}

.wrap_sns {
	//height: 600px;
    height: 641px;
	padding-left: 15px;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	//overflow-scrolling: touch;
}

.wrap_sns::-webkit-scrollbar {
	width:2px;
}

.wrap_sns::-webkit-scrollbar-track {
	background:#ffffff;
}

.wrap_sns::-webkit-scrollbar-thumb {
	background:#ee7b4a;
}

.idx_fb {
	white-space: nowrap;
}


@media screen and (max-width: 768px) {

	/* スライドメニューここから */
	.top_mainvisual_container {
		height: 100%;
		overflow-x: visible;
	}

	#slideFilterL , #slideFilterR {
		display: none;
	}

	#slideFilterC img {
		width: 90%;
	}

	.top_mainvisual_slide_all {
		width: 100%;
		height: 100vw;
		margin: 0 auto;
	}

	.top_mainvisual_slide_wrap {
		width: 100%;
		margin-left: -50%;
	}

	.slide_body {
		width: 100%;
	}

	.top_mainvisual_slide {
		width: 100%;
	}

	/* スライドメニューここまで */

	.content_l {
		display: inline-block;
		width: 100%;
		margin: 25px 0 0 0;
		padding-right: 0px;
		text-align: center;
	}

	.content_l img {
		width: 40%;
		margin: 0 auto;
	}

	.content_r {
		display: inline-block;
		width: 100%;
		margin: 10px 0 20px 0;
		padding-left: 0px;
		font-size: 4.0625vw;
		line-height: 1.6;
		letter-spacing: 0;
		border-left: none;
		text-align: center;
	}

	.menu_block {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.menu_block span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width:60%;
		padding: 15px 0;
		font-size: 5vw;
		border: 2px solid #ffffff;
	}

	.menu_block a:hover > img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.info_block , .info_block2 {
		width: 100%;
		font-size: 3.75vw;
		line-height: 1.2;
		margin-top: 25px;
	}

	.wrap_news {
		padding: 0
	}

	.news_ttl {
		margin: 0 0 15px 0;
		font-size: 0;
	}

	.news_ttl_l {
		width: 40%;
		padding: 0 0 5px 0;
		border-bottom: 3px solid #ee7b4a;
		font-size: 3.75vw;
	}

	.news_ttl_l span:first-child {
		padding: 0 5px 0 0;
		font-size: 4.375vw;
	}

	.news_ttl_r {
		width: 60%;
		border-bottom: 3px solid #8f8e93;
	}

	.news_block{
		margin: 0 0 12px 0;
		font-size: 3.75vw;
	}

	.news_date {
		font-size: 3.75vw;
	}

	.news_detail {
		margin: 0 0 7px 0;
	}



	.wrap_sns {
		height: 480px;
		padding: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	iframe#twitter-widget-0 {
		width: 100%!important;
	}

	.wrap_sns::-webkit-scrollbar {
		width:2px;
	}

	.wrap_sns::-webkit-scrollbar-track {
		background:#ffffff;
	}

	.wrap_sns::-webkit-scrollbar-thumb {
		background:#ee7b4a;
	}

	.idx_fb {
		white-space: normal;
	}
}