.a-logo {
  width: 50% !important;
  margin: 0 auto 20px;
}

@media screen and (min-width: 769px) {
  #ultraman {
    color: #000000 !important;
  }
  .fv {
    background-color: #ffffff !important;
    padding-bottom: 60px !important;
  }
  .fv .pageTitleWrap {
    background-color: #ffffff !important;
    text-align: center;
    padding: 80px 0 60px;
    border-radius: 40px;
    position: relative;
    z-index: 2;
    margin-top: -30px;
  }
  .fv .pageTitleWrap .ultraman-logo {
    width: 300px;
    margin: 0 auto 40px;
  }
  .fv .pageTitleWrap h3 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .fv .pageTitleWrap p {
    font-size: 16px;
    line-height: 2;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
  }
  .fv h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 900;
  }
  .section {
    padding-left: 80px !important;
    padding-right: 80px !important;
    margin-top: -60px !important;
  }
  .attraction {
    background: transparent linear-gradient(110deg, #3388D0 0%, #6650AC 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
  }
  .attraction h5,
  .attraction p {
    color: #fff !important;
  }
  .attractionList {
    margin-top: 80px;
  }
  .attractionList h5 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 24px;
  }
  .attractionList .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .attractionList .wrap .strong {
    width: 42.1875vw;
  }
  .attractionList .wrap .strong .name {
    font-size: 20px;
    font-weight: 900;
    margin: 20px 0 15px;
  }
  .attractionList .wrap .strong .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .attractionList .wrap .strong .overview li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .attractionList .wrap .strong .overview li .title {
    font-size: 16px;
    text-align: center;
    color: #222222;
    width: 130px;
    background-color: #fff;
    border-radius: 50px;
    height: 36px;
    line-height: 36px;
  }
  .attractionList .wrap .strong .overview li .caption {
    font-family: noto sans jp, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
  }
  .attractionList .wrap .strong .overview li .caption span {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  .attractionList .wrap .column {
    width: 42.1875vw;
  }
  .attractionList .wrap .column ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .attractionList .wrap .column ul .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-right: 0 !important;
    align-items: flex-start;
  }
  .attractionList .wrap .column ul .flex img {
    width: calc(50% - 12px);
    margin-right: 24px;
  }
  .attractionList .wrap .column ul .flex div {
    width: calc(50% - 12px);
  }
  .attractionList .wrap .column ul .flex div .name {
    margin-top: 0 !important;
  }
  .attractionList .wrap .column ul li {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 40px;
  }
  .attractionList .wrap .column ul li .name {
    font-size: 16px;
    font-weight: 900;
    margin: 15px 0 10px;
  }
  .attractionList .wrap .column ul li .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
  }
  .attractionList .wrap .column ul li:nth-child(2n) {
    margin-right: 0;
  }
  .attractionList:nth-child(2n) .wrap {
    flex-direction: row;
  }
  .attractionList .wrap {
    flex-direction: row-reverse;
  }
  .attractionList img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .attractionList .columnList li {
    margin-bottom: 0 !important;
  }
  .attractionList .columnList {
    margin-bottom: 30px;
  }
  .attractionList .catch {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .attractionList .text {
    font-size: 16px;
    line-height: 1.8;
  }
  .attractionList .overview {
    margin-top: 30px;
  }
  .attractionList .overview li {
    display: flex;
    align-items: center;
  }
  .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;
  }
  .attractionList .overview li .caption {
    margin-left: 15px;
    font-size: 16px;
    color: #986133;
    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;
  }
  .restaurant {
    background: transparent linear-gradient(309deg, #3388D0 0%, #6650AC 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    position: relative;
  }
  .restaurant img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .restaurant .add {
    color: #FAEBCC !important;
  }
  .restaurant .flex {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .restaurant .flex .textWrap {
    width: 500px;
    text-align: center;
  }
  .restaurant .flex .textWrap .strong {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
  }
  .restaurant .flex .textWrap h5 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .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 - 240px - 580px);
  }
  .restaurant .flex .spSliderWrap .slick-slide {
    overflow: hidden;
    border-radius: 10px;
    width: calc(100vw - 240px - 580px);
  }
  .restaurant .flex .en-title {
    font-size: 50px !important;
    line-height: 1;
  }
  .restaurant .menus + .flex {
    margin-top: 120px;
  }
  .restaurant .menus {
    margin-top: 60px;
  }
  .restaurant .menus h5 {
    font-size: 30px;
    font-weight: 900;
  }
  .restaurant .menus .menuList {
    display: flex;
    justify-content: space-between;
  }
  .restaurant .menus .menuList .item {
    width: calc((100vw - 240px - 160px) / 3) !important;
  }
  .restaurant .menus .menuList .item .name {
    font-size: 20px;
    font-weight: 900;
  }
  .restaurant .menus .menuList .item .price {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 20px;
  }
  .restaurant .map {
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
  }
  .restaurant .map iframe {
    width: 100%;
    height: 300px;
    border: none;
    overflow: hidden;
    border-radius: 20px;
  }
  .restaurant .map p {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin-top: 40px;
  }
  .restaurant .map .copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    font-family: "Noto Sans", sans-serif;
    line-height: 2;
    font-weight: 500;
  }
  .restaurant .map .copyright a {
    text-decoration: underline;
  }
  .restaurant .map .copyright a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .restaurant .add {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #3D7FCA !important;
    width: 420px;
    transform: scaleX(-1);
  }
  .restaurant strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ultraman {
    color: #000000 !important;
  }
  .fv {
    background-color: #ffffff !important;
    padding-bottom: 60px !important;
  }
  .fv .pageTitleWrap {
    background-color: #ffffff !important;
    text-align: center;
    padding: 40px 20px 60px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    margin-top: -30px;
  }
  .fv .pageTitleWrap .ultraman-logo {
    width: 200px;
    margin: 0 auto 40px;
  }
  .fv .pageTitleWrap h3 {
    font-size: 25px;
    margin-bottom: 24px;
  }
  .fv .pageTitleWrap p {
    font-size: 16px;
    line-height: 2;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
  }
  .fv h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 900;
  }
  .section {
    margin-top: -60px !important;
    border-radius: 15px !important;
    padding: 60px 20px 80px !important;
  }
  .attraction {
    background: transparent linear-gradient(110deg, #3388D0 0%, #6650AC 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
  }
  .attraction h5,
  .attraction p {
    color: #fff !important;
  }
  .attraction .attractionList {
    width: 100%;
    display: block;
  }
  .attraction .attractionList .item {
    width: calc((100vw - 40px) / 1) !important;
    margin-top: 40px;
  }
  .attraction .attractionList .item .spSliderWrap .addSlider li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }
  .attraction .attractionList .item .slick-slide {
    overflow: hidden;
    border-radius: 10px;
    width: calc((100vw - 40px) / 1) !important;
  }
  .attraction .attractionList .item .headline {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 50px;
  }
  .attraction .attractionList .item .caption {
    font-size: 16px;
    line-height: 1.8;
  }
  .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;
  }
  .restaurant {
    background: transparent linear-gradient(309deg, #3388D0 0%, #6650AC 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    position: relative;
  }
  .restaurant img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .restaurant .flex {
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .restaurant .flex .textWrap {
    width: 100%;
    text-align: center;
  }
  .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);
    margin-bottom: 20px;
  }
  .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 .menus + .flex {
    margin-top: 40px;
  }
  .restaurant .menus {
    margin-top: 60px;
  }
  .restaurant .menus h5 {
    font-size: 20px;
    font-weight: 900;
  }
  .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 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 20px;
  }
  .restaurant .map {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
  }
  .restaurant .map iframe {
    width: 100%;
    height: 215px;
    border: none;
    overflow: hidden;
    border-radius: 20px;
  }
  .restaurant .map p {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-top: 20px;
    font-family: "Noto Sans", sans-serif;
  }
  .restaurant .map .copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    font-family: "Noto Sans", sans-serif;
    line-height: 2;
    font-weight: 500;
  }
  .restaurant .map .copyright a {
    text-decoration: underline;
  }
  .restaurant .map .copyright a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .restaurant .add {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #3D7FCA !important;
    width: 180px;
    transform: scaleX(-1);
  }
  .restaurant strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .attractionList {
    margin-top: 48px;
  }
  .attractionList h5 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 24px;
  }
  .attractionList .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  .attractionList .wrap .strong {
    width: 100%;
  }
  .attractionList .wrap .strong .name {
    font-family: noto sans jp, sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin: 20px 0 15px;
  }
  .attractionList .wrap .strong .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .attractionList .wrap .strong .overview li {
    display: flex;
    align-items: left;
    margin-bottom: 12px;
    flex-flow: column;
    margin-top: 20px;
  }
  .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;
  }
  .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;
  }
  .attractionList .wrap .strong .overview li .caption span {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  .attractionList .wrap .spSliderWrap {
    width: calc(100vw - 20px);
  }
  .attractionList .wrap .spSlider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .attractionList .wrap .spSlider .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-right: 0 !important;
    align-items: flex-start;
  }
  .attractionList .wrap .spSlider .flex img {
    width: 100%;
    margin-right: 24px;
    border-radius: 10px;
  }
  .attractionList .wrap .spSlider .flex div {
    width: 100%;
  }
  .attractionList .wrap .spSlider .flex div .name {
    margin-top: 0 !important;
  }
  .attractionList .wrap .spSlider li {
    width: 280px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .attractionList .wrap .spSlider li img {
    border-radius: 10px;
  }
  .attractionList .wrap .spSlider li .name {
    font-size: 16px;
    font-weight: 900;
    margin: 15px 0 10px;
  }
  .attractionList .wrap .spSlider li .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
  }
  .attractionList .wrap .spSlider li .overview li {
    display: flex;
    align-items: left;
    margin-bottom: 12px;
    flex-flow: column;
    margin-top: 20px;
  }
  .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;
  }
  .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;
  }
  .attractionList .wrap .spSlider li .overview li .caption span {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  .attractionList .wrap .spSlider li:nth-child(2n) {
    margin-right: 20px;
  }
  .attractionList img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .attractionList .columnList li {
    margin-bottom: 0 !important;
  }
  .attractionList .columnList {
    margin-bottom: 30px;
  }
  .attractionList .catch {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .attractionList .text {
    font-size: 16px;
    line-height: 1.8;
  }
  .attractionList .overview {
    margin-top: 30px;
  }
  .attractionList .overview li {
    display: flex;
    align-items: center;
  }
  .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;
  }
  .attractionList .overview li .caption {
    margin-left: 10px;
    font-size: 14px;
    color: #986133;
    font-weight: 900;
  }
  .addSlider li {
    width: calc(100vw - 40px);
    margin-right: 20px;
  }
  .addSlider li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .slick-dots {
    width: calc(100vw - 40px) !important;
  }
  .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;
  }
}