@charset "UTF-8";
/* CSS Document */
@media all and (min-width: 360px) {
  .pagetop-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  
  /* 初期状態（非表示・少し下に配置） */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  
  /* 変化をなめらかにする（一括管理） */
  transition: opacity 0.4s, visibility 0.4s, transform 0.3s ease;
}
  /* ボタン画像のサイズ調整 */
  .pagetop-btn img {
    width: 50px; /* 画像の横幅 */
    height: auto;
    display: block;
  }
  /* JSでこのクラスが付与されたら表示する */
  .pagetop-btn.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* 通常位置に戻る */
  }
  /* マウスを乗せたときの動き（表示中のみ有効化） */
  .pagetop-btn.is-show:hover {
    transform: translateY(-5px); /* 通常位置から5px上に浮く */
  }
  /* 【おすすめ】スマホ用の調整（画面が狭いときは少し小さく、端に寄せる） */
  @media screen and (max-width: 768px) {
    .pagetop-btn {
      bottom: 15px;
      right: 15px;
    }
    .pagetop-btn img {
      width: 40px; /* スマホでは40pxに縮小 */
    }
  }
  p.wp-block-paragraph {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .typesquare_option span {
    font-size: 30px;
  }
  .text-area {
    margin-top: 10px;
  }
  .list4 {
    margin-top: 50px;
  }
  .pagination .page-numbers {
    background-color: #917C38;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFFFFF;
  }
  .pagination {
    text-align: center;
    margin-bottom: 50px;
  }
  .bottom50 {
    margin-bottom: 30px;
  }
  .new1_photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  .new2_photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  /* YouTubeブロック全体の余白をリセット */
  .wp-block-embed-youtube {
    margin-bottom: 20px;
  }
  /* 内側のラッパーに16:9の高さを持たせる */
  .wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* これで高さを作る */
    height: 0;
  }
  /* iframeを全面に広げる */
  .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .lead h2 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #917C38;
    font-weight: 300;
  }
  .lead {
    margin-top: 20px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .color-g {
    color: #917C38;
  }
  .single_photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  .single-title {
    font-size: 30px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #917C38;
    border-bottom: 1px solid #917C38;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .single_photo {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .calendar {
    color: #917C38;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
  }
  .calendar img {
    width: 15px;
    margin-right: 5px;
  }
  .writer-box {
    border: 1px solid #917C38;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .writer {
    color: #917C38;
    margin-bottom: 10px;
  }
  .maru-c {
    font-size: 12px;
  }
  footer {
    text-align: center;
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-line {
    border-top: 1px solid #917C38;
    width: 80%;
    margin-top: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_sp {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
  }
  .new_post_box li {
    margin-bottom: 20px;
    width: 100%;
  }
  .new_post_text {
    border-left: 1px solid #917C38;
    padding-left: 10px;
  }
  .new_post_title {
    margin-top: 7px;
    font-size: 18px;
    line-height: 20px;
  }
  .date2 {
    color: #917C38;
    margin-top: 10px;
  }
  .new_post_photo {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #B6B6B6;
  }
  .new_post_photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  .to_web {
    width: auto;
    height: 25px;
  }
  .n_p {
    width: 150px;
  }
  .new_post {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-top: 50px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .shiori_sp {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
  }
  .shiori {
    position: absolute;
    width: 50%;
    max-width: 300px;
    right: 0;
    bottom: -5px;
    left: 0;
    margin: auto;
  }
  .background {
    background-image: url(../img/watercolor-paper-texture-background-seamless-texture-tile-ready.jpg);
    background-size: cover;
    background-position: center 0%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
  .each {
    position: relative;
  }
  .book {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
  }
  .go-review-list {
    background-color: #917C38;
    color: #FFFFFF;
    font-size: 17px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 50px;
    letter-spacing: 0.2em;
  }
  .new p, .new_list p {
    border-top: 1px solid #917C38;
    padding-top: 10px;
  }
  .title {
    margin-top: 5px;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .new1_photo, .new2_photo {
    width: 100%;
    height: auto;
  }
  .date li {
    margin-right: 15px;
  }
  .date {
    display: flex;
    color: #917C38;
  }
  header .logo {
    margin-top: 60px;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  header {
    text-align: center;
  }
  .menu {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  .menu div {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .menu img {
    height: 22px;
  }
  article h1 {
    text-align: center;
    margin-top: 60px;
    font-size: 30px;
    color: #917C38;
    padding-bottom: 25px;
    font-weight: 200;
  }
  .line {
    border-bottom: 1px solid #917C38;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) {
  .text-area {
    margin-top: 0px;
  }
  .bottom50 {
    margin-bottom: 50px;
  }
  .calendar {
    margin-top: 0px;
  }
  .banner_pc {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
  }
  .date2 {
    margin-top: 0px;
  }
  .new_post_box li {
    display: flex;
  }
  .new_post_photo {
    width: 150px;
    height: 100px;
    background-color: #B6B6B6;
    margin-right: 20px;
  }
  .new_post_photo img {
    width: 150px;
    height: 100px;
    object-fit: cover;
  }
  .new, .new_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .text-area {
    width: 48%;
  }
  .text-area p {
    margin: 0;
  }
  .date {
    margin-top: 0px;
  }
  .new1_photo, .new2_photo {
    width: 48%;
  }
  .list4 .box {
    margin-top: 50px;
  }
}
@media all and (min-width: 960px) {
  .new_flex1 {
    width: 48%;
  }
  .new_flex {
    display: flex;
    justify-content: space-between;
  }
  .list4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list4 .box {
    width: 22%;
  }
  .new_list {
    display: block;
  }
  .list4 .new2_photo {
    width: 100%;
  }
  .date {
    margin-top: 10px;
  }
  .list4 .text-area {
    width: 100%;
  }
}