@charset "utf-8";
/* CSS Document */

/*打消し*/
main .main {
  background-color: #fff!important;
}
main #main_inner h3, h3:not(.footer) {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  color: inherit;
  padding: 1em 0 .75em 0;
}
main #main_inner h3::before, h3:not(.footer)::before {
  color: inherit;
  padding-right: 0;
}
h4 {
  font-size: 1em;
  padding: 0;
}
h5 {
  border-bottom: none;
  color: #612a09;
  line-height: normal;
  font-size: inherit;
}
.sub_b {
  margin-bottom: .5em;
  display: inline-block;
}
/*共通*/
.pink {
  color: #E57884!important;
}
.brown {
  color: #B97B6B!important;
}
.dc_topbar {
  width: 100%;
}
#sec_happybirth {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
  /* font-weight: bold; */
  /* line-height: 1.5; */
  font-family: "Hiragino Maru Gothic ProN", "M PLUS Rounded 1c", sans-serif;
}
#sec_happybirth p {
  margin-bottom: 1.5em;
  line-height: 1.75;
  letter-spacing: .5px;
  font-weight: 500;
}
#sec_happybirth img {
  display: block;
}
.con {
  width: 95%;
  margin: 0 auto 30px;
}
.link_box {
  display: flex;
  gap: 20px;
  max-width: 650px;
  margin: 40px auto;
}
.link_box a {
  width: calc(50% - 10px);
}
.link_box a > img {
  width: 100%;
}

/*個別*/
#sec_happybirth h2 {
  background-image: url(../img/happybirth/bg_happybirth.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.dc_ski02 {
    display: block;
    margin: -1.5em auto .5em;
    width: 80%;
    max-width: 400px;
}
.dc_ski02 img {
	width:100%;
}
.im_happybirth {
  width: 110%;
  max-width: 700px;
  margin: 20px auto 30px;
}
.manga01,.manga02 {
  width: 100%;
  max-width: 450px;
  margin: 50px auto;
}
.dc_flower,
.dc_flower_fd {
  margin: 1em auto;
}
.tx_mors {
  max-width: 700px;
  width: 90%;
  margin: auto;
}
.dc_text {
  padding: 0 4em;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 600px;
  margin: 2em auto 2.5em !important;
  left: 50%;
  transform: translateX(-50%);
}
.dc_text img {
  width: 100%;
}
.dc_text::after,
.dc_text::before{
  content: '';
  position: absolute;
  width: 3em;
  height: 3.5em;
}
.dc_text::after {
  left: 0;
  bottom: 0;
  background: url(../img/happybirth/dc_flower_l.png) no-repeat center;
  background-size: contain;
}
.dc_text::before {
  right: 0;
  bottom: 0;
  background: url(../img/happybirth/dc_flower_r.png) no-repeat center;
  background-size: contain;
}
.fd_con {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .dc_flower,
  .dc_flower_fd {
    width: 50px;
  }
  .dc_text {
    font-size: 95%;
    width: auto;
  }
  .dc_text img {
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) {
  #sec_happybirth {
    font-size: 20px;
    background-color: #FFFAFA;
  }
  .dc_flower {
    width: 80px;
  }
  .dc_flower_fd {
    width: 100px;
  }
}