<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.cv {
  padding-top: 0 !important;
}

.title {
  margin-bottom: 0 !important;
}

.sweets {
  background: url("../images/bg.png") repeat;
}
.sweets .area_sweets {
  text-align: center;
}
.sweets .area_sweets .sec_intro .main_copy {
  font-weight: bold;
  margin-top: 30px;
  font-size: 1.8rem;
  color: #A17554;
  line-height: 2em;
}
.sweets .area_sweets .sec_intro .main_copy span {
  font-size: 150%;
  line-height: 1.5em;
  color: #F35663;
}
.sweets .area_sweets .sec_intro .logo {
  margin-top: 30px;
}
.sweets .area_sweets .sec_intro .main_img {
  margin: 30px 0 0 0;
}
.sweets .area_sweets .sec_intro .main_img img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.sweets .area_sweets .sec_sweets {
  margin: 50px 0 0 0;
  padding: 80px 0;
  background: rgba(255, 215, 204, 0.3);
  position: relative;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets {
    padding: 30px 0;
  }
}
.sweets .area_sweets .sec_sweets .staff_img {
  position: absolute;
  bottom: -80px;
  right: 0;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .staff_img {
    bottom: -40px;
  }
}
.sweets .area_sweets .sec_sweets .staff_img img {
  height: 180px;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .staff_img img {
    height: 100px;
  }
}
.sweets .area_sweets .sec_sweets .pink {
  font-weight: bold;
  margin: 0 auto 10px auto;
  color: #F35663;
  font-size: 2rem;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #fff;
  max-width: 300px;
  width: 100%;
}
.sweets .area_sweets .sec_sweets .ribbon {
  display: block;
  max-width: 400px;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: bold;
  color: #FFF;
  /*フォントカラー*/
  background: #FB8B83;
  /*背景色*/
  margin: 0 auto 50px auto;
}
.sweets .area_sweets .sec_sweets .ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #842C2C;
}
.sweets .area_sweets .sec_sweets .ribbon:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #842C2C;
}
.sweets .area_sweets .sec_sweets .block_sweets {
  padding: 0px 30px;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .block_sweets {
    padding: 20px;
  }
}
.sweets .area_sweets .sec_sweets .block_sweets.archive {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0 -10px;
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl {
  width: calc(33.333% - 20px);
  margin: 10px;
  position: relative;
  display: block;
  padding-bottom: 70px;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_sweets.archive dl {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .block_sweets.archive dl {
    width: calc(100% - 20px);
  }
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl dt {
  width: 100%;
  height: 200px;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .block_sweets.archive dl dt {
    height: auto;
  }
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl dd {
  width: 100%;
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl dd.fav_btn {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 15px;
  left: -15px;
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl dd.fav_btn .wpulike {
  padding: 0 !important;
  margin: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  min-width: auto !important;
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl dd.fav_btn .wpulike .wp_ulike_general_class {
  background: #fff;
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl dd.period {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #FB8B83;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-weight: bold;
  border: 3px solid #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .block_sweets.archive dl dd.period {
    top: -20px;
  }
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl dd.period span {
  display: block;
}
.sweets .area_sweets .sec_sweets .block_sweets.archive dl dd .name {
  margin: 10px 0 0 0;
  font-size: 2rem;
}
.sweets .area_sweets .sec_sweets .block_sweets &gt; dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  margin: 30px 0 0 0;
  border-radius: 10px;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .block_sweets &gt; dl {
    padding: 15px;
  }
}
.sweets .area_sweets .sec_sweets .block_sweets &gt; dl dt {
  width: 500px;
  height: 300px;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_sweets &gt; dl dt {
    width: 100%;
    height: auto;
  }
}
.sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd {
  width: calc(100% - 530px);
  text-align: left;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd .name {
  font-size: 2.5rem;
  line-height: 1.5em;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  border-bottom: 2px dashed #FB8B83;
  color: #A17554;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd .name {
    margin: 0 0 15px 0;
  }
}
.sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd .name:before {
  content: "●";
  color: #FB8B83;
}
.sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd .txt {
  margin: 5px 0 0 0;
}
.sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd .caption {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin: 30px 0 0 0;
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd .caption {
    margin: 15px 0 0 0;
  }
}
.sweets .area_sweets .sec_sweets .block_sweets &gt; dl dd .caption p {
  text-indent: -1em;
  margin-left: 1em;
}
.sweets .area_sweets .sec_sweets .block_staff {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center;
  margin-top: 30px;
}
.sweets .area_sweets .sec_sweets .block_staff .img {
  width: 48%;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_staff .img {
    width: 100%;
  }
}
.sweets .area_sweets .sec_sweets .block_staff .txt {
  width: 50%;
  background: #FB8B83;
  padding: 45px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_staff .txt {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
}
.sweets .area_sweets .sec_sweets .block_staff .txt a {
  text-decoration: underline;
  color: #fff;
}
.sweets .area_sweets .sec_sweets .block_staff .txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #FB8B83 transparent transparent;
  position: absolute;
  left: -20px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_staff .txt:before {
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.sweets .area_sweets .sec_sweets .block_staff .txt div {
  padding: 20px 0;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  font-size: 2rem;
  color: #fff;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
  width: 100%;
}
@media all and (max-width: 896px) {
  .sweets .area_sweets .sec_sweets .block_staff .txt div {
    font-size: 1.5rem;
    padding: 10px 0;
  }
}
.sweets .area_sweets .sec_sweets .block_staff .txt .img_top {
  position: absolute;
  top: -50px;
  left: -50px;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .block_staff .txt .img_top {
    width: 100px;
    left: -30px;
  }
}
.sweets .area_sweets .sec_sweets .block_staff .txt .img_bottom {
  position: absolute;
  bottom: -50px;
  right: -50px;
}
@media all and (max-width: 480px) {
  .sweets .area_sweets .sec_sweets .block_staff .txt .img_bottom {
    width: 120px;
    bottom: -30px;
    right: -30px;
  }
}

.comment {
  margin: 50px 0 0 0;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  min-width: 120px;
  max-width: 1000px;
  background: #FFF;
  border: solid 3px #FB8B83;
  box-sizing: border-box;
  border-radius: 50px;
}
@media all and (max-width: 896px) {
  .comment {
    text-align: left;
  }
}
.comment:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.comment:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FB8B83;
  z-index: 1;
}
</pre></body></html>