@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.only-pc {
	display: block;
}

.only-mobile {
	display: none;
}

#main a img:hover {
	box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
}

#site-title {
	margin: 10px 0 0 -10px;
}

@media screen and (max-width: 500px) {
	#site-title {
		margin-left: 0;
	}
}

#top-main-visulal {
	margin-bottom: 20px;
}

.top-title {
	margin: 1.5em -29px 0.2em !important;
	padding: 0.5em 29px !important;
	font-size: 1.3em !important;
	line-height: 1 !important;
	background-color: #f7f7f7;
	border-top: 4px solid #f30;
}

.top-title:before {
	font-family: "FontAwesome";
	margin-right: 5px;
	content: "\f10c";
	color: #f30;
}

.widget_categories > ul {
	padding: 0 !important;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.widget_categories li {
	margin: 0 !important;
	border-top: 1px solid #ddd; 
}

.widget_categories li:first-child {
	border-top: none;
}

.widget_categories li a {
	display: block;
	padding: 20px 15px;
	line-height: 1;
	text-decoration: none;
}

.widget_categories li a:hover {
	background-color: #e0f7ff;
}

#leaflet-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tour-box {
	position: relative;
	margin: 15px 0;
	padding-bottom: 55px;
	flex-basis: 220px;
}

.entry-btn {
	position: absolute;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #000;
	background-color: #FBC02D;
	border-radius: 5px;
	text-decoration: none;
	width: 100%;
	bottom: 0;
}

.leaflet-box {
	padding: 5px 5px 0;
	height: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	border-radius: 3px;
	cursor: pointer;
}

.leaflet-box:hover {
	background-color: #e0f7ff;
}

.leaflet-box a {
	text-decoration: none;
	color: #222;
}

.leaflet-box img {
	width: 100%;
	height: auto;
}

.leaflet-box .label {
	position: absolute;
	padding: 4px 0;
	left: 32%;
	top: 40%;
	text-align: center;
	width: 60%;
	transform: rotate(-8deg);
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.3);
	z-index: 2;
}

.label-manin {
	background-color: rgba(255,0,0,.7);
    border: 2px solid #fff;
    color: #fff;
}

.label-hosho {
	background-color: rgba(0,128,255,0.8);
    border: 2px solid #FFF;
    color: #fff;
}

.lebel-wazuka {
	background-color: rgba(255,255,0,0.8);
    border: 2px solid #FFF;
    color: #fff;
}

.label-soon {
	background-color: rgba(255,128,255,0.8);
    border: 2px solid #FFF;
    color: #fff;
}

.center-button {
	display: block;
	margin: 15px auto;
	padding: 15px 5px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #111;
	text-decoration: none;
}

.center-button:hover {
	background-color: #333;
}

.sml {
	font-size: 80%;
}

@media screen and (max-width: 740px) {
	
	.only-pc {
		display: none;
	}

	.only-mobile {
		display: block;
	}

	.leaflet-box {
		flex-basis: 45%;
	}
	
}

@media screen and (max-width: 480px) {
	
	.leaflet-box .label {
		top: 30%;
	}
	
}