@charset "UTF-8";
.l-header__top {
  display: none;
}
@media (min-width: 1330px) {
  .l-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px 30px;
  }
}
.l-header__logo {
  width: 210px;
}
.l-header__content {
  display: flex;
  align-items: center;
}
.l-header__content-date {
  font-size: 19px;
}
.l-header__content-date .number-style {
  font-size: 1.4em;
}
.l-header__content-datedelay {
  color: #009be0;
  font-size: 17px;
}
.l-header__content-sns {
  width: 32px;
  margin-left: 15px;
}
@media (min-width: 1330px) {
  .l-header__nav-xs {
    height: 100%;
    background: #000;
  }
}
.l-header__button {
  margin-left: auto;
  position: fixed;
  top: 0px;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #000;
  transition: all 0.3s;
}
.l-header__button span,
.l-header__button span:before,
.l-header__button span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.l-header__button span:before {
  bottom: 8px;
}
.l-header__button span:after {
  top: 8px;
}
.l-header__button {
  padding-bottom: 5px;
}
.l-header__button:after {
  content: "メニュー";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.l-header__button {
  right: 0;
}
@media (min-width: 1330px) {
  .l-header__button {
    display: none;
  }
}
#menu-button-check:checked ~ .l-header__button {
  background: #000;
}
#menu-button-check:checked ~ .l-header__button span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-button-check:checked ~ .l-header__button span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-button-check:checked ~ .l-header__button span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-button-check:checked ~ .l-header__button:after {
  content: "閉じる";
}
.l-header #menu-button-check {
  display: none;
}
#menu-button-check:checked ~ .l-header__nav-xs-content {
  left: 0; /*メニューを画面内へ*/
}
.l-header__nav-xs-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  transition: all 0.5s;
  background-color: #000;
}
@media (min-width: 1330px) {
  .l-header__nav-xs-content {
    position: relative;
    width: inherit;
    left: inherit;
  }
}
@media (max-width: 1329px) {
  .l-header {
    /* モバイルのナビゲーションCSS */
  }
  .l-header__nav-xs-content-inner {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding: 100px 0 0 0;
  }
  .l-header__nav-xs-content-inner .menu-item {
    border-bottom: solid 1px #fff;
  }
  .l-header__nav-xs-content-inner .menu-item > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 12px 25px;
    font-size: 16px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .l-header__nav-xs-content-inner .menu-item > a small {
    display: none;
  }
  .l-header__nav-xs-content-inner .sub-menu {
    display: none;
    padding-left: 0.8em;
    background: rgba(255, 255, 255, 0.08);
  }
  .l-header__nav-xs-content-inner .sub-menu > .menu-item > a {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.5;
  }
  .l-header__nav-xs-content-inner .sub-menu li {
    border-bottom: 0;
  }
  .l-header__nav-xs-content-inner .sub-menu-more {
    width: 2.5em;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .l-header__nav-xs-content-inner .sub-menu-more .nav-status {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 1em;
    height: 1px;
    background: #fff;
    position: relative;
  }
  .l-header__nav-xs-content-inner .sub-menu-more .nav-status::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  .l-header__nav-xs-content-inner .sub-menu-active > .sub-menu {
    display: block;
  }
  .l-header__nav-xs-content-inner .sub-menu-active > a > .sub-menu-more .nav-status::before {
    display: none;
  }
  .l-header__nav-xs-content-inner .current-menu-item > a:after {
    content: "●";
    padding-left: 0.4em;
    color: #e00;
    font-size: 0.8em;
  }
}
@media (min-width: 1330px) {
  .l-header {
    /* デスクトップのナビゲーションCSS */
  }
  .l-header__nav-xs-menu {
    /* 最上層のUL要素 */
    display: flex;
    justify-content: space-evenly;
  }
  .l-header__nav-xs-menu > li.menu-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #fff;
  }
  .l-header__nav-xs-menu > .menu-item > .sub-menu {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    gap: 4em;
    display: none;
    padding: 30px 0;
  }
  .l-header__nav-xs-menu > .menu-item > .sub-menu > .menu-item > a {
    padding-bottom: 8px;
  }
  .l-header__nav-xs-menu > .menu-item > .sub-menu > .menu-item > a::before {
    content: "";
    display: inline-block;
    margin-right: 0.5em;
    background: #000;
    height: 0.8em;
    width: 0.6em;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .l-header__nav-xs-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    padding-left: 0;
  }
  .l-header__nav-xs-menu > .menu-item > .sub-menu > .menu-item > .sub-menu a:not(.sub-menu-more)::before {
    content: "・";
  }
  .l-header__nav-xs-menu > .menu-item:hover > .sub-menu {
    display: flex;
  }
  .l-header__nav-xs-content-inner {
    position: relative;
    top: 0;
    left: 0;
    width: inherit;
    padding: 0;
  }
  .l-header__nav-xs-content-inner .menu-item > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.2em 0;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
  }
  .l-header__nav-xs-content-inner .menu-item > a:hover {
    opacity: 0.7;
  }
  .l-header__nav-xs-content-inner .sub-menu {
    padding-left: 20px;
  }
  .l-header__nav-xs-content-inner .sub-menu > .menu-item > a {
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.5;
  }
  .l-header__nav-xs-content-inner .sub-menu li {
    border-bottom: 0;
  }
}
@media (min-width: 1330px) {
  .l-header__nav-xs-content .search {
    display: none;
  }
}

