/* 個別スタイル（共通は ../common/css/common.css） */

/* section01 予約ボタンリンク */
.top-cta{position:relative;line-height:0;}
.top-cta-links{
  position:absolute;left:0;right:0;
  top:54%;bottom:5%;
  display:flex;gap:1.2%;padding:0 1.5%;
}
.top-cta-link{flex:1;display:block;}

/* PC背景画像 */
@media (min-width:769px){
  body{
    background-image:url('../img/female/Background.webp'),url('../img/female/Background.jpg');
    background-size:cover;
    background-position:center top;
    background-attachment:fixed;
    background-repeat:no-repeat;
  }
  .accordion-wrap{background:#f5f5f5;}
  .accordion-btn{background:#f5f5f5;color:#05396b;}
}
