@charset "UTF-8";
/*　アニメーション
=============================================================================================== */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes menuOpen02 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: rotate(-40deg) translate(3px, -4px);
  }
}
@keyframes scrollAnime {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(20%);
  }
}
@keyframes loop-slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*　メインビジュアル
=============================================================================================== */
.page-main-v {
  position: relative;
  width: 100%;
}
.page-main-v .main-img {
  height: 50vh;
  min-height: 400px;
}
@media (max-width: 575px) {
  .page-main-v .main-img {
    height: 40vh;
    min-height: 350px;
  }
}
.page-main-v .main-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 120px;
  color: #C1BDB6;
  z-index: 10;
}
@media (max-width: 767px) {
  .page-main-v .main-text {
    bottom: 120px;
  }
}
@media (max-width: 575px) {
  .page-main-v .main-text {
    bottom: 130px;
  }
}
.page-main-v .main-text h1 {
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-main-v .main-text h1 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .page-main-v .main-text h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .page-main-v .bgRound {
    bottom: -110px;
  }
}

.page h2 {
  font-size: 1.75rem;
  padding-top: 128px;
}
@media (max-width: 767px) {
  .page h2 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .page h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .page h2 {
    text-align: center;
  }
}
.page h3.wp-block-heading {
  color: #7e6e4a;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .page h3.wp-block-heading {
    margin-bottom: 24px;
  }
}
.page h3 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .page h3 {
    font-size: 1.125rem;
  }
}
.page .wp-block-table + p, .page table + p {
  margin-top: 32px;
}
.page s {
  text-decoration: underline;
  text-decoration-thickness: 60%;
  text-decoration-color: rgba(99, 46, 55, 0.8);
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

a {
  color: #C4C4C4;
}

/*　SYSTEM
=============================================================================================== */
@media (max-width: 575px) {
  .page .section > h2:first-child {
    padding-top: 0;
  }
}
.page .price > div {
  position: relative;
}
@media (min-width: 768px) {
  .page .price > div {
    display: flex;
  }
}
.page .price > div::before {
  width: 100vw;
  height: calc(100% - 50px);
  position: absolute;
  top: 50px;
  left: -15px;
  display: block;
}
@media (max-width: 767px) {
  .page .price > div::before {
    content: "";
  }
}
.page .price > div + div {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .page .price > div + div {
    margin-top: 80px;
  }
}
.page .price .price-ttl {
  position: sticky;
  top: 10%;
  left: 0;
  width: 230px;
  height: 230px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (max-width: 767px) {
  .page .price .price-ttl {
    width: 170px;
    height: 90px;
    position: static;
  }
}
.page .price .price-ttl h3 {
  font-family: "minerva-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 575px) {
  .page .price .price-ttl div {
    font-size: 0.875rem;
  }
}
.page .price .price-box {
  padding-top: 32px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .page .price .price-box {
    width: calc(100% - 270px);
    padding-left: 80px;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .page .price .price-box {
    padding-bottom: 48px;
  }
}
.page .price .price-box h4 {
  display: inline-block;
  margin-top: 32px;
  background-color: #C1BDB6;
  color: #181818;
  padding: 2px 24px;
  border-radius: 100px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .page .price .price-box th {
    width: 37%;
    font-size: 14px;
  }
}
.page .price .price-box td span {
  font-size: 12px;
  border-radius: 100px;
  margin-left: 8px;
  display: inline-block;
  color: #7e6e4a;
  margin-left: 0;
  display: block;
}
@media (max-width: 575px) {
  .page .price .price-box td span {
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 575px) {
  .page .price .price-box td, .page .price .price-box th {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.page .price .price-box .price-box-joining {
  margin-bottom: 32px;
}
.page .price .price-box .price-box-joining h4 {
  margin: 0;
}
.page .price .price-box .price-box-joining tr {
  border-bottom: 0;
}
.page .price .price-box .price-box-joining th, .page .price .price-box .price-box-joining td {
  padding: 0;
}
.page .price .price-box .caption {
  text-decoration: underline;
  text-decoration-thickness: 60%;
  text-decoration-color: rgba(99, 46, 55, 0.8);
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.page .price .male::before {
  background-color: rgba(58, 155, 173, 0.15);
}
.page .price .male .price-ttl {
  border: 1px solid #3A9BAD;
}
.page .price .male .price-ttl h3, .page .price .male .price-ttl div {
  color: #3A9BAD;
}
.page .price .female::before {
  background-color: rgba(188, 93, 162, 0.15);
}
.page .price .female .price-ttl {
  border: 1px solid #BC5DA2;
}
.page .price .female .price-ttl h3, .page .price .female .price-ttl div {
  color: #BC5DA2;
}
.page .price .couple::before {
  background-color: rgba(213, 179, 105, 0.15);
}
.page .price .couple .price-ttl {
  border: 1px solid #D5B369;
}
.page .price .couple .price-ttl h3, .page .price .couple .price-ttl div {
  color: #D5B369;
}
.page .price .nh::before {
  background-color: rgba(130, 80, 189, 0.15);
}
.page .price .nh .price-ttl {
  border: 1px solid #8250bd;
}
.page .price .nh .price-ttl h3, .page .price .nh .price-ttl div {
  color: #8250bd;
}
.page .note {
  color: #7e6e4a;
  margin-top: 64px;
}

/*　掲示板
=============================================================================================== */
.page-bbs a {
  color: #C1BDB6;
}
.page-bbs .comments-open {
  background-color: #000;
  padding: 32px 32px 48px;
  margin-top: 64px;
}
@media (max-width: 575px) {
  .page-bbs .comments-open {
    padding: 16px 16px 32px;
  }
}
.page-bbs .comments-open table .comment-form th {
  width: 20%;
}
@media (max-width: 767px) {
  .page-bbs .comments-open table .comment-form th {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .page-bbs .comments-open #gender td {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-bbs .comments-content {
  margin-top: 64px;
}
.page-bbs .comments-content .bbs-box {
  border-top: 1px solid #787383;
  padding: 32px 16px;
}
@media (max-width: 575px) {
  .page-bbs .comments-content .bbs-box {
    padding: 24px 8px;
  }
}
.page-bbs .comments-content .bbs-box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .page-bbs .comments-content .bbs-box p {
    font-size: 0.875rem;
  }
}
.page-bbs .comments-content .bbs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .page-bbs .comments-content .bbs-header .author {
    letter-spacing: 1px;
  }
}
.page-bbs .comments-content .bbs-header .type {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .page-bbs .comments-content .bbs-header .type {
    font-size: 0.75rem;
  }
}
.page-bbs .comments-content .bbs-header .type .gender {
  font-size: 0.875rem;
  margin-left: 16px;
}
@media (max-width: 575px) {
  .page-bbs .comments-content .bbs-header .type .gender {
    font-size: 0.75rem;
    margin-left: 8px;
  }
}
.page-bbs .comments-content .bbs-header .type .gender span {
  border-radius: 100px;
  border: 1px solid #C1BDB6;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .page-bbs .comments-content .bbs-header .type .gender span {
    width: 70px;
  }
}
.page-bbs .comments-content .bbs-header .type .gender span.comment-type-non {
  border: none;
}
.page-bbs .comments-content .children .bbs-box {
  border-top: none;
  padding: 24px 16px 24px 32px;
  margin-left: 80px;
  background-color: #1b1b1b;
  border-radius: 37px 0 0 0;
  position: relative;
}
@media (max-width: 575px) {
  .page-bbs .comments-content .children .bbs-box {
    margin-left: 40px;
  }
}
.page-bbs .comments-content .children .bbs-box::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  mask: url(../images/reply.svg);
  -webkit-mask: url(../images/reply.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #632e37;
  position: absolute;
  left: -5px;
  top: 25px;
}
.page-bbs .comments-content .children .bbs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.page-bbs .comments-content .children .bbs-header .type {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .page-bbs .comments-content .children .bbs-header .type .gender span {
    width: 0;
  }
}
.page-bbs .pagination {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.page-bbs .pagination .page-numbers:not(.dots) {
  min-width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #632e37;
  margin: 2px;
}
.page-bbs .pagination .page-numbers:not(.dots).prev::before, .page-bbs .pagination .page-numbers:not(.dots).next::before {
  content: "";
  width: 13px;
  height: 6px;
  mask: url(../images/arrow.svg);
  -webkit-mask: url(../images/arrow.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #632e37;
}
.page-bbs .pagination .page-numbers:not(.dots).prev::before {
  rotate: 180deg;
}
.page-bbs .pagination .page-numbers:not(.dots).current {
  background-color: #632e37;
}
.page-bbs .pagination a {
  color: #632e37;
}
.page-bbs .pagination a:hover, .page-bbs .pagination afocus {
  background-color: rgba(99, 46, 55, 0.3);
}

/*　メールフォーム
=============================================================================================== */
input[type=text], input[type=email], input[type=tel], input[type=password], select, textarea {
  font-weight: 400;
  font-style: normal;
  background-color: #C1BDB6;
  border: 1px solid #C1BDB6;
  border-color: transparent;
  color: #181818;
  padding: 8px 16px;
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  transition: 0.5s;
  display: block;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
  width: 100%;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border-color: #632e37;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

textarea {
  resize: none;
}

input[type=search], input[type=submit], input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 200px;
  margin: auto;
  text-align: center;
  display: block;
  padding: 12px 48px;
  background-color: #7e6e4a;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  border: none;
  letter-spacing: 2px;
  margin-top: 16px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
}
@media (max-width: 575px) {
  input[type=search], input[type=submit], input[type=button] {
    padding: 12px 24px;
  }
}

input[type=button] {
  background-color: #632e37;
}
input[type=button]:hover, input[type=button]:focus {
  background-color: #401e24;
}

input[type=submit]:hover, input[type=submit]:focus {
  background-color: #5e5237;
}

.mail-form .required {
  font-size: 18px;
  color: #eb0000;
}

.confirm-form + p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.confirm-form + p br {
  display: none;
}
.confirm-form + p input[type=button], .confirm-form + p input[type=submit] {
  margin: 0;
}
@media (max-width: 575px) {
  .confirm-form + p input[type=button], .confirm-form + p input[type=submit] {
    min-width: calc(50% - 16px);
  }
}
.confirm-form + p input[type=submit] {
  margin-left: 16px;
}
.confirm-form + p > span {
  width: 100%;
}

.mail-form-colum p {
  display: flex;
}
.mail-form-colum p > label {
  width: calc(50% - 8px);
}
.mail-form-colum p > label + label {
  margin-left: 16px;
}

.confirm-form .mail-form-colum p > label {
  width: auto;
}

.comments-open-content label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-right: 24px;
}
@media (max-width: 575px) {
  .comments-open-content label {
    margin-right: 8px;
  }
}
.comments-open-content label:last-child {
  margin-right: 0;
}
.comments-open-content label::before,
.comments-open-content label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.comments-open-content label::before {
  background-color: #C1BDB6;
  border: 1px solid #C1BDB6;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 5px;
}
.comments-open-content label::after {
  background-color: #632e37;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 8px;
  scale: 0.5;
  transition: 0.2s;
}
.comments-open-content input:checked + label::after {
  opacity: 1;
  scale: 1;
}
.comments-open-content .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

@media (max-width: 767px) {
  main section:not(.calendar) form table tr {
    width: 100% !important;
    display: block;
  }
  main section:not(.calendar) form table tr td, main section:not(.calendar) form table tr th {
    width: 100% !important;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
  main section:not(.calendar) form table tr th {
    padding-bottom: 8px;
  }
  main section:not(.calendar) form table tr td {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
/*　カレンダー
=============================================================================================== */
.calendar {
  color: #C1BDB6;
}
.calendar a {
  color: #C1BDB6;
}
.calendar .fc-day-sun {
  background-color: #574343;
}
.calendar .fc-day-sat {
  background-color: #434757;
}
.calendar .fc-theme-standard td,
.calendar .fc-theme-standard th,
.calendar .fc-theme-standard .fc-scrollgrid {
  border-color: #787383;
}
@media (max-width: 767px) {
  .calendar .fc-col-header-cell {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .calendar .fc-col-header-cell {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .calendar .fc .fc-daygrid-day-number {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .calendar .fc .fc-daygrid-day-number {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .calendar .fc-event {
    line-height: 1.4;
  }
}
.calendar .fc-event-title {
  white-space: pre-line;
}
@media (max-width: 767px) {
  .calendar .fc-event-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .calendar .fc-event-title {
    font-size: 10px;
  }
}
.calendar .fc-h-event {
  border: none;
  border-radius: 0;
}

/*　アクセス
=============================================================================================== */
.access-map {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .access-map {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .access-map > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .access-map .page-link-contents {
    display: flex;
    justify-content: end;
    margin-top: 32px;
    margin-right: 32px;
  }
}
@media (min-width: 768px) {
  .access-map .page-link-contents .roundBtn {
    margin: auto;
  }
}

.faq-box {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #787383;
}
.faq-box .q, .faq-box .a {
  position: relative;
  padding-left: 72px;
  padding-top: 12px;
}
.faq-box .q::before, .faq-box .a::before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.faq-box .q {
  margin-bottom: 40px;
}
.faq-box .q::before {
  content: "Q";
  background-color: #7e6e4a;
}
.faq-box .a::before {
  content: "A";
  background-color: rgba(196, 196, 196, 0.3);
}

/*　投稿詳細
=============================================================================================== */
.info-detail .wp-block-image {
  margin-bottom: 32px;
  max-width: 700px;
  margin: 16px auto 32px;
}
.info-detail h2 {
  padding-top: 32px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 767px) {
  .info-detail h2 {
    font-size: 1.125rem;
  }
}
.info-detail .data {
  border-bottom: 1px solid #787383;
  padding-bottom: 16px;
}
.info-detail .info-list-link {
  border-top: 1px solid #787383;
  padding-top: 16px;
  margin-top: 32px;
}

.blog-detail .info-detail .data {
  border-bottom: 2px solid #787383;
}
.blog-detail .info-detail .info-list-link {
  border-top: 2px solid #787383;
}

/*　recruit
=============================================================================================== */
@media (max-width: 767px) {
  .page .recruit table tr {
    width: 100%;
    display: block;
  }
  .page .recruit table tr td, .page .recruit table tr th {
    width: 100%;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page .recruit table tr td:first-child {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .page .recruit table tr td:last-child {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
/*gallery
=============================================================================================== */
.gallery .wp-block-gallery:first-child {
  width: 100vw;
  margin-left: calc((50vw - 50%) * -1);
  margin-bottom: 96px;
  padding-bottom: 24%;
  position: relative;
}
.gallery .wp-block-gallery:first-child .wp-block-image:first-child {
  width: 40% !important;
  padding: 8px;
  padding-left: 0;
  max-width: none;
  flex-direction: initial;
  flex-grow: inherit;
}
@media (max-width: 767px) {
  .gallery .wp-block-gallery:first-child .wp-block-image:first-child {
    width: 50% !important;
  }
}
.gallery .wp-block-gallery:first-child .wp-block-image:last-child {
  width: 50% !important;
  padding: 8px;
  padding-right: 0;
  max-width: none;
  flex-direction: initial;
  flex-grow: inherit;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gallery .wp-block-gallery:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  gap: inherit;
}
.gallery .wp-block-gallery:nth-of-type(2) .wp-block-image {
  width: 50% !important;
  padding: 8px;
  max-width: none;
  flex-direction: initial;
  flex-grow: inherit;
}
@media (max-width: 575px) {
  .gallery .wp-block-gallery:nth-of-type(2) .wp-block-image {
    width: 100% !important;
  }
}
.gallery .wp-block-list {
  display: flex;
  flex-direction: column;
  height: 180px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .gallery .wp-block-list {
    height: 100%;
  }
}

/*GUIDE
=============================================================================================== */
.guide .blog {
  position: relative;
  margin-top: 160px;
  padding-bottom: 56px;
}
.guide .blog h2 {
  text-align: center;
  padding-top: 0;
  position: relative;
  padding-top: 11% !important;
}
@media (min-width: 1200px) {
  .guide .blog h2 {
    padding-top: 8% !important;
  }
}
.guide .blog h2 .en {
  font-size: min(20vw, 160px);
  color: rgba(99, 46, 55, 0.3);
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -61%;
}
.guide .blog h2 .jp {
  display: block;
}
.guide .blog::before {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -40px;
  border-radius: 24px;
  background-color: rgba(193, 189, 182, 0.3);
}
@media (max-width: 991px) {
  .guide .blog::before {
    width: 100%;
    left: 0;
  }
}
.guide .blog > * {
  position: relative;
  z-index: 10;
}

.blog-contents .blog-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-contents .blog-list .blog-list-box {
  width: 33.333%;
  padding: 16px;
}
@media (max-width: 991px) {
  .blog-contents .blog-list .blog-list-box {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 575px) {
  .blog-contents .blog-list .blog-list-box {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.blog-contents .blog-list .blog-list-box a {
  display: block;
  background-color: #0e0e0e;
  color: #C1BDB6;
  overflow: hidden;
  height: 100%;
}
.blog-contents .blog-list .blog-list-box a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-contents .blog-list .blog-list-box a .img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.blog-contents .blog-list .blog-list-box a .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
.blog-contents .blog-list .blog-list-box a .data {
  margin-top: -14px;
  background-color: #0e0e0e;
  border-radius: 100px;
  font-size: 0.875rem;
  padding: 4px 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 16px;
  transition: 0.5s;
}
.blog-contents .blog-list .blog-list-box a .body {
  padding: 16px;
}
.blog-contents .blog-list .blog-list-box a .body h4 {
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.blog-contents .blog-list .blog-list-box a .body p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-contents .blog-list .blog-list-box a:hover, .blog-contents .blog-list .blog-list-box a:focus {
  background-color: black;
}
.blog-contents .blog-list .blog-list-box a:hover .data, .blog-contents .blog-list .blog-list-box a:focus .data {
  background-color: black;
}
.blog-contents .blog-list .blog-list-box a:hover img, .blog-contents .blog-list .blog-list-box a:focus img {
  transform: scale(1.2);
}/*# sourceMappingURL=page.css.map */