@charset "utf-8";
html {
  overflow-x: hidden;
  max-width: 100vw;
}
body {
  max-width: 100vw;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-family: 'M PLUS Rounded 1c';
}
.wrapper {
  max-width: 100vw;
  width: 100%;
  position: relative;
}
header,h1 {
  width: 100%;
  padding: 1em;
}
header h1 { font-size: 0; }
header h1 img { width: 100%; }
h3,h4 {
  font-weight: 700;
  text-align: center;
}
h2 {
  color: #fff;
  font-size: 1.75em;
  width: fit-content;
  margin: 0 auto;
  padding-left: .5em;
  position: relative;
  font-weight: 400;
}
h2::before {
  content: '';
  width: 1em;
  height: 1em;
  background-image: url(/i_and_h_mkn/img/item.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -.5em;
  top: .1em;
}
.head_bg {
  background-color: #f29dba;
  width: 100vw;
  height: auto;
  padding: .5em 0;
}
h3 { font-size: 1.25em; }
h4 { font-size: 1.25em; }
h3,h4,p,ul,details {
  padding: 1em 1em 0;
  transform:rotate(0.1deg);
}
dl dt,dl dd {
  transform:rotate(0.1deg);
}
select,option { transform:rotate(0.1deg); }
a {
  color: #f29dba;
  outline: none;
}
a:hover,a:active { color: #e58a8a; }
a.anchor{
  display: block;
  padding-top: 1.5em;
  margin-top: -1.5em;
}
img { max-width: 100%; }
details {
  background-color: #f2f279;
  margin: 1em 1em 0;
  padding: 0;
  border-radius: 10px;
}
summary {
  width: 90%;
  padding: 1em 0 1em 1em;
  outline: none;
  cursor: pointer;
  list-style: none;
  position: relative;
  display: block;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "Open";
  font-size: 10px;
  font-weight: 700;
  background-color: #f29dba;
  border-radius: 5px;
  color: #fff;
  width: 10%;
  padding: 10px 5px;
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translateY(-50%);
  transition: transform 0.5s;
  text-align: center;
  display: flex;
  justify-content: center;
}
details[open] summary::after {
  content: "Close";
}
.summary_open {
  background-color: #fff;
  border: 2px #f2f279 solid;
  border-radius: 0 0 10px 10px;
  padding: 1em;
}
.detail {
  width: calc(100% - 2em);
  margin: 0 auto;
}
.img-center {
  margin: 0 auto;
  padding: 1em 0;
  display: block;
}
.section {
  max-width: 100vw;
  width: 100%;
  padding-top: 3em;
}
.new{
  width: 100%;
  height: 100%;
  position: relative;
}
.new::after {
  content: '';
  width: 3rem;
  height: 3rem;
  background-image: url(/i_and_h_mkn/img/new.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: .5rem;
  opacity: .9;
}
button {
  background-color: #f29dba;
  color: #fff;
  border-radius: 10px;
  width: 50%;
  margin: 1em auto 0;
  display: block;
}
.btn_text {
  font-size: 1em;
  text-align: center;
  padding: .5em 0;
}
.block_page-bottom { height: 3em; }
.pagetop {
  width: 3rem;
  height: 3rem;
  border-radius: 5px 0 0 0;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
}
.pagetop a {
  background-image:url(/i_and_h_mkn/img/pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}
footer {
  color: #f29dba;
  max-width: 100vw;
  width: 100%;
}
footer a { color: #e68a8a; }
footer a:hover {
  color: #f29dba
}
@media screen and (max-width: 559px) {
  .pc { display: none!important; }
}
/* pc */
@media screen and (min-width: 560px) {
  .sp { display: none!important; }
  header,h1 {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 2em;
  }
  p,ul,details {
    max-width: 960px;
    width: calc(100% - 2em);
    padding: 1em;
    margin: 0 auto;
  }
  .head_bg { margin-bottom: 1em; }
  #sozai .head_bg { margin-bottom: 0; }
  button {
    background-color: #f29dba;
    color: #fff;
    border-radius: 10px;
    width: 30%;
    margin: 1.5em auto 0;
    display: block;
  }
  button:hover,button:active {
    background-color: #fff;
    color: #f29dba;
    border: #f29dba 2px solid;
  }
  .btn_text {
    font-size: 1.25em;
    text-align: center;
    padding: 1em 0;
  }
  button:hover .btn_text,
  button:active .btn_text{
    padding: calc(1em - 2px) 0;
  }
  details {
    margin: 1em auto 0;
    padding: 0;
  }
}