@import url("shanonAddPopupLoading.css");

h3{
    padding-top:0 ;
    padding-bottom: 0;
}
a,a:link,a:visited,a:hover {
    text-decoration: none !important;
}
label, input, button, select, textarea {
    margin-bottom: 0;
}

#wrapper{
     background-image: url('../img/paper.jpg');
    background-color: #f0ede6; 
    background-size: cover;
    background-repeat: repeat;
    padding: 0;
    margin: 0;
}

#timetable-body {
    margin: 15px auto 20px;
    background-color: #644C3F;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 5px 40px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
}
#timetable-footer {
    background:transparent;
}
.category-nav .ss_error_msg{
    vertical-align: middle;
}
/* --- セッション　ボディ余白--- */
#timetable-body .session-body {
    padding: 20px 10px;
    padding-bottom: 10px;
}
#timetable-body .session-group {
    margin-top: 5px;
}
@media screen and (min-width: 768px) {
    #timetable-body .session-body {
        padding:30px;
        padding-bottom: 10px;
    }
    #timetable-body .session-group {
        margin-top: 5px;
    }
}
@media screen and (min-width: 1921px) {
    #timetable-body .session-body {
        padding:1.5625vw;
        padding-bottom:0.52083333333333vw;
    }
    #timetable-body .session-group {
        margin-top:0.52083333333333vw;
    }
}
/* バナー下情報
------------------------------*/
#timetable-header .info{
        background-color: #41b5c9;
}
#timetable-header .info li span {
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 3px 6px;
    margin-right: 5px;
    margin-left: 10px;
    display: inline-block;
    line-height: 1.5;
}

#timetable .session .session-note {
    font-size: 12px
}

/* ヘッダー: TIMETABLE
------------------------------*/
.timetable-titleArea{
    text-align: center;
    margin: 25px auto;
    display: inline-block;
}

.timetable-titleArea h1.timetable-title {
    font-family: 'Russo One',"Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #6b4a3a;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    line-height: 1.25;
}

.timetable-titleArea h1.timetable-title::before,
.timetable-titleArea h1.timetable-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../img/gear_heading.svg');
    fill: #94581A;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.timetable-title::before {
    margin-right: 10px;
}

.timetable-title::after {
    margin-left: 10px;
}

.timetable-subtitle {
    font-size: 14px;
    color: #6b4a3a;
    margin: 0;
}

@media screen and (max-width:768px) {
    .timetable-titleArea{
        margin: 15px auto;
    }
    .timetable-titleArea h1.timetable-title {
        font-size: 1.8em;
    }
    .timetable-titleArea h1.timetable-title::before,
    .timetable-titleArea h1.timetable-title::after {
        width: 30px;
        height: 30px;
    }
    #timetable-header .info {
    line-height: 2;
    padding: 5px;
    font-size: 12px;
    }
}

/* ------------------------
　タブのナビゲーション
------------------------ */
#daynav li:nth-child(n+2) {
    margin-left: 0;
}
#daynav{
    margin: 0px auto;
    background-color: #6b4a3a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px 5px 0;    
}
#daynav ul{
    display: flex;
    flex-direction: row;
}
#daynav ul::before,
#daynav ul::after {
    content: "";
    width: auto;
    height: 10px;
    position: absolute;
    right: 5px;
    left: 5px;
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
}
#daynav ul::before{
    background-color: #ceebef;
    bottom: 0;
    z-index: 10;
}
#daynav ul::after {
    background-color: #fff8db;
    bottom: -10px;
    z-index: 50;
}
#daynav ul:has(li.day2-theme a.is-active)::before {
    z-index: 100;
    bottom: -10px;
}
#daynav ul:has(li.day2-theme a.is-active)::after  {
    z-index: 10;
    bottom: 0px;
}
#daynav li {
    /* display: inline-block; */
    display: flex;
    vertical-align: bottom;
    position: relative;
    align-items: flex-end;
    z-index: 40;
}
#daynav li:has(a.is-active) {
    z-index: 120;
}

#daynav li a,
#daynav li a.is-active,
#daynav li a:hover {
    color: #6b4a3a;   
}
/* #daynav li a.is-active:after{
    background: #6b4a3a;
} */
#daynav li a {
    height: 45px;
    overflow: hidden;
}
.tabs {
    font-family: 'Pacifico',"Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;  
    display: flex;
    position: relative;
    z-index: 1;
}

