@import url("global.css");

#pagettl {
	background-image: url(../lease/img/main.jpg);
}
#contents .maparea {
	border: #eee 7px solid;
	padding: 1px;
	margin: 20px auto 40px;
}
#contents .maparea .mapbox {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#contents .maparea .mapbox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mappoint {
	width: 100%;
	height: 400px;
}
#mappoint div {
	line-height: 1.5;
}
#mappoint div a img {
	padding-bottom: 6px;
}
#contents ul.list {
	margin: 0 -20px;
}
#contents ul.list li {
	float: left;
	margin: 0 20px 40px;
}
#contents ul.list li a {
	display: block;
	width: 500px;
	height: 230px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
#contents ul.list li a:hover {
	background-color: #F5FDFE;
	border-color: #046097;
}
#contents ul.list li a h2 {
	height: 50px;
	line-height: 50px;
	padding: 0 40px 0 20px;
	background-color: #046097;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
#contents ul.list li a h2::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -4px;
	top: 50%;
	right: 15px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
#contents ul.list li a:hover h2::after {
	right: 12px;
}
#contents ul.list li a .cat {
	text-align: center;
	color: #046097;
	font-size: 15px;
	font-weight: 600;
	line-height: 39px;
	height: 39px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
#contents ul.list li a .box {
	border-top: 1px solid #EEE;
	height: 140px;
}
#contents ul.list li a .box figure {
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
	overflow: hidden;
}
#contents ul.list li a .box dl {
	margin-left: 140px;
	width: auto;
	height: 140px;
}
#contents ul.list li a .box dl dt,
#contents ul.list li a .box dl dd {
	border-bottom: 1px solid #EEE;
	padding: 0 25px;
	height: 70px;
	line-height: 68px;
	font-size: 15px;
	letter-spacing: 1px;
}
#contents ul.list li a .box dl dt:last-of-type,
#contents ul.list li a .box dl dd:last-of-type {
	border-bottom: none;
}
#contents ul.list li a .box dl dt {
	float: left;
	width: 70px;
	color: #666;
}
#contents ul.list li a .box dl dd {
	font-size: 16px;
	font-weight: 600;
}

/* -------------------------------------
 entry
------------------------------------- */
.entry #entrycont .cat {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #046097;
	color: #fff;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
.entry #contents .bodyarea {
	margin: 20px 20px 40px;
}
.entry #contents .bodyarea p {
	margin: 10px 0;
}
.entry #contents .maincont {
	margin-top: 30px;
}

/* ---------- photo ---------- */
.pharea {
	float: left;
	width: 400px;
}
.pharea .mainimg {
	margin-bottom: 10px;
}
.pharea .mainimg a,
.pharea ul.subimg li a {
	display: block;
	border: 1px solid #ddd;
	text-align: center;
}
.pharea .mainimg a {
	height: 300px;
	overflow: hidden;
}
.pharea .mainimg a:hover,
.pharea ul.subimg li a:hover {
	border-color: #046097;
}
.pharea .mainimg a img,
.pharea ul.subimg li a img {
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.pharea .mainimg a:hover img,
.pharea ul.subimg li a:hover img {
	opacity: 0.7;
}
.pharea ul.subimg {
	margin-left: -8px;
	overflow: hidden;
}
.pharea ul.subimg li {
	width: 94px;
	float: left;
	margin-left: 8px;
}

/* ---------- Data ---------- */

table.data {
	width: 580px;
	float: right;
	border: #ddd 1px solid;
	border-collapse: collapse;
	margin-bottom: 50px;
}
table.data.wide {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
table.data tr {
	border-bottom: #ccc 1px solid;
}
table.data th {
	width: 120px;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	border: #ddd 1px solid;
	background-color: #F8F8F8;
	white-space: nowrap;
}
table.data td {
	padding: 10px;
	border: #ddd 1px solid;
}


/* ---------- Banner-Inquiry ---------- */
.entry #contents .btn {
	float: left;
	width: 400px;
	margin: 10px 0 0;
}
.entry #contents .btn.wide {
	float: none;
	width: auto;
}
.entry #contents .btn li {
	margin-top: 10px;
}
.entry #contents .btn li a,
.entry #contents .btn li #contact_btn {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	border-width: 2px;
	border-style: solid;
	text-align: left;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	text-decoration: none;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 40px;
	padding-left: 75px;
	border-color: #E0E0E0;
}
.entry #contents .btn li a {
	position: relative;
	background-image: url(../event/img/icon_pdf.png);
}
.entry #contents .btn li #contact_btn {
	border-color: #D66614;
	background-image: url(../event/img/icon_mail.png);
	cursor: pointer;
	background-color: #EE9A28;
	color: #FFF;
	letter-spacing: 1px;
}
.entry #contents .btn li a:hover,
.entry #contents .btn li #contact_btn:hover {
	padding-left: 85px;
	background-color: #E0E0E0;
}
.entry #contents .btn li #contact_btn:hover {
	background-color: #D66614;
}
.entry #contents .btn li .contact_btn {
	position: relative;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
}
.entry #contents .btn li a::after,
.entry #contents .btn li .contact_btn::after {
	content: "";
	border-bottom: solid 3px #111;
	border-right: solid 3px #111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	right: 15px;
	transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
}
.entry #contents .btn li .contact_btn::after {
	border-color: #FFF;
}

