@charset "UTF-8";
/* メイン */
.oc_main {
  position: relative;
  margin: 0 0 50px 0;
}
.oc_main .oc_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}
.oc_main p {
  text-align: center;
}
.oc_main .fukidashi {
  background-image: url("../images/fukidashi.svg");
  position: absolute;
  right: calc(50% - 400px);
  top: 3px;
  text-align: center;
  width: 123px;
  height: 89px;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #fff;
  padding: 14px 10px 14px 12px;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .oc_main {
    margin: 0 0 30px 0;
  }
  .oc_main .oc_title {
    font-size: 18px;
  }
  .oc_main p {
    text-align: center;
  }
  .oc_main .fukidashi {
    right: -20px;
    top: -82px;
    text-align: center;
    width: 104px;
    height: 89px;
    padding: 11px 3px 0;
    font-size: 13px;
    line-height: 1.5;
    z-index: 2;
  }
}
/* 日程 */
.oc_schedule_wrap .oc_schedule_box {
  background-color: #fff;
}
.oc_schedule_wrap .center_memo {
  text-align: center;
}

@media (min-width: 768px) {
  .oc_schedule_wrap .oc_schedule_lead {
    font-size: 16px;
  }
  .oc_schedule_wrap .oc_schedule_box {
    border-radius: 30px;
    margin: 30px 0 40px;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
  }
  .oc_schedule_wrap .oc_schedule_box .oc_btn_wrap {
    margin: 10px 0 0 0;
  }
  .oc_schedule_wrap .oc_schedule_box h4 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 20px 0 0;
    display: inline-block;
  }
  .oc_schedule_wrap .center_memo {
    margin: 40px 0 20px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .oc_schedule_wrap .oc_schedule_lead {
    font-size: 14px;
  }
  .oc_schedule_wrap .oc_schedule_box {
    border-radius: 10px;
    margin: 20px 0 30px;
    font-size: 13px;
    padding: 15px;
    text-align: center;
  }
  .oc_schedule_wrap .oc_schedule_box .oc_btn_wrap {
    margin: 10px 0 0 0;
  }
  .oc_schedule_wrap .oc_schedule_box h4 {
    font-weight: 500;
    font-size: 15px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .oc_schedule_wrap .center_memo {
    margin: 20px 0 20px;
    font-size: 13px;
    text-align: left;
  }
}
.month_slide > .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.month_slide > .swiper-wrapper > .swiper-slide {
  cursor: pointer;
}
.month_slide > .swiper-wrapper > .swiper-slide > p {
  border: #ddd solid 1px;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.month_slide > .swiper-wrapper > .swiper-slide.active > p {
  border: #ef8291 solid 1px;
  background-color: #ef8291;
  color: #fff;
}
.month_slide > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active > p {
  background-color: #ef8291;
  color: white;
  border-color: #ef8291;
}
@media (min-width: 768px) {
  .month_slide {
    margin: 0 0 45px;
  }
  .month_slide > .swiper-wrapper > .swiper-slide {
    width: 150px;
    height: 50px;
  }
  .month_slide > .swiper-wrapper > .swiper-slide > p {
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .month_slide {
    margin: 0 0 20px;
  }
  .month_slide > .swiper-wrapper > .swiper-slide {
    width: 60px;
    height: 40px;
  }
  .month_slide > .swiper-wrapper > .swiper-slide > p {
    border-radius: 10px;
  }
}

.oc_list {
  list-style: none;
  padding: 0;
  display: flex;
}
.oc_list > li > .ymd {
  background-color: #77155a;
  color: white;
  display: flex;
}
.oc_list > li > .ymd > p {
  margin: 0;
}
.oc_list > li > .text {
  border: 2px solid #77155a;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.oc_list > li > .text > li {
  margin: 5px;
}
.oc_list > li > .text > li > a, .oc_list > li > .text > li > span, .oc_list > li > .text > li > button {
  font-weight: 500;
  padding: 0 1em;
  border-radius: 1em;
  display: inline-block;
  position: relative;
  outline: none;
  border: none;
}
.oc_list > li > .text > li > a, .oc_list > li > .text > li > button {
  text-decoration: none;
  color: white;
}
.oc_list > li > .text > li > a.oc, .oc_list > li > .text > li > button.oc {
  background-color: #a279da;
}
.oc_list > li > .text > li > a.bus, .oc_list > li > .text > li > button.bus {
  background-color: #68bade;
}
.oc_list > li > .text > li > a.bs, .oc_list > li > .text > li > button.bs {
  background-color: #f5c059;
}
.oc_list > li > .text > li > a.event, .oc_list > li > .text > li > button.event {
  background-color: #ea6290;
}
.oc_list > li > .text > li > a::after, .oc_list > li > .text > li > button::after {
  content: "";
  display: inline-block;
  background: url("../../../common/images/icon/arrow_link.svg") no-repeat center;
  background-size: contain;
  width: 2em;
  height: 1em;
  margin-left: 0.5em;
}
.oc_list > li > .text > li > a > .deadline, .oc_list > li > .text > li > button > .deadline {
  background-color: #ef8291;
  color: white;
  position: absolute;
  left: 100%;
  display: inline-flex;
  line-height: 1em;
  align-items: center;
  justify-content: center;
}
.oc_list > li > .text > li > a > .deadline::before, .oc_list > li > .text > li > button > .deadline::before {
  content: "";
  position: relative;
  display: block;
  position: absolute;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #ef8291;
}
.oc_list > li > .text > li > span {
  background-color: #b9b9b9;
}
.oc_list > li > .text > li > span.bus {
  background-color: #706be3;
  color: white;
}
@media (min-width: 768px) {
  .oc_list {
    flex-wrap: wrap;
    margin: -20px;
  }
  .oc_list > li {
    display: flex;
    width: calc(50% - 40px);
    margin: 20px;
  }
  .oc_list > li > .ymd {
    width: 90px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px 0 0 10px;
  }
  .oc_list > li > .ymd > p {
    line-height: 1em;
  }
  .oc_list > li > .ymd > p.year {
    font-size: 14px;
  }
  .oc_list > li > .ymd > p.data {
    font-size: 18px;
    line-height: 2em;
  }
  .oc_list > li > .ymd > p.dow {
    font-size: 14px;
  }
  .oc_list > li > .text {
    border-left: none;
    width: calc(100% - 90px);
    padding: 10px 5px;
    border-radius: 0 10px 10px 0;
  }
  .oc_list > li > .text > li > a::after, .oc_list > li > .text > li > button::after {
    transform: translateY(2px);
  }
  .oc_list > li > .text > li > a > .deadline, .oc_list > li > .text > li > button > .deadline {
    font-size: 12px;
    width: 140px;
    height: 20px;
    top: calc(50% - 10px);
    border-radius: 10px;
    transform: translateX(4px);
  }
  .oc_list > li > .text > li > a > .deadline::before, .oc_list > li > .text > li > button > .deadline::before {
    width: 10px;
    height: 8px;
    top: calc(50% - 4px);
    right: calc(100% - 2px);
  }
  .oc_list > li > .text > li > a > .deadline.trial, .oc_list > li > .text > li > button > .deadline.trial {
    width: 110px;
  }
}
@media (max-width: 767.98px) {
  .oc_list {
    flex-direction: column;
    margin: -10px 0;
  }
  .oc_list > li {
    margin: 10px 0;
  }
  .oc_list > li > .ymd {
    justify-content: center;
    align-items: baseline;
    padding: 8px 8px 8px;
    border-radius: 10px 10px 0 0;
  }
  .oc_list > li > .ymd > p {
    line-height: 1em;
  }
  .oc_list > li > .ymd > p.year {
    font-size: 12px;
  }
  .oc_list > li > .ymd > p.year::after {
    content: ".";
  }
  .oc_list > li > .ymd > p.data {
    font-size: 16px;
  }
  .oc_list > li > .ymd > p.dow {
    font-size: 12px;
  }
  .oc_list > li > .text {
    border-top: none;
    padding: 5px;
    border-radius: 0 0 10px 10px;
  }
  .oc_list > li > .text > li {
    display: flex;
    justify-content: center;
  }
  .oc_list > li > .text > li > a, .oc_list > li > .text > li > button {
    padding-bottom: 1px;
  }
  .oc_list > li > .text > li > a::after, .oc_list > li > .text > li > button::after {
    transform: translateY(1.5px);
  }
  .oc_list > li > .text > li > a > .deadline, .oc_list > li > .text > li > button > .deadline {
    font-size: 10px;
    width: 120px;
    height: 16px;
    top: calc(50% - 8px);
    border-radius: 8px;
    transform: translateX(2px);
  }
  .oc_list > li > .text > li > a > .deadline::before, .oc_list > li > .text > li > button > .deadline::before {
    width: 8px;
    height: 6px;
    top: calc(50% - 3px);
    right: calc(100% - 1px);
  }
  .oc_list > li > .text > li > a > .deadline.trial, .oc_list > li > .text > li > button > .deadline.trial {
    width: 90px;
  }
  .oc_list > li > .text > li.deadline {
    padding-right: 90px;
  }
}

.bus_modal > .modal-dialog > .modal-content > .modal_bus_title {
  display: flex;
  justify-content: center;
  position: relative;
}
.bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .text {
  font-weight: 500;
  position: relative;
}
.bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .text > p {
  margin: 0;
  z-index: 2;
  position: relative;
}
.bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .text::before {
  content: "";
  background-color: #f8f3de;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
.bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.bus_modal > .modal-dialog > .modal-content > .bus_link {
  display: flex;
  flex-direction: column;
}
.bus_modal > .modal-dialog > .modal-content > .bus_link > p {
  display: flex;
  justify-content: center;
}
.bus_modal > .modal-dialog > .modal-content > .bus_link > p > a {
  background-color: #72c7ec;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  padding: 0 1em;
  border-radius: 1em;
  line-height: 1.8em;
}
.bus_modal > .modal-dialog > .modal-content > .bus_link > p > a::after {
  content: "";
  display: inline-block;
  background: url(../../../common/images/icon/arrow_link.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .bus_modal > .modal-dialog > .modal-content {
    padding: 15px;
  }
  .bus_modal > .modal-dialog > .modal-content > .modal_bus_title {
    margin: -10px -15px 21px;
    padding: 15px 0 0;
  }
  .bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .text {
    max-width: calc(100% - 100px);
  }
  .bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .text::before {
    width: 312px;
    height: 12px;
    border-radius: 6px;
    left: calc(50% - 156px);
  }
  .bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .close {
    width: 50px;
    height: 50px;
  }
  .bus_modal > .modal-dialog > .modal-content > .bus_link {
    margin: -8px 0 -3px;
  }
  .bus_modal > .modal-dialog > .modal-content > .bus_link > p {
    margin: 8px 0;
  }
  .bus_modal > .modal-dialog > .modal-content > .bus_link > p > a::after {
    transform: translateY(2px);
  }
}
@media (max-width: 767.98px) {
  .bus_modal > .modal-dialog > .modal-content {
    padding: 15px;
  }
  .bus_modal > .modal-dialog > .modal-content > .modal_bus_title {
    margin: -10px -15px 21px;
    padding: 15px 0 0;
  }
  .bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .text {
    max-width: calc(100% - 80px);
    font-size: 16px;
  }
  .bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .text::before {
    width: 260px;
    height: 12px;
    border-radius: 6px;
    left: calc(50% - 130px);
  }
  .bus_modal > .modal-dialog > .modal-content > .modal_bus_title > .close {
    width: 40px;
    height: 54px;
  }
  .bus_modal > .modal-dialog > .modal-content > .bus_link {
    margin: -8px 0 -3px;
  }
  .bus_modal > .modal-dialog > .modal-content > .bus_link > p {
    margin: 8px 0;
  }
  .bus_modal > .modal-dialog > .modal-content > .bus_link > p > a::after {
    transform: translateY(1.5px);
  }
}

/* 参加者特典 */
.oc_tokuten_wrap .oc_tokuten_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oc_tokuten_wrap .oc_tokuten_flex > div {
  background-color: #fdf8f7;
  position: relative;
}
.oc_tokuten_wrap .oc_tokuten_flex > div .number {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: -20px;
  background-image: url("../images/ribbon.svg");
  left: calc(50% - 112px);
  background-repeat: no-repeat;
}
.oc_tokuten_wrap .oc_tokuten_flex > div .number > span {
  line-height: 1em;
}
.oc_tokuten_wrap .oc_tokuten_flex > div table {
  background-color: #fff;
  color: #77155a;
  font-weight: 500;
  border: 2px solid #77155a;
}
.oc_tokuten_wrap .oc_tokuten_flex > div table tr th {
  background-color: #77155a;
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}
.oc_tokuten_wrap .oc_tokuten_flex > div table tr td {
  border-bottom: 2px solid #77155a;
}
.oc_tokuten_wrap .oc_tokuten_flex > div table tr:last-child th {
  border-bottom: none;
}

@media (min-width: 768px) {
  .oc_tokuten_wrap .oc_tokuten_flex {
    gap: 30px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div {
    width: calc(33% - 20px);
    border-radius: 10px;
    padding: 25px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .number {
    width: 224px;
    height: 41px;
    margin: 0;
    gap: 2px;
    padding: 0 0 10px 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .number > span {
    font-weight: 500;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .number > span:nth-child(1) {
    font-size: 14px;
    margin: 5px 3px 0 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .number > span:nth-child(2) {
    font-size: 24px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .txt {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .txt > span {
    font-size: 23px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .icon {
    width: 130px;
    height: 130px;
    background-color: #ef8291;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    text-align: center;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .icon img {
    max-width: 90px;
    max-height: 80px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .icon.icon3 img {
    max-width: 90px;
    max-height: 75px;
    position: relative;
    left: 10px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 {
    width: 100%;
    padding: 45px 90px 25px;
    margin: 30px 0 0 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) .txt {
    width: 100%;
    text-align: left;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) .icon {
    margin: 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) small {
    width: calc(100% - 220px);
    font-size: 13px;
    line-height: 1.5em;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) .tokuten04_flex {
    display: flex;
    align-items: center;
    margin: 0 50px 0 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) .tokuten04_flex div:last-child {
    padding: 0 0 0 10px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(2) {
    width: 100%;
  }
  .oc_tokuten_wrap .oc_tokuten_flex table {
    font-size: 14px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex table tr th {
    padding: 5px 10px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex table tr td {
    padding: 5px 60px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .memo {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .oc_tokuten_wrap .oc_tokuten_flex {
    gap: 15px;
    margin: 45px 0 0 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div {
    border-radius: 10px;
    width: 100%;
    padding: 25px;
    margin: 0 0 30px 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .number {
    width: 224px;
    height: 41px;
    margin: 0;
    gap: 2px;
    padding: 0 0 10px 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .number > span {
    font-weight: 500;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .number > span:nth-child(1) {
    font-size: 14px;
    margin: 5px 3px 0 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .number > span:nth-child(2) {
    font-size: 22px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .txt {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .txt > span {
    font-size: 22px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .icon {
    width: 110px;
    height: 110px;
    background-color: #ef8291;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    text-align: center;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .icon img {
    max-width: 70px;
    max-height: 68px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex > div .icon.icon3 img {
    max-width: 60px;
    max-height: 55px;
    position: relative;
    left: 8px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 {
    flex-wrap: wrap;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) small {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 5px 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) .tokuten04_flex {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(1) .tokuten04_flex div:last-child {
    padding: 0 0 0 10px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex .tokuten04 > div:nth-child(2) {
    margin: 15px 0 0 0;
  }
  .oc_tokuten_wrap .oc_tokuten_flex table tr th {
    width: 50%;
    padding: 5px 10px;
  }
  .oc_tokuten_wrap .oc_tokuten_flex table tr td {
    width: 50%;
    padding: 5px 10px;
    text-align: center;
  }
}
/* 一日のMENU */
.oc_flow_wrap .oc_flow_dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oc_flow_wrap .oc_flow_dl > li {
  background-color: #fff;
  border: 2px solid #77155a;
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 10px;
}
.oc_flow_wrap .oc_flow_dl > li > .step {
  position: relative;
  background-color: #77155a;
  color: #fff;
  display: inline-block;
  width: 260px;
  margin: 0 0 0 20px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 2px 5px;
}
.oc_flow_wrap .oc_flow_dl > li > .text {
  padding: 15px 20px 20px;
}
.oc_flow_wrap .oc_flow_dl > li > .text .ttl {
  font-weight: 600;
  color: #ef8291;
  font-size: 20px;
}

@media (min-width: 768px) {
  .oc_flow_wrap .oc_flow_dl {
    width: 1000px;
    margin: 20px auto 0;
  }
  .oc_flow_wrap .oc_flow_dl > li > .step {
    font-weight: bold;
  }
  .oc_flow_wrap .oc_flow_dl > li > .step > span:first-child {
    margin: 0 3px;
    font-size: 18px;
  }
  .oc_flow_wrap .oc_flow_dl > li > .step > span:last-child {
    margin: 0 3px;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .oc_flow_wrap .oc_flow_dl {
    margin: 10px auto 0;
  }
  .oc_flow_wrap .oc_flow_dl > li {
    text-align: center;
  }
  .oc_flow_wrap .oc_flow_dl > li > .step {
    font-weight: bold;
    padding: 0 5px;
    width: 220px;
  }
  .oc_flow_wrap .oc_flow_dl > li > .step > span:first-child {
    margin: 0 3px;
    font-size: 14px;
  }
  .oc_flow_wrap .oc_flow_dl > li > .step > span:last-child {
    margin: 0 3px;
    font-size: 18px;
  }
  .oc_flow_wrap .oc_flow_dl > li > .text {
    text-align: left;
  }
  .oc_flow_wrap .oc_flow_dl > li > .text .ttl {
    font-size: 18px;
  }
}
.apartment_box {
  background-color: #fce8e6;
}
.apartment_box h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .apartment_box {
    padding: 20px;
    margin: 40px 0 0 0;
  }
  .apartment_box h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .apartment_box {
    padding: 20px;
    margin: 40px 0 0 0;
  }
  .apartment_box h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=consultation.css.map */