@charset "UTF-8";

p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

h2{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.KV{
    width: 100%;
    height: auto;
}

.KV img{
    width: 100%;
    object-fit: cover;
}

.cp{
    text-align: center;
    padding-bottom: 20px;
}

.cp .cptate{
    padding-top: 80px;
    display: flex;
    justify-content: center;
    
}

.cptate h1{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.cont{
    max-width: 1280px;
    margin: 0 auto;
}

.course{
    margin-top: 150px;
}

.spotArea{
    display:flex;
    justify-content: space-between;
    margin-top: 50px;
}

.spotArea2{
    width: 832.5px;
    display:flex;
    justify-content: space-between;
    margin-top: 50px;
}

.s1{
    max-width:385px ;
}

.s1 img{
    width: 100%;
}

.spotCP{
    display: flex;
}

h3{
    margin-top: 10px;
    font-size: 25px;
    color:#FFA557 ;
    font-weight: bold;
}

h4{
    margin-top: 10px;
    font-size: 15px;
    color:#000000 ;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
}

.spottext p{
    font-size: 13px;
    margin-top: 10px;
}