.tab {
    padding: 5px 20px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: none;
    position: relative;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.tab.day1-theme { 
    background-color: #fff8db; /* 黄色 */ 
}
.tab.day1-theme:hover{
    background-color: #f7f4e7;
}
.tab.day2-theme { 
    background-color: #ceebef; /* 緑色 */ 
}
.tab.day2-theme:hover{
    background-color: #e0eef0; 
}
.tab .date {
    font-size: 12px;
    font-weight: normal;
}

.is-scroll #daynav {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#daynav li a.is-active:after {
    background: transparent;
}
@media screen and (max-width:768px) {
    #daynav-wrap{
    line-height: 35px;
    padding-top: 35px;
    }
    #daynav li a {
    height: 35px;
    overflow: hidden;
    }

}

/* ------------------------------
* セッションのベースデザイン 
------------------------------*/
section#day1,
section#day1 .category-nav {
    background-color: #fff8db;
    } 
section#day2,
section#day2 .category-nav{
    background-color: #ceebef;
}
#timetable .session .session-inner {
    background: #FAF9F4;
    border: 2px solid #644C3F;
    border-radius: 12px;
}
#timetable .session-body.even,
#timetable .session-body{
    background: transparent;
}
#timetable .session {
    padding:12px
}
@media screen and (min-width:1921px){
    #timetable .session {
    padding:.7808433108vw;
    }
}
/* --- 展示エリア --- */
#timetable .session.max.tenji_area {
    cursor: default;
}
#timetable .session.max.tenji_area .session-title{
    font-family: 'Russo One',"Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #2C8782;
    margin-top: 0;
    letter-spacing: 0.05em;
}
#timetable .session.max.tenji_area .session-title a{
    pointer-events: none;
    color: #2C8782;
}

#timetable .session.max.tenji_area .session-inner {
    background-image: none;
}
#timetable .session.max.tenji_area .session-inner {
    background-image: none;
}
#timetable .session.max .session-button li .c-checkbox input[type="checkbox"]:not(:checked)+label.limit {
    background: #999999;
    box-shadow: none !important;
}
#timetable .session.max .session-button li .c-checkbox input[type="checkbox"]:not(:checked)+label.before{
    background: #999999;
    box-shadow: none !important;
}

/* --- 選択時 ---- */

#timetable .session.is-select .session-inner {
    color: #fff;
    background: #60b999;
}
#timetable .session.max.tenji_area.is-select .session-title{
    color: #fff;
}

 /* --- 見出し 日程 --- */
.category-nav {
    padding-bottom: 0px;
    /* padding-left: 0px; */
}
.category-nav .inner{
    margin-top: 10px;
}
.category-nav h2.title{
    font-family: 'Russo One',"Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: block;
    font-weight: 600;
    color: #6b4a3a;
    padding: 8px 60px 8px 15px;
    background-color: white;
    margin-left: -30px; 
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
section#day1 .category-nav h2.title{
    border-left: 30px solid #00a09a;
}
section#day2 .category-nav h2.title{
    border-left: 30px solid #ca5a89;
}
.category-nav .title .day {
    font-size: 2.15em;
    letter-spacing: 0.1em;
}
.category-nav .title .date {
    font-weight: normal;
    color: #c0a98f;
    letter-spacing: 0.1em;
}

/* --- 見出し セクション時間 --- */
#timetable-body .session-group-title {
  color: #644C3F;
  text-align: left;
  padding-left: 10px;
}

@media screen and (max-width:768px) {
    section#day1,
    section#day1 .category-nav {
        margin-top: 20px !important;
    } 

    section#day1 .category-nav h2.title,
    section#day2 .category-nav h2.title{
    border-left-width: 20px;
    }
    .category-nav h2.title{
    padding: 8px 20% 8px 10px;
    margin-left: -10px;
    display: inline-block;
    }
}

