@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #2C2C2C;
  --color-primary: #D57989;
  --color-primary-shade: #F2E9E7;
  --color-primary-tint: ;
  --color-secondary: ;
  --color-secondary-tint: ;
  --color-table-border: #CCC;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #F2E9E7;
  --header-color-font: #D57989;
  --header-color-primary: #D57989;
  --header-secondary: 2C2C2C;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #F3F3F3;
  --footer-color-font: #2C2C2C;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: ;
  --font-family03: ;
  --font-family04: ;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;

  .post p {
    line-height: 2;
  }
}

/*--表示の切り替え--------------------------------------------*/

body.home .c_commoncta {
  display: none;
}

.page_contents_inner+.page_contents_inner {
  margin-top: var(--px100);
}

#content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 var(--px120);
  margin: 0 auto;
}

.fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
}

.fw_contents .page_contents_inner:nth-child(even) {
  background: var(--color-background);
}

.front_contents {
  position: relative;
  padding: var(--px160) 0;
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
  border-top: 1px solid #ddd;
}

.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: var(--color-primary-tint);
}

@media print,
screen and (max-width: 768px) {

  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 0 min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 0;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

@media print,
screen and (max-width: 768px) {

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}

/*----------------------------------------------
  utility
----------------------------------------------*/
/* コンテンツ幅 */
.max_w640 {
  max-width: 640px;
}

.max_w780 {
  max-width: 780px;
}

.max_w1050 {
  max-width: 1050px;
}


/* 文字色 */
.u-fc--primary {
  color: var(--color-primary);
}

.u-fc--white {
  color: var(--color-background);
}

/* 文字サイズ */
.u-fz18 {
  font-size: var(--rem18);
}

.u-fz20 {
  font-size: var(--rem20w);
}

.u-fz24 {
  font-size: var(--rem24) !important;
}

.u-fz28 {
  font-size: var(--rem28);
}

/* 行間 */
.u-lh200 {
  line-height: 2;
}

@media(max-width: 768px) {
  .u-sp--l {
    text-align: left !important;
  }

  .mt4 {
    margin-top: 4rem !important;
  }

  /* サイズ調整 */
  .u-sp-w50 {
    width: 50%;
  }
}

/*----------------------------------------------
  header
----------------------------------------------*/
#header-layout {
  padding: 10px;
}

#header a.head_btn.tel_btn {
  margin-right: 10px;
  color: var(--header-color-primary);

  &::before,
  &::before {
    content: none;
  }

  &:hover {
    opacity: 0.6;
  }
}

a.head_btn.tel_btn,
#header a.head_btn {
  border-radius: 50em;
}

span.header_tel {
  display: flex;
  align-items: center;
  font-size: var(--rem24);
  color: var(--color-font);

  &:before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .1em;
    margin-right: 5px;
    color: var(--color-primary);
  }
}

.header_time {
  color: var(--color-font);
}

#header a.head_btn.mail_btn {
  border: 2px solid var(--header-color-primary);

  &::before {
    content: none;
  }

  &:hover {
    background: var(--color-primary);
    color: var(--color-background);
    opacity: 0.8;
  }

  .header_mail {
    display: flex;
    align-items: baseline;
    font-size: 1.8rem;

    &:before {
      content: '\f0e0';
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .1em;
      margin-right: 5px;
    }
  }
}

nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
  color: var(--header-color-primary);
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
  background: var(--color-background);
}

@media print,
screen and (min-width: 1024px) {

  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    background: transparent;
  }

  nav#mainNav ul li a {
    padding: var(--px20) var(--px12);
  }

  .sticky-header #header-layout {
    justify-content: space-between;
    height: 80px;
    background: var(--header-background);
  }
}

@media only screen and (max-width: 1023px) {
  #sp-header .mark img {
    max-width: 200px;
  }
}

/*-----------------------------
list
------------------------------*/
.c-list {
  display: grid;
  gap: var(--rem40);

  &.c-list--col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  &.c-list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  &.c-list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }

  &.c-list--col5 {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--rem20);
  }
}

