@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/* ▼▼▼ お悩み解決
=====================================*/
.section_area {
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.section_inner {
  max-width: 880px;
  padding: 0 30px;
  margin: 0 auto;
}
.section_title {
  margin: 0 auto 0;
}
.section_txt {
  margin-top: 2em;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .section_txt {
    font-size: 17px;
    text-align: center;
  }
}

.sup {
  font-size: 50%;
  vertical-align: super;
}

.mv_wrap {
  margin: 0;
  text-align: center;
}
.mv_wrap img {
  width: 100%;
}

.read_area {
  background: #FDF6EB;
  color: #525577;
  position: relative;
}
.read_area::after {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../img/other/onayami_kaiketsu/bg_read_bottom.png) repeat-x center bottom/auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
@media screen and (min-width: 769px) {
  .read_area::after {
    height: 96px;
  }
}
.read_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .read_title {
    font-size: 25px;
  }
}
.read_title_balloon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 84px;
  height: 70px;
  background: url(../img/other/onayami_kaiketsu/bg_read_onayami.png) no-repeat center center/contain;
  color: #6FB0AD;
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  .read_title_balloon {
    width: 125px;
    height: 103px;
    font-size: 24px;
  }
}
.read_title span {
  vertical-align: middle;
}
.read_title_onayami {
  width: 600px;
  max-width: 100%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .read_title_onayami {
    font-size: 23px;
  }
}
.read_title_onayami::before, .read_title_onayami::after {
  content: "";
  position: absolute;
}
.read_title_onayami::before {
  width: 45px;
  height: 57px;
  background: url(../img/other/onayami_kaiketsu/title_read_l.png) no-repeat center center/contain;
  left: 15px;
  bottom: -65px;
}
@media screen and (min-width: 769px) {
  .read_title_onayami::before {
    width: 53px;
    height: 44px;
    left: 0;
    bottom: auto;
    top: 0;
  }
}
.read_title_onayami::after {
  width: 42px;
  height: 52px;
  background: url(../img/other/onayami_kaiketsu/title_read_r.png) no-repeat center center/contain;
  right: 15px;
  top: -50px;
}
@media screen and (min-width: 769px) {
  .read_title_onayami::after {
    width: 53px;
    height: 46px;
    right: 0;
    top: 0;
  }
}
.read_title_onayami_inner {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  padding-bottom: 15px;
  background: linear-gradient(to right, rgb(82, 85, 119) 0, rgb(82, 85, 119) 50%, rgba(82, 85, 119, 0) 50%, rgba(82, 85, 119, 0) 100%) repeat-x center bottom/18px 2px;
}
.read_title_onayami_img {
  display: block;
  width: 234px;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .read_title_onayami_img {
    width: 310px;
  }
}
.read_title_onayami_txt {
  line-height: 1;
}
.read_txt {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .read_txt {
    font-size: 17px;
  }
}
.read_txt_strong {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .read_txt_strong {
    font-size: 19px;
  }
}

.link_btn {
  --btn-height: 45px;
  display: block;
  max-width: 100%;
  width: 255px;
  height: var(--btn-height);
  border-radius: calc(var(--btn-height) / 2);
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 769px) {
  .link_btn {
    --btn-height: 52px;
    width: 285px;
    font-size: 17px;
  }
}
.link_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: calc(var(--btn-height) / 2);
  background: linear-gradient(to left bottom, rgb(129, 131, 157) 0, rgb(129, 131, 157) 12.5%, rgba(129, 131, 157, 0) 12.5%, rgba(129, 131, 157, 0) 37.5%, rgb(129, 131, 157) 37.5%, rgb(129, 131, 157) 62.5%, rgba(129, 131, 157, 0) 62.5%, rgba(129, 131, 157, 0) 87.5%, rgb(129, 131, 157) 87.5%, rgb(129, 131, 157) 100%) repeat center center/6px 6px;
  position: absolute;
  left: -7px;
  bottom: -7px;
  z-index: 0;
  transition: 0.5s;
  pointer-events: none;
}
.link_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #525577;
  border-radius: calc(var(--btn-height) / 2);
  background: #fff;
  color: #525577;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}
