@charset "UTF-8";
* {
  line-height: 1.75em;
}
* :has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #4e2a16;
  background: #fff;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

.contentIn {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.dp_ib {
  display: inline-block;
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexL {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flexC {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flexR {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.i_flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ai_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ai_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ai_s {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jc_sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.jc_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jc_fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fw_wp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}

.fwB {
  font-weight: bold;
}
.fwN {
  font-weight: normal;
}

.ma-0 {
  margin: 0em !important;
}
.mb-0 {
  margin-bottom: 0em !important;
}
.mt-0 {
  margin-top: 0em !important;
}
.ml-0 {
  margin-left: 0em !important;
}
.mr-0 {
  margin-right: 0em !important;
}

.pa-0 {
  padding: 0em !important;
}
.pb-0 {
  padding-bottom: 0em !important;
}
.pt-0 {
  padding-top: 0em !important;
}
.pl-0 {
  padding-left: 0em !important;
}
.pr-0 {
  padding-right: 0em !important;
}

.ma-1 {
  margin: 1em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.ml-1 {
  margin-left: 1em !important;
}
.mr-1 {
  margin-right: 1em !important;
}

.pa-1 {
  padding: 1em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pl-1 {
  padding-left: 1em !important;
}
.pr-1 {
  padding-right: 1em !important;
}

.ma-2 {
  margin: 2em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.ml-2 {
  margin-left: 2em !important;
}
.mr-2 {
  margin-right: 2em !important;
}

.pa-2 {
  padding: 2em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pl-2 {
  padding-left: 2em !important;
}
.pr-2 {
  padding-right: 2em !important;
}

.ma-3 {
  margin: 3em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.ml-3 {
  margin-left: 3em !important;
}
.mr-3 {
  margin-right: 3em !important;
}

.pa-3 {
  padding: 3em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pl-3 {
  padding-left: 3em !important;
}
.pr-3 {
  padding-right: 3em !important;
}

.ma-4 {
  margin: 4em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.ml-4 {
  margin-left: 4em !important;
}
.mr-4 {
  margin-right: 4em !important;
}

.pa-4 {
  padding: 4em !important;
}
.pb-4 {
  padding-bottom: 4em !important;
}
.pt-4 {
  padding-top: 4em !important;
}
.pl-4 {
  padding-left: 4em !important;
}
.pr-4 {
  padding-right: 4em !important;
}

.ma-5 {
  margin: 5em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.ml-5 {
  margin-left: 5em !important;
}
.mr-5 {
  margin-right: 5em !important;
}

.pa-5 {
  padding: 5em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pl-5 {
  padding-left: 5em !important;
}
.pr-5 {
  padding-right: 5em !important;
}

.ma-6 {
  margin: 6em !important;
}
.mb-6 {
  margin-bottom: 6em !important;
}
.mt-6 {
  margin-top: 6em !important;
}
.ml-6 {
  margin-left: 6em !important;
}
.mr-6 {
  margin-right: 6em !important;
}

.pa-6 {
  padding: 6em !important;
}
.pb-6 {
  padding-bottom: 6em !important;
}
.pt-6 {
  padding-top: 6em !important;
}
.pl-6 {
  padding-left: 6em !important;
}
.pr-6 {
  padding-right: 6em !important;
}

.ma-7 {
  margin: 7em !important;
}
.mb-7 {
  margin-bottom: 7em !important;
}
.mt-7 {
  margin-top: 7em !important;
}
.ml-7 {
  margin-left: 7em !important;
}
.mr-7 {
  margin-right: 7em !important;
}

.pa-7 {
  padding: 7em !important;
}
.pb-7 {
  padding-bottom: 7em !important;
}
.pt-7 {
  padding-top: 7em !important;
}
.pl-7 {
  padding-left: 7em !important;
}
.pr-7 {
  padding-right: 7em !important;
}

.ma-8 {
  margin: 8em !important;
}
.mb-8 {
  margin-bottom: 8em !important;
}
.mt-8 {
  margin-top: 8em !important;
}
.ml-8 {
  margin-left: 8em !important;
}
.mr-8 {
  margin-right: 8em !important;
}

.pa-8 {
  padding: 8em !important;
}
.pb-8 {
  padding-bottom: 8em !important;
}
.pt-8 {
  padding-top: 8em !important;
}
.pl-8 {
  padding-left: 8em !important;
}
.pr-8 {
  padding-right: 8em !important;
}

.ma-9 {
  margin: 9em !important;
}
.mb-9 {
  margin-bottom: 9em !important;
}
.mt-9 {
  margin-top: 9em !important;
}
.ml-9 {
  margin-left: 9em !important;
}
.mr-9 {
  margin-right: 9em !important;
}

.pa-9 {
  padding: 9em !important;
}
.pb-9 {
  padding-bottom: 9em !important;
}
.pt-9 {
  padding-top: 9em !important;
}
.pl-9 {
  padding-left: 9em !important;
}
.pr-9 {
  padding-right: 9em !important;
}

.ma-10 {
  margin: 10em !important;
}
.mb-10 {
  margin-bottom: 10em !important;
}
.mt-10 {
  margin-top: 10em !important;
}
.ml-10 {
  margin-left: 10em !important;
}
.mr-10 {
  margin-right: 10em !important;
}

.pa-10 {
  padding: 10em !important;
}
.pb-10 {
  padding-bottom: 10em !important;
}
.pt-10 {
  padding-top: 10em !important;
}
.pl-10 {
  padding-left: 10em !important;
}
.pr-10 {
  padding-right: 10em !important;
}

.hoverOpa {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hoverOpa:hover {
  opacity: 0.8;
}

.ofCover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
.ofCotain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

table {
  width: 100%;
}

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

全ページ共通CSS

==================================*/
.tableWrap {
  position: relative;
}
.tableWrap:has(.tableStl01) {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.tableWrap:has(.tableStl01):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid #d15156;
  border-radius: 10px;
}
.tableWrap:has(.tableStl02) {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tableWrap:has(.tableStl02) {
    overflow-x: scroll;
    border: 1px solid #4e2a16;
  }
}
@media screen and (max-width: 768px) {
  .tableWrap:has(.tableStl02) .tableStl02 {
    width: 750px;
  }
}
.tableWrap:has(.tableStl02):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border: 1px solid #4e2a16;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .tableWrap:has(.tableStl02):before {
    display: none;
  }
}

.scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  margin-bottom: 0.25em;
  color: #d15156;
  font-size: 1.2rem;
  font-weight: bold;
}
.scroll::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 0.4em;
  border-right: 2px solid #d15156;
  border-bottom: 1px solid #d15156;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.tableStl01 > tbody > tr > * {
  padding: 1.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .tableStl01 > tbody > tr > * {
    display: block;
    width: 100%;
    padding: 1em 1em;
  }
}
.tableStl01 > tbody > tr > th {
  color: #fff;
  font-size: 1.1em;
  background: #d15156;
}
@media screen and (min-width: 768.1px) {
  .tableStl01 > tbody > tr > th {
    width: 10em;
  }
}
@media screen and (max-width: 768px) {
  .tableStl01 > tbody > tr > th {
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 768.1px) {
  .tableStl01 > tbody > tr + tr > th {
    border-top: 1px solid #fff;
  }
}
.tableStl01 > tbody > tr > td {
  border: 1px solid #d15156;
}
.tableStl01 > tbody > tr > td .dateWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 1em;
  color: #d15156;
  font-weight: bold;
}
.tableStl01 > tbody > tr > td .dateWrap .date {
  font-size: 1.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .tableStl01 > tbody > tr > td .dateWrap .date {
    font-size: 1.8rem;
  }
}
.tableStl01 > tbody > tr > td .dateWrap .date .fzS {
  display: inline-block;
  font-size: 0.8em;
}
.tableStl01 > tbody > tr > td .dateWrap .date .fzS:not(.time) {
  margin: 0 -0.25em;
}
.tableStl01 > tbody > tr > td .receptionHours {
  font-size: 1.1em;
}
.tableStl01 > tbody > tr > td .receptionHours dt {
  margin-right: 0.5em;
  padding: 0.1em 1em;
  color: #fff;
  background: #d15156;
  border-radius: 500px;
}
.tableStl01 > tbody > tr > td .area .fwB {
  font-size: 1.2em;
}
.tableStl01 > tbody > tr > td .area p {
  margin-top: 0.25em;
}

@media screen and (max-width: 768px) {
  .tableStl02 {
    font-size: 1.3rem;
  }
}
.tableStl02 > * > tr + tr > * {
  border-top: 1px solid #4e2a16;
}
.tableStl02 > * > tr > * + * {
  border-left: 1px solid #4e2a16;
}
.tableStl02 > thead > tr > th {
  padding: 0.5em;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  background-color: #d15156;
}
@media screen and (max-width: 768px) {
  .tableStl02 > thead > tr > th {
    padding: 0.25em;
  }
}
.tableStl02 > thead > tr > th:nth-of-type(-n + 2) {
  width: 5.5em;
}
@media screen and (max-width: 768px) {
  .tableStl02 > thead > tr > th:nth-of-type(-n + 2) {
    width: 4em;
  }
}
@media screen and (max-width: 768px) {
  .tableStl02 > thead > tr > th:nth-of-type(-n + 3) {
    font-size: 1.1rem;
  }
}
.tableStl02 > thead > tr > th:nth-of-type(3) {
  width: 4.5em;
}
@media screen and (max-width: 768px) {
  .tableStl02 > thead > tr > th:nth-of-type(3) {
    width: 3.5em;
  }
}
.tableStl02 > thead > tr > th:nth-of-type(4) {
  width: 40%;
}
.tableStl02 > tbody > tr > * {
  padding: 1.5em 1em;
}
@media screen and (max-width: 768px) {
  .tableStl02 > tbody > tr > * {
    padding: 0.75em 0.5em;
  }
}
.tableStl02 > tbody > tr > th:first-of-type {
  text-align: right;
}
.tableStl02 > tbody > tr > th .program__title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tableStl02 > tbody > tr > th .program__title {
    font-size: 1.6rem;
  }
}
.tableStl02 > tbody > tr > th dl {
  gap: 1em;
  grid-template-columns: 5em 1fr;
  margin-top: 0.75em;
}
@media screen and (min-width: 768.1px) {
  .tableStl02 > tbody > tr > th dl {
    display: grid;
  }
}
.tableStl02 > tbody > tr > th dl dd {
  font-weight: normal;
}
.tableStl02 > tbody > tr > th dl dd p {
  line-height: 1.4em;
}
.tableStl02 > tbody > tr > th dl dd p + p {
  margin-top: 0.25em;
}
.tableStl02 > tbody > tr > th dl dd .fzS {
  font-size: 0.95em;
}
.tableStl02 > tbody > tr > td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tableStl02 > tbody > tr > td:nth-of-type(-n + 3) {
    font-size: 1.1rem;
  }
}
.tableStl02 > tbody > tr > td:nth-of-type(5) {
  font-weight: bold;
}
.tableStl02 > tbody > tr:nth-of-type(even) > td {
  background: #fce4e4;
}

.indent01 {
  padding-left: 1em;
  font-size: 0.9em;
  text-indent: -1em;
}
.indent01list > * {
  padding-left: 1em;
  font-size: 0.9em;
  text-indent: -1em;
}

.indent02list > * {
  padding-left: 2em;
  text-indent: -2em;
}
.indent02list > * + * {
  margin-top: 0.25em;
}

.ul01 > * {
  padding-left: 1em;
  text-indent: -1em;
}
.ul01 > *:before {
  content: "・";
  color: #d15156;
}

.ul02 {
  counter-reset: num01;
}
.ul02 > * {
  padding-left: 1em;
  text-indent: -1em;
}
.ul02 > * + * {
  margin-top: 0.5em;
}
.ul02 > *:before {
  content: counter(num01) ".";
  counter-increment: num01;
  color: #d15156;
  font-weight: bold;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #d15156;
  border-radius: 50%;
}
.pagetop::before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  margin-top: 0.2em;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: scaleY(0.9) rotate(45deg);
          transform: scaleY(0.9) rotate(45deg);
}

.copyright {
  margin-top: 2em;
  padding: 1em 5%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  background: #d15156;
}

@media screen and (max-width: 768px) {
  .googleMap {
    height: 280px;
  }
  .googleMap iframe {
    height: 100%;
  }
}

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

トップページ

==================================*/
.title {
  padding: 3em 0.5em;
  color: #fff;
  font-weight: bold;
  background: #d15156;
}
.title p {
  margin-top: 0.75em;
  font-size: 1.65em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .title p {
    font-size: clamp(1rem, 5.25vw, 1.35em);
  }
}
.title .fzS {
  display: block;
  font-size: 0.8em;
  line-height: 1.4em;
}
.title h1 {
  font-size: 5rem;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .title h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }
}
.title h1 * {
  line-height: 1.3em;
}
.title h1 .fzS {
  display: inline-block;
  font-size: 0.65em;
  line-height: 1.2em;
}

a[href*=mailto]:not(:hover) {
  text-decoration: underline;
}

.btnStl01 {
  position: relative;
  display: block;
  width: 360px;
  max-width: 100%;
  margin: 2em auto;
  padding: 1.5em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #d15156;
  border: 1px solid #d15156;
  border-radius: 10px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .btnStl01 {
    font-size: 1.8rem;
  }
}
.btnStl01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: block;
  width: 0.45em;
  height: 0.45em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) scaleX(0.95) rotate(45deg);
          transform: translateY(-50%) scaleX(0.95) rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.btnStl01:hover {
  color: #d15156;
  background-color: #fff;
}
.btnStl01:hover::after {
  border-color: #d15156;
}

.linkStl01 {
  color: #d15156;
}
.linkStl01:not(:hover) {
  text-decoration: underline;
}

section {
  padding: 4em 0;
}
section:nth-of-type(even) {
  background: #fef3f2;
}
section h2 {
  margin-bottom: 1.75em;
  padding: 0.25em 1em;
  color: #d15156;
  font-size: 2.8rem;
  font-weight: bold;
  border-left: 10px solid #d15156;
}
@media screen and (max-width: 768px) {
  section h2 {
    font-size: 2.2rem;
  }
}

.introduction__text {
  padding: 3em 5%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.introduction__text p {
  line-height: 2em;
}
.introduction__text .indent01 {
  line-height: 1.6em;
}

#details table + p {
  margin-top: 0.5em;
}
#details .tableStl02 > tbody > tr > * {
  vertical-align: middle;
}
#details .tableStl02 > tbody > tr > *:nth-of-type(-n + 3) {
  text-align: center;
}
#details .tableStl02 > tbody > tr > td .program__title {
  font-size: 1.1em;
  font-weight: bold;
}
#details .tableStl02 > tbody > tr > td .fzS {
  display: inline-block;
  font-size: 0.95em;
}
#details .tableStl02 > tbody > tr > td table {
  margin-top: 0.25em;
  font-size: 0.9em;
}
#details .tableStl02 > tbody > tr > td table tr > * {
  padding: 0.25em 0;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #details .tableStl02 > tbody > tr > td table tr > * {
    display: block;
  }
}
#details .tableStl02 > tbody > tr > td table tr > th {
  font-size: 0.95em;
  font-weight: normal;
}
@media screen and (min-width: 768.1px) {
  #details .tableStl02 > tbody > tr > td table tr > th {
    width: 6em;
  }
}
@media screen and (max-width: 768px) {
  #details .tableStl02 > tbody > tr > td table tr > th {
    padding-bottom: 0;
  }
}
#details .tableStl02 > tbody > tr > td table tr > td {
  font-size: 0.9em;
}
#details .tableStl02 > tbody > tr > td table tr > td * {
  line-height: 1.4em;
}
#details .tableStl02 > tbody > tr > td table tr > td .fwB {
  font-size: 1.2em;
}

