@charset "UTF-8";

/* mv */
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.p-mv {
  margin-bottom: 40px;
}
.splide__slide {
  overflow: hidden;
  position: relative;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* メッセージ　message */
.p-message .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
.p-message .grid-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "left right-top"
    "left right-bottom";
  gap: 10px;
  height: 400px;
}
.p-message .item-l {
  grid-area: left;
}
.p-message .item-rt {
  grid-area: right-top;
}
.p-message .item-rb {
  grid-area: right-bottom;
}
.p-message .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.p-message .text-area {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-message .text-area h2 {
  font-size: 4rem;
  color: var(--text-alert);
  margin-left: 50px;
}
.p-message .text-area span {
  -webkit-text-combine-upright: all;
  text-combine-upright: all;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  right: 0px;
}
.p-message .text-area p {
  line-height: 2.8;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .p-message .text-area h2 {
    font-size: 3.6rem;
    margin-left: 30px;
  }
  .p-message .text-area p {
    line-height: 2.4;
  }
}
@media screen and (max-width: 1024px) {
  .p-message .text-area h2 {
    font-size: 3rem;
    margin-left: 20px;
  }
  .p-message .text-area p {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-top: 0;
  }
  .p-message .content {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .p-message .img-area {
    max-width: 460px;
    margin: 0 auto;
  }
  .p-message .grid-inner {
    height: auto;
  }
  .p-message .text-area {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-orientation: mixed;
    flex-direction: column;
    align-items: center;
  }
  .p-message .text-area h2 {
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-message .text-area span {
    -webkit-text-combine-upright: none;
    text-combine-upright: none;
    display: inline;
    width: auto;
    vertical-align: baseline;
    line-height: inherit;
    margin: 0;
    right: 0;
  }
  .p-message .text-area p {
    line-height: 1.8;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-message .text-area {
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    text-orientation: mixed;
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-message .text-area h2 {
    text-align: left;
    margin-left: 0;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .p-message .text-area p br {
    display: none;
  }
}

/* 事業案内 service */
.p-service {
  padding-top: 100px;
}
.p-service .lead-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
.p-service .lead-text {
  color: var(--text-light);
  margin-bottom: 20px;
}
.p-service .box {
  position: relative;
  z-index: 2;
}
.p-service .staff-illust {
  position: absolute;
  width: 230px;
  height: auto;
  top: -200px;
  left: 330px;
  z-index: -1;
}
.p-service .staff-illust-sp {
  display: none;
}
.p-service .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.p-service .card {
  background-color: var(--bg-primary);
  border-radius: 20px;
}
.p-service .card-link {
  display: block;
  padding: 24px;
}
.p-service .card .inner {
  display: grid;
  grid-template-columns: 26% auto;
  column-gap: 20px;
  margin-bottom: 10px;
}
.p-service .card-ttl {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.p-service .text p {
  line-height: 1.5;
}
.p-service .link-btn {
  display: flex;
  justify-content: right;
  align-items: center;
}
.p-service .link-btn p {
  display: inline-block;
  background-color: var(--color-main);
  padding: 15px 45px 15px 20px;
  color: var(--text-light);
  border-radius: 10px;
  font-size: 1.5rem;
  position: relative;
}
.p-service .link-btn p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--bg-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-service .link-btn p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .p-service {
    padding-top: 70px;
  }
  .p-service .staff-illust {
    width: 185px;
    top: -170px;
    left: 280px;
  }
  .p-service .card-link {
    padding: 20px;
  }
  .p-service .card-ttl {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .p-service .link-btn p {
    padding: 8px 40px 8px 15px;
  }
  .p-service .text p {
    font-size: 1.8rem;
  }
  .p-service .text p br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-service .lead-area {
    margin-top: 0;
  }
  .p-service .staff-illust {
    width: 150px;
    top: -130px;
    left: 200px;
  }
  .p-service .lead-text p {
    font-size: 1.6rem;
  }
  .p-service .lead-text p br {
    display: none;
  }
  .p-service .content {
    gap: 20px;
  }
  .p-service .card-ttl {
    font-size: 2.2rem;
  }
  .p-service .text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service .ttl-area {
    position: relative;
  }
  .p-service .staff-illust {
    display: none;
  }
  .p-service .staff-illust-sp {
    position: absolute;
    display: block;
    width: 140px;
    height: auto;
    top: -55px;
    right: 0;
  }
  .p-service .lead-area {
    display: flex;
    flex-direction: column;
  }
  .p-service .card .inner {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .p-service .card .img-area {
    max-width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-service .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .p-service .card .inner {
    display: grid;
    grid-template-columns: 110px auto;
    column-gap: 20px;
    margin-bottom: 10px;
  }
  .p-service .card .img-area {
    max-width: 110px;
  }
}
@media screen and (max-width: 430px) {
  .p-service .staff-illust-sp {
    width: 120px;
    top: -45px;
  }
  .p-service .card .inner {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
  }
  .p-service .card .img-area {
    max-width: 120px;
  }
}

/* 店舗情報 info */
.p-info {
  position: relative;
  overflow: hidden;
}
.p-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--bg-fourth);
  border-radius: 0 400px 400px 0;
  width: 58vw;
  height: 410px;
  left: 0;
  top: 70px;
}
.p-info .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 63% auto;
  gap: 50px;
  padding: 0;
}
.p-info .info-left {
  position: relative;
  padding-top: 40px;
}
.p-info .info-left {
  transition: transform 0.3s ease;
}
.p-info .info-left:hover {
  transform: translateY(-4px);
}
.p-info .info-bg-image {
  position: absolute;
  top: 153px;
  right: 60px;
  z-index: -1;
  width: 330px;
  height: auto;
  pointer-events: none;
}
.p-info .info-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.p-info .info-left .t01 {
  color: var(--text-light);
}
.p-info .t02-lead {
  color: var(--text-light);
}
.p-info .btn-area .btn2 .btn-icon::before {
  background-color: var(--bg-fourth);
}
.p-info .btn-area .btn2 .btn-icon::after {
  border-top: 2px solid var(--bg-fourth);
  border-right: 2px solid var(--bg-fourth);
}
.p-info .info-right .t01 {
  margin-bottom: 0;
}
.p-info .info-right .t01 .t-en {
  color: var(--color-main);
}
.p-info .calendar-area {
  margin-top: 20px;
}

@media screen and (max-width: 1920px) {
  .p-info::before {
    width: 60%;
  }
  .p-info .info-bg-image {
    top: 153px;
    right: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .p-info::before {
    height: 360px;
    width: 64%;
  }
  .p-info .section-inner {
    padding: 0px 30px 0;
  }
  .p-info .info-bg-image {
    top: 157px;
    right: 50px;
    width: 260px;
  }
  .p-info .info-right {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-info::before {
    height: 350px;
    width: 64%;
  }
  .p-info .info-bg-image {
    right: 23px;
  }
}
@media screen and (max-width: 960px) {
  .p-info::before {
    display: none;
  }
  .p-info .section-inner {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    padding: 0;
  }
  .p-info .info-right {
    padding: 0 30px;
  }
  .p-info .info-left {
    background-color: var(--bg-fourth);
    border-radius: 0 200px 200px 0;
    width: 95%;
    position: relative;
    z-index: 1;
    padding: 50px 30px;
  }
  .p-info .info-bg-image {
    top: 162px;
    right: 70px;
    width: 230px;
  }
  .p-info .calendar-area {
    height: auto;
    max-width: 400px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-info .info-left {
    border-radius: 0 150px 150px 0;
    width: 97%;
  }
  .p-info .info-bg-image {
    top: 156px;
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-info .info-right {
    padding: 0 15px;
  }
  .p-info .info-left {
    padding: 40px 15px;
  }
  .p-info .info-bg-image {
    top: 167px;
    width: 205px;
  }
}
@media screen and (max-width: 500px) {
  .p-info .calendar-area {
    max-width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .p-info .info-left {
    border-radius: 0 50px 50px 0;
  }
  .p-info .info-bg-image {
    top: 196px;
    right: 10px;
    width: 153px;
  }
}
@media screen and (max-width: 390px) {
  .p-info .info-bg-image {
    top: 230px;
  }
}

/* カレンダー全体のデザイン調整 */
#auto-calendar-box {
  max-width: 320px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
  font-family: sans-serif;
}
.p-info .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.p-info .calendar-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.p-info .nav-btn {
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  color: #000;
}
.p-info .nav-btn:hover {
  background: #f5f5f5;
}
.p-info .calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.p-info .calendar-table th,
.p-info .calendar-table td {
  padding: 5px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
}
.p-info .calendar-table th {
  font-weight: bold;
  border-bottom: 2px solid #eee;
  text-align: center;
}
.p-info .sun,
.p-info .holiday,
.p-info .extra-holiday {
  color: #fff !important;
  font-weight: bold;
  background-color: #e46062;
}
.p-info .sat {
  color: #337ab7;
  font-weight: bold;
}
.p-info .calendar-legend {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dashed #eee;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.p-info .color-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 2px;
}
.p-info .holiday-box {
  background-color: #e46062;
  border: 1px solid #e46062;
}
