/* contact
---------------------------*/

#contact {
  margin-top: 10px;
}

#contact * {
  font-size: 14px;
}

#contact #msgblock {
  position: relative;
  width: 860px;
  height: 100px;
  margin-top: 18px;
  background: url("../img/contact/bg_msg.jpg") no-repeat;
}

#contact #msgblock p {
  position: absolute;
  top: 50px;
  left: 26px;
  font-size: 14px;
  color: #333;
  line-height: 130%;
}

#contact #pointblock {
  position: relative;
  overflow: hidden;
  width: 860px;
  height: 125px;
  margin-top: 5px;
  padding-bottom: 30px;
  background: url("../img/contact/bg_point.jpg") no-repeat;
}

#contact #pointblock p {
  float: left;
  color: #4C4C4C;
  margin-top: 40px;
  padding: 0 2px;
}

#contact #pointblock #point1 { width: 156px; }
#contact #pointblock #point2 { width: 169px; }
#contact #pointblock #point3 { width: 170px; }
#contact #pointblock #point4 { width: 168px; }
#contact #pointblock #point5 { width: 177px; }

#contact h4.subtitle {
  position: relative;
  height: 27px;
  background-color: #D2F1FF;
}

#contact h4.subtitle img {
  position: absolute;
  left: 20px;
  top: 5px;
}

#contact #formblock {
  overflow: hidden;
  padding: 15px 0 25px 0;
}

#contact #formblock .attention {
  color: red;
}

#contact #formblock * table {
  margin-top: 24px;
  width: 100%;
}

#contact #formblock * table th,
#contact #formblock * table td {
  padding: 3px;
}

#contact #formblock * table th p {
  color: #990000;
  font-size: 12px;
}

#contact #formblock * .box60 { width: 60px; }
#contact #formblock * .box260 { width: 260px; }
#contact #formblock * .box300 { width: 300px; }

#contact #contactformblock {
  /*width: 500px;*/
  width: 100%;
  float: left;
}

#contact #contactformblock table th {
  background-color: #F1F1F1;
  /*width: 100px;*/

}
#contact #contactformblock table td {
  background-color: #F1F1F1;
  width: 80%;
}
#contact #contactformblock #companion td {
  width: auto;
}
div.form_common #companion td .width-max {
  width: 90%;
}
div.form_common #cruise_name_tr input {
  font-weight: bold;
  color: #0000DD;
}
#contact #contactformblock h2 {
    text-align:center;
}

#contact #courseformblock {
  width: 350px;
  float: right;
}

#contact #courseformblock table th {
  width: 70px;
}

#contact #courseformblock table td a.btnaddressset {
  position: relative;
  top: 6px;
}

#contact #kiyakublock {
  text-align: center;
}

#contact #kiyakublock1,
#contact #kiyakublock2 {
  width: 732px;
  margin: 0 auto;
}

#contact .kiyakublock_outline {
  border: 1px solid #333;
  width: 732px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}

#contact .kiyakublock_outline ul {
  margin: 1em 0;
  padding-left: 20px;
  margin: 5px 0px;
}
#contact .kiyakublock_outline ul li {
  list-style: disc;
}
#contact .kiyakublock_outline a {
  text-decoration: underline;
}

#contact #kiyakublock textarea {
  width: 710px;
  padding: 0px 10px;
  margin: 15px auto;
}

#contact .btn_area {
  text-align: center;
}

#contact .btn_area * {
  margin: 0 10px;
  vertical-align: middle;
}
div#contactinformation {
  display: flex;
  align-items: center;
  margin: 8px 0;
  position: relative;
}
div#contactinformation p:not(.button) {
  width: 510px;
  height: 100%;
  font-size: 13px;
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
  background: #5fa814;
  color: white;
  border-radius: 5px;
}
div#contactinformation p {
}
div#contactinformation p.button {
  width: 250px;
  margin: 0 auto;
  position: relative;
}
div#contactinformation p .contact-information-notice {
    font-weight:bold;
    color: white;
    font-size: 14px;
}



/* contact confirm
---------------------------*/

#contact h3.subtitle {
  margin: 15px 0;
}

#contact #msgconfirm {
  margin: 15px 0;
}

#contact tr#credit_name_row td,
#contact tr#credit_number_row td {
  text-decoration: underline;
  text-decoration-color: red;
}


