/*グローバルメニュー*/
header .main_menu li a, header .share_menu li a {
	padding: 0 20px;
}

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

@media screen and (max-width: 768px) {
	.maintenance {
	    margin: 20px auto 70px;
	    line-height: 14px;
	    padding: 4%;
	    letter-spacing: 0.4;
	}
	.maintenance span {
	    display: block;
	}
}

/* 注意書き */
span.note {
    font-size: 0.7rem;
}

/* access */
.bus_info {
	margin: 50px 0 40px;
	font-size: 22px !important;
}


/* contact */
.shonan_contact th {
	width: 40% !important;
	padding-bottom: 20px !important;
}

.shonan_contact td {
	width: 420px !important;
	padding-bottom: 20px !important;
}




/* floor guide */
.floorguide .columns_ttl_02{
	border-top: 1px solid #d1d1cd;
}

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



/* 分岐ページevent/index.htmlのstyle */
.event_sec .imgtxt_h_1-lg {
	background-color: #fff;
}
.event_sec .imgtxt_h_1-lg .it_imgtxt-img {
	width: 450px;
}
/*.event_sec .imgtxt_h_1-lg .it_imgtxt-text {
	height: auto;
}*/
.event_sec .imgtxt_h_1-lg .it_imgtxt-text .link_right {
	text-align: right;
}


/* event/cooking/teacher/index.htmlのスタイル */
li.teacher .title {
	margin: 11px 0 5px;
}
li.teacher .date .linkbtn {
	font-size: 0.7rem;
	line-height: 22px;
}


@media screen and (max-width: 768px){
	.shonan_contact th {
		width: 100% !important;
	}

	.shonan_contact td {
		width: 100% !important;
	}
}


/*icon_list_box*/
.icon_list_box li {
	width: 250px;
	height: 250px;
	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%;
	font-size: 16px;
}

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


@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;
	}
	.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;
		line-height: 1.2;
	}
	.icon_list_box li .two-rows h3 {
		margin-top: 1px;
	}
}


