@charset "UTF-8";
/*
*	Title:「 MEETIN 」のindex_menuのCSS
*	File Nmae: index_menu.css
*	Last Modified: 2018-10-11
*/

/*----------------------------------------------------------------
	index_menu画面のcss
-----------------------------------------------------------------*/

.mi_main_contents{
	overflow: hidden;
}

.notice {
	z-index: 99;
	opacity: 1;
	margin: 0 auto;
	padding: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border: 1px solid;
	animation: fadeout 1s linear 3s 1;
	animation-fill-mode: forwards;
	-webkit-animation: fadeout 1s linear 3s 1;
	-webkit-animation-fill-mode: forwards;
}

.room_content>* {
	display: block;
	margin: 0 auto;
}

.create_room_content input.mi_default_input {
	box-sizing: border-box;
	text-align: left;
	height: 45px;
	margin-bottom: 0px;
	margin-right: 15px;
	padding: 12px 15px;
}

.create_room_content .mi_connect_button {
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	margin-top: 0px;
	width: 180px;
	word-spacing: 6px;
}

.hvr-fade {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	overflow: hidden;
}

.clipboard_copy_button {
	color: #fff;
	height: 30px;
	width: 92px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.create_room_content .room_copy_btn img {
	vertical-align: middle;
	margin: 0 10px 3px 0;
}

p.connect_alert {
	color: #ff2200;
}

#mi_main_contents {
	background: url(../img/lp/img-top.png) no-repeat center;
	background-size: cover;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	height: 100vh!important;
}


.mi_index_menu_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 50%;
	margin: 0 auto;
	object-fit: contain;
	opacity: 0.5;
	max-width: 100vw;
}

.room_content {
	height: 350px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
	display: grid;
	margin-top:80px;
	padding: 30px;
}

.title_message {
	text-align: center;
}

.text_style {
	font-size: 16px;
	color: #ffffff;
	padding-top: 50px;
}

.mi_default_input {
	width: 236px;
	height: 42px;
	border-radius: 2px;
	border: solid 1px #979797;
	background-color: #ffffff;
}

.room_copy_btn {
	width: 180px;
	height: 32px;
	border-radius: 3px;
	border: solid 1px #ffffff;
	color: #ffffff;
	text-align: center;
	padding: 10px 40px;
	margin: 0 15px;
}

.copy_message_area {
	color: #ffffff;
}

.mi_content_area_index {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 410px;
	margin: auto!important;
}

.connect_room_btn {
	margin: 0 auto;
	width: 430px;
	height: 45px;
	border-radius: 100px;
	background: #fa0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.connect_room_btn:hover {
	color: #fff;
	background: #e09500
}

.connect_room_btn:active {
	background: #c98601
}
/*----------------------------------------------------------------
	headerのcss
-----------------------------------------------------------------*/

.header_wrap {
	height: 50px;
	background-color: #ffffff;
}

.mi_header_list {
	display: inline;
}

.mi_header_list li {
	padding: 5px;
	position: relative;
}

.mi_header_list li:hover .accordion_style{
	margin-top: 0px;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.mi_header_list > ul {
	width: 100%;
	display: flex;
}

.li_wrap {
	display: grid;
	height: 40px;
	width: 70px;
	font-size: 10px;
	text-align: center;
	line-height: 1.5;
}


.li_wrap img {
	width: 20px;
	margin: 0 auto;
}

.accordion_style{
	opacity: 0;
  width: 140px;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px 2px rgba(128, 128, 128, 0.24);
  -webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	padding: 0;
	margin-top: -10px;
  width: 150px;
  top: 50px;
  left: -30px;
	height: 0;
  overflow: hidden;
}

.accordion_style li{
	height: 50px;
  line-height: 50px;
	font-size: 12px;
	color: #636363;
	text-align: center;
	position: relative;
	padding: 0;
}

.accordion_style li:hover {
	background: #f5f5f5;
}

.header_icon_style{
	width: 20px;
	height: 20px;
	font-size: 18px;
	margin: 0 auto;
	cursor: pointer;
}
