@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  /*overflow-y: scroll;*/
  /*-ms-overflow-style: none;*/
  /* IE, Edge 対応 */
  /*scrollbar-width: none;*/
  /* Firefox 対応 */
  /*font-family: "Kosugi Maru", sans-serif;*/
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  cursor: none;
  user-select: none; }

*::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none; }

body {
  width: 1920px;
  height: 1080px;
  /*overflow: hidden;*/
  /*width: 100%;
  height: 100%;*/
  margin: 0 auto; }

img {
  margin: 0;
  padding: 0;
  max-width: 100%; }

ul, li {
  list-style: none; }

/*---------------------交通情報------------------------*/
.road_info {
  display: flex;
  /*gap: 5px;*/
  /*background-color: #333;*/
  /*color: #FFF;*/
  padding: 0;
  font-size: 45px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #006ed4; }
  .road_info span {
    /*font-weight: bold;*/
    display: inline-block;
    min-width: 260px;
    line-height: 120px;
    background-color: #00488a;
    color: #FFF;
    text-align: center;
    /*padding: 0 30px;*/
    z-index: 1;
    border-right: #FFF 5px solid; }
  .road_info #select_info {
    display: inline-block;
    z-index: 0;
    /*width: 100%;*/
    /*background-color: #006ed4;
    padding-left: 20px;*/
    animation: marquee 20s linear infinite; }
    .road_info #select_info .text {
      display: inline-block;
      color: #ffff00;
      /*min-width: 100%;*/
      line-height: 120px;
      padding-left: 20px; }

@keyframes marquee {
  0% {
    transform: translateX(1800px); }
  100% {
    transform: translateX(-100%); } }
/*---------------------TOP------------------------*/
.contents {
  display: grid;
  grid-template-columns: 1094px 826px;
  margin: 0;
  padding-top: 40px; }
  .contents .btn-area {
    padding: 50px 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px; }
    .contents .btn-area .title img {
      width: 700px; }
    .contents .btn-area ul {
      display: grid;
      grid-template-columns: 284px 284px 284px;
      gap: 40px;
      /*padding: 0 50px;*/
      align-items: center;
      justify-content: center; }
      .contents .btn-area ul .tab {
        /*padding: 100px 0px;*/
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 284px;
        height: 284px; }
    .contents .btn-area .touch img {
      width: 660px; }
    .contents .btn-area .infomation {
      display: grid;
      grid-template-columns: 550px 260px;
      gap: 50px;
      align-items: center; }
  .contents .is-hide {
    display: none; }
  .contents #wrapper {
    padding: 0 90px 0 70px; }
    .contents #wrapper .panel-group .panel {
      display: none;
      opacity: 0; }
    .contents #wrapper .panel-group .is-show {
      display: block; }
    .contents #wrapper .panel-group .start {
      opacity: 1; }

