@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background-color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  #header .openMenu {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }
  #header .openMenu li {
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
    line-height: 28px;
    margin-top: 2px;
  }
  #header .innerWrap {
    color: #fff;
    width: 100px;
    height: 34px;
    border-radius: 50px;
    background-color: #26C4A6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  #header .innerWrap .head {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    width: auto;
  }
  #header .innerWrap .head .menuIcon {
    width: 15px;
    height: 15px;
    padding-top: 4px;
    margin-left: 8px;
    position: relative;
  }
  #header .innerWrap .head .menuIcon span {
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .innerWrap .head .menuIcon span:nth-child(1) {
    top: calc(50% - 3px);
  }
  #header .innerWrap .head .menuIcon span:nth-child(2) {
    top: calc(50% + 3px);
  }
  #header .innerWrap .head .title {
    font-size: 13px;
  }
  #header .innerWrap .siteMenu {
    display: none;
  }
  .headerOpen {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px !important;
    height: auto !important;
    border-radius: 30px !important;
  }
  .headerOpen .openMenu {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  .headerOpen .innerWrap {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    height: auto !important;
    max-height: calc(100vh - 40px);
    flex-flow: column;
    border-radius: 25px !important;
    padding-top: 20px;
    padding-left: 20px;
  }
  .headerOpen .innerWrap .head {
    padding-right: 20px;
    width: 100% !important;
    justify-content: space-between;
  }
  .headerOpen .innerWrap .head .menuIcon span:nth-child(1) {
    transform: rotate(45deg) translate(-50%, -50%) !important;
    top: 80% !important;
  }
  .headerOpen .innerWrap .head .menuIcon span:nth-child(2) {
    transform: rotate(-45deg) translate(-50%, -50%) !important;
    top: 14% !important;
    margin-left: 1px;
  }
  .headerOpen .innerWrap .siteMenu {
    margin-top: 20px;
    display: block !important;
  }
  .headerOpen .innerWrap .siteMenu .menuList li {
    width: 300px;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .headerOpen .innerWrap .siteMenu .menuList li span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-top: -5px;
  }
  .headerOpen .innerWrap .siteMenu .allmenu {
    display: flex;
    margin-top: 24px;
  }
  .headerOpen .innerWrap .siteMenu .allmenu ul {
    width: calc(50% - 10px);
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .headerOpen .innerWrap .siteMenu .allmenu ul li {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
  }
  .spNone {
    display: none !important;
  }
  .btn {
    height: 50px;
    width: 190px;
    background-color: #fff;
    border-radius: 50px;
    padding-left: 25px;
    color: #222222;
    line-height: 50px;
    font-size: 16px;
    position: relative;
  }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn a .flex {
    display: flex;
    align-items: center;
  }
  .btn a span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    border-left: 2px solid #222222;
    margin: 0 10px;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    font-family: noto sans jp, sans-serif;
    margin-top: -2px;
  }
  .btn a .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #26C4A6;
    position: absolute;
    right: 8px;
    overflow: hidden;
  }
  .btn a .arrow .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    transition: all 0.3s ease;
  }
  .btn a .arrow .wrap svg {
    width: 11px;
    height: 11px;
    color: #fff;
  }
  .btn a .arrow .wrap svg use {
    width: 100%;
    height: 100%;
  }
  .btn a .arrow .wrap svg:nth-child(1) {
    margin-right: 30px;
  }
  .grn {
    background-color: #26C4A6;
    color: #fff;
  }
  .grn .arrow {
    background-color: #fff !important;
  }
  .grn .arrow svg {
    color: #26C4A6 !important;
  }
  .grn span {
    border-left: 2px solid #fff !important;
  }
  .btnG {
    height: 50px;
    width: 190px;
    background-color: #26C4A6;
    border-radius: 50px;
    padding-left: 25px;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    position: relative;
  }
  .btnG a {
    display: flex;
    align-items: center;
  }
  .btnG span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    border-left: 2px solid #fff;
    margin: 0 10px;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
  }
  .btnG div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 8px;
  }
  .btnG div img {
    width: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modalBtn {
    width: 120px;
    height: 30px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    color: #222222;
    line-height: 30px;
    padding-left: 20px;
  }
  .modalBtn div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #26C4A6;
    position: absolute;
    right: 8px;
    top: 5px;
  }
  .modalBtn div img {
    width: 10px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .add {
    position: absolute;
  }
  .section {
    width: 100vw;
    padding: 120px 20px;
    border-radius: 15px;
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
  }
  .title {
    font-size: max(45px, 5vw);
    font-weight: bold;
    line-height: 1;
  }
  .title span {
    display: block;
    font-size: max(14px, 1.5625vw);
    font-weight: bold;
    margin-top: 15px;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .modal .modalContent {
    width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #222222;
    padding: 0;
  }
  .modal .modalContent img {
    width: calc(100% + 15px) !important;
    margin-right: -15px;
    height: auto;
    border-radius: 0 !important;
  }
  .modal .modalContent h6 {
    width: calc(100% - 40px);
    margin: 20px auto;
    font-size: 20px;
    font-weight: bold;
  }
  .modal .modalContent .green {
    color: #26C4A6;
    width: 100px;
    margin-right: 20px;
  }
  .modal .modalContent p {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: none !important;
    -webkit-box-orient: vertical;
    overflow: auto !important;
  }
  .modal .modalContent ul {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
  .modal .modalContent ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .modal .modalContent ul li p {
    font-family: noto sans jp, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
  }
  .modal .modalContent ul li p span {
    font-size: 10px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
  }
  .modal .modalContent .closeModal {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #26C4A6;
    z-index: 100;
    transform: rotate(45deg);
  }
  .modal .modalContent .closeModal img {
    width: 16px !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ContentsWrap {
    margin-top: 40px;
  }
  .ContentsWrap h6 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 24px;
  }
  .ContentsWrap .threeColum {
    display: flex;
    width: calc(100vw - 40px);
    flex-flow: wrap;
    flex-wrap: wrap;
  }
  .ContentsWrap .threeColum li {
    width: calc(50vw - 27.5px);
    margin-right: 15px;
    margin-bottom: 32px;
  }
  .ContentsWrap .threeColum li img {
    border-radius: 10px;
  }
  .ContentsWrap .threeColum li h7 {
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin: 12px 0 8px;
  }
  .ContentsWrap .threeColum li p {
    font-family: noto sans jp, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ContentsWrap .threeColum li:last-child,
.ContentsWrap .threeColum li:nth-child(2n) {
    margin-right: 0;
  }
  .ContentsWrap .threeColum li:nth-child(1) img, .ContentsWrap .threeColum li:nth-child(5) img {
    border-radius: 50%;
  }
  .ContentsWrap .threeColum li:nth-child(2) img, .ContentsWrap .threeColum li:nth-child(6) img {
    border-radius: 50% 50% 0 0;
  }
  .sectionDescription {
    width: calc(100vw - 40px);
    margin: 24px 0 0;
    line-height: 2;
    font-size: 14px;
    font-weight: 900;
  }
  .spSlider {
    width: calc(100vw - 20px);
    position: relative;
  }
  .spSlider h7 {
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin: 12px 0 4px;
  }
  .spSlider .price {
    font-family: fugaz one, sans-serif;
    font-size: 16px;
    margin: -4px 0 12px;
  }
  .spSlider .description {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }
  .spSlider .slick-slide {
    width: 280px;
    margin-right: 20px;
  }
  .spSlider .slick-slide img {
    border-radius: 10px;
  }
  .spSlider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: all 0.3s ease;
  }
  .spSlider .slick-arrow img {
    width: 12px;
    height: 16px;
  }
  .spSlider .slick-arrow:hover {
    background-color: #f0f0f0;
  }
  .fv .logo {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  #topPage .firstView {
    background-image: url(../images/top/fv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    position: relative;
    border-radius: 0;
  }
  #topPage .firstView .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  #topPage .firstView .logo {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  #topPage .firstView .centerLogo {
    width: 60vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
  }
  #topPage .firstView .bannerArea {
    position: absolute;
    bottom: 70px;
    right: 15px;
    z-index: 1;
  }
  #topPage .firstView .bannerArea .banner {
    display: block;
    width: 70px;
    height: auto;
    margin-bottom: 20px;
  }
  #topPage .about {
    position: relative;
    z-index: 2;
    margin-top: -65px;
  }
  #topPage .about .slick-dotted.slick-slider {
    margin: 0;
  }
  #topPage .about .slick-slide {
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
  }
  #topPage .about .info-bar {
    margin-top: 2px;
    width: 100vw;
    height: 64px;
    background-color: #22c3aa;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 6.25vw;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
  }
  #topPage .about .info-bar .info-label {
    margin-top: 8px;
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin-right: 20px;
    position: relative;
    white-space: nowrap;
  }
  #topPage .about .info-bar .info-label::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background-color: white;
  }
  #topPage .about .info-bar .info-slider {
    flex: 1;
    min-width: 0;
    width: calc(100vw - 60px);
    white-space: nowrap;
    margin-left: 0px;
    position: absolute;
    bottom: -10px;
    left: 2px;
  }
  #topPage .about .info-bar .info-slider .slick-slide {
    display: flex !important;
    align-items: center;
    height: 64px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #topPage .about .info-bar .info-slider .slick-slide .info-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    font-weight: bold;
    color: white;
    width: 100%;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-top: 1px;
  }
  #topPage .about .info-bar .info-slider .slick-dots {
    position: absolute;
    top: -70px;
    left: 130px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
  }
  #topPage .about .info-bar .info-slider .slick-dots li {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.4;
    cursor: pointer;
  }
  #topPage .about .info-bar .info-slider .slick-dots li.slick-active {
    opacity: 1;
    background-color: #fff;
  }
  #topPage .about .info-bar .info-slider .slick-dots li button {
    display: none;
  }
  #topPage .about .info-bar .info-link {
    background-color: #fbe048;
    color: black;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    width: 64px;
    height: 100%;
    border-radius: 0 15px 0 0;
    margin-left: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  #topPage .about .infomation {
    height: 65px;
    width: 100vw;
    background-color: #26C4A6;
    border-radius: 15px 15px 0 0;
    display: flex;
    padding-left: 20px;
    align-items: center;
    color: #fff;
  }
  #topPage .about .infomation h5 {
    font-size: 15px;
  }
  #topPage .about .infomation .border {
    display: block;
    width: 2px;
    height: 30px;
    background-color: #fff;
    margin: 0 20px;
  }
  #topPage .about .infomation .slick-next:before,