/* Footer
---------------------*/
.footer-sns {
  padding: 40px 0;
  text-align: center;
  background: #000;
}
.footer {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 30px;
  }
}
.footer {
  background: #000;
}
.footer h2 {
  font-size: 16px;
}
.footer p {
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 499px) {
  .footer p {
    font-size: 3.1vw;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .footer-xs-nav {
    display: none;
  }
}
.footer-xs-nav {
  margin-inline: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  transform: translateX(-50%);
  z-index: 1;
}
.footer-xs-nav .xsnav-icon-widget-area {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.footer-xs-nav .widget {
  flex: 1;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.footer-xs-nav .widget:first-child {
  border-left: 0;
}
.footer-xs-nav .xsnav__icon {
  margin: 0;
  padding: 8% 0;
  text-align: center;
}
.footer-xs-nav .xsnav__text {
  display: block;
  padding-bottom: 5%;
}

.content-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
  height: 200px;
  padding: 26px 30px 0px 35px;
  background: url(../img/fireworks/1.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 992px) {
  .content-header {
    margin: 0 0 20px;
  }
}
.content-header h1 {
  position: relative;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  z-index: 1;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 499px) {
  .content-header h1 {
    font-size: 20px;
  }
}
.content-header__logo {
  position: absolute;
  width: 38%;
  top: -50px;
  left: 15px;
  z-index: 1;
}
@media (min-width: 992px) {
  .content-header__logo {
    display: none;
  }
}
.content-header::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide div {
  height: 100%;
  min-height: 100vh;
}

.slick-slide div {
  min-height: 930px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* home
---------------------*/
.mv {
  position: relative;
}
.mv__slide-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.mv__slide {
  background: center;
  background-size: cover;
}
.mv__content {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 80px);
  min-height: calc(100dvh - 80px);
}
@media (min-width: 992px) {
  .mv__content {
    min-height: inherit;
    height: calc(100vh - 250px);
  }
}
.mv__content {
  padding: 20px 0 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.mv__content-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
}
.mv__logo-wrap {
  display: flex;
  align-items: center;
}
.mv__logo-wrap > *:first-child {
  flex: 1;
}
@media (max-width: 991px) {
  .mv__logo-wrap {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mv__logo-wrap {
    gap: 60px;
  }
}
.mv__date-icons {
  width: 60%;
}
@media (min-width: 992px) {
  .mv__date-icons {
    width: 372px;
  }
}
.mv__date-wrap-xs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 90%;
}
@media (min-width: 992px) {
  .mv__date-wrap-xs {
    display: none;
  }
}
.mv__date-wrap-sm {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mv__date-wrap-sm {
    display: none;
  }
}
@media (max-width: 991px) {
  .mv__logo img {
    height: 35vh;
    width: auto;
  }
}
@media (min-width: 992px) {
  .mv__logo img {
    width: 207px;
    height: auto;
  }
}
.mv__logo img {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
}
.mv .widget {
  margin-bottom: 10px;
}
.mv .homepage-icon-widget-area {
  text-shadow: none;
}
.mv .homepage-icon-widget-area .wp-block-ldoblocks-iconnav-item {
  width: calc(100% - 15px);
}
.mv__date dt, .mv__datetime dt {
  color: #78d0ef;
  font-size: 20px;
  font-weight: bold;
}
.mv__date dd, .mv__datetime dd {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
@media (max-height: 700px) {
  .mv__date dt, .mv__datetime dt {
    font-size: 17px;
  }
  .mv__date dd, .mv__datetime dd {
    font-size: 19px;
  }
}
.mv__date .number-style, .mv__datetime .number-style {
  font-size: 1.2em;
}
.mv__datedelay {
  padding: 0.6em 0.5em;
  color: #fff;
  font-size: 19px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-height: 700px) {
  .mv__datedelay {
    font-size: 17px;
  }
}

.home-news-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.home-news-heading figure {
  margin-bottom: 0;
}
.home-news-heading h2 {
  font-size: 23px;
  font-weight: 600;
}
.home-news-heading small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.home-pickup {
  margin-top: 50px;
}
.home-pickup__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 500px) {
  .home-pickup__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
.home-pickup__item figure {
  margin-bottom: 0;
}
.home-pickup__item figure img {
  border-radius: 8px;
}
.home-pickup__item-inner {
  display: flex;
  gap: 10px;
}
.home-pickup h3 {
  position: relative;
  margin: 24px 0 18px;
  font-size: 20px;
  font-weight: 600;
}
.home-pickup h3::before {
  content: "";
  display: block;
  width: 27px;
  height: 9px;
  background: url(../img/icon_sun.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 1.2em;
  top: -15px;
}
.home-pickup__item-image {
  width: 35%;
}
.home-pickup__item-main {
  flex: 1;
}
.home-pickup__item-more {
  margin-top: 10px;
}
.home-pickup__item-more a {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  color: #fff;
  text-decoration: none;
}
.home-pickup__item-more a::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-pickup__item-more a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  left: 0.65em;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.home-banners {
  margin-top: 60px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0px;
}
@media (min-width: 500px) {
  .home-banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
.home-banners__item-inner {
  min-height: 160px;
  padding: 15px;
  display: flex;
  gap: 15px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1) no-repeat center;
  background-size: cover;
  border-radius: 8px;
}
.home-banners__item-inner figure {
  flex-shrink: 0;
}
.home-banners__item-inner figure img {
  border-radius: 8px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.home-banners__item-inner:hover, .home-banners__item-inner:focus, .home-banners__item-inner:active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 0.8;
}
.home-banners__item-main {
  flex: 1;
}
.home-banners__item-english {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 1000;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
}
.home-banners__item-title {
  margin: 0 0 10px 0;
  font-size: 19px;
  font-weight: 600;
}
.home-banners__item-title span {
  display: inline-block;
  padding: 0.2em 0.8em;
  border-radius: 2em;
  color: #009be0;
  line-height: 1.2;
  background: #fff;
}
.home-banners__item-content {
  margin-top: 5px;
  color: #fff;
}

.wp-block-button__link {
  position: relative;
  padding: 0.6em 2.5em 0.6em 1.5em;
  font-size: 1em;
  border: 1px solid #fff;
  background: none;
}
.wp-block-button__link::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45reg);
  border-top: 1px solid #43d9ff;
  border-right: 1px solid #43d9ff;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.wp-block-button__link:hover::after {
  right: 0.8em;
}

#content .sc-child-pages ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
#content .sc-child-pages li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .sc-child-pages a {
  display: block;
  position: relative;
  padding: 0.6em 2.5em 0.6em 1.5em;
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  background: none;
  border-radius: 5em;
}
#content .sc-child-pages a::after {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45reg);
  border-top: 1px solid #43d9ff;
  border-right: 1px solid #43d9ff;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
}
#content .sc-child-pages a:hover::after {
  right: 0.8em;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* html5
---------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Layout
---------------------*/
.c-container > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignfull .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignwide .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
}