/* --- セッション選択ボタン --- */
#timetable .session .session-button{
    text-align: center;
}
.c-checkbox {
    display: inline-block;
}
#timetable .session .session-button li .c-checkbox input[type="checkbox"]:not(:checked)+label{
    display: block;
    padding: 5px 20px;
    background-color: #FAF9F4;
    border: 2px solid #644C3F;
    border-radius: 8px;
    text-decoration: none;
    color: #644C3F;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.1s ease-out;
    box-shadow: 0 4px 0px #644C3F;
    line-height: 2;
    width: 100%;
    min-width: 150px;
    margin: 0 auto;
}
#timetable .session.max .session-button li .c-checkbox input[type=checkbox]+label{
    line-height: 2;
    border-radius: 8px;
}
.c-checkbox.btn-session input[type="checkbox"]+label {
    display: block;
    padding: 5px 20px;
    background-color: #FAF9F4;
    border: 2px solid #644C3F;
    border-radius: 8px;
    text-decoration: none;
    color: #644C3F;
    font-size: 14px;
    line-height: 2;
    width: 100%;
    min-width: 150px;
    margin: 0 auto;
}
.c-checkbox.btn-session:hover input[type="checkbox"]:not(:disabled) + label{
    opacity: 1;
    background-color: #FFF !important;
}
.c-checkbox.btn-session:active input[type="checkbox"]:not(:disabled) + label{
    transform: translateY(4px); /* 沈む効果 */
    box-shadow: 0px 0px #644C3F !important;
}

/* ------------------------------
  エラー/アラート
------------------------------ */
.category-nav span.label.label-warning {
    background-color: #FD5789 !important;
}

/* 同一時間帯選択のポップアップ
------------------------------ */
#alert .alert-body {
    color: #644C3F;
    /* background: #FAF9F4; */
}
#alert .alert-item .alert-body .txt1{
    color: #644C3F;
}
#alert .alert-item .alert-body .message {
    border: solid 1px #c0a98f;
    border-radius: 8px;
}
#alert .alert-item .alert-body .message .current {
    color: #2C8782;
}
#alert .alert-item .alert-body .checkbox .c-check input[type="checkbox"]+label:before {
    background: #FAF9F4;
    border: solid 1px #644C3F;
}
/* 選択ボタン */
#alert .alert-item .alert-body .btn1 li {
    margin-bottom: 20px;
}
#alert .alert-item .alert-body .btn1 li a.btn-select {
    border-radius: 12px !important; 
    border: 2px solid #01A199;
    background: #FAF9F4 !important;
    color: #01A199 ; 
    transition: all 0.1s ease-in-out;
    padding: 0 24px;
    box-shadow: 0px 8px #0C6C6B !important; /* 下の影 */
    text-shadow: none;
    cursor: pointer;
}
#alert .alert-item .alert-body .btn1 li a.btn-select:active {
    transform: translateY(6px); /* 沈む効果 */
    box-shadow: 0px 0px #0C6C6B !important;
}
#alert .alert-item .alert-body .btn1 li a.btn-cancel,
#alert .alert-item .alert-body .btn1 li a {
    border-radius: 12px !important; 
    border: 2px solid #9c8e80;
    color: #644C3F ; 
    transition: all 0.1s ease-in-out;
    padding: 0 24px; 
    background: #FAF9F4 !important;
    box-shadow: 0px 8px #9c8e80 !important; /* 下の影 */
    text-shadow: none;
    cursor: pointer;  
}
#alert .alert-item .alert-body .btn1 li a.btn-cancel:active,
#alert .alert-item .alert-body .btn1 li a:active {
    transform: translateY(6px); /* 沈む効果 */
    box-shadow: 0px 0px #9c8e80 !important;
}
#alert .alert-item .alert-body .btn1 li a.btn-cancel:hover,
#alert .alert-item .alert-body .btn1 li a:hover {
    background: #dacec6 !important;
}

/* ------------------------------
　申込ボタン
------------------------------*/
#timetable-footer .button {
    margin-left: 5px;
    margin-bottom: 8px;
    padding: 0 10px;
}
#timetable-footer .button li.next {
    background: transparent;
}

#timetable-footer .button li.next .btn{
    background: #f5f0e6;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.1s ease-out;
    box-shadow: none;
    border: 2px solid #6b4a3a;
    font-weight: 600;
    color: #6b4a3a; 
    display: flex;
    align-items: center;
    justify-content: center; 
    box-shadow: 0px 8px #6b4a3a !important;
    /* -webkit-transition: 0.5s all;
    transition: 0.5s all; */
}
#timetable-footer .button li.next .btn::before,
#timetable-footer .button li.next .btn::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('../img/gear_heading.svg');
    fill: #6b4a3a;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#timetable-footer .button li.next .btn::before {
    margin-right: 10px;
}

#timetable-footer .button li.next .btn::after {
    margin-left: 10px;
}
#timetable-footer .button li.next .btn:hover {
    opacity: 1;
    background: #FFF;
}
#timetable-footer .button li.next .btn:active,
#timetable-footer .button li.next .btn:disabled {
    transform: translateY(6px); /* 沈む効果 */
    box-shadow: 0px 0px #6b4a3a !important;
}

