body #contents #main #mainView {
  display: block;
  background-image: url(../img/plan/main.jpg); }
  body #contents #main #mainView > h2 {
    background-image: url(../img/plan/logo.png);
    padding: 70px 0; }
body #contents #main h3 {
  display: block;
  width: 100%;
  background: #9c915b;
  padding: 25px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 80px;
  margin-bottom: 30px; }
  body #contents #main h3.ttl01 {
    background-image: url(../img/plan/ttl01.png); }
  body #contents #main h3.ttl02 {
    background-image: url(../img/plan/ttl02.png); }
  body #contents #main h3.ttl03 {
    background-image: url(../img/plan/ttl03.png); }
body #contents #main article .content-detail ul.plan-list, body #contents #main section .content-detail ul.plan-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  body #contents #main article .content-detail ul.plan-list > li, body #contents #main section .content-detail ul.plan-list > li {
    display: block;
    margin-bottom: 40px; }
    body #contents #main article .content-detail ul.plan-list > li > a:hover, body #contents #main section .content-detail ul.plan-list > li > a:hover {
      opacity: .5;
      transition: .5s; }
    body #contents #main article .content-detail ul.plan-list > li > a > img, body #contents #main section .content-detail ul.plan-list > li > a > img {
      display: block;
      width: 100%; }
body #contents #main article .content-detail .plan-detail-box dl > dt, body #contents #main section .content-detail .plan-detail-box dl > dt {
  margin-top: 35px;
  margin-bottom: 10px; }
  body #contents #main article .content-detail .plan-detail-box dl > dt > p, body #contents #main section .content-detail .plan-detail-box dl > dt > p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #9c915b; }
    body #contents #main article .content-detail .plan-detail-box dl > dt > p > span, body #contents #main section .content-detail .plan-detail-box dl > dt > p > span {
      font-size: 14px;
      line-height: 24px; }
body #contents #main article .content-detail .plan-detail-box dl > dd > p, body #contents #main section .content-detail .plan-detail-box dl > dd > p {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.05em; }

/*PC ONLY*/
@media screen and (min-width: 751px) {
  body #contents #main article .content-detail ul.plan-list > li, body #contents #main section .content-detail ul.plan-list > li {
    width: calc(50% - 20px); }
    body #contents #main article .content-detail ul.plan-list > li:nth-child(even), body #contents #main section .content-detail ul.plan-list > li:nth-child(even) {
      margin-left: 40px; } }
/*SP ONLY*/
@media screen and (max-width: 750px) {
  body #contents #main article .content-detail ul.plan-list, body #contents #main section .content-detail ul.plan-list {
    display: block; }
    body #contents #main article .content-detail ul.plan-list > li, body #contents #main section .content-detail ul.plan-list > li {
      width: 80%;
      margin: 0 auto 40px; } }

/*# sourceMappingURL=plan.css.map */
