@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    text-align: left;
    padding: 5vw 5%;
  }
  #single {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .single_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .single_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .single_date {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 0 !important;
  }
  .single_inner p {
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .wp-block-spacer {
    display: none;
  }
  .is-layout-flex {
    display: block !important;
  }
  .wp-block-gallery.wp-block-gallery-1 {
    gap: 0;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 100%;
    margin-top: 10vw;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .linkbtn_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .linkbtn_wrapper img {}
  .linkbtn_wrapper a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_wrapper a:hover {
    opacity: 0.3;
  }
  .linkbtn_wrapper a img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    text-align: left;
    padding: 5vw 5%;
  }
  #single {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .single_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .single_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .single_date {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 0 !important;
  }
  .single_inner p {
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .wp-block-spacer {
    display: none;
  }
  .is-layout-flex {
    display: block !important;
  }
  .wp-block-gallery.wp-block-gallery-1 {
    gap: 0;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 100%;
    margin-top: 10vw;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .linkbtn_wrapper {
    width: 46%;
    margin: 10vw auto 0;
  }
  .linkbtn_wrapper img {}
  .linkbtn_wrapper a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_wrapper a:hover {
    opacity: 0.3;
  }
  .linkbtn_wrapper a img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    padding: 2.5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 10vw;
  }
  .ttl_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 2.5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 2.5vw 0;
  }
  #single {
    width: 100%;
    margin: 5vw 0 10vw;
  }
  .single_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 40px;
    margin: 0 auto;
  }
  .single_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .single_date {
    text-align: right;
    margin-top: 0 !important;
  }
  .single_inner p {
    line-height: 1.6em;
    margin-top: 2.5vw;
  }
  .wp-block-spacer {
    display: none;
  }
  .is-layout-flex {
    display: block !important;
  }
  .wp-block-gallery.wp-block-gallery-1 {
    gap: 0;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 100%;
    margin-top: 5vw;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .linkbtn_wrapper {
    width: 26.7%;
    margin: 5vw auto 0;
  }
  .linkbtn_wrapper img {}
  .linkbtn_wrapper a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .linkbtn_wrapper a:hover {
    opacity: 0.3;
  }
  .linkbtn_wrapper a img {
    width: 100%;
    height: auto;
  }
}