.c-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.wp-block-group.alignwide .wp-block-group__inner-container > * {
  width: calc(100% - 30px);
  max-width: 1000px;
}
#header {
  width: 940px;
  margin: 0 auto;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.cover-column {
  flex: 1;
}

@media (max-width: 991px) {
  body:not([class*=homepage]) .cover-column {
    display: none;
  }
}

.contents-column {
  flex: 1;
}

@media (min-width: 992px) {
  article .content-content {
    padding: 20px 0px 20px;
  }
}
/* Elements
---------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  background: #000;
  font-family: "Noto Sans JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.display {
  position: relative;
  background: #0a1f33;
}

a {
  color: #43d9ff;
}

a:hover,
.bl-hover a {
  color: #76b2f5;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.map img,
.parking img {
  max-width: none;
}

.clear,
.clr {
  clear: both;
}

.meiryo {
  font-family: "Meiryo", "メイリオ", sans-serif;
}

.absolute {
  /* position:absolute; */
}

p.error {
  margin: 1em 0 0.5em 0;
}

.number-style {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#site-description {
  color: #2f2f2f;
}

#content {
  line-height: 1.6em;
  color: #dfdfdf;
  background: none repeat scroll 0 0 #191919;
  position: relative;
}

.fontsize-s #main {
  font-size: 12px;
}

