.subpage {
  padding: 10vw 4vw;
}
.subpage .subTitle {
  margin: auto;
  z-index: 10;
}
.subpage .subTitle img {
  width: 100%;
}

#aboutPage {
  margin: 0 0 -20vh;
}
#aboutPage h3 {
  display: block;
  margin: 0;
  font-size: 10vw;
  line-height: 100%;
  z-index: 2;
  font-weight: 800;
}
#aboutPage .imgFx {
  display: block;
  width: 100%;
}
#aboutPage .imgFx img {
  width: 100%;
}
#aboutPage .imgFx .maskBorder {
  position: absolute;
  top: 0;
  z-index: 10;
}
#aboutPage .imgFx.img1 {
  margin-top: -10vw;
  mask-image: url(../img/about_frame1.svg);
}
#aboutPage .imgFx.img2 {
  margin-top: -3.5vw;
  mask-image: url(../img/about_frame2.svg);
}
#aboutPage .imgFx.img3 {
  margin-top: -3.5vw;
  mask-image: url(../img/about_frame3.svg);
}
#aboutPage .paragraph {
  display: block;
  z-index: 2;
}
#aboutPage .paragraph.para1 {
  margin-top: -6vw;
}
#aboutPage .paragraph.para2 {
  margin-top: -10vw;
}
#aboutPage .paragraph.para3 {
  margin-top: -10vw;
  padding-left: 40vw;
}

#workPage .aside {
  position: fixed;
  width: 18vw;
}
#workPage .aside h2 img {
  width: 15vw;
  margin-bottom: 4vw;
}
#workPage .aside .category {
  display: flex;
  gap: 1.2vw;
}
#workPage .aside .category a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 7vw;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 100%;
  font-weight: 600;
}
#workPage .aside .category a.active, #workPage .aside .category a:hover {
  background: #000;
}
#workPage .main {
  margin-left: 24vw;
  width: calc(100% - 24vw);
}
#workPage .main .works_top_text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 4.6vw;
}
#workPage .main .works_top_text a {
  background: #000;
  color: #fff;
  padding: 0.2vw 3vw;
  border-radius: 10vw;
}
#workPage .main .works_list {
  margin-top: 3vw;
}
#workPage .main .works_list h3 {
  display: flex;
  gap: 1vw;
  align-items: center;
  font-size: 1.5em;
  margin-bottom: 3vw;
  white-space: nowrap;
}
#workPage .main .works_list h3::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  flex: 1 0 auto;
}
#workPage .main .works_list .list {
  display: flex;
  gap: 1vw;
  flex-wrap: wrap;
}
#workPage .main .works_list .list li {
  width: calc((100% - 2vw) / 3);
}
#workPage .main .works_list .list li a, #workPage .main .works_list .list li button {
  display: block;
  width: 100%;
  padding: 0;
}
#workPage .main .works_list .list li a img, #workPage .main .works_list .list li button img {
  width: 100%;
}
#workPage .main .works_list .list li a .info, #workPage .main .works_list .list li button .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  font-weight: 700;
  text-align: justify;
  color: #fff;
  width: 100%;
  height: 50%;
  bottom: 0;
}
#workPage .main .works_list .list li a .info span, #workPage .main .works_list .list li button .info span {
  padding: 0 1.5vw;
}
#workPage .main .works_list .list li a .info .line2, #workPage .main .works_list .list li button .info .line2 {
  padding: 0 0 1.5vw 1.5vw;
  display: flex;
  gap: 1vw;
  align-items: center;
  white-space: nowrap;
}
#workPage .main .works_list .list li a .info .line2::after, #workPage .main .works_list .list li button .info .line2::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1 0 auto;
  background: #fff;
}
#workPage .main .works_list .list.wide {
  flex-direction: column;
}
#workPage .main .works_list .list.wide li {
  width: 100%;
}
#workPage .main .works_list .list.wide li a .info, #workPage .main .works_list .list.wide li button .info {
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1em;
  height: 100%;
  padding: 1.5vw;
  text-shadow: 0 0 10px #000;
}
#workPage .main .works_list .list.wide li a .info .topper, #workPage .main .works_list .list.wide li button .info .topper {
  display: flex;
  justify-content: space-between;
}
#workPage .main .works_list .list.wide li a .info .topper .subject, #workPage .main .works_list .list.wide li button .info .topper .subject {
  font-size: 1.6em;
}
#workPage .main .works_list .list.wide li a .info span, #workPage .main .works_list .list.wide li button .info span {
  padding: 0;
}
#workPage .main .works_list .list.wide li a .info .keyword, #workPage .main .works_list .list.wide li button .info .keyword {
  border-top: 1px #fff solid;
  padding-top: 1.5vw;
}

