@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.wp-block-file:not(.wp-element-button) {
    font-size:18px;
}

 :root :where(.wp-element-button, .wp-block-button__link) {
	font-size:18px;
    padding: 0 1.5% 0 1.5%;
}

/* 全体の設定 */
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

br.sp {
  display: none;
}

.wp-block-column {
  word-break: initial;
}

#container {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

#container a:hover {
  color: #999999;
  text-decoration: none;
}

.title-text {
  color: #666666;
}

/* アニメーション */
.fade-in-up {
  opacity: 0;
  /* 最初は透明 */
  transition: opacity 1s ease;
}

.fade-in-up.active {
  opacity: 1;
  /* activeになったら表示 */
  animation: fade-in-up 1s ease forwards;
  /* アニメーション */
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ヘッダーの設定 */

#header-container {
  display: none;
}

#container #header-container-pc {
  background-color: rgba(255, 255, 255, 0.5);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

#container #header-container-pc .wrap {
  width: initial !important;
}

#container #header-container-pc .navi {
  background-color: initial;
}

.date-tags {
  margin: 0;
}

.hlt-tm-right .navi-in>ul {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}

.article ul li,
.article ol li {
  margin: 0;
}

.navi {
  margin-right: 0;
  margin-left: auto;
}

.navi-in>ul li {
  width: 120px;
  height: 70px;
}

.navi-in>ul li:nth-child(1) .caption-wrap {
  background-image: url("https://ozora.paopaokids.net/wp-content/uploads/2025/03/news_title_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}

.navi-in>ul li:nth-child(2) .caption-wrap {
  background-image: url("https://ozora.paopaokids.net/wp-content/uploads/2025/03/about_title_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 58px;
}

.navi-in>ul li:nth-child(3) .caption-wrap {
  background-image: url("https://ozora.paopaokids.net/wp-content/uploads/2025/03/access_title_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}

.header-container-pc-in.hlt-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.header-container-pc-in .logo {
  text-align: start;
}

.header-container-sp {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}


/* コンテンツ本文の設定 */
.top-page-spacer {
  height: 180px;
}

.top-page-end-spacer {
  height: 60px;
}

#container #content {
  margin-top: 0;
}

#container #content .main {
  background: linear-gradient(to bottom, #fffef6, #fae2e1);
  padding: 0;
}

#container #content .main .entry-content {
  margin-top: 0;
}

#container #content .main h2 {
  font-size: 36px;
}

#container #content .main h3 {
  font-size: 42px;
}

#container #content .main h4 {
  font-size: 36px;
}

#container #content .main .top-news {
  position: relative;
  margin-left: 4%;
}

#container #content .main .top-news .is-layout-flex {
  gap: 0;
}

#container #content .main .top-news-header a {
  text-decoration: none;
  cursor: pointer;
}

#container #content .main .top-about {
  position: relative;
}

#container #content .main .top-about .is-layout-flex {
  gap: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  padding-right: 2%;
}

#container #content .main .top-about .top-about-row {
  margin-left: 0;
}

/* カラムの中の縦積みブロックを中央揃えにする */
#container #content .main .top-about .justify-column-block {
  justify-content: center;
  width: 350px;
}

#container #content .main .top-about-header a {
  text-decoration: none;
  cursor: pointer;
}

#container #content .main .top-about .text {
  min-width: 450px;
  line-height: 1.2em;
  padding-left: 25%;
}

#container #content .main .top-about .text p {
  margin-bottom: 1.2em;
}

#container #content .main .top-about-button {
  justify-content: center !important;
  padding-right: 10%;
}

#container #content .main .top-access {
  position: relative;
  margin-left: 4%;
}

#container #content .main .top-access .is-layout-flex {
  gap: 0;
}

#container #content .main .top-access-header a {
  text-decoration: none;
  cursor: pointer;
}

#container #content .main .top-access .text2 {
  font-size: 36px;
  margin-top: -10px;
}

#container #content .main .more-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 60px;
  font-size: 24px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 30px;
}

#container #content .main .top-news .more-button {
  margin-left: 28px;
  width: 250px;
}

