/*-------------------------------------------------------------------------
レイアウト
-------------------------------------------------------------------------*/
.h1_section {
    padding: 10px 0;
    margin: 0;
}

#contents_outer {
    width: 1000px;
    margin: auto;
}

.rvSection {
}

.rvSection * {
    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
}

/*-------------------------------------------------------------------------
選択：共通
-------------------------------------------------------------------------*/

.rvFlow {
    margin: 0 0 40px;
    position: relative;
}

input[type=checkbox], input[type=radio] {
    margin: 0 5px;
}

/* 店舗情報 */
.rvFlow-head {
    padding: 0 0 5px;
    overflow: hidden;
}

.rvFlow-head__date {
    float: left;
    margin: 5px 0 0 25px;
}

.rvFlow-head__date dt {
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 76px;
    clear: both;
    line-height: 25px;
}

.rvFlow-head__date dd {
    margin: 0 0 0 98px;
    height: 25px;
    line-height: 25px;
}

.rvFlow-head__tel {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 0 22px 0 0;
}

.rvFlow-head__tel__item {
    display: block;
    font-size: 36px;
    font-weight: normal;
    color: #e9465f;
    line-height: 1;
    padding: 3px 0 0 42px;
    background: url("/images/reservation/icn_rv_tel.png") no-repeat 0 2px;
}

.rvFlow-panel-contents {
    float: left;
}

.rvFlow-panel-contents.right {
    padding: 0 0 0 25px;
    margin: 0 0 20px 22px;
    border-left: 1px solid #e3e3e3;
    min-height: 160px;
    width: 45%;
    float: right !important;
}

/* STEP */
.rvFlow-panel {
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    padding: 0px 26px 20px;
    overflow: hidden;
}

.rvFlow-panel.rvFlow-select-company {
    margin: 0 0 10px 0;
    border-radius: 5px;
}

.rvFlow-panel.first:after {
    content: "";
}

.rvFlow-panel.last {
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .06);
    padding: 15px 0;
}

/* 左側 */
.rvFlow-panel-step {
    width: 293px;
    float: left;
    text-align: center;
}

.none {
    display: none;
}

td span.required {
    color: #f03150;
    font-weight: bold;
}

p.agreement {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin: 10px 10px 10px 25px;
    padding: 10px;
    text-align: left;
    width: 53%;
    word-break: break-all;
}

p.agreement a {
    text-decoration: underline;
}

p.agreement span {
    color: #ff0000;
    font-weight: bold;
}

/*-------------------------------------------------------------------------
選択：コンテンツ
-------------------------------------------------------------------------*/

/* カレンダー */
.timeSelect {
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.timeSelect dt {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 10px 0 0;
    width: 162px;
    color: #000;
}

.timeSelect select {
    width: 193px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .08) inset;
    padding: 0 0 0 6px;
}

/* お客様情報を入力 */
.formList {
    border-collapse: collapse;
    width: 100%;
}

.formList dl {
    border-bottom: 1px dotted #e3e3e3;
    overflow: hidden;
}

.formList dl:last-child {
    border-bottom: none;
}

.formList .last {
    border: none;
}

.formList dt {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    width: 162px;
    float: left;
    padding: 14px 0 0 0;
}

.formList__state {
    width: 36px;
    height: 21px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #686868;
    border-radius: 2px;
    margin-left: 5px;
}

.formList__state.required {
    background-color: #f03150;
}

.formList dd {
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
}

.formList.first dd {
    padding-top: 0;
}

.formList.last dd {
    padding-bottom: 0;
}

.formList input:not([id*="contactContents"]),
#captcha input {
    width: 280px;
    box-sizing: border-box;
    height: 36px;
    border: 1px solid #ababab;
    border-radius: 4px;
    padding: 0 0 0 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .08) inset;
}

#contactContents {
    margin-bottom: 0px;

}
.formList input:focus,
#captcha input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .09);
    border: 1px solid #8d8d8d;
}

#message_wrap,
#message {
    margin: 10px 0;
    overflow: hidden;
}

#message_wrap dt,
#message dt {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
}

#message_wrap dd,
#message dd {
    width: 100%;
}

#message_wrap textarea,
#message textarea {
    min-height: 80px;
    min-width: 478px;
    max-width: 478px;
    height: 40px;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .08) inset;
    line-height: 1;
    box-sizing: border-box;
}

#message_wrap textarea:focus,
#message textarea:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .09);
    border: 1px solid #8d8d8d;
}

#message_wrap textarea::placeholder,
#message textarea::placeholder {
    line-height: 1.3;
}

#receiveTime select {
    width: 100%;
    height: 34px;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .08) inset;
    padding: 0 0 0 6px;
}

#captcha {
    overflow: hidden;
}

#captcha .item-name {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 26px;
    width: 125px;
}

#captcha dd {
    float: left;
}

#captcha dd br {
    display: none;
}

#captcha img {
    display: inline-block;
}

#captcha input {
    display: inline-block;
    width: 150px;
    padding: 0 0 0 6px;
    vertical-align: 20px;
}

/* 結果 */
.rvResult {
}

.rvResult-info {
    overflow: hidden;
}

.rvResult-info__list {
    overflow: hidden;
    display: inline-block;
}

.rvResult-info__list dt {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    float: left;
    margin: 0 30px 0 0;
}

.rvResult-info__list dd {
    font-size: 14px;
    float: left;
}

.rvResult-info__list dd span {
    line-height: 1.5;
}

.rvResult-info__list__shop {
    padding: 0 0 0 29px;
    margin: 0 30px 0 0;
    background: url("/images/reservation/icn_rv_shop.png") no-repeat left 1px;
}

