@charset "UTF-8";
/*============================================================================
               header
============================================================================ */
.ly_header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1500; /*leaflet.js の z-index: 1000; 対策*/
}
.ly_header_inner {
  position: relative;
}
.ly_header_skipLinkWrap {
  overflow: hidden;
}
.ly_header_skipLink {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: center;
  height: 0;
  padding: 0 3px;
  overflow: hidden;
  text-decoration: underline;
}
.ly_header_skipLink:focus {
  height: auto;
}
.ly_header_smpAppearance {
  display: none;
}
.ly_header_colWrap {
  position: relative;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ly_header_logo {
  width: 350px;
  min-height: 100px;
  padding: 20px 10px 0px 15px;
  display: block;
}
.ly_header_fixlogo {
  display: none;
  width: 220px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ly_header_smpWrap {
  display: none;
}
.ly_header_snsNav {
  display: none;
}
.ly_header_appearance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
.ly_header_fontSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
.ly_header_fontSize button {
  height: 26px;
  padding: 0 5px;
  line-height: 24px;
  font-size: 1.6rem;
  border: none;
  background-color: #e6e6e6;
  margin-right: 5px;
  cursor: pointer;
}
.ly_header_fontSize button.active {
  background-color: #0080A3;
  color: #fff;
  font-weight: bold;
}
.ly_header_fontSizeTtl {
  margin-right: 10px;
}
.ly_header_darkmodeTtl {
  margin-right: 10px;
}
.ly_header_darkmode, .ly_header_smpDarkmode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.ly_header_darkmodeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ly_header_darkmodeBtn input {
  font-size: 1.4rem;
  border: none;
  line-height: 1;
  padding: 5px;
  cursor: pointer;
  margin-right: 5px;
}
.ly_header_darkmodeOff {
  background-color: #0080a3; /*#0092ba;*/
  color: #fff;
  font-weight: bold;
}
.ly_header_darkmodeOn {
  background-color: #e6e6e6;
  color: #1b1b1b;
  font-weight: normal;
}
.ly_header_langWrap, .ly_header_smpLangWrap {
  margin-right: 20px;
  width: 140px;
}
.ly_header_langWrap label, .ly_header_smpLangWrap label {
  position: relative;
  color: #1b1b1b;
}
.ly_header_langWrap label::after, .ly_header_smpLangWrap label::after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
.ly_header_langList {
  width: 100%;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 4px 5px;
  border: none;
  background: #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ly_header_langList option {
  color: #1b1b1b;
}
.ly_header_subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 16px 10px 10px auto;
  text-align: center;
}
.ly_header_subNav li:first-child a {
  border-left: none;
}
.ly_header_subNavItem {
  line-height: 1.4;
  font-size: 1.4rem;
}
.ly_header_subNavItem a {
  color: #003254;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  border-left: dotted 1px #003254;
}
@media screen and (max-width: 767px) {
  .ly_header_subNavItem a {
    border-left: none;
  }
}
@media screen and (max-width: 1050px) {
  .ly_header_subNavItem {
    padding-right: 10px;
  }
}
.ly_header_activityIcon {
  display: inline;
  width: 18px;
  margin-right: 0px;
  vertical-align: top;
  padding-top: 6px;
}
.ly_header_activityIcon .st0 {
  fill: none;
}
.ly_header_activityIcon .st1 {
  fill: #fff;
}
.ly_header_guideIcon {
  display: inline;
  width: 18px;
  margin-right: 0px;
  vertical-align: top;
  padding-top: 6px;
}
.ly_header_guideIcon .st0 {
  fill: none;
}
.ly_header_guideIcon .st1 {
  fill: #fff;
}
.ly_header_contactIcon {
  display: inline;
  width: 18px;
  margin-right: 0px;
  vertical-align: top;
  padding-top: 8px;
}
.ly_header_contactIcon polygon {
  fill: #fff;
  /*fill: #004ba6;*/
}
.ly_header_navWrap {
  clear: both;
  background-color: #033c74;
  /*background-color: #033c74;*/
  width: 100%;
  position: relative;
}
.ly_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1500px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
.ly_header_navItem {
  font-size: 1.6rem;
}
.ly_header_navItem > a.ly_header_navItemHead {
  cursor: pointer;
  text-decoration: none;
}
.ly_header_navItemHead {
  position: relative;
  color: #fff;
  line-height: 1.4;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: default;
}
.ly_header_navItemHead.__selected::after, .ly_header_navItemHead:hover::after {
  content: "";
  border-bottom: #d7e60f solid 2px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
}
.ly_header_childNavWrap {
  display: none;
  position: absolute;
  width: 100vw;
  top: 100%;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0054a8;
  color: #fff;
  padding: 3% 3% 2% 3%;
  text-align: left;
  z-index: 1500;
}
.ly_header_childNavWrap a {
  color: #fff;
}
.ly_header_childNavInner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.ly_header_childNavTtl {
  font: 500 3.4rem "Kanit", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
.ly_header_childNavJaTtl {
  display: block;
  font: bold 1.5rem "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: normal;
}
.ly_header_imgNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ly_header_imgNavItem {
  width: 23%;
  margin-right: 2.6%;
}
.ly_header_imgNavItem:nth-of-type(4n) {
  margin-right: 0;
}
.ly_header_imgNavItem {
  margin-bottom: 10px;
}
.ly_header_imgNavItem img {
  width: 100%;
}
.ly_header_imgNavItem p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.ly_header_txtNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ly_header_txtNavItem {
  margin-bottom: 15px;
}
.ly_header_txtNavItem a {
  display: block;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.ly_header_txtNavItem:last-of-type a {
  border-right: none;
}
.ly_header_navWrap.fix {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1150px;
  position: fixed;
  top: -64px;
  left: 0;
  right: 0;
  min-height: 80px;
  -webkit-transform: translateY(64px);
  transform: translateY(64px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}
.ly_header_navWrap.fix .ly_header_nav {
  width: 100%;
  min-height: 80px;
  max-width: 100%;
  background-color: #033c74;
  padding: 0 5%;
}
@media screen and (max-width: 1500px) {
  .ly_header_navWrap.fix .ly_header_nav {
    padding: 0 5px;
  }
}
.ly_header_navWrap.fix .ly_header_navItem {
  padding: 0 1px;
}
@media screen and (max-width: 767px) {
  .ly_header_navWrap.fix {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ly_header_logo.fix {
  display: none;
}
.ly_header_fixlogo.fix {
  display: block;
  max-width: 220px;
  min-width: 160px;
  height: 100%;
  width: 15%;
}
.ly_header_fixlogo.fix a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ly_header_fixlogo.fix img {
  /*position: absolute;*/
  /*top: -25%;*/
  /*left: 50%;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
}

.js_fontSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js_darkmode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js_toggleWrap {
  display: none;
  width: 70px;
  height: 70px;
  position: fixed;
  top: 0px;
  right: 0px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #033c74;
}

.js_toggle {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.js_toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: background 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.6s, opacity 0.2s cubic-bezier(0.06, 0.01, 0, 0.99), -webkit-transform 0.5s cubic-bezier(0.06, 0.01, 0, 0.99);
  transition: background 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.6s, opacity 0.2s cubic-bezier(0.06, 0.01, 0, 0.99), -webkit-transform 0.5s cubic-bezier(0.06, 0.01, 0, 0.99);
  transition: background 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.6s, transform 0.5s cubic-bezier(0.06, 0.01, 0, 0.99), opacity 0.2s cubic-bezier(0.06, 0.01, 0, 0.99);
  transition: background 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.6s, transform 0.5s cubic-bezier(0.06, 0.01, 0, 0.99), opacity 0.2s cubic-bezier(0.06, 0.01, 0, 0.99), -webkit-transform 0.5s cubic-bezier(0.06, 0.01, 0, 0.99);
}
.js_toggle span:first-child {
  top: 25px;
}
.js_toggle span:nth-child(2) {
  top: 50%;
  opacity: 1;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.js_toggle span:last-child {
  bottom: 25px;
}

@media screen and (max-width: 767px) {
  .ly_header {
    width: 100%;
  }
  .ly_header_inner {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
  }
  .ly_header_menuWrap {
    display: none;
    min-height: 100vh;
    background: #0054a8;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: scroll;
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .ly_header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 50px;
  }
  .ly_header_smpAppearance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .ly_header_darkmodeTtl {
    color: #fff;
    margin-right: 10px;
  }
  .ly_header_smpWrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .ly_header_logo {
    display: none;
  }
  .ly_header_smpLogo {
    display: block;
    width: auto;
    background-color: #fff;
    height: 75px;
    padding: 15px 15px 10px 15px;
    line-height: 0;
  }
  .ly_header_smpLogo img {
    height: 85%;
    display: block;
  }
  .ly_header_colWrap {
    overflow: visible;
  }
  .ly_header_col {
    width: 100%;
  }
  .ly_header_navWrap {
    background-color: #0054a8;
  }
  .ly_header_subNavWrap {
    padding: 0 15px;
  }
  .ly_header_subNav {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-top: 60px;
  }
  .ly_header_subNavItem {
    height: auto;
  }
  .ly_header_nav {
    display: block;
  }
  .ly_header_fontSize, .ly_header_darkmode, .ly_header_langWrap {
    display: none;
  }
  .ly_header_subNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .ly_header_subNavItem {
    width: 49%;
    background: #ccd8eb;
    margin-bottom: 2%;
    padding-right: 0;
  }
  .ly_header_subNavItem:nth-of-type(odd) {
    margin-right: 2%;
  }
  .ly_header_subNavItem a {
    color: #004ba6;
    padding: 15px 10px;
  }
  .ly_header_subNavItem:last-of-type {
    margin-right: 0;
    /* width: 100%; */
  }
  .ly_header_navItemHead {
    width: 90%;
    float: right;
    height: 50px;
    font-weight: bold;
    text-align: left;
  }
  .ly_header_navItemHead:focus {
    outline: none;
  }
  .ly_header_navItemHead.__selected::after, .ly_header_navItemHead:hover::after {
    content: none;
  }
  .ly_header_childNavWrap {
    display: none;
    clear: both;
    position: static;
  }
  .ly_header_smpNav_toggle {
    width: 10%;
    height: 50px;
    display: block;
    float: left;
    position: relative;
  }
  .ly_header_smpNav_toggle::before {
    content: "";
    background: url(/cms/wp-content/themes/dome/img/common/icon-arrow-wh.svg) no-repeat center center/contain;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .ly_header_smpNav_toggle.toggle_open::before {
    -webkit-transform: rotate(90deg) translate(-60%, 40%);
    transform: rotate(90deg) translate(-60%, 40%);
  }
  .ly_header_activityIcon {
    padding-top: 3px;
  }
  .ly_header_guideIcon {
    padding-top: 3px;
  }
  .ly_header_contactIcon {
    padding-top: 5px;
  }
  .ly_header_childNavTtl, .ly_header_imgNav_img {
    display: none;
  }
  .ly_header_childNavWrap {
    width: 100%;
    background-color: #fff;
  }
  .ly_header_childNavWrap a {
    color: #004ba6;
    display: block;
    line-height: 3;
  }
  .ly_header_imgNavList {
    display: block;
  }
  .ly_header_imgNavItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px 0;
    border-bottom: 1px solid #666;
  }
  .ly_header_imgNavItem:last-of-type {
    border-bottom: none;
  }
  .ly_header_imgNavItem a p {
    font-size: 1.4rem;
    color: #004ba6;
    line-height: 1.6;
  }
  .ly_header_imgNavItem p {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  .ly_header_txtNavList {
    display: block;
    margin-top: 0;
    border-top: 1px solid #666;
  }
  .ly_header_txtNavItem {
    margin-bottom: 0;
    border-bottom: 1px dashed #666;
  }
  .ly_header_txtNavItem:last-of-type {
    border-bottom: none;
  }
  .ly_header_txtNavItem a {
    display: block;
    padding: 0;
    font-weight: bold;
    border-right: none;
    font-size: 1.3rem;
    text-indent: 1.3rem;
  }
  .ly_header_snsNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .ly_header_snsItem {
    margin-right: 7%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .ly_header_snsItem.__facebook {
    width: 35px;
  }
  .ly_header_snsItem.__twitter {
    width: 34px;
  }
  .ly_header_snsItem.__youtube {
    width: 40px;
  }
  .ly_header_snsItem.__line {
    width: 35px;
    /*margin-right: 0;*/
  }
  .ly_header_snsItem.__instagram {
    width: 35px;
    margin-right: 0;
  }
  .ly_header_snsItem:hover, .ly_header_snsItem:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .js_toggleWrap {
    display: block;
  }
  .ly_header_inner.open .js_toggle span:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .ly_header_inner.open .js_toggle span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ly_header_inner.open .js_toggle span:last-child {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
  }
  .ly_header_inner.open .js_toggleWrap {
    background-color: #222325;
  }
  .ly_header_inner.open .ly_header_menuWrap {
    display: block;
  }
  .ly_header_inner.open .ly_header_smpLogo {
    background-color: #0054a8;
  }
  .ly_header_inner.open + .ly_emergency_wrap {
    display: none;
  }
  html.js_scroll_prevent main,
  html.js_scroll_prevent footer {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 414px) {
  .ly_header_smpLangWrap {
    width: 110px;
  }
}
:root[theme=dark] .ly_header_logo {
  background-color: #fff;
}
:root[theme=dark] .ly_header_fixlogo {
  background-color: #fff;
}
:root[theme=dark] .ly_header_navWrap {
  background-color: #555;
}
:root[theme=dark] .ly_header_navWrap.fix {
  background-color: #fff;
}
:root[theme=dark] .ly_header_navWrap.fix .ly_header_nav {
  background-color: #555;
}
:root[theme=dark] .ly_header_fontSize button.active {
  background-color: #003341;
  border: 1px solid #fff;
}
:root[theme=dark] .ly_header_darkmodeOn {
  background-color: #003341;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
:root[theme=dark] .ly_header_darkmodeOff {
  background-color: #e6e6e6;
  color: #1b1b1b;
  font-weight: normal;
}
:root[theme=dark] .ly_header_navItemHead {
  color: #ff0;
}
:root[theme=dark] .ly_header_navItemHead:hover {
  text-decoration: none;
}
:root[theme=dark] .ly_header_childNavWrap {
  background-color: #1a1a1a;
}
:root[theme=dark] .ly_header_activityIcon .st1 {
  fill: #ff0;
}
:root[theme=dark] .ly_header_guideIcon .st1 {
  fill: #ff0;
}
:root[theme=dark] .ly_header_contactIcon polygon {
  fill: #ff0;
}
@media screen and (max-width: 767px) {
  :root[theme=dark] .ly_header_menuWrap {
    background: #1a1a1a;
  }
  :root[theme=dark] .ly_header_navWrap {
    background-color: #1a1a1a;
  }
  :root[theme=dark] .ly_header_subNavItem {
    background: #666;
  }
  :root[theme=dark] .ly_header_activityIcon .st1 {
    fill: #ff0;
  }
  :root[theme=dark] .ly_header_guideIcon .st1 {
    fill: #ff0;
  }
  :root[theme=dark] .ly_header_contactIcon polygon {
    fill: #ff0;
  }
}
@media screen and (max-width: 767px) {
  :root[theme=dark] .ly_header_inner.open .ly_header_smpLogo {
    background-color: #1a1a1a;
  }
  :root[theme=dark] .ly_header_inner.open .js_toggleWrap {
    background-color: #666;
  }
}

.ly_header_guide {
  margin: 0.5em auto;
  position: relative;
  height: 1.8em;
}
.ly_header_guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 20px;
}
.ly_header_guide ul li {
  width: auto;
  margin-left: 0.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ly_header_guide ul li a {
  display: block;
  padding: 0.3em 1em;
  text-align: center;
  background-color: #033c74;
  color: #fff;
  font-size: 88%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .ly_header_guide {
    width: 100%;
    margin: 0.5em auto 1.5em auto;
  }
  .ly_header_guide ul {
    position: relative;
    right: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em;
    margin-bottom: 1em;
    padding: 0 15px;
  }
  .ly_header_guide ul li {
    width: auto;
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
:root[theme=dark] .ly_header_guide ul li a {
  background-color: #666666;
}

/*============================================================================
               重要なお知らせ
============================================================================ */
.ly_emergency {
  position: relative;
}
.ly_emergency_wrap {
  background-color: #fff;
}
.ly_emergency {
  width: 100%;
  max-width: 1600px;
  margin: 0 0 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ly_emergency_ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
  padding: 0 20px 0 40px;
  border-right: 1px solid #033c74;
  position: relative;
  font-weight: bold;
  z-index: 1;
}
.ly_emergency_ttl::before {
  content: "";
  background: url("/cms/wp-content/themes/dome/img/home/icon-emergency.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ly_emergency_cont {
  padding: 10px 40px 10px 20px;
}
.ly_emergency_item {
  line-height: 1.3;
  margin-bottom: 10px;
}
.ly_emergency_item:last-of-type {
  margin-bottom: 0;
}
.ly_emergency_item a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.ly_emergency_closeBtn {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ly_emergency_closeBtn span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #9fa0a0;
  position: absolute;
  top: 10px;
}
.ly_emergency_closeBtn span:first-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ly_emergency_closeBtn span:last-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .ly_emergency {
    display: block;
  }
  .ly_emergency_ttl {
    border-right: none;
    padding: 0px 15px 0px 40px;
  }
  .ly_emergency_closeBtn {
    right: 10px;
  }
  .ly_emergency_cont {
    padding: 0px 35px 0px 10px;
  }
  .ly_emergency_item {
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .ly_emergency_item a {
    font-size: 1.25rem;
  }
}

:root[theme=dark] .ly_emergency_wrap {
  background-color: #000;
}
:root[theme=dark] .ly_emergency_ttl {
  border-right: 1px solid #fff;
}
:root[theme=dark] .ly_emergency_item {
  line-height: 1.3;
  margin-bottom: 10px;
}
:root[theme=dark] .ly_emergency_item:last-of-type {
  margin-bottom: 0;
}
:root[theme=dark] .ly_emergency_item a::after {
  content: "";
  border-right: 1px solid #ff0;
  border-bottom: 1px solid #ff0;
}
:root[theme=dark] .ly_emergency_closeBtn span {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  :root[theme=dark] .ly_emergency_ttl {
    border-right: none;
  }
}

/*============================================================================
               sub header
============================================================================ */
.ly_subHeader {
  position: relative;
}
.ly_subHeader.__high {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #004ba6;
  min-height: 330px;
}
.ly_subHeader.__high .ly_subHeader_ttl {
  font: 500 5.8rem "Kanit", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 1.1;
}
.ly_subHeader.__high .ly_subHeader_ttl .__ja {
  font: bold 4.5rem "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.ly_subHeader.__high .ly_subHeader_subTtl {
  font: bold 2.2rem "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .ly_subHeader.__high {
    min-height: 150px;
  }
  .ly_subHeader.__high .ly_subHeader_ttl {
    font-size: 2.4rem;
  }
  .ly_subHeader.__high .ly_subHeader_ttl .__ja {
    font-size: 2rem;
  }
  .ly_subHeader.__high .ly_subHeader_subTtl {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.ly_subHeader.__low {
  background-color: #004ba6;
  min-height: 200px;
  z-index: -2;
}
.ly_subHeader.__low .ly_subHeader_ttl {
  font: bold 2.8rem "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 2px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .ly_subHeader.__low {
    min-height: 100px;
  }
  .ly_subHeader.__low .ly_subHeader_ttl {
    font-size: 2.2rem;
  }
}
.ly_subHeader.__dome {
  background-image: url(/cms/wp-content/themes/dome/img/dome/bg-subheader.jpg);
}
.ly_subHeader.__information {
  background-image: url(/cms/wp-content/themes/dome/img/information/bg-subheader.jpg);
}
.ly_subHeader.__hirobajournal {
  background-image: url(/cms/wp-content/themes/dome/img/dome/hirobajournal/bg-subheader.jpg);
}
.ly_subHeader.__schedule {
  background-image: url(/cms/wp-content/themes/dome/img/schedule/bg-subheader.jpg);
}
.ly_subHeader.__company {
  background-image: url(/cms/wp-content/themes/dome/img/company/bg-subheader.jpg);
}
.ly_subHeader.__rule {
  background-image: url(/cms/wp-content/themes/dome/img/rule/bg-subheader.jpg);
}
.ly_subHeader.__kids {
  background-image: url(/cms/wp-content/themes/dome/img/for_kids/bg-subheader.jpg);
}
.ly_subHeader.__barrierfree {
  background-image: url(/cms/wp-content/themes/dome/img/barrierfree/bg-subheader.jpg);
}
.ly_subHeader.__sustainability {
  background-image: url(/cms/wp-content/themes/dome/img/sustainability/bg-subheader.jpg);
}
.ly_subHeader.__facility {
  background-image: url(/cms/wp-content/themes/dome/img/facility/bg-subheader.jpg);
}
.ly_subHeader.__special {
  background-image: url(/cms/wp-content/themes/dome/img/guide/special/bg-subheader.jpg);
}
.ly_subHeader.__baseball {
  background-image: url(/cms/wp-content/themes/dome/img/facility/enjoy/baseball/bg-subheader.jpg);
  background-size: cover;
}
.ly_subHeader.__soccer {
  background-image: url(/cms/wp-content/themes/dome/img/facility/enjoy/soccer/bg-subheader.jpg);
}
.ly_subHeader.__event-ad {
  background-image: url(/cms/wp-content/themes/dome/img/event-ad/bg-subheader.jpg);
}
.ly_subHeader.__event {
  background-image: url(/cms/wp-content/themes/dome/img/event-ad/event/bg-subheader.jpg);
}
.ly_subHeader.__advertisement {
  background-image: url(/cms/wp-content/themes/dome/img/advertisement/bg-subheader.jpg);
}
.ly_subHeader.__goodsinfo {
  background-image: url(/cms/wp-content/themes/dome/img/shop/information/bg-subheader.jpg);
}
.ly_subHeader.__originalgoods {
  background-image: url(/cms/wp-content/themes/dome/img/shop/originalgoods/bg-subheader.jpg);
}
.ly_subHeader.__guide {
  background-image: url(/cms/wp-content/themes/dome/img/guide/bg-subheader.jpg);
}
.ly_subHeader.__shop {
  background-image: url(/cms/wp-content/themes/dome/img/shop/bg-subheader.jpg);
}
.ly_subHeader.__lunch {
  background-image: url(/cms/wp-content/themes/dome/img/shop/lunch/bg-subheader.jpg);
}
.ly_subHeader.__goods {
  background-image: url(/cms/wp-content/themes/dome/img/shop/goods/bg-subheader.jpg);
}
.ly_subHeader.__access {
  background-image: url(/cms/wp-content/themes/dome/img/access/bg-subheader.jpg);
}
.ly_subHeader.__mvp {
  background-image: url(/cms/wp-content/themes/dome/img/mvp/bg-subheader.jpg);
}
.ly_subHeader.__experiences {
  background-image: url(/cms/wp-content/themes/dome/img/experiences/bg-subheader.jpg);
}
.ly_subHeader.__gray {
  background: #ccd8eb;
}
.ly_subHeader.__gray .ly_subHeader_ttl {
  color: #033c74;
}
.ly_subHeader.__kaiga2021 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #004ba6;
  min-height: 420px;
  background-image: url(/cms/wp-content/themes/dome/img/kaiga/bg-subheader.jpg);
}
.ly_subHeader.__kaiga2021 .ly_subHeader_ttl {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .ly_subHeader.__kaiga2021 {
    min-height: 190px;
  }
  .ly_subHeader.__kaiga2021 .ly_subHeader_ttl {
    height: 180px;
  }
  .ly_subHeader.__kaiga2021 .ly_subHeader_ttl img {
    max-height: 100%;
    width: auto;
  }
}
.ly_subHeader.__kaiga2022 {
  background-color: #3EA2DA;
  background-position: top 8% center;
  background-size: cover;
  min-height: 422px;
  background-image: url(/cms/wp-content/themes/dome/img/kaiga/kaiga2022/bg-subheader.jpg);
}
.ly_subHeader.__kaiga2022 .ly_subHeader_ttl {
  width: 640px;
}
.ly_subHeader.__kaiga2022 .ly_subHeader_ttl img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_subHeader.__kaiga2022 .ly_subHeader_ttl {
    width: 75%;
    max-width: 295px;
  }
  .ly_subHeader.__kaiga2022 {
    min-height: 180px;
  }
}
.ly_subHeader.__kaiga2020 {
  background-color: rgb(202, 225, 159);
  background-position: top 5% center;
  background-size: 2500px;
  background-image: url(/cms/wp-content/themes/dome/img/kaiga/kaiga2020/bg-subheader.png);
}
.ly_subHeader.__kaiga2020 .ly_subHeader_ttl {
  width: 640px;
}
.ly_subHeader.__kaiga2020 .ly_subHeader_ttl img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_subHeader.__kaiga2020 .ly_subHeader_ttl {
    width: 75%;
    max-width: 295px;
  }
}
.ly_subHeader.__kaiga2019 {
  background-color: #C3E4F9;
  background-image: url(/cms/wp-content/themes/dome/img/kaiga/kaiga2019/bg-subheader.png);
}
@media screen and (max-width: 767px) {
  .ly_subHeader.__kaiga2019 .ly_subHeader_ttl {
    width: 75%;
    max-width: 295px;
  }
}
.ly_subHeader_ttl {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

:root[theme=dark] .ly_subHeader.__gray {
  background: #333;
}
:root[theme=dark] .ly_subHeader.__gray .ly_subHeader_ttl {
  color: #fff;
}
:root[theme=dark] .ly_subHeader.__low {
  background-color: #333;
}

/*============================================================================
               共通レイアウト
============================================================================ */
.ly_wrapLarge {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_wrapBase {
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_wrap1000 {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_wrap1400 {
  width: 100%;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ly_wrap1400 {
    width: 100%;
    max-width: 100%;
    padding: 0 0px;
    margin: 0 auto;
  }
}
.ly_wrap1120 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.ly_bg-fff_radius {
  width: 100%;
  margin-bottom: 60px;
  padding: 30px 60px;
  background-color: #fff;
  border-radius: 20px;
}

.ly_bg-e0e8f3_radius {
  width: 100%;
  margin-bottom: 60px;
  padding: 30px 60px;
  background-color: #e0e8f3;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .ly_bg-fff_radius {
    width: 100%;
    margin: auto 0 20px 0;
    padding: 2em 15px;
    border-radius: 10px;
  }
  .ly_bg-e0e8f3_radius {
    width: 100%;
    margin: auto 0 20px 0;
    padding: 2em 15px;
    border-radius: 10px;
  }
}
.ly_wrapNarrow {
  width: 100%;
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_wrapFull {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_innerLarge {
  max-width: 1250px;
  width: 100%;
}
.ly_innerLarge.__right {
  float: right;
}

.ly_bread_list {
  max-width: 1150px;
  width: 100%;
  margin: 15px auto 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ly_bread_item {
  position: relative;
  margin: 0 25px 0 12px;
  font-size: 1.4rem;
  color: #333333;
}
.ly_bread_item a {
  text-decoration: underline;
  color: #333333;
}
.ly_bread_item::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: -25px;
}
.ly_bread_item:last-of-type::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .ly_bread_list {
    margin: 10px auto 30px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ly_bread_item {
    font-size: 1.2rem;
  }
}

:root[theme=dark] .ly_bread_item {
  color: #fff;
}
:root[theme=dark] .ly_bread_item::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.ly_gotop {
  width: 40px;
  height: 40px;
  background: url("/cms/wp-content/themes/dome/img/common/img-gotop.svg") no-repeat center center/cover;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 5000;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ly_gotop a {
  display: block;
  width: 100%;
  height: 100%;
}
.ly_gotop a:hover, .ly_gotop a:focus {
  text-decoration: none;
}
.ly_gotop.scroll {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ly_gotop {
    width: 50px;
    height: 50px;
  }
  .ly_gotop.scroll {
    bottom: 30px;
  }
}

:root[theme=dark] .ly_gotop {
  background: url("/cms/wp-content/themes/dome/img/common/img-gotop-dark.svg") no-repeat center center/cover;
}

/* ==================================================
	下層ページ背景
================================================== */
.ly_page_lowHeader main {
  position: relative;
}
.ly_page_lowHeader main::before {
  content: "";
  background: url("/cms/wp-content/themes/dome/img/common/bg-lower.png") no-repeat center center/cover;
  width: 594px;
  height: 344px;
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ly_page_lowHeader main::before {
    top: 0;
    right: 0;
    width: 100%;
    background-size: contain;
    background-position: center top;
  }
}

.ly_page_grayHeader main {
  position: relative;
}
.ly_page_grayHeader main::before {
  content: "";
  background: url("/cms/wp-content/themes/dome/img/common/bg-higher-shadow.png") no-repeat center center/cover;
  width: 1035px;
  height: 628px;
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ly_page_grayHeader main::before {
    right: 0;
    width: 100%;
    background-size: 100%;
    background-position: center top;
  }
}

.ly_page_highHeader {
  position: relative;
}
.ly_page_highHeader::before {
  content: "";
  background: url("/cms/wp-content/themes/dome/img/common/bg-higher.png") no-repeat center center/cover;
  width: 1138px;
  height: 1016px;
  position: absolute;
  top: 330px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ly_page_highHeader::before {
    top: 150px;
    right: 0;
    width: 100%;
    height: auto;
  }
}

/*============================================================================
　ページャー
============================================================================ */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ly_pager {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ly_pager_icon {
  display: block;
  width: 30px;
  height: 30px;
}
.ly_pager_icon.__prev {
  position: relative;
  margin-right: 5px;
}
.ly_pager_icon.__prev::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../../img/works/arrow-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
}
.ly_pager_icon.__next {
  position: relative;
  margin-left: 5px;
}
.ly_pager_icon.__next::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../../img/works/arrow-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
}
.ly_pager_num {
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 0 10px 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 50%;
}
.ly_pager_num.is_active {
  color: #fff;
}
.ly_pager_numList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 414px) {
  .ly_pager_icon {
    width: 30px;
  }
  .ly_pager_icon.__prev {
    margin-right: 10px;
  }
  .ly_pager_icon.__next {
    margin-left: 10px;
  }
  .ly_pager_num {
    font-size: 2.1rem;
  }
}

/* ==================================================
	fadein エフェクト
================================================== */
.js_fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js_fadein.__left {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.js_fadein.__fromRight {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.js_fadein.js_effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*============================================================================
               footer
============================================================================ */
.ly_footer {
  background: #003254;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.ly_footer a {
  color: #fff;
}
.ly_footer_inner {
  padding: 60px 0 0 0;
}
.ly_footer_navWrap {
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}
.ly_footer_eventNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 50px 0;
}
.ly_footer_eventItem {
  width: 45%;
  background: #004ba6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  display: block;
}
.ly_footer_eventItem.__schedule {
  margin-right: 15px;
}
.ly_footer_eventItem a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  font-size: 1.8rem;
}
.ly_footer_eventItem a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 880px solid #049bff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
}
.ly_footer_eventItem a:hover::before, .ly_footer_eventItem a:focus::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ly_footer_eventTxt {
  position: relative;
  padding-left: 40px;
}
.ly_footer_eventTxt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
}
.ly_footer_eventTxt.__schedule::before {
  background: url("/cms/wp-content/themes/dome/img/common/icon-schedule.svg") no-repeat center center/contain;
  width: 32px;
  height: 32px;
  vertical-align: baseline;
}
.ly_footer_eventTxt.__update::before {
  background: url("/cms/wp-content/themes/dome/img/common/icon-update.svg") no-repeat center center/contain;
  width: 36px;
  height: 30px;
  vertical-align: baseline;
}
.ly_footer_nav {
  border-top: 1px solid #3a5569;
}
.ly_footer_navList_1st, .ly_footer_navList_2nd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #3a5569;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 48px 0;
}
.ly_footer_navList_2nd {
  margin: 0 0 60px;
}
.ly_footer_navItem_1st {
  margin-bottom: 15px;
}
.ly_footer_navItem_1st:first-of-type, .ly_footer_navItem_1st:nth-of-type(3n+1) {
  max-width: 320px;
  width: 30%;
}
.ly_footer_navItem_1st:nth-of-type(2), .ly_footer_navItem_1st:nth-of-type(3n+2) {
  max-width: 370px;
  width: 30%;
}
.ly_footer_navItem_1st:nth-of-type(3n) {
  max-width: 300px;
  width: 40%;
  margin: 0 0 15px 0;
}
.ly_footer_navItem_1st a {
  display: block;
}
.ly_footer_navItem_2nd {
  margin: 0 20px 15px 0;
}
.ly_footer_navItem_2nd:first-of-type, .ly_footer_navItem_2nd:nth-of-type(4n+1) {
  width: 235px;
}
.ly_footer_navItem_2nd:nth-of-type(2), .ly_footer_navItem_2nd:nth-of-type(4n+2) {
  width: 250px;
}
.ly_footer_navItem_2nd:nth-of-type(3), .ly_footer_navItem_2nd:nth-of-type(4n+3) {
  width: 250px;
}
.ly_footer_navItem_2nd:nth-of-type(4n) {
  width: 280px;
  margin: 0 0 15px 0;
}
.ly_footer_navTtl_1st::before, .ly_footer_navTtl_2nd::before {
  content: "";
  background: url("/cms/wp-content/themes/dome/img/common/icon-arrow-wh.svg") no-repeat center center/contain;
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-right: 10px;
}
.ly_footer_navTtl_1st {
  font-weight: bold;
  font-size: 1.7rem;
  text-indent: -1.7rem;
  padding-left: 1.7rem;
  cursor: pointer;
}
.ly_footer_navItem_2nd a {
  text-indent: -1.7rem;
  padding-left: 1.7rem;
  display: block;
}
.ly_footer_childList {
  display: none;
  padding-left: 15px;
  margin-top: 10px;
}
.ly_footer_childItem {
  line-height: 1.3;
  padding-bottom: 15px;
  color: #999;
}
.ly_footer_childItem a {
  color: #fff;
}
.ly_footer_snsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 60px;
}
.ly_footer_snsItem {
  margin-right: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ly_footer_snsItem.__facebook {
  width: 35px;
}
.ly_footer_snsItem.__twitter {
  width: 34px;
}
.ly_footer_snsItem.__youtube {
  width: 40px;
}
.ly_footer_snsItem.__line {
  width: 35px;
  /* margin-right: 0;*/
}
.ly_footer_snsItem.__instagram {
  width: 35px;
  margin-right: 0;
}
.ly_footer_snsItem:hover, .ly_footer_snsItem:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ly_footer_info {
  background: #1a1a1a;
  padding: 30px;
}
.ly_footer_infoRow01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
.ly_footer_infoLogo {
  -webkit-transition: 0.2;
  transition: 0.2;
}
.ly_footer_infoLogo:hover, .ly_footer_infoLogo:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ly_footer_infoContact {
  background: #262626;
  text-align: center;
  padding: 15px;
  width: 250px;
  border: #595757 solid 1px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}
.ly_footer_infoContact_Icon {
  width: 20px;
  height: 13.63px;
  margin: 0 5px 0 0;
}
.ly_footer_infoContact_Icon polygon {
  fill: #fff;
}
.ly_footer_infoContact:hover, .ly_footer_infoContact:focus {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.ly_footer_infoRow02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 20px 0;
}
.ly_footer_infoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ly_footer_infoLinkItem {
  padding: 0 25px;
  font-size: 1.4rem;
}
.ly_footer_infoLinkItem:first-of-type {
  border-right: 1px solid #fff;
}
.ly_footer_infoRow03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ly_footer_address dt {
  font-size: 1.5rem;
}
.ly_footer_address dd {
  font-size: 1.4rem;
}
.ly_footer_copyright {
  font: 1.2rem "Kanit", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
}
.ly_footer_linkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ly_footer_linkbtn li {
  position: relative;
}
.ly_footer_linkbtn li:first-child {
  margin-right: 0.5em;
}
.ly_footer_linkbtn li:first-child svg {
  width: 20px;
  height: 13.63px;
  margin: 0 5px 0 0;
}
.ly_footer_linkbtn li:first-child svg polygon {
  fill: #fff;
}
.ly_footer_linkbtn li:nth-of-type(2) svg {
  position: relative;
  top: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 15px;
  margin-right: 3px;
  padding: 0;
}
.ly_footer_linkbtn li:nth-of-type(2) svg .st0 {
  fill: none;
}
.ly_footer_linkbtn li:nth-of-type(2) svg .st1 {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .ly_footer_linkbtn {
    display: block;
  }
  .ly_footer_linkbtn li {
    margin-top: 0.5em;
  }
  .ly_footer_linkbtn li:first-child {
    margin-right: 0;
  }
}
:root[theme=dark] .ly_footer {
  background: #333;
}
:root[theme=dark] .ly_footer_eventItem {
  background: #1a1a1a;
  border: 1px solid #fff;
}
:root[theme=dark] .ly_footer_eventItem a::before {
  border-bottom: 880px solid #000;
}
:root[theme=dark] .ly_footer_nav {
  border-top: 1px solid #fff;
}
:root[theme=dark] .ly_footer_navList_1st, :root[theme=dark] .ly_footer_navList_2nd {
  border-bottom: 1px solid #fff;
}
:root[theme=dark] .ly_footer_navTtl_1st {
  color: #ff0;
}
:root[theme=dark] .ly_footer_childItem {
  line-height: 1.3;
  padding-bottom: 15px;
  color: #fff;
}
:root[theme=dark] .ly_footer_childItem a {
  color: #ff0;
}
@media screen and (max-width: 767px) {
  :root[theme=dark] .ly_footer_nav {
    border-top: none;
  }
  :root[theme=dark] .ly_footer_navItem_1st {
    border-bottom: 1px solid #fff;
  }
  :root[theme=dark] .ly_footer_navList_1st, :root[theme=dark] .ly_footer_navList_2nd {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .ly_footer_eventNav {
    display: block;
    margin: 0 0 40px 0;
  }
  .ly_footer_eventItem {
    width: 94%;
    margin: 0 auto 20px auto;
  }
  .ly_footer_eventItem.__schedule {
    margin: 0 auto 20px auto;
  }
  .ly_footer_eventItem a {
    padding: 15px;
    font-size: 1.4rem;
  }
  .ly_footer_nav {
    border-top: none;
  }
  .ly_footer_navList_1st, .ly_footer_navList_2nd {
    padding: 0;
    border-bottom: none;
  }
  .ly_footer_navList_1st {
    margin-bottom: 30px;
    line-height: 2.5;
  }
  .ly_footer_navList_2nd {
    line-height: 2;
  }
  .ly_footer_navItem_1st, .ly_footer_navItem_2nd {
    width: 100%;
    margin: 0.5rem 0;
    padding: 0.5rem 0.5rem 1rem;
  }
  .ly_footer_navItem_1st {
    margin: 0;
    border-bottom: 1px solid #3a5569;
  }
  .ly_footer_navItem_1st:first-of-type, .ly_footer_navItem_1st:nth-of-type(3n+1), .ly_footer_navItem_1st:nth-of-type(2), .ly_footer_navItem_1st:nth-of-type(3n+2), .ly_footer_navItem_1st:nth-of-type(3n) {
    width: 49%;
    max-width: 350px;
    margin: 0;
  }
  .ly_footer_navTtl_1st {
    font-size: 1.4rem;
  }
  .ly_footer_navTtl_1st:hover, .ly_footer_navTtl_1st:focus {
    outline: none;
  }
  .ly_footer_navList_2nd {
    padding: 0;
    margin: 0 0 50px;
  }
  .ly_footer_navItem_2nd {
    margin: 0;
    text-decoration: underline;
  }
  .ly_footer_navItem_2nd:first-of-type, .ly_footer_navItem_2nd:nth-of-type(4n+1), .ly_footer_navItem_2nd:nth-of-type(2), .ly_footer_navItem_2nd:nth-of-type(4n+2), .ly_footer_navItem_2nd:nth-of-type(3), .ly_footer_navItem_2nd:nth-of-type(4n+3), .ly_footer_navItem_2nd:nth-of-type(4n) {
    width: 49%;
    margin: 0;
  }
  .ly_footer_navItem_2nd:nth-of-type(odd) {
    margin-right: 2%;
  }
  .ly_footer_navTtl_2nd {
    font-size: 1.4rem;
  }
  .ly_footer_navTtl_1st {
    text-indent: -1.4rem;
    padding-left: 1.4rem;
  }
  .ly_footer_navItem_2nd a {
    text-indent: -1.4rem;
    padding-left: 1.4rem;
    display: block;
  }
  .ly_footer_snsNav {
    margin: 0 0 30px;
  }
  .ly_footer_info {
    padding: 30px 15px;
  }
  .ly_footer_infoRow01 {
    display: block;
  }
  .ly_footer_infoLogo {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .ly_footer_infoContact {
    margin: 0 auto;
  }
  .ly_footer_infoRow02 {
    display: block;
    margin-bottom: 30px;
  }
  .ly_footer_infoLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ly_footer_infoLinkItem {
    font-size: 1.2rem;
  }
  .ly_footer_infoLinkItem:first-of-type {
    padding: 0 10px 0 0;
  }
  .ly_footer_infoLinkItem:nth-of-type(2) {
    padding: 0 0 0 10px;
  }
  .ly_footer_infoRow03 {
    display: block;
  }
  .ly_footer_address {
    margin-bottom: 20px;
  }
  .ly_footer_address dt {
    font-size: 1.3rem;
  }
  .ly_footer_address dd {
    font-size: 1.2rem;
  }
  .ly_footer_copyright {
    font-size: 1rem;
  }
}
@media screen and (max-width: 414px) {
  .ly_footer_navItem_1st {
    border-bottom: 1px solid #3a5569;
  }
  .ly_footer_navItem_1st:first-of-type, .ly_footer_navItem_1st:nth-of-type(3n+1), .ly_footer_navItem_1st:nth-of-type(2), .ly_footer_navItem_1st:nth-of-type(3n+2), .ly_footer_navItem_1st:nth-of-type(3n) {
    width: 100%;
    max-width: 414px;
    margin: 0;
  }
  .ly_footer_navItem_2nd:first-of-type, .ly_footer_navItem_2nd:nth-of-type(4n+1), .ly_footer_navItem_2nd:nth-of-type(2), .ly_footer_navItem_2nd:nth-of-type(4n+2), .ly_footer_navItem_2nd:nth-of-type(3), .ly_footer_navItem_2nd:nth-of-type(4n+3), .ly_footer_navItem_2nd:nth-of-type(4n) {
    width: 100%;
  }
  .ly_footer_navItem_2nd:nth-of-type(odd) {
    margin-right: 0;
  }
}
.ly_sectionInner_with_bgcolor {
  margin: 0 0 2em 0;
  padding: 90px 0 1em;
  background: -webkit-gradient(linear, left top, right top, from(#e0e8f3), color-stop(95%, #e0e8f3), color-stop(95%, #fff), to(#fff));
  background: linear-gradient(90deg, #e0e8f3 0%, #e0e8f3 95%, #fff 95%, #fff 100%);
}

@media screen and (max-width: 767px) {
  .ly_sectionInner_with_bgcolor {
    width: 100%;
    padding: 2em 3% 2em;
    background: -webkit-gradient(linear, left top, right top, from(#e0e8f3), color-stop(95%, #e0e8f3), color-stop(95%, #e0e8f3), to(#e0e8f3));
    background: linear-gradient(90deg, #e0e8f3 0%, #e0e8f3 95%, #e0e8f3 95%, #e0e8f3 100%);
  }
}
:root[theme=dark] .ly_sectionInner_with_bgcolor,
:root[theme=dark] .ly_bg-fff_radius,
:root[theme=dark] .ly_bg-e0e8f3_radius {
  background: #333;
}