@charset "shift_jis";
/* CSS Document */

body, h1, h2, h3, h4, ul, li, p, form {
  font-size: 100%;
  line-height: 1.2;
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #000;
  font-size: 12px;
  background-position: center top;
  color: #FFF;
}
a img {
  border: 0px;
}
a:link, a:visited {
  color: #FFF;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  color: #F00;
}
.c_both {
  clear: both;
  *font-size: 1%;
  *line-height: 1%;
  *height: 1%;
  *width: 1%;
}

#container {
  width: 100%;
  background-color: #000;
  background-image: url(../img/index/index_bg.jpg);
  background-repeat: repeat-x;
}
#flash {
  width: 1200px;
  height: 820px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  /* background-repeat: no-repeat;
  background-position: left 383px top 220px;
  background-image: url(../img/index/final_1.gif); */
}
#flash_bg{
  width: 1200px;
  height: 820px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#flash #flash_bg img {
  z-index: 9999;
}
video {
  height: 414px;
  width: 740px;
  padding-left: 340px;
  padding-top: 170px;
}

/* enterボタン */

#enter_container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#enter_left_wrapperr {
  float: left;
  height: 650px;
  width: 540px;
}
#enter_right_wrapperr {
  float: left;
  width: 640px;
  padding-top: 10px;
}
#enter_box {
  background-image: url(../img/index/enter_box.png);
  background-repeat: no-repeat;
  height: 150px;
  width: 660px;
  position: relative;
}
#over {
  background-image:url(../img/index/enter_bt.png);
  background-repeat:no-repeat;
  overflow: hidden;
  padding-top: 150px;
  display: block;
  height: 0px;
  width: 376px;
  position: absolute;
  right: 34px;
  top: 0px;
}
#over:hover {
  background-position: 0 -150px;
}
#under {
  overflow: hidden;
  padding-top: 50px;
  display: block;
  height: 0px;
  width: 132px;
  position: absolute;
  top: 84px;
  right: 472px;
}

#cityheaven {
  border: 1px solid;
  box-sizing: border-box;
  color: darkgray;
  display: grid;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 auto 1.2em auto;
  padding: 1em 0;
  place-items: center;
  text-decoration: none;
  transform: translateX(125px);
  white-space: nowrap;
  width: 350px;
}
#cityheaven p {
	line-height: normal;
}
#cityheaven span {
	font-size: 1.3em;
}
#cityheaven:hover,
#cityheaven:active {
	color: gray;
}

/* 説明文 */

#main {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  text-align: center;
}

/* link */

.link_box {
  padding-top: 40px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.link_box div {
  text-align:center;
  float:left;
  width:88px;
  overflow: hidden;
  margin-right: 10px;
}
.link_box div a img {
  height: 31px;
}
.link_box span {
  overflow: hidden;
  display:block;
  font-size:9px;
  margin:1px 0px;
  color: #FFFFFF;
  width: 88px;
  height: 12px;
}
#mobile {
  position: absolute;
  top: 10px;
  left: 5px;
  font-weight: normal;
}

/* blog */

#blog_box {
  text-align: left;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  width: 310px;
  height: 142px;
  margin-inline: auto;
  margin-top: 40px;
}
