@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.po_re {
    position: relative;
}

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

.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: 680px) {
    #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;
}

/* s1r2
********/

/* 既存の .s1r2 セクションのスタイル */
.s1r2 { 
  background: #f8f8f8;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 3rem 0;
}

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

.s1r2 .inner .banner-img {
    width: 85%;
    margin: 0 auto;
}

/* ワークショップ情報全体のスタイル */
.s1r2 .workshop-info {
  margin-top: 40px;
  background: #fff;
  border-radius: 6px 6px 0 0;
  box-shadow: 0px 3px 6px #00000029;
  background: #F0F0F0;
  padding-bottom: 2rem;
}

.s1r2 .workshop-info .workshop-info-header {
    background: #000;
    color: #fff;
    border-radius: 6px 6px 0 0;
    display: block;
    padding-top: 15px;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.s1r2 .workshop-info h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  text-align: center;
}

.s1r2 .workshop-info .sub-title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
}

/* ワークショップリスト */
.s1r2 .workshop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各ワークショップカード */
.s1r2 .workshop-list li {
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden; /* ヘッダーのグラデーションが角に沿うように */
  flex: 0 0 calc(25% - 20px);
  box-sizing: border-box;
  min-width: 220px;
}

/* ワークショップヘッダー：グラデーション背景とアイコン */
.s1r2 .workshop-header {
  display: block;
  align-items: center;
  background: linear-gradient(to right, #fc6a8a 0%, #ff7a50 30%, #8a3eb9 70%, #2c53e7 100%);
  padding: 20px 8px 10px 8px;
  border-radius: 6px 6px 0 0;
}

.s1r2 .workshop-header .workshop-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.s1r2 .workshop-header .date {
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  font-family: Barlow;
}

.s1r2 .workshop-header .date span {
    font-size: 1.2rem !important;
    margin-left: 0.5rem;
  }

.s1r2 .workshop-header .time {
    font-size: 0.7rem;
    color: #fff;
    white-space: nowrap;
  }

/* ワークショップ本文 */
.s1r2 .workshop-body {
  padding: 15px;
}

.s1r2 .workshop-body .desc {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    border-bottom: 1px solid lightgray;
    padding-bottom: 0.8rem;
}

.s1r2 .workshop-body .desc .sub-desc {
    font-weight: normal !important;
    font-size: 0.8rem !important;
}

.s1r2 .workshop-body .prof {
    display: flex;
}

.s1r2 .workshop-body .prof img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    width: 70px;
}

.s1r2 .workshop-body .prof div {
    margin-left: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 0.8rem;
}

.s1r2 .workshop-body .prof div span {
    font-weight: bold !important;
    font-size: 1rem;
}

/* 注意書き */
.s1r2 .workshop-info .note {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}

.s1r2 .workshop-info .note span {
    font-weight: bold !important;
  }

/* スマホ向けレイアウト調整 */
@media screen and (max-width: 767px) {
  .s1r2 .workshop-list {
    gap: 10px;
  }
  .s1r2 .workshop-list li {
    flex: 1 1 100%;
  }

  .s1r2 .workshop-info .note {
    padding: 0 2.2rem !important; 
  }

  .s1r2 .inner .banner-img {
    width: 100%;
  }
}




