@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=Frank+Ruhl+Libre:wght@300..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@500&display=swap');

:root {
  /*------------------------------------------------------
  System - Font
  ------------------------------------------------------*/
  --body-font-family: 'Noto Sans JP', sans-serif;
  --font-family01: 'Noto Serif JP', 'Noto Sans JP', serif;
  --font-family02: 'Frank Ruhl Libre', 'Noto Sans JP', serif;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
  --content-max-width: 1100px;
  --content-max-width-lg: 1240px;
  /*------------------------------------------------------
  Background - Color
  ------------------------------------------------------*/
  --color-background: #fff;
  --color-background-grey: #f3f3f3;
  --color-font: #333;
  --color-primary: #d9ba6a;
  --color-primary-shade: #111;
  --color-primary-tint: #666;
  --color-secondary: #d9ba6a;
  --color-secondary-tint: #eee;
  --color-table-border: #ccc;
  /*------------------------------------------------------
  Header
  ------------------------------------------------------*/
  --header-background: #fff;
  --header-color-font: #333;
  --header-color-primary: #d9ba6a;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  --header-line: #aeaeae;
  /*------------------------------------------------------
  Footer
  ------------------------------------------------------*/
  --footer-background: #f3f3f3;
  --footer-color-font: #333;
  --footer-color-primary: #d9ba6a;
  /*------------------------------------------------------
  PX Variations
  ------------------------------------------------------*/
  --px240: min(calc(240px + (1vw - 19.2px) * 10.356), 240px); /*240px-80px (1920-375)*/
  --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px); /*200px-100px (1920-375)*/
  --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /*180-120px (1920-375) */
  --px160w: min(calc(160px + (1vw - 19.2px) * 5.178), 160px); /*160px-80px (1920-375)*/
  --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px); /*160px-60px (1920-375)*/
  --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /*150-100px (1920-375) */
  --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px); /*140px-40px (1920-375)*/
  --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px); /*120px-80px (1920-375)*/
  --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px); /*100px-50px (1920-375)*/
  --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px); /*100px-40px (1920-375)*/
  --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px); /*96px-48px (1920-375)*/
  --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px); /*80px-60px (1920-375)*/
  --px80: min(calc(80px + (1vw - 19.2px) * 2.589), 80px); /*80px-40px (1920-375)x*/
  --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px); /*80px-20px (1920-375)x*/
  --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px); /*60px-40px (1920-375)*/
  --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px); /*60px-30px (1920-375)*/
  --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px); /*50px-30px (1920-375) */
  --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px); /*40px-30px (1920-375)*/
  --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px); /*40px-20px (1920-375)*/
  --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px); /*30px-20px (1920-375)*/
  --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px); /*30px-15px (1920-375)*/
  --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px); /*24px-14px (1920-375)*/
  --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px); /*20px-10px (1920-375)*/
  --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px); /*18px-14px (1920-375)*/
  --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px); /*16px-14px (1920-375)*/
  --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px); /*14px-12px (1920-375)*/
  --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px); /*12px-11px (1920-375)*/
  /*------------------------------------------------------
  REM Variations
  ------------------------------------------------------*/
  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem); /*12rem-6rem (1920-375)*/
  --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem); /*8rem-6rem (1920-375)*/
  --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem); /*8rem-4rem (1920-375)x*/
  --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem); /*7.2rem-4.2rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem); /*6rem-3.6rem (1920-375)*/
  --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem); /*4.8rem-3.8rem*/
  --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem); /*4.8rem-2.4rem (1920-375)*/
  --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem); /*4.2rem-3.2rem (1920-375)*/
  --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165), 4.2rem); /*4.2rem-2.4rem (1920-375)*/
  --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem); /*4.2rem-1.9rem (1920-375)*/
  --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem); /*4rem-3rem (1920-375)*/
  --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem); /*4rem-2rem (1920-375)*/
  --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem); /*3.6rem-2.4rem (1920-375)*/
  --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem); /*3rem-2.4rem (1920-375)*/
  --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem); /*3rem-2rem (1920-375)*/
  --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem); /*3rem-1.5rem (1920-375)*/
  --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem); /*2.8rem-1.8rem (1920-375)*/
  --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem); /*2.4rem-1.8rem (1920-375)*/
  --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem); /*2.4rem-1.4rem (1920-375)*/
  --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem); /*2rem-1.6rem (1920-375)*/
  --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem); /*2rem-1.4rem (1920-375)*/
  --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem); /*1.8rem-1.4rem (1920-375)*/
  --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /*1.6rem-1.4rem (1920-375)*/
  --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem); /*1.4rem-1.2rem (1920-375)*/
  --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem); /*1.2rem-1.1rem (1920-375)*/
}