#resrvPage h2.subTitle {
  width: 25vw;
  margin: 0 0 4vw;
}
#resrvPage .h3View {
  display: flex;
  gap: 1vw;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 2vw;
  white-space: nowrap;
}
#resrvPage .h3View::after, #resrvPage .h3View::before {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  flex: 1 0 auto;
}
#resrvPage .resrvNotice {
  margin-top: 5vw;
  font-size: 0.8em;
  line-height: 170%;
}
#resrvPage .resrvNotice p {
  margin: 0;
}
#resrvPage .resrvNotice ul {
  margin: 0 0 2vw;
  padding: 0 0 0 0.5vw;
}
#resrvPage .resrvNotice ul li {
  padding-left: 0.5vw;
  list-style-type: "-";
  font-weight: 400;
}
#resrvPage .backImg {
  position: absolute;
  right: 3vw;
  top: 32vw;
  width: 30vw;
  z-index: 0;
}
#resrvPage .selectContainer {
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 1vw;
}
#resrvPage .selectContainer.innerStep {
  margin-top: 5vw;
  justify-content: flex-start;
}
#resrvPage select {
  appearance: none;
  font-size: 1vw;
  font-weight: 700;
  height: 3vw;
  width: 16vw;
  text-align: center;
  border-radius: 0.5vw;
  outline: none;
  border: none;
  color: #000;
  text-align-last: center;
  box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.2);
  background: url(../img/arrow_select.png) center right no-repeat;
  background-size: contain;
}
#resrvPage .red {
  color: #f00;
  font-weight: 700;
}
#resrvPage p.text_result {
  font-size: 1.2em;
  font-weight: 700;
}
#resrvPage .btn_confirm {
  box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.5);
  border-radius: 5vw;
  padding: 0.5vw 10vw;
  margin: 1vw auto;
  font-weight: 700;
  background: #000;
  color: #fff;
}
#resrvPage .resrvView .reservationForm {
  margin: 3vw auto;
}
#resrvPage .resrvView .btn_confirm {
  width: 28vw;
}
#resrvPage .resrvView .resrv_result {
  width: 100%;
}
#resrvPage .resrvView .resrv_result .info {
  width: 10vw;
}
#resrvPage .resrvView .resrv_cancel .resrv_info {
  width: 20vw;
  height: 20vw;
  border-right: 1px #000 solid;
}
#resrvPage .resrvView .resrv_cancel .resrv_refund {
  height: 20vw;
}
#resrvPage .resrvView .btns {
  display: flex;
  justify-content: center;
}
#resrvPage .resrvView .btns button {
  box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.2);
  border-radius: 5vw;
  margin: 5vw 0.5vw 0;
  font-weight: 700;
  background: #000;
  color: #fff;
  width: 20vw;
  padding: 0.5vw;
}
#resrvPage .resrvView .btns button.btn_cancel {
  background: #fff;
  color: #000;
}
#resrvPage .branchList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5vw;
}
#resrvPage .branchList button img {
  width: 1.5vw;
  margin: 5vw 0;
}
#resrvPage .branchList > div {
  cursor: pointer;
  width: calc((100% - 6vw) / 5);
}
#resrvPage .branchList > div img {
  display: block;
  margin-bottom: 1vw;
  width: 100%;
  object-fit: cover;
}
#resrvPage .branchList2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5vw;
}
#resrvPage .branchList2 button img {
  width: 1.5vw;
  margin: 5vw 0;
}
#resrvPage .branchList2 .box {
  cursor: pointer;
  width: calc((100% - 6vw) / 5);
}
#resrvPage .branchList2 .box img {
  display: block;
  margin-bottom: 1vw;
  width: 100%;
  object-fit: cover;
}
#resrvPage .branchList2 .slide {
  display: flex;
  overflow: hidden;
}
#resrvPage .branchList2 .slide .slick-list {
  padding: 0 -5px;
}
#resrvPage .branchList2 .slide .slick-slide {
  padding: 0 5px;
}
#resrvPage .branchList2 .slide .slick-slide img {
  max-width: 381px;
  width: 100%;
}

