@charset "UTF-8";
/*----------------------------------------

----------------------------------------*/
/*======================
  全体設定
======================*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

/*----------------------------------------
	サービス内容
----------------------------------------*/
.service_class__list {
  padding: 0.5rem 1.5%;
}
.service_class__item {
  border: 2px solid;
  line-height: 1.2;
  text-align: center;
  padding: 0.4em 0.5em;
  font-weight: 700;
  color: #eca9b0;
  background-color: #ffffff;
  font-size: 4.4vw;
}
@media screen and (min-width: 768px) {
  .service_class__item {
    border-width: 3px;
    font-size: 2em;
  }
}
.service_class__item--kihon {
  background-color: #eca9b0;
  color: #fff;
  border-color: transparent;
}
.service_class__item--2 {
  border-color: #a40035;
  box-shadow: 0 0 0 1px #eca9b0 inset;
}
.service_class__item--plus {
  position: relative;
}
.service_class__item--plus::before, .service_class__item--plus::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 3%;
}
@media screen and (min-width: 768px) {
  .service_class__item--plus::before, .service_class__item--plus::after {
    left: 5%;
  }
}
.service_class__item--plus::before {
  width: 1.8em;
  height: 1.8em;
  bottom: -1.4em;
  background-color: #eca9b0;
  border-radius: 50%;
}
.service_class__item--plus::after {
  content: "＋";
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  bottom: -0.9em;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2;
  padding-left: 1px;
}
.service_class__item:not(:first-child) {
  margin-top: 0.9em;
  position: relative;
}/*# sourceMappingURL=service.css.map */






.course-btn{
    margin: 30px auto 10px auto;   
    width: 49%;
}
.course-btn a{
 display: block;
position: relative;
margin: 10px auto 0;
background: #eca9b0;
color: #fff;
font-size: 1.3rem;
text-align: center;
vertical-align: middle;
line-height: 2;
text-decoration:none; 
padding: 5px;
box-sizing:border-box; 
letter-spacing:normal;
}
.course-btn a::after {
  position: absolute;
  top: 50%;
  right: 6%;
  font-family: "fontello";
  font-size: 18px;
  vertical-align: middle;
  line-height: 0;
  content: "\E805";
}
.course-btn a:hover{
    background: #eca9b0;
    color: #fff;
}
.base-service{
    color: #fff;
    background: #eca9b0;
    padding:5px 7px;
    box-sizing:border-box;
}
.flex {
    display: -webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
   
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
.course-btn a{
width: 100%;
}
.course-btn{
width: 100%;
margin: 10px auto 10px auto;   

}

}
