@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}



/*----------------------------------
  mv
------------------------------------*/
/*----------------------------------
  flow
------------------------------------*/
.flow {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding-top: 70px;
  padding-bottom: 80px;
}

.flow_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 100px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.flow_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.flow_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.flow_inner h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.flow_inner h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.flow_inner .flow_lead {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
}

.flow_inner .flow_flexcontainer {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}

.flow_inner .flow_piccontainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flow_inner .flow_pic {
  width: 305px;
}

.flow_inner .flow_table {
  width: 350px;
}

.flow_inner .flow_list {
  width: 100%;
  margin: 0 auto;
}

.flow_inner .flow_list dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  margin-left: 60px;
}

.flow_inner .flow_list dl:first-of-type {
  padding-top: 0px;
}

.flow_inner .flow_list dl:last-of-type {
  padding-bottom: 0px;
  border-bottom: 0px solid #3EB370;
}

.flow_inner .flow_list dt {
  position: relative;
  width: 80px;
  padding: 6px 0;
  font-size: 20px;
  letter-spacing: 1.8px;
  margin-right: 20px;
  color: #fff;
  background-color: #F398C2;
  border-radius: 30px;
}

.flow_inner .flow_list dd {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2.8px;
  width: calc(100% - 160px);
  line-height: 26px;
  text-align: left;
}

.flow_inner .flow_list dd:before, .flow_inner .flow_list dd:after {
  display: block;
  content: "";
  position: absolute;
}

.flow_inner .flow_list dd:before {
  top: 17px;
  left: -130px;
  width: 1px;
  height: calc(100% + 32px);
  border-right: 2px dotted #75CCE8;
}

.flow_inner .flow_list .noline:before {
  border-right: 0px dotted #75CCE8;
}

.flow_inner .flow_list dd:after {
  top: 1px;
  left: -140px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #75CCE8;
}

@media (max-width: 768px) {
  .flow {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .flow_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  .flow_inner h2 {
    position: relative;
    font-size: 24px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .flow_inner .flow_lead {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .flow_inner .flow_flexcontainer {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
  }
  .flow_inner .flow_piccontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
  .flow_inner .flow_pic {
    width: 100%;
  }
  .flow_inner .flow_table {
    width: 40%;
    margin-left: 30px;
  }
  .flow_inner .flow_list {
    width: 100%;
    margin: 0 auto;
  }
  .flow_inner .flow_list dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    margin-left: 10px;
    text-align: center;
  }
  .flow_inner .flow_list dl:first-of-type {
    padding-top: 0px;
  }
  .flow_inner .flow_list dl:last-of-type {
    padding-bottom: 0px;
    border-bottom: 0px solid #3EB370;
  }
  .flow_inner .flow_list dt {
    position: relative;
    width: 80px;
    padding: 6px 0;
    font-size: 14px;
    letter-spacing: 1.8px;
    margin-right: 0px;
    color: #fff;
    background-color: #F398C2;
    border-radius: 30px;
  }
  .flow_inner .flow_list dd {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2.8px;
    width: 100px;
    line-height: 26px;
    text-align: center;
  }
  .flow_inner .flow_list dd:before, .flow_inner .flow_list dd:after {
    display: block;
    content: "";
    position: absolute;
  }
  .flow_inner .flow_list dd:before {
    top: -10px;
    left: -20px;
    width: 1px;
    height: calc(100% + 50px);
    border-right: 2px dotted #75CCE8;
  }
  .flow_inner .flow_list .noline:before {
    border-right: 0px dotted #75CCE8;
  }
  .flow_inner .flow_list dd:after {
    top: -19px;
    left: -24px;
    width: 12px;
    height: 12px;
    border-radius: 24px;
    background-color: #75CCE8;
  }
}

/*----------------------------------
  event
------------------------------------*/
.event {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding-top: 70px;
  padding-bottom: 80px;
}

.event_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 100px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.event_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.event_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.event_inner h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.event_inner h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.event_inner .event_lead {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
}

.event_inner .event_flexcontainer {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.event_inner .event_item {
  width: 305px;
}

@media (max-width: 768px) {
  .event {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .event_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 20px 42px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  .event_inner h2 {
    position: relative;
    font-size: 24px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .event_inner h2::after {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 15px);
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
  }
  .event_inner .event_lead {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .event_inner .event_flexcontainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 40px;
  }
  .event_inner .event_item {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}

/*----------------------------------
  shisetsu
------------------------------------*/
.shisetsu {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding-top: 70px;
  padding-bottom: 80px;
}

.shisetsu_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 100px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.shisetsu_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.shisetsu_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.shisetsu_inner h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.shisetsu_inner h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.shisetsu_inner .shisetsu_lead {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
}

.shisetsu_inner .shisetsu_sanadayama {
  width: 600px;
  margin: 54px auto 0;
}

.shisetsu_inner .shisetsu_sanadayama h3 {
  margin-top: 36px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #3EB370;
}

.shisetsu_inner .shisetsu_ebisu {
  width: 600px;
  margin: 54px auto 0;
}

.shisetsu_inner .shisetsu_ebisu h3 {
  margin-top: 36px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FABF13;
}

@media (max-width: 768px) {
  .shisetsu {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .shisetsu_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 20px 40px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  .shisetsu_inner h2 {
    position: relative;
    font-size: 24px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .shisetsu_inner .shisetsu_lead {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .shisetsu_inner .shisetsu_sanadayama {
    width: 90%;
    margin: 54px auto 0;
  }
  .shisetsu_inner .shisetsu_sanadayama h3 {
    margin-top: 36px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #3EB370;
  }
  .shisetsu_inner .shisetsu_ebisu {
    width: 90%;
    margin: 54px auto 0;
  }
  .shisetsu_inner .shisetsu_ebisu h3 {
    margin-top: 36px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #FABF13;
  }
}

/*----------------------------------
  shisetsu_slick
------------------------------------*/
.slick-prev:before, .slick-next:before {
  color: #bbb;
  font-size: 24px;
}
/*# sourceMappingURL=style.css.map */






/*----------------------------------
  idずれ修正
------------------------------------*/

#sanadayama{
  margin-top: -150px;
  padding-top: 150px;
}

#ebisu{
  margin-top: -150px;
  padding-top: 200px;
}


@media (max-width: 768px) {
  #sanadayama{
    margin-top: -70px;
    padding-top: 70px;
  }
  
  #ebisu{
    margin-top: -70px;
    padding-top: 100px;
  }
  
}





