@charset "UTF-8";
/*!
Theme Name: Dariya Custom Theme
Author: Dariya Preschool
Description: A custom theme for our website, optimized for ease of use
Version: 1.5
Text Domain: dariya-custom-theme
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 1px 1px rgba(85, 85, 85, 0.1882352941);
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

html {
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(8, 71%, 42%, 0.35)), to(hsla(8, 71%, 42%, 0.4))), radial-gradient(circle at 23% 17%, hsla(355, 100%, 97%, 0.6) 0%, transparent 25%), radial-gradient(circle at 67% 82%, hsla(10, 100%, 90%, 0.5) 0%, transparent 35%), radial-gradient(circle at 89% 11%, hsla(348, 100%, 96%, 0.6) 0%, transparent 20%), radial-gradient(circle at 42% 76%, hsla(0, 100%, 94%, 0.5) 0%, transparent 30%), radial-gradient(circle at 5% 39%, hsla(340, 100%, 95%, 0.6) 0%, transparent 22%), radial-gradient(circle at 78% 53%, hsla(352, 100%, 93%, 0.5) 0%, transparent 28%), radial-gradient(circle at 31% 95%, hsla(345, 100%, 98%, 0.7) 0%, transparent 18%), radial-gradient(circle at 56% 28%, hsla(358, 100%, 96%, 0.6) 0%, transparent 32%), radial-gradient(circle at 12% 64%, hsla(342, 100%, 92%, 0.5) 0%, transparent 24%), radial-gradient(circle at 91% 70%, hsla(350, 100%, 95%, 0.6) 0%, transparent 26%);
  background: linear-gradient(0deg, hsla(8, 71%, 42%, 0.35), hsla(8, 71%, 42%, 0.4)), radial-gradient(circle at 23% 17%, hsla(355, 100%, 97%, 0.6) 0%, transparent 25%), radial-gradient(circle at 67% 82%, hsla(10, 100%, 90%, 0.5) 0%, transparent 35%), radial-gradient(circle at 89% 11%, hsla(348, 100%, 96%, 0.6) 0%, transparent 20%), radial-gradient(circle at 42% 76%, hsla(0, 100%, 94%, 0.5) 0%, transparent 30%), radial-gradient(circle at 5% 39%, hsla(340, 100%, 95%, 0.6) 0%, transparent 22%), radial-gradient(circle at 78% 53%, hsla(352, 100%, 93%, 0.5) 0%, transparent 28%), radial-gradient(circle at 31% 95%, hsla(345, 100%, 98%, 0.7) 0%, transparent 18%), radial-gradient(circle at 56% 28%, hsla(358, 100%, 96%, 0.6) 0%, transparent 32%), radial-gradient(circle at 12% 64%, hsla(342, 100%, 92%, 0.5) 0%, transparent 24%), radial-gradient(circle at 91% 70%, hsla(350, 100%, 95%, 0.6) 0%, transparent 26%);
}

a {
  color: #3bb4d2;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(45.2053941909, 166.7576763485, 196.8946058091);
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

dt {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
}

/* デスクトップでの管理バー調整 */
.admin-bar.is-desktop #masthead {
  top: 32px;
}

/* モバイル（ハンバーガーメニュー表示時）での管理バー調整 */
.admin-bar.is-mobile .fixed-header {
  top: 46px;
}

h1 {
  padding: 1rem 20% 1rem 1rem;
  display: inline-block;
  width: 90%;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  background: #fcf7f7;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1882352941);
  font-size: 1.5rem;
  color: #555;
}

.section {
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #3bb4d2;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #3bb4d2;
  margin: 0.5rem auto 0;
}