#contact .h-60 {
  height: 60px;
  
}
#contact tr#payment_type_row td label:first-child {
  font-weight: bold !important;
}

#contact tr#credit_number_row img {
  vertical-align:middle;
  padding-left: 5px;
}

.reserve_agreement_check_box,
.online_reserve_agreement_check_box {
  margin: 20px 0 15px 55px;
}
.reserve_agreement_check_box .reserve_agreement-input,
.online_reserve_agreement_check_box .online_reserve_agreement-input{
  display: none;
}
.reserve_agreement_check_box .reserve_agreement-parts{
  padding-left: 24px;
  position:relative;
  margin-right: 20px;
  font-size: 14px !important;
  font-weight: normal;
  color: #333 !important;
}
.online_reserve_agreement_check_box .online_reserve_agreement-parts{
  padding-left: 24px;
  position:relative;
  margin-right: 20px;
  text-decoration: underline;
  font-size: 16px !important;
  font-weight: bold;
  color: #001162 !important;
}
.reserve_agreement_check_box .reserve_agreement-parts::before,
.online_reserve_agreement_check_box .online_reserve_agreement-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #555;
  border-radius: 6px;
}
.reserve_agreement_check_box .reserve_agreement-input:checked + .reserve_agreement-parts,
.online_reserve_agreement_check_box .online_reserve_agreement-input:checked + .online_reserve_agreement-parts{
  color: #009a9a;
}
.reserve_agreement_check_box .reserve_agreement-input:checked + .reserve_agreement-parts::after,
.online_reserve_agreement_check_box .online_reserve_agreement-input:checked + .online_reserve_agreement-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 8px;
  width: 9px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.online_reserve_agreement_check_box .online_reserve_agreement-parts span{
  font-size: 15px;
  margin-left: 30px;
}


/* contact complete
---------------------------*/

#contact #registcompleteblock {
  text-align: center;
}

#contact #registcompleteblock h4 {
  color: #444;
  font-family: メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  padding: 25px 0 15px 0;
}

#contact #registcompleteblock p {
  margin-top: 15px;
}

#contact #registcompleteblock p.bold {
  color: #575757;
  font-weight: bold;
}

a.all_check {
  text-decoration: underline;
  font-size: 14px;
  padding-left: 10px;
  vertical-align:top;
}

tr#cruise_arrangement_tr th span {
  font-size: 12px;
  font-weight: bold;
}
tr#cruise_budget_tr th span {
  font-size: 12px;
  font-weight: bold;
}
tr#cruise_budget_tr td input[type=text]:nth-child(1) {
  width: 120px;
}


#cruise_preferred_date_list {
  display: none;
  margin: 1em 0;
}
a.show_cruise_preferred_date_list {
  text-decoration: underline;
  font-weight:bold;
}
body.LC_Page_Contact .ui-dialog-titlebar {
  display: block;
}
body.LC_Page_Contact .ui-dialog-title {
  color: #fff;
}

.contact-budget {
    font-size:12px;
    display: block;
}
.contact-budget-doller-or-yen{
    font-size: 14px;
    text-decoration:underline;
    font-weight:bold;
}
.windowtext span.entry_customer_message {
  border-bottom: solid 1px #000;
}
#contact p.entry_customer_table_info {
  text-align: center;
  margin: 20px 0;
  color: #00f;
}
div#entry_customer_table {
  border: solid 1px #909090;
  border-radius: 5px;
}
div#entry_customer_table table.contact {
  width: 100%;
}
div#entry_customer_table table.contact th {
  background-color: #ffe0e0;
  width: 150px;
}
div#entry_customer_table table.contact td {
  background-color: #fff0f0;
  padding: 5px 10px;
}
div#entry_customer_table table.contact tr.agree td {
  text-align: center;
}
div#entry_customer_table table.contact tr.agree td input{
  height: 16px;
  width: 16px;
}
div#entry_customer_table table.contact tr.agree td span,
div#entry_customer_table table.contact tr.agree td label {
  font-size: 18px;
  font-weight: bold;
}
div#entry_customer_table table.contact tr.agree td label {
  border-bottom: 1px solid #000;
}

