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

/*caremap*/
#caremaps{
	height: 1030px;
    margin-left: auto;
    margin-right: auto;
}
.way{
	position: relative;
	top: 10px;
    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: 315px;
    top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
.roottext{
	position: relative;
	display: inline-block;
	text-align: left;
	line-height: 35px;
}
.form input{
    font-size: 120%;
	width: 250px;
	vertical-align: baseline;
}
.checklist{
    position: relative;
	color: #7B7B7B;
    width: 340px;
    height: 160px;
	font-size: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: -10px;
    overflow: hidden;
}
#form1{
	display:inline;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
}
.checklist label{
	border-radius: 15px 15px 15px 15px;
}
.checklist ul{
    display: block;
    position: relative;
    list-style: none;
	height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}
.checklist li{
    display: block;
    float: left;
    width: 150px;
	height: 40px;
	padding-bottom: 42px;
	padding-right: 7px;
	padding-left: 10px;
}
.checklist ul li input{
	position: absolute;
    vertical-align: 0px;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.checklist ul li label{
	display:block;
	height: 60px;
	padding: 5px;
	border: 1px solid #E3E3E3;
	background-image: linear-gradient(#FFB9FF,#ffffff);
	
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}
.checklist img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}
.labeltext{
	position: relative;
	top: -9px;
	text-align: center;
	font-size: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
}

.checklist ul li + li label{
	border-left-width: 0;
}
.checklist ul li input[type="checkbox"]:checked + label{
	background-image: linear-gradient(#00a99d, #ffffff);
	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.change{
	position: relative;
	text-align: center;
	width: 280px;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}

/*検索実行ボタン*/
.search{
	position: relative;
	top: 10px;
	width: 200px;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#directions{
	width: 200px;
	border-radius: 15px;
	background-color: #F0EDED;
	margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.search input[type="button"]{
    position: relative;
	top: 3px;
    margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
	background: linear-gradient(#FFB9FF,#ffffff);
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	width: 200px;
    font-size: 120%;
    height: 40px;
    color: #00a99d;
	border-bottom: solid 1px #7B7B7B;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);/*影*/
    border-radius: 10px;/*角の丸み*/
}
.search input[type="button"]:active{
	-ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

/*検索結果*/
.chageseach{
    position: relative;
    top: 15px;
    height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.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: 10px;
    width: 95%;
    min-height:  330px;
    margin-left: auto;
    margin-right: auto;
}

/*注意書き*/
.caution{
    position: relative;
    top: 10px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}
.caution1 {
	max-width: 300px;
	min-height: 100px;
    font-size: 60%;
    text-align: left;
    padding-left: 25px;
    padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
    line-height: 20px;
    border: solid 3px #FFB9FF;
	border-radius: 10px;
}
.call{
	position: relative;
	top: 10px;
	width: 250px;
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.call span{
    font-weight: bold;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	line-height: 45px;
	font-size: 150%;
}