.card {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #3bb4d2;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: rgb(45.2053941909, 166.7576763485, 196.8946058091);
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.entry-content > article {
  padding: 1rem;
}

.list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.list-item-wrapper {
  position: relative;
  margin-top: 5rem;
  padding: 0 auto;
}

.list-item {
  background: linear-gradient(145deg, #f5c9c7, #f4b4b2);
  -webkit-box-shadow: -0.4px -0.4px 0.4px rgba(0, 0, 0, 0.1), -4px -4px 8px rgba(255, 255, 255, 0.3), 4px 4px 8px rgba(0, 0, 0, 0.1), 8vw 8vw 20px rgba(0, 0, 0, 0.3), inset 1px 1px 1.2px rgba(255, 255, 255, 0.8);
          box-shadow: -0.4px -0.4px 0.4px rgba(0, 0, 0, 0.1), -4px -4px 8px rgba(255, 255, 255, 0.3), 4px 4px 8px rgba(0, 0, 0, 0.1), 8vw 8vw 20px rgba(0, 0, 0, 0.3), inset 1px 1px 1.2px rgba(255, 255, 255, 0.8);
  padding: 10px 10px 0;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

.list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  overflow: hidden;
}

.grass-blade {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#2ecc71), to(#27ae60));
  background: linear-gradient(to top, #2ecc71, #27ae60);
  border-radius: 100% 0 0 0;
}

.clay-flower {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-animation: sway 2s ease-in-out infinite alternate;
          animation: sway 2s ease-in-out infinite alternate;
}

.clay-petal {
  opacity: 0.9;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.clay-flower:hover .clay-petal {
  -webkit-transform: translate(-50%, -50%) rotate(var(--rotate)) translateY(-10px) scale(1.1);
          transform: translate(-50%, -50%) rotate(var(--rotate)) translateY(-10px) scale(1.1);
}

.clay-flower-center {
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.clay-flower:hover .clay-flower-center {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

@-webkit-keyframes sway {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes sway {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.list-item-head {
  background: linear-gradient(145deg, #aed1e2, #acd4e1);
  -webkit-box-shadow: 1.6px 2.4px 4.8px rgba(0, 0, 0, 0.4), -0.4px -0.4px 0.8px rgba(0, 0, 0, 0.2), inset 0.8px 0.8px 1px rgba(255, 255, 255, 0.8), inset -1.4px 0px 2px rgba(0, 0, 0, 0.3), inset 0px -3px 1px rgba(0, 0, 0, 0.03), inset 0px -3px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 1.6px 2.4px 4.8px rgba(0, 0, 0, 0.4), -0.4px -0.4px 0.8px rgba(0, 0, 0, 0.2), inset 0.8px 0.8px 1px rgba(255, 255, 255, 0.8), inset -1.4px 0px 2px rgba(0, 0, 0, 0.3), inset 0px -3px 1px rgba(0, 0, 0, 0.03), inset 0px -3px 1px rgba(0, 0, 0, 0.12);
  padding: 2rem 1rem;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.list-item-head > h2 {
  margin: 0;
  padding: 0.5rem 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}

.icon {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -40px;
  left: -10px;
  -webkit-transition: z-index 0.3s ease;
  transition: z-index 0.3s ease;
}
.icon.icon-front {
  z-index: 3;
}
.icon.icon-back {
  z-index: 1;
}
.icon.to-right {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.icon.position-right {
  left: auto;
  left: initial;
  right: 0;
}

.list-item-body {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #555;
  background: linear-gradient(145deg, #f9f9f9, #ededed);
  padding: 1rem;
  border-radius: 8px;
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}
.list-item-body .inner-intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
}
.list-item-body .inner-item-subtext {
  font-size: 0.9rem;
  line-height: 1.5;
}
.list-item-body .inner-item-subtext:has(+ .inner-item-subtext) {
  margin-bottom: 0.5rem;
}
.list-item-body .slim-spacing > *:not(*:last-child)::after {
  content: "・";
  display: block;
  text-align: center;
}
.list-item-body .sub-item {
  background: #eadbda;
  padding: 1rem;
  border-radius: 10px;
  margin: 1rem 0;
  font-size: 0.95rem;
  color: #6e6c6c;
}
.list-item-body .list-style-none {
  list-style: none !important;
}
.list-item-body .list-style-none li {
  margin-left: 0 !important;
}
.list-item-body .description-list {
  width: 100%;
  padding: 1rem 0.5rem;
  border-radius: 10px;
  background: linear-gradient(145deg, #f9f9f9, #ededed);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}
.list-item-body .description-list.dt-sixty-percent .description-item dt.description-term {
  width: 60%;
}
.list-item-body .description-list.dt-seventy-percent .description-item dt.description-term {
  width: 70%;
}
.list-item-body .description-list.dt-eighty-percent .description-item dt.description-term {
  width: 80%;
}
.list-item-body .description-list.alignment-horizontal {
  display: table;
}
.list-item-body .description-list.alignment-horizontal .description-item {
  display: table-row;
}
.list-item-body .description-list.alignment-horizontal .description-item .despcription-term,
.list-item-body .description-list.alignment-horizontal .description-item .description-definition {
  display: table-cell;
  padding: 0.5rem;
}
.list-item-body .description-list.alignment-staggered .description-item {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(345deg, rgba(158, 128, 127, 0.0509803922), transparent), linear-gradient(88deg, rgba(146, 134, 134, 0.1607843137) 0%, transparent 1.3%, transparent 100%), linear-gradient(0deg, rgb(241, 241, 241) 0%, transparent 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) -125%, rgba(245, 245, 245, 0.65) 100%), linear-gradient(2deg, rgba(146, 134, 134, 0.1607843137) 0%, transparent 1.3%, transparent 100%);
  -webkit-box-shadow: inset -3px -3px 3px rgba(255, 255, 255, 0.2588235294), 3px 3px 7px rgba(126, 110, 110, 0.0392156863);
          box-shadow: inset -3px -3px 3px rgba(255, 255, 255, 0.2588235294), 3px 3px 7px rgba(126, 110, 110, 0.0392156863);
}
.list-item-body .description-list.alignment-staggered .description-item .description-term {
  width: 100%;
  font-weight: bold;
  padding-left: 0.5rem;
}
.list-item-body .description-list.alignment-staggered .description-item .description-term::after {
  content: "：";
  display: inline-block;
}
.list-item-body .description-list.alignment-staggered .description-item .description-definition {
  text-align: right;
  padding-right: 0.5rem;
}
.list-item-body .description-list.alignment-vertical .description-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(345deg, rgba(158, 128, 127, 0.0509803922), transparent), linear-gradient(88deg, rgba(146, 134, 134, 0.1607843137) 0%, transparent 1.3%, transparent 100%), linear-gradient(2deg, rgba(146, 134, 134, 0.1607843137) 0%, transparent 1.3%, transparent 100%);
  -webkit-box-shadow: inset -3px -3px 3px rgba(255, 255, 255, 0.2588235294), 3px 3px 7px rgba(126, 110, 110, 0.0392156863);
          box-shadow: inset -3px -3px 3px rgba(255, 255, 255, 0.2588235294), 3px 3px 7px rgba(126, 110, 110, 0.0392156863);
}
.list-item-body .description-list.alignment-vertical .description-item .description-term {
  width: 100%;
  font-weight: bold;
  padding-left: 0.5rem;
}
.list-item-body .description-list.alignment-vertical .description-item .description-definition {
  width: 100%;
  padding-left: 0.5rem;
}
.list-item-body .description-list.alignment-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  gap: 10px;
}
.list-item-body .description-list.alignment-grid .description-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(345deg, rgba(158, 128, 127, 0.0509803922), transparent), linear-gradient(88deg, rgba(146, 134, 134, 0.1607843137) 0%, transparent 1.3%, transparent 100%), linear-gradient(2deg, rgba(146, 134, 134, 0.1607843137) 0%, transparent 1.3%, transparent 100%);
  -webkit-box-shadow: inset -3px -3px 3px rgba(255, 255, 255, 0.2588235294), 3px 3px 7px rgba(126, 110, 110, 0.0392156863);
          box-shadow: inset -3px -3px 3px rgba(255, 255, 255, 0.2588235294), 3px 3px 7px rgba(126, 110, 110, 0.0392156863);
}
.list-item-body .description-list.alignment-grid .description-item .description-term {
  width: 100%;
  font-weight: bold;
  padding-left: 0.5rem;
}
.list-item-body .description-list.alignment-grid .description-item .description-definition {
  width: 100%;
  padding-left: 0.5rem;
}
.list-item-body a {
  word-wrap: break-word;
}
.list-item-body > .inner-content-list.step-indicator-triangle li.inner-content-item:not(li:last-child)::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1rem;
  margin: 1rem auto;
  background: #eadbda;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.list-item-body > .inner-content-list.inner-item-description-optimized .inner-item-description {
  background: #f5e9e9;
  padding: 1rem;
  border-radius: 10px;
  margin: 1rem 0;
  font-size: 0.95rem;
  color: #555;
  -webkit-box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.4588235294), inset 2px 2px 4px rgba(219, 203, 203, 0.4588235294), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), 4px 4px 4px rgba(209, 209, 209, 0.1882352941);
          box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.4588235294), inset 2px 2px 4px rgba(219, 203, 203, 0.4588235294), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), 4px 4px 4px rgba(209, 209, 209, 0.1882352941);
}
.list-item-body > .inner-content-list li.inner-content-item {
  padding-left: 0;
}
.list-item-body > .inner-content-list li.inner-content-item:not(:last-child) {
  margin-bottom: 3rem;
}
.list-item-body > .inner-content-list li.inner-content-item h3.inner-item-title {
  font-size: 1.45rem;
}
.list-item-body > .inner-content-list li.inner-content-item h4.inner-item-title {
  font-size: 1.25rem;
}
.list-item-body > .inner-content-list li.inner-content-item ul.sub-item {
  background: #eadbda;
  padding: 1rem;
  border-radius: 10px;
  margin: 1rem 0;
  font-size: 0.95rem;
  color: #6e6c6c;
}
.list-item-body > .inner-content-list li.inner-content-item ul.sub-item li {
  margin: 0;
  padding: 0;
}
.list-item-body > .inner-content-list li.inner-content-item ul.sub-item li:last-child {
  margin-bottom: 0 !important;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1rem auto;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame .picture-block {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(50% - 0.4rem);
          flex: 0 calc(50% - 0.4rem);
  padding: 0.4rem;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(183, 51, 31, 0.3490196078)), to(rgba(183, 51, 31, 0.4)));
  background: linear-gradient(to top, rgba(183, 51, 31, 0.3490196078), rgba(183, 51, 31, 0.4));
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame .picture-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(2):last-child), .list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(4):last-child) {
  gap: 0.8rem;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(2):last-child) .picture-block, .list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(4):last-child) .picture-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.4rem);
          flex: 0 0 calc(50% - 0.4rem);
  padding: 0.4rem;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(3):last-child), .list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(6):last-child) {
  gap: 0.6rem;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(3):last-child) .picture-block, .list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(6):last-child) .picture-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 0.4rem);
          flex: 0 0 calc(33.333% - 0.4rem);
  padding: 0.3rem;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(5):last-child) {
  gap: 0.6rem;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(5):last-child) .picture-block {
  padding: 0.3rem;
}
.list-item-body > .inner-content-list li.inner-content-item .picture-frame:has(.picture-block:nth-child(5):last-child) .picture-block:nth-child(-n+5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 0.4rem);
          flex: 0 0 calc(33.333% - 0.4rem);
}
.list-item-body > .inner-content-list li.inner-content-item .inner-expenses-list > li {
  padding: 1rem 0.5rem;
  border-radius: 10px;
  background: linear-gradient(145deg, #f5e9e9, rgb(243.40625, 229.49375, 229.49375));
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}
.list-item-body > .inner-content-list li.inner-content-item .inner-expenses-list > li:not(li:last-child) {
  margin-bottom: 3rem;
}
.list-item-body > .inner-content-list li.inner-content-item .inner-expenses-list > li h4.inner-expenses-title {
  font-size: 1.25rem;
}
.list-item-body > .inner-content-list li.inner-content-item .inner-expenses-list > li .expenses-price {
  font-weight: bold;
}
.list-item-body > .inner-content-list.list-style-default {
  list-style: auto;
}
.list-item-body > .inner-content-list.list-style-default li {
  margin-left: 1rem;
  margin-bottom: 0.5rem !important;
}
.list-item-body > .inner-content-list.access li {
  margin-bottom: 8px !important;
}
.list-item-body > .inner-content-list.access li div {
  margin-left: 0.5rem;
}
.list-item-body > .inner-content-item h3.inner-item-title {
  font-size: 1.45rem;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item {
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
  padding: 1rem 0.5rem;
  background: #f5e9e9;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(145deg, #f5e9e9, rgb(243.40625, 229.49375, 229.49375));
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item .clock-image-block {
  width: 5rem;
  height: 5rem;
  float: right;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item h4.inner-schedule-time {
  font-size: 1.25rem;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item div.inner-schedule-activity {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item div.inner-schedule-activity:has(+ div.inner-schedule-activity) {
  margin-bottom: 0;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item div.inner-schedule-activity + ul.inner-schedule-details {
  list-style: disc;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item div.inner-schedule-activity + ul.inner-schedule-details li {
  margin-left: 1.5rem;
  padding: 0;
  font-size: 1rem;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item ul.inner-schedule-details li {
  padding: 0;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item .inner-schedule-description:has(+ .picture-frame) {
  margin-bottom: 1rem;
}
.list-item-body > .inner-content-item ul.inner-schedule-list li.inner-schedule-item:not(li:last-child)::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1rem;
  margin: 1rem auto;
  background: #eadbda;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 3rem auto;
  margin: 0 auto;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 2.5rem;
  -webkit-transform: translate(-50%, 210%);
          transform: translate(-50%, 210%);
}
.list-item-body > .inner-content-item ul.inner-event-list li.inner-event-item {
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
  padding: 1rem 0.5rem;
  background: #fefefe;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(145deg, #f5e9e9, rgb(243.40625, 229.49375, 229.49375));
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -0.1px -0.1px 0.1px rgba(118, 82, 82, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}
.list-item-body > .inner-content-item ul.inner-event-list li.inner-event-item h4.inner-event-month {
  font-size: 1.25rem;
}
.list-item-body > .inner-content-item ul.inner-event-list li.inner-event-item ul.inner-event-details li {
  padding: 0;
}
.list-item-body > .inner-content-item ul.inner-event-list li.inner-event-item:not(li:last-child)::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1rem;
  margin: 1rem auto;
  background: #eadbda;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 3rem auto;
  margin: 0 auto;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 2.5rem;
  -webkit-transform: translate(-50%, 210%);
          transform: translate(-50%, 210%);
}
.list-item-body > .inner-content-item .picture-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1rem auto;
}
.list-item-body > .inner-content-item .picture-frame .picture-block {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(50% - 0.4rem);
          flex: 0 calc(50% - 0.4rem);
  padding: 0.4rem;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(183, 51, 31, 0.3490196078)), to(rgba(183, 51, 31, 0.4)));
  background: linear-gradient(to top, rgba(183, 51, 31, 0.3490196078), rgba(183, 51, 31, 0.4));
}
.list-item-body > .inner-content-item .picture-frame .picture-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(2):last-child), .list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(4):last-child) {
  gap: 0.8rem;
}
.list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(2):last-child) .picture-block, .list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(4):last-child) .picture-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.4rem);
          flex: 0 0 calc(50% - 0.4rem);
  padding: 0.4rem;
}
.list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(3):last-child), .list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(6):last-child) {
  gap: 0.6rem;
}
.list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(3):last-child) .picture-block, .list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(6):last-child) .picture-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 0.4rem);
          flex: 0 0 calc(33.333% - 0.4rem);
  padding: 0.3rem;
}
.list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(5):last-child) {
  gap: 0.6rem;
}
.list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(5):last-child) .picture-block {
  padding: 0.3rem;
}
.list-item-body > .inner-content-item .picture-frame:has(.picture-block:nth-child(5):last-child) .picture-block:nth-child(-n+5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 0.4rem);
          flex: 0 0 calc(33.333% - 0.4rem);
}
.list-item-body .inner-google-map {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3764705882);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3764705882);
}