.rvResult-info__list__date {
    padding: 0 0 0 27px;
    margin: 0 30px 0 0;
    background: url("/images/reservation/icn_rv_calendar.png") no-repeat left 1px;
}

.rvResult-info__list__time {
    padding: 0 0 0 26px;
    background: url("/images/reservation/icn_rv_clock.png") no-repeat left 1px;
}

.rvResult-info__btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 37%;
}

.rvResult-info__btn a {
    font-weight: bold;
    color: #fff;
    width: 240px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #a50a24;
    background: #ec3150;
    text-align: center;
    line-height: 61px;
    display: inline-block;
    font-size: 22px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.rvResult-info__btn a:hover {
    text-decoration: none;
    background: #db1f3e;
    border: 1px solid #710618;
}

/* 店舗を選択 */
.pluralShop-radio {
    padding: 0 0 12px;
    border-bottom: 1px dotted #e3e3e3;
    height: 65px;
}

.pluralShop-radio .pluralShop-radio__inner {
    width: 390px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 1px 3px #f5f5f5;
}

.pluralShop-radio .pluralShop-radio__inner:after {
    content: url("/images/reservation/icn_rv_select_arw.png");
    position: absolute;
    top: 25px;
    right: 12px;
}

/* div or label , input*/
.pluralShop-radio__result {
    cursor: pointer;
    display: block;
    width: 378px;
    border: 1px solid #bbb;
    border-radius: 2px;
    background-color: #fff;
    padding: 10px 0 10px 10px;
    line-height: 1;
}

.pluralShop-radio__result div, .pluralShop-radio__result span {
    width: 350px;
}

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

.pluralShop-radio__result__shop span {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.pluralShop-radio__result__addr {
    font-size: 12px;
    color: #7f7f7f;
    display: block;
    margin: 5px 0 0;
}

.pluralShop-radio__result__addr:empty {
    margin: 0px;
}

/* ul */
.pluralShop-radio__list {
    position: absolute;
    left: 0;
    z-index: 100;
}

.pluralShop-radio__list li {
    margin: -1px 0 0;
}

.pluralShop-radio__list label:hover {
    background: #f7f7f7;
}

.pluralShop-radio__list input {
    display: none;
    position: absolute;
}

.pluralShop__info {
    margin: 20px 0 0;
}

.pluralShop__info dt {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: 74px;
}

.pluralShop__info dd {
    font-size: 14px;
    margin: 0 0 0 74px;
}

.pluralShop__info__tel {
    color: #e9465f;
}

.store-required {
    margin-bottom: 5px;
}

.block {
    text-align: center;
    width: 100%;
    overflow: hidden;
    border: 3px solid #d3d3d3;
    padding: 13px 0 10px 0;
    box-sizing: border-box;
}

.bt_box {
    font-size: 11px;
    /*background-color: rgba(255,192,203,0.2);*/
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}

/* 次の月を表示したら隠す */
.next_display_none .k-btn-next-month,
.next_display_none .k-btn-precious-month,
.none {
    display: none !important;
}

/* 物件名がある場合 */
.contact_bkn_name {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px dotted #e3e3e3;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

/* バリデートダイアログ */
div.ui-dialog {
    background: #ffffff;
}

div.ui-dialog .ui-dialog-titlebar {
    display: none;
}

#dialog {
    background: #ffffff;
    padding: 2px 6px;
}

#dialog #dialog_contents {
    text-align: center;
}

#dialog #dialog_contents #alert {
    background: #f02727;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    height: 42px;
    margin: 2px auto;
    width: 42px;
}

#dialog #dialog_contents .title {
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0;
}

#dialog #dialog_contents #errorText {
    background: #f2f5f7;
    border-radius: 5px;
    color: #f02727;
    font-weight: bold;
    line-height: 1.25em;
    padding: 17px 18px;
    text-align: left;
}

#dialog #dialog_contents #close {
    height: 27px;
    margin: 16px 0 0;
}

#dialog #dialog_contents #close span {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 23px;
}

.error_calender {
    color: #F00;
    font-weight: bold;
}
dt#mail_or_phone {
    display: flex;
}
/* 項目「メールアドレスまたは電話番号」が設定されていたときの、「いずれか必須」ラベル */
#mail_or_phone span {
    display: block;
    width: 90px;
    margin-bottom: 6px;
}
/* バリデート時の「いずれかの連絡先を入力してください。」 */
#mail_or_phone p.error-wrapper {
    margin-top: 6px;
}
/* バリデート時の「メールアドレスが正しくありません。」 */
.mailorphone-wrapper p.emailaddress-error {
    margin-left: 70px;
    text-align: center;
}
/* バリデート時の「メールアドレスのドメインが正しくありません。」 */
.mailorphone-wrapper p.emaildomain-error {
    text-align: right;
    margin-right: 26px;
}
/* 「メールアドレスまたは電話番号」の「電話番号」のフォーム部分 */
.mailorphone-wrapper .orphone-form {
    float: right;
    margin-right: 38px;
}
/* 電話、またはメールアドレスが設定されているときの文言：メールアドレス、電話番号 */
.mailorphone-wrapper p.oremail, .mailorphone-wrapper p.orphone {
    font-weight: bold;
}
/* 物件情報 */
.reservation_bkn_contact table {
    margin: 10px 0;
    border-collapse: collapse;
    width: 100%;
}

.reservation_bkn_contact th {
    background: #F2F2F2;
    text-align: center;
    padding: 5px 0 5px;
    border: 1px solid #c6c6c6;
    line-height: 1.6;
    font-weight: normal;
}

.reservation_bkn_contact td {
    padding: 5px 10px 5px;
    border: 1px solid #c6c6c6;
    line-height: 1.6;
    text-align: center;
}
