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

@media screen and (max-width: 768px) {
	
.logoTop {
	width: 30%;
    position: absolute;
    top: 15%;
    left: 35%;
    z-index: 99;
}
.logoOther {
	width: 30%;
    position: absolute;
    top: 18%;
    left: 35%;
	z-index: 99;
}
.logoArea {
	width: 100%;
	height: 200px;
}
#video {
    position: relative;
    width: 100%;
    display: none;
}
.slider {
	width: 100%;
	max-width: 100%;
    height: auto;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	text-align: center;
	display: block;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
.slider .slides li img {
	display: block;
	width: 100%;
	max-width: 100%;
    height: auto;
	margin: 0px;
	padding: 0px;
    object-fit: cover;
}
.content01 {
    width: 80%;
    height: auto;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.content02_wrp {
    width: 100%;
    margin-top: 50px;
    position: relative;
    display: block;
}
.content03 {
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.content_plan {
    margin-top: 50px;
}
.planimg {
    width: 100%;
    height: auto;
    float: left;
}
.facility {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0%;
    margin-top: 20px;
}
.content_cost {
	width: 80%;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    display: block;
}
.mailArea {
    display: block;
    width: 80%;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.telArea {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
}
#gmapArea {
	display: block;
    height: 300px;
    position: relative;
    margin-top: 30px;    
}
.googlelink {
    width: 80%;
    display: block;
    margin-top: 10px;
}
#footer {
    width: 100%;
    height: auto;
    margin-top: 80px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footerLogo {
    width: 30%;
}
#bottomArea {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 60px;
}
.bottom_L {
	width: 100%;
	float: left;
	text-align: center;
}
.bottom_L_blc01 {
    width: 35%;
    display: inline-block;
    float: none;
    margin-top: 20px;
    background-image: url(../images/icon_blank2.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 8% auto;
}
.bottom_L_blc02 {
    width: 100%;
    display: inline-block;
	float: none;
    margin-left: 0%;
	margin-top: 20px;
}
.bottom_R {
	width: 100%;
	float: left;
}
address {
    text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
	#page-top {
    position: fixed;
    bottom: 0%;
    right: 7%;
    margin-right: -25px;
    z-index: 10;
}
	
.h3lefty {
    width: 100%;
    height: auto;
    position: relative;
    left: none;
}
.h3righty {
    width: 100%;
    height: auto;
    position: relative;
    right: none;
}
.txtArea-lefty {
    width: 80%;
	height: auto;
    margin-top: 8%;
	padding-left: 10%;
}
.txtArea-righty {
    width: 80%;
	height: auto;
    margin-top: 8%;
	padding-left: 10%;
}
.imgrighty {
	width: 100%;
	height: auto;
    margin-top: 8%;
    padding-left: 0%;
}
.imglefty {
	width: 100%;
	height: auto;
    margin-top: 8%;
    padding-left: 0%;
}
.mgt30 {
    margin-top: 15px;
}
.mgt60 {
	margin-top: 30px;
}
.mgt100 {
	margin-top: 50px;
}
.mgt160 {
	margin-top: 80px;
}
.color01 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.color02 {
    padding-top: 50px;
    padding-bottom: 50px;
}
	
}