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

html{
	-webkit-text-size-adjust: 100%;
}

/* =========================================================
  body
========================================================= */
body  {
	background-image: url(../img/bg.jpg);
	color:#2b2b2b;
	font-size:14px;	
	font-family:'Open Sans';
	line-height: 1.5em;
}

/* for IE10 & 11 ※フッターを画面下部に固定する為 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  	body {
		display: flex;
  		flex-direction: column;
	}
}

/* スマホ幅時　*/
@media screen and ( max-width:479px ){
	body {
		background-image: none;
	}
}

/* タブレットなど　*/
@media screen and ( min-width:480px ) and ( max-width:1100px ){
	body {
		background-image: none;
	}
}

/* =========================================================
  wrap
========================================================= */
#wrap {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
	position:relative;
	z-index:1;
	
	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
}

/* スマホ幅時　*/
@media screen and ( max-width:479px ){
	#wrap {
		width: 100%;
	}
}

/* タブレットなど　*/
@media screen and ( min-width:480px ) and ( max-width:1100px ){
	#wrap {
		width: 100%;
	}
}

/* =========================================================
  header
========================================================= */
header{
	text-align: center;
	border-top: solid 10px #c9171e;
	border-bottom: solid 10px #c9171e;
	margin-bottom: 10px;
}

h1{
	color: #ffea00;
	font-size: 46px;
	line-height: 1.3em;
	font-weight: bold;
	text-shadow: 2px 2px 2px #a58f86;
}

#formal_name{
	color:#595857;
	font-size: 16px;
}

h2{
	color:#c9171e;
	font-size: 22px;
	padding:14px 0px 7px 0px;
}

/* スマホ幅時　*/
@media screen and ( max-width:479px ){
	header{
		border-top: solid 5px #c9171e;
		border-bottom: solid 5px #c9171e;
		margin-bottom: 5px;
	}
	
	h1{
		font-size: 24px;
	}
	
	#formal_name{
		display: none;
	}
	
	h2{
		font-size: 12px;
		padding:0px;
	}
}

/* タブレットなど　*/
@media screen and ( min-width:480px ) and ( max-width:1100px ){
	header{
		border-top: solid 5px #c9171e;
		border-bottom: solid 5px #c9171e;
		margin-bottom: 5px;
	}
	
	h1{
		font-size: 24px;
	}
	
	#formal_name{
		font-size: 14px;
	}
	
	h2{
		font-size: 12px;
		padding:0px;
	}

}

/* =========================================================
  navi
========================================================= */
nav{
	font-size:0;
	margin-bottom: 10px;
}

nav ul li{
	display: inline-block;
	width:10.5%;
	height:40px;
	line-height: 40px;
	text-align: center;
	box-sizing:border-box; 
	border-right: solid 1px #595857;
	border-bottom: solid 2px #ffffff;
}

.long{
	width:16%;
}

nav ul li:last-child{
	border-right: solid 1px #ffffff;
}

nav li a {
	display: block;
	color: #1e50a2;
	font-size:14px;
	text-decoration: none;
	padding: 0px 3px;
}

nav li:hover {
	border-bottom: solid 2px #1e50a2;
}

nav li a.selected{
	color:#ffffff;
	background-color: #1e50a2;
}

/* スマホ幅時　*/
@media screen and ( max-width:479px ){
	nav{
		padding-left: 3px;
	}
	nav ul li{
		width:33%;
		height:30px;
		line-height: 30px;
		border-right: solid 1px #ffffff;
		margin-bottom: 1px;
	}
	
	.long{
		width:33%;
	}
	
	nav li a {
		font-size:10px;
		background-color: #eaedf7;
	}

	nav li:hover {
		border-right: solid 1px #ffffff;
	}
	
}

/* タブレットなど　*/
@media screen and ( min-width:480px ) and ( max-width:1100px ){
	nav{
		padding-left: 3px;
	}
	nav ul li{
		width:20%;
		height:30px;
		line-height: 30px;
		border-right: solid 1px #ffffff;
		margin-bottom: 1px;
	}
	
	.long{
		width:40%;
	}
	
	nav li a {
		font-size:10px;
		background-color: #eaedf7;
	}

	nav li:hover {
		border-right: solid 1px #ffffff;
	}
	
}

/* =========================================================
  info
========================================================= */
#info{
	text-align:center;
	margin-top: 7px;
}

#info li{
	display: inline-block;
	background-color:#ffea00;
	padding:2px 8px;
	border:double 1px;
	margin:0px 2px;
}

.title{
	font-weight: bold;
}

/* スマホ幅時　*/
@media screen and ( max-width:479px ){
	#info{
		font-size: 12px;
	}
	
	#info li{
		background-color:#ffffff;
		border:none;
		padding:0px;
		margin:0px;
	}
}

/* タブレットなど　*/
@media screen and ( min-width:480px ) and ( max-width:1100px ){
	#info{
		font-size: 16px;
	}
	
	#info li{
		background-color:#ffffff;
		border:none;
		padding:0px;
		margin:5px 10px;
	}
}

/* =========================================================
  main
========================================================= */
#main{
	margin-top: 30px;
	padding: 0px 20px;
}

h3{
	color:#c9171e;
	font-size: 24px;
	margin-bottom: 20px;
}

.left{
	width:25%;
	float: left;
}

.right{
	width:75%;
	float: left;
}

#pic{
	width:200px;
	height:250px;
	background-color: #C4C4C4;
	margin:0px 0px 10px 0px ;
}

/* スマホ幅時　*/
@media screen and ( max-width:479px ){
	h3{
		font-size: 16px;
		text-align: center;
	}
	
	.left{
		width:100%;
		float: clear;
	}

	.left p{
		text-align: center;
	}
	
	.right{
		width:100%;
		float: clear;
	}
	
	.right p{
		padding-top: 2em;
		text-align: center;
	}
	
	#pic{
		margin-left: auto;
		margin-right: auto;
	}
}

/* タブレットなど　*/
@media screen and ( min-width:480px ) and ( max-width:1100px ){
	.left{
		width:35%;
		float: left;
	}

	.right{
		width:65%;
		float: left;
	}
	
	.right p{
		padding-left: 2em;
	}
}

/* =========================================================
  clearFix
========================================================= */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/* =========================================================
  footer
========================================================= */
footer{
	width: 100%;
	height: 30px;
	font-size:12px;
	text-align:center;
	padding-top: 100px;
	margin-top: auto;
}

/* スマホ幅時　*/
@media screen and ( max-width:479px ){
	footer{
		font-size:8px;
		height:auto;
	}
}

/* =========================================================
  Venue
========================================================= */
#access{
	margin-top: 10px;
}

/* =========================================================
  About Chiba
========================================================= */
.chiba{
	padding-bottom: 10px;
}

#movie_area{
	margin-top: 30px;
	width:60%;
}

/* スマホ幅時　*/
@media screen and ( max-width:479px ){
	#movie_area{
		width:80%;
		margin-left: auto;
		margin-right: auto;
	}
}