@charset "utf-8";

body {
  width: 1068px;
  margin-inline: auto;
}

header {
  display: block;
  width: 100%;
  height: 222px;
  background-color: #e5e5e5;
  text-align: center;
}

#header-content p {
  margin: 0;
  font-size: 0.9rem;
}

#header-mobile p {
  display: none;
}

#container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
}

main {
  width: 750px;
  text-align: left;
}

article { 
  display: block;
}

nav {
  display: block;
  margin: 0 0 5px;
}

aside {
  display: block;
  width: 298px;
  text-align: left;
  margin: 0 0 10px;
}

.sticky {
  position: sticky;
  height: fit-content;
  top: 5px;
}

.wrapper {
  border-collapse: separate;
  border-spacing: 10px 0;
  display: table;
}

.box{
  display: table-cell;
}

.layer0 h1 {
  display: none;
}

.layer0 h2 {
  border-width: 0 0 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px 10px 2px;
  font-size: 1.3rem;
}

.layer1 h1 {
  display: none;
}

.layer1 h2 {
  border-width: 0 0 2px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px 10px 2px;
  font-size: 1.2rem;
}

.layer1 h3 {
  border-width: 0 0 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px 10px 2px;
  font-size: 1.1rem;
}

.layer2 h1 {
  border-width: 0 0 2px;
  border-style: solid;
  margin: 0 0 2px;
  padding: 10px 10px 0;
  font-size: 1.3rem;
}

.layer2 h2 {
  border-width: 0 0 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px 10px 2px;
  font-size: 1.2rem;
}

.layer2 h3 {
  border-width: 0 0 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px 10px 2px;
  font-size: 1.1rem;
}

.layer2 h4 {
  border-width: 0 0 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px 10px 2px;
  font-size: 1.0rem;
}

.layer3 h1 {
  border-width: 0 0 2px;
  border-style: solid;
  margin: 0 0 2px;
  padding: 10px 10px 0;
  font-size: 1.3rem;
}

.layer3 h2 {
  border-width: 0 0 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px 10px 2px;
  font-size: 1.1rem;
}

.layer3 h3 {
  border-width: 0 0 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px 10px 2px;
  font-size: 1.0rem;
}

hgroup {
  margin: 0;
  padding: 10px 0 8px;
}

hgroup p {
  margin: 0 10px;
  line-height: 1.6;
  color: #000000;
  text-shadow: 3px 3px 3px #cccccc;
  font-feature-settings: "palt";
  font-size: 1.0rem;
}

blockquote {
  background-color: #f9f9f9;
}

details hr {
  margin: 0 10px;
}

details p {
  margin-left: 1rem;
}

details ul {
  padding: 10px 1.2rem;
}

dl {
  margin: 5px 0;
}

dt {
  margin-top: 5px;
}

dd {
  margin: 0 0 5px 1rem;
}

figcaption {
  text-align: left;
}

li:target {
  background-color: #eaf4ff;
}

nav ol {
  margin-left: 12px;
}

nav ul {
  margin-left: 7px;
  list-style: none;
}

main img {
  margin: 5px 2px 0 0;
  border: 0;
}

figure img {
  margin: 0;
}

td img {
  margin: 0;
}

img.right-alignment {
  float: right;
  margin: 0 0 0 4px;
}

img.left-alignment {
  float: left;
  margin: 0 4px 0 0;
}

p.lead {
  text-shadow: 3px 3px 3px #cccccc;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}

p.aside-title {
  text-align: center;
  font-size: 0.9rem;
}

p.portrait {
  text-align: center;
}

p.profile {
  font-size: 0.9rem;
}

p.socialnetwork {
  line-height: 1.2;
  text-align: center;
  font-size: 2.4rem;
}

summary {
  cursor: pointer;
}

summary:hover {
  background-color: #eaf4ff;
}

table {
  margin: 10px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.fixed-col {
  width: 100%;
  table-layout: fixed;
}

dd table {
  margin: 0;
}

figure table {
  margin: 0;
}

th {
  border: 1px solid #dcdcdc;
  padding: 2px 10px 0;
  text-align: left;
  vertical-align: top;
}

td {
  border: 1px solid #dcdcdc;
  padding: 2px 10px 0;
  vertical-align: top;
}

table.first-col td:first-child {
  white-space: nowrap;
}

table.last-col td:last-child {
  white-space: nowrap;
}

table.righthalf-col td:last-child {
  width: 50%;
}

.adsbygoogle {
  margin-bottom: 5px !important;
  background-color: transparent;
}

.appendix {
  margin: 5px 0;
  padding: 5px 1em;
  border: 1px solid #dcdcdc;
  background-color: #f9f9f9;
  font-size: 0.9rem;
}

#breadcrumblist ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

#breadcrumblist li {
  font-size: 0.9rem;
}

#breadcrumblist li:not(:last-of-type)::after {
  color: #777777;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f0da";
  margin: 0.6rem;
}

#breadcrumblist li:last-child {
  max-width: 24em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contents-list {
  display: none;
}

.date {
  margin-top: 5px;
  padding: 0 10px;
}

.destination {
  margin: 5px 0;
  padding: 5px 0;
}

.destination table {
  width: 100%;
  line-height: 1.7;
  border-style: hidden;
}

.destination td {
  padding: 5px 10px 5px 0;
  border: 1px solid #dcdcdc;
}

.dialogue {
  margin: 5px 0;
}

