@charset "UTF-8";
#modal {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: transform 0.8s; }
  @media (max-width: 470px) {
    #modal {
      z-index: 40;
      top: 65%; } }
  #modal .infomation {
    display: flex;
    margin-top: 20px;
    margin-left: 100px; }
    @media (max-width: 470px) {
      #modal .infomation {
        margin: 0; } }
    #modal .infomation .infomationCell {
      display: flex;
      align-items: center; }
  #modal #Prev, #modal #Next {
    position: absolute;
    bottom: 0;
    margin: auto;
    color: #00A0E9;
    top: 10%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    text-align: center;
    background: white;
    font-size: 30pt;
    cursor: pointer;
    border: 4px solid #00A0E9;
    border-radius: 50%;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center; }
    #modal #Prev:hover, #modal #Next:hover {
      background: #00A0E9;
      color: #ffffff; }
    @media (max-width: 470px) {
      #modal #Prev, #modal #Next {
        font-size: 20px;
        top: 30px;
        height: 60px;
        width: 60px;
        border: 3px solid #00A0E9; } }
  #modal #Prev {
    left: 40px; }
    @media (max-width: 470px) {
      #modal #Prev {
        left: 2px; } }
  #modal #Next {
    right: 40px; }
    @media (max-width: 470px) {
      #modal #Next {
        right: 8px; } }
  #modal #target {
    width: 460px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 2px; }
    @media (max-width: 470px) {
      #modal #target {
        width: 225px;
        height: auto; } }
  #modal #Back {
    margin-left: 20px;
    font-size: 60px;
    cursor: pointer;
    opacity: 0.6; }
    @media (max-width: 470px) {
      #modal #Back {
        width: 70px;
        height: 30px; } }
  #modal #Back:hover {
    opacity: 1; }

#modal.hidden {
  transform: translate(0, -1800px); }
  @media (max-width: 470px) {
    #modal.hidden {
      transform: translate(-700px, 0); } }

/* modal */
.footerModal {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: transform 0.8s; }
  .footerModal .content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 960px;
    text-align: center;
    padding: 0; }
    .footerModal .content .close {
      color: #ffffff;
      float: right;
      font-size: 25px;
      font-weight: normal;
      margin: -40px 25px 0 0; }
      @media (max-width: 470px) {
        .footerModal .content .close {
          padding-right: 25px;
          font-size: 20px;
          margin: 0; } }
    .footerModal .content .close:hover,
    .footerModal .content .close:focus {
      color: #c8c8c8;
      text-decoration: none;
      cursor: pointer; }
    .footerModal .content .close::after {
      content: "閉じる";
      /* ::after擬似要素を使用して「閉じる」という文字を追加 */
      margin-left: 5px;
      font-size: 25px; }
      @media (max-width: 470px) {
        .footerModal .content .close::after {
          font-size: 15px; } }
    .footerModal .content .headline {
      height: 60px;
      color: #fff;
      background-color: #31a9e0;
      margin: 0;
      padding: 10px 0;
      font-size: 30px; }
      @media (max-width: 470px) {
        .footerModal .content .headline {
          display: flex;
          justify-content: space-between; } }
      .footerModal .content .headline .footerModalTitle {
        width: 210px;
        height: 40px;
        margin: 0 auto; }
        @media (max-width: 470px) {
          .footerModal .content .headline .footerModalTitle {
            text-align: left;
            margin: 0;
            padding-left: 25px; } }
    @media (max-width: 470px) {
      .footerModal .content .headlineAbout {
        font-size: 25px; } }
    .footerModal .content .headlineSponcer {
      font-size: 25px; }
      @media (max-width: 470px) {
        .footerModal .content .headlineSponcer {
          font-size: 20px; } }
    .footerModal .content .footerModalcontainer {
      margin: auto; }
      .footerModal .content .footerModalcontainer .head {
        font-size: 28px;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        margin-bottom: 5px;
        padding: 50px 0; }
        .footerModal .content .footerModalcontainer .head img {
          margin-top: -10px;
          width: 120px;
          height: 120px; }
          @media (max-width: 470px) {
            .footerModal .content .footerModalcontainer .head img {
              width: 40px;
              height: 40px; } }
        .footerModal .content .footerModalcontainer .head h1 {
          font-size: 160%;
          font-weight: 900;
          color: #00a0e9;
          font-family: 'Anton', sans-serif;
          text-align: left; }
          @media (max-width: 470px) {
            .footerModal .content .footerModalcontainer .head h1 {
              font-size: 100%;
              margin-right: 0px;
              padding-left: 6px; }
              .footerModal .content .footerModalcontainer .head h1 br {
                display: none; } }
        @media (max-width: 470px) {
          .footerModal .content .footerModalcontainer .head {
            width: 100%;
            font-size: 20px;
            justify-content: center; } }
      .footerModal .content .footerModalcontainer h3 {
        padding: 10px 200px;
        margin: 0;
        color: #409bd8; }
      .footerModal .content .footerModalcontainer .description {
        text-align: left;
        font-size: 19px;
        padding: 50px 140px;
        margin-bottom: 20px; }
      .footerModal .content .footerModalcontainer .attention {
        text-align: end;
        color: #5bbee5;
        margin: 10px 140px 40px 140px; }
      @media (max-width: 470px) {
        .footerModal .content .footerModalcontainer h3 {
          padding: 0 30px;
          font-size: 15px;
          margin: 0 20px; }
        .footerModal .content .footerModalcontainer .description {
          font-size: 16px;
          padding: 40px; }
        .footerModal .content .footerModalcontainer .attention {
          margin: 10px 20px 40px 20px; } }
      .footerModal .content .footerModalcontainer .sponcer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #c5ecfb;
        padding: 10px;
        margin: 0 100px; }
      .footerModal .content .footerModalcontainer .sponcer span {
        width: calc(100% / 6);
        /* PCでは6つの横並び */
        text-align: center;
        font-size: 18px;
        margin: 10px 0; }
      @media (max-width: 470px) {
        .footerModal .content .footerModalcontainer .sponcer {
          padding: 10px 30px;
          margin: 0 40px; }
        .footerModal .content .footerModalcontainer .sponcer span {
          width: calc(100% / 2);
          /* スマホでは2つの横並び */
          font-size: 15px;
          margin: 10px 0; } }
      .footerModal .content .footerModalcontainer .sponcer:nth-child(odd) span:first-child {
        margin-right: auto; }
      .footerModal .content .footerModalcontainer .sponcerName {
        margin: 5px; }
      .footerModal .content .footerModalcontainer .bigSponcerName {
        margin: 8px;
        font-size: 20px; }
  @media (max-width: 470px) {
    .footerModal .content {
      width: 90%;
      max-width: 400px;
      /* Adjust this value as needed */
      margin: 10% auto; } }

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