.link_btn:hover span {
  color: #FFF;
  background: #525577;
}
.link_btn_navy span {
  color: #FFF;
  background: #525577;
}
.link_btn_navy:hover span {
  color: #525577;
  background: #FFF;
}
.link_btn.disable {
  opacity: 0.4;
  pointer-events: none;
}

.anchor_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 335px;
  max-width: 100%;
  margin: 0 auto 0;
}
@media screen and (min-width: 769px) {
  .anchor_list {
    width: 780px;
  }
}
.anchor_list_item {
  flex: 0 0 45%;
  width: 45%;
  max-width: 45%;
}
@media screen and (min-width: 769px) {
  .anchor_list_item {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .anchor_list_item:nth-child(2n) {
    padding-top: 20px;
  }
}
.anchor_list_item:nth-child(1) .anchor_list_inner {
  background-image: url(../img/other/onayami_kaiketsu/bg_anchor1.png);
}
.anchor_list_item:nth-child(2) .anchor_list_inner {
  background-image: url(../img/other/onayami_kaiketsu/bg_anchor2.png);
}
.anchor_list_item:nth-child(3) .anchor_list_inner {
  background-image: url(../img/other/onayami_kaiketsu/bg_anchor3.png);
}
.anchor_list_link {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  color: inherit !important;
  font-weight: 600;
}
.anchor_list_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}
.anchor_list_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.anchor_list_inner::after {
  content: "";
  width: 11px;
  height: 6px;
  background: url(../img/other/onayami_kaiketsu/bg_anchor_arrow.png) no-repeat center center/contain;
  position: absolute;
  bottom: 13px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .anchor_list_inner::after {
    width: 20px;
    height: 13px;
    bottom: 20px;
  }
}
.anchor_list_box {
  text-align: center;
}
.anchor_list_txt_main {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .anchor_list_txt_main {
    font-size: 25px;
  }
}
.anchor_list_txt_small {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .anchor_list_txt_small {
    font-size: 17px;
  }
}