.resrvStep {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  margin-top: 1vw;
}
.resrvStep .column {
  box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5vw;
  padding: 1.5vw;
}
.resrvStep .selectContainer {
  width: 100%;
  margin: 0 !important;
}
.resrvStep .main {
  height: 30vw;
  width: 50vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.resrvStep .main.main2 {
  height: 43.8vw;
}
.resrvStep .main .column {
  display: flex;
  gap: 1.5vw;
}
.resrvStep .main .info {
  width: 25vw;
  font-size: 0.7em;
}
.resrvStep .main .info img {
  width: 100%;
  margin-bottom: 0.5vw;
}
.resrvStep .main .info th {
  font-weight: 700;
}
.resrvStep .main .info th, .resrvStep .main .info tr {
  line-height: 140%;
  padding: 0;
}
.resrvStep .main .info .themeInfo th {
  min-width: 64px;
}
.resrvStep .main .description {
  overflow-y: auto;
  font-size: 0.7em;
  line-height: 160%;
  padding-right: 1vw;
}
.resrvStep .main .description #memo {
  white-space: break-spaces;
}
.resrvStep .main .reserv_info {
  display: flex;
  gap: 1vw;
}
.resrvStep .main .reserv_info .themeImg {
  width: 16vw;
  height: 16vw;
  object-fit: cover;
}
.resrvStep .main .reserv_info .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resrvStep .main .reserv_info .info h4 {
  margin: 0;
  font-size: 1.5em;
}
.resrvStep .main .resrvNotice {
  overflow-y: auto;
  margin: 0 !important;
  flex-direction: column;
  gap: 0.7vw;
  font-size: 0.7em;
}
.resrvStep .main .resrvNotice h5 {
  margin: 0;
}
.resrvStep .main .resrvNotice .doc {
  white-space: break-spaces;
}
.resrvStep .reservationPick {
  width: 27vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resrvStep .reservationPick .column .datepicker-ui {
  position: relative;
  border: none;
  height: 20vw;
  padding: 0.5vw;
}
.resrvStep .reservationPick .column .datepicker-ui .datepicker-calendar td {
  padding: 0.4vw;
  font-size: 0.9em;
}
.resrvStep .reservationPick .column .timepicker-ui {
  height: 20vw;
  overflow-y: auto;
  padding-right: 1vw;
}
.resrvStep .reservationPick .column .timepicker-ui .timepicker-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.resrvStep .reservationPick .column .timepicker-ui .timepicker-header .icon img {
  width: 2vw;
}
.resrvStep .reservationPick .column .timepicker-ui .timeList {
  display: flex;
  gap: 0.6vw;
  flex-wrap: wrap;
}
.resrvStep .reservationPick .column .timepicker-ui .timeList li {
  width: calc(50% - 0.3vw);
}
.resrvStep .reservationPick .column .timepicker-ui .timeList li span {
  display: block;
  text-align: center;
  line-height: 240%;
  border: 1px #000 solid;
  border-radius: 0.5vw;
}
.resrvStep .reservationPick .column .timepicker-ui .timeList li input[type=radio] {
  position: absolute;
  width: 0;
  opacity: 0;
}
.resrvStep .reservationPick .column .timepicker-ui .timeList li input[type=radio]:checked + span {
  background: #000;
  color: #fff;
  border-color: #000;
}
.resrvStep .reservationPick .column .timepicker-ui .timeList li input[type=radio]:disabled + span {
  background: #eee;
  border-color: #eee;
}
.resrvStep .reservationPick .btn_next_step {
  box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.2);
  border-radius: 5vw;
  padding: 0.5vw;
  font-weight: 700;
  background: #000;
  color: #fff;
}
.resrvStep .reservationPick .btn_next_step:disabled {
  background: #fff;
  color: #aaa;
}
.resrvStep .reservationPick input.reservInfo {
  border: none;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
.resrvStep .reservationPick input.reservInfo.small {
  font-size: 0.8em;
}
.resrvStep .stepList {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}
.resrvStep .stepList .step {
  width: 7vw;
  height: 7vw;
  border-radius: 7vw;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 0.9vw;
  line-height: 140%;
  font-weight: 600;
}
.resrvStep .stepList .step h5 {
  font-size: 1em;
  margin: 0;
}
.resrvStep .stepList .step.active {
  background: #000;
  color: #fff;
}
.resrvStep .stepList span img {
  width: 1vw;
}

.reservationForm {
  width: 27vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1vw;
}
.reservationForm .g-recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0;
}
.reservationForm .form_item {
  margin: 0;
}
.reservationForm .form_item .subject {
  width: 7vw;
  padding: 0.5vw 0;
  min-width: 77px;
}
.reservationForm .form_item .right {
  width: 20vw;
}
.reservationForm .form_item .right select {
  width: 100% !important;
  text-align: left !important;
  padding: 0 1vw;
}
.reservationForm .form_item .right input.resrvInput {
  width: 100%;
  border: none;
  appearance: none;
  font-size: 1vw;
  font-weight: 700;
  height: 3vw;
  border-radius: 0.5vw;
  padding: 0 1vw;
  box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.2);
}
.reservationForm .form_item .right .price {
  color: #F00;
}
.reservationForm .form_item .right .captchaView {
  width: 50%;
  margin-right: 0.5vw;
}
.reservationForm .form_item .right .captchaView img {
  width: 100%;
}
.reservationForm .form_item .right.flex {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
.reservationForm .form_item .right.flex input {
  width: 100%;
  text-align: center;
}
.reservationForm .bottom {
  background: #eee;
  border-radius: 0.5vw;
  padding: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reservationForm .bottom .resrv_agree {
  font-size: 0.8em;
  line-height: 140%;
}
.reservationForm .bottom .resrv_agree a {
  color: #999;
}
.reservationForm .bottom button {
  background: #000;
  color: #fff;
  padding: 0.5vw 2vw;
  border-radius: 10vw;
}
.reservationForm .bottom button:disabled {
  background: #fff;
  color: #ccc;
}

.resrv_result {
  width: 78vw;
}
.resrv_result .column {
  box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5vw;
  padding: 1.5vw;
}
.resrv_result .reserv_info {
  display: flex;
  gap: 1.5vw;
}
.resrv_result .reserv_info .themeImg {
  width: 20vw;
  height: 20vw;
}
.resrv_result .reserv_info .info {
  width: 18vw;
  height: 20vw;
  border-right: 1px #000 solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.8em;
}
.resrv_result .reserv_info .info h4 {
  margin: 0;
  font-size: 1.5em;
}
.resrv_result .reserv_info .resrv_info_list {
  width: 20vw;
  height: 20vw;
  border-right: 1px #000 solid;
  font-size: 0.8em;
  margin: 0;
}
.resrv_result .reserv_info .resrv_info_list li {
  margin-bottom: 1.5vw;
  display: flex;
  line-height: 140%;
}
.resrv_result .reserv_info .resrv_info_list li span {
  width: 80%;
}
.resrv_result .reserv_info .resrv_info_list li .subject {
  width: 20%;
}
.resrv_result .reserv_info .resrv_info_list li p.notice {
  font-size: 0.8em;
}
.resrv_result .reserv_info .resrv_info_list li:last-child {
  margin: 0;
}

.resrv_result2 {
  width: 78vw;
}
.resrv_result2 .column {
  box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5vw;
  padding: 1.5vw;
}
.resrv_result2 .reserv_info {
  display: flex;
  gap: 1.5vw;
}
.resrv_result2 .reserv_info .themeImg {
  width: 20vw;
  height: 20vw;
}
.resrv_result2 .reserv_info .info {
  width: 18vw;
  height: 20vw;
  border-right: 1px #000 solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.8em;
}
.resrv_result2 .reserv_info .info h4 {
  margin: 0;
  font-size: 1.5em;
}
.resrv_result2 .reserv_info .resrv_info_list {
  margin: 0;
}
.resrv_result2 .reserv_info .resrv_info_list li {
  margin-bottom: 1.5vw;
  display: flex;
  line-height: 140%;
}
.resrv_result2 .reserv_info .resrv_info_list li span {
  width: 70%;
}
.resrv_result2 .reserv_info .resrv_info_list li span.width_80 {
  width: 80%;
}
.resrv_result2 .reserv_info .resrv_info_list li .subject {
  width: 30%;
  font-weight: 700;
}
.resrv_result2 .reserv_info .resrv_info_list li .subject.width_20 {
  width: 20%;
}
.resrv_result2 .reserv_info .resrv_info_list li p.notice {
  font-size: 0.8em;
}
.resrv_result2 .reserv_info .resrv_info_list li:last-child {
  margin: 0;
}
.resrv_result2.resrv_cancel .resrv_info_list {
  width: 20vw;
  height: 20vw;
  border-right: 1px #000 solid;
  font-size: 0.9em;
}
.resrv_result2.resrv_cancel .resrv_info_list span {
  width: 70% !important;
}
.resrv_result2.resrv_cancel .resrv_info_list .subject {
  width: 30% !important;
  font-weight: 700;
}

#noticePage h2.subTitle {
  width: 16vw;
  margin: 0 auto 4vw;
}
#noticePage .boardList {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
#noticePage .boardList ul li {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 1vw 1.5vw;
}
#noticePage .boardList ul li a {
  display: flex;
  align-items: center;
  color: #000;
  gap: 2vw;
}
#noticePage .boardList ul li .thumbimg {
  width: 12vw;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#noticePage .boardList ul li .ico_pin {
  position: absolute;
  width: 1.4vw;
  top: 1vw;
  right: 1vw;
}