.fontsize-l #main {
  font-size: 16px;
}

#content p {
  margin-bottom: 1em;
}

#content .alignleft {
  float: left;
}
@media (max-width: 499px) {
  #content .alignleft {
    float: none;
  }
}

#content .alignright {
  float: right;
}
@media (max-width: 499px) {
  #content .alignright {
    float: none;
  }
}

#content img.alignleft {
  margin: 0 20px 20px 0;
}

#content img.alignright {
  margin: 0 0 20px 20px;
}

@media (max-width: 499px) {
  #content img,
  #content img.alignleft,
  #content img.alignright {
    margin: 0 0 5px;
    display: block;
  }
}
#content .aligncenter,
#content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content .wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

#content .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

#content .wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

#content .wp-caption-text {
  margin: 0;
  padding: 3px;
}

#content .content-content h1 {
  border-bottom: 1px solid #194a73;
  border-top: 3px solid #3168a6;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  padding: 15px 5px 10px;
}
@media (max-width: 499px) {
  #content .content-content h1 {
    padding: 10px 5px 10px;
    font-size: 16px;
  }
}

#content .content-content h1 a {
  color: #fff;
}

#content .content-content h1 a:hover {
  color: #76b2f5;
}

#content .content-content h2 {
  margin-bottom: 20px;
  padding: 8px 10px;
  color: #fff;
  font-size: 18px;
  background: #3168a6;
}
@media (max-width: 499px) {
  #content .content-content h2 {
    font-size: 16px;
  }
}

#content .content-content h3 {
  margin-bottom: 1em;
  padding: 8px 0px;
  color: #7ecef4;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #194a73;
}
@media (max-width: 499px) {
  #content .content-content h3 {
    font-size: 15px;
  }
}

#content .content-content h4 {
  margin-bottom: 1em;
  padding: 8px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-left: 4px solid #194a73;
}

#content .content-content h5 {
  margin: 20px 0 10px;
  padding: 2px 10px;
  color: #7ecef4;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #35cbf6;
}

#content .content-content h6 {
  margin: 20px 0 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

#content .content-content {
  position: relative;
}

#content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
}

#content table th {
  border-collapse: collapse;
  border: #ccc solid 1px;
  background-color: #666;
  font-size: 100%;
  font-weight: normal;
}

#content table.double th {
  background-image: url(../img/th_double.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

#content table td {
  border: #ccc solid 1px;
}

#content table.layout,
#content table.no-border {
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0px;
  border: 0;
}

#content table.layout th,
#content table.no-border th {
  font-size: 100%;
  border: 0;
}

#content table.layout td,
#content table.no-border td {
  border: 0;
}

#content ul li {
  margin: 0 0 0.5em 2em;
  list-style: disc;
}

#content ol li {
  margin: 0 0 0.5em 2em;
  list-style: decimal;
}

#content a.pdf {
  padding: 4px 0 4px 20px;
  background: url(../img/icons/pdf/pdf_small.gif) no-repeat 0px 50%;
}

#content table.contact-form td.submit {
  text-align: center;
}

#content table.contact-form td.submit input {
  padding: 4px 20px;
  font-size: 16px;
}

.title-wrap {
  position: relative;
  margin: 20px 0 10px;
  padding: 4px 10px;
  color: #7a43b6;
  font-weight: bold;
  border: 2px solid #ccc;
  border-radius: 5px;
}

