/* ================= */
/* common CSS */
/* ================================================ */

/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-style: italic;
  color: #fff;
  background-color: #333333;
  line-height: 1.8;
  padding: 0 8px;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 100%;
}

body {
  /*フォントの指定*/
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #000;
  position: relative;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/* font */
.italic {
  font-style: italic;
}

.f-reg {
  font-weight: 400;
}

.f-med {
  font-weight: 500;
}

.f-bold {
  font-weight: 700;
}

.f-blk {
  font-weight: 900;
}

/* Montserrat */
.mont {
  font-family: 'Montserrat', sans-serif;
}

.m-reg {
  font-weight: 400;
}

.m-med {
  font-weight: 500;
}

.m-semib {
  font-weight: 600;
}

.m-bold {
  font-weight: 700;
}

.m-blk {
  font-weight: 900;
}

.f100 {
  font-size: 100px;
}

.f72 {
  font-size: 72px;
}

.f70 {
  font-size: 70px;
}

.f60 {
  font-size: 60px;
}

.f50 {
  font-size: 50px;
}

.f48 {
  font-size: 48px;
}

.f46 {
  font-size: 46px;
}

.f44 {
  font-size: 44px;
}

.f42 {
  font-size: 42px;
}

.f40 {
  font-size: 40px;
}

.f38 {
  font-size: 38px;
}

.f36 {
  font-size: 36px;
}

.f34 {
  font-size: 34px;
}

.f32 {
  font-size: 32px;
}

.f30 {
  font-size: 30px;
}

.f28 {
  font-size: 28px;
}

.f26 {
  font-size: 26px;
}

.f24 {
  font-size: 24px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}
.f10 {
  font-size: 10px;
}

@media screen and (max-width:1100px) {
  .f100 {
    font-size: 60px;
  }

  .f72 {
    font-size: 42px;
  }

  .f70 {
    font-size: 40px;
  }

  .f60 {
    font-size: 40px;
  }

  .f50 {
    font-size: 30px;
  }

  .f48 {
    font-size: 26px;
  }

  .f46 {
    font-size: 24px;
  }

  .f44 {
    font-size: 22px;
  }

  .f42 {
    font-size: 22px;
  }

  .f40 {
    font-size: 22px;
  }

  .f38 {
    font-size: 18px;
  }

  .f36 {
    font-size: 18px;
  }

  .f34 {
    font-size: 18px;
  }

  .f32 {
    font-size: 18px;
  }

  .f30 {
    font-size: 18px;
  }

  .f28 {
    font-size: 18px;
  }

  .f26 {
    font-size: 18px;
  }

  .f24 {
    font-size: 18px;
  }

  .f22 {
    font-size: 18px;
  }

  .f20 {
    font-size: 18px;
  }

  .f18 {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .f100 {
    font-size: 32px;
  }

  .f72 {
    font-size: 30px;
  }

  .f70 {
    font-size: 28px;
  }

  .f60 {
    font-size: 28px;
  }

  .f50 {
    font-size: 26px;
  }

  .f48 {
    font-size: 22px;
  }

  .f46 {
    font-size: 22px;
  }

  .f44 {
    font-size: 22px;
  }

  .f42 {
    font-size: 22px;
  }

  .f40 {
    font-size: 22px;
  }

  .f38 {
    font-size: 18px;
  }

  .f36 {
    font-size: 18px;
  }

  .f34 {
    font-size: 18px;
  }

  .f32 {
    font-size: 18px;
  }

  .f30 {
    font-size: 18px;
  }

  .f28 {
    font-size: 18px;
  }

  .f26 {
    font-size: 18px;
  }

  .f24 {
    font-size: 18px;
  }

  .f22 {
    font-size: 18px;
  }

  .f20 {
    font-size: 18px;
  }

  .f18 {
    font-size: 18px;
  }
}

.c-blk {
  color: #000;
}

.c-wht {
  color: #fff;
}

.c-pink {
  color: #d4718d;
}

.c-r-pink {
  color: #e8a7bb;
}

.c-red {
  color: #be1011;
}

.c-yel {
  color: #fbdd2f;
}

.c-yel-gr {
  color: #fbdd2f;
  background: -webkit-linear-gradient(0deg, #c59113 20%, #fee131 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 5px 0 0;
}

.c-pink-gr {
  color: #d4718d;
  background: -webkit-linear-gradient(90deg, #d5738e 15%, #e7a5ba 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 6px 0 0;
}

/* margin */
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

/* padding */
.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
  /* color: #333333; */
}

.border-bt-wht {
  border-bottom: 2px solid #fff;
}

.border-bt-blk {
  border-bottom: 2px solid #000;
}

/*コンテナのサイズ指定*/
.container {
  max-width: calc(1200px + 6%);
  margin: 0 auto;
  padding: 0 3%;
}

.container-m {
  max-width: calc(960px + 6%);
  margin: 0 auto;
  padding: 0 3%;
}

.container-s {
  max-width: calc(860px + 6%);
  margin: 0 auto;
  padding: 0 3%;
}

.container-ss {
  max-width: calc(500px + 6%);
  margin: 0 auto;
  padding: 0 3%;
}

.section {
  margin-top: 80px;
}

/* スマホ用 */
@media(max-width: 767px) {
  .section {
    margin-top: 40px;
  }
}


.spbr {
  display: none;
}

.sp-only {
  display: none;
}

@media(max-width: 767px) {
  .spbr {
    display: block;
  }

  .pcbr {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

/* IE用 */

.ie_fit {
  font-family: 'object-fit: cover;';
}

.ie_position-l {
  font-family: 'object-fit: cover; object-position: left;';
}

.ie_position-r {
  font-family: 'object-fit: cover; object-position: right;';
}

.ie_position-t {
  font-family: 'object-fit: cover; object-position: top;';
}

.ie_position-b {
  font-family: 'object-fit: cover; object-position: bottom;';
}

/* ================= */
/* コンテンツCSS */
/* ================================================ */


/* マタニティCSS */
/* main-v */
.main-v {
  position: relative;
  width: 100%;
  max-height: 904px;
  min-height: 600px;
}

.main-v--logo {
  position: absolute;
  top: 2.5%;
  left: 4%;
  z-index: 1;
  width:33vw;
}

.main-v--img {
  max-height: 904px;
  min-height: 600px;
  width:100%;
}

.main-v__text {
  text-align: center;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  width: calc(100% - (100% - 1200px));
  position: absolute;
  left: 50%;
  bottom: 2.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.main-v__btn {
  position: absolute;
  top: 2.5%;
  right: 3%;
  z-index: 1;
  width:24vw;
}

.logo-sp {
  display: none;
}

@media screen and (max-width:1300px) {
  /* .main-v--logo {
    width: 311px;
  }

  .main-v__btn {
    width: 299px;
  } */

  .main-v__text {
    width: 95%;
  }
}

@media screen and (max-width:1100px) {
  .main-v__text {
    width: 80%;
  }
}

@media screen and (min-width:768px) and (max-width:769px) {
  .main-v--img {
    -o-object-position: 65%;
    object-position: 65%;
    font-family: "object-fit:cover; object-position: 65%;";
  }
}

@media screen and (max-width:767px) {
  .main-v {
    min-height: auto;
    max-height: 100%;
  }

  .main-v--img {
    min-height: auto;
    max-height: 100%;
  }

  .main-v--logo {
    top:30%;
    width: 171px;
    display: block;
    z-index: 100;
  }

  .main-v__btn {
    width: 170px;
    top:20.2%;
  }

  .main-v--img {
    width: 100%;
    min-height: auto;
    height: auto;
  }

  .main-v__text {
    width: 94%;
    font-size: 20px;
  }

  .logo-sp {
    display: block;
  }

  .logo-pc {
    display: none;
  }

  .main-v-sphead {
    width: 100%;
    height: 85px;
    background: #fff;
    position: fixed;
    z-index: 100;
  }
}

@media screen and (max-width:540px) {
  .main-v-sphead {
    height: 80px;
  }
}

@media screen and (max-width:414px) {
  .main-v--logo {
    width: 150px;
  }

  .main-v__btn {
    /* width: 134px; */
    /* 20240226 */
    width: 150px;
  }

  .main-v-sphead {
    height: 60px;
  }
}

/* covid */
.covid {
  padding: 60px 0;
  background: #f8e4ea;
}

.covid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.covid__list li {
  width: 12.5%;
}

.covid__list li+li {
  margin-left: 1%;
}

.covid__list li img {
  width: 100%;
}
@media screen and (max-width:1100px) {
  .covid__tit.f36{
    font-size:22px;
  }
}
@media screen and (max-width:767px) {
  .covid__txt.mb40 {
    margin-bottom: 30px;
  }

  .covid__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .covid__list li {
    width: 24.25%;
    margin-top: 1%;
  }

  .covid__list li:nth-child(5) {
    margin-left: 0;
  }
}

/* @media screen and (max-width:414px) {
  .covid__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .covid__list li {
    width: 49.5%;
    margin-top: 2%;
  }

  .covid__list li:nth-child(odd) {
    margin-left: 0;
  }
} */

/* cta-area */

/* reason */
.reason {
  background: #333;
  padding: 80px 0;
}

.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason__item h3 {
  letter-spacing: -1px;
  line-height: 1.1;
}

.reason__item p {
  letter-spacing: 0;
}

.reason__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reason__item__desc {
  width: 50%;
  margin-right: 4%;
}

.reason__item:nth-child(even) .reason__item__desc {
  margin-right: auto;
  margin-left: 4%;
}

.reason__item__img {
  width: 50%;
}

@media screen and (max-width:1100px) {
  .reason__h img {
    width: 40px;
  }
}

@media screen and (max-width:767px) {
  .reason {
    background: #00000a;
    padding: 40px 0;
  }

  .reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reason__item.mb80 {
    margin-bottom: 50px;
  }

  .reason__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reason__item__desc {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .reason__item:nth-child(even) .reason__item__desc {
    margin-right: 0;
    margin-left: 0;
  }

  .reason__item__img {
    width: 100%;
  }
}

/* reason */

.content-heading.mb60 {
  margin-bottom: 30px;
}

.content-heading.mb40 {
  margin-bottom: 30px;
}

/* message */
.message {
  padding: 80px 0;
  background: #f5f5f5;
  position: relative;
}

.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.message__content::after {
  content: "";
  /* 20240226 */
  background: url(../image/logo_lp-v2.png) no-repeat center center/cover;
  width: 630px;
  height: 341px;
  position: absolute;
  top: 50%;
  left: -30%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.message__desc {
  width: 48%;
}

.message__img {
  width: 48%;
}

.message__desc--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.message--info {
  width: 100%;
}
.message--info dt{
  padding-bottom:5px;
  border-bottom:1px solid;
  margin-top:15px;
  margin-bottom:5px;
}
.message--info dt:nth-of-type(1){
  margin-top:0;
}

.view_more_btn p {
  width: 100%;
  padding: 10px 0;
  position: relative;
  background: #e8a7bb;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.view_more_btn p::before {
  content: "+";
  color: #fff;
  font-size: 30px;
  font-style: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.view_more_btn.open p::before {
  content: "−";
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.message__card {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}

.message__card p {
  line-height: 1.7;
}



@media screen and (max-width:767px) {
  .message {
    padding: 40px 0;
  }

  .message__desc--name {
    margin-top: 5px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .message__desc--name span:nth-child(2) {
    font-size: 16px;
  }

  .message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .message__content::after {
    content: none;
  }

  .message__desc {
    width: 100%;
  }

  .message--txt.mb40 {
    margin-bottom: 20px;
  }

  .message--info {
    width: 100%;
    margin-bottom: 10px;
  }

  .message__img {
    width: 100%;
  }

  .message__img img {
    width: 100%;
    height: 460px;
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
  }

  .message__card {
    padding: 15px;
  }

  .message__card p.mb20 {
    margin-bottom: 15px;
  }

  .message__card p.mb40 {
    margin-bottom: 25px;
  }

  .view_more_btn.mt40.mb20 {
    margin-top: 20px;
  }

}

@media screen and (max-width:380px) {
  .message__desc--h img {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}

/* voice */
.voice {}

.voice__content {
  position: relative;
}

.voice__content::before {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  top: -15px;
  z-index: 1;
}

.voice__content:nth-of-type(2) {
  margin-top: 60px;
}

.voice__content:nth-of-type(1)::before {
  background: url(../image/voice01.png) no-repeat center center/cover;
  right: 0;
}

.voice__content:nth-of-type(2)::before {
  background: url(../image/voice02.png) no-repeat center center/cover;
  left: 0;
}

.offline {
  padding: 3px 10px;
  border: 1px solid;
  display: inline-block;
  vertical-align: text-bottom;
}

.voice__item {
  background: #f8e4ea;
  border-radius: 20px;
  width: calc(100% - 120px);
}

.voice__content:nth-of-type(1) .voice__item {
  padding: 40px 220px 40px 40px;
}

.voice__content:nth-of-type(2) .voice__item {
  margin-left: auto;
  padding: 40px 40px 40px 220px;
}

.voice__item dt {
  padding-bottom: 5px;
  border-bottom: 2px dotted #e8a7bb;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media screen and (max-width:1100px) {
  .voice__h img {
    width: 50px;
  }

  .v-name.f30 {
    font-size: 22px;
  }

  .sama.f24 {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  .voice__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .voice__name img {
    margin-top: 10px;
  }

  .voice__name .offline {
    margin-top: 15px;
  }

  .voice__item {
    width: 100%;
  }

  .voice__content:nth-of-type(1) {
    margin-top: 15vw;
  }

  .voice__content:nth-of-type(2) {
    margin-top: 15vw;
  }

  .voice__content:nth-of-type(1) .voice__item {
    padding: 20px;
  }

  .voice__content:nth-of-type(2) .voice__item {
    padding: 20px;
  }

  .voice__content::before {
    width: 150px;
    height: 150px;
    top: -8vw;
  }

  .voice__content:nth-of-type(1)::before {
    right: 0;
  }

  .voice__content:nth-of-type(2)::before {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width:374px) {
  .voice__content::before {
    width: 100px;
    height: 100px;
  }
}

/* price */
.price {
  padding: 80px 0;
  background: #333;
}

.price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price__table {
  width: 49%;
}

.price__table:nth-child(2) {
  margin-left: 2%;
}

.price__tit {
  padding-left: 15px;
  border-left: 4px solid #d4718d;
  margin-bottom: 20px;
}

.price__table table {
  width: 100%;
}

.price__table table th {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  padding: 15px 10px;
  text-align: left;
}

.price__table table td {
  font-weight: 500;
  font-size: 16px;
  padding: 15px 10px;
}

.price__table table tr:nth-child(odd) th {
  background: #222;
}

.price__table table tr:nth-child(even) th {
  background: #5b5b5b;
}

.price__table table tr:nth-child(odd) td {
  background: #f5f5f5;
}

.price__table table tr:nth-child(even) td {
  background: #fff;
}

@media screen and (max-width:767px) {
  .price {
    padding: 40px 0;
  }

  .price__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price__table {
    width: 100%;
  }

  .price__table:nth-child(2) {
    margin-left: 0;
    margin-top: 50px;
  }

  .price__table table th {
    width: 100%;
    display: block;
    font-size: 14px;
  }

  .price__table table td {
    width: 100%;
    display: block;
    font-size: 14px;
  }
}

/* staff */
.staff {
  padding: 80px;
  background: #f5f5f5;
}

.staff__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between;
  flex-wrap: wrap;
  max-width: 90%;
  margin: auto; */
}

.staff__item {
  width: 18%;
  box-sizing: border-box;
}

.staff__item+.staff__item {
  margin-left: 1.5%;
}

.staff__item img {
  margin-bottom: 5px;
}

@media screen and (max-width:767px) {
  .staff {
    padding: 40px 0;
  }

  .staff__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
  }

  .staff__item {
    width: 32.33%;
    margin-top: 15px;
  }

  .staff__item+.staff__item {
    margin-left: 1.5%;
  }

  .staff__item:nth-child(4) {
    margin-left: 0;
  }

  .content-desc.mb40 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:414px) {
  .staff__item {
    width: 49%;
  }

  .staff__item+.staff__item {
    margin-left: 2%;
  }

  .staff__item:nth-child(4) {
    margin-left: 2%;
  }

  .staff__item:nth-child(odd) {
    margin-left: 0;
  }
}

/* shop-list */
.shop-list__content {
  margin-top: 40px;
}

.shop-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* 20240630 */
  /* padding: 15px 0 15px 20px; */
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid #00000a;
}

.shop-list__item:nth-of-type(1) {
  border-top: 1px solid #00000a;
}

.shop-list__item dt {
  width: 120px;
}

.shop-list__item dd {
  width: calc(100% - 120px);
  margin-left: 5%;
}

.shop-list__item dd span {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 8px;
  border: 1px solid #00000a;
  margin-bottom: 4px;
}

.shop-list__item dd a{
  pointer-events: none;
}

@media screen and (max-width:767px) {
    /* 20240630 */
  .shop-list__item {
    padding: 30px 0 5px 20px;
  }
  .shop-list__item dt {
    width: 85px;
  }

  .shop-list__item dd {
    width: calc(100% - 85px);
    margin-left: 3%;
    font-size: 14px;
  }

    /* 20240630 */
  .shop-list__item dd span {
    margin-bottom: 18px;
  }
}

/* flow */
.flow {
  padding: 80px 0;
  background: #f8e4ea;
}

.flow__item {
  position: relative;
  margin-top: 30px;
}

.flow__desc {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
  width: 505px;
}

.flow__desc__tit img {
  vertical-align: baseline;
  margin-right: 20px;
}

@media screen and (max-width:1100px) {
  .flow__desc {
    right: 20px;
    width: 420px;
  }

  .flow__desc__tit img {
    width: 80px;
  }
}

@media screen and (max-width:991px) {
  .flow__desc {
    right: 0;
  }
}

@media screen and (max-width:768px) {
  .flow__desc {
    position: static;
    width: 100%;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
    margin-bottom: 15px;
  }

  .flow__desc__tit img {
    margin-right: 10px;
  }

  .flow__desc__tit.mb20 {
    margin-bottom: 10px;
  }

  .flow__item>img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }
}

@media screen and (max-width:767px) {
  .flow {
    padding: 40px 0;
  }
}

@media screen and (max-width:480px) {
  .flow__desc__txt.f20 {
    font-size: 14px;
  }
}

@media screen and (max-width:360px) {
  .flow__desc__txt.f20 {
    font-size: 13px;
  }
}

/* gallery */
.gallery {
  padding: 80px 0 100px;
}

.gallery__h span {
  vertical-align: middle;
}

.slick-slide {
  padding: 0 20px;
  text-align:center;
}
.slick-slider .slick-track, .slick-slider .slick-list{
  display:flex;
  align-items: center;
}
.slick-slide img {
  /* width: 100%; */
  margin:auto;
  border-radius: 20px;
}

img.slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

img.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.slick-dots li button:before {
  font-size: 30px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e8a7bb;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  color: #e8a7bb;
}

.slick-dots {
  bottom: -50px;
}

@media screen and (max-width:767px) {
  .gallery {
    padding: 40px 0 60px;
  }

  .slick-slide {
    padding: 0 10px;
  }

  img.slide-arrow.prev-arrow.slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 1;
  }

  img.slide-arrow.next-arrow.slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 1;
  }
}

@media screen and (max-width:380px) {
  .gallery__h>span {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }

  img.slide-arrow.prev-arrow.slick-arrow {
    width: 30px;
    height: 30px;
  }

  img.slide-arrow.next-arrow.slick-arrow {
    width: 30px;
    height: 30px;
  }
}

/* faq */

.f-acd-check {
  display: none !important;
}

.f-acd-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-right: 30px;
}

.feature__item--icon {
  width: 18%;
  text-align: center;
}

.f-acd-label:after {
  content: '';
  background: url(../image/faq_arrow_dw.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.f-acd-label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 1.5;
}

.f-acd-label p span:nth-child(2) {
  width: calc(100% - 100px);
}

.f-acd-label span.feature__item--tit {
  display: block;
}

.f-acd-content {
  display: block;
  height: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

.f-acd-content p {
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.6;
}

.faq__item--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq__item--desc img {
  width: 33px;
}

.faq__item--desc>span {
  width: calc(100% - 53px);
}

.f-acd-check:checked+.f-acd-label:after {
  background: url(../image/faq_arrow_up.png) no-repeat center center/cover;
}

.f-acd-check:checked+.f-acd-label+.f-acd-content {
  height: auto;
  opacity: 1;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  visibility: visible;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* お問い合わせ */
.contact-area {
  padding: 80px 0;
  background: #333;
}

.contact-heading {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width:480px) {
  .contact-heading {
    margin-bottom: 30px;
  }
}

.contact-heading h2 {
  font-size: 16px;
  letter-spacing: -1px;
}

.contact-heading p {
  letter-spacing: -1px;
}

.contact-area table {
  width: 100%;
  text-align: left;
  border-spacing: 0px 8px;
  border-collapse: separate;
}

.contact-area table th {
  width: 30%;
  padding: 10px 25px;
  background: #222;
  color: #fff;
  vertical-align: middle;
}

.contact-area table tr:nth-child(9) th {
  position:relative;
}
.contact-area table td {
  width: 70%;
  vertical-align: middle;
  background: #f5f5f5;
}

/* .contact-area table tr:nth-child(2)  {
  display: none;
} */
.contact-area table tr:nth-child(3) td {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10px;
}

.contact-area table tr:nth-child(6) td {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10px;
}

.contact-area table tr:nth-child(7) td {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10px;
}

.contact-area table tr:nth-child(8) td {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10px;
}

.contact-area table tr:nth-child(9) td {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10px;
}

.contact-area table tr:nth-child(10) td {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10px;
}

.contact-area table tr:nth-child(11) td {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10px;
}

.contact-area table tr:nth-child(12) td {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10px;
}

.contact-area input[type="text"], .contact-area input[type="tel"], .contact-area input[type="email"] {
  width: 100%;
  padding: 3%;
  border: none;
  background: #f5f5f5;
}

.contact-area select {
  width: 40%;
  padding: 2%;
  background: #f5f5f5;
}

.contact-area table tr:nth-child(3) select {
  width: 40%;
}

.contact-area table tr:nth-child(6) select {
  width: 70%;
}

.contact-area table tr:nth-child(7) select {
  width: 40%;
}

.contact-area table tr:nth-child(8) input[type="text"] {
  width: 15%;
  padding: 2%;
  border: 1px solid;
  margin-right: 10px;
}

.contact-area table tr:nth-child(10) input[type="text"] {
  padding: 2%;
  border: 1px solid;
  margin-right: 10px;
}

.contact-area table tr:nth-child(11) input[type="text"] {
  padding: 2%;
  border: 1px solid;
  margin-right: 10px;
}

.contact-area table tr:nth-child(12) input[type="text"] {
  padding: 2%;
  border: 1px solid;
  margin-right: 10px;
}

.contact-area input[type="text"].date01,
.contact-area input[type="text"].date02,
.contact-area input[type="text"].date03 {
  width: 30%;
}

.contact-area input[type="text"].time01,
.contact-area input[type="text"].time02,
.contact-area input[type="text"].time03 {
  width: 15%;
}

.contact-area textarea {
  width: 100%;
  padding: 3%;
  border: none;
  background: #f5f5f5;
  vertical-align: middle;
  resize: none;
}

span.hissu {
  float: right;
  background: #e8a7bb;
  padding: 1px 5px 4px;
  vertical-align: middle;
  margin-top: 6px;
  font-size: 11px;
}

.contact-area table tr:nth-child(9) th span.hissu{
  position:absolute;
  float:none;
  top:15px;
  right:25px;
}

.contact-area label {
  vertical-align: middle;
}

.submit-btn {
  text-align: center;
  margin: 40px auto 0;
}

.contact-area input[type="submit"] {
  padding: 15px 80px;
  border: none;
  border-radius: 50px;
  background: #e8a7bb;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
  /* width: 50%;
  max-width: 280px; */
}

.contact-area input[type="submit"]:hover {
  opacity: 0.7;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width:815px) {
  .contact-area table th {
    padding: 10px 20px;
  }

  .contact-area table tr:nth-child(9) th span.hissu{
    top:10px;
    right:20px;
  }
}

@media screen and (max-width:767px) {
  .contact-area {
    padding: 40px 0;
  }

  .contact-area select {
    width: 50%;
  }

  .contact-area table tr:nth-child(3) select {
    width: 50%;
  }

  .contact-area table tr:nth-child(7) select {
    width: 50%;
  }

  .contact-area table tr:nth-child(9) th{
    padding: 10px 12% 10px 20px;
  }

  span.hissu {
    margin-top: 3px;
  }

}

@media screen and (max-width:480px) {
  .contact-area table tr:nth-child(3) td {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .contact-area table tr:nth-child(6) td {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .contact-area table tr:nth-child(7) td {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .contact-area table tr:nth-child(8) td {
    padding-top: 2%;
    padding-bottom: 2%;

  }

  .contact-area table tr:nth-child(9) td {
    padding-top: 2%;
    padding-bottom: 2%;

  }

  .contact-area table tr:nth-child(10) td {
    padding-top: 2%;
    padding-bottom: 2%;

  }

  .contact-area table tr:nth-child(11) td {
    padding-top: 2%;
    padding-bottom: 2%;

  }

  .contact-area table tr:nth-child(12) td {
    padding-top: 2%;
    padding-bottom: 2%;

  }

  .contact-area input[type="text"], .contact-area input[type="tel"], .contact-area input[type="email"] {
    width: 100%;
    padding: 4% 3%;
    border: none;
    background: #f5f5f5;
  }

  .contact-area select {
    width: 55%;
  }

  .contact-area table tr:nth-child(3) select {
    width: 70%;
  }

  .contact-area table tr:nth-child(6) select {
    width: 70%;
  }

  .contact-area table tr:nth-child(7) select {
    width: 70%;
  }

  .contact-area table tr:nth-child(8) input[type="text"] {
    width: 35%;
  }

  .contact-area input[type="text"].date01,
  .contact-area input[type="text"].date02,
  .contact-area input[type="text"].date03 {
    width: 35%;
  }

  .contact-area input[type="text"].time01,
  .contact-area input[type="text"].time02,
  .contact-area input[type="text"].time03 {
    width: 20%;
  }

  .contact-area table th {
    padding: 3% 5%;
  }

  .contact-area table tr:nth-child(9) th{
    padding: 3% 5%;
  }

  .contact-area table th {
    display: block;
    width: 100%;
  }

  .contact-area table td {
    display: block;
    width: 100%;
  }

  span.hissu {
    margin-top: 1px;
  }

  .contact-area table tr:nth-child(9) th span.hissu{
    top:123%;
    right:5%;
  }

  .contact-area table tr:nth-child(6) select {
    width: 80%;
  }

  .contact-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .submit-btn {
    margin-top: 30px;
  }
}

@media screen and (min-width:481px) {
  .contact-area table tr:nth-child(1) .wpcf7-not-valid-tip, .contact-area table tr:nth-child(4) .wpcf7-not-valid-tip, .contact-area table tr:nth-child(5) .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -17px;
    font-size: 0.8em;
    padding-left: 10px;
  }

  .contact-area table tr:nth-child(8) .wpcf7-not-valid-tip {
    font-size: 0.8em;
    padding-left: 2px;
  }
}

/* thanksページ */
.thanks_wrap p {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.top__btn {
  max-width: 250px;
  width: 50%;
  margin: 50px auto;
  border: #2d2d2d solid 2px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width:480px) {
  .thanks_wrap p {
    font-size: 20px;
  }

  .top__btn {
    margin: 25px auto 0;
  }
}

.wpcf7 .ajax-loader {
  margin: 0 !important;
}

/* footer */
footer {
  padding-top: 40px;
}

.footer__logo {
  text-align: center;
  margin-bottom: 40px;
}

.sns-area {
  text-align: center;
  margin-bottom: 30px;
}

.sns-area a {
  margin: 0 10px;
}

.copy {
  padding: 20px 3%;
  background: #000;
  text-align: center;
}

@media screen and (max-width:767px) {
  footer.section {
    padding-top: 20px;
  }
}
/* thanksページ */
.thanks_container{
  max-width: 960px;
  margin: auto;
}
.text_wrap{
  margin-bottom:30px;
}
.text_wrap h1 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
.text_wrap p{
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.wpcf7-response-output{
  color: #fff;
}
.wpcf7-not-valid-tip{
  font-size: 0.8em !important;
}
.wpcf7-form input{
  font-size: 16px;
}

/* アワードバナー */
.award{
  margin-top:20px;
  margin-bottom:20px;
}
.award-cau{
  font-size:11px;
  padding:20px 30px;
  background:#f5f5f5;
  border-radius:20px;
  max-width:700px;
  margin:20px auto 0;
}
.award-cau dl{
  display:flex;
}
.award-cau dl dt{
  white-space:nowrap;
}
@media screen and (max-width:767px){
  .award-cau{
  font-size:10px;
  padding:20px;
}
}

/* 20240228 改修 */
.worries__content{
  display:flex;
  flex-wrap: wrap;
}
.worries__item{
  width:calc(33.33% - 8px);
  margin-bottom:12px;
  padding:20px;
  background:#f5f5f5;
}
.worries__item:nth-child(3n - 1){
  margin-left:12px;
  margin-right:12px;
}
@media screen and (max-width: 1100px){
  .worries-tit-img{
    width:37px;
    margin-right:5px;
  }
}
@media screen and (max-width:767px) {
  .worries__h{
    margin-bottom:25px;
  }
  .worries-tit-img{
    width:26px;
  }
  .worries-check-icon{
    width:20px;
    margin-right:5px;
  }
  .worries__item{
    /* width:calc(50% - 8px); */
    width:100%;
    margin-bottom:8px;
    padding:15px;
  }
  .worries__item:nth-child(3n - 1){
    margin-left:0;
    margin-right:0;
  }
  /* .worries__item:nth-child(odd){
    margin-right:8px;
  } */
}

.ratio{
  padding:80px 0;
  background:#f5f5f5;
}
.ratio_fig{
  text-align:center;
}

@media screen and (max-width:767px){
  .ratio{
    padding:40px 0;
  }
  .ratio__h{
    margin-bottom:30px;
  }
}

/* Soupstocktokyoコンテンツ追加 */
.Soupstock__content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  border: #000 1px solid;
  border-radius: 50px;
  padding: 0px 80px;
  margin-top: 70px;
}
.Soupstock__content .Soupstock-wrap{
  width: 55%;
}
.Soupstock__content .Soupstock-wrap .soup_ttl{
  background-color: #d5738e;
  border-radius: 50px;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 8px 20px;
}
.Soupstock__content .Soupstock-wrap img{
  width: 60%;
  margin: auto;
  display: block;
}
.Soupstock__content .Soupstock-wrap p{
  text-align: center;
  line-height: 1.6;
}
.Soupstock__content .soupstock-image{
  width: 45%;
}
@media screen and (max-width:1000px){
  .Soupstock__content{
    padding: 10px 20px;
  }
  .Soupstock__content .Soupstock-wrap p{
    font-size: 15px;
  }
  .Soupstock__content .Soupstock-wrap .soup_ttl{
    padding: 5px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width:767px){
  .Soupstock__content{
    /* border: none; */
    border-radius: 30px;
    padding: 40px 20px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .Soupstock__content .Soupstock-wrap{
    width: 100%;
  }
  .Soupstock__content .Soupstock-wrap .soup_ttl{
    width: 95%;
  }
  .Soupstock__content .Soupstock-wrap img{
    width: 65%;
    margin: auto;
    display: block;
  }
  .Soupstock__content .soupstock-image{
    width: 100%;
  }
}

/*おすすめ店舗吹き出し 20240630 */
.shop-rec-lp{
  position:relative;
}
.shop-rec-lp::after{
  content:"\\ おすすめ店舗 /";
  font-family: Arial;
  font-size:12px;
  width: max-content;
  color:#be1011;
  position:absolute;
  top:-20px;
  left:calc(50% + 5px);
  transform: translatex(-50%);
  z-index:1;
  text-align: center;
}
@media screen and (max-width:767px) {
  /* 20240630 */
  .shop-rec-lp::after{
    font-size:10px;
    top:-17px;
  }
}

/* 20250226 改修*/
/* CTA */
.mv_cta{
  width:640px;
  margin:70px auto 70px;
}
.mv_cta_link{
  display:flex;
}
.mv_cta_link:hover{
  opacity:0.8;
}
.mv_cta_img{
  width:240px;
  height:auto;
}
.mv_cta_img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mv_cta_box{
  width:calc(100% - 240px);
  padding:20px;
  background:#F3F3F3;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.mv_cta_box--newTxt{
  font-size:25px;
  color:#ff0000;
  margin-bottom:10px;
  font-weight:bold;
  animation: blink 1s step-start infinite;
}
.mv_cta_box--Txt{
  font-size:16px;
  margin-bottom:10px;
}
.mv_cta_box--Txt02{
  font-size:14px;
  margin-top:15px;
}
.mv_cta_box--tit{
  font-size:20px;
  font-weight:600;
  margin-bottom:5px;
}
.mv_cta_box--btn{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background: linear-gradient(#f00 0%, #ea5923 100%);
  color: rgba(255, 255, 255, 1);
  width:150px;
  height:40px;
  margin-top:30px;
  font-size:12px;
  font-weight:600;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
@media screen and (max-width:767px){
  .mv_cta{
    width:100%;
    margin:0 auto 30px;
  }
  .mv_cta_img{
    width:180px;
    height:auto;
  }
  .mv_cta_img img{
    object-position: -60px;
  }
  .mv_cta_box{
    width:calc(100% - 180px);
    padding:10px 5px 10px 10px;
  }
  .mv_cta_box--newTxt{
    font-size:20px;
  }
  .mv_cta_box--Txt{
    font-size:13px;
  }
  .mv_cta_box--tit{
    font-size:15px;
  }
  .mv_cta_box--btn{
    margin-top:20px;
  }
}
@media screen and (max-width:400px){
  .mv_cta_img{
    width:160px;
  }
  .mv_cta_img img{
    object-position: -91px;
  }
  .mv_cta_box{
    width:calc(100% - 160px);
  }
}
/* お悩み */
.onayami__inner{
  padding:40px 60px;
  background:#F8E4EA;
}
.onayami__h{
  margin-left:80px;
}
.onayami__content{
  display:flex;
}
.onayami__item {
  width:33.33%;
  margin-left:30px;
  text-align:center;
  background:#fff;
  padding:20px 0;
  border:2px dotted #d4718d;
}
.onayami__item:nth-child(1) {
  margin-left:0;
}
@media screen and (max-width: 1100px) {
    .onayami__h{
        margin-left:60px;
    }
    .onayami-tit-img {
        width: 80px;
        height:auto;
    }
}
@media screen and (max-width: 767px) {
    .onayami__inner{
      padding:30px 20px;
    }
    .onayami__h{
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
        position:relative;
        width:fit-content;
    }
    .onayami-tit-img {
        width: 80px;
        height:auto;
        position:absolute;
        right:-80px;
        bottom:0;
        margin-left:0 !important;
    }
    .onayami__content{
      flex-direction:column;
    }
    .onayami__item {
      width:100%;
      margin-left:0;
      padding:15px 0;
      margin-top:10px;
    }
    .onayami__item:nth-child(1) {
      margin-top:0;
    }
}
@media screen and (max-width: 400px) {
    .onayami-tit-img {
        width: 60px;
        right:-50px;
    }
}

.bg-pink{
  background:#d5738e;
  color:#fff;
}