#topPage .about .infomation .slick-prev:before {
    display: none;
  }
  #topPage .about .infomation .slick-dotted.slick-slider {
    margin: 0;
  }
  #topPage .about .iconWrap {
    width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #topPage .about .iconWrap .icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px;
  }
  #topPage .about .iconWrap .icons li {
    width: 80px;
    margin-left: 20px;
    text-align: center;
  }
  #topPage .about .iconWrap .icons li img {
    display: block;
    width: 60px;
    height: auto;
    margin: auto;
  }
  #topPage .about .iconWrap .icons li p {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #26C4A6;
    line-height: 1;
  }
  #topPage .about .iconWrap .icons li p span {
    font-family: noto sans jp, sans-serif;
    margin-top: 4px;
    display: block;
    font-size: 10px;
    line-height: 1.6;
    font-weight: bold;
  }
  #topPage .about .iconWrap .icons li:first-child {
    margin-left: 0;
  }
  #topPage .event {
    position: relative;
    z-index: 2;
    background-color: #FFE44B;
    margin-top: 12px;
  }
  #topPage .event .btn {
    margin-top: 40px;
  }
  #topPage .event .eventDecoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 80vw;
  }
  #topPage .event .eventList {
    margin-top: 40px;
    width: calc(100vw - 20px);
  }
  #topPage .event .eventList li {
    width: 180px;
    margin-right: 20px;
  }
  #topPage .event .eventList li p {
    font-family: noto sans jp, sans-serif;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #topPage .event .eventList li:nth-child(1) img,
