@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@500&family=Archivo:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
  font-size: 16px;
}
body a {
  color: #1c1c1c;
}

@media (max-width: 800px) {
  .pcOnly {
    display: none;
  }
}

@media (min-width: 801px) {
  .spOnly {
    display: none;
  }
}

.archivo {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.antonio {
  font-family: "Antonio", sans-serif;
  font-weight: 400;
}

.zen-400 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.zen-500 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.zen-700 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.mtmenu {
  margin-top: 80px;
}
@media (max-width: 500px) {
  .mtmenu {
    margin-top: 60px;
  }
}

.headermenu {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ccc;
  background-color: white;
  position: fixed;
  z-index: 2001;
  top: 0;
  left: 0;
}
@media (max-width: 500px) {
  .headermenu {
    height: 60px;
  }
}
.headermenu .logo {
  position: absolute;
  display: flex;
  left: 20px;
  top: 14px;
  gap: 20px;
  align-items: center;
}
@media (max-width: 900px) {
  .headermenu .logo {
    gap: 10px;
  }
}
@media (max-width: 850px) {
  .headermenu .logo {
    gap: 6px;
    left: 10px;
  }
}
@media (max-width: 500px) {
  .headermenu .logo {
    top: 5px;
    left: 5px;
  }
}
.headermenu .logo .imgbox {
  max-width: 120px;
  height: auto;
}
.headermenu .logo .imgbox img {
  width: 100%;
}
.headermenu h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1000px) {
  .headermenu h1 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .headermenu h1 {
    font-size: 5vw;
  }
}
.headermenu h1 span.sub,
.headermenu h1 span.en {
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 900px) {
  .headermenu h1 span.sub,
  .headermenu h1 span.en {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .headermenu h1 span.sub,
  .headermenu h1 span.en {
    font-size: 3vw;
  }
}
@media (min-width: 1001px) {
  .headermenu h1 .only1000 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .headermenu h1 .over1000 {
    display: none;
  }
}
.headermenu .globalmenu {
  position: absolute;
  display: flex;
  right: 200px;
  top: 20px;
  gap: 26px;
}
@media (max-width: 800px) {
  .headermenu .globalmenu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .headermenu .globalmenu {
    gap: 15px;
    right: 160px;
  }
}
@media (max-width: 1000px) {
  .headermenu .globalmenu {
    gap: 10px;
    right: 120px;
  }
}
.headermenu .globalmenu li {
  font-size: 18px;
}
.headermenu .globalmenu li span.jp {
  font-size: 13px;
}
.headermenu .globalmenu .eventbtn {
  z-index: 2000;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}
.headermenu .globalmenu .eventbtn img {
  width: 6px;
  vertical-align: middle;
}
.headermenu .globalmenu .submenu {
  position: absolute;
  top: 45px;
  display: none;
  width: 150px;
  background-color: white;
}
.headermenu .globalmenu .submenu li a {
  font-size: 12px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0.5em;
  display: inline-block;
}
.headermenu .globalmenu .submenu li a:hover {
  background-color: #ececec;
}
.headermenu .headcontacktbtn {
  position: absolute;
  right: 30px;
  top: 14px;
  display: inline-block;
  color: white;
  background-color: #da9729;
  border-radius: 3em;
  height: 3em;
  line-height: 3em;
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 1000px) {
  .headermenu .headcontacktbtn {
    right: 10px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 800px) {
  .headermenu .headcontacktbtn {
    display: none;
  }
}
.headermenu .headcontacktbtn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.headermenu .menubtn {
  display: none;
}
@media (max-width: 800px) {
  .headermenu .menubtn {
    cursor: pointer;
    display: block;
    width: auto;
    height: 80px;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 500px) {
  .headermenu .menubtn {
    height: 60px;
  }
}

.mainv {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .mainv {
    margin-top: 60px;
  }
}
.mainv .naming {
  position: absolute;
  right: 10px;
  bottom: 70px;
  z-index: 101;
  transition: 0.3s;
  width: 320px;
}
@media (max-width: 800px) {
  .mainv .naming {
    width: 50%;
    bottom: -30px;
    right: 0px;
    min-width: 240px;
  }
}
.mainv .naming img {
  width: 100%;
}
.mainv .naming:hover {
  opacity: 0.8;
}
.mainv .swiper {
  z-index: 100;
}
.mainv .swiper-slide {
  position: relative;
}
.mainv .swiper-slide img {
  width: 100%;
}
@media (max-width: 800px) {
  .mainv .swiper-slide img {
    width: auto;
    height: 70vh;
  }
}

.topinfo {
  position: relative;
  top: -80px;
  z-index: 102;
  width: 100%;
}
@media (max-width: 1260px) {
  .topinfo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 800px) {
  .topinfo {
    padding-left: 2vw;
    padding-right: 2vw;
    top: 0;
  }
}
.topinfo .item {
  background-color: white;
  border: 1px solid #6d6d6d;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  padding: 1em;
  padding-left: 3em;
  padding-right: 3em;
  border-radius: 6px;
}
@media (max-width: 800px) {
  .topinfo .item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.topinfo .item .row {
  margin-top: 1em;
  position: relative;
  padding-right: 1em;
}
.topinfo .item .row:first-child {
  margin-top: 0;
}
.topinfo .item .row::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/top/arrrowright.svg");
  right: 0;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1260px) {
  .w1200 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 800px) {
  .w1200 {
    padding: 0;
  }
}

.maincontent {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 4%;
}
@media (max-width: 1260px) {
  .maincontent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1100px) {
  .maincontent {
    gap: 3%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.maincontent .leftbox {
  flex: 1;
  min-width: 0;
  /* ← これが核心。中身の最小幅に引っ張られなくなる */
}
.maincontent .sidemenu {
  width: 284px;
  top: 86px;
  position: sticky;
  align-self: flex-start;
}
@media (max-width: 800px) {
  .maincontent .sidemenu {
    display: none;
  }
}
.maincontent .sidemenu .linkbox a {
  display: inline-block;
  display: flex;
  align-items: center;
  background-color: #da9729;
  color: white;
  width: 100%;
  border-radius: 4px;
  height: 60px;
  padding: 6px;
  font-weight: bold;
  margin-bottom: 10px;
  background-image: url("../img/icon-event.svg");
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: 10px center;
}
.maincontent .sidemenu .linkbox a:hover {
  opacity: 0.8;
}
.maincontent .sidemenu .linkbox a span {
  margin-left: 60px;
}
.maincontent .sidemenu .linkbox a:nth-child(2) {
  background-image: url("../img/icon-guide.svg");
}
.maincontent .sidemenu .linkbox a:nth-child(3) {
  background-image: url("../img/icon-use.svg");
}
.maincontent .sidemenu .linkbox a:nth-child(4) {
  background-image: url("../img/icon-access.svg");
}
.maincontent .sidemenu .kanribox p {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 14px;
}
.maincontent .sidemenu .kanribox a {
  display: flex;
  width: 100%;
  border: 1px solid #6d6d6d;
  border-radius: 4px;
  background-color: white;
  align-items: center;
  padding: 0;
}
.maincontent .sidemenu .kanribox a:hover {
  opacity: 0.8;
}
.maincontent .sidemenu .kanribox a img {
  width: 60%;
  text-align: center;
  margin: auto;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.maincontent .sidemenu .kanribox a .txtbox {
  flex: 1;
  text-align: center;
}
.maincontent .sidemenu .kanribox a .txtbox span {
  width: 7em;
  font-size: 14px;
  color: white;
  background-color: #2f4399;
  display: inline-block;
  border-radius: 2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.maincontent .sidemenu .snslink {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}
.maincontent .sidemenu .snslink img {
  width: 40px;
}
.maincontent .sidemenu .partnershipbox p.txt {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
}
.maincontent .sidemenu .partnershipbox .pbnr a {
  display: inline-block;
  margin-bottom: 10px;
}
.maincontent .sidemenu .partnershipbox .pbnr a:hover {
  opacity: 0.8;
}
.maincontent .sidemenu .partnershipbox .pbnr img {
  border: 1px solid #ccc;
  width: 100%;
}
.maincontent .sidemenu .partnershipbox .partnershipbnr {
  margin-top: 16px;
  width: 100%;
  border-radius: 4px;
  background-image: url("../img/top/partnership_main.png");
  background-size: cover;
  color: white;
  padding: 12px;
}
.maincontent .sidemenu .partnershipbox .partnershipbnr p {
  font-size: 14px;
}
.maincontent .sidemenu .partnershipbox .partnershipbnr p.partner {
  font-size: 22px;
  font-weight: bold;
}

.mt-front {
  margin-top: 40px;
}
@media (max-width: 800px) {
  .mt-front {
    margin-top: 4rem;
  }
}

.mt85 {
  margin-top: 120px;
}
@media (max-width: 800px) {
  .mt85 {
    margin-top: 4rem;
  }
}

.h2box {
  border-left: 25px solid #da9729;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .h2box {
    border-left-width: 15px;
    padding-left: 0.5rem;
  }
}
.h2box h2 {
  font-size: 60px;
}
@media (max-width: 600px) {
  .h2box h2 {
    font-size: 12vw;
  }
}

.h2box.flex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .h2box.flex2 {
    flex-wrap: wrap;
  }
  .h2box.flex2 .txtbox {
    width: 100%;
  }
  .h2box.flex2 .link {
    width: 100%;
    display: flex;
    margin-top: 1rem;
    justify-content: right;
  }
}
@keyframes underline-appear {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.arrowlink {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-left: 2em;
}
@media (max-width: 600px) {
  .arrowlink {
    gap: 0.5rem;
  }
}
.arrowlink .text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  overflow: hidden;
}
.arrowlink .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
  transform: scaleX(1);
  transform-origin: left;
  transition: none;
}
.arrowlink:hover .text::after {
  animation: none;
  transform: scaleX(0);
  transition: transform 0s;
}
.arrowlink:hover .text::after {
  animation: underline-appear 0.5s 0.05s ease-out forwards;
}
.arrowlink .arrow {
  background-color: black;
  border-radius: 10em;
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .arrowlink .arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.arrowlink .arrow img {
  width: 1em;
}

.newslistbox {
  width: 100%;
  border: 1px solid #6d6d6d;
  border-radius: 10px;
  margin-top: 40px;
  padding-left: 2em;
  padding-right: 1em;
  height: 25em;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  .newslistbox {
    padding-left: 1em;
  }
}
.newslistbox .row {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 1rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.newslistbox .row .catebox {
  width: 10em;
  font-size: 13px;
}
.newslistbox .row .catebox span {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #da9729;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .newslistbox .row .catebox span {
    padding: 3px;
  }
}
.newslistbox .row .datebox {
  width: 6em;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 600px) {
  .newslistbox .row .datebox {
    text-align: left;
    width: 10em;
  }
}
.newslistbox .row .titlebox {
  flex: 1;
}
@media (max-width: 600px) {
  .newslistbox .row .titlebox {
    flex: initial;
    width: 100%;
  }
}
.newslistbox .row .titlebox p {
  font-size: 15px;
  line-height: 1.4;
}

.mt140 {
  margin-top: 140px;
}
@media (max-width: 600px) {
  .mt140 {
    margin-top: 4rem;
  }
}

.full {
  width: 100%;
}

@media (max-width: 1100px) {
  .guidewrapper {
    margin-top: 4rem;
  }
  .guidebox {
    padding-top: 6rem;
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .guidebox .whitebox {
    background-color: rgba(255, 255, 255, 0.82);
    position: relative;
    padding: 2rem;
    padding-bottom: 6rem;
  }
  .guidebox .whitebox p.infotxt {
    margin-top: 1rem;
    line-height: 1.6;
  }
  .guidebox .whitebox .circle-link {
    margin-left: 0;
    right: 0;
  }
}
@media (max-width: 1100px) and (max-width: 800px) {
  .guidebox .whitebox .circle-link {
    bottom: 2rem;
  }
}
@media (max-width: 1100px) {
  .guidebox.hallguidebox {
    background-image: url("../img/hallguide.jpg");
  }
  .guidebox.userguidebox {
    background-image: url("../img/userguide.jpg");
  }
}
@media (min-width: 1101px) {
  .guidewrapper {
    margin-top: 120px;
  }
  .guidebox {
    width: 100%;
    height: 500px;
    position: relative;
  }
  .guidebox .bg {
    background-color: #fff1de;
    position: absolute;
    width: 70%;
    height: 500px;
    z-index: 1;
  }
  .guidebox .bg01 {
    right: 10%;
    top: 10%;
  }
  .guidebox .bg02 {
    left: 10%;
    top: -10%;
  }
  .guidebox .imgbox {
    position: absolute;
    height: 500px;
    width: 620px;
    z-index: 2;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 1101px) and (max-width: 1000px) {
  .guidebox .imgbox {
    height: 50vw;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1101px) {
  .guidebox .whitebox {
    padding: 45px;
    position: absolute;
    z-index: 3;
    top: 80px;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 520px;
    padding-bottom: 120px;
  }
  .guidebox .whitebox p.infotxt {
    font-size: 14px;
    margin-top: 2em;
    line-height: 1.5;
  }
  .guidebox.hallguidebox .imgbox {
    left: 0;
    background-image: url("../img/hallguide.jpg");
  }
  .guidebox.hallguidebox .whitebox {
    right: 10px;
  }
  .guidebox.userguidebox .imgbox {
    right: 0;
    background-image: url("../img/userguide.jpg");
  }
  .guidebox.userguidebox .whitebox {
    left: 10px;
    top: -80px;
  }
}
@media (min-width: 1101px) and (max-width: 630px) {
  .guidebox.userguidebox .whitebox {
    left: 0;
    top: 0;
  }
}
.circle-link {
  font-size: 12px;
  height: 60px;
  width: 15em;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
@media (max-width: 800px) {
  .circle-link {
    width: 40vw;
    bottom: 0;
    height: 10vw;
    margin-left: 31vw;
  }
}
.circle-link .circle {
  display: inline-block;
  width: 56px;
  height: 56px;
  border: 1px solid black;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 34px;
  margin-right: 10px;
  position: absolute;
  transition: 0.4s;
}
.circle-link .circle.hover {
  width: 15em;
}
.circle-link a {
  padding-left: 20px;
  position: absolute;
  display: inline-flex;
  line-height: 2em;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: black;
  text-decoration: none;
}
.circle-link a span {
  margin-right: 3em;
}

.mt250 {
  margin-top: 250px;
}
@media (max-width: 800px) {
  .mt250 {
    margin-top: 4rem;
  }
}

.fcontactbox {
  height: 480px;
  width: 100%;
  background-image: url("../img/fcontactbox.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.fcontactbox .buttonflex {
  display: flex;
  color: white;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fcontactbox .buttonflex .innerbox {
  width: 46%;
  max-width: 28em;
}
@media (max-width: 800px) {
  .fcontactbox .buttonflex .innerbox {
    width: 90%;
  }
  .fcontactbox .buttonflex .innerbox:first-child {
    margin-bottom: 3em;
  }
}
.fcontactbox .buttonflex .innerbox a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  display: inline-block;
  border: 2px solid white;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}
.fcontactbox .buttonflex .innerbox a:hover {
  background-color: #2c2c2c;
}
.fcontactbox .buttonflex .innerbox a span.jp {
  font-size: 14px;
}
.fcontactbox .buttonflex .innerbox a span.en {
  font-size: 34px;
}
.fcontactbox .buttonflex .innerbox a span.en img {
  vertical-align: middle;
  width: 40px;
  margin-right: 0.2em;
}
.fcontactbox .buttonflex .innerbox p.txt {
  margin-top: 1em;
  line-height: 1.5;
  text-align: center;
}

.pageTop {
  z-index: 1200;
  display: none;
  cursor: pointer;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 48px;
}

.footerbox {
  background-color: #da9729;
  color: white;
  padding-top: 32px;
  padding-bottom: 30px;
}
@media (max-width: 900px) {
  .footerbox {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.footerbox .w1200 {
  position: relative;
}
.footerbox a {
  color: white;
}
.footerbox .namebox p.name {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .footerbox .namebox p.name {
    font-size: 5vw;
  }
}
.footerbox .namebox p.name span {
  font-size: 14px;
  font-weight: normal;
}
.footerbox .namebox p.en {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 1em;
}
.footerbox .namebox p.address,
.footerbox .namebox p.tel,
.footerbox .namebox p.memo {
  margin-top: 0.5em;
  font-size: 14px;
}
@media (max-width: 900px) {
  .footerbox .namebox p.memo {
    font-size: 14px;
    margin-top: 1em;
    display: inline-block;
    padding: 0.3em;
    border: 1px solid white;
  }
}
.footerbox .fmenu {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
}
@media (max-width: 900px) {
  .footerbox .fmenu {
    display: none;
  }
}
.footerbox .fmenu .item {
  position: relative;
}
.footerbox .fmenu .item:last-child a::after {
  content: "";
  margin-left: 0;
}
.footerbox .fmenu a,
.footerbox .fmenu p {
  margin-left: 1em;
  font-size: 20px;
}
.footerbox .fmenu a::after,
.footerbox .fmenu p::after {
  content: "/";
  margin-left: 1em;
}
.footerbox .fmenu .eventrow {
  position: absolute;
  width: 10em;
  display: flex;
  flex-direction: column;
  margin-top: 0.3em;
}
.footerbox .fmenu .eventrow a {
  font-size: 11px;
  margin-bottom: 0.5em;
}
@media (max-width: 520px) {
  .footerbox .fmenu .eventrow a {
    font-size: 2.3vw;
  }
}
.footerbox .fmenu .eventrow a::after {
  display: none;
}
.footerbox .privacybox {
  text-align: right;
  font-size: 13px;
}
@media (max-width: 900px) {
  .footerbox .privacybox {
    margin-top: 2em;
    text-align: left;
  }
}
.footerbox .privacybox p {
  margin-bottom: 0.6em;
}
@media (max-width: 900px) {
  .footerbox .privacybox p.copy {
    margin-top: 2em;
    text-align: center;
  }
}

.page-privacy .content {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1100px) {
  .page-privacy .content {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.page-privacy .content h3 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #383531;
  margin-top: 2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
.page-privacy .content p {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.pagetopmargin {
  margin-top: 110px;
  top: 80px;
}
@media (max-width: 600px) {
  .pagetopmargin {
    margin-top: 4rem;
  }
}

.page-mainv {
  position: relative;
  background-image: url("../img/privacy/header.jpg");
  background-position: center center;
  background-size: cover;
}
.page-mainv .w1200 {
  height: 260px;
  position: relative;
}
.page-mainv .w1200 .h2box {
  position: absolute;
  color: white;
  top: 80px;
}
@media (max-width: 800px) {
  .page-mainv .w1200 .h2box {
    left: 20px;
  }
}
.page-mainv .w1200 .pankuzu {
  position: absolute;
  border: 1px solid #6d6d6d;
  bottom: -2em;
  border-radius: 12px;
  background-color: white;
  padding: 1.4em;
  padding-left: 2em;
  width: 96%;
  left: 2%;
  font-size: 13px;
}
@media (max-width: 800px) {
  .page-mainv .w1200 .pankuzu {
    bottom: -1rem;
    padding: 0.6rem;
  }
}
.page-mainv .w1200 .pankuzu ul {
  display: flex;
}
.page-mainv .w1200 .pankuzu ul li a:after {
  margin-left: 1em;
  margin-right: 1em;
  content: ">";
}
@media (max-width: 800px) {
  .page-mainv .w1200 .pankuzu ul li:last-child {
    white-space: nowrap;
    /* 折り返ししない */
    overflow: hidden;
    /* はみ出した部分を隠す */
    text-overflow: ellipsis;
    /* …で省略 */
    width: 15em;
  }
}

.page-userguide .page-mainv {
  background-image: url("../img/userguide/header.jpg");
}

.page-hallguide .page-mainv {
  background-image: url("../img/hallguide/header.jpg");
}

.page-access .accesstable {
  width: 100%;
}
.page-access .accesstable td {
  padding-top: 1em;
  padding-bottom: 1em;
  border: 1px solid #929292;
  font-size: 15px;
  padding-left: 1em;
  padding-right: 1em;
}
@media (max-width: 600px) {
  .page-access .accesstable td {
    width: 100%;
    display: block;
  }
}
.page-access .accesstable td:first-child {
  text-align: center;
  width: 10em;
  background-color: #f8f1e7;
}
@media (max-width: 600px) {
  .page-access .accesstable td:first-child {
    width: 100%;
    text-align: left;
    border-bottom: none;
    border-top: none;
  }
}
@media (max-width: 600px) {
  .page-access .accesstable tr:first-child td:first-child {
    border-top: 1px solid #929292;
  }
}
.page-access .gmap {
  margin-top: 60px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.page-access .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-contact p.txt01 {
  margin-bottom: 2em;
  line-height: 1.6;
}
.page-contact .table {
  width: 100%;
}
.page-contact .table td {
  line-height: 1.6;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 1px solid #929292;
  font-size: 15px;
  padding-left: 1em;
  padding-right: 1em;
}
@media (max-width: 600px) {
  .page-contact .table td {
    width: 100%;
    display: block;
  }
}
.page-contact .table td:first-child {
  text-align: center;
  width: 10em;
  background-color: #f8f1e7;
}
@media (max-width: 600px) {
  .page-contact .table td:first-child {
    width: 100%;
    text-align: left;
    border-bottom: none;
    border-top: none;
  }
}
.page-contact .table td a.sitelink {
  display: inline-block;
  margin-left: 1em;
  background-color: #2f4399;
  color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 2em;
  padding-right: 2em;
  position: relative;
}
.page-contact .table td a.sitelink::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  right: 10px;
  background-image: url("../img/contact/sitelink.svg");
}
.page-contact .table td span {
  font-size: 13.5px;
}
@media (max-width: 600px) {
  .page-contact .table tr:first-child td:first-child {
    border-top: 1px solid #929292;
  }
}

.centerbox {
  display: flex;
  justify-content: center;
}
.centerbox .arrowlink {
  margin-top: 2rem;
}

.page-userguide .leftbox h2,
.page-hallguide .leftbox h2 {
  text-align: center;
  color: #da9729;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 2em;
}
.page-userguide .leftbox h3,
.page-hallguide .leftbox h3 {
  font-size: 25px;
  border-left: 6px solid #da9729;
  padding-left: 0.5em;
  font-weight: bold;
  margin-bottom: 1.3em;
}
.page-userguide .leftbox h4,
.page-hallguide .leftbox h4 {
  background-color: #383531;
  color: white;
  text-align: center;
  line-height: 1.4;
  padding-top: 5px;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 1.5em;
}
.page-userguide .leftbox a.userlink,
.page-hallguide .leftbox a.userlink {
  background-color: #da9729;
  color: white;
  display: inline-block;
  margin-top: 0.6em;
  font-size: 14px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 3em;
}
.page-userguide .leftbox table.tb01,
.page-hallguide .leftbox table.tb01 {
  margin-bottom: 1em;
  width: 100%;
}
.page-userguide .leftbox table.tb01 td,
.page-hallguide .leftbox table.tb01 td {
  border: 1px solid #939393;
  padding: 0.6em;
  line-height: 1.4;
  font-size: 15px;
}
@media (max-width: 600px) {
  .page-userguide .leftbox table.tb01 td,
  .page-hallguide .leftbox table.tb01 td {
    width: 100%;
    display: block;
  }
}
.page-userguide .leftbox table.tb01 td:first-child,
.page-hallguide .leftbox table.tb01 td:first-child {
  width: 12em;
  background-color: #f9f2e8;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .page-userguide .leftbox table.tb01 td:first-child,
  .page-hallguide .leftbox table.tb01 td:first-child {
    width: 100%;
    text-align: left;
    border-bottom: none;
    border-top: none;
  }
}
@media (max-width: 600px) {
  .page-userguide .leftbox table.tb01 tr:first-child td:first-child,
  .page-hallguide .leftbox table.tb01 tr:first-child td:first-child {
    border-top: 1px solid #929292;
  }
}
.page-userguide .leftbox p,
.page-hallguide .leftbox p {
  margin-left: 1em;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 1em;
}
.page-userguide .leftbox ul,
.page-hallguide .leftbox ul {
  list-style-position: outside;
  margin-bottom: 1em;
  font-size: 15px;
  margin-left: 3em;
}
.page-userguide .leftbox ul li,
.page-hallguide .leftbox ul li {
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.page-userguide .leftbox ul li::before,
.page-hallguide .leftbox ul li::before {
  position: absolute;
  left: -1.5em;
  top: 0;
  width: 1em;
  content: "－";
  color: #da9729;
}
.page-userguide .leftbox img.icon,
.page-hallguide .leftbox img.icon {
  width: 2em;
  vertical-align: middle;
  margin-right: 0.3em;
}
.page-userguide .leftbox p.mediaicon,
.page-hallguide .leftbox p.mediaicon {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
.page-userguide .leftbox p.memo,
.page-hallguide .leftbox p.memo {
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.5;
  font-weight: normal;
  background-color: #f7f3ed;
  padding: 4px;
}
.page-userguide .filelinkflex,
.page-hallguide .filelinkflex {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  padding: 3%;
}
@media (max-width: 600px) {
  .page-userguide .filelinkflex,
  .page-hallguide .filelinkflex {
    justify-content: center;
  }
}
.page-userguide .filelinkflex a.linkitem,
.page-hallguide .filelinkflex a.linkitem {
  width: 47%;
  border: 2px solid #da9729;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .page-userguide .filelinkflex a.linkitem,
  .page-hallguide .filelinkflex a.linkitem {
    width: 90%;
    max-width: 400px;
  }
}
.page-userguide .filelinkflex a.linkitem .iconbox,
.page-hallguide .filelinkflex a.linkitem .iconbox {
  background-color: #da9729;
  padding: 14px;
  display: flex;
  align-items: center;
}
.page-userguide .filelinkflex a.linkitem .iconbox img,
.page-hallguide .filelinkflex a.linkitem .iconbox img {
  width: 1.8rem;
}
.page-userguide .filelinkflex a.linkitem .linkbox,
.page-hallguide .filelinkflex a.linkitem .linkbox {
  width: 100%;
  padding: 12px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-size: 15px;
}
.page-userguide p.tani,
.page-hallguide p.tani {
  text-align: right;
  font-size: 13px;
  margin-bottom: 0;
}
.page-userguide .tablescroll,
.page-hallguide .tablescroll {
  margin-top: 0.2em;
  overflow-x: auto;
  width: 100%;
  min-height: 100px;
}
.page-userguide .tablescroll p,
.page-hallguide .tablescroll p {
  margin-left: 0;
  text-align: right;
  width: 120%;
  background-color: lightcoral;
}
.page-userguide .tablescroll table.price td,
.page-hallguide .tablescroll table.price td {
  white-space: nowrap;
  font-size: 15px;
  border: 1px solid #939393;
  vertical-align: middle;
  line-height: 1.4;
  padding: 2px;
  padding-right: 5px;
}
.page-userguide .tablescroll table.price td:first-child,
.page-hallguide .tablescroll table.price td:first-child {
  background-color: #f9f2e8;
}
.page-userguide .tablescroll table.price td li,
.page-hallguide .tablescroll table.price td li {
  white-space: normal;
}
.page-userguide .tablescroll table.price tr:nth-child(2) td:nth-child(2),
.page-userguide .tablescroll table.price tr:nth-child(2) td:nth-child(3),
.page-userguide .tablescroll table.price tr:nth-child(4) td:nth-child(2),
.page-userguide .tablescroll table.price tr:nth-child(6) td:nth-child(2),
.page-hallguide .tablescroll table.price tr:nth-child(2) td:nth-child(2),
.page-hallguide .tablescroll table.price tr:nth-child(2) td:nth-child(3),
.page-hallguide .tablescroll table.price tr:nth-child(4) td:nth-child(2),
.page-hallguide .tablescroll table.price tr:nth-child(6) td:nth-child(2) {
  background-color: #f9f2e8;
}
.page-userguide .tablescroll table.price tr.bgblack td,
.page-hallguide .tablescroll table.price tr.bgblack td {
  background-color: black;
  color: white;
  text-align: center;
}
.page-userguide .tablescroll table.price ol,
.page-hallguide .tablescroll table.price ol {
  margin: 1em;
  margin-left: 1.2em;
  list-style-position: outside;
}
.page-userguide .tablescroll table.price ol li,
.page-hallguide .tablescroll table.price ol li {
  text-align: justify;
  list-style-type: decimal;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 14px;
}
.page-userguide table.price,
.page-userguide table.price2,
.page-hallguide table.price,
.page-hallguide table.price2 {
  width: 100%;
}
.page-userguide table.price .w01,
.page-userguide table.price2 .w01,
.page-hallguide table.price .w01,
.page-hallguide table.price2 .w01 {
  width: 6rem;
}
@media (max-width: 600px) {
  .page-userguide table.price .w01,
  .page-userguide table.price2 .w01,
  .page-hallguide table.price .w01,
  .page-hallguide table.price2 .w01 {
    width: 4em;
  }
}
.page-userguide table.price .w02,
.page-userguide table.price2 .w02,
.page-hallguide table.price .w02,
.page-hallguide table.price2 .w02 {
  width: 9rem;
}
.page-userguide table.price .w03,
.page-userguide table.price2 .w03,
.page-hallguide table.price .w03,
.page-hallguide table.price2 .w03 {
  width: 4rem;
}
.page-userguide table.price .w04,
.page-userguide table.price2 .w04,
.page-hallguide table.price .w04,
.page-hallguide table.price2 .w04 {
  width: 6rem;
}
.page-userguide table.price td,
.page-userguide table.price2 td,
.page-hallguide table.price td,
.page-hallguide table.price2 td {
  font-size: 15px;
  border: 1px solid #939393;
  vertical-align: middle;
  line-height: 1.4;
  padding: 4px 1em;
}
@media (min-width: 601px) {
  .page-userguide table.price td,
  .page-userguide table.price2 td,
  .page-hallguide table.price td,
  .page-hallguide table.price2 td {
    white-space: nowrap;
  }
}
.page-userguide table.price td:first-child,
.page-userguide table.price2 td:first-child,
.page-hallguide table.price td:first-child,
.page-hallguide table.price2 td:first-child {
  background-color: #f9f2e8;
}
.page-userguide table.price td li,
.page-userguide table.price2 td li,
.page-hallguide table.price td li,
.page-hallguide table.price2 td li {
  white-space: normal;
}
.page-userguide table.price tr.bgblack td,
.page-userguide table.price2 tr.bgblack td,
.page-hallguide table.price tr.bgblack td,
.page-hallguide table.price2 tr.bgblack td {
  background-color: #383531;
  color: white;
  text-align: center;
}
.page-userguide table.price .tac,
.page-userguide table.price2 .tac,
.page-hallguide table.price .tac,
.page-hallguide table.price2 .tac {
  text-align: center;
}
.page-userguide table.price .fsmall,
.page-userguide table.price2 .fsmall,
.page-hallguide table.price .fsmall,
.page-hallguide table.price2 .fsmall {
  font-size: 13.5px;
}
.page-userguide table.price .num,
.page-userguide table.price2 .num,
.page-hallguide table.price .num,
.page-hallguide table.price2 .num {
  text-align: right;
}
.page-userguide .tableflex2,
.page-hallguide .tableflex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-userguide .tableflex2 > .box,
.page-hallguide .tableflex2 > .box {
  width: 48%;
}
@media (max-width: 600px) {
  .page-userguide .tableflex2 > .box,
  .page-hallguide .tableflex2 > .box {
    width: 100%;
  }
}
.page-userguide .price3 tr td:nth-child(2),
.page-userguide .price3 tr td:nth-child(3),
.page-hallguide .price3 tr td:nth-child(2),
.page-hallguide .price3 tr td:nth-child(3) {
  text-align: right;
  width: 30%;
}
.page-userguide ul.pianolist,
.page-hallguide ul.pianolist {
  margin-top: 1em;
  margin-left: 1em;
}
.page-userguide ul.pianolist li,
.page-hallguide ul.pianolist li {
  margin-bottom: 0.2em;
  font-size: 14px;
}
.page-userguide ul.pianolist li::before,
.page-hallguide ul.pianolist li::before {
  display: none;
}

.page-hallguide .leftbox .mapbox {
  position: relative;
}
.page-hallguide .leftbox .mapbox img {
  width: 100%;
}
.page-hallguide .leftbox .mapbox .floornum {
  text-align: center;
  background-color: #da9729;
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 5em;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.page-hallguide .leftbox .mapbox p {
  margin-top: 2em;
  text-align: center;
  margin-bottom: 3em;
}
.page-hallguide .leftbox .mapbox p a {
  display: inline-block;
  background-color: #da9729;
  color: white;
  padding-right: 2.5em;
  padding-left: 2.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 5em;
}
.page-hallguide .leftbox .mapbox p a:hover {
  opacity: 0.8;
}
.page-hallguide .leftbox h3.imgtitle {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 18px;
}
.page-hallguide .leftbox .flex2img {
  display: flex;
  margin-bottom: 2em;
  gap: 6%;
}
.page-hallguide .leftbox .flex2img .imgbox {
  flex: 1;
  max-width: 47%;
}
.page-hallguide .leftbox .flex2img .imgbox img {
  width: 100%;
}
.page-hallguide table.hallguidetbl {
  width: 100%;
}
.page-hallguide table.hallguidetbl td {
  vertical-align: middle;
  border: 1px solid #939393;
  padding: 0.6em;
  line-height: 1.4;
  font-size: 15px;
  width: 30%;
  -moz-text-align-last: left;
       text-align-last: left;
}
.page-hallguide table.hallguidetbl td:nth-child(1), .page-hallguide table.hallguidetbl td:nth-child(3) {
  background-color: #f9f2e8;
  width: 10em;
}
@media (max-width: 600px) {
  .page-hallguide table.hallguidetbl td:nth-child(1), .page-hallguide table.hallguidetbl td:nth-child(3) {
    width: 100%;
    text-align: left;
    border-bottom: none;
    border-top: none;
  }
}
@media (max-width: 600px) {
  .page-hallguide table.hallguidetbl td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 600px) {
  .page-hallguide table.hallguidetbl tr:first-child td:first-child {
    border-top: 1px solid #929292;
  }
}
.page-hallguide .filelinkflex {
  padding: 0;
}

.lb-caption {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px !important;
}

.lb-number {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.newslist .page-content {
  margin-top: 120px;
}
@media (max-width: 500px) {
  .newslist .page-content {
    margin-top: 60px;
  }
}
.newslist .row {
  margin-bottom: 4rem;
}
.newslist .flexdate {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1rem;
}
.newslist .flexdate .date {
  font-size: 14px;
  color: #333;
}
.newslist .flexdate .category {
  display: flex;
  gap: 6px;
}
.newslist .flexdate .category span {
  background-color: #da9729;
  color: white;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  font-size: 13px;
  white-space: nowrap;
}
.newslist .flexdate .line {
  flex-grow: 1;
  height: 1px;
  background-color: #6d6d6d;
  margin-left: 0.1em;
}
.newslist .title {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .newslist .title {
    font-size: 4.6vw;
  }
}
.newslist .linkcontents {
  margin-top: 0.5em;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newslist .linkcontents p {
  font-size: 15px;
  line-height: 1.4;
  flex: 1;
}
.newslist .linkcontents .linkbox {
  width: 2em;
  margin-right: 1em;
}
.newslist .linkcontents .linkbox img {
  width: 100%;
}

.post-navigation {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 2em;
}
.post-navigation a {
  font-size: 14px;
  position: relative;
}
.post-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.post-navigation a:hover::after {
  width: 100%;
}

.pagination {
  margin: 120px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 520px) {
  .pagination {
    margin: 1rem 0;
  }
}

.pagination .page,
.pagination .pages,
.pagination .current,
.pagination .extend,
.pagination .last,
.pagination .nextpostslink,
.pagination .first,
.pagination .previouspostslink {
  border: none;
}

.pagination .current {
  background-color: #da9729;
  color: white;
}

.pagination a,
.pagination span {
  margin: 0;
  display: inline-block;
  text-align: center;
  min-width: 1.5em;
}

.pagination a {
  position: relative;
  text-decoration: none;
  color: inherit;
  border: none;
}

.pagination a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.pagination a:hover::after {
  width: 100%;
}

.yearselectboxsp {
  background-color: #f2f4f3;
  border-radius: 0.4rem;
  padding: 1rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 2vw;
  justify-content: center;
}
.yearselectboxsp .yearSelect {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 3em;
  position: relative;
}
.yearselectboxsp .yearSelect select {
  width: 100%;
}
.yearselectboxsp .yearSelect::after {
  position: absolute;
  right: 10px;
  top: 10px;
  content: "";
  width: 10px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/selectdown.svg");
}
.yearselectboxsp .yearSelect select {
  width: 100%;
  padding: 0.3rem;
  border: none;
  background-color: white;
  padding-left: 1em;
  padding-right: 0.5em;
  border-radius: 3em;
}
@media (max-width: 520px) {
  .yearselectboxsp .yearSelect select {
    font-size: 4vw;
  }
}

p.nodata {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 1em;
}

.yearselectbox {
  margin-bottom: 5rem;
  background-color: #f2f4f3;
  border-radius: 16px;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.yearselectbox p.title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 520px) {
  .yearselectbox p.title {
    font-size: 4.6vw;
  }
}
.yearselectbox p.mt2em {
  margin-top: 1em;
}
.yearselectbox ul.flex {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.yearselectbox ul.flex li a {
  display: inline-block;
  border: 1px solid #000;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 3em;
  background-color: white;
}
@media (max-width: 520px) {
  .yearselectbox ul.flex li a {
    font-size: 3.6vw;
  }
}
.yearselectbox ul.flex li.active a {
  background-color: black;
  color: white;
}

.page-404 p.toplinkbtn {
  margin-top: 3em;
  text-align: center;
}
.page-404 p.toplinkbtn a {
  display: inline-block;
  background-color: #da9729;
  color: white;
  font-size: 18px;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.eventrows .rowflex2 {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #666666;
  display: flex;
  gap: 22px;
}
@media (max-width: 600px) {
  .eventrows .rowflex2 {
    flex-wrap: wrap;
  }
}
.eventrows .rowflex2 .imgbox {
  width: 30%;
}
@media (max-width: 600px) {
  .eventrows .rowflex2 .imgbox {
    text-align: center;
    width: 100%;
  }
}
.eventrows .rowflex2 .imgbox img {
  width: 100%;
}
@media (max-width: 600px) {
  .eventrows .rowflex2 .imgbox img {
    width: 80%;
    max-width: 320px;
  }
}
.eventrows .rowflex2 .txtbox {
  flex: 1;
}
.eventrows .rowflex2 .txtbox .cate {
  border: 1px solid #da9729;
  color: #da9729;
  border-radius: 3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 14px;
}
.eventrows .rowflex2 .txtbox p.title {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.eventrows .rowflex2 .txtbox .eventinfotxt {
  margin-bottom: 2em;
}
.eventrows .rowflex2 .txtbox .eventinfotxt p {
  line-height: 1.5;
}
.eventrows .rowflex2 .txtbox .eventinfotxt .label {
  background-color: black;
  margin-bottom: 0.5em;
  width: 6em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-align: center;
  color: white;
}
.eventrows .rowflex2 .txtbox .linkbox {
  text-align: right;
}
.eventrows .rowflex2 .txtbox .linkbox a {
  position: relative;
  padding-right: 50px;
}
.eventrows .rowflex2 .txtbox .linkbox a::after {
  position: absolute;
  content: "";
  top: -8px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 5rem;
  background-image: url("../img/eventmore.svg");
  background-position: center center;
  background-size: 14px;
  background-repeat: no-repeat;
  border: 1px solid #000;
}
.eventrows .rowflex2 .txtbox .linkbox a:hover::after {
  background-color: #f0eeee;
}

.centerbox {
  text-align: center;
}

.spmnu-wrapper {
  overflow-y: auto;
  z-index: 1300;
  position: fixed;
  top: 80px;
  width: 100vw;
  max-width: 500px;
  right: 0;
  padding-bottom: 50px;
  height: calc(100vh - 80px);
  display: none;
}
@media (max-width: 500px) {
  .spmnu-wrapper {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.spmnu-wrapper .spmenu {
  display: none;
  padding-bottom: 30px;
  background-color: white;
  border-bottom: 1px solid #696868;
}
@media (min-width: 502px) {
  .spmnu-wrapper .spmenu {
    border-left: 1px solid #696868;
  }
}
.spmnu-wrapper .spmenu .pagelinks {
  background-color: #da9729;
}
.spmnu-wrapper .spmenu .pagelinks .pagelink {
  display: inline-block;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  border-bottom: 1px solid white;
}
.spmnu-wrapper .spmenu .pagelinks p {
  color: white;
}
.spmnu-wrapper .spmenu .pagelinks p.en {
  font-size: 20px;
}
.spmnu-wrapper .spmenu .pagelinks p.jp {
  font-size: 13px;
  margin-top: 3px;
}
.spmnu-wrapper .spmenu .pagelinks .pagelinkcontact {
  padding-top: 12px;
  padding-bottom: 12px;
}
.spmnu-wrapper .spmenu .pagelinks .plusbtn {
  cursor: pointer;
  position: relative;
}
.spmnu-wrapper .spmenu .pagelinks .plusbtn::after {
  font-size: 32px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  content: "+";
  right: 10px;
  top: 15px;
}
.spmnu-wrapper .spmenu .pagelinks .minusbtn::after {
  content: "-";
}
.spmnu-wrapper .spmenu .submenu {
  display: none;
}
.spmnu-wrapper .spmenu .submenu li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}
.spmnu-wrapper .spmenu .submenu li a {
  color: white;
}
.spmnu-wrapper .snslink {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  gap: 22px;
}
.spmnu-wrapper .snslink img {
  width: 40px;
}
.spmnu-wrapper .kanribox {
  margin-top: 3rem;
}
.spmnu-wrapper .kanribox p {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.spmnu-wrapper .kanribox a {
  display: flex;
  justify-self: center;
  width: 100%;
  max-width: 350px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #6d6d6d;
  border-radius: 4px;
  background-color: white;
  padding: 4px;
}
.spmnu-wrapper .kanribox a:hover {
  opacity: 0.8;
}
.spmnu-wrapper .kanribox a img {
  width: 50%;
  margin-left: 25%;
}
.spmnu-wrapper .partnershipbox {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.spmnu-wrapper .partnershipbox p.txt {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
}
.spmnu-wrapper .partnershipbox .partnershipbnr {
  margin-top: 16px;
  width: 100%;
  border-radius: 4px;
  background-image: url("../img/top/partnership_main.png");
  background-size: cover;
  color: white;
  padding: 12px;
}
.spmnu-wrapper .partnershipbox .partnershipbnr p {
  font-size: 14px;
  text-align: center;
}
.spmnu-wrapper .partnershipbox .partnershipbnr p.partner {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0.5rem;
}
.spmnu-wrapper .pbnr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spmnu-wrapper .pbnr a {
  width: 49%;
  display: inline-block;
  margin-bottom: 10px;
}
.spmnu-wrapper .pbnr a:hover {
  opacity: 0.8;
}
.spmnu-wrapper .pbnr img {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 0px;
}

.userguide-link .box {
  border: 1px solid #000;
  margin-bottom: 2em;
  border-radius: 5px;
  overflow: hidden;
}
.userguide-link .box p,
.userguide-link .box a {
  padding-left: 1.5rem;
  margin-left: 0;
  margin-bottom: 0;
}
.userguide-link .box p.title {
  background-color: #000;
  color: white;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-weight: bold;
}
.userguide-link .box a {
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #000;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-size: 14px;
}
.userguide-link .box a:hover {
  background-color: #f0f0f0;
}
.userguide-link .box a:last-child {
  border-bottom: none;
}
.userguide-link .box a::after {
  content: "";
  width: 14px;
  height: 12px;
  background-image: url("../img/sidearrow.svg");
  position: absolute;
  right: 5px;
  top: 12px;
}

.mt5 {
  margin-top: 5rem;
}

.mt10 {
  margin-top: 10rem;
}/*# sourceMappingURL=layout.css.map */