/* =================FV==================== */
.page-main {
  width: 100%;
  min-height:100vh;
  position: relative;
}

.page-main img {
   width:100%;
   min-height:100vh;
   object-fit:cover;
   position: relative;
   z-index: 1;
}

.page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%; /* 上から50%の位置 */
  left: 50%; /* 左から50%の位置 */
  transform: translate(-50%, -50%); /* 中央寄せの調整 */
  color: #633418;; /* 文字色 */
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  z-index: 2;
}

.page-title .page-en {
 font-size:56px;
 line-height:1.1;
}

.page-title .page-jp {
  font-size:20px;
}

.container {
  position: relative;
}



.g-decoration {
   position:absolute;
   inset:0;
   pointer-events:none;
   z-index: 0;
}

.g-decoration .g-left {
 position:absolute;
 top: -200px;
 left:-70px;

 width:400px;
 height:400px;

 background-image:url("../images/decoration/21.png");
 background-repeat:no-repeat;
 background-size:contain;
 background-position:center;
 z-index: 0;
}

.g-decoration .g-right{
 position:absolute;

 right:-50px;
 top: -30px;

 width:300px;
 height:300px;

 background-image:url("../images/decoration/23-2.png");
 background-repeat:no-repeat;
 background-size:contain;
 background-position:center;

 z-index: 0;
}


/* =====セクションタイトル====== */
.section-title {
 text-align: center;
 margin-top: 100px;
}

.section-title .en{
 display: block;
 font-size:46px;
 line-height:1.1;
 color: #633418;
}

.section-title .jp{
  display:block;
  font-size:24px;
  color: #633418;
}


/* ==========ギャラリー========== */
.p-gallery {
  position: relative;
  columns: 4;
  padding: 0 15px;
  margin: 0;
  z-index: 1;
  margin-bottom: 100px;
}

.p-gallery li {
  margin-bottom: 15px;
  list-style: none;
}

.p-gallery img {
  width: 100%;
  height: auto;
}


/* ===============================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　スマホ用のスタイル 
====================================================================================*/

/* 画面幅が767px以下のとき */
@media screen and (max-width: 767px) {

  /* ===========メインビジュアル========= */
  .page-main,
  .page-main img {
    max-width: 100%;
    min-height: auto;
  }

  .page-title .page-en {
    font-size: 42px;
  }

  .page-title .page-jp {
    font-size: 18px;
  }

  /* ==========プラン表========== */

  /* =====洋装===== */
  .g-decoration .g-left {
  position:absolute;
  top: -200px;
  left:-70px;

  width:300px;
  height:300px;

  background-image:url("../images/decoration/21.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  z-index: 0;
  }

  .g-decoration .g-right{
  position:absolute;

  right:-50px;
  top: 0px;

  width:200px;
  height:200px;

  background-image:url("../images/decoration/23-2.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;

  z-index: 0;
  }


    /* =====セクションタイトル===== */

  .section-title .en{
  font-size: 36px;
  }

  .section-title .jp{
    font-size: 16px;
  }

  /* ========= ギャラリー========== */
  .p-gallery {
    columns: 2;
  }

}



@media screen and (max-width: 440px) {

  /* 洋装 */
  .page-title .page-en {
    font-size: 28px;
  }

  .page-title .page-jp {
    font-size: 14px;
  }

  .g-decoration .g-left {
  position:absolute;
  top: -150px;
  left:-70px;

  width:200px;
  height:200px;

  background-image:url("../images/decoration/21.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  z-index: 0;
  }

  .g-decoration .g-right{
  position:absolute;

  right:-30px;
  top: -40px;

  width:100px;
  height:100px;

  background-image:url("../images/decoration/23-2.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;

  z-index: 0;
  }


  /* =====セクションタイトル====== */
.section-title {
 text-align: center;
 margin-top: 50px;
}


  .section-title .en{
 display: block;
 font-size:24px;
 line-height:1.1;
 color: #633418;
}

.section-title .jp{
  display:block;
  font-size:12px;
  color: #633418;
}

}