#content .content-content .title-wrap h2 {
  margin: 0;
  border: 0;
}

#content .time {
  margin: -15px 0 20px 0;
  padding: 0px 0 0px 5px;
  color: #999;
  font-weight: normal;
}

#content .time .cat {
  padding-left: 1em;
}

#content .page-nav {
  margin: 1em 0;
}

#content .page-nav .prev_link {
  float: left;
}

#content .page-nav .next_link {
  float: right;
}

.content-content .sectionedit-edit-wrapper {
  width: 710px;
  margin-left: -5px;
}

#content .sectionedit-count-1 .title h2 {
  margin-top: 0;
}

/* Shortcode
---------------------*/
/* column
---------------------*/
@media (max-width: 499px) {
  .one-half,
  .one-third,
  .two-third,
  .one-fourth {
    float: none;
    position: relative;
    margin-right: 0;
  }
  .one-half.last,
  .one-third.last,
  .two-third.last,
  .one-fourth.last {
    clear: right;
    margin-right: 0 !important;
  }
  .one-half {
    width: 100%;
  }
  .one-third {
    width: 100%;
  }
  .two-third {
    width: 100%;
  }
  .one-fourth {
    width: 100%;
  }
}
.widget {
  margin-bottom: 20px;
}

/* For modern browsers */
.widget:before,
.widget:after {
  content: "";
  display: table;
}

.widget:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget {
  zoom: 1;
}

#header #search-wrapper {
  position: absolute;
  top: 45px;
  right: 0;
  padding: 4px 4px;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); /* for IE6 IE7 */
  -moz-opacity: 0.9; /* for Firefox-1.5 */
}

#header #search-wrapper .text {
  width: 190px;
  height: 19px;
}

#primary-nav-container {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-top: 1px solid #194a73;
  background: #081623 url(../img/primary-nav-container.gif) bottom repeat-x;
}

#primary-nav {
  position: relative;
  height: 50px;
}

#primary-nav ul {
  background: url(../img/menu/menu_split.gif) no-repeat left 50%;
}

#primary-nav ul li {
  float: left;
  position: relative;
  /* width: 20%; */
  background: url(../img/menu/menu_split.gif) no-repeat right 50%;
}

#primary-nav li a {
  float: left;
  position: relative;
  display: block;
  /* width: 100%; */
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

#primary-nav li.menu-item-home a,
#primary-nav li.first a {
  background: none;
}

#primary-nav li li a {
  color: #fff;
  display: block;
  line-height: 40px;
  /* width: 100%; */
  text-align: left;
  width: 200px;
  text-decoration: none;
  font-weight: bold;
}

#primary-nav ul ul {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  float: left;
  width: 100%;
  z-index: 99999;
}

#primary-nav ul ul li {
  min-width: 100%;
}

#primary-nav ul ul ul {
  left: 100%;
  top: 0;
}

#primary-nav ul ul a {
  line-height: 1em;
  padding: 15px 10px;
  height: auto;
  font-weight: normal;
  color: #fff;
  background: #256bb8;
}

#primary-nav li li:hover > a,
#primary-nav ul ul :hover > a {
  background: #3292d6;
  color: #afd6ed;
}

#primary-nav ul li:hover > ul {
  display: block;
}

#primary-nav .social {
  position: absolute;
  top: 10px;
  right: 0;
}

#secondary-menu-wrapper {
  clear: right;
  float: right;
}

#secondary-menu {
  position: relative;
  float: left;
  margin: 10px 0 5px;
  background: #3c7eca;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  /* behavior: url("ie-css3.htc"); */
}

#secondary-menu ul {
  padding: 0px 5px;
}

#secondary-menu ul li {
  float: left;
  border-left: 1px solid #2d5e96;
}

#secondary-menu ul li:first-child {
  border: none;
}

#secondary-menu ul li a {
  display: block;
  padding: 5px 8px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#primary-nav-mobile li {
  margin-bottom: 1px;
  background: url(../img/menu/menu_bg.jpg) 50%;
}

#primary-nav-mobile li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

#primary-nav-mobile ul ul {
  display: none;
}

#secondary-menu-mobile li {
  margin-bottom: 1px;
  background: #3c7eca;
}

