#sp_english {
	z-index:100;
}

header#top-page-header h2 {
font-size: 60px;
color: #fff;
line-height: 110%;
text-shadow: 0px 3px 12px rgba(0,0,0,.3);
font-family: mpuls-extra-bold;
position: absolute;
left: 80px;
top: 60px;
z-index: 2;
}

header#top-page-header h2 span {
font-size: 80px;
line-height: 110%;
}

#top-button {
    background-image: url(../images/common/top_button_ol.svg?20240313);
}

#hanayashiki-history-wrap {
    padding-top: 60px;
}

#hanayashiki-history-wrap,
#hanayashiki-history-wrap a,
#hanayashiki-history-wrap a img {
    width: 100% !important;
}

#web-ticket-link p:nth-child(1) {
    font-size: 21px !important;
}

#web-ticket-link p:nth-child(2) {
    font-size: 12px !important;
}

#price-common {
    width: 160px !important;
}

.faq-list-wrap p {
    padding-bottom: 5px;
    line-height: 110%;
}

ol.numbered-list {
    counter-reset: section;
    list-style-type: none;
    padding: 0;
    border: none;
}
ol.numbered-list li {
    position: relative;
    padding-left: 30px;
}
ol.numbered-list li::before {
    counter-increment: section;
    content: "(" counter(section) ") ";
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.square {
    list-style-type: square;
    padding-left: 20px;
}

ul.horizontal {
    list-style: none;
}

ul.horizontal li {
    position: relative;
    padding-left: 20px;
}

ul.horizontal li::before {
    content: '-';
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.paragraph {
    padding-left: 20px;
}

ul.paragraph>li {
    padding-top: 10px;
}

.italic-text {
    font-style: italic;
}

ol.alpha-list {
    counter-reset: alpha-counter;
    list-style: none;
    border: none;
}

ol.alpha-list li {
    padding-left: 20px;
    position: relative;
}
ol.alpha-list li::before {
    counter-increment: alpha-counter;
    content: counter(alpha-counter, upper-alpha) ".";
    position: absolute;
    top: 0px;
    left: 0px;
}

.underline {
    text-decoration: underline;
}

#main-menu .language-wrapper .jn a {display: inline-block;box-sizing: border-box;width: 113px;height: 27px;background-image: url(../images/common/btn_jn.svg);background-repeat: no-repeat;background-position: 15px center;background-size: auto 20px; border: #707070 1px solid;border-radius: 5px;position: relative;}

#attraction-info-list {
    display: flex;
    position: absolute;
    top: 45px;
    right: 37px;
}

#attraction-info-list li {
    padding-left: 10px;
}

#attraction-info-list li a {
    width: auto;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    line-height: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    display: block;
    
}

#attraction-info-list #attraction-limited {
    background-color: #EF8780;
}

#attraction-info-list #attraction-waitingtime {
    background-color: #EF8780;
}

#attraction-info-list #attraction-access {
    background-color: #F7AC36;
}

#attractions-wrap a ul .attraction-info-wrap .attraction-height-limited span,
#attractions-wrap a ul .attraction-info-wrap .attraction-fee span {
	white-space: inherit;
	display: inline-block;
	color: #404040;
}

#attraction-filter li a {
    line-height: 100%;
}

#attraction-single-page-note td {
	vertical-align: bottom;
}

#businesshours-wrap li#businesshours-title {
	line-height: 100%;
}

.infomation-single-page a {
	word-wrap: break-word;
	overflow-wrap: break-word;
	display: inline-block;
	max-width: 100%;
}

@media screen and (max-width: 1139px) {
header#top-page-header h2 {
font-size: 36px;
color: #fff;
line-height: 110%;
text-shadow: 0px 3px 12px rgba(0,0,0,.3);
font-family: 'mpuls-regular';
position: absolute;
left: 20px;top: 7px;z-index: 2;
}

header#top-page-header h2 span {
font-size: 50px;
line-height: 110%;
}

#event_info_wrap .subject_erea {
	line-height: 120%;
	padding-top: 40px;
	padding-bottom: 20px;
}
#event_info_wrap #event_wrap {
	height: 540px;
}

#attraction-info-list li {
	padding-left: 5px;
	padding-right: 5px;
}

#hanayashiki-history-wrap {
	padding-right:20px;
	padding-left:20px;
	box-sizing: border-box;
}

.sp-single-bottom-buttons {
	margin-right: 30px;
	margin-left: 30px;
}
.other-limited {
	padding-top:10px;
	padding-bottom: 10px;
	line-height: 70%;
}
}

.ticket-wrap {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
}

.ticket-wrap ul {
    padding: 0;
    margin-bottom: 40px;
}

.ticket-wrap ul li {
    padding-top: 20px;
}

.ticket-wrap ul li img {
    max-width: 350px;
    height: auto;
    vertical-align: middle;
}