.main section:nth-of-type(odd) {
    background-color: #F6F3ED;
}

.section_inner {
    padding: 6rem 0 6rem;
	max-width: 800px;
}


.info_box{
	margin: 50px auto;
}

#fee .info_box table {
    border-collapse: collapse;
    width: 100%;
	color: #000;
    line-height: 1;
    text-align: center;
    background: #fff;
	margin: 0 auto;
}
#fee .info_box th, #fee .info_box td {
    border: 1px solid #fff;
    padding: 16px 10px;
}
#fee .info_box th {
    background: #AAA;
    font-weight: bold;
}
#fee .info_box td {
    background: #DDDDDD;
}
#fee .info_box .sub {
    display: block;
    font-size: 0.8em;
    color: #666;
    margin-top: 4px;
    }

/*料金表 注釈*/
#fee .annotation{
	font-size: 1.4rem;
}

#fee .annotation ol{
	padding: 15px;
}


#opening .info_box{
	max-width: 550px;
}

#opening .info_box .info-list{
	font-size: 1.6rem;
}


/*バリアフリー情報*/
#barrier-free .info_box{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.item_box_l{
	display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 80px;
	flex-grow: 1
}
.item_box_l .icon_box{
	width: 150px;
	margin-right: 50px;
}
.text_box h4{
	margin-top: 0;
	margin-bottom: 1rem;
}

.item_box_l .text_box ul{
    padding: 0 15px;
	margin: 0;
}

.flex_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 80px;
}
.item_box_s{
	width: 30%;
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 80px;
}

.item_box_s .icon_box{
	width: 150px;
	margin-right: 0;
}

.item_box_s .text_box h4{
	text-align: center;
	margin: 0.5em 0;
}


#audio-guide .item_box_l{
	justify-content: center;
}