@charset "UTF-8";
/* CSS Document */


/* ---------------------------------------------------------
article
----------------------------------------------------------*/
.lead {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: .08em;
  text-align: center;
  padding: 100px 0 120px;
}
.lead .marker {
  background: #31DFFF;
}


/* ---------------------------------------------------------
#designer
----------------------------------------------------------*/
#designer {
  position: relative;
  color: #fff;
  padding: 98px 0 0;
  margin-bottom: 280px;
}
#designer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
#designer img {
  width: 100%;
  height: auto;
}
#designer .inner {
  width: 1200px;
  margin: 0 auto;
}
#designer h2 {
  width: 720px;
  font-size: 1.8rem;
  padding-bottom: 35px;
  border-bottom: 3px solid #fff;
  margin: 0 0 53px;
}
#designer h2 strong {
  font-size: 3.4rem;
  margin-right: 8px;
}
#designer p {
  width: 720px;
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: .08em;
}
#designer .pic {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 503px;
  margin-left: 180px;
}
#designer .map {
  width: 1115px;
  padding-bottom: 68px;
  margin: -8px auto 0;
}
@media screen and (min-width:1141px) and (max-width:1365px) {
  #designer .pic {
    width: 36.8%;
  }
}
@media screen and (min-width:641px) and (max-width:1233px) {
  #designer .pic {
    width: 420px;
  }
}

/* ---------------------------------------------------------
#schedule
----------------------------------------------------------*/
#schedule {
  width: 1200px;
  padding: 112px 0 280px;
  margin: 0 auto;
}
#schedule h2 {
  font-size: 3.4rem;
  margin-bottom: 43px;
}
#schedule h2 strong {
  font-size: 6.5rem;
  font-weight: 600;
}
#schedule p {
  font-size: 2.4rem;
  color: #434343;
  letter-spacing: .05em;
}

/* ---------------------------------------------------------
#other
----------------------------------------------------------*/
#other {
  position: relative;
  width: 1200px;
  margin: 0 auto 30px;
  z-index: 2;
}
#other .txt {
  display: flex;
}
#other dl {
  width: 210px;
  font-size: 1.4rem;
  letter-spacing: .02em;
}
#other dt {
  margin-bottom: 12px;
}
#other a[target=_blank]::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../common/img/icon_blank_gray.svg") no-repeat;
  background-size: 16px 14px;
  margin-left: 8px;
}

/* ---------------------------------------------------------
tablet
----------------------------------------------------------*/
@media screen and (min-width:641px) and (max-width:768px) {

}

/* ---------------------------------------------------------
sp
----------------------------------------------------------*/
@media screen and (max-width:640px) {
  /* ---------------------------------------------------------
  article
  ----------------------------------------------------------*/
  .lead {
    width: 93.8%;
    font-size: 1.3rem;
    line-height: 1.93;
    letter-spacing: .02em;
    text-align: left;
    padding: 20px 0 54px;
    margin: 0 auto;
  }

/* ---------------------------------------------------------
#designer
----------------------------------------------------------*/
  #designer {
    background: #000;
    padding: 46px 0 120px;
    margin-bottom: 67px;
  }
  #designer::before {
    display: none;
  }
  #designer .inner {
    width: 100%;
    margin: 0 auto;
  }
  #designer h2 {
    width: 238px;
    font-size: 1.4rem;
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
    margin: 0 0 28px;
  }
  #designer h2 strong {
    font-size: 2.3rem;
    margin-right: 8px;
  }
  #designer p {
    width: 93.6%;
    font-size: 1.3rem;
    line-height: 1.94;
    letter-spacing: .02em;
    margin: 0 auto;
  }
  #designer .pic {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-left: 0;
  }
  #designer .map {
    width: 97%;
    padding-bottom: 34px;
    margin: 2px auto 0;
  }

/* ---------------------------------------------------------
#schedule
----------------------------------------------------------*/
  #schedule {
    width: 100%;
    padding: 55px 0 67px;
    margin: 0 auto;
  }
  #schedule h2 {
    font-size: 1.8rem;
    margin: 0 0 0 3.2%;
  }
  #schedule h2 strong {
    font-size: 3.3rem;
    font-weight: 600;
  }
  #schedule p {
    font-size: 2rem;
    margin: 25px 0 0 3.7%;
  }

/* ---------------------------------------------------------
#other
----------------------------------------------------------*/
  #other {
    width: 100%;
    margin: 0 auto 17px;
    z-index: 2;
  }
  #other .txt {
    display: flex;
  }
  #other dl {
    width: 50%;
    font-size: 1.2rem;
    box-sizing: border-box;
    padding-left: 1%;
  }
  #other dl:first-child {
    padding-left: 2.9%;
  }
  #other dt {
    margin-bottom: 8px;
  }
  #other a[target=_blank]::after {
    width: 12px;
    height: 11px;
    background-size: 12px 11px;
    margin-left: 8px;
  }
}