@charset "utf-8";

/* ==============================

1. Common
2. Header
3. Button
4. Footer
5. Section
    5-0. Section00
    5-1. Section01
    5-2. Section02
============================== */


/* ====================

    1. Common

==================== */


/* 基本設定 */
body {
  margin: 25px;
  background-color: #e3d3c0;
  font-family: "HiraMinProN-W3", "heisei-maru-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-size: cover;
  background-position: center;
  color: #272727;
}

/* 見出し */
.title h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* レイアウト全体 */
.wrap {
  background-color: #fff;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 1px 0 5px #ccc;
  overflow: hidden;
  word-wrap: break-word;
}

/* セクション全体 */
section {
  text-align: center;
}

/* コンテンツ */
.content-wrap {
  margin: 20px;
}

/* 段落 */
p {
  font-size: 20px;
  line-height: 1.6;
}

/* 最終文 */
.last {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}

/* 画像 */
img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
.access-section {
  margin: 40px auto;
  text-align: center;
  padding: 20px;
}

.access-section h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #444;
}

.access-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.map-wrap {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* リスト */
li {
  list-style: none;
}

h1, h2, h3, p, ul {
  margin: 0 auto;
}

ul {
  padding: 0;
}

/* リンクブロック */
.link-section {
  margin-bottom: 30px;
  text-align: center;
}

.link-label {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #737373;
}

.link-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #6c757d;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  margin: 8px;
}

/* 中央寄せ用 */
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

/* --- スマホ用のメディアクエリ --- */
@media screen and (max-width: 768px) {
  .title h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .wrap {
    padding: 15px;
  }

  p {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .last {
    font-size: 1rem;
    padding: 10px;
  }

  .link-label {
    font-size: 1.5rem;
  }

  .link-button {
    font-size: 1rem;
    padding: 10px 18px;
  }

  img {
    width: 90%;
  }
}
