@charset "UTF-8";


#page_title{
	width:100%;
	height:400px;
	margin: 0 0 120px 0;
	background-size: cover;
}
.about #page_title,
.building #page_title{background:url(../img/second/about.jpg) no-repeat center center;}
.second #page_title{background:url(../img/second/main.jpg) no-repeat center 0;}
.search #page_title{background:url(../img/second/search.jpg) no-repeat center center;}
.reform #page_title{background:url(../img/second/reform.jpg) no-repeat center center;}
.unoccupied #page_title{background:url(../img/second/unoccupied.jpg) no-repeat center center;}
.old_house #page_title{background:url(../img/second/old_house.jpg) no-repeat center center;}
.form #page_title{background:url(../img/form/page_title.jpg) no-repeat center center;}

#page_title #main{
	height: 400px;
		display: flex;
	align-items: center;
	justify-content: center;
}
#page_title #main h2{
	text-align:center;
	font-size:45px;
	height: 45px;
	font-weight:700;
	color:#fff;
	text-shadow: 1px 1px 12px #111, -3px -3px 12px #111, -3px 3px 12px #111, 3px -3px 12px #111; /* 横に5px 縦に5px ぼかし7px 4つ重ねて濃く */
}

h3{
	font-size: 30px;
	color:#000;
	text-align: left;
	margin-bottom: 30px;
	font-weight:700;
	border-left:10px solid #00bda4;
	padding: 2px 10px;
	line-height: 1;
}
h3 span{
font-size:12px;
color:#00bda4;
margin-left:12px;
font-family:Futura, Verdana, Geneva, "Arial Black", Gadget, sans-serif;
font-weight:normal;
letter-spacing:0.02em;
}
h4{
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 20px;
}
h4 img{
	margin-bottom: 20px;
}
.building h4{
	font-weight: 700;
}
h4.ver2{
	font-size:19px;
	position: relative;
	color:#00bda4;
	font-weight:400;
	margin-bottom:10px;
	text-align: left;
}
h4.ver2:before {
	width: 100%;
	border-top: 1px solid #00bda4;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
}
h4.ver2 span {
	background-color: #fff;
	display: inline-block;
	padding-right: 12px;
	position: relative
}
.btn{
	width:235px;
	float:left;
	display: inline;
	margin-right:20px;
}
.btn:nth-child(4){
	margin-right:0;
}
.btn img{
	width: 100%;
}


table.outline{
	width:100%;
	text-align:left;
	font-size:100%;
}
table.outline th{
	width:10%;
	padding:5px 15px 5px 15px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-weight:bold;
	vertical-align:top;
	white-space:nowrap;
	background-color:#fcfcfc;
	color:#000;
}
table.outline th.days{
	background-color:#00bda4;
	color:#fff;
}
table.outline td{
	vertical-align:top;
	padding:5px 0px 5px 15px;
	border-bottom:1px solid #fff;
	font-weight:normal;
}


/* menu01
--------------------------------------------------------------------------------------*/
#mangaBox{
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 5% 0%;
	background: url("../img/common/bgManga.jpg");
	background-size:100% auto;
	background-position: center center;
	text-align: center;
}
.dummy_img img{
	width: 100%;
	height: auto;
}

.archivesList{
	display:inline;
}
.archivesList li{
width: 220px;
margin: 0 30px 40px 0;
min-height:auto;

float:left;
display:inline;
padding:0;
text-align:center;
font-weight:bold;

}
.archivesList li .hName {
    height: 20px;
}

.archivesList li:nth-of-type(4n) { margin-right:0px;}
.archivesList li img{
	padding-bottom:10px;
    width:100%;
    height:auto;
}

.second{
	clear: both;
	padding-top: 30px !important;
}

#manga{
	width:960px;
	height: 1060px;
	background-color: #fff;
	margin: 10px auto;
}
#manga.slider-pro{
	width:960px !important;
	height: 1060px;
}

.form table{
	width: 100%;
	text-align:left;
	border-collapse:collapse;
	line-height: 2;
}

.form th{
	width:5%;
padding: 12px 20px;
	border-right: 1px dotted #231815;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	font-weight: 400;
}
.form td{
width:auto;
padding: 12px 20px;
text-align:left;
	vertical-align:middle;
}

.form .bt{
text-align:center;
	display: block;
	margin:2% auto;
}

/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {

}




