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


-------------------------------------------------------------------------------------------------------------------------------------------

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* ================================================================================ */
/*      body     */  
/* ================================================================================ */

html, body {
	background:#eeeeee;
	height: 100%;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
	vertical-align: bottom;
	width:100%;
}

a:hover img {
	opacity: 0.6;
}
.imgSP {
	display: none;
}
#container {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.box {
    margin: 5px;
    position: relative;
    overflow: hidden;
}
.boxA{
	background:#FFF;
	width:340px;
	height:360px;
}
.boxA.open{
	background:#FFF;
	width:692px;
	height:auto;
}
.boxB{
	background:#FFF;
	width:692px;
	height:360px;
	text-align:center;
}
.boxB h1{
	width:180px;
	margin:0 auto;
	padding:80px 0;
}

.mainImg{
	position:relative;
	height:180px;
	overflow:hidden;
	border-bottom: 1px solid #efefef;
}
.mainImg img{
	position: absolute;
	height:100%;
	min-width:100%;
}
.mainImg p{
	background: rgba(0,0,0,1);
	position: absolute;
	bottom:-9px;
	color:#FFF;
	line-height:1;
	font-size:40px;
	font-family: FB Benton Sans Book;
}
.open .mainImg.work{
	height:360px;
}
.open .mainImg img{
	height:auto;
}
.boxA .contArea{
	position:relative;
	padding:20px 15px 15px;
	height:180px;
	font-family: TBゴシック SL;
	font-size:14px;
}
.boxA.open .contArea{
	height:auto;
}
.contArea h2{
	margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.4;
}
.contArea p,.contArea ul,.contArea iframe{
	margin-bottom:30px;
}
.contArea .photo{
	margin-bottom:0;
}
.contArea li{
	margin-bottom:10px;
	text-indent:-1.2em;
	margin-left:1.2em;
}
.contArea .map{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.contArea .map iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.boxA .contArea .btn{
	background:url(../images/cover.png) left bottom no-repeat;
	width:100%;
	height:180px;
	position:absolute;
	left:0;
	bottom:0;
	text-align:right;
	cursor:pointer;
}

.boxA .contArea .btn img{
	width:31px;
	vertical-align:bottom;
}

.boxA.open .contArea .btn{
	background:url(../images/cover.png) right bottom no-repeat;
	width:100%;
	height:31px;
	position:absolute;
	left:0;
	bottom:0;
	text-align:right;
	cursor:pointer;
}

.boxA.open .contArea .btn img{
	width:31px;
	vertical-align:bottom;
}

.anotate{
	padding:0 20px 30px 20px;
	text-align:center;
	font-size:11px;
}

@media screen and (max-width: 700px) {
	
	.boxB{
		width:100% !important;
		padding:10px 0;
		height: inherit !important;
	}
	.boxB h1{
		width:50% !important;
	}

}

@media screen and (max-width: 400px) {
	.boxA{
		width:100% !important;
	}

	.open .mainImg.work {
		height: auto !important;
		min-height:180px;
	}
}