@charset "utf-8";
/* CSS Document */

.nav_header {
  position: absolute; /* 絶対位置決めの基準を設定 */
	 top: 10px; /* 上から10pxの位置に配置 */
    right: 10px; /* 右から10pxの位置に配置 */
}



.nav_list {
  list-style-type: none; /* リストマーカーの削除 */
  padding: 0;
  margin: 0;
  display: flex; /* メニュー項目を横並びに */
	justify-content: flex-end;
}

.nav_list li {
  margin: 0 15px;
	font-size:20px;
	 font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.nav_list a {
  display: block; /* リンクをブロック要素にして全体をクリック可能に */
  color: #000000; /* テキスト色を白に */
  text-decoration: none; /* デフォルトの下線を削除 */
  padding: 10px 15px; /* 内側の余白を設定 */
  transition: border-bottom 0.1s ease; /* 下線のアニメーションを設定 */
}

/* ホバー時に下線を表示 */
.nav_list a:hover {
  /* 白い下線を追加 */
	color: #ff0000;
}

.top {
    position: relative; /* 絶対位置決めの基準となる位置を設定 */
}

.top1{
    position: relative; /* このコンテナ内での位置決めを設定 */
}

.main-image {
    width: 100%; /* コンテナの幅に合わせて画像を表示 */
    height: auto; /* アスペクト比を維持 */
}

.logo {
    position: absolute; /* 絶対位置決めを使用してロゴを配置 */
    top: 10px; /* コンテナの上から10px */
    left: 10px; /* コンテナの左から10px */
	  width: 100px; /* ロゴの幅を設定（必要に応じて調整） */
    height: auto; /* アスペクト比を維持 */
}

p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	width: 500px;
}

.bunsyo{
	padding-left:720px;
	font-size: 20px;
	padding-top:50px;
	
}


.roten{
	text-align: center;
	padding-top:100px;
}

.setumei1{
	position:absolute;
	left:950px;
	top:1600px;
}


.setumei2{
	position:absolute;
	left:400px;
	top:2350px;
}

.setumei3{
	position:absolute;
	left:950px;
	top:3000px;
}

.setumei4{
	position:absolute;
	left:400px;
	top:3700px;
}

.kouka{
	text-align: center;
	padding-top:200px;
}

.ryoukin{
	text-align: center;
	padding-top:200px;
}

.map{
	position:absolute;
	right:50px;
    top:5500px;
}

.footer{
	padding-top:200px;
	position:relative;
}