#container #content .main .top-news .more-button a {
  color: #ffffff;
  background-color: #96C6FA;
  border-color: #96C6FA;
}

#container #content .main .top-news .more-button a:hover {
  color: #96C6FA;
  background-color: #ffffff;
  border-color: #ffffff;
}

#container #content .main .top-about .more-button {
  width: 250px;
  justify-items: center;
}

#container #content .main .top-about .more-button a {
  color: #ffffff;
  background-color: #ffa3a3;
  border-color: #ffa3a3;
}

#container #content .main .top-about .more-button a:hover {
  color: #ffa3a3;
  background-color: #ffffff;
  border-color: #ffffff;
}

#container #content .main .top-access .more-button {
  margin-left: 28px;
  width: 250px;
}

#container #content .main .top-access .more-button a {
  color: #ffffff;
  background-color: #F0C060;
  border-color: #F0C060;
}

#container #content .main .top-access .more-button a:hover {
  color: #F0C060;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* フッターの設定 */
#footer {
  background-color: #fab1af;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  width: 2016px;
}

#footer .footer-widgets {
  color: #ffffff;
  line-height: 1.6em;
  margin-top: 0;
  margin-bottom: 0;
  width: 2016px;
}

#footer .footer-widgets .textwidget a {
  color: #ffffff;
}

#footer .footer-widgets .textwidget a:hover {
  font-weight: 900;
}

#footer .footer-widgets .widget {
  margin-bottom: 0;
}

#footer .footer-left {
  text-align: left;
  padding-left: calc(1 / 3 * 20%);
  padding-top: 0;
  padding-bottom: 0;
}

#footer .bldname-main {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 32px;
  font-weight: 900;
}

#footer .footer-center {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
}

#footer .footer-right {
  padding-top: 0;
  padding-bottom: 0;
}

#footer .footer-bottom {
  color: #ffffff;
  margin-top: 0;
  padding-right: 15%;
  line-height: 0.5em;
}

#footer .footer-widgets-mobile {
  color: #ffffff;
  line-height: 1.6em;
  font-size: 14px;
  padding: 0 5%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

#footer .footer-widgets-mobile .footer-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

#footer .footer-widgets-mobile .textwidget a {
  color: #ffffff;
}

#footer .footer-widgets-mobile .textwidget a:hover {
  font-weight: 900;
}

#footer .footer-widgets-mobile .widget {
  margin-bottom: 0;
}

#footer .footer-widgets-mobile .bldname {
  font-size: 12px;
}

#footer .footer-widgets-mobile .bldname-main {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 20px;
}

/* 見出し */
.article h2 {
  background-color: initial;
}

/* ページネーション */
.pagination {
  position: sticky;
  top: 100vh;
}

.pagination .page-numbers {
  border: 1px solid black;
  border-radius: 50%;
  border-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
}

.pagination .current {
  border-color: #96C6FA;
  background-color: #96C6FA;
  color: #ffffff;
}

.pagination .prev,
.pagination .next {
  display: none;
}

/* 新着記事の設定 */
#container #content .main .info-list-box {
  width: 80%;
  margin-left: 35px;
}

#container #content .main .info-list-item {
  display: flex;
  /*横並びに変更*/
  flex-direction: row-reverse;
  /*前後逆に*/
  justify-content: flex-end;
  /*前後逆に*/
  font-size: 18px;
}

.is-style-divider-line .info-list-item:last-child {
  border-bottom: 1px dashed var(--cocoon-basic-border-color);
}

#container #content .main .info-list-item-content {
  margin-bottom: 0;
}

#container #content .main .info-list-item-categorys {
  display: none;
  /*カテゴリ消す*/
}

#container #content .main .info-list-item-meta {
  font-size: 18px;
  display: flex;
  align-items: center;
  opacity: 1.0;
}

#container #content .main .info-list-item-date {
  margin-left: 5px;
  /*文字間調整*/
  display: inline-block;
  color: #666666;
  margin-right: 60px;
}

#container #content .main .info-list-content {
  margin: 0px;
  /*文字間調整*/
}

#container #content .main .top-access .text {
  margin-left: 35px;
}

