/*  */

.nav-menu li {
    padding-left: 1.875em;
}

.top-image-view {
    background-image: url(/images/top/20190416-626-HDR.jpg);
    background-size: cover;
    background-position: center;
    height: 31.25em;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.top-wrap {
    padding-top: 12.5em !important;
}

/* --- Global Styles --- */
#event_info_wrap {

    margin: auto;
    display: flex;
    padding-top: 1.875em;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#event_info_wrap ul {
    list-style: none;
    padding-left: 0;
}

#event_info_wrap a {
    text-decoration: none;
}

#event_info_wrap a:hover {
    color: #000;
}

#event_info_wrap a img {
    width: 21.875em;
    height: auto;
}

#event_info_wrap #event_wrap,
#event_info_wrap #info_wrap {
    width: 50%;
    height: 21.25em;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 3px solid #bd8d00;
    /* 共通の枠線色 */
}

#event_info_wrap #event_wrap {
    margin-right: .5em;
}

#event_info_wrap #info_wrap {
    margin-left: .5em;
}

#event_info_wrap .subject_erea {
    line-height: 100%;
    text-align: center;
    background-color: #404040;
    padding: 0;
    margin: 0;
    border-radius: .5em;
}

#event_info_wrap .subject_erea h2 {
    display: inline-block;
    font-size: 1.5em;
    position: relative;
    color: #fff;
}

#event_info_wrap .subject_erea p {
    color: #404040;
    font-size: .875em;
    font-family: 'mpuls-regular';
}

#event_info_wrap #event_wrap .subject_erea {
    background-color: #156082;
}

#event_info_wrap #info_wrap .subject_erea {
    background-color: #A20100;
}

#event_info_wrap #event_wrap ul,
#event_info_wrap #info_wrap ul {
    margin: .625em .625em 0 .625em;
    height: 16.75em;
}

#event_info_wrap #event_wrap ul li,
#event_info_wrap #info_wrap ul li {
    padding-bottom: .625em;
}

#event_info_wrap #event_wrap ul,
#event_info_wrap #info_wrap ul {
    overflow-y: scroll;
	overflow-x: hidden;
}

#event_info_wrap ul li a {
    display: flex;
}

#event_info_wrap ul li a:hover {
    color: #008672;
}

#event_info_wrap ul li div.thumb {
    width: 60%;
    padding-right: .625em;
}

#event_info_wrap ul li div.thumb p {
    padding: 0;
    margin: 0;
    background-color: #000;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

#event_info_wrap ul li div.thumb p img {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#event_info_wrap ul li div.text-area {
    width: 40%;
}

#event_info_wrap ul li div.text-area p.event-date {
    color: #666;
    font-size: .75em;
}

#event_info_wrap ul li div.text-area p.event-date span::after {
    content: ' & ';
}

#event_info_wrap ul li div.text-area p.event-date span:last-child::after {
    content: '';
}

#event_info_wrap ul li div.text-area p.event-title {
    font-weight: bold;
}

.scroll_bar::-webkit-scrollbar {
    width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
    background-color: inherit;
}

.scroll_bar::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 20px;
}

.upcoming-events {
    margin-top: 3.75em;
}

.upcoming-events h2 {
    margin-bottom: 1.25em !important;
    font-size: 2em;
}

#upcoming-events-wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
}

#upcoming-events-wrap a {
    display: block;
    width: calc(25% - .625em);
    margin: 0 .3125em .625em .3125em;
    text-decoration: none;
}

#upcoming-events-wrap a:hover {
    color: #008672;
}

#upcoming-events-wrap a ul {
    width: 100%;
    height: 100%;
    border: 2px solid #EF8780;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#upcoming-events-wrap a ul li {
    padding: .3125em .3125em 0 .3125em;
}

#upcoming-events-wrap a ul li.event-date {
    color: #404040;
    font-weight: bold;
    font-size: .75em;
}

#upcoming-events-wrap a ul li.event-date span::after {
    content: ' & ';
}

#upcoming-events-wrap a ul li.event-date span:last-child::after {
    content: '';
}