#topPage .event .eventList li:nth-child(5) img,
#topPage .event .eventList li:nth-child(8) img {
    border-radius: 50%;
  }
  #topPage .event .eventList li:nth-child(4) img {
    border-radius: 50% 0 50% 0;
  }
  #topPage .event .eventList li:nth-child(2) img,
#topPage .event .eventList li:nth-child(6) img {
    border-radius: 50% 50% 0 0;
  }
  #topPage .event .custom-prev {
    position: absolute;
    right: 70px;
    bottom: -104px;
    transform: translateY(-50%);
  }
  #topPage .event .custom-prev img {
    transform: scaleX(-1);
  }
  #topPage .event .custom-next {
    position: absolute;
    right: 20px;
    bottom: -104px;
    transform: translateY(-50%);
  }
  #topPage .Attractions {
    padding-top: 80px;
    margin-top: -80px;
    background-color: #26C4A6;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  #topPage .Attractions .custom-prev {
    position: absolute;
    right: 70px;
    top: -40px;
    transform: translateY(-50%);
  }
  #topPage .Attractions .custom-prev img {
    transform: scaleX(-1);
  }
  #topPage .Attractions .custom-next {
    position: absolute;
    right: 20px;
    top: -40px;
    transform: translateY(-50%);
  }
  #topPage .Attractions .btn {
    margin: 40px auto 0;
  }
  #topPage .Attractions .add1 {
    top: 0;
    right: 0;
    width: 49.21875vw;
    display: none;
  }
  #topPage .Attractions .add2 {
    bottom: 0;
    right: 0;
    width: 70vw;
  }
  #topPage .Attractions .add3 {
    top: 45%;
    left: 0;
    width: 5vw;
    display: none;
  }
  #topPage .Attractions .add4 {
    top: 0;
    left: 0;
    width: 50vw;
  }
  #topPage .cm {
    position: relative;
    width: 100vw;
    height: 450px;
    overflow: hidden;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  #topPage .cm .add1 {
    top: 0;
    left: 0;
    width: 40vw;
  }
  #topPage .cm .add2 {
    bottom: 20px;
    right: 0;
    width: 40vw;
  }
  #topPage .cm video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #topPage .cm .play-button {
    position: absolute;
    width: 240px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    padding: 1em 2em;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
  }
  #topPage .cm .shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #topPage .restaurant {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: -40px;
    z-index: 2;
    background-color: #fff;
    min-height: 700px;
  }
  #topPage .restaurant .ContentsWrap {
    margin: 40px 20px;
    width: calc(100vw - 40px);
  }
  #topPage .restaurant .ContentsWrap .title {
    margin-bottom: 24px;
  }
  #topPage .restaurant .ContentsWrap .btn {
    margin-top: 24px;
  }
  #topPage .restaurant .ContentsWrap p {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
  }
  #topPage .restaurant .mainImage {
    width: 100vw;
    height: 100vw;
    min-height: auto;
    background-image: url(../images/top/restaurant.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
  }
  #topPage .restaurant .mainImage img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #topPage .access {
    background-color: #26C4A6;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100vw;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-areas: "contentsWrap" "mainImage";
    margin-top: -40px;
    z-index: 2;
    min-height: auto;
    color: #fff;
  }
  #topPage .access .add1 {
    top: 0;
    right: 0;
    width: 15vw;
    display: none;
  }
  #topPage .access .btn {
    margin-top: 40px;
    width: calc(100vw - 40px);
  }
  #topPage .access .ContentsWrap {
    width: calc(100vw - 40px);
    margin: 40px auto 40px;
    grid-area: contentsWrap;
  }
  #topPage .access .ContentsWrap .title {
    margin-bottom: 40px;
  }
  #topPage .access .ContentsWrap .btnG {
    margin-top: 40px;
  }
  #topPage .access .ContentsWrap p {
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
  }
  #topPage .access .ContentsWrap p a {
    font-size: 16px;
    font-weight: 900;
    color: #FFE44B;
    text-decoration: underline;
    margin-right: 12px;
  }
  #topPage .access .ContentsWrap p span {
    display: block;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #topPage .access .mainImage {
    height: calc(100vw + 30px);
    background-color: #FFE44B;
    position: relative;
    background-size: cover;
    background-position: center;
    grid-area: mainImage;
  }
  #topPage .access .mainImage picture {
    position: absolute;
    top: 0;
    right: 0;
  }
  #topPage .access .mainImage img {
    height: auto;
    width: 100%;
  }
  #topPage .access .mainImage .map {
    width: 80vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 45%;
    top: 50%;
  }
  #topPage .link {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 70px;
  }
  #topPage .link .add1 {
    top: 0;
    left: auto;
    right: 0;
    width: 50vw;
    transform: scaleX(-1);
  }
  #topPage .link .add1 img {
    transform: scaleX(-1);
  }
  #topPage .link .title {
    text-align: left;
  }
  #topPage .link .linkList {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
    width: calc(100vw - 40px);
  }
  #topPage .link .linkList li {
    width: calc(50% - 16px);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  #topPage .link .linkList li img {
    width: 100%;
    height: auto;
    border-radius: 0px;
  }
  #topPage .link .linkList li p {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
  }
  #topPage .link .linkList li:last-child {
    margin-right: 0;
  }
  #attraction .fv .mainVisual {
    width: 100vw;
    height: 100vw;
  }
  #attraction .fv .pageTitleWrap {
    background-color: #fff;
    border-radius: 15px;
    width: 100vw;
    text-align: center;
    padding: 40px 0 60px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
  }
  #attraction .fv .pageTitleWrap p {
    width: calc(100vw - 40px);
    margin: 40px auto 0;
    font-weight: bold;
    line-height: 2;
  }
  #attraction .fv .pageTitleWrap .pageTitle {
    font-size: 50px;
    font-weight: bold;
  }
  #attraction .fv .pageTitleWrap .pageTitle span {
    display: block;
    font-size: 14px;
  }
  #attraction .athletic {
    background-color: #26C4A6;
    color: #fff;
    box-sizing: border-box;
    position: relative;
  }
  #attraction .athletic .add1 {
    top: 0;
    right: 0;
    width: 80vw;
  }
  #attraction .athletic .modalBtn {
    margin-top: 12px;
  }
  #attraction .park {
    background-color: #FFE44B;
    color: #222222;
    box-sizing: border-box;
    margin-top: -80px;
    position: relative;
    padding-top: 80px;
  }
  #attraction .park .add1 {
    top: 0;
    left: 0;
    width: 50vw;
  }
  #attraction .park .modalBtn {
    margin-top: 12px;
  }
  #attraction .park .modalBtn div {
    background-color: #FFE44B;
  }
  #attraction .activities {
    background-color: #26C4A6;
    color: #fff;
    box-sizing: border-box;
    margin-top: -80px;
    padding-bottom: 80px;
    position: relative;
  }
  #attraction .activities .add1 {
    top: 0;
    right: 0;
    width: 80vw;
  }
  #attraction .activities .modalBtn {
    margin-top: 12px;
  }
  #attraction .m78 {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: -40px;
    z-index: 2;
    background-color: #fff;
    min-height: 700px;
  }
  #attraction .m78 .m78Logo {
    width: 300px;
    margin: 20px auto 40px;
  }
  #attraction .m78 .ContentsWrap {
    margin: 40px 20px;
    width: calc(100vw - 40px);
  }
  #attraction .m78 .ContentsWrap .title {
    margin-bottom: 24px;
  }
  #attraction .m78 .ContentsWrap .btn {
    margin-top: 24px;
  }
  #attraction .m78 .ContentsWrap p {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
  }
  #attraction .m78 .mainImage {
    width: 100vw;
    height: 100vw;
    min-height: auto;
    background-image: url(../images/attraction/m78_kv.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
  }
  #attraction .m78 .mainImage img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #attraction .village {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100vw;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    margin-top: -20px;
    z-index: 2;
    background-color: #fff;
    min-height: 700px;
  }
  #attraction .village .villageLogo {
    width: 300px;
    margin: 40px auto;
  }
  #attraction .village .ContentsWrap {
    margin: 40px 20px;
    width: calc(100vw - 40px);
  }
  #attraction .village .ContentsWrap .title {
    margin-bottom: 24px;
  }
  #attraction .village .ContentsWrap .btn {
    margin-top: 24px;
  }
  #attraction .village .ContentsWrap p {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
  }
  #attraction .village .mainImage {
    width: 100vw;
    height: 100vw;
    min-height: auto;
    background-image: url(../images/attraction/village_kv.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
  }
  #attraction .village .mainImage img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #attraction .asobium {
    background-color: #FFE44B;
    color: #222222;
    box-sizing: border-box;
    margin-top: -40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    position: relative;
  }
  #attraction .asobium .add1 {
    top: 0;
    right: 0;
    width: 80vw;
  }
  #attraction .asobium .modalBtn {
    margin-top: 24px;
  }
  #attraction .asobium .modalBtn div {
    background-color: #FFE44B;
  }
  #restaurant .custom-prev {
    position: absolute;
    right: 70px;
    top: -40px;
    transform: translateY(-50%);
  }
  #restaurant .custom-prev img {
    transform: scaleX(-1);
  }
  #restaurant .custom-next {
    position: absolute;
    right: 20px;
    top: -40px;
    transform: translateY(-50%);
  }
  #restaurant .menu {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
  }
  #restaurant .menu li {
    width: calc(50vw - 27.5px);
    margin-right: 15px;
    margin-bottom: 24px;
    text-align: center;
  }
  #restaurant .menu li .name {
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin: 10px 0 5px;
  }
  #restaurant .menu li .price {
    font-family: fugaz one, sans-serif;
    font-size: 12px;
    margin: 0px 0 0;
  }
  #restaurant .menu li:nth-child(2n) {
    margin-right: 0;
  }
  #restaurant .fv .mainVisual {
    width: 100vw;
    height: 100vw;
  }
  #restaurant .fv .pageTitleWrap {
    background-color: #fff;
    border-radius: 15px;
    width: 100vw;
    text-align: center;
    padding: 40px 0 60px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
  }
  #restaurant .fv .pageTitleWrap p {
    width: calc(100vw - 40px);
    margin: 40px auto 0;
    font-weight: bold;
    line-height: 2;
  }
  #restaurant .fv .pageTitleWrap .pageTitle {
    font-size: 50px;
    font-weight: bold;
  }
  #restaurant .fv .pageTitleWrap .pageTitle span {
    display: block;
    font-size: 14px;
  }
  #restaurant .planetDining {
    background-color: #26C4A6;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding-top: 160px;
  }
  #restaurant .planetDining .btn {
    width: 240px;
    margin: 40px auto 40px;
  }
  #restaurant .planetDining .add1 {
    top: 0;
    right: 0;
    width: 90vw;
  }
  #restaurant .planetDining .description {
    -webkit-line-clamp: none !important;
  }
  #restaurant .planetDining .threeColum li {
    margin-bottom: 0;
  }
  #restaurant .wildGrill {
    background-color: #FFE44B;
    color: #222222;
    box-sizing: border-box;
    margin-top: -80px;
    padding-bottom: 80px;
    position: relative;
    padding-top: 120px;
  }
  #restaurant .wildGrill .textMenuSPtitle {
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin: 40px 0 20px;
  }
  #restaurant .wildGrill .textMenu {
    margin-top: 0px;
    display: flex;
    margin-bottom: 80px;
  }
  #restaurant .wildGrill .textMenu li {
    width: 290px;
    margin-right: 20px;
    background-color: #fff;
    padding: 20px 2px 2px;
    box-sizing: border-box;
    border-radius: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  #restaurant .wildGrill .textMenu li .menuName {
    font-size: 40px;
    margin-left: 20px;
  }
  #restaurant .wildGrill .textMenu li .menuName span {
    font-size: 22px;
    font-weight: 900;
  }
  #restaurant .wildGrill .textMenu li .menuList li {
    width: 100%;
    background-color: #FFE44B;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 15px;
    margin-bottom: 2px;
    border-radius: 5px;
    font-weight: 700;
  }
  #restaurant .wildGrill .textMenu li:nth-child(3n) {
    margin-right: 0;
  }
  #restaurant .wildGrill .textMenuSP {
    width: calc(100vw - 20px);
    position: relative;
  }
  #restaurant .wildGrill .textMenuSP .slick-slide {
    width: 280px;
    margin-right: 20px;
  }
  #restaurant .wildGrill .textMenuSP .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: all 0.3s ease;
  }
  #restaurant .wildGrill .textMenuSP .slick-arrow img {
    width: 12px;
    height: 16px;
  }
  #restaurant .wildGrill .textMenuSP .slick-arrow:hover {
    background-color: #f0f0f0;
  }
  #restaurant .wildGrill .textMenuSP .custom-prev {
    position: absolute;
    right: 70px;
    top: -40px;
    transform: translateY(-50%);
  }
  #restaurant .wildGrill .textMenuSP .custom-prev img {
    transform: scaleX(-1);
  }
  #restaurant .wildGrill .textMenuSP .custom-next {
    position: absolute;
    right: 20px;
    top: -40px;
    transform: translateY(-50%);
  }
  #restaurant .wildGrill .description {
    -webkit-line-clamp: none !important;
  }
  #restaurant .wildGrill .threeColum li {
    margin-bottom: 0;
  }
  #restaurant .wildGrill .add1 {
    top: 0;
    right: 0;
    width: 60vw;
  }
  #restaurant .camp {
    background-color: #fff;
    color: #222222;
    box-sizing: border-box;
    margin-top: -80px;
    padding-bottom: 40px;
    position: relative;
    padding-top: 160px;
  }
  #restaurant .camp .caution {
    width: calc(100vw - 40px);
    padding: 20px;
    margin: 40px auto;
    background-color: #26C4A6;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    font-family: noto sans jp, sans-serif;
  }
  #restaurant .camp .caution div {
    display: flex;
    margin-bottom: 0px;
  }
  #restaurant .camp .price span {
    font-size: 14px;
    font-weight: normal;
  }
  #restaurant .camp .description {
    -webkit-line-clamp: none !important;
  }
  #restaurant .camp .description span {
    font-size: 12px;
    font-weight: normal;
  }
  #restaurant .camp .threeColum li {
    margin-bottom: 0;
  }
  #restaurant .camp .add1 {
    top: 0;
    right: 0;
    width: 95vw;
  }
  #hoursPrice .fv {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
    border-radius: 15px;
  }
  #hoursPrice .fv .mainVisual {
    width: 100vw;
    height: 100vw;
  }
  #hoursPrice .fv .pageTitleWrap {
    background-color: #fff;
    border-radius: 15px;
    width: 100vw;
    text-align: center;
    padding: 40px 0 60px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
  }
  #hoursPrice .fv .pageTitleWrap p {
    width: calc(100vw - 40px);
    margin: 40px auto 0;
    font-weight: bold;
    line-height: 2;
  }
  #hoursPrice .fv .pageTitleWrap .pageTitle {
    font-size: 50px;
    font-weight: bold;
  }
  #hoursPrice .fv .pageTitleWrap .pageTitle span {
    display: block;
    font-size: 14px;
  }
  #hoursPrice .fv .caution {
    width: calc(100vw - 40px);
    margin: 20px auto;
    display: flex;
    margin-bottom: 40px;
    flex-flow: column;
  }
  #hoursPrice .fv .caution .strong {
    width: 100%;
  }
  #hoursPrice .fv .caution .strong li {
    font-family: noto sans jp, sans-serif;
    display: flex;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
  }
  #hoursPrice .fv .caution .cautionText {
    width: 100%;
  }
  #hoursPrice .fv .caution .cautionText li {
    font-family: noto sans jp, sans-serif;
    display: flex;
    font-weight: normal;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.8;
  }
  #hoursPrice .fv .wrap {
    width: 100vw;
    overflow-x: scroll;
    box-sizing: border-box;
  }
  #hoursPrice .fv .price-table {
    width: 700px;
    margin: 0 20px;
    font-family: sans-serif;
    border-collapse: collapse;
    overflow: hidden;
    border: 10px solid #26C4A6;
    border-radius: 10px;
  }
  #hoursPrice .fv .price-table .row {
    display: flex;
  }
  #hoursPrice .fv .price-table .row .cell {
    width: 25%;
    padding: 16px;
    text-align: center;
    background: #fff;
    border-right: 2px solid #26C4A6;
    border-bottom: 2px solid #26C4A6;
    font-weight: 900;
    font-size: 14px;
    height: 70px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #hoursPrice .fv .price-table .row .cell:last-child {
    border-right: none;
  }
  #hoursPrice .fv .price-table .row .cell.title {
    background-color: #FFE44B;
    color: #333;
    text-align: center;
    padding-left: 20px;
  }
  #hoursPrice .fv .price-table .row:last-child .cell {
    border-bottom: none;
  }
  #hoursPrice .fv .price-table .row.header .cell {
    background-color: #FFE44B;
    color: #333;
    font-weight: bold;
  }
  #hoursPrice .fv .calendar {
    width: 630px;
    margin: 0 20px;
    font-family: sans-serif;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    background-color: #FFE44B;
    padding-bottom: 10px;
  }
  #hoursPrice .fv .calendar .calendar-header {
    background: #FFE44B;
    padding: 20px;
    padding-bottom: 0;
  }
  #hoursPrice .fv .calendar .calendar-header .calendar-title {
    display: flex;
    align-items: center;
  }
  #hoursPrice .fv .calendar .calendar-header .calendar-title p {
    font-family: fugaz one, sans-serif;
    font-size: 30px;
    margin: 0;
  }
  #hoursPrice .fv .calendar .calendar-header .calendar-title p span {
    display: block;
    margin-top: 10px;
    font-size: 11px;
  }
  #hoursPrice .fv .calendar .calendar-header .calendar-title h2 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
  }
  #hoursPrice .fv .calendar .calendar-header .calendar-title h2 strong {
    font-family: fugaz one, sans-serif;
    font-size: 50px;
  }
  #hoursPrice .fv .calendar .calendar-header .calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: -10px;
  }
  #hoursPrice .fv .calendar .calendar-header .calendar-weekdays .day {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 0.5rem 0;
  }
  #hoursPrice .fv .calendar .calendar-header .calendar-weekdays .day.sun {
    color: #FF0000;
  }
  #hoursPrice .fv .calendar .calendar-body .week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: 0 10px;
    background-color: #FFE44B;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date {
    border: 2px solid #FFE44B;
    padding: 5px 10px;
    font-size: 12px;
    height: 90px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date span {
    font-family: fugaz one, sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: block;
    color: #26C4A6;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date small {
    font-size: 12px;
    line-height: 1.4;
    display: block;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date .time {
    font-family: fugaz one, sans-serif;
    font-size: 13px;
    font-weight: normal;
    display: block;
    line-height: 1;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date .time .caption {
    font-family: noto sans jp, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #222222;
    margin-top: 8px;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date.closed {
    color: #FF0000;
    text-align: left;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date.closed small {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date.open {
    color: #000;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date.open small {
    font-weight: 400;
  }
  #hoursPrice .fv .calendar .calendar-body .week .date.gray {
    background: #e8e8e8;
  }
  #hoursPrice .fv .group {
    width: calc(100vw - 40px);
    margin: 80px auto 0;
    display: flex;
    flex-flow: column;
  }
  #hoursPrice .fv .group .textWrap h5 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 16px;
  }
  #hoursPrice .fv .group .textWrap p {
    max-width: 100%;
  }
  #hoursPrice .fv .group .textWrap p strong {
    font-size: 15px;
    font-weight: 900;
  }
  #hoursPrice .fv .group .textWrap p strong a {
    color: #26C4A6;
    text-decoration: underline;
  }
  #hoursPrice .fv .group .contact {
    text-align: center;
    margin-top: 60px;
    margin-left: 0px;
    width: calc(100% - 40px);
    justify-content: space-between;
    display: flex;
    flex-flow: column;
    margin: 60px auto 0;
  }
  #hoursPrice .fv .group .contact p {
    font-family: fugaz one, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #26C4A6;
    margin-bottom: 30px;
  }
  #hoursPrice .fv .group .contact p a {
    text-underline-offset: 12px;
    text-decoration: underline;
  }
  #hoursPrice .fv .group .contact p span {
    font-size: 14px;
    font-weight: normal;
    font-family: noto sans jp, sans-serif;
    display: block;
  }
  #sylvanian .custom-prev {
    position: absolute;
    right: 70px;
    top: -40px;
    transform: translateY(-50%);
  }
  #sylvanian .custom-prev img {
    transform: scaleX(-1);
  }
  #sylvanian .custom-next {
    position: absolute;
    right: 20px;
    top: -40px;
    transform: translateY(-50%);
  }
  #sylvanian .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    flex-flow: column;
  }
  #sylvanian .flex .textWrap {
    width: 39.0625vw;
  }
  #sylvanian .flex .textWrap h5 {
    font-family: noto sans jp, sans-serif;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  #sylvanian .flex .textWrap .caption {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
  }
  #sylvanian .flex .textWrap .menuList li {
    margin-bottom: 12px;
    position: relative;
  }
  #sylvanian .flex .textWrap .menuList li .boder {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 2px solid transparent;
    -o-border-image: repeating-linear-gradient(to right, black 0 2px, transparent 2px 6px) 1;
       border-image: repeating-linear-gradient(to right, black 0 2px, transparent 2px 6px) 1;
    z-index: -1;
  }
  #sylvanian .flex .textWrap .menuList li .textWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: noto sans jp, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  #sylvanian .flex .textWrap .menuList li .textWrap .name,
