@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.anchor_text {
    color: #3787d6 !important;
}

a.link_url {
    color: #fff !important;
}

.po_re {
    position: relative;
}

.message_section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.display_flex_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_stretch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.display_flex_stretch_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.display_flex_center_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-end;
}

.display_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.display_row {
    flex-flow: row wrap;
}

.wapper {
    width: 1200px;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .wapper {
        width: 100%;
    }
}

@media screen and (max-width: 749px) {
    .wapper {
        width: 100%;
    }
}

.pc_only {
    display: block;
}

@media screen and (max-width: 749px) {
    .pc_only {
        display: none;
    }
}

.sp_only {
    display: none;
}

@media screen and (max-width: 749px) {
    .sp_only {
        display: block;
    }
}

.bgF2F5F7 {
    background: #F2F5F7;
}

.cl_2B405D {
    color: #2B405D;
}

.visual {
    height: 170px;
    background: url(../images/bg_line.png) repeat top center;
    background-size: 7px;
    box-sizing: border-box;
    padding-top: 10px;
    font-weight: 800;
}

.visual h1 span {
    font-size: 32px;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 5px;
}

.visual .f_en {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.visual h1 {
    text-align: center;
    font-size: 15px;
    margin-top: 47px;
}

.main {
    background: #FFF;
}

.t_center {
    text-align: center;
}

.mainWap {
    /* margin-top: 50px; */
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px) {
    .mainWap {
        /* margin-top: 5.2%; */
        margin-bottom: 0%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 749px) {
    .mainWap {
        margin-top: 13.66%;
        margin-bottom: 0%;
        margin-left: auto;
        margin-right: auto;
    }
}

.h1Login {
    font-feature-settings: "palt";
    letter-spacing: 0.031em;
}

@media screen and (min-width: 1201px) {
    .h1Login {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .h1Login {
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 749px) {
    .h1Login {
        font-size: 3.73333vw;
    }
}

@media screen and (max-width: 749px) {
    .h1Login {
        line-height: 1.9875;
    }
}

.loginButtons {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

@media screen and (max-width: 1200px) {
    .loginButtons {
        margin-top: 7.5%;
        margin-bottom: 0%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 749px) {
    .loginButtons {
        margin-top: 12.5%;
        margin-bottom: 0%;
        margin-left: auto;
        margin-right: auto;
    }
}

.btnSet {
    font-feature-settings: "palt";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    letter-spacing: 0.1em;
    width: 46.54%;
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
    transition-duration: 0.5s;
}

@media screen and (min-width: 1201px) {
    .btnSet {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .btnSet {
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 749px) {
    .btnSet {
        font-size: 3.73333vw;
    }
}

@media screen and (max-width: 749px) {
    .btnSet {
        width: 100%;
        height: 13.333333333333334vw;
    }
}

.btnSet:hover {
    opacity: 0.6;
}

.btnLoin {
    background: #E2E6EB;
    color: #2B4061;
}

.btnJoin {
    background: #2B405D;
    color: #FFF;
}

@media screen and (max-width: 749px) {
    .btnJoin {
        margin-top: 8.25%;
        margin-bottom: 0%;
        margin-left: auto;
        margin-right: auto;
    }
}

.formSelect {
    margin-bottom: 115px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 1200px) {
    .formSelect {
        margin-top: 9.58%;
        margin-bottom: 9.58%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1200px) {
    .formSelect {
        padding: 5% 0% 5% 0%;
    }
}

@media screen and (max-width: 749px) {
    .formSelect {
        padding: 17% 0% 17% 0%;
        margin-top: 56px;
        margin-bottom: 55px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 749px) and (max-width: 1200px) {
    .formSelect {
        margin-top: 14.93%;
        margin-bottom: 14.66%;
        margin-left: auto;
        margin-right: auto;
    }
}

.formSelectFx {
    width: 92.66%;
    margin: 0 auto;
}

@media screen and (max-width: 749px) {
    .formSelectFx {
        width: 93.33%;
    }
}

.secFormSelect {
    width: 31.47%;
}

@media screen and (max-width: 749px) {
    .secFormSelect {
        width: 100%;
    }
}

@media screen and (max-width: 749px) {
    .secFormSelect02 {
        margin-top: 35px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 749px) and (max-width: 1200px) {
    .secFormSelect02 {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: auto;
        margin-right: auto;
    }
}

.h2SecFormSelect {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 35px;
    padding-right: 0px;
}

@media screen and (min-width: 1201px) {
    .h2SecFormSelect {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px) {
    .h2SecFormSelect {
        font-size: 1.83333vw;
    }
}

@media screen and (max-width: 749px) {
    .h2SecFormSelect {
        font-size: 4.26667vw;
    }
}

@media screen and (max-width: 1200px) {
    .h2SecFormSelect {
        padding: 0% 0% 0% 10%;
    }
}

@media screen and (max-width: 749px) {
    .h2SecFormSelect {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 749px) and (max-width: 1200px) {
    .h2SecFormSelect {
        padding: 0% 0% 0% 8.57%;
    }
}

.iconBook {
    background: url(/images/cpplus2022/touch_and_try/iconBook.png) no-repeat left center;
    background-size: auto 100%;
}

.iconDate {
    background: url(/images/cpplus2022/touch_and_try/iconDate.png) no-repeat left center;
    background-size: auto 100%;
}

.iconTime {
    background: url(/images/cpplus2022/touch_and_try/iconTime.png) no-repeat left center;
    background-size: auto 100%;
}

.selectFormSet {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .selectFormSet {
        margin: 4.28% 0% 0% 0%;
    }
}

@media screen and (max-width: 749px) {
    .selectFormSet {
        margin: 5.28% 0% 0% 0%;
    }
}

.selectForm {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
    padding: 10px;
}

@media screen and (min-width: 1201px) {
    .selectForm {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .selectForm {
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 749px) {
    .selectForm {
        font-size: 3.73333vw;
    }
}

@media screen and (max-width: 749px) {
    .selectForm {
        height: 16vw;
    }
}

select {
    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
}

select::-ms-expand {
    display: none;
}

.arrow {
    display: block;
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    width: 20px;
    height: auto;
    margin: auto;
}

@media screen and (max-width: 749px) {
    .arrow {
        width: 5.71%;
    }
}

.formSelect .btnSet {
    font-weight: 600;
    border: none;
    width: 29.16%;
    margin-top: 47px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
}

.errorMessage {
    text-align: center;
    color: #cc0000;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .formSelect .btnSet {
        margin-top: 4.22%;
        margin-bottom: 0%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 749px) {
    .formSelect .btnSet {
        width: 93.33%;
        height: 16vw;
        margin-top: 30px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 749px) and (max-width: 1200px) {
    .formSelect .btnSet {
        margin-top: 8.57%;
        margin-bottom: 0%;
        margin-left: auto;
        margin-right: auto;
    }
}

.cppNotice {
    display: table;
    max-width: 92%;
    margin: 50px auto 0;
    padding: 20px;
    border: 5px solid #cc0000;
}

.cppNotice strong,
.attention strong {
    font-weight: bold;
    color: #cc0000;
}

.attention {
    margin-top: 1em;
    text-align: center;
}

.cover {
    max-width: 980px;
    width: calc(100% - 20px);
    margin: 0 auto 0 auto;
}

.cover img {
    margin: auto;
}

#lumixbase-content .cover p.txt {
    text-align: center;
    font-size: 18px;
}

.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 640px) {
    #lumixbase-content .cover p.txt {
        font-size: 14px;
    }
}

/* フェードイン
***************************************************************/
/* 画面外にいる状態 */
.fadein {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.scroll-hint-icon {
    height: 95px !important;
}

/* Event
***************************************************************/

#event {
    margin-top: 79px;
    padding-top: 85px;
    position: relative;
}

#event::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 424px;
    background: #e2e6eb;
    position: absolute;
    top: 0;
    left: 0;
}

#event .inner {
    max-width: 1080px;
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
}

#event .inner h2.section_title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #29405d;
}

#event .inner h2.section_title span {
    font-weight: 300;
    font-size: 48px;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;
}

#event .inner .txtWrap {
    margin-top: 50px;
}

#event .inner .txtWrap .flex {
    display: flex;
    justify-content: space-between;
    padding: 27px 31px;
    background: #835F6D;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
}

#event .inner .txtWrap .flex .txtBox {}

#event .inner .txtWrap .flex .txtBox h3.title3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 36px;
    color: #EBC0BE;
}

#event .inner .txtWrap .flex .txtBox p.txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}

#event .inner .txtWrap .flex .txtBox p.txt2 {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #fff;
    opacity: 0.8;
    text-indent: -1em;
    padding-left: 1em;
}


#event .inner .txtWrap .flex .txtBox p.txt2:nth-of-type(2) {
    margin-top: 34px;
}

#event .inner .txtWrap .flex img {
    width: 452px;
}

#event .inner .txtWrap a.link {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #EBC0BE;
    padding: 20px 0;
    position: relative;
}

#event .inner .txtWrap a.link::before {
    content: "";
    display: block;
    width: 112px;
    height: 100%;
    background: #D89A98;
    position: absolute;
    right: 0;
    top: 0;
}

#event .inner .txtWrap a.link::after {
    content: "";
    display: inline-block;
    width: 110px;
    height: 12px;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 55px;
    transform: translate(0, -50%);
    transition: .3s;
}

