@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

.banner {
	max-width: 800px;
	margin: 40px auto 0;
	padding: 0 10px;
}
.banner img {border: 1px solid #ccc;}
.news {
	padding: 40px 10px;
}
.newsList {
	max-width: 1020px;
	margin: 0 auto 10px;
}
.newsList h2 {
	text-align: center;
	font-size: 2.25em;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	color: #e26c11;
}
.newsList > ul {
	display: flex;
	flex-wrap: wrap;
}
.newsList > ul > li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.newsList > ul > li:nth-child(4n) {
	margin-right: 0;
}
.newsList > ul > li a {
	color: #333;
}
.newsList > ul > li a:hover {
	color: rgba(0,112,181,1);
}
.newsList .newsPhoto {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    background-image: url(../../news/img/bg01.svg);
    background-size: 3px auto;
}
.newsList .newsPhoto img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.newsList .cat1 a,
.newsList .cat2 a,
.newsList .cat3 a,
.newsList .cat6 a {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 0.65em;
	line-height: 1;
	border-radius: 2px;
}
.newsList .cat1 a { background: rgba(0,112,181,1); }
.newsList .cat2 a { background: rgba(106,184,44,1); }
.newsList .cat3 a { background: rgba(226,108,17,1); }
.newsList .cat6 a { background: rgba(234, 88, 26,1); }/*色変え*/
.newsList .cat1 a:hover { background: rgba(0,112,181,0.8); }
.newsList .cat2 a:hover { background: rgba(106,184,44,0.8); }
.newsList .cat3 a:hover { background: rgba(226,108,17,0.8); }
.newsList .cat6 a:hover { background: rgba(234, 88, 26,0.8); }/*色変え*/
.newsList .cat1 a p,
.newsList .cat2 a p,
.newsList .cat3 a p,
.newsList .cat6 a p {
	padding: 3px 8px;
	color: #fff;
}
.newsList .cat1 a p:before { content: "\f075"; }
.newsList .cat2 a p:before { content: "\f1ad"; }
.newsList .cat3 a p:before { content: "\f183"; }
.newsList .cat6 a p:before { content: "\f040"; }
.newsList .cat1 a p:before,
.newsList .cat2 a p:before,
.newsList .cat3 a p:before,
.newsList .cat6 a p:before {
	font-family: FontAwesome;
	margin-right: 0.3em;
}

.newsList .newsTTL {
	font-size: 0.88em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.2;
}
.newsList .newsTxt {
	font-size: 0.75em;
	margin-bottom: 5px;
}
.newsList > ul > li > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsList .newsDate {
	font-size: 0.75em;
}
.newsList .snsBtn {
	display: flex;
}
.newsList .snsBtn div {
	margin-left: 5px;
	width: 18px;
}
.newsMore {
	width: 10em;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	font-size: 0.94em;
}
.newsMore i {
	margin-left: 0.3em;
	font-weight: normal;
}
.newsMore a {
	display: block;
	padding: 8px 10px;
	border: 1px solid #999;
	border-radius: 6px;
	color: #333;
}
.newsMore a:hover {
	background: #2287c5;
	border: 1px solid #2287c5;
	color: #fff;
}


.movie {
	padding: 40px 10px;
	background-color: #f6f6f6;
}
.movieWrap {
	max-width: 640px;
	margin: 0 auto;
}
.movieWrap p {
	display: block;
	padding: 8px;
	background: #2186c7;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}
.movieInner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieInner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.merit {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(0,112,181,0.1);
}
.merit-left {
	width: 55%;
	padding: 40px 20px;
}
.merit-right {
	width: 45%;
}

.merit-left-inner {
	max-width: 640px;
	margin: 0 auto;
}
.merit-title {
	font-size: 1.375em;
	color: rgba(0,112,181,1);
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.3;
}
.merit-title::after {
	display: block;
	content: "";
	width: 150px;
	margin: 15px auto 0;
	border-bottom: 3px solid rgba(0,112,181,1);
}
.merit-txt1 {
	font-size: 0.94em;
	line-height: 1.8;
}
.merit-txt2 {
	font-size: 0.8em;
	margin: 30px 0 10px;
	text-align: center;
}
.joinus-btn {
	max-width: 240px;
	margin: 0 auto 0;
}
.joinus-btn a {
	display: block;
	padding: 10px;
	background-color: rgb(226, 108, 17);
	border-radius: 4px;
	color: #fff;
	font-size: 1.12em;
	font-weight: bold;
	text-align: center;
}
.joinus-btn a:hover {
	background-color: rgba(226, 108, 17, 0.8);
}
.merit-right ul {
	display: flex;
	flex-wrap: wrap;
}
.merit-right ul.reverse {
	flex-direction: row-reverse;
}
.merit-right-txt {
	width: 50%;
	background-color: #2186c7;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.merit-right-txt p {
	color: #fff;
	font-size: 1.12em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.merit-1,.merit-2,.merit-3 {
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	min-height: 130px;
}
.merit-1 {
	background-image: url(../../nyukai/img/photo2.jpg);
	background-position: center bottom;
}
.merit-2 {
	background-image: url(../../nyukai/img/photo3.jpg);
	background-position: center center;
}
.merit-3 {
	background-image: url(../../nyukai/img/photo4.jpg);
	background-position: center center;
}



.keyaki {
	background-image: url(../img/bg-keyaki.jpg);
	background-size: cover;
	background-position: center center;
	padding: 40px 10px;
}
.jciInfo {
	max-width: 960px;
	margin: 0 auto;
}
.jciInfo > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.jciInfo > ul > li:nth-child(1) {
	width: 44%;
}
.jciInfo > ul > li:nth-child(2) {
	width: 52%;
}
.topInfo {
	background: rgba(255,255,255,0.8);
	margin-bottom: 20px;
}
.topInfo > ul {
	display: flex;
}
.topInfo > ul > li:nth-child(1) {
	width: 180px;
}
.topInfo > ul > li:nth-child(2) {
	padding: 10px;
}
.topInfo > ul > li .txt1 {
	font-size: 0.88em;
	margin-bottom: 5px;
}
.topInfo > ul > li .txt2 {
	font-weight: bold;
}
.topInfo > ul > li .hitokoto {
	margin-top: 20px;
	max-width: 200px;
}
.topInfo > ul > li .hitokoto a {
	display: block;
	padding: 10px 5px;
	background-color: #74c6bb;
	border-radius: 4px;
	font-size: 0.88em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.topInfo > ul > li .hitokoto a i {
	margin-right: 5px;
}

.youtubeMovieWrap {
	width: 100%;
	margin-bottom: 10px;
}
.youtubeMovie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtubeMovie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.jciMovie video {
	width: 100%;
	background: rgba(255,255,255,0.5);
}
.youtubeMovieWrap p,
.jciMovie p {
	display: block;
	padding: 8px;
	background: #2186c7;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

.snsLink {
	margin-bottom: 20px;
}
.snsLink p {
	display: block;
	padding: 8px;
	background: #2186c7;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}
.snsLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.snsLink ul li {
	width: 48%;
	margin-top: 10px;
}
.snsLink ul li a {
	display: block;
	padding: 15px 15px 15px 55px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 36px auto;
	background-position: left 10px center;
	border: 1px solid #999;
	border-radius: 6px;
	color: #333;
	font-size: 0.94em;
	font-weight: bold;
}
.snsLink-facebook a {
	background-image: url(../img/snslink-facebook.svg);
}
.snsLink-instagram a {
	background-image: url(../img/snslink-instagram.svg);
}
.snsLink-youtube a {
	background-image: url(../img/snslink-youtube.png);
}
.snsLink-twitter a {
	background-image: url(../img/snslink-twitter.svg);
}
.snsLink Ul li a:hover {
	background-color: #eee;
}

.calender {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 10px;
}
.googlecal {
	position: relative;
	padding-bottom: 50%;
	height: 0;
}
.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.bannerArea {
	background-color: rgba(234, 88, 26,0.2); /*色変え*/
	/*background-image: url(../../img/bg-light.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto;*/
	padding: 30px 10px;
}
.bannerArea ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}
.bannerArea ul li {
	width: 19.27%;
	margin-right: 0.9125%;
	margin-bottom: 10px;
}
.bannerArea ul li:nth-child(5n) {
	margin-right: 0;
}
/* ---------------------------------------------
	960px
--------------------------------------------- */
@media only screen and (max-width: 960px) {
	.merit-left {
		width: 60%;
	}
	.merit-right {
		width: 40%;
	}
	
}
/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	.merit {
		padding-bottom: 40px;
	}
	.merit-left {
		width: 100%;
	}
	.merit-right {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.merit-title {
		font-size: 1.25em;
	}
	.merit-right-txt p {
		font-size: 1em;
	}
	.merit-1,.merit-2,.merit-3 {
		min-height: 100px;
	}
	
	.banner {
		margin: 30px auto 0;
	}
	
	.news {
		padding: 30px 10px;
	}
	.bannerArea {
		background-size: cover;
	}
	.bannerArea ul li {
		width: 24.1%;
		margin-right: 1.2%;
	}
	.bannerArea ul li:nth-child(5n) {
		margin-right: 1.2%;
	}
	.bannerArea ul li:nth-child(4n) {
		margin-right: 0;
	}

}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.newsList h2 {
		font-size: 1.875em;
	}
	/*.newsList > ul > li {
		width: 32%;
	}
	.newsList > ul > li:nth-child(4n) {
		margin-right: 2%;
	}
	.newsList > ul > li:nth-child(3n) {
		margin-right: 0;
	}*/
	.newsList > ul > li {
		width: 49%;
	}
	.newsList > ul > li:nth-child(2n) {
		margin-right: 0;
	}
	.newsList .newsTTL {
		font-size: 0.85em;
	}
	.newsList .cat1 a,
	.newsList .cat2 a,
	.newsList .cat3 a,
	.newsList .cat6 a {
		font-size: 0.55em;
	}
	.newsList .cat1 a p,
	.newsList .cat2 a p,
	.newsList .cat3 a p,
	.newsList .cat6 a p {
		padding: 3px 5px;
	}

	.merit-title {
		font-size: 1.12em;
	}

	.jciInfo > ul > li:nth-child(1) {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		order: 2;
	}
	.jciInfo > ul > li:nth-child(2) {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
		order: 1;
	}
	.topInfo > ul > li:nth-child(1) {
		width: 110px;
	}
	.topInfo > ul > li .txt1 {
		font-size: 0.75em;
	}
	.topInfo > ul > li .hitokoto {
		margin-top: 10px;
	}
	
	.snsLink ul li a {
		padding: 15px 10px 15px 52px;
		background-size: 32px auto;
		font-size: 0.88em;
	}
	
	.googlecal {
		padding-bottom: 75%;
	}

	.bannerArea ul li {
		width: 32%;
		max-width: 185px;
		margin-right: 2%;
		text-align: center;
	}
	.bannerArea ul li:nth-child(5n) {
		margin-right: 2%;
	}
	.bannerArea ul li:nth-child(4n) {
		margin-right: 2%;
	}
	.bannerArea ul li:nth-child(3n) {
		margin-right: 0;
	}

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	/*.newsList > ul > li {
		width: 49%;
	}
	.newsList > ul > li:nth-child(4n) {
		margin-right: 0;
	}
	.newsList > ul > li:nth-child(3n) {
		margin-right: 2%;
	}
	.newsList > ul > li:nth-child(2n) {
		margin-right: 0;
	}*/
	.merit {
		padding-bottom: 0px;
	}

	.googlecal {
		padding-bottom: 100%;
	}

	.bannerArea ul {
		justify-content: center;
	}
	.bannerArea ul li {
		width: 49%;
		margin-right: 2%;
	}
	.bannerArea ul li:nth-child(5n) {
		margin-right: 2%;
	}
	.bannerArea ul li:nth-child(4n) {
		margin-right: 0;
	}
	.bannerArea ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.bannerArea ul li:nth-child(2n) {
		margin-right: 0;
	}

}