.leaflet-bar a {
  width: 50px !important;
  height: 50px !important;
  font-size: 36pt !important;
  padding-top: 10px !important; }
.leaflet-bar button {
  width: 50px !important;
  height: 50px !important;
  font-size: 26pt !important;
  padding-top: 10px !important; }

.leaflet-popup-content-wrapper {
  background: skyblue;
  cursor: pointer;
  padding: 0; }

.leaflet-popup-content-wrapper :hover {
  background: white; }

.infomationBorder {
  position: absolute;
  height: 30px;
  top: 200px; }
  @media (max-width: 470px) {
    .infomationBorder {
      top: 378px; } }

@media (max-width: 470px) {
  .menuBorder {
    top: 380px; } }

.spMenu {
  display: none;
  background-color: white;
  text-align: center; }
  @media (max-width: 470px) {
    .spMenu {
      display: block; } }
  .spMenu i {
    float: center; }
  .spMenu #spMenu {
    font-size: 24pt; }

main .main #menu {
  width: 180px;
  height: 600px;
  background-color: white;
  overflow: auto; }
  @media (max-width: 470px) {
    main .main #menu {
      z-index: 20;
      width: 100%;
      height: 250px;
      background-color: white;
      position: absolute;
      top: 380px;
      left: 0px; } }
  main .main #menu p {
    color: black; }
    @media (max-width: 470px) {
      main .main #menu p {
        font-size: 10pt; } }
    main .main #menu p .fontSmall {
      font-size: 4pt; }
  main .main #menu .button {
    width: 145px;
    height: 45px;
    margin-left: 15px;
    margin-top: 10px;
    white-space: pre-wrap; }
    @media (max-width: 470px) {
      main .main #menu .button {
        height: 50px; } }
@media (max-width: 470px) {
  main .main #menu.hidden {
    display: none; } }