.grass {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 15px;
  background: url("images/grass.01.png") repeat-x;
  background-size: contain;
}

.grid {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
}

header#masthead {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

/* 管理バーがある場合のスタイル調整 */
.admin-bar #masthead {
  top: 46px; /* モバイルでのデフォルト値 */
}

/* デスクトップでの管理バー調整 */
.admin-bar.is-desktop #masthead {
  top: 32px;
}

/* モバイル（ハンバーガーメニュー表示時）での管理バー調整 */
.admin-bar.is-mobile .fixed-header {
  top: 46px;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed;
  }
}
.site-header {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.site-header .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: row;
      -ms-flex-align: row;
          align-items: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .site-branding .custom-logo {
  height: 36px;
  width: auto;
  margin-right: 10px;
}
.site-header .site-branding .site-title {
  margin: 0;
  font-size: 1.5em;
  color: #a95d68;
}
.site-header .site-branding .site-title a {
  color: #a95d68;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.site-header .site-branding .site-description {
  width: 100%;
  margin-top: 5px;
  font-size: 0.9em;
  color: #333;
}
@media (max-width: 768px) {
  .site-header .site-branding {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.hamburger-menu-wrapper {
  position: relative;
}

#hamburger-menu-button {
  display: none;
}
#hamburger-menu-button:checked ~ .hamburger-menu-close {
  display: block;
  opacity: 0.5;
}
#hamburger-menu-button:checked ~ .hamburger-menu-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hamburger-menu-open {
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-animation: site-title 0.8s ease 0.5s 1 normal;
          animation: site-title 0.8s ease 0.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
  z-index: 4;
  cursor: pointer;
  top: -30px;
  right: 1.5rem;
  position: absolute;
  -webkit-transform: matrix(1.6, 0, 0, 1.6, 0, 0);
          transform: matrix(1.6, 0, 0, 1.6, 0, 0);
}
.hamburger-menu-open .fa-bars {
  color: #a95d68;
  font-size: 20px;
}

