.footer_reservearea.show {
    display: none;
  }
  
  #p_menu .s03,
  #p_menu .s04 {
    position: relative;
  }
  
  #p_menu .s03 .c_ttl_1,
  #p_menu .s04 .c_ttl_1 {
    margin-bottom: 20px;
  }
  
  #p_menu .s03 .c_ttl_1 .c_ttl_1-ja,
  #p_menu .s04 .c_ttl_1 .c_ttl_1-ja {
    margin: 0;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .s04 .l-inner.have-line {
      padding: 70px 20px 40px;
    }
  }
  
  #p_menu .c_ttl_1.bg01 {
    position: relative;
  }
  
  #p_menu .c_ttl_1.bg01:before {
    content: "";
    width: 177px;
    height: 47px;
    background: url("../img/menu/no-01.png") no-repeat left center;
    position: absolute;
    left: 235px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .c_ttl_1.bg01:before {
      width: 128px;
      height: 38px;
      background: url("../img/menu/sp/no-01.png") no-repeat left center;
      left: -20px;
      top: -70px;
    }
  }
  
  #p_menu .list01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .list01 {
      display: inherit;
      margin-bottom: 50px;
    }
  }
  
  #p_menu .list01 .item {
    max-width: 390px;
    width: 100%;
    margin: 0 0 20px;
    background: url("../img/menu/icon_01.svg") no-repeat right 20px center;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .list01 .item {
      max-width: 100%;
      margin: 0 0 10px;
    }
  }
  
  #p_menu .list01 .item:nth-child(2) {
    margin: 0 15px 15px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .list01 .item:nth-child(2) {
      margin: 0 0 10px;
    }
  }
  
  #p_menu .list01 .item:nth-child(4) {
    margin: 0;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .list01 .item:nth-child(4) {
      margin: 0 0 10px;
    }
  }
  
  #p_menu .list01 .item:nth-child(5) {
    margin: 0 0 0 15px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .list01 .item:nth-child(5) {
      margin: 0;
    }
  }
  
  #p_menu .list01 .item a {
    text-decoration: none;
  }
  
  #p_menu .list01 .item .block01 {
    display: flex;
    align-items: center;
    border: 2px solid #02143A;
    border-radius: 50px;
    width: 100%;
    height: 60px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .list01 .item .block01 {
      height: auto;
      padding: 13px 0;
    }
  }
  
  #p_menu .list01 .item .block01 p {
    font-size: 16px;
    color: #02143A;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    width: 100%;
  }
  
  #p_menu .l-inner.have-line {
    background: #F2F2F2;
    padding: 40px 60px 55px;
    border-top: 5px solid #02143A;
    margin-bottom: 60px;
    max-width: 1200px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .l-inner.have-line {
      padding: 40px 20px;
    }
  }
  
  #p_menu .menu_box01 {
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box01 {
      display: inherit;
      margin: 25px 0;
    }
  }
  
  #p_menu .menu_box01 .left {
    max-width: 525px;
    width: 100%;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box01 .left {
      max-width: 100%;
      margin-bottom: 25px;
    }
  }
  
  #p_menu .menu_box01 .right {
    max-width: 535px;
    width: 100%;
  }
  
  #p_menu .menu_box01 .right .ttl01 {
    margin-bottom: 15px;
  }
  
  #p_menu .menu_box01 .link01 {
    color: #1571DA;
    font-size: 14px;
    text-align: right;
    width: 100%;
    display: block;
  }
  
  #p_menu .tb01 {
    border: 1px solid #194689;
    margin-bottom: 10px;
  }
  
  #p_menu .tb01 .item {
    display: flex;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .tb01 .item {
      display: inherit;
    }
  }
  
  #p_menu .tb01 .item .bottom,
  #p_menu .tb01 .item .top {
    padding: 10px;
  }
  
  #p_menu .tb01 .item .top {
    background: #194689;
    border-bottom: 1px solid #fff;
    width: 252px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .tb01 .item .top {
      width: 100%;
      border: none;
    }
  }
  
  #p_menu .tb01 .item .top p {
    color: #fff;
    font-size: 14px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .tb01 .item .top p {
      font-size: 13px;
    }
  }
  
  #p_menu .tb01 .item .bottom {
    border-bottom: 1px solid #999999;
    background: #fff;
    width: 291px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .tb01 .item .bottom {
      width: 100%;
      border: none;
    }
  }
  
  #p_menu .tb01 .item .bottom p {
    text-align: right;
    font-size: 14px;
    color: #333;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .tb01 .item .bottom p {
      text-align: left;
    }
  }
  
  #p_menu .tb01 .item .bottom .red {
    font-size: 18px;
    color: #C71D1D;
    font-weight: bold;
  }
  
  #p_menu .tb01 .item .bottom .small {
    font-size: 14px;
  }
  
  #p_menu .tb01 .item:last-child .bottom,
  #p_menu .tb01 .item:last-child .top {
    border: none;
  }
  
  #p_menu .menu_box02 {
    padding: 30px;
    background: #fff;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box02 {
      padding: 25px;
      margin-bottom: 30px;
    }
  }
  
  #p_menu .menu_box02 .ttl01 {
    margin-bottom: 15px;
  }
  
  #p_menu .pd01 {
    padding: 0 20px;
  }
  
  #p_menu .menu_box03 {
    display: flex;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box03 {
      display: inherit;
    }
  }
  
  #p_menu .menu_box03 .left,
  #p_menu .menu_box03 .right {
    max-width: 525px;
    width: 100%;
    padding: 35px;
    background: #fff;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box03 .left,
    #p_menu .menu_box03 .right {
      max-width: 100%;
      padding: 20px 15px;
    }
  }
  
  #p_menu .menu_box03 .left .ttl01,
  #p_menu .menu_box03 .right .ttl01 {
    text-align: center;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box03 .left .ttl01,
    #p_menu .menu_box03 .right .ttl01 {
      margin-bottom: 20px;
    }
  }
  
  #p_menu .menu_box03 .left .tb01,
  #p_menu .menu_box03 .right .tb01 {
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box03 .left {
      margin-bottom: 30px;
    }
  }
  
  #p_menu .ttl01 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .ttl01 {
      font-size: 20px;
    }
  }
  
  #p_menu .menu_box04 {
    border: 2px solid #02143A;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box04 {
      display: inherit;
      margin-bottom: 40px;
      padding: 20px 10px;
    }
  }
  
  #p_menu .menu_box04 .left {
    border-right: 1px solid #707070;
    padding: 5px 50px 5px 0;
    margin: 0 35px 0 0;
    width: 243px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box04 .left {
      border-right: 0;
      border-bottom: 1px solid #707070;
      padding: 0 0 20px;
      margin: 0 0 15px;
      width: 100%;
    }
  }
  
  #p_menu .menu_box04 .left .ttl01 {
    background: url("../img/menu/icon_02.svg") no-repeat left center;
    padding-left: 30px;
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box04 .left .ttl01 {
      text-align: center;
      display: table;
      margin: 0 auto;
    }
  }
  
  @media screen and (max-width: 768px) {
    #p_menu .menu_box04 .right .t02 {
      margin-bottom: 15px;
    }
  }
  
  #p_menu .menu_box04 .right .t03 {
    font-size: 14px;
    padding-left: 15px;
    text-indent: -15px;
  }
  
  #p_menu .link02 {
    color: #1571DA;
  }
  
  /* 202404 */
  #p_menu .price_change {
    margin: 0 0 70px;
  }
  #p_menu .price_change .emphasis {
    color: #C71D1D;
  }
  #p_menu .price_change .bold {
    font-weight: bold;
  }
  #p_menu .price_change .mt_15_30 {
    margin: 30px 0 0;
  }
  @media screen and (max-width: 768px) {
    #p_menu .price_change {
      margin: 0 0 50px;
    }
    #p_menu .price_change .mt_15_30 {
      margin: 15px 0 0;
    }
  }
  
  .kessai{
    width: 80%;
    margin: 0 auto 50px;
  }
  .kessai-txt{
    text-align: center;
  }
  .kessai-img-sp{
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .kessai{
      width: 90%;
    }
    .kessai-img{
      display: none;
    }
    .kessai-img-sp{
      display: block;
    }
    ._blue{
      margin-top: 15px;
    }
  }
  
  .p-mv_ttl {
    color: #02143a;
    font-weight: 700;
    letter-spacing: 1px;
  }
  @media screen and (min-width: 768px) {
    .p-mv_ttl .p-mv_ttl-jp {
      font-size: 48px;
    }
    .p-mv_ttl .p-mv_ttl-en {
      font-size: 24px;
    }
  }
  
  .sp-only {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .sp-only {
      display: none;
    }
  }
  
  .pc-only {
    display: none;
  }
  @media screen and (min-width: 768px) {
    .pc-only {
      display: block;
    }
  }
  
  #p_menu {
    font-family: "Noto Sans JP";
  }
  #p_menu .p-bg-gray {
    background-color: #f2f2f2;
  }
  #p_menu .pd01 {
    padding: 0;
  }
  @media screen and (min-width: 768px) {
    #p_menu .section {
      padding-bottom: 35px;
    }
  }
  #p_menu .c_txt_1 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .c_txt_1 {
      font-size: 16px;
    }
  }
  #p_menu .l-menu-section {
    padding-block: 20px;
    margin-bottom: 40px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section {
      padding-block: 40px;
      margin-bottom: 80px;
    }
  }
  #p_menu .l-menu-section .c_ttl_menu_h2 {
      color:#000;
    padding: 9px 0 5px 16px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section .c_ttl_menu_h2 {
      font-size: 1.5em;
      margin-bottom: 30px;
    }
  }
  #p_menu .l-menu-section .u_ta_left {
    text-align: left;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section .u_ta_left {
      text-align: center;
    }
  }
  #p_menu .l-menu-section .ttl01 {
    font-size: 16px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section .ttl01 {
      font-size: 18px;
    }
  }
  #p_menu .l-menu-section .menu_box02 {
    padding: 4px 10px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section .menu_box02 {
      padding: 10px 20px;
      font-weight: 500;
    }
  }
  #p_menu .l-menu-section .menu_box02 .ttl01 {
    line-height: 200%;
    margin-bottom: 0;
  }
  #p_menu .l-menu-section .menu_box02 .t02 {
    font-size: 14px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section .menu_box02 .t02 {
      font-size: 16px;
    }
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section .t02 {
      font-weight: 500;
    }
  }
  #p_menu .l-menu-section .menu_box03 {
    margin-top: 30px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section .menu_box03 {
      margin-top: 64px;
    }
  }
  #p_menu .l-menu-section .menu_box03:has(.p-menu_banner01) {
    margin-top: 0;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-section .p-reserve__card {
      margin-top: 30px;
    }
  }
  @media screen and (min-width: 768px) {
    #p_menu .s05 {
      margin-bottom: 48px;
    }
  }
  #p_menu .list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .list01 {
      margin-bottom: 55px;
    }
  }
  #p_menu .list01 .item {
    max-width: 320px;
    margin-bottom: 14px;
  }
  #p_menu .list01 .item .block01 {
    padding: 10px 0;
  }
  @media screen and (min-width: 768px) {
    #p_menu .list01 .item .block01 {
      height: auto;
    }
  }
  #p_menu .list01 .item .block01 p {
    font-size: 14px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .list01 .item .block01 p {
      font-size: 16px;
    }
  }
  #p_menu .list01 .item .block01 .u_p_r {
    padding-right: 30px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .list01 .item .block01 .u_p_r {
      font-size: 14px;
    }
  }
  #p_menu .l-menu-inner {
    margin: 0 auto;
    padding-inline: 35px;
    max-width: 570px;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-inner {
      max-width: 1070px;
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-inner .kessai-txt {
      font-size: 18px;
      font-weight: 500;
    }
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-inner .s06 {
      margin-top: 56px;
    }
  }
  #p_menu .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
  #p_menu .l-flex--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-flex--column {
      gap: 24px;
    }
  }
  #p_menu .l-flex--start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #p_menu .c_ttl_menu_h2 {
    padding-left: 20px;
    margin-bottom: 24px;
    border-bottom: 2px solid #02143a;
    border-left: 6px solid #02143a;
  }
  #p_menu .no1 {
    background: #b39118;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 10px;
    margin-left: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
    color: #fff;
    font-family: "Noto Sans JP";
    font-weight: 500;
    line-height: 150%; /* 33px */
    font-size: 18px;
  }
  #p_menu .no1 img {
    width: 20px;
    height: auto;
  }
  @media screen and (min-width: 768px) {
    #p_menu .no1 {
      font-size: 22px;
      margin-left: 8px;
      padding: 0 20px;
    }
    #p_menu .no1 img {
      width: 24px;
    }
  }
  #p_menu .l-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu-wrapper {
      display: grid;
      grid-template-columns: 440px 100%;
    }
    #p_menu .l-menu-wrapper + .menu_box02 {
      margin-top: -12px;
    }
  }
  #p_menu .menu_box01 {
    margin: 12px 0 0;
  }
  @media screen and (min-width: 768px) {
    #p_menu .menu_box01 {
      margin: 22px 0 0;
    }
  }
  #p_menu .menu_box01 .left {
    margin: 0;
  }
  #p_menu .menu_box02 {
    grid-column: span 2/span 2;
    grid-row-start: 3;
    margin: 0;
  }
  @media screen and (min-width: 768px) {
    #p_menu .menu_box02 + .l-menu-wrapper {
      margin-top: 58px;
    }
  }
  #p_menu .p-menu-img {
    width: 100%;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    aspect-ratio: 305/185;
  }
  #p_menu .p-menu-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (min-width: 768px){
    #p_menu .p-menu-img img {
      height: 100%;
    }
  }
  
  #p_menu .p-menu_banner01 {
    aspect-ratio: 500/181;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu_banner01 {
      margin-top: 21px;
    }
  }
  #p_menu .l-menu-container {
    border: 1px solid #d9d9d9;
    width: 100%;
  }
  #p_menu .p-menu-item.item {
    display: grid;
    grid-template-columns: 66% 34%;
    border-top: 1px solid #d9d9d9;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu-item.item {
      grid-template-columns: 59.26% 40.74%;
    }
  }
  #p_menu .p-menu-item.item:first-child {
    border-top: none;
  }
  #p_menu .p-menu-item--small.item {
    display: grid;
    border-top: 1px solid #d9d9d9;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu-item--small.item {
      grid-template-columns: 68% 32%;
      height: 50px;
    }
  }
  #p_menu .p-menu-item--small.item:first-child {
    border-top: none;
  }
  #p_menu .p-menu-top {
    background: #fff;
    color: #000;
    padding: 2px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 150%;
    font-size: 14px;
    letter-spacing: -0.1px;
  }
 #p_menu .p-menu-top._small{
    font-size: 13px;
  }
  #p_menu .p-menu-top span {
    font-size: 12px;
  }
 #p_menu .p-menu-top span._small {
    font-size: 11px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu-top {
      text-align: left;
      padding: 12px 0 12px 10px;
      font-size: 16px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  #p_menu .p-menu-top._small{
    font-size: 16px;
  }
    #p_menu .p-menu-top span {
      font-size: 14px;
    }
     #p_menu .p-menu-top span._small {
    font-size: 14px;
  }
  }
  #p_menu .p-menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #999;
    color: #fff;
    border-left: 1px solid #d9d9d9;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu-bottom {
      padding-left: 10px;
    }
  }
  #p_menu .p-menu-bottom:has(.p-menu-bottom__text--small) {
    padding: 6.5px 6px;
  }
  #p_menu .p-menu-bottom__text {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 150%; /* 36px */
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu-bottom__text {
      font-size: 24px;
    }
  }
  #p_menu .p-menu-bottom__text .small {
    font-size: 9px;
    font-weight: 500;
    line-height: 150%;
  }
  #p_menu .p-menu-bottom__text--small {
    font-size: 9px;
    letter-spacing: -0.3px;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu-bottom__text--small {
      font-size: 12px;
    }
  }
  #p_menu .p-menu-bottom__text--money {
    display: inline-block;
    font-size: 12px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu-bottom__text--money {
      display: inline;
      font-size: 16px;
    }
  }
  #p_menu .p-menu-bottom__text--s-tax {
    font-size: 6px;
  }
  #p_menu .c_link_2 {
    height: auto;
    padding: 9px;
  }
  #p_menu .c_link_2._blue {
    margin-top: 0;
  }
  #p_menu .l-menu_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -10px;
  }
  #p_menu .menu_link-01 {
    grid-column: span 2/span 2;
    color: #000;
    text-decoration: none;
  }
  #p_menu .l-menu_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    font-size: 14px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-menu_btns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 32px;
      margin-top: 30px;
      font-size: 16px;
    }
  }
  #p_menu .l-card-top .ttl01 {
    background: #000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-card-top .ttl01 {
      font-size: 18px;
    }
  }
  #p_menu .l-card-top .p-menu-bottom__text {
    font-size: 16px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-card-top .p-menu-item--small:nth-of-type(3) {
      height: 80px;
    }
  }
  #p_menu .l-card-top .card-img {
    height: auto;
  }
  #p_menu .l-card-top .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (min-width: 768px) {
    #p_menu .l-card-top {
      margin-bottom: 0;
    }
  }
  #p_menu .p-card__tb {
    height: 100%;
    border: 1px solid #d9d9d9;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__option-wrapper .ttl01 {
      color: #fff;
      font-family: "Noto Sans JP";
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%; /* 27px */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      padding: 0px 10px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      background-color: #000;
    }
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__option-wrapper {
      width: 54%;
    }
  }
  #p_menu .p-menu__option-wrapper .p-card__tb {
    height: 100%;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__option-wrapper .p-card__tb {
      height: auto;
    }
  }
  #p_menu .p-caution__container {
    display: grid;
    border: 2px solid #02143a;
    padding: 10px 9px;
    font-size: 14px;
    margin-bottom: 18px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-caution__container {
      padding: 16px;
      grid-template-columns: 194px auto;
      gap: 23px;
      margin-bottom: 30px;
      margin-top: 87px;
    }
  }
  #p_menu .p-caution__container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-caution__container .right {
      padding-right: 20px;
    }
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-caution__container .t02 {
      font-size: 16px;
    }
  }
  #p_menu .p-caution__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-caution__text {
      gap: 23px;
      border-right: 1px solid #000;
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  }
  #p_menu .p-caution__text p {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
  }
  #p_menu .p-menu__checklist {
    font-family: "Noto Sans JP";
  }
  #p_menu .p-menu__checklist .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background: #02143a;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__checklist .ttl {
      font-size: 20px;
    }
  }
  #p_menu .p-menu__checklist .box {
    padding: 30px 10px 50px;
    border: 1px solid #02143a;
    background: #fff;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__checklist .box {
      padding-top: 27px;
      padding-bottom: 30px;
    }
  }
  #p_menu .p-menu__checklist .lists {
    margin-bottom: 29px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__checklist .lists {
      margin-bottom: 58px;
    }
  }
  #p_menu .p-menu__checklist .list {
    max-width: 814px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__checklist .list {
      gap: 17px 43px;
    }
  }
  #p_menu .p-menu__checklist .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 14px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__checklist .item {
      font-size: 18px;
    }
  }
  #p_menu .p-menu__checklist .txt {
    font-size: 14px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__checklist .txt {
      font-size: 18px;
      line-height: 120%;
      text-align: center;
    }
  }
  #p_menu .p-menu__checklist .txt + .txt {
    margin-top: 8px;
  }
  @media screen and (min-width: 768px) {
    #p_menu .p-menu__checklist .txt + .txt {
      margin-top: 31px;
    }
    #p_menu .p-menu__checklist .txt + .txt:last-of-type {
      margin-top: 6px;
    }
  }
  
  #p_menu strong {
    font-weight: 600;
  }

