@charset "utf-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Bookman Oldstyle, Arial," sans-serif";
}

header {
    padding: 32px;
    font-family: Georgia, "Times New Roman", Times, serif;
}


body {
	margin-left: auto;
	margin-right: auto;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
}

footer {
    padding: 20px 30px;
}


.map {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	vertical-align: middle;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 145px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a  {
    text-decoration: none;
    color: #000000;
    text-align: center;
    display: block;
    padding: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.footer-text {
    font-size: 11px;
    margin-bottom: 28px;
    text-align: center;
}

.map-text {
	text-decoration: none;
}

.map-text {
	color: #000000;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
	
}

.rent-text {
    color: #000000;
    font-size: 13px;
    padding: 5px;
    text-align: center;
}

.rental-photo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 420px;
}

.col {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.col {
    padding: 0px 7px 14px;
	}

.box {
	text-align: center;
}

.box .sns {
	display: inline-block;
}

.sns {
	padding: 25px;
}
 
 
.slider_fade {
    position: relative;
}
 
.slider_fade > li {
    position: absolute;
    list-style: none;
    visibility: hidden;
    animation: anime_slider_fade 12s 0s infinite;
}
.slider_fade > li:nth-of-type(2) {
    animation-delay: 4s;
}
.slider_fade > li:nth-of-type(3) {
    animation-delay: 8s;
}
 
@keyframes anime_slider_fade {
    0% {
        visibility: visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* モーダルウィンドウ */
ul2{
	width:1040px;
}
ul2 li{
	float:left;
	list-style-type:none;
}
ul2 li img{
	border:0;
	margin:10px;
}
ul2::after {
	content: "";
	display: block;
	clear: both;
}

html,body,main {
	height: 100%;	/* gray_layer（半透明レイヤー）をブラウザ画面全体に広げるため、親要素を全部100%にする */
}

#glay_layer {
	display: none;
	position: fixed;	/* 位置を固定 */
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.60;
}

#over_layer {
	display: none;
	position: fixed;	/* 位置を固定 */
	top: 50%;
	left: 50%;
	margin-top: -415px;		/* 画像の高さの半分の値 */
	margin-left: -310px;	/* 画像の横幅の半分の値 */
}

/*タブレットタグ*/
@media (min-width: 768px){
	
		body {
		max-width: 768px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul{
    text-align: center;
}
	
	.col-md-half {
		width: 33%;
	}
	
	.col-md-half {
		float: left;
		padding: 0px 7px 14px;
	}
}





/*デスクトップタグ*/
@media (min-width: 1024px){

	body {
		max-width: 768px;
	}
}