#secondary-menu-mobile li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

#secondary-menu-mobile ul ul {
  display: none;
}

#content .sectionedit-image .post_title {
  margin: 3px 0;
  font-weight: bold;
}

#content .sectionedit-image .post_body {
  color: #666;
  margin: 3px 0 20px 0;
}

.page-link .header {
  display: block;
  float: left;
  padding: 5px 10px;
}

.page-link .num {
  display: block;
  float: left;
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #ccc;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  min-width: 600px;
}

/* Archive
---------------------*/
.archive-item {
  position: relative;
  display: block;
  padding: 20px 15px 20px 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.archive-item__time {
  font-weight: 300;
}
.archive-item::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* Single
---------------------*/
.single-nav {
  padding: 20px 0;
}
.single-nav a {
  display: block;
  position: relative;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 5px;
  color: #fff;
  border: 1px solid #3168a6;
}
.single-nav__alignleft a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #3168a6;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
.single-nav__alignright a:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #3168a6;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.archive-nav {
  padding: 30px 0 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 10px;
}
.archive-nav a {
  display: block;
  position: relative;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 5px;
  color: #fff;
  border: 1px solid #3168a6;
}
.archive-nav__alignleft a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #3168a6;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
.archive-nav__alignright a:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #3168a6;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.p-wp-pagenavi .wp-pagenavi {
  margin-top: 80px;
  padding-bottom: 40px;
  clear: both;
  text-align: center;
}
@media (max-width: 499px) {
  .p-wp-pagenavi .wp-pagenavi .pages,
  .p-wp-pagenavi .wp-pagenavi .last,
  .p-wp-pagenavi .wp-pagenavi .extend {
    display: none;
  }
}
@media (max-width: 340px) {
  .p-wp-pagenavi .wp-pagenavi > * {
    display: none;
  }
  .p-wp-pagenavi .wp-pagenavi > .pages,
  .p-wp-pagenavi .wp-pagenavi > .previouspostslink,
  .p-wp-pagenavi .wp-pagenavi > .nextpostslink {
    display: inline;
  }
}
.p-wp-pagenavi .wp-pagenavi a,
.p-wp-pagenavi .wp-pagenavi > span {
  color: #999;
  border: solid 1px #555;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.p-wp-pagenavi .wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.p-wp-pagenavi .wp-pagenavi span.current {
  color: #fff;
  background-color: #009be0;
  border-color: #0a1f33;
  font-weight: bold;
}

/* Search
---------------------*/
.search {
  margin-top: 2em;
  padding: 0 15px;
  padding-bottom: 2em;
  color: #fff;
}
.search__inner {
  padding: 0 15px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.search input[type=text] {
  flex: 1;
  padding: 10px 5px;
  background: none;
  outline: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 17px;
}
.search input[type=text]::placeholder {
  color: #ccc;
}
.search label {
  display: flex;
  align-items: center;
}

#search {
  padding: 2px;
  border: 1px solid #3c7eca;
}

#search #search-input {
  width: 163px;
  padding: 2px 0 0px 5px;
  background: none;
  outline: none;
  border: none;
  box-shadow: none;
  color: #fff;
  float: left;
  font-size: 15px;
  width: 142px;
}

#search #search-input.off {
  color: #999;
}

.search-results .navigation {
  padding: 0 20px 20px;
}

.search-no-results .no-result {
  padding: 0 20px 20px;
}

/* Faq
---------------------*/
#content .faq ul li {
  margin-left: 1em;
  margin-bottom: 0;
  padding-left: 18px;
  list-style: none;
}

#content .faq ul li.question {
  font-weight: bold;
  background: url(../img/faq_q.gif) 0 0.2em no-repeat;
}

#content .faq ul li.answer {
  background: url(../img/faq_a.gif) 0 0.2em no-repeat;
}

#content .faq .close {
  width: 50px;
  height: 16px;
  margin-top: 5px;
  text-indent: -9999px;
  background: url(../img/faq_close.gif) no-repeat;
}

#content .faq .pointer {
  cursor: pointer;
}

#content .faq .pointer:hover {
  color: #76b2f5;
}

#content .faq p {
  margin-bottom: 0;
}

/* Map
---------------------*/
.map #map-shotPoint,
.map #map-viewPoint,
.map #map-restRoom,
.map #map-station,
.map #map-traffic,
.map #map-ship {
  /*display:none;*/
}

