@charset "utf-8";
/*==================================================
  Open House CSS
==================================================*/
/*==========  ==========*/
/*-----  -----*/

.oh-info {
  margin: 0 20px;
}
.oh-info_inner {
  background-color: rgba(255,255,255,.5);
  border: 1px solid #afafaf;
  padding: 20px;
}
.info_date {
  background-color: #2b1017;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  padding: 1em 2em;
  margin-bottom: 20px;
}
.info_catch {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.pic_main {
  margin-bottom: 20px;
}
.pic_main img {
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
}
.pic_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pic_wrap img {
  width: calc(50% - 5px);
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
}
.info_main {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
}
.highlights {
  margin: 40px 0;
  padding: 30px 20px 20px;
  background-color: #fff7e7;
  border: 2px solid #ffd687;
  position: relative;
}
.highlights_heading {
  font-size: 14px;
  background-color: #e5a220;
  color: #fff;
  padding: 0.5em 1.25em;
  border-radius: 100px;
  position: absolute;
  left: 20px;
  top: -1.5em;
}
.highlights_item {
  margin-top: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.highlights_item p {
  font-size: 14px;
  line-height: 1.6;
}
.highlights_item p:first-of-type span {
  background-color: #785b4b;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 0.25em;
}
.highlights_item p:last-of-type {
  font-weight: bold;
  color: brown;
}
.outline {
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.outline_item {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.outline_item p {
  font-size: 14px;
}
.google_map iframe {
  width: 100%;
  aspect-ratio: 3/4;
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
}
.application {
  margin-top: 30px;
  background-color: #005982;
  padding: 20px;
  border-radius: 20px;
}
.application_heading {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.application p {
  text-align: center;
  margin-top: 0.5em;
}
.application a {
  color: #fff;
  font-size: 14px;
  position: relative;
  text-decoration: underline;
  display: inline-block;
  padding-left: calc(26px + 0.25em);
}
.application a::before {
  content: '';
  width: 26px;
  height: 20px;
  background-image: url(../img/common/mail_icon.svg);
  background-repeat: no-repeat;
  background-size: 26px 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.application a:hover {
  opacity: .8;
}

@media screen and (min-width: 414px) {
  .oh-info_inner {
    padding: 30px;
  }
  .info_date {
    font-size: 14px;
  }
  .info_catch {
    font-size: 16px;
  }
  .info_main {
    font-size: 14px;
  }
  .highlights_item p, 
  .outline_item p {
    font-size: 16px;
  }
  .application_heading {
    font-size: 14px;
  }
  .application a {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .oh-info {
    margin: 0;
  }
  .oh-info_inner {
    padding: 60px;
  }
  .info_date {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .info_catch {
    font-size: 26px;
  }
  .pic_main {
    margin-bottom: 40px;
  }
  .pic_wrap {
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pic_wrap img {
    width: calc(50% - 10px);
  }
  .info_main {
    font-size: 18px;
    line-height: 2;
  }
  .highlights {
    margin: 60px 0;
    padding: 30px 40px;
  }
  .highlights_heading {
    font-size: 16px;
  }
  .highlights_item p {
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }
  .outline {
    padding: 40px;
    gap: 30px;
  }
  .outline_item p {
    font-size: 18px;
  }
  .outline_item p br {
    display: none;
  }
  .google_map iframe {
    aspect-ratio: 16/9;
  }
  .application {
    margin-top: 50px;
    padding: 30px 40px;
  }
  .application_heading {
    font-size: 20px;
  }
  .application p {
    margin-top: 1.5em;
  }
  .application a {
    font-size: 24px;
    padding-left: calc(39px + 0.25em);
  }
  .application a::before {
    width: 39px;
    height: 30px;
    background-size: 39px 30px;
  }
}