main .main .checkBox {
  background-color: white;
  height: 110px;
  text-align: center;
  font-size: 0.8rem;
  padding-top: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
  @media (max-width: 470px) {
    main .main .checkBox {
      height: 90px; } }
  main .main .checkBox form {
    width: 840px;
    margin: auto; }
    @media (max-width: 470px) {
      main .main .checkBox form {
        width: 360px; } }
    main .main .checkBox form .labelText {
      display: flex; }
    main .main .checkBox form td img {
      width: 40px;
      margin-right: 10px; }
      @media (max-width: 470px) {
        main .main .checkBox form td img {
          width: 25px;
          height: 25px;
          margin-top: 1px; } }
main .main input {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  accent-color: #31a9e0; }
  @media (max-width: 470px) {
    main .main input {
      margin: 0 3px;
      height: 25px;
      width: 25px; } }
main .main .checkWord {
  padding-bottom: 10px; }
main .main .checkText {
  width: 90px;
  font-size: 11px;
  text-align: left; }
  @media (max-width: 470px) {
    main .main .checkText {
      display: none; } }
main .main #sortBox {
  width: 200px; }
main .main .sortBox {
  margin-top: 10px; }
main .main .map {
  width: 960px;
  height: 560px;
  margin: 0 auto;
  z-index: 10; }
  @media (max-width: 470px) {
    main .main .map {
      z-index: 10;
      width: 100%;
      height: 350px; } }
  main .main .map P {
    color: black;
    white-space: nowrap; }
  main .main .map .popButton {
    font-size: 18pt;
    text-align: center; }
main #mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1188px;
  background-color: white;
  opacity: 0.8;
  z-index: 20; }
  @media (max-width: 470px) {
    main #mask {
      z-index: 30;
      top: 0px;
      left: 0px; } }
main #mask.hidden {
  display: none; }
main table {
  z-index: 30; }
main .iconTittle {
  height: 80px;
  margin-top: 10px;
  background-color: #00A0E9; }
  main .iconTittle img {
    width: 100px;
    margin: 0px 30px;
    cursor: pointer; }
    @media (max-width: 470px) {
      main .iconTittle img {
        width: 80px;
        margin: 0px 20px; } }
  main .iconTittle .backButton {
    width: 100px;
    height: 50px;
    margin-right: 30px;
    margin-top: 25px;
    border: 1px solid #00A0E9;
    font-size: 15pt;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: .4s;
    text-align: center;
    background: #00A0E9;
    color: white; }
    main .iconTittle .backButton:hover {
      color: #c8c8c8; }
    @media (max-width: 470px) {
      main .iconTittle .backButton {
        width: 70px;
        height: 40px;
        margin-right: 10px;
        font-size: 10pt; } }
    main .iconTittle .backButton img {
      width: 100px;
      margin: 0;
      cursor: pointer; }
      @media (max-width: 470px) {
        main .iconTittle .backButton img {
          width: 80px;
          margin: 0; } }
  main .iconTittle .tittleInfo {
    text-align: left; }
  main .iconTittle .tittleBack {
    text-align: right; }
main .pointTittle td {
  text-align: center; }
main .pointTittle #pointBuild {
  font-size: 20pt;
  margin-top: -60px;
  color: white;
  font-weight: bold; }
  @media (max-width: 470px) {
    main .pointTittle #pointBuild {
      font-size: 18px;
      text-align: start;
      margin-left: 10px; } }
main #tdTime {
  font-size: 14pt;
  text-align: center;
  height: 20px;
  background-color: #d2ecf8; }
  @media (max-width: 470px) {
    main #tdTime {
      font-size: 8pt; } }
main .infomation .icon {
  width: 60px; }
  main .infomation .icon img {
    width: 50px; }
    @media (max-width: 470px) {
      main .infomation .icon img {
        width: 30px; } }
  @media (max-width: 470px) {
    main .infomation .icon {
      height: 60px;
      width: auto; } }
main .infomation .text {
  width: 80px;
  margin-left: 5px; }
  @media (max-width: 470px) {
    main .infomation .text {
      display: none;
      margin: auto; } }
main .infomation .sign {
  width: 60px;
  font-weight: bold; }
  @media (max-width: 470px) {
    main .infomation .sign {
      width: 60px;
      margin-left: 10px; } }
main .time {
  height: 40px; }
  @media (max-width: 470px) {
    main .time {
      height: 30px; } }
main .slide {
  height: 330px; }
  @media (max-width: 470px) {
    main .slide {
      height: 165px; } }
  main .slide .pic {
    position: relative;
    background: white; }
main .pointData {
  height: 100px;
  margin-bottom: 50px; }
  @media (max-width: 470px) {
    main .pointData {
      height: 30px;
      margin-bottom: 0px; } }
main .under {
  display: flex; }
  main .under nav {
    margin-top: 10px; }
    @media (max-width: 470px) {
      main .under nav {
        margin: 0 auto;
        width: 345px; } }
  main .under .subnav {
    list-style: none;
    display: flex;
    justify-content: space-between; }
    main .under .subnav li {
      width: 130px;
      height: 100px;
      cursor: pointer;
      opacity: 0.6;
      margin-left: 20px; }
      @media (max-width: 470px) {
        main .under .subnav li {
          width: 65px;
          height: 65px;
          margin-left: 5px; } }
    main .under .subnav li:hover {
      cursor: pointer;
      opacity: 1; }
    main .under .subnav .current {
      opacity: 1; }

