@charset "UTF-8";

@media screen and (max-width: 768px) {
  #mv .mv_textimg .mv_textimg_sp {
    width: 57%;
    max-width: 348px;
  }
#mv .mv_textimg {
    padding-bottom: 50px;
}
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  #mv .mv_textimg .mv_textimg_pc {
    max-width: 438px;
  }
}
/*Reservation*/
a#reserve+section .wrapper_item {
    background: #05949f;
    padding: 3rem 5rem!important;
    border-radius: 20px;
    color: #fff;
}
a#reserve+section .inner_item_txt h3.h {
    padding-left: 0;
}
a#reserve+section .inner_item_txt h3.h::before {
    display: none;
}
a#reserve+section .contents_btn01 a {
    background: #fff;
    border-radius: 25px;
    color: #07949f !important;
}
a#reserve+section .contents_btn01 a::before {
    display: none;
}
a#reserve+section .contents_btn01 a span::before,
a#reserve+section .contents_btn01 a span::after {
    border-color: #07949f;
}
a#reserve+section .contents_btn01 a:hover,
a#reserve+section .wrapper_item .inner_item_img:hover {
    opacity: 0.8;
}
@media screen and (min-width: 901px) {
    a#reserve+section .inner_item_txt {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0;
        align-items: center;
    }
    a#reserve+section .inner_item_txt .heading,
    a#reserve+section .inner_item_txt p {
        grid-column: 1;
    }
    a#reserve+section .inner_item_txt .contents_btn01 {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 220px;
        padding-top: 0;
    }
}
@media screen and (max-width: 900px) {
    a#reserve+section .wrapper_item .inner_item_img {
        max-width: 350px !important;
        margin: 0 auto 2rem;
    }
}