@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: 820px) {
  .width23, .width30, .width32, .width40, .width48, .width50, .width55, .width60, .width65, .width70, .width80 {
    width: 80%;
    margin-inline: auto;
  }
  .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) {
  .width23, .width30, .width32, .width40, .width45, .width48, .width50, .width55, .width60, .width65, .width70, .width80 {
    width: 100%;
  }
  .sp-block {
    display: block;
  }
  .ex-bold {
    font-weight: 500;
  }
}
/*リキッドレイアウト*/
@media screen and (max-width:820px) {
  .liquid-content {
    width: 80% !important;
    margin-inline: auto !important;
  }
}
@media screen and (max-width:600px) {
  .liquid-content {
    width: 100% !important;
  }
}
/*flexの解除*/
@media screen and (max-width: 600px) {
  .flex-release {
    flex-direction: column;
    gap: 10vw;
  }
}
/*PC以外ホバー禁止
@media(hover: hover) {
  a:hover {
    opacity: .5;
  }
}*/
/*モバイル以外電話リンク禁止*/
@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: 600px) {
  .news-list02 li.flex {
    flex-direction: column;
    row-gap: 10vw;
  }
  .news-list02 li .news-img {
    width: 100%;
  }
  .news-list02 li .news-content, .news-list03 li .news-content {
    width: 100%;
    text-align: left;
  }
  .news-list03 li {
    flex-direction: column;
  }
  .news-list03 li .news-img {
    width: 80%;
    margin: 0 auto 2em;
  }
  .news-list03 li .news-img img {
    height: auto;
    min-height: auto;
  }
  .news-list03 flex {
    gap: 10vw;
  }
}
@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: 100%;
    margin-bottom: 0px;
  }
  .com-box02-listcom-box02-list li:last-of-type {
    margin-bottom: 10px;
  }
  .com-box02-list.com-box02-list li {
    width: 100%;
  }
}
/*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::before {
    background: url(/wp-content/uploads/2024/08/kitsune.png) no-repeat right bottom / 18%;
  }
}
@media screen and (max-width: 600px) {
  .com-box03-list.com-box03-list li {
    width: 100%;
  }
  .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;
  }
  .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;
  }
}
@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;
  }
}
/*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;
  }
}
@media screen and (max-width: 600px) {
  .tab-panel-a .tab {
    width: 100%;
  }
}
/*tab*/
@media screen and (max-width: 820px) {
  .tab-item.tab-item, .tab-item2.tab-item2 {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 600px) {
  .tab-item.tab-item, .tab-item2.tab-item2, .tab-item4.tab-item4 {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
  }
  .tab-list.tab-list {
    gap: 2em;
    justify-content: center;
  }
  .panel-item.panel-item, .panel-item2.panel-item2 {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .tab-panel-a .tab {
    width: 100%;
  }
}
/*縦長テーブルのレスポンシブ*/
@media screen and (max-width: 600px) {
  .overview-section01 .tablepress tbody td.column-1, .overview-section01 .tablepress tbody td.column-2 {
    display: block;
    width: 100%
  }
}
/*横長テーブルのレスポンシブ*/
@media screen and (max-width: 600px) {
  .scroll600 {
    overflow-x: auto;
    width: 100%;
  }
  .scroll600 table {
    width: 100%;
    min-width: 200vw;
  }
  .scroll600 table th, .scroll700 table td {
    white-space: nowrap;
  }
}
/*スクロールバー*/
@media screen and (max-width: 600px) {
  .scroll600::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
  }
  .scroll600::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
  }
  .scroll600::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
  }
  .scroll600::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
  }
}
@media screen and (max-width: 600px) {
  iframe.g-map {
    aspect-ratio: 3 / 2;
  }
  .lead-txt {
    font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
    line-height: 1.8;
  }
}
/*問い合わせフォーム*/
@media screen and (max-width: 820px) {
  table.contact-form01 td {
    border-left: none;
  }
  table.contact-form01 th {
    border-right: none;
  }
  .contact-form01 td {
    border-bottom: none;
  }
  .contact-form01 th {
    border-bottom: none;
  }
}
/*========<!-- ヘッダー　-->========*/
#mobile-nav {
  background-image: none;
}
#hamburger {
  background-color: #ffffff;
  border-radius: 15px;
}
#hamburger span {
  background-color: #3a3227;
}
.mobile-menu-icon-list > li.sub-on .mobile-sub-menu a {
  display: block;
  padding: 10px;
  background-color: #ec7f38;
}
.mobile-logo {
  background: #ffffff;
  padding: 15px 0;
}
.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;
  }
  .logo {
    max-width: 120px;
  }
}
/*========<!-- フッター　-->========*/
@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) {
  .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) {
  #page-top {
    right: 0px;
    bottom: 0px;
  }
  .footer-logo {
    width: 40%;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer {
    background: url(/wp-content/uploads/2024/08/curtain-8.png) repeat-x left top / 120%, url(/wp-content/uploads/2024/08/footer1@2x-8-1.png) no-repeat left bottom / 30%, url(/wp-content/uploads/2024/08/footer2@2x-8-1.png) no-repeat 70% 99% / 30%;
  }
  .footer-inner {
    margin: 20px auto 120px;
  }
}
/*========================================================================================

HOME

=========================================================================================*/
@media screen and (max-width: 900px) {
  .card-bnr img {
    bottom: -60%;
  }
}
@media screen and (max-width: 820px) {
  .title_mask {
    font-size: clamp(4rem, 2.545rem + 7.27vw, 8rem);
  }
  .flex.Subtitle {
    gap: 1em;
  }
  iframe.youtube-content {
    width: 65%;
  }
  .loop_wrap div {
    font-size: 60px;
  }
  .loop_wrap {
    height: 70px;
  }
  .scroll-infinity__item, .scroll-infinity__item:nth-of-type(odd) {
    width: calc(100vw / 4);
  }
}
@media screen and (max-width: 600px) {
  main {
    overflow: hidden;
  }
  img.curve_en {
    width: 180%;
  }
  .card-bnr img {
    bottom: 0%;
    height: 100%;
    object-fit: cover;
  }
  .width15 + .width80 {
    width: 80%;
  }
  .card-bnr {
    aspect-ratio: 3 / 1;
  }
  .card-bnr p {
    font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  }
  .vertical-Ttl_ja {
    border-top: solid 60px #3a3227;
  }
  .flex.Subtitle {
    gap: 2em;
    flex-direction: column;
    align-items: center;
  }
  .see-more-btn .arrow {
    width: 45px;
    height: 45px;
  }
  #sb_instagram #sbi_images {
    padding: 0 0 40px;
  }
  .scroll-infinity__item, .scroll-infinity__item:nth-of-type(odd) {
    width: calc(100vw / 3);
  }
  iframe.youtube-content {
    width: 90%;
  }
  #page-top img {
    max-height: 90px;
  }
  .triangle {
    height: calc(tan(60deg)* 32px / 2);
    width: 32px;
    bottom: 35px;
    right: 29px;
  }
}
/*========================================================================================

法人理念・ご挨拶/greeting

=========================================================================================*/
@media screen and (max-width: 820px) {
  .catch-a {
    font-size: 4rem;
  }
  .catch-b {
    font-size: 2.4rem;
  }
  .width30.arch-img {
    width: 50%;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 600px) {
  .catch-a {
    font-size: 3rem;
    margin-bottom: 1em;
  }
  .catch-b {
    font-size: 2rem;
  }
  .width30.arch-img {
    width: 70%;
  }
  .flex.greeting-txt .name {
    font-size: 1.8rem;
  }
}
/*========================================================================================

ふくろうの家について/about

=========================================================================================*/
@media screen and (max-width: 820px) {
  .panel-item2.panel-item2,
    .panel-item4.panel-item4 {
    padding: 2rem;
  }
  .about-section01 .width20.Subtitle.flex {
    width: 20%
  }
  .about-section01 .width75 {
    width: 70%
  }
  .flex.greeting-txt .lead-txt {
    margin-bottom: 3em;
  }
  .com-timeline01-img-wrap {
    margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
  .about-section01 .com-box02-list.com-box02-list li {
    width: 100%;
  }
  .com-box02-list.com-box02-list:after {
    content: none;
  }
  .about-section01 .tab-list.tab-list {
    gap: 2em;
    margin-inline: auto;
  }
}
/*========================================================================================

各施設紹介

=========================================================================================*/
/*========================================================================================

ご利用の流れ/guide

=========================================================================================*/
@media screen and (max-width: 1000px) {
  .guide-section02 {
    background-size: cover;
  }
  .guide-section02 .width80 {
    padding-left: 5em;
  }
  .mb-short.contact_tel {
    text-align: left;
    margin-bottom: 4em;
  }
  .guide-section02 .width50 {
    text-align: left;
    width: 100%;
  }
  .guide-section02 .width50:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .guide-section02 h4, .guide-section02 span:not(.vertical-Ttl_ja):not(.vertical-Ttl_en) {
    font-size: 1.6rem;
  }
	.guide-section02 .contact_tel span.sp-inline-block {
    font-size: 2.4rem;
}
}
@media screen and (max-width: 600px) {
  .guide-section02 .width80 {
    padding-left: 1em;
  }
  .guide-section02 a {
    padding-left: 0;
  }
  .guide-section02 p.txt {
    font-size: 1.4rem;
  }
  .cv-btn {
    font-size: 1.4rem;
    display: block;
    margin-left: 0px;
  }
  .guide-section02 .width50:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .border-rt {
    display: none;
  }
  .sp-inline-block {
    display: inline-block;
  }
  .guide-section02 .cv-tel span.sp-inline-block.sp-inline-block {
    font-size: 3.0rem;
  }
		.guide-section02 .contact_tel span.sp-inline-block {
    font-size: 1.8rem;
}
}
/*========================================================================================

求人情報

=========================================================================================*/
/*========================================================================================

法人概要

=========================================================================================*/
@media screen and (max-width: 820px) {
  .flex.pdf-list.flex.pdf-list .width30 {
    width: 30%;
  }
  .flex.pdf-list.pdf-list {
    gap: 1em;
  }
  .flex.pdf-list.flex.pdf-list li.width30 a {
    padding: 1em;
  }
  .flex.pdf-list.flex.pdf-list li.width30 h3 span {
    font-size: 2rem;
  }
  i.fa-solid.fa-solid, i.fas.fas {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .flex.pdf-list.flex.pdf-list .width30 {
    width: 100%;
  }
  .flex.pdf-list.flex.pdf-list li.width30 a {
    padding: 1em;
  }
  .flex.pdf-list.flex.pdf-list li.width30 h3 span {
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }
  i.fa-brands.fa-line {
    font-size: 3rem;
  }
  i.fa-solid.fa-solid, i.fas.fas {
    font-size: 2rem;
  }
}
/*========================================================================================

お問い合わせ

=========================================================================================*/
@media screen and (max-width: 600px) {
  input[type="submit"], input[type="button"] {
    width: 90%;
  }
}
/*========================================================================================

商品紹介・販売

=========================================================================================*/
@media screen and (max-width: 820px) {
  .grid.grid {
    gap: 10em 4em;
  }
}
@media screen and (max-width: 600px) {
  .grid.grid {
    gap: 5em 4em;
  }
}