/*------------------------------------------------------
Global Style
------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.4;
}
.bg-grey {
  background-color: var(--color-background-grey);
}
.list-style {
  list-style-type: disc;
  padding-left: var(--px20);
}

.post table th,
.post table td {
  padding: var(--px30) var(--px24);
}

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

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: var(--color-font);
  font-weight: 500;
}

/*-------Button----------------------------------------*/
.linkBtn,
.post .linkBtn {
  width: auto;
  text-transform: uppercase;
  font-size: calc(var(--rem16) - 1px);
  font-weight: 500;
  padding: 1.3rem 6.8rem 1.3rem 0;
  background: url(/wp-content/uploads/btn-icon.png) right center no-repeat transparent;
  color: var(--color-font);
  max-width: fit-content;
}

.linkBtn:hover,
.post .linkBtn:hover {
  background: url(/wp-content/uploads/btn-icon.png) right center no-repeat transparent;
  color: var(--color-primary);
  opacity: 0.8;
}

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

.postlist li {
  border-bottom: 1px solid var(--color-table-border);
}
.postlist li:first-child {
  border-color: var(--color-table-border);
}
.postlist .time {
  font-weight: 500;
}
.postlist .date,
.postlist .ttls {
  font-size: var(--rem16);
}
.postlist .post_text {
  padding: var(--px30) 0;
}

/*-----------------------------
cta01_col2_max1240
------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center center / cover;
  position: relative;
  z-index: 0;
  color: var(--color-background);
}
.cta01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.cta01 .cta01_wrap {
  max-width: var(--content-max-width-lg);
  width: 94%;
  margin: 0 auto;
  padding: var(--px120) 0;
}
.cta01 .cta01_wrap .cta_des {
  font-size: var(--rem20);
}
.cta01 .ctabtnlist {
  justify-content: center;
  margin: var(--px50) auto 0 auto;
  gap: var(--px40);
}
.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(--px24) 0;
  text-align: center;
  box-sizing: border-box;
  color: var(--color-background);
  border-radius: 0;
  transition: all ease 0.15s;
  border: 1px solid var(--color-background);
}
.cta01 a.item:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

/*ボタン共通パーツ*/
.cta01 .btnttl {
  display: block;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 500;
}

/*電話ボタン*/
.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-family: var(--font-family02);
  font-weight: 400;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

/*メールボタン*/
.cta01 .mailbtn .btnttl {
  font-size: var(--rem20);
}

/*ボタンアイコン*/
.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';
  font-size: calc(var(--rem20) + 2px);
}
.cta01 .telnum::before {
  content: '\f095';
  font-size: var(--rem24);
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.column01 .txtarea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 540px;
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------------------------------------
Header Style
------------------------------------------------------*/
nav#mainNav ul li a b {
  font-family: var(--font-family02);
}
#header .logo img {
  max-height: 34px;
}

/*------------------------------------------------------
  Home Page Style
  ------------------------------------------------------*/