#keysPage h2.subTitle {
  width: 42vw;
  margin: 0 0 4vw;
}
#keysPage .branchList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2vw;
}
#keysPage .branchList button img {
  width: 1.5vw;
  margin: 5vw 0;
}
#keysPage .branchList .box span {
  color: #000;
}
#keysPage .branchList .box img {
  margin-bottom: 1vw;
  width: 100%;
}
#keysPage .branchList .slide {
  display: flex;
  overflow: hidden;
}
#keysPage .branchList .slide .slick-list {
  padding: 0 -20px;
}
#keysPage .branchList .slide .slick-slide {
  padding: 0 20px;
}
#keysPage .branchList .slide .slick-slide img {
  max-width: 381px;
  width: 100%;
}
#keysPage .boardListSwiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5vw;
}
#keysPage .boardListSwiper button img {
  width: 1.5vw;
  margin: 5vw 0;
}
#keysPage .boardListSwiper .boardList {
  display: flex;
  gap: 2vw;
  width: calc(100% - 4vw);
}
#keysPage .boardListSwiper .boardList li .thumbimg {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 1vw;
}
#keysPage .boardListSwiper .boardList li a {
  color: #000;
}
#keysPage .boardListSwiper > div {
  cursor: pointer;
  width: calc((100% - 6vw) / 5);
}
#keysPage .boardListSwiper > div img {
  display: block;
  margin-bottom: 1vw;
  width: 100%;
  object-fit: cover;
}

#boardView h2.subTitle {
  width: 24vw;
  margin: 0 0 2vw;
}
#boardView .boardview {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  padding: 2vw;
}
#boardView .boardview .subject {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 2vw;
}
#boardView .boardview .img {
  width: 750px;
  margin: 2vw auto;
}
#boardView .boardview .text {
  font-size: 0.8em;
}

#recruitPage {
  overflow: hidden;
  height: 100dvh;
  padding: 0;
  background: url(../img/img_recruit.jpg) center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.5);
}
#recruitPage .text {
  position: absolute;
  left: 62.5vw;
  top: 44vh;
  font-size: 0.9em;
  line-height: 180%;
}
#recruitPage .text .btns {
  display: flex;
  gap: 1vw;
  margin-top: 1vw;
}
#recruitPage .text .btns a {
  width: 12vw;
  background: #fff;
  text-align: center;
  padding: 0.5vw;
  border-radius: 10vw;
  color: #000;
  text-shadow: none;
  font-weight: 700;
}
#recruitPage footer {
  color: #fff;
  text-align: left;
  padding: 2vw 0;
}

