body#kyuen-plan {
  background: #e5f0bc;
}
body#kyuen-plan section {
  width: 1280px;
  margin: 0 auto;
}

.title {
  position: relative;
  padding-top: 40px;
}
.title .schedule {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1160px;
  padding: 10px 30px;
  background: #eb636d;
  color: #FFF;
  border: 4px solid #FFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-size: 24px;
}
.title .schedule h3 {
  padding-right: 54px;
  text-align: center;
}
.title .schedule table {
  border-left: 2px solid #FFF;
}
.title .schedule table td {
  padding: 5px;
  vertical-align: middle;
  letter-spacing: 0.03em;
}
.title .schedule table td.month {
  padding-left: 24px;
}
.title .schedule table td.month span {
  background: #FFF;
  color: #eb636d;
  padding: 5px 15px;
  display: inline-block;
}
.title .schedule table td.comment {
  font-size: 24px;
  padding-left: 45px;
}
.title .schedule table td span.etc {
  display: inline-block;
  text-align: right;
  font-size: 20px;
  padding-left: 80px;
}
.title ul.indent {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: auto;
  color: #000000;
  text-align: center;
}
.title ul.indent li {
  display: inline-block;
}

p.lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 0;
  text-align: center;
  line-height: 1.6;
}

.pNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pNav ul li a {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 300px;
  background: #FFF;
  display: block;
  border: 4px solid #009c74;
  color: #009c74;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.pNav ul li a:hover {
  background: #ccebe3;
}
.pNav ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #009c74;
  border-right: solid 2px #009c74;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.pNav ul li.mankitsu a {
  border: 4px solid #e73278;
  color: #e73278;
}
.pNav ul li.mankitsu a:hover {
  background: #fad6e4;
}
.pNav ul li.mankitsu a::after {
  border-top: solid 2px #e73278;
  border-right: solid 2px #e73278;
}
.pNav ul li.baseball a {
  border: 4px solid #0171cc;
  color: #0171cc;
}
.pNav ul li.baseball a:hover {
  background: #c7e0f3;
}
.pNav ul li.baseball a::after {
  border-top: solid 2px #0171cc;
  border-right: solid 2px #0171cc;
}
.pNav ul li.option a {
  border: 4px solid #f08300;
  color: #f08300;
}
.pNav ul li.option a:hover {
  background: #ffddb5;
}
.pNav ul li.option a::after {
  border-top: solid 2px #f08300;
  border-right: solid 2px #f08300;
}

