@charset "utf-8";
/* CSS Document */
/*===========================================*/
/*  CONTENTS:
/*============================================
1.0 - 共通部品
2.0 - ナビゲーション
3.0 - フォトギャラリー
4.0 - ホテル登録・ホテル編集
5.0 - お問い合わせ
6.0 - 駅IC登録
16.0 - アクセス設定
=============================================*/


/*-------------------------------------------*/
/* 1.0 - 共通部品
/*-------------------------------------------*/

* {
    word-break: break-all;
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    font-size: 16px;
    background-color: #f9f9f9;
}
h1 {
    font-size: 32px;
}
a{
    color: #3498db;
    cursor: pointer;
    text-decoration: none;
}
a:focus, a:hover {
    color: #f39c12;
    text-decoration: underline;
}
a.text-link{
    color: #3498db!important;
    cursor: pointer!important;
    text-decoration: underline!important;
}
a.text-link:focus,
a.text-link:hover {
    color: #f39c12!important;
    text-decoration: underline!important;
}
input[type="file"] {
    width: 100%;
    font-size: 1.2rem;
}
.form-group{
    margin-bottom: 10px;
}
.card{
    margin-bottom: 20px;
}
textarea.form-control{
    font-size: 1.5rem;
    height: calc( 1.5rem * 10 );
}
.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #ecf0f1;
    font-size: 3rem;
}
.hidden {
    display: none!important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-maxwidth{
    max-width: 450px;
    height: auto;
}
.login_head{
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
}
select.form-control{
    appearance:auto;
    -moz-appearance:auto;
    -moz-appearance:auto;
}
.datepicker {
    font-size: 1.5rem;
}

/* 改行しない */
.whiteSpace-nowrap{
    white-space: nowrap;
}

/* margin */
.or-mg-b5{
    margin-bottom: 5px;
}
.or-mg-b10{
    margin-bottom: 10px;
}
.or-mg-b20{
    margin-bottom: 20px;
}
.or-mg-b30{
    margin-bottom: 30px;
}
.or-mg-r40{
    margin-right:40px;
}

/* padding */
.or-pd-10{
    padding:10px;
}
/* width */
.or-width180{
    width: 180px;
}
.or-width50per{
    width: 50%;
}

/* font-weight */
.or-fw-b{
    font-weight: bold;
}
.nav > li> a {
    position: relative;
    display: block;
}

/* 文字調整 */
.or-attention-text{
    margin-top: -5px;
    color: #0930c7;
    margin-bottom: 20px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 1.3rem;
    line-height: 1.7;
}
.or-script_error{
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #DC3545;
}
.form-check-input{
    margin-top: 0;
}
.pre-text{
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ボタン */
.btn {
    font-size: 1.6rem;
    padding: 5px 15px;
}
.btn-sm{
    padding:2px 10px;
    font-size:1.4rem;
    white-space: nowrap;
}
.btn-lg{
    padding:10px 20px;
    font-size:1.7rem;
}
.btn-fix{
    padding:8px 20px;
    font-size: 1.8rem;
    min-width: 200px;
    display: inline-block;
    margin-left: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #2c3e50;
    border-color: #283949;
    border-radius:2px;
   }
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible{
    color: #fff!important;
    background-color: #001326!important;
    border-color: #001326!important;
    text-decoration: none;
   }
.btn-warning {
    color: #fff;
    background-color: #f39c12;
    border-color: #ef970c;
    border-radius:2px;
   }
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:focus-visible{
    color: #fff!important;
    background-color: #ff8000!important;
    border-color: #ff8000!important;
    text-decoration: none;
   }
.btn-info {
    color: #fff;
    background-color: #3498db;
    border-color: #2b94d9;
    border-radius:2px;
   }
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:focus-visible  {
    color: #fff!important;
    background-color: #006fd7!important;
    border-color: #006fd7!important;
    text-decoration: none;
   }
.btn-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e64433;
    border-radius:2px;
   }
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:focus-visible {
    color: #fff!important;
    background-color: #bc1300!important;
    border-color: #bc1300!important;
    text-decoration: none;
   }
.btn-success {
    color: #fff;
    background-color: #18bc9c;
    border-color: #17b394;
    border-radius:2px;
   }
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:focus-visible {
    color: #fff!important;
    background-color: #007f65!important;
    border-color: #007f65!important;
    text-decoration: none;
   }
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius:2px;
   }
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:focus-visible{
    color: #333!important;
    background-color: #e1f8ff!important;
    border-color: #ccc!important;
    text-decoration: none;
   }

