@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New&display=swap');


:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #5F4441;
  --color-primary: #E82052;
  --color-primary-shade: ;
  --color-primary-tint: #FFEAEA;
  --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: "Zen Kaku Gothic New", sans-serif;
  --content-max-width: 1200px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #FFEAEA;
  --header-color-font: #5F4441;
  --header-color-primary: #E82052;
  --header-secondary: ;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #FFEAEA;
  --footer-color-font: #5F4441;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Poppins", sans-serif;
  --font-family03: "Zen Kaku Gothic New", sans-serif;
  --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,
body.page-contact .c_commoncta,
body.page-sitemap .c_commoncta,
body.page-privacy .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);

  &.widecolor--white {
    background-color: #fff;
  }

  &.widecolor--pink {
    background-color: #FFF9F9;
  }
}

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

  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 5% min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 5%;
    /* 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) {
  .widearea {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

/*----------------------------------------------
  header
----------------------------------------------*/
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: var(--header-background);
}

#header a.head_btn {
  &:hover {
    background: var(--header-color-primary);
    opacity: 0.8;
  }
}

#header a.head_btn.line_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #06C755;
  color: var(--color-background);
  font-size: calc(1.6rem + (1vw - 1.92rem) * 0.2232);
  font-weight: 600;
  line-height: 1.4;
  padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(20px + (1vw - 19.2px) * 0.5580), 20px);
  -webkit-transition: .3s;
  transition: .3s;

  &::before {
    content: '\f3c0';
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .1em;
  }

  &:hover {
    background: #06C755;
    color: var(--color-background);
    opacity: 0.8;
  }
}

.sticky-header #header-layout {
  background-color: var(--header-background);
}

nav#mainNav ul li.shop a b {
  position: relative;
  padding-left: var(--rem30);

  &::before {
    content: '\f07a';
    position: absolute;
    font-size: var(--rem16);
    font-family: 'FontAwesome';
    font-weight: 400;
    line-height: 1;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

    .c-flex__item {
      width: calc((100% / 3) - var(--rem40));
      border: 1px solid #CCCCCC;
    }
  }
}

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

  .c-flex {
    &.c-flex--col3 {
      .c-flex__item {
        width: calc((100% / 2) - var(--rem40));
      }
    }
  }
}

/*-----------------------------
リスト
------------------------------*/

/*-----------------------------
card
------------------------------*/
.cardstyle01 {
  .imgarea {
    margin-bottom: var(--rem20);
  }

  .cardstyle01-title {
    font-family: var(--font-family03);
    font-size: var(--rem24w);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: var(--rem20);
    text-align: center;
  }
}

