@charset "UTF-8";


/*-----------------------------------------------------------------
		上書き
-----------------------------------------------------------------*/
body {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "PingFang SC", sans-serif;
}


/*-----------------------------------------------------------------
		アクセス
-----------------------------------------------------------------*/
@media screen and (max-width: 980px){
	.access-list-map-img img {
		width: 100%;
	}
}


/*-----------------------------------------------------------------
		カルーセルカレンダーの表示
-----------------------------------------------------------------*/
.disp-lang-zh {
  display: block;
}


/*-----------------------------------------------------------------
		トップ
-----------------------------------------------------------------*/
.l-pkup {
    background: url(../images/top/pickup_movie.jpg) no-repeat center;
    background-size: cover;
    height: auto;
}

.visual-inner .visual-lead {
  top: 100px;
}

@media screen and (max-width: 980px){
  .visual-inner .visual-lead {
    top: 50px;
  }
}