#upcoming-events-wrap a ul li.event-thumb {
    text-align: center;
    min-height: 200px;
    background-color: #000;
    margin: 0 .3125em .625em .3125em;
    position: relative;
    overflow: hidden;
}

#upcoming-events-wrap a ul li.event-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#upcoming-events-wrap a ul li.event-detail {
    color: #404040;
    font-size: .75em;
}

#upcoming-events-wrap a ul li.event-title {
    font-weight: bold;
}

.see-more-button {
    text-align: right;
    margin: 1.875em auto 0 auto;
}

.see-more-button a {
    background-color: #008672;
    color: #fff;
    font-weight: bold;
    padding: .625em 1.25em;
    border-radius: 40px;
    font-size: 1.125em;
    text-decoration: none;
}

.bk-black {
    background-color: #252b33;
}

.access-wrap {
    padding: 3.75em 1.25em 3.75em 1.25em;
    margin: 3.75em auto auto auto;
    color: #fff;
    max-width: 1170px;
}

.access-wrap h2 {
    text-align: center;
    color: #fff;
}

.access-wrap article {
    display: flex;
    gap: 2.5em;
}

.access-wrap article div.map-image {
    width: 30%;
}

.access-wrap article div.map-image a:focus-visible {
    outline: 4px dashed white;
}

.access-wrap article div.address-station-wrap {
    width: 70%;
	padding-bottom: 1em;
}

.access-wrap article div img {
    width: 100%;
}

.access-wrap article div.address-station-wrap .address {
    display: flex;
    width: 100%;
}

.access-wrap article div.address-station-wrap .address p {
    width: 50%;
}

.access-wrap article div.address-station-wrap .address a {
    background-color: #bd8d00;
    font-size: 1.25em;
    font-weight: bold;
    padding: .625em 2.5em .625em 1.25em;
    border-radius: 50px;
    color: #fff;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
}

.access-wrap article div.address-station-wrap .address a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .625em;
    background-image: url(/images/common/map.svg);
    background-size: cover;
    width: 1.875em;
    height: 1.875em;
}

.access-wrap article div.address-station-wrap .address a::after {
    content: '';
}

.access-wrap article div.address-station-wrap .address a:focus {
    outline: 4px dashed white;
}


.access-wrap article div.address-station-wrap p {
    margin: .3125em 0 .3125em 0;
}

.access-wrap article div.address-station-wrap h3,
.access-wrap article div.address-station-wrap h4 {
    margin: .625em 0 .3125em 0;
}

.access-wrap article div.address-station-wrap h4.tsukuba {
    color: #06B0F0;
}

.access-wrap article div.address-station-wrap h4.sky-tree {
    color: #EB6294;
}

/* */


.top_title_1 {
    color: #666;
}