#sylvanian .flex .textWrap .menuList li .textWrap .price {
    background-color: #fff;
  }
  #sylvanian .flex .textWrap .menuList li .textWrap .name {
    padding-right: 10px;
  }
  #sylvanian .flex .textWrap .menuList li .textWrap .price {
    text-align: right;
    padding-left: 10px;
  }
  #sylvanian .flex img {
    width: 100%;
  }
  #sylvanian .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    flex-flow: column-reverse;
    margin-top: 0px;
  }
  #sylvanian .flex .textWrap {
    width: 100%;
  }
  #sylvanian .flex .textWrap h5 {
    font-family: noto sans jp, sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  #sylvanian .flex .textWrap .caption {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
  }
  #sylvanian .flex .textWrap .menuList li {
    margin-bottom: 12px;
    position: relative;
  }
  #sylvanian .flex .textWrap .menuList li .boder {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 2px solid transparent;
    -o-border-image: repeating-linear-gradient(to right, black 0 2px, transparent 2px 6px) 1;
       border-image: repeating-linear-gradient(to right, black 0 2px, transparent 2px 6px) 1;
    z-index: -1;
  }
  #sylvanian .flex .textWrap .menuList li .textWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: noto sans jp, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  #sylvanian .flex .textWrap .menuList li .textWrap .name,