/* テキストエリアの高さ */
textarea.or-textarea-h15em{
    height: 15em;
}
textarea.or-textarea-h20em{
    height: 20em;
}
textarea.or-textarea-h25em{
    height: 25em;
}
textarea.or-textarea-h30em{
    height: 30em;
}

/* 横並び */
.or-horizon{
    display: table;
}
.or-horizon > li{
    display: table-cell;
    padding-right: 5px;
}
/* 横並び_改行 */
.or-horizon_ib{
    
}
.or-horizon_ib > li{
    display: inline-block;
    padding: 0 5px 5px 0;
}
/* 縦並び */
.or-vertical{
    margin: 0;
}
.or-vertical > li{
    margin-bottom: 5px;
}
.or-vertical > li:last-child{
    margin-bottom: 0;
}

/* フォーム（input、textarea等）注意文言 */
.or-note{
    font-size: 1.3rem;
    display: block;
    margin-top: 3px;
}
.or-separate-item{
    display: inline;
    margin-left: 3px;
    font-size: 1.5rem;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.has-error .form-control_none{
    border:1px solid #ccc;
}
.has-error .form-control_none:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
/* フォーム調整 */
.form-checkbox-control{
    padding:0!important;
}
.form-checkbox-control input{
    margin: 0 6px 0 0;
}
.form-checkbox-control > label{
    margin-right:15px;
    cursor: pointer;
}
.form-radio-control{
    padding:0!important;
}
.form-radio-control input{
    margin: 0px 4px 0px 0;
}
.form-radio-control > label{
    margin-right:15px;
    cursor: pointer;
}
.form-check-inline {
    line-height: 1;
}


/* テーブル */
.table{
    margin-bottom: 0;
}
.table{
    --bs-table-striped-bg:#ffffff;
}
/* テーブルカード内枠ナシ用 */
.table-bordered.table-bordered-outline-off th,
.table-bordered.table-bordered-outline-off td{
    border-width:0!important;
    border-bottom:1px solid #dddddd!important;
    border-right:1px solid #dddddd!important;
}
.table-bordered.table-bordered-outline-off th:last-child,
.table-bordered.table-bordered-outline-off td:last-child{
    border-right:0!important;
}
.table-bordered.table-bordered-outline-off>:not(caption)>*{
    border: 0!important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

/* bootstrap-datepicker調整 */
.datepicker-days table.table-condensed{
    font-size: 1.4rem;;
}
.datepicker-days table.table-condensed .clear{
    background-color: #e7e7e7;
}


.navbar {
    background-color: #2c3e50;
}

/* リスト */
.or-navlist .box {
    background: #fff;
}
.list-group-item{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
}
.list-group-item:last-child{
    border: none;
}
/* レスポンシブテーブル */
@media screen and (max-width: 991px) {
    .or-table-responsive {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-transform: translateZ(0px);
    }
    .or-table-responsive::-webkit-scrollbar {
        height: 5px;
    }
    .or-table-responsive::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .or-table-responsive::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #bfbfbf;
    }
}
.or-table-responsive > table{
    table-layout: fixed;
}
.or-table-responsive > table th,
.or-table-responsive > table td{
    width: 120px;
}
.or-table-responsive > table td img{
    width: 100%;
    height: auto;
}
/* or-actions-hotelgrouplist */
table.or-table-hotelgrouplist th,
table.or-table-hotelgrouplist td{
    width: 10%;
}
.or-table-responsive > table th.or-actions-hotelgrouplist,
.or-table-responsive > table td.or-actions-hotelgrouplist{
    width: 30%;
}
/* or-actions-adminlist */
.or-table-responsive > table th.or-actions-adminlist,
.or-table-responsive > table td.or-actions-adminlist{
    width: 200px;
}
/* or-actions-mypageuser */
.or-table-responsive > table th.or-actions-mypageuser,
.or-table-responsive > table td.or-actions-mypageuser{
    width: 200px;
}

/* or-actions-hotelpricelist */
.or-table-responsive > table th.or-actions-hotelpricelist,
.or-table-responsive > table td.or-actions-hotelpricelist{
    width: 170px;
}

/* or-actions-roomslist */
.or-table-responsive > table th.or-actions-roomslist,
.or-table-responsive > table td.or-actions-roomslist{
    width: 210px;
}

/* 3btn */
.or-table-responsive > table td.or-actions-3btn,
.or-table-responsive > table th.or-actions-3btn{
    width: 158px;
}


/* ページング */
.pagination{
    margin: 5px 0 0 0;
}
.paginator > p{
    font-size: 1.3rem;
}

/* logo */
.navbar-brand{
    padding: 23px 15px
}
@media screen and (max-width: 767px) {
    .navbar-brand{
        padding: 28px 15px
    }
    .navbar-brand img{
        width: 200px;
    }
}

/* alertt系 */
.alert-extension{
    background: #e0ffff;
    border: 1px solid #b5f3f0;
    color: #20baae;
}
.alert-PriceType{
    background: #fffae6;
    border: 1px solid #efdeb9;
    cursor: pointer;
}



/*点滅*/
.or-blinking {
    -webkit-animation: blink 1s ease-in-out infinite alternate!important;
    -moz-animation: blink 1s ease-in-out infinite alternate!important;
    animation: blink 1s ease-in-out infinite alternate!important;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*テキストカラー*/
.or-textcolor_red{
    color:#fa3c50;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.form-control-imgUp{
    padding: .375rem .75rem;
    height: auto;
    font-size: 1.5rem!important;
}
.form-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-sm {
    height: 30px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 1px;
}

/*-------------------------------------------*/
/* 2.0 - ナビゲーション
/*-------------------------------------------*/
/* ログイン者情報 */
p.or-login_name{
    padding: 5px;
    background: #fff;
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    p.or-login_name{
        margin-top: 10px;
    }
}
/* ログインホテル情報 */
p.or-login_hotel{
    font-size: 1.3rem;
}
/* ラージタイトル（マスター管理メニューなど） */
p.or-large_title{
    padding: 5px 8px 5px 8px;
    margin: 0;
    font-weight: bold;
    font-size: 1.6rem;
}
/* ミドルタイトル（管理情報など） */
p.or-middle_title{
    padding: 15px 5px 5px 5px;
    margin: 0;
    font-weight: bold;
    background: #f9f9f9;
    border-bottom: 3px solid #dedede;
    position: relative;
}
/* .or-navlist .nav > li > a{
    padding-left: 20px;
} */
/* ナビゲーション共通 */
.or-navlist .box{
    background: #fff;
}
.or-navlist .nav li > a{
    border-bottom: 1px solid #ececec;
    padding: 6px 10px;
}

/* マスター管理メニュー */
.or-master_member{
    background: #fff;
    margin-bottom: 20px;
}
.or-master_member p.or-large_title{
    background: #2c3e50;
    color: #fff;
}
.or-master_member p.or-middle_title:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #2c3e50;
    bottom: -3px;
    width: 20%;
    margin-left: -5px;
}

/* グループ管理メニュー */
.or-group_member{
    margin-bottom: 20px;
}
.or-group_member p.or-large_title{
    background: #1caf9a;
    color: #fff;
}
.or-group_member p.or-middle_title:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #1caf9a;
    bottom: -3px;
    width: 20%;
    margin-left: -5px;
}

