@charset "UTF-8";

header{
    background-color: #F6F5EA;
    height: 60px;
    padding: 10px 15px;
}

.header__img{
    height: 35px;
}

.header__icon{
    width: 24px;
}

.header__btn {
    width: 24px;
}


h1{
    font-size: 20px;
    margin-top:5px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
}



.section__intro{
    text-align: center;
    padding: 7px;
}

.intro__text{
    margin-top: 25px;
}

h2 {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 0.5em;
    background: #F6F5EA;
    color: #000;
    margin: 55px 60px 20px;
  }
  
  h2::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
  }

.cource__container{
    text-align: center;
    margin: 40px auto;
    margin-bottom: 20px;
}

.cource__tittle{
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0 5px;
}

.cource__text{
    padding: 5px;
}

.cource__btn {
    text-align: center;
    margin: 40px;
    margin-bottom: 70px;
}

.more__btn2 {
    background-color: #E42D24;
    color: #fff;
    padding: 13px 50px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 215px;
    height: 43px;
    margin: 20px auto;
}

h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.alacarte__container {
    margin: 0 25px;
    font-size: 16px;
    line-height: 2;
}

.alacarte img {
    width: 80%;
    display: block;
    margin: 20px auto;
}

 .alacarte p {
    font-size: 14px;
    background: #fff;
    border: 2px solid #ddd;
    padding: 15px;
    position: relative;

    /* 以下は不要です */
    width: 80%;
    margin: 25px auto;
}
.alacarte p::before,
.alacarte p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 16px 10px;
    position: absolute;
    left: calc(50% - 5px);
}
.alacarte p::before {
    border-color: transparent transparent #ddd transparent;
    top: -16px;
}
.alacarte p::after {
    border-color: transparent transparent #fff transparent;
    top: -12px;
}