/* その他画像調整等 */
#container #content .main .image-container1 {
  position: relative;
  width: 100%;
  aspect-ratio: 1366 / 480;
  margin-bottom: 90px;
}

#container #content .main .image-container1 .top-text.sp {
  display: none;
}

#container #content .main .image-container1 .bubble.sp {
  display: none;
}

#container #content .main .image-container1 .main-image {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

#container #content .main .image-container1 .bubble.pc {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  padding-top: 6rem;
  padding-left: 2%;
  padding-right: 2%;
}

#container #content .main .image-container1 .top-text.pc {
  display: block;
  position: absolute;
  top: 50%;
  right: 20%;
  z-index: 1;
  margin-bottom: 0;
}

#container #content .main .image-container1 .main-image {
  animation: fadeIn 2.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  opacity: 0;
}

#container #content .main .image-container1 .bubble {
  animation: fadeIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1.0s;
  opacity: 0;
}

#container #content .main .image-container1 .top-text {
  animation: fadeIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1.7s;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


#container #content .main .top-news .pc {
  display: block;
  position: absolute;
  top: -40%;
  width: 44%;
  right: 0;
  z-index: -10;
  min-width: 284px;
}

#container #content .main .top-about .pc {
  display: block;
  position: absolute;
  top: -35%;
  width: 48%;
  left: 0;
  z-index: -10;
  min-width: 284px;
}

#container #content .main .top-access .pc {
  display: block;
  position: absolute;
  top: -35%;
  width: 44%;
  right: 0;
  z-index: -10;
  min-width: 284px;
}

#container #content .main .top-news .sp,
#container #content .main .top-about .sp,
#container #content .main .top-access .sp {
  display: none;
}

#container #content .main .news_banner,
#container #content .main .about_banner,
#container #content .main .access_banner {
  width: 100%;
  padding: 0 5%;
  margin-bottom: 0;
}

#container #content .main .news_banner_sp,
#container #content .main .about_banner_sp,
#container #content .main .access_banner_sp {
  width: 100%;
  padding: 0 5%;
  margin-bottom: 0;
}

#container #content .main .news_banner_sp img,
#container #content .main .about_banner_sp img,
#container #content .main .access_banner_sp img {
  display: none;
}

#container #content .main .about_title_bg,
#container #content .main .access_title_bg,
#container #content .main .news_title_bg {
  flex-basis: content;
  flex-grow: 0;
}

#container #content .main .about_title_bg img,
#container #content .main .access_title_bg img,
#container #content .main .news_title_bg img {
  display: block;
  width: 50px;
}


.news_bg1.pc {
  display: block;
  position: absolute;
  width: 31%;
  top: 440px;
  left: 0;
  z-index: -10;
  min-width: 238px;
}

.news_bg2.pc {
  display: block;
  position: absolute;
  width: 31%;
  top: 55%;
  right: 0;
  z-index: -10;
  min-width: 238px;
}

.news_bg1.sp {
  display: none;
  position: absolute;
  z-index: -10;
}

.news_bg2.sp {
  display: none;
  position: absolute;
  z-index: -10;
}

.news_bg1 img {
  width: 100%;
}

.news_bg2 img {
  width: 100%;
}

.about_bg1 {
  display: block;
  position: absolute;
  width: 37%;
  top: 550px;
  right: 0;
  z-index: -10;
  min-width: 284px;
}

.about_bg2 {
  display: block;
  position: absolute;
  width: 32%;
  top: 870px;
  left: 0;
  z-index: -10;
  min-width: 246px;
}

.about_bg1.sp {
  display: none;
  position: absolute;
  z-index: -10;
}

.about_bg2.sp {
  display: none;
  position: absolute;
  z-index: -10;
}

.about_bg1 img {
  width: 100%;
}

.about_bg2 img {
  width: 100%;
}

.access_bg1.pc {
  display: block;
  position: absolute;
  width: 37%;
  top: 550px;
  left: 0;
  z-index: -10;
  min-width: 284px;
}

.access_bg2.pc {
  display: block;
  position: absolute;
  width: 32%;
  top: 850px;
  right: 0;
  z-index: -10;
  min-width: 246px;
}

.access_bg1.sp {
  display: none;
  position: absolute;
  z-index: -10;
}