.hamburger-menu-close {
  display: none;
  opacity: 0;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 3;
  top: 0;
}

.hamburger-menu-content {
  background: #fff;
  position: fixed;
  left: 0;
  width: 80%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  overflow: auto;
  z-index: 5;
  top: 0;
}

#wpadminbar ~ div#page .hamburger-menu-content {
  top: 46px;
}

@media screen and (min-width: 783px) {
  #wpadminbar ~ div#page .hamburger-menu-content {
    top: 32px;
  }
}
.hamburger-menu {
  padding: 15px;
}
.hamburger-menu li {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 2vh;
  text-align: left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hamburger-menu li a {
  color: #555555;
  padding: 1.5vh 1rem;
  width: 100%;
  cursor: pointer;
}
.hamburger-menu li:before {
  color: #a95d68;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu li:has(.sub-menu)::before {
  height: 50%;
}
.hamburger-menu li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.hamburger-menu li .sub-menu {
  display: block;
  width: 100%;
  margin-left: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .hamburger-menu-wrapper {
    display: none;
  }
}
.featured-image {
  width: 100%;
  margin: 0 auto;
}
.featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.site-footer {
  background-color: #b57b76;
  color: white;
  padding: 2rem 0;
  width: 100%;
}
.site-footer .site-info {
  text-align: center;
}
.site-footer .site-info a {
  color: #a8dadc;
}
.site-footer .site-info a:hover {
  color: white;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 60%, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8)), radial-gradient(circle at 60% 60%, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.6)), radial-gradient(circle at 50% 50%, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3)), radial-gradient(circle at 50% 50%, transparent, rgba(255, 255, 255, 0.2));
  -webkit-box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.1);
  opacity: 1;
  pointer-events: none;
}

