/*
Theme Name: Elgolf
Description: オリジナルテーマ
Author: ne ne
Version: 1.0
*/
/* ------------------------------
  ベース設定
------------------------------ */

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}

body {
  color: #333; /* RGB */
  font-family: "fot-tsukuardgothic-std", "sans-serif";
  font-weight: 400;
font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  background-color: #ede7cc;
  margin: auto
}
/* ローディング中のスタイル */
.wf-loading #font {
	opacity: 0;
	transform: translateY(20px);
}

/* フォント読み込み完了後のスタイル */
.wf-active #font {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive #font {
	opacity: 1;
}

/* ページ全体の最大幅（中央寄せ） */
body > section{
   width: 100%;
  height: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
/* aリンク */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* 英語サブタイトル */
.en {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #c6441f;
}

/* セクションタイトル共通 */
section > h2 {
  padding-top: 60px;
  width: 100%;
  color: #c6441f;
  text-align: center;
  font-size: 3.0rem;
  line-height: 3.0rem;
}

/* ------------------------------
  HEADER
------------------------------ */
.site-header {
  height: 70px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header-logo {
  margin-left: 200px;
}
.logo img {
  height: 40px;
}

/* ナビゲーション */
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin-right: 200px
}

.main-nav li {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #c6441f;
  font-weight: 800
}

.main-nav a {
  position: relative;
  padding-bottom: 4px;
}

.contact-minibtn {
  left: 0;
  width: 200px;
  height: 50px;
  color: #fdfefb;
  background-color: #249a63;
  border: 1.5px solid #fdfefb;

}
.contact-minibtn a {
  color: #fdfefb;
  width: 200px
}
/* ------------------------------
  NEWSセクション
------------------------------ */
.news-section .news-list {
  margin-top: 10px;
}

.news-item {
  display:flex;
  flex-direction: column;
  padding: 14px 0;
  border-bottom: 1px solid #bebfc0;
  font-size: 0.95rem;
}

.news-date {
  width: 140px;
  white-space: nowrap;
  color: #555;
}

.news-text {
  text-align: left;
}

/* 「詳しく見る」ボタン */
.more-btn {
  margin-top: 24px;
  text-align: right;
}

.more-btn a {
  display: inline-block;
  padding: 8px 20px;
  background-color: #249a63;
  border: 1.5px solid #fdfefb;
  color: #fdfefb;
  font-size: 0.9rem;
}

/* ------------------------------
  BRANDセクション
------------------------------ */
.brand-section {
  background-color: #ffffff;
  padding-bottom: 60px
}

.brand-logos {
  margin: 0 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5列 × 2段 */
  gap: 16px;
  justify-items: center;
  align-items: center;
}

.brand-logos img {
  max-width: 100%;
  height: auto;
  display: block;
  /* ロゴが小さすぎる時に少し見栄えを揃える */
  max-height: 60px;
}

/* ------------------------------
  SERVICEセクション
------------------------------ */
.service-section {
}

.service-list {
  margin: 25px 10vw 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  padding: 0
}
.service-ditail {
  height: 250px;
}
.contact-midlebtn {
  margin-top: 25px;
  font-size: 2.4rem;
  color: #0d844c;
  font-weight: 600;
}

/* ------------------------------
  STOREセクション
------------------------------ */
.store-section {
}

.store-info {
  margin-top: 16px;
  list-style: none;
}

.store-info p {
  margin: 10px 0;
  font-size: 1.8rem;
  text-align:left;
  
}

.store-info strong {
  display: inline-block;
  font-size: 1.6rem;
  min-width: 80px;
  text-align:left;
  margin-left: -20px;
  line-height: 3.0rem
}
.store-bar {
  width: 400px;
  border: none;
    border-bottom: 1px solid #bebfc0;
    margin: 0;
  margin-left: -20px;
  
}
/* お問い合わせボタン */
.contact-btn {
  margin: 70px auto 0;
  width: 800px;
  height: 100px;
  background-color:#249a63;
  border: 5px solid #fdfefb;
  display: flex;
  position: relative
}
.contact-btn_triangle {
  position: absolute;
  top: 25%;
  left: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fdfefb;
  text-align: center;
  line-height: 50px;
  font-size: 3.0rem;
  color: #ede7cc;
  
}
.contact-btn p {
  position: absolute;
  width: 100%;
  top: 25%;
  color: #ede7cc;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin: auto
}
.contact-btn span {
  font-size: 2.4rem;
}
/* ------------------------------
  FOOTER
------------------------------ */
.site-footer {
  background-color:#249a63;
  position: relative;
  height: 200px
}

.footer-menu ul {
  list-style: none;
  position: absolute;
  right: 340px;
  line-height: 2.4rem;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: left
}
.footer-logo {
  position: absolute;
  top: 20px;
  left: 200px
}
.footer-info {
  position: absolute;
  left: 200px;
  top: 80px
}
.footer-info h4{
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 7px;
  text-align: left
}
.footer-info p{
  font-size: 1.4rem;
  margin: auto;
  text-align: left;
  line-height: 2.0rem;
  font-weight: 800
}

/* ページトップ矢印 */
.page-top {
  position: absolute;
  right: 250px;
  bottom: 20px;
}

.page-top a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #333;
  text-align: center;
  line-height: 35px;
  font-size: 1.6rem;
}

/* ------------------------------
  レスポンシブ対応
------------------------------ */

