<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#topImage .inner {
    padding: 0px;
    height: 200px;
    width: 1080px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../images/main.png);
}
#topImage .inner h1 {
    text-align: left;
    font-size: 36px;
    font-weight: normal;
    line-height: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #fff;
	letter-spacing: 0.1em;
}

#contents .contents_inner #cnt_01{
	clear:both;
	width:1080px;
	margin:0 auto 65px;
}
#cnt_01 .detail{
	margin:100px 0 40px;
}



#cnt_01 .gallery{
	width:640px;
	margin:0 auto;
	margin-bottom: 20px;
}


.gallery .control .prev, .gallery .control .next {
	position: absolute;
	top: 50%;
	z-index: 1000;
}
.gallery .control .prev span, .gallery .control .next span {
	display: block;
	overflow: hidden;
	background: url('../images/sprite.png') no-repeat;
	line-height: 1;
	text-indent: 100%;
	text-align: left;
	white-space: nowrap;
}
.gallery .control .prev {
	left: 0;
	margin-top: -71.5px;
}
.gallery .control .prev span {
	width: 35px;
	height: 71px;
	background-position: 0 -71px;
}
.gallery .control .next {
	right: 0;
	margin-top: -71.5px;
}
.gallery .control .next span {
	width: 35px;
	height: 71px;
	background-position: 0 0;
}
.gallery .slideshow-container {
	overflow: hidden;
	position: relative;
	height: 550px;
	margin-bottom: 10px;
	line-height: 0;
	text-align: center;
}
.gallery .loading {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 100%;
	margin-top: -7px;
}
.gallery .slideshow .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.gallery .slideshow a, .gallery .slideshow span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.gallery .box_thumb {
	overflow:hidden;
	margin-bottom: 100px;
}
.gallery .box_thumb ul {
	margin-right: -16px;
}
.gallery .box_thumb ul li {
	overflow: hidden;
	float: left;
	width: 148px;
	height: 111px;
	margin: 0 16px 16px 0;
}
.gallery .box_thumb ul li a {
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.gallery .box_thumb ul li a:hover {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.gallery .box_thumb ul li.selected a {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}

.single_works_btn {
	margin-top: 40px;
	text-align: center;
}
.caption-container{
	position: relative;
	top: 505px;
}
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 640px) {
#topImage .inner {
    padding: 0px;
    height: 200px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(/images/main_sp.jpg);
	background-size: cover;
	background-position-x: right;
}
#topImage .inner h1 {
    font-size: 34px;
    margin-left: 40px;
	letter-spacing: 0em;
}
#contents .contents_inner #cnt_01{
	clear:both;
	width:100%;
	margin:0 auto 65px;
}
#cnt_01 .detail{
	margin:100px 0 40px;
}
#cnt_01 .gallery{
	width:100%;
	margin:0 auto;
	margin-bottom: 20px;
}
.gallery .control .prev, .gallery .control .next {
	position: absolute;
	top: 50%;
	z-index: 1000;
}
.gallery .control .prev span, .gallery .control .next span {
	display: block;
	overflow: hidden;
	background: url('../images/sprite.png') no-repeat;
	line-height: 1;
	text-indent: 100%;
	text-align: left;
	white-space: nowrap;
}
.gallery .control .prev {
	left: 0;
	margin-top: -71.5px;
}
.gallery .control .prev span {
	width: 35px;
	height: 71px;
	background-position: 0 -71px;
}
.gallery .control .next {
	right: 0;
	margin-top: -71.5px;
}
.gallery .control .next span {
	width: 35px;
	height: 71px;
	background-position: 0 0;
}
.gallery .slideshow-container {
	overflow: hidden;
	position: relative;
	height: 530px;
	margin-bottom: 10px;
	line-height: 0;
	text-align: center;
}
.gallery .loading {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 100%;
	margin-top: -7px;
}
.gallery .slideshow .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.gallery .slideshow .image-wrapper img{
	width: 640px;
	height: auto;
}
.gallery .slideshow a, .gallery .slideshow span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.gallery .box_thumb {
	overflow:hidden;
	margin-bottom: 20px;
}
.gallery .box_thumb ul {
	margin-right: -16px;
}
.gallery .box_thumb ul li {
	overflow: hidden;
	float: left;
	width: 30%;
	height: auto;
	margin: 0 16px 0px 0;
}
.gallery .box_thumb ul li a {
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.gallery .box_thumb ul li a:hover {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.gallery .box_thumb ul li.selected a {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}

.single_works_btn {
	margin-top: 40px;
	text-align: center;
}
.caption-container{
	position: relative;
	top: 500px;
}
}
@media screen and (min-width: 0px) and (max-width: 360px) {
#topImage .inner h1 {
    font-size: 30px;
    margin-left: 15px;
	text-shadow:0px 0px 10px #0069c2;
	color:#FFF;
}
.gallery .slideshow-container {
	height: 300px;
	margin-bottom: 10px;
}
.caption-container{
	position: relative;
	top: 285px;
}
.gallery .box_thumb ul li {
	overflow: hidden;
	float: left;
	width: 50%;
	height: 130px;
	margin: 0;
}
.gallery .slideshow .image-wrapper img{
	width: 360px;
	height: auto;
}
}</pre></body></html>