@charset "utf-8";

#mv{
	width: 100%;
	padding-top: 700px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#mv ul{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 0;
}
#mv ul li{
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
}
#mv ul li a{
	color: #fff;
}
#mv ul li#flier{
	width: 100px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#250098+0,1d207b+100 */
	background: #250098; /* Old browsers */
	background: -moz-linear-gradient(top, #250098 0%, #1d207b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #250098 0%,#1d207b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #250098 0%,#1d207b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#250098', endColorstr='#1d207b',GradientType=0 ); /* IE6-9 */
}
#mv ul li#flier img{
	padding: 5px 0;
}
#mv ul li#paypay{
    width: 122px;
}
#mv ul li#youtube{
	width: 112px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	background: #000; 
}
#mv ul li#youtube img{
	padding: 5px 0;
}
#boxer{
    z-index: 9999!important;
}
#intro{
	background: rgba(255,255,255,0.85);
	padding: 60px 0;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	text-align: center;
	line-height: 2.4;
	font-size: 18px;
	margin-bottom: 100px;
	margin-top:100px;
}
.box{
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 40px;
	background: url(../../image/g-bg.png) repeat-x bottom center;
}
.box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .box{ 
	height: 1px;
	overflow: visible;
}
/**/

.box div{
	position: relative;
	min-height: 330px;
	margin: 0 auto 0;
	text-align: center;
	color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
.w1000{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.box div,
#information
#reason,
#brands,
#floor,
#staff,
#monitor,
#access,
#faq{
	position: relative;
}

#information{
	background: url(../../image/03-11.jpg) no-repeat center center / cover;
	width: 1000px;
}
#reason{
	background: url(../../image/bg01.jpg) no-repeat center center / cover;
	width: 1000px;
}
#brands{
	background: url(../../image/bg02.jpg) no-repeat center center / cover;
	width: 333px;
	float: left;
}
#floor{
	background: url(../../image/bg03.jpg) no-repeat center center / cover;
	width: 334px;
	float: left;
}
#staff{
	background: url(../../image/bg04.jpg) no-repeat center center / cover;
	width: 333px;
	float: left;
}
#access{
	background: url(../../image/bg05.jpg) no-repeat center center / cover;
	width: 500px;
	float: left;
}
#faq{
	background: url(../../image/bg06.jpg) no-repeat center center / cover;
	width: 500px;
	float: left;
}

.box div article{
	position: absolute;
	width: 100%;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50% , -50%);
	transform: translate(50% , -50%);
	margin: 0 auto;
	box-sizing: border-box;
}
.box dt{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.box dd{
	font-size: 15px;
	margin-bottom: 30px;
}
.box p {
	width: 210px;
	margin: 0 auto;
	border-radius: 30px 30px 30px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#250098+0,1d207b+100 */
	background: #250098; /* Old browsers */
	background: -moz-linear-gradient(top, #250098 0%, #1d207b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #250098 0%,#1d207b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #250098 0%,#1d207b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#250098', endColorstr='#1d207b',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}
.box p a{
	display: block;
	width: 210px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	padding: 10px 0;
	background-image: url(../../image/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 8px 12px;
}
#monitor {
	width: 100%;
	margin-bottom: 100px;
	padding: 40px 0;
	color: #fff;
	font-size: 12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#250098+0,1d207b+100 */
	background: #250098; /* Old browsers */
	background: -moz-linear-gradient(top, #250098 0%, #1d207b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #250098 0%,#1d207b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #250098 0%,#1d207b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#250098', endColorstr='#1d207b',GradientType=0 ); /* IE6-9 */
}
#monitor:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #monitor { 
	height: 1px;
	overflow: visible;
}
/**/

#monitor-in {
	width: 1000px;
	margin: 0 auto;
}
#monitor-in dt{
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 20px;
}
#monitor-in dd{
	font-size: 15px;
	margin-bottom: 30px;
}
/*#monitor-in p {
	width: 430px;
	border-radius: 30px 30px 30px 30px;
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); 
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}*/
#monitor-in p {
	width: 430px;
	color: #fff;
	font-size: 16px;
}
#monitor-in p a{
	display: block;
	font-size: 18px;
	color: #111;
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	background-image: url(../../image/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 8px 12px;
}
#monitor-in dl{
	float: left;
	width: 520px;
}
#monitor-in figure{
	float: right;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

.caution {
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border: 4px solid #e76d72;
  line-height: 1.6;
  background: #fff;
  max-width: 1000px;
  margin: 20px auto;
}
.caution h3 {
  font-weight: bold;
  font-size: 14px;
}
.caution h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.caution p {
  margin-bottom: 10px;
}
.caution p strong {
  color: #d00;
}

.corona {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
.corona .measures {
  padding-left: 30px;
  width: 500px;
  border-left: 1px solid #ccc;
}

.hp-top{
	display:flex;
	width:100%;
	margin-top:100px;
}