@charset "utf-8";

/* Over Wright style.css
------------------------------------------------------------*/
a,
.event-detail h4 a:hover {
	color: #fd01ae;
}

.socials a,
.searchform {
	border-color: #fd01ae;
}

.socials a:hover{
    background: #fd01ae;
}

.bttn:after, 
.main-navigation,
.event-date-archive,
.portofolio-layout .entry-title,
#call-to-action {
    background: #FF00AB;
}

#masthead .site-branding h1{
	color: #FF00AB;
}

.main-navigation li:hover > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_parent > a {
    background: #ED04A3;
}

.main-navigation,
.main-navigation ul ul {
	border-color: #ED04A3;
}

.entry-footer a:hover, 
.commentmetadata .comment-edit-link, 
.header-text, 
.searchform .searchsubmit, 
.main-navigation ul ul li:hover > a ,
.main-navigation ul ul li.current-menu-item > a, 
.sidebar .widget_recent_comments .url:hover, 
.sidebar ul li a:hover {
	color:#FD01AE;
}

#top-footer .footer .socials a:hover, 
.sidebar h3.widget-title {
	border-color: #FD01AE;
}

.event-thumbnail .event-date {
    background: #DD07A2;
}

.featured-post .featured-overlay {
	background: #d60097;
}

#bottom-section {
	background: #ee0097;
}

.testimonial-wrap {
	background: #ff66b4;
}

.testimonial-wrap:after {
	border-color: #ff66b4 transparent transparent;
}

.event-date {
	display: none;
}

.event-date span {
	visibility: hidden;
}

/* Add New Style
------------------------------------------------------------*/

h1.entry-title {
	border-bottom: #fd01ae solid 1px;
}

.heading {
	font-size: 16px;
	color: #fd01ae;
	margin-bottom: 8px;
	font-weight: bold;
}

.sp {
	display: none;
}

#mainBanner {
	position: relative;
	width: 100%;
	height: 700px;
	background: url("../img/map.jpg") no-repeat center top;
}

#mainBanner #areaGroup {
	width: 1170px;
	max-width: 100%;
	height: 700px;
	margin: 0 auto;
	position: relative;
}

#areaGroup .areaBlock {
	position: absolute;
/*	border: #fff solid 1px; */
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-ms-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	background: #fff;
	padding-bottom: 10px;
}

.areaBlock dl {
	margin: 3px 6px;
}

.areaBlock dl dt {
	float: none;
	clear: none;
	border-bottom: #ccc dotted 1px;
	margin: 0 0 3px 0;
	padding:  3px 0.5em;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.areaBlock dl dd {
	font-size: 14px;
	line-height: 1.4;
	padding: 0 0 0 1em;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
}

.areaBlock dl dd a {
	line-height: 1.4;
}

#hokkaidou {
	left: 30%;
	top: 20px;
	width: 210px;
}

#tohoku {
	right: 18%;
	top: 35px;
	width: 200px;
}

#kantou {
	right: 0;
	top: 295px;
	width: 480px;

}

#chubu {
	left: 30%;
	top: 110px;
	width: 190px;
}

#kinki {
	left: 5%;
	top: 200px;
	width: 260px;
}

#chugoku {
	left: 10%;
	top: 380px;
	width: 160px;
}

#shikoku {
	left: 300px;
	bottom: 0;
	width: 160px;
}

#kyusyu {
	left: 10px;
	bottom: -20px;
	width: 160px;
}

#mainBanner #tftr {
	position: absolute;
	width: 280px;
	top: 75px;
	left: 0;
	z-index: 100;
}


#mainBanner #tftr img {
	width: 100%;
}

#shoplist dt {
	width: 60px;
	float: left;
	clear: left;
}

#shoplist dd {
	margin-left: 0;
	padding-left: 60px;
	border-bottom: #999 dotted 1px;
}

#shoplist ul li {
	display: inline-block;
	margin-right: 1em;
}


/* モニター幅1170px以下 */
@media only screen and (max-width:1170px){

	.areaBlock dl dd {
		font-size: 12px;
		line-height: 1.2;
	}

	#hokkaidou {
		left: 30%;
	}

	#tohoku {
		right: 10%;
	}

	#kantou {
		width: 380px;
	}

	#kinki {
		left: 0;
	}

	#chugoku {
		left: 5%;
	}
}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	#mainBanner {
		height: auto;
		background: none;
		line-height: 0;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}