@charset "utf-8";
/* CSS Document */
@media (max-width: 375px){
}

/*caremap*/
#caremaps{
    position: relative;
    top: 50px;
	height: 900px;
    margin-left: auto;
    margin-right: auto;
}
.way{
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font-size: 23px;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    color: #00a99d;
    border: solid 3px #FFB9FF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    border-radius: 10px;/*角の丸み*/
}
.form{
    position: relative;
    min-width: 250px;
    height: 200px;
    top:20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
.form input{
    font-size: 120%;
}
.checklist{
    vertical-align: middle;
    position: relative;
    text-align: center;
	color: #7B7B7B;
    top: 10px;
    width: 340px;
    height: 40px;
	font-size: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: -10px;
    overflow: hidden;
}
#form1{
	display:inline;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
}
.checklist ul{
    display:block;
    position:relative;
    text-align: center;
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.checklist li{
    display: block;
    float:left;
    width:85px;
}
.checklist ul li input{
	position:absolute;
    vertical-align: 0;
	top:0;
	left:0;
	opacity:0;
}
.checklist ul li label{
	display:block;
	padding:13px;
	border:1px solid #E3E3E3;
	background-image:linear-gradient(#FFB9FF,#ffffff);
	text-align:center;
	font-size: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:bold;
	text-shadow:0 1px 0 #ffffff;
	box-shadow:0 2px 2px rgba(0,0,0,0.15);
}
.checklist ul li + li label{
	border-left-width:0;
}
.checklist ul li:first-child label{
	border-radius:10px 0 0 10px;
}
.checklist ul li:last-child label{
	border-radius:0 10px 10px 0;
}
.checklist ul li input[type="checkbox"]:checked + label{
	background-image:linear-gradient(#00a99d, #ffffff);
}
.change{
	position: relative;
	text-align: center;
	width: 350px;
	font-size: 80%;
	top:5px;
	margin-left: auto;
	margin-right: auto;
}
.search{
    position: relative;
    top: 5px;
	width: 350px;
    margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#directions{
	width: 120px;
	border-radius: 15px;
	background-color: #F0EDED;
	margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.caution{
    position: relative;
    top: 25px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}
.caution1 {
	max-width: 320px;
    font-size: 50%;
    text-align: left;
    padding-left: 15px;
    padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
    line-height: 20px;
    border: solid 3px #FFB9FF;
    border-radius: 10px;
}
.chageseach{
    position: relative;
    top: 40px;
    height: 120px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.caption{
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    position: relative;
    font-size: 120%;
    width: 150px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #00a99d;
    border: solid 3px #FFB9FF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    border-radius: 10px;/*角の丸み*/
}
.computation{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 10px;
    width: 350px;
}
#table,tr,th,td{
    width: 150px;
    height: 20px;
    background: #eeeeee;
    border: 2px solid #FFFFFF;
    padding: 5px;
}
#table,th{
    background: #FFB9FF;
    color: #7B7B7B;
    font-weight:bold;
}
#table,td{
    color: #000000;
}
#gmap{
    position: relative;
    top: 40px;
    width: 90%;
    min-height:  300px;
    margin-left: auto;
    margin-right: auto;
}