.map .gmap-wrapper {
  margin: 10px 0 15px 0px;
  color: #333;
}

.map h2 {
  float: left;
  width: 130px;
}

.map #map-header {
  width: 100%;
}

.map #map-header ul li {
  list-style: none;
}

.map #map-header #map-navigation-wrapper {
  margin: 10px 0 15px 0;
}

.map #map-header ul.map-navigation li {
  float: left;
  width: 19.06%;
  margin: 0 0.4% 0 0;
  padding: 0;
  text-align: center;
  background: #1a507c;
}

.map #map-header ul.map-navigation li.last {
  margin-right: 0;
}

.map #map-header ul.map-navigation li img {
  vertical-align: bottom;
}

.map #map-header ul.map-navigation li.hover,
.map #map-header ul.map-navigation li.on {
  border-bottom: 3px solid #7bb3fd;
}

.map #map-header ul.pointer li {
  cursor: pointer;
}

.map #map-header ul.pointer li {
  cursor: pointer;
}

.map #map-header .icon-info {
  height: 50px;
  padding-left: 90px;
  line-height: 50px;
  border: 1px dotted #78b1fb;
  background: url(../img/map_icon_info.gif) 0 50% no-repeat;
}

.map.traffic #map-header .icon-info {
  font-size: 12px;
}

.map #map-header .icon-info img {
  vertical-align: middle;
}

.map #map-header .icon-info .icon {
  margin-right: 20px;
}

.map .map-content {
  margin-top: 0.5em;
}

.map .map-content .route-title {
  float: left;
  color: #1a507c;
  font-weight: bold;
  background: #81c8e1;
}

.map .map-content ul.route {
  padding-left: 5em;
}

.map .map-content ul.route li {
  text-decoration: underline;
}

.map .map-content .oneway-title {
  color: #1a507c;
  font-weight: bold;
  background: #81c8e1;
}

.parking .gmap-wrapper {
  margin: 10px 0 15px 0px;
  color: #333;
}

.parking h2 {
  float: left;
  width: 190px;
}

.parking #parking-column h2 {
  float: none;
  width: 100%;
}

.parking #map-header {
  margin-bottom: 10px;
}

#content .parking ul li {
  list-style: none;
}

.parking .map-content {
  width: 100%;
  margin: 0 auto;
}

#content .parking .map-content ul.pointer li {
  position: relative;
  margin: 0;
  margin-left: 0;
  margin-bottom: 2px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #3c7eca;
  background: #2a578c;
  border-radius: 10px;
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari,Chrome */
}

body.flv {
  max-width: 740px;
}

.parking .map-content ul.pointer li .flv {
  margin-left: 10px;
}

.parking .map-content ul.pointer li .flv img {
  vertical-align: middle;
}

.parking .map-content ul.pointer li .photo {
  margin-left: 5px;
}

.parking .map-content ul.pointer li .photo img {
  vertical-align: middle;
}

.parking .map-content ul.pointer li span {
  cursor: pointer;
}

.parking .map-content ul.pointer li span.hover {
  color: #81c8e1;
}

.parking .icon-info {
  padding-left: 120px;
  border: 1px dotted #78b1fb;
  background: url(../img/map_icon_info.gif) 0 50% no-repeat;
}

.parking .icon-info img {
  vertical-align: middle;
}

.parking .icon-info .icon {
  margin-right: 20px;
}

.parking .icon-info .row {
  height: 50px;
  line-height: 50px;
}

.parking .map-content .route-title {
  float: left;
  width: 100px;
}

.parking .map-content ul.route {
  position: relative;
  float: left;
  width: 800px;
}

.parking #main-content .block {
  margin: 8px auto;
  padding: 10px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari,Chrome */
  box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0 0px 10px #000;
  -webkit-box-shadow: 0 0px 5px #000;
  /* behavior: url("/ie-css3.htc"); */
  background: #181919;
}

.route-photo-sc {
  padding-bottom: 40px;
  margin-bottom: 20px;
  background: url(../img/route_arrow.png) 50% bottom no-repeat;
}

.route-photo-sc.last {
  padding-bottom: 0;
  background: none;
}

.route-photo-sc .left {
  float: left;
  margin-right: 20px;
}