/* ---------- Map ---------- */

.accessmap {
	clear: both;
	background-color: #F6F6F6;
	padding: 20px;
}
.accessmap .mapinner {
	height: 0;
	width: 100%;
	padding-top: 50%;
	position: relative;
}
.accessmap .mapinner iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}



/* ------------------------------------------------------------------------------------------------------------------------
/* 959px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){
#contents .maparea {
	margin: 30px auto 40px;
}
#contents ul.list {
	margin: 0;
}
#contents ul.list li {
	float: none;
	margin: 0 0 30px;
}
#contents ul.list li a {
	width: auto;
}

/* -------------------------------------
 entry
------------------------------------- */

/* ---------- photo ---------- */
.pharea {
	float: none;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 30px;
}
.pharea .mainimg {
	text-align: center;
	margin-bottom: 20px;
}
.pharea .mainimg a {
	display: inline-block;
	height: auto;
	max-height: 300px;
}
.pharea ul.subimg {
	width: auto;
	margin: 0 -10px;
	overflow: hidden;
}
.pharea ul.subimg li {
	width: 25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
}
#cboxCurrent {
	display: none !important;
}
/* ---------- Data ---------- */

table.data {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
/* ---------- Banner-Inquiry ---------- */
.entry #contents .btn {
	float: none;
	width: 100%;
	margin: 0 0 40px;
}
.entry #contents .btn li {
	margin: 0 0 10px;
}
}

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

.maparea {
	display: none;
}

#contents ul.list {
	margin: 15px 0 0;
}
#contents ul.list li {
	margin: 0 0 20px;
}
#contents ul.list li a {
	height: auto;
}
#contents ul.list li a h2 {
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 10px;
}
#contents ul.list li a h2::after {
	width: 6px;
	height: 6px;
	border-bottom: solid 2px #FFF;
	border-right: solid 2px #FFF;
	margin-top: -3px;
	right: 10px;
}
#contents ul.list li a .cat {
	font-size: 15px;
	line-height: 39px;
	height: 39px;
}
#contents ul.list li a .box {
	border-top: none;
	height: auto;
}
#contents ul.list li a .box figure {
	width: 80px;
	height: 80px;
}
#contents ul.list li a .box dl {
	margin-left: 0;
	width: auto;
	height: auto;
}
#contents ul.list li a .box dl dt,
#contents ul.list li a .box dl dd {
	padding: 0 15px;
	height: 40px;
	line-height: 38px;
	font-size: 13px;
	border-bottom-style: dotted;
}
#contents ul.list li a .box dl dt {
	width: 60px;
}
#contents ul.list li a .box dl dd {
	font-size: 14px;
}

/* -------------------------------------
 entry
------------------------------------- */
.entry #entrycont .cat {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.entry #contents .bodyarea {
	margin: 15px 5px 25px;
}
.entry #contents .bodyarea p {
	margin: 5px 0;
}
.entry #contents .maincont {
	margin-top: 20px;
}

/* ---------- photo ---------- */
.pharea {
	padding: 0;
	margin-bottom: 20px;
}
.pharea .mainimg {
	margin-bottom: 10px;
}
.pharea .mainimg a {
	max-height: 240px;
}
.pharea ul.subimg {
	margin: 0 -5px;
}
.pharea ul.subimg li {
	padding: 0 5px;
}

/* ---------- Data ---------- */
table.data {
	margin-bottom: 20px;
}
table.data th,
table.data td {
	font-size: 13px;
}
table.data th {
	width: auto;
}
/* ---------- Banner-Inquiry ---------- */
.entry #contents .btn {
	margin: 0 0 30px;
}
.entry #contents .btn li a,
.entry #contents .btn li #contact_btn {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background-size: auto 32px;
	padding-left: 55px;
}
.entry #contents .btn li a:hover,
.entry #contents .btn li #contact_btn:hover {
	padding-left: 55px;
}
.entry #contents .btn li a::after,
.entry #contents .btn li .contact_btn::after {
	width: 6px;
	height: 6px;
	margin-top: -3px;
	right: 15px;
}

/* ---------- Map ---------- */

.accessmap {
	padding: 10px;
}
.accessmap .mapinner {
	padding-top: 70%;
}

}










