@charset "utf-8";

/* Generated from .sws/.swp rules for /header/about/ responsive layout. */
.rep-sp {
  display: none;
}

.rep-header-mobile-nav {
  display: none;
}

body.rep {
  min-width: 0;
}

body.rep #layout {
  box-sizing: border-box;
}

body.rep img {
  max-width: 100%;
  height: auto;
}

#head {
  .head_flex {
    display:flex;
    justify-content: space-between;
  }
}

body > .catch {
  margin-bottom: 3px;
  padding: 5px 0 3px;
  background: rgba(244, 236, 225, 0.5);
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #5d3a2f;
}

@media screen and (max-width: 895px) { /* SPレイアウト */
   .rep-pc {
    display: none !important;
  }

  .rep-sp {
    display: block;
  }

  body.rep #head {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100000;
  }

  body.rep #head .head_wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px 54px 5px 5px;
  }

  body.rep #head .head_box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  body.rep #head .logo {
    float: none;
    width: auto;
    margin: 0;
  }

  body.rep #head .logo img {
    max-width: 143px;
    max-height: 50px;
  }

  body.rep #layout {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  body.rep #main {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    box-sizing: border-box;
  }

  body.rep #body1,
  body.rep #body2 {
    width: 100%;
    min-width: 0;
  }

  body.rep #side {
    display: none;
  }

  body.rep .bc {
    overflow-x: auto;
  }

  body.rep .mt50,
  body.rep .mt60,
  body.rep .mt70,
  body.rep .mt80,
  body.rep .mt90 {
    margin-top: 40px !important;
  }

  body.rep .mb50 {
    margin-bottom: 40px !important;
  }

  /*br*/
  body.rep .brs {
    display: block;
  }

  body.rep .brp {
    display: none;
  }

  body.rep .fl_img,
  body.rep .fr_img {
    float: none;
    text-align: center;
    margin: 0 -10px 1.5rem;
  }

  body.rep#philosophy .fl_img,
  body.rep#philosophy .fr_img {
    max-width: 375px;
    margin: 0 auto 10px;
  }

  body.rep#philosophy .fl_img img,
  body.rep#philosophy .fr_img img {
    max-width: 375px;
  }

  /*head sp*/
  body.rep #head {
    width: 100%;
    height: auto;
    transition: 0.5s;

    &.hide {
      opacity: 0;
      transition: 0.5s;
    }
  }

  body.rep #head .head_wrap {
    width: auto;
    height: 100%;
    padding: 0;
  }

  body.rep #head .catch {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #5d3a2f;
    background: rgba(244, 236, 225, 0.5);
    text-align: center;
    padding: 5px 0 3px;
    margin-bottom: 3px;
  }

  body.rep #head .head_box {
    padding: 5px 54px 5px 5px;
    margin-bottom: 4px;
    position: relative;
    height: 65px;
  }

  body.rep #head .logo {
    margin-top: 0.5em;
  }

  body.rep #head .logo img {
    max-height: 50px !important;
    max-width: 120px !important;
  }

  /*bc sp*/
  body.rep .bc {
    overflow-x: scroll;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  body.rep .bc ol {
    list-style: none;
    display: table;
    padding: 5px 0;
  }

  body.rep .bc ol li img {
    vertical-align: middle;
    max-width: 25px;
  }

  body.rep .bc ol li {
    padding: 0 1em;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    background: rgba(244, 236, 225, 0.8);
    position: relative;
    border-radius: 2px;
  }

  body.rep .bc ol li>* {
    display: block;
    font-size: 1.4rem;
    line-height: 25px;
    color: rgba(45, 4, 0, 0.9);
    background: rgba(244, 236, 225, 0);
    padding: 0 5px 0 30px;
  }

  body.rep .bc ol li:first-child>* {
    padding-left: 10px;
  }

  body.rep .bc ol li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    background: url(/sp/images/common/breadcrumb/arrow_01.png) no-repeat;
    background-size: 60%;
    width: 23px;
    height: 27px;
    z-index: 1;
  }

  body.rep .bc ol li:nth-last-child(2)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    background: url(/sp/images/common/breadcrumb/arrow_02.png) no-repeat;
    background-size: 60%;
    width: 23px;
    height: 27px;
    z-index: 1;
  }

  body.rep .bc ol li:last-child:after,
  body.rep .bc ol li:last-child:before {
    display: none;
  }

  body.rep .bc ol .current {
    background-color: rgba(45, 4, 0, 0.9);
  }

  body.rep .bc ol .current>* {
    background-color: rgba(45, 4, 0, 0);
    color: #fff;
  }

  /*tit sp*/
  body.rep .tit1 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 9px 5px 5px;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(45, 4, 0, 0.9);
    border-top: 1px solid rgba(20, 4, 0, 0.95);
    border-bottom: 3px solid rgba(20, 4, 0, 0.8);
    text-shadow: 1px 1px 2px rgba(20, 4, 0, 0.8);
  }

  body.rep .tit1_s {
    display: block;
    font-size: 90%;
  }

  body.rep .tit1_sup {
    display: block;
    font-size: 90%;
    font-weight: 400;
    color: rgba(225, 225, 225, 0.8);
  }

  body.rep .tit2 {
    position: relative;
    overflow: hidden;
    margin: 20px 0 10px;
    padding: 10px 0;
    background: #f9f5f0;
    border-top: 2px solid #411c19;
    border-bottom: 1px solid #411c19;
    line-height: 40px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    color: #411c19;
  }

  body.rep .tit2_s {
    display: block;
    font-size: 90%;
  }

  body.rep .tit3 {
    margin: 25px 5px 15px;
    padding: 0 0 2px;
    font-size: 1.7rem;
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #5d3a2f;
    border-bottom: 2px solid #411c19;
  }

  body.rep .tit4 {
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    border-left: 5px solid #411c19;
    padding-left: 6px;
    font-weight: 600;
    color: #5d3a2f;
    margin-top: 20px;
  }

  body.rep .tit4:not(p) {
    margin: 25px auto 10px;
    width: 92%;
  }

  body.rep p .tit4 {
    margin: 10px 0;
  }

  body.rep .txt {
    width: 96%;
  }

  body.rep .txt p .big {
    font-size: 1.8rem;
  }

  body.rep .flex_dbl.all,
  body.rep .flex_tri.all {
    justify-content: space-between;
  }

  body.rep .flex_dbl.all>* {
    flex-basis: 42%;
  }

  body.rep .flex_tri.all>* {
    flex-basis: 25%;
  }

  body.rep .flex_dbl,
  body.rep .flex_tri {
    justify-content: center;
    flex-wrap: wrap;
  }

  body.rep .flex_dbl>*,
  body.rep .flex_tri>* {
    flex-basis: 100%;
  }

  body.rep .rel>* {
    margin-bottom: 10px;
  }

  /*bt_cta*/
  body.rep .bt_cta div,
  body.rep .bt_cta a {
    width: 96%;
  }

  body.rep .tb1 {
    width: 96%;
  }

  body.rep .tb1 td {
    font-size: 1.6rem;
  }

  body.rep .bn1 {
    width: 96%;
  }

  body.rep .index_box {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 96%;
  }

  body.rep .index_box ol {
    padding: 0;
  }

  body.rep .index_box .parent_list li {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 2px;
    padding: 0 0 15px 1em;
    text-indent: -1em;
  }

  body.rep .index_box .parent_list li:first-child {
    margin-top: 15px;
  }

  body.rep .index_box .child_list {
    margin-top: 8px;
  }

  body.rep .index_box .child_list li {
    font-size: 90%;
  }

  body.rep .index_box li a {
    font-weight: 500;
  }

  body.rep .rel_link {
    padding: 12px;
    width: 96%;
  }

  body.rep .rel_link_tit {
    font-size: 115%;
    margin-bottom: 20px;
  }

  body.rep .rel_link_list {
    align-items: flex-start;
    flex-direction: column;
  }

  body.rep #other_area_link .rel_link_list {
    flex-direction: inherit;
  }

  body.rep .rel_link_list li {
    font-size: 1.65rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  body.rep .rel_link_list li a {
    font-weight: normal;
  }

  body.rep .child_link .rel_link_list li {
    font-size: 90%;
    line-height: 1.8;
  }

  body.rep .child_link .rel_link_list li:first-child {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  /*scroll*/
  body.rep .scroll {
    width: unset;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 10px;
    box-shadow: none;
    border: dotted 1px #ddd;
  }

  body.rep .scroll:after {
    content: "スクロール >>";
    color: rgba(45, 4, 0, 0.4);
    background: rgba(244, 236, 225, 0.8);
    font-weight: 600;
    font-size: 1.2rem;
    display: block;
    margin: 10px 0 0;
    padding: 0px 5px;
    border-radius: 4px;
    width: 7em;
    text-align: center;
  }

  /** chatplus **/
  body.rep {
    div#outline img {
      margin-bottom: 70px !important;
    }

    #chatplusview.closed #outline #eye_catcher img {
      width: 110px !important;
      height: auto;
    }
  }

  body.rep .pick_box_simple .pick_set:first-child {
    margin-top: 25px;
    border-top: 1px #b3b3b3 solid;
  }

  body.rep .pick_box_simple h3,
  body.rep .pick_box_simple h4 {
    font-size: 1.1em;
    font-weight: bold;
  }

  body.rep .pick_box_simple h3 span,
  body.rep .pick_box_simple h4 span {
    border-right: 3px solid #bf5757;
    padding-right: 5px;
    margin-right: 5px;
    font-size: 0.8em;
  }

  body.rep .pick_box_simple .pick_plan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: rgba(0, 0, 0, 0.95);
    border: solid 2px #fff;
    box-sizing: border-box;
    text-decoration: none;
    margin-top: 0.5em;
  }

  body.rep .pick_box_simple .pick_plan .plan_img_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-basis: 37%;
  }

  body.rep .pick_box_simple .pick_plan .plan_img_box .plan_img {
    flex-basis: 100%;
  }

  body.rep .pick_plan .plan_img_box .plan_img img {
    width: 100%;
    height: auto;
    border-radius: 3px;
  }

  body.rep .pick_box_simple .plan_set_box {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: end;
  }

  body.rep .pick_box_simple .plan_set_box .price {
    font-size: 1.3em;
    font-weight: bold;
    color: #EF1A0A;
  }

  body.rep .pick_box_simple .plan_set_box .price.lt {
    text-decoration: line-through;
    font-size: 1em;
    font-weight: 100;
    color: #000;
  }

  body.rep .pick_box_simple .plan_set_box .cp {
    font-size: 0.7em;
    background: #FF601F;
    display: inline-block;
    padding: 3px 3px 2px;
    border-radius: 3px;
    color: white;
  }

  body.rep .pick_box_simple .plan_set_box ul:nth-child(2) {
    margin-left: auto;
    text-align: start;
    line-height: 1.5;
    font-size: 0.8em;
    font-weight: bold;
  }

  body.rep .pick_box_simple .plan_set_box .room:before,
  body.rep .pick_box_simple .plan_set_box .day:before,
  body.rep .pick_box_simple .plan_set_box .day_full:before,
  body.rep .pick_box_simple .plan_set_box .trans_exp::before {
    font-size: 0.8em;
  }

  body.rep .pick_box_simple .plan_set_box .price:before {
    content: "税込￥";
    font-size: 0.7em;
  }

  body.rep .pick_box_simple .plan_set_box .room:before {
    content: "部屋プラン：";
  }

  body.rep .pick_box_simple .plan_set_box .day:not(.nag)::before {
    content: "入校：";
    font-size: 0.8em;
  }

  body.rep .pick_box_simple .plan_set_box .day_full {
    text-decoration: underline;
    font-size: 0.9rem;
    font-weight: bold;
    color: red;
  }

  body.rep .pick_box_simple .plan_set_box .trans_exp::before {
    content: "交通費支給：";
  }

  body.rep .pick_box_simple .cta {
    width: 100%;
    margin: 10px 0;
    padding: 7px 0;
    border-radius: 4px;
    background: #2684ff;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
  }

  /* flex_rec sp*/
  body.rep .flex_rec {
    padding-bottom: 10px;
  }

  /* bt_cta sp*/
  body.rep .bt_cta,
  body.rep .bt_school {
    display: block;
    margin: auto;
  }

  /**/
  body.rep .bt_cta a,
  body.rep .bt_cta p,
  body.rep .bt_cta div,
  body.rep .bt_school a {
    display: block;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff !important;
    font-size: 1em;
    float: none;
    width: auto;
    cursor: pointer;
    line-height: 1.4;
    max-width: 100%;
  }

  body.rep .bt_cta div,
  body.rep .bt_cta a,
  body.rep .bt_cta p {
    background: #2684ff;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  body.rep {
    .bt_cta.bt_line>* {
      background: #06c755;
    }
  }

  /* gmap */
  body.rep .gmap {
    font-size: 0.9em;
  }

  body.rep .nofee_set {
    max-width: 450px;
    margin: auto;
  }

  body.rep .nofee_set a {
    display: block;
    border: solid 2px rgba(45, 4, 0, 0.85);
    border-bottom-width: 2em;
    border-radius: 6px;
    margin: 10px 10px 20px;
    position: relative;
    text-decoration: none;
  }

  body.rep .nofee_set a:after {
    content: "タップして教習所をチェック！";
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    bottom: -30px;
    position: absolute;
    width: 100%;
  }

  body.rep .nofee_set_c {
    background: rgba(244, 236, 225, 0.5);
    display: flex;
    flex-wrap: wrap;
  }

  body.rep .nofee_img {
    flex-basis: 47%;
    padding: 0.5em 1.5%;
  }

  body.rep .nofee_img img {
    width: 100%;
    height: auto;
  }

  body.rep .nofee_data {
    flex-basis: 100%;
    padding: 0.5em 1%;
    background-color: white;
  }

  body.rep .nofee_tit {
    line-height: 120%;
    font-size: 112%;
    flex-basis: 48%;
    padding: 0.1em 1%;
  }

  body.rep .nofee_pref {
    border-radius: 2px;
    padding: 0.2em;
    margin: 0.3em;
    display: inline-block;
  }

  body.rep .nofee_car_typ {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  /*rich_anchor*/
  body.rep .rich_anchor {
    border: 3px #3333331c solid;
    position: relative;
    margin: 15px 0.5em;
    padding: 0.4em 0.5em 0.9em;
    border-radius: 5px;

    .rich_anchor_tit {
      padding-left: 0.55em;
      margin: 0.5em 0.2em;
      flex-basis: 100%;
      text-align: center;
      font-size: 1.7rem;
      font-weight: 600;
    }

    a {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      text-decoration: none;

      .sp_img {
        flex-basis: 45%;

        img {
          width: 100%;
          height: auto;
        }
      }

      .sp_txt {
        position: relative;
        color: #333;
        text-decoration: none;
        flex-basis: 50%;
        font-size: 1.4rem;
      }
    }
  }

  body.rep .rich_anchor a .sp_txt:after {
    content: "詳細をチェック \025b6";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1em;
    padding: 5px;
    background: #2684ff;
    border-radius: 5px;
    color: #fff;
  }

  body.rep .tt.rich_anchor a .sp_txt:after {
    content: "空き速報を見る \025b6";
  }

  body.rep .sokuho_pick .sokuho_pick_area {
    border: 1px solid #2d2d2d5c;
    padding: 8px;
    margin: 15px 5px 40px;
    border-radius: 5px;
    font-size: 1.6rem;
  }

  body.rep .sokuho_pick_area h4,
  body.rep .sokuho_pick_area p.sch_name {
    font-size: 1.05em;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  body.rep .sokuho_pick_area p.sch_name {
    font-weight: bold;
  }

  body.rep .sokuho_pick_area h4 span,
  body.rep .sokuho_pick_area p.sch_name span {
    border-right: 3px solid #bf5757;
    padding-right: 5px;
    margin-right: 5px;
    font-size: 0.9em;
  }

  body.rep .sokuho_pick_area ul {
    display: flex;
    flex-flow: column;
    font-size: 0.9em;
  }

  body.rep .sokuho_pick_area ul li.price {
    font-size: 1.3em;
    font-weight: bold;
    color: #EF1A0A;
  }

  body.rep .sokuho_pick_area ul .price:before {
    content: "税込￥";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .price.lt {
    text-decoration: line-through;
    font-size: 1.05em;
    font-weight: 100;
    color: #000;
  }

  body.rep .sokuho_pick_area ul .sex:before {
    content: "性別と人数：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .room:before {
    content: "部屋タイプ：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .short:before {
    content: "最短期間：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .license:before {
    content: "所持免許：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul li.day {
    font-size: 1.1em;
    font-weight: 600;
  }

  body.rep .sokuho_pick_area ul .day:before {
    content: "入校：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .cp {
    font-size: 1.4rem;
    background: #FF601F;
    width: fit-content;
    padding: 3px 3px 2px;
    border-radius: 3px;
    color: white;
  }

  body.rep .sokuho_pick_area div:not(.sokuho_pick_n),
  body.rep .sokuho_pick_area a:not(.sokuho_pick_n) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
  }

  body.rep .sokuho_pick_area a.sokuho_pick_n {
    color: #06c;
    text-decoration: underline;
  }

  body.rep .sokuho_pick_area div>div {
    flex-basis: 80%;
  }

  body.rep .sokuho_pick_area a>div {
    flex-basis: 73%;
  }

  body.rep .sokuho_pick_area div:not(.num_flex)>div:last-child,
  body.rep .sokuho_pick_area a>div:last-child {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 7px;
    background: #2684ff;
    border-radius: 3px;
    text-decoration: none !important;
    text-align: center;
    font-size: 1.1em;
    color: #fff !important;
    /* font-size: 1.2rem;
background: #2684ff;
padding: 7px 5px;
color: #fff !important;
display: inline-block;
cursor: pointer;
border-radius: 10px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
box-shadow: 2px 2px 2px rgb(0 0 0 / 15%); */
  }

  body.rep .sokuho_pick_area div:not(.num_flex)>div:last-child {
    flex-basis: 25%;
    font-size: 1em;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.rep .sokuho_pick_area a>div:last-child {
    flex-basis: 18%;
  }

  body.rep .sokuho_pick_area a div.bt_tel {
    background: rgba(238, 119, 17, 0.85);
  }

  body.rep .link_small {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  body.rep .link_small li {
    flex-basis: 30%;
    text-align: center;
  }

  body.rep .follow p.bn {
    max-width: 500px;
  }

  body.rep a.link_area {
    width: 88%;
    margin-top: 3em;
    margin-bottom: 3.5em;
  }

  body.rep a.link_area .img_area {
    flex-basis: 35%;
  }

  body.rep a.link_area .com_area {
    flex-basis: 59%;
  }

  body.rep a.link_area.wo_sim .img_area {
    flex-basis: 42%;
  }

  body.rep a.link_area.wo_sim .com_area {
    flex-basis: 52%;
  }

  body.rep a.link_area .com_area p {
    font-size: 0.9em;
    color: #06c;
  }

  body.rep .com_box {
    margin-top: 10px;
  }

  body.rep .com_box .txt {
    font-size: 1.6rem;
  }

  body.rep .plan_set_box {
    margin-top: -10px;
  }

  body.rep .pick_set_2 ul li:not(:first-child) {
    line-height: 1.4;
  }
}

@media screen and (min-width: 896px) { /* PCレイアウト */
  .rep-pc {
    display: block;
  }

  body.rep #head .head_wrap {
    width: 960px;
    margin: 0 auto;
  }

  body.rep #body1 {
    width: 1024px;
    margin: 0 auto;
  }

  body.rep #body2 {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
  }

  body.rep #layout {
    width: 1024px;
    margin: 32px 0 0;
    box-sizing: border-box;
  }

  body.rep #main {
    width: 800px;
    float: right;
    margin-top: -21px;
    box-sizing: border-box;
  }

  body.rep .brp {
    display: block;
  }

  body.rep .brs {
    display: none;
  }

  body.rep#philosophy .fl_img img,
  body.rep#philosophy .fr_img img {
    max-width: 320px;
  }

  body.rep #layout {
    width: 1024px;
    margin-top: 32px;
  }

  body.rep #main {
    width: 800px;
    float: right;
    margin-top: -21px;
  }

  body.rep #head .logo img {
    width: 230px;
  }

  /*head pc*/
  body.rep #head {
    background: url(/img/header/renewal/bg.gif) repeat-x left bottom #fff;
    min-width: 1024px;
  }

  body.rep #head .head_wrap {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
  }

  body.rep #head .catch {
    margin: 3px auto -8px;
    font-size: 11px;
  }

  body.rep #head .head_box {
    width: 1020px;
    height: 136px;
    float: right;
  }

  #head .head_flex{
    display:flex;
    flex-wrap: wrap;
  }

  body.rep #head .logo {
    float: left;
    margin-top: 19px;
  }

  body.rep #head .head_bt {
    width: 768px;
    height: 90px;
    display: flex;
    justify-content: right;
    align-items: center;
  }

  body.rep #foot #copy {
    margin: 0;
  }

  
  #head .head_contact{
    float:right;
  }

  #head .head_contact ul{
    width: auto;
    min-width: 210px;
  }

  #head .head_contact li{
    float:right;
    margin:5px 0 0 0;
  }

  #head .head_tel{
      margin:0;
    }

  .head_box{
    align-items: center;

    .head_contact ul {
      display: flex;
      justify-content: flex-end;
      flex-basis: 64%;
      gap: 2%;
      width: 360px;
      font-size: 1.7rem;

      li {
        flex-basis: 29%;

        .bt_mess {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: column;
          height: 50px;
          gap: 3px;
          padding: 2px 5px;
          border-radius: 5px;
          text-align: center;
          font-size: 0.65em;
          letter-spacing: 0.5px;
          line-height: 1.3;
          text-decoration: none;
          background: #cb5274;

          img {
            width: 18px;
            height: auto;
          }
        }

        .bt_mess.search {
          background:rgb(246, 178, 77);
          color: #fff;
        }

        .bt_mess.space_ask {
          background: #2684ff;
          color: #fff;
        }

        & .line.bt_mess {
          background: #06c755;
          font-weight: 600;
          font-size: 1.2rem;
          color: #fff;
        }
      }
    }
  }

  /*bc pc*/
  body.rep .bc {
    font-size: 11px;
    line-height: 11px;
    position: relative;
    left: -225px;
    margin-bottom: 10px;
    width: max-content;
  }

  body.rep .bc li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  body.rep .bc li:after {
    content: "＞";
    margin-left: 10px;
  }

  body.rep .bc li:last-child:after {
    content: none;
    margin-left: 0;
  }

  body.rep .bc a {
    color: #333;
    text-decoration: none;
  }

  body.rep .bc a:hover {
    color: #da8;
  }

  /*tit pc*/
  body.rep .tit1 {
    background: url(/img/hl/sec_tit_01.png) no-repeat;
    font-size: 150%;
    padding: 11px 0 11px 45px;
    margin: 0 0 10px;
    color: #520;
    font-weight: normal;
    text-align: left;
    width: 100%;
    height: 20px;
    line-height: 100%;
  }

  body.rep .tit2 {
    background: url(/img/hl/sec_tit_02.png) no-repeat;
    font-size: 150%;
    line-height: 240%;
    padding: 0 0 0 40px;
    margin: 50px 0 25px;
    height: 45px;
    color: #410;
    width: 100%;
    text-align: left;
  }

  body.rep .tit3 {
    margin: 25px 0 15px;
    padding: 0 0 2px;
    font-size: 1.8rem;
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #5d3a2f;
    border-bottom: 2px solid #411c19;
  }

  body.rep .tit4 {
    line-height: 1.6;
    letter-spacing: 0.03em;
    border-left: 5px solid #411c19;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 6px;
    font-weight: 600;
    font-size: 1.6rem;
    color: #5d3a2f;
  }

  body.rep .tit5 {
    font-size: 1.6rem;
    line-height: 3.3rem;
    font-weight: bold;
    margin: 0 0 10px 0;
  }

  body.rep .flex_dbl>* {
    flex-basis: 46.5%;
  }

  body.rep .flex_tri>* {
    flex-basis: 29.5%;
  }

  body.rep .dl2 dt {
    flex-basis: 100%;
    padding-right: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  body.rep .dl2 dd {
    flex-basis: 100%;
  }

  body.rep .index_box {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  body.rep .index_box .parent_list li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 8px;
    padding-left: 2em;
    text-indent: -1.5em;
  }

  body.rep .index_box .parent_list li:first-child {
    margin-top: 5px;
  }

  body.rep .index_box .child_list li {
    font-size: 80%;
  }

  body.rep .rel_link {
    padding: 10px;
  }

  body.rep .rel_link_tit {
    font-size: 130%;
    margin-bottom: 15px;
  }

  body.rep .rel_link_list li {
    font-size: 1.5rem;
    line-height: 2;
  }

  body.rep .rel_link_list li a {
    font-weight: bold;
  }

  body.rep .child_link .rel_link_list li {
    font-size: 95%;
    margin-right: 5px;
    position: relative;
    top: 1px;
  }

  body.rep .child_link .rel_link_list li:first-child {
    flex-basis: 12%;
    top: 0;
  }

  body.rep .cta_img {
    width: 40%;
    margin: auto;
  }

  body.rep .cta_img.tel {
    width: 41%;
    margin: 10px auto;
    display: block;
  }

  /* pick_sinple pc*/
  body.rep .pick_box_simple .pick_set {
    position: relative;
    margin: 0;
    padding: 15px 0;
    background: #fff;
    border-bottom: #4a42424a 1px solid;
  }

  body.rep .pick_box_simple h3,
  body.rep .pick_box_simple h4 {
    font-size: 1.5em;
    font-weight: bold;
  }

  body.rep .pick_box_simple h3 span,
  body.rep .pick_box_simple h4 span {
    border-right: 3px solid #bf5757;
    padding-right: 5px;
    margin-right: 5px;
    font-size: 0.9em;
  }

  body.rep .pick_box_simple .pick_plan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.95);
    border: solid 2px #fff;
    box-sizing: border-box;
    text-decoration: none;
    margin-bottom: 15px;
  }

  body.rep .pick_box_simple .pick_plan .plan_img_box {
    flex-basis: 24.5%;
  }

  body.rep .pick_box_simple .pick_plan .plan_img_box .plan_img {
    flex-basis: 100%;
  }

  body.rep .pick_plan .plan_img_box .plan_img img {
    width: 100%;
    height: auto;
    border-radius: 3px;
  }

  body.rep .pick_box_simple .plan_set_box {
    flex-basis: 73%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.2;
  }

  body.rep .pick_box_simple .plan_set_box .price.lt {
    text-decoration: line-through;
    font-size: 1.4em;
    font-weight: 100;
    color: #000;
  }

  body.rep .pick_box_simple .plan_set_box .price:before {
    content: "税込￥";
    font-size: 0.7em;
  }

  body.rep .pick_box_simple .plan_set_box .price {
    font-size: 1.9em;
    font-weight: bold;
    color: #EF1A0A;
  }

  body.rep .pick_box_simple .plan_set_box .cp {
    font-size: 1.2em;
    background: #FF601F;
    display: inline-block;
    padding: 3px 3px 2px;
    border-radius: 3px;
    color: white;
  }

  body.rep .pick_box_simple .plan_set_box ul:nth-child(2) {
    text-align: end;
    line-height: 1.7;
    font-size: 1.2em;
  }

  body.rep .pick_box_simple .plan_set_box ul:nth-child(2) li {
    font-weight: bold;
  }

  body.rep .pick_box_simple .plan_set_box .room:before,
  body.rep .pick_box_simple .plan_set_box .day:before,
  body.rep .pick_box_simple .plan_set_box .trans_exp:before {
    font-size: 0.8em;
  }

  body.rep .pick_box_simple .plan_set_box .room:before {
    content: "部屋プラン：";
  }

  body.rep .pick_box_simple .plan_set_box .day:before {
    content: "入校：";
  }

  body.rep .pick_box_simple .plan_set_box .day_full {
    font-size: 1.4em;
    font-weight: bold;
    color: red;
    text-decoration: underline;
  }

  body.rep .pick_box_simple .plan_set_box .trans_exp:before {
    content: "交通費支給：";
  }

  body.rep .pick_box_simple .cta {
    width: 35%;
    position: absolute;
    bottom: -10px;
    right: 10px;
    margin: 10px 0;
    padding: 5px 0;
    border-radius: 4px;
    background: #2684ff;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
  }

  /* flex_rec pc*/
  body.rep .flex_rec {
    display: flex;
    align-items: flex-end;
  }

  body.rep .plan_pt .flex_rec {
    align-items: center;
  }

  /* bt_cta pc*/
  body.rep .bt_cta,
  body.rep .bt_school {
    display: block;
    min-width: 335px;
    max-width: 450px;
    margin: auto;
  }

  body.rep .bt_cta a,
  body.rep .bt_cta p,
  body.rep .bt_cta div,
  body.rep .bt_school a {
    display: block;
    padding: 0.5em 1em;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff !important;
    font-size: 2.1rem;
    float: none;
    width: auto;
    cursor: pointer;
    line-height: 1.4;
  }

  body.rep .bt_cta div,
  body.rep .bt_cta a,
  body.rep .bt_cta p {
    background: #2684ff;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  body.rep {
    .bt_cta.bt_line>* {
      background: #06c755;
    }
  }

  body.rep .nofee_set {
    margin-top: 20px;
  }

  body.rep .nofee_set a:hover {
    opacity: 0.7;
  }

  body.rep .nofee_set a {
    display: flex;
    border: solid 2px rgba(45, 4, 0, 0.85);
    border-top-width: 8px;
    border-radius: 2px 2px 6px 6px;
    text-decoration: none;
    justify-content: space-between;
  }

  body.rep .nofee_tit {
    line-height: 130%;
    margin-top: 10px;
    flex-basis: 100%;
  }

  body.rep .nofee_pref {
    border-radius: 0.2em;
    padding: 0.1em 0.2em;
    margin: 0 0.2em;
  }

  body.rep .nofee_set_c {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  body.rep .nofee_img {
    flex-basis: 25%;
    background: rgba(244, 236, 225, 0.5);
    border-right: dashed 1px #ddd;
  }

  body.rep .nofee_img img {
    width: 100%;
    height: auto;
  }

  body.rep .nofee_data {
    flex-wrap: wrap;
    flex-basis: 72%;
    margin: 5px 1%;
  }

  body.rep .nofee_car_typ li {
    font-size: 85%;
  }

  /*rich_anchor*/
  body.rep .rich_anchor {
    border: 3px #3333331c solid;
    position: relative;
    margin: auto;
    padding: 0.4em 0.5em 0.9em;
    border-radius: 5px;
    max-width: 650px;

    .rich_anchor_tit {
      padding-left: 0.25em;
      margin: 0.5em 0.2em 1em;
      flex-basis: 100%;
      font-size: 1.2em;
      font-weight: 600;
      color: #333;
      text-align: center;
    }

    a {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      text-decoration: none;
      padding: 0.5em 1em;

      .sp_img {
        flex-basis: 39%;
        max-width: 270px;
      }

      img {
        width: 100%;
        height: auto;
      }

      .sp_txt {
        position: relative;
        color: #333;
        text-decoration: none;
        flex-basis: 58%;
        font-size: 1.1em;
        line-height: 1.7;
      }
    }
  }

  body.rep .rich_anchor a .sp_txt:after {
    content: "詳細をチェック \025b6";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1em;
    padding: 5px;
    background: #2684ff;
    border-radius: 5px;
    color: #fff;
  }

  body.rep .tt.rich_anchor a .sp_txt:after {
    content: "空き状況を見る \025b6";
  }

  /* sokuho_pick */
  body.rep .sokuho_pick .sokuho_pick_area {
    border: 1px solid #6f6f6f5c;
    border-radius: 5px;
    padding: 8px;
    margin: 15px auto 35px;
    line-height: 1.5;
    max-width: 690px;
  }

  body.rep .sokuho_pick_area h4,
  body.rep .sokuho_pick_area p.sch_name {
    font-size: 1.3em;
  }

  body.rep .sokuho_pick_area h4 span,
  body.rep .sokuho_pick_area p.sch_name span {
    border-right: 3px solid #bf5757;
    padding-right: 5px;
    margin-right: 5px;
    font-size: 0.9em;
  }

  body.rep .sokuho_pick_area ul {
    display: flex;
    flex-flow: column;
  }

  body.rep .sokuho_pick_area ul li.price {
    font-size: 1.3em;
    font-weight: bold;
    color: #EF1A0A;
  }

  body.rep .sokuho_pick_area ul .price:before {
    content: "税込￥";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .price.lt {
    text-decoration: line-through;
    font-size: 1.05em;
    font-weight: 100;
    color: #000;
  }

  body.rep .sokuho_pick_area ul .sex:before {
    content: "性別と人数：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .room:before {
    content: "部屋タイプ：";
    font-size: 0.9em;
  }

  body.rep .sokuho_pick_area ul .short:before {
    content: "最短期間：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .license:before {
    content: "所持免許：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul li.day {
    font-size: 1.2em;
    font-weight: 600;
  }

  body.rep .sokuho_pick_area ul .day:before {
    content: "入校日(卒業日)：";
    font-size: 0.8em;
  }

  body.rep .sokuho_pick_area ul .cp {
    font-size: 1em;
    background: #FF601F;
    display: inline-block;
    padding: 3px 3px 2px;
    border-radius: 3px;
    color: white;
    width: fit-content;
  }

  body.rep .sokuho_pick_area div:not(.sokuho_pick_n),
  body.rep .sokuho_pick_area a:not(.sokuho_pick_n) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333 !important;
  }

  body.rep .sokuho_pick_area a {
    text-decoration: none;
  }

  body.rep .sokuho_pick_area p a.sokuho_pick_n {
    color: #06c;
    text-decoration: underline;
  }

  body.rep .sokuho_pick_area p a {
    display: inline-block;
  }

  body.rep .sokuho_pick_area div>div,
  body.rep .sokuho_pick_area a>div {
    flex-basis: 80%;
  }

  body.rep .sokuho_pick_area div:not(.num_flex)>div:last-child,
  body.rep .sokuho_pick_area a>div:last-child {
    flex-basis: 15%;
    font-size: 1.7rem;
    font-weight: bold;
    background: #2684ff;
    padding: 10px 5px;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
  }

  body.rep .sokuho_pick_area a div.bt_tel {
    background: rgba(238, 119, 17, 0.85);
  }

  body.rep .link_small {
    display: flex;
    justify-content: space-evenly;
  }

  body.rep .voice_area .sch_cp_set>div {
    display: flex;
  }

  /* plan_sec */
  body.rep section .plan_sec:not(:first-of-type) {
    margin: 5em 0;
  }

  body.rep .plan_sec>*:not(h3.tit3) {
    margin: 1em;
  }

  body.rep .plan_sec h3.tit3 {
    padding: 1em;
    margin: 0 0 1em;
    background: #cfad83;
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
    border-bottom: 0;
    font-size: 1.3em;
  }

  body.rep a.link_area {
    align-items: stretch;
  }

  body.rep a.link_area .com_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  body.rep .pick_set_2 .main_img {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 3%;
  }

  body.rep .pick_set_2 .img_box {
    flex-basis: 45%;
    margin-bottom: 6px;
  }

  body.rep .pick_set_2 .img_box .img_txt {
    text-align: right;
    font-size: 85%;
    font-weight: bold;
    margin-top: 3px;
    color: #666;
  }

  body.rep .pick_set_2 .main_img .com_box,
  body.rep .pick_set_2 .sub_img .com_box {
    flex-basis: 45%;
  }

  body.rep .pick_set_2 .sch_tit {
    font-size: 1.5em;
  }

  body.rep .pick_set_2 .pick_cta a,
  body.rep .pick_set_2 .pick_cta p {
    width: 310px;
    padding: 15px 0;
  }
}