@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&family=Satisfy&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #333;
  --color-primary: #2B7FDF;
  --color-primary-shade: ;
  --color-primary-tint: linear-gradient(190deg, rgba(81, 162, 255, 1) 0%, rgba(226, 240, 255, 1) 100%);
  --color-secondary: #FFDE39;
  --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: #fff;
  --header-color-font: #333;
  --header-color-primary: #2B7FDF;
  --header-secondary: #FFDE39;
  --header-color-primary-shade: ;
  --header-color-primary-tint: #E3F0FF;
  /*------▼フッター設定▼------*/
  --footer-background: linear-gradient(190deg, rgba(81, 162, 255, 1) 0%, rgba(226, 240, 255, 1) 100%);
  --footer-color-font: #333;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Satisfy", cursive;
  --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;
  }
}

@media print,
screen and (min-width: 1024px) {
  html {
    .post p {
      font-size: 18px;
    }

    .c_commoncta {
      p {
        font-size: 18px;
      }
    }
  }

  #sb_instagram .sbi_bio {
    font-size: 18px;
  }
}

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

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(--px100) 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: 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_w490 {
  max-width: 490px;
}

.max_w680 {
  max-width: 680px;
}

.max_w830 {
  max-width: 830px;
}

.max_w780 {
  max-width: 780px;
}

.max_w990 {
  max-width: 990px;
}

.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;
  }

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

/*----------------------------------------------
  header
----------------------------------------------*/
#header a.head_btn.tel_btn {
  color: var(--header-color-primary);
  background: var(--header-color-primary-tint);
  padding: 0;
  justify-content: flex-end;
  width: 250px;
  text-align: center;

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

  &:hover {
    opacity: 0.6;
  }

  .header_time {
    color: var(--color-font);
    font-size: var(--rem12);
    font-weight: normal;
    margin-bottom: 5px;
  }

  .header_note {
    width: 100%;
    font-size: 12px;
    padding: 5px;
    margin-top: 4px;
    background-color: var(--color-primary);
    color: var(--color-background);
  }
}

span.header_tel {
  display: flex;
  align-items: center;
  font-size: var(--rem24w);
  font-family: var(--font-family01);
  font-weight: bold;

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

/* LINEボタン */
#header a.head_btn.line_btn {
  background: #06C755;
  color: var(--header-background);
  position: relative;
  padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(40px + (1vw - 19.2px) * 0.5580), 40px);

  &::before {
    content: none;
  }

  >span {
    &:before {
      content: '\f3c0';
      color: var(--header-background);
      display: block;
      font-family: 'FontAwesome';
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .5em;
      text-align: center;
    }
  }

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

#header a.head_btn.mail_btn {
  background: var(--color-secondary);
  color: var(--color-primary);

  &::before {
    content: none;
  }

  &:hover {
    background: var(--header-secondary);
    color: var(--color-primary);
  }

  .header_mail {
    font-size: var(--rem16);
    font-weight: bold;

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

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) {
  #header {
    height: 100px;
  }

  .sticky-header #header-layout {
    height: 100px;
  }

  nav#mainNav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--header-color-font);
    font-size: min(calc(1.6rem +(1vw - 1.92rem)* 0.2232), 1.6rem);
    padding: var(--px20);
  }
}

@media print,
screen and (max-width: 1023px) {
  body.mobile #header .logo img {
    max-width: 100px;
  }
}

/*-----------------------------
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;
    }
  }
}

/*-----------------------------
リスト
------------------------------*/
.post ul.list_check>li:before,
.post ul li.list-check:before {
  content: '\f058';
}


/*-----------------------------
card
------------------------------*/
.cardstyle03 {
  .txtarea {
    padding: var(--rem18);
  }

  .cardstyle03__title {
    text-align: center;
    font-size: var(--rem24w);
    line-height: 1.4;
    margin-bottom: var(--rem20);
  }
}

/*-----------------------------
btn
------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: var(--rem16);
  color: var(--color-primary);
  line-height: 1.8;
  text-align: center;
  background: var(--color-secondary);
  font-weight: bold;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0 auto 0;
  border: none;
  border-radius: 50vh;
  transition: all .3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: var(--color-primary);
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-primary);
  background: var(--color-secondary);
  opacity: 0.8;
}

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

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

/*-----------------------------
table
------------------------------*/
.post table th {
  background: linear-gradient(80deg, rgba(81, 162, 255, 1) 0%, rgba(226, 240, 255, 1) 100%);
  padding: var(--rem20);
}

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

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

