
#p_contents {
width: 1000px;
}


.menu_title {
    width: 1000px;
	margin:  0 auto;
    height: 200px;
    background: url("../access/images/genkan.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
div.menu_title h2 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    padding-top: 70px;
    color: #fff;
    text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

/* アクセスページのスタイル */
.access {
  max-width: 1000px;
  margin: 40px auto 60px;
  padding: 20px 15px;
}

.access h3 {
  color: #6d2e46;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.access h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #6d2e46;
}

/* 2カラムレイアウト */
.two-column-layout {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
}

.info-column {
  flex: 0 0 60%;
}

.map-column {
  flex: 0 0 40%;
}

.access ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.access ul li {
  margin-bottom: 8px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 8px;
}

.access li:last-child {
  border-bottom: none;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 英語テキスト */
.en-text {
  color: #666;
  font-size: 0.9em;
  margin-top: 10px;
  
  display: inline-block; line-height: 1.3;
}

.access dl {
  display: flex;
  flex-wrap: wrap;
}

.access dt {
  width: 120px;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.3;
}

.access dt .en-text {
	margin: 0;
	font-weight: normal;
}

.access dd {
  width: calc(100% - 120px);
  padding: 5px 0;
  line-height: 1.3;
}

.access dd a {
	text-decoration: underline;
}

.hourtable {
	text-align: left;
}
.hourtable th {
	padding-right: 3px;
}
.hourtable td.er8{
	padding-right: 8px;
}

.fs12 {
  font-size: 12px;
  color: #666;
}



/* お知らせボックス */
.notice-box {
  background-color: #f9f5f0;
  border: 1px solid #eee;
  padding: 15px 20px;
  margin: 20px 0 30px;
  border-radius: 5px;
}

.notice-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #6d2e46;
  font-size: 14px;
}

/* 地図コンテナ */
.map-container {
  border: 1px solid #eee;
  padding: 0;
  border-radius: 5px;
  height: 100%;
}

.map-title {
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.map-links {
  text-align: right;
  margin-top: 10px;
}

.print a {
  color: #6d2e46;
  text-decoration: none;
}

.print a:hover {
  text-decoration: underline;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }
  
  .info-column, .map-column {
    flex: 0 0 100%;
  }
  
  .access dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .access dd {
    width: 100%;
    padding-top: 0;
  }
  
  .map-container {
    margin-bottom: 20px;
  }
}