.home .wrapper_content {
  max-width: var(--content-max-width-lg);
}
.home h2,
.cta01 h2 {
  font-family: var(--font-family02);
  font-size: var(--rem42);
  font-weight: 300;
  margin: 0 auto var(--px60);
  background: transparent;
  border: none;
  color: var(--color-font);
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.home h2 {
  text-align: left;
}
.home h2:first-letter,
.cta01 h2:first-letter {
  color: var(--color-primary);
}
.home h2:after,
.cta01 h2:after {
  content: none;
}
.home h2 span,
.cta01 h2 span {
  font-size: var(--rem18);
  font-family: var(--font-family01);
  font-weight: 500;
}
.home p {
  font-size: calc(var(--rem16) - 1px);
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.cta01 h2 {
  color: var(--color-background);
  line-height: 1;
}
.cta01 h2 span {
  display: block;
  line-height: 1;
  margin-top: 1rem;
}

.overlap {
  margin-bottom: var(--px50);
}
.overlap__wrap {
  display: grid;
  position: relative;
}
.overlap .imgarea {
  aspect-ratio: 1080 / 613;
}
.overlap .txtarea {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--color-background-grey);
  padding: var(--px80) var(--px40);
}
.overlap .txtinner {
  max-width: 510px;
  margin: 0 auto;
}

#business .imgarea {
  aspect-ratio: 620/490;
}
#business .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .home-none {
  display: none;
}

/*------------------------------------------------------
  Inner Pages Style
  ------------------------------------------------------*/
header#h1Header:before {
  background-color: var(--color-background);
  opacity: 0.29;
}

h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem40w);
}

body:not(.home) .post p {
  line-height: 1.8;
}

/*------------------------------------------------------
  Contact Pages Style
  ------------------------------------------------------*/
.subimitarea > .linkBtn {
  width: auto;
  padding: 0;
  background: transparent;
}
.post .subimitarea .linkBtn input[type='submit'] {
  margin-top: 0;
  color: var(--color-font);
  width: auto;
  text-transform: uppercase;
  font-size: calc(var(--rem16) - 1px);
  font-weight: 500;
  padding: 1.3rem 6.8rem 1.3rem 0;
  background: url(/wp-content/uploads/btn-icon.png) right center no-repeat transparent;
}
.subimitarea > .linkBtn:hover {
  width: auto;
  padding: 0;
  background: transparent;
}
.subimitarea > .linkBtn:after {
  content: none;
}
.post .subimitarea .linkBtn:hover input[type='submit'] {
  color: var(--color-primary);
  opacity: 0.8;
}
.wpcf7-form-control-wrap:has(input[type='number']) {
  display: inline-block;
  max-width: 180px;
}
.wpcf7-form .must {
  background: var(--color-font);
}
.wpcf7-form .must_fn {
  padding-bottom: 0.4em;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--color-primary);
}
.post .subimitarea .linkBtn:hover input[type='submit']:disabled {
  opacity: 0.6;
}
.post .subimitarea .linkBtn:hover input[type='submit']:disabled:hover {
  cursor: not-allowed;
  color: var(--color-font);
  opacity: 0.6;
}

/*------------------------------------------------------
  Footer Style
  ------------------------------------------------------*/
#footer {
  padding: var(--px80) 0 var(--px60);
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer__logo a {
  display: block;
  line-height: 1;
}
#footer .footer__logo img {
	width: 90%;
	height: auto;
	object-fit: contain;
  max-width: 300px;
  max-height: var(--px100);
}
.logo__text {
  font-family: var(--font-family01);
  font-size: var(--rem18);
  font-weight: 500;
  margin-left: var(--px20);
}
.logo__text span {
  font-size: var(--rem24);
}
#footer .footer__logo:not(:last-child) {
  margin-bottom: var(--px30);
}
#footer .footnav ul > li {
  padding: 0 min(calc(20px + (1vw - 19.2px) * 0.4531), 20px) 0 min(calc(20px + (1vw - 19.2px) * 0.4531), 20px);
  line-height: 17px;
}
#footer li a {
  color: var(--color-font);
}
#copyright {
  font-weight: 300;
}

