@charset "UTF-8";

/** scommon.css **/



.hotel_name_title_sub {
  font-size: 14px;
}

.hotel_remarks {
  font-weight: bold;
  color: red;
}

.hotel_detail_img img {
  width: 400px;
  height: 300px;
}

.widthauto {
  width: 400px;
}

#map_canvas {
  height: 280px;
  width: 485px;
}
@media screen and (max-width: 960px) {
	#map_canvas {  height: 250px; width: auto;}
}

h4.margin_change {
  margin-bottom: 0px;
}

article.margin_change {
  margin-bottom: 0px;
}

.notstyle_a {
  color: white;
  font-size: 10px;
}
.hotel_subname {
  font-size: 9px;
}
  
.textdate {
  padding: 5px;
  width: 150px;
}

.textdate_m {
  padding: 5px;
  width: 120px;
  font-size: 16px;
  /* transform: scale(0.8); */
}

.size-16px {
  font-size: 16px;
}

img.ui-datepicker-trigger{
  cursor: pointer;
  margin-left: 5px!important;
  vertical-align: middle;
  /* padding-top: 10px; */
  height: 25px;
}

.s-btn:hover {
  cursor:  pointer;
  opacity: 0.7;
}

.page_info {
  text-align: center;
  /* font-size: 16px; */
  margin-bottom: 25px;
  font-weight: bold;
}

.qa_title {
  /* background-color: #19b2d8; */
  border-bottom: #19b2d8 solid 1px;
  color: #19b2d8;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 5px;
}
.qa_info {
  /* background-color: #19b2d8 ;
  /*  */
  /* color: white;
  font-size: 18px;
  width: 100%;
  padding: 5px; */
  /* border-bottom: #19b2d8 solid 2px;
  border-right: #19b2d8 solid 2px; */
  border-left: #19b2d8 solid 1px;
  padding: 10px;
}

.notstyle_a_nosize {
  color: white;
}


.comp_info dl {
	border-bottom: 1px dotted #1EA3D0;
	font-size: 15px;
	padding-bottom: 5px;
}
.comp_info dl dt {
	background-color: #1EA3D0;
	color: #fff;
	width: 150px;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem;
	margin-right: 1rem;
}
.comp_info dl dd {
	display: inline-block;
}

.contact_container {
  padding: 10px;
  display: table;
  width: 100%;
}
.contact_row {
  display: table-row;
}

.contact_cells {
  /* font-size: 16px; */
  font-weight: bold;
  text-align: left;
  border-bottom: #1EA3D0 1px solid;
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding: 10px;
}
.contact_input {
  text-align: left;
  width: 100%;
  padding: 10px;
}
.contact_textarea {
  text-align: left;
  border-bottom: #1EA3D0 1px solid;
  display: table-cell;
  width: auto;
  padding: 10px;
}
.req {
  font-size: 9px;
  color: red;  
}

.contact_btn {
  background-color: #1EA3D0;
  color: white;
  /* font-weight: bold; */
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px;
  border-radius: 10px;
  margin-top: 20px;
}

.contact_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.front_alert {
  border-radius: 10px;
  background-color: palevioletred;
  color: white;
  padding: 20px;
  text-align: center;  
}

.front_error_msg {
  color: red;
  font-weight: normal;
}
.entry_error_msg {
  color: red;
  font-weight: normal;
  font-size: 12px;
}


.front_success {
  border-radius: 10px;
  background-color: #19b2d8;
  color: white;
  padding: 20px;
  text-align: center;  
}

.tbcolor_lightg th {
  border: 1px solid rgb(128, 190, 211);
}
.tbcolor_lightg td {
  border: 1px solid rgb(128, 190, 211);
  /* vertical-align: middle; */
  padding: 3px;
}

.entrys {
  /* background-color: aliceblue; */
  height: 100%;
}
.entrys:hover {
  background-color: skyblue;
  cursor: pointer;
}


.cal_tbl_sun {
  background: rgb(252, 230, 233);
  /* color: red; */
}

.cal_tbl_sut {
  background: rgb(216, 241, 250);
  /* color: navy; */
}

.cal_tbl_day {
  font-size: 11px;
  padding-bottom: 10px;
  top: 0px;
}
.cal_tbl_amount {
  font-size: 13px;
  font-weight: bold;
  /* color: navy; */
  text-align: center;
}
.cal_tbl_amount_ch {
  font-size: 11px;
  /* color: navy; */
  text-align: center;
}


