@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : corner.css
Description : コーナー
===================================================================== */
/* ========================================================
    corner
======================================================== */
.corner {
  position: relative;
  width: 100%;
  margin-bottom: -8rem;
  padding: 24rem 0 0 0;
  background-color: #f2ede6;
}
@media screen and (min-width: 768px) {
  .corner {
    padding: 16rem 0 0 0;
  }
}
.corner_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .corner_column {
    width: 88.125%;
  }
}
.corner_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .corner_wrap {
    gap: 0 0;
  }
}
.corner_program {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .corner_program {
    width: 48.2269503546%;
  }
}
.corner_ttl {
  position: relative;
  text-align: center;
}
.corner_ttl.cematin > figure {
  padding-top: 0;
}
.corner_ttl.zip > figure {
  padding-top: 2.7rem;
}
.corner_ttl > figure {
  display: inline-block;
  height: 14.4rem;
}
@media screen and (min-width: 768px) {
  .corner_ttl > figure {
    height: 10.4rem;
  }
}
.corner_ttl > figure > img {
  width: auto;
  height: 100%;
}
.corner_cematin {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 5rem 4rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .corner_cematin {
    margin-top: 4rem;
    padding: 4rem;
  }
}
.corner_cematin::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  bottom: -1.6rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #ff2200;
  z-index: -1;
}
.corner_cematin .corner_detail_head > dt {
  color: #ff2200;
}
.corner_zip {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 5rem 4rem;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .corner_zip {
    margin-top: 4rem;
    padding: 4rem;
  }
}
.corner_zip::before {
  content: "";
  position: absolute;
  right: -1.6rem;
  bottom: -1.6rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #0069d7;
  z-index: -1;
}
.corner_zip .corner_detail_head > dt {
  color: #0069d7;
}
.corner_detail {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .corner_detail {
    padding: 2rem 0;
  }
}
.corner_detail::after {
  content: none;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  display: block;
  width: 100%;
  height: 0.6rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 2.4rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .corner_detail::after {
    bottom: -0.2rem;
    height: 0.4rem;
    background-size: 1.6rem 0.4rem;
  }
}
.corner_detail:has(+ .corner_detail)::after {
  content: "";
}
.corner_detail_head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.corner_detail_head > dt {
  position: relative;
  width: 5em;
  font-size: 3rem;
  font-weight: 700;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .corner_detail_head > dt {
    font-size: 1.8rem;
  }
}
.corner_detail_head > dd {
  position: relative;
  width: calc(100% - 5em);
  font-size: 3rem;
  font-weight: 700;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .corner_detail_head > dd {
    font-size: 1.8rem;
  }
}
.corner_detail_body {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
.corner_detail_body.block_04 {
  display: block;
}
@media screen and (min-width: 768px) {
  .corner_detail_body {
    margin-top: 1rem;
  }
}
.corner_detail_img {
  position: relative;
  width: 21.6rem;
}
.corner_detail_img.block_04 {
  width: 100%;
  display: flex;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .corner_detail_img {
    width: 36.2068965517%;
  }
}
.corner_detail_text {
  position: relative;
  width: 36rem;
  font-size: 3rem;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .corner_detail_text {
    width: 58.6206896552%;
    font-size: 1.8rem;
  }
}

.timetable_subttl {
  color: #ff2200;
  position: relative;
  margin-top: -0.5rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .timetable_subttl {
    font-size: 3rem;
  }
  .program_box {
    display: flex;
    width: 100%;
  }
  .cematin_box {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  .corner_program {
    width: 95%;
  }
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 0.8em;
  background: #ffea00;
  border-radius: 30px;
  text-align: center;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffea00;
}
/*# sourceMappingURL=corner.css.map */