@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/


body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 60px;
}


/*ヘッダー*/

.navbar {
	width: 100%;
	padding: 0.5rem 1.5rem;
}



/*jumbotron*/

.jumbotron {
	margin-bottom: 0.5rem;
	padding: 4rem 0;
}

.jumbotron h1 {
	font-size: 25px;
	text-align: center;
	text-shadow:2px 2px 3px #0d0d0c;
}

.jumbotron p {
	font-size: 14px;
	text-align: center;
	text-shadow:2px 2px 3px #0d0d0c;
}


/*メイン*/

.breadcrumb {
	font-size: 10px;
	margin-bottom: 0;
	background-color: #fff;
}

main h1 {
	background-color: #0056a8;
	border-radius: 5px;
	color:#fff;
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}


main h2 {
	border-bottom: 4px solid #0056a8;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;

}

main section {
		margin-bottom: 1.5rem;
}

main p {
	font-size: 14px;
	line-height: 1.7;
}



/*サイド*/
aside,
article {
	display: block;
}

aside article {
	margin-bottom: 2rem;
}

aside h2 {
	border-bottom: 4px solid #0056a8;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
}

aside {
	margin-bottom: 15px;
}

.movie a {
	display: block;
	height: 100%;
	width: 100%;
}

.movie a:hover {
	opacity: 0.8;
}

.movie a img {
	width: 100%;
	height: auto;
}

.movie_thumb {
	margin-bottom: 1rem;
}

.movie_thumb h3 {
	font-size: 18px;
	text-align: center;
}

.media > a {
	display: block;
	width: 35%;
}

.media a:hover {
	opacity: 0.8;
}

.media img {
	width: 100%;
	height: auto;
}
.media-body a {
	color: #333;
}

.media-body p{
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}


.ex_link div {
	margin-bottom: 10px;
}
.ex_link a {
	display: block;
	/*background-color: #D0D0D0;*/
	background-color: #F1F1F1;
	border: 1px solid #ddd;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 15px 5px;
}

.ex_link a:hover,
.ex_link a:active {
	/*background-color: #ddd;*/
	/*background-color: #9DC9FD;*/
	background-color: #fff;
}




/*フッター*/

footer {
	color: #efefef;
	z-index: 1;
}
footer a {
  color: #efefef;
}

footer .company {
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 50px;
	width: 100%;
}

footer .location {
	font-size: 14px;
}

footer .location,
footer .telfax {
	padding-left: 20px;
}

/*フッターナビ*/
footer ul {
	padding-left: 0;
}

footer li {
	list-style-type: none;
}

footer li a {
	color: #ccc;
}

footer li a:hover {
	color: #fff;
}


footer .submenu {
	padding-left: 0.8em;
}

/*フッターGoogleMap*/

footer .modal-dialog {
	margin-top: 80px;
}

footer .map {
	background-color: #fff;
	border: 1px solid #B0AFAF;
	padding:5px;
	width: 70%;
	margin: 0 auto 20px;
}

footer .map a {
	border: none;
}

footer .map a:hover {
	opacity: 0.8;
}

footer .map img {
	height: auto;
	width: 100%;
}

footer .modal iframe {
	width: 100%;
	height: auto;
}

footer h4 {
	color: #333;
	font-size: 1.2rem;
}


/* copyright */
.copyright {
  background: #000;
  padding: 5px;
  color: #CCC;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}


/*ページトップへ戻るボタン*/
#pageTopBtn {
	bottom: 30px;
	right: 20px;
	position: fixed;
	z-index:100;
}


#pageTopBtn a {
	background-color: #0056a8;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	text-decoration: none;
	width: 100%;
}

#pageTopBtn a:hover {
	opacity: 0.8;
}






/*--------------------------------------------*/
/*スマホ横/タブレット（576px～）*/
/*--------------------------------------------*/

@media only screen and (min-width: 576px) {

	body {
		/*padding-top: 60px;*/
	}


 	/*メイン*/

	main section {
		margin-bottom: 2rem;
	}

	/*サイド*/

	.movie_thumb h3 {
		font-size: 18px;
		text-align: left;
	}
	



}








/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 768px) {

	/*ヘッダー*/


	/*jumbotron*/
	.jumbotron h1 {
		font-size: 40px;
	}

	.jumbotron p {
		font-size: 16px;
	}


 	/*メイン*/

	.breadcrumb {
		font-size: 12px;
		/*margin-bottom: 10px;*/
	}

	main h1 {
		margin-bottom: 30px;
	}


	/*サイド*/

	.movie_thumb {
		margin-bottom: 1rem;
		text-align: left;
	}

	.movie_thumb h3 {
		font-size: 20px;
	}

	.media-body p {
		font-size: 16px;
	}

	/*フッター*/
	footer .company {
		padding-left: 0;
	}

	footer .location {
		font-size: 12px;
	}

	footer .location,
	footer .telfax {
		padding-left: 0;
	}

	footer li {
		font-size: 12px;
		line-height: 2;
	}

	/*フッターGoogleMap*/
	footer .map {
		width: 100%;
	}


	footer iframe {
		height: 400px;
		width: 600px;
	}

	#pageTopBtn {
		bottom: 50px;
		right: 40px;
	}


	#pageTopBtn a {
		font-size: 18px;
		padding: 5px 10px;
	}



}

/*--------------------------------------------*/
/*スマホ/スマホ横/タブレット横/PC/(769px～)*/
/*--------------------------------------------*/


@media only screen and (min-width: 769px) {

	body {
		padding-top: 0;
	}
}


/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media only screen and (min-width: 992px) {

	body {
		padding-top: 0;
	}
	
	/*ヘッダーナビ*/
	header .title {
		padding: 5px 20px;
	}

	header span {
		vertical-align: bottom;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 2rem;
		padding-right: 2rem;
	}


	/*ナビアニメーション*/
	/* transition */
	.navDrawr {
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		z-index: 999999;
	}


	/* Fixed */
	.navDrawr.fixed {
		margin-top: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999999;
	}
	


	/*jumbotron*/
	.jumbotron {
		padding: 6rem 2rem;
	}


	/*メイン*/
	.breadcrumb {
		margin-bottom: 15px;
	}



	/*サイド*/
	.movie_thumb h3 {
		font-size: 16px;
	}

	.media-body p {
		font-size: 12px;
	}


	/*フッター*/

	footer .location {
		font-size: 16px;
	}

	footer li {
		font-size: 14px;
		line-height: 1.9;
	}

	footer .contact{
		width: 60%;
	}

	#pageTopBtn {
		bottom: 50px;
		right: 80px;
	}


	#pageTopBtn a {
		font-size: 20px;
		padding: 10px 15px;
	}
	
	/* copyright */
	.copyright {
		padding: 15px;
		font-size: 15px;
	}


}



/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 1200px) {

	
	/*jumbotron*/
	.jumbotron {
		padding: 8rem 2rem;
	}


	/*サイド*/
	.media-body p {
		font-size: 12px;
		line-height: 1.5;
	}

}