.cal_tbl_day_sp {
  font-size: 9px;
  padding-bottom: 8px;
  top: 0px;
}
.cal_tbl_amount_sp {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.cal_tbl_amount_ch_sp {
  font-size: 9px;
  text-align: center;
}


/* 申込フォーム */
@media screen and (max-width: 999px) {
  .entrynav {
    text-align: center;
    width: 100%;
  }
  .entrynav ul {
    display: table;
    /* margin-right: 10px; */
    background-color: #d6f1ff;
    color: #0087a9;
    width: 100%;
    text-align: center;
  }
  .entrynav li {
    display: table-cell;
    font-size: 12px;
    width: auto;
    padding: 5px;
    vertical-align: middle;

  }
  .entrynav ul li.active {
    font-weight: bold;
    background-color: #19b2d8;
    color: #FFF;

  }
  .entrynav ul li.arrows {
    /* margin: 0 1rem; */
    background-color: #FFF;
    padding: 5px;
    color: #0087a9;
  }

  .entry_btn_area {
    width: 100%;
    text-align: center;
    /* padding: 20px; */
  }
  .link_btn {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  
    background-color: #1EA3D0;
    color: white;
    border-radius: 10px;
    margin: 5px;
  } 

  .confirm_edit_btn {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  
    background-color: #1EA3D0;
    color: white;
    border-radius: 10px;
    margin: 5px;
    font-size: 12px;
    font-weight: normal;
  }   

  .fevimg {
    /* width: 167px;
    height: 103px; */
    width: 100%;
    /* height: auto; */
    height: 150px;
  }
  .planhotelimg {
    width: 177px;
    height: 108px;
  }  
  .hotel_name {
    /* font-weight: bold; */
    font-size: 0.5rem;
    color : white;
    position: absolute;
    width:100%;
    padding: 5px;
    padding-left: 10px;
    /* opacity: 0.6; */
    background-color: rgba( 25, 178, 216, 0.7 );
    /*left: 10px; */
  }  
  div.ui-datepicker {
    text-align:center !important;
    font-size: 120%;
    width:99.9%;
  }

}
@media screen and (min-width: 1000px) { 
  .entrynav {
    text-align: center;
    width: 100%;
  }
  .entrynav ul {
    display: table;
    /* margin-right: 10px; */
    background-color: #d6f1ff;
    color: #0087a9;
    width: 100%;
    text-align: center;
  }
  .entrynav li {
    display: table-cell;
    font-size: 1rem;
    width: auto;
    padding: 10px;
    vertical-align: middle;
  }

  .entrynav ul li.active {
    font-weight: bold;
    background-color: #19b2d8;
    color: white;
  }

  .entrynav ul li.arrows {
    /* margin: 0 1rem; */
    background-color: #FFF;
    padding: 10px;
    color: #0087a9;
  }
  .entry_btn_area {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .link_btn {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    background-color: #1EA3D0;
    color: white;
    border-radius: 10px;
    margin: 10px;
  }
  .confirm_edit_btn {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  
    background-color: #1EA3D0;
    color: white;
    border-radius: 10px;
    margin: 5px;
    font-size: 14px;
    font-weight: normal;
  } 

  .fevimg {
    width: 360px;
    height: 220px;
  }
  .planhotelimg {
    width: 240px;
    height: 190px;
  }
  .hotel_name {
    /* font-weight: bold; */
    font-size: 12px;
    color : white;
    position: absolute;
    width:100%;
    padding: 5px;
    padding-left: 10px;
  
    top: 10px;
    /* opacity: 0.6; */
    background-color: rgba( 25, 178, 216, 0.7 );
    /*left: 10px; */
  }


}

.link_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}



.arrow{
  position: relative;
  display: inline-block;
  padding-left: 8px;
}
.arrow:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #0087a9;
  border-right: solid 2px #0087a9;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}



.entry_areas {
  color: navy;
  padding-left: 20px;
  font-weight: bold;
}

.info_comment {
  /* font-size: 11px; */
  padding: 5px;
  margin-bottom: 10px;
}

.entry_item_title {
  background-color: white;
  color: navy;
}


.text_area_info {
	padding: 30px;
	background: url("../../img/dot_yellow.gif") repeat 0 0 transparent;
	font-weight: bold;
	margin-top: 1rem;
}





.entry_info h5 {
	border-left: 7px solid #0087a9;
	color: #19b2d8;
	position: relative;
  font-size: 20px;
	padding-left: 0.5rem;
}
.entry_info h5::after {
	content: '';
	width: 100%;
	background: #0087a9;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: -7px;
}
.entry_info h5 {
	color: #000;
}

.selectform_hotel_name {
	background-color: #19b2d8;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0.3rem 1rem;
	font-size: 11px;
  height: 60px;
  vertical-align: middle;
}

.btn_center {
  width: 100%;
  text-align: center;
}
.hotel_sel_btn {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;

  margin-top: 20px;
  background-color: #1EA3D0;
  color: white;
  border-radius: 10px;
}


.entry_info dl {
	border-bottom: 1px dotted #1EA3D0;
	font-size: 15px;
	padding-bottom: 5px;
}

.entry_info dl.sub_total {
	border-bottom: 1px dotted #1EA3D0;
	font-size: 15px;
	/* padding-bottom: 5px; */
}

.entry_info dl dt {
	background-color: #1EA3D0;
	color: #fff;
	width: 150px;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem;
	margin-right: 1rem;
}
.entry_info dl dd {
	display: inline-block;
}

.f_btn_close {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: rgb(221, 87, 87);
  /* font-size: 10px; */
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  /* padding: 8px 16px 8px 32px; */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;

  border-radius: 4px;
  position: relative;
}
.f_btn_close:hover {
  opacity: 0.8;
  cursor: pointer;
}

.f_btn_select_btn {
  border: none;
	border-radius: 5px;
	background: #1EA3D0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
  padding: 0.5rem 1rem;
	/* position:absolute; */
	/* top: 20px;
	right: 0; */
	cursor: pointer;
}
.f_btn_clear_btn {
  border: none;
	border-radius: 5px;
	background: red;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5rem 0.5rem;
	/* position:absolute; */
	/* top: 20px;
	right: 0; */
	cursor: pointer;
}


.f_btn_select {
  border: none;

  /* display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #1EA3D0;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  position: relative; */
  color: white;
  /* font-size: 10px;   */

}
.f_btn_select:hover {
  opacity: 0.8;
  cursor: pointer;
}


.table_schedule_f {
  border: 2px solid #0087a9;
  width: 100%;
}
.table_schedule_f th {
	text-align: center;
	background-color: #d6f1ff;
	padding: 1rem;
}
.table_schedule_f td {
	padding: 2px;
  word-break: break-all;
  text-align: center;
}
.table_schedule_f .adjust {
	width: 75%;
}


/* フライト選択用テーブル */
.table_schedule_flight {
  /* border-color: #0087a9; */
  /* background-color: #0087a9; */
  border: solid 1px #1EA3D0;
  width: 100%;
}
.table_schedule_flight th {
	text-align: center;
  background-color: rgb(118, 204, 233);
  color: white;
  /* border: solid 1px #0087a9; */
	padding: 0.5rem;
}
.table_schedule_flight tr {
  border-bottom: dotted 1px #0087a9;
}

.table_schedule_flight td {
	padding: 7px;
  word-break: break-all;
  text-align: center;
  /* font-size: 14px; */
}
.table_schedule_flight .adjust {
	width: 75%;
}

/* フライトテーブル */



/* スティッキーテーブル */
.sticky_table {
  display: block;
  position: relative;
  overflow-y: scroll;
  /* width: calc(400vw - 3.0rem); */
  width: auto;
  /* height: calc(72vh); */
  /* width: 367px; */
  height: 300px;
  border-collapse: collapse;
}
.sticky_table thead,
.sticky_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sticky_table th,
.sticky_table td {
  display: inline-block;
  /* width: 12.5rem; */
}
.sticky_table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.sticky_table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.sticky_table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
/* スティッキーテーブル */

/* スティッキーテーブル 外枠 */
.sticky_table_o {
  display: block;
  position: relative;
  overflow-x: auto;
  /* width: calc(400vw - 3.0rem); */
  width: 100%;
  /* height: calc(72vh); */
  /* width: 367px; */
  /* height: 390px; */
  border-collapse: collapse;
}
.sticky_table_o thead,
.sticky_table_o tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sticky_table_o th,
.sticky_table_o td {
  display: inline-block;
  /* width: 12.5rem; */
}
.sticky_table_o tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.sticky_table_o thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.sticky_table_o thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
/* スティッキーテーブル 外枠 */

.panel-heading {
  background-color: #1EA3D0;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 0.3rem;
}
.text-primary {
  background-color: #1EA3D0;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

.flight_title {
  width: 100%;
  background-color:#d6f1ff;
}

.text-info {
  color: #0087a9;
}

.text-danger {
  color: #a94442;
  font-size: 12px;
}

.in_group {
  margin-bottom: 0;
  font-size: 13px;
}

/* 部屋タイプ */
.roomtype_li {
  font-size: 13px;
  margin-bottom: 15px;
}
.roomtype_title {
  margin-right: 10px;
  font-weight: bold;
  color: #0087a9;  /* font-size: 14px; */
} 

.hotel_sel_radio {
  font-weight: bold;
  color: #0087a9;  /* font-size: 14px; */
  margin: 0;
}

.text-hosoku {
  font-size: 12px;
  color: red;
}

.entry_textarea {
  width: 100%;
  height: 100px;
}

.entry_old {
  width: 50px;

}



.table_doukou {
  /* display: table; */
  table-layout: fixed;
}
.table_doukou_cell {
  display: table-cell;
  width: 130px;
  padding: 9px;
  border: 1px solid #666;
}




.table_doukou th {
  background-color: #1EA3D0;
  color: white;
  text-align: center;
  padding: 5px;
  border-right: solid 5px white;
}

.table_doukou td {
  padding-top : 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-center {
  text-align: center;
}

.under_line {
  background-color: #0087a9;
  padding: 0;
  height: 1px;
}

.koutei_text {
  text-align: left;
  font-size: 12px;
  vertical-align: top;
  padding: 3px;
}

/* エラー関連 */
.has-error input {
  background-color: rgb(248, 209, 215);
}
.has-error textarea {
  background-color: rgb(248, 209, 215);
}


/* 料金情報BOX関連 */
.side_area .amountbox-form {
	width: 235px;
	padding: 10px;
	margin-bottom: 1rem;
}
.side_area .amountbox-form table th,
.side_area .amountbox-form table td {
	display: inline-block;
}
.side_area .amountbox-form input.s-btn {
	padding: 0.5rem 3rem;
}

.amountbox-form {
	background-color: #19b2d8;
	border-radius: 10px;
	padding:20px;
	width: 350px;
	font-size: 13px;
	float: left;
}
.amountbox-form table {
	color :#fff;
	width: 100%;
}
.amountbox-form table th {
	padding: 0.2rem;
	font-weight: bold;
}
.amountbox-form table td {
  padding: 0.2rem;
  width: auto;
  text-align: right;
}
.amountbox-form table .col4 th,
.amountbox-form table .col4 td {
	max-width: 3rem;
}
.amountbox-form table select {
	color: #000;
	background-color: #fff;
    height: 35px;
}

.agreement_message {
  text-align: center;
  font-weight: bold;
  color: red;
  
}

.remove_btn {
  text-align: right;
}

/* .amountbox_table {
}
.amountbox_table td {
  font-weight: normal;
} */

.remove_edit_area {
  display: table;
  width:100%;
}
.remove_edit_area.item_title {
  display: table-cell;
}
.remove_edit_area span.item_btn {
  display: table-cell; 
  text-align: right;
}

.total_amount {
  font-size: 20px;
  font-weight: bold;
  color: red;
}

.sub_total_amount {
  font-size: 16px;
  color: red;
}

.errorpage_title {
  font-size: 20px;
  font-weight: bold;
  color: red;
  margin-bottom: 30px;
}
.errorpage_info {
  margin-bottom: 50px;
}

.comp_title {
  font-size: 20px;
  font-weight: bold;
  color: #0087a9;
  margin-bottom: 30px;
}
.comp_info {
  margin-bottom: 50px;
}

/* loading */
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../../img/loading.gif") center center no-repeat;
}

.end_flight {
  background-color: #fff;
  color: #0087a9;
  text-align: center;
  border: #0087a9 5px solid;
  padding: 30px;
  width:370px;
  height: 330px;
  font-weight: bold;
  border-radius: 10px;
  vertical-align: middle;
}

.flight-time label:hover {
  cursor: pointer;
  background-color: #d6f1ff;
}

.f_btn_select_btn:hover {
  opacity: 0.8;
}
.f_btn_clear_btn:hover {
  opacity: 0.8;
}

.entry_info input {
  font-size: 16px;
  /* width: 50%; */
    /* transform: scale(0.8); */
}

.confirm_btn {
  background: red;
}

.price_box a {
	border: none;
	border-radius: 5px;
	background: #ff571d;
	color: #fff;
	/* font-size: 10px;
	font-weight: bold; */
	padding: 0.5rem 1rem;
	position:absolute;
	/* top: 20px; */
	right: 0;
	cursor: pointer;
}


.list_tour_point {
	width: 100%;
  position: relative;
	/* padding-top: 1rem; */
}

.open_tour_point {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  /* padding-right: 20px; */
  /* background-color: #ff571d; */
  background-color: #FFF;
  color: #ff571d;
  border: 0;
  /* color: #FFF; */
  font-weight: bold;
  font-size: 12px;
  /* border-radius: 10px 10px 10px 10px / 10px 10px 0px 0px; */
}

.open_tour_point_area {
  text-align: right;
}

.list_tour_point ul > li {
  background-color: paleturquoise;
  text-align: center;
  width: 300px;
  /* 閉じている状態 */
  border-top: 0 white solid;
  padding-top: 0;
  padding-bottom: 0;
  /* 閉じるアニメーション */
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
.list_tour_point ul.is-open > li {
  /* 開いている状態 */
  border-top: 1px white solid;
  padding-top: 13px;
  padding-bottom: 13px;
  /* 開くアニメーション */
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
.list_tour_point ul > li > p {
  /* 閉じている状態 */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}
.list_tour_point ul.is-open > li > p {
  /* 開いている状態 */
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}

.price_box .price {
	position: absolute;
    right: 110px;
    font-size: 20px;
    font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}