.c-flex {
  display: flex;
  gap: var(--rem40) var(--rem20);

  &.c-flex--col3 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media(max-width: 780px) {
  .c-list {
    display: grid;
    gap: var(--rem20);

    &.c-list--col2,
    &.c-list--col3,
    &.c-list--col3.c-list--sp-col2,
    &.c-list--col4,
    &.c-list--col5,
    &.c-list--sp-col2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

@media(max-width: 450px) {
  .c-list {
    display: grid;
    gap: var(--rem40);

    &.c-list--col2,
    &.c-list--col3 {
      grid-template-columns: 1fr;
    }
  }
}

/*-----------------------------
リスト
------------------------------*/
.list_style02 dl {
  display: table;
  width: 100%;
  border-bottom: solid #e4e4e4;
  border-width: 1px 0;
}

.list_style02 dt {
  display: table-cell;
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  font-weight: 400;
}

.list_style02 dd {
  text-align: right;
  display: table-cell;
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
}

.list_style02 dd:after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  font-size: 1rem;
}

.list_style02 dd.from:after {
  content: "〜";
}


/*-----------------------------
card
------------------------------*/
.cardstyle01 {
  .card-title {
    font-family: var(--font-family01);
    text-align: center;
    font-size: var(--rem30);
    font-weight: bold;
  }
}


/*-----------------------------
btn
------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-size: var(--rem16);
  color: var(--color-primary);
  line-height: 1.8;
  text-align: left;
  background: transparent;
  font-weight: 600;
  padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 0;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 0;
  transition: all .3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  content: none;
}

.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  color: var(--color-primary);
  background: transparent;
}

.linkBtn .arw,
.post .linkBtn .arw,
a.linkBtn .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: var(--px50);
  height: var(--px50);
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
  background: var(--color-primary-shade);
}

.linkBtn .arw::after,
.post .linkBtn .arw::after,
a.linkBtn .arw::after {
  content: '';
  position: absolute;
  width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  border-style: solid;
  border-width: 1px 1px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
  border-color: var(--color-primary);
}

.linkBtn:hover .arw,
.post .linkBtn:hover .arw,
a.linkBtn:hover .arw {
  background: var(--color-primary);
}

.linkBtn:hover .arw::after,
.post .linkBtn:hover .arw::after,
a.linkBtn:hover .arw::after {
  border-color: #fff;
}

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  color: var(--color-primary);

  .arw {
    z-index: -1;
  }
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
  color: var(--color-primary);
}

/*-----------------------------
table
------------------------------*/
.post table th {
  background: var(--color-primary-shade);
}

.post table td {
  background: #fff;
  padding: var(--rem20) var(--rem16);
}

/*-----------------------------
お問い合わせ
------------------------------*/

.wpcf7-form .must {
  background: var(--color-primary);
  color: #fff;
}

.wpcf7-form .must.must_fn {
  background: var(--color-primary);
  color: #fff;
}

.subimitarea {
  .linkBtn {
    padding: 0;
  }
}

.page-thanks {
  h1.title.first {
    color: var(--color-font);
  }
}

/*-----------------------------
TOP
------------------------------*/
/* title */
.post .main-title,
.main-title {
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  text-align: center;
  position: relative;

  &::before,
  &::after {
    content: none;
  }

  .main-title__en {
    display: block;
    font-size: var(--rem60);
    font-family: var(--font-family01);
    font-weight: 600;
    color: var(--color-font);
    line-height: 1.2;
  }

  .main-title__ja {
    display: block;
    font-family: var(--font-family01);
    font-size: var(--rem24);
    color: var(--color-primary);
  }


  &.main-title--left {
    text-align: left;
  }
}

@media print,
screen and (max-width: 768px) {
  .l-service {
    .c-list.c-list--col3 {
      padding-left: 5%;
      padding-right: 5%;
    }
  }

  .l-news {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.fullwide01 {
  position: relative;
  background: url(/wp-content/uploads/top-message-bg.jpg) no-repeat center /cover;
}

.fullwide01_wrap {
  background: #fff;
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide01_inner {
  max-width: 960px;
}

@media print,
screen and (max-width: 768px) {
  .fullwide01_wrap {
    padding: var(--px80) 5%;
  }
}

.column06 {
  position: relative;
  margin: 0;
}

.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}

.column06 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}

.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column06 .txtarea {
  position: relative;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0 auto;
  z-index: 10;
}

.column06 .txtarea .txtinner {
  max-width: 540px;
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }

  .column06 .imgarea,
  .column06 .txtarea {
    width: 90%;
  }

  .column06 .txtarea {
    margin: 0 auto;
  }
}


/*-----------------------------
下層
------------------------------*/
/* kv */

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

header#h1Header h1.title {
  color: var(--color-background);
  font-weight: bold;
}

#content,
body:not(.home):not(.page-privacy) {
  h2 {
    color: var(--color-font);

    &::after {
      background: var(--color-primary);
    }
  }

  h3 {
    font-size: var(--rem20w);
  }
}

.post .page-title,
.page-title {
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  text-align: center;
  position: relative;

  &::before,
  &::after {
    content: none;
  }

  .page-title__en {
    display: block;
    font-size: var(--rem40);
    font-family: var(--font-family01);
    font-weight: 600;
    color: var(--color-font);
    line-height: 1.2;
  }

  .page-title__ja {
    display: block;
    font-family: var(--font-family01);
    font-size: var(--rem24);
    color: var(--color-primary);
  }


  &.page-title--left {
    text-align: left;
  }
}

/*-----------------------------
Googleマップ
------------------------------*/
.googlemap {
  margin: 0 auto;
}

/*-----------------------------
サイトマップ
------------------------------*/
#sitemap_list {
  a {
    color: var(--color-font);
  }
}

/*-----------------------------
プライバシー・ポリシー
------------------------------*/

.page-privacy {
  h3 {
    margin-top: var(--rem40) !important;
    color: var(--color-font) !important;
    background: none !important;
    padding: 0 !important;
  }
}

/*-----------------------------
CTA
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px80) 0;
  z-index: 0;
}

.cta02:before {
  content: "";
  background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cta02 .cta02_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.cta02 .ctabtnlist {
  justify-content: space-between;
  margin: var(--px50) auto 0 auto;
}

.cta02 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta02 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}

.cta02 a.item:hover {
  opacity: 0.8;
}

@media print,
screen and (max-width: 768px) {

  .cta02 .ctabtnlist li,
  .cta02 .ctabtnlist a.item {
    width: 100%;
  }

  .cta02 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/

.cta02 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta02 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/

.cta02 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-weight: bold;
}

.cta02 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta02 a.telbtn {
  background: var(--color-background);
  color: var(--color-font);
  border: 1px solid var(--color-primary);
}

/*メールボタン*/

.cta02 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta02 a.mailbtn {
  background: var(--color-primary);
  color: var(--color-background);
}

/*ボタンアイコン*/

.cta02 .mailbtn .btnttl::before,
.cta02 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}

.cta02 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta02 .telnum::before {
  content: '\f3cd';
  color: var(--color-primary);
}


/*-----------------------------
footer
------------------------------*/
.socialicon {
  display: flex;
  justify-content: center;
}

#footer ul {
  margin: initial;
}

.icon-note {
  width: 50px;

  img {
    width: 100%;
  }
}

#footer .footer__logo img {
  max-width: 240px;
}

/*-----------------------------
news
------------------------------*/
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: var(--color-primary);
  color: var(--color-background);
}