/*------------------------------
 トップへ戻るボタン 
------------------------------*/
/* #timetable-footer .button li.pagetop{
    padding-left: 10px;
} */
#timetable-footer .button li.pagetop img{
    width: 48px;
}

/* ------------------------------
* ステータスアイコン
------------------------------*/
/* 受付前 */
#timetable .session .session-button li .c-checkbox input[type="checkbox"]:disabled+label.before:before {
    content: "受付前";
}

/* 受付終了 */
#timetable .session .session-button li .c-checkbox input[type="checkbox"]:disabled+label.finished:before {
    content: "受付終了";
}

/* 残りわずか */
#timetable .session .session-button li .c-checkbox input[type="checkbox"]+label.few:before {
    content: "残りわずか";
}
#timetable .session .session-button li .c-checkbox input[type="checkbox"]:checked+label.few:before{
    content: "選択を解除";
}

#timetable .session .session-button li .c-checkbox input[type="checkbox"]:not(:checked)+label.few{
    background: #fffb49;
}

#timetable .session .session-button li .c-checkbox input[type=checkbox]:disabled+label{
    background: #dddddd;
}

@media screen and (min-width: 640px){
    #timetable .session.max .session-inner{
        padding-bottom: 1rem;
    }
    #timetable .session.max .session-inner .session-note-exhibit{
        margin-bottom: 1rem;
    }
}
/* ------------------------------
*　セッションポップアップアイコン
------------------------------*/
#timetable .session.max .session-inner {
    background-image: url(../img/glass_icon.png);
   background-repeat: no-repeat;
    background-size: 18px;
    background-position: 99% 3%;
}
#timetable .session.max.is-select .session-inner {
    color: #fff;
    background-image: url(../img/glass_icon.png);
   background-repeat: no-repeat;
    background-size: 18px;
    background-position: 99% 3%;
}
#timetable .session.max.overlap .session-inner {
    background-image: url(../img/glass_icon.png);
   background-repeat: no-repeat;
    background-size: 18px;
    background-position: 99% 3%;
}
#timetable .session .session-inner {
    background-image: url(../img/glass_icon.png);
   background-repeat: no-repeat;
    background-size: 18px;
    background-position: 94% 3%;  
}
#timetable .session.is-select .session-inner {
    color: #fff;
    background-image: url(../img/glass_icon.png);
   background-repeat: no-repeat;
    background-size: 18px;
    background-position: 94% 3%;
}
#timetable .session.overlap .session-inner {
    background-image: url(../img/glass_icon.png);
   background-repeat: no-repeat;
    background-size: 18px;
    background-position: 94% 3%;
}

/* レスポンシブ 768pxまで
--------------------------------- */
@media screen and (max-width:768px) {
    #timetable .session.max .session-inner {
        background-image: url(../img/glass_icon.png);
       background-repeat: no-repeat;
        background-size: 15px;
        background-position: 96% 3%;
    }
    #timetable .session.max.is-select .session-inner {
        color: #fff;
        background-image: url(../img/glass_icon.png);
       background-repeat: no-repeat;
        background-size: 15px;
        background-position: 96% 3%;
    }
    #timetable .session.max.overlap .session-inner {
        background-image: url(../img/glass_icon.png);
       background-repeat: no-repeat;
        background-size: 18px;
        background-position: 96% 3%;
    }
    #timetable .session .session-inner {
        background-image: url(../img/glass_icon.png);
       background-repeat: no-repeat;
        background-size: 18px;
        background-position: 96% 3%;
    }
    #timetable .session.is-select .session-inner {
        color: #fff;
        background-image: url(../img/glass_icon.png);
       background-repeat: no-repeat;
        background-size: 18px;
        background-position: 96% 3%;
    }
    #timetable .session.overlap .session-inner {
        background-image: url(../img/glass_icon.png);
       background-repeat: no-repeat;
        background-size: 18px;
        background-position: 96% 3%;
    }

}

/* 広い～767px以上 */
@media screen and (min-width: 767px){
    #timetable-header .info {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        font-size: 17px;       
    }

    #daynav {
        padding-top: 10px;
        padding-right: 30px;
    }

    span.day {
        font-size: 1.4em;
    }

    .category-nav .title {
        margin-left: 55px;
    }

    .category-nav .item-wrap {
        align-items: flex-end;
    }
    #timetable-footer .button {
    margin-left: 5px;
    right: 10px;
    }
}