#event .inner .txtWrap.type2 {}

#event .inner .txtWrap.type2 .flex {
    background: #313440;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
}

#event .inner .txtWrap.type2 .flex .txtBox h3.title3 {
    color: #a4bcdd;
}

#event .inner .txtWrap.type2 .flex .txtBox p.txt {
    color: #fff;
}

#event .inner .txtWrap.type2 .flex .txtBox p.txt a.link_url {
    display: block;
    text-decoration: underline;
    color: #a4bcdd;
}

#event .inner .txtWrap.type2 a.link {
    background: #a4bcdd;
}

#event .inner .txtWrap.type2 a.link::before {
    background: #5d6584;
}

@media screen and (min-width: 641px) {
    #event .inner .txtWrap a.link:hover::after {
        right: 45px;
    }
}

@media screen and (max-width: 640px) {
    #event {
        margin-top: 60px;
        padding-top: 65px;
    }

    #event::before {
        width: 100%;
        height: 250px;
    }

    #event .inner h2.section_title {
        font-size: 14px;
    }

    #event .inner h2.section_title span {
        font-size: 30px;
        margin-bottom: 5px;
    }

    #event .inner .txtWrap {
        margin-top: 30px;
    }

    #event .inner .txtWrap .flex {
        flex-flow: column-reverse;
        gap: 20px;
        padding: 15px;
    }

    #event .inner .txtWrap .flex .txtBox {}

    #event .inner .txtWrap .flex .txtBox h3.title3 {
        font-size: 18px;
        line-height: 1.7;
        text-align: center;
    }

    #event .inner .txtWrap .flex .txtBox p.txt {
        font-size: 13px;
        line-height: 1.6;
        margin-top: 15px;
    }

    #event .inner .txtWrap .flex .txtBox p.txt2 {
        font-size: 12px;
        line-height: 18px;
    }

    #event .inner .txtWrap .flex .txtBox p.txt2:nth-of-type(2) {
        margin-top: 15px;
    }

    #event .inner .txtWrap .flex img {
        width: 100%;
    }

    #event .inner .txtWrap a.link {
        font-size: 14px;
        letter-spacing: 0.1em;
        padding: 15px 0;
    }

    #event .inner .txtWrap a.link::before {
        width: 60px;
    }

    #event .inner .txtWrap a.link::after {
        width: 60px;
        height: 8px;
        right: 20px;
    }

}

