@charset "UTF-8";
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2");
  font-display: optional;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2");
  font-display: optional;
}
@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaNeue.ttc") format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "HelveticaNeue";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/HelveticaNeue.ttc") format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "HelveticaNeue";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/HelveticaNeue.ttc") format("truetype");
  font-display: optional;
}
body {
  font-family: "YakuHanJP", "Roboto", "HelveticaNeue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.site-header {
  height: 30vw;
  max-height: 350px;
  background: url("/blog_anotherday/wp-content/uploads/2025/11/header_back.jpg") no-repeat left bottom;
  background-size: cover;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #E68AAB;
  position: relative;
  /* 4Kディスプレイ対応画像用 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .site-header {
    background: url("/blog_anotherday/wp-content/uploads/2025/11/fcccc768d58ececfd7f3f2ee889bb3e9-1-scaled.jpg") no-repeat left bottom;
    background-size: cover;
  }
}
.site-header .site-header-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.site-header .site-header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0;
  margin: 0;
}

.header_scrolled .site-header {
  position: static;
}
.header_scrolled .site-header + .site-body {
  margin-top: 0 !important;
}
.header_scrolled .site-header .site-header-logo {
  display: none;
}

.page-header {
  display: none;
}

.site-footer {
  position: relative;
}
.site-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 211, 227, 0.8)), color-stop(70%, rgba(255, 211, 227, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 211, 227, 0.8) 0%, rgba(255, 211, 227, 0) 70%);
  background: linear-gradient(to bottom, rgba(255, 211, 227, 0.8) 0%, rgba(255, 211, 227, 0) 70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.site-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.site-footer-copyright p:last-of-type {
  display: none;
}

.container.site-footer-copyright {
  background-color: #ed568d;
  position: relative;
}
.container.site-footer-copyright::before, .container.site-footer-copyright::after {
  content: "";
  display: block;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background-color: #ed568d;
  margin: auto;
  position: absolute;
  top: 0;
}
.container.site-footer-copyright::before {
  right: 100%;
}
.container.site-footer-copyright::after {
  left: 100%;
}
.container.site-footer-copyright p {
  color: #fff;
  margin: 0;
}

.site-footer-content {
  padding: 2em 0;
}
.site-footer-content div:nth-of-type(n+2) {
  display: none;
}
.site-footer-content .col-lg-4, .site-footer-content .col-md-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.address p {
  font-size: 0.9rem;
  text-align: right;
  line-height: 1.5;
  margin-bottom: 0;
}

.side_banner {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.side_banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.side_banner:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sub-section aside {
  background: #f794b8;
  overflow: auto;
}
.sub-section aside:nth-of-type(n+2) {
  margin-bottom: 0;
}
.sub-section aside .wp-block-calendar {
  background: #fff;
  margin: 2px;
  position: relative;
}
.sub-section aside .wp-block-calendar caption {
  background: url("/blog_anotherday/wp-content/uploads/2025/11/side_title_bg_1x.jpg") no-repeat left top;
  background-size: cover;
  color: #f93388;
  font-weight: 700;
  padding: 0.6em;
  border-bottom: 1px solid #ffd9e7;
  margin: 0;
  /* 4Kディスプレイ対応画像用 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .sub-section aside .wp-block-calendar caption {
    background: url("/blog_anotherday/wp-content/uploads/2025/11/side_title_bg.jpg") no-repeat left top;
    background-size: cover;
  }
}
.sub-section aside .wp-block-calendar .wp-calendar-nav {
  width: 100%;
  padding: 0 0.5em;
  margin-bottom: 0;
  position: absolute;
  top: -4px;
}
.sub-section aside .wp-block-calendar .wp-calendar-nav a {
  display: block;
  width: 50px;
  font-size: 0.85em;
  color: #f93388;
  line-height: 1.4;
  text-indent: 130%;
  white-space: nowrap;
  padding: 0.2em 0.7em;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.sub-section aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
  position: absolute;
  left: 3em;
}
.sub-section aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 3em;
}
.sub-section aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a::before,
.sub-section aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a::before {
  content: "《";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-indent: 0;
  position: absolute;
  top: 0;
}
.sub-section aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a::before {
  right: 2px;
}
.sub-section aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a::before {
  content: "》";
  left: 2px;
}
.sub-section aside .wp-block-calendar th, .sub-section aside .wp-block-calendar td {
  font-size: 0.95rem;
  color: #999;
}
.sub-section aside .wp-block-calendar td {
  font-weight: 400;
}
.sub-section aside .wp-block-calendar thead th {
  background-color: #fff;
  padding: 0.6em 0;
}
.sub-section aside .wp-block-calendar thead th:nth-of-type(1) {
  color: #cc3332;
}
.sub-section aside .wp-block-calendar thead th:nth-of-type(7) {
  color: #006699;
}
.sub-section aside .wp-block-calendar .wp-calendar-table {
  border: 0;
}
.sub-section aside .wp-block-calendar .wp-calendar-table td {
  padding: 0;
}
.sub-section aside .wp-block-calendar .wp-calendar-table a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffc7db;
  color: #cf0f53;
  font-weight: 700;
  padding: 0.25em 0;
}
.sub-section aside .wp-block-calendar .wp-calendar-table tbody tr:nth-of-type(n+2) td {
  padding-top: 0.25em;
}
.sub-section aside .wp-block-calendar .wp-calendar-table tbody tr:last-of-type td {
  padding-bottom: 1.2em;
}
.sub-section aside .wp-block-calendar table:where(:not(.has-text-color)) td,
.sub-section aside .wp-block-calendar table:where(:not(.has-text-color)) th {
  border: 0;
}
.sub-section aside h5.wp-block-heading {
  background: url("/blog_anotherday/wp-content/uploads/2025/11/side_title_bg.jpg") no-repeat left top;
  background-size: cover;
  color: #f93388;
  line-height: 1.4;
  padding: 0.5em;
  padding-left: 0.7em;
  border-bottom: 1px solid #ffd9e7;
  margin: 0;
  position: relative;
}
.sub-section aside h5.wp-block-heading::before, .sub-section aside h5.wp-block-heading::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 1px);
  background-color: #f794b8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sub-section aside h5.wp-block-heading::after {
  left: auto;
  right: 0;
}
.sub-section aside h5.wp-block-heading strong {
  padding-left: calc(30px + 0.5em);
  position: relative;
}
.sub-section aside h5.wp-block-heading strong::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/blog_anotherday/wp-content/uploads/2025/11/side_title_indent.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-section aside .wp-block-latest-posts.wp-block-latest-posts__list li,
.sub-section aside .wp-block-archives-list li {
  background-color: #fff;
  padding: 0.7em;
  padding-left: 1em;
  border: 0;
  margin: 0 2px;
}
.sub-section aside .wp-block-latest-posts.wp-block-latest-posts__list li:nth-of-type(n+2),
.sub-section aside .wp-block-archives-list li:nth-of-type(n+2) {
  padding-top: 0;
}
.sub-section aside .wp-block-latest-posts.wp-block-latest-posts__list li:last-of-type,
.sub-section aside .wp-block-archives-list li:last-of-type {
  margin-bottom: 2px;
}
.sub-section aside .wp-block-latest-posts.wp-block-latest-posts__list li a,
.sub-section aside .wp-block-archives-list li a {
  font-size: 1rem;
  color: inherit;
  padding: 0;
  border: 0;
}

.wp-block-archives-list li a:hover {
  background-color: transparent !important;
  text-decoration: underline;
}

aside.widget_calendar {
  margin-top: 2em;
}

.breadcrumb {
  font-size: 0.8rem;
  color: #888888;
  padding-top: 3em;
  border-top: 0;
  border-bottom: 0;
}
.breadcrumb ol li a {
  color: #f794b8;
  text-decoration: none;
}
.breadcrumb + .site-body {
  padding-top: 0.5em;
}

article.entry-full {
  background-color: #fff;
  padding: 1.5em;
  border: 3px solid #f794b8;
  border-radius: 20px;
  -webkit-box-shadow: 5px 7px rgba(247, 162, 131, 0.25);
          box-shadow: 5px 7px rgba(247, 162, 131, 0.25);
}

ul.wp-block-post-template li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  gap: 1.3em;
  background-color: #fff;
  padding: 1.3em;
  border: 3px solid #f794b8;
  border-radius: 20px;
  -webkit-box-shadow: 5px 7px rgba(247, 162, 131, 0.25);
          box-shadow: 5px 7px rgba(247, 162, 131, 0.25);
  -webkit-margin-before: 3em !important;
          margin-block-start: 3em !important;
}
ul.wp-block-post-template li:first-of-type {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
ul.wp-block-post-template li .wp-block-group {
  width: calc(100% - 290px - 1.3em);
}

h1.entry-title {
  font-size: 1.5rem;
  color: #f93388;
  line-height: 1.4;
  padding: 0.4em 0;
  border-top: 2px solid #f794b8;
  border-bottom: 2px solid #f794b8;
  margin-top: 0.4em;
}

.entry-body img {
  max-height: 600px;
}

.entry-body p {
  line-height: 1.85;
}
.entry-body p .image {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.alert.widget-area-description {
  display: none;
}

.widget_media {
  display: none;
}

.widget_link_list {
  display: none;
}

.entry-footer {
  display: none;
}

#comments {
  display: none;
}

.site-body-bottom {
  display: none;
}

.vk_posts-mainSection {
  margin-top: 0 !important;
}

.vk_posts {
  margin-top: 3em;
}
.vk_posts .card {
  border: 0;
  border-radius: 8px;
}
.vk_posts .card-intext .card-intext-inner {
  position: relative;
}
.vk_posts .card-intext .card-intext-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #088a48;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

.wp-block-post-title {
  -webkit-margin-before: 0.2em !important;
          margin-block-start: 0.2em !important;
  -webkit-margin-after: 0.5em !important;
          margin-block-end: 0.5em !important;
}

.wp-block-post-excerpt__excerpt {
  text-align: justify;
}

.wp-block-group p:last-child {
  text-align: justify;
}

a.wp-block-post-excerpt__more-link,
.vk_post .vk_post_btn {
  display: inline-block;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#d8141b), to(#b31c1c));
  background: -webkit-linear-gradient(left, #d8141b 0%, #b31c1c 100%);
  background: linear-gradient(to right, #d8141b 0%, #b31c1c 100%);
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.5em;
  border: 1px solid #a21d21;
  border-radius: 8px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a.wp-block-post-excerpt__more-link:hover,
.vk_post .vk_post_btn:hover {
  opacity: 0.7;
}

.wp-block-post-featured-image {
  margin-bottom: 0;
}

.main-section > .vk_posts > div {
  background-color: #fff;
  padding: 1.3em !important;
  border: 3px solid #088a48;
  margin: 2em 0 0;
}
.main-section > .vk_posts > div:first-of-type {
  border-top: 3px solid #088a48 !important;
  margin-top: 0;
}
.main-section > .vk_posts > div .media-img {
  width: 290px;
  height: 218px;
  margin-right: 1.3em;
}
.main-section > .vk_posts > div .vk_post_body {
  position: relative;
}
.main-section > .vk_posts > div .vk_post_body .vk_post_title {
  padding-top: 1.8em;
  padding-bottom: 0;
  border-bottom: 0;
}
.main-section > .vk_posts > div .vk_post_body .vk_post_title a {
  font-size: 1.3rem;
  color: #088a08 !important;
}
.main-section > .vk_posts > div .vk_post_body .vk_post_date {
  font-size: 0.85rem;
  color: #088a48;
  font-weight: 700;
  position: absolute;
  top: 0;
}

.main-section .vk_posts.next-prev {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  width: 100%;
  background-color: rgba(247, 162, 131, 0.25);
  padding: 1.5em;
  padding-top: 3.5em;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}
.main-section .vk_posts.next-prev > div {
  background-color: transparent;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  position: relative;
  overflow: visible;
}
.main-section .vk_posts.next-prev > div:first-of-type {
  border: 0 !important;
}
.main-section .vk_posts.next-prev > div:first-of-type::before {
  content: "← 前の投稿";
  display: block;
  width: 100%;
  color: #C43769;
  margin: auto;
  position: absolute;
  top: -2em;
}
.main-section .vk_posts.next-prev > div:nth-of-type(2):before {
  content: "次の投稿 →";
  display: block;
  width: 100%;
  color: #C43769;
  text-align: right;
  margin: auto;
  position: absolute;
  top: -2em;
}
.main-section .vk_posts.next-prev > div .vk_post_body {
  height: auto;
  background-color: #C43769;
}
.main-section .vk_posts.next-prev > div .vk_post_body .vk_post_title {
  display: inline-block;
  width: auto;
  padding-top: 1.4em;
  margin-bottom: 0;
}
.main-section .vk_posts.next-prev > div .vk_post_body .vk_post_date {
  color: #fff;
  padding-top: 0.6em;
}
.main-section .vk_posts.next-prev .card-intext-inner {
  max-height: 255px;
  background: #fff;
  padding: 1em !important;
}
.main-section .vk_posts.next-prev .card-intext-inner .vk_post_imgOuter {
  background-size: 100%;
  border-bottom: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.main-section .vk_posts.next-prev .card-intext-inner:hover .vk_post_imgOuter {
  background-size: 115%;
}
.main-section .vk_posts.next-prev .card-intext-inner::before {
  content: none !important;
}
.main-section .vk_posts.next-prev .card-intext-inner:hover .vk_post_title {
  border-bottom: 1px solid #fff;
}
.main-section .vk_posts.next-prev .card-intext-inner:hover .vk_post_date {
  border-bottom: 1px solid #fff;
}
.main-section .vk_posts.next-prev .card-intext-inner .card-img-overlay {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.main-section .vk_posts.next-prev .card-intext-inner:hover .card-img-overlay {
  background: rgba(255, 255, 255, 0);
}

.vk_posts.next-prev .card-intext .card-intext-inner::before {
  display: none;
}

.wp-block-read-more {
  display: block;
  width: 200px;
  background: #1FC59F;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(31, 197, 159)), to(rgb(23, 127, 103)));
  background: -webkit-linear-gradient(top, rgb(31, 197, 159) 0%, rgb(23, 127, 103) 100%);
  background: linear-gradient(180deg, rgb(31, 197, 159) 0%, rgb(23, 127, 103) 100%);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 0.7em 0;
  border: 1px solid #108E6C;
  border-radius: 5px;
  margin-top: 1em !important;
  margin-right: 0 !important;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.wp-block-read-more:hover {
  color: #fff;
  opacity: 0.7;
}

.wp-block-post-featured-image {
  margin-bottom: 0;
}

.main-section > .vk_posts > div {
  background-color: #fff;
  padding: 1.3em !important;
  border: 3px solid #f794b8;
  border-radius: 20px;
  -webkit-box-shadow: 5px 7px rgba(247, 162, 131, 0.25);
          box-shadow: 5px 7px rgba(247, 162, 131, 0.25);
  margin: 3em 0 0;
}
.main-section > .vk_posts > div:first-of-type {
  border-top: 3px solid #f794b8 !important;
  margin-top: 0;
}
.main-section > .vk_posts > div .media-img {
  width: 290px;
  height: 218px;
  margin-right: 1.3em;
}
.main-section > .vk_posts > div .vk_post_body {
  position: relative;
}
.main-section > .vk_posts > div .vk_post_body .vk_post_title {
  padding-top: 1.8em;
  padding-bottom: 0;
  border-bottom: 0;
}
.main-section > .vk_posts > div .vk_post_body .vk_post_title a {
  font-size: 1.3rem;
  color: #f93388 !important;
}
.main-section > .vk_posts > div .vk_post_body .vk_post_date {
  font-size: 0.85rem;
  color: #f93388;
  font-weight: 700;
  position: absolute;
  top: 0;
}

ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  background-color: #fff;
}

nav.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  padding-top: 2em;
  border-radius: 6px;
}
nav.nav-links .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
nav.nav-links .wp-block-query-pagination-previous,
nav.nav-links .wp-block-query-pagination-next {
  display: block;
  width: 2.5em;
  background-color: #fff;
  text-indent: 300%;
  white-space: nowrap;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
nav.nav-links .wp-block-query-pagination-previous::before,
nav.nav-links .wp-block-query-pagination-next::before {
  content: "《";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  height: 0;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% -50%);
          transform: translate(-50% -50%);
}
nav.nav-links .wp-block-query-pagination-previous {
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
nav.nav-links .wp-block-query-pagination-previous::before {
  left: 46%;
}
nav.nav-links .wp-block-query-pagination-next {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
nav.nav-links .wp-block-query-pagination-next::before {
  content: "》";
  left: 54%;
}
nav.nav-links > div .page-numbers {
  background-color: #fff;
  line-height: 1.5;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 0;
}
nav.nav-links > div .page-numbers.current {
  background-color: #f794b8;
  color: #fff;
}

.page_top_btn {
  width: 43px;
  height: 41px;
  background-color: #ed568d;
  background-size: 80%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 6px;
}

@media screen and (max-width: 991.98px) {
  .site-header-logo img {
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 10px;
    padding-right: 10px;
  }
  article.entry-full {
    border-radius: 15px;
    -webkit-box-shadow: 0;
            box-shadow: 0;
  }
  ul.wp-block-post-template li {
    padding: 1em;
    border-width: 2px;
  }
  .site-header {
    height: 250px;
    background: url("/blog_anotherday/wp-content/uploads/2025/11/header_back_sp.jpg") no-repeat left bottom;
    background-size: cover;
  }
  .site-header-logo img {
    width: 75%;
    margin-right: 0;
  }
  ul.wp-block-post-template li .wp-block-group {
    width: 100%;
  }
  .wp-block-read-more {
    width: 100%;
    font-size: 1.2rem;
  }
  .wp-block-post-featured-image {
    margin-left: auto;
    margin-right: auto;
  }
  .entry-body img {
    width: 100%;
  }
  .sub-section {
    display: none;
  }
  .address p {
    font-size: 0.95em;
    text-align: justify;
  }
  .site-footer-content {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .side_banner {
    width: 75%;
    max-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .vk-mobile-nav {
    background-color: rgba(255, 241, 232, 0.9);
    padding-left: 5%;
    padding-right: 5%;
  }
  .vk-mobile-nav aside:nth-of-type(n+2) {
    margin-bottom: 0;
  }
  .vk-mobile-nav aside .wp-block-calendar {
    background: #fff;
    margin: 3px;
    position: relative;
  }
  .vk-mobile-nav aside .wp-block-calendar::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(10, 165, 93)), to(rgb(8, 138, 72)));
    background: -webkit-linear-gradient(left, rgb(10, 165, 93) 0%, rgb(8, 138, 72) 100%);
    background: linear-gradient(to right, rgb(10, 165, 93) 0%, rgb(8, 138, 72) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .vk-mobile-nav aside .wp-block-calendar caption {
    background: -webkit-gradient(linear, left top, right top, from(rgb(10, 165, 93)), to(rgb(8, 138, 72)));
    background: -webkit-linear-gradient(left, rgb(10, 165, 93) 0%, rgb(8, 138, 72) 100%);
    background: linear-gradient(to right, rgb(10, 165, 93) 0%, rgb(8, 138, 72) 100%);
    color: #fff;
    font-weight: 700;
    padding: 0.5em;
    margin: 0;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-nav {
    width: 100%;
    padding: 0 0.5em;
    margin-bottom: 0;
    position: absolute;
    top: -4px;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-nav a {
    display: block;
    width: 50px;
    font-size: 0.85em;
    color: #fff;
    line-height: 1.4;
    text-indent: 130%;
    white-space: nowrap;
    padding: 0.2em 0.7em;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
    position: absolute;
    left: 3em;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
    position: absolute;
    right: 3em;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a::before,
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a::before {
    content: "《";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-indent: 0;
    position: absolute;
    top: 0;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a::before {
    right: 2px;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a::before {
    content: "》";
    left: 2px;
  }
  .vk-mobile-nav aside .wp-block-calendar th, .vk-mobile-nav aside .wp-block-calendar td {
    font-size: 0.95rem;
    color: #999;
  }
  .vk-mobile-nav aside .wp-block-calendar td {
    font-weight: 400;
  }
  .vk-mobile-nav aside .wp-block-calendar thead th {
    background-color: #fff;
    padding: 0.6em 0;
  }
  .vk-mobile-nav aside .wp-block-calendar thead th:nth-of-type(1) {
    color: #cc3332;
  }
  .vk-mobile-nav aside .wp-block-calendar thead th:nth-of-type(7) {
    color: #006699;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-table {
    border: 0;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-table td {
    padding: 0;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-table a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #9feac7;
    color: #024a09;
    font-weight: 700;
    padding: 0.25em 0;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-table tbody tr:nth-of-type(n+2) td {
    padding-top: 0.25em;
  }
  .vk-mobile-nav aside .wp-block-calendar .wp-calendar-table tbody tr:last-of-type td {
    padding-bottom: 1.2em;
  }
  .vk-mobile-nav aside .wp-block-calendar table:where(:not(.has-text-color)) td,
  .vk-mobile-nav aside .wp-block-calendar table:where(:not(.has-text-color)) th {
    border: 0;
  }
  .vk-mobile-nav aside h5.wp-block-heading {
    background-color: transparent;
    color: #fff;
    line-height: 1.4;
    padding: 0.4em;
    padding-left: 0.7em;
    margin: 0;
  }
  .vk-mobile-nav aside .wp-block-latest-posts.wp-block-latest-posts__list li,
  .vk-mobile-nav aside .wp-block-archives-list li {
    background-color: #fff;
    padding: 0.7em;
    padding-left: 1em;
    border: 0;
    margin: 0 3px;
  }
  .vk-mobile-nav aside .wp-block-latest-posts.wp-block-latest-posts__list li:nth-of-type(n+2),
  .vk-mobile-nav aside .wp-block-archives-list li:nth-of-type(n+2) {
    padding-top: 0;
  }
  .vk-mobile-nav aside .wp-block-latest-posts.wp-block-latest-posts__list li:last-of-type,
  .vk-mobile-nav aside .wp-block-archives-list li:last-of-type {
    margin-bottom: 3px;
  }
  .vk-mobile-nav aside .wp-block-latest-posts.wp-block-latest-posts__list li a,
  .vk-mobile-nav aside .wp-block-archives-list li a {
    font-size: 1rem;
    color: inherit;
    padding: 0;
    border: 0;
  }
  .wp-block-read-more {
    -webkit-margin-before: 1.5em !important;
            margin-block-start: 1.5em !important;
    -webkit-margin-after: 1em !important;
            margin-block-end: 1em !important;
  }
  .main-section .vk_posts.next-prev > div:first-of-type::before,
  .main-section .vk_posts.next-prev > div:nth-of-type(2)::before {
    text-align: center;
  }
  .main-section .vk_posts.next-prev > div:nth-of-type(2) {
    margin-top: 2em;
  }
}/*# sourceMappingURL=style.css.map */