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



.container {
	margin-top: 0;
}
#crumb ol li {
	width:100%;
	padding:0.5em 1em;
	line-height:1.8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #242565), color-stop(0.43, #242a81), color-stop(0.00, #242e9b));
	background: -webkit-linear-gradient(top, #242e9b 0%, #242a81 43%, #242565 94%);
	background: -moz-linear-gradient(top, #242e9b 0%, #242a81 43%, #242565 94%);
	background: -o-linear-gradient(top, #242e9b 0%, #242a81 43%, #242565 94%);
	background: -ms-linear-gradient(top, #242e9b 0%, #242a81 43%, #242565 94%);
	background: linear-gradient(to bottom, #242e9b 0%, #242a81 43%, #242565 94%);
}
#crumb ol li a {
	display:block;
	color:#fff;
}
#crumb ol li.pc {
	display:none;
}
#crumb ol li a::before {
	content:"< ";
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#crumb ol li a::after {
	content:" 展示場イベントカレンダー";
}
h2.pagetitle {
	width: 100%;
	height:13vw;
	text-align:center;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 13vw;
	font-size: 4.8vw;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	background-color: #F9F9F9;
	border-top: 1px solid #d7d9e3;
	border-bottom: 1px solid #d7d9e3;
	padding: 5vw;
	margin: auto;
	margin-bottom: 5vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box1 h2 {
	font-size:4vw;
	line-height: 1.5;
	font-weight: bold;
	padding:0 0 3.5vw 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box1 h3 {
	font-size:3.8vw;
	line-height: 1.5;
	padding:0 0 1.5vw 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box1 p {
	display:block;
	width:240px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:1em 1em 0 0;
	margin:auto;
}
.box1 p a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 2px #fff;
	display: block;
	background-color: #FFA1C5;
	color: #fff;
	line-height: 40px;
	vertical-align: middle;
	text-align:center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.box1 p a::before {
	content:url(../images/btn_icon1.png);
	margin: 0 7px 0 0px;
    position: relative;
    top: 6px;
}
.box1 p a:hover {
	background-color: rgba(255,50,129,0.8);
	text-decoration:none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
section.box2 {
	width: 96%;
	margin: auto;
	margin-bottom: 10vw;
	border-bottom:dotted 1px #CCC;
	padding-bottom:3vw;
}
.detail_sec {
	display:block;
	border-bottom:dotted 1px #CCC;
}
.photo_sec {
	display:block;
}
.detail_sec table {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
	width:100%;
	margin-bottom:5vw;
}
.detail_sec table tr td.item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
	vertical-align:middle;
	background-color:#F9F9F9;
	font-size:3.3vw;
	padding:0.5em;
	border-top: 1px solid #d7d9e3;
}
.detail_sec table tr td.infoitem {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
	vertical-align:middle;
	font-size:3.8vw;
	line-height:1.5;
	padding:1em;
}
td.infoitem a.btn {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:0.5em 1em;
	border: solid 1px #C3C3C3;
	background-color: #FFA1C5;
	color: #fff;
	line-height: 1.5;
	font-size: 3.8vw;
	vertical-align: middle;
	text-align:center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
td.infoitem a.btn:hover {
	background-color: rgba(255,50,129,0.8);
	text-decoration:none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
td.infoitem a.btn2::before {
	content:"> ";
	color:#d2002d;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
td.infoitem a.btn2 {
	line-height:2;
}
td.infoitem a.btn3 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:0em 0.5em;
	border: solid 1px #C3C3C3;
	background-color: #F9F9F9;
	line-height: 1.3;
	font-size: 3.8vw;
	vertical-align: middle;
	text-align:center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.amenitybtn {
	width:85%;
	margin:auto;
	padding:0 0 2em;
	margin-bottom:10vw;
	font-size:3.8vw;
	line-height:1.4;
	text-align:center;
}
.amenitybtn a {
	border: solid 1px #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0.8em 1em;
	display: block;
	background-image: url(../images/yaji3.png);
	background-size: 6px 10px;
	background-repeat: no-repeat;
	background-position: 5vw center;
}
.photo_sec {
	overflow:hidden;
	position:relative;
	margin-top:5vw;
	margin:auto;
}
.photo_sec img {
	width:48%;
	margin-bottom:2vw;
	vertical-align:top;
}