/* イベント概要
***************************************************************/
#overview {
    padding-top: 78px;
    margin-top: 100px;
    position: relative;
}

#overview::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 424px;
    background: #f5f1ea;
    position: absolute;
    top: 0;
    left: 0;
}

#overview .inner {
    max-width: 786px;
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
}

#overview .inner h2.section_title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #b1832e;
}

#overview .inner h2.section_title span.roboto {
    font-weight: 300;
    font-size: 48px;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;
}

#overview .inner .txtWrap {
    background: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
    margin-top: 55px;
    padding: 40px 80px 35px;
}

#overview .inner .txtWrap ul {
    border-bottom: 1px solid #C6C6C6;
}

#overview .inner .txtWrap ul li {
    display: flex;
    gap: 60px;
    padding: 20px 0;
    border-top: 1px solid #C6C6C6;
}

#overview .inner .txtWrap ul li .txt1 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #b1832e;
    display: inline-block;
    width: 120px;
}

#overview .inner .txtWrap ul li .txt2 {
    font-size: 14px;
    letter-spacing: 0.1em;
    display: inline-block;
    flex: 1;
}

#overview .inner .txtWrap2 {
    background: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
    margin-top: 40px;
    padding: 30px 80px 41px;
    border: 6px solid #CCCCCC;
    box-sizing: border-box;
}