#entry p.taC {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #entry p.taC {
    font-size: 1.1em;
  }
}

#contact table.address > tbody > tr > * {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #contact table.address > tbody > tr > * {
    display: block;
    width: 100%;
  }
}
#contact table.address > tbody > tr > th {
  margin-bottom: 0.5em;
  padding-right: 1em;
  font-size: 1.1em;
}
@media screen and (min-width: 768.1px) {
  #contact table.address > tbody > tr > th {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  #contact table.address > tbody > tr > th {
    padding-bottom: 0;
  }
}
#contact table.address > tbody > tr > th dl dt {
  margin-bottom: 0.25em;
  color: #d15156;
  font-size: 1.1em;
}
#contact table.address > tbody > tr > th dl dt::before {
  content: "■";
}
#contact table.address > tbody > tr > th dl dd {
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  #contact table.address > tbody > tr > td {
    padding-top: 0.25em;
  }
}
#contact table.address > tbody > tr > td > .flexBox {
  gap: 0.5em 1em;
}
#contact table.address > tbody > tr > td dl.flexBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
#contact table.address > tbody > tr > td dl.flexBox dt {
  padding: 0.25em 1em;
  color: #fff;
  line-height: 1em;
  background: #d15156;
  border-radius: 500px;
}

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

js animation

==================================*/
.js_st[class*=fadein] {
  opacity: 0;
}
.js_st[class*=fadeinT] {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js_st[class*=fadeinB] {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.js_st[class*=fadeinR] {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js_st[class*=fadeinL] {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js_st[class*=fadein].scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1500ms, background 0.3s, min-width 0s;
  transition: all 1500ms, background 0.3s, min-width 0s;
}

@media screen and (min-width: 768.1px) {
  .spOnly {
    display: none !important;
  }
}

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

@media screen SP

==================================*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .sp_bk {
    display: block;
  }
}/*# sourceMappingURL=style2025.css.map */