/* all */
header h1 {
	margin: 13px 0;
}

header .logo {
	width: 340px;
}

header .main_menu li a, header .share_menu li a {
	padding: 0 12px;
}

header .main_menu li.menu_search {
	right: 24px;
}

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;
}

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

@media screen and (max-width:768px) {
	header .logo img {
		width: 88%;
	}

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


/* contact */
section.contact .table_second {
	width: 96%;
}

/* floor */
#floor_guide_top_table th {
	width: 115px !important;
}

.v3 {
	font-size: 0.8rem;
	padding-top: 3px;
}

.grid_3 ul.shop_thumb li .title {
    padding-left: 32px;
}

.text-left {
	text-align: left !important;
	line-height: 1.5 !important;
}


/* floor/shop/goen */

@media screen and (min-width:769px) {
}

@media screen and (max-width:768px) {
	header .logo {
		width: 100%;
	}
}

.tac {
		text-align: center;
		margin-top: 25px!important;
}



.btn_black {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		cursor: pointer;
		font-weight: bold;
		padding: 0 15px;
		text-align: center;
		z-index: 1;
 		background-color: #000;
   		 color: #fff;
   		 font-size: 1rem;
   		 height: 40px;
  		  line-height: 2.5;
}

.btn_black:before {
	    content: "";
 	    display: inline-block;
 	    padding-right: 10px;
	    border-color: transparent transparent transparent #fff;
	    border-style: solid dashed dashed solid;
	    border-width: 6px;
	    font-size: 0;
 	     height: 0;
	    line-height: 0;
	    width: 0;
}

/*icon_list_box*/
.icon_list_box li {
	width: 250px;
	min-height: 280px;
	margin: 0px 40px 40px;
	border: 1px solid #ccc;
	float: left;
}

.icon_list_box li .icon_head {
	height: 60px;
	padding: 20px;
	background-color: #ccc;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.icon_list_box li .icon_head img {
	height: fit-content;
	display: block;
}

.icon_list_box li .icon_head h3 {
	width: 60%;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
}

.icon_list_box li .list_txt {
	padding: 0 10px;
}

.icon_list_box li .icon_head p {
	width: 50px;
	height: 50px;
	font-size: 1.2rem;
	line-height: 50px;
	border: 1px solid #3c3c3c;
	border-radius: 50%;
}

.tsutaya-books .icon_list_box li {
	height: 320px;
}


/*english*/
.f7f6 li {
	width: 47%!important;
}
.f7f6 li .title {
	padding-left: 0!important;
}



@media screen and (max-width: 768px){
	.icon_list_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.icon_list_box li {
		width: 47%;
		margin: 0 0 20px;
		height: 100%;
	}
	.icon_list_box li .icon_head {
		height: 35%;
		padding: 10px 0;
		flex-direction: column;
	}
	.icon_list_box li .icon_head img {
		width: 36px;
		height: 36px;
	}
	.icon_list_box li .icon_head h3 {
		width: 90%;
		margin-bottom: 0;
		padding: 0;
		text-align: center;
		line-height: 1.2;
	}
	.icon_list_box li .two-rows h3 {
		margin-top: 1px;
	}

	.tsutaya-books .icon_list_box li .icon_head {
		height: 28%;
	}
	.tsutaya-books .icon_list_box li .icon_head p,
	.tsutaya-books .icon_list_box li .icon_head h3 {
		margin: 0;
	}
}

.event_btn_b{
	text-decoration: none;
	width:260px;
	font-size:14px;
	font-weight:bold;
	display:block;
        text-align:center;
	padding:15px; color:#fff;
	background-color:#000;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	line-height:1.4em;
	margin:5px auto 12px;
}


/*english*/
.english {
	margin-top: 50px;
	font-size: 1.0rem;
	text-align: left;
}
.english h3 {
	font-size: 22px;
}