#overview .inner .txtWrap2 h4.title4 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #b1832e;
}

#overview .inner .txtWrap2 ul {
    margin-top: 19px;
}

#overview .inner .txtWrap2 ul li {
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 14px;
}

#overview .inner .txtWrap2 ul li::before {
    content: "・";
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

#overview .inner .txtWrap2 ul li span {
    color: #ED0F0F;
}

@media screen and (min-width: 681px) {}

@media screen and (max-width: 680px) {
    #overview {
        margin-top: 60px;
        padding-top: 65px;
    }

    #overview::before {
        height: 250px;
    }

    #overview .inner h2.section_title {
        font-size: 14px;
    }

    #overview .inner h2.section_title span.roboto {
        font-size: 30px;
        margin-bottom: 5px;
    }

    #overview .inner .txtWrap {
        margin-top: 30px;
        padding: 20px 20px 25px;
    }


    #overview .inner .txtWrap ul li {
        flex-flow: column;
        gap: 5px;
        padding: 15px 0;
    }

    #overview .inner .txtWrap ul li .txt1 {
        font-size: 13px;
        width: 100%;
    }

    #overview .inner .txtWrap ul li .txt2 {
        font-size: 13px;
        flex: 1;
    }

    #overview .inner .txtWrap2 {
        margin-top: 30px;
        padding: 20px 20px 25px;
    }

    #overview .inner .txtWrap2 h4.title4 {
        font-size: 16px;
    }

    #overview .inner .txtWrap2 ul {
        margin-top: 10px;
    }

    #overview .inner .txtWrap2 ul li {
        font-size: 12px;
        padding-left: 12px;
        line-height: 1.6;
    }

    #overview .inner .txtWrap2 ul li::before {
        font-size: 12px;
    }

    #overview .inner .txtWrap2 ul li span {
        color: #ED0F0F;
    }
}

/* reservation
***************************************************************/
#reservation {
    background: #f8f8f8;
    padding: 78px 0 77px;
    margin-top: 100px;
}

#reservation .inner {
    max-width: 608px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

#reservation .inner h2.section_title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
}

#reservation .inner h2.section_title span.roboto {
    font-weight: 300;
    font-size: 48px;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;
}

#reservation .inner p.section_txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 29px;
}

#reservation .inner .txtWrap {
    margin-top: 38px;
}

#reservation .inner .txtWrap p.txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 16px;
}

#reservation .inner .txtWrap2 table tbody tr td button.type02:disabled {
    color: #333;
    pointer-events: none;
}

.login-setion {
    margin-top: 2rem;
}

.login-setion .loginButtons {
    margin-top: 4% !important;
}

#reservation .inner .txtWrap2 table tbody tr td button.type03:disabled {
    color: #333;
    pointer-events: none;
}

#reservation .inner .txtWrap2 table tbody tr td button.type04:disabled {
    color: #333;
    pointer-events: none;
}

#reservation .inner .txtWrap p.txt.type01::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #EBC0BE;
    opacity: 0.5;
}

#reservation .inner .txtWrap p.txt.type02::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #a4bcdd;
    opacity: 0.5;
}

#reservation .inner .txtWrap p.txt.type01_unlogin::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #835F6D;
    opacity: 0.5;
}

#reservation .inner .txtWrap p.txt.type02_unlogin::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #BDBDB7;
    opacity: 0.5;
}

#reservation .inner .txtWrap p.txt2 {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    opacity: 0.5;
    margin-top: 17px;
    text-indent: -1em;
    padding-left: 1em;
}

#reservation .inner .txtWrap2 table {
    display: block;
    width: 100%;
    margin-top: 29px;
}

#reservation .inner .txtWrap2 table tbody {
    display: block;
    width: 100%;
}

#reservation .inner .txtWrap2 table tbody tr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    margin-bottom: 4px;
}