/*---------------------周辺の見どころ------------------------*/
.contents-near {
  position: fixed;
  top: 190px;
  left: 100px;
  display: grid;
  gap: 90px;
  grid-template-columns: 1200px 460px; }
  .contents-near .map2 {
    position: relative;
    /*overflow: hidden;*/
    width: 1200px;
    /*height: 900px;*/ }
    .contents-near .map2 .map-img {
      width: 1200px;
      /*height: calc(100% + 500px);
      margin-top: -150px;*/ }
    .contents-near .map2 .fukidashi {
      position: absolute;
      z-index: 1;
      /*position: relative;*/
      width: fit-content;
      /*padding: 3px 3px;*/
      color: #ffffff;
      /*border-radius: 10px;*/
      background-color: #c70018;
      /*box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);*/
      border: solid 3px #FFF; }
      .contents-near .map2 .fukidashi::after {
        content: "";
        position: absolute;
        top: calc(100% + 3px);
        left: 50%;
        z-index: 0;
        /*width: 10px;
        height: 50px;*/
        transform: translateX(-50%);
        box-sizing: border-box;
        background-color: #c70018;
        /*clip-path: polygon(0 0, 100% 0, 50% 100%);*/
        /*box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);*/ }
      .contents-near .map2 .fukidashi.is-trans {
        opacity: 0.5; }
      .contents-near .map2 .fukidashi .fukidashi-rink {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        display: block; }
        .contents-near .map2 .fukidashi .fukidashi-rink img {
          width: 180px; }
        .contents-near .map2 .fukidashi .fukidashi-rink .spot-name {
          font-size: 18px;
          line-height: 1rem;
          padding: 3px 0 10px; }
      .contents-near .map2 .fukidashi .mapicon {
        position: absolute;
        z-index: 2;
        width: 35px; }
        .contents-near .map2 .fukidashi .mapicon.is-selected {
          animation: bounce 0.8s ease-in-out infinite;
          /* アニメーションの適用 */ }
      .contents-near .map2 .fukidashi .mapshadow {
        position: absolute;
        z-index: 1;
        width: 35px;
        /*opacity: 0.7;*/ }
        .contents-near .map2 .fukidashi .mapshadow.is-selected {
          animation: bounceshadow 0.8s ease-in-out infinite;
          /* アニメーションの適用 */ }
    .contents-near .map2 .spot01 {
      top: 233px;
      left: 126px;
      /*&::after {
        width: 80px;
        height: 70px;
        clip-path: polygon(0 57%, 100% 97%, 100% 100%, 0 61%);
        top: 50%;
        left: calc(100% + 3px);
        transform: translateY(-50%);
      }*/ }
      .contents-near .map2 .spot01 .icon01, .contents-near .map2 .spot01 .shadow01 {
        bottom: 7px;
        right: -116px; }
      .contents-near .map2 .spot01 .shadow01 {
        bottom: 4px; }
    .contents-near .map2 .spot02 {
      top: 25px;
      left: 320px; }
      .contents-near .map2 .spot02 .icon02, .contents-near .map2 .spot02 .shadow02 {
        bottom: -173px;
        right: -116px; }
      .contents-near .map2 .spot02 .shadow02 {
        bottom: -178px; }
    .contents-near .map2 .spot03 {
      top: 410px;
      left: 60px; }
      .contents-near .map2 .spot03 .icon03, .contents-near .map2 .spot03 .shadow03 {
        bottom: -127px;
        right: 46px; }
      .contents-near .map2 .spot03 .shadow03 {
        bottom: -132px; }
    .contents-near .map2 .spot04 {
      top: 555px;
      left: 311px; }
      .contents-near .map2 .spot04 .icon04, .contents-near .map2 .spot04 .shadow04 {
        bottom: 223px;
        right: 91px; }
      .contents-near .map2 .spot04 .shadow04 {
        bottom: 218px; }
    .contents-near .map2 .spot05 {
      top: 530px;
      left: 525px; }
      .contents-near .map2 .spot05 .icon05, .contents-near .map2 .spot05 .shadow05 {
        bottom: 190px;
        right: 211px; }
      .contents-near .map2 .spot05 .shadow05 {
        bottom: 185px; }
    .contents-near .map2 .spot06 {
      top: 375px;
      left: 725px; }
      .contents-near .map2 .spot06 .icon06, .contents-near .map2 .spot06 .shadow06 {
        bottom: 293px;
        right: 39px; }
      .contents-near .map2 .spot06 .shadow06 {
        bottom: 288px; }
    .contents-near .map2 .spot07 {
      top: 25px;
      left: 580px; }
      .contents-near .map2 .spot07 .icon07, .contents-near .map2 .spot07 .shadow07 {
        bottom: 89px;
        right: -207px; }
      .contents-near .map2 .spot07 .shadow07 {
        bottom: 84px; }
    .contents-near .map2 .spot08 {
      top: 117px;
      left: 992px; }
      .contents-near .map2 .spot08 .icon08, .contents-near .map2 .spot08 .shadow08 {
        bottom: 203px;
        right: 147px; }
      .contents-near .map2 .spot08 .shadow08 {
        bottom: 198px; }
  .contents-near .spot-info {
    margin: 0px auto;
    /*width: 420px;*/ }
    .contents-near .spot-info .spot-box {
      display: none;
      opacity: 0; }
      .contents-near .spot-info .spot-box .category {
        color: #FFF;
        background-color: #c70018;
        margin-top: 20px;
        /*width: 160px;*/
        width: max-content;
        text-align: center;
        padding: 5px 15px;
        font-size: 16px; }
      .contents-near .spot-info .spot-box h1 {
        margin-top: 15px;
        font-size: 33px;
        font-weight: 600;
        line-height: 1em;
        font-family: sans-serif; }
      .contents-near .spot-info .spot-box .spot-text {
        margin-top: 30px;
        font-size: 18px;
        text-align: justify; }
      .contents-near .spot-info .spot-box .location {
        margin-top: 60px;
        display: grid;
        grid-template-columns: 260px 100px; }
        .contents-near .spot-info .spot-box .location .location-text {
          font-size: 17px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .contents-near .spot-info .spot-box .location .location-text .location-t1 {
            border-bottom: 1px solid #333;
            padding-bottom: 10px;
            margin-bottom: 10px;
            line-height: 1em; }
          .contents-near .spot-info .spot-box .location .location-text .location-t2 {
            margin-left: 25px;
            line-height: 1em; }
      .contents-near .spot-info .spot-box .parking {
        width: 300px;
        margin-top: 10px; }
        .contents-near .spot-info .spot-box .parking .parking-t1 {
          border-bottom: 1px solid #333;
          padding-bottom: 10px;
          margin-bottom: 10px;
          line-height: 1em; }
        .contents-near .spot-info .spot-box .parking .parking-t2 {
          margin-left: 25px;
          line-height: 1em; }
      .contents-near .spot-info .spot-box .qr {
        display: flex;
        align-items: end;
        justify-content: right;
        margin-top: -30px; }
        .contents-near .spot-info .spot-box .qr .qr-title {
          width: 195px;
          margin: 0 10px 10px 0; }
        .contents-near .spot-info .spot-box .qr .qr-img {
          width: 120px; }
    .contents-near .spot-info .active {
      display: block; }

.near-touch {
  width: 660px;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 300px;
  margin: auto; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px);
    /* 跳ね上がりの高さ */ }
  60% {
    transform: translateY(-10px);
    /* さらに少し跳ね上がる */ } }
