﻿/*!
 *  共通
 */

@charset "UTF-8";

body {
    background-color: rgb(245,245,245);
}

/*モーダルダイアログ　スクロール対応*/
.modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}




/*編集ダイアログ*/
.dlg-title {
    background-color: lightgoldenrodyellow;
    line-height: 40px;
    margin-bottom: 3px;
}

    .dlg-title > label {
        margin-bottom: 0px;
    }

.dlg-content {
    line-height: 40px;
}

.dlg-card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
/*ボタンありのヘッダー*/
.btn-card-header {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 35px;
}

/*大きなチェックボックス用*/
.dlg-info-check {
    font-size: 14px;
    text-align: center;
}

/*カスタム閉じるボタン　右上にはみ出す*/
.modal .modal-dialog .dlg-custom-close {
    position: absolute;
    z-index: 10;
    right: -20px;
    top: -20px;
    border-radius: 100px;
    border-color: gray;
    border-style: solid;
    border-width: 2px;
    background-color: white;
    width: 30px;
    opacity: 1;
}

/*メニュー用のドロップダウン*/
.booking-menu-dropdown-wrapper {
    overflow: visible;
}

    .booking-menu-dropdown-wrapper .dropdown button {
        width: 100%;
    }
    .booking-menu-dropdown-wrapper .dropdown-menu {
        overflow: scroll;
        max-height: 550px;
        line-height: 20px;
        width: calc(100vh - 200px);
    }



/*テーブルヘッダーの表示非表示共通*/
table > tbody > tr.pc {
    display: none !important;
}

table > tbody > tr.sp {
    display: table-row !important;
}

table > tbody > tr > th.pc {
    display: none !important;
}

table > tbody > tr > th.sp {
    display: table-cell !important;
    text-align: center;
}

/*PCサイズ*/
@media (min-width: 769px) {
    table > tbody > tr.pc {
        display: table-row !important;
    }

    table > tbody > tr.sp {
        display: none !important;
    }

    table > tbody > tr > th.pc {
        display: table-cell !important;
        text-align: center;
    }

    table > tbody > tr > th.sp {
        display: none !important;
    }
}

/* table */
.el_front_table th {
    background-color: rgba(0,0,0,1);
    color: white;
    padding: 5px 10px;
}

.el_front_table {
    width: 100%;
}

.el_front_table tr {
    padding: 5px 0;
}

    .el_front_table, .el_front_table td, .el_front_table th {
        border: 1px solid rgba(0,0,0,0.2);
        padding: 10px;
    }

        .el_front_table input {
            border: 1px solid rgba(0,0,0,0.2);
            background-color: rgba(0,0,0,0.1);
            width: 100%;
        }

/*ページタイトル*/
h1{
    font-weight:600;
    font-size:18px;
    margin:30px 0 0 0;
}

/*パンくず*/
.ct_nav {
}


/*点滅*/
/* 点滅 */
.blinking {
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}

@-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;
    }
}

/*------------- header -------------*/
.headline, footer {
    background-image: url(../images/common/common-bg.jpg);
    background-size: cover;
}
.headline {
    background-position-y: bottom;
    padding-bottom: 0px;
}
footer {
}
.logo, #footer_logo {
    background-image: url(../images/common/sp/logo_sp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 100px;
}

/*ヘッダーの住所と電話*/
.address-tel {
    float: left;
    margin-left: 10px;
    color: white;
    font-weight: bold;
    text-align: right;
    width: 100%;
    text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
/*PCサイズ*/
@media (min-width: 769px) {
    .headline {
        background-position-y: 280px;
    }
    .logo {
        background-image: url(../images/common/pc/logo_pc.png);
        height: 20px;
        width: 230px;
    }
    footer {
        background-position-y: 380px;
    }
    #footer_logo {
        background-image: url(../images/common/pc/logo_pc.png);
        height: 20px;
        width: 230px;
    }
}


.ct_button {
    border:none;
    font-weight: bold;
    width: 150px;
    color: white;
    text-decoration: none;
    margin: 0 30px;
}

.ct_button_blue {
    background-color: rgb(91,174,209);
    border-radius: 5px;
}

.ct_button_green {
    background-color: rgb(103,190,147);
    border-radius: 5px;
}

.ct_button_yellow {
    background-color: rgb(237,219,90);
    border-radius: 5px;
}

/*帯タイトル*/
.titleh2 {
    border-bottom: 5px #3cf solid;
    padding-bottom: 5px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

    .titleh2 span {
        margin-left: 20px;
        font-size: 60%;
        color: #ccc;
        position: relative;
        top: -5px;
    }