.dialogue p {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

.fa-house,.fa-arrows-up-to-line,.fa-right-from-bracket {
  margin-right: 0.3rem;
}

.flyer {
  margin: 15px 0;
  padding: 0 10px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.flyer img {
  margin: 0;
}

#footnotes {
  margin: 10px 0;
  padding: 10px;
  font-size: 0.9rem;
  border-top: 3px double #dcdcdc;
}

.footnote-hat {
  margin-right: 4px;
}

a.footnote-hat {
  font-weight: bold;
}

.footnote-abc {
  margin-right: 4px;
  font-style: italic;
  font-weight: bold;
}

.grid th,.grid td {
  border: 0;
  padding: 0 2px 0 0;
}

.history {
  margin: 5px 0;
  padding: 5px 0;
}

.history table {
  width: 100%;
  line-height: 1.7;
}

.history table th:first-child {
  width: 9rem;
}

.intro {
  margin: 5px 0;
  padding: 5px 10px;
}

.mobile-visible {
  display: none;
}

#navigator {
  margin-bottom: 20px;
}

#navigator ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.note {
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 0.9rem;
  border: 1px solid #dcdcdc;
}

.note p {
  margin-left: 1em;
  text-indent: -1em;
}

.note ol,.note ul {
  margin-top: 5px;
  margin-bottom: 10px;
}

#performers .text {
  font-size: 0.9rem;
}

#performers th {
  border: 1px solid #ffffff;
  background-color: #f5f5f5;
}

#performers td {
  border: 1px solid #ffffff;
}

#references {
  margin: 10px 0;
  padding: 10px 10px;
  font-size: 0.9rem;
  border-top: 3px double #dcdcdc;
}

.reference {
  line-height: 0;
  vertical-align: super;
  font-size: 0.9rem;
}

.remark {
  margin: 15px 0;
  padding: 10px 10px;
  border-top: 3px double #dcdcdc;
}

#setlist .text {
  font-size: 0.9rem;
}

.sketch {
  margin: 10px 0 5px;
  padding: 10px 10px 0;
  border: 1px solid;
  border-color: transparent #dcdcdc #dcdcdc transparent;
  background-color: #f5f5f5;
}

.sketch p {
  margin: 0;
  text-align: right;
  line-height: 1.2;
  font-size: 0.9rem;
  color: #999999;
}

.subcategory {
  margin: 10px;
}

.subcategory li {
  line-height: 1.6;
}

.subtitle {
  margin-left: 2px;
  font-size: 0.9rem;
}

#tag {
  margin-bottom: 8px;
}

#tag ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

#tag li {
  margin-right: 1rem;
  padding: 0 10px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0 0 10px 0;
  font-family: sans-serif;
  font-feature-settings: "palt";
  font-size: 0.9rem;
}

#tag li::before {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f02b";
  margin-right: 0.2rem;
}

#tag li:empty {
  display: none;
}

.talk {
  margin-left: 2em;
  text-indent: -2em;
}

.text {
  margin: 5px 0;
  padding: 5px 10px;
}

.time {
  padding: 0 10px;
  font-size: 0.9rem;
}

.undertone {
  color: #999999;
}

.yamareco {
  position: relative;
  margin: 10px 0 0;
  padding-top: 67%;
  width: 100%;
}

.yamareco iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;  
}

.page-up {
  width: 48px;
  height: 36px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #12528a;
  opacity: 0.3;
  visibility: hidden;
}

.page-up.appearance {
  visibility: visible;
}

.page-up a {
  position: relative;
  display: block;
  width: 48px;
  height: 36px;
  text-decoration: none;
}

.page-up a::before {
  font-family: FontAwesome;
  font-weight: 900;
  content: '\f102';
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 16px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

footer {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #e5e5e5;
  text-align: center;
}

main footer {
  width: 100%;
  border-width: 2px 0 0;
  border-style: solid;
  background-color: transparent;
  margin-top: 20px;
  padding: 5px 0;
  text-align: left;
}

footer img {
  margin-right: 5px;
}

#profile {
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #c0c0c0;
  line-height: 1.6;
}

#socialbutton {
  margin: 20px 0;
  padding: 0 10px;
}

#socialbutton ul {
  margin-left: 0;
  list-style-type: none;
}

#socialbutton li {
  float: left;
  width: auto;
  margin-right: 8px;
  padding: 0;
}

#socialbutton li div {
  display: inline;
}

#socialbutton::before,#socialbutton::after {
  content: " ";
  display: table;
}

#socialbutton::after {
  clear: both;
}

#socialbutton {
  *zoom: 1;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#contents,#sns {
  margin-bottom: 5px;
  padding: 10px 20px;
  border: 1px solid #c0c0c0;
}

#contents p {
  margin-top: 5px;
  margin-left: 1rem;
}

#contents ul {
  margin: 0 5px;
}

#contents li {
  margin-left: 1rem;
  line-height: 1.6;
}

#search {
  position: relative;
  width:100%;
  margin:0 auto 8px;
}

#search td {
  border: 0;
  line-height: 1.8;
}

#search table,#search th,#search td {
  border: #ffffff;
}

#search .gsc-control-cse, 
#search .gsc-control-cse-ja,
#search .gsib_a {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: 0;
}

#search table.gsc-search-box td,
#search table.gsc-search-box input {
  vertical-align: middle !important;
  padding-right: 2px;
  padding-left: 2px;
}

#search input[type="text"] {
  border: 0;
}

.link-x-twitter a:hover {
  color: #32aded;
}

.link-threads a:hover {
  color: #000000;
}

.link-instagram a:hover {
  color: #ff4500;
}

.link-youtube a:hover {
  color: #ff0000;
}

#footer-content p {
  line-height: 1.6;
  font-size: 0.9rem;
}
