@charset "UTF-8";

.slide{
position:relative;
}

div.slide img{
position:absolute;
margin-top: 80px; 
width: 40%;
height: auto;
right: 10%;
}

.slide_text{
	position:relative;
}
div.slide_text img{
	position:absolute;
	width: 40%;
	padding-top: 20%;
	padding-left: 10%;
}
.slide_text_2{
	position:relative;
}
div.slide_text_2 img{
	position:absolute;
	width: 43%;
	padding-top: 28%;
	padding-left: 25%;
}

.main_text{
position:relative;
margin: 0 auto;
width: 60%;
padding: 1.2em;
padding-top: 60%;
text-align: center;
}

@media screen and (max-width: 480px) {
div.slide img{
position:absolute;
margin-top: 80px;
width: 100%;
height: auto;
right: 0;
}
div.slide_text img{
	position:absolute;
	width: 80%;
	padding-top: 133%;
	padding-left: 3%;
}
div.slide_text_2 img{
	position:absolute;
	width: 50%;
	padding-top: 152%;
	padding-left: 0;
	right: 5%;
}	
.main_text{
position:relative;
margin: 0 auto;
width: 90%;
padding: 1.2em;
padding-top: 180%;
text-align: center;
}
}

.main_text .text{
    font-size: 14px;
	letter-spacing: 1px;
    line-height: 25px;
    text-align: left;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*--google map--*/
.google_map iframe{
top:0;
left:0;
width:100%;
height:500px;
}

@media screen and (max-width: 480px) {
.google_map iframe{
top:0;
left:0;
width:100%;
height:250px;
}

	
/*--page-top--*/
#page-top {
position: fixed;
bottom: 120px; 
right: 26px;
font-size: 13px;
}

#page-top a {
background: #C5B198;
text-decoration: none;
color: #fff;
width: 60px;
padding: 6px 0;
text-align: center;
display: block;
border-radius: 18px;
}

#page-top a:hover {
text-decoration: none;
background: #9F8463;
}