/*------------------------------------------------------
  Responsive Style
  ------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  #header {
    height: 100px;
  }

  #header .logo {
    padding: min(calc(10px + (1vw - 19.2px) * 0.558), 10px) min(calc(15px + (1vw - 19.2px) * 1.1161), 15px);
  }

  #header .logo img {
    max-width: clamp(250px, calc(250px + (100vw - 1024px) * 0.3881), 304px);
    max-height: 35px;
  }

  nav#mainNav ul li a b {
    font-size: var(--rem18);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li a:hover span {
    color: var(--color-primary);
  }
  nav#mainNav ul li a span,
  .reception-info .note {
    font-size: calc(var(--rem12) + 1px);
    line-height: 1;
    font-weight: 400;
  }

  #header a.head_btn.tel_btn {
    padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(30px + (1vw - 19.2px) * 0.558), 30px);
    color: var(--header-color-font);
    position: relative;
  }
  #header a.head_btn.tel_btn:before {
    content: '';
    width: 1px;
    height: 64%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--header-line);
  }
  #header a.head_btn.tel_btn:hover {
    background-color: var(--color-primary);
    color: var(--color-background);
  }
  #header a.head_btn.tel_btn:hover:before {
    background-color: var(--color-primary);
  }
  .tel-icon {
    font-family: var(--font-family02);
    font-size: var(--rem28);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .tel-icon:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: var(--rem18);
    font-weight: 400;
    line-height: 1;
    content: '\f095';
    margin-right: 1rem;
  }
  .reception-info .note b {
    font-weight: 400;
  }
  #header a.head_btn.mail_btn {
    min-width: var(--px140);
    padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(20px + (1vw - 19.2px) * 0.2232), 20px);
    font-size: var(--rem18);
    background: var(--color-font);
  }
  #header a.head_btn.mail_btn:before {
    font-size: var(--rem18);
    margin-bottom: 1rem;
  }
  #header a.head_btn.mail_btn:hover {
    background: var(--color-primary);
  }

  .overlap__wrap {
    grid-template-columns: 56% 1fr;
  }
  .overlap .imgarea {
    grid-column: 1 / 2;
  }
  .overlap .txtarea {
    grid-column: 2 / 3;
    margin: var(--px50) 0 calc(var(--px50) * -1) calc(var(--px120) * -1);
  }

  .cta01 .ctabtnlist li {
    max-width: 400px;
  }

  .pc_pl0 {
    padding-left: 0 !important;
  }

  .pc_pr0 {
    padding-right: 0 !important;
  }

  .pc_none {
    display: none !important;
  }
}

@media print, screen and (max-width: 1023px) {
  #header .logo .mark a {
    display: block;
    line-height: 1;
  }

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

  .overlap .imgarea {
    width: 90%;
  }

  .overlap .txtarea {
    width: 90%;
    margin: -10% 0 0 auto;
  }
}

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

  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}


.all_none {
	display: none !important;
}



.content_wrap {
	position: relative;
	max-width: fit-content;
	margin: 0 auto;
	
}

.content_wrap .img-sign img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* @media print, screen and (min-width: 1024px) {
	.content_wrap {
		padding: 0 3%;
	}
	.content_wrap .img-sign {
	position: absolute;
    top: clamp(20px, calc(20px + ((1vw - 19.2px) * -13.9509)), 145px);
    right: clamp(-532px, calc(-532px + ((1vw - 19.2px) * -39.2857)), -180px);
    width: clamp(250px, calc(532px + ((1vw - 19.2px) * 31.4732)), 532px);
}
} */
.content_wrap .img-sign img{
	width: 100%;
	max-width: 180px;
	margin-top: 1em;
}
@media print, screen and (max-width: 1023px) {
	.content_wrap .img-sign {
/* 		margin-top: var(--px40); */
		text-align: right;
	}
	.content_wrap .img-sign img {
		width: 70%;
	}
}

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

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: var(--color-background-grey);
}