@charset "utf-8";
.container-fluid {
	max-width: 1200px;
}
li {
	list-style-type: none;
}
/*ヘッドタイトル*/
.row.header-contents .col-sm-12 {
	padding-right: 0px;
	padding-left: 0px;
}
.headtitle-image {
	height: 40px;
	margin-left: 10px;
	margin-right: 5px;
	clear: both;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
.headtitle-text {
	font-weight: 300;
	width: 240px;
	float: left;
	margin-left: 10px;
}
.headtitle-text h1 {
	font-size: 24px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}
.headtitle-text p {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 16px;
}
/* ギャラリートップ */
.row.gallery .col-sm-4 {
	margin-bottom: 25px;
	margin-top: 10px;
	min-height: 210px;
}
/* ギャラリー共通 */
.row.gallery .gaiyou .img-responsive {
	margin-left: auto;
	margin-right: auto;
}
.row.gallery .gaiyou a h2 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
}
/* ギャラリー */
.row.gallery .col-sm-12.col-md-6 {
	margin-bottom: 30px;
	margin-top: 10px;
}
.gallery-midashi .sub-midashi {
	float: left;
}
.gallery-midashi .english {
	font-size: 16px;
}
.gallery-midashi .to-gallery-top {
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
}
.gallery-midashi .to-gallery-top li:nth-child(1)  {
	margin-bottom: 2px;


}
.gallery-midashi .to-gallery-top:hover {
	text-decoration: none;
	color: #000000;
}

.row.gallery {
	clear: both;
}
/* 近日公開 */
.soon   {
	position: absolute;
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	/* [disabled]opacity: 0.7; */
	left: 26%;
	top: 25%;
}



@media (min-width: 768px) and (max-width: 991px) {
.nav.nav-menu {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.sub-midashi {
	margin-left: auto;
	margin-right: auto;
}
.nav.nav-menu li {
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-bottom: 5px;
}
}

@media (max-width: 550px) {
.row.gallery .col-xs-6 {
	min-width: 100%;
	margin-bottom: 5px;
}
.gallery-contents {
	padding-right: 0px;
}
.soon {
	left: 32%;
	/* [disabled]opacity: 0.7; */
}

}
.toumei {
	opacity: 0.7;
}