/* 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% - 40px);
    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: #313440;
    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: #a4bcdd;
}

#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;
}

#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: #a4bcdd;
    padding: 20px 0;
    position: relative;
}

#event .inner .txtWrap a.link::before {
    content: "";
    display: block;
    width: 112px;
    height: 100%;
    background: #5d6584;
    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: #313e40;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
}

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

#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: #bfd5cf;
}

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

#event .inner .txtWrap.type2 a.link::before {
    background: #9bb6ba;
}

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

@media screen and (max-width: 680px) {
    #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% - 40px);
    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 {
    background: #f8f8f8;
    padding: 78px 0 77px;
    margin-top: 100px;
}

#reservation .inner {
    max-width: 868px;
    width: calc(100% - 40px);
    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 .tab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

#reservation .tab li {
    background: #dedede;
    border-radius: 3px;
}

#reservation .tab li a {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #707070;
}

#reservation .tab li.active {
    background: #a4bcdd;
}

#reservation .tab li.active a {
    color: #fff;
}

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

#reservation .tab_area ul {
    display: flex;
    flex-flow: column;
    gap: 4px;
}

#reservation .tab_area ul li {
    display: flex;
}

#reservation .tab_area ul li .box1 {
    position: relative;
    height: 77px;
    border-radius: 3px;
    margin-right: 4px;
    width: 134px;
    background: #fff;
}

#reservation .tab_area ul li .box1 p.txt1 {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    color: #1f1f1f;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#reservation .tab_area ul li .box2 {
    position: relative;
    height: 77px;
    border-radius: 3px;
    margin-right: 6px;
    background: #eaeaea;
    flex: 1;
}

#reservation .tab_area ul li .box2 p.txt2 {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    color: #1f1f1f;
    flex: 1;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    width: 100%;
}

#reservation .tab_area ul li p.txt2 span {
    font-weight: bold;
    display: block;
}

#reservation .tab_area ul li .box3.ne {
    background-color: #EFDECA;
}

#reservation .tab_area ul li .box3.kz {
    background-color: #D1DDEE;
}

#reservation .tab_area ul li .box3.ne .model_title {
    color: #A26B1F;
}

#reservation .tab_area ul li .box3.kz .model_title {
    color: #3262A5;
}

#reservation .tab_area ul li .box3 {
    position: relative;
    height: 77px;
    border-radius: 3px;
    margin-right: 4px;
    width: 134px;
    background: #fff;
}

#reservation .tab_area ul li .box3 p.txt3 {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    color: #1f1f1f;
    flex: 1;
    position: absolute;
    top: 37%;
    left: 10px;
    transform: translate(0, -50%);
    width: 100%;
}

#reservation .tab_area ul li p.txt3 span {
    font-weight: bold;
    display: block;
}

#reservation .tab_area ul li button {
    width: 112px;
    border-radius: 3px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border: unset;
    box-sizing: border-box;
}

#reservation .tab_area ul li button.type01 {
    background: #dfeae7;
    font-weight: bold;
    font-size: 30px;
    color: #3787d6;
    cursor: pointer;
    transition: .3s;
}

#reservation .tab_area ul li button.type01:disabled {
    background: #ccc;
    color: #333;
    pointer-events: none;
}

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

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

#reservation .tab_area ul li button.type02:disabled {
    background: #ccc;
    color: #333;
    pointer-events: none;
}

#reservation .tab_area ul li button.type01 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

#reservation .tab_area ul li button.type02 {
    background: #dfeae7;
    font-weight: bold;
    font-size: 30px;
    pointer-events: none;
    color: #000;
}

#reservation .tab_area ul li button.type02 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

#reservation .tab_area {
    display: none;
    opacity: 0;
}

#reservation .tab_area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (min-width: 681px) {
    #reservation .tab_area ul li button.type01:hover {
        background: #bfd5cf;
    }
}

@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 {
        overflow-x: scroll;
    }

    #reservation .scroll {
        width: 430px;
        margin: 0 auto;
    }

    #reservation .tab_area ul li .box1 {
        width: 100px;
        height: auto;
    }

    #reservation .tab_area ul li .box2 {
        height: auto;
        padding: 10px;
    }

    #reservation .tab_area ul li .box2 p.txt2 {
        position: unset;
        transform: unset;
        font-size: 12px;
    }

    #reservation .tab_area ul li .box3 {
        height: auto;
        width: 100px;
        font-size: 10px;
    }

    #reservation .tab_area ul li .box3 p.txt3 {
        font-size: 12px;
    }
}