@charset "utf-8";

.cont h3 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .cont h3 {
    margin-top: 40px;
  }

  .primary .inner p.lead br {
    display: none;
  }
}

/*============================
#about
============================*/

#about .logo-img {
  width: 220px;
}

#about ul {
  margin-top: 40px;
}

#about ul li:nth-of-type(n+3) {
  margin-top: 20px;
}

#about ul li a {
  display: block;
  font-weight: 600;
  width: 370px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #111;
  position: relative;
}

#about ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  z-index: 10;
}

#about section img {
  width: 300px;
}

#about section .detail {
  width: 440px;
}

#about section dl {
  display: flex;
  background-color: #f8f8f8;
  padding: 14px 20px;
}

#about section dl:nth-of-type(n+2) {
  margin-top: 10px;
}

#about section dl dt {
  width: 135px;
  font-weight: 600;
  border-right: 1px solid #ccc;
}

#about section dl dd {
  margin-left: 30px;
}

#about section dl dd a {
  text-decoration: underline;
}

#about section .schedule table {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  width: 760px;
}

#about section .schedule table {
  width: 100%;
  text-align: center;
}

#about section .schedule table tr {
  border-bottom: 1px solid #111;
  font-weight: 700;
}

#about section .schedule table th,
#about section .schedule table td {
  padding: 10px;
  font-weight: bold;
}

#about section .schedule th.schedule,
#about section .schedule td.schedule {
  text-align: left;
}

#about section .notice {
  position: relative;
  padding-left: 18px;
  margin-top: 6px;
}

#about section .notice::after {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#about section .close {
  color: #ef4848;
}

#about section .map-box {
  margin-top: 20px;
}

#about section .map-box iframe {
  width: 100%;
  height: 280px;
}

#about section .coming-soon {
  text-align: center;
  background-color: #ececec;
  color: #999;
  font-weight: 600;
  padding: 20px;
}


@media only screen and (max-width: 768px) {
  #about .logo-img {
    width: 100%;
  }

  #about ul {
    margin-top: 20px;
    width: 100%;
  }

  #about ul li {
    width: 100%;
  }

  #about ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #about ul li a {
    width: 100%;
    font-size: 14px;
  }


  #about section img {
    width: 100%;
  }

  #about section .detail {
    width: 100%;
  }

  #about section dl {
    margin-top: 10px;
  }

  #about section dl:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #about section dl dt {
    width: 110px;
  }

  #about section dl dd {
    margin-left: 20px;
    flex: 1;
    width: 100%;
  }

  #about section .map-box dl {
    display: block;
  }

  #about section .map-box dl dt {
    border-right: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #about section .map-box dl dd {
    margin: 0;
  }

  #about section .map-box iframe {
    width: 100%;
    height: 200px;
  }
}