.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;
  color: var(--color-primary) !important;

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

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

  .main-title__ja {
    display: block;
    font-family: var(--font-family01);
    font-size: var(--rem20);
    font-weight: bold;
  }

  &.main-title--left {
    text-align: left;
    margin-bottom: var(--rem20);

    .main-title__en {
      display: inline-block;
    }

    .main-title__ja {
      display: inline-block;
    }
  }

  &.main-title--white {
    color: var(--color-background) !important;
  }
}

.read-txt {
  text-align: center;
  font-size: var(--rem30);
  font-weight: 500;
  margin-bottom: var(--rem40);

  &.read-txt--blue {
    text-align: left;
    background-color: var(--color-primary);
    color: var(--color-background);
    padding-left: var(--rem20);
    padding-right: var(--rem20);
  }
}

/* ごあいさつ */
.greeting__img {
  margin-top: var(--rem40);
}

/* 強み */
.fullwide03 {
  position: relative;
  background: transparent;
}

.fullwide03:before {
  content: "";
  background: url(/wp-content/uploads/top-strengths-bg02.png) no-repeat center center/cover;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fullwide03_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide03_inner {
  max-width: 1240px;
}

.card01_list.cardstyle03>li {
  padding: 16px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .12);
}

/* 店舗情報 */
.l-store {
  .column06 {
    margin: auto;

    .imgarea {
      aspect-ratio: auto;
    }

    .txtarea {
      justify-content: flex-start;

      .txtinner {
        max-width: 600px;
      }
    }
  }
}

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

  .l-store {
    .column06 {
      margin: auto;

      .imgarea {
        width: 100%;
      }

      .txtarea {
        width: 100%;
        padding: var(--px80) 0;

        .txtinner {
          max-width: 100%;
        }
      }
    }
  }
}

/* 各ページリンク */
.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: 50%;
}

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

.column06 .txtarea {
  position: relative;
  width: 50%;
  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;
  }
}


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

  .l-greeting .max_w830,
  .l-instagram,
  .l-store,
  .l-strengths,
  .l-news {
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

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

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

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

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

  .post h3,
  h3 {
    display: block;
    width: 100%;
    font-family: var(--font-family01);
    font-size: var(--rem24w);
    font-weight: 500;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 0 var(--rem30);
    border: none;

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

  }
}

/* 事業内容 */
.pint_wrap {
  max-width: 770px;
  margin: 0 auto var(--rem40);
  background: var(--color-primary);
  padding: var(--rem30);
  border-radius: 16px;
  text-align: center;
}

.pint {
  .pint-title {
    color: var(--color-background);
    font-size: var(--rem40);
    font-weight: bold;
  }

  .pint-txt {
    display: block;
    max-width: 410px;
    width: 100%;
    background: var(--color-secondary);
    color: var(--color-primary);
    font-size: var(--rem24);
    font-weight: bold;
    margin: var(--rem20) auto 0;
    text-align: center;
    line-height: 1.4;
  }
}

/*-----------------------------
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
------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px80) 0;
}

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

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

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

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

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

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

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

  .cta01 a.mailbtn {
    padding: var(--rem40);
  }

}

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

.cta01 .btnttl {
  display: block;
  font-weight: bold;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
  color: var(--color-background);
}

.cta01 .infotxt02 {
  font-size: var(--rem16);
  font-weight: bold;
  background: var(--color-secondary);
  color: var(--color-primary);
  margin-top: 10px;
  padding: 10px;
}

/*電話ボタン*/

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

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

.cta01 a.telbtn {
  font-family: var(--font-family01);
  background: var(--color-primary);
  color: var(--color-background);
}

/*メールボタン*/

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

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

/*LINEボタン*/

.cta01 a.linebtn {
  background: #06C755;
  color: #fff;
}

.cta01 .linebtn .btnttl {
  font-size: var(--rem24);
  margin-bottom: 0;
}

/*ボタンアイコン*/

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

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

.cta01 .telnum::before {
  content: '\f3cd';
}

.cta01 .linebtn .btnttl::before {
  content: '';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .linebtn .btnttl::before {
  content: '\f3c0';
  font-weight: 400;
}

@media print,
screen and (max-width: 768px) {
  .cta01 .cta01_wrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta01 a.item {
    padding: var(--rem40) 5%;
  }

  .cta01 a.item.linebtn,
  .cta01 a.item.mailbtn {
    padding: var(--rem60) 5%;
  }

  .cta01 .linebtn .btnttl,
  .cta01 .mailbtn .btnttl {
    display: flex;
    align-items: center;
  }

  .cta01 .linebtn .btnttl::before,
  .cta01 .mailbtn .btnttl::before {
    font-size: 2rem;
  }

}

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

#footer ul {
  margin: initial;
}

.icon-note {
  width: 50px;

  img {
    width: 100%;
  }
}

#copyright {
  background: transparent;
}

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