@charset "UTF-8";

/*          universal          */
#main img {
  max-width: 100%;
  vertical-align: text-top;
}

#main ul,
#main li {
  list-style: none;
  padding: 0;
}

#main p {
  margin: 0;
  line-height: 1.5;
}

/* spの時にだけ改行する／不可視にする */
@media screen and (min-width: 481px) {
  .spbr {
    display: none;
  }
}

/* pcの時にだけ改行する／不可視にする */
@media screen and (max-width: 480px) {
  .pcbr {
    display: none;
  }
}

/*          spCss          */
#main {
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: justify;
  font-family: YakuHanJP, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #676767;
  width: 100%;
  margin: 0 auto;
  background-color: #ffe5ef;
  /* background: url(../images/2026-mothersday_carnation_bg.jpg) repeat-y center top; */
  background-size: cover;
}

#main dl,
#main dt,
#main dd {
  margin: 0;
}

#mv {
  width: 100%;
  padding: 100% 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/2026-mothersday_carnation_sp.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/* mobile css */
#mv h4 {
  position: absolute;
  top: -100px;
  left: -1000px;
}

#inner {
  width: 90%;
  margin: 0 auto;
}

#inner .caption {
  font-size: 14px;
}

#inner dl {
  margin-top: 3px;
  margin-bottom: 20px;
}

#inner dl .dl-first {
  margin-top: 10px;
}

#inner dt {
  margin-bottom: 10px;
}

.ttl {
  display: inline-block;
  padding: 3px 0.5em;
  background-color: #de82a7;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}

.bold {
  font-weight: 600;
}

.including {
  margin-top: 5px;
}

.exclusion-area {
  margin-top: 50px;
}

.exclusion-area .bold,
.exclusion-2 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 0.5em;
}

.exclusion-2 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.caption-exclusion {
  display: block;
  border: solid 1px #878787;
  width: 95%;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  margin: 5px 0 5px;
}

.shop-place {
  font-weight: 600;
  font-size: 16px;
  margin: -40px 0 10px 0;
}

.shop-place dl {
  display: flex;
  line-height: 1.3;
}

.shop-place h5 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  padding: 3px 0.5em;
  background-color: #878787;
  color: #fff;
  font-weight: 500;
  margin: 45px 0 10px 0;
}

.shop-place .shop {
  width: 14rem;
  padding: 0 10px 0 0;
  text-align-last: justify;
}

.shop-place .place {
  width: 60%;
  text-align: justify;
}

.last {
  padding-bottom: 50px;
}

/* -------------------------------------------------- */

/*          tabletCss          */
@media screen and (min-width: 720px) {
  #main {
    width: 720px;
    margin: 0 auto;
    font-size: 18px;
  }

  #mv {
    padding: calc(445 / 820 * 100%) 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/2026-mothersday_carnation_pc.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 30px;
  }

  #inner {
    width: 90%;
    margin: 0 auto;
  }

  #inner .caption {
    font-size: 16px;
  }

  #inner dl {
    margin-top: 3px;
    margin-bottom: 30px;
  }

  #inner dl .dl-first {
    margin-top: 10px;
  }

  #inner dt {
    margin-bottom: 10px;
  }

  .ttl {
    display: inline-block;
    padding: 3px 0.5em;
    background-color: #de82a7;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
  }

  .bold {
    font-weight: 600;
  }

  .including {
    margin-top: 5px;
  }

  .exclusion-area {
    margin-top: 50px;
  }

  .exclusion-area .bold,
  .exclusion-2 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 0.5em;
  }

  .exclusion-2 {
    font-size: 16px;
    margin-top: 10px;
  }

  .caption-exclusion {
    display: block;
    border: solid 1px #878787;
    width: 95%;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    margin: 5px 0 5px;
  }

  .shop-place {
    font-size: 18px;
  }

  .shop-place dl {
    display: flex;
    flex-direction: row;
    line-height: 0;
  }

  .shop-place h5 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    padding: 3px 0.5em;
    background-color: #de82a7;
    color: #fff;
    font-weight: 500;
    margin: 45px 0 20px 0;
  }

  .shop-place .shop {
    width: 17rem;
    padding: 0 10px 0 0;
    text-align-last: justify;
  }

  .shop-place .place {
    width: 60%;
    text-align: justify;
  }

  .last {
    padding-bottom: 50px;
  }
}
