@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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		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;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 15px;
    color: inherit;
}

/*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: 'Font Awesome 5 Free';
    content: " \f078";
    content: " \f068";
    margin-top: -12px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 22px;
	font-weight: 600;
}

.accordion-toggle a.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: " \f067";
    margin-top: -12px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 22px;
	font-weight: 600;
}

/*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 35px 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;
  }
    }






/* dircle number */
ol.circlenb {
  position: relative;
  margin: 0;
  padding: 0
}
ol.circlenb li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em
}
ol.circlenb li span {
  position: absolute;
  left: 0;
  margin: 0
}


/*===== TOP 緊急連絡ボタン =====*/
.topmenu {
	padding: 0;
	margin: 12px 5px ;
}
.topmenu .btn {
	font-size: 2em;
	box-shadow: none;
	line-height: 1.2;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center;
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.topmenu .label {
	padding: 0.05em 0.5em;
	line-height: 1.5;
	margin-left: 0px;
	margin-right: 5px;
	vertical-align: middle;
}
p.topmenu span.label.label-outline {
	line-height: 1.5;
}
@media (max-width: 768px) {
.topmenu .btn {
	font-size: 1.3em;
	padding: 0.5em 0;
	box-shadow: none;
}
}
/******************ボーダーボタン blue*******************/
.topmenu .btn.btn-blue.btn-square {
	background: repeating-linear-gradient(to top, #5DA8DA, #2690D7, #379CE0 4px, #5BA6D9 3px);
	color:#FFF;
	border: solid 1px #fff;
	outline: solid 3px #3498db;
}
.topmenu .btn.btn-blue.btn-square:hover,.topmenu .btn.btn-blue.btn-square:active,.topmenu .btn.btn-blue.btn-square:focus {
	background: repeating-linear-gradient(to top, #2D92D7, #1B70AB, #2D92D7 4px, #338CCA 3px);
	color:#FFF;
	border: solid 1px #fff;
	outline: solid 3px #2D92D7;
	outline-offset: 0px;
}
/******************ボーダーボタン pink*******************/
.topmenu .btn.btn-pink.btn-square {
	background: repeating-linear-gradient(to top, #f95c5f, #f96366, #f9777a 4px, #f95c5f 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #f97a7c;
}
.topmenu .btn.btn-pink.btn-square:hover,.topmenu .btn.btn-pink.btn-square:active,.topmenu .btn.btn-pink.btn-square:focus {
	background: repeating-linear-gradient(to top, #f94d50, #f94d50, #FA676B 4px, #f94d50 3px);
	color:#FFF;
	border: solid 1px #fff;
	outline: solid 3px #f94d50;
	outline-offset: 0px;
}
/******************ボーダーボタン green*******************/
.topmenu .btn.btn-green.btn-square {
	background: repeating-linear-gradient(to top, #56b550, #64C15E, #8CC689 4px, #56b550 3px);
	color: #FFF;
	border: solid 1px #fff;
	outline: solid 3px #56b550;
}
.topmenu .btn.btn-green.btn-square:hover,.topmenu .btn.btn-green.btn-square:active,.topmenu .btn.btn-green.btn-square:focus {
	background: repeating-linear-gradient(to top, #4D9D48, #4D9D48, #66BC60 4px, #4D9D48 3px);
	color:#FFF;
	border: solid 1px #fff;
	outline: solid 3px #4C9F46;
	outline-offset: 0px;
}
/******************ボーダーボタン内のラベル*******************/
.topmenu .label-default.label-outline {
	background-color:#fff;
	border: solid 0px #666666;
}
/* apua */
.topmenu .btn-blue .label-default.label-outline {
	color: #2D92D7;
}
/* pink */
.topmenu .btn-pink .label-default.label-outline {
	color: #f94d50;
}
/*===== // TOP 緊急連絡ボタン =====*/



/*追加*/
.longurl {
	word-break: break-all;
}

#content table.tblFull.w700 {
    margin: 0px auto;
		width: 700px;
}

#content table.tblFull .nowrap {
    white-space: nowrap;
}

#content table.tblFull .thstyle {
	width:450px;
}

#content table.tblFull .thstyle2 {
	width:110px;
}

@media all and (max-width: 768px) {
	#content h2 {
		font-size: 150%;
	}
	
	.h3,h3 {
		font-weight: 300;
		color: #313131;
		font-size: 140%;
	}

}









