@charset "UTF-8";

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt";
}
main {
    overflow: hidden;
}
p {
    margin-bottom: 0;
}

h1 {
    text-align: center;
    color: #e10019;
    font-weight: bold;
    font-family: 'Gothic MB101 Bold';
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt";
    letter-spacing: -0.02em;
    margin-bottom: 50px;
}

h1 span {
    font-size: 28px;
    font-weight: bold;
}

h2,h5 {
    color: #e10019;
    font-weight: bold;
    font-family: 'Gothic MB101 Bold';
}
h4 {
    font-weight: bold;
    font-family: 'Gothic MB101 Bold';
}

section {
    padding: 80px 0;
}

.logo {
    text-align: center;
    max-width: 350px;
    margin: auto;
    position: relative;
}
.logo::before {
    content: "";
    background-image: url(../img/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 3%;
    left: 0;
}

.tel{
    color: #e10019;
    font-weight: bold;
    font-family: 'Gothic MB101 Bold';
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.tel span {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em 0;
    padding: 5px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 14px;
    background: #FFF;
    border: solid 3px #555;
    border-radius: 30px;
    box-sizing: border-box;
  }
  
  .tel span:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  
  .tel span:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #555;
    z-index: 1;
  }

.guide {
    text-align: center;
    position: relative;
}
/*.guide::before {
    content: "";
    background-image: url(../img/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 240px;
    height: 240px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -77%;
    transform: rotate(27deg);
    opacity: 0.25;
}
*/
.guide h6 {
    background-color: #e10019;
    font-weight: bold;
    font-family: 'Gothic MB101 Bold';
    color: #ffffff;
    padding: 15px 0px;
    font-size: 22px;
    height: 50px;
    position: relative;
}

.guide h6::before,
.guide h6::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
}
 
.guide h6::before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 20px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
}
 
.guide h6::after {
    top: 0;
    right: 0;
    border-width: 25px 20px 25px 0px;
    border-color: transparent #FFFFFF transparent transparent;
    border-style: solid;
}

