@charset "UTF-8";

#highlight,#contact {
	background: #f9f8f3;
}
#access {
	background: #fff;
}
.footerContactListEvent{
	display: none;
}
.sub.eventTop nav > ul > .case > a:after {
	content: "";
	width: 100%;
	height: 5px;
	background: #ffe100;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sub .mainContent {
	padding: 40px 0 0;
}

@media print, screen and (min-width: 751px) {

.sub.eventDetail h1 {
	background-image: url(/kodate2/imgs/event_detail/img/bg_mv.jpg);
}
h1 .pt01 {
	font-size:28px;
	padding-bottom:10px;
}
.anchor ul li a {
	width: 300px;
}
/* highlight
  --------------------------------------------------------- */

#highlight > div {
	padding: 60px 0 70px;
}
#highlight .inner {
	position: relative;
}
#highlight .inner .btnPrint {
  position: absolute;
  right: 0;
  top: 60px;
}
#highlight .inner .btnPrint a {
  font-size: 15px;
  background: #fafafa url(/kodate2/imgs/event_detail/img/btn_print.png) 20px center no-repeat;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 20px 0 50px;
}
	
#highlight .inner .left{
	float: left;
}
#highlight .inner .right{
	float: right;
}
#highlight .inner .boxEvent{
	width: 646px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
	border: 2px solid #ffe100;
	position: relative;
	background-color: #fff;
}
#highlight .inner .boxEvent:before{
	content: url(/kodate2/imgs/event_detail/img/icon_event.png);
	position: absolute;
	top: -7px;
	left: -7px;
}
#highlight .inner .boxEvent .detail_text{
	margin: 10px;
	padding: 30px 50px;
	background: url(/kodate2/imgs/event_detail/img/bg_txt.jpg),#fff;
	background-repeat: repeat;
	border: 1px solid #eaeaea;
	word-wrap: break-word;
}
#highlight .inner .boxImg{
	width: 260px;
	font-size: 16px;
}
#highlight .inner .boxImg li{
	margin-bottom: 25px;
}
#highlight .inner .boxImg li:last-of-type{
	margin-bottom: 0;
}
#highlight .inner .boxImg li a:hover {
opacity:0.7;
}
#highlight .inner .boxImg li p {
margin-top: 22px;
}
#highlight .inner .reservation {
margin: 70px 0 0;
}

/* icon color
  ----------------- */
#highlight .inner .boxImg li .icon{
	font-size: 11px;
	color: #fff;
	border-radius: 4px;
	margin-left: 10px;
	padding: 2px 10px;
	vertical-align: middle;
}
#highlight .inner .boxImg li .colPDF{
	background: #ee555a;
}

/* access
  --------------------------------------------------------- */

#access {
	width: 100%;
	position: relative;
}
#access .inner {
	width: 945px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	box-sizing: border-box;
}
#access table {
	border: 1px solid #dddddd;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#access table td, #access table th {
	padding: 10px;
	border: 1px solid #dddddd;
	border-right: none;
}
#access table th {
	background: #f2f2f2;
	text-align: center;
	width: 200px;
	border-right: none;
	vertical-align: middle;
}
#access table td {
	border-left: none;
}

#access table td a{
	text-decoration: underline;
	background: url(/kodate2/imgs/event_detail/img/icon_arrow.png) no-repeat left center;
	padding-left: 35px;
	display: inline-block;
}
#access table td span.note {
	font-size: 15px;
}
#printmap {
	display: none;
}
#event_point #map {
	width: 100%;
	height: 400px;
	border: 1px solid #dddddd;
}

/* contact
  --------------------------------------------------------- */
#contact > div {
	padding: 60px 0 70px;
}
#contact .inner .reservation {
margin: 0 0 70px;
}
#contact .inner .left{
	float: left;
}
#contact .inner .right{
	float: right;
}
#contact .inner .contactWrap li{
	width: 463px;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #ebe7d2;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;

}
#contact .inner .contactWrap .contactBox{
	margin: 30px;
}
	
#contact .inner .contactWrap h3{
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	background: #f2f2f2;
}
#contact .inner .left .reservation .btn {
	width: 400px;
	margin: 0 auto 20px;
}
#contact .inner .right dl {
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
#contact .inner .right dl dt {
	padding: 8px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	line-height: 1;	
}
#contact .inner .right dl dd {
	padding: 15px 0 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;	
}
#contact .inner .right dl dd:last-of-type {
	padding-bottom: 10px;
}
#contact .inner .right dl dd a:before {
	content: "";
	width: 34px;
	height: 34px;
	background: url(/kodate2/imgs/event_detail/img/icon_tel.png) no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.btnRe .btnGeneral {
	width: 300px;
	line-height: 1;;
}
.btnRe .btnGeneral a {
	color: #fff !important;
}
.btnRe .btnGeneral:after {
	transform: rotate(225deg);
	left: 20px;
}


/* reservation
  --------------------------------------------------------- */
.reservation {
}
.reservation .btn {
	width: 560px;
	margin: 0 auto 20px;
}
.reservation .btn a {
	font-size: 20px;
	border-radius: 3px;
	background-color: #d35466;
	padding: 16px 0;
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
}
.reservation .btn a:hover{
	background-color: #be4b5b;
}
.reservation .btn a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
}
.reservation .btn a span.icon {
	font-size: 14px;
	color: #ffe100;
	background: #333333;
	display: inline-block;
	border-radius: 4px;
	padding: 5px 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.reservation .btn a span {
	vertical-align: middle;
}
.reservation .btn a:before {
	content: "";
	width: 38px;
	height: 35px;
	background: url(/kodate2/imgs/showroom_detail/img/icon_btn_w.png) no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.reservation p.note {
	font-size: 16px;
	text-align: center;
	letter-spacing: normal;
}


/* GoogleMap
  --------------------------------------------------------- */    
.map_btn {
	display: none;
}
.map_btn ul {
	overflow: hidden;
}
.map_btn ul li {
	float: left;
	width: 24.25%;
}
.map_btn ul li + li {
	margin-left: 1%;
}
.map_btn ul li img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px) {
.map_btn {
	display: block;
}    
}
	
.btnSide{
	display: none;
	}
	
.btnSide-event_detail{
	display: block;
	border: none;
	background: none !important;
	}

.btnSide-event_detail .btnSidePart{
	background-color: #ffe100;
	border-radius: 4px 0 0 4px;
	border: 1px solid #d0c35e;
}
.btnSide-event_detail .btnSidePart_event{
	background: #d35466;
	border: 1px solid #b44756;
	margin-bottom: 10px;
	}
	
	
	
#event_point img{
	position: absolute;
}
#printmap img{
	width: 100%;
}
}
	
	
	
	
	
	