.route-photo-sc .right {
  overflow: hidden;
}

.route-photo-sc .left img {
  max-width: none;
}

#content .content-content .route-photo-sc h2 {
  display: inline-block;
  position: relative;
  padding: 2px 20px 2px 30px;
  font-size: 16px;
  border-radius: 10px;
  webkit-border-radius: 10px; /* Safari,Chrome */
  background: #3168a6 url(../img/route_check.png) 5px 50% no-repeat;
}

#content .route-photo-sc ul li {
  margin: 0 0 15px 0;
  padding-left: 20px;
  list-style: none;
  background: url(../img/route_li.png) 0 0.5em no-repeat;
}

.mymap-wrap {
  margin: 20px 0;
}

.mymap-wrap iframe {
  width: 100%;
  height: 500px;
}

#content ul.route-list {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

#content ul.route-list li {
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 0 5px;
  box-sizing: border-box;
}

#content ul.route-list li a {
  display: block;
  text-align: center;
  border: 2px solid #3c7eca;
  background: #2a578c;
  border-radius: 8px;
}

#content ul.route-list img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* Traffic
---------------------*/
.traffic .tab-content.print {
  display: none;
}

.traffic .tab-nav {
  margin-top: 20px;
  border-bottom: 5px solid #3c7eca;
}

.traffic #map-header .tab-nav li {
  float: left;
  margin: 0 5px 0 0;
  color: #fff;
  font-weight: bold;
  background: #2a578c;
}

.traffic #map-header .tab-nav li.on {
  background: #3c7eca;
}

.traffic .tab-nav li a {
  display: block;
  padding: 10px 15px 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.traffic .tab-nav li a span.big {
  padding: 0 3px;
  font-size: 1.2em;
}

.traffic .tab-nav li a span.main {
  display: block;
}

.traffic .tab-nav li a span.sub {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  font-size: 11px;
  font-weight: normal;
  border-top: 1px dotted #78b1fb;
  /*background: #194A73;*/
  display: none;
}

.traffic .tab-content {
  background: #194a73;
}

.traffic .tab-content.gmap {
  padding-top: 10px;
}

.map #map-header .tab-content .icon-info {
  margin: 0 10px 10px;
  background-color: #191919;
}

/* Gallery
---------------------*/
#gallery-sumiyoshi {
  position: relative;
  visibility: hidden;
}

#gallery-sumiyoshi dl {
  /*position: absolute;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#gallery-sumiyoshi dt {
  min-height: 50px;
  padding: 10px 0;
}

#gallery-sumiyoshi .prev-link {
  float: left;
  width: 60px;
  height: 100%;
}

#gallery-sumiyoshi .prev-link a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 50px;
  text-indent: -9999px;
  background: url(../img/gallery_prev_btn.png) 50% no-repeat;
}

#gallery-sumiyoshi .prev-link a:hover {
  background-image: url(../img/gallery_prev_btn_on.png);
}

#gallery-sumiyoshi .gallery-title {
  float: left;
  width: 536px;
  text-align: center;
}

#gallery-sumiyoshi .gallery-title .post-excerpt {
  font-weight: bold;
}

#gallery-sumiyoshi .next-link {
  float: right;
  width: 60px;
}

#gallery-sumiyoshi .next-link a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 50px;
  text-indent: -9999px;
  background: url(../img/gallery_next_btn.png) 50% no-repeat;
}

#gallery-sumiyoshi .next-link a:hover {
  background-image: url(../img/gallery_next_btn_on.png);
}

#gallery-sumiyoshi-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 0px;
}
@media (min-width: 500px) {
  #gallery-sumiyoshi-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
  }
}

#gallery-sumiyoshi-list .gallery-title .post-excerpt {
  margin-top: 10px;
}

#gallery-sumiyoshi-list .gallery-title .post-excerpt {
  font-weight: bold;
}

#gallery-list-link {
  margin: 20px 0;
  text-align: center;
}

.ss-box.warning {
  position: relative;
  margin-top: 20px;
  border: 1px solid #833638;
  background: #5c4545 url(../img/icons/box/warning.png) no-repeat 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari,Chrome */
}

.ss-box-inner {
  padding: 10px 10px 10px 80px;
}

.ss-box.warning .title {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */