/* ヘッダー */
header h1,
header .header_logo {
	clear: both;
}
header .logo img {
	width: 380px;
}
header.hide_sp.is-animation h1,
header.hide_sp.is-animation .header_logo {
	clear: none;
}
header.hide_sp.is-animation .logo img {
	width: 280px;
	transition: all ease .4s;
}
header .main_menu li.menu_search {
	right: 0;
}
header .main_menu li a, 
header .share_menu li a,
header .main_menu li span {
	padding: 0 10px;
}

header .button_biz {
    width: 110px;
    height: auto;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e5e5e1;
    display: block;
    margin: 0 0 0 15px;
}
header .button_biz:hover {
  text-decoration: none;
}

/*@media screen and (min-width: 769px){
	header {
		padding-top: 8px;
	}
}

header .main_menu li a, header .share_menu li a {
	padding: 0 14px;
}
header .main_menu li.menu_search {
	right: 0;
}*/

.maintenance {
	margin-top: 50px;
	background: #333;
	text-align: center;
	line-height: 50px;
	margin-bottom: 80px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.maintenance img {
	width: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 3px 0;
}

/*お問合わせ mailtoui*/
.mailtoui-no-scroll {
  overflow: unset;
}

.mailtoui-modal {
  z-index: 900001;
}

/*.mailtoui-modal-body {
  background-image: url(/static_contents/test/tsite/ginza/img/christmas2020/bg-canvas.jpg);
}*/

.mailtoui-modal-content,
.mailtoui-button-content {
  border-radius: 0;
  border: 2px solid #353535;
}
.mailtoui-modal-content {
  border: 0;
}

.mailtoui-modal-content a:hover {
  text-decoration: none;
}

.mailtoui-modal-head {
  background-color: #353535;
}

.mailtoui-modal-title {
  color: #ffffff;
  font-size: 0;
}
.mailtoui-modal-title::before {
  content: '新規メールを作成します';
  font-size: 1.0rem;
}

.mailtoui-button-content,
.mailtoui-button-copy {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.mailtoui-button-content:hover,
.mailtoui-button-copy:focus,
.mailtoui-button-copy:hover {
  color: #ffffff!important;
  text-decoration: none;
  background-color: #353535!important;
}

.mailtoui-button {
  color: #353535;
}

.mailtoui-button-content {
  color: #353535!important;
  background-color: transparent!important;;
}

.mailtoui-copy,
.mailtoui-button-copy,
.mailtoui-email-address {
  border-radius: 0;
}

g { fill: #353535; }

#mailtoui-button-text-1,
#mailtoui-button-text-2,
#mailtoui-button-text-3,
#mailtoui-button-text-4 {
  font-size: 0;
}

#mailtoui-button-text-1::before {
  content: 'Gmail - ブラウザ';
  font-size: 0.9rem;
}

#mailtoui-button-text-2::before {
  content: 'Outlook - ブラウザ';
  font-size: 0.9rem;
}

#mailtoui-button-text-3::before {
  content: 'Yahoo! mail - ブラウザ';
  font-size: 0.9rem;
}

#mailtoui-button-text-4::before {
  content: 'デフォルトEメール - アプリケーション';
  font-size: 0.9rem;
}
.mailtoui-brand { display: none; }


/* モバイル用スタイル */
@media screen and (max-width: 768px){
	h1,
	h2 {
		margin-top: 70px; 
	}
	header {
		padding-top: 5%;
	}
	header .logo img {
		width: 100%;
		margin: 0 auto;
	}
	header .gnav_menu_bt {
		z-index: 10;
	}
	header .gnav_menu_bt .bt_menu {
		width: 50%;
	}
	ul.main_menu li.menu_language {
		width: 33.3%;
	}
	ul.main_menu li.menu_kantaigi {
		border-right: 1px solid #3e3e3e;
		box-sizing: border-box;
	}
	form {
		margin: 0;
	}

	.maintenance {
		margin: 20px auto 70px;
		line-height: 14px;
		padding: 4%;
		letter-spacing: 0.4;
	}
	.maintenance span {
		display: block;
	}

	.icon_list_box li{
		word-break:break-all;
	}

	.icon_list_box li .icon_head h3 {
		margin: 0;
	}
}


/* showroom */
.grid_4 .eventlist .info {
	margin-top: 16px;
}

/*4th lounge*/
.lounge_svc li {
	min-height: 180px;
	font-size: 0.8rem;
}

.lounge_hwt {
	display: flex;
}

.lounge_hwt li {
	margin: 0 5px;
	padding: 15px;
	background-color: #f6f6f3;
	position: relative;
}

/*.lounge_hwt li:nth-child(4) {
	margin-right: 0;
}*/

.lounge_hwt li:before {
	content: "";
	margin: auto;
	width: 24px;
	height: 1px;
	background: #353535;
	position: absolute;
	top: 50%;
	right: -18px;
	z-index: 3;
}

.lounge_hwt li:after {
	content: "";
	width: 1px;
	height: 7px;
	background: #353535;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	position: absolute;
	top: calc(50% - 6px);
	right: -15px;
	z-index: 3;
}

.lounge_hwt li:nth-child(4):before,
.lounge_hwt li:nth-child(4):after {
	display: none;
}

.lounge_hwt h3 {
	margin-top: 15px;
	font-size: 0.9rem;
}

.lounge_hwt li img {
	width: 100%;
	display: block;
}

.lounge_hwt li p {
	font-size: 0.7rem;
}

p.lounge_hwt_p {
	margin-top: 25px;
	font-size: 0.9rem;
}

.information h2.columns_ttl_02 span.ttl_rsv {
	font-size: 0.9rem!important;
	top: 0;
}

.lounge_rsv {
	width: 55%;
	margin: 40px auto 0;
}
.lounge_rsv p {
	text-align: left!important;
}
.lounge_rsv .center {
	text-align: center!important;
	display: block;
}
.lounge_rsv .flex {
	display: flex;
	flex-direction: space-evenly;
}
@media screen and (max-width: 768px){
	.lounge_hwt {
		flex-wrap: wrap;
	}
	.lounge_hwt li {
		width: calc(41% - 10px);
		margin-bottom: 10px;
	}
	/*.lounge_hwt li:nth-child(2) {
		margin-right: 0;
	}*/
	.lounge_hwt li:nth-child(2):before {
		right: 95%;
		top: 103%;
		-webkit-transform: skewY(150deg);
		transform: skewY(150deg);
	}
	.lounge_hwt li:nth-child(2):after {
		left: -15px;
		top: 103%;
		-webkit-transform: skewX(160deg);
		transform: skewX(160deg);
	}

	.lounge_rsv {
		width: 100%;
	}
	.lounge_rsv .flex {
		display: block;
	}
	.lounge_rsv .flex a {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 340px){
	.lounge_hwt li {
		width: calc(41% - 14px);
	}
}


/*english chinese*/
#language .menu_box li {
	width: 190px;
	height: auto;
	padding: 30px 42px 0 0!important;
	text-align: left;
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	float: left;
}
#language .concept_sec {
	padding: 40px 0px 50px 0;
}
#language .concept_sec p {
	line-height: 40px;
}
@media screen and (min-width: 769px){
	#language .menu_list {
		padding: 0 0 0 40px;
	}
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
