@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
h1 {
  margin-bottom: 0 !important;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

.hp_fs14 {
  font-size: 14px;
}

.hp_fs18 {
  font-size: 18px;
}

.hp_fs20 {
  font-size: 20px;
}

.hp_c_main {
  color: #016934;
}

.hp_border_bottom {
  border-bottom: 1px solid #016934;
}

* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  background-color: #D8EEFC;
}

.ly_main {
  padding: 100px 0;
}
.un_gmap {
  position: relative;
  width: 100%;
  padding-top: 50%;
  height: 0;
  overflow: hidden;
}
.un_gmap iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.un_anchor {
  padding-top: 30px;
  margin-top: -30px;
}

.un_end {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: red;
}

.bl_info {
  max-width: 1000px;
  margin: auto;
}
.bl_info_text {
  line-height: 2;
  color: #016934;
}
@media screen and (min-width: 768px) {
  .bl_info_text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .bl_info_text {
    font-size: 20px;
  }
}

.bl_event {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .bl_event {
    max-width: 800px;
  }
}
.bl_event_img {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.bl_event_inner {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 15px 15px;
  background-color: white;
}
.bl_event_title {
  font-size: min(5.3625vw, 26px);
  line-height: 1.5;
  color: #0c4c2a;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .bl_event_title {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .bl_event_title {
    font-size: 26px;
  }
}
.bl_event_btn {
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
}
.bl_event_btn a {
  display: block;
  background-color: #0c4c2a;
  color: white;
  padding: 8px 15px;
  font-size: min(5vw, 20px);
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
  border: 3px solid #0c4c2a;
}
@media screen and (min-width: 992px) {
  .bl_event_btn a {
    padding: 12px 15px;
  }
}
.bl_event_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px white;
  border-right: solid 3px white;
  transition: all 0.3s;
}
.bl_event_btn a:hover {
  background-color: white;
  color: #0c4c2a;
}
.bl_event_btn a:hover::after {
  border-top: solid 3px #0c4c2a;
  border-right: solid 3px #0c4c2a;
}

