@charset='utf-8';
html{
font-family:sans-serif;
}



header{
position:absolute;
top:0;
left:0;
width:100%;
padding:2px;
text-align:center;
z-index:1001;
background:white;
border-bottom:1px solid #efefef;
}
h1{margin:0;paddin:0;}

.divicon1 {
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
	-1px 1px 0 #FFF, 1px -1px 0 #FFF,
	0px 1px 0 #FFF,  0-1px 0 #FFF,
	-1px 0 0 #FFF, 1px 0 0 #FFF;
}

#ryotei {
    position: absolute;
    top: 0px;
    left: 0px;
width:290px;
	height:100%;
    padding:0px;
padding-top:135px;
    background-color:#FFFFFF;
    z-index:1000;
overflow-y:scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
box-shadow: 0px -10px 10px rgb(0 0 0 / 20%);
}
#ryotei::-webkit-scrollbar{
  display: none;
}

#control-panel{
display:none;
}
#mailto-panel{
margin:15px;
}


.wrap_map{
	position: relative;
	margin:auto;
	margin-top:-75px;
	margin-top:48pxpx;
	padding:0px;
	width:100%;
	height:calc(100vh - 200px);
	height:calc(100vh + 75px);
}
.map{
	margin:auto;
	padding:0px;
	width:100%;
	height: calc(100% - 0px);
}


.btn--orange {
  color: #fff;
  background-color: #eb6100;
border:none;
padding:15px 15px;
width:49.5%;
font-weight:bold;
font-size:18px;
   border-radius: 100vh;
margin:20px 0 0 0;
float:left;
}

.btn--white {
  color: #333;
  background-color: #fff;
border:2px solid #ddd;
padding:15px 15px;
width:49.5%;
font-weight:bold;
font-size:18px;
   border-radius: 100vh;
margin:20px 0 0 0;
float:right;
}

/*#goukei-wrap{
                                position:absolute;
                                z-index:1200;
                                bottom:20px;
                                right:10px;
                                background-color:#ffffff;
                                width:450px;
                                height:25px;
                                border-radius:10px;
                                padding:10px;
                                overflow-y:none;
                                overflow-x:none;
                                text-align:center;
                                border: 5px solid white;
}
#status-wrap{
                                position:absolute;
                                z-index:1200;
                                bottom:335px;
                                right:10px;
                                background-color:#ffffff;
                                width:450px;
                                height:25px;
                                border-radius:10px;
                                padding:10px;
                                overflow-y:none;
                                overflow-x:none;
                                text-align:center;
                                border: 5px solid white;
}

#route-wrap{
                                position:absolute;
                                z-index:1200;
                                bottom:90px;
                                right:10px;
                                background-color:#ffffff;
                                width:450px;
                                height:200px;
                                border-radius:10px;
                                padding:10px;
                                overflow-y:scroll;
                                overflow-x:none;
                                text-align:center;
                                border: 5px solid white;
}*/
#route-wrap p{
                                font-weight:bold;
margin:0 auto;
                                margin-bottom:15px;
}
#route-blk{
                                text-align:left;
                                word-break: break-all;
                                font-weight:bold;
color:#333;
}

.kekka-title{
                                width:100%;
color:#333;
/*border-bottom: 1px dashed #8c8b8b;*/
padding-bottom:8px;
}