@media screen and (max-width: 767px) {
  body#kyuen-plan section {
    width: auto;
    margin: 0 10px;
  }
  .title {
    padding: 0 0 5px 0;
    margin: 0 !important;
    background: #fffbc2;
  }
  .title img {
    width: 100%;
    height: auto;
  }
  .title .schedule {
    position: relative;
    bottom: 0;
    margin: -50px 10px 10px 10px;
    width: auto;
    height: auto;
    border: 2px solid #FFF;
    font-size: 13px;
    display: block;
    z-index: 10;
    padding: 10px;
  }
  .title .schedule h3 {
    padding-right: 0;
    text-align: center;
    border-bottom: 1px solid #FFF;
    padding: 5px 0 10px 0;
    font-size: 16px;
  }
  .title .schedule table {
    border-left: none;
    margin: 5px auto 0 auto;
  }
  .title .schedule table td {
    padding: 0;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
  }
  .title .schedule table td.year {
    padding: 5px;
    white-space: nowrap;
  }
  .title .schedule table td.month {
    padding-left: 0;
  }
  .title .schedule table td.month span {
    padding: 5px 10px;
    white-space: nowrap;
    margin-left: 0;
  }
  .title .schedule table td.month + td {
    padding: 5px 10px;
  }
  .title .schedule table td.comment {
    font-size: 14px;
    padding-left: 5px;
  }
  .title .schedule table td span.etc {
    display: inline-block;
    text-align: right;
    font-size: 11px;
    padding-left: 10px;
    position: absolute;
    bottom: -5px;
    right: 15px;
  }
  .title ul.indent {
    position: static;
    text-align: left;
    margin: 0 10px;
  }
  .title ul.indent li {
    display: block;
    font-size: 11px;
    margin-bottom: 0;
  }
  p.lead {
    text-align: left;
    font-size: 14px;
    padding: 20px 5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  p.lead small {
    font-size: 13px;
  }
  .pNav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pNav ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  .pNav ul li a {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    border: 2px solid #009c74;
  }
  .pNav ul li a::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
  .pNav ul li.mankitsu a {
    border: 2px solid #e73278;
  }
  .pNav ul li.baseball a {
    border: 2px solid #0171cc;
  }
  .pNav ul li.option a {
    border: 2px solid #f08300;
  }
}
section.plan {
  margin-top: 50px !important;
}
section.plan h3.planTitle {
  background: #009c74;
  padding: 40px 0;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  font-size: 40px;
  line-height: 1.5;
}
section.plan h3.planTitle span {
  font-size: 20px;
  display: block;
}
section.plan .price {
  background: #ccebe3;
  padding: 40px 0;
  text-align: center;
  color: #009c74;
}
section.plan .price p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
section.plan .price p strong {
  font-weight: 600;
  font-size: 32px;
}
section.plan .unit {
  background: #FFF;
  padding: 40px 150px 60px 150px;
}
section.plan .unit p.text.center {
  text-align: center;
  font-weight: 500;
}
section.plan .unit p.em {
  font-weight: 500;
  line-height: 1.5;
}
section.plan .unit .photo {
  margin: 40px auto;
  text-align: center;
}
section.plan .unit .details h4 {
  background: #009c74;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  padding: 8px;
  font-size: 18px;
}
section.plan .unit .details .inner {
  padding: 2px 40px 30px 40px;
  background: #ccebe3;
}
section.plan .unit .details .inner h5 {
  color: #009c74;
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0 10px 1em;
  text-indent: -1em;
  line-height: 1.5;
}
section.plan .unit .details .inner h5 span.time {
  display: inline-block;
  margin-left: 10px;
  background: #009c74;
  color: #FFF;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
  text-indent: 0;
  line-height: 1;
}
section.plan .unit .details .inner ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
}
section.plan .unit .details .inner ul.list li {
  width: 50%;
  margin-top: 5px;
  font-size: 16px;
}
section.plan .unit .details .inner ul.list li span.etc {
  display: inline-block;
  padding-left: 20px;
}
section.plan .unit .details .inner .borderBox {
  border: 1px solid #009c74;
  padding: 20px;
  margin-top: 10px;
  position: relative;
}
section.plan .unit .details .inner .borderBox .img-menu {
  width: 210px;
  height: 140px;
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 0;
  top: 0;
  margin: auto;
}
section.plan .unit .flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.plan .unit .flexWrap dl.info {
  width: 470px;
  margin-top: 30px;
}
section.plan .unit .flexWrap dl.info dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #009c74;
  color: #009c74;
  padding: 5px 10px;
  margin-bottom: 10px;
}
section.plan .unit .flexWrap dl.info dd {
  line-height: 1.5;
}
section.plan .unit .flexWrap dl.info dd.indent {
  font-size: 14px;
  text-indent: -1em;
  margin: 5px 0 0 1em;
}
section.plan#mankitsu h3.planTitle {
  background: #e73278;
}
section.plan#mankitsu .price {
  background: #fad6e4;
  color: #e73278;
}
section.plan#mankitsu .unit .details h4 {
  background: #e73278;
}
section.plan#mankitsu .unit .details .inner {
  background: #fad6e4;
}
section.plan#mankitsu .unit .details .inner h5 {
  color: #e73278;
}
section.plan#mankitsu .unit .details .inner h5 span.time {
  background: #e73278;
}
section.plan#mankitsu .unit .details .inner .borderBox {
  border: 1px solid #e73278;
}
section.plan#mankitsu .unit .flexWrap dl.info dt {
  border: 2px solid #e73278;
  color: #e73278;
}
section.plan#baseball h3.planTitle {
  background: #0171cc;
}
section.plan#baseball .price {
  background: #c7e0f3;
  color: #0171cc;
}
section.plan#baseball .unit .details h4 {
  background: #0171cc;
}
section.plan#baseball .unit .details .inner {
  background: #c7e0f3;
}
section.plan#baseball .unit .details .inner h5 {
  color: #0171cc;
}
section.plan#baseball .unit .details .inner h5 span.time {
  background: #0171cc;
}
section.plan#baseball .unit .details .inner .borderBox {
  border: 1px solid #0171cc;
}
section.plan#baseball .unit .flexWrap dl.info dt {
  border: 2px solid #0171cc;
  color: #0171cc;
}
section.plan#option h3.planTitle {
  background: #f08300;
}
section.plan#option h3.planTitle span.bg-white {
  background: #FFF;
  color: #f08300;
  padding: 3px 10px;
  border-radius: 20px;
  width: 150px;
  display: block;
  margin: 0 auto;
}
section.plan#option .photo.flexWrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 20px auto;
}
section.plan#option .photo.flexWrap img {
  width: 470px;
  height: auto;
}
section.plan#option .price-text {
  color: #f08300;
  margin: 10px 0;
}
section.plan#option .unit .details h4 {
  background: #f08300;
}
section.plan#option .unit .details .inner h5 {
  color: #f08300;
}
section.plan#option .unit .details .inner h5 span.time {
  background: #f08300;
}
section.plan#option .unit .details .inner .borderBox {
  border: 1px solid #f08300;
}
section.plan#option .unit .flexWrap dl.info {
  position: relative;
}
section.plan#option .unit .flexWrap dl.info dt {
  border: 2px solid #f08300;
  color: #f08300;
}
section.plan#option .unit .flexWrap dl.info dd .indent {
  margin: 0;
}
section.plan#option .unit .flexWrap dl.info dd.indent.normal {
  font-size: 16px;
}
section.plan#option .unit .flexWrap dl.info .mg-top {
  margin-top: 15px;
}
section.plan#option .unit .flexWrap dl.info dd.goods {
  position: absolute;
  top: 40px;
  right: 0;
}
section.plan#option .unit .flexWrap dl.info dd.goods img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  section.plan {
    margin-top: 20px !important;
  }
  section.plan h3.planTitle {
    padding: 15px 10px;
    font-size: 20px;
  }
  section.plan h3.planTitle span {
    font-size: 13px;
  }
  section.plan .price {
    padding: 15px 10px 10px 10px;
  }
  section.plan .price p {
    font-size: 14px;
    line-height: 1.3;
  }
  section.plan .price p strong {
    font-size: 20px;
  }
  section.plan .unit {
    padding: 20px 10px;
  }
  section.plan .unit p.text.center {
    text-align: left;
    font-size: 13px;
  }
  section.plan .unit .photo {
    margin: 20px auto;
  }
  section.plan .unit .photo img {
    width: 100%;
    height: auto;
  }
  section.plan .unit .details h4 {
    font-size: 16px;
  }
  section.plan .unit .details .inner {
    padding: 2px 10px 15px 10px;
  }
  section.plan .unit .details .inner h5 {
    font-size: 14px;
    margin: 20px 0 5px 1em;
  }
  section.plan .unit .details .inner h5 span.time {
    font-size: 12px;
    padding: 2px 10px;
  }
  section.plan .unit .details .inner p.text {
    font-size: 13px;
  }
  section.plan .unit .details .inner p.em {
    font-size: 14px;
  }
  section.plan .unit .details .inner ul.list {
    width: 100%;
  }
  section.plan .unit .details .inner ul.list li {
    width: 100%;
    margin: 5px 0 0 1em;
    font-size: 13px;
    text-indent: -1em;
    line-height: 1.2;
  }
  section.plan .unit .details .inner .borderBox {
    padding: 15px 10px;
  }
  section.plan .unit .details .inner .borderBox .img-menu {
    width: 150px;
    height: 100px;
    position: static;
    margin: 0 auto;
    display: block;
  }
  section.plan .unit .flexWrap dl.info {
    width: 100%;
    margin-top: 20px;
  }
  section.plan .unit .flexWrap dl.info dt {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  section.plan .unit .flexWrap dl.info dd {
    line-height: 1.5;
    font-size: 13px;
  }
  section.plan .unit .flexWrap dl.info dd.indent {
    font-size: 12px;
  }
  section.plan#option h3.planTitle span.bg-white {
    width: 100px;
  }
  section.plan#option .photo.flexWrap {
    margin: 0 auto;
  }
  section.plan#option .photo.flexWrap img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  section.plan#option .price-text {
    margin: 5px 0;
  }
  section.plan#option .unit .flexWrap dl.info dd .indent {
    margin-top: 5px;
  }
  section.plan#option .unit .flexWrap dl.info .mg-top {
    margin-top: 10px;
  }
  section.plan#option .unit .flexWrap dl.info dd.indent.normal {
    font-size: 13px;
  }
  section.plan#option .unit .flexWrap dl.info dd.goods {
    position: static;
    text-align: center;
  }
}
section.howto {
  background: #FFF;
  padding: 60px 0;
  margin: 60px auto 80px auto !important;
}
section.howto .inner {
  width: 1000px;
  margin: 0 auto;
}
section.howto .inner h3 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 60px;
}
section.howto .inner dl {
  display: table;
  width: 100%;
}
section.howto .inner dl dt,
section.howto .inner dl dd {
  display: table-cell;
  vertical-align: middle;
}
section.howto .inner dl dt {
  background: #aacd23;
  color: #FFF;
  width: 320px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
section.howto .inner dl dd {
  background: #e5f0bc;
  padding: 40px;
}
section.howto .inner dl dd p.em {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
section.howto .inner dl dd p.em + p.text {
  margin-top: 20px;
}
section.howto .inner div.btnBrown {
  margin: 0 auto;
  width: 580px;
}
section.howto .inner div.btnBrown a {
  padding: 25px 20px;
  font-size: 20px;
}
section.howto .inner div.arrow {
  margin: 20px auto;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #583c32;
}
section.howto .inner div.contact {
  margin: 30px auto 15px auto;
  text-align: center;
}
section.howto .inner div.contact p {
  line-height: 1.4;
  font-size: 24px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
}
section.howto .inner h4.subHeading {
  margin-bottom: 20px;
}
section.howto .inner .basicTable {
  margin-top: 20px;
}
section.howto .inner .basicTable tbody th {
  background: #e5f0bc;
}
section.howto .inner .summaryTable {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
section.howto .inner .summaryTable th, section.howto .inner .summaryTable td {
  border-bottom: 1px solid #b6b6b6;
  padding: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  vertical-align: middle;
}
section.howto .inner .summaryTable th {
  width: 150px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section.howto {
    padding: 30px 4%;
    margin: 40px auto !important;
  }
  section.howto .inner {
    width: auto;
    margin: 0 auto;
  }
  section.howto .inner h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  section.howto .inner dl {
    display: block;
  }
  section.howto .inner dl dt,
  section.howto .inner dl dd {
    display: block;
  }
  section.howto .inner dl dt {
    width: auto;
    font-size: 18px;
    padding: 15px;
  }
  section.howto .inner dl dd {
    padding: 20px;
  }
  section.howto .inner dl dd div.btnBrown {
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0 auto;
  }
  section.howto .inner dl dd p.em {
    font-size: 14px;
    line-height: 1.4;
  }
  section.howto .inner dl dd p.em + p.text {
    margin-top: 10px;
  }
  section.howto .inner div.btnBrown {
    margin: 10px auto 0 auto;
    width: 80%;
    max-width: 300px;
  }
  section.howto .inner div.btnBrown a {
    padding: 20px 10px;
    font-size: 15px;
  }
  section.howto .inner div.arrow {
    margin: 15px auto;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 18px solid #583c32;
  }
  section.howto .inner div.contact {
    padding: 10px 15px;
    margin: 15px auto 0 auto;
  }
  section.howto .inner div.contact p {
    font-size: 16px;
  }
  section.howto .inner div.contact p small {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-top: 5px;
  }
  section.howto .inner .basicTable th, section.howto .inner .basicTable td {
    font-size: 12px;
    padding: 10px 5px;
  }
  section.howto .inner .summaryTable {
    margin-top: 20px;
  }
  section.howto .inner .summaryTable th, section.howto .inner .summaryTable td {
    padding: 10px 5px;
    font-size: 13px;
  }
  section.howto .inner .summaryTable th {
    width: 90px;
    text-align: center;
  }
}
/*# sourceMappingURL=kyuen-plan.css.map */