@media screen and (min-width: 769px) {
  #sylvanian {
    color: #986133 !important;
  }
  .fv {
    background-color: #FCF4E2 !important;
    padding-bottom: 60px !important;
  }
  .fv h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 900;
  }
  .attraction {
    background-color: #FAEBCC !important;
  }
  .attraction h5, .attraction p {
    color: #986133;
  }
  .attraction .attractionList:nth-child(2n) .wrap {
    flex-direction: row;
  }
  .attraction .attractionList .wrap {
    flex-direction: row-reverse;
  }
  .attraction .attractionList img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .attraction .attractionList .columnList li {
    margin-bottom: 0 !important;
  }
  .attraction .attractionList .columnList {
    margin-bottom: 30px;
  }
  .attraction .attractionList .catch {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .attraction .attractionList .text {
    font-size: 16px;
    line-height: 1.8;
  }
  .attraction .attractionList .overview {
    margin-top: 30px;
  }
  .attraction .attractionList .overview li {
    display: flex;
    align-items: center;
  }
  .attraction .attractionList .overview li .title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #fff;
    background-color: #D75263;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 20px;
  }
  .attraction .attractionList .overview li .caption {
    margin-left: 15px;
    font-size: 16px;
    color: #986133;
    font-weight: 900;
  }
  .other {
    margin-top: 80px;
  }
  .other h5 {
    margin-bottom: 40px;
  }
  .other .flex {
    align-items: center !important;
  }
  .other .flex .spSliderWrap {
    width: 42.1875vw;
    margin-right: 40px;
    overflow: hidden;
  }
  .other .flex .spSliderWrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .other .flex .textWrap .title {
    font-size: 30px;
    font-weight: 900;
  }
  .other .flex .textWrap .catch {
    font-size: 20px;
    font-weight: 900;
    margin-top: 30px;
  }
  .other .flex .textWrap .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .photoSpot {
    margin-top: 80px;
  }
  .photoSpot h5 {
    font-size: 30px;
    font-weight: 900;
  }
  .photoSpot p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 900;
  }
  .photoSpot .photoList {
    display: flex;
    justify-content: space-between;
  }
  .photoSpot .photoList li {
    width: calc(33.3333333333% - 20px);
    border-radius: 10px;
    overflow: hidden;
  }
  .slick-dots li {
    width: 8px;
    margin-right: 4px;
  }
  .slick-dots li button::before {
    font-size: 8px;
    border: #D75263 !important;
    color: #D75263 !important;
  }
  .slick-dots .slick-active button::before {
    color: #D75263 !important;
  }
  .restaurant {
    background-color: #EBB5B3 !important;
    color: #fff !important;
  }
  .restaurant img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .restaurant .add {
    color: #FAEBCC !important;
  }
  .restaurant .headline {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .restaurant .headline span {
    display: inline-block;
    margin-top: -10px;
    font-size: 20px;
  }
  .restaurant .menuList .name {
    background-color: #EBB5B3 !important;
  }
  .restaurant .menuList .price {
    background-color: #EBB5B3 !important;
  }
  .restaurant .menuList .boder {
    border-image: repeating-linear-gradient(to right, rgb(255, 255, 255) 0 2px, transparent 2px 6px) 1 !important;
  }
  .restaurant .reverse {
    margin: 80px auto !important;
  }
  .restaurant .imgWrap {
    margin-bottom: 0 !important;
    width: 39.0625vw;
  }
  .restaurant .imgWrap img {
    width: calc(50% - 10px) !important;
    height: auto;
    border-radius: 10px;
  }
  .restaurant .title + .flex {
    margin-top: 40px;
  }
  .restaurant .menus + .flex {
    margin-top: 80px;
  }
  .shop {
    background-color: #A5C86E !important;
    color: #fff !important;
  }
  .shop .add {
    color: #EBB5B3 !important;
  }
  .shop img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .shop .reverse {
    margin-top: 80px;
  }
  .shop .attractionList {
    margin-top: 80px;
  }
  .shop .attractionList h5 {
    font-size: 30px;
    font-weight: 900;
  }
  .shop .attractionList .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .shop .attractionList .wrap img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .shop .attractionList .wrap .strong {
    width: calc((100% - 40px) / 2);
  }
  .shop .attractionList .wrap .column {
    width: calc((100% - 40px) / 2);
  }
  .shop .attractionList .wrap .column .columnList {
    display: flex;
    justify-content: space-between;
  }
  .shop .attractionList .wrap .column .columnList li {
    width: calc((100% - 12px) / 2);
  }
  .shop .attractionList .wrap .column .catch {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 15px;
  }
  .shop .attractionList .reverse {
    flex-direction: row-reverse;
  }
  .shop .button {
    margin-top: 40px;
    width: 250px;
    height: 50px;
    background-color: #fff;
    color: #A5C86E;
    font-weight: 900;
    font-size: 14px;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
  }
  .shop .button:hover {
    opacity: 0.8;
  }
  .profile {
    background-color: #FAEBCC !important;
  }
  .profile .add {
    color: #A5C86E !important;
  }
  .profile .name {
    margin: 2px 0 10px;
    font-size: 13px;
    font-weight: 900;
  }
  .menus {
    margin-top: 60px;
  }
  .menus h5 {
    font-size: 30px;
    font-weight: 900;
  }
  .menus .menuList {
    display: flex;
    justify-content: space-between;
  }
  .menus .menuList .item {
    width: calc((100vw - 240px - 160px) / 3) !important;
  }
  .menus .menuList .item .name {
    font-size: 20px;
    font-weight: 900;
  }
  .menus .menuList .item .price {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 20px;
  }
  .spSliderWrap {
    width: 42.1875vw;
  }
}
@media screen and (max-width: 768px) {
  #sylvanian {
    color: #986133 !important;
  }
  .fv {
    background-color: #FCF4E2 !important;
    padding-bottom: 60px !important;
  }
  .fv h3 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 900;
    margin-top: 30px;
  }
  .fv p {
    margin-top: 20px !important;
  }
  .attraction {
    background-color: #FAEBCC !important;
  }
  .attraction h5, .attraction p {
    color: #986133;
  }
  .attraction .attractionList img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .attraction .attractionList .columnList li {
    margin-bottom: 0 !important;
  }
  .attraction .attractionList .columnList {
    margin-bottom: 30px;
  }
  .attraction .attractionList .catch {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .attraction .attractionList .text {
    font-size: 16px;
    line-height: 1.8;
  }
  .attraction .attractionList .overview {
    margin-top: 30px;
  }
  .attraction .attractionList .overview li {
    display: flex;
    align-items: center;
  }
  .attraction .attractionList .overview li .title {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #fff;
    background-color: #D75263;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 20px;
  }
  .attraction .attractionList .overview li .caption {
    margin-left: 10px;
    font-size: 14px;
    color: #986133;
    font-weight: 900;
  }
  .attraction .other {
    margin-top: 80px;
  }
  .attraction .other h5 {
    margin-bottom: 40px;
  }
  .attraction .other .flex {
    align-items: center !important;
  }
  .attraction .other .flex .spSliderWrap {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
  }
  .attraction .other .flex .spSliderWrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .attraction .other .flex .textWrap .title {
    font-size: 30px;
    font-weight: 900;
  }
  .attraction .other .flex .textWrap .catch {
    font-size: 20px;
    font-weight: 900;
    margin-top: 30px;
  }
  .attraction .other .flex .textWrap .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .attraction .photoSpot {
    margin-top: 40px;
  }
  .attraction .photoSpot h5 {
    font-size: 20px;
    font-weight: 900;
  }
  .attraction .photoSpot p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .attraction .photoSpot .photoList {
    display: flex;
    justify-content: space-between;
  }
  .attraction .photoSpot .photoList li {
    width: calc(33.3333333333% - 20px);
    border-radius: 10px;
    overflow: hidden;
  }
  .attraction .addSlider li {
    width: calc(100vw - 40px);
    margin-right: 20px;
  }
  .attraction .addSlider li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .attraction .slick-dots {
    width: calc(100vw - 40px) !important;
  }
  .attraction .slick-dots li {
    width: 8px;
    margin-right: 4px;
  }
  .attraction .slick-dots li button::before {
    font-size: 8px;
    border: #D75263 !important;
    color: #D75263 !important;
  }
  .attraction .slick-dots .slick-active button::before {
    color: #D75263 !important;
  }
  .restaurant {
    background-color: #EBB5B3 !important;
    color: #fff !important;
  }
  .restaurant img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .restaurant .add {
    color: #FAEBCC !important;
  }
  .restaurant .headline {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .restaurant .headline span {
    display: inline-block;
    margin-top: -10px;
    font-size: 14px;
  }
  .restaurant .textWrap + img {
    margin-bottom: 20px;
  }
  .restaurant .menus {
    margin-top: 30px;
  }
  .restaurant .menus h5 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .restaurant .menus .menuList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .restaurant .menus .menuList .item {
    width: calc((100vw - 15px - 40px) / 2) !important;
    margin-bottom: 30px;
  }
  .restaurant .menus .menuList .item img {
    margin-bottom: 10px;
  }
  .restaurant .menus .menuList .item p {
    font-size: 13px;
  }
  .restaurant .menus .menuList .item .name {
    font-size: 14px;
    font-weight: 900;
  }
  .restaurant .menus .menuList .item .price {
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 0px;
  }
  .restaurant .flex {
    margin-top: 40px;
    display: flex;
  }
  .restaurant .flex .textWrap {
    width: 100%;
  }
  .restaurant .flex .textWrap h5 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .restaurant .flex .textWrap .strong {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
  }
  .restaurant .flex .textWrap .comment {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0 40px;
  }
  .restaurant .flex .textWrap .comment .strong {
    font-weight: 900;
    margin-bottom: 5px;
  }
  .restaurant .flex .textWrap .button {
    background-color: #FFE44B;
    color: #000;
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    font-weight: 900;
  }
  .restaurant .flex .textWrap .button:hover {
    opacity: 0.8;
  }
  .restaurant .flex .textWrap .button {
    margin: 40px auto 0;
  }
  .restaurant .flex .spSliderWrap {
    width: calc(100vw - 40px);
  }
  .restaurant .flex .spSliderWrap .slick-slide {
    overflow: hidden;
    border-radius: 10px;
    width: calc(100vw - 40px);
  }
  .restaurant .flex .en-title {
    font-size: 35px !important;
    line-height: 1;
  }
  .restaurant .reverse {
    margin: 20px auto 0 !important;
  }
  .restaurant .imgWrap {
    margin-bottom: 0 !important;
    width: 100%;
    flex-flow: column;
  }
  .restaurant .imgWrap img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
  }
  .restaurant .imgWrap img + img {
    margin-bottom: 10px;
  }
  .shop {
    background-color: #A5C86E !important;
    color: #fff !important;
  }
  .shop .add {
    color: #EBB5B3 !important;
  }
  .shop img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .shop .attractionList {
    margin-top: 40px;
  }
  .shop .attractionList h5 {
    font-size: 20px;
    font-weight: 900;
  }
  .shop .attractionList .wrap {
    display: block;
    margin-top: 20px;
  }
  .shop .attractionList .wrap img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .shop .attractionList .wrap .strong {
    width: 100%;
  }
  .shop .attractionList .wrap .column {
    width: 100%;
  }
  .shop .attractionList .wrap .column .columnList {
    display: flex;
    justify-content: space-between;
  }
  .shop .attractionList .wrap .column .columnList li {
    width: 100%;
  }
  .shop .attractionList .wrap .column .catch {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 5px;
  }
  .shop .attractionList .wrap .column .button {
    margin-top: 20px;
  }
  .shop .attractionList .wrap .spSliderWrap {
    width: 100%;
  }
  .shop .attractionList .wrap .spSliderWrap .slick-slide {
    width: calc(100vw - 40px) !important;
  }
  .shop .button {
    margin-top: 40px;
    width: 250px;
    height: 50px;
    background-color: #fff;
    color: #A5C86E;
    font-weight: 900;
    font-size: 14px;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
  }
  .shop .button:hover {
    opacity: 0.8;
  }
  .profile {
    background-color: #FAEBCC !important;
  }
  .profile .add {
    color: #A5C86E !important;
  }
  .profile .name {
    margin: 2px 0 10px;
    font-size: 11px;
    font-weight: 900;
  }
  .slick-dots li {
    width: 8px;
    margin-right: 4px;
  }
  .slick-dots li button::before {
    font-size: 8px;
    border: #fff !important;
    color: #fff !important;
  }
  .slick-dots .slick-active button::before {
    color: #fff !important;
  }
}