@charset "utf-8";

/* =========================================================
   ceremony.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: 46px 0 78px;
}


/* =========================================================
   Ceremonyページ
   ========================================================= */

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

.main-title{
  margin: 0 0 18px;
}

.main-title img{
  width: 1000px;
  height: auto;
}

.sub-nav{
  width: 650px;
  margin: 0 auto 38px;
}

.sub-nav ul{
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav li{
  margin: 0 7px;
}

.sub-nav a{
  display: block;
  min-width: 160px;
  padding: 10px 18px;
  color: #5f5350;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

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

.sub-nav .current a{
  color: #fff;
  background: #8a4a3d;
  border-color: #8a4a3d;
}

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

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

.page-subtitle{
  display: inline-block;
  margin: 0 0 18px;
  padding: 0 0 7px;
  color: #6b5b57;
  background: transparent;
  border-bottom: 1px solid #d8cbc4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.lead-copy{
  margin: 0 0 28px;
  color: #4d403d;
  font-size: 15.5px;
  line-height: 1.9;
  text-align: center;
}

.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: 52%;
  height: 44%;
  background: linear-gradient(
    90deg,
    rgba(45,34,30,0.50) 0%,
    rgba(45,34,30,0.28) 50%,
    rgba(45,34,30,0) 100%
  );
  pointer-events: none;
}

.hero-copy{
  position: absolute;
  left: 58px;
  bottom: 82px;
  z-index: 2;
  color: #fffaf3;
  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: 48px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}


/* =========================================================
   式典の司会
   ========================================================= */

.ceremony-section{
  width: 900px;
  margin: 0 auto 72px;
}

.ceremony-card{
  padding: 40px 48px 42px;
  color: #4f4643;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.ceremony-card h2{
  width: 310px;
  margin: 0 auto 30px;
  padding: 12px 20px;
  color: #fff;
  background: #c9b7ac;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.ceremony-card p{
  width: 720px;
  margin: 0 auto 16px;
  color: #4f4643;
  font-size: 16px;
  line-height: 2.05;
}

.ceremony-card p:last-child{
  margin-bottom: 0;
}

.service-link-grid{
  display: flex;
  justify-content: center;
  width: 900px;
  margin: 32px auto 0;
  gap: 34px;
}

.service-link{
  margin: 0;
  text-align: center;
}

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

.service-link a:hover,
.service-link 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;
}
