/* ===================================================
   css/style.css（20260622koukai 個別スタイル）
   共通スタイルは common/css/common.css に記述済み
   =================================================== */

/* PC背景画像 + 右寄せレイアウト（koukai固有） */
@media (min-width:769px){
  body{
    background-image:url('../img/Background.webp'),url('../img/Background.jpg');
    background-size:cover;
    background-position:center top;
    background-attachment:fixed;
    background-repeat:no-repeat;
  }
  main,
  body > .fv-slider{
    width:590px;max-width:590px;
    margin-left:auto;margin-right:80px;background:transparent;
  }
  .header,.footer{
    left:auto;right:80px;transform:none;width:590px;max-width:590px;
  }
  main .sns-footer,
  main .map-section,
  main .accordion-wrap{
    width:590px;max-width:590px;
    margin-left:auto;margin-right:80px;
  }
  .fv-reserve{
    display:block;left:auto;right:25%;bottom:29%;transform:none;font-size:16px;
  }
}
