@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

p,h1,h2,h3,h4,a {
    letter-spacing: 0px;
    font-family: maru-maru-gothic-alr-stdn,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    color: #000;
    text-decoration: none;
    margin: 0;
}
img {
    width: 100%;
    height: 100%;
}



/*--------------------
キービジュアル
----------------------*/
.KV-img {
    width: 100%;
    text-align: center;
    background-color: #fdf6ee;
    padding: 100px 0 5%;
}
.KV-img img {
    width: 90%;
    margin: 0 auto;
}

/*--------------------
main
----------------------*/



.course-main {
    background-color: #fdf6ee;
}


.top-text {
    width: 90%;
    max-width: 800px;
    text-align: left;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 30px;
    margin: 0 auto;
    font-size: 1rem;
}






/*----------色つき右矢印共通ｰｰｰｰｰｰｰｰｰｰ*/
.cp_arrows {
    position: relative;
    top: 2px;
}
.cp_arrows span {
  display: inline-block;
  background: #0067ce;
  border: 2px solid #0067ce;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}
/*矢印の縦線*/
.cp_arrows [class*='cp_arrow'] {
  position: relative;
  vertical-align: middle;
  left: -9px;
  top: -5px;
  display: inline-block;
  width: 2px;
  height: 11px;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px;
}
/*矢印の＜の部分*/
.cp_arrows [class*='cp_arrow']:before,
.cp_arrows [class*='cp_arrow']:after {
  position: absolute;
  content: '';
  top: -1px;
  width: 2px;
  height: 7px;
  background: #ffffff;
  border-radius: 4px;
}
.cp_arrows [class*='cp_arrow']:before {
  left: 2px;
  transform: rotate(-45deg);
}
.cp_arrows [class*='cp_arrow']:after {
  right: 2px;
  transform: rotate(45deg);
}
.cp_arrows .cp_arrow_right {
  transform: rotate(90deg);
}







/*----------モデルコースのボタン---------*/

.course-btn {
    background-color: #fdf6ee;
    border-radius: 50px 50px 0 0;
    padding-bottom: 40px;
}
.course-btn img {
    height: auto;
    max-width: 280px;
    background-color: #60adf9;
    vertical-align: bottom;
}
.course-btn a {
    display: block;
}
.course-btn-box {
    width: 90%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0;
}
.course-btn-box section {
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    border: 1.5px solid #000;
    transition: .2s;
    overflow: hidden;
}
.course-btn-box section:hover {
    transform: scale(1.02);
    transition: .2s;
}

.btntxt {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;   
}
.btntxt p {
    font-size: 1.2rem;
    margin-right: 10px;
}
.btntxt p span {
    font-size: 1.6rem;
}







/*----------モデルコース紹介ｰｰｰｰｰｰｰｰｰｰ*/
.course {
    padding: 10% 0 0;
}
.coursetitle {
    width: 90%;
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
    background-color: #fff;
}
.coursetitle h2 {
    font-size: 3rem;
    line-height: 1.4;
    color: #60adf9;
}
.coursetitle h4 {
    font-size: 1.3rem;
    line-height: 1;
    color: #000;
    margin-top: 5px;
}
.coursetitle p {
    font-size: 1.4rem;
}
.background-two {
    padding: 20px;
    position: relative;
}
.background-two::before {
    content: "";
    display: block;
    width: 150px;
    height: 0;
    border-bottom: 1px solid #333;
    position: absolute;
    bottom: 15px;
    top: 50%;
    left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}




.course_wrap {
    padding: 3% 0 8%;
    margin: 30px auto 50px;
    background-color: #60adf9;
    border-radius: 40px 40px 0 0;
}
.course_box {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.midashi {
    font-size: 3rem;
    text-align: center;
    color: #fff;
}






/*----------コース個別--------*/
.course_wrap section {
    background-color: #fff;
    border-radius: 20px;
    margin: 30px auto;
}
.shisetsuimg {
    max-width: 400px;
    height: 100%;
    border-radius: 10px;
}
.course_wrap .btn {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #808080;
    transition: .2s;
}
.course_wrap .btn:hover {
    opacity: .6;
    transition: .2s;
}
.course_wrap .btn img {
    max-width: 30px;
}

.co_flex {
    width: 90%;
    max-width: 850px;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    margin: 0 auto;
}
.co_info {
    width: 100%;
    margin-left: 50px;
}
.co_info h3 {
    line-height: 1.5;
    font-size: 1.5rem;
    margin-top: 6px;
}
.co_info h4 {
    line-height: 1.5;
    font-size: 0.7rem;
    font-weight: 600;
    color: #60adf9;
}
.infobox {
    margin-top: 30px;
}
.infobox .shisetsu {
    font-size: 1.3rem;
}
.infobox .address {
    font-size: .7rem;
    margin-bottom: 15px;
}
.btnbox {
    display: flex;
    align-items: center;
}
.btnbox img {
    margin-right: 10px;
}

.btn.first {
    border-top: 1px solid #808080;
}







/*----------所要時間アイコン--------*/
.time {
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
}
.time img {
    max-width: 60px;
}
.time_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.time_flex p {
    color: #fff;
    font-size: 1.6rem;
}
.time .yajirushi {
    max-width: 40px;
}

    



  
  
/*---------------------
	PCとスマホの切り替え
-----------------------*/

.pcview {
    
}
.spview {
    display: none;
}



/*---------------------------
メディアクエリ
---------------------------*/

@media screen and (max-width: 1000px) {
    .co_flex {
        display: block;
    }
    .co_info {
        margin: 20px 0 0 0;
    }
    .shisetsuimg {
        max-width: 100%;
    }
}
@media screen and (max-width: 950px) {
   .course-btn-box {
    justify-content: center;
   }
   .course-btn-box section {
    margin: 10px auto;
   }
}
@media screen and (max-width: 740px) {

    /*---------------------
	　PCとスマホの切り替え
    -----------------------*/
    .pcview {
        display: none;
    }
    .spview {
        display: block;
    }


}
@media screen and (max-width: 655px) {
    .course_wrap {
        border-radius: 25px 25px 0 0;
}
}
@media screen and (max-width:600px) {
    .midashi {
        font-size: 2.4rem;
        line-height: 1.5;
        padding-top: 20px;
    }
}
@media screen and (max-width: 450px) {
    .midashi {
        font-size: 2rem;
        line-height: 1.2;
    }
    .coursetitle p{
        font-size: 1.2rem;
    }
    .coursetitle h2 {
        font-size: 2.5rem;
    }
    .co_flex {
        padding: 20px 0;
    }
    .co_info h3 {
        font-size: 1.2rem;
    }
    .infobox {
    margin-top: 20px;
}
}
@media screen and (max-width: 375px) {

}