@charset "utf-8";
/*////////////// scheduleCSS Document //////////////*/
/* タイトルリンク------------------*/
#headerArea .titleArea.main .tourTtl {
    padding: 2rem 3% 0;
}
#fair h4 a, #fair h5 a {
    display: initial;
}
#fair a span {
	text-decoration:underline;
}
#fair #searchArea a span {
    text-decoration: none;
}
#fair a span:hover {
   color:#E48E00; 
}

#mainArea {
	background-color: #fff;
}
#headerArea {
	margin: 0;
	padding-bottom: 25%;
}
#headerArea .phText {
    background-color: #FFFFEE;
    padding: 0.5em 3.1% 0;
}
#headerArea .titleArea.main {
    padding: 15px 0 7px;
}
.titleArea.headlines.dateIcon {
	margin: 20px 0 3%;
}
/* titleArea.heading.tapRegion（中見出し/アコーディオンタップ領域）------------------*/
.titleArea.heading {
	background-image: url("/cmn/img/kanto/icon/instruction/arrow_down_white001.png");
	color: #FFF;
}
.titleArea.heading.tapRegion.open {
	background-image: url("/cmn/img/kanto/icon/instruction/arrow_up_white001.png");
}
.titleArea.heading.tapRegion .titleText {
	color: #FFF;
}
#scheduleArea .scheduleBox {
	background-color: #d8e7ff;
}
#scheduleArea .scheduleBox .timeList .timeBox .timeText > .smallText {
    font-size: 80%;
    display: inline-block;
}
#scheduleArea .scheduleBox .add {
	margin: 4% 3% 0;
	font-size: 1.1rem;
	font-weight: normal;
}
#mainArea #scheduleArea .linkArea.btn {
    margin: 8% 7%;
}
#mainArea #scheduleArea .linkArea.btn.close {
	margin: 5% 7%;
}
#gNavCommonArea.commonSearch .navList li.multiline span > a > span {
    text-decoration:  none;
}
#mainArea #scheduleArea {
	padding-top: 0;
}
/*その他*/
.mailmaga {
	margin: 5% 3.1%;
}
.schedule #gNavCommonArea.commonSearch {
	display: none;
}
.schedule #mainArea #guideArea {
	margin-top: 5%;
	background:  transparent;
}
.titleArea.subheading.sub .titleText {
	font-size: 11px;
	color: #333;
}
.speLink {
	background-color: #FFF;
	padding: 1% 3.1%;
}
#fair #guideArea a span {
    text-decoration: none;
}