.access_bg2.sp {
  display: none;
  position: absolute;
  z-index: -10;
}

.access_bg1 img {
  width: 100%;
}

.access_bg2 img {
  width: 100%;
}

/* お知らせ一覧 */
body.page-id-17 #container #content .main {
  min-height: 1100px;
}

.news_title_bg_box.is-layout-flex {
  text-align: left;
  margin: 0 auto;
  width: fit-content;
  gap: 0;
}

body.page-id-17 #container #content .main .info-list-box {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#container #content .main .info-list {
  width: 100%;
  margin: 0 auto;
}

/* パオパオキッズについて */
.about_title_bg_box.is-layout-flex {
  text-align: left;
  margin: 0 auto;
  width: fit-content;
  gap: 0;
}

#container #content .main .about_title_text {
  flex-basis: content;
  flex-grow: 0;
}

.entry-content .about_comment1 {
  text-align: left;
  margin: 0 auto 100px auto;
  width: 52%;
}

.entry-content .about_comment2 {
  text-align: left;
  margin: 0 auto 20px auto;
  width: 52%;
  gap: 0;
}

#container #content .main .about_title2 {
  font-size: 42px;
  font-weight: 900;
}

/* アクセス */
.access_title_bg_box.is-layout-flex {
  text-align: left;
  margin: 0 auto;
  width: fit-content;
  gap: 0;
}

#container #content .main .access_title_text {
  flex-basis: content;
  flex-grow: 0;
}

.entry-content .access_comment1 {
  text-align: center;
  margin: 0 0 -15px 0;
}

.access-address {
  flex-wrap: nowrap;
  text-align: left;
  margin: 0 auto 0 auto;
  width: 52%;
  gap: 0;
}

.access-hr {
  background-color: transparent !important;
  border-bottom: none;
  border-right: none;
  border-top: 1px dashed;
  margin: 15px auto 0 auto;
  width: 55%;
}

.access_map {
  position: relative;
  width: 90%;
  max-width: 700px;
  aspect-ratio: 7 / 4;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.access_map iframe {
  position: absolute;
  inset: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 300px);
  max-width: initial;
}

br.sp {
  display: none;
}

.is-layout-constrained .bubble {
  max-width: 100%;
}

/* 投稿ページ用 */
body.single .main .post {
  min-height: 1100px;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1.62em;
}

.post h2 {
  padding: 25px;
}

.post h3 {
  margin-bottom: 1.2em;
}

.post .post-main {
  margin: 0 auto;
  padding: 20px;
  width: 52%;
}

.post .post-main .post-date {
  display: inline-block;
  font-size: 1.0em;
  color: #666666;
  margin-bottom: 2.0em;
}

#container #content .main .back-button {
  display: flex;
  justify-content: center;
}

#container #content .main .back-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 60px;
  font-size: 24px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 30px;
}

#container #content .main .back-button {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 250px;
}

#container #content .main .back-button a {
  color: #ffffff;
  background-color: #96C6FA;
  border-color: #96C6FA;
}

#container #content .main .back-button a:hover {
  color: #96C6FA;
  background-color: #ffffff;
  border-color: #ffffff;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*2015px以下*/
@media screen and (max-width: 2015px) {
  #footer {
    width: auto;
  }

  #footer .footer-widgets {
    width: auto;
  }
}

/*1023px以下*/
@media screen and (max-width: 1023px) {

  /*必要ならばここにコードを書く*/
  .navi-in .menu-pc {
    display: flex;
  }

  .site-logo-image header-site-logo-image {
    display: block;
  }

  #container #content .main .top-access .text3 {
    display: block;
    text-align: center;
  }

  #footer .footer-center {
    justify-content: center;
  }

  #footer .footer-bottom {
    padding-right: 0;
  }

}