.flowchart {
  margin: 1rem auto;
}

.flowchart-card {
  padding: 3rem 0.5rem;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  border-radius: 10px;
}

.flowchart-content {
  margin-bottom: 20px;
}

.flowchart-question {
  font-size: 1rem;
  font-weight: semibold;
  margin-bottom: 10px;
}

.flowchart-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.flowchart-button {
  background-color: #a95d68;
  color: white;
  font-size: 0.9rem;
  border: none;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.flowchart-button:hover {
  background-color: #a95d68;
}

.flowchart-result {
  white-space: pre-line;
  background: #eadbda;
  padding: 1rem;
  border-radius: 10px;
  list-style: disc;
}
.flowchart-result li {
  margin-left: 1rem;
  padding-left: 0;
}

.flowchart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.flowchart-back {
  background-color: transparent;
  border: 1px solid #a95d68;
  color: #a95d68;
}
.flowchart-back:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

main#primary {
  position: relative;
  top: 114px;
  margin-bottom: 120px;
}

@media screen and (min-width: 783px) {
  main#primary {
    position: relative;
    top: 100px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  section {
    padding: 1.5rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .site-branding {
    margin-bottom: 0;
  }
  .site-header .menu-toggle {
    display: none;
  }
  .site-header .main-navigation {
    display: block;
    width: auto;
  }
  .site-header .main-navigation .menu-container {
    padding: 0;
  }
  .site-header .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-header .main-navigation ul li {
    margin: 0 1rem;
    padding: 0;
  }
  .list-item-wrapper {
    margin-top: 4rem;
  }
  .list-item {
    padding: 1.5rem;
    border-radius: 15px;
    padding-bottom: 3rem;
  }
  .list-item-head {
    font-size: 1.3em;
  }
  .icon {
    width: 100px;
    top: -50px;
    left: -15px;
  }
  .icon.to-right {
    left: auto;
  }
  .list-item-body {
    margin-top: 0.75rem;
    font-size: 1em;
    padding: 0.75rem;
    border-radius: 10px;
  }
  .grass {
    height: 20px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
  section {
    padding: 2rem;
  }
  .container {
    padding: 0 2rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .list-item-wrapper {
    margin-top: 5rem;
  }
  .list-item {
    padding: 2rem;
    border-radius: 20px;
    padding-bottom: 4rem;
  }
  .list-item-head {
    font-size: 1.4em;
    margin-left: 80px;
  }
  .icon {
    width: 120px;
    top: -60px;
    left: -20px;
  }
  .icon.to-right {
    left: auto;
  }
  .list-item-body {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
  }
}
/*# sourceMappingURL=style.css.map */
