@charset "utf-8";

/* =========================================================
   acoustic.css
   音響ページ / BiND依存なし版
   PC固定版
   ========================================================= */


/* -------------------------
   基本設定
------------------------- */

*{
  box-sizing: border-box;
}

html,
body{
  min-width: 1000px;
  margin: 0;
  padding: 0;
}

body{
  color: #5f5350;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  overflow-x: auto;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a{
  color: #6b2b23;
  text-decoration: none;
}

a:hover{
  color: #9b5a5a;
  text-decoration: underline;
}

.site-bg{
  min-width: 1000px;
  background: #fff;
}


/* -------------------------
   上部キャッチコピー
------------------------- */

.site-header{
  min-width: 1000px;
  padding: 18px 0 20px;
  background: #fff;
}

.site-header p{
  width: 1000px;
  margin: 0 auto;
  color: #645654;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: -0.03em;
  text-align: center;
}

.site-header p strong{
  color: inherit;
  font-weight: inherit;
}


/* -------------------------
   下層ページ用ヘッダー
------------------------- */

.lower-header{
  min-width: 1000px;
  background: #ede2d9;
}

.lower-header-inner{
  display: flex;
  align-items: center;
  width: 1000px;
  min-height: 132px;
  margin: 0 auto;
}

.lower-logo{
  width: 230px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.lower-logo img{
  width: 155px;
  height: auto;
}


/* -------------------------
   下層ページ用グローバルメニュー
   4個×2段
------------------------- */

.global-nav{
  width: 770px;
}

.global-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 770px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav li{
  width: 170px;
  margin: 4px 8px;
  padding: 0;
  text-align: center;
}

.global-nav a{
  display: inline-block;
  position: relative;
  padding: 6px 4px;
  color: #222;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.global-nav a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.global-nav a:hover,
.global-nav a:focus{
  color: #6b2b23;
  text-decoration: none;
}

.global-nav a:hover::after,
.global-nav a:focus::after{
  width: 100%;
}

.global-nav .current a{
  color: #6b2b23;
}

.global-nav .current a::after{
  display: none;
}


/* -------------------------
   ヘッダーロゴ hover
------------------------- */

.lower-logo a{
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  line-height: 0;
  text-decoration: none;
}

.lower-logo a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.lower-logo a:hover,
.lower-logo a:focus{
  outline: none;
  text-decoration: none;
}

.lower-logo a:hover::after,
.lower-logo a:focus::after{
  width: 68%;
}


/* -------------------------
   メイン
------------------------- */

.site-main{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 78px;
}


/* =========================================================
   音響ページ
   ========================================================= */

.acoustic-hero{
  width: 1000px;
  margin: 0 auto 52px;
  text-align: center;
}

.page-logo{
  margin: 0 0 10px;
}

.page-logo img{
  width: 386px;
  height: auto;
}

/* 披露宴 1.5次会 2次会 */
.page-subtitle{
  display: inline-block;
  margin: 0 0 24px;
  padding: 0 0 7px;
  color: #6b5b57;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d8cbc4;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.page-subtitle::after{
  display: none;
}

.hero-photo{
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.hero-photo img{
  width: 1000px;
  height: auto;
}

/* 写真左下にだけ、文字を読みやすくする薄い影を入れる */
.hero-photo::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 48%;
  height: 42%;
  background: linear-gradient(
    90deg,
    rgba(45,34,30,0.52) 0%,
    rgba(45,34,30,0.28) 48%,
    rgba(45,34,30,0) 100%
  );
  pointer-events: none;
}

/* メイン写真上の Bridal 音響 */
.hero-copy{
  position: absolute;
  left: 58px;
  bottom: 84px;
  z-index: 2;
  padding: 0;
  color: #fffaf3;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  text-align: left;
}

.hero-copy p{
  margin: 0;
  color: #fffaf3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

.hero-copy span{
  color: #fffaf3;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}


/* =========================================================
   POLICY
   ========================================================= */

.policy-section{
  width: 900px;
  margin: 0 auto 58px;
}

.policy-section h2{
  width: 310px;
  margin: 0 auto 28px;
  padding: 12px 20px;
  color: #fff;
  background: #d1c5bb;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-align: center;
}

.policy-card{
  padding: 34px 42px;
  color: #4f4643;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
}

.policy-card p{
  margin: 0;
  font-size: 16px;
  line-height: 2.1;
}


/* =========================================================
   スタッフ
   ========================================================= */

.staff-section{
  width: 1000px;
  margin: 0 auto 56px;
}

.staff-section h2{
  margin: 0 0 34px;
  color: #4d403d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.staff-grid{
  display: flex;
  justify-content: center;
  width: 1000px;
}

.staff-card{
  width: 220px;
  margin: 0 12px;
  padding: 22px 15px 24px;
  color: #4f4643;
  background: #fffaf3;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
  text-align: center;
}

.staff-photo{
  margin: 0 0 14px;
}

.staff-photo img{
  width: 190px;
  height: 285px;
  object-fit: cover;
  border-radius: 10px;
}

.staff-name{
  margin: 0;
  color: #4d403d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.staff-kana{
  margin: 2px 0 0;
  color: #6b5b57;
  font-size: 13px;
  line-height: 1.5;
}


/* =========================================================
   リンクボタン
   ========================================================= */

.link-section{
  display: flex;
  justify-content: center;
  width: 900px;
  margin: 0 auto 72px;
  gap: 80px;
}

.link-section p{
  margin: 0;
}

.link-section a{
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
}

.link-section a:hover,
.link-section a:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 5px;
}


/* =========================================================
   フッター
   ========================================================= */

.site-footer{
  min-width: 1000px;
  background: #6b5b57;
}

.footer-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 35px;
  color: #e1d5cf;
}

.footer-main{
  display: flex;
  align-items: flex-start;
}

.footer-company{
  width: 360px;
  margin-right: 42px;
}

.footer-menu{
  width: 220px;
  margin-right: 38px;
}

.footer-links{
  width: 340px;
  text-align: right;
}

.footer-company p,
.footer-menu p,
.footer-links p{
  margin: 0;
  color: #e1d5cf;
  font-size: 13px;
  line-height: 1.85;
}

.footer-company strong{
  color: #e1d5cf;
  font-weight: 700;
}

.site-footer a{
  color: #e1d5cf;
  text-decoration: none;
}

.site-footer a:hover{
  color: #fff;
  text-decoration: underline;
}

.facebook-link{
  margin-bottom: 14px !important;
}

.facebook-link img{
  width: 50px;
  height: auto;
}

.company-link img{
  width: 337px;
  height: auto;
}

.footer-bottom{
  margin-top: -90px;
  padding-top: 0;
  text-align: center;
}

.footer-logo{
  margin: 0;
}

.footer-logo img{
  width: 210px;
  height: auto;
}

.copyright{
  margin: 8px 0 0;
  color: #e1d5cf;
  font-size: 12px;
}


/* -------------------------
   フッター画像リンクのみホバー枠
   ※フッターテキストリンクは元のまま
------------------------- */

.footer-links a,
.footer-logo a{
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-logo a:hover,
.footer-logo a:focus{
  outline: 2px solid rgba(225,213,207,.45);
  outline-offset: 5px;
}
