@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bg-green: linear-gradient(120deg, #8cd56b 0%, #5fc2ce 100%);
  --bg-pink: linear-gradient(120deg, #eb96a8 0%, #edae56 100%);
  --main-color: #5e4935;
  --sub-color: #436a3c;
  --sub-color2: #bc9357;
  --inner_1100: min(90%, 1100px);
  --inner_1140: min(90%, 1140px);
  --inner_1200: min(90%, 1200px);
  --pink: #eb98a6;
  --sky: #5cc3d0;
  --green: #9fcc25;
  --green2:#8aaa15;
  --orange: #dd8d3e;
  --font_sans: "Noto Sans", sans-serif;
  --font_serif: "Noto Serif", serif;
  --font_en: "Caveat", cursive;
  --font_num: "Marcellus", serif;
  --vh: 100vh;
}

.inner_1100 {
  width: var(--inner_1100);
  margin: auto;
  container-type: inline-size;
}

.inner_1140 {
  width: var(--inner_1140);
  margin: auto;
  container-type: inline-size;
}

.inner_1200 {
  width: var(--inner_1200);
  margin: auto;
  container-type: inline-size;
}

.inner_1000 {
  width: min(90%, 1000px);
  margin: auto;
  container-type: inline-size;
}

.inner_860 {
  width: min(90%, 860px);
  margin: auto;
  container-type: inline-size;
}

@media only screen and (max-width: 1024px) {
  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .pc_none2 {
    display: none !important;
  }
}
img {
  max-width: none;
  width: 100%;
}

body {
  font-family: var(--font_sans);
  font-weight: 400;
  font-style: normal;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 2 !important;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px !important;
    letter-spacing: 0.1em;
  }
}

.mb_100 {
  margin-bottom: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
}

.mt_30 {
  margin-top: clamp(20px, 15.7142857143px + 1.1904761905cqw, 30px);
}

.mt_50 {
  margin-top: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px) !important;
}

.mb_50 {
  margin-bottom: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px) !important;
}

.mt_100 {
  margin-top: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px) !important;
}

.pt_30 {
  padding-top: clamp(20px, 15.7142857143px + 1.1904761905cqw, 30px);
}

.pb_30 {
  padding-bottom: clamp(20px, 15.7142857143px + 1.1904761905cqw, 30px);
}

.pt_50 {
  padding-top: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
}

.pt_80 {
  padding-top: clamp(40px, 22.8571428571px + 4.7619047619cqw, 80px);
}

.pt_100 {
  padding-top: clamp(60px, 42.8571428571px + 4.7619047619cqw, 100px);
}

.pt_150 {
  padding-top: clamp(70px, 35.7142857143px + 9.5238095238cqw, 150px);
}

.pt_200 {
  padding-top: clamp(100px, 57.1428571429px + 11.9047619048cqw, 200px);
}

.pb_30 {
  padding-bottom: clamp(20px, 15.7142857143px + 1.1904761905cqw, 30px);
}

.pb_50 {
  padding-bottom: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
}

.pb_80 {
  padding-bottom: clamp(40px, 22.8571428571px + 4.7619047619cqw, 80px);
}

.pb_100 {
  padding-bottom: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
}

.pb_150 {
  padding-bottom: clamp(80px, 50px + 8.3333333333cqw, 150px);
}

.pb_200 {
  padding-bottom: clamp(100px, 57.1428571429px + 11.9047619048cqw, 200px);
}

.pt_1em {
  padding-top: 1em !important;
}

.pb_1em {
  padding-bottom: 1em !important;
}

section {
  container-type: inline-size;
}

header {
  background-color: #fff;
}

.l-header__toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__toggle {
    display: block;
  }
}

.l-header {
  display: flex !important;
  align-items: center;
  padding: 1em !important;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0.5em !important;
  }
}

.l-header__logo {
  width: clamp(32cqw, 400px, 85cqw) !important;
  padding-right: 4cqw;
  max-width: auto !important;
}
.l-header__logo .l-header__logo__link > img {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  height: 80px !important;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-header__logo .l-header__logo__link > img {
    height: 60px !important;
    padding-top: 0px;
  }
}

.l-header__nav .l-menu__item:not(:last-of-type)::after {
  display: none;
}

.h_insta {
  width: 30px;
  display: block;
  margin: 0px 40px 0px 20px;
}
.h_insta img {
  display: block;
  width: 100%;
  height: auto;
}

