@charset "utf-8";
/* CSS Document */


.bnr{
 position: relative;
 margin: 0 auto;
 width: 100%;
 display: none;
 text-align: center; 
  z-index: 99;
}


/*フィックスボタン*/
.fixbtn {
 background-color: rgba(0,0,0,.4);
 bottom: 0;
 max-height: 0;
 position: fixed;
 width: 100%;
}
.fixbtn .fixbtn-area {
 border-spacing: 10px 5px;
 display: table;
 width: 100%;
 box-sizing: border-box;
 padding-bottom: 2px;
 z-index: 999;
}


body {
  line-height: 1.5;
		  font-family: 
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Segoe UI",
    "Noto Sans JP",
    Arial,
    sans-serif;
}
input,
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font: inherit;
}


.fixbtn.fixbtn-multi {
 max-height: 180px;
	padding: 6px 10px 0px;
}
.fixbtn_upper{
margin: 0 auto 10px;
}
.fixbtn_lower{
clear: both;
}
.fixbtn_lower li{
float: left;
width: 40%;
}
.fixbtn_lower li:first-child{
margin-right: 10px;
}
.fixbtn_lower li:last-child{
float: left;
width: 10%;
margin-left: 10px;
}

.btn-siryou{
color: #fff !important;
background: #235fca !important;
padding: 10px 4px ;
font-size: 1em;
font-weight: 600;
text-align: center;
display: block;
overflow: hidden;
border: 3px solid #235fca;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
z-index: 999999;
letter-spacing: 0.04em;
}
.btn-tel{
color: #235fca !important;
background: #fff !important;
padding: 10px 4px ;
font-size: 1em;
font-weight: 600;
text-align: center;
display: block;
border: 3px solid #235fca;
overflow: hidden;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
z-index: 999999;
}
.btn-kengaku{
color: #fff !important;
background: #53cbf3 !important;
padding: 10px 4px ;
font-size: 1em;
margin-top:2px;
font-weight: 600;
text-align: center;
display: block;
border: 1px solid #53cbf3;
overflow: hidden;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
z-index: 999999;
}
.btn-favorite{
background: #888;
color: #fff ;
padding: 10px 14px ;
font-size: 1em;
margin-top:2px;
font-weight: 600;
text-align: center;
display:inline-block;
border: 1px solid #53cbf3;
overflow: hidden;
z-index: 999999;
}

.btn-siryou .free{
font-size: 0.7em;
font-weight:normal;
}
