@charset "UTF-8";

/* 全体用 */
body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
body, html{ margin: 0 auto; padding: 0; max-width: 800px; }
/*header { background-image: url(../_img/HeaderBg.jpg);background-size: cover; background-repeat: no-repeat;background-position: left top;height: 360px;position: absolute;width: 100%;left: 0;top: 0;display: flex;justify-content: center;align-content: center;align-items: flex-end;border-bottom: 1px solid #ddd; }*/
main { /*width: 85vw;display: table;margin: 2px auto 0 auto;*/ border: 1px solid #ddd;}
label { cursor: pointer; }
ul,li{margin:0; padding:0; list-style-type:none; height:3.75em;}
table p { margin: 0; }

/* 2021-04-25 - 修正 */
/*header { background-position: 50% 50%; align-items: unset; }*/

header h1 {
	/*margin: 2rem 0 0 1.2rem;*/
	/*position: absolute;*/
	/*max-height: 100px;*/
	margin: 0 0 0 1.2rem;
}
header h1 img {
	/*max-width: 85vw;*/
	max-width: 320px;
	width: 50vw;
	margin: auto;
}
.hambergerMenu {
	margin-right: 1.2rem;
	font-size: 38px;
    text-decoration: none;
    color: #2a50a1;
}
body section.HeaderMenu {
	margin-top: 0;
}
/* ヘッダー修正 */
.BannerCard img {
	width: 100%;
}
.BannerCard a {
	position: relative;
    display: block;
}
.BannerCard span {
	width: 100%;
	left: 0;
	text-align: center;
	top: calc(50% - 1em);
	position: absolute;
    color: #fff;
    font-weight: 500;
    /*font-size: 18px;*/
}
footer{
	padding: 1.5em 0 4em 0;
    text-align: center;
    color: #666;
    background: #eee;
}
/* 汎用装飾 */
.f-gray {color: #666;}
.font-weight-bold { font-weight: bold;
	}
.font-size-080 { font-size: 80%; }

.w-100 { width: 100%!important; }

.m0 {
	margin: 0!important;
}
.pB60 {
	padding-bottom: 60px;
}
.border-b {
	border-bottom: 1px solid #ddd;
}
.border-t {
	border-top: 1px solid #ddd;
}

/* パンくずリスト */
#Chronology .breadcrumb, .static-breadcrumb { padding: 0; list-style: none; margin: -1em 0 -1.5em 0.5em; font-size: 0.8em; }
#Chronology .breadcrumb li, .static-breadcrumb li { position: relative; display: inline-block; font-weight: bold; margin-right: 0.8em; height: 2.75em; }
#Chronology .breadcrumb li:after, .static-breadcrumb li:after { content: ""; position: absolute; top: 0; left: 100%; border-style: solid; border-color: transparent; border-left-color: #2a50a1; border-width: 12px 12px; width: 0; height: 0; }
#Chronology .breadcrumb li a, .static-breadcrumb li a { display: inline-block; padding: 0 3px 0 7px; height: 24px; line-height: 23px; text-decoration: none; color: #fff; background: #2a50a1; font-size: 0.85em; }
#Chronology .breadcrumb li a:hover, .static-breadcrumb li a:hover { color: #FFF; }


/* バナー用 */
a.GeneralBannerImage { text-decoration: none; display: block; }
a.GeneralBannerImage > div { height: 150px; display: flex; justify-content: center; align-items: center; }
a.GeneralBannerImage > div > div { position: relative; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.23); display: flex; justify-content: center; align-items: center; }
a.GeneralBannerImage > div p { color: #fff;font-size: 1.25em;font-weight: 600; text-align: center; }

/* ページ構成用 */
.contentsWrapper{ width: 100%; }
h2.GeneralSubTitle { background: linear-gradient(175deg, #aaa, #eee); color: #ffff; text-shadow: 1px 1px 1px #aaa; text-align: center; margin: 0 0 20px 0; padding: 0.25em 0; box-sizing: border-box; }
section#SelectPark {
	margin:-2.4em auto 1em;
	display: table;
	width: 95%;
	padding: 0 1em;
	padding-top: 4.4rem;
	box-sizing: border-box; }
section#SelectPark table { border: 1px solid #ccc;/*border-collapse: collapse;*/width: 100%; margin-bottom: 0.5em; }
section#SelectPark table th { background-color: #eee;border-right: 1px solid #ccc;padding: 0.6em 1em;text-align: right;font-weight: 300;color: #000;width: 20%; }
section#SelectPark table td { padding: 0.6em 1em;display: flex;flex-wrap: nowrap;justify-content: space-around; }
section#SelectPark table td label { display: block; padding: 0 1em; cursor: pointer; }
section#SelectPark table td select { width: 80%; font-size: 1.2em; font-weight: 300; }

section#SelectPark table#SelectCategory { width: auto; margin-bottom: 1.5em; }
section#SelectPark table#SelectCategory th { text-align: center; background-color: #fff; }
section#SelectPark table#SelectCategory th:hover { background-color: #ffffc1; }
section#SelectPark table#SelectCategory th a { display: block; }
section#SelectPark table#SelectCategory th.Active { background-color: #eee; }

/* section#SelectPark table td input { display: none; } */
section#SelectPark table td img { width: 1.25em; height: auto; margin-right: 0.5em; }
section#HeadInformation { margin: 1em auto;display: table;width: 95%;padding: 0 1em;box-sizing: border-box; }
section#Pr-Container { margin: 1em auto;display: table;width: 100%; box-sizing: border-box; display: flex; }
section#Pr-Container div { display: table; margin: auto; height: auto; width: 100%; background-color: initial; }
section#Lv1-Monthly { margin: 1em auto;/*display: table;*/width: 95%;padding: 0 1em;box-sizing: border-box; }
section#Lv1-Daily { margin: 1em auto;display: table;width: 95%;padding: 0 1em;box-sizing: border-box; }
section#Lv3-MainContents { margin: 1em auto;display: table;width: 95%;padding: 0 1em;box-sizing: border-box; }
section#Lv2-MainContents { padding: 0 2em; box-sizing: border-box; }
section#Lv4-MainContents { padding: 0 2em; box-sizing: border-box; }
div#Lv2-Reload { border: 1px solid #ddd; margin: 2em 0; border-radius: 10px; display: flex; justify-content: center; align-content: center; align-items: center; font-size: 1.25em; cursor: pointer; }
div#Lv2-Reload img { max-height: 1em;width: auto; }
div#Lv2-Reload p { margin: 0.5em 0 0.5em 0.45em; }
section#Pr-Container-Full { margin: 1em auto;display: table;width: 100%; padding: 0; box-sizing: border-box; display: flex; }
section#Pr-Container-Full div { display: table; margin: auto; height: auto; width: 100%; background-color: initial; }
h3.GeneralDotTitle { background-image: url(../_img/BgDot.png);background-repeat: repeat-x;background-position: center left; }
h3.GeneralDotTitle div { font-size: 0.9em;font-weight: 300;display: table;margin: auto;background-color: #fff;padding: 0 1.5em; }
h3.GeneralDotTitle img { max-height: 1em;width: auto;margin-right: 0.45em; }
section#Lv3-StoreInfo { margin: 1em auto;display: table;width: 95%;padding: 0 1em;box-sizing: border-box; }
section#Lv1-InternalLink { margin: 1em auto;display: table;width: 95%;padding: 0 1em;box-sizing: border-box; }
section#Lv2-InternalLink { margin: 1em auto;display: table;width: 95%;padding: 0 1em;box-sizing: border-box; }
section#Lv3-InternalLink { margin: 1em auto;display: table;width: 95%;padding: 0 1em;box-sizing: border-box; }
article#LastObject { position: absolute;width: 100%;left: 0;z-index: 2;margin-top: 0px; }
section#GoTop { background: linear-gradient(180deg, #ccc, #fff);height: 160px;display: flex;justify-content: center;align-content: center;align-items: center;font-size: 1.3em;cursor: pointer; }
section#GoTop img { max-width: 1em; height: auto; margin-right: 0.45em; }

div.PinkButton{ background-color: #e4007f; color: #fff; padding: 0.25em 0; text-align: center; border: 1px solid #e4007f; border-radius: 15px; cursor: pointer; }
div.PinkButton a { color: #fff;display: block;text-decoration: none; }
.RightNotice { text-align: right; color: #aaa; }

.fBold { font-weight: 600; }
.Exp-Body { border: 1px solid #ddd; border-radius: 10px; padding: 1em; box-sizing: border-box; }
.Exp-Body ul { height: initial; }
.Exp-Body li { height: initial; list-style-type: square; margin-left: 1.5em; }
.Exp-Body p { margin: 0; padding: 0; }

section.PointAdvice { margin: 1em auto;display: table;width: 95%;padding: 0 1em;box-sizing: border-box; }
section.PointAdvice > p { position: relative;z-index: 2;height: 0;left: 13px;top: 6px; }
section.PointAdvice > p > img { max-height: 1.25em;width: auto; }
section.PointAdvice > div { border: 1px solid #ccc;border-radius: 9px;padding: 1em;box-sizing: border-box; }
section.PointAdvice > div ul { height: initial; color: #666; }
section.PointAdvice > div li { height: initial;list-style-type: disc;margin-left: 1.25em; color: #666; }



/* アトラクション用 */
div.AttractionItem_Table_Wait_Container { display: flex; flex-wrap: nowrap; height: 48px; min-width: 80px; max-width: 120px; justify-content: flex-end; align-items: flex-end; }
div.contentsWrapper > section.AttractionItem:first-child { border-top: 1px solid #ccc; }
section.AttractionItem {display:flex;border-bottom:1px solid #ccc;padding:.5em 0;box-sizing:border-box}
h4.AttractionItem_Label {margin:0;width:100%}
div.AttractionItem_Table {display:flex;justify-content:space-between;width:100%}
div.AttractionItem_Table_Right {width:120px;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;align-content:center}
p.AttractionItem_Message {margin:0;display:flex;justify-content:flex-start;align-items:flex-end;text-align:left;width:100%}
span.AttractionItem_Table_WaitExt {color:#e4007f;font-size:13px;display:block;height:20px;line-height:15px;position:relative;bottom:0}
span.AttractionItem_Table_Status {font-size:2em;color:#666}
span.BG_Red {background-color:#ea0061}
span.BG_Purple {background-color:#7a00ea}
span.BG_Pink {background-color:#ff86eb}
span.BG_Green {background-color:#3fa016}
span.BG_Blue {background-color:#00a0ea}
span.BG_YGreen {background-color:#b8d200}
span.AttractionItem_Badge {display:table;color:#fff;padding:.25em .6em;border:1px solid;border-radius:5px;font-size:.8em;margin:.4em 0}
span.AttractionItem_Seigen {display:table;background-color:#f8b62a;color:#fff;padding:.25em .6em;border:1px solid;border-radius:5px;font-size:.8em;margin:.4em 0}
section#HeadInformation > div {font-size:1.25em;color:#fff;text-align:center;font-weight:600; padding:.25em 0; border-radius:7px;margin:0}
div#TimeInformation {text-align:right;padding-top:1em;padding-bottom:0; font-size:.9em}
section#SearchSection {color:#727071;display:table;margin:auto;padding:0 1em;box-sizing:border-box;width:95%}
div#SpecifySegment {border:1px solid #727071;padding:.5em 2em;box-sizing:border-box}
div#SortOrderSegment {padding:0 2.5em;box-sizing:border-box}
button#SearchButton {border:1px solid #aaa;background:linear-gradient(0deg,#eee,#ccc);border-radius:6px;box-shadow:1px 1px 2px 1px #eee;cursor:pointer;text-shadow:1px 1px 1px #eee;font-size:1.2em;color:#333;font-weight:600;display:block;text-align:center;padding:.8em 0;width:100%;margin:.6em 0}

/* 休止施設用 */
#StopFacility_TABLE { border-collapse: collapse; border-spacing: 0; }
#StopFacility_TABLE td, #StopFacility_TABLE th { padding: 0.5em 0; text-align: center; vertical-align: middle; }
#StopFacility_TABLE tbody td { border: 1px solid #efefef; padding: 0.25em 0.5em; box-sizing: border-box; }
#StopFacility_TABLE tbody tr:nth-child(2n+1) td { background-color: #fff; }
#StopFacility_TABLE thead th:nth-child(1) { width: 30%; }
#StopFacility_TABLE thead th:nth-child(2) { width: 20%; }
#StopFacility_TABLE thead th:nth-child(3) { width: 50%; }

#StopFacility_TABLE tbody td:nth-child(1),
#StopFacility_TABLE tbody td:nth-child(2) { text-align: right; }

#StopFacility_TABLE tbody td:nth-child(3),
#StopFacility_TABLE tbody td:nth-child(4) { text-align: left; }

/* 入園制限用 */
#EnterLimit_TABLE { border-collapse: collapse; border-spacing: 0; }
#EnterLimit_TABLE td, #StopFacility_TABLE th { padding: 0.5em 0; text-align: center; vertical-align: middle; }
#EnterLimit_TABLE tbody td { border: 1px solid #efefef; padding: 0.25em 0.5em; box-sizing: border-box; text-align: center; }
#EnterLimit_TABLE tbody tr:nth-child(2n+1) td { background-color: #fff; }

/* 最安ホテル(月間)用 */
#HotelLowestMonthly_TABLE { border-collapse: collapse; border-spacing: 0; width: 100%; border-top: 1px solid #eee; margin: 1em auto; }
#HotelLowestMonthly_TABLE td, #HotelLowestMonthly_TABLE th { padding: 0.5em 0; text-align: center; vertical-align: middle; }
#HotelLowestMonthly_TABLE tbody tr td { border-bottom: 1px solid #ddd; }
#HotelLowestMonthly_TABLE tbody tr > td:nth-child(1) > p:nth-child(1) { font-weight: 700; }
#HotelLowestMonthly_TABLE tbody tr > td:nth-child(1) > p:nth-child(2) { background-color: #ddd; color: #fff; }
#HotelLowestMonthly_TABLE tbody tr > td:nth-child(2) > p { text-align: left; padding-left: 0.5em; box-sizing: border-box; }
#HotelLowestMonthly_TABLE tbody tr > td:nth-child(3) > p { text-align: right; padding-right: 0.5em; box-sizing: border-box; }
#HotelLowestMonthly_TABLE tbody tr > td:nth-child(3) > p > span { font-size: 1.5em; font-weight: 700; }
#HotelLowestMonthly_TABLE tbody tr:nth-child(1) > td:nth-child(1) { text-align: left; }

/* グリーティング用 */
.GRT-tsMidasi{ background-color:#F9CFD7; line-height:3em; }
.GRT-tsLabel{ width:50%; display:table-cell;  padding-left: 2.5px; padding-right: 1.5px; padding-top: 4px; float:left; box-sizing:border-box; border-right:1px solid #F9CFD7; border-bottom:1px solid #F9CFD7; }
.GRT-tsTime{ width:50%; display:table-cell; padding-left: 2.5px; padding-top: 4px; float:left; box-sizing:border-box; border-bottom:1px solid #F9CFD7; }
.GRT-tsTimeTableWrapper{ width:99.9%; }
.GRT-tsItemCount_0{ background-color:#FCF1F5; }
.GRT-tsWrapper{ clear:both; display:block; }
.GRT-tsCenter { text-align:center; }
dl.GRT-contentsWrapper{ font-size:0.78em; margin: 0; display: flex; width: 100%; flex-wrap: wrap; }
dl.GRT-contentsWrapper > dt{ display: block; width: 40%; border-bottom: 1px solid #a2a2a2; box-sizing: border-box; padding: 0.5em 0; word-wrap: break-word; }
dl.GRT-contentsWrapper > dd{ display: flex; flex-wrap: nowrap; margin: 0; width: 60%; border-bottom: 1px solid #a2a2a2; box-sizing: border-box; padding: 0.5em 0 0.5em 1em; word-wrap: break-word; }
.GRT-ContentsField{ max-width: 100vw; width: 100%; }
.GRT-ArrowField{ width: 25px; text-align: center; }
.GRT-WaittimeField{ width: auto; text-align: right; display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: baseline; max-width: 100%; }
span.GRT-WaitNumeric{ font-size: 2.8em; font-weight: 500; display: block; }
span.GRT-WaitExt{ font-size: 0.8em; display: block; }
span.GRT-Status{ font-size: 2em; color: #666; }

/* パレード・ショー用 */
.tsMidasi{ background-color:#F9CFD7; line-height:3em; }
.tsLabel{ width:50%; display:table-cell; padding-left: 2.5px; padding-right: 1.5px; padding-top: 4px; float:left; box-sizing:border-box; border-right:1px solid #F9CFD7; border-bottom:1px solid #F9CFD7; }
.tsTime{ width:50%; display:table-cell; padding-left: 2.5px; padding-top: 4px; float:left; box-sizing:border-box; border-bottom:1px solid #F9CFD7; }
.tsTimeTableWrapper{ width:99.9%; }
.tsItemCount_0{ background-color:#FCF1F5; }
.tsWrapper{ clear:both; display:block; }
.tsCenter{ text-align:center; }
dl.contentsWrapper{ font-size:0.78em; margin: 0; display: flex; width: 100%; flex-wrap: wrap; }
dl.contentsWrapper > dt{ display: block; width: 65%; border-bottom: 1px solid #a2a2a2; box-sizing: border-box; padding: 0.5em 0; word-wrap: break-word; }
dl.contentsWrapper > dd{ display: block; margin: 0; width: 35%; border-bottom: 1px solid #a2a2a2; box-sizing: border-box; padding: 0.5em 0 0.5em 1em; word-wrap: break-word; }

/* 月間混雑予想用 */
#MONTHLY_TABLE { border-collapse: collapse; border-spacing: 0; }
#MONTHLY_TABLE td, #MONTHLY_TABLE th { padding: 0.5em 0; text-align: center; vertical-align: middle; }
#MONTHLY_TABLE tbody td { border: 1px solid #efefef; }
#MONTHLY_TABLE tbody tr:nth-child(2n+1) td { background-color: #fff; }
#MONTHLY_TABLE thead th:nth-child(1) { width: 20%; }
#MONTHLY_TABLE thead th:nth-child(2) { width: 35%; }
#MONTHLY_TABLE thead th:nth-child(3) { width: 20%; }
#MONTHLY_TABLE thead th:nth-child(4) { width: 25%; }
#MONTHLY_TABLE tbody tr:hover { cursor: pointer; color: #333; }
#MONTHLY_TABLE tbody td:nth-child(3) { padding: 0 0.5em; box-sizing: border-box; }
#MONTHLY_TABLE tbody td > p.WeatherSection { width: 100%;display: flex;padding: 0 0.5em;box-sizing: border-box; }
#MONTHLY_TABLE tbody td > p.WeatherSection > span { display: inline-block; }
#MONTHLY_TABLE tbody td > p.WeatherSection > span:nth-child(1) { width: 30px; height: 30px; top: -0.5em; }
#MONTHLY_TABLE tbody td > p.WeatherSection > span:nth-child(2) { width: calc(100% - 40px);text-align: left; padding-left: 0.5em; box-sizing: border-box; }
#MONTHLY_TABLE .icon.i-1-s,
#MONTHLY_TABLE .icon.i-2-s,
#MONTHLY_TABLE .icon.i-5-s { background: url('../Parts/_WeatherIcon/hare.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-3-s,
#MONTHLY_TABLE .icon.i-4-s { background: url('../Parts/_WeatherIcon/hare&kumori.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-6-s,
#MONTHLY_TABLE .icon.i-7-s,
#MONTHLY_TABLE .icon.i-8-s,
#MONTHLY_TABLE .icon.i-11-s { background: url('../Parts/_WeatherIcon/kumori.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-9-s,
#MONTHLY_TABLE .icon.i-10-s,
#MONTHLY_TABLE .icon.i-27-s,
#MONTHLY_TABLE .icon.i-28-s { background: initial; }

#MONTHLY_TABLE .icon.i-12-s { background: url('../Parts/_WeatherIcon/ame.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-13-s,
#MONTHLY_TABLE .icon.i-14-s { background: url('../Parts/_WeatherIcon/hare&ame.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-15-s { background: url('../Parts/_WeatherIcon/kaminari.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-16-s,
#MONTHLY_TABLE .icon.i-17-s { background: url('../Parts/_WeatherIcon/hare&kaminari.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-18-s { background: url('../Parts/_WeatherIcon/ooame.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-19-s,
#MONTHLY_TABLE .icon.i-20-s,
#MONTHLY_TABLE .icon.i-21-s,
#MONTHLY_TABLE .icon.i-22-s,
#MONTHLY_TABLE .icon.i-23-s,
#MONTHLY_TABLE .icon.i-24-s,
#MONTHLY_TABLE .icon.i-25-s,
#MONTHLY_TABLE .icon.i-26-s,
#MONTHLY_TABLE .icon.i-29-s { background: url('../Parts/_WeatherIcon/yuki.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-33-s,
#MONTHLY_TABLE .icon.i-34-s,
#MONTHLY_TABLE .icon.i-35-s { background: url('../Parts/_WeatherIcon/tsuki.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-36-s,
#MONTHLY_TABLE .icon.i-37-s,
#MONTHLY_TABLE .icon.i-38-s { background: url('../Parts/_WeatherIcon/tsuki&kumori.png') no-repeat center center; background-size: contain; }

#MONTHLY_TABLE .icon.i-39-s,
#MONTHLY_TABLE .icon.i-40-s,
#MONTHLY_TABLE .icon.i-41-s,
#MONTHLY_TABLE .icon.i-42-s,
#MONTHLY_TABLE .icon.i-43-s,
#MONTHLY_TABLE .icon.i-44-s { background: url('../Parts/_WeatherIcon/tsuki&ame.png') no-repeat center center; background-size: contain; }

/* ------------------------------------------------------------------------------------------
 * 年表(Chronology).
 *------------------------------------------------------------------------------------------*/
#Chronology a { color: #666; }
#Chronology section#SelectPark table td { display: flex; justify-content: space-between; border-bottom: 1px solid #ccc; align-items: center; }
#Chronology section#SelectPark table td.ChoiceCategory { flex-wrap: wrap; }
#Chronology section#SelectPark table td label { width: 49%; display: block; margin-bottom: 5px;}
#Chronology section#SelectPark table td.ChoiceDate label { width: 44.5%; }
#Chronology section#SelectPark table td.ChoiceDate span.ChoiceDate-Text { width: 3.5em; text-align: left; margin-left: -0.5em; }
#Chronology section#SelectPark table td select { width: 90%; border: 1px solid #bbb; border-radius: 4px; padding: 0.2em 0.4em; margin-right: 0; }

#Chronology section#SelectPark table td.ChoiceOrder { justify-content: flex-start; }
#Chronology section#SelectPark table td.ChoiceOrder label { width: 25.0%; }

#Chronology section#SelectPark table th { border-bottom: 1px solid #ccc; }
#Chronology section#SelectPark table > tbody > tr:last-child > td,
#Chronology section#SelectPark table > tbody > tr:last-child > th { border-bottom: 0px none transparent; }

#Chronology section#SelectPark table > tbody input[type=checkbox] { transform: scale(1.4); }
#Chronology section#SelectPark table > tbody input[type=text] { height: 2.5em;line-height: 2.5em;border: 1px solid #bbb;border-radius: 4px; width: calc(100% - 1em);display: block; }
#Chronology section#SelectPark table > tbody label { padding: 0; /*margin-right: 0.5em;*/ }
#Chronology button.GeneralButton {
	-webkit-appearance: none;
	border:1px solid #aaa;
	background: #eee;
	border-radius:6px;
	box-shadow:1px 1px 2px 1px #eee;
	cursor:pointer;
	text-shadow:1px 1px 1px #eee;
	font-size:1.2em;color:#333;
	font-weight:600;display:block;
	text-align:center;
	padding:.8em 0;
	width:calc(100% - 24px);
	margin:.6em 12px 
}
#Chronology button.GeneralButton[disabled=disabled] { background: #efefef; color:#aaa; }
/* 個別情報あしらい */
#Chronology .Chronology-Article-block {
	width: 100%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0.8em 0.5em;
	min-height: 260px;
 }

 #Chronology .Chronology-Article-Container {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
 }
#Chronology .Chronology-Article-block.Result-NotFound { display: block; text-align: center; }
#Chronology .Chronology-Article-block.Result-NotFound > div {
	 display: table; margin: 0.5em auto;
	}
#Chronology .Chronology-Article-block:first-child { border-top: 1px solid #ccc; }
#Chronology .Chronology-Article-Thumbnail { width: 40%; /*height: 240px;*/ border: 0px none transparent;display: flex;justify-content: center;align-items: center; box-sizing: border-box; }
#Chronology .Chronology-Article-Thumbnail.NoDisplay{ display: none; }
/*#Chronology .Chronology-Article-Thumbnail > div { height: 240px; }*/
#Chronology .Chronology-Article-Thumbnail > a { text-align: center; }
#Chronology .Chronology-Article-Thumbnail img {
	max-width: calc(100% - 2px);
	max-height: calc(100% - 2px - 1.5em);
	min-height: 170px;
    object-fit: contain;
	width: auto;
	/* height: auto; */
}
#Chronology .Chronology-Article-Thumbnail p.Chronology-Article-Thumbnail-ExternalLink { display: none; }
#Chronology .Chronology-Article-Thumbnail p.Chronology-Article-Thumbnail-ExternalLink { /* display: flex; */ height: 0; margin: 0; position: relative;top: 0;left: 0;width: 100%;justify-content: center;align-items: center;z-index: 1;top: -50%;cursor:pointer; }
#Chronology .Chronology-Article-Thumbnail p.Chronology-Article-Thumbnail-ExternalLink > img { max-width: 120px;max-height: 120px;position: absolute;z-index: 3; }

#Chronology .Chronology-Article-Thumbnail > div {
	height: 100%;
}
/*.Chronology-Article-Thumbnail a {
	display: block;
}
.Chronology-Article-Thumbnail a:first-child {
	height: 240px;
}*/


#Chronology .Chronology-Article-Thumbnail .ExternalLink {
	font-size: 10px;
}


#Chronology .Chronology-Article-Detail { box-sizing: border-box;margin: 0 0.5em; width: calc( 100% - 40% ); }
#Chronology .Chronology-Article-Detail--2 { box-sizing: border-box;margin: 0 0.5em; width: calc( 100% - 30% ); }
#Chronology .Chronology-Article-Detail p { margin: 0; padding: 0; }
#Chronology .Chronology-Article-Detail-Title { margin-top: 0;font-size: 1em; }
#Chronology .Chronology-Article-Detail-Tag a,
#Chronology .Chronology-Article-Detail-Tag p {
	font-size: 0.7em;
	background: #000;
	display: inline-block;
	margin-right: 3px;
	padding: 0 0.7em;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.01px;
	text-decoration: none;
}
/* エリア */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Area-Resort { background: #004499; }
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Area-Land { background: #d02c72; }
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Area-Sea { background: #007788; }
/* カテゴリ */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Management { background: #915da3; }	/* 運営 */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Park       { background: #c1ab05; }	/* パーク */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Attraction { background: #da81b2; }	/* アトラクション */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Restaurant { background: #0075c2; }	/* レストラン */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Shop       { background: #9cbb1c; }	/* ショップ */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Show       { background: #f39800; }	/* ショー */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Parade     { background: #192f60; }	/* パレード */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Hanabi     { background: #e5a323; }	/* 花火 */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Event      { background: #e8383d; }	/* イベント */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Ticket     { background: #9d8e87; }	/* チケット */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Atmosphere { background: #f5b2ac; }	/* アトモスフィア */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Hotel      { background: #a2c2e6; }	/* ホテル */
#Chronology .Chronology-Article-Detail-Tag .Chronology-Article-Detail-Tag-Category-Greeting   { background: #00a960; }	/* グリーティング */
#Chronology .Chronology-Article-Detail-Comment { word-wrap: break-word;word-break: break-all; padding: 0 5px;}
#Chronology div.General-Wrap { margin: 1em auto; display: table; width: 95%; padding: 0 1em; box-sizing: border-box; }

/* 2024-01-21 - 広告を元に戻す対応. */
#Chronology .Chronology-Article-block.Result-NotFound {
	padding: 0.8em 0;
	max-width: 100vw;
	overflow-x: hidden;
}
/* 2024-01-21 - 広告を元に戻す対応. */
#Chronology .Chronology-Article-block.Result-NotFound .Chronology-Article-Detail {
	max-width: 100vw;
	width: 100vw;
	overflow-x: hidden;
}

/* `トップへ戻る`のあしらい. */
#Chronology div.General-UpToTop { position: relative; left: 0; bottom: 0; }
#Chronology div.General-UpToTop > a { position: fixed; right: 1.5em; bottom: 1em; display: block; }
#Chronology div.General-UpToTop > a > img { max-width: 80px; }
#Chronology div.General-UpToTop { display: none; }

/* `しぼりこんで検索する`のあしらい. */
#Chronology div.General-SearchUnderBar { 
	/*position: fixed; bottom: 0; width: 100%;background: #eb6691;left: 0; z-index: 5;*/
	position: fixed;
    width: 100%;
    z-index: 5;
    /* top: 65px; */
    padding: 5px 0;

	bottom: 25%;
    right: 0;
}
#Chronology div.General-SearchUnderBar > a { 
	/*color: #fff;display: block;margin: auto;text-decoration: none;font-size: 1.3em; text-align: center;*/
	color: #eb6691;
	color: #2a50a1;
	color: #d83473;
    display: block;
    margin: auto;
    text-decoration: none;
    font-size: 1.1em;
    background: #ffff;
    /* border-radius: 25px; */
	border-radius: 45px 0 0 45px;
    padding: 26px 20px 26px 26px;
    border: 2px solid #eb6691;
	border: 2px solid #2a50a1;
	border: 3px solid #d83473;
    font-weight: bold;
	
	position: absolute;
    right: 0;
	border-right: none;
	text-align: right;

}
#Chronology div.General-SearchUnderBar > a > p {
	/*margin: 0.65em 0;*/
	margin: 0;
	line-height: 1.2;
}
#Chronology div.General-SearchUnderBar { display: none; }

#Chronology div.Chronology-Article-Detail { /*min-height: 200px;*/ height: auto; }

/* カテゴリ配置を変更 */
/*#Chronology .ChoiceCategory .FlexObject { flex-wrap: wrap; max-height: 135px; overflow-y: scroll; }*/


	/* ------------------------------------------------------------------------------------------
	 * SP - 年表(Chronology).
	 *------------------------------------------------------------------------------------------*/
	@media screen and ( max-width: 980px )
	{
		#Chronology section#SelectPark table td label { width: 100%; }
		#Chronology section#SelectPark table td.ChoiceDate label { width: 100%; display: flex; justify-content: center; align-items: center; }
		#Chronology section#SelectPark table td.ChoiceDate label > select { width: 80%; }
		#Chronology section#SelectPark table td.ChoiceDate label > span { display: block; }
		#Chronology section#SelectPark table td.ChoiceDate span.ChoiceDate-Text { width: 100%; display: block;  text-align: left; margin-left: 0; padding-left: 0.5em; }
		#Chronology section#SelectPark table td select { width: 100%; margin-right: 0.5em; }

		#Chronology section#SelectPark table td.ChoiceOrder label { width: 50.0%; }

		#Chronology .Chronology-Article-Thumbnail { width: 130px; height: 130px; margin-bottom: 5px;}
		.page-timeline .Chronology-Article-Thumbnail { margin-bottom: 24px!important; }
		#Chronology .Chronology-Article-Thumbnail img { max-width: calc(100% - 2px); max-height: calc(130px - 2px  - 1.5em); }
		#Chronology .Chronology-Article-Thumbnail > div { height: 130px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; align-content: center; }
		#Chronology .Chronology-Article-Thumbnail p.Chronology-Article-Thumbnail-ExternalLink { top: -3.5em; }
		#Chronology .Chronology-Article-Thumbnail p.Chronology-Article-Thumbnail-ExternalLink > img { max-width: 50px;max-height: 50px;position: absolute;z-index: 3; margin: 0; }
		#Chronology .Chronology-Article-Detail { width: calc( 100% - 130px ); }
		#Chronology .Chronology-Article-Detail--2 { width: calc( 100% - 15px ); }
		/* `トップへ戻る`のあしらい. */
		#Chronology div.General-UpToTop > a > img { max-width: 60px; }

		/* 名言集 */
		#Chronology .Page-Maxim .Chronology-Article-Container {
			max-width: calc(100%);
		}
		.Page-Maxim .Chronology-Article-Detail img {
			width: 100%;
			aspect-ratio: 1 / 1;
		}

		/* 絞り込みボタン */
		#Chronology div.General-SearchUnderBar { 
			bottom: 20%;
		}
		#Chronology div.General-SearchUnderBar > a { 
			border-radius: 35px 0 0 35px;
			padding: 15px 12px 15px 18px;
			border: 2px solid #d83473;
			border-right: none;
		}
	}

/* ------------------------------------------------------------------------------------------
 * ヘッダーメニュー.
 *------------------------------------------------------------------------------------------*/
 header {
	position: fixed;
	display: flex;
	justify-content: space-between;
    align-items: center;
    width: 100%;
	height: 95px;
    z-index: 5;
    max-width: 800px;
    padding-top: 2rem;
	background: #fff;
 }
 .HeaderMenu {
	display: table;margin: 370px auto 0 auto;
	padding-top: 130px;
}
.HeaderMenu-Container { height: initial;display: flex;flex-wrap: wrap; justify-content: space-between; }
.HeaderMenu-Container > li {
	display: flex;
	height: initial;
	background: #2a50a1;
	width: 32%;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.HeaderMenu-Container > li > a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 1em;
	color: #fff!important;
	text-decoration: none;
}
.HeaderMenu-Container > li > a:hover { opacity: 0.75; }
	/* ------------------------------------------------------------------------------------------
	 * SP - ヘッダーメニュー.
	 *------------------------------------------------------------------------------------------*/
	@media screen and ( max-width: 899px )
	{
		.HeaderMenu {
			width: 100vw;
			font-size: 85%;
		}
		.HeaderMenu-Container {
			justify-content: space-around;
		}
		.HeaderMenu-Container > li {
			width: calc(50% - (9px));
			margin-bottom: 9px;
		}
	}

/* ------------------------------------------------------------------------------------------
 * 作品一覧.
 *------------------------------------------------------------------------------------------*/
.HideData { display: none; }
.Page-Product .Chronology-Article-Detail-Comment-Box p.EventTrigger { font-weight: bold; cursor: pointer; }
/* .Button-Border-Pink { border: 2px solid #eb6691;padding: 0.5em 1em;margin: 0.85em 0;display: table; } */
/* .Button-Border-Pink > a { text-decoration: none; color: #eb6691; } */
.Button-Border-Pink { padding: 0.5em 0em;margin: 0.85em 0;display: table; }
.Button-Border-Pink > a { color: #eb6691; }
.Chronology-Article-Detail-WorkTitle p { font-weight: bold; }
.Chronology-Article-Detail-WorkTitle p a { color: initial; }
#Chronology .Chronology-Article-Thumbnail > a > img { max-width: calc(100% - 2px);max-height: calc(240px - 2px);width: auto;height: auto; }
#Chronology .Chronology-Article-Detail p.Chronology-Article-Detail-Comment-Box-Common-Detail--CommonData,
#Chronology .Chronology-Article-Detail .Chronology-Article-Detail-Comment-Box-Common-Detail--SecretData,
#Chronology .Chronology-Article-Detail .Chronology-Article-Detail-Comment-Box-Common-Detail--SecretData p.EventTrigger { margin-top: 1em; }


	/* ------------------------------------------------------------------------------------------
	 * SP - 作品一覧.
	 *------------------------------------------------------------------------------------------*/
	@media screen and ( max-width: 980px )
	{
		#Chronology .Chronology-Article-Thumbnail > a > img { max-height: calc(130px - 2px); }
	}

/* ------------------------------------------------------------------------------------------
 * アトラクション図鑑.
 *------------------------------------------------------------------------------------------*/
.Page-Attraction .Chronology-Article-Detail-Comment-Box p.EventTrigger { font-weight: bold; cursor: pointer; }
#Chronology article#Attraction .Chronology-Article-Thumbnail { height: auto; display: block; }
#Chronology article#Attraction .Chronology-Article-Thumbnail > a > img { /* max-height: calc(112px - 2px); */ /* border-radius: 6px; */ display: table; margin: 0.5em auto; }
#Chronology article#Attraction .Chronology-Article-Thumbnail > a.HideObject { display: none; }
#Chronology article#Attraction .Chronology-Article-Thumbnail .HideData { display: none; }
#Chronology article#Attraction .Chronology-Article-Thumbnail .HideData { width: 100%; }
#Chronology article#Attraction .Chronology-Article-Thumbnail .ExternalLink img { max-width: 1.0em; height: auto; margin: 0 auto 0 0; }
#Chronology article#Attraction .Chronology-Article-Thumbnail .ExternalLink { display: block; text-align: left; }
#Chronology article#Attraction .Chronology-Article-Thumbnail > a {display: block; width: calc(100%); text-align: left; text-decoration: none; font-size: 0.55em; }

/* ------------------------------------------------------------------------------------------
 * ショップ図鑑.
 *------------------------------------------------------------------------------------------*/
#Chronology .Page-Shop .ExternalLink { display: block; }
#Chronology .Page-Shop .Chronology-Article-Thumbnail { display: block; height: auto; }
#Chronology .Page-Shop .Chronology-Article-Thumbnail a { display: block; text-align: left; text-decoration: none; font-size: 0.55em; }
#Chronology .Page-Shop .Chronology-Article-Thumbnail > div.HideData { display: none; }
#Chronology .Page-Shop .Chronology-Article-Thumbnail.HideImage { width: 100%; }
#Chronology .Page-Shop .ExternalLink { font-size: 10px;margin: -0.2em 0 2em 0;text-align: center;color: #7f7f7f; word-break: break-word; }
#Chronology .Page-Shop .Chronology-Article-Detail-Tag-ChairCount { font-weight: initial;font-size: 0.85em;margin-left: 0.5em; }
#Chronology .Page-Shop .EventTrigger { font-weight: bold; color: #666; cursor: pointer; }
#Chronology .Page-Shop .Chronology-Article-Detail-Comment-Box-Common-Detail--CommonData,
#Chronology .Page-Shop .Chronology-Article-Detail-Tag-AreaDetail,
#Chronology .Page-Shop .Chronology-Article-Detail-Date,
#Chronology .Page-Shop .Chronology-Article-Detail-Tag-ChairCount,
#Chronology .Page-Shop .HideData { color: #666; }

	/* ------------------------------------------------------------------------------------------
	 * SP - アトラクション図鑑.
	 *------------------------------------------------------------------------------------------*/
	@media screen and ( max-width: 980px )
	{
		#Chronology .Chronology-Article-Thumbnail > div.HideData { display: none; }
	}

/* ------------------------------------------------------------------------------------------
 * 名言集.
 *------------------------------------------------------------------------------------------*/
#Chronology .Page-Maxim .Chronology-Article-Detail { width: 100%; }
#Chronology .Page-Maxim .Chronology-Article-Detail img { max-width: 100%; }
#Chronology #Maxim section#SelectPark table td .EventTrigger { display: block; }
#Chronology #Maxim section#SelectPark table td { display: table-cell; width: 100%; }
#Chronology #Maxim section#SelectPark table td .FlexObject { display: flex; flex-wrap: wrap; }
/*#Chronology #Maxim section#SelectPark table td .HideData.FlexObject { display: none; }*/
	@media screen and ( max-width: 980px )
	{
		#Chronology #Maxim section#SelectPark table td .HideData.FlexObject { max-height: 15em; overflow: scroll; }
		#Chronology .Page-Maxim .Chronology-Article-Detail { max-width: calc(100%); box-sizing: border-box; }
		#Chronology .Page-Maxim .Chronology-Article-block { max-width: calc(100%); }
		#Chronology .Page-Maxim .Chronology-Article-block.Result-NotFound .Chronology-Article-Detail { width: calc(100% - 100px); }
	}

/* ------------------------------------------------------------------------------------------
 * 全体.
 *------------------------------------------------------------------------------------------*/
.Chronology-Article-Detail > p { color: #666; }
.Chronology-Article-Detail-Comment-Box { margin: 18px 0px 0px; color: #666; }
#Chronology .Chronology-Article-block.Result-NotFound > div.md-LinkBanner {
	margin-top: -0.25em;
}
.md-LinkBanner img {
	max-width: 98%;
}

/* ------------------------------------------------------------------------------------------
 * 扉ページ.
 *------------------------------------------------------------------------------------------*/
main#Chronology #Index .breadcrumb {
	margin-top: 1em;
}
section#Lv1-Monthly.Page-Index  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin-top: 6px;
}
.Page-Index .Link-Banner {
	position: relative;
	width: 49%;
	height: 125px;
	margin: 1em auto;
}
.Page-Index .Link-Banner a {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.Page-Index .Link-Banner a > span {
	display: inline-block;
	color: #fff;
	/*font-size: 1.5em;*/
}
.Page-Index .Ads-Banner {
	width: 100%;
	height: 400px;
}

@media screen and ( max-width: 640px )
{
	.Page-Index .Link-Banner {
		width: 100%;
	}

}

section#SelectPark form#ChoiceForm-Easy { display: block; text-align: center; }
.FlexBox { display: flex; }
.Flex-Around { justify-content: space-around; }
.Width-80-Percent { width: 80%; margin-left: auto; margin-right: auto; }

#SelectPark > .ChoiceForm-Trigger { display: none; }
#ChoiceForm-Easy .FlexBox { padding: 1.25em 0; }

/* 2021-04-25 - 調節 */
.ChoiceMaxim a.EventTrigger {
	padding: 1em 0;
	display: inline-block;
}
.ChoiceMaxim .HideData.FlexObject,
.ChoiceCategory .FlexObject {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow-y: scroll;
	height: 15em;
}
main#Chronology section#SelectPark table td.ChoiceMaxim {
	display: table-cell;
}

/*#Character .ChoiceMaxim .HideData.FlexObject {
	display: none;
}
*/
.secret-data,
.EventTrigger {
	position: relative;
}
.secret-data:after, .EventTrigger:after {
    position: absolute;
    top: 2px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f13a";
    margin-left: 5px;
}
.secret-data span {
	display: none;
}
.secret-data.Open:after,
.EventTrigger.Active:after {
	transform: rotatex(180deg);
}

#ChoiceForm .EventTrigger:after {
	content: none;
}
.category-title {
	font-weight: bold;
}
table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
.Chronology-Article-Detail-table td {
	border-bottom: solid 1px #ccc;
	padding: 7px 0 2px;
}
.Chronology-Article-Detail-table-title {
	width: 25%;
	vertical-align: top;
}
.Chronology-Article-Detail-table-text {
	width: 75%;
}
.character-secret {
	margin-top: -2px;
}
.character-secret p {
	line-height: 1.4;
}
.mT20 { margin-top: 20px!important;}

.m0 { margin: 0;}
.mT-1em { margin-top: 1em!important;}
.mB-1em { margin-bottom: 1em!important;}
.tag-space {
	margin: 1em 0;
}
/* 絞り込み共通 */
.Choice-title {
	color: #666;
	padding: 0.8em 0;
}

footer > div:first-child {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1.5em;
}
#MainFooter a {
	text-decoration: none;
	color: #666;
}

/* 運営者情報 */
.Static-Container {
    display: block;
    color: #666;
    padding: 1em 1.25em;
    box-sizing: border-box;
    border: 1px solid #ddd;

}
.Static-Container h1 {
    font-size: 1.25em;
    margin: 0.75em 0 1.25em 0;
}
.StaticContents h2 {
    font-size: 1.0em;
    margin: 0.5em 0;
}
.StaticContents-Company, .StaticContents-Contact {
    margin-bottom: 2.35em;
}
.StaticContents p {
    font-size: 0.85em;
    margin: 0.5em 0;
}
.static-breadcrumb {
	margin: 0;
	padding: 1em 1em 0;
}
.StaticContents-Contact input,
.StaticContents-Contact textarea {
    width: calc(100% - 1em);
    border: 1px solid #ccc;
    height: 2em;
    line-height: 2em;
}
.StaticContents-Contact textarea {
    height: 10em;
}
.StaticContents-Contact--Action {
    text-align: right;
}
.StaticContents-Contact button {
    border: 1px solid #ccc;
    color: #666;
    font-size: 0.9em;
    padding: 0.35em 0.75em;
    appearance: none;
    background: unset;
}
/* キャラクター関連 */
.characterConnection {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 10px 10px 30px 10px;
    border-top: 1px solid #ccc;
}
.characterConnection > div {
	position: relative;
	width: 27%;
	height: 150px;
	margin: 10px 0 72px;
}
.characterConnection img {
	object-fit: contain;
	position: absolute;
	width: 100%;
	height: 100%;
}
.characterConnection p {
	padding-top: 150px;
    text-align: center;
}

/* ハンバーガーメニュー */
.Global-Menu.Open {
    transition: transform 0.5s ease, background 0.3s ease 0.45s;
    background: rgba(0,0,0,0.5);
	border-right: rgba(0,0,0,0.5);
    transform: translateX(0);
}
.Global-Menu {
    transform: translateX(100%);
    transition: transform 0.5s ease;
    z-index: 10050;
    position: fixed;
    top: 0;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.Global-Drawer--Container {
    background: #fff;
    width: 65%;
    margin: 0;
    position: absolute;
    left: 35%;
    background-size: 6em;
}
.Global-Drawer--list {
	height: auto;
	padding: 20px 35px;
}
.Global-Drawer--list li {
	border-bottom: 1px solid #666;
    height: auto;
	text-align: center;
}
.Global-Drawer--list a {
	display: block;
	padding: 20px 0;
	color: #666;
	text-decoration: none;
}
.Global-Drawer--linkIcon {
	display: flex;
    justify-content: center;
	padding: 0 35px 15px;
}
.Global-Drawer--linkIcon a {
	display: block;
	margin: 0 15px;
}

/* おすすめのカテゴリから探す */
.block-choiceCategory {
	width: 98%;
    margin: 15px 5px 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.block-choiceCategory p {
	margin-left: 5px;
	margin-bottom: 0;
    font-weight: bold;
    font-size: 1em;
}
.block-choiceCategory_link {
	display: flex;
    flex-wrap: wrap;
}
.block-choiceCategory_link a {
	border: 1px solid #ccc;
    border-radius: 25px;
    padding: 0.35em 1.25em;
    font-size: 0.85em;
    text-decoration: none;
    color: #666;
    margin-right: 0.5em;
    margin-top: 0.75em;
    display: inline-block;
}
.block-choiceCategory_icon {
	display: flex;
    padding-top: 6px;
}
.block-choiceCategory_icon a {
	display: block;
	margin: 0 10px 0 5px;
}
.underbar {
	margin-bottom: 18px;
    padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}


/* 絞り込みモーダル */
#ChoiceForm { 
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow: scroll;
	background: #fff;
	z-index: 7;
	padding: 0;
}
#OverLayer {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #0000008c;
    width: 100vw;
    height: 100vh;
    z-index: 6;
}
#OverLayer.open {
	display: block;
}

#ChoiceForm.open {
	display: block;
}
.selectBox h3 {
	margin: 0;
	background-color: #eee;
    padding: 12px;
	font-weight: normal;
}
.selectBox-inner {
	padding: 30px 20px;
}
.selectBox-inner.FlexObject {
	padding: 20px;
}
.selectBox-inner select {
	border: 1px solid #bbb;
    border-radius: 4px;
    padding: 0.2em 0.4em;
    margin-right: 0.2em;
    font-size: 1.2em;
}
.FlexObject {
	display: flex;
	flex-wrap: wrap;
}
.FlexObject-lot {
	height: 36vh;
	overflow-y: scroll;
}
.FlexObject-lot2 {
	height: 40vh;
	overflow-y: scroll;
}
.FlexObject label {
	display: flex;
	align-items: center;
    width: 50%;
	margin: 5px 0;
	height: 36px;
}
.selectBox-inner input {
	transform: scale(1.4);
}

.selectBox-inner span {
	margin: 0 4px 0 0;
}
.selectBox-inner a,
.selectBox-inner.FlexObject span {
	margin: 0 5px 0 6px;
}

.selectBox-ul {
	display: flex;
    flex-wrap: wrap;
	height: auto;
}
.selectBox-ul li {
	width: 33%;
	height: auto;
}
.selectBox-text input {
	height: 3em;
    line-height: 2.5em;
    border: 1px solid #bbb;
    border-radius: 4px;
    width: 98%;
    display: block;
	transform: none;
}

.fixed-btn {
	position: fixed;
    bottom: 0;
	width: -webkit-fill-available;
	background: #fff;
}

.label--big {
	width: 100%!important;
	margin: 8px 0!important;
	font-size: 0.9rem;
}
.label--big input {
	transform: scale(1.6);
}

/* キャラクター図鑑 */
.Container--character {
	margin-top: 20px;
}
.Container--character .Chronology-Article-Thumbnail {
	align-items: initial!important;
}


@media screen and ( max-width: 640px )
{
	header {
		height: 52px;
		padding-top: 1rem;
	}
	.HeaderMenu {
		display: block;
		padding-top: 70px;
	}
	.hambergerMenu {
		font-size: 32px;
	}
	.selectBox-inner {
		padding: 20px 12px;
	}
	.selectBox-inner.FlexObject {
		padding: 5px 12px;
	}
	.FlexObject-lot label {
		width: 100%;
		height: 28px;
	}
	#ChoiceForm {
		max-width: 400px;
	}
}

/* PC */
@media screen and (min-width: 801px)
{
	.Global-Menu.Open {
		width: 800px;
		margin: 0 auto;
	}
	section#SelectPark {
		margin: -6em auto 1em;
		padding-top: 8rem;
	}
}


@media screen and (max-width: 799px)
@media screen and ( min-width: 900px )
{
	header h1 {
		left: 0;
	}
	header h1 img {
		max-width: 320px;
		width: auto;
	}
	/*body section.HeaderMenu {
		margin-top: 21px;
	}*/
	.HeaderMenu-Container {
		justify-content: space-around;
	}
	.HeaderMenu-Container > li {
		width: calc(33% - (4.5px));
		margin-bottom: 9px;
	}
	h2.GeneralSubTitle {
		margin-bottom: 22px;
	}
}

main.Main-Index {
	margin-top: -8px;
}