/* ホテル管理メニュー */
.or-hotel_member{
    margin-bottom: 20px;
    background-color: #ffffff;
}
.or-hotel_member p.or-large_title{
    background: #2b94d9;
    color: #fff;
}
.or-hotel_member p.or-middle_title:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #2b94d9;
    bottom: -3px;
    width: 20%;
    margin-left: -5px;
}
.or-menu_unread_number{
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 0px 5px 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
}

/* その他リスト */
.or-other-list{
    background-color: #FFF;
    margin-bottom: 20px;
}
.or-other-list p.or-large_title{
    background: #f39c12;
    color: #fff;
}
.or-other-list p.or-middle_title:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #f39c12;
    bottom: -3px;
    width: 20%;
    margin-left: -5px;
}


.or-head-nav li a{
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
}
.or-head-nav li a:hover{
    color: #f39c12;
}

@media screen and (min-width: 768px) {
    .nav-accordion{
        display: none;
    }
}
/* スマホサイズ時 ハンバーガーメニュー展開 */
@media screen and (max-width: 767px) {
    .navbar-toggler{
        background-color: #ffffff;
    }
    /* 背景色 */
    .nav-accordion{
        background: #f9f9f9;
        height: 300px;
        width: 100%;
        padding: 10px 20px;
        overflow-y: scroll;
        border-bottom:3px solid #2c3e50 ;
        display: none;
    }
    .nav-accordion.show{
        display: block;
    }
    /* ナビゲーションリンク色 */
    .navbar-default .navbar-nav>li>a {
        color: #3498db;
    }
    .navbar-nav{
        padding: 0 10px;
    }
    .navbar-nav .navbar-text{
        color: #2c3e50;
        margin: 5px 0;
    }
    .navbar-nav>li>a{
        padding: 10px 0;
    }
    .or-head-nav{
        display: none;
    }
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f39c12;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}