/* ここからスマホ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 481px) {
	


/* 
	
-------------------------------------------------------------------------------------- */
#page_title{
	max-width:inherit;
	width:90%;
	margin: 0 0 10% 0;
	padding:20% 5%;
	height:inherit;
}
#page_title h2{font-size:1.6em;}
#page_title span{ font-size:0.8rem;}
.about #page_title,
.building #page_title{background:url(../img/second/aboutS.jpg) no-repeat center center; background-size: cover;}

.second #page_title{background:url(../img/second/main.jpg) no-repeat center 0;}
.search #page_title{background:url(../img/second/searchS.jpg) no-repeat center center;}
.reform #page_title{background:url(../img/second/reformS.jpg) no-repeat center center;}
.unoccupied #page_title{background:url(../img/second/unoccupiedS.jpg) no-repeat center center;}
.old_house #page_title{background:url(../img/second/old_houseS.jpg) no-repeat center center;}
.form #page_title{background:url(../img/form/page_titleS.jpg) no-repeat center center;}
	
#page_title #main{
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
}
#page_title #main h2{
	text-align:center;
	font-size:1.6em;
	height:auto;
}
	

h3{
	font-size: 1.4em;
	margin-bottom: 1em;
	border-left:10px solid #00bda4;
	padding: 2px 0 2px 10px;
	line-height: 1;
}
h3 span{
font-size:12px;
color:#00bda4;
margin-left:12px;
font-family:Futura, Verdana, Geneva, "Arial Black", Gadget, sans-serif;
font-weight:normal;
letter-spacing:0.02em;
}

/*about*/	
.about{}
.about #menu01 p{
	margin-bottom: 5%;
}
	
.about .box{
	margin-bottom: 10%;
}
	
.about #menu03 .width1080.border,
.about #menu03 .box2nd{
	padding-top: 5%;
}
.about #menu03 .width1080.border .fL.width50{
	width: 65%;
	float: left;
}
.about #menu03 .width1080.border .fR.width50{
	width: 30%;
	float: right;
}
.about #menu03 .width1080.border .fR.width50 img{width: 100%; height: auto;}
	
	

/*building*/

.building h4{
	font-weight: 700;
}
	
.building h4 img{
	height: auto;
	width: 40%;
	margin:0 30% 20px 30%;
}
	
.building .btn{
	width:49%;
	float:left;
	display: inline;
	margin-right:1%;
	margin-left:0;
	margin-bottom: 1%;
}
.building .btn:nth-child(2),
.building .btn:nth-child(4){
	margin-right:0;
	margin-left:1%;
	margin-bottom: 1%;
}
.building .btn img{
	width: 100%;
}

/*.search*/
.search{}

.search #menu01 .fL,
.search #menu01 .fR{
	float: none;
	margin: 0 0 10% 0;
	}
.search #menu01 .fL.width45{
	width: 100%;
	float: none;
}
.search #menu01 .fR.width50{
	width: 100%;
	float: none;
}
.search .btnC img{ padding:0 0;}
	

/*.reform*/
.reform{}

.reform .fL,
.reform .fR{
	float: none;
	margin: 0 0 10% 0;
	}
.reform .fL.width45{
	width: 100%;
	float: none;
}
.reform .fR.width50{
	width: 100%;
	float: none;
}
	
	

/*.*/
.unoccupied{}

.unoccupied .fL,
.unoccupied .fR{
	float: none;
	margin: 0 0 10% 0;
	}
.unoccupied .fL.width45{
	width: 100%;
	float: none;
}
.unoccupied .fR.width50{
	width: 100%;
	float: none;
}
	
	
	

/*.old_house*/
.old_house{}

.old_house .fL,
.old_house .fR{
	float: none;
	margin: 0 0 10% 0;
	}
.old_house .fL.width45{
	width: 100%;
	float: none;
}
.old_house .fR.width50{
	width: 100%;
	float: none;
}

	
	
	

/*.form*/
.form table{
	width: 100%;
	text-align:left;
	border-collapse:collapse;
}

.form th{
	width: auto !important;
	display: block;
	padding:0 0;
	text-align:left;
	font-weight: 700;
	margin:0 0 2% 0;
	font-size:110%;
	word-break: break-all !important;
	white-space: normal !important;
	border-right: none !important;
}

.form td{
	width: auto;
	display: block; 
	padding:1% 0 10% 0;
	border-top: none;
	border-bottom: none;
text-align:left;
	font-weight: 400;
}

	

}