#sylvanian .flex .textWrap .menuList li .textWrap .price {
    background-color: #fff;
  }
  #sylvanian .flex .textWrap .menuList li .textWrap .name {
    width: 70%;
    padding-right: 10px;
  }
  #sylvanian .flex .textWrap .menuList li .textWrap .price {
    text-align: right;
    padding-left: 10px;
  }
  #sylvanian .flex img {
    width: 100%;
  }
  #sylvanian .reverse {
    flex-flow: column;
  }
  #sylvanian .fv {
    background-color: #FFFAD5;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
    border-radius: 15px;
  }
  #sylvanian .fv .mainVisual {
    width: 100vw;
    height: 100vw;
  }
  #sylvanian .fv .pageTitleWrap {
    background-color: #FFFAD5;
    border-radius: 15px;
    width: 100vw;
    text-align: center;
    padding: 40px 0 60px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
  }
  #sylvanian .fv .pageTitleWrap p {
    width: calc(100vw - 40px);
    text-align: left;
    margin: 40px auto 0;
    font-weight: bold;
    line-height: 2;
  }
  #sylvanian .fv .pageTitleWrap .pageTitle {
    font-size: 50px;
    font-weight: bold;
  }
  #sylvanian .fv .pageTitleWrap .pageTitle .logo {
    width: 70vw;
    margin: 0 auto;
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  #sylvanian .fv .pageTitleWrap .pageTitle span {
    display: block;
    font-size: 14px;
  }
  #sylvanian .attraction {
    background-color: #26C4A6;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    margin-top: -80px;
    z-index: 2;
    padding-bottom: 120px;
    padding-top: 100px;
  }
  #sylvanian .attraction .add1 {
    top: 0;
    right: 0;
    width: 60vw;
  }
  #sylvanian .attraction .description {
    -webkit-line-clamp: none !important;
  }
  #sylvanian .attraction .threeColum li {
    margin-bottom: 0;
  }
  #sylvanian .attraction .attractionList {
    margin-top: 48px;
  }
  #sylvanian .attraction .attractionList h5 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 24px;
  }
  #sylvanian .attraction .attractionList .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  #sylvanian .attraction .attractionList .wrap .strong {
    width: 100%;
  }
  #sylvanian .attraction .attractionList .wrap .strong .name {
    font-family: noto sans jp, sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin: 20px 0 15px;
  }
  #sylvanian .attraction .attractionList .wrap .strong .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 0px;
  }
  #sylvanian .attraction .attractionList .wrap .strong .overview li {
    display: flex;
    align-items: left;
    margin-bottom: 12px;
    flex-flow: column;
    margin-top: 20px;
  }
  #sylvanian .attraction .attractionList .wrap .strong .overview li .title {
    font-size: 12px;
    text-align: center;
    color: #222222;
    width: 130px;
    background-color: #fff;
    border-radius: 50px;
    height: 28px;
    line-height: 28px;
  }
  #sylvanian .attraction .attractionList .wrap .strong .overview li .caption {
    font-family: noto sans jp, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-left: 0px;
    margin-top: 8px;
  }
  #sylvanian .attraction .attractionList .wrap .strong .overview li .caption span {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  #sylvanian .attraction .attractionList .wrap .spSliderWrap {
    width: calc(100vw - 20px);
  }
  #sylvanian .attraction .attractionList .wrap .spSlider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-right: 0 !important;
    align-items: flex-start;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider .flex img {
    width: 100%;
    margin-right: 24px;
    border-radius: 10px;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider .flex div {
    width: 100%;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider .flex div .name {
    margin-top: 0 !important;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li {
    width: 280px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li img {
    border-radius: 10px;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li .name {
    font-size: 16px;
    font-weight: 900;
    margin: 15px 0 10px;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li .overview li {
    display: flex;
    align-items: left;
    margin-bottom: 12px;
    flex-flow: column;
    margin-top: 20px;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li .overview li .title {
    font-size: 12px;
    text-align: center;
    color: #222222;
    width: 130px;
    background-color: #fff;
    border-radius: 50px;
    height: 28px;
    line-height: 28px;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li .overview li .caption {
    font-family: noto sans jp, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-left: 0px;
    margin-top: 8px;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li .overview li .caption span {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  #sylvanian .attraction .attractionList .wrap .spSlider li:nth-child(2n) {
    margin-right: 20px;
  }
  #sylvanian .attraction .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sylvanian .attraction .strongFlex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100% !important;
    flex-flow: column;
  }
  #sylvanian .attraction .strongFlex img {
    width: 100%;
  }
  #sylvanian .attraction .strongFlex div {
    width: 100%;
  }
  #sylvanian .restaurant {
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-top: -60px;
    padding-top: 80px;
  }
  #sylvanian .restaurant .flex {
    margin-top: 40px;
  }
  #sylvanian .restaurant .add {
    top: -2px;
    left: 0;
    width: 50vw;
    transform: scale(-1, 1);
    color: #26C4A6;
  }
  #sylvanian .shop {
    background-color: #FFFAD5;
    position: relative;
    z-index: 2;
    margin-top: -60px;
    padding-top: 80px;
  }
  #sylvanian .shop .flex {
    margin-top: 40px;
  }
  #sylvanian .shop .add1 {
    top: -2px;
    right: 0;
    width: 50vw;
    color: #fff;
  }
  #sylvanian .shop .add1 use {
    fill: #fff;
  }
  #sylvanian .PICA {
    color: #fff;
    background-color: #26C4A6;
    position: relative;
    z-index: 2;
    margin-top: -60px;
    padding-top: 60px;
  }
  #sylvanian .PICA .flex {
    margin-top: 40px;
  }
  #sylvanian .PICA .add {
    top: -2px;
    left: 0;
    width: 50vw;
    transform: scale(-1, 1);
    color: #FFFAD5;
  }
  #sylvanian .PICA small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: noto sans jp, sans-serif;
  }
  #sylvanian .profile {
    background-color: #FFFAD5;
    position: relative;
    z-index: 2;
    margin-top: -60px;
    padding-bottom: 20px;
    padding-top: 80px;
  }
  #sylvanian .profile .caption {
    -webkit-line-clamp: none !important;
  }
  #sylvanian .profile .add1 {
    top: -2px;
    right: 0;
    width: 50vw;
    color: #26C4A6;
  }
  footer {
    width: 100vw;
    position: relative;
    margin-top: -40px;
    z-index: 1;
  }
  footer .last {
    position: relative;
    z-index: 3;
    background-color: #fff;
    width: 100vw;
    padding: 20px 20px;
    align-items: left;
    display: flex;
    justify-content: space-between;
    height: auto;
    flex-flow: column nowrap;
    box-sizing: border-box;
  }
  footer .last .link,
