@charset "UTF-8";
.dep-in {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.dep-in h2 {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: normal;
  margin-bottom: 20px;
}
.dep-in h2::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FFBAC6;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  animation: amoeba 3s ease-in-out infinite alternate;
}
.dep-in div.reserve-title {
  font-size: 1.6rem;
  text-align: center;
  margin: 20px auto 10px auto;
  padding: 10px;
  border-bottom: 2px solid #81C961;
  background: linear-gradient(to bottom, rgba(129, 201, 97, 0), rgba(129, 201, 97, 0.1254901961));
  margin-bottom: 30px;
}
.dep-in h3 {
  font-size: 1.7rem;
  font-weight: normal;
  margin: 20px auto;
  padding: 10px;
  border-bottom: 2px solid #81C961;
  background: linear-gradient(to bottom, rgba(129, 201, 97, 0), rgba(129, 201, 97, 0.1254901961));
}
.dep-in h4.line {
  font-size: 1.7rem;
  font-weight: normal;
  margin: 10px auto 20px;
  padding: 0 4px;
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.dep-in p {
  margin-left: 20px;
  padding: 5px 15px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .dep-in p {
    margin-left: 0;
  }
}
.dep-in ul.no-dot li {
  font-size: 1.6rem;
  margin: 20px;
  line-height: 2;
}
.dep-in ul.dot-ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.6rem;
  margin: 20px;
}
@media screen and (max-width: 600px) {
  .dep-in ul.dot-ul li {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.dep-in ul.dot-ul li::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-color: #81C961;
  border-radius: 50%;
}
.dep-in ol.ancor-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.dep-in ol.ancor-link a {
  background-color: #FFF0EF;
  font-size: 1.5rem;
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 1.1;
  list-style-type: decimal;
  list-style-position: inside;
  position: relative;
}
@media screen and (max-width: 600px) {
  .dep-in ol.ancor-link a {
    width: 100%;
  }
}
.dep-in ol.ancor-link a li {
  margin: 3px 8px;
}
.dep-in ol.ancor-link a:hover {
  background-color: #FFCFCC;
}
.dep-in ol.ancor-link a:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-color: #FFCFCC;
  bottom: 0;
  left: 0;
}
.dep-in ol.ancor-link a:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  /* 矢印の形を作る */
  width: 8px;
  /* 矢印のサイズ */
  height: 8px;
  /* 矢印のサイズ */
  border-right: 2px solid #ffffff;
  /* 右側の線 */
  border-bottom: 2px solid #ffffff;
  /* 下側の線 */
  /* 回転させて下向きにする */
  transform: translateX(-50%) rotate(45deg);
}
.dep-in ol.ancor-link2 {
  display: flex;
  flex-wrap: wrap;
}
.dep-in ol.ancor-link2 a {
  font-size: 1.6rem;
  color: #000000;
  display: block;
  line-height: 1.3;
  list-style-type: none;
  list-style-position: inside;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .dep-in ol.ancor-link2 a {
    width: 100%;
    font-size: 1.3rem;
  }
}
.dep-in ol.ancor-link2 a li {
  padding: 5px 8px;
  border-bottom: 1px dotted #333;
}
.dep-in ol.ancor-link2 a li:hover {
  background-color: rgba(129, 201, 97, 0.1882352941);
}
.dep-in ol.ancor-link2 a li span {
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 880px) {
  .dep-in ol.ancor-link2 a li span {
    display: inline;
  }
}
.dep-in ol.ancor-link2 .tab {
  text-indent: 1rem;
  list-style-type: none;
}
.dep-in img {
  width: 20%;
}
.dep-in img.size100 {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.dep-in .dep14-table p {
  margin-left: 125px;
}
.dep-in .dep14-2table {
  width: 75%;
}
@media screen and (max-width: 880px) {
  .dep-in .dep14-2table {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .dep-in .dep14-2table tr td:nth-of-type(1), .dep-in .dep14-2table th:nth-of-type(1) {
    width: 70% !important;
  }
}
.dep-in .dep14-2table tr th {
  font-weight: normal;
}
.dep-in .dep06_graph {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  .dep-in .dep06_graph {
    display: block;
  }
}
.dep-in .dep06_graph img {
  width: 100%;
}
.dep-in .dep06_graph p:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
  text-align: center;
}
.dep-in .dep06_graph p:nth-child(3) img {
  width: 70%;
}
@media screen and (max-width: 880px) {
  .dep-in .dep06_graph p:nth-child(3) img {
    width: 100%;
  }
}

.dep06_gaku_table1 {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
}
.dep06_gaku_table1 tr th {
  background-color: #FCF9F0;
  border: 1px solid #cccccc;
  padding: 8px;
  overflow-wrap: anywhere;
  width: 35%;
}
.dep06_gaku_table1 tr th:first-child, .dep06_gaku_table1 tr th:last-child {
  width: 15%;
}
.dep06_gaku_table1 tr td {
  border: 1px solid #cccccc;
  padding: 8px;
}

.dep06_gaku_table2 {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .dep06_gaku_table2 tr {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.dep06_gaku_table2 tr th {
  overflow-wrap: anywhere;
  background-color: #FCF9F0;
  border: 1px solid #cccccc;
  padding: 8px;
}
.dep06_gaku_table2 tr th:first-child {
  width: 29%;
}
.dep06_gaku_table2 tr th:nth-child(2) {
  width: 29%;
}
.dep06_gaku_table2 tr th:nth-child(3) {
  width: 14%;
}
.dep06_gaku_table2 tr th:nth-child(4) {
  width: 14%;
}
.dep06_gaku_table2 tr th:last-child {
  width: 14%;
}
@media screen and (max-width: 880px) {
  .dep06_gaku_table2 tr th:first-child {
    grid-area: 1/1/2/4;
    width: 100%;
  }
  .dep06_gaku_table2 tr th:nth-child(2) {
    grid-area: 1/4/2/7;
    width: 100%;
  }
  .dep06_gaku_table2 tr th:nth-child(3) {
    grid-area: 2/1/3/3;
    width: 100%;
  }
  .dep06_gaku_table2 tr th:nth-child(4) {
    grid-area: 2/3/3/5;
    width: 100%;
  }
  .dep06_gaku_table2 tr th:last-child {
    grid-area: 2/5/3/7;
    width: 100%;
  }
}
.dep06_gaku_table2 tr td {
  border: 1px solid #cccccc;
  padding: 8px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 880px) {
  .dep06_gaku_table2 tr td:first-child {
    grid-area: 1/1/2/4;
  }
  .dep06_gaku_table2 tr td:nth-child(2) {
    grid-area: 1/4/2/7;
  }
  .dep06_gaku_table2 tr td:nth-child(3) {
    grid-area: 2/1/3/3;
    border-bottom: 5px solid #cccccc;
  }
  .dep06_gaku_table2 tr td:nth-child(4) {
    grid-area: 2/3/3/5;
    border-bottom: 5px solid #cccccc;
  }
  .dep06_gaku_table2 tr td:last-child {
    grid-area: 2/5/3/7;
    border-bottom: 5px solid #cccccc;
  }
}

.dep06_gaku_table3 {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
}
.dep06_gaku_table3 tr th {
  background-color: #FCF9F0;
  border: 1px solid #cccccc;
  padding: 8px;
}
.dep06_gaku_table3 tr td {
  border: 1px solid #cccccc;
  padding: 8px;
}

.sport {
  margin-left: 0 !important;
  margin-top: 30px;
}

#contents1,
#contents2,
#contents3,
#contents4,
#contents5,
#contents6 {
  scroll-margin-top: 100px;
}

.is-dark ol.ancor-link2 a {
  color: #ffffff;
}
.is-dark ol.ancor-link2 a:visited {
  color: #ffffff;
}
.is-dark .dep-in ol.ancor-link2 a {
  color: #ffffff;
}

.main-video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
  display: block;
}

.dep-result1 {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 880px) {
  .dep-result1 {
    width: 95%;
  }
}
.dep-result1 caption {
  margin: 20px 0;
  text-align: right;
}
.dep-result1 th,
.dep-result1 td {
  border: 1px solid #cccccc;
  font-weight: normal;
  padding: 8px;
}
.dep-result1 th {
  background-color: #FCF9F0;
  text-align: left;
  width: 80%;
}
.dep-result1 td {
  text-align: right;
}
.dep-result1 td:first-child {
  text-align: left;
}

.dep-result2 {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 880px) {
  .dep-result2 {
    width: 95%;
  }
}
.dep-result2 caption {
  margin: 20px 0;
  text-align: right;
  line-height: 1.5;
}
.dep-result2 th,
.dep-result2 td {
  border: 1px solid #cccccc;
  font-weight: normal;
  padding: 8px;
}
.dep-result2 th {
  background-color: #FCF9F0;
  text-align: left;
  width: 80%;
}
.dep-result2 td {
  text-align: right;
}
.dep-result2 tr:first-child th,
.dep-result2 tr:first-child td {
  color: #000000;
  background-color: #cccccc;
}

.dep-result3 {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 880px) {
  .dep-result3 {
    width: 95%;
  }
}
.dep-result3 caption {
  margin: 20px 0;
  text-align: right;
  line-height: 1.5;
}
.dep-result3 th,
.dep-result3 td {
  border: 1px solid #cccccc;
  font-weight: normal;
  padding: 8px;
}
.dep-result3 th {
  background-color: #FCF9F0;
  text-align: left;
  width: 80%;
}
.dep-result3 td {
  text-align: right;
  width: 10%;
}
.dep-result3 tr:first-child th,
.dep-result3 tr:first-child td {
  color: #000000;
  background-color: #cccccc;
}
.dep-result3 tr:last-child th,
.dep-result3 tr:last-child td {
  color: #000000;
  background-color: #cccccc;
}
.dep-result3 tr:last-child th {
  text-align: right;
}

.base-table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.base-table caption {
  margin: 5px;
  text-align: right;
}
.base-table th,
.base-table td {
  padding: 8px;
  border: 1px solid #cccccc;
}

.dep14-table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 880px) {
  .dep14-table {
    width: 90%;
  }
}
.dep14-table caption {
  margin: 5px;
  text-align: right;
}
.dep14-table th,
.dep14-table td {
  padding: 8px;
  border: 1px solid #cccccc;
}
.dep14-table th {
  width: 100px;
  font-weight: normal;
}
.dep14-table td {
  width: 250px;
  line-height: 1.3;
}
.dep14-table .cell-blue {
  background-color: #f2fffc;
}
.dep14-table .cell-skyblue {
  background-color: #F2F9FF;
}
.dep14-table .cell-pink {
  background-color: #FFF0EF;
}
.dep14-table .cell-green {
  background-color: #EFFFE8;
}
.dep14-table .cell-deeppink {
  background-color: #FCF9F0;
}
.dep14-table .cell-orange {
  background-color: #F5F2FC;
}