.l-menu {
  align-items: center;
  align-content: center;
}

.h_tel {
  display: flex;
  align-items: flex-end;
}
.h_tel img {
  width: 1.6em;
  margin-right: 0.1em;
  margin-bottom: 0.1em;
}
.h_tel span {
  font-size: clamp(19px, 1.8vw, 38px);
  position: relative;
}
.h_tel span small {
  display: block;
  font-size: 0.35em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-100%);
}

.side_tel {
  position: fixed;
  right: 0;
  bottom: 10vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .side_tel {
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    padding-left: 5px;
  }
}
.side_tel a {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: #fbc600;
  border-radius: 10px 0 0 10px;
  padding: 0.5em 1em;
  margin-bottom: 10px;

}
@media screen and (max-width: 768px) {
  .side_tel a {
    writing-mode: horizontal-tb;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px 10px 0 0;
    padding: 0.5em 1em;
    margin: 0;
  }
}
.side_tel a img {
  width: 1.4em;
  display: block;
  margin: auto auto 0.4em;
}
@media screen and (max-width: 768px) {
  .side_tel a img {
    margin: auto 1em auto 0;
  }
}

.el_title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.el_title img {
  width: auto;
  height: 4.5em;
  margin: auto 1em;
}
@media screen and (max-width: 768px) {
  .el_title img {
    width: 60px;
    height: auto;
  }
}
.el_title span {
  font-size: clamp(23px, 4vw, 45px);
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el_title span {
    display: block;
    width: calc(100% - 130px);
  }
}

.top_1 {
  text-align: center;
}
.top_1 .s_tit {
  margin: auto;
  width: 90%;
}
.top_1 p {
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .top_1 p {
    text-align: left;
  }
}
.top_1 .name {
  text-align: center;
  font-size: clamp(18px, 2vw, 24px);
}
.top_1 .name strong {
  font-size: 1.25em;
  font-weight: normal;
}

.top_2_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .top_2_inner {
    display: block;
  }
}
.top_2_inner .ph {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_2_inner .ph {
    width: 100%;
  }
}
.top_2_inner .ph img {
  position: relative;
  z-index: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_2_inner .ph img {
    padding: 20px 0px;
  }
}
.top_2_inner .ph .num {
  position: absolute;
  width: 25%;
  z-index: 1;
  top: 0;
  right: 0;
}
.top_2_inner .ph .num_2 {
  right: -10% !important;
}
.top_2_inner .body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .top_2_inner .body {
    width: 100%;
  }
}
.top_2_inner .body h3 {
  font-size: clamp(26px, 3vw, 36px);
  padding-bottom: 0.8em;
  letter-spacing: 0.1em !important;
}
.top_2_inner.re {
  flex-direction: row-reverse;
}

.top_3 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_3 ul li {
  width: 15%;
  margin: 2.5%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_3 ul li {
    width: 40%;
    margin: 2.5% 5%;
  }
}
.top_3 ul li a {
  display: block;
}
.top_3 ul li a img {
  width: auto;
  margin: auto auto 20px;
  height: 70cqw;
  display: block;
}
.top_3 ul li a span {
  display: block;
  font-size: 17px;
  height: 2.5em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_3 ul li a span {
    font-size: 15px;
  }
}
.top_3 ul li a img:last-child {
  width: 3em;
  height: auto;
  display: block;
  margin: 1em auto;
  transition: all 0.3s linear;
  position: relative;
  left: 0;
}
.top_3 ul li a:hover img:last-child {
  left: 10px;
}

.top_4 .swiper-wrapper {
  transition-timing-function: linear;
}
.top_4 .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}

.news {
  height: 320px;
  overflow: auto;
  padding: 30px;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #f59e0b #eee;
  /* Chrome / Edge / Safari */
}
.news::-webkit-scrollbar {
  width: 10px;
}
.news::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 999px;
}
.news::-webkit-scrollbar-thumb {
  background: #f59e0b;
  border-radius: 999px;
  border: 2px solid #eee;
}
.news::-webkit-scrollbar-thumb:hover {
  background: #d97706;
}
.news li {
  margin-bottom: 60px;
}
.news li .date {
  font-size: 16px;
}
.news li h3 {
  font-size: 18px;
}
.news li p {
  font-size: 16px;
}