/*-----------------------------
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: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: 600;
  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: #fff;
}

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

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

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

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

.button_wrap {
  .linkBtn {
    padding: 0;
  }

  .linkBtn a {
    display: inline-block;
    width: 100%;
    padding: var(--rem20) 30px var(--rem20) 20px;
  }

  .linkBtn a:hover {
    color: #fff !important;
    cursor: pointer;
  }
}

.btn-shop {
  position: relative;
  padding-left: var(--rem30);

  &::before {
    content: '\f07a';
    position: absolute;
    font-size: var(--rem16);
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 400;
    line-height: 1;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: 0.3s all;
  }
}

.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
  margin: 10px !important;
}

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

.post table td {
  background: #fff;
}

.post table th,
.post table td {
  padding: var(--rem20) var(--rem16);
}

.post table.table_style04 th {
  background-color: transparent;
}

.post table.table_style04,
.post table.table_style04 th,
.post table.table_style04 td {
  border: none;
}

table.table_style04 tr:first-child {
  border-top: 1px solid #ababab;
}

table.table_style04 tr:last-child {
  border-bottom: 1px solid #ababab;
}

table.table_style04 tr {
  border-top: 1px dashed #ababab;
  letter-spacing: 1px;
}

table.table_style04 th,
table.table_style04 td {
  padding: 50px 30px;
}

table.table_style04 th {
  position: relative;
  z-index: 0;
}

table.table_style04 th:before {
  position: absolute;
  content: "";
  background: rgb(247 247 247);
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: auto;
  z-index: -1;
}

table.table_style04 td ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

table.table_style04 td ul li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

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

  table.table_style04 th,
  table.table_style04 td {
    padding: 35px 10px;
    font-size: 1.4rem;
    vertical-align: middle;
  }

  table.table_style04 th {
    width: 32%;
  }

  table.table_style04 td {
    width: 68%;
  }
}

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

.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__ja {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem40w);
    color: var(--color-font);
    font-weight: bold;
  }

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

.l-about {
  background: url(/wp-content/uploads/top-about.jpg) no-repeat center center/cover;
}

.check-list {
  dt {
    position: relative;
    padding-left: var(--rem40w);
    color: var(--color-primary);
    margin-bottom: var(--rem20);
    font-size: var(--rem24w);

    &::before {
      content: '\f058';
      position: absolute;
      font-size: var(--rem30);
      font-family: 'FontAwesome';
      font-weight: 400;
      line-height: 1;
      top: 60%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border: none;
      width: auto;
      height: auto;
      margin: 0;
      transition: 0.3s all;
    }
  }

  dd {
    margin-bottom: var(--rem20);

    &:last-child {
      margin-bottom: 0;
    }
  }
}

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

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

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

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

header#h1Header h1.title {
  font-size: var(--rem42);
  color: var(--color-font);
  font-family: var(--font-family03);
  font-weight: bold;
}

/* title */
body:not(.home):not(.page-privacy) {
  h2 {
    color: var(--color-font);
    text-align: center;

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

  .post h3,
  h3 {
    font-family: var(--font-family03);
    font-size: var(--rem28);
    font-weight: bold;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) 0 var(--rem30) 0;
    border: none;
    background: transparent;

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: auto;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 3px;
    }

    &:before {
      width: 30%;
      background: var(--color-primary);
      z-index: 1;
    }

    &:after {
      width: 100%;
      background: #EAEAEA;
      z-index: 0;
    }
  }
}

.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__ja {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem40w);
    color: var(--color-font);
    font-weight: bold;
  }

  .page-title__en {
    display: block;
    font-size: var(--rem24w);
    font-family: var(--font-family02);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 1.2;
  }
}

/* サクランボについて */
#vision {
  background: url(/wp-content/uploads/about-bg.png) no-repeat top center/cover;
}

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

  body.page-about #content.wide {
    padding-bottom: 0;
  }
}


/*-----------------------------
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 {
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  border-radius: var(--rem40);
  padding: var(--px80);
  border: 2px solid var(--color-primary);
}

.cta01 .ctabtnlist {
  justify-content: center;
  max-width: 760px;
  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(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  border-radius: 0;
  transition: all ease .15s;
}

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

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

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

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

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

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

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

/*電話ボタン*/

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

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

.cta01 a.telbtn {
  border: 1px solid #fff;
  color: #fff;

  &:hover {
    background: #fff;
    color: var(--color-font);
  }
}

/*メールボタン*/

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

.cta01 a.mailbtn {
  color: #fff;
  background: var(--color-primary);
  border-radius: 50em;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);

  &:hover {
    opacity: 0.8;
  }
}

.cta01 a.linebtn {
  color: #fff;
  background: #06C755;
  border-radius: 50em;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  font-size: var(--rem24);

  &:hover {
    color: #fff;
    background: #06C755;
    opacity: 0.8;
  }

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

/*ボタンアイコン*/

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


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


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

  .cta-title__img {
    width: var(--rem80);
    margin: 0 auto var(--rem16);
  }

  .cta-title__ja {
    display: block;
    font-family: var(--font-family03);
    font-size: var(--rem40w);
    color: var(--color-font);
    font-weight: bold;
  }

  .cta-title__en {
    display: block;
    font-size: var(--rem24w);
    font-family: var(--font-family02);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 1.2;
  }
}


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

#footer ul {
  margin: initial;
}

.icon-note {
  width: 50px;

  img {
    width: 100%;
  }
}

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