#letterPage {
  background: #E8EAE1;
  padding: 4vw 4vw 0;
  border-radius: 3vw 3vw 0 0;
  transition: all 0.2s;
  z-index: 2;
  overflow: hidden;
}
#letterPage h3 {
  font-size: 18vw;
  line-height: 100%;
  font-weight: 800;
  margin: 0;
}
#letterPage .letter {
  margin: 8vw auto;
  text-align: center;
}
#letterPage .letter h4 {
  margin: 1vw auto;
  font-size: 1.2em;
}
#letterPage .letter .formFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vw;
}
#letterPage .letter .formFlex input[type=text] {
  background: rgba(0, 0, 0, 0.1);
  border: 1px rgba(0, 0, 0, 0.5) solid;
  width: 36vw;
  border-radius: 10vw 0 0 10vw;
  padding: 0.6vw 1.2vw;
  font-size: 0.8em;
}
#letterPage .letter .formFlex input[type=text]::placeholder {
  color: #999;
}
#letterPage .letter .formFlex button.letterSubmit {
  background: #000;
  border: 1px #000 solid;
  color: #fff;
  width: 8vw;
  border-radius: 0 10vw 10vw 0;
  padding: 0.6vw 1.2vw;
  font-size: 0.8em;
}
#letterPage .letter .check-select {
  justify-content: center;
  font-size: 0.8em;
}

