@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	
	font-size: 75%;
	line-height: 2;
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

* {
      margin: 0;
      padding: 0;
}
h2 {
      margin: 0 0 10px;
      font-size: 100%;
      line-height: 1.5;
}
p.update {
	margin: -2.25em 0 10px;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #ffffff;
}
a:hover{
	color : #ff7043;
  }

/* テキストカラーと背景色が左から変化するアニメーション */
.text {
	position: relative;
	padding: 0 10px; /* 見た目調整用の余白 */
	color: #ffee00;
	background-color: #ffffff00;
  }
  
  .text::before {
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	content: "";
	background-color: #fff;
	mix-blend-mode: difference; /* difference（差分） */
	transition: 0.3s;
  }
  
  .text:hover::before {
	width: 100%;
  }


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 910px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（HP上部ブロック）
---------------------------------------------------------------------------*/
#header {
    background-image: url(images/HPTop_Logo_2025.jpg); /*背景画像*/
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;  /*ブロックの高さ*/
    text-align: center;
}




/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 69px;

}

ul#menu li {
	float: left;
	margin-right: 4px;
}

ul#menu img {
	vertical-align: bottom;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 752px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0.5em;
}

#main .new dl {
	clear: left;
	width: 732px;
	border-bottom: 1px solid #333333;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 632px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	clear: left;
	width: 772px;		/*メインコンテンツ幅*/
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	border-top: 3px double #FFFFFF;		/*上の線の幅、線種、色*/
	border-bottom: 3px double #FFFFFF;	/*下の線の幅、線種、色*/
	background-image: url(images/title_bg1.jpg);	/*背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: right center;				/*背景画像を右側、上下中央に表示*/
	padding: 10px;	/*余白*/
	background-color: #191919;	/*背景色*/
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 772px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #FFFFFF;	/*枠線の幅と線種と色*/
}

/*テーブル内の右側*/
.ta1 td{
	width: 529px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #191919;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #FFF100;	/*背景色*/
	color: #000000;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #FFFFFF;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333333;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

#main h3{
color:#ddd95d;
}

#box_left {
float:left;
height:380px;
width:280px;
}
box_right {
float:right;
height:380px;
width:490px;
}

#box_right .equipment {
    height: 380px;
    margin-top: 0.5em;
    overflow: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 480px;
}

#box_right .equipment dl,
#box_right .equipment ul  {
	clear: right;
	width: 460px;
overflow: hidden;
}

#box_right .equipment dt {
	font-weight: bold;
	float: left;
	width: 150px;
	
}

#box_right .equipment dd {
	float: left;
	width: 310px;
	
}

#box_right .equipment li {
	border-bottom: 1px solid #333333;
}

#box_right .equipment li span {
	font-weight: bold;
}

.img-box{
	width: 100%;
	height: 46vw;
	overflow: hidden;
	position: relative;
  }
  .img-box>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46vw;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: fade;
	animation-duration: 32s;
	animation-iteration-count: infinite;
  }
  @keyframes fade {
	0%{
	  opacity: 0;
	}
	8%{
		opacity: 1;
	}
	25%{
		  opacity: 1;
	}
	38%{
	  opacity: 0;
	  transform: scale(1.2);
	}
	100%{
	  z-index: 0;
	  opacity: 0;
	}
  }
  /* 1枚目のスライド */
  .img-box>div:first-of-type{
	background-image: url("images/IMG_AA.jpg");
  }
  
  /* 2枚目のスライド */
  .img-box>div:nth-of-type(2){
	background-image: url("images/IMG_ABT1.jpg");
	animation-delay: 4s;
  }
  
  /* 3枚目のスライド */
  .img-box>div:nth-of-type(3){
	background-image: url("images/IMG_ABT2.jpg");
	animation-delay: 8s;
  }

  /* 4枚目のスライド */
  .img-box>div:nth-of-type(4){
	background-image: url("images/IMG_ABT3.jpg");
	animation-delay: 12s;
  }

  /* 5枚目のスライド */
  .img-box>div:nth-of-type(5){
	background-image: url("images/IMG_ABT4.jpg");
	animation-delay: 16s;
  }

  /* 6枚目のスライド */
  .img-box>div:nth-of-type(6){
	background-image: url("images/IMG_ABT5.jpg");
	animation-delay: 20s;
  }

  /* 7枚目のスライド */
  .img-box>div:nth-of-type(7){
	background-image: url("images/IMG_ABT6.jpg");
	animation-delay: 24s;
  }

  /* 8枚目のスライド */
  .img-box>div:last-of-type{
	background-image: url("images/IMG_AC.jpg");
	animation-delay: 28s;
  }
  
  