@charset "utf-8";

/* =========================================================
   contact.css
   お問い合わせページ / BiND依存なし版
   GRAND MC redesign
   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-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: 48px 0 76px;
}


/* =========================================================
   お問い合わせ導入
   ========================================================= */

.contact-intro{
  width: 1000px;
  margin: 0 auto 42px;
}

.contact-intro-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 38px 48px 42px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
  text-align: center;
}

.contact-title{
  margin: 0 0 8px;
}

.contact-title img{
  width: 234px;
  height: auto;
}

.contact-title-ja{
  margin: 0 0 22px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.contact-lead{
  margin: 0 auto 30px;
  color: #6b5b57;
  font-size: 15px;
  line-height: 1.9;
}

.contact-tel-box{
  width: 460px;
  margin: 0 auto;
  padding: 26px 32px 28px;
  background: #fff;
  border: 1px solid #eadfd7;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(91,74,62,0.08);
}

.tel-label{
  margin: 0 0 4px;
  color: #9a7f76;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tel-number{
  margin: 0 0 10px;
  color: #4d403d;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.tel-company{
  margin: 0 0 8px;
  color: #4d403d;
  font-size: 15px;
  font-weight: 700;
}

.tel-info{
  margin: 0;
  color: #5f5350;
  font-size: 14px;
  line-height: 1.8;
}


/* =========================================================
   お問い合わせフォーム
   ========================================================= */

.contact-form-section{
  width: 820px;
  margin: 0 auto 70px;
  padding: 42px 48px 46px;
  color: #4f4643;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.contact-form-section h2{
  margin: 0 0 14px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.contact-form-section > p{
  margin: 0 0 30px;
  color: #6b5b57;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}

.form-card{
  width: 660px;
  margin: 0 auto;
  padding: 36px 34px;
  background: #fff;
  border: 1px solid #eadfd7;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(91,74,62,0.08);
}

.form-group{
  margin-bottom: 28px;
}

.form-label{
  display: block;
  margin-bottom: 10px;
  color: #4d403d;
  font-size: 14px;
  font-weight: 700;
}

.required{
  margin-left: 4px;
  color: #b63b32;
  font-size: 12px;
}

.name-row{
  display: flex;
  justify-content: space-between;
}

.name-row > div{
  width: 49%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  width: 100%;
  padding: 11px 14px;
  color: #222;
  background: #fffaf8;
  border: 1px solid #ddd1ca;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
}

.email-confirm{
  margin-top: 8px;
}

input:focus,
textarea:focus{
  outline: none;
  border-color: #9b5a5a;
  background: #fff;
}

input::placeholder,
textarea::placeholder{
  color: #bbb;
}

input.is-error,
textarea.is-error{
  border-color: #c0392b;
  background: #fff8f8;
}

.error-msg{
  display: none;
  margin-top: 5px;
  color: #c0392b;
  font-size: 12px;
}

.error-msg.show{
  display: block;
}

textarea{
  height: 140px;
  line-height: 1.6;
  resize: vertical;
}

.submit-btn{
  display: block;
  width: 100%;
  margin-top: 36px;
  padding: 16px;
  color: #fff;
  background: #9b5a5a;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  cursor: pointer;
}

.submit-btn:hover,
.submit-btn:focus{
  background: #854545;
}

.submit-btn:active{
  background: #753a3a;
}

.submit-btn:disabled{
  background: #ccc;
  cursor: not-allowed;
}

.note{
  margin-top: 16px;
  color: #999;
  font-size: 12px;
  text-align: center;
}

.recaptcha-note{
  margin-top: 12px;
  color: #999;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.recaptcha-note a{
  color: #999;
  text-decoration: underline;
}


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

.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;
}