.body {
  background-color: #d2ecf8;
  font-family: Verdana, Geneva, Tahoma, sans-serif; }
  @media (max-width: 470px) {
    .body {
      width: 100%; } }

.tabs {
  justify-content: start; }

.tabs:not(:last-child) {
  margin-bottom: 0px; }

header {
  height: auto;
  background-color: #31a9e0; }
  header .head {
    font-size: 28px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 5px;
    padding: 20px 0;
    background-color: #d2ecf8; }
    header .head img {
      width: 80px; }
      @media (max-width: 470px) {
        header .head img {
          width: 40px; } }
    header .head h1 {
      font-size: 100%;
      font-weight: 900;
      color: #00a0e9;
      font-family: 'Anton', sans-serif; }
      @media (max-width: 470px) {
        header .head h1 {
          font-size: 120%;
          margin-right: 0px;
          padding: 4px 0 0 0; }
          header .head h1 br {
            display: none; } }
    @media (max-width: 470px) {
      header .head {
        width: 100%;
        font-size: 20px;
        justify-content: center; } }
  header .spMode {
    padding: 10px; }
    @media (max-width: 470px) {
      header .spMode {
        width: 90%;
        margin: auto; } }
    header .spMode .headermenu {
      max-width: 960px;
      margin: 0 auto; }
      @media (max-width: 470px) {
        header .spMode .headermenu {
          width: 100%; } }
  header .nav {
    width: 100%;
    font-size: 16px;
    color: #fff; }
    header .nav div {
      height: 30px;
      margin: 5px;
      padding: 10px 15px;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      border-radius: 12px;
      cursor: pointer; }
    header .nav div:hover {
      background-color: #FFF;
      color: #409bd8; }
    header .nav a {
      float: center; }
      @media (max-width: 470px) {
        header .nav a {
          float: left; } }
    @media (max-width: 470px) {
      header .nav {
        display: grid;
        grid-gap: 2px;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
        width: 290px; }
        header .nav .br {
          display: none; }
        header .nav div {
          border-radius: 12px;
          width: 120px;
          height: 25px;
          margin: auto; }
          header .nav div span {
            font-size: 12pt; } }

.triangle {
  margin: -5px auto 10px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #409bd8; }

main .index {
  color: white; }
  @media (max-width: 470px) {
    main .index {
      font-size: 10pt; } }

.support-text {
  font-size: 15px;
  color: #5bbee5;
  text-align: right;
  padding-bottom: 10px; }
  .support-text p {
    width: 960px;
    margin: 0 auto; }
    @media (max-width: 470px) {
      .support-text p {
        width: 90%; } }

/* footer */
footer {
  background-color: #d2ecf8;
  padding-top: 10px; }
  footer .footer-section {
    margin: 0;
    /*横並びにする*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #d2ecf8; }
    footer .footer-section .footer-button {
      padding-right: 150px;
      display: flex;
      flex-direction: column;
      margin: 15px 0; }
    footer .footer-section .button {
      text-align: start;
      border-radius: 40px;
      color: #FFF;
      padding: 6px 120px 8px 32px;
      position: relative;
      color: #FFF;
      display: inline-block;
      font-size: 1.2rem;
      background: #31a9e0;
      text-decoration: none;
      margin-bottom: 20px; }
      footer .footer-section .button::after {
        content: '';
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        top: 50%;
        position: absolute;
        right: 20px;
        transform: translateY(-50%) rotate(45deg); }
      @media (max-width: 470px) {
        footer .footer-section .button {
          width: 220px;
          height: 40px;
          font-size: 15px;
          font-weight: bold; } }
    @media (max-width: 470px) {
      footer .footer-section .footer-button {
        width: 100%;
        margin: 0;
        padding-right: 0;
        padding-top: 30px;
        text-align: center;
        align-items: center; } }
    footer .footer-section .button:hover {
      opacity: 0.5;
      /* 透明度を0.7に設定 */ }
    footer .footer-section .support-title {
      display: flex;
      align-items: center; }
      @media (max-width: 470px) {
        footer .footer-section .support-title {
          justify-content: center; } }
    @media (max-width: 470px) {
      footer .footer-section .support-title img {
        max-width: 30%; } }
  @media (max-width: 470px) {
    footer .footer-section {
      display: block; } }

.sponcerBox {
  width: 80%;
  margin: auto;
  background-color: #fff;
  border: 3px solid #31a9e0;
  text-align: center; }
  .sponcerBox img {
    width: 17%;
    height: auto;
    border: 1px solid #f5f5f5; }
  .sponcerBox .sponcer5 img {
    width: 12%; }

/*# sourceMappingURL=main2.css.map */