/* --- Responsive Styles (max-width: 769px) --- */
@media screen and (max-width: 769px) {

    #event_info_wrap {
        width: auto;
        display: block;
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    #event_info_wrap #event_wrap,
    #event_info_wrap #info_wrap {
        width: auto;
        height: 31.25em;
    }

    #event_info_wrap #event_wrap ul,
    #event_info_wrap #info_wrap ul {
        margin: .625em 0 0 .3125em;
        padding: 0 .3125em 0 .3125em;
        overflow-y: scroll;
        height: 26.875em;
    }

    #event_info_wrap #event_wrap ul {
        overflow-y: scroll;
    }

    #event_info_wrap #event_wrap {
        margin-right: inherit;
    }

    #event_info_wrap #info_wrap {
        margin-left: inherit;
        margin-top: 1.875em;
        margin-bottom: 1.875em;
    }

    #event_info_wrap .subject_erea {
        margin: 0;
        padding: 0;
    }

    #event_info_wrap .subject_erea p {
        font-size: .875em;
    }

    #event_info_wrap ul li a {
        display: block;
    }

    #event_info_wrap #info_wrap ul li {
        padding: 1.25em 0 1.25em 0;
        border-bottom: 1px solid #EEBBC7;
    }

    #event_info_wrap #info_wrap ul li p.date {
        font-size: 1em;
        color: #404040;
    }

    #event_info_wrap #info_wrap ul li p.title {
        font-size: 1em;
        color: #000;
        padding-top: .625em;
        padding-right: .625em;
    }

    #event_info_wrap #event_wrap ul li img {
        width: 17.1875em;
    }

    #event_info_wrap ul li div.thumb {
        width: auto;
        padding-right: 0;
    }

    #event_info_wrap ul li div.thumb img {
        width: auto;
    }

    #event_info_wrap ul li div.text-area {
        width: auto;
    }

    #upcoming-events-wrap {
        display: flex;
        padding: 1.625em 1.25em 0 1.25em;
        align-items: stretch;
        flex-wrap: wrap;
        width: 100%;
    }

    #upcoming-events-wrap a {
        display: block;
        width: calc(50% - .25em);
        margin: 0 .125em .25em .125em;
    }

    #upcoming-events-wrap a ul {
        width: 100%;
        height: 100%;
        border: 2px solid #EF8780;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
        padding: .625em .625em;
    }

    #upcoming-events-wrap a ul li {
        padding: 0;
        margin-bottom: 0;
    }

    #upcoming-events-wrap a ul li.event-thumb {
        min-height: 150px;
        margin-top: .625em;
    }

    .access-wrap {
        width: 100%;
        padding: 0 1.25em 0 1.25em;
        margin: 3.75em auto 1.875em auto;
        color: #fff;
    }

    .access-wrap article {
        display: block;
        gap: 0;
    }

    .access-wrap article div.map-image {
        width: 100%;
    }

    .access-wrap article div.address-station-wrap {
        width: 100%;
		padding-bottom: 1em;
    }

    .access-wrap article div.address-station-wrap .address {
        display: block;
        width: 100%;
    }

    .access-wrap article div.address-station-wrap .address p {
        width: 100%;
        padding-bottom: .625em;
    }

}

/* 土台のCSS */
.header_search_wrap {
    width: 18.75em;
    position: absolute;
    display: none;
    top: calc(50% + 5.625em);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: sans-serif;
}

@media screen and (max-width: 1000px) {
    .header_search_wrap {
        display: block;
    }
}

/* 「公演検索」タイトルのスタイル */
.header_search_wrap .title {
    font-size: 1.25em;
    font-weight: bold;
    color: #333;
    /* 文字色を濃いグレーに */
    text-align: center;
    margin-bottom: .75em;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* 検索フォーム全体のスタイル */
.header_search_wrap form {
    position: relative;
    display: flex;
    /* 入力欄とボタンを横並びに */
}

/* 検索入力フィールドのスタイル */
.search-field {
    width: 100%;
    height: 3em;
    padding: 0 3.125em 0 1.125em;
    /* 内側の余白（右側はアイコン分空ける）*/
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 24px;
    /* 角を丸くする */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    /* ほんのり影をつける */
    -webkit-appearance: none;
    /* iOSでのデフォルトスタイルを無効化 */
    outline: none;
    /* フォーカス時の枠線を消す */
    transition: all 0.2s ease-in-out;
    /* アニメーション効果 */
    color: #000 !important;
}

.search-field::placeholder {
  color: #666;
}

/* 入力フィールドにフォーカスした時のスタイル */
.search-field:focus {
    border-color: #007bff;
    /* 枠線の色を変更 */
/*    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);*/
    /* 外側に光彩効果 */
    outline: 4px dashed white;
}

/* 検索ボタンのスタイル */
#search_submit {
    position: absolute;
    /* フォームを基準に絶対配置 */
    right: .375em;
    /* 右端からの位置 */
    top: 50%;
    transform: translateY(-50%);
    /* 上下中央に配置 */
    width: 2.375em;
    height: 2.375em;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* 検索アイコンのスタイル */
.header_search_icon {
    width: 1.375em;
    height: 1.375em;
    opacity: 0.6;
    /* 少し透明にする */
}

.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}
