/*------------------------------
--------------------------------
 着付け教室
--------------------------------
------------------------------*/
.school .about {
  padding: 48px 0;
}

.school .about .container {
  padding: 48px;
}

.school .about_desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.school .about_desc .about_desc_txt {
  width: 62.5%;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.school .about_desc .about_desc_txt h3 {
  padding: 16px 0;
  border-top: 1px solid var(--logo);
  border-bottom: 1px solid var(--logo);
  color: var(--midashi-brown);
}

.school span.l_space_s {
  letter-spacing: 2.0px;
}

.school span.l_space_m {
  letter-spacing: 2.5px;
}

.school span.l_space_l {
  letter-spacing: 3px;
}

.school .about_desc .about_desc_txt .btn {
  margin: 0 auto 0 0;
}

.school .about_desc .about_img {
  width: 32.4%;
  max-width: 100%;
}

.school .about_desc .about_img img {
  width: 100%;
  height: auto;
}

.school_photo_title {
  border-top: 1px solid var(--midashi-brown);
  border-bottom: 1px solid var(--midashi-brown);
  padding: 10px 0;
  text-align: center;
  color: var(--midashi-brown);
  background: rgba(98, 64, 59, 0.10);
}

.school_photo_wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.school_photo_inner {
  width: 31.8%;
  max-width: 295px;
}

.school_photo_inner img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.school .school_date {
  background-image: url(../img/bg_school01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 96px 0;
}

.school .school_date .container {
  display: flex;
  justify-content: space-between;
}

.school .school_date_img {
  width: 39.1%;
  max-width: 400px;
}

.school .school_date_img img {
  width: 100%;
}

.school_date_desc {
  width: 57.9%;
  max-width: 592px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  text-align: center;
}

.school_date_desc div:nth-child(1) {
  color: var(--white);
  width: 100%;
  height: 80px;
  padding: 20px 0 21px;
  background: var(--white-blur);
  border-top: 1px solid var(--logo);
  border-bottom: 1px solid var(--logo);
  position: relative;
}

.school_date_desc div:nth-child(1):before,
.school_date_desc div:nth-child(1):after {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/corner_deco.svg);
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
  top: 0;
}

.school_date_desc div:nth-child(1):before {
  left: 0;
}

.school_date_desc div:nth-child(1):after {
  right: 0;
  transform: rotate(90deg);
}

.school_date_desc div:nth-child(2) {
  color: var(--logo);
  margin: 0 auto;
}

.school_date_desc div:nth-child(3) {
  width: 100%;
  height: 4px;
  position: relative;
}

.school_date_desc div:nth-child(3) img {
  width: 280px;
  height: 4px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.school_date_desc div:nth-child(4) {
  color: var(--white);
  margin: 0 auto;
}

.school .school_fee {
  background: url(../img/bg_school02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 48px 0;
}

.school .school_fee .container {
  background: rgba(255, 255, 255, 0.90);
  padding: 48px;
}

.fee_txt_bg_color {
  width: 100%;
  max-width: 928px;
  margin: 32px auto 24px;
  padding: 8px 7px;
}

.fee_txt_bg_color div {
  width: 100%;
  border: 1px solid var(--white);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:32px;
  padding: 18px 1em;
}

.fee_txt_bg_color p.p_right {
  position: relative;
}

.fee_txt_bg_color p.p_right:before {
  position: absolute;
  display: block;
  content: '';
  height: 60px;
  width: 1px;
  top: 50%;
  left: -16px;
  transform: translate(-50%,-50%);
  background: var(--white);
}

.school .new_line {
  display: block;
  margin-top: -5px;
}

.fee_txt_bg_color div p {
  text-align: center;
}

.fee_txt_bg_color div p:first-child {
  text-align: right;
}

.fee_txt_bg_color div p span {
  line-height: 38px;
}

.school_fee .container .about_price {
  margin-bottom: 32px;
  text-align: center;
}

.school_fee .container .about_price p {
  display: inline;
}

.school_fee .container .about_price p span {
  color: var(--link);
}

.school .pc.space {
  display: inline;
}

.school_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.school_btn .btn {
  margin: 0;
}



@media only screen and (max-width: 1199px){
  .school .school_fee .container {
    padding: 48px 4.65%;
  }
}


@media only screen and (max-width: 650px){
  .school .about .container {
    width: 80%;
    padding: 24px;
  }

  .school .about_desc {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 16px;
  }

  .school .about_desc .about_desc_txt,
  .school .about_desc .about_img {
    width: 100%;
  }

  .school .about_desc .about_desc_txt .btn {
    width: 100%;
  }

  .school_photo_wrap {
    flex-direction: column;
    margin-top: 0;
  }

  .school_photo_inner {
    width: 100%;
    max-width: none;
  }

  .school .school_date {
    padding: 48px 0;
  }

  .school .school_date .container {
    width: 80%;
    flex-direction: column;
    gap: 16px;
  }

  .school .school_date_img {
    width: 100%;
    max-width: none;
  }

  .school .school_date_img img {
    width: 100%;
  }

  .school_date_desc {
    width: 100%;
    max-width: none;
    gap: 24px;
  }

  .school_date_desc div:nth-child(1) {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .school_date_desc div:nth-child(1):before,
  .school_date_desc div:nth-child(1):after {
  }
  .school_date_desc div:nth-child(1):before,
  .school_date_desc div:nth-child(1):after {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }

  .school .school_fee .corner_deco {
    display: none;
  }

  .school .school_fee .container {
    width: 80%;
    padding: 24px 0 0;
  }

  .school h2.title_deco {
    padding: 0 2%;
  }

  .fee_txt_bg_color {
    width: 86.7%;
    height: auto;
    margin: 16px auto;
  }

  .fee_txt_bg_color div {
    height: auto;
    flex-direction: column;
    padding: 16px 7.5px;
    gap: 0px;
  }

  .fee_txt_bg_color div:after {
    display: none;
  }

  .fee_txt_bg_color p.p_right:after {
    display: none;
  }

  .fee_txt_bg_color div p {
    width: 100%;
  }

  .fee_txt_bg_color div p:first-child {
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: .5px solid var(--white);
  }

  .fee_txt_bg_color div p span {
    display: block;
    line-height: 1.5;
  }

  .school_fee .container .about_price {
    margin-bottom: 16px;
    padding: 0 2%;
  }

  .school .pc.space {
    display: none;
  }

  .school_btn {
    flex-direction: column;
    gap: 8px;
  }

  .school_btn .button_brown {
    width: 100%;
  }
}