@media screen and (min-width: 768px) {
  :root {
    --spacing: 0.12em;
  }
  * {
    letter-spacing: var(--spacing);
  }
  html {
    scroll-padding-top: 164px;
    scroll-behavior: smooth;
  }
  body {
    font-family: "Noto Sans JP", serif;
    letter-spacing: 0.18em;
    min-width: 1440px;
    margin: 0;
    padding: 0;
    position: relative;
    background: #f5f3f1;
  }
  main:not(#top_main) {
    padding: 140px 0 122px;
  }
  main:has(.slider_page_top) {
    padding-top: 0 !important;
  }
  main:has(.page_padding_bottom_small) {
    padding-bottom: 81px !important;
  }
  .sp {
    display: none !important;
  }
  .infant {
    font-family: "Cormorant Infant", serif;
  }
  .noto_serif {
    font-family: "Noto Serif JP", serif;
  }
  a[href]:hover {
    text-decoration: underline !important;
    text-decoration-color: #1b434d !important;
  }
  .link_button {
    width: 180px;
    height: 44px;
    border-radius: 100vh;
    letter-spacing: 0.08em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 25px 2px;
    background: #1b434d;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1);
  }
  .link_button::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    inset: calc(50% - 1px) 24px auto auto;
  }
  .link_button:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }
  header {
    padding: 30px 64px 0px 48px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 1000;
    position: fixed;
    inset: 0 0 auto 0;
  }
  header .logo {
    margin: 0;
    position: relative;
  }
  header .logo img {
    width: 112px;
    height: auto;
  }
  header #header_menu_trigger {
    z-index: 1100;
    width: 125px;
    height: 36px;
    padding: 0 23px;
    margin-bottom: 9px;
    border-radius: 100vh;
    background: #d46a0d;
    color: #ffffff;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  header #header_menu_trigger p {
    margin: 0;
    font-size: 16px;
  }
  header #header_menu_trigger .icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 3px;
    width: 18px;
    height: 9px;
    position: relative;
  }
  header #header_menu_trigger .icon span {
    transition: 0.4s transform ease;
    display: block;
    width: 18px;
    height: 1px;
    background: #ffffff;
  }
  header #header_menu {
    visibility: hidden;
    display: flex;
    position: absolute;
    z-index: 1000;
    inset: 0 0 auto 0;
    height: 100vh;
    background: url("../img/common/gradation/pc/bg_menu_gradation.jpg") no-repeat;
    background-size: cover;
    padding: 120px 200px 100px 85px;
    margin: 0 auto;
    justify-content: center;
    column-gap: 115px;
    overflow-y: auto;
    min-width: 1440px;
  }
  header #header_menu .header_slide {
    width: 30.8%;
    margin: 0;
    min-width: 440px;
    min-height: 560px;
  }
  header #header_menu .header_slide .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  header #header_menu .header_slide .swiper-wrapper .swiper-slide img {
    min-width: 100%;
    height: auto;
  }
  header #header_menu #header_menu_wrapper {
    margin-top: 20px;
    display: flex;
    column-gap: 75px;
    height: max-content;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] {
    width: 260px;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu > li {
    border-bottom: 1px solid #f6ecdd;
    padding: 23px 28px;
    position: relative;
    box-sizing: border-box;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu > li:nth-of-type(1) {
    border-top: 1px solid #f6ecdd;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu > li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 100%;
    background: #d46a0d;
    position: absolute;
    inset: 35px auto auto 0;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu > li > a {
    color: #1b434d;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu > li .sub-menu {
    font-family: "Noto Sans JP", serif;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu > li .sub-menu li {
    padding: 0px 23px 10px;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu > li .sub-menu li a {
    color: #1b434d;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu > li .sub-menu li:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu .smaller {
    font-family: "Noto Sans JP", serif;
    border: none;
    padding: 5px 28px 3px;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu .smaller a {
    color: #1b434d;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu .smaller::before {
    display: none;
  }
  header #header_menu #header_menu_wrapper [class^="menu-"][class$="-container"] .menu .smaller.smaller_first {
    margin-top: 30px;
  }
  header.active .logo {
    z-index: -1;
  }
  header.active #header_menu_trigger .icon span {
    position: absolute;
  }
  header.active #header_menu_trigger .icon span:nth-of-type(1) {
    transform: rotate(17deg);
    top: 50%;
  }
  header.active #header_menu_trigger .icon span:nth-of-type(2) {
    display: none;
  }
  header.active #header_menu_trigger .icon span:nth-of-type(3) {
    transform: rotate(-17deg);
    top: 50%;
  }
  header.active #header_menu {
    visibility: visible;
  }
  .decoration_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
    margin-bottom: 60px;
  }
  .decoration_wrap .text_for_decoration {
    position: absolute;
    display: flex;
    z-index: -1;
    bottom: 0;
    column-gap: 73px;
  }
  .decoration_wrap .text_for_decoration p {
    font-size: 160px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 0;
    width: max-content;
    color: #f5f3f1;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0px 1px 0 #ffffff, -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
    animation: infinity_scroll 70s infinite linear 0.5s;
  }
  @keyframes infinity_scroll {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  #contact_before_footer {
    margin: 0 80px;
    position: relative;
    bottom: -77px;
  }
  #contact_before_footer .breadcrumbs {
    width: 100%;
    margin-bottom: 25px;
  }
  #contact_before_footer .breadcrumbs .spread {
    color: #d9d4ce;
    margin: 0 10px;
  }
  #contact_before_footer .breadcrumbs [property=itemListElement] {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
  #contact_before_footer .breadcrumbs [property=itemListElement]:not(:has(a)) {
    color: #b7ada0;
  }
  #contact_before_footer ul {
    display: flex;
    height: 392px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  #contact_before_footer ul li {
    background: #ffffff;
    display: flex;
    width: 100%;
    border-right: 2px solid #f5f3f1;
  }
  #contact_before_footer ul li:nth-last-of-type(1) {
    border-right: none;
  }
  #contact_before_footer ul li a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    gap: 102px;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1);
  }
  #contact_before_footer ul li a:hover {
    text-decoration: none !important;
    opacity: 0.8;
  }
  #contact_before_footer ul li a.telephone_number {
    pointer-events: none;
  }
  #contact_before_footer ul li a.telephone_number .arrow::after {
    background-image: url("../img/common/pc/pc_ico_footer_tel.png");
  }
  #contact_before_footer ul li a p {
    font-size: 28px;
    color: #1b434d;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin: 0;
  }
  #contact_before_footer ul li a p .sub {
    color: #d46a0d;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
  }
  #contact_before_footer ul li a .arrow {
    display: block;
    width: 69px;
    height: 69px;
    border-radius: 100%;
    background: #1b434d;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contact_before_footer ul li a .arrow::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/common/pc/pc_ico_footer_mail.png") no-repeat center;
  }
  footer {
    background: url("../img/common/gradation/pc/bg_footer_gradation.jpg") no-repeat;
    background-size: cover;
    padding: 0 120px;
  }
  footer .footer_main {
    display: flex;
    justify-content: space-between;
    padding: 149px 40px 80px;
  }
  footer .footer_main .left_side {
    padding-top: 16px;
  }
  footer .footer_main .left_side .name {
    font-weight: 500;
    font-size: 24px;
    color: #1b434d;
    letter-spacing: 0.08em;
    margin: 0 auto 12px;
  }
  footer .footer_main .left_side .address {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #1b434d;
    margin: 0 auto 20px;
    font-weight: 500;
  }
  footer .footer_main .left_side .map_link {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #1b434d;
    text-decoration: none;
    display: flex;
    gap: 8px;
  }
  footer .footer_main .left_side .map_link .arrow {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #1b434d;
    position: relative;
  }
  footer .footer_main .left_side .map_link .arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-45deg) translate(50%, -50%);
    position: absolute;
    inset: 55% 3px auto 0;
    margin: 0 auto;
  }
  footer .footer_main .right_side #menu-footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 395px;
    gap: 14px 106px;
  }
  footer .footer_main .right_side #menu-footer_menu li {
    width: calc((100% - 106px) / 2);
    padding-left: 15px;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
  }
  footer .footer_main .right_side #menu-footer_menu li a {
    color: #1b434d;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
  }
  footer .footer_main .right_side #menu-footer_menu li::before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 100%;
    background: #d46a0d;
    position: absolute;
    inset: 50% auto auto 0;
  }
  footer .copyright {
    border-top: 1px solid #ffffff;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    margin: 0;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 0.08em;
  }
  .contents_404 {
    text-align: center;
    padding-top: 100px;
  }
  .contents_404 h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .contents_404 p {
    font-feature-settings: "palt";
    font-size: 16px;
  }
  .contents_404 .link_button {
    margin: 50px auto 0;
  }
}