.email,
.fax {
    display: flex;
}
.email dt,
.fax dt {
    background-color: #e11900;
    color: #FFF;
    padding: 5px 15px;
    width: 25%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.email dd,
.fax dd {
    margin-left: 15px;
    width: 70%;
    margin-bottom: 0;
    margin-top: 5px;
    color: #e11900;
    font-weight: 600;
    font-size: 18px;
}

.reserve-icon {
    display: flex;
    list-style: none;
    padding: 0;
}

.reserve-icon li {
    width: auto;
    font-size: 14px;
}

.reserve-icon li img {
    width: 30px;
}


tbody, td, tfoot, th, thead, tr {
    border-style: none;
}

.availability {
    margin-top: 30px;
}

.availability p {
    font-size: 14px;
}

.availability .pc-only {
    margin: auto;
}

.availability table {
    width: 85%;
    margin:auto;
}
.availability table tr {
    border-bottom: solid 2px #e11900;
    display: flex;
}
.availability table th {
    height: 60px;
    width: 35%;
}

.availability table td {
    height: 60px;
    width: 15%;
}

.availability tbody td {
    text-align: center;
}
.availability tbody td img {
    max-width: 50px;
}


.availability table .oneday span,
.availability table .am span,
.availability table .pm span {
    color: #e11900;
}

.availability table .oneday::before {
    content: "";
    background-image: url("../img/table-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.availability table .am::before{
    content: "";
    background-image: url("../img/table-02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 15px;
}

.availability table .pm::before {
    content: "";
    background-image: url("../img/table-03.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 15px;
}

.availability table th span {
    display: inline-block;
}


.availability table td,
.availability table thead th {
    border-left: dotted 1px #e11900;
}
.availability table td:last-of-type,
.availability table thead th:last-of-type {
    border-right: dotted 1px #e11900;
}
.availability table thead th:first-of-type {
    border-left: 0px;
}

.availability .week {
    text-align: center;
    font-weight: bold;
}

.course img {
    border-radius: 25px;
}

.tag img {
    max-width: 165px;
}

.sp-only {
    display: none;
}
.about {
    position: relative;
}

.fit {
    transform: rotate(27deg);
    opacity: 0.25;
}


/* slick.css,slick-theme.css 打消し */

.slick-next .slick-arrow {
    display: none;
}

.slick-prev .slick-arrow{
    display: none;
}

.item {
    width: 25vw!important;
    margin: 0 20px;
  }
.item .img {
    width: 100%;
    height: auto;
  }
.slick-slide img {
   border-radius: 20px;
}


.rhombus_bg1 {
    background-image: url("../img/rhombus_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 10%;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 8%;
}
.rhombus_bg2 {
    background-image: url("../img/rhombus_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 10%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -5%;
}

.service {
    position: relative;
}
.service_img img {
    width: 100vw;
    max-height: 350px;
    object-fit: cover;
}
.grad_bg {
    content: "";
    background-image: url("../img/gradation_bg.png");
    background-size: cover;
    width: 100%;
    height: 30%;
    position: absolute;
    z-index: 1;
}




.flex-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.ribon {
    width: 55%;
}

.ribon h3 {
    background-color: #e10019;
    color: #ffffff;
    padding: 10px 0px 10px 20px;
    font-size: 22px;
    height: 50px;
    position: relative;
    margin-bottom: 0;
}

.ribon h3::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    right: 0;
    border-width: 25px 20px 25px 0px;
    border-color: transparent #FFFFFF transparent transparent;
    border-style: solid;
}
.ribon h3::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: -1;
    bottom: -39%;
    left: -25.5px;
    border-width: 20px 25px;
    border-color: transparent #a91400 transparent transparent;
    border-style: solid;
}


.ribon h3 span img {
    width: 45px;
    padding-right: 15px;
}

.separator {
    border-right: dashed 1px;
}

.course_summary {
    width: 35%;
    text-align: center;
    background-color: #193264;
    padding: 0px 3px;
}
.course_summary p {
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #193264;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
}

.time {
    font-weight: bold;
    color: #e11900;
    margin-left: 25px;
}

.subheading {
    color: #193264;
    font-size: 14px;
    font-weight: bold;
}


.new {
    background-image: url("../img/footer-bg.png");
    background-repeat: repeat;
    background-size:auto;
    opacity: 0.75;
    position: relative;
}

.new h2 {
    text-align: center;
    position: relative;
    font-size: 32px;
}
.new h2::before {
    content: "";
    background-image: url(../img/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: -30%;
    left: 29%;
}

.new_contents {
    display: flex;
}

.new_contents img {
    width: 35%;
}

.bg-white {
    background-color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0px;
    padding: 10px;
}
.bg-white h5 {
    margin-top: 15px;
}

.bg-white ul {
    margin-bottom: 0;
    padding-left: 0;
}

.bg-white ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #e11900;
    font-weight: bold;
    margin-top: 15px;
}
.rounded-left {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 100%;
    object-fit: cover;
}

.rounded {
    border-radius: 15px!important;
}

footer .tel {
    margin-bottom: 0px;
}

footer .summary {
    color: #e11900;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
footer dl {
    display: flex;
}

footer dt {
    width: 30%;
}

footer dd {
    width: 70%;
}

.footer_img {
    border-radius: 15px;
}

.guide_btn {
    text-decoration: none;
    color: #ffffff;
    background-color: #e11900;
    border-radius: 25px;
    padding: 5px 20px;
}

.guide_btn:hover {
    opacity: 0.75;
    color: #ffffff;
}

.copyright {
    padding: 50px 0;
    font-size: 14px;
}

@media (max-width:1199px) {
    .new h2::before {
        left: 25%;
    }
}

@media (max-width:991px) {
    .availability table {
        width: 100%;
    }
    .availability table .am::before,
    .availability table .pm::before {
        margin-right: 7px;
    }
    .email dt,
    .fax dt {
        width: 25%;
    }
    .separator {
        border-right: none;
        border-bottom: dashed 1px;
        margin-bottom: 30px;
    }
    .new h2::before {
        left: 18%;
    }
    .tel {
        font-size: 34px;
    }
}


@media (max-width:769px) {
    section {
        padding: 40px 0;
    }
    h1 span {
        font-size: 20px;
    }
    .item {
        margin: 0 15px;
        width: 60vw!important;
    }
  .pc-only {
        display:none;
    }    
    .sp-only {
        display: block;
    }
    
    .tag img {
        max-width: 200px;
    }

    .availability table {
        width: 100%;
        margin:auto;
    }

    .availability table .oneday,
    .availability table .am,
    .availability table .pm {
        text-align: center;
    }
    
    .availability .week {
        text-align: center;
        font-size: 20px;
        border-left: none;
        padding-top: 15px;
    }

    .availability table thead th {
        padding: 0;
        height: 100px;
    }
    .availability table tr {
        border-bottom: dotted 1px #e11900;
    }
    .availability table td,
    .availability table thead th {
        border-left: solid 3px #e11900;
    }
    .availability table td:last-of-type,
    .availability table thead th:last-of-type {
        border-right: solid 3px #e11900;
    }
    .availability table thead th:first-of-type {
        border-left: 0px;
    }
    
    .availability table td,
    .availability table th {
       width: 25%;
    }
    .availability table .oneday::before,
    .availability table .am::before,
    .availability table .pm::before {
        margin-right: 30px;
        margin-left: 30px;
    }
    .email dt,
    .fax dt {
        width: 23%;
    }

    .about .tag {
        position: relative;
    }
    .about .tag::before {
        content: none;
    }

    .course_summary {
        width: 37%;
    }
    
    .rhombus_bg1 {
        bottom: 2%;
    }
    .rhombus_bg2 {
        height: 9%;
        top: -4.5%;
    }
    
    .new h2::before {
        left: 4%;
    }
    .reserve-icon li {
        font-size: 13px;
    }
    footer .tel {
        font-size: 40px;
    }
}


@media (max-width:450px) {
    .availability table .oneday::before,
    .availability table .am::before,
    .availability table .pm::before {
        margin-right: 25px;
        margin-left: 15px;
    }
    .availability table .oneday span,
    .availability table .am span,
    .availability table .pm span {
        font-size: 13px;
    }
    .reserve-icon li img {
        width: 25px;
    }
    .rhombus_bg1 {
        bottom: 4%;
    }
    .ribon {
        width: 60%;
    }
    .ribon h3 {
        font-size: 20px;
    }
    .course_summary p {
        font-size: 12px;
        padding-bottom: 6px;
    }
    .new h2::before {
        left: -27%;
    }
    .new h2 {
        margin-left: 70px;
    }
    footer .tel,
    .tel{
        font-size: 30px;
    }
    .fit {
        width: 240px;
        height: 240px;
        display: inline-block;
        position: absolute;
        z-index: 0;
        bottom: 45%;
        right: -12%;
    }

}


@media (max-width:400px) {
    .availability table .oneday span,
    .availability table .am span,
    .availability table .pm span {
        font-size: 11.25px;
    }

    .reserve-icon li {
        font-size: 12px;
    }
    .reserve-icon li img {
        width: 19px;
    }
    .new h2::before {
        left: -40%;
    }
    .rhombus_bg1 {
        bottom: 5%;
    }
    .course_summary p {
        font-size: 10px;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .time {
        margin-left: 0px;
    }
    .fit {
        width: 240px;
        height: 240px;
        display: inline-block;
        position: absolute;
        z-index: 0;
        bottom: 45%;
        right: -12%;
    }
}

@media (max-width:370px) {
    .reserve-icon li {
        font-size: 11px;
    }

}