#reservation .inner .txtWrap2 table tbody tr th {
    border-radius: 4px;
    background: #fff;
    height: 77px;
    position: relative;
}

#reservation .inner .txtWrap2 table tbody tr td {
    border-radius: 4px;
    height: 77px;
    flex: 1;
    position: relative;
}

#reservation .inner .txtWrap2 table tbody tr:nth-of-type(1) th,
#reservation .inner .txtWrap2 table tbody tr:nth-of-type(1) td {
    height: 53px;
    overflow: hidden;
}

#reservation .inner .txtWrap2 table tbody tr td p.txt1 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #1f1f1f;
    background: #fff;
    padding: 14px 0;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#reservation .inner .txtWrap2 table tbody tr th p.txt2 {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #1f1f1f;
    background: #fff;
    width: 133px;
    line-height: 1;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#reservation .inner .txtWrap2 table tbody tr th.none {
    opacity: 0;
}

#reservation .inner .txtWrap2 table tbody tr td button {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    border: unset;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#reservation .inner .txtWrap2 table tbody tr td button.type01 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: #f4f4f4;
    font-weight: 400;
    pointer-events: none;
    color: #000;
}

#reservation .inner .txtWrap2 table tbody tr td button.type02 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #3787d6;
    transition: .3s;
}

#reservation .inner .txtWrap2 table tbody tr td button.type02 span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#reservation .inner .txtWrap2 table tbody tr td button.type03 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #3787d6;
    transition: .3s;
}

#reservation .inner .txtWrap2 table tbody tr td button.type03 span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#reservation .inner .txtWrap2 table tbody tr td button.type04 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    pointer-events: none;
}

#reservation .inner .txtWrap2 table tbody tr td button.type04 span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#reservation .inner .txtWrap2 table tbody tr td button.lut_color {
    background: #d1ddee;
}

#reservation .inner .txtWrap2 table tbody tr td button.lut_color:disabled {
    background: #BDBDB7;
    color: #333;
    pointer-events: none;
}

#reservation .inner .txtWrap2 table tbody tr td button.style_color {
    background: #F4D7D6;
}

#reservation .inner .txtWrap2 table tbody tr td button.style_color:disabled {
    background: #835F6D;
    color: #333;
    pointer-events: none;
}

@media screen and (min-width: 681px) {
    #reservation .inner .txtWrap2 table tbody tr td button.lut_color:hover {
        background: #a4bcdd;
    }

    #reservation .inner .txtWrap2 table tbody tr td button.style_color:hover {
        background: #EBC0BE;
    }
}

@media screen and (max-width: 680px) {
    #reservation {
        padding: 60px 0;
        margin-top: 60px;
    }

    #reservation .inner h2.section_title {
        font-size: 14px;
    }

    #reservation .inner h2.section_title span.roboto {
        font-size: 30px;
        margin-bottom: 5px;
    }

    #reservation .inner p.section_txt {
        font-size: 13px;
        margin-top: 15px;
    }

    #reservation .inner .txtWrap {
        margin-top: 20px;
    }

    #reservation .inner .txtWrap p.txt {
        font-size: 12px;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    #reservation .inner .txtWrap p.txt.type01::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #EBC0BE;
        opacity: 0.5;
    }

    #reservation .inner .txtWrap p.txt.type02::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #a4bcdd;
        opacity: 0.5;
    }

    #reservation .inner .txtWrap p.txt.type01_unlogin::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #835F6D;
        opacity: 0.5;
    }

    #reservation .inner .txtWrap p.txt.type02_unlogin::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #BDBDB7;
        opacity: 0.5;
    }

    #reservation .inner .txtWrap p.txt2 {
        font-size: 12px;
        margin-top: 10px;
    }

    #reservation .inner .txtWrap2 table {
        overflow-x: scroll;
    }

    #reservation .inner .txtWrap2 table tbody {
        width: 520px;
        margin: 0 auto;
    }

    #reservation .inner .txtWrap2 table tbody tr th,
    #reservation .inner .txtWrap2 table tbody tr td {
        height: 60px;
    }

    #reservation .inner .txtWrap2 table tbody tr td button {
        font-size: 25px;
    }

    #reservation .inner .txtWrap2 table tbody tr td button.type02 span {
        font-size: 12px;
    }
}