#container{
	display:flex;
	margin: 0px auto;
	position: relative;
	min-width: 769px;	
}
/*トップ要素*/
#top{
	position: absolute;
	left: 10px;
	top: 5px;
	padding: 0px 0px;
}
#top img{
	width: auto;
	height: 20px;
}
#top_lang{
	padding: 0px 10px;
	position: absolute;
	right: 0;
	top: 5px;
}
#top_lang img{
	width: auto;
	height: 30px;
}
.contents, p{
	max-width: 1200px;
	width: 98%
}

p1{
	font-size: 18px;
	text-align: center;
}

#pv {
/*	width: 533px;	画像にあわせて適当な幅を指定 */
/*	height: 300px;	画像にあわせて適当な幅を指定 */
	width: 400px;
	height: 225px;
}

.right{
	width: 250px;   /* 画像にあわせて適当な幅を指定 */

}
.left{
	width: 250px;   /* 画像にあわせて適当な幅を指定 */
}

.news-radius{
	width: 680px;
	height: 200px;
}
.news-radius iframe {
	position: absolute;
	height: 200px;

	left: 50%;
	transform: translateX(-50%);
}
#twitterArea{
	display: inline-block;
	vertical-align: top;
	width: 60%;

}


.contents{
	font-size: 15px;
}

.data{
	width: 20%;   /* 画像にあわせて適当な幅を指定 */
	text-align: left;
	margin:0em 0.5em auto;
}

.des{
	width: 77%;   /* 画像にあわせて適当な幅を指定 */
	text-align: left;
	margin:0em 0.1em;
}

.return{
	padding: 25px 50px 0px;
}
/*項目画像位置*/
.pos{				/*親div*/
	position: relative;		/*相対配置*/
	top: 5px;
}

/*動画位置*/
.movie {						/*親div*/
	position: relative;		/*相対配置*/
	width: auto;
	height: 400px;
	top: 10px;
	margin: 0;
	padding: 0;
}
.movie img {
	position: relative;
	width: 992px;
	height: 490px;	
	top: 0px;
	left: 0px;
	opacity: 0.9;
}
/*
.movie iframe {
	position: absolute;
	width: 400px;
	height: 225px;
	vertical-align: top;
	display: inline-block;      /* インラインブロック要素にする */
	border:3px solid rgb(0,0,0);
	background-color:#ffffff;
/*	margin:0.9em 0.1em;			*/
	box-sizing:border-box;
	border-radius:12px;
	overflow: hidden;
	padding: 0em 0em;  /* 適当な余白を指定 */
	top: -285px;
}
*/
.movie-pos {
	position: relative;
	z-index: 10;
	width: 992px;
	height: 470px;

}
.movie-center {
	position: absolute;
	width: 800px;
	height: 350px;
	vertical-align: top;
	border:0px solid rgb(0,0,0);
	display: inline-block;      /* インラインブロック要素にする */
	box-sizing:border-box;
	overflow: hidden;
	padding: 0em 0em;  /* 適当な余白を指定 */
	margin-top: -415px;
	left: 50%;
	transform: translateX(-50%);
}
.movie-pos p {
	position: absolute;
	text-align: center;
	font-size: 24px;		/*文字サイズ*/
	font-weight: bold;		/*太字に*/
	z-index: 10;
	top: 205px;
	left: 50%;
	margin: 10px;
	transform: translateX(-50%);
	text-shadow:
		2px 0 0 #fff,
		2px 2px 0 #fff,
		0 2px 0 #fff,
		-2px 2px 0 #fff,
		-2px 0 0 #d00,
		-2px -2px 0 #fff,
		0 -2px 0 #fff,
		2px -2px 0 #fff;
}
.inline-block {
	position: relative;
	vertical-align: top;
	display: inline-block;      /* インラインブロック要素にする */
	top: -305px;
}

/*ABOUT位置*/
.about-base {						/*親div*/
	position: relative;		/*相対配置*/
	width: 100%;
	height: 500px;
	top: 10px;
	margin: 0;
	padding: 0;
}
.about-base img {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.about-cloud {
	position: absolute;
	height: 500px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.about img {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.about p {
	position: absolute;
	width: 800px;
/*	width: 100%;			*/
	color: 3c240a;			/*文字色*/
	font-size: 20px;		/*文字サイズ*/
	font-weight: bold;		/*太字に*/
	margin:0;
	padding:0;
	margin-top: 115px;
	left: 50%;
	transform: translateX(-50%);
}

/*インフォメーション画像位置*/
.info {						/*親div*/
	position: relative;		/*相対配置*/
	margin-top: -15px;
	width: 100%;
	height: auto;
}
.info-key {
	position: absolute;
}
/*アクセス位置*/
.access {						/*親div*/
	position: relative;	
	widht: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	margin-top: -10px;
}
.access img{						/*親div*/
	position: relative;	
	width: 30px;
	height: 27px;
	top: 5px;
	left: 3px;
/*	background:url(../images/mail.png) no-repeat center / cover;	*/
}
.access p {
	position: relative;
	color: 3c240a;			/*文字色*/
	font-size: 20px;		/*文字サイズ*/
	font-weight: bold;		/*太字に*/
	margin:0;
	padding:0;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}
/*フッター画像位置*/
.footer {
	position: relative;		/*相対配置*/
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;		/*文字サイズ*/
	font-weight: bold;		/*太字に*/
	align: center;
	background-color: #ffffff;
}
.footer img{						/*親div*/
	position: relative;	
	width: 20px;
	height: auto;
	top: 5px;
	left: 3px;
/*	background:url(../images/neko_face.png) no-repeat center / cover;	*/
}
/*HitPoint*/
.bottom {
	position: absolute;
	width: 100%;
/*	height: 40px;			*/
	background-color: #ffffff;
}
.bottom img {
	position: absolute;
	left: 10px;
	width: 150px;
	height: auto;
/*	background:url(../images/HitPoint_Logo.png) no-repeat center / cover;	*/
	z-index:10;
}
.copyright {
	text-align: center;
	font-size: 11px;		/*文字サイズ*/
	font-weight: bold;		/*太字に*/
	background-color: #ffffff;
}
/*フッター	未使用*/
#footer {
	border-top: solid 10px lightgray;
	margin: 0px;
	padding-bottom: 0px;
}

#footer ul {
	text-align: center;
}

#footer ul li {
	padding: 0 10px;
	display: inline;
	font-size: 16px;		/*文字サイズ*/
}

#footer p {
	text-align: center;
	font-size: 10px;		/*文字サイズ*/
	font-weight: bold;		/*太字に*/
}

/* external css: flickity.css */
 
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 
.gallery {
  background: #f2e9d7;
}
 
.gallery-cell {
  width: 600px;
  height: 325px;
  margin-right: 10px;
  background: #f2e9d7;
  counter-increment: gallery-cell;
}