.nap dl {
  background-image: url(../images/line.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% auto;
  display: flex;
  justify-content: flex-start;
}
.nap dl dt {
  width: 110px;
  padding: 0.6em;
}
@media screen and (max-width: 768px) {
  .nap dl dt {
    font-size: 14px;
    width: 80px;
  }
}
.nap dl dd {
  flex: 1;
  padding: 0.6em;
}
@media screen and (max-width: 768px) {
  .nap dl dd {
    font-size: 14px;
  }
}

.l-footer {
  padding: 150px 0px 20px !important;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 70px 0px 10px !important;
  }
}

.footer_info {
  display: flex;
  justify-content: space-between;
  width: min(100%, 1100px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer_info {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.footer_info .f_left {
  width: 45%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .footer_info .f_left {
    width: min(100%, 450px);
    margin: auto auto 50px !important;
  }
}
.footer_info .f_left .f_logo {
  width: 60cqw;
}
.footer_info .f_left .f_logo img {
  width: 100%;
}
.footer_info .f_left .add {
  padding-left: 18cqw;
  font-size: 15px;
  margin-top: -5cqw;
  font-size: 3cqw;
  display: flex;
  justify-content: flex-start;
}
.footer_info .f_left .add span {
  margin-right: 1em;
}
.footer_info .f_left .tel_wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  container-type: inline-size;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer_info .f_left .tel_wrap {
    margin: auto;
  }
}
.footer_info .f_left .tel_wrap .f_tel {
  line-height: 1;
  margin-right: 1em;
}
.footer_info .f_left .tel_wrap .f_tel span {
  font-size: clamp(20px, 2.5vw, 30px);
  padding: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer_info .f_left .tel_wrap .f_tel span {
    font-size: 30px;
  }
}
.footer_info .f_left .tel_wrap .f_tel img {
  position: relative;
  top: -0.3em;
}
@media screen and (max-width: 768px) {
  .footer_info .f_left .tel_wrap .f_tel img {
    top: 0;
  }
}
.footer_info .f_left .tel_wrap .f_tel .cover {
  display: block;
  position: relative;
}
.footer_info .f_left .tel_wrap .f_tel .cover strong {
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #f4e3bd;
  opacity: 0.9;
  width: 100%;
  font-size: clamp(16px, 1.9vw, 22px);
  height: 100%;
  text-align: center;
  padding: 0.2em;
}
@media screen and (max-width: 768px) {
  .footer_info .f_left .tel_wrap .f_tel .cover strong {
    padding: 0.5em;
  }
}
.footer_info .f_left .tel_wrap .h_insta {
  width: 35px;
  margin: 0px 0px !important;
}
.footer_info .f_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer_info .f_right {
    width: min(100%, 450px);
    margin: auto auto 50px !important;
  }
}
.footer_info .timeT table {
  width: 100%;
}
.footer_info .timeT table td, .footer_info .timeT table th {
  padding: 0.3em;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: normal;
  border-bottom: 1px solid #7a7156;
}
.footer_info .timeT table td {
  color: #fbb03b;
}
.footer_info .timeT table tr:last-child th, .footer_info .timeT table tr:last-child td {
  border-bottom: none;
}
.footer_info .timeT .note {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .footer_info .timeT .note {
    display: block;
  }
}

.l-footer__copyright {
  text-align: center;
}

.copy {
  text-align: center;
}

.l-header__lead {
  position: absolute;
  top: 0;
  left: 1em;
  font-size: 10px;
}

.ph_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ph_box {
    display: block;
  }
}
.ph_box .ph {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .ph_box .ph {
    width: 100%;
    margin-bottom: 20px !important;
  }
}
.ph_box .body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .ph_box .body {
    width: 100%;
  }
}
.ph_box .body h3 {
  font-size: 1.3em;
  font-weight: bold;
}

#page-top a {
  width: 60px;
  bottom: 10px;
  color: #fff;
  position: fixed;
  right: 10px;
}

@media screen and (max-width: 768px) {
  #page-top a {
    width: 50px;
    bottom: 5px;
    color: #fff;
    position: fixed;
    right: 10px;
  }
  
}
.c-card__image {
  aspect-ratio: auto !important;
}

@media screen and (max-width: 768px) {
  .p-pattern09__body li {
    font-size: 14px;
  }
  .p-pattern09__body .c-heading01 {
    font-size: 16px;
  }
}/*# sourceMappingURL=custom.css.map */