/*834px以下*/
@media screen and (max-width: 834px) {

  /*必要ならばここにコードを書く*/
  html {
    margin-top: 0 !important;
  }

  .top-page-spacer {
    height: 80px;
  }

  .top-page-end-spacer {
    height: 10px;
  }

  #container #content .main .top-news .more-button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  #container #content .main .top-about .more-button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  #container #content .main .top-access .more-button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
  }

  #container #content .main .image-container1 {
    margin-bottom: 110px;
  }

  /* 新着記事の設定 */
  #container #content .main .info-list-box {
    width: 100%;
    margin-left: 0;
  }

  #container #content .main .info-list {
    padding: 20px 0;
  }

  #container #content .main .info-list-item {
    flex-direction: column-reverse;
  }

  #container #content .main .info-list-item-content {
    margin-top: 10px;
  }

  #container #content .main .top-news .is-layout-flex {
    flex-direction: column;
  }

  #container #content .main .top-about .is-layout-flex {
    flex-direction: column;
    padding-right: 0;
  }


	
  /* カラムの中の縦積みブロックを中央揃えにする */
  #container #content .main .top-about .justify-column-block {
    width: initial;
  }

  #container #content .main .top-news {
    margin-left: 0;
  }

  #container #content .main .top-about-header {
    margin-bottom: 20px;
  }

  #container #content .main .top-about-button {
    padding-right: 0;
  }

  #container #content .main .top-about .text {
    padding-left: 0;
    min-width: initial;
    text-align: center;
  }

  #container #content .main .top-access {
    margin-left: 0;
  }

  #container #content .main .top-access-header {
    margin-bottom: 20px;
  }

  #container #content .main .top-access .text {
    margin-left: 0;
  }

  br.sp {
    display: initial;
  }

  #container #content .main .top-access>.is-layout-flex {
    /* 直下のみ */
    flex-direction: column;
  }

  /* ヘッダーの設定 */
  .header-container-pc {
    display: none;
  }

  .header-container-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-container-sp .logo-image {
    width: 300px;
  }

  .header-container-sp img.pc {
    display: block;
  }

  .header-container-sp img.sp {
    display: none;
  }

  .site-logo-image header-site-logo-image {
    display: block;
  }

  #container #content .main .top-news .pc,
  #container #content .main .top-about .pc,
  #container #content .main .top-access .pc {
    display: none;
  }

  #container #content .main .top-news .sp img,
  #container #content .main .top-about .sp img,
  #container #content .main .top-access .sp img {
    width: 100%;
  }

  #container #content .main .top-news .sp {
    display: block;
    position: absolute;
    top: 25%;
    right: 0;
    z-index: -10;
    width: 50%;
    min-width: 200px;
  }

  #container #content .main .top-about .sp {
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: -10;
    width: 50%;
    min-width: 200px;
  }

  #container #content .main .top-access .sp {
    display: block;
    position: absolute;
    top: 25%;
    right: 0;
    z-index: -10;
    width: 50%;
    min-width: 200px;
  }

  #container #content .main .image-container1 .top-text.pc {
    right: 10%;
    width: 28%;
  }

  #container #content .main .news_banner_sp img,
  #container #content .main .about_banner_sp img,
  #container #content .main .access_banner_sp img {
    display: block;
  }

  #container #content .main .news_banner img,
  #container #content .main .about_banner img,
  #container #content .main .access_banner img {
    display: none;
  }

  /*ハンバーガーメニュー*/

  .hamburger-menu {
    margin-right: 10px;
    margin-left: auto;
  }

  .menu-btn {
    margin-right: 5px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    background-color: initial;
    z-index: 90;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    border-radius: 3px;
    background-color: #3A3A3A;
    position: absolute;
    z-index: 100;
  }

  .menu-btn span:before {
    bottom: 10px;
  }

  .menu-btn span:after {
    top: 10px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }

  .menu-content img {
    width: 30px;
    height: 30px;
  }

  .menu-content ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li {
    list-style: none;
    display: flex;
    align-items: center;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #3A3A3A;
    text-decoration: none;
    padding: 9px 15px 10px 10px;
    position: relative;
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #3A3A3A;
    border-right: solid 2px #3A3A3A;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 25px;
  }

  .menu-content {
    width: 70%;
    height: 270px;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  #menu-btn-check:checked~.menu-content {
    left: 30%;
    max-width: initial;
    /*メニューを画面内へ*/
  }

  /* メニューを閉じるための要素のデザイン*/
  .drawer-close {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 100%;
    /* 閉じるための要素を画面外へ */
    z-index: 70;
    /* 重なり順をメニューより下に*/
  }

  #menu-btn-check:checked~.drawer-close {
    left: 0;
    /* 閉じるための要素を画面内へ */
  }

  /* フッターの設定 */
  #footer .footer-bottom {
    color: #ffffff;
    margin-top: 0;
    padding-right: initial;
  }

  #footer .footer-widgets-mobile .center-text {
    display: block;
    text-align: center;
  }

  /* その他画像調整等 */
  #container #content .main .image-container1 {
    aspect-ratio: 1366 / 768;
  }

  #container #content .main .image-container1 .bubble.pc {
    display: none;
  }

  #container #content .main .image-container1 .bubble.sp {
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .news_bg1.pc {
    display: none;
  }

  .news_bg2.pc {
    display: none;
  }

  .news_bg1.sp {
    display: block;
    top: 430px;
    width: 270px;
    min-width: initial;
  }

  .news_bg2.sp {
    display: block;
    top: 65%;
    right: 0;
    width: 270px;
    min-width: initial;
  }

  .about_bg1.pc {
    display: none;
  }

  .about_bg2.pc {
    display: none;
  }

  .about_bg1.sp {
    display: block;
    top: 675px;
    width: 340px;
    min-width: initial;
  }

  .about_bg2.sp {
    display: block;
    top: 1055px;
    right: 0;
    width: 370px;
    min-width: initial;
  }

  .access_bg1.pc {
    display: none;
  }

  .access_bg2.pc {
    display: none;
  }

  .access_bg1.sp {
    display: block;
    top: 600px;
    width: 350px;
    min-width: initial;
  }

  .access_bg2.sp {
    display: block;
    top: 950px;
    right: 0;
    width: 350px;
    min-width: initial;
  }

  /* お知らせ */
  body.page-id-17 #container #content .main {
    min-height: 800px;
  }

  body.page-id-17 #container #content .main .info-list-box {
    width: 100%;
  }

  #container #content .main .info-list {
    width: 70%;
  }

  /* パオパオキッズについて */
  .entry-content .about_comment1 {
    width: 70%;
  }

  .entry-content .about_comment2 {
    width: 70%;
  }

  /* アクセス */
  .access-address {
    width: 70%;
  }

  .access-hr {
    width: 70%;
  }

  #container #content .main .access-address.is-layout-flex {
    flex-direction: column;
  }

  /* 投稿ページ用 */
  body.single #container #content .main {
    min-height: 1180px;
  }

  .post .post-main {
    width: 70%;
  }

  .post .post-main .post-date {
    margin-bottom: 1.0em;
  }

  #container #content .main .back-button {
    width: 200px;
  }

}