div.dep-menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 30px;
}
div.dep-menu ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 880px) {
  div.dep-menu ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
div.dep-menu ul a {
  background-color: #FCF9F0;
  border: 1px solid #EAB226;
  display: block;
  text-decoration: none;
  padding: 20px;
  border-radius: 15px;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 600px) {
  div.dep-menu ul a {
    padding: 10px;
  }
}
div.dep-menu ul a::after {
  position: absolute;
  content: ">";
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
div.dep-menu ul a:hover {
  background-color: #EAB226;
  color: #ffffff;
}
div.dep-menu ul a.btn_on {
  background-color: #EAB226;
  color: #ffffff;
}

.tel-table {
  width: 80%;
  padding: 20px;
  font-size: 1.8rem;
  margin: 20px auto;
  border-radius: 20px;
  text-align: center;
}
.tel-table p.no {
  font-size: 1.8rem;
}
.tel-table p.no span {
  font-size: 2.8rem;
  margin: 0 20px;
}
@media screen and (max-width: 600px) {
  .tel-table p.no span {
    display: block;
  }
}

.bikou-table {
  width: 80%;
  padding: 10px;
  font-size: 1.6rem;
  margin: 10px auto;
  border-radius: 20px;
}
.bikou-table ul {
  margin: 10px;
}
.bikou-table ul li {
  color: #000000;
  margin: 10px;
}
.bikou-table p {
  color: #000000;
}

.is-dark ul li {
  color: #fff;
}

.example-table {
  width: 90%;
  padding: 10px;
  font-size: 1.6rem;
  margin: 0 auto 30px;
  border-radius: 5px;
  color: #000000;
}

.liha-table {
  width: 90%;
  padding: 30px;
  font-size: 1.6rem;
  margin: 20px auto;
  border-radius: 20px;
}
.liha-table p {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #000000;
}
.liha-table dl {
  margin-left: 10px;
  margin-right: 10px;
}
.liha-table dl dt {
  color: #000000;
  display: block;
  margin: 10px 0;
}
.liha-table dl dd {
  color: #000000;
  margin: 10px 0 20px 50px;
  line-height: 1.8;
}
.liha-table li {
  color: #000000;
}

.dep10-table {
  width: 50%;
  padding: 20px;
  font-size: 1.6rem;
  margin: 20px auto;
  border-radius: 20px;
}
@media screen and (max-width: 880px) {
  .dep10-table {
    width: 100%;
  }
}
.dep10-table p {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 10px;
  text-align: center;
}
.dep10-table dl {
  margin-left: 10px;
  margin-right: 10px;
}
.dep10-table dl dt {
  display: block;
  font-weight: bold;
  margin: 10px 0;
  color: #000000;
}
.dep10-table dl dd {
  margin: 10px 0 20px 50px;
  line-height: 1.5;
  color: #000000;
}

.is-dark .dep10-table dl dt,
.is-dark .dep10-table dl dd {
  color: #fff;
}

.dep13-table {
  width: 100%;
  padding: 20px;
  font-size: 1.6rem;
  margin: 20px auto;
  border-radius: 20px;
}
.dep13-table p {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 10px;
  color: #000000;
}
.dep13-table dl {
  margin-left: 10px;
  margin-right: 10px;
}
.dep13-table dl dt {
  display: block;
  margin: 10px 0;
  color: #000000;
}
.dep13-table dl li {
  color: #000000;
}

.staff-table1 {
  width: 95%;
  margin: 20px auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 200px auto;
  align-items: start;
  gap: 30px;
}
@media screen and (max-width: 880px) {
  .staff-table1 {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .staff-table1 .staff_box {
    border-bottom: 1px solid #EAB226;
  }
}
.staff-table1 .name,
.staff-table1 .shikaku,
.staff-table1 .bunya {
  background-color: #FCF9F0;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 20px;
}
.staff-table1 .name {
  font-size: 2.3rem;
  font-weight: bold;
  font-weight: normal;
}
.staff-table1 h4 {
  font-weight: normal;
  width: 87px;
  text-align: center;
  background: linear-gradient(transparent 70%, #f1d488 70%);
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .staff-table1 h4 {
    width: 65px;
  }
}
.staff-table1 .shikaku,
.staff-table1 .bunya {
  display: grid;
  grid-template-columns: 7em auto;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .staff-table1 .shikaku,
  .staff-table1 .bunya {
    grid-template-columns: 1fr;
  }
}
.staff-table1 .shikaku li,
.staff-table1 .bunya li {
  margin: 0;
  line-height: 1.5;
}
.staff-table1 img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 880px) {
  .staff-table1 img {
    width: 45%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 880px) {
  .staff-table1 .nophoto {
    display: none;
  }
}

.dep-time-table {
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
  min-width: 600px;
}
.dep-time-table th,
.dep-time-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #FFCFCC;
}
.dep-time-table th {
  background-color: #EB7676;
  color: #ffffff;
  border: 1px solid #FFCFCC;
  font-weight: normal;
  width: 10%;
}
.dep-time-table td {
  background-color: #ffffff;
  width: 15%;
}
.dep-time-table th.pink {
  background-color: #FFF0EF;
  color: #000000;
}
.dep-time-table .none {
  display: none;
}

.dep-time-table2 {
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
  min-width: 600px;
}
.dep-time-table2 th,
.dep-time-table2 td {
  padding: 10px;
  text-align: center;
  border: 1px solid #a2d9f0;
}
.dep-time-table2 th {
  background-color: #3890cf;
  color: #ffffff;
  border: 1px solid #a2d9f0;
  font-weight: normal;
  width: 10%;
}
.dep-time-table2 td {
  background-color: #ffffff;
  width: 15%;
}
.dep-time-table2 th.pink {
  background-color: #a2d9f0;
  color: #000000;
}
.dep-time-table2 .none {
  display: none;
}

.time-table-bikou {
  margin-bottom: 50px;
}

h5 {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.7rem;
  border-bottom: 2px solid #EB7676;
  background: linear-gradient(to bottom, rgba(235, 118, 118, 0), rgba(235, 118, 118, 0.1254901961));
}

.hari-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  width: 95%;
  margin: 10px auto;
  gap: 10px;
  text-align: center;
}
.hari-table li {
  text-align: left;
  line-height: 1.4;
  width: 100%;
  margin: 10px;
}
.hari-table li br {
  display: none;
}
@media screen and (max-width: 1400px) {
  .hari-table li br {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .hari-table {
    display: block;
  }
}

span {
  font-weight: bold;
}

p.date_right {
  text-align: right;
}

.img2cal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  width: 80%;
  margin: 20px auto;
  gap: 30px;
}
.img2cal img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.reserve-box {
  width: 100%;
  padding: 20px;
  font-size: 1.6rem;
  margin: 0 auto 20px auto;
  border-radius: 20px;
}
.reserve-box h3 {
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 0;
  font-size: 1.6rem;
}
.reserve-box p {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 10px;
  color: #000000;
}
.reserve-box dl {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 880px) {
  .reserve-box dl {
    margin-left: 0;
    margin-right: 0;
  }
}
.reserve-box dl dt {
  display: block;
  margin: 10px 0;
  color: #000000;
  margin: 20px;
}
@media screen and (max-width: 880px) {
  .reserve-box dl dt {
    margin: 20px 0;
  }
}
.reserve-box dl dt::before {
  content: "●";
  margin-right: 8px;
  color: #81C961;
}
.reserve-box dl dt.kome::before {
  content: "※";
  margin-right: 8px;
  color: #000;
}
.reserve-box dl dd {
  margin-left: 4rem;
}
@media screen and (max-width: 880px) {
  .reserve-box dl dd {
    margin-left: 24px;
  }
}
.reserve-box span.br {
  font-weight: normal;
}
@media screen and (max-width: 880px) {
  .reserve-box span.br {
    display: block;
  }
}
.reserve-box ul {
  padding: 15px 10px 15px 10px;
  line-height: 1.3;
}
.reserve-box ul li {
  margin-bottom: 10px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.reserve-box ul li a {
  text-decoration: none;
}

.reserve_ul {
  padding: 15px 10px 15px 10px;
  line-height: 1.3;
}
.reserve_ul li {
  margin-bottom: 10px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.is-dark .reserve-box p {
  color: #fff;
}

.is-dark .staff-table1 .shikaku,
.is-dark .staff-table1 .bunya,
.is-dark .name,
.is-dark .tel-table,
.is-dark .reserve-box {
  background-color: #333333 !important;
  background-image: none !important;
}
.is-dark h4.line {
  font-weight: bold;
  background: none;
}
.is-dark a {
  color: #ffffff;
}
.is-dark .dark-link {
  color: #ffffff;
}
.is-dark .dark-link:visited {
  color: #ffffff;
}
.is-dark .cell-blue,
.is-dark .cell-skyblue,
.is-dark .cell-pink,
.is-dark .cell-green,
.is-dark .cell-deeppink,
.is-dark .cell-orange {
  color: #000000;
}
.is-dark .dark-li {
  color: #000000;
}
.is-dark .dep-result1 th,
.is-dark .dep-result2 th,
.is-dark .dep-result3 th {
  background-color: #000000;
}
.is-dark .reserve-box dl dt {
  color: #ffffff;
}
.is-dark div.dep-menu ul a {
  background-color: #000000;
  color: #ffffff;
}
.is-dark .dep-result2 tr:first-child th,
.is-dark .dep-result2 tr:first-child td {
  background-color: #000000;
  color: #ffffff;
}
.is-dark .liha-table li,
.is-dark .liha-table li a,
.is-dark .liha-table dl dt,
.is-dark .liha-table dl dd,
.is-dark .liha-table p {
  color: #ffffff;
}
.is-dark .example-table,
.is-dark .bikou-table p {
  color: #ffffff;
}
.is-dark .dep14-table th {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.is-dark .staff-table1 h4 {
  background-image: none;
}
.is-dark .dep06_gaku_table1 tr th,
.is-dark .dep06_gaku_table2 tr th,
.is-dark .dep06_gaku_table3 tr th {
  background-color: #000000;
}
.is-dark .dep-time-table td,
.is-dark .dep-time-table th,
.is-dark .dep-time-table2 td,
.is-dark .dep-time-table2 th {
  background-color: #000000;
  color: #ffffff;
}
.is-dark dt.kome::before {
  color: #fff !important;
}

iframe.deplist {
  width: 100%;
  border: none;
  display: block;
  height: 300px;
}

.deb17 h4 {
  padding-top: 20px;
  padding-left: 20px;
}
.deb17 div {
  text-align: center;
}
.deb17 div img {
  width: 300px;
}

.deb15 div {
  display: flex;
  gap: 30px;
  justify-content: center;
  width: 70%;
  padding-top: 20px;
  margin: 0 auto;
}
.deb15 div img {
  width: 100%;
  margin: 0 auto;
}

.deb19 div ul {
  display: flex;
  justify-content: space-between;
  border: 1px solid #C9B38A;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  gap: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 880px) {
  .deb19 div ul {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.deb19 div ul h5 {
  border: none;
  text-align: left;
  font-weight: 800;
  margin: 0;
  padding-bottom: 30px;
  background-image: none;
}
.deb19 div ul .dark-link {
  background-image: linear-gradient(90deg, #eb7676, #eab226);
  color: white;
  margin: auto 30px;
  text-decoration: none;
  border-radius: 30px;
}
@media screen and (max-width: 880px) {
  .deb19 div ul .dark-link {
    display: block;
    width: 230px;
    margin-top: 30px;
  }
}
.deb19 div ul .dark-link li {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 15px;
  margin: 0;
  width: 230px;
  height: 40px;
}
@media screen and (max-width: 880px) {
  .deb19 div ul .dark-link li {
    display: flex;
    justify-content: space-between;
  }
}
.deb19 div ul .dark-link li p {
  padding: 5px 0 0 0;
  font-size: 17px;
}

.no_view {
  display: none;
}

.view {
  display: block;
}

.dep14_menu1 {
  text-align: center;
}
.dep14_menu1 h5 {
  text-align: center;
  margin: 30px auto;
  font-size: 25px;
  width: 70%;
  border: none;
  background: #ffcfcf;
}
.dep14_menu1 .triangle {
  color: #ffa0a0;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dep14_menu1 p {
  text-align: left;
}

.dep14_menu1 div {
  border: 1px solid #C9B38A;
  border-radius: 20px;
  padding-bottom: 0px;
  max-width: 900px;
  margin: 20px auto;
}
.dep14_menu1 div .dep14_btn {
  margin-bottom: 20px;
  border: none;
}
.dep14_menu1 .triangle {
  border: none;
}

.is-dark .dep14_menu1 div h5 {
  background-color: #6d3f99;
  border: none;
}
.is-dark .dep14_menu1 div h7 {
  color: #6d3f99;
}

.dep14_menu3 h4 {
  padding-left: 30px;
  padding-top: 10px;
}
.dep14_menu3 table tr th {
  text-align: center;
  font-weight: 800;
  width: 75%;
}
.dep14_menu3 table tr td {
  text-align: left;
}
.dep14_menu3 table tr td:nth-of-type(2) {
  text-align: right;
}

.dep6 section .title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dep6 section .title h4 {
  font-size: 2em;
  padding-top: 2em;
}
@media screen and (max-width: 880px) {
  .dep6 section .title h4 {
    font-size: 1.5em;
    padding-top: 1em;
  }
}
.dep6 section h6 {
  font-size: 25px;
  margin-top: 30px;
}
.dep6 section .liha-table h5 {
  padding: 10px;
  font-size: 1.7rem;
  border-bottom: 2px solid #EB7676;
  background: none;
  margin-top: 0;
}
.dep6 section .liha-table p {
  border-bottom: none;
}
.dep6 section div {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dep6 .result h4 {
  font-size: 1.9rem;
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 880px) {
  .dep6 .result h4 {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.dep6 .result p {
  margin-left: 35px;
  padding: 0;
}
@media screen and (max-width: 880px) {
  .dep6 .result p {
    margin-left: 10px;
  }
}
.dep6 details summary {
  font-size: 2rem;
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 25px;
  cursor: pointer;
}
.dep6 details dt {
  margin-left: 25px;
  margin-bottom: 10px;
  font-size: 1.9rem;
}
.dep6 details dd {
  margin-left: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.dep6 .inside_tel {
  text-decoration: none;
}

#dl {
  scroll-margin-top: 100px;
}

.dl_btn {
  background-color: #f2f9ff;
  border: 1px solid #7bb6e8;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  color: #000000;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 880px) {
  .dl_btn {
    width: 90%;
  }
}

.dep12_menu1 .dl_btn {
  width: 65%;
}
@media screen and (max-width: 880px) {
  .dep12_menu1 .dl_btn {
    width: 100%;
  }
}

.is-dark .dl_btn {
  background-color: #333333;
  color: #fff;
}
.is-dark .gaku_table_wrapp .dep06_gaku_table1 tr th,
.is-dark .gaku_table_wrapp .dep06_gaku_table2 tr th {
  background-color: #000;
}
.is-dark .reserve-link li a {
  color: #fff;
}

.dep-price {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 880px) {
  .dep-price {
    width: 95%;
  }
}
.dep-price th,
.dep-price td {
  border: 1px solid #cccccc;
  font-weight: normal;
  padding: 8px;
}
.dep-price th {
  background-color: #FCF9F0;
  text-align: left;
}
.dep-price td {
  text-align: right;
}

.is-dark .dep-price th {
  background-color: #333333;
}

.dep15 p.list:before {
  content: "●";
  margin-right: 20px;
  font-size: 1.3rem;
  color: #81C961;
}
.dep15 div {
  margin: 0 auto;
  width: 70%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dep15 div img {
  width: 50%;
}
@media screen and (max-width: 880px) {
  .dep15 div {
    width: 100%;
    gap: 15px;
  }
}

.is-dark .liha-table span,
.is-dark .common-grad span {
  color: #fff;
}

.deb19 .video_bgc {
  background-image: linear-gradient(to right, transparent, #ffeffb 5%, #fcf9f0 95%, transparent);
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 48px;
}
.deb19 .video_bgc .video {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .deb19 .video_bgc .video {
    width: 80%;
  }
}
.deb19 .video_bgc .video video {
  text-align: center;
  border-radius: 15px;
}

.dep09-2 {
  width: 100%;
  text-align: center;
}
.dep09-2 h3,
.dep09-2 li,
.dep09-2 p {
  text-align: left;
}
.dep09-2 img {
  margin: 0 auto;
  width: 30%;
}
@media screen and (max-width: 880px) {
  .dep09-2 img {
    width: 70%;
  }
}

.c2 {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 880px) {
  .c2 {
    display: block;
  }
}
.c2 .ancor-link2 {
  width: 20%;
  position: sticky;
  top: 100px;
  box-shadow: 6px 6px 10px 0px rgba(249, 211, 161, 0.4);
  border: 1px solid rgb(249, 211, 161);
  padding: 10px;
  border-radius: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 880px) {
  .c2 .ancor-link2 {
    position: static;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.c2 .ancor-link2 a {
  text-decoration: none;
}
.c2 .c2-in {
  width: 80%;
}
@media screen and (max-width: 880px) {
  .c2 .c2-in {
    width: 100%;
  }
}
.c2 .c2-in section {
  width: 95%;
}

.reserve-link {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 30px auto;
}
.reserve-link li {
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .reserve-link li {
    min-width: auto;
  }
}
.reserve-link li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 200px;
}
@media screen and (max-width: 600px) {
  .reserve-link li a {
    min-width: auto;
  }
}

#k,
#s {
  scroll-margin-top: 100px;
}

.deb14_menu3 h4 {
  margin-left: 50px;
  margin-bottom: 10px;
}

.dep02-table {
  width: 75%;
}
.dep02-table tr th {
  text-align: center;
}
.dep02-table tr td {
  text-align: left;
}
.dep02-table tr td:nth-of-type(1), .dep02-table th:nth-of-type(1) {
  width: 30%;
}
.dep02-table tr td:nth-of-type(2), .dep02-table th:nth-of-type(2) {
  width: 40%;
}
.dep02-table tr td:nth-of-type(3) {
  text-align: center;
}
@media screen and (max-width: 880px) {
  .dep02-table {
    width: 95%;
  }
}

.dep02-box ul {
  margin-top: 30px;
}
.dep02-box ul li {
  padding-bottom: 15px;
}
@media screen and (max-width: 880px) {
  .dep02-box ul {
    padding-bottom: 0px;
  }
}

.dep02_img {
  text-align: left;
}
@media screen and (max-width: 880px) {
  .dep02_img {
    text-align: center;
  }
}
.dep02_img img {
  margin-left: 50px;
  width: 300px;
}
@media screen and (max-width: 880px) {
  .dep02_img img {
    width: 60%;
    margin: 0 auto;
  }
}

.dep21-1 {
  display: flex;
  justify-content: space-between;
}
.dep21-1 div img {
  width: 100%;
}
.dep21-1 div:nth-child(2) {
  width: 25%;
}
@media screen and (max-width: 880px) {
  .dep21-1 {
    display: block;
  }
  .dep21-1 div:nth-child(2) {
    margin: 0 auto;
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .dep21-1 div:nth-child(2) {
    width: 60%;
  }
}/*# sourceMappingURL=dep.css.map */