footer .last .copylight {
    display: flex;
    margin-top: 0;
  }
  footer .last .link li,
footer .last .copylight li {
    font-weight: bold;
    font-size: 10px;
    margin-right: 12px;
  }
  footer .last .link li:last-child,
footer .last .copylight li:last-child {
    margin-right: 0;
  }
  footer .last .copylight {
    font-family: noto sans jp, sans-serif;
    font-size: 10px;
    margin-top: 10px;
  }
  footer .last .copylight li {
    font-weight: normal;
  }
  footer .mainVisual {
    margin-top: -40px;
    padding: 120px 0 80px;
    background-image: url(../images/common/footer.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column nowrap;
  }
  footer .mainVisual .shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  footer .mainVisual .logo {
    position: relative;
    z-index: 3;
    width: 70vw;
    height: auto;
  }
  footer .mainVisual .link {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: initial;
    margin-top: 40px;
    flex-flow: column nowrap;
  }
  footer .mainVisual .link li {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  footer .mainVisual .link li:last-child {
    margin-right: 0;
  }
  footer .mainVisual .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
    z-index: 3;
  }
  footer .mainVisual .sns li {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  footer .mainVisual .sns li img {
    width: 100%;
    height: auto;
  }
  footer .mainVisual .sns li:last-child {
    margin-right: 0;
  }
}
/*# sourceMappingURL=spStyle.css.map */