.goukei{
                                font-weight:bold;
                                color:#333;
}
.time-label,.kyori-label,.shuppatsu-label{
background:#555;
color:white;
padding:3px;
border-radius:3px;
font-weight:bold;
}
.shuppatsu{border-bottom:1px solid #ddd;padding:8px 0;}

hr{
	border-top: 1px dashed #8c8b8b;
}


/*.acd-check,.acd-label{display:none;}*/

.acd-check{display:none;}
.acd-label{
  color: #000;
 font-weight:bold;
display:block;
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  display: none;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 250px;
  opacity: 1;
  padding: 10px;
  display: block;
}

.sp-div{
                                position:absolute;
                                right:0px;
                                bottom:0px;
                                bottom:20px;
                                width:calc(100% - 290px);
padding:20px;
}


#goukei-wrap{
position: absolute;
    left: 20px;
    bottom: 100px;
    z-index: 1040;
    background-color: #ffffff;
    width: auto;
    border-radius: 15px;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: none;
    text-align: center;
    border: 5px solid white;
    font-size: 14px;
    font-weight: bold;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
box-shadow: 0px 6px 10px rgb(0 0 0 / 20%);
line-height:2em;
}
#goukei-wrap::-webkit-scrollbar{
  display: none;
}
#goukei-blk{text-align:left;}
.goukei-title{width:100%;color:#0272ba;display:block;text-align:center;}
#status-wrap{
                                position:relative;
                                 bottom:unset;
                               z-index:1040;
                                background-color:#ffffff;
                                width:100%;
                                border-radius:5px;
                                padding:18px;
                                text-align:center;
                                font-size:14px;
                                margin-bottom:5px;
                                font-weight:bold;
border-radius:50px;
box-shadow: 0px 6px 10px rgb(0 0 0 / 20%);
}
#route-wrap{
display:none;
                                position:relative;
                                z-index:1200;
                                bottom:unset;
                                background-color:#ffffff;
                                width:100%;
                                height:auto;
                                max-height:250px;
                                border-radius:5px;
                                padding:5px;
                                overflow-y:scroll;
                                overflow-x:none;
                                text-align:center;
                                border: 5px solid white;
                                font-size:14px;
                                margin-bottom:5px;
}

#route-wrap p{
                                font-weight:bold;
margin:0 auto;
                                margin-bottom:15px;
}
.kekka-title{display:none;}

#route-blk{
                                text-align:left;

}










.day_head{
width:100%;
padding:0px ;
text-align:center;
font-weight:bold;
margin:10px 0;
background:#ff5a00;
color:white;
border-radius: 20px;
cursor: pointer;
}


.day01{
background:#ff5a00;
color:white;
}
.day02{
background:#04a8ff;
color:white;
}

.circle_number {
    text-align: center;
    color: white;
    line-height: 2;
    border-radius: 5px;
    padding: 0px 7px 0 7px;
    font-size: 10px;
margin-right:5px;
}


.svg-icon{height:18px;margin-right:7px;}

.ryotei-detail{
padding:0 10px;
line-height:2em;
margin:10px 0;
margin: 10px 0;
border-top: 1px solid #e7e7e7;
padding: 10px 0px;
}

.detail-route{
margin-bottom: 8px;
display: block;
}
.detail-route img{
    vertical-align: middle;
    display: inline-block;
}
.detail-route span{
    display: inline-block;
font-weight:bold;
}
.kara{font-size:80%;color:gray;}

.detail-label{
border:1px solid #ddd;
padding:5px 9px;
border-radius:15px;
margin-right:9px;
background:white;
font-size:10px;
color:#333;
font-weight:bold;
}

.stay-time{
display:block;
background:#f4eddb;
border-radius:25px;
padding:2px 5px;
color:#a8423e;
font-weight:bold;
margin:5px 0;
}
.stay-time a{
color:#a8423e;
margin-left:10px;
text-decoration:underline;
font-weight:normal;
}


.control{
width:100%;
text-align:center;
padding:5px 15px 5px 0;
}
.control a{
font-weight:bold;
text-decoration:underline;
}


#step3-ryotei{
    padding: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.default-message{
text-align:center;
margin-top:45vh;
font-weight:bold;
color:#999;
}
.stay-change,.share-dialog{
text-align:center;
line-height:2em;
}
#change_stay_time{
width:8em;
margin-top:10px;
text-align: center;
}

.finish-btn{
margin-left:10px;
}

.bold{font-weight:bold;}

.qrspace img{
width:250px;
}

