/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2026 | 07:19:49 */
.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

span {
  display: inline-block;
}

/* スライダー */
@media (max-width: 768px) {
  .p-logoset {
    left: 20%;
    width: 110px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .p-logoset__desc {
    font-size: 12.5px !important;
  }
}
.p-logoset__desc span {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-header-slider__item-img {
  background-size: 102%;
}
@media (max-width: 768px) {
  .p-header-slider__item-img {
    height: clamp(200px, 50dvh, 480px) !important;
  }
}

.p-header-slider__item--1 .p-header-slider__item-img::before {
  background: rgba(241, 93, 118, 0.25);
}

.p-front-global-nav.p-front-global-nav--type1 > ul {
  gap: 1.5rem;
}

.p-front-global-nav.p-front-global-nav--type1 > ul > li > a {
  text-shadow: 0 3px 6px black;
  letter-spacing: 0.5rem;
}

.p-header-slider__item--1 .p-header-slider__item-img {
  background-size: cover;
}

/* お知らせ */
.p-news-list ul li.has_image .image {
  display: none;
}

.p-news-list ul li.has_image .info {
  left: 0;
}

/* お取り扱い学生服 */
.l-inner:has(.product-lists) {
  max-width: 1440px;
}

.product-lists.lists_pc {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .product-lists.lists_pc {
    display: none;
  }
}

.product-description {
  margin: 20px 0;
  font-size: 20px;
  color: #605B5B;
}

.product-description a {
  text-decoration: underline;
}

.product-lists table {
  width: 100%;
  border-collapse: collapse;
  border-color: #707070;
  background: white;
}
.product-lists td {
  border: 1px solid #707070;
  padding: 1rem 1.5rem;
  vertical-align: unset;
}
@media (max-width: 768px) {
  .product-lists td {
    padding: 0.5rem 1rem;
  }
}
.product-lists td p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.product-lists .school-type {
  vertical-align: middle;
}
.product-lists .header-es,
.product-lists .header-jh,
.product-lists .header-hs {
  background-color: #F3F2EE;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .product-lists .header-es,
  .product-lists .header-jh,
  .product-lists .header-hs {
    font-size: 20px;
  }
}
.product-lists .header-jh {
  background-color: #EFD2DB;
}
.product-lists .header-area {
  margin: auto;
  background-color: #E9E3DB;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .product-lists .header-area {
    width: 3.5rem;
    font-size: 16px;
  }
}
.product-lists .school-name {
  font-size: 18px;
}
@media (max-width: 768px) {
  .product-lists .school-name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .product-lists .school-name p {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .product-lists .school-name p span {
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
  }
}
.product-lists .school-name_hs .school-name {
  font-size: 16px;
}
@media (max-width: 768px) {
  .product-lists .school-name_hs .school-name {
    font-size: 14px;
  }
}
.product-lists.lists_sp {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .product-lists.lists_sp {
    display: block;
  }
}
.product-lists.lists_sp table:not(:last-child) {
  margin-bottom: 3rem;
}

/* 店舗案内 */
.shop-intro {
  margin: 3rem 0;
  font-size: 20px;
  text-align: center;
}

.shop-select {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .shop-select {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
  }
}
.shop-select a {
  position: relative;
  color: #605B5B;
  text-decoration: unset;
  font-size: 20px;
}
@media (max-width: 768px) {
  .shop-select a {
    font-size: 14px;
  }
}
.shop-select a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #DB3155;
  transform-origin: center;
  transform: scale(0, 1);
  transition: transform 0.2s ease;
}
.shop-select a:hover {
  text-decoration: unset;
}
.shop-select a:hover::after {
  transform: scale(1, 1);
}

.shops-wrap {
  margin-bottom: 4rem;
}
.shops-wrap::before {
  content: "";
  display: block;
  margin-top: -5rem;
  padding-top: 5rem;
}
.shops-wrap .shop-info {
  width: 1110px;
  margin: auto;
}
@media (max-width: 768px) {
  .shops-wrap .shop-info {
    width: 100%;
  }
}
.shops-wrap .shop-info:not(:last-child) {
  margin-bottom: 3rem;
}
.shops-wrap .area-name {
  margin-bottom: 1rem;
  font-size: 25px;
  line-height: 1;
  color: #DB3155;
}
@media (max-width: 768px) {
  .shops-wrap .area-name {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.shops-wrap .shop-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .shops-wrap .shop-detail {
    flex-wrap: wrap;
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
  }
}
.shops-wrap .shop-detail h3 {
  margin: unset;
  font-size: 36px;
  color: #605B5B;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .shops-wrap .shop-detail h3 {
    font-size: 16px;
  }
}
.shops-wrap .shop-detail p {
  margin: unset;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .shops-wrap .shop-detail p {
    font-size: 14px;
  }
}
.shops-wrap .shop-btm {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .shops-wrap .shop-btm {
    flex-wrap: wrap;
    gap: 0.1rem;
    justify-content: center;
    align-items: center;
  }
}
.shops-wrap .shop-btm a:has(img) {
  display: block;
  width: 50%;
  margin: 0;
}
@media (max-width: 768px) {
  .shops-wrap .shop-btm a:has(img) {
    width: 100%;
  }
}
.shops-wrap .shop-btm a:has(img) img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .shops-wrap .shop-btm a:has(img) img {
    aspect-ratio: 2/1;
  }
}
.shops-wrap .shop-btm .shop-calendar {
  position: relative;
  display: block;
  width: 60%;
  margin: 0;
}
@media (max-width: 768px) {
  .shops-wrap .shop-btm .shop-calendar {
    width: 100%;
    transform-origin: top center;
  }
}
.shops-wrap #fululu .shop-detail {
  align-items: flex-start;
  flex-flow: column;
  gap: 0;
}

