.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 2.5%;
}

.inner #top a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #6758da;
  background-color: #6758da;
  color: #FFF;
  font-size: 20px;
  height: 50px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.inner #top {
  margin: 0 auto;
}

.inner .box {
  border: 3px solid #6758da;
  padding: 20px 20px 0px;
}

.inner .box .archive {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #6758da80;
  background-color: #6758da;
  color: #FFF;
  font-size: 16px;
  height: 40px;
  text-align: center;
  margin: 20px 400px 20px 400px;
}

.inner .box dl {
  border-bottom: 2px solid #6758da;
  padding: 8px;
  position: relative;
}

.inner .box dl a .date {
  color: #000;
  font-size: 16px;
  width: 500px;
  top: 2px;
  position: relative;
  margin: 8px;
}

.inner .box dl a .title {
  font-size: 16px;
  width: 90%;
  margin-left: 10px;
  margin-bottom: 8px;
  margin-top: 20px;
}

.tag_image {
  width: 110px;
  height: 25px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.785;
}

.tag_1 {
  background-color: #D64612;
}

.title::after {
  /* 右端の矢印 */
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #666 #666 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 45%;
  right: 1%;
}

.access_canvas {
  width: 1000px;
  height: 500px;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .access_canvas {
    width: 100%;
    position: relative;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .access_canvas .map {
    width: 100% !important;

  }
}

.access_canvas .title {
  text-align: center;
  font-size: px;
}

.access_canvas .map {
  width: 857px;
  height: 350px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.access_canvas .map img {
  border: 1px solid purple;
  width: 100%;
}

.top_info_canvas {
  width: 700px;
  height: 300px;

  position: absolute;

  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -350px;

  border-bottom: 10px solid rgb(255, 255, 255);
  border-top: 10px solid rgb(255, 255, 255);

  border-radius: 5px;

  box-shadow: 0 0 20px rgb(0 0 0 / 30%);

  background-color: #ffffffa8;
}

.topinfo_mobile_innner {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: auto;
  margin-top: 40px;
}

.top_info_canvas_mobile {
  /*border: 5px solid #6758da;*/
}

.schedule_mobile {
  width: 95%;
  height: 101.49px;
  margin: auto;
  transform: scale(1.0);
}

.schedule_mobile img {
  width: 100%;
  height: 100%;
}

.telephone_mobile {
  width: 85%;
  height: 50px;
  background-color: #58da63;
  text-align: center;
  display: block;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  font-size: 18px;
  margin: 10px auto;
  line-height: 50px;
}

.telephone_mobile a {
  color: white;
}

.reserve_mobile {
  width: 85%;
  height: 50px;
  background-color: #58da63;
  color: white;
  text-align: center;
  display: block;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  font-size: 18px;
  margin: auto;
  line-height: 50px;
}

.schedule {
  width: 600px;
  height: 87px;
  margin: 15px auto 80px auto;
}

.unit {
  width: 600px;
  height: 130px;
  margin: 25px auto;
  display: block;
  justify-content: space-around;
}

.unit_mobile {
  width: 100%;
  height: 130px;
  margin: 0;
  display: block;
  justify-content: space-around;
}

.unit .telephone {
  width: 400px;
  height: -50px;
  background-color: #58da63;
  color: white;
  text-align: center;
  display: block;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  font-size: 18px;
  margin: 0 auto;
  line-height: 50px;
}

.unit .reserve {
  width: 400px;
  height: 50px;
  background-color: #6758da;
  color: white;
  text-align: center;
  display: block;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  font-size: 18px;
  margin: 5px auto 0px auto;
  line-height: 50px;
}

.scaled {
  transform: scale(1.0);
  /* Equal to scaleX(0.7) scaleY(0.7) */
}

/* アクセスセクション全体 */
.access_section {
  padding: 20px;
  background-color: #f9f9f9;
  /* 背景色を設定 */
  text-align: center;
  /* 全体を中央揃え */
  border-radius: 10px;
  /* 角を丸くする */
  margin: 20px 0;
  /* 上下の余白 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* 軽い影を追加 */
}

/* タイトル部分 */
.access_section_title {
  font-family: 'Poppins', sans-serif;
  /* おしゃれなフォント */
  font-weight: 300;
  /* 細字 */
  font-size: 2rem;
  /* タイトルサイズ */
  color: #333;
  /* 文字色 */
  margin-bottom: 20px;
  /* 下部余白 */
}

/* マップ部分 */
.access_map img {
  max-width: 100%;
  /* 画像をコンテナの幅に合わせる */
  height: auto;
  /* アスペクト比を保持 */
  border-radius: 10px;
  /* 画像の角を丸くする */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* 軽い影を追加 */
}

/* モバイル対応 */
@media (max-width: 768px) {
  .access_section_title {
    font-size: 1.5rem;
    /* タイトルサイズを小さく */
  }

  .access_map img {
    max-width: 100%;
    /* モバイルでも画像をフィットさせる */
  }
}

p.service_desc {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  /* おしゃれで読みやすいフォント */
  color: #333;
  /* ダークグレーで見やすく */
  line-height: 1.8;
  /* 行間を広めにして読みやすく */
  text-align: center;
  /* センター配置 */
  padding: 10px 15px;
  /* 内側の余白 */
  background: rgba(255, 255, 255, 0.9);
  /* 半透明の背景 */
  border-radius: 10px;
  /* 角を丸く */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* ソフトな影をつける */
  max-width: 90%;
  /* 幅を調整 */
  margin: 10px auto;
  /* 上下余白を統一 */
}


/* ロゴ */
#header_logo {
  position: absolute;
  left: 37px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header_logo .logo {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
  display: block;
}

#header_logo .logo a {}

#header_logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

#header_logo img:hover {
  opacity: 0.5;
}

#header_logo .pc_logo_image.type1 {
  display: none;
}