.un_sapporo_pr {
  margin-bottom: 50px !important;
}
.un_sapporo_pr_inner {
  background-color: #def1e8;
  padding: 15px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .un_sapporo_pr_inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .un_sapporo_pr {
    align-items: center;
  }
}
.un_sapporo_pr figure {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .un_sapporo_pr figure {
    margin-right: 15px;
    width: 200px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 992px) {
  .un_sapporo_pr figure {
    width: 300px;
  }
}
.un_sapporo_pr figure figcaption {
  font-size: 12px;
  margin-top: 5px;
}
.un_sapporo_pr p {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .un_sapporo_pr p {
    order: 1;
  }
}
.un_sapporo_pr p mark {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
@media screen and (min-width: 768px) {
  .un_sapporo_pr p mark {
    font-size: 20px;
  }
}
.un_sapporo_pr span {
  display: block;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .un_sapporo_pr span:first-of-type {
    margin-top: 15px;
  }
}

.ly_header {
  position: absolute;
  width: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ly_header {
    height: 70px;
    padding: 0 40px;
  }
}
.ly_header_logo {
  width: 68px;
  margin-bottom: 0;
}
.ly_header_logo a:hover img {
  opacity: 0.7;
}
.ly_header_logo img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .ly_header_logo {
    width: 112px;
  }
}
.ly_header_catch {
  margin-left: 32px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.ly_header_catch span {
  color: #73c1b8;
}

.bl_hero {
  text-align: center;
  margin-bottom: 50px;
}

.bl_intro_text {
  color: #016934;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .bl_intro_text {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .bl_intro_text {
    font-size: 20px;
  }
}

.bl_venue {
  margin-bottom: 100px;
}
.bl_venue_cont {
  border: 1px solid #016934;
  max-width: 1000px;
  margin: auto;
  background-color: white;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.bl_venue_cont:last-of-type {
  margin-bottom: 0;
}
.bl_venue_title {
  background-color: #016934;
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 12px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .bl_venue_title {
    font-size: 32px;
  }
}

.bl_outline_item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_outline_item {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .bl_outline_item {
    padding: 0 45px;
  }
}
.bl_outline_item:last-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bl_outline_item:last-of-type {
    margin-bottom: 60px;
  }
}
.bl_outline_heading {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
  color: white;
  background-color: #016934;
  padding: 5px 25px;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .bl_outline_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
    width: 145px;
    padding: 5px;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline_heading {
    font-size: 20px;
    width: 175px;
    min-height: 60px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 768px) {
  .bl_outline_body {
    align-self: center;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline_body {
    font-size: 20px;
  }
}
.bl_outline_body__date {
  line-height: 1;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .bl_outline_body__date {
    font-size: 24px;
  }
}
.bl_outline_body__date span {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .bl_outline_body__date span {
    font-size: 60px;
  }
}
.bl_outline_body__capa {
  color: #016934;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .bl_outline_body__capa {
    font-size: 24px;
  }
}
.bl_outline_body__capa span {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .bl_outline_body__capa span {
    font-size: 60px;
  }
}

.bl_lecture_cont {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_lecture_cont {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
.bl_lecture_cont:last-child {
  margin-bottom: 0;
}
.bl_lecture_img {
  width: 147px;
  margin: 0 auto 10px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .bl_lecture_img {
    margin: 0 20px 0 0;
  }
}
.bl_lecture_text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_lecture_text {
    text-align: left;
  }
}
.bl_lecture_heading {
  color: #016934;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .bl_lecture_heading {
    margin-bottom: 15px;
  }
}
.bl_lecture_post {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.bl_lecture_name {
  font-size: 14px;
}
.bl_lecture_name span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .bl_lecture_name span {
    font-size: 24px;
  }
}

.bl_btn {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .bl_btn {
    width: 48%;
    margin: 0 1% 30px;
  }
}
@media screen and (min-width: 992px) {
  .bl_btn {
    margin: 0 2.5% 30px;
    width: 45%;
  }
}
.bl_btn_link {
  color: white;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 50px;
  line-height: 1.5;
  padding: 15px;
  display: block;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media screen and (min-width: 992px) {
  .bl_btn_link {
    padding: 20px 0;
  }
}
.bl_btn_link__red {
  background-color: #C44050;
  border: 1px solid #C44050;
}
.bl_btn_link__red:hover {
  color: #C44050;
  background-color: white;
}
.bl_btn_link__blue {
  background-color: #73c1b8;
  border: 1px solid #73c1b8;
}
.bl_btn_link__blue:hover {
  color: #73c1b8;
  background-color: white;
}
.bl_btn_link::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px white;
  border-right: solid 3px white;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .bl_btn_link::after {
    right: 30px;
  }
}
.bl_btn_link:hover::after {
  right: 0;
  opacity: 0;
}
.bl_btn_link span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .bl_btn_link span {
    font-size: 24px;
  }
}
.bl_btn_wrap {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .bl_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    justify-content: center;
  }
}

.ly_footer {
  padding: 30px 0 20px;
  color: white;
  background-color: #016934;
}
.ly_footer_top {
  padding: 0 15px;
}
.ly_footer_logo {
  width: 150px;
  margin: 35px auto 5px;
}
.ly_footer_logo img {
  transition: all 0.3s;
}
.ly_footer_logo:hover img {
  opacity: 0.7;
}
.ly_footer_cr {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.ly_footer_cr a {
  color: white;
}
.ly_footer_cr a:hover {
  text-decoration: none;
}

.el_site_logo {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .el_site_logo {
    width: 400px;
  }
}
.el_site_logo a img {
  transition: all 0.3s;
}
.el_site_logo a:hover img {
  opacity: 0.7;
}

.un_page_logo {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_page_logo {
    margin: 10px 100px;
    width: 160px;
  }
}
.un_page_logo a:hover img {
  opacity: 0.7;
}
.un_page_logo img {
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */