@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    background-color: #F7c6cf;
    margin-left: auto;
    margin-right: auto;
}

a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
}

/* pタグ */
p {
    font-size: 1.3vw;
}

/*  写真  */
img {
    width: 100%;
}

/*  ナビゲーションバー  */
#pink {
    color: #ff69b4;
}
#orange {
    color: #ffa500;
}
#yellow {
    color: #00fa9a;
}
#green {
    color: #008000;
}
#light-blue {
    color: #add8e6;
}
#blue {
    color: #0000ff;
}
#purple {
    color: #4b0082;
}
#black {
    color: #000000;
}

/*  ナビゲーションバー */
#nav-fix {
    height: 85px;
}

.navbar-brand {
    font-weight: 600;
}

.nav-link {
    font-weight: 500;
}

#container {
    margin-top: 0px;
}

.nav-link:hover {
    background-color: #FFFFA7;
}

/*  receptionのスタイル */
#reception_sys {
    font-size: 20px;
    padding: 0 0 ;
}
.service-title {
    font-size: 1.5vw;
}

.section-sub {
    font-size: 2.0vw;
    font-weight: 600;
}

.noreception-table {
    background-color: #3f3fb4;
    color: #ffffff;
}


/*  コピーライト  */
#copyright {
    background-color: #FFFF69;
}

#copy {
    font-size: 1.5vw;
}

/* 
PCサイズ 
*/
.reception-inner {
    min-width: 100px;
    margin-bottom: 140px;
    padding-left: 3%;
    padding-right: 3%;
}
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    display: block;
}

.page-section-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-family: var(--poppins);
    border-bottom: 1px rgba(0,0,0,.2);
    flex-flow: column;
    width: auto;
    margin-bottom: 20px;
    display: flex;
}
.text-black {
    font-family: var(--japanese);
    color: #333;
    font-size: 24px;
    border: 1px #000;
}
.reception-text-area {
    border: 1px none #d7cfc5;
    background-color: white;
    color: red;
    -webkit-text-stroke-color: #ebedeb;
    border-radius: 20px;
    width: 100%;
    max-width: 1280px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 3%;
}
.reception-warning-text {
    font-family: var(--japanese);
    color: #333;
    letter-spacing: .1em;
    overflow-wrap: normal;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
}

/* ボタンコンテナのスタイル */
.button-container {
    display: flex;
    justify-content: flex-end; /* ボタンを左右に配置 */
    align-items: center; /* 垂直方向に中央揃え */
    width: 90%; /* 幅を調整 */
    margin-right: 0;
}

  /* 現在時刻表示部分のスタイル */
.time-display {
    display: flex; /* 横並びに */
    align-items: center; /* 垂直方向に中央揃え */
    padding: 8px 12px; /* 余白 */
    border-radius: 5px; /* 角丸 */
}

#timeText {
    font-size: 20px; /* フォントサイズ */
    margin-right: 10px; /* 右の余白 */
    font-weight: bold;
}

  /* 更新ボタンのスタイル */
.refresh-button {
    background: none; 
    border: none;
    padding: 0px 8px 8px 0px;
    cursor: pointer; 
    color: #0d6efd; 
    justify-content: flex-end;
}
.refresh-button img {
    width: 40px; 
    height: 40px;
    padding: 10px; 
    background-color: #F2DEDE; 
}


/*  受付状況表示のスタイル */
.reception-mainarea-pc {
    border: 1px none #d7cfc5;
    background-color: white;
    text-align: left;
    border-radius: 20px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 5%;
    display: block;
}
.table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table-component {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.reception-table-header {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black #ebedeb;
    font-family: var(--japanese);
    color: #7d7d7d;
    text-align: left;
    letter-spacing: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
}
.tablecell {
    border-top: 0px none #ebedeb;
    border-bottom: 1px solid #ebedeb;
    font-family: var(--japanese);
    padding: 1.5rem 5rem 1.5rem 0;
    font-size: 16px;
    font-weight: 500;
}
.tablecell.reception-salon-name {
    font-family: var(--japanese);
    letter-spacing: .05em;
    width: 25%;
    margin-right: 0;
    padding-right: 0;
}
.tablecell.reception-wait-count {
    font-family: var(--poppins);
    color: #DC3545;
    width: 25%;
    margin-right: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.tablecell.reception-current-number {
    font-family: var(--poppins);
    color: #DC3545;
    width: 25%;
    margin-right: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.tablecell.reception-web-button {
    width: 25%;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
}
.btn-web-reception {
    background-color: #F2DEDE;
    color: #DC3545;
    font-family: var(--japanese);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
}
.btn-web-reception:hover {
    background-color: #E8B4BC;
    color: #DC3545;
}

@media screen and (max-width: 479px) { 
    .w-layout-blockcontainer {
        max-width: none;
    }
    .text-black {
        font-family: var(--japanese);
        font-size: 18px;
    }
    .reception-text-area {
        margin-bottom: 20px;
        padding: 5%;
    }
    .reception-warning-text {
        font-size: 14px;
        line-height: 1.5;
    }
    .reception-mainarea-pc {
        margin-bottom: 40px;
        display: block;
        padding: 10% 3% 10% 10%;
    }
    .tablecell.reception-wait-count {
        font-size: 20px;
    }
    .tablecell.reception-current-number {
        font-size: 20px;
    }
}