#header_logo .pc_logo_image.type2 {
  display: block;
}

#original_header {
  width: 100%;
  height: 100px;
  /* 一貫した高さ */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 0;
  /* 余計な余白の排除 */
}

#header_logo_wrap {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  /* 親要素の高さに揃える */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  /* Flexboxの隙間対策 */
  margin: 0;
  /* 不要な余白の排除 */
  padding: 0;
  /* 不要な余白の排除 */
}

#header_logo_image01 {
  height: 100px;
  /* `#original_header` と同じ高さに統一 */
  width: auto;
  max-width: 600px;
  /* モバイル用の最大幅 */
  margin: 0;
  /* 余計な余白の排除 */
  display: block;
  /* 画像の下の空白防止 */
}

/* タブレット用のサイズ調整 */
@media (max-width: 1024px) {
  #original_header {
    height: 80px;
  }

  #header_logo_image01 {
    height: 80px;
  }
}

@media (max-width: 768px) {
  #original_header {
    height: auto;
    padding: 10px 0;
    /* 必要なら調整 */
  }

  #header_logo_image01 {
    height: auto;
    width: 100%;
    max-width: 600px;
    margin-left: 30px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
/* 似たフォントを保険で */

.font-yu-gothic-light {
  font-family:
    "YuGothic-Light",
    /* macOS Safari で適用 */
    "游ゴシック Light",
    "Yu Gothic Light",
    "-apple-system",
    /* macOSのデフォルトフォント */
    "BlinkMacSystemFont",
    "游ゴシック",
    "Yu Gothic",
    "Yu Gothic Medium",
    "游ゴシック Medium",
    "YuGothic",
    sans-serif;
  font-weight: 300;
  /* Lightフォントが適用されるようにする */
  font-size: 24px;
  /* 文字サイズ（適宜調整） */
  text-align: center;
  /* 中央揃え */
  margin-bottom: 15px;
  /* 下に余白を追加 */
  color: #333;
  /* ダークグレーで視認性を向上 */
}

.section-title {
  font-size: 26px;
  /* 日本語タイトルのサイズ */
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 20px;
  /* 英語表記との間隔 */
}

.sub-title {
  font-size: 14px;
  /* 英語表記のサイズを小さめに */
  font-weight: 300;
  /* 軽めのフォントでおしゃれに */
  text-align: center;
  /* 中央揃え */
  display: block;
  /* インライン要素をブロック要素に */
  width: 100%;
  /* 幅を100%にして中央揃え */
  color: #666;
  /* 少し薄めの色で控えめに */
  font-family: "Noto Sans", "Yu Gothic", sans-serif;
  /* モダンなフォント */
  letter-spacing: 1px;
  /* 文字の間隔を少し広げる */
  margin: 0 auto 10px auto;
  /* 上下の余白を調整 */
}

.banner-ad {
  display: flex;
  flex-wrap: wrap;
  /* モバイル時は折り返し */
  justify-content: center;
  gap: 20px;
  width: 100%;
  /* margin: 40px auto; */
  text-align: center;
}

.banner-ad img {
  max-width: 100%;
  /* モバイルでは画面幅にフィット */
  height: auto;
  /* アスペクト比を維持 */
  border-radius: 8px;
  /* 角を丸く */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}