/*782px以下*/
@media screen and (max-width: 782px) {

  /* 全体の設定 */
  html {
    margin-top: 0 !important;
  }

}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/

  /* 全体の設定 */
  html {
    margin-top: 0 !important;
  }

  .header-container-sp .logo-image {
    width: initial;
  }

  .header-container-sp img.pc {
    display: none;
  }

  .header-container-sp img.sp {
    display: block;
  }

  #container {
    font-size: 14px;
  }

  #container #content .main h2 {
    font-size: 20px;
  }

  #container #content .main h3 {
    font-size: 26px;
  }

  #container #content .main h4 {
    font-size: 20px;
  }

  #container #content .main .top-news {
    margin-top: 10px;
    margin-left: 0;
  }

  #container #content .main .top-about>.is-layout-flex {
    /* 直下のみ */
    flex-direction: column;
  }

  #container #content .main .top-access {
    margin-top: 10px;
    margin-left: 0;
  }

  #container #content .main .more-button {
    width: 200px;
  }

  #container #content .main .more-button a {
    height: 40px;
    font-size: initial;
  }

  #container #content .main .top-news .sp {
    top: 30%;
    width: 60%;
  }

  #container #content .main .top-about .sp {
    top: 30%;
    width: 60%;
  }

  #container #content .main .top-access .sp {
    top: 30%;
    width: 60%;
  }
	
  body.single .main .post {
    min-height: 600px;
  }
	

  /* ニュースリスト */
  #container #content .main .info-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  #container #content .main .info-list-item {
    font-size: 16px;
  }

  #container #content .main .info-list-item-meta {
    font-size: 16px;
  }

  .site-logo-image header-site-logo-image {
    display: none;
  }

  /* ハンバーガーメニュー*/
  #menu-btn-check:checked~.menu-content {
    left: 20%;
    /*メニューを画面内へ*/
  }

  /* メニューを閉じるための要素のデザイン*/
  .menu-content {
    width: 80%;
    height: 250px;
  }

  .menu-btn {
    height: 35px;
    width: 35px;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    width: 30px;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  .menu-content ul li a {
    font-size: 18px;
  }

  .menu-content ul li a::before {
    top: 22px;
  }

  /* その他画像調整等 */

  #container #content .main .image-container1 {
    margin-bottom: 60px;
  }

  #container #content .main .image-container1 .pc img {
    display: none;
  }

  #container #content .main .image-container1 .sp img {
    display: block;
  }

  #container #content .main .image-container1 .top-text.pc {
    display: none;
  }

  #container #content .main .image-container1 .top-text.sp {
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 1;
    margin-bottom: 0;
  }

  #container #content .main .top-news-header .news-title-bg {
    width: 50px;
  }

  #container #content .main .top-about .text {
    padding: 20px 20px 0 20px;
    min-width: initial;
    text-align: center;
  }

  #container #content .main .top-about-header .about-title-bg {
    width: 50px;
  }

  #container #content .main .top-access .text {
    padding: 20px;
    min-width: initial;
    text-align: center;
    line-height: 2.2em;
  }

  #container #content .main .top-access .text2 {
    font-size: 20px;
  }

  #container #content .main .top-access-header .access-title-bg {
    width: 50px;
  }

  #container #content .main .top-access .pc img {
    display: none;
  }

  #container #content .main .top-access .sp img {
    display: block;
  }

  #container #content .main .about_title_bg img,
  #container #content .main .access_title_bg img,
  #container #content .main .news_title_bg img {
    display: block;
    width: 28px;
  }

  #container #content .main .about_title_bg,
  #container #content .main .access_title_bg,
  #container #content .main .news_title_bg {
    flex-basis: 28px;
  }

  .news_bg1.sp {
    top: 300px;
    width: 170px;
  }

  .news_bg2.sp {
    top: 65%;
    width: 190px;
  }

  .about_bg1.sp {
    top: 415px;
    width: 216px;
  }

  .about_bg2.sp {
    top: 690px;
    width: 204px;
  }

  .access_bg1.sp {
    top: 390px;
    width: 205px;
  }

  .access_bg2.sp {
    top: 600px;
    width: 202px;
  }

  /* お知らせ一覧 */
  body.page-id-17 #container #content .main {
    min-height: 600px;
  }

  .news_title_bg_box.is-layout-flex {
    margin: 0 auto;
  }

  #container #content .main .info-list {
    width: 90%;
  }

  /* パオパオキッズについて */
  .about_title_bg_box.is-layout-flex {
    margin: 0 auto;
  }

  .entry-content .about_comment1 {
    width: calc(100% - 40px);
    margin-bottom: 65px;
  }

  .entry-content .about_comment2 {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }

  #container #content .main .about_title2 {
    font-size: 26px;
  }

  /* アクセス */
  .access_title_bg_box.is-layout-flex {
    margin: 0 auto;
  }

  .access-address {
    width: 100%;
    padding: 0 20px;
  }

  .access-hr {
    width: calc(100% - 40px);
    margin-top: 5px;
  }

  .access_map {
    width: calc(100% - 40px);
  }

  br.sp {
    display: block;
  }

  /* 投稿ページ用 */
  body.single #container #content .main {
    min-height: 667px;
  }

  .post .post-main {
    width: 90%;
  }

  #container #content .main .back-button a {
    height: 40px;
    font-size: initial;
  }

 .wp-block-file:not(.wp-element-button) {
    font-size:14px;
  }

 :root :where(.wp-element-button, .wp-block-button__link) {
	font-size:14px;
    padding: 0 1.5% 0 1.5%;
  }
}