.insta_area {
  padding-top: 100px;
  background: radial-gradient(rgba(223, 145, 163, 0.1) 0, rgba(223, 145, 163, 0.1) 2px, rgba(223, 145, 163, 0) 2px, rgba(223, 145, 163, 0) 100%) repeat top -4px left -4px/12px 12px, #F2E4E8;
}
@media screen and (min-width: 769px) {
  .insta_area {
    padding-top: 120px;
  }
}
.insta_balloon {
  padding: 50px 30px 50px;
  margin: 0 auto 70px;
  background: #fff;
  border-radius: 70px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 769px) {
  .insta_balloon {
    padding: 60px 30px;
    margin-bottom: 55px;
  }
}
.insta_balloon::after {
  content: "";
  width: 69px;
  height: 27px;
  background: url(../img/other/onayami_kaiketsu/img_insta_balloon.png) no-repeat center top/contain;
  position: absolute;
  left: 78px;
  bottom: 1px;
  transform: translateY(100%);
}
@media screen and (min-width: 769px) {
  .insta_balloon::after {
    width: 87px;
    height: 32px;
    left: 60%;
  }
}
.insta_balloon_date {
  width: 89px;
  position: absolute;
  top: -38px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .insta_balloon_date {
    width: 121px;
    top: -45px;
    left: 4%;
  }
}
.insta_balloon_txt {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .insta_balloon_txt {
    font-size: 17px;
  }
}
.insta_balloon_img {
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (min-width: 769px) {
  .insta_balloon_img {
    width: 210px;
    right: -40px;
    transform: translateY(40%);
  }
}
.insta_title {
  width: 180px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .insta_title {
    width: 459px;
  }
}

.shop_area {
  background: #F2E2C2;
  padding: 35px 0 75px;
}
@media screen and (min-width: 769px) {
  .shop_area {
    padding: 50px 0 75px;
  }
}
.shop_wrap {
  padding-top: 82px;
  position: relative;
}
.shop_wrap::before, .shop_wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.shop_wrap::before {
  width: 100%;
  padding-top: 82px;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%) no-repeat left bottom/calc(50% + 1px) 100%, linear-gradient(to left bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%) no-repeat right bottom/calc(50% + 1px) 100%;
  top: 0;
  left: 0;
}
.shop_wrap::after {
  width: 100%;
  height: 82px;
  background: url(../img/other/onayami_kaiketsu/img_shop_bg_l.png) no-repeat left top/62px, url(../img/other/onayami_kaiketsu/img_shop_bg_r.png) no-repeat right bottom/83px;
  top: -35px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .shop_wrap::after {
    width: calc(100% + 200px);
    max-width: 100vw;
    height: 132px;
    background: url(../img/other/onayami_kaiketsu/img_shop_bg_l.png) no-repeat left 20px bottom/95px, url(../img/other/onayami_kaiketsu/img_shop_bg_r.png) no-repeat right 20px top/127px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.shop_inner {
  background: #fff;
  padding: 30px 30px 50px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .shop_inner {
    padding: 20px 30px 55px;
  }
}
.shop_date {
  width: 276px;
  position: absolute;
  top: -60px;
  right: -20px;
}
@media screen and (min-width: 769px) {
  .shop_date {
    width: 364px;
    top: -82px;
    right: -40px;
  }
}
.shop_title {
  width: 235px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .shop_title {
    width: 327px;
  }
}
.shop_img {
  position: absolute;
}
.shop_img_l {
  width: 95px;
  left: 30px;
  bottom: -52px;
}
@media screen and (min-width: 769px) {
  .shop_img_l {
    width: 156px;
    left: -58px;
    bottom: -37px;
  }
}
.shop_img_r {
  width: 136px;
  right: 8px;
  bottom: -48px;
}
@media screen and (min-width: 769px) {
  .shop_img_r {
    width: 204px;
    right: -68px;
    bottom: -37px;
  }
}

.event_area {
  background: #FCF9E4;
}
.event_title {
  width: 284px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .event_title {
    width: 592px;
  }
}
.event_around {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .event_around {
    margin-top: 80px;
  }
}
.event_badge {
  width: 89px;
  position: absolute;
  top: -23px;
  right: -14px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .event_badge {
    width: 140px;
    position: absolute;
    top: -48px;
    right: 25px;
  }
}
.event_block {
  --color-dark:#5A5E88;
  --color-midium:#C6C2D8;
  --color-light:#EDE7F5;
  --title-icon:url(../img/other/onayami_kaiketsu/icon_event_heading_petit.png) no-repeat center center/contain;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 15px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .event_block {
    font-size: 17px;
  }
}
.event_block_care {
  --color-dark:#4C8D9A;
  --color-midium:#99CECC;
  --color-light:#E7F4F5;
  --title-icon:url(../img/other/onayami_kaiketsu/icon_event_heading_care.png) no-repeat center center/contain;
}
.event_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 128px;
  padding-top: 50px;
  background: var(--color-light);
  box-sizing: border-box;
  color: var(--color-dark);
  font-size: 26px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 769px) {
  .event_heading {
    height: 120px;
    padding: 0;
    font-size: 35px;
  }
}
.event_heading_ribbon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 195px;
  height: 35px;
  padding-left: 15px;
  background: linear-gradient(to left bottom, transparent 0, transparent 50%, var(--color-dark) 50%, var(--color-dark) 100%) no-repeat top right/30px 100%, linear-gradient(to left top, transparent 0, transparent 50%, var(--color-dark) 50%, var(--color-dark) 100%) no-repeat top right/30px 100%, linear-gradient(to left, transparent 0, transparent 20px, var(--color-dark) 20px, var(--color-dark) 100%) no-repeat top right/100% 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .event_heading_ribbon {
    width: 233px;
    height: 43px;
    font-size: 18px;
    top: 22px;
  }
}
.event_heading_ribbon::after {
  content: "";
  width: 32px;
  height: 35px;
  background: var(--title-icon);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 769px) {
  .event_heading_ribbon::after {
    right: -10px;
    width: 38px;
    height: 42px;
  }
}
.event_red, .event_strong {
  color: #DF91A3;
}
.event_strong {
  font-weight: 600;
}
.event_kome {
  font-size: 80%;
}
.event_article {
  background: linear-gradient(to right, var(--color-dark) 0, var(--color-dark) 50%, #FFF 50%, #FFF 100%) repeat-x center top/18px 2px, #FFF;
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .event_article {
    padding: 40px 30px;
  }
}
.event_article_innertitle {
  text-align: center;
  color: var(--color-dark);
  margin-bottom: 0.5em;
}
.event_article_txt {
  text-align: center;
}
.event_article_txt:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .event_article_txt_sptal {
    text-align-last: left;
  }
}
.event_article_type {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 9px;
  width: 630px;
  max-width: 100%;
  margin: 0 auto 1em;
}
.event_article_type_item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 0 0 210px;
  width: 210px;
  max-width: 210px;
  height: 44px;
  box-sizing: border-box;
  border: 2px solid var(--color-dark);
  border-radius: 5px;
  background: var(--color-light);
  color: var(--color-dark);
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .event_article_type_item {
    flex: 0 0 246px;
    width: 246px;
    max-width: 246px;
    height: 52px;
  }
}
.event_article_type_txt {
  flex: 1 1 auto;
  text-align: center;
}
.event_article_date {
  width: 452px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .event_article_date {
    margin: 0 auto 30px;
  }
}
.event_article_table {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 30px;
}
.event_article_table tr:not(:last-child) th, .event_article_table tr:not(:last-child) td {
  border-bottom: 1px solid #E8E8E8;
}
.event_article_table th, .event_article_table td {
  padding: 10px 0;
  font-weight: 500;
}
.event_article_table th {
  width: 6em;
}
.event_article_table td {
  width: calc(100% - 6em);
}
.event_article_table_tag {
  display: inline-block;
  margin-left: 15px;
  background: #DF91A3;
  border-radius: 4px;
  padding: 0 7px;
  color: #fff;
  font-size: 12px;
}
.event_article_btn {
  margin-bottom: 20px;
}
.event_pre {
  background: var(--color-midium);
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .event_pre {
    padding: 40px 30px;
  }
}
.event_pre_title {
  width: 195px;
  max-width: 100%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 769px) {
  .event_pre_title {
    width: 260px;
  }
}
.event_pre_read {
  margin-bottom: 15px;
  text-align: center;
}
.event_pre_txt {
  background: #fff;
  border-radius: 20px;
  padding: 10px 12px;
}
@media screen and (min-width: 769px) {
  .event_pre_txt {
    display: flex;
    padding: 15px 7.5%;
  }
}
.event_pre_txt:not(:last-child) {
  margin-bottom: 20px;
}
.event_pre_txt dt {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-dark);
  color: #525577;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .event_pre_txt dt {
    display: flex;
    align-items: center;
    align-content: center;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
    border-bottom: none;
    border-right: 1px solid var(--color-dark);
    padding: 0;
    text-align: left;
  }
}
.event_pre_txt dd {
  padding: 10px 0 0;
}
@media screen and (min-width: 769px) {
  .event_pre_txt dd {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    padding: 20px 0;
    position: relative;
  }
}
.event_pre_txt_price {
  color: #DF91A3;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .event_pre_txt_price {
    text-align: right;
  }
}
.event_pre_txt_price_l {
  font-size: 35px;
}
@media screen and (min-width: 769px) {
  .event_pre_txt_price_l {
    font-size: 45px;
  }
}
.event_pre_txt_price_s {
  font-size: 25px;
}
@media screen and (min-width: 769px) {
  .event_pre_txt_price_s {
    font-size: 32px;
  }
}
.event_pre_txt_kome {
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .event_pre_txt_kome {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.event_btm_bnr {
  display: block;
  width: 510px;
  max-width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .event_btm_bnr {
    margin: 45px auto 0;
  }
}