.shareurl p,.urlmail p{
margin:25px auto;
}
.shareurl-copy{
margin: 20px auto;
    padding: 5px 15px;
    border: 1px solid #b0b0b0;
    width: 30%;
    border-radius: 20px;
margin-bottom:40px!important;
    cursor: pointer;
}

.share-btn{
    border: 1px solid #a6a6a6;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    width: 30%;
    margin: 15px auto 30px auto;
}
button{
    border-radius: 20px!important;
    border: 0;
    background: #ececec;
    padding: 4px 25px!important;
}

.modal-footer {
    text-align: center!important;
}

#Modal_share{
z-index:9999;
}


/* 通常時 */
#copied_message {
  opacity: 0;
  visibility: hidden;
  transition: 2000ms;
  background-color:none;
  color: #333;
}
/* フェードイン時 */
#copied_message.is-fadein {
  opacity: 1;
  visibility: visible;
}


/*ここからSP*/




@media screen and (max-width:767px) {
#ryotei{z-index:500!important;}

.leaflet-bottom{
z-index:399!important;
}

.wrap_map{
	height:calc(100vh - 260px);
	height:calc(100vh - 300px);
	height:calc(100vh);
margin-top: 48px;
}
.map{
	height: calc(100% - 10px);
}
.sp-div{
                                position:absolute;
                                left:0px;
                                /*bottom:0px;
                                bottom:30px;*/
                                top:68%;
                                width:100%;
padding:20px;
}
#goukei-wrap{
position: absolute;
    z-index: 400;
    top: -105px;
    right: 20px;
    background-color: #ffffff;
    width: 47%;
    height: 113px;
    border-radius: 23px;
    padding: 5px;
    overflow-y: scroll;
    overflow-x: none;
    text-align: center;
    border: 5px solid white;
    font-size: 14px;
    font-weight: bold;
}

#status-wrap{
    position: relative;
    bottom: unset;
    z-index: 400;
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    border-radius: 21px;
    padding: 5px;
    text-align: center;
    border: 5px solid white;
    font-size: 14px;
    margin-bottom: 205px;
    font-weight: bold;
}
#route-wrap{
                                position:relative;
                                z-index:1200;
                                bottom:unset;
                                background-color:#ffffff;
                                width:90%;
                                height:auto;
                                max-height:250px;
                                border-radius:5px;
                                padding:5px;
                                overflow-y:scroll;
                                overflow-x:none;
                                text-align:center;
                                border: 5px solid white;
                                font-size:14px;
                                margin-bottom:5px;
}

#route-wrap p{
                                font-weight:bold;
margin:0 auto;
                                margin-bottom:15px;
}
.kekka-title{display:none;}

#route-blk{
                                text-align:left;

}


.btn--orange {
width:100%;
padding:5px 15px;
margin:10px 0 0 0;
}

.btn--white {
width:100%;
padding:5px 15px;
margin:10px 0 0 0;
}




.acd-check{display:none;}
.acd-label{
  color: #000;
 font-weight:bold;
display:block;
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  display: none;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 250px;
  opacity: 1;
  padding: 10px;
  display: block;
}

#ryotei {
    position: absolute;
    top: 630px;
    top: 585px;
    top: 80%;
    left: 20px;
    width:calc(100% - 40px);
border-radius: 20px;
    height200px;
    padding: 0px;
    padding-top: 15px;
    background-color: #FFFFFF;
    z-index: 1201;
    overflow-y: scroll;
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-shadow: none;
padding-bottom:40px;
/*box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 35%);*/
margin-bottom:40px;
}

.default-message {
    margin-top: 10px;
}

.control {
    padding: 5px 15px 45px 0;
}


.day {
    width: calc(100% + 20px);
    padding: 3px 0;
    text-align: center;
    font-weight: bold;
    margin: 10px -10px;
    background: #ff5a00;
    color: white;
    border-radius: 0;
}


.shareurl-copy {
    width: 56%;
}




}


input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
select {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}