@charset "utf-8";

.schedule .head-ttl-wrap{
  background: url(../images/schedule/header-bg.jpg) no-repeat center center/cover;
  padding: 3rem 0;
}
.schedule .head-subttl{
  display: none;
}
.schedule .head-ttl{
  margin-bottom: 0;
}
/* sec-link */
.sec-link{
  padding: 80px 0;
}
.sec-link-p{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sec-link-row{
  row-gap: 15px;
}
.sec-link-row a{
  text-align: center;
  display: block;
  background-color: #f5bd00;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 32px 12px 12px;
  white-space: nowrap;
}
.sec-link-row a::before{
  content: "";
  position: absolute;
  top: 55%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  border-bottom: 0;
}
@media all and (min-width: 576px) {
  .schedule .head-ttl-wrap{
    padding: 5rem 0;
  }
  .sec-link-row{
    row-gap: 20px;
  }
}
@media all and (min-width: 1080px) {
}
@media all and (min-width: 1080px) {
  .sec-link{
    padding: 120px 0;
  }
  .sec-link-p{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 3.75rem;
  }

}
@media all and (min-width: 1200px) {
  .schedule .head-ttl-wrap{
    padding: 9.85rem 0;
  }
  .sec-link-row a{
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 12px 32px 12px 12px;
  }
  .sec-link-row a::before{
    top: 57%;
    right: 20px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 9px solid #fff;
  }
}
@media all and (min-width: 1400px) {
}
/* //sec-link */

/* sec-schedule */
.sec-schedule{
  padding: 5em 0 4rem;
  position: relative;
  background-color: #fbfbfb;
}
.sec-schedule.bg-gray{
  background-color: #f2f2f2;
}
.schedule-row{
  margin-bottom: 3rem;
}
.schedule-titlewrap{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 40px;
  column-gap: 30px;
}
#sec-trade .schedule-titlewrap, #sec-bath .schedule-titlewrap{
  flex-direction: row-reverse;
}
.schedule-title{
  width: 75%;
}
.schedule-icon{
  flex: 1;
}
.schedule-dl-wrap{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 30px;
  position: relative;
  margin-top: 31px;
}
.icon-bird::before{
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 69px;
  height: 60px;
  background: url(../images/schedule/icon-bird.svg) no-repeat center center/contain;
}
.icon-sun::before{
  content: "";
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  background: url(../images/schedule/icon-sun.svg) no-repeat center center/contain;
}
.schedule-dl{
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
}
.schedule-dl:not(.schedule-dl-wrap .schedule-dl:last-of-type){
  padding-bottom: 1.25rem;
}
.schedule-dl::before{
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  background-color: #f5bd00;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.schedule-dl:not(.schedule-dl-wrap .schedule-dl:last-of-type):after{
  content: "";
  position: absolute;
  left: -3px;
  top: 10px;
  background-color: #f5bd00;
  width: 3px;
  height: 100%;
}
.schedule-dl dt{
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.schedule-dl dd{
  margin-bottom: 0;
}
.schedule-content{
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media all and (min-width: 576px) {
  .schedule-dl-wrap{
    padding: 60px;
  }
  .schedule-dl{
    display: flex;
  }
  .schedule-content{
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .schedule-dl dt{
    margin-bottom: 0px;
    width: 65px;
  }
  .schedule-dl dd{
    width: calc(100% - 65px);
    padding-left: 30px;
  }
}
@media all and (min-width: 1080px) {
}
@media all and (min-width: 1080px) {
  .sec-schedule{
    padding: 9.375em 0 6.25rem;
  }
  .schedule-row{
    margin-bottom: 5rem;
  }
  #sec-lease::before, #sec-construction::before{
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    width: 1132px;
    max-width: 90vw;
    height: 309px;
    background: url(../images/schedule/bg1.svg) no-repeat center center/contain;
  }
  #sec-construction::before{
    top: 59%;
  }
  #sec-trade::before, #sec-bath::before{
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: 1132px;
    max-width: 90vw;
    height: 309px;
    background: url(../images/schedule/bg2.svg) no-repeat center center/contain;
  }
  .schedule-titlewrap, #sec-trade .schedule-titlewrap, #sec-bath .schedule-titlewrap{
    flex-direction: column;
    height: 100%;
    padding-bottom: 0;
    align-items: stretch;
  }
  .schedule-title{
    width: auto;
  }
  .schedule-icon{
    flex: none;
  }

  #sec-trade .schedule-row, #sec-bath .schedule-row{
    flex-direction: row-reverse;
  }

}
@media all and (min-width: 1200px) {
  #sec-construction .schedule-titlewrap{
    justify-content: flex-end;
    row-gap: 180px;
  }
  #sec-bath .schedule-titlewrap{
    padding-top: 200px;
  }
  #sec-bath::before{
    top: 60%;
  }
}
@media all and (min-width: 1400px) {
}
/* //sec-schedule */


/* CTA */
.schedule-entry-title{
  text-align: center;
  margin-bottom: 1.5rem;
}
.schedule-entry-row{
  row-gap: 15px;
}
.schedule-entry-title span{
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-left: 50px;
}
.schedule-entry-title span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 25px;
  background: url(../images/schedule/icon-megaphone.svg) no-repeat center center/contain;
}
.schedule-entry-btn{
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  background-color: #f6e628;
  position: relative;
  padding: 1rem 1.75rem;
  text-align: center;
}
.schedule-entry-btn:hover{
  color: #000;
}
.schedule-entry-btn.bg-orange{
  background-color: #f5bd00;
}
.schedule-entry-btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  border-right: 0;
}
@media all and (min-width: 576px) {
  .schedule-entry-btn::after{
    right: 15px;
  }
}
@media all and (min-width: 1080px) {
}
@media all and (min-width: 1080px) {
  .schedule-entry-title{
    margin-bottom: 3.125rem;
  }
  .schedule-entry-title span{
    font-size: 1.75rem;
    padding-left: 75px;
  }
  .schedule-entry-title span::before{
    width: 55px;
    height: 38px;
  }
}
@media all and (min-width: 1200px) {
  .schedule-entry{
    padding: 0 40px;
  }
  .schedule-entry-btn{
    font-size: 1.5rem;
    padding: 1.375rem 2.5rem;
  }
  .schedule-entry-btn::after{
    right: 40px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #000;
  }
}
@media all and (min-width: 1400px) {

}
/* //セクション１の記述 */

/* セクション２の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 1080px) {
}
@media all and (min-width: 1080px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション２の記述 */

/* セクション３の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 1080px) {
}
@media all and (min-width: 1080px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション３の記述 */


/*デスクトップ*/
@media all and (min-width: 1080px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 1080px) and (max-width: 1079px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 1079px) {
}

@media all and (max-width: 400px) {
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}