<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.kunimimaru #imgMain {
  position: relative;
}
.kunimimaru #imgMain a {
  position: absolute;
  right: 1%;
  bottom: 5%;
  height: 3em;
  padding: 0 2em 0 4em;
  background-color: #fff;
  border-radius: 999px;
display: flex;
justify-content: flex-end;
align-items: center;
  font-size: 16px;
}
.kunimimaru #imgMain a:hover {
  opacity: 0.6;
}
.kunimimaru #imgMain a::before {
  content: '　';
  background-image: url("../img/icon-hat.svg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
left: 5%;
  top: 0;
  width: 2em;
  height: 100%;
}

.kunimimaru .topic {
  background-color: #daf0fc;
  padding: 30px 40px !important;
  border-radius: 24px;
}

#single.kunimimaru .sec.topic h3 {
  text-align: center;
  padding: 0 ;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border:none;
  background-image: url("../img/line-dot.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.kunimimaru .topic .imgBox {
  max-width: 340px;
  margin-left: 1.5em;
  float: right;
  border-radius: 18px;
  overflow: hidden;
}
.kunimimaru .topic p,
.kunimimaru .topic li{
  font-size: 18px;
  line-height: 2;
}

.kunimimaru .recipBox {
  padding: 20px 0;
  border-bottom: #ccc solid 2px;
}
.kunimimaru .recipBox .txtBox {
  margin-right: 30px;
  flex: 1;
}
.kunimimaru .recipBox .imgBox {
  width: 32%;
  max-width: 250px;
  border-radius: 15px;
  overflow: hidden;
}
.kunimimaru .recipBox .txtBox h4 {
color: #e61e73;
  font-size: 22px;
  font-weight: 500;
  padding: 0.5em 1em 0.5em 2.5em !important;
  border-radius: 10px;
  position: relative;
}
.kunimimaru .recipBox .txtBox h4::before {
  content: '　';
  background-image: url("../img/icon-hat.svg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
left: 2%;
  top: 0;
  width: 1.5em;
  height: 100%;
}
.kunimimaru .recipBox .txtBox dt {
  font-size: 20px;
  padding: 1em 0 0.2em 0;
  margin-bottom: 0.3em;
  border-bottom: #e61e73 dotted 1px;

}
.kunimimaru .recipBox .txtBox dd {

}
.kunimimaru .recipBox .txtBox dd li {
font-size: 17px;
  padding: 0.2em 0;
  text-indent: -1em;
  padding-left: 1em;
}

#single.kunimimaru #secOsusume .flex .itemBox .imgBox {
width: 59%;
  max-width: 210px;
}
.kunimimaru #topic02 {
  background-color: #fff9d2;
}
.kunimimaru #topic02 h3 {
  background-image: url("../img/line-dot02.png");
  position: relative;
}
.kunimimaru #topic02 h3::before {
  content: '　';
  background-image: url("../img/icon-hat.svg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1em;
  height: 100%;
  margin-right: 0.3em;
}
.kunimimaru #topic02 li{
  line-height: 1.5;
  padding: 0.2em;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 959px) {
  .kunimimaru #imgMain a {
    bottom: 6%;
  }
}

@media screen and (max-width: 599px) {
  .kunimimaru #imgMain a {
    
    background-color: #ea5c71;
    width: 100%;
    font-size: clamp(13px, 3.7vw, 15px);
    position: relative;
    margin-top: 10px;
    color: #fff;
    padding: 0;
    justify-content:center;
  }
  .kunimimaru #imgMain a::before {
    position: static;
    margin-right: 0.3em;
    background-image:url("../img/icon-hat_w.svg");

  }
  .kunimimaru .topic {
    background-color: #daf0fc;
    padding: 30px 20px !important;
    border-radius: 24px;
  }
  .kunimimaru .topic .imgBox {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
  }
  .kunimimaru .topic p, .kunimimaru .topic li {
    font-size: clamp(15px, 4.3vw, 17px);
    line-height: 1.8;
  }
  .kunimimaru .recipBox {
    flex-direction: column-reverse;
  }
  .kunimimaru .recipBox .txtBox {
    margin-right: 0px;
    flex: none;
    width: 100%;
  }
  .kunimimaru .recipBox .imgBox {
    width: 100%;
    max-width: 240px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .kunimimaru .recipBox .txtBox h4 {
    font-size: clamp(17px, 4.8vw, 19px);
  }
  .kunimimaru .recipBox .txtBox dt {
    font-size: clamp(17px, 4.8vw, 19px);

  }
  .kunimimaru .recipBox .txtBox dd {

  }
  .kunimimaru .recipBox .txtBox dd li {
  font-size: 17px;
    padding: 0.2em 0;
   font-size: clamp(15px, 4.3vw, 17px);
    padding-left: 1em;
  }
  .kunimimaru #topic02 li {
    line-height: 1.4;
    padding: 0.3em 0;
    text-indent: -1em;
    padding-left: 1em;
    }
}



</pre></body></html>