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

/*---------------------------------------
 slider
 ---------------------------------------*/
.slider {
	width: 100%;
	max-width: 100%;
    height: 100%;
	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 {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
.slider .slides li.active {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.slider .crop li img {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.slider .pager {
	height: 40px;
	text-align: center;
	display: none;
}


.content01 {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.content02_wrp {
    width: 100%;
    margin-top: 100px;
    position: relative;
    display: block;
}
.content03 {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
/* PLAN */
.content_plan {
	width: 80%;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    display: block;
}

.planimg {
    width: 50%;
    height: auto;
    float: left;
}
.facility {
	width: 45%;
	height: auto;
	float: left;
	margin-left: 5%;	
}
/* COST */
.content_cost {
	width: 40%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    display: block;
}
.costlink a:link,.costlink a:visited {
    color: #000;
    text-decoration: underline;
}
.costlink a:hover {
    color: #555;
    text-decoration: none;
}

.mailArea {
    display: block;
    width: 60%;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-size: 1.250em;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
.mailArea a:link,.mailArea a:visited {
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: rgba(46,105,152,1.00);
}
.mailArea a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0px;
    text-decoration: none;
    /*background-image: url(images/icon_blank.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8% auto;*/
}
.mailArea a:hover{
    border-radius: 2px;
    background-color: rgba(46,105,152,0.90);
}

/*teaArea*/
.telArea {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 160px;
    margin-left: auto;
}
.telNumber {
    display: block;
    height: auto;
}
.TelNo a:link,.TelNo a:visited {
    text-align: center;
    font-size: 3.0em;
    color: rgba(46,105,152,1.00);
    text-decoration: none;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

/*Google Map*/
#gmapArea {
	display: block;
    height: 300px;
    position: relative;
    margin-top: 60px;
    background-color: aqua;
}
.googlelink {
    width: 80%;
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	font-size: 0.813em;
    text-align: center;
}
.googlelink a:link,.googlelink a:visited {
    text-decoration: none;
    color: #000000;
}
.googlelink a:hover {
    text-decoration: underline;
    color: #000000;
}

#footer {
    width: 100%;
    height: auto;
    margin-top: 160px;
    background-color: #1E8CCF;
    color: #FFFFFF;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer a:link,#footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}
.footerLogo {
    width: 15%;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
#bottomArea {
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}
.bottom_L {
    width: 50%;
    float: left;
    text-align: left;
}
.bottom_L li {
    font-size: 0.750em;
    display: inline-block;
}
.bottom_L li a:link,.bottom_L li a:visited {
    color: #000000;
    text-decoration: none;
}
.bottom_L li a:hover {
    color: #000000;
    text-decoration: underline;
}
.bottom_L_blc01 {
    width: 25%;
    display: inline-block;
    float: left;
    background-image: url(images/icon_blank2.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 9% auto;
}
.bottom_L_blc02 {
    width: 45%;
    display: inline-block;
	float: left;
    margin-left: 5%;
}
.bottom_R {
    width: 50%;
    float: left;
}

address {
    color: #000;
    text-align: center;
    font-size: x-small;
    text-decoration: none;
    font-style: normal;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
#page-top {
    position: fixed;
    bottom: 0%;
    right: 50%;
    margin-right: -25px;
    z-index: 10;
}
#page-top a {
	text-decoration: none;
	width: 50px;
    height: 50px;
	display: block;
}

h2 {
	font-size: 1.625em;
    line-height: 1.5em;
	color: #1E8CCF;
}
.h2under {
    font-size: 69%;
    line-height: 1.5em;
    margin-top: 30px;
    display: block;
    color: #222222;
}
.h2under2 {
    font-size: 59%;
	line-height: 1.5em;
    margin-top: 30px;
    display: block;
	color: #222222;
}
h3 {
    font-size: 1.500em;
    display: block;
    background-color: #1E8CCF;
    color: #FFFFFF;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
}
.h3lefty {
    width: 60%;
    height: auto;
    position: absolute;
    left: 0%;
}
.h3righty {
    width: 60%;
    height: auto;
    position: absolute;
    right: 0%;
}
h4 {
	font-size: 1.500em;
	text-align: center;
	color: #1E8CCF;
}

.txt1318 {
	font-size: 0.813em;
	line-height: 1.384em;
}
.txt14 {
	font-size: 0.875em;
}
.txt1521 {
	font-size: 0.983em;
	line-height: 1.400em;
}
.txtArea-lefty {
    width: 50%;
	height: auto;
    margin-top: 8%;
	padding-left: 10%;
}
.txtArea-righty {
    width: 50%;
	height: auto;
    margin-top: 8%;
	padding-left: 40%;
}
.teltxt {
    font-size: 3.000em;
}
.teltxt a:link {
    color: #000;
    text-decoration: none;
}

.imgrighty {
	width: 50%;
	height: auto;
    margin-top: 8%;
    padding-left: 40%;
}
.imglefty {
	width: 50%;
	height: auto;
    margin-top: 8%;
    padding-left: 10%;
}
.mgt15 {
    margin-top: 15px;
}
.mgt30 {
    margin-top: 30px;
}
.mgt60 {
	margin-top: 60px;
}
.mgt100 {
	margin-top: 100px;
}
.mgt160 {
	margin-top: 160px;
}
.mgb100 {
    margin-bottom: 100px;
}
.centering {
	text-align: center;
}
.righty {
	text-align: right;
}
.color01 {
    background-color: #FFF8EA;
    padding-top: 100px;
    padding-bottom: 100px;
}
.color02 {
    background-color: #E7FFF9;
    padding-top: 100px;
    padding-bottom: 100px;
}
.color96 {
	color: #969696;
}
