@charset "UTF-8";

@media screen and (max-width: 750px) {
.footerContact .footerContactList{display: none;}
.footerContact .footerContactList.fixed{display: none;}
.mainContent {
  padding-bottom: 0 !important;
}
.sub.eventDetail h1 {
	background-image: url(/kodate2/imgs/event_detail/img/bg_mv_sp.jpg);
}
.sub h1 span.pt01 {
	font-size: 15px;
	padding-bottom: 5px;
	display: block;
	height: auto;
	width: auto;
}
#highlight,#access,#contact {
	padding: 40px 0 50px;
}

.footerContactListEvent {
	display: flex;
	padding: 11px 2.6%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.footerContactListEvent .btn{
	width: 100%;
}
.footerContactListEvent .btn a {
    font-size: 14px;
    border-radius: 3px;
    background-color: #d35466;
    padding: 6px 0;
    display: block;
    text-align: center;
    position: relative;
    font-weight: bold;
	color: #fff;
}


.footerContactListEvent .btn a:before {
    content: "";
    width: 24.6px;
    height: 23px;
    background: url(/kodate2/imgs/showroom_detail/img/icon_btn_w.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.footerContactListEvent .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;
}
.footerBottom{
	padding-bottom: 100px !important;
}
/* anchor
  ------------------------------------------- */
.anchor ul li {
	vertical-align: top;
}
.anchor ul li a {
	padding: 12px 5px 18px !important;
}

/* highlight
  --------------------------------------------------------- */

#highlight {
	background: #f9f8f3;
}
#highlight .inner .btnPrint {
	display: none;
}
#highlight .inner .boxEvent{
	width: 100%;
	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:'';
	background: url(/kodate2/imgs/event_detail/img/icon_event.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 86px;
	height: 86px;
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
}
#highlight .inner .boxEvent .detail_text{
	margin: 10px;
	padding: 30px 5%;
	background: url(/kodate2/imgs/event_detail/img/bg_txt_sp.jpg),#fff;
	background-repeat: repeat;
	background-size: 1px 16px;
	border: 1px solid #eaeaea;
	word-break: break-all;
}
#highlight .inner .boxEvent .detail_text img{
	width: auto!important;
}
#highlight .inner .boxImg{
	width: 100%;
	margin-top: 24px;
	font-size: 16px;
}
#highlight .inner .boxImg li{
	float: left;
	width: 48.5%;
}
#highlight .inner .boxImg :nth-child(even) {
float: right;
}
#highlight .inner .boxImg a:hover {
opacity:0.7;
}
#highlight .inner .reservation {
margin: 40px 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 table {
	  border: 1px solid #dddddd;
	  width: 100%;
	font-size: 14px;
	  border-collapse: collapse;
	  margin-bottom: 30px;
}
#access table td, #access table th {
	  padding: 10px;
	  border: 1px solid #dddddd;
	  border-right: none;
	  vertical-align: middle;
}
#access table td a{
	text-decoration: underline;
}
#access table th {
	background: #f2f2f2;
	text-align: center;
	width: 30%;
	border-right: none;
}
#access table td{
	border-left: none;
}

#access table td span.note {
	font-size: 14px;
}

#printmap {
	display: none;
} 
#event_point #map {
	width: 100%;
	height: 250px;
	border: 1px solid #dddddd;
}

/* contact
  --------------------------------------------------------- */
#contact .inner .reservation {
margin: 5px 0 45px;
}
#contact .inner .left{
	margin-bottom: 12px;
}
#contact .inner .contactWrap li{
	width: 100%;
	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: 23px 14px;
}
	
#contact .inner .contactWrap h3{
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	background: #f2f2f2;
}
#contact .inner .left .reservation .btn {
	width: 100%;
	margin: 0 auto 20px;
}
#contact .inner .right dl {
	text-align: center;
	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: 12px 0 18px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;	
}
#contact .inner .right dl dd:last-of-type {
	padding-bottom: 6px;
}
#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 {
  padding: 14px 0;
}
.btnRe .btnGeneral a {
  color: #fff !important;
}
.btnRe .btnGeneral:after {
  transform: rotate(225deg);
  left: 20px;
}


/* reservation
  --------------------------------------------------------- */
.reservation .btn {
	margin: 0 10px 20px;
}
.reservation .btn a {
	font-size: 18px;
	border-radius: 3px;
	background-color: #d35466;
	padding: 15px 0;
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
}
.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: 18px;
	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: 40px;
	height: 37px;
	background: url(/kodate2/imgs/showroom_detail/img/icon_btn_w.png) no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.reservation p.note {
	font-size: 14px;
	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;
}    
}







}
