/* ---------------------------------------------------------
    font
--------------------------------------------------------- */
@font-face {
  font-family: "line-rg";
  src: url("../font/LINESeedJP_A_OTF_Rg.woff") format("woff");
}

@font-face {
  font-family: "line-bd";
  src: url("../font/LINESeedJP_A_OTF_Bd.woff") format("woff");
}

@font-face {
  font-family: "line-eb";
  src: url("../font/LINESeedJP_A_OTF_Eb.woff") format("woff");
}

@font-face {
  font-family: "line-th";
  src: url("../font/LINESeedJP_A_OTF_Th.woff") format("woff");
}

/* ---------------------------------------------------------
    color
--------------------------------------------------------- */
/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
img {
  width: 100%;
  height: auto;
}

.inner {
  max-width: 1000px;
  padding: 0 15px;
  margin: auto;
}

body {
  font-family: "line-bd";
  color: #333;
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.footer {
  margin-top: 50px;
}

.footer .logo {
  width: 185px;
  margin: auto;
}

.footer .text {
  margin: 15px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.footer .text .sp_br {
  display: none;
}

.footer .text.pc {
  margin: 0;
}

.footer .btns {
  display: none;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.footer .btns .btn {
  width: 290px;
  position: relative;
}

.footer .btns .btn .link {
  position: absolute;
  inset: 0;
}

.footer .copy {
  margin: 60px 0 15px;
  text-align: center;
  font-size: 10px;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 80px;
  }
  .footer .text {
    font-size: 14px;
  }
  .footer .text .sp_br {
    display: block;
  }
  .footer .text.pc {
    display: none;
  }
  .footer .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ---------------------------------------------------------
    side
--------------------------------------------------------- */
.side {
  width: 50px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px 0 0 12px;
  border: 2px solid #ed7461;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}

.side .link {
  position: absolute;
  inset: 0;
}

.side span {
  font-size: 18px;
  color: #ed7461;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: -8px;
}

.side:hover {
  background: #ed7461;
}

.side:hover span {
  color: #fff;
}

@media (max-width: 767px) {
  .side {
    width: calc(100% - 4px);
    height: 50px;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 12px 12px 0 0;
  }
  .side span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.04rem;
  }
}

/* ---------------------------------------------------------
    mainVisual
--------------------------------------------------------- */
.sect_mainVisual .mainVisual {
  width: 100%;
  height: calc(100vh + 80px);
  background: url(../images/top/mainVisual_bg.png) no-repeat center/cover;
  position: relative;
}

.sect_mainVisual .mainVisual .site_title {
  width: 63vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sect_mainVisual .mainVisual .site_title .image.sp {
  display: none;
}

@media (max-width: 1025px) {
  .sect_mainVisual .mainVisual .site_title {
    width: 85vw;
  }
}

@media (max-width: 767px) {
  .sect_mainVisual .mainVisual {
    height: calc(100vh + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sect_mainVisual .mainVisual .site_title {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .sect_mainVisual .mainVisual .site_title .image.pc {
    display: none;
  }
  .sect_mainVisual .mainVisual .site_title .image.sp {
    display: block;
  }
}

/* ---------------------------------------------------------
    tour
--------------------------------------------------------- */
.sect_tour {
  padding: 140px 0 250px;
  background: #fcf7d7;
  position: relative;
}

.sect_tour .wave {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -50px;
}

.sect_tour .tour {
  background: #fff;
  border-radius: 25px;
  padding: 75px 45px 200px;
  position: relative;
}

.sect_tour .tour .sect_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 52px;
  margin-bottom: 35px;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.sect_tour .tour .sect_title::before {
  content: '';
  background: url(../images/top/label_1.png) no-repeat center/cover;
  width: 350px;
  height: 53.02px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.sect_tour .tour .items {
  margin-bottom: 80px;
}

.sect_tour .tour .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.sect_tour .tour .items .item .item_name {
  width: 140px;
  height: 25px;
  background: #71a398;
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_tour .tour .items .item .item_name .text {
  color: #fff;
}

.sect_tour .tour .items .item .wrap {
  display: contents;
}

.sect_tour .tour .items .item .wrap .item_meta {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_tour .tour .items .item .wrap .item_meta strong {
  font-size: 36px;
}

.sect_tour .tour .items .item .wrap .item_meta .min {
  font-size: 14px;
}

.sect_tour .tour .items .item .wrap .item_meta .sp_br {
  display: none;
}

.sect_tour .tour .items .item .wrap .weekday {
  width: 25px;
  height: 25px;
  background: #71a398;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  margin-right: 40px;
}

.sect_tour .tour .items .item .wrap .weekday span {
  font-size: 12px;
  color: #fff;
}

.sect_tour .tour .items .item .item_meta {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_tour .tour .items .item .item_meta strong {
  font-size: 36px;
}

.sect_tour .tour .items .item .item_meta .min {
  font-size: 14px;
}

.sect_tour .tour .items .item .item_meta .sp_br {
  display: none;
}

.sect_tour .tour .eligibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 45px;
}

.sect_tour .tour .eligibility .item_name {
  width: 140px;
  height: 25px;
  background: #333;
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_tour .tour .eligibility .item_name .text {
  color: #fff;
}

.sect_tour .tour .eligibility .item_meta {
  line-height: 1.4;
}

.sect_tour .tour .deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.sect_tour .tour .deadline .item_name {
  width: 140px;
  height: 25px;
  background: #333;
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_tour .tour .deadline .item_name .text {
  color: #fff;
}

.sect_tour .tour .deadline .item_meta {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_tour .tour .deadline .item_meta strong {
  font-size: 36px;
}

.sect_tour .tour .photo {
  max-width: 375px;
  width: 37.5%;
  position: absolute;
  right: 20px;
  bottom: 200px;
}

.sect_tour .tour .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 660px;
  height: 80px;
  border: 4px solid #71a398;
  border-radius: 100px;
  background: #fff;
  font-size: 24px;
  color: #71a398;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sect_tour .tour .btn .link {
  position: absolute;
  inset: 0;
}

.sect_tour .tour .btn:hover {
  color: #fff;
  background: #71a398;
}

@media (max-width: 1023px) {
  .sect_tour {
    padding: 110px 0 100px;
  }
  .sect_tour .tour {
    border-radius: 17px;
    padding: 45px 20px 75px;
  }
  .sect_tour .tour .sect_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 45px;
    font-size: 20px;
  }
  .sect_tour .tour .sect_title::before {
    width: 305px;
    height: 45.49px;
  }
  .sect_tour .tour .items .item {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sect_tour .tour .items .item .item_name {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sect_tour .tour .items .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sect_tour .tour .items .item .wrap .item_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
  }
  .sect_tour .tour .items .item .wrap .item_meta.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sect_tour .tour .items .item .wrap .item_meta .sp_br {
    display: block;
  }
  .sect_tour .tour .items .item .wrap .weekday {
    margin-right: 0;
  }
  .sect_tour .tour .items .item .item_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
  }
  .sect_tour .tour .items .item .item_meta.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sect_tour .tour .items .item .item_meta .sp_br {
    display: block;
  }
  .sect_tour .tour .eligibility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .sect_tour .tour .eligibility .item_name {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sect_tour .tour .eligibility .item_meta {
    text-align: center;
  }
  .sect_tour .tour .eligibility .item_meta br {
    display: none;
  }
  .sect_tour .tour .deadline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sect_tour .tour .deadline .item_name {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sect_tour .tour .photo {
    max-width: none;
    min-width: 250px;
    width: 70%;
    margin: 30px auto 0;
    position: static;
  }
  .sect_tour .tour .btn {
    width: 290px;
    height: 45px;
    border: 2px solid #71a398;
    font-size: 18px;
    bottom: -24.5px;
  }
}

@media (max-width: 430px) {
  .sect_tour .wave {
    top: -15px;
  }
}

/* ---------------------------------------------------------
    cooking
--------------------------------------------------------- */
.sect_cooking {
  padding: 320px 0 200px;
  background: #f8c8bf;
  position: relative;
}

.sect_cooking .blur {
  position: absolute;
  top: 0;
}

.sect_cooking .cooking {
  background: #fff;
  border-radius: 25px;
  padding: 75px 45px 200px;
  position: relative;
}

.sect_cooking .cooking .sect_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 125px;
  margin-bottom: 35px;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.sect_cooking .cooking .sect_title::before {
  content: '';
  background: url(../images/top/label_2.png) no-repeat center/cover;
  width: 350px;
  height: 53.02px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.sect_cooking .cooking .items {
  margin-bottom: 80px;
}

.sect_cooking .cooking .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.sect_cooking .cooking .items .item .item_name {
  width: 140px;
  height: 25px;
  background: #b77266;
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_cooking .cooking .items .item .item_name .text {
  color: #fff;
}

.sect_cooking .cooking .items .item .wrap {
  display: contents;
}

.sect_cooking .cooking .items .item .wrap .item_meta {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_cooking .cooking .items .item .wrap .item_meta strong {
  font-size: 36px;
}

.sect_cooking .cooking .items .item .wrap .item_meta .min {
  font-size: 14px;
}

.sect_cooking .cooking .items .item .wrap .item_meta .sp_br {
  display: none;
}

.sect_cooking .cooking .items .item .wrap .weekday {
  width: 25px;
  height: 25px;
  background: #b77266;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  margin-right: 40px;
}

.sect_cooking .cooking .items .item .wrap .weekday span {
  font-size: 12px;
  color: #fff;
}

.sect_cooking .cooking .items .item .item_meta {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_cooking .cooking .items .item .item_meta.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
}

.sect_cooking .cooking .items .item .item_meta strong {
  font-size: 36px;
}

.sect_cooking .cooking .items .item .item_meta .min {
  font-size: 14px;
}

.sect_cooking .cooking .items .item .item_meta .sp_br {
  display: none;
}

.sect_cooking .cooking .items .item .weekday {
  width: 25px;
  height: 25px;
  background: #b77266;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  margin-right: 40px;
}

.sect_cooking .cooking .items .item .weekday span {
  font-size: 12px;
  color: #fff;
}

.sect_cooking .cooking .eligibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 45px;
}

.sect_cooking .cooking .eligibility .item_name {
  width: 140px;
  height: 25px;
  background: #333;
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_cooking .cooking .eligibility .item_name .text {
  color: #fff;
}

.sect_cooking .cooking .eligibility .item_meta {
  line-height: 1.4;
}

.sect_cooking .cooking .deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.sect_cooking .cooking .deadline .item_name {
  width: 140px;
  height: 25px;
  background: #333;
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_cooking .cooking .deadline .item_name .text {
  color: #fff;
}

.sect_cooking .cooking .deadline .item_meta {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect_cooking .cooking .deadline .item_meta strong {
  font-size: 36px;
}

.sect_cooking .cooking .photo {
  max-width: 375px;
  width: 37.5%;
  position: absolute;
  right: 20px;
  bottom: 200px;
}

.sect_cooking .cooking .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 660px;
  height: 80px;
  border: 4px solid #b77266;
  border-radius: 100px;
  background: #fff;
  font-size: 24px;
  color: #b77266;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sect_cooking .cooking .btn .link {
  position: absolute;
  inset: 0;
}

.sect_cooking .cooking .btn:hover {
  color: #fff;
  background: #b77266;
}

@media (max-width: 1023px) {
  .sect_cooking {
    padding: 110px 0 100px;
  }
  .sect_cooking .cooking {
    border-radius: 17px;
    padding: 45px 20px 75px;
  }
  .sect_cooking .cooking .sect_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 45px;
    font-size: 20px;
  }
  .sect_cooking .cooking .sect_title::before {
    width: 305px;
    height: 45.49px;
  }
  .sect_cooking .cooking .items .item {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sect_cooking .cooking .items .item .item_name {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sect_cooking .cooking .items .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sect_cooking .cooking .items .item .wrap .item_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
  }
  .sect_cooking .cooking .items .item .wrap .item_meta.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sect_cooking .cooking .items .item .wrap .item_meta .sp_br {
    display: block;
  }
  .sect_cooking .cooking .items .item .wrap .weekday {
    margin-right: 0;
  }
  .sect_cooking .cooking .items .item .item_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
  }
  .sect_cooking .cooking .items .item .item_meta.col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sect_cooking .cooking .items .item .item_meta.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sect_cooking .cooking .items .item .item_meta .sp_br {
    display: block;
  }
  .sect_cooking .cooking .eligibility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .sect_cooking .cooking .eligibility .item_name {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sect_cooking .cooking .eligibility .item_meta {
    text-align: center;
  }
  .sect_cooking .cooking .eligibility .item_meta br {
    display: none;
  }
  .sect_cooking .cooking .deadline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sect_cooking .cooking .deadline .item_name {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sect_cooking .cooking .photo {
    max-width: none;
    min-width: 250px;
    width: 70%;
    margin: 30px auto 0;
    position: static;
  }
  .sect_cooking .cooking .btn {
    width: 290px;
    height: 45px;
    border: 2px solid #b77266;
    font-size: 18px;
    bottom: -24.5px;
  }
}

/* ---------------------------------------------------------
    advisor
--------------------------------------------------------- */
.advisor {
  padding: 120px 0 175px;
  background: #fff;
  position: relative;
}

.advisor .blur {
  position: absolute;
  top: 0;
}

.advisor .content {
  width: calc(100% - 90px);
  padding: 80px 45px 90px;
  margin: auto;
  position: relative;
}

.advisor .content .title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

.advisor .content .title strong {
  font-size: 32px;
}

.advisor .content .box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}

.advisor .content .box .l_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.advisor .content .box .l_box .label {
  width: 145px;
  height: 40px;
  border: 2px solid #333;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advisor .content .box .l_box .label span {
  font-size: 18px;
}

.advisor .content .box .l_box .professional {
  font-size: 18px;
  line-height: 1.4;
}

.advisor .content .box .l_box .name {
  font-size: 60px;
}

.advisor .content .box .r_box .photo {
  width: 250px;
}

.advisor .content .frame_tl {
  width: 135px;
  position: absolute;
  top: 0;
  left: 0;
}

.advisor .content .frame_tr {
  width: 135px;
  position: absolute;
  top: 0;
  right: 0;
}

.advisor .content .frame_br {
  width: 135px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.advisor .content .frame_bl {
  width: 135px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.advisor .btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 660px;
  height: 80px;
  background: #ed7461;
  border: 0;
  border-radius: 100px;
  margin: 110px auto 0;
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 10px 10px 0px 0px #ffc5bc;
          box-shadow: 10px 10px 0px 0px #ffc5bc;
}

.advisor .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.advisor .btn .link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

@media (max-width: 767px) {
  .advisor {
    padding: 100px 0 100px;
  }
  .advisor .content {
    width: calc(100% - 30px);
    padding: 105px 15px 85px;
  }
  .advisor .content .title {
    font-size: 14px;
  }
  .advisor .content .title strong {
    font-size: 22px;
  }
  .advisor .content .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .advisor .content .box .l_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advisor .content .box .l_box .professional {
    text-align: center;
  }
  .advisor .content .box .l_box .name {
    font-size: 40px;
  }
  .advisor .content .frame_tl {
    width: 85px;
  }
  .advisor .content .frame_tr {
    width: 85px;
  }
  .advisor .content .frame_br {
    width: 85px;
  }
  .advisor .content .frame_bl {
    width: 85px;
  }
  .advisor .btn {
    width: 290px;
    height: 45px;
    margin: 80px auto 0;
    font-size: 18px;
    -webkit-box-shadow: 5px 5px 0px 0px #ffc5bc;
            box-shadow: 5px 5px 0px 0px #ffc5bc;
  }
}

/* ---------------------------------------------------------
    info
--------------------------------------------------------- */
.info .contents {
  padding: 60px 0 45px;
  border-radius: 25px;
  background: #f0f0f0;
}

.info .contents .title {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

.info .contents .sentence {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 25px;
  text-align: center;
}

.info .contents .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 660px;
  height: 80px;
  border: 3px solid #333;
  border-radius: 100px;
  font-size: 24px;
  font-family: "line-bd";
  color: #333;
  background: #fff;
  display: block;
  margin: 25px auto;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.info .contents .btn .link {
  position: absolute;
  inset: 0;
}

.info .contents .btn:hover {
  color: #fff;
  background: #333;
}

@media (max-width: 767px) {
  .info .contents {
    padding: 35px 15px 40px;
    width: calc(100% - 30px);
    border-radius: 15px;
  }
  .info .contents .title {
    font-size: 18px;
  }
  .info .contents .sentence {
    font-size: 16px;
  }
  .info .contents .btn {
    width: 290px;
    height: 45px;
    border: 2px solid #333;
    font-size: 18px;
  }
}
/*# sourceMappingURL=top.css.map */