@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:600px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:600px) {}
/*========================================================================================

 共通事項 

=========================================================================================*/
@media screen and (max-width:1024px) {
  p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span {
    font-size: 1.6rem
  }
}
@media screen and (max-width: 820px) {
  .title-head {
    margin-bottom: clamp(40px, 5vw, 60px);
    color: #544936;
    font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  }
  .sub-header-txt {
    font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
  }
}
@media screen and (max-width: 600px) {
  p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span {
    font-size: 1.4rem
  }
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .lead-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
/*モバイル以外電話リンク禁止
@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}*/
/*========デフォルトスタイルのレスポンシブ========*/
/*news*/
@media screen and (max-width: 1024px) {
  .news-list03 li:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 820px) {
  .news-list02 li .date-cat {
    width: 10%
  }
  .news-list02 li .news-img {
    width: 80%;
  }
  .news-list02 li {
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .news-list03 li {
    flex-direction: column;
  }
  .news-list03 li .news-img img {
    height: auto;
    min-height: auto;
  }
  .news-list03 flex {
    gap: 10vw;
  }
  .news-list02 li.flex {
    flex-direction: column;
    row-gap: 10vw;
  }
  s .news-list02 li .news-content, .news-list03 li .news-content {
    width: 100%;
    text-align: left;
  }
  .flex.news-list03 {
    gap: 5vw;
  }
}
@media screen and (max-width: 450px) {
  .news-list02 li .news-txt a, .news-list03 li .news-txt a {
    font-size: 1.4rem;
  }
}
/*com-box01*/
/*com-box02*/
@media screen and (max-width: 940px) {
  .com-box02-list.com-box02-list {
    gap: 60px 20px;
  }
  .com-box02-list.com-box02-list li {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .com-box02-list.com-box02-list li {
    width: 90%;
    margin: 0 auto;
  }
  .com-box02-listcom-box02-list li:last-of-type {
    margin-bottom: 10px;
  }
}
/*com-box03*/
@media screen and (max-width: 940px) {
  .com-box03-list.com-box03-list {
    gap: 60px 20px;
  }
}
@media screen and (max-width: 820px) {
  .com-box03-list.com-box03-list li {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .com-box03-list.com-box03-list li {
    width: 90%;
    margin: 0 auto;
  }
  .com-box03-list.com-box03-list::before {
    content: none;
  }
  .com-box03-list.com-box03-list::after {
    content: none;
  }
}
/*com-flow02*/
@media screen and (max-width: 820px) {
  .com-flow02-list.com-flow02-list {
    gap: 80px;
  }
  .com-flow02-list.com-flow02-list li {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
  }
  .com-flow02-icon.com-flow02-icon img {
    width: 30%;
  }
  .com-flow02-head.com-flow02-head h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .com-flow02-arrow.com-flow02-arrow {
    top: -52px;
    left: 50%;
  }
  .com-flow02-list.com-flow02-list::before, .com-flow02-list.com-flow02-list::after {
    content: none;
  }
  .com-flow02-txt.com-flow02-txt {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .com-flow02-icon.com-flow02-icon img {
    width: 50%;
    margin: 0 auto 0.5em;
  }
  .com-flow02-txt.com-flow02-txt {
    font-size: 14px;
    text-align: left;
  }
  .com-flow02-num.com-flow02-num {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .flex.com-menu01-list.com-menu01-list {
    gap: 2em 1em;
  }
}
/*com-list01*/
@media screen and (max-width: 820px) {
  .flex.com-list01.com-list01 {
    gap: 5em 2em;
  }
  .com-list01.com-list01 li {
    width: 46%;
    margin-bottom: 0px;
  }
  .com-list01-head.com-list01-head {
    font-size: 1.6rem;
  }
  .com-list01-icon.com-list01-icon img {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .com-list01.com-list01 li {
    width: 100%;
    margin-top: 0em;
  }
  .com-list01.com-list01::before {
    content: none;
  }
  .flex.com-list01.com-list01 {
    gap: 6em;
  }
  .com-list01-txt.com-list01-txt {
    font-size: 14px;
    margin: 1em 0 1em;
  }
  .com-list01-icon.com-list01-icon {
    margin-top: 0em;
  }
  .com-list01-head.com-list01-head {
    margin: 1em 0 1em;
  }
  .com-list01-nm.com-list01-nm {
    font-size: 40px;
  }
}
/*com-interview01*/
@media screen and (max-width: 600px) {
  .com-interview01-list {
    gap: 7vw;
  }
}
/*com-interview02*/
@media screen and (max-width: 1024px) {
  .com-interview02-img.com-interview02-img img {
    aspect-ratio: 2 / 3;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .flex.com-interview02-list.com-interview02-list {
    gap: 8em 1em;
  }
  .com-interview02-list.com-interview02-list > li {
    width: 100%;
  }
  .com-interview02-img.com-interview02-img {
    width: 80%;
    margin-inline: auto;
  }
}
/*com-timeline01*/
@media screen and (max-width: 600px) {
  .com-timeline01-content {
    margin-bottom: 20px;
  }
}
/*tab*/
@media screen and (max-width: 820px) {
  .tab-item.tab-item, .tab-item2.tab-item2 {
    font-size: 1.6rem;
    width: 45%;
    padding: 5px 0;
  }
  .right-content {
    padding: 8vw 4vw;
  }
}
@media screen and (max-width: 600px) {
  .tab-item.tab-item, .tab-item2.tab-item2 {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    border-radius: 15px;
  }
  .tab-list.tab-list {
    gap: 2em;
    justify-content: center;
  }
  .panel-item.panel-item, .panel-item2.panel-item2 {
    padding: 0rem;
  }
  .tab-panel-a.tab-panel-a .tab {
    width: 100%;
  }
  .tab-wrap {
    margin-bottom: 4em;
  }
  .tab-item {
    padding: 5px 0;
  }
  .home-section03 table.tablepress tbody td.column-1 {
    width: 70% !important;
  }
  .home-section03 table.tablepress tbody td.column-2 {
    width: 30% !important;
  }
}
/*========<!-- ヘッダー　-->========*/
#mobile-nav {
  background-image: none;
}
#hamburger {
  background-color: transparent;
  border-radius: 15px;
}
#hamburger span {
  background-color: #1F2021;
}
.mobile-menu-icon-list > li.sub-on .mobile-sub-menu a {
  display: block;
  padding: 10px;
  background-color: #fffff;
}
.mobile-logo {
  background: #ffffff;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  .mobile-logo img {
    max-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .header-content {
    padding: 0px;
  }
  .sp-header02 {
    padding: 15px 0 15px;
    background: #d1d1d1 url(/wp-content/uploads/2024/09/img-noise-361x370-1.png) repeat left top/20%
  }
  header .sns-icon {
    display: none;
  }
  .moblie-menu-head {
    width: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    background-color: inherit !important;
  }
  .sp-header {
    display: block;
    padding: 15px 0 15px;
    height: auto;
  }
  .logo {
    max-width: 200px;
  }
  .logo.logo img {
    width: 100%;
  }
  .sp-header-inner .logo img {
    max-height: none;
    width: 100%;
    margin-left: 5px;
  }
  .mobile-logo img {
    max-width: 240px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    background: url(/wp-content/uploads/2024/11/circle-flag@.png) repeat-x left top / 30%;
  }
}
.mobile-menu-tel-box p {
  color: #ffffff;
}
/*========<!-- 追従ナビ　-->========*/
/* スマホ：常時ハンバーガー表示／グロナビ非表示 */
@media screen and (max-width: 1024px) {
  .main-global-nav {
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    pointer-events: none !important;
  }
  #hamburger {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    position: fixed;
    /*top: 20px;
    right: 20px;*/
  }
}
/*========<!-- フッター　-->========*/
@media screen and (max-width: 1024px) {
  .footer-inner.flex {
    -webkit-box-direction: normal !important;
    -ms-flex-direction: normal !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 820px) {
  #page-top {
    right: 5px;
    bottom: 5px;
  }
  .footer {
    padding: 40px 0 100px;
  }
  .footer-logo-address, .footer-nav-wrap {
    width: 100% !important;
  }
  .flex.footer-inner {
    gap: 10vw;
  }
  .footer-logo {
    width: 30%;
  }
  .footer-logo img {
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer-logo {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }
  .footer-logo img {
    margin: 0 auto;
    max-width: 200px;
  }
  .footer-inner {
    margin: 20px auto 120px;
  }
  .footer {
    background: url(/wp-content/uploads/2024/11/circle-flag@.png) repeat-x left top / 30%, url(/wp-content/uploads/2024/11/flower@1.5x-8.png) no-repeat 2% 100% / 20%, url(/wp-content/uploads/2024/11/bg_paper.png) repeat left top / 100%;
    padding: 1em;
  }
  .footer-nav-wrap p {
    margin-bottom: 2em;
  }
  #page-top img {
    max-height: 45px;
  }
}
/*========================================================================================

HOME

=========================================================================================*/
/*========<!-- home-section01 -->========*/
@media screen and (max-width: 820px) {
  .sec-block.instagram .width60 > .flex {
    justify-content: space-between;
  }
  .sec-block.instagram .width60 .flex .width40 {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .news-list02 li {
    padding-left: 10px;
  }
  .home-section01 .col-20 {
    width: 30%;
  }
  .home-section01 .col-80 {
    width: 65%;
  }
  .home-section01 .col-40 {
    margin-bottom: 20px;
  }
  /* 250702変更 */
  /* .home-section01 .col-40:nth-of-type(2) {
    margin-bottom: 0px;
  } */
  .sec-block.instagram .width60 {
    width: 100%;
  }
  .see-more-btn {
    font-size: 1.2rem;
    gap: 5px;
  }
  .see-more-btn .arrow {
    width: 20px;
    height: 20px;
  }
  .see-more-btn .arrow > span {
    transform: scale(0.7);
  }
}
/*========<!-- home-section02 -->========*/
@media screen and (max-width: 1200px) {
  .container.flex, .container.flex.flex-reverse {
    flex-direction: column !important; /* 上下に並べる */
  }
  .left-slider, .right-slider, .right-content {
    position: relative !important; /* 固定解除 */
    width: 100%;
    height: auto;
  }
  .left-slider, .right-slider {
    height: 50vh; /* スライダーの高さをスマホに合わせて調整 */
  }
  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-section {
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .right-content {
    padding: 15vw 4vw;
  }
  .title01 {
    margin-bottom: 60px;
  }
  .mb-short {
    margin-bottom: clamp(60px, 4vw, 80px);
  }
}
/*========<!-- home-section03 -->========*/
@media screen and (max-width: 600px) {
  section.home-section03 {
    padding: 0 0 15vw;
  }
}
/*========<!-- home-section04 -->========*/
@media screen and (max-width: 600px) {
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
}
/*========<!-- home-section05 -->========*/
@media screen and (max-width: 600px) {
  .reservation-box {
    width: 60%;
    margin-inline: auto;
    padding: 1em;
  }
  .col-50 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .reservation-box {
    width: 80%;
    margin-inline: auto;
  }
}