#price_total_table,
#price_total_table_total {
    display: inline-block;
    border-collapse: collapse;
}
#price_total_table tbody,
#price_total_table_total tbody {
    width: 100%;
    display: block;
}
#price_total_table_total {
    width: 100%;
}
#price_total_table_total caption {
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
}
#price_total_table {
  width: 100%;
}
#price_total_table .total_price {
  text-align: right;
}
#price_table th, #price_expense_table th, #price_total_table th {
    width: auto;
    padding-right: 6px;
}
#price_table tbody tr td,
#price_expense_table tbody tr td {
    font-size: 14px;
    font-weight: bold;
}


#price_table thead tr th:last-child {
    /* border: 2px solid #888; */
}
#price_table tbody tr td:last-child {
    /* border: 2px solid #888; */
}
/* #price_expense_table thead tr th:last-child {
    border: 2px solid #888;
}
#price_expense_table tbody tr td:last-child {
    border: 2px solid #888;
} */

#price_total_table th {
    font-size: 12px;
    display: block;
}
.online_price_title {
  font-size: 140%;
  display: block;
  width: 100%;
}
.online_price_title_b {
  font-weight: bold;
  font-size: 1.4em !important;
}
#base_total, #base_total_2, #additional_total, #additional_total_4, #under_age_total, #junior_total, #baby_total, #single_total, #total_amount {
  font-size: 140%;
}
#total_amount {
    color: red;
}

#contact div.subcontents_header {
    margin-left: -20px;
}
#contact div#completebox h3.subtitle,
#contact div.subcontents_header h3.subtitle {
    text-align: center;
    font-size: 64px;
    font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 10px;
}
#contact div#completebox p.message {
    font-size: 18px;
}
#contact div#completebox p {
    font-size: 15px;
}

#contact div.subcontents_header p {
    font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0px 0px 10px 30px;
}
#contact div.subcontents_header div.option_buttons {
    margin-left: 30px;
}

#contact div.subcontents_dtravel p {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}
#contact div.subcontents_dtravel p span {
    font-weight: bold;
    font-size: 24px;
}

/* Acordion Faq */
.tab_sell {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin: 5px auto;
}
.tab_sell2 {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin: 5px auto;
}
input.tab-uno1_sell {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input.tab-uno4_sell {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.tab-uno2_sell,
label.tab-uno3_sell {
  position: relative;
  display: block;
  /*padding: 0 3rem 0 0;*/
  background: #000;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  margin-left: -20px;
  letter-spacing: 2px;
}
label.tab-uno2_sell {
  background-color: #ef825d;
}

label.tab-uno3_sell {
  background-color: #92D050;
}
.tab-content_sell {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}
.tab-content_sell2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}
.tab-content_sell p {
  margin: 1em;
}
.tab-content_sell2 p {
  margin: 1em;
}
/* :checked */
input.tab-uno1_sell:checked ~ .tab-content_sell {
  max-height: 100%;
}
input.tab-uno4_sell:checked ~ .tab-content_sell2 {
  max-height: 100%;
}
/* Icon */
label.tab-uno2_sell::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
label.tab-uno3_sell::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input.tab-uno1_sell[type=checkbox] + label.tab-uno2_sell::after {
  content: "+";
}
input.tab-uno1_sell[type=radio] + label.tab-uno2_sell::after {
  content: "\25BC";
}
input.tab-uno1_sell[type=checkbox]:checked + label.tab-uno2_sell::after {
  transform: rotate(315deg);
}
input.tab-uno1_sell[type=radio]:checked + label.tab-uno2_sell::after {
  transform: rotateX(180deg);
}

input.tab-uno4_sell[type=checkbox] + label.tab-uno3_sell::after {
  content: "+";
}
input.tab-uno4_sell[type=radio] + label.tab-uno3_sell::after {
  content: "\25BC";
}
input.tab-uno4_sell[type=checkbox]:checked + label.tab-uno3_sell::after {
  transform: rotate(315deg);
}
input.tab-uno4_sell[type=radio]:checked + label.tab-uno3_sell::after {
  transform: rotateX(180deg);
}
  
.midashi{
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #3cb3e4;
  color: #fff;
  padding: 1rem 2rem;
  width: 40%;
  border-radius: 10px;
  text-align: center;
}

.tokuten,
.tokuten span{
  line-height: 2;
  font-size: 1rem;
  font-weight: bold;
}

.tokuten span{
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.accordion {
  margin-top: 32px;
}
.accordion label,
.accordion .midashi {
  word-break: keep-all;
}