@keyframes bounceshadow {
  0%, 20%, 50%, 80%, 100% {
    transform: scale(1); }
  40% {
    transform: scale(1.2); }
  60% {
    transform: scale(1.1); } }
/*---------------------レンタサイクル＆電動キックボード------------------------*/
.contents-vehicle {
  width: 1920px;
  position: fixed;
  top: 120px;
  left: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-items: center; }
  .contents-vehicle .vehicle-btn {
    margin-bottom: 100px; }
    .contents-vehicle .vehicle-btn .touch {
      width: 660px;
      margin-bottom: 150px; }
    .contents-vehicle .vehicle-btn ul {
      display: grid;
      grid-template-columns: 284px 284px;
      gap: 80px;
      /*padding: 0 50px;*/
      align-items: center;
      justify-content: center; }
  .contents-vehicle .vehicle-view .vehicle-panel .vPanel {
    display: none; }
  .contents-vehicle .vehicle-view .vehicle-panel .is-vShow {
    display: block; }

/*---------------------マリンフレンズとは------------------------*/
.contents-event {
  width: 1920px;
  position: fixed;
  top: 120px;
  right: 0;
  left: 0;
  bottom: 0; }

/*---------------------最初の画面に戻る------------------------*/
.return-top {
  width: 350px;
  position: fixed;
  bottom: 50px;
  left: 0; }