@media all and (max-width: 768px) {
  .subpage {
    padding: 30vw 4vw;
  }
  .subpage .subTitle {
    margin: auto;
    z-index: 10;
  }
  .subpage .subTitle img {
    width: 100%;
  }
  #aboutPage h3 {
    font-size: 11vw;
  }
  #aboutPage .imgFx {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #aboutPage .paragraph {
    letter-spacing: -0.05em;
    font-size: 1.4em;
    line-height: 180%;
    font-weight: 500;
  }
  #aboutPage .paragraph.para1 {
    margin: -1vw 0 26vw;
  }
  #aboutPage .paragraph.para2 {
    margin: -8vw 0 26vw;
  }
  #aboutPage .paragraph.para3 {
    margin-top: 0;
    padding-left: 0;
  }
  #workPage .aside {
    position: relative;
    width: 100%;
    margin-bottom: 16vw;
  }
  #workPage .aside h2 img {
    width: 32vw;
    margin-bottom: 4vw;
  }
  #workPage .aside .category {
    gap: 2vw;
  }
  #workPage .aside .category a {
    width: 13vw;
    height: 13vw;
    font-size: 1.1em;
  }
  #workPage .main {
    margin-left: 0;
    width: 100%;
  }
  #workPage .main .works_top_text {
    position: absolute;
    display: block;
    width: auto;
    font-size: 1.2em;
    top: -45vw;
    left: 40vw;
  }
  #workPage .main .works_top_text a {
    display: inline-block;
    font-size: 1.1em;
    padding: 0.5vw 3vw;
    margin-top: 1vw;
  }
  #workPage .main .works_list {
    margin-top: 8vw;
  }
  #workPage .main .works_list h3 {
    margin-bottom: 5vw;
  }
  #workPage .main .works_list .list {
    gap: 2vw;
  }
  #workPage .main .works_list .list li {
    width: calc((100% - 2vw) / 2);
  }
  #workPage .main .works_list .list li a .info, #workPage .main .works_list .list li button .info {
    font-size: 1.3em;
  }
  #workPage .main .works_list .list li a .info span, #workPage .main .works_list .list li button .info span {
    padding: 0 3vw;
  }
  #workPage .main .works_list .list li a .info .line2, #workPage .main .works_list .list li button .info .line2 {
    padding: 0 0 3vw 3vw;
  }
  #workPage .main .works_list .list.wide {
    gap: 4vw;
  }
  #workPage .main .works_list .list.wide li a img, #workPage .main .works_list .list.wide li button img {
    aspect-ratio: 5/2;
    object-fit: cover;
  }
  #workPage .main .works_list .list.wide li a .info, #workPage .main .works_list .list.wide li button .info {
    font-size: 1em;
    padding: 3vw;
  }
  #workPage .main .works_list .list.wide li a .info .topper .subject, #workPage .main .works_list .list.wide li button .info .topper .subject {
    font-size: 1.7em;
  }
  #workPage .main .works_list .list.wide li a .info .keyword, #workPage .main .works_list .list.wide li button .info .keyword {
    padding-top: 2vw;
  }
  #resrvPage {
    display: flex;
    flex-direction: column;
  }
  #resrvPage h2.subTitle {
    order: 0;
    width: 56vw;
  }
  #resrvPage .h3View {
    font-size: 1.5em;
    margin: 10vw 0 8vw;
  }
  #resrvPage .resrvNotice {
    font-size: 1.4em;
    order: 4;
    padding: 0 4vw;
  }
  #resrvPage .resrvNotice p {
    margin-bottom: 5vw;
  }
  #resrvPage .resrvNotice ul {
    margin-bottom: 10vw;
  }
  #resrvPage .resrvNotice .doc {
    white-space: break-spaces;
  }
  #resrvPage .backImg {
    order: 3;
    display: block;
    position: relative;
    margin: 0 0 0 auto;
    right: 0;
    top: 7vw;
    width: 49vw;
  }
  #resrvPage .selectContainer {
    order: 1;
    margin: 14vw auto 20vw;
    align-items: center;
    gap: 2vw;
    flex-direction: column;
  }
  #resrvPage .selectContainer.innerStep {
    margin-top: 5vw;
    justify-content: flex-start;
    flex-direction: row;
  }
  #resrvPage select {
    font-size: 1.2em;
    height: 8vw;
    width: 50vw;
    border-radius: 1.5vw;
    margin-bottom: 3vw;
  }
  #resrvPage .timetable {
    order: 2;
    text-align: center;
  }
  #resrvPage .timetable img {
    width: 100%;
  }
  #resrvPage p.text_result {
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6vw;
  }
  #resrvPage .btn_confirm {
    padding: 1.5vw 18vw;
    margin: 3vw auto;
    font-size: 1.2em;
  }
  #resrvPage .resrvView .reservationForm {
    margin: 3vw auto;
  }
  #resrvPage .resrvView .btn_confirm {
    width: auto;
    font-size: 1.2em;
  }
  #resrvPage .resrvView .resrv_result {
    width: 100%;
  }
  #resrvPage .resrvView .resrv_result .info {
    width: 10vw;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_info {
    width: 100%;
    height: 100%;
    border-right: none;
    font-size: 1.3em !important;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_info .info {
    width: 50%;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_info_list {
    width: 100%;
    height: auto;
    border-right: none;
    font-size: 1.4em;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_info_list span {
    width: 75% !important;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_info_list .subject {
    width: 25% !important;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_refund {
    width: 100%;
    height: 50%;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_refund .text {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.6em !important;
    margin-bottom: 6vw !important;
    border-top: 1px rgba(0, 0, 0, 0.1) dotted;
    padding-top: 8vw;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_refund .form_item.red {
    font-size: 1.2em !important;
    padding: 2vw 0 0 25%;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_refund .reservationForm .form_item {
    margin: 0 0 2vw;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_refund .reservationForm .form_item .subject {
    width: 15%;
  }
  #resrvPage .resrvView .resrv_cancel .resrv_refund .reservationForm .form_item .right {
    width: 80%;
  }
  #resrvPage .resrvView .btns button {
    margin: 5vw 0.5vw 0;
    width: 40vw;
    padding: 1vw;
    font-size: 1.3em;
  }
  #resrvPage .branchList {
    flex-wrap: wrap;
    gap: 2vw;
    row-gap: 6vw;
    justify-content: flex-start;
    font-size: 1.4em;
  }
  #resrvPage .branchList button {
    display: none;
  }
  #resrvPage .branchList > div {
    cursor: pointer;
    width: calc((100% - 4vw) / 3);
  }
  #resrvPage .branchList > div img {
    margin-bottom: 3vw;
  }
  #resrvPage .branchList2 {
    flex-wrap: wrap;
    gap: 2vw;
    row-gap: 6vw;
    justify-content: flex-start;
    font-size: 1.4em;
  }
  #resrvPage .branchList2 button {
    display: none;
  }
  #resrvPage .branchList2 > div {
    cursor: pointer;
    width: calc((100% - 4vw) / 3) !important;
  }
  #resrvPage .branchList2 > div img {
    margin-bottom: 3vw !important;
  }
  .resrvStep {
    flex-direction: column;
    gap: 4vw;
  }
  .resrvStep .column {
    box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.2);
    border-radius: 2vw;
  }
  .resrvStep .main {
    order: 1;
    height: 60vw;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .resrvStep .main .column {
    overflow-y: auto;
    flex-direction: column;
    gap: 1.5vw;
    padding: 3vw;
  }
  .resrvStep .main.main2 .column {
    overflow-y: visible;
  }
  .resrvStep .main .info {
    width: 100%;
    font-size: 1.4em;
  }
  .resrvStep .main .info img {
    width: 100%;
  }
  .resrvStep .main .info .themeInfo {
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
    width: 100%;
    margin-top: 3vw;
    padding: 2vw 0;
  }
  .resrvStep .main .info th, .resrvStep .main .info tr {
    line-height: 180%;
    vertical-align: top;
    text-align: left;
    padding: 0;
  }
  .resrvStep .main .info .step1_reserv_info {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 3vw;
  }
  .resrvStep .main .info .step1_reserv_info .themeImg {
    width: 36vw;
  }
  .resrvStep .main .info .step1_reserv_info #info_text {
    line-height: normal;
  }
  .resrvStep .main .info .step1_reserv_info .themeInfo2 {
    display: flex !important;
    height: 36vw;
    gap: 2.5vw;
    flex-direction: column;
    justify-content: space-between;
  }
  .resrvStep .main .info .step1_reserv_info .themeInfo2 h4 {
    margin: 0;
    font-size: 1.5em;
    line-height: normal;
  }
  .resrvStep .main .info .step1_reserv_info .themeInfo2 .item p {
    display: flex;
    align-items: center;
    gap: 2vw;
    margin: 0;
    line-height: 180%;
  }
  .resrvStep .main .info .step1_reserv_info .themeInfo2 .item .rate {
    display: flex;
    mask-image: none !important;
    width: 18vw !important;
    height: 4vw !important;
  }
  .resrvStep .main .info .step1_reserv_info .themeInfo2 .item .rate img {
    width: auto !important;
  }
  .resrvStep .main .info .step1_reserv_info .themeInfo2 .item .rate .ratebar {
    display: block;
    position: absolute;
    top: 0;
    height: 3vw;
    background: #000;
  }
  .resrvStep .main .description {
    width: 100%;
    overflow: visible;
    font-size: 1.4em;
    height: auto;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 2vw 0;
  }
  .resrvStep .main .reserv_info {
    display: flex;
    gap: 3vw;
  }
  .resrvStep .main .reserv_info .themeImg {
    width: 36vw;
    height: 36vw;
    object-fit: cover;
  }
  .resrvStep .main .reserv_info .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 150%;
  }
  .resrvStep .main .reserv_info .info h4 {
    margin: 0;
    font-size: 1.3em;
  }
  .resrvStep .reservationPick {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2vw;
  }
  .resrvStep .reservationPick .column.datepicker {
    width: 100%;
  }
  .resrvStep .reservationPick .column.timepicker {
    width: 100%;
  }
  .resrvStep .reservationPick .column .datepicker-ui {
    height: auto;
    padding: 2vw;
    font-size: 3.5em;
  }
  .resrvStep .reservationPick .column .datepicker-ui .datepicker-calendar td {
    font-size: 1.2em;
    padding: 3vw 0.4vw;
  }
  .resrvStep .reservationPick .column .timepicker-ui {
    padding: 2vw;
    height: 70vw;
    font-size: 1.6em;
  }
  .resrvStep .reservationPick .column .timepicker-ui .timepicker-header {
    padding: 3vw 0 5vw;
    font-weight: 600;
  }
  .resrvStep .reservationPick .column .timepicker-ui .timepicker-header .icon img {
    width: 40%;
  }
  .resrvStep .reservationPick .column .timepicker-ui .timeList {
    gap: 2vw;
  }
  .resrvStep .reservationPick .column .timepicker-ui .timeList li {
    width: calc(50% - 1vw);
  }
  .resrvStep .reservationPick .column .timepicker-ui .timeList li span {
    border-radius: 2vw;
    line-height: 220%;
  }
  .resrvStep .reservationPick .btn_next_step {
    padding: 1vw;
    font-size: 1.6em;
    width: 50%;
    margin: 3vw 0;
  }
  .resrvStep .reservationPick input.reservInfo {
    font-size: 1.8em;
    margin: 3vw 0 0 0;
    width: 100%;
  }
  .resrvStep .stepList {
    order: 0;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 5vw;
  }
  .resrvStep .stepList .step {
    width: 22vw;
    height: 22vw;
    border-radius: 20vw;
    font-size: 1.1em;
  }
  .resrvStep .stepList span img {
    width: 3vw;
    transform: rotate(-90deg);
  }
  .resrvStep.step1 .main .column {
    height: 96vw;
  }
  .resrvStep .resrvNotice {
    font-size: 1.7em !important;
    line-height: 140% !important;
  }
  .resrvStep .resrvNotice.resrvNotice2 {
    overflow-y: auto;
    width: 100%;
  }
  .resrvStep .resrvNotice h5 {
    margin-top: 4vw;
  }
  .reservationForm2 {
    width: 100%;
    display: flex;
    order: 3;
  }
  .reservationForm {
    width: 100%;
    margin-top: 3vw;
    gap: 1vw;
  }
  .reservationForm .form_item {
    margin: 0 0 3vw;
  }
  .reservationForm .form_item .subject {
    width: 25%;
    padding: 0;
  }
  .reservationForm .form_item .right {
    width: 100%;
  }
  .reservationForm .form_item .right input.resrvInput {
    font-size: 1.2em;
    height: auto;
    padding: 1vw;
    border-radius: 1.5vw;
  }
  .reservationForm .form_item .right .padding2::placeholder {
    padding-left: 2vw;
  }
  .reservationForm .form_item .right .price {
    font-size: 1.2em;
  }
  .reservationForm .bottom {
    border-radius: 1.5vw;
    padding: 3vw;
  }
  .reservationForm .bottom .resrv_agree {
    font-size: 1.1em;
    line-height: 160%;
  }
  .reservationForm .bottom button {
    padding: 1.5vw 5vw;
  }
  .reservationForm button[type=submit] {
    background: #000;
    width: 36vw;
    margin: 3vw auto;
    color: #fff;
    font-size: 1.3em;
    padding: 1vw 2vw;
    border-radius: 10vw;
  }
  .resrv_result {
    order: 3;
    width: 100%;
    margin-bottom: 3vw;
  }
  .resrv_result .column {
    box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.5);
    border-radius: 1.5vw;
    padding: 3vw;
  }
  .resrv_result .reserv_info {
    gap: 3vw;
    flex-wrap: wrap;
  }
  .resrv_result .reserv_info .themeImg {
    width: 40vw;
    height: 40vw;
  }
  .resrv_result .reserv_info .info {
    flex: 1 0 auto;
    width: auto;
    height: 40vw;
    border-right: none;
    font-size: 1em;
  }
  .resrv_result .reserv_info .resrv_info_list {
    width: 100%;
    height: auto;
    border-right: none;
    font-size: 1.1em;
    margin: 0 0 6vw;
  }
  .resrv_result .reserv_info .resrv_info_list li {
    margin-bottom: 1.5vw;
    display: flex;
    line-height: 140%;
  }
  .resrv_result .reserv_info .resrv_info_list li span {
    width: 80%;
  }
  .resrv_result .reserv_info .resrv_info_list li .subject {
    width: 20%;
  }
  .resrv_result .reserv_info .resrv_info_list li p.notice {
    font-size: 0.8em;
  }
  .resrv_result .reserv_info .resrv_info_list li:last-child {
    margin: 0;
  }
  .resrv_result2 {
    order: 3;
    width: 100%;
    margin-bottom: 3vw;
  }
  .resrv_result2 .column {
    box-shadow: 0 0 0.5vw 0 rgba(0, 0, 0, 0.5);
    border-radius: 1.5vw;
    padding: 3vw;
  }
  .resrv_result2 .reserv_info {
    gap: 3vw;
    flex-wrap: wrap;
  }
  .resrv_result2 .reserv_info .themeImg {
    width: 40vw;
    height: 40vw;
  }
  .resrv_result2 .reserv_info .info {
    flex: 1 0 auto;
    width: auto;
    height: 40vw;
    border-right: none;
    font-size: 1em;
  }
  .resrv_result2 .reserv_info .resrv_info_list {
    width: 100%;
    height: auto;
    border-right: none;
    font-size: 1.1em;
    margin: 0 0 6vw;
  }
  .resrv_result2 .reserv_info .resrv_info_list li {
    margin-bottom: 1.5vw;
    display: flex;
    line-height: 140%;
  }
  .resrv_result2 .reserv_info .resrv_info_list li span {
    width: 80%;
  }
  .resrv_result2 .reserv_info .resrv_info_list li .subject {
    width: 20%;
  }
  .resrv_result2 .reserv_info .resrv_info_list li p.notice {
    font-size: 0.8em;
  }
  .resrv_result2 .reserv_info .resrv_info_list li:last-child {
    margin: 0;
  }
  #noticePage h2.subTitle {
    width: 34vw;
    margin: 0 0 14vw;
  }
  #noticePage .boardList ul li {
    padding: 4vw 2vw;
  }
  #noticePage .boardList ul li a {
    gap: 4vw;
    font-size: 1.1em;
  }
  #noticePage .boardList ul li .thumbimg {
    width: 20vw;
  }
  #noticePage .boardList ul li .ico_pin {
    width: 3vw;
    top: 2vw;
    right: 2vw;
  }
  #keysPage h2.subTitle {
    width: 63vw;
    margin: 0 0 14vw;
  }
  #keysPage .branchList {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    padding: 10vw 0 20vw;
    flex-wrap: wrap;
    gap: 2vw;
    row-gap: 6vw;
    justify-content: flex-start;
  }
  #keysPage .branchList button {
    display: none;
  }
  #keysPage .branchList .box {
    cursor: pointer;
    width: calc((100% - 4vw) / 3);
  }
  #keysPage .branchList .box img {
    width: 100%;
  }
  #keysPage .branchList .slide {
    display: contents;
  }
  #keysPage .branchList .slide .box {
    cursor: pointer;
    width: calc((100% - 4vw) / 3);
  }
  #keysPage .branchList .slide .box img {
    width: 100%;
  }
  #keysPage .boardListSwiper {
    gap: 3vw;
  }
  #keysPage .boardListSwiper button {
    display: none;
    width: 5vw;
    margin: 5vw 0;
  }
  #keysPage .boardListSwiper .boardList {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    row-gap: 4vw;
    width: calc(100% - 2vw);
  }
  #keysPage .boardListSwiper .boardList li {
    width: calc(50% - 1vw);
  }
  #keysPage .boardListSwiper2 {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    padding: 10vw 0 10vw;
    display: flex;
    justify-content: center;
  }
  #keysPage .boardListSwiper2 button {
    width: 3vw;
    padding: 0;
  }
  #keysPage .boardListSwiper2 button#prevArrow {
    left: 2%;
  }
  #keysPage .boardListSwiper2 button#nextArrow {
    right: 2%;
  }
  #keysPage .boardListSwiper2 button img {
    width: 3vw;
  }
  #keysPage .boardListSwiper2 .boardList {
    width: 100%;
    padding: 0 5vw;
  }
  #keysPage .boardListSwiper2 .boardList li {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    width: calc(100% - 2vw);
    width: 100%;
  }
  #keysPage .boardListSwiper2 .boardList li div {
    width: calc(50% - 1vw);
  }
  #keysPage .boardListSwiper2 .boardList li div img {
    width: 100%;
  }
  #keysPage .boardListSwiper2 .boardList li div .subject {
    color: #000;
  }
  #boardView h2.subTitle {
    width: 63vw;
    margin: 0 auto 14vw;
  }
  #boardView h2.subTitle.notice {
    width: 34vw;
  }
  #boardView .boardview {
    padding: 3vw;
  }
  #boardView .boardview .subject {
    margin: 0 0 8vw;
  }
  #boardView .boardview .img {
    max-width: 80%;
    margin: 8vw auto;
  }
  #boardView .boardview .text {
    font-size: 1em;
    line-height: normal;
  }
  #recruitPage {
    background: url(../img/img_recruit_m.jpg) center;
    background-size: cover;
    text-shadow: none;
  }
  #recruitPage .text {
    left: 0;
    top: 70vw;
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    color: #000;
  }
  #recruitPage .text .btns {
    justify-content: center;
    gap: 1vw;
    margin-top: 8vw;
  }
  #recruitPage .text .btns a {
    width: 38vw;
    padding: 1vw;
    font-size: 1.2em;
  }
  #recruitPage footer {
    position: absolute;
    width: 100%;
    bottom: 2vh;
    text-align: center;
    padding: 2vw 0;
  }
  #letterPage {
    padding: 16vw 4vw 0;
  }
  #letterPage .letter h4 {
    font-size: 1.5em;
    margin: 16vw 0 4vw;
  }
  #letterPage .letter .formFlex {
    margin-bottom: 4vw;
  }
  #letterPage .letter .formFlex input[type=text] {
    width: 60vw;
    padding: 1vw 3vw;
    font-size: 1.2em;
    line-height: 150%;
  }
  #letterPage .letter .formFlex button.letterSubmit {
    width: 20vw;
    padding: 1vw;
    font-size: 1.2em;
    line-height: 150%;
  }
  #letterPage .letter .check-select {
    font-size: 1.2em;
  }
}/*# sourceMappingURL=subpage.css.map */