/** Shopify CDN: Minification failed

Line 87:0 Unexpected "/"

**/
.page-title {
  margin-top: 2rem;
}


.main-page-title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  text-align: center;
}
.hidden-title {
  display:none; 
  }
.img-text-block {
  display: block !important; /* ←最重要：flexを確実に無効化 */
  width: 100%;
  margin-bottom:8rem;
}

.img-text-block img {
  width: 100% !important;
  display: block;
}

.img-text-block .text-area {
  width: 100%;
  display: block;
}

.img-text-block .text-area h2 {
  text-align: center;
  margin: 2rem 0 1rem;
  font-size:1.6rem;
}
.img-text-block .text-area p{
    font-size: 1.4rem;
}
.img-text-block .text-area .see-more {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}

@media screen and (min-width: 750px) {

  .img-text-block {
    display: flex !important;   /* ←ここだけ有効にする */
    justify-content: center;
    align-items: center;
  }

  .img-text-block img {
    width: 40% !important;
  }

  .img-text-block .text-area {
    width: 40%;
    display: block !important;  /* ← h2/p/a を縦並びに強制 */
  }


  .img-text-block .text-area h2 {
    text-align: center;
    margin: 0 ;
    margin-bottom: 1.4rem;
  }
  .img-text-block .text-area p{
    width:80%;
    margin: 0 auto;
  }
  .img-text-block .text-area a{
    width:90%;
  }
  
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

/.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