/* カレンダー */
@media (max-width: 768px) {
  .mc-main {
    --grid-date: clamp(16px, 7vw, 40px) !important;
    --navigation-controls: clamp(10px, 3.9vw, 20px) !important;
  }
}

.mc-main .my-calendar-navigation > div {
  justify-content: center;
}

.mc-main .mc-date-switcher select:first-of-type {
  order: 2;
}

.mc-main .mc-date-switcher select:last-of-type {
  order: 1;
}

.mc-main .my-calendar-navigation input[type=submit] {
  order: 3;
}

.mc-main table.my-calendar-table {
  width: 75%;
  margin: auto;
}
@media (max-width: 768px) {
  .mc-main table.my-calendar-table {
    width: 100%;
  }
}

.mc-main .heading:not(.widget .mc-main .heading) {
  display: none;
}

.mc-main .mc-event {
  display: none;
}

.mc-main .day-heading,
.mc-main .weekend-heading {
  background-color: #d7d7ce;
}

.mc-main td {
  height: 4em;
}

.mc-main .mc-date-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.screen-reader-text.mc-day-date {
  display: none;
}

.mc-main .mc-date {
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.mc-main .has-events .mc-date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 500;
}

.mc-main.mini .event-icon {
  display: none;
}

@media (max-width: 768px) {
  .mc-main.mini .mc-date.trigger .mc-day-number {
    text-decoration: unset;
  }
}

.mc-main td {
  vertical-align: middle;
}

.mc-main .my-calendar-navigation .mc-active {
  border: unset;
  outline: unset;
  transition: 0.2s ease;
}
.mc-main .my-calendar-navigation .mc-active:hover {
  outline: 2px solid;
  border: 1px solid transparent;
}

.mc-main .my-calendar-navigation select, .mc-main .my-calendar-navigation input[type=text] {
  border: unset;
  transition: 0.2s ease;
}
.mc-main .my-calendar-navigation select:hover, .mc-main .my-calendar-navigation input[type=text]:hover {
  outline: unset;
}

.mc-main .my-calendar-navigation input[type=submit] {
  border: unset;
  transition: 0.2s ease;
}
.mc-main .my-calendar-navigation input[type=submit]:hover {
  outline: unset;
  border: 1px solid var(--nav-input-border);
}

@media (max-width: 768px) {
  .mc-main .mc-date {
    font-size: clamp(10px, 3.9dvw, 20px);
  }
}

@media (max-width: 768px) {
  .mc-main .my-calendar-header {
    gap: 0 !important;
  }
}

.mc-main .mc-date-switcher input, .mc-main .mc-date-switcher select {
  line-height: 1 !important;
}

.mc-main .my-calendar-nav li button {
  line-height: 1;
  padding: 0;
  font-size: clamp(14px, 0.8dvw, 24px);
}
@media (max-width: 768px) {
  .mc-main .my-calendar-nav li button {
    font-size: clamp(10px, 3.9dvw, 20px);
  }
}
.mc-main .my-calendar-nav li button span {
  line-height: 1;
}

.mc-main td {
  border: unset;
  outline: unset !important;
}
.mc-main td button {
  border: unset;
  outline: unset;
}

.mc-main .my-calendar-navigation li.my-calendar-today {
  display: flex;
  justify-content: center;
}
.mc-main .my-calendar-navigation li.my-calendar-today .mc-navigation-button.today {
  font-size: clamp(14px, 0.8dvw, 24px);
  transform: translateX(-2px);
}
@media (max-width: 768px) {
  .mc-main .my-calendar-navigation li.my-calendar-today .mc-navigation-button.today {
    font-size: clamp(10px, 3.9dvw, 20px);
  }
}

.mc-main input, .mc-main optgroup, .mc-main select, .mc-main textarea, .mc-main button {
  font-family: var(--tcd-font-type2);
}

.mc-main .current-day:not(.day .current-day, .list .current-day) {
  outline: unset;
}