@charset "UTF-8"; /* stay
---------------------------------------------------- */
/* fukidashi bottom */
.fukidashi-bottom {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    margin: 2em 0.5em;
    width: auto;
    line-height: 40px;
    text-align: center;
    background: #FBB4AE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 0;
}

.fukidashi-bottom:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #FBB4AE transparent transparent transparent;
}


h5.hd_flow {
    margin: 20px 0 5px;
}

div.caption.flow_caption {
    margin: 10px 10px 0;
}


/*howto flow 前のflow使わない場合は不要CSS*/
.panel-stay {
    border-color: #a7d0f5;
}

.panel-stay>.panel-heading {
    color: #000;
    background-color: #a7d0f5;
    border-color: #a7d0f5;
    font-size: 1.3em;
    padding-top: 1.2em;
}

.panel-stay>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #a7d0f5;
}

.panel-stay>.panel-heading .badge {
    color: #a7d0f5;
    background-color: #fff;
}

.panel-stay>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #a7d0f5;
}

/*accordion-toggle icon*/
.accordion-toggle a:after {
    font-family: FontAwesome;
    content: " \f078";
    content: " \f068";
    margin-top: -12px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 22px;
}

.accordion-toggle a.collapsed:after {
    font-family: FontAwesome;
    content: " \f067";
    margin-top: -12px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 22px;
}

/*faq page*/
h3.question {
    color: #333;
    border: none;
    font-size: 1.3em
}

/*項目が多い場合のCSS*/
.faq_list:before {
    content: "Q";
    color: #3498DB;
    margin-right: 0.5em;
    font-size: 1.5em;
}

.faq_comment:before {
    color: #E74C3C;
    font-size: 2em;
    padding-left: 0.1em;
}

.faq_list {
    font-weight: bold;
    margin-top: -1px;
    padding: 20px 70px 20px 20px;
}

a.list-group-item.faq_list:hover {
    background-color: #E1F0FA;
}

.faq_comment {
    margin-bottom: 0;
    margin-top: -1px;
    padding: 30px 50px;
}

div.well.square.faq_comment p:first-child {
    font-size: 1.15em;
}

/*アコーディオンを四角にする*/
a.list-group-item.square, .well.square {
    border-radius: 0 0 0 0;
}

/*stay point btn*/
a.list-group-item.point_list {
    /* line-height: 5em; */
    background-color: #fdd9d5;
    border: solid 2px #fdd9d5;
    text-decoration: none !important;
    padding: 15px 70px 15px 15px;
}


a.list-group-item.point_list:hover {
    color: inherit;
    border: solid 2px #fbb4ab;
    background-color: #fbb4ab;
}

.well.point_comment {
    padding-left: 1em;
    padding-top: 0.4em;
    background-color: #F5F5F5;
}


@media (max-width: 768px) {

    div.caption.flow_caption {
        margin: 0px;
    }

    .faq_list {
        line-height: 1.5em;
        padding: 15px 70px 15px 15px;
    }

    .faq_comment {
        padding: 20px 15px;
    }

    .faq_list:before {
        content: "";
        color: #3498DB;
        margin-right: 0em;
        /*   line-height: 2em; */
        font-size: 1.5em;
    }

    }

@media (max-width: 560px) {

.price_tbl tbody {
    border: none;
  }
  .price_tbl th{
    display: none;
  }
  .price_tbl tr {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    margin-bottom: -1px;
  }
  td.hotel {
  background-color: #F4F4F4;
  font-weight: bold;
  }

  .price_tbl td {
    display: block;
    padding: 10px;
    text-align: right;
  }
  .price_tbl td:before {
    content: attr(data-label);
    float: left;
  }
    }


.stay_hr {
    width: 95%;
    border-bottom: solid 1px #ccc;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}