@charset "utf-8";
/**メイン画像**/
.mainimg{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
.mainimg img{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}


/**ジュゲムブログフィード用**/
.jugemu-rss-container {
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
}

.jugemu-rss-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jugemu-rss-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #004097;
    min-height: 24px;
}

.jugemu-rss-date {
    flex-shrink: 0;
    width: 130px;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
}

.jugemu-rss-title {
    flex: 1;
    font-size: 16px;
}

.jugemu-rss-title a {
    text-decoration: none;
    display: block;
}

.jugemu-rss-title a:hover {
    color: #000;
}

.jugem_txt{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 40px auto;
}

/**WPフィード用**/
.top_newsline{
	width: 1050px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.top_news_box{
	width: 225px;
	margin: 0 auto;
}
.top_news_box_img{
	width: 225px;
	height: 170px;
	margin: 0 0 5px;
	overflow: hidden;
}
.top_news_box_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.top_news_tit{
	width: 100%;
	height: 55px;
	font-size: 16px;
}
.top_news_day{
	width: 100%;
	font-size: 14px;
}


/**インスタ**/
.inst_box{
	width: 100%;
	height: 240px;
	margin: 0 auto;
	position: relative;
}

.inst_cover{
	width: 100%;
	height: 274px;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


/**活動レポート**/
.repo_box{
	width: 392px;
	height: 542px;
	border: solid 4px #004097;
	position: relative;
	margin: 0 auto 50px;
}
.repo_img{
	width: 392px;
	height: 542px;
	position: relative;
	z-index: 1;
}
.repo_img img{
	width: 392px;
	height: 542px;
}
.repo_icon{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
}
.repo_icon img{
	width: 100px;
	height: 100px;
}

/**BG画像**/
.bgimg_area01{
	width: 100%;
	height: 100vh;
	background-image: url("../img/contents01.jpg");
	background-position: center;
	background-size: cover;
	margin: 0 0 50px;
	position: relative;
}

.bgimg_area02{
	width: 100%;
	height: 100vh;
	background-image: url("../img/contents02.jpg");
	background-position: center;
	background-size: cover;
	margin: 0 0 150px;
	position: relative;
}

.bg_color{
	width: 390px;
	height: 190px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding: 20px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40%;
	right: 0;
	margin: auto;
}
.bg_color:hover{
	background-color: rgba(0,0,0,1);
	opacity: 1;
}

.bg_color a:hover{
	transition: all  0.3s ease;
	opacity: 1;
}

.bg_color_txt01{
	width: 100%;
	font-size: 55px;
	font-weight: 500;
	color: #fff;
	text-align: right;
	margin: 0 0 10px;
	line-height: 1;
}
.bg_color_txt02{
	width: 100%;
	font-size: 39px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	margin: 0 0 10px;
}
.bg_color_icon{
	width: 100%;
	height: 40px;
	text-align: right;
}
.bg_color_icon img{
	width: 40px;
	height: 40px;
}

.btnicon{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 25px;
	top: 12px;
}
.btnicon img{
	width: 24px;
	height: 24px;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.mainimg{
	display: none;
}
.mainimg img{
	display: none;
}
.sp_mainimg{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
.sp_mainimg img{
	width: 100%;
	height: auto;
}


/**WPフィード用**/
.top_newsline{
	width: 90%;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.top_news_box{
	width: 100%;
	margin: 0 0 20px;
	display: inline-block;
}
.top_news_box_img{
	width: 113px;
	height: 85px;
	margin: 0 10px 0 0;
	float: left;
}
.top_news_box_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sp_newsbox{
	width: calc( 100% - 123px );
	float: right;
}

.top_news_tit{
	width: 100%;
	height: auto;
	font-size: 16px;
}
.top_news_day{
	width: 100%;
	font-size: 14px;
}

/**ジュゲムブログフィード用**/
.jugemu-rss-container {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

.jugemu-rss-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jugemu-rss-item {
    display: block;
    align-items: left;
    padding: 8px 0;
    border-bottom: 1px solid #004097;
    min-height: 24px;
}

.jugemu-rss-date {
    flex-shrink: 0;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding-left: 0px;
}

.jugemu-rss-title {
    flex: 1;
    font-size: 16px;
    width: 100%;
}

.jugemu-rss-title a {
    text-decoration: none;
    display: block;
}

.jugemu-rss-title a:hover {
    color: #000;
}

.jugem_txt{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 40px auto;
}

/**インスタ**/
.inst_box{
    display: none;
}

.inst_cover{
    display: none;
}

.sp_inst_box{
	width: 100%;
	height: 325px;
	margin: 0 auto;
	position: relative;
}

.sp_inst_cover{
	width: 100%;
	height: 325px;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/**活動レポート**/
.repo_box{
	width: 90%;
	height: auto;
	border: solid 4px #004097;
	position: relative;
	margin: 0 auto 50px;
}
.repo_img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.repo_img img{
	width: 100%;
	height: auto;
}
.repo_icon{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
}
.repo_icon img{
	width: 100px;
	height: 100px;
}

/**BG画像**/
.bgimg_area01{
	width: 100%;
	height: 520px;
	background-image: url("../img/contents01.jpg");
	background-position: center;
	background-size: cover;
	margin: 0 0 50px;
	position: relative;
}

.bgimg_area02{
	width: 100%;
	height: 520px;
	background-image: url("../img/contents02.jpg");
	background-position: center;
	background-size: cover;
	margin: 0 0 150px;
	position: relative;
}

.bg_color{
	width: 70%;
	height: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding: 20px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.bg_color:hover{
	background-color: rgba(0,0,0,1);
	opacity: 1;
}

.bg_color a:hover{
	transition: all  0.3s ease;
	opacity: 1;
}

.bg_color_txt01{
	width: 100%;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-align: right;
	margin: 0 0 10px;
	line-height: 1;
}
.bg_color_txt02{
	width: 100%;
	font-size: 39px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	margin: 0 0 10px;
}
.bg_color_icon{
	width: 100%;
	height: 40px;
	text-align: right;
}
.bg_color_icon img{
	width: 40px;
	height: 40px;
}

.btnicon{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 25px;
	top: 12px;
}
.btnicon img{
	width: 24px;
	height: 24px;
}


}

@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/
.sp_mainimg{
	display: none;
}
.sp_newsbox{
	width: 100%;
	float: none;
}
.sp_inst_box{
	display: none;
}
.sp_inst_cover{
	display: none;
}

}

