@charset "utf-8";
body { position: relative; }
header, h1 { padding: 5.25em 1em 1em; }
.newitems_pages, h1 { padding:1em; }
header h1 {
  background-image: url(/i_and_h_mkn/img/logo_small.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
  padding: calc(64.5 / 345 * 100%) 0 0;
  display: block;
}
nav form, nav form select, nav form select option { width: 100%; }
nav {
  width: 100%;
  background-color: #f29dba;
  padding: 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
nav .nav_inner {
  display: flex;
  align-items: center;
}
nav p {
  width: fit-content;
  padding: 0 1em 0 0;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
nav form {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
nav form::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f107";
  color:#f29dba;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
nav form select {
  padding: .5em;
  display: block;
}
a.anchor{
  display: block;
  padding-top: 5em;
  margin-top: -5em;
}
.section {
  padding-top: 1em;
  padding-bottom: 1em;
}
.area_item {
  margin-bottom: 1em;
  padding: 1.25em .5em;
  border-bottom: #f29dba dashed 1px;
}
.area_item p {
  padding: 0 .5em .75em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .5em;
}
.area_item p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "▼";
  color:#f29dba;
}
.area_item p.new_icon::after {
  content:'';
  background-image: url(/i_and_h_mkn/img/new_title.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.area_item p.new_icon img { width: 100%; }
.area_item img { padding: 0 8px 16px; }
.area_item .img_hidden,.area_item .link_hidden { display: none; }
.area_icon {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.area_icon a img, .area_icon .new, .area_item .area_icon a img {
  width: 100%;
}
.area_icon img, .area_icon .new, .area_item .area_icon img,
.area_icon a, .area_icon .new, .area_item .area_icon a {
  width: calc(100% / 3);
  align-self: flex-start;
}
.area_icon .new img { width: 100%; }
.area_archives {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.area_archives img:nth-child(1), .area_archives a:nth-child(1) { width: 100%; }
.area_archives img:nth-child(2), .area_archives a:nth-child(2) { width: calc(28% - 2.5px); }
.area_archives img:nth-child(3), .area_archives a:nth-child(3) { width: calc(72% - 2.5px); }
.area_set {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.area_set img:nth-child(1) { width: 27%; }
.area_set img:nth-child(2) { width: 73%; }
.return {
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.area_calendar img { width: calc((100% - 8px) / 2); }

.return a {
  background-image:url(/i_and_h_mkn/img/return.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.pc { display: none; }

/* event */
.event-content {
  background: linear-gradient(to right, #fafac9, #f5d0d0);
}
.event-content_in {
  max-width: calc(768px - 2em);
  width: calc(100% - 2em);
  margin: auto;
}
.event-header {
  width: 100%;
  margin: 0 auto 1em;
  padding-top: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-header img:first-of-type {
  width: calc(75% - .5em);
}
.event-header img:last-of-type {
  width: calc(25% - .5em);
  filter: drop-shadow(5px 5px 5px rgba(255,255,255,.5));
}
.event-content p {
  width: 100%;
  padding: 0 0 1em;
}
.event-content .section {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 1em auto 2em;
  padding: 1em;
}
.event-content .section .attention {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 0;
}
.event-content .section .attention::before {
  content: '';
  background-color: rgba(242,157,186,.5);
  border-radius: 1px;
  width: 75%;
  height: 2px;
  margin: 0 auto;
  display: block;
}
.event-content .section .attention.ng {
  padding-top: 1em;
}
.event-content .section .attention dt {
  font-size: 1.25em;
  width: 100%;
  text-align: center;
}
.event-content .section .attention.ok dt {
  color: #457ae6;
}
.event-content .section .attention.ng dt {
  color: #e95864;
}
.event-content .section .attention dd {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.event-content .section .attention dd::before {
  font-family: "Font Awesome 5 Free";
  padding-right: .25em;
}
.event-content .section .attention.ok dd::before {
  content: '\f111';
  color: #457ae6;
  font-weight: 500;
  display: block;
}
.event-content .section .attention.ng dd::before {
  content: '\f00d';
  color: #e95864;
  font-weight: 700;
  display: block;
}
.event-content .section .area_item {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.event-content .section .area_item .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.event-content .section .area_item .items a,
.event-content .section .area_item .items a img {
  display: block;
  padding: 0;
}
.event-content .section .area_item .items a {
  border-radius: 10px;
  height: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.event-content .section .area_item .items.wp-02 a {
  width: calc(50% - 5px);
  padding-top: calc(50% - 10px);
}
.event-content .section .area_item .items.wp-04 a {
  width: calc((100% - 30px) / 4);
  padding-top: calc((100% - 30px) / 4);
}
.event-content .section .area_item .items a img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


/* ---pc--- */
@media screen and (min-width: 560px) {
  header h1 {
    background-image: url(/i_and_h_mkn/img/logo_small_pc.png);
  }
  header, h1 { padding: 9em 2em 1em; }
  p {
    max-width: 1000px;
    padding: 1em 0;
  }
  .pc { display: block!important; }
  .sp { display: none; }
  nav { padding: 1.5em; }
  nav .nav_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  nav p { font-size: 1.5em; }
  nav form { border-radius: 10px; }
  nav form select { padding: 1em; }
  .sub-page_ttl {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    margin: 2em auto 2em;
    padding: 0;
    text-align: center;
  }
  .sub-page_ttl.all { background: linear-gradient(90deg, #d8c6c6, #d3c6ca); }
  .sub-page_ttl.fk { background-color: #ac88d1; }
  .sub-page_ttl.sk { background-color: #e981b4; }
  .sub-page_ttl.nb { background-color: #5888e9; }
  .sub-page_ttl.dt { background-color: #e95864; }
  .sub-page_ttl.iw { background-color: #ffe45e; }
  .sub-page_ttl.ab { background-color: #64d188; }
  .sub-page_ttl.kj { background-color: #ffa273; }
  .sub-page_ttl.mg { background-color: #4c4c4c; }
  .sub-page_ttl.ru { background-color: #ccc; }
  .sub-page_ttl.archives { background-color: #f29dba; }
  .sub-page_ttl.newitems { background-color: #f2f279; }
  .sub-page_ttl img {
    width: calc(100% / 3);
    margin: 0 auto;
  }
  .head_bg { margin-bottom: 4em; }
  a.anchor{
    display: block;
    padding-top: 6.5em;
    margin-top: -6.5em;
  }
  .area_item { margin-bottom: 2em; }
  .area_item p {
    max-width: 1000px;
    padding: 0 0 .5em;
  }
  .area_icon,.area_header, .area_set {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
  .area_icon img, .area_icon .new, .area_item .area_icon img,
  .area_icon a, .area_icon .new, .area_item .area_icon a {
    width: calc(100% / 6);
  }
  .area_header {
    display: flex;
    flex-wrap: wrap;
  }
  .area_header .new, .area_header a img {
    width: 100%;
  }
  .area_header .new, .area_header img,
  .area_header .new, .area_header a {
    width: calc(100% / 2);
  }
  .area_header .new img { width: 100%; }
  .area_archives, .area_archives_icon {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .area_archives_icon img {
    max-width: 400px;
    width: 100%;
  }

  .area_archives img a {
    width: 100%;
  }
  .area_archives a:nth-child(1) {
    max-width: 62%;
    width: 100%;
  }
  .area_archives a:nth-child(2) {
    width: 38%;
  }
  .area_archives a:nth-child(3) {
    width: 100%;
  }

  .area_calendar {
    font-size: 0;
    max-width: 1024px;
    margin: 0 auto;
  }
  .area_calendar img {width: calc((100% - 8px) / 4); }

  .return {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: static;
    text-align: left;
  }

  .return a {
    width: 3rem;
  }
}
