@charset "UTF-8";
	@import "slimmenu.min.css";

/*------------------------------------------------------------
	スマフォ用CSS
------------------------------------------------------------*/
@media screen and (max-width:680px){
div.text {
	width: 100%;
	clear: both;
	float: none;
	}

div.image {
	width: 100%;
	clear: both;
	float: none;
	}
	
div.box-price div.text {
	width: 100%;
	clear: both;
	float: none;
	}
h1 { color: #fff; font-size: 200%; text-align: center; font-weight: normal;font-family: 'Julius Sans One', sans-serif; margin: 0 0 40px; line-height: 1.2;}
h2 { color: #fff; font-size: 140%; text-align: left; font-weight: normal;font-family: 'Julius Sans One', sans-serif; margin: 0 0 25px;line-height: 1.2; font-weight:normal;}
body.single h2 {color: #555;}
#navigationMap,#mail {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	}
	
div.box-price p {
	clear: both;
	margin: 0 0 25px;
	padding: 0;
	line-height: 1.6;
}

nav {
	display: none;
}

nav ul {
	display: none;
}

section article {
	margin-top: 80px;
	margin-bottom: 50px;
	padding: 20px;
}

.post-box {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
}

.post-box .image {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	overflow: hidden;
	position: static;
	background-color: #fff;
}

.post-box .image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
	 top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
	border-radius: 0;
}
}
	
@media screen and (min-width:681px){
span.sp {
	display: none;
	}
}

@media print {
	ul.slimmenu {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	}

span.sp {
	display: none;
	}
	
}

/*------------------------------------------------------------
	スマフォ メニュー
------------------------------------------------------------*/
div.menu-btn {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	z-index: 9999999999999;
	position: fixed;
	top: 0;
	right: 10px
	}

	
div.menu-btn a {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	clear: both;
	vertical-align: middle;
	}

div.menu-btn a img {
	margin: 0;
	padding: 0;
    position: relative;
    display: block;
	left: 0;
	}

body.sidr-open div.menu-btn a img {
	top: -60px;
	}

#sidr-right ul li a {
	font-family: 'Julius Sans One', sans-serif;
}

#sidr-right ul {
	margin: 80px 0 0;
}
