@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------------------------------------------------------------
	Layout 
------------------------------------------------------------*/
body {
  --fonts01: "Noto Sans JP", sans-serif;
  width: 100%;
  height: auto;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
}

.l-content {
  width: 100%;
  max-width: 1040px;
  padding: 0px 20px;
  margin: 0 auto;
  height: auto;
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  width: 100%;
  max-width: 550px;
  height: 65px;
  background: red;
  text-align: center;
  display: inline-flex;
  border-radius: 35px;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    height: 55px;
    max-width: 290px;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
.c-btn02 {
  width: 100%;
  max-width: 260px;
  height: 44px;
  background: #e45968;
  text-align: center;
  display: inline-flex;
  border-radius: 44px;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    font-size: 14px;
    height: 36px;
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn02:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  font-size: 32px;
  color: #df7777;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title01 {
    font-size: 24px;
  }
}

/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.c-mainvisual01 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.c-mainvisual01 .ttl1 {
  width: 100%;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(223, 143, 167) 0%, rgba(233, 179, 148, 0.99608) 100%);
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 .ttl1 {
    height: 45px;
  }
}
.c-mainvisual01 .ttl1 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 .ttl1 h2 {
    font-size: 16px;
  }
}
.c-mainvisual01 .navi {
  width: 100%;
  height: 62px;
  background: #303234;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 .navi {
    height: 45px;
    overflow: auto;
    justify-content: unset;
  }
}
.c-mainvisual01 .navi ul {
  display: inline-flex;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 .navi ul {
    width: -moz-max-content;
    width: max-content;
  }
}
.c-mainvisual01 .navi ul li a {
  color: #fff;
  font-size: 13px;
  padding: 5px;
  margin: 0px 10px;
  white-space: nowrap;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 .navi ul li a {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .c-mainvisual01 .navi ul li a:hover {
    opacity: 0.7;
  }
}
.c-mainvisual01 .mv {
  width: 100%;
  height: auto;
  position: relative;
}
.c-mainvisual01 .mv img {
  width: 100%;
  height: auto;
}
.c-mainvisual01 .mv .btn {
  position: absolute;
  z-index: 1;
  bottom: 17%;
  right: 4%;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 .mv .btn {
    display: none;
  }
}
.c-mainvisual01 .mv .btn img {
  width: 333px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .c-mainvisual01 .mv .btn:hover {
    opacity: 0.7;
  }
}

.index-sec1 {
  width: 100%;
  background: #f8f7f4;
  height: auto;
  padding: 90px 0px 40px;
}
@media screen and (max-width: 768px) {
  .index-sec1 {
    padding: 65px 0px 40px;
  }
}
.index-sec1 .l-content {
  max-width: 1000px;
}
.index-sec1 .ttl1 {
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 5px #cccccc dotted;
}
@media screen and (max-width: 768px) {
  .index-sec1 .ttl1 {
    width: 95%;
    margin: auto;
    padding-bottom: 10px;
  }
}
.index-sec1 .ttl1 h2 {
  font-size: 32px;
  color: #df7777;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec1 .ttl1 h2 {
    font-size: 24px;
  }
}
.index-sec1 .ttl1 h2::before {
  content: "";
  width: 127px;
  height: 32px;
  position: absolute;
  background: url(../images/sec1-ttl1.png) no-repeat;
  background-size: 100% auto;
  left: -75px;
  top: -22px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .ttl1 h2::before {
    width: 82px;
    left: -30px;
    top: -15px;
  }
}
.index-sec1 .block {
  width: 100%;
  height: auto;
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  margin-top: 40px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .index-sec1 .block {
    margin-top: 25px;
    padding: 0;
    flex-wrap: wrap;
  }
}
.index-sec1 .block > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block > * {
    width: 100%;
  }
}
.index-sec1 .block .img {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .img {
    padding: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  .index-sec1 .block .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .content {
    padding: 20px;
  }
}
.index-sec1 .block .content h3 {
  font-size: 24px;
  padding-left: 15px;
  border-left: 6px solid #ed96a1;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .content h3 {
    font-size: 17px;
    border-left: 4px solid #ed96a1;
    padding-left: 8px;
  }
}
.index-sec1 .block .content h4 {
  font-size: 14px;
  color: #df7777;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .content h4 {
    font-size: 12px;
    padding-top: 15px;
  }
}
.index-sec1 .block .content .txt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .content .txt {
    font-size: 13px;
  }
}
.index-sec1 .block .content .notes {
  font-size: 12px;
  font-weight: 400;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .content .notes {
    padding-top: 10px;
    font-size: 10px;
  }
}
.index-sec1 .btn {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .btn {
    padding-top: 30px;
  }
}
.index-sec2 {
  width: 100%;
  height: auto;
  padding: 90px 0px 110px;
}
@media screen and (max-width: 768px) {
  .index-sec2 {
    padding: 50px 0px 60px;
  }
}
.index-sec2 .l-content {
  max-width: 820px;
}
.index-sec2 .list {
  width: 100%;
  height: auto;
  padding-top: 45px;
}
.index-sec2 .list li {
  border-bottom: 1px solid #cccccc;
}
.index-sec2 .list li:first-child {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .index-sec2 .list li {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
}
.index-sec2 .list li span {
  width: 145px;
  height: auto;
  display: inline-block;
  font-size: 14px;
  color: #a57c52;
}
@media screen and (max-width: 768px) {
  .index-sec2 .list li span {
    width: 100%;
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.index-sec2 .list li a {
  font-size: 14px;
  width: calc(100% - 145px);
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0;
  padding-right: 12px;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .index-sec2 .list li a {
    width: 100%;
    padding: 0px;
    font-size: 12px;
  }
}
.index-sec2 .list li a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  border: solid #f78f9c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .index-sec2 .list li a::after {
    top: calc(50% - 15px);
  }
}
@media screen and (min-width: 769px) {
  .index-sec2 .list li a:hover {
    opacity: 0.7;
  }
}
.index-sec3 {
  width: 100%;
  height: auto;
  background: #f3dfdd;
  padding: 90px 0px 110px;
}
@media screen and (max-width: 768px) {
  .index-sec3 {
    padding: 50px 0px 60px;
  }
}
.index-sec3 .l-content {
  max-width: 1030px;
}
.index-sec3 .block {
  width: 100%;
  height: auto;
  margin-top: 45px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block {
    margin-top: 30px;
    gap: 18px;
    flex-wrap: wrap;
  }
}
.index-sec3 .block .item1 {
  width: calc(33.3333333333% - 20px);
  height: auto;
  background: #fff;
  --color1: #ec90a4;
  --color2: rgba(236,144,164,0.2);
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .index-sec3 .block .item1 .img {
    width: 150px;
    padding: 15px;
  }
}
.index-sec3 .block .item1 .content {
  padding: 20px;
  border-top: 4px solid var(--color1);
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 .content {
    border: 0px solid black;
    width: calc(100% - 150px);
    padding: 15px;
    padding-left: 0;
  }
}
.index-sec3 .block .item1 .content.ver2 {
  padding-top: 0;
  border-top: 0px solid var(--color1);
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 .content.ver2 {
    width: 100%;
    padding: 0px;
  }
  .index-sec3 .block .item1 .content.ver2 p {
    padding-top: 0;
    font-size: 12px;
    padding: 0px 15px;
  }
}
.index-sec3 .block .item1 .content .cat {
  width: auto;
  display: inline-block;
  border-radius: 3px;
  background: var(--color2);
  font-size: 12px;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 .content .cat {
    font-size: 10px;
  }
}
.index-sec3 .block .item1 .content h3 {
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 .content h3 {
    font-size: 15px;
    margin-top: 6px;
  }
}
.index-sec3 .block .item1 .content .txt {
  font-size: 15px;
  font-weight: 700;
  color: #1c1c1a;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 .content .txt {
    font-size: 12px;
    padding-top: 6px;
  }
}
.index-sec3 .block .item1 .content .txt span {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 .content .txt span {
    font-size: 9px;
  }
}
.index-sec3 .block .item1 .content .txt small {
  font-size: 15px;
  font-weight: 700;
  border-left: 2px solid #1c1c1a;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 .content .txt small {
    font-size: 12px;
  }
}
.index-sec3 .block .item1 .content p {
  font-size: 13px;
  padding-top: 15px;
}
.index-sec3 .block .item1 .content .btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item1 .content .btn {
    border-top: 3px solid var(--color1);
    margin: 15px auto;
    padding-top: 15px;
  }
}
.index-sec3 .block .item1:nth-child(2) {
  --color1: #d2e060;
  --color2: rgba(210, 224, 96,0.2);
}
.index-sec3 .block .item1:nth-child(3) {
  --color1: #66a8c4;
  --color2: rgba(105, 161, 186,0.2);
}
.index-sec4 {
  width: 100%;
  height: auto;
  padding: 90px 0px 110px;
}
@media screen and (max-width: 768px) {
  .index-sec4 {
    padding: 50px 0px 60px;
  }
}
.index-sec4 .block {
  width: 100%;
  height: auto;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block {
    gap: 25px;
    margin-top: 30px;
  }
}
.index-sec4 .block .item1 {
  width: calc(50% - 15px);
  height: auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item1 {
    width: 100%;
  }
}
.index-sec4 .block .item1 .swiper .swiper-button-prev, .index-sec4 .block .item1 .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100% auto;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item1 .swiper .swiper-button-prev, .index-sec4 .block .item1 .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.index-sec4 .block .item1 .swiper .swiper-button-prev *, .index-sec4 .block .item1 .swiper .swiper-button-next * {
  display: none;
}
.index-sec4 .block .item1 .swiper .swiper-button-prev.swiper-button-disabled, .index-sec4 .block .item1 .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.index-sec4 .block .item1 .swiper .swiper-button-prev {
  transform: scaleX(-1);
  left: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item1 .swiper .swiper-button-prev {
    left: 10px;
  }
}
.index-sec4 .block .item1 .content {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item1 .content {
    padding: 12px 0 0;
  }
}
.index-sec4 .block .item1 .content h3 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item1 .content h3 {
    font-size: 15px;
  }
}
.index-sec4 .block .item1 .content p {
  font-size: 14px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item1 .content p {
    font-size: 12px;
  }
}
.index-sec5 {
  width: 100%;
  height: auto;
  background: #f5f3ef;
  padding: 90px 0px 110px;
}
@media screen and (max-width: 768px) {
  .index-sec5 {
    padding: 50px 0px 60px;
  }
}
.index-sec5 .l-content {
  max-width: 1090px;
}
.index-sec5 .block {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.index-sec5 .block .box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box {
    width: 100%;
  }
}
.index-sec5 .block .box h4 {
  text-align: center;
  font-size: 24px;
  color: #df7777;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box h4 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.index-sec5 .block .box .table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  background: #fff;
}
.index-sec5 .block .box .table th, .index-sec5 .block .box .table td {
  border-top: 1px solid #cccccc;
  font-size: 16px;
  padding: 12px 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .table th, .index-sec5 .block .box .table td {
    font-size: 13px;
    padding: 10px 10px;
  }
}
.index-sec5 .block .box .table th span, .index-sec5 .block .box .table td span {
  color: #ef6473;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .table th span, .index-sec5 .block .box .table td span {
    font-size: 12px;
  }
}
.index-sec5 .block .box .table th small, .index-sec5 .block .box .table td small {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .table th small, .index-sec5 .block .box .table td small {
    font-size: 11px;
  }
}
.index-sec5 .block .box .table th {
  width: 140px;
  background: #2a5580;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .table th {
    width: 70px;
    font-size: 12px;
    padding: 10px;
  }
}
.index-sec5 .block .box .table tr:last-child th, .index-sec5 .block .box .table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.index-sec5 .block .box .notes {
  font-size: 12px;
  font-weight: 400;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .notes {
    font-size: 10px;
    padding-top: 15px;
    margin-bottom: 30px;
  }
}
.index-sec5 .block .box .card {
  width: 100%;
  height: auto;
  display: flex;
  box-sizing: border-box;
  text-align: center;
  padding-left: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .card {
    padding: 0;
  }
}
.index-sec5 .block .box .card .item1 {
  width: 33.3333333333%;
  padding: 0px 5px;
  position: relative;
}
.index-sec5 .block .box .card .item1::after {
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 30px);
  border: solid #2a5580;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .card .item1::after {
    border-width: 0 1px 1px 0;
    top: calc(50% - 22px);
    right: -2px;
  }
}
.index-sec5 .block .box .card .item1:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .card .item1 {
    padding: 0;
  }
}
.index-sec5 .block .box .card .item1 .ic {
  width: 100%;
  height: auto;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .card .item1 .ic {
    padding-right: 10px;
  }
}
.index-sec5 .block .box .card .item1 .ic img {
  width: 139px;
  height: auto;
}
.index-sec5 .block .box .card .item1 p {
  font-size: 16px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .box .card .item1 p {
    font-size: 12px;
  }
}
.index-sec6 {
  width: 100%;
  height: auto;
  padding: 90px 0px 0px;
}
@media screen and (max-width: 768px) {
  .index-sec6 {
    padding: 50px 0px 0px;
  }
}
.index-sec6 h3 {
  padding: 20px 0;
  text-align: center;
  color: #a57c52;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec6 h3 {
    font-size: 16px;
    padding: 15px 0px;
  }
}
.index-sec6 h3 span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .index-sec6 h3 span {
    font-size: 12px;
  }
}
.index-sec6 .txt1 {
  text-align: center;
  font-size: 11px;
  color: #444444;
  background: #ededed;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.index-sec6 .block {
  width: 100%;
  height: auto;
  --c-black: #000000;
  --c-blue-strong: #0000ee;
  --c-text-main: #333333;
  --c-text-sub: #666666;
  --c-accent-brown: #a57c52;
  --c-accent-beige: #998675;
  --c-pool-blue: #65a2bf;
  --c-pool-light: #65a7c4;
  --c-prog-pink: #ec90a3;
  --c-bg-sand: #c4b08f;
  --c-border: #cccccc;
  --c-prog-lime: #d2e05f;
  --c-bg-light-blue: #dae2e5;
  --c-bg-gray: #eeeeee;
  --c-bg-warm: #f6f5f0;
  --c-bg-white: #ffffff;
  --c-prog-orange: #ff8c00;
  --c-bg-orange: #fff5e0;
  /* --- プログラムカード --- */
  /* カテゴリ色分け */
  /* テキスト */
  /* バッジ類 */
  /* 人数制限 */
  /* 休館日 */
  /* 自由遊泳 */
  /* 終了ボックス */
}
.index-sec6 .block .schedule-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  background-color: var(--c-bg-white);
}
.index-sec6 .block .schedule-table {
  width: 100%;
  min-width: 1400px;
  border-collapse: collapse;
  border-spacing: 0;
  /* --- ヘッダー周り --- */
  /* --- ボディ周り --- */
  /* 60分刻みの線 */
  /* rowspan xử lý */
  /* ジム終了行 */
}
.index-sec6 .block .schedule-table thead th {
  background-color: var(--c-bg-warm);
  color: var(--c-accent-brown);
  padding: 8px 2px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9rem;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: inset 0 0 0 0.5px var(--c-border);
  border: none;
}
.index-sec6 .block .schedule-table .sub-head {
  font-size: 0.75rem;
  background-color: var(--c-bg-white);
  color: var(--c-text-sub);
  font-weight: normal;
}
.index-sec6 .block .schedule-table td {
  border-left: 1px solid var(--c-border);
  border-right: 1px solid var(--c-border);
  border-top: none;
  border-bottom: none;
  padding: 2px 6px;
  vertical-align: top;
  font-size: 12px;
  background-color: var(--c-bg-white);
  height: 30px;
  position: relative;
}
.index-sec6 .block .schedule-table .time-col {
  background-color: var(--c-bg-gray);
  color: var(--c-text-main);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  font-size: 11px;
  padding: 0;
}
.index-sec6 .block .schedule-table .hour-start-row td {
  border-top: 1px solid var(--c-border) !important;
}
.index-sec6 .block .schedule-table .hour-start-row:first-child td {
  border-top: none !important;
}
.index-sec6 .block .schedule-table td[rowspan] {
  position: relative;
  padding: 0;
  border-bottom-width: 0;
}
.index-sec6 .block .schedule-table tr:last-child td[rowspan] {
  border-bottom-width: 1px;
}
.index-sec6 .block .schedule-table .row-closing td {
  background-color: var(--c-bg-warm);
  color: var(--c-accent-brown);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  border-top: 2px solid var(--c-accent-brown);
}
.index-sec6 .block .schedule-table .row-closing .time-col {
  background-color: var(--c-bg-gray);
  color: var(--c-text-main);
  border-bottom: 1px solid var(--c-border);
}
.index-sec6 .block .prog-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--c-bg-white);
  border-left: 5px solid var(--c-border);
  padding: 6px 4px;
  margin-bottom: 0;
  border-radius: 0 4px 4px 0;
  z-index: 1;
}
.index-sec6 .block .type-lime {
  border-left-color: var(--c-prog-lime);
  background-color: #fbfdf2;
}
.index-sec6 .block .type-pink {
  border-left-color: var(--c-prog-pink);
  background-color: #fdf6f8;
}
.index-sec6 .block .type-blue {
  border-left-color: var(--c-pool-light);
  background-color: #ebf6f1;
}
.index-sec6 .block .type-school {
  border-left-color: var(--c-blue-strong);
  background-color: #f0f0ff;
}
.index-sec6 .block .type-orange {
  border-left-color: var(--c-prog-orange);
  background-color: var(--c-bg-orange);
}
.index-sec6 .block .p-name {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 1.3;
  color: var(--c-text-main);
}
.index-sec6 .block .p-inst {
  display: block;
  font-size: 10px;
  color: var(--c-text-sub);
}
.index-sec6 .block .p-time {
  display: block;
  font-size: 10px;
  color: var(--c-accent-beige);
  margin-top: 2px;
}
.index-sec6 .block .badge-wakaba {
  display: inline-block;
  background-color: var(--c-prog-lime);
  color: var(--c-text-main);
  font-size: 9px;
  padding: 1px 5px;
  border-radius: 8px;
  margin-bottom: 3px;
  font-weight: bold;
}
.index-sec6 .block .limit-alert {
  border: 1px solid #d32f2f;
  color: #d32f2f;
  font-size: 9px;
  padding: 1px 3px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 3px;
  font-weight: bold;
  background-color: #fff;
}
.index-sec6 .block .closed-cell {
  background-color: var(--c-bg-gray);
  color: var(--c-text-sub);
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
  writing-mode: vertical-rl;
  font-weight: bold;
}
.index-sec6 .block .free-swim {
  color: var(--c-pool-blue);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  background-color: #ebf6f1;
  border-radius: 4px;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-sec6 .block .closing-box {
  background-color: var(--c-accent-brown);
  color: white;
  padding: 8px 0;
  border-radius: 5px;
  font-size: 13px;
}
.index-sec7 {
  width: 100%;
  height: auto;
  padding: 90px 0px 110px;
}
@media screen and (max-width: 768px) {
  .index-sec7 {
    padding: 50px 0px 60px;
  }
}
.index-sec7 .l-content {
  max-width: 1010px;
}
.index-sec7 .c-title01 {
  border-bottom: 5px #cccccc dotted;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec7 .c-title01 {
    border-bottom: 0px #cccccc dotted;
  }
}
.index-sec7 .block {
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .index-sec7 .block {
    margin-top: 0;
  }
}
.index-sec7 .block h3 {
  position: absolute;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .index-sec7 .block h3 {
    width: 100%;
    position: relative;
    text-align: center;
    order: 1;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 5px #cccccc dotted;
  }
}
.index-sec7 .block .txt {
  width: 430px;
  padding-top: 50px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec7 .block .txt {
    width: 100%;
    order: 3;
    padding-top: 5px;
    padding-right: 0;
  }
}
.index-sec7 .block .txt .table {
  text-align: left;
}
.index-sec7 .block .txt .table th, .index-sec7 .block .txt .table td {
  padding: 10px 0;
  vertical-align: text-top;
}
.index-sec7 .block .txt .table th {
  width: 110px;
}
.index-sec7 .block .txt .table th span {
  background: #d9e7ee;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 7px 15px;
}
@media screen and (max-width: 768px) {
  .index-sec7 .block .txt .table th span {
    font-size: 13px;
    padding: 5px 15px;
  }
}
.index-sec7 .block .txt .table td {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .index-sec7 .block .txt .table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec7 .block .txt .table tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .index-sec7 .block .txt .table tr th, .index-sec7 .block .txt .table tr td {
    width: 100%;
    padding: 0;
  }
  .index-sec7 .block .txt .table tr td {
    padding-top: 10px;
  }
  .index-sec7 .block .txt .table tr th {
    padding-top: 15px;
  }
}
.index-sec7 .block .maps {
  width: calc(100% - 430px);
}
@media screen and (max-width: 768px) {
  .index-sec7 .block .maps {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */

.timetable-school-box {
  padding-top: 10px;
  width: 640px;
  height: 50px;
  color: white;
  background-color: #336ba2;
  font-size: 25px;
  border-radius: 20px;
  margin: 20px auto 0;
  text-align: center;
  display: block;
  box-shadow: 44px;
  box-shadow: 3px 3px #c8c8c8;
}