@charset "UTF-8";

picture {
  display: block;
}

.mainCont {
  margin: 0 auto 3em auto;
  width: 100%;
}

.mainContInner {
  font-feature-settings: "palt";
}

.mainCont img {
  width: 100%;
  vertical-align: bottom;
}

.mv {
  position: relative;
}

.mv__mds {
  display: block;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .mainCont {
/*
    max-width: 960px;
*/
  }

  .mainContInner {
    width: 100%;
/*
    max-width: 912px;
*/
    margin: 0 auto 80px;
  }

  .mv__mds {
    margin: 0 auto;
  }
}

.read {
  text-align: center;
  margin: 20px 0 50px 0;
  font-size: 5vw;
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .read {
    margin: 60px 0;
    font-size: 22px;
    line-height: 2;
  }
}

.seminar__part {
  width: 90%;
  margin: 0 auto 20px;
}

.present {
  width: 90%;
  margin: 0 auto 40px;
}

@media screen and (min-width: 767px) {
  .seminar__part {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 40px;
  }
  .present {
    max-width: 550px;
    margin: 0 auto 40px;
  }
}

.sanka {
  margin: 0 auto;
}
.sanka__box {
  border: 2px solid #c4c4c4;
}
.sanka__place > strong {
  display: block;
}
.sanka__map {
  border: 1px solid #ccc;
}
.sanka__cau {
  text-align: justify;
  line-height: 1.5;
}
.sanka__cau span {
  color: #005bab;
  display: block;
}
@media screen and (max-width: 767px) {
  .sanka {
    width: 90%;
  }
  .sanka__box {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .sanka__place {
    width: 95%;
    margin: 15px auto;
    font-size: 3.2vw;
  }
  .sanka__place > strong {
    font-size: 4.2vw;
  }
  .sanka__map {
  margin: 0 auto;
    width: 95%;
  }
  .sanka__cau {
    width: 95%;
    margin: 10px auto;
  }
  .sanka__cau span {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .sanka {
    padding-top: 50px;
    max-width: 960px;
    width: 100%;
  }
  .sanka__map {
margin-right: 30px;
  }
  .sanka__mds {
    width: 100%;
    text-align: center;
    background: #0075c1;
  }
  .sanka__mds img {
    max-width: 350px;
  }
  .sanka__detail {
padding: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sanka__place {
    width: 100%;
    font-size: 15px;
margin-bottom:20px;
  }
  .sanka__place > strong {
    font-size: 18px;
  }
  .sanka__cau {
    font-size: 12px;
  }
  .sanka__cau span {
    font-size: 15px;
  }
}

    .formMds {
        background: #EFEDDF;
        padding: 10px 0;
    }




.seasonCP__inner {
  padding: 0 0 45px 0;
}

.titleBox {
  background: linear-gradient(
    180deg,
    #40210f 0%,
    #40210f 15px,
    #f5f2e8 15px,
    #f5f2e8 100%
  );
}

.intro {
  max-width: 600px;
  margin: 0 auto 35px auto;
  display: block;
}

.title {
  max-width: 960px;
  margin: 0 auto 35px auto;
  display: block;
}

.info {
  max-width: 960px;
  margin: 35px auto 0 auto;
  display: block;
  background: #f5f2e8;
  padding: 20px 0 25px 0;
}

.info picture {
  display: block;
  margin-bottom: 40px;
}

.seminar {
}

.seminar__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.mds {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  color: #4f2102;
  font-size: 30px;
  font-weight: 700;
}

.seminarBox {
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
  display: flex;
  min-height: 185px;
}

.seminarBox__mds {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
}

.seminarBox__mds picture {
  width: 70%;
  display: block;
}

.seminarBox__inner {
  width: 40%;
  padding: 20px;
  display: flex;
  align-content: center;
  align-items: center;
}

.box1 .seminarBox__mds {
  background: #3f99d5;
  padding: 35px 0 25px 0;
}

.box1 .seminarBox__mds:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border: 30px solid transparent;
  border-left: 15px solid #3f99d5;
}

.box1 .seminarBox__mds:before {
  border-left: 15px solid #3f99d5;
}

.box1 .seminarBox__mds picture {
  position: relative;
}

.box1 .seminarBox__mds picture:before {
  content: "";
  display: inline-block;
  width: 130px;
  height: 35px;
  background: url(../images/icon_online_sp.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -45px;
  right: 50%;
  transform: translateX(50%);
}

.box2 .seminarBox__mds {
  background: #3baaa3;
}

.box2 .seminarBox__mds:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border: 30px solid transparent;
  border-left: 15px solid #3baaa3;
}

.box3 .seminarBox__mds {
  background: #f29600;
}

.box3 .seminarBox__mds:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border: 30px solid transparent;
  border-left: 15px solid #f29600;
}

.innerBox {
  width: 100%;
}

.innerBox a {
  margin-bottom: 5px;
}

.iconOnline {
  display: none;
}

.seminarBox p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.seminarBtn {
  display: block;
  width: 280px;
  margin: 0 auto;
}

.seminarBtn img {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
}

.seminarCom {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.map {
  background: #f5f2e8;
  padding: 40px 0 80px;
}

.mapBox {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mapBox > div {
  width: calc((100% - 25px) / 2);
  border-radius: 8px;
  border: 2px solid #4f2102;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  background: #fff;
}

.mapBox > div:last-of-type {
  width: calc((100% - 25px) / 2);
  border-radius: 0;
  border: none;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  background: none;
}

.cation picture {
  position: relative;
  display: inline-block;
  width: 100%;
}

.cation picture:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  border: 30px solid transparent;
  border-right: 15px solid #0075c1;
}

.areaInfo {
  background: #4f2102;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

.areaName {
  color: #4f2102;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 5px 30px;
  font-size: 28px;
  font-weight: 700;
}

.address1 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

.address2 {
  font-size: 12px;
}

.areaAccess {
  color: #4f2102;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
}

.mapBtn {
  background: #fff;
  color: #4f2102;
  font-size: 16px;
  padding: 7px 25px;
  border: 1px solid #4f2102;
  border-radius: 25px;
  display: inline-block;
}

.address3 {
  color: #000;
  font-size: 11px;
  margin-top: 10px;
}

.fixed-footer {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  z-index: 100;
}

.fixed-footer > a {
  color: #fff;
  font-size: 28px;
  background: #c0ad5e;
  text-align: center;
  padding: 10px 0;
  max-width: 960px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  transition: 1s;
}

.fixed-footer > a:hover {
  opacity: 0.5;
}

.fixed-footer > a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(90deg);
}

.fixed-footer > a::after {
  position: absolute;
  content: "";
  top: calc(50% - 0px);
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

.planBox_sm {
  padding: 8px 8px 8px 10px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 700;
}

.sm1 {
  background: #3f99d5;
}

.sm2 {
  background: #3baaa3;
}

.sm3 {
  background: #f29600;
}

.planBox_inner_txt {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

.formMds {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .seasonCP {
    width: 100%;
    margin: 0 auto;
  }

  .seasonCP__inner {
    padding: 0 0 2rem 0;
  }

  .title {
    width: 95%;
    margin: 0 auto 1rem auto;
  }

  .titleBox {
    background: #f5f2e8;
  }

  .intro {
    margin: 0 auto 10px auto;
  }

  .info {
    width: 95%;
    margin: 0 auto;
    background: none;
  }

  .seminar__inner {
    width: 100%;
    padding: 2rem 0;
    display: block;
  }

  .mds {
    margin-bottom: 2rem;
    font-size: 6.5vw;
  }

  .seminarBox {
    width: 90%;
    margin: 0 auto 2.5rem auto;
    display: block;
  }

  .seminarBox__mds {
    width: 100%;
    display: block;
    padding: 20px;
  }

  .box1 .seminarBox__mds {
    padding: 25px 20px 20px 20px;
  }

  .box1 .seminarBox__mds:before {
    content: "";
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
    border: 30px solid transparent;
    border-top: 15px solid #3f99d5;
    border-left: none;
  }

  .box2 .seminarBox__mds:before {
    content: "";
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
    border: 30px solid transparent;
    border-top: 15px solid #3baaa3;
    border-left: none;
  }

  .box3 .seminarBox__mds:before {
    content: "";
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
    border: 30px solid transparent;
    border-top: 15px solid #f29600;
    border-left: none;
  }

  .seminarBox__mds picture {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .seminarBox__inner {
    width: 100%;
    padding: 20px;
    display: block;
  }

  .box1 .innerBox {
    display: block;
  }

  .box2 .innerBox {
    display: block;
  }

  .iconOnline {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70%);
    width: 30%;
  }

  .seminarBox p {
    font-size: 3.5vw;
    text-align: justify;
  }

  .seminarBtn {
    width: 90%;
    margin: 0 auto 10px;
  }

  .seminarCom {
    width: 95%;
    font-size: 3.2vw;
    margin: 1rem auto 0 auto;
  }

  .map {
    padding: 40px 0;
  }

  .mapBox {
    width: 90%;
    display: block;
  }

  .mapBox > div {
    width: 100%;
    margin-bottom: 2rem;
  }

  .mapBox > div:last-of-type {
    width: 100%;
    border-radius: 0;
    border: none;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    background: none;
  }

  .cation picture {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .cation picture:after {
    content: "";
    position: absolute;
    top: -55px;
    transform: translateX(50%);
    right: 50%;
    border: 40px solid transparent;
    border-bottom: 20px solid #0075c1;
    z-index: 10;
  }

  .areaName {
    font-size: 6vw;
  }

  .address1 {
    font-size: 4.5vw;
  }

  .address2 {
    font-size: 3.8vw;
  }

  .address3 {
    font-size: 3.2vw;
  }

  .fixed-footer > a {
    font-size: 6vw;
    width: 95%;
  }

  .fixed-footer > a:hover {
    opacity: 1;
  }

  .planBox_sm {
    font-size: 4.8vw;
  }

  .entryBody {
    padding: 1rem 0;
  }

  .formMds {
    margin-top: 2em;
    font-size: 6.5vw;
    font-weight: 700;
  }
}
