@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
*::before,
*::after {
  box-sizing: border-box; }

body {
  color: #603A42; }

p,
a,
li {
  font-family: YuGothic, "Hiragino Sans", Meiryo, "sans-serif"; }

@media screen and (max-width: 767px) {
  #site_desc {
    height: 51px; }

  #header_top {
    height: 60px; } }
.pc_logo_image {
  width: 100%;
  max-width: 600px;
  height: auto; }

.bold {
  font-weight: bold; }

.yellow_line {
  background: linear-gradient(transparent 50%, #ffff66 0%); }

a {
  color: #999999; }
  a:hover {
    color: #FAE8E5; }

#bread_crumb {
  background-color: #CD7786; }
  #bread_crumb a:hover {
    color: #f9bfc9; }

.menu {
  background-color: #CD7786; }
  .menu a {
    color: #fff;
    font-family: vdl-pengentle, sans-serif;
    font-style: normal;
    font-weight: 700; }

.home .button a,
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  line-height: 22px !important;
  max-width: 250px;
  margin: 0.5em auto;
  padding: 1.2em;
  border: none !important;
  border-radius: 2em;
  background-color: #CD7786 !important;
  color: #fff !important;
  line-height: 1;
  font-size: 16px;
  transition: 0.2s; }
  .home .button a:hover,
  a.btn:hover {
    background-color: #FAE8E4 !important;
    color: #CD7786 !important;
    transition: 0.2s; }
  .home .button a.l-size,
  a.btn.l-size {
    padding: 1.5em;
    max-width: 100%;
    background-color: #CD7786 !important;
    border-radius: 0; }
    .home .button a.l-size:hover,
    a.btn.l-size:hover {
      background-color: #FAE8E4 !important;
      color: #CD7786 !important;
      transition: 0.2s; }
    @media screen and (min-width: 500px) {
      .home .button a.l-size,
      a.btn.l-size {
        max-width: 80%; } }
    @media screen and (min-width: 768px) {
      .home .button a.l-size,
      a.btn.l-size {
        max-width: 400px; } }

#page_header .headline {
  text-shadow: 0.2em 0.2em 1em #a2a2a2, -0.2em -0.2em 1em #000; }

#footer_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  background-color: #FAE8E5; }
  #footer_banner p {
    display: none; }

#footer {
  background-color: #FAE8E5; }

#footer_top {
  padding-bottom: 0; }

#company_date {
  background-color: transparent;
  border-top: none; }

@media screen and (max-width: 1151px) {
  #footer_menu {
    line-height: 60px;
    padding: 0; } }
#footer_menu li {
  border-right-color: #fff; }

#copyright {
  background-color: transparent;
  color: #603A42; }

@media screen and (min-width: 768px) {
  sp {
    display: none; } }
@media screen and (max-width: 767px) {
  pc {
    display: none; } }
figure img {
  width: 100%; }

.bold {
  font-weight: bold; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .flex {
      justify-content: space-between; }
      .flex .text {
        width: calc(100% - 300px - 1em); }
        .flex .text + figure {
          width: 300px; } }
  @media only screen and (max-width: 767px) {
    .flex {
      flex-direction: column; }
      .flex .text {
        order: 2; }
        .flex .text + figure {
          margin: 1em auto;
          order: 1; } }

.post_content > section {
  padding-bottom: 3rem; }
.post_content p {
  margin-bottom: 1em;
  line-height: 1.8; }
.post_content ul {
  list-style: none;
  margin-left: 0; }
  .post_content ul li::before {
    margin-right: 0.5em;
    color: #CD7786;
    content: "●"; }
  .post_content ul.pink-back {
    display: flex;
    flex-wrap: wrap;
    margin: 1em auto;
    padding: 1em;
    background-color: #CD7786;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .post_content ul.pink-back {
        justify-content: space-between; } }
    .post_content ul.pink-back li {
      margin: 0.5em 0;
      line-height: 1.2; }
      @media screen and (min-width: 768px) {
        .post_content ul.pink-back li {
          width: 49%; } }
      .post_content ul.pink-back li::before {
        color: #fff;
        content: "✓"; }
  .post_content ul.rice li::before {
    content: "※"; }

body:not(.home) .post_content h2 {
  margin-bottom: 1.5rem !important;
  border-bottom: 2px solid #CD7786;
  font-family: vdl-pengentle, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #CD7786; }
body:not(.home) .post_content .h3 {
  display: inline-block;
  min-width: 300px;
  margin: 1.5em auto;
  padding: 0;
  border-bottom: dotted 2px #CD7786;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #CD7786;
  font-size: 130%;
  font-weight: bold; }

#intro p {
  text-align: center; }

.dotted-box {
  margin: 1em auto;
  padding: 1em;
  border: dotted 2px #CD7786; }

.menu-list {
  display: flex;
  flex-wrap: wrap; }
  .menu-list dt {
    width: 100%; }
    .menu-list dt::before {
      margin-right: 0.5em;
      color: #CD7786;
      content: "●"; }
  .menu-list dd {
    width: 100%;
    padding-left: 1.5em;
    border-bottom: 1px solid #CD7786; }
    .menu-list dd p:nth-of-type(2) {
      font-weight: bold;
      text-align: right; }

.widget_headline {
  background: #CD7686; }

@media screen and (min-width: 751px) {
  #footer_banner .item {
    width: 450px; } }
@media screen and (max-width: 750px) {
  #footer_banner .item {
    width: 300px; }
    #footer_banner .item a {
      width: 300px;
      height: auto; }
      #footer_banner .item a .image_wrap {
        height: 186px; } }
