/*!
Theme Name: hanayashiki-kagekijo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: hanayashiki-kagekijo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Reset & Base Styles */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    background: #262e39;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1 {
    font-size: 2em;
    margin: 0;
}

h1.header_logo_wrap {
	font-size: 1.1em;
}

p {
    margin-bottom: 1.5em;
}

a {
    background-color: transparent;
    color: #008673;
}

a:visited {
    color: #008673;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #008673;
    text-decoration: none;
}

a:focus-visible {
    outline: 4px dashed #008673;
}

a:hover,
a:active {
    outline: 0;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

hr {
    box-sizing: content-box;
    overflow: visible;
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: .9375em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: .9375em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template,
[hidden] {
    display: none;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    color: #fff;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: .75em;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 5px dotted ButtonText;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: white;
    border: 1px solid #ccc;
    border-radius: .1875em;
    padding: .1875em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #white;
}

input[type="password"] {
    color: #333 !important;
}

select {
    border: 1px solid #ccc;
}

textarea {
    overflow: auto;
    width: 100%;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

/* Layout & General Structure */
.site-content {
    margin-top: 7.5em;
}

main {
    margin-top: 10em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.5em;
    width: 1170px;
}

.site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.5em;
    z-index: 100;
    background-size: cover;
    background-position: top;
	background: #262e39;
/*
    background: linear-gradient(to right, rgba(32, 37, 42, 0.9) 0%, rgba(42, 50, 59, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20252a', endColorstr='#2a323b', GradientType=1);
*/
}

.header_content_wrap {
    width: 100%;
    max-width: 1168px;
    margin: auto;
}

.header_logo_wrap {
    position: absolute;
}

.custom-logo-link {
    display: inline-block;
}

.custom-logo-link img {
    width: 150px;
    margin: 1.125em;
}

.header_top_content_wrap {
    background: #161616;
    height: 37px;
}

.site-description {
    color: #B3B3B3;
    font-size: .6875em;
    margin: 0;
    line-height: 37px;
    width: 630px;
    float: left;
}

.header_top_right_content_wrap {
    float: right;
    margin-top: .5625em;
}

.header_top_contact_link {
    text-decoration: none;
    color: #FDCCAE !important;
    font-size: .75em;
    line-height: 19px;
    vertical-align: top;
    margin-top: .0625em;
    display: inline-block;
    margin-left: 4.0625em;
}

.header_top_contact_link:visited {
    color: #FDCCAE !important;
}

.header_top_contact_link:hover {
    color: #FDCCAE;
}

.header_top_contact_link i {
    font-size: 1.25em;
    color: #FDCCAE !important;
}

.header_top_contact_link p {
    margin: 0 .3125em;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
}

.header_top_content_icon_facebook {
    width: 19px;
    margin-right: 2.1875em;
}

.header_top_content_icon_twitter {
    width: 22px;
    margin-right: 2.1875em;
}

.header_top_content_icon_instagram {
    width: 18px;
}


/* Navigation */
.main-navigation {
    text-align: center;
    margin-top: 1.5625em;
    width: 830px;
    float: right;
    clear: both;
    display: block;
    position: relative;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 220px;
    font-size: .8125em;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation li {
    list-style: none;
    float: left;
    position: relative;
}

.main-navigation li:not(:last-child) {
    margin-right: 2.1875em;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    vertical-align: middle;
    font-size: .9375em;
    z-index: 20;
    color: #fff;
    margin-top: .3125em;
}

.main-navigation a:visited {
    color: #fff;
}

.main-navigation a:hover {
    color: #fff;
}

.main-navigation a:focus-visible {
    outline: 4px dashed white;
}

.sub-menu {
    margin: 0;
    padding: 0;
}

.sub-menu li {
    margin: 0 !important;
    padding: 0;
}

.sub-menu li a {
    background: #262e39;
/*
    background: linear-gradient(to right, rgba(32, 37, 42, 0.9) 0%, rgba(42, 50, 59, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20252a', endColorstr='#2a323b', GradientType=1);
*/
    margin: 0;
    padding: .75em;
    text-align: left;
}

.sub-menu li a:focus-visible {
    outline: 4px dashed white;
}

.main-navigation li span {
    display: none;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* Pages & Content */
.single_page_wrap {
    width: 95%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 3.5em !important;
}

.single_page_wrap h1 {
    font-size: 1.5em !important;
}

.single-page {
    padding-bottom: 3.5em !important
}

.page-header {
    text-align: center;
    color: #fff;
    margin-bottom: 2.5em;
}

.entry-title {
    color: #FFFFFF;
    margin: .625em auto;
    margin-bottom: 2em !important
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.archive .content-area,
.search .content-area,
.blog .content-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1170px;
    margin: auto;
}

.archive .site-main {
    width: 100%;
    max-width: 800px;
}

.page-id-106 .site-main,
.page-id-7 .site-main {
    display: block;
    max-width: 50000px;
}

/* Comments */
.comments-area {
    display: none;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets */
.widget-area {
    max-width: 300px;
    margin-top: 3.125em;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.widget-title {
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #efefef !important;
}

.widget-title::after {
    content: "";
    flex-grow: 1;
    display: block;
    margin-left: 3.125em;
    height: 1px;
    background: #4c5866 !important;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul,
.widget_newpostcatch ul,
.widget_custom_html ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_recent_entries li,
.widget_categories li,
.widget_archive li {
    margin: .625em;
}

.widget_newpostcatch li,
.widget_custom_html li {
    margin-bottom: .625em;
}

.widget_recent_entries a,
.widget_recent_entries a:visited {
    color: #FFFFFF;
    font-size: .8125em;
}

.widget_categories a {
    color: #fff;
    font-size: .8125em;
}

.widget_categories a:visited {
    color: #fff;
}

.widget_categories a:focus-visible {
    outline: 4px dashed white;
}

.widget_archive li {
    color: #fff;
    font-size: .8125em;
}

.widget_archive a,
.widget_archive a:visited {
    color: #fff;
    font-size: .8125em;
}

.widget_archive a:focus-visible {
    outline: 4px dashed white;
}

.widget_newpostcatch li a {
    display: flex;
    flex-wrap: wrap;
    font-size: .8125em;
    color: #fff;
    text-decoration: none;
}

.widget_newpostcatch li a:visited {
    color: #fff;
}

.widget_newpostcatch li a:focus-visible {
    outline: 4px dashed white;
}

.widget_newpostcatch li a:hover {
    text-decoration: underline;
}

.widget_newpostcatch li img {
    display: block;
    width: 110px;
    height: 70px;
    margin-right: .625em;
}

.widget_newpostcatch .title {
    display: block;
    width: 170px;
}

.widget_search .widget-title {
    display: none;
}

.widget_custom_html input[type="submit"] {
    color: #FF7F00;
    background: none;
    width: 100px;
    height: 30px;
    border-radius: 0;
    border: solid 2px #FF7F00;
    padding: 0;
}

.widget_custom_html input[type="submit"]:hover {
    border: solid 2px #FF7F00;
    background: #FF7F00;
    color: #000000;
}

/* Footer */
.site-footer {
    height: 200px;
    background: #1F1F1F;
    color: #B3B3B3;
    border-top: solid 8px #4E4E4E;
    border-bottom: solid 8px #4E4E4E;
}

.footer_contents_wrap {
    width: 100%;
    max-width: 1168px;
    margin: auto;
}

.footer_top_contents_wrap {
    border-bottom: solid 1px #4E4E4E;
    height: 70px;
}

.footer_logo {
    width: 123px;
    margin-top: 1.25em;
    margin-right: 2.1875em;
    float: left;
}

.footer_description {
    display: inline;
    font-size: .75em;
    margin-top: 1.6875em;
    float: left;
}

.footer_copyright {
    display: inline;
    font-size: .75em;
    float: right;
    margin-top: 1.6875em;
}

.footer_menu {
    margin: .625em;
    margin-left: 0;
    font-size: .75em;
}

.footer_menu a,
.footer_menu a:visited {
    color: #B3B3B3;
    text-decoration: none;
}

.footer_menu a:hover {
    text-decoration: underline;
}

.footer_sns_icons_wrap {
    margin-top: 1.25em;
    margin-left: .625em;
}

footer_sns_icons_wrap {
    /* Typo in original CSS? Assuming it's a class */
    margin-right: .625em;
}

.footer_sns_icon {
    width: 25px;
}

/* Utility Classes */
/* 2025.10.10 不要なら削除する予定 for A11Y
.pc_br::after {
    content: "\A";
    white-space: pre;
}

.sp_br::after {
    content: "\A";
    white-space: pre;
}
*/

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.full {text-align: justify;}
.underline {text-decoration: underline;}
.overline {text-decoration: overline;}
.strikethrough {text-decoration: line-through;}

.bold {font-weight: bold;}
.italic {font-style: italic;}

.xx-small {font-size: xx-small !important;}
.x-small {font-size: x-small !important;}
.small {font-size: small !important;}
.medium {font-size: medium !important;}
.large {font-size: large !important;}
.x-large {font-size: x-large !important;}
.xx-large {font-size: xx-large !important;}
.xxx-large {font-size: xxx-large !important;}

.smaller {font-size: smaller !important;}
.larger {font-size: larger !important;}

.blue7 {color: #C4DBFF !important;}
.blue6 {color: #91B2E8 !important;}
.blue16 {color: #06B0F0 !important;}
.blue5 {color: #779FE4 !important;}
.blue15 {color: #149ED9 !important;}
.blue19 {color: #F0F8FF !important;}
.blue18 {color: #E0EFFF !important;}
.blue17 {color: #CAEEFC !important;}
.brown6 {color: #CBA59D !important;}
.brown5 {color: #B4928B !important;}
.brown4 {color: #BF8A77 !important;}
.gold11 {color: #A8925D !important;}
.gold12 {color: #BC8D00 !important;}
.gray13 {color: #939DA5 !important;}
.gray12 {color: #8A96A0 !important;}
.gray15 {color: #F9F9F9 !important;}
.green4 {color: #B7DE97 !important;}
.green3 {color: #AED282 !important;}
.green12 {color: #00A88F !important;}
.pink3 {color: #FFC1C1 !important;}
.pink2 {color: #EF8780 !important;}
.pink {color: #EF8680 !important;}
.pink4 {color: #FCEFEF !important;}
.purple2 {color: #A99DF6 !important;}
.red14 {color: #FA707E !important;}
.yellow11 {color: #FFEF02 !important;}
.yellow {color: #FFE67A !important;}
.white {color: white !important;}
.black12 {color: #262E39 !important;}
.black11 {color: #333333 !important;}
.blue11 {color: #156082 !important;}
.blue12 {color: #0A66C2 !important;}
.blue13 {color: #1E7EAC !important;}
.blue14 {color: #007EB4 !important;}
.gray11 {color: #666666 !important;}
.gray14 {color: #404040 !important;}
.green11 {color: #008673 !important;}
.purple11 {color: #A20100 !important;}
.red11 {color: #C30D23 !important;}
.red12 {color: #DB3928 !important;}

.blue7-bg {background-color: #C4DBFF !important;}
.blue6-bg {background-color: #91B2E8 !important;}
.blue16-bg {background-color: #06B0F0 !important;}
.blue5-bg {background-color: #779FE4 !important;}
.blue15-bg {background-color: #149ED9 !important;}
.blue19-bg {background-color: #F0F8FF !important;}
.blue18-bg {background-color: #E0EFFF !important;}
.blue17-bg {background-color: #CAEEFC !important;}
.brown6-bg {background-color: #CBA59D !important;}
.brown5-bg {background-color: #B4928B !important;}
.brown4-bg {background-color: #BF8A77 !important;}
.gold11-bg {background-color: #A8925D !important;}
.gold12-bg {background-color: #BC8D00 !important;}
.gray13-bg {background-color: #939DA5 !important;}
.gray12-bg {background-color: #8A96A0 !important;}
.gray15-bg {background-color: #F9F9F9 !important;}
.green4-bg {background-color: #B7DE97 !important;}
.green3-bg {background-color: #AED282 !important;}
.green12-bg {background-color: #00A88F !important;}
.pink3-bg {background-color: #FFC1C1 !important;}
.pink2-bg {background-color: #EF8780 !important;}
.pink-bg {background-color: #EF8680 !important;}
.pink4-bg {background-color: #FCEFEF !important;}
.purple2-bg {background-color: #A99DF6 !important;}
.red14-bg {background-color: #FA707E !important;}
.yellow11-bg {background-color: #FFEF02 !important;}
.yellow-bg {background-color: #FFE67A !important;}
.white-bg {background-color: white !important;}

.bk-white {
    background-color: #fff;
}

.green_color {
    color: #00a88f;
}

.flex_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.display_pc {
    display: block;
}

.display_sp {
    display: none;
}

.pc-none {
    display: none;
}

.open_sans_bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.open_sans_normal {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.alignleft {
    display: inline;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    white-space: nowrap;
    word-wrap: normal !important;
}

.sr-only:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #007564;
    display: block;
    font-size: .875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: .9375em 1.4375em .875em;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Components */
.read_more_button {
    position: relative;
    border-radius: 5px;
    background: #B9A36E;
    width: 140px;
    height: 40px;
    margin: auto;
    text-align: center;
}

.read_more_button a,
.read_more_button a:visited {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}

.see_more_button {
    width: 211px;
    height: 38px;
    border: solid 1px #007E6A;
    border-radius: 19px;
    color: white;
    overflow: hidden;
}

.see_more_button a,
.see_more_button a:visited {
    color: white;
    text-decoration: none;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: .875em;
    text-align: center;
    background: #007E6A;
}

.get_ticket a,
.get_ticket a:visited {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    background: #007E6A;
    text-align: center;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: .75em !important;
}

.sns_share_links {
    width: 100%;
    max-width: 570px;
    margin: 1.875em auto;
}

.sns_share_links ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.sns_share_link {
    list-style: none;
    width: 170px;
    height: 53px;
    text-align: center;
    position: relative;
    margin: .625em;
}

.sns_share_link span {
    padding-left: .3125em;
}

.sns_share_link a,
.sns_share_link a:visited,
.sns_share_link a:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    font-size: 1em;
    line-height: 53px;
}

.facebook a {
    background: #3B5998;
}

.twitter a {
    background: #0A66C2;
}

.line a {
    background: #007C2E;
}

.title_1_dot {
    display: inline-block;
    width: 5px;
    height: 16px;
    background: #00c8aa;
    margin-top: .1875em;
    margin-right: 1em;
}

.title_1 {
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
}

.content_blockquote {
    margin: 1.875em 0;
    padding-left: 1.25em;
    font-size: 1.5625em;
    border-left: solid .3125em #007E6A;
}

.content_title_h3 {
    font-size: 1.3em !important;
    border-left: .25em solid #4c5866;
    padding-left: 1em;
}

.boxstl01 {
    border: 1px dotted #4c5866;
    padding: 1.5em !important;
    width: 95%;
    background: #29303a;
}

.cookie-setting {
    padding: .3125em 0;
    text-align: center;
}

.cookie-setting p {
    margin-top: 0;
    margin-bottom: .9375em;
}

.cookie-setting a {
    font-size: .75em;
    color: #B3B3B3;
}

/* WordPress Specific */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: .875em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content a:focus-visible,
.entry-cat a:focus-visible {
    outline: 4px dashed white;
}

embed,
iframe,
object {
    max-width: 100%;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/* Plugins & Misc */
.mec-event-list-standard .mec-date-details,
.mec-event-list-standard .mec-local-time-details,
.mec-event-list-standard .mec-time-details,
.mec-event-list-standard .mec-venue-details {
    position: relative;
    margin-bottom: 1.25em;
    line-height: 160%;
}

.mec-event-list-standard .mec-date-details:before,
.mec-event-list-standard .mec-local-time-details:before,
.mec-event-list-standard .mec-time-details:before,
.mec-event-list-standard .mec-venue-details:before {
    content: '\f041';
    font-family: fontawesome;
    position: absolute;
    left: 6px;
    font-size: .9375em;
}

.mec-event-list-standard .mec-date-details:before {
    content: '\f073';
}

.mec-event-list-standard .mec-time-details:before {
    content: '\f017';
}

.mec-color,
.mec-color-before :before,
.mec-color-hover:hover,
.mec-wrap .mec-color,
.mec-wrap .mec-color-before :before,
.mec-wrap .mec-color-hover:hover {
    color: #40d9f1;
}

.schedule_wrap .mec-color,
.schedule_wrap .mec-color-before :before,
.schedule_wrap .mec-color-hover:hover,
.schedule_wrap .mec-wrap .mec-color,
.schedule_wrap .mec-wrap .mec-color-before :before,
.schedule_wrap .mec-wrap .mec-color-hover:hover {
    color: #00c8aa !important;
}

.schedule_wrap .mec-event-list-standard .mec-date-details:before,
.schedule_wrap .mec-event-list-standard .mec-time-details:before,
.schedule_wrap .mec-event-list-standard .mec-venue-details:before {
    font-size: 1.5625em !important;
}

.schedule_wrap .mec-event-meta {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    color: #E32B11 !important;
}

.mec-event-list-standard .mec-time-details {
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 400;
    color: #E32B11;
    padding-top: 0;
    text-align: left;
}

.mec-single-modern .col-md-4 .mec-frontbox,
.mec-single-modern .col-md-4 .mec-sponsors-details {
    margin-top: -3.125em;
    margin-bottom: 4.375em;
    padding: 1.25em;
    border: none;
    box-shadow: none;
}

.access_wrap {}

.access_wrap p {
    margin: inherit;
}

.access_wrap>.access {
    margin-bottom: inherit;
    padding-bottom: 3.75em;
}

.access_wrap>.access>p {
    font-size: 1.125em;
    margin: inherit;
    margin-bottom: inherit;
}

.access_wrap div {}

.simple_map {
    margin-top: 0px;
    margin-bottom: 3.75em;
    display: flex;
}

.simple_map div:nth-child(1) {
    width: 40%;
    text-align: center;
}

.simple_map div:nth-child(2) {
    width: 60%;
    text-align: left;
}

.simple_map div:nth-child(2) p {
    padding-bottom: 1.25em;
    padding-left: .625em;
}

.simple_map .map_image {
    text-align: center;
}

.simple_map .map_image img {
    width: 300px;
    margin-right: auto !important;
    margin-left: auto !important;
}

table.eventinfo {
    width: 100%;
    margin: 1.5em 0 1.5em 0;
    font-size: 92%;
}

table.eventinfo th,
table.eventinfo td {
    padding: .375em .75em !important;
    text-align: left;
}

table.eventinfo th {
    background-color: #242e37;
    color: #8a96a0 !important;
}

table.eventinfo td {
    border-bottom: 1px solid #1c252d;
    color: #8a96a0 !important;
}

td.price {
    text-align: right !important;
    width: 18% !important;
}

span.note {
    display: block;
    margin-bottom: 1.5em;
    font-size: 84%;
}

ol.number,
ol.number ul,
ul.disc {
    margin-left: 0;
    margin-bottom: 3em !important;
}

ol li,
ul li {
    margin-bottom: 0.5em;
}

.mec-month-divider span {
    color: #efefef !important;
}

.mec-single-event .mec-event-meta h6 {
    text-transform: none;
}

.mec-single-modern .mec-single-event-organizer {
    border-bottom: 1px solid #e4e4e4;
}

.top_slider_border_bottom {
    background-color: #aea07e !important;
}

.ec-slider-t3-footer p.grid_event_description {
    color: #fff !important;
}

p.upcoming_event_description {
    margin-bottom: 3em !important;
}

.news_widget_news {
    margin-bottom: 2em !important;
}

.top_news {
    margin-bottom: 5em !important;
}

.top_news h1 {
    margin-bottom: 2em !important;
}

.blog_subscription_title {
    color: #aea07e !important;
}

#subscribe-text p {
    color: #8a96a0 !important;
}

.blog_subscription_wrap #subscribe-email input {
    border: none !important;
    color: #8a96a0 !important;
    background-color: #262c34 !important;
}

.schedule_wrap .mec-event-description {
    font-size: .875em !important;
}

.blog_subscription_wrap {
    border-top: 1px solid #262c34 !important;
}

.mec-single-event-additional-organizers {
    background: none !important;
}

.mec-single-event-additional-organizers h3.mec-events-single-section-title {
    display: none !important;
}

dd.mec-organizer i.mec-sl-home {
    display: none !important;
}

.question {
    border-bottom: 1px solid #4c5866 !important;
}

#access-wrap #address {
    padding: 2em 0 1.25em 0;
    width: 100%;
}

#access-wrap #address .address-label {
    background-color: #0A66C2;
    color: #fff;
    font-size: 1.125em;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: .625em 1.25em;
    margin: .625em 0;
}

#access-wrap #address .address-value {
    font-size: 1.5em;
    color: #fff;
    padding: 0 0 0 .625em;
}

#google-maps iframe {
    width: 100%;
    height: 500px;
}

#access-wrap .trafic {
    background-color: #CAEEFC;
    padding: 1.25em 1.25em 1.25em 6.25em;
    border-radius: 20px;
    margin: 0 0 1.25em 0;
    position: relative;
    list-style: none;
}

#access-wrap ul::before {
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    left: 32px;
    width: 50px;
    height: 50px;
    background-size: contain;
    transform: translateY(-50%);
    background-position: center;
}

#access-wrap ul.train::before {
    background-image: url(/images/access/train.svg);
}

#access-wrap ul.car::before {
    background-image: url(/images/access/car.svg);
}

#access-wrap .trafic li {
    color: #404040;
    font-size: 1.125em;
    position: relative;
}

#access-wrap .trafic li p {
    margin-top: 0;
    margin-bottom: 0;
}

.floor-map-image {
    width: 840px;
    text-align: left;
    margin: auto;
}

.floor-map-image img {
    width: 100%;
}

.announce-emergency,
.announce-low-urgency {
    box-sizing: border-box;
    background-color: #fff;
    margin: 1.875em auto 0 auto;
    border-radius: 8px;
}

.announce-emergency {
    border: 4px solid #C62828;
    color: #C62828;
    padding: 1.25em .625em;
    text-align: center;
}

.announce-emergency h3,
.announce-emergency p {
    color: #C62828;
}

.announce-low-urgency {
    color: #404040;
    border: 2px solid #aaa;
    padding: 1.25em .625em;
    text-align: center;
}

.announce-emergency h3,
.announce-low-urgency h3 {
    font-size: 1.3125em;
    font-family: 'mpuls-extra-bold';
}

.announce-emergency div,
.announce-low-urgency div {
    font-size: 1.125em;
}

.list-none {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.list-none li {
    position: relative;
    text-align: left;
}

.margin-bottom-40 {
    margin-bottom:2.5em;
}

.map-container {
    position: relative;
    width: 100%;
    /* 16:9 の場合 9/16 = 5625% */
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Media Queries */
@media screen and (max-width: 1180px) {
    main {
        margin-top: 12.5em;
        width: auto;
        padding-left: 1.25em;
        padding-right: 1.25em;
    }
}

@media screen and (max-width: 1000px) {
    .site-content {
        margin-top: 5.625em;
    }

    .single_page_wrap {
        margin: auto;
    }

    .site-header {
        height: 5.625em;
    }

    .header_logo_wrap {
        position: relative;
		background: #262e39;
/*
		background: linear-gradient(to right, rgba(32, 37, 42, 0.9) 0%, rgba(42, 50, 59, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20252a', endColorstr='#2a323b', GradientType=1);
*/        
		height: 90px;
    }

    .header_content_wrap {
        text-align: center;
    }

    .header_top_content_wrap,
    .site-navigation {
        display: none;
    }

    .custom-logo-link {
        margin-top: 0.5em;
        margin-right: 3.75em;
    }

    .custom-logo-link img {
        width: 158px;
    }

    .main-navigation {
        width: 100%;
    }

    .main-navigation li {
		background: #262e39;
/*
		background: linear-gradient(to right, rgba(32, 37, 42, 0.9) 0%, rgba(42, 50, 59, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20252a', endColorstr='#2a323b', GradientType=1);
*/
		width: 100%;
        height: 50px;
        /*line-height: 50px;*/
        vertical-align: middle;
        text-align: left;
        padding-left: 1.875em;
        padding-top: .625em;
        padding-bottom: .625em;
    }

    .main-navigation li span {
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        width: 50px;
        height: 100%;
        text-align: right;
        padding-right: 1.25em;
    }

    .main-navigation li span i {
        line-height: 50px;
        font-size: 1.25em;
    }

    .main-navigation li a,
    .main-navigation li a:visited {
        color: #fff;
        margin-top: 0;
    }

    .main-navigation li:not(:last-child) {
        margin: 0;
    }

    .main-navigation li p {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 50px);
        height: 50px;
        margin: 0;
    }

    .menu-toggle,
    .menu-toggle span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-toggle {
        position: absolute;
        top: -90px;
        right: 20px;
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        z-index: 20;
    }

    .menu-toggle:focus-visible {
	    outline: 4px dashed white;
    }

    .menu-toggle span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: white;
    }

    .menu-toggle span:nth-of-type(1) {
        top: 0;
    }

    .menu-toggle span:nth-of-type(2) {
        top: 13px;
    }

    .menu-toggle span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-toggle[aria-expanded="true"] span:nth-of-type(1) {
        transform: translateY(14px) rotate(-45deg);
    }

    .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
        transform: translateY(-13px) rotate(45deg);
    }

    .main-navigation ul {
        display: block !important;
        position: fixed;
        top: -780px;
        transition: all 300ms 0s ease;
        margin: 0;
        padding-left: 0;
        width: 100%;
        z-index: -1;
    }

    .main-navigation.toggled ul {
        top: 120px;
        z-index: 10;
	height: calc(100vh - 120px);
	overflow-y: auto;
    }

    .sub-menu li {
        display: none !important;
    }

    .sp_menu_item {
        display: block !important;
    }

    .sp_sub_menu_item {
        display: none;
/*        padding-left: 3.125em !important; */
    }

    .sp_menu_has_children {
        display: block;
    }

    .pc_menu_item {
        display: none !important;
    }

    .footer_contents_wrap {
        text-align: center;
    }

    .footer_copyright {
        display: none;
    }

    .footer_logo {
        margin-right: 0px;
        float: none;
    }

    .pc-none {
        display: inline;
    }
}

@media screen and (min-width: 1001px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    .alignleft {
        float: left;
    }
}

@media screen and (max-width: 850px) {
/* 2025.10.10 不要なら削除する予定
    .pc_br::after {
        content: "\A";
        white-space: pre;
    }

    .sp_br::after {
        content: "\A";
        white-space: pre;
    }
*/
    .sp_text_center {
        text-align: center !important;
    }
}

@media screen and (max-width: 840px) {
    .floor-map-image {
        width: auto;
        text-align: center;
    }
}

@media screen and (max-width: 769px) {
    .access_wrap>.access {
        padding-bottom: 1.875em;
    }

    .simple_map {
        margin-bottom: 1.875em;
        display: block;
    }

    .simple_map div:nth-child(1) {
        width: auto;
    }

    .simple_map div:nth-child(2) {
        width: auto;
        padding-top: 1.25em;
    }

    .simple_map div:nth-child(2) p {
        padding-left: inherit;
        padding-bottom: .3125em;
    }

    .announce-emergency,
    .announce-low-urgency {
        width: auto;
        margin: 0 .9375em 1.25em .9375em !important;
    }

    .announce-emergency {
        padding: 1.25em .625em !important;
    }

    .announce-low-urgency {
        border-color: #404040;
	padding: 1.25em .625em !important;
    }
}

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

    .display_pc {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    #menu-item-2666 {
        display: none;
    }

    .footer_bottom_contents_wrap {
        position: relative
    }

    .footer_link_hana {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media screen and (max-width: 750px) {
    .footer_link_hana {
        padding: .9375em 0
    }

    .site-footer {
        height: auto;
    }
}

@media (min-width: 600px) {
    .eventinfo_sp {
        display: none;
    }
}

@media (max-width: 600px) {
    .eventinfo_pc {
        display: none;
    }

    .eventinfo_sp th,
    .eventinfo_pc td,
    .eventinfo_sp_time {
        text-align: center;
    }

    .eventinfo_sp thead th {
        width: 50%;
    }

    .eventinfo_sp .eventinfo_base_sp_left1 {
        width: 30%;
    }
}

@media screen and (max-width: 480px) {
    main {
        margin-top: 10em;
    }
}

@media all and (-ms-high-contrast:none) {
    .top_slider_wrap .mec-slider-t3 .mec-slider-t3-content {
        top: 340px;
    }

    .mec-single-modern .mec-events-event-image img {
        height: auto !important;
    }

    .single_page_wrap {
        max-width: 600px;
    }
}

.top-hall-rental-button {
    position: fixed;
    top: 34px;
    right: 70px;
	z-index: 300;
    width: 110px;
}

a.top-hall-rental-button:focus-visible {
    outline: 4px dashed white;
}

@media screen and (max-width: 1180px) {
	.top-hall-rental-button {
    	position: fixed;
    	top: 34px;
    	right: 70px;
		z-index: 300;
	    width: 90px;
	}
}

@media screen and (max-width: 769px) {
	.main-navigation {
		width: 100%;
		float: none;
	}

    .custom-logo-link {
        margin-top: 0.5em;
        margin-right: 2em;
    }

    .custom-logo-link img {
        width: 130px;
    }    

	.header_logo_wrap {
		float: none;
		width: 100%;
	}

	.top-hall-rental-button {
        position: fixed;
        top: 46px;
        right: 60px;
        z-index: 300;
        width: 60px;
    }
}

@media screen and (max-width: 320px) {
    .top-hall-rental-button {
        position: fixed;
        top: 50px;
        right: 60px;
        z-index: 300;
        width: 50px;
    }
}
