@charset "utf-8";
.visual {
    text-align: center;
    margin-bottom: 80px;
}
.visual dl {
    color: #d83630;
    font-weight: 700;
    font-size: 30px;
    margin-top: 40px;
    line-height: 1.5;
    display: inline-block;
    
}
.visual dd {
    background-color: #d83630;
    color: #fff;
    padding: 5px;
    margin-top: 20px;
}
.lead-copy {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #d83630;
    margin-bottom: 30px;
}
.about {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 100px;
}
.about ul {
    display: flex;
    gap:40px;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 70px;
}

.about .photo img.sp {
        display: none;
    }
.about .flex {
    display: flex;
    align-items: center;

}
.about .flex .photo{
    width: 350px;
    flex-shrink: 0;
    margin-right: 60px;

}
.about .photo-sp {
    display: none;
}
.about .flex .txt p {
    text-align: left;
}
.about li {
    width: calc((100% - 40px) / 2);
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 70px 40px;
    position: relative;
}
.about li h3 {
    font-weight: 700;
    color: #d83630;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}
.about li h3 span {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.about li .point {
    background-color: #d83630;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: 25px;
    font-weight: 700;
    width: 110px;
    padding: 2px;
    text-align: center;
}
.about li .point:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border-left: none;
    border-top: none;
    border-bottom: 8px solid rgba(0,0,0,0.00);
    border-right: 10px solid #E99F9C;/*折り返し部分*/
}
.about .center-txt {
    text-align: center;
    font-size: 17px;
    line-height: 2.3;
    text-shadow: 0px 0px 4px rgba(243, 236, 225, 1),0px 0px 4px rgba(243, 236, 225, 1),0px 0px 4px rgba(243, 236, 225, 1),0px 0px 4px rgba(243, 236, 225, 1);
}
.schedule .center {
    text-align: center;
    margin-bottom: 30px;
}
.schedule table {
    background-color: #fff;
    table-layout: fixed;
    font-weight: 700;
    
}
.schedule table th {
    border: #218D49 1px solid;
    padding: 5px;
    text-align: center;
    background-color: #E6ECE8;
    font-weight: 500;
}
.schedule table th.sat {
    color: #0C84E7;
}
.schedule table th.sun {
    color: #d83630;
}
.schedule table td.honban {
    color: #d83630;
}
.schedule table td {
    border: #218D49 1px solid;
    padding: 5px;
    text-align: center;
    font-weight: 500;
}
.schedule dl {
    display: flex;
    background-color: #fff;
    align-items: center;
    border: #218D49 1px solid;
    margin-top: 30px;
}
.schedule dt {
    background-color: #218D49;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
    width: 150px;
    text-align: center;
    padding: 15px;

}
.schedule dd {
    padding: 15px;

}
.schedule dd span {
    font-weight: 700;
    font-size: 110%;
    color: #218D49;
    margin-right: 10px;
}
.schedule .cau {
    margin-top: 10px;
}

@media screen and (max-width: 860px) {
    .about {
        padding-bottom: 40px;
    }
.about ul {
  display: block;
  margin-top: 40px;
    margin-bottom: 50px;
}
.about li {
  width: auto;
}
    .about li:not(:last-child) {
        margin-bottom: 20px;
    }

.schedule dl {
  display: block;
    text-align: center;
}
.schedule dt {
  width: auto;
    padding: 10px;
}
.schedule dd span {
  margin-right: 0px;
    display: block;
}
.about .flex .txt p {
  text-align: center;
}
.about .flex {
  display: block;
    text-align: center;
}
    .about .photo-sp {
        display: block;
        margin-bottom: 30px;
    }
    .about .photo-sp img {
        width: 250px;
    }
.about .flex .photo {
  display: none;
}
    .about .flex .center-txt {
        text-align: left !important;
    }
}
@media screen and (max-width: 480px) {
.visual {
    margin-bottom: 30px;
}
.visual dd {
  margin-top: 10px;
    font-size: 90%;
}
.visual dl {
  font-size: 21px;
  margin-top: 20px;
}
.about li .point {
  width: 85px;
    top: 20px;
}
.about li {
  padding: 60px 20px;
    padding-bottom: 40px;
}
.about li h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.lead-copy {
  font-size: 20px;
  margin-bottom: 20px;
}
.about .center-txt {
  font-size: 15px;
  line-height: 2;
    text-align: left;
}

.schedule table {
    white-space: nowrap;
    table-layout: inherit;
}
    .schedule .scroll {
        overflow: auto;
    }
}