/*-------------------------------------------*/
/* 3.0 - フォトギャラリー
/*-------------------------------------------*/
.or-photo-gallery-list{
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 0;
}
.or-photo-gallery-list > li{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .or-photo-gallery-list > li{
        width: calc(100% / 3) ;
        padding: 0 3px 6px 3px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .or-photo-gallery-list > li{
        width: calc(100% / 4) ;
        padding: 0 3px 6px 3px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .or-photo-gallery-list > li{
        width: calc(100% / 5) ;
        padding: 0 5px 10px 5px;
    }
}
@media screen and (min-width: 1200px) {
    .or-photo-gallery-list > li{
        width: calc(100% / 6) ;
        padding: 0 5px 10px 5px;
    }
}
.or-photo-gallery-list a{
    display: block;
}
/* 非表示画像設定 */
.or-hide-image{
    opacity: 0.2;
    position: relative;
    display: block;
}

/*画像複数選択*/
.or-photo-checkbox-none{
    display: none;
}
.or-photo-label{
    cursor: pointer;
    position: relative;
}
.or-photo-label::after{
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background-image: url(/owner_pc_theme/img/common/ico_photo_checkbox_off.png);
    background-repeat: no-repeat;
    background-size: 27px 27px;
    position: absolute;
    top: 10px;
    right: 10px;
}
input[type="checkbox"]:checked + label.or-photo-label::after{
    background-image: url(/owner_pc_theme/img/common/ico_photo_checkbox_on.png);
}
input[type="checkbox"]:checked + label.or-photo-label{
    box-sizing: border-box;
    border: 3px solid #0084ff;
}
/*-------------------------------------------*/
/* 4.0 - ホテル登録・ホテル編集
/*-------------------------------------------*/
/* 消費税率について */
.or-tax-note{
    font-size: 1.3rem;
}
.or-tax-note ul li{
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .or-tax-note ul li{
        margin-top: 5px;
    }
}

/* google map */
.map-wrapper {
width: 100%;
padding-top: 63%;
position: relative;
margin:auto auto 20px auto;
}
.googlemap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
}

/**/
.or-modal_streetview{
    width: 80%;
    max-width: 1000px;
}
.or-modal_streetview img{
    width: 100%;
}
.or-modal_streetview ol li span.menu{
    display: inline-block;
    width: 19px;
    height: 13px;
    padding: 0 3px;
}


/*-------------------------------------------*/
/* 5.0 - 路線・駅登録 / 高速IC登録共通
/*-------------------------------------------*/
.ms-container .custom-header{
    background: #f9f9f9;
    padding-bottom: 5px;
    font-size: 1.3rem;
}
.or-access-tit-off{
    padding: 5px 10px;
    background-color: #707070;
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.or-access-tit-on{
    padding: 5px 10px;
    background-color: #006fd7;
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/*-------------------------------------------*/
/* 6.0 - ホテル料金表一覧
/*-------------------------------------------*/
.or-price-change-btn{
    margin-bottom: 10px;
}
.or-price-add-btn{
    margin-bottom: 10px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}
.or-price-add-btn > a{
    margin-bottom: 5px;
}
.or-priceBgHide__box{
    background: #efefef !important;
    color: #777777;
}
.or-priceBgHide__box:last-child{
    border-bottom: none !important;
}
/* 料金表並び替え（部屋料金の並び替えも共通css） */
.or-hotel-price-table{
    background: #fff;
    margin-bottom: 20px;
}
.or-hotel-price-table.table>tbody>tr>td{
    padding: 20px;
}
/* 料金編集：宿泊 */
.or-hotel-price-table.table>tbody>tr>td.or-priceBgStay{
    padding: 0;
}
.or-priceBgStay__box{
    padding: 20px;
    background: #e8fcf8;
    border-bottom: 1px solid #ddd;
}
.or-priceBgStay__box:last-child{
    border-bottom: none;
}
/* 料金編集：休憩 */
.or-hotel-price-table.table>tbody>tr>td.or-priceBgRest{
    padding: 0;
}
.or-priceBgRest__box{
    padding: 20px;
    background: #fff8ee;
    border-bottom: 1px solid #ddd;
}
.or-priceBgRest__box:last-child{
    border-bottom: none;
}
/* 料金編集：サービスタイム */
.or-hotel-price-table.table>tbody>tr>td.or-priceBgServicetime{
    padding: 0;
}
.or-priceBgServicetime__box{
    padding: 20px;
    background: #fff3f3;
    border-bottom: 1px solid #ddd;
}
.or-priceBgServicetime__box:last-child{
    border-bottom: none;
}
/* 料金編集：その他 */
.or-hotel-price-table.table>tbody>tr>td.or-priceBgOtherPriceType{
    padding: 0;
}
.or-priceBgOtherPriceType__box{
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.or-priceBgOtherPriceType__kindBox{
    border-bottom: 1px solid #ddd;
}
.or-priceBgOtherPriceType__kindBox .or-priceBgOtherPriceType__priceBox{
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #ddd;
}
.or-priceBgOtherPriceType__kindBox .or-priceBgOtherPriceType__priceBox:last-child{
    border-bottom: none;
}
.or-priceBgOtherPriceType__kindBox:nth-child(even){
    background: #e8f3f9;
}
.or-priceBgOtherPriceType__kindBox .or-priceBgOtherPriceType__priceBoxOtherTop{
    background: #202d3b;
    color :#fff;
}
.or-priceBgOtherPriceType__kindBox:nth-child(odd){
    background: #e8f3f9;
}
.or-priceBgOtherPriceType__otherBox{
    background: #fff;
    padding: 20px;
}
.or-hotelrooms-btn a{
    width: 149px;
}


/* 料金編集：延長 */
.or-hotel-price-table.table>tbody>tr>td.or-priceBgExtension{
    padding: 0;
}
.or-priceBgExtension__box{
    padding: 20px;
    background: #eeffff;
    border-bottom: 1px solid #ddd;
}
.or-priceBgExtension__box:last-child{
    border-bottom: none;
}

.or-hotel-price-sort{
    padding: 0;
    margin: 0;
}
.or-hotel-price-sort .alert {
    margin-bottom: 10px;
    cursor: pointer;
}
.or-hotel-price-sort span.label{
    margin-right: 5px;
}

.or-hotel-price-hide{
    opacity: 0.5;
    background: #dedede;
    color: #333;
    border: #b9b9b9 1px solid;
}
.or-hotel-price-sort-item {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}
.or-hotel-price-sort-item > p{
    margin-bottom: 5px;
}

/*-------------------------------------------*/
/* 7.0 - プレミアムメッセージ
/*-------------------------------------------*/
.or-premium-text{
    margin-bottom: 30px;
}
.or-premium-text .text{
    color: #f00;
    font-weight: bold;
}
.sceditor-container{
    width: 100% !important;
    height: 800px !important;
}
.sceditor-container iframe, .sceditor-container textarea {
    height: 500px!important;
}

/*-------------------------------------------*/
/* 8.0 - 口コミ・評価投稿一覧
/*-------------------------------------------*/
.or-review-date ul{
    display: inherit;
}
.or-review-date ul .hour,
.or-review-date ul .minute,
.or-review-date ul .second,
.or-review-date ul .meridian{
    display: none;
}
p.or-review-category{
    margin-bottom: 5px;
}
.or-review-contents p:last-child{
    margin-bottom: 0;
}
/*-------------------------------------------*/
/* 9.0 - トップページ お知らせ
/*-------------------------------------------*/
.or-top-notice-wrap{
    max-height: 300px;
    overflow-y: auto;
}
.or-top-notice{
    font-size: 1.4rem;
}
dl.or-top-notice {
    margin-bottom: 0;
}
.or-top-notice dt{
    margin-bottom: 5px;
}
.or-top-notice dd{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.or-top-notice dd:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.or-top-notice-title{
    margin-bottom: 2px;
    font-weight: bold;
}
/*お知らせテキスト装飾*/
.or-infotext__em {
    color: #fa3c50;
}
.or-infotext__bold {
    font-weight: bold;
}
a.or-infotext__link {
    text-decoration: underline;
    color: #2990df;
}
a.or-infotext__link:hover {
    color: #f39c12;
}
/* ダッシュボード マイページメニュー */
.or-top-menu a{
    display: block;
}
/* ダッシュボード ホテル名 */
.or-top-hotel-name{
    padding: 5px 5px 5px 12px;
    font-size: 1.5rem;
    background: #2c3e50;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
}
/* ダッシュボード 返信メッセージ */
.or-top-messege a{
    color: #f33c3c;
    cursor: pointer;
    display: block;
}

/*-------------------------------------------*/
/* 10.0 - ホテル設備編集
/*-------------------------------------------*/
.or-facilities .control-label{
    display: none;
}

/*-------------------------------------------*/
/* 11.0 - アクセス
/*-------------------------------------------*/
/*駅・IC編集画面table調整*/
.or-accsess-edit-table{
    font-size: 80%;
}
.or-accsess-edit-table th{
    vertical-align: top!important;
}
.or-accsess-edit-table td .radio{
    margin: 0;
}
.or-accsess-edit-table td.or-accsess-edit-table_vm{

}
.or-accsess-edit-table td.or-accsess-edit-table_pt{
    padding-top: 11px;
}
.or-accsess-edit-table .radio-inline input[type=radio]{
    position: static;
}
.or-accsess-edit-table td .help-block{
    margin: 0;
    font-size: 1.3rem;
    margin-top: 5px;
}
.or-accsess-edit-table .form-inline .form-group{
    margin-bottom: 0;
}
.or-accsess-edit-table td input[type=radio] {
    margin-right: 3px;
    vertical-align: -0.1em;
}
.or-accsess-edit-table td input[type=text]::placeholder {
  color: #D7D7D7;
}
/*-------------------------------------------*/
/* 12.0 - 月間アクセス数
/*-------------------------------------------*/
.or-sort-category{
	margin-bottom: 5px;
    font-weight: 700;
}
.or-top-hotel-id{
    margin-right: 15px;
}
.or-table-log_total_tit{
    width: 24%;
    padding-right: 5px;
    text-align: center;
    background: #dedede;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 2px 0;
    color: #555555;
}
.or-table-log_tit_box{
    float: left;
    width: 12.5%;
}
.or-table-log_tit_name{
    margin-right: 5px;
    text-align: center;
    background: #dedede;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 2px 0;
    color: #555555;
}
table.or-table-log_d{
    margin-bottom: 15px;
}
table.or-table-log_m th:nth-child(4),
table.or-table-log_m td:nth-child(4){
    text-align: right;
}
.or-table-log_tit_category{
    float: left;
    text-align: right;
    width: 33.3%;
    padding-right: 5px;
}
.or-table-log_tit_categoryTotal{
    float: left;
    text-align: right;
    width: 33.3%;
    padding-right: 5px;
    color: #ff7800;
}
.or-table-monthlog_tit_category{
    float: left;
    text-align: right;
    width: 50%;
    padding-right: 5px;
}
.or-table-log_total{
    width: 4.16%;
    float: left;
    padding-right: 5px;
    text-align: right;
    color: #ff7800;
}
.or-table-log_pc{
    width: 4.16%;
    float: left;
    padding-right: 5px;
    text-align: right;
}
.or-table-log_sp{
    width: 4.16%;
    float: left;
    padding-right: 5px;
    text-align: right;
}
/*-------------------------------------------*/
/* 13.0 - ホテル詳細リダイレクト設定
/*-------------------------------------------*/
.or-hotelRedirects_note{
    font-size: 1.2rem;
}
.or-hotelRedirects_table th:nth-child(4){
    text-align: right;
}
.or-hotelRedirects_table td:nth-child(4){
    text-align: right;
}
.or-hotelRedirects_hotelOff{
    display: inline-block;
    background-color: #7B7B7B;
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 1.3rem;
}
.or-hotelRedirects_hotelOn{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 2px;
    color: #6B6B6B;
    font-size: 1.3rem;
}
.or-hotelRedirects_tableAdd td{
    overflow: hidden;
}
.or-hotelRedirects_tableAdd-id{
    width: 11%;
    float: left;
}
.or-hotelRedirects_tableAdd-hotel{
    width: 74%;
    float: left;
}
.or-hotelRedirects_tableAdd-display{
    width: 15%;
    float: left;
    text-align: right;
}
.or-hotelRedirects_editText{
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.or-hotelRedirects_editText span{
    display: block;
    font-size: 1.3rem;
}
/*-------------------------------------------*/
/* 14.0 - 月間遷移数
/*-------------------------------------------*/
.or-table-clickLog_tit_area{
    width: 100%;
}
.or-clickLog_cate1{
    width: 100%;
}
.or-clickLog_cate1_1{
    float: left;
    /* width: 57.12%; */
    width: 50%;
}
.or-clickLog_cate1_2{
    float: left;
    /* width: 28.56%; */
    width: 37.5%;
}
.or-clickLog_cate1_3{
    float: left;
    /* width: 14.28%; */
    width: 12.5%;
}
.or-table-clickLog_tit_box{
    float: left;
    width: 12.5%;
    /* width: 14.28%; */
}
.or-table-clickLog_tit_name{
    margin-right: 5px;
    text-align: center;
    background: #dedede;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 2px 0;
    color: #555555;
}
table.or-table-clickLog_d{
    margin-bottom: 15px;
}
.or-table-clickLog_tit_category{
    float: left;
    text-align: right;
    width: 33.3%;
    padding-right: 5px;
}
.or-table-clickLog_tit_categoryTotal{
    float: left;
    text-align: right;
    width: 33.3%;
    padding-right: 5px;
    color: #ff7800;
}
.or-table-clickLog_total{
    width: 4.16%;
    float: left;
    padding-right: 5px;
    text-align: right;
    color: #ff7800;
}
.or-table-clickLog_pc{
    width: 4.16%;
    float: left;
    padding-right: 5px;
    text-align: right;
}
.or-table-clickLog_sp{
    width: 4.16%;
    float: left;
    padding-right: 5px;
    text-align: right;
}

/*-------------------------------------------*/
/* 5.0 - お問い合わせ
/*-------------------------------------------*/
.or-inquiries_box{
    max-width: 700px;
    margin: 0 auto 70px auto;
}
ul.or-inquiries_text{
    list-style: none;
    padding: 0 0 5px 0;
}
ul.or-inquiries_text li{
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px;
}
.or-inquiries_error{
    padding: 10px;
    background-color: #fff;
    color: #f00;
    border: 1px solid #f00;
}
.or-inquiries_tit{
    max-width: 700px;
    margin: 0 auto 25px auto;
}
.or-inquiries_back{
    margin: 50px 0;
    text-align: center;
}

/*-------------------------------------------*/
/* 15.0 - 部屋
/*-------------------------------------------*/
/*表示順並び替え*/
.or-table_roomsort{
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.or-table_roomsort .ui-sortable-handle{
    background-color: #fff;
    cursor: pointer;
}
.or-table_roomsort .ui-sortable-handle:hover{
    background-color: #FFFADB;
}





/*-------------------------------------------*/
/* 17.0 - 口コミ返信
/*-------------------------------------------*/


select.form-control#pickup-order{
    appearance:auto;
    -moz-appearance:auto;
    -moz-appearance:auto;
}

/*-------------------------------------------*/
/* input type="number" のスピンボタン非表示
/*-------------------------------------------*/

 input[type="number"]::-webkit-outer-spin-button, 
 input[type="number"]::-webkit-inner-spin-button { 
   -webkit-appearance: none; 
   margin: 0; 
 } 
 input[type="number"] { 
   -moz-appearance: textfield; 
 } 
 

 
/*-------------------------------------------*/
/* 30.0 - ご意見・ご要望一覧  /owner/hotel-feedbacks
/*-------------------------------------------*/
.or-table_hotelfeedbacks th:nth-of-type(1){
    width: 55px;
}
.or-table_hotelfeedbacks th:nth-of-type(2),
.or-table_hotelfeedbacks th:nth-of-type(3),
.or-table_hotelfeedbacks th:nth-of-type(4){
    width: 8%;
}
.or-table_hotelfeedbacks th:nth-of-type(5){
    width: auto;
}
.or-table_unread_tag{
    display: inline-block;
    color: #ff0000;
    border: 1px solid #ff0000;
    background-color: #ffe2e2;
    padding: 2px 5px;
    margin-right: 5px;
}