@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;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;

  --color-background-secondary: #f6f6f6;
  --color-background-third: #f5f5f5;
  --color-background-04: #ebf9f8;
  --color-background-05: #3ea077;

  --color-semi-white: #fafafa;

  --color-font: #333333;
  --color-font-02: #4d4d4d;

  --color-font-pure-black: #000;
  --color-font-black: #111;

  --color-dark-brown: #231815;

  --color-primary: #00a3be;
  --color-primary-shade: #fff066;
  --color-primary-tint: #007689;

  --color-title-underline: #1161d1;

  --color-secondary: #a6e65a;
  --color-secondary-shade: #ebf9f8;
  --color-secondary-tint: #32d8ca;

  --color-table-border: #eff3f9;
  --linear-prime-bg: linear-gradient(270deg, #00a386 0%, #01a6e0 100%);

  --color-red-prime: #dc143c;
  --color-red-simple: #ff0000;
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1100px;
  /* width semi-pages*/
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #333;
  --header-color-font02: #111;

  --header-color-primary: #00a3be;
  --header-color-second: #2bab38;

  --header-color-primary-shade: #00a3be;
  --header-color-primary-tint: #00a3be;
  /*------▼フッター設定▼------*/
  --footer-background: #f6f6f6;
  --footer-color-font: #333333;
  --footer-color-primary: #333333;

  /* adding font var */
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Oswald", "Noto Sans JP", sans-serif;
  --font-family03: "Zen Maru Gothic", "Noto Sans JP", sans-serif;

  --font-english-head: "Montserrat", "Noto Sans JP", sans-serif;

  /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --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)*/
  --px130: min(calc(130px + (1vw - 19.2px) * 6.4725), 130px);
  /*130px-30px (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)*/
  --px90: min(calc(90px + (1vw - 19.2px) * 3.8835), 90px);
  /*90px-30px (1920-375)*/
  --px85: min(calc(85px + (1vw - 19.2px) * 2.589), 85px);
  /*85px-45px (1920-375)x*/

  --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*/
  --px70: min(calc(70px + (1vw - 19.2px) * 2.2653), 70px);
  /*70px-35px (1920-375)*/
  --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)*/
  --px38: min(calc(38px + (1vw - 19.2px) * 1.2945), 38px);
  /*38px-18px (1920-375)*/
  --px36: min(calc(36px + (1vw - 19.2px) * 1.2945), 36px);
  /*36px-16px (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ãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --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)*/
  --rem70: min(calc(7rem + (1vw - 1.92rem) * 1.9417), 7rem);
  /*7rem-3rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
  /*6rem-3.6rem (1920-375)*/
  --rem50: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
  /*5rem-2.5rem (1920-375)*/
  --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);
  /*4.8rem-3.8rem*/
  --rem46w: min(calc(4.6rem + (1vw - 1.92rem) * 0.6472), 4.6rem);
  /*4.6rem-3.6rem*/
  --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)*/
  --rem32: min(calc(3.2rem + (1vw - 1.92rem) * 0.7767), 3.2rem);
  /*3.2rem-2rem (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)*/
  --rem23: min(calc(2.3rem + (1vw - 1.92rem) * 0.6472), 2.3rem);
  /*2.3rem-1.3rem (1920-375)*/
  --rem22: min(calc(2.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem);
  /*2.2rem-1.2rem (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)*/
  --rem16s: min(calc(1.6rem + (1vw - 1.92rem) * 0.5177), 1.6rem);
  /*1.6rem-0.8rem (1920-375)*/
  --rem15: min(calc(1.5rem + (1vw - 1.92rem) * 0.1294), 1.5rem);
  /*1.5rem-1.3rem (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)*/
  --rem12s: min(calc(1.2rem + (1vw - 1.92rem) * 0.2588), 1.2rem);
  /*1.2rem-0.8rem (1920-375)*/
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body.home {
  background: var(--color-background-04);
}

/* header navbar */
@media print, screen and (min-width: 1024px) {
  .sticky-header #header > .inner {
    height: auto;
    background: var(--header-background);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .sticky-header #header-layout {
    height: 100px;
  }
  #header a.head_btn.tel_btn {
    color: var(--header-color-font02);
    background: var(--color-background);
  }

  #header a.head_btn.tel_btn::before {
    color: var(--header-color-primary);
  }

  #header {
    height: 100px;
  }

  #header a.head_btn {
    align-items: center;
    /* gap: 8px; */
    font-weight: bold;
    font-family: var(--body-font-family);
    font-size: var(--rem14);
    line-height: 1.4;
    text-align: center;
    background: var(--header-background);
    color: var(--header-color-primary);
    padding: 20px;
    min-width: var(--px140);
  }
  #header a.head_btn.line_btn {
    background: var(--header-color-second);
    color: var(--color-background);
  }
  #header a.head_btn.line_btn::before {
    font-family: "FontAwesome";
    content: "\f3c0";
    font-size: 2.8em;
    font-weight: 400;
  }
  #header a.head_btn.mail_btn span {
    font-size: var(--rem14);
    font-weight: bold;
  }

  #header a.head_btn.tel_btn::before {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0;
  }

  #header a.head_btn.mail_btn::before {
    font-size: 1.4em;
    margin-bottom: 0;
  }

  #header a.head_btn:hover {
    background: var(--header-color-primary);
    color: var(--header-background);
  }
  #header a.head_btn.line_btn:hover {
    background: var(--header-background);
    color: var(--header-color-second);
  }
  #header a.head_btn.mail_btn:hover {
    background: var(--header-color-primary);
    color: var(--header-background);
  }

  nav#mainNav ul li a {
    gap: 8px;
  }

  nav#mainNav ul li a b {
    font-weight: bold;
  }

  nav#mainNav ul li a span {
    font-weight: 400;
    color: var(--header-color-primary);
  }

  nav#mainNav ul li.pc_none {
    display: none;
  }
  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;
  }
}

@media print, screen and (min-width: 1024px) {
  #header a.head_btn.tel_btn::before {
    display: none;
  }

  #header a.head_btn.tel_btn span.tel_icon {
    display: flex;
    align-items: center;

    font-size: var(--rem24);
    gap: 8px;
  }

  #header a.head_btn.tel_btn span.tel_icon::before {
    font-family: "FontAwesome";
    content: "\f095";
    font-size: 0.75em;
    margin-top: 3px;
    color: var(--header-color-primary);
  }

  #header a.head_btn.tel_btn span.tel_text-sub .note {
    font-size: var(--rem12);
    font-weight: bold;
  }

  #header a.head_btn.mail_btn {
    /* gap: 1rem; */

    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; */
  }

  #header .logo {
    width: 30%;
    height: 100%;
    max-height: 80px;
    max-width: 400px;
  }

  #header .logo img {
    width: auto;
    height: 100%;
  }

  #header .logo {
    font-family: var(--font-family01);
    font-size: clamp(14px, calc(1.4rem + ((1vw - 10.24px) * 1.1161)), 24px);
    min-height: 0vw;
  }

  #header .logo {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1rem;
    font-weight: 600;
  }
  #header .logo span.logo-txt {
    font-size: var(--rem16);
    font-weight: 600;
  }
}
/* @media print, screen and (max-width: 1370px) and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px20) 15px;
    font-size: 10px;
  }
  nav#mainNav ul li a span {
    font-size: 10px;
  }
  #header a.head_btn.mail_btn,
  #header a.head_btn.tel_btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .logo span.logo-txt {
    font-size: 12px;
  }
  #header .logo a {
    width: 20%;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
} */

/* footer */
#footer {
  padding: var(--px80) var(--px20);
}
#footer .footer__logo:not(:last-child) {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: var(--rem14);
  line-height: 2;
}

#footer .footer__logo img {
  max-height: var(--px100);
}
#footer .footer__logo {
  margin-bottom: var(--px30);
}
#footer ul li a {
  font-weight: 500;
}
.footer-info{
	display: flex;
	justify-content: center;
	gap: var(--px24);
	margin-top: var(--px24);
}
#footer .footer-info table th {
	padding: .5em ;
	padding-left: 0;
	padding-bottom: 0;
}
.footer-info table td {
	padding-left: 0.5em;
}
#footer .footer-info table th {
	font-weight: bold;
}
/**------------------------------------------
Anchor Point
*------------------------------------------*/

.anchor_link::before {
  content: "";
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

/* post */
#front_top_content,
#front_bottom_content {
  background: transparent;
}

.postlist .post_text {
  padding: var(--px30) 0;
}

.postlist .ttls,
.postlist .date {
  color: #000;
  font-size: var(--rem16);
}

.postlist .ttls a {
  color: #111;
}

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: var(--color-primary-shade);
}
.post .time a,
.post2b .time a,
.post4b .time a,
.postlist .time a {
  color: #333;
}
/* .postlist li,
.postlist li:first-child {
  background: var(--color-background);
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 1rem;
} */

/* cta */
body.home #contact-bottom {
  display: none;
}

#contact-bottom p,
#contact p {
  font-size: var(--rem24);
  font-weight: bold;
  color: var(--color-font-02);
  font-family: var(--font-family03);
}
/*-----------------------------
cta01_col3
------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: var(--px120) 0;
  position: relative;
  z-index: 0;
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: #ffffffe6;
  border-radius: var(--px30);
  border: 6px solid var(--color-secondary-tint);
  padding: var(--px120) var(--px40);
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 1240px;
  margin: var(--px50) auto 0 auto;
  gap: 1rem;
}
.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: #111;
  border-radius: 10px;
  transition: all ease 0.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 .btnttl,
.cta01 .topttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: bold;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
  font-weight: bold;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}
.cta01 a.telbtn {
  background: var(--color-secondary-tint);
  color: #fff;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}
.cta01 a.mailbtn {
  background: #fff;
  color: var(--color-font-02);
  border: 5px solid var(--color-secondary-tint);
}
.cta01 .mailbtn .infotxt {
  font-size: var(--rem18);
}
/*LINEボタン*/

.cta01 a.linebtn {
  background: var(--color-secondary);
  color: var(--color-font-02);
}
.cta01 .linebtn .btnttl {
  font-size: var(--rem24);
  display: flex;
  align-items: center;
}
.cta01 .linebtn .topttl {
  font-size: var(--rem20);
}
/*ボタンアイコン*/

.cta01 .telnum::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .linebtn .btnttl::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  margin-right: 1rem;
}
.cta01 .telnum::before {
  content: "\f3cd";
}
.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
}
.cta01 .linebtn .btnttl::before {
  content: "\f3c0";
  font-weight: 400;
  font-size: var(--rem40);
}
/* main title */
.clr-2nd {
  color: var(--color-secondary) !important;
}
.clr-font {
  color: var(--color-font) !important;
}
h1.bottom-loop,
h1.top-loop,
.prime.main-ttl,
h1.title.cat-loop,
h2.main-ttl {
  font-size: var(--rem50);
  font-weight: bold;
  color: var(--color-primary-tint);
  font-family: var(--font-family01);

  text-shadow: var(--color-background-secondary) 4px 0px 0px,
    var(--color-background-secondary) 3.87565px 0.989616px 0px,
    var(--color-background-secondary) 3.51033px 1.9177px 0px,
    var(--color-background-secondary) 2.92676px 2.72656px 0px,
    var(--color-background-secondary) 2.16121px 3.36588px 0px,
    var(--color-background-secondary) 1.26129px 3.79594px 0px,
    var(--color-background-secondary) 0.282949px 3.98998px 0px,
    var(--color-background-secondary) -0.712984px 3.93594px 0px,
    var(--color-background-secondary) -1.66459px 3.63719px 0px,
    var(--color-background-secondary) -2.51269px 3.11229px 0px,
    var(--color-background-secondary) -3.20457px 2.39389px 0px,
    var(--color-background-secondary) -3.69721px 1.52664px 0px,
    var(--color-background-secondary) -3.95997px 0.56448px 0px,
    var(--color-background-secondary) -3.97652px -0.432781px 0px,
    var(--color-background-secondary) -3.74583px -1.40313px 0px,
    var(--color-background-secondary) -3.28224px -2.28625px 0px,
    var(--color-background-secondary) -2.61457px -3.02721px 0px,
    var(--color-background-secondary) -1.78435px -3.57996px 0px,
    var(--color-background-secondary) -0.843183px -3.91012px 0px,
    var(--color-background-secondary) 0.150409px -3.99717px 0px,
    var(--color-background-secondary) 1.13465px -3.8357px 0px,
    var(--color-background-secondary) 2.04834px -3.43574px 0px,
    var(--color-background-secondary) 2.83468px -2.82216px 0px,
    var(--color-background-secondary) 3.44477px -2.03312px 0px,
    var(--color-background-secondary) 3.84068px -1.11766px 0px,
    var(--color-background-secondary) 3.9978px -0.132717px 0px;
  position: relative;
  letter-spacing: 0.2em;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: var(--px50);
  z-index: 1;
}
h1.bottom-loop span,
h1.top-loop span,
.prime.main-ttl span,
h1.title.cat-loop span,
h2.main-ttl span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prime.main-ttl.long-txt,
h2.main-ttl.long-txt {
  font-size: clamp(
    3rem,
    calc(3rem + ((1vw - 3.75px) * 1.165)),
    4.8rem
  ); /* 4.8rem - 3rem (1920-375) */
}
h1.bottom-loop,
h1.top-loop {
  /* padding-top: 0; */
}

h1.bottom-loop::after,
h1.top-loop::after,
.prime.main-ttl::after,

h2.main-ttl::after {
  content: none;
  position: absolute;
  height: 3px;
  width: 2em;
  margin: 0 auto;
  background: var(--color-primary);
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  line-height: 1.5;
}

h1.bottom-loop span span,
h1.top-loop span span,
.prime.main-ttl span span,
h1.title.cat-loop span span,
h2.main-ttl span span {
  font-size: var(--rem24);
  /* font-family: var(--font-english-head); */
  font-weight: bold;
  color: var(--color-background);
  background: var(--color-primary);
  border-radius: 3px;
  padding: 0 10px;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: none;
  margin-bottom: 0;
  letter-spacing: 0;
  /* position: absolute; */
  z-index: -1;

  line-height: 1.4;
}

/* btn */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-size: var(--rem16);
  color: var(--color-font);
  line-height: 1.8;
  text-align: center;

  font-weight: bold;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 50vh;
  background: var(--color-secondary);

  border: 3px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  transition: all 0.3s;
}

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after {
  width: 7px;
  height: 7px;
  top: 48%;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-width: 2px;
  border-color: var(--color-font);
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: #fff;
  background: var(--color-primary-tint);
}
.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;
}

/* unique class */
.fs24 {
  font-size: var(--rem24);
}
.lh2 {
  line-height: 2;
}
.bg-007689 {
  background: var(--color-primary-tint) !important;
}
.bg-A6E65A {
  background: var(--color-secondary) !important;
}
.bg-FFF066 {
  background: var(--color-primary-shade) !important;
}
.bg-FFF {
  background: #fff !important;
}
.bg-transp {
  background: transparent !important;
}

.clr-font {
  color: var(--color-font);
}
.clr-prime {
  color: var(--color-primary-tint) !important;
}
.clr-prime-00A3BE {
  color: var(--color-primary) !important;
}
.clr-FFF {
  color: #fff !important;
}

.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: var(--px20);
}

.pd-x30 {
  padding-left: var(--px30) !important;
  padding-right: var(--px30) !important;
}

.txt-s1 {
  text-shadow: #f6f6f6 1px 0px 0px, #f6f6f6 0.540302px 0.841471px 0px,
    #f6f6f6 -0.416147px 0.909297px 0px, #f6f6f6 -0.989992px 0.14112px 0px,
    #f6f6f6 -0.653644px -0.756802px 0px, #f6f6f6 0.283662px -0.958924px 0px,
    #f6f6f6 0.96017px -0.279415px 0px;
}

.linkBtn.clr-FFF::after {
  border-color: #fff;
}
.linkBtn.clr-FFF:hover {
  opacity: 0.8;
}

.no-stroke {
  text-shadow: none !important;
}

.prime.main-ttl span.flx-l {
  align-items: start;
}
h2.main-ttl.no-stroke {
  font-size: var(--rem48);
  letter-spacing: 0.01em;
}
h2.main-ttl.no-stroke span span {
  border-radius: 0;
  letter-spacing: 0;
}
/* TOP */

/* about */

#about {
  background: url(/wp-content/uploads/top-02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: var(--px100) var(--px40) var(--px70);
}

/*-----------------------------
column_01
------------------------------*/

.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.column01 .txtarea {
  background: transparent;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 0 var(--px40) var(--px20) var(--px80);
  margin: 0;
}
.column01 .txtarea .txtinner {
  width: 100%;
  max-width: 720px;
}

.column01 .txtarea .txtinner p {
  max-width: 475px;
}
.column01 .imgarea {
  overflow: hidden;
  aspect-ratio: 400 / 259;
  line-height: 0;
  margin: 0;
  border: 5px solid var(--color-background-secondary);
  border-radius: var(--px30);
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .prime.main-ttl span {
  align-items: flex-start;
}
#about .prime.main-ttl span span.doule-top {
  padding: 0;
}
#about .prime.main-ttl {
  display: flex;
  justify-content: center;
}
#about .prime.main-ttl.no-stroke {
  justify-content: start;
}

@media screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 0;
  }
}
/* purchase */

/*------------------------------------------------------------
 ナンバリング02
------------------------------------------------------------*/

.num_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
}
.num_list02 > li {
  position: relative;
  width: 100%;
  /* margin-top: var(--px40w); */
  padding: 0;
  border: 0 solid;
  border-radius: 15px;
}
.num_list02 > li::before {
  /* content: counter(number, decimal-leading-zero); */
  counter-increment: number;
  position: absolute;
  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;
  width: var(--px80);
  height: var(--px80);
  color: var(--color-font);
  background: #fff;
  font-size: var(--px30);
  font-family: var(--font-family02);
  border-radius: 50%;
  border: 2px solid;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.num_list02 .num_listttl {
  background: none;
  font-size: var(--rem36);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0 auto var(--rem36);
  border: none;
}
.num_list02 .num_listttl::before {
  display: block;
  position: static;
  color: var(--color-secondary);
  font-size: calc(var(--px60) + 4px);
  font-weight: normal;
  font-family: "FontAwesome";
  line-height: 1;
  margin: 0 auto var(--px20);
  width: auto;
  height: auto;
}
.num_list02 .num01::before {
  content: "\f058";
}
.num_list02 .num02::before {
  content: "\f058";
}
.num_list02 .num03::before {
  content: "\f058";
}
.num_list02 .num04::before {
  content: "\f058";
}

/*---------col4-----------*/

.post .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--px30);
  flex-wrap: wrap;
}
.post .col4_list > li {
  width: 24%;
  max-width: fit-content;
  margin-bottom: 1.5%;
}
.post .col4_list > li .card-img {
  border-radius: var(--px30);
  overflow: hidden;
}
.post .col4_list > li .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post .col4_list::before {
  content: none;
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
.post .col4_list:after {
  content: none;
  display: block;
  width: 24%;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  /* .post .col4_list {
    gap: 1rem;
    row-gap: var(--px30);
  } */
  .post .col4_list > li {
    width: 45%;
  }
  .post .col4_list::before,
  .post .col4_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 430px) {
  .post .col4_list > li {
    width: 94%;
    margin-bottom: 5%;
  }
  .post .col4_list > li:last-child {
    margin-bottom: 0;
  }
}
.card-wrapper {
  width: 96%;
  max-width: 1600px;
}
.card-wrapper .max_w1600 {
  border-radius: var(--px30);
}

p.big-txt {
  font-size: var(--rem30);
  padding: var(--px12) 2em;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  border-radius: 2px;
  margin: 0 auto;
}

#purchase {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 var(--px20);
}

@media print, screen and (max-width: 430px) {
  p.big-txt {
    font-size: 14px;
    padding: var(--px12) 1em;
  }
  .prime.main-ttl.long-txt {
    font-size: 19px;
  }
}
/* service */

.card01_list.cardstyle03 > li {
  padding: var(--px30) 15px;
  border-radius: var(--px30);
  background: #fff;
  /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); */
}
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.cardstyle01 > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 464 / 465;
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
  height: 100%;
  min-height: clamp(350px, calc(464px + ((1vw - 19.2px) * 12.7232)), 464px);
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--px30);
  flex-wrap: wrap;
  margin: 0 auto;
}
.post .col3_list > li {
  width: 32%;
  margin-bottom: 2%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.post .col3_list::before {
  content: none;
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.post .col3_list:after {
  content: none;
  display: block;
  width: 32%;
  height: 0;
}

@media print, screen and (max-width: 1200px) and (min-width: 1024px) {
  .post .col3_list {
    gap: 1rem;
  }
  h2.main-ttl.no-stroke span span {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 768px) and (min-width: 431px) {
  .post .col3_list > li {
    width: 45%;
  }
  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
  h2.main-ttl.no-stroke.short-line {
    margin-bottom: 4.3rem !important;
  }
}
@media print, screen and (max-width: 430px) {
  .post .col3_list > li {
    width: 100%;
  }
  .post .col3_list > li:last-child {
    margin-bottom: 0;
  }
}

#service {
  background: url(/wp-content/uploads/top-07.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-wrapper {
  margin: 0 auto;
}
.linkBtn.yellow {
  color: var(--color-font);
  background: var(--color-primary-shade);
}
/* recovery */

/*-----------------------------
fullwide03
------------------------------*/
.fullwide03 {
  position: relative;
  background: transparent;
  padding: var(--px140) 0 var(--px200);
}
.fullwide03:before {
  content: "";
  background: url(/wp-content/uploads/top-13.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.fullwide03_wrap {
  background: #fff;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px100) var(--px20) var(--px70);
  border-radius: var(--px30);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwide03_inner {
  max-width: 1600px;
}

.linkBtn.long-btn {
  max-width: 410px;
}
.linkBtn.long-btn::after {
  right: var(--px100);
}
.post .col4_list.circle-style {
  gap: var(--px20);
}
.post .col4_list.circle-style > li {
  max-width: 335px;
}
.post .col4_list.circle-style > li .imgarea {
  border-radius: 50%;
  border: 6px solid var(--color-secondary-tint);
  overflow: hidden;
}

p.col4-ttl {
  color: var(--color-primary);
  font-weight: bold;
  font-size: var(--rem36);
  text-align: center;
  margin-top: var(--px30);
  line-height: 1.4;
}

@media print, screen and (min-width: 1024px) {
  .post .main-wrapper .col4_list {
    width: 98%;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
  }
  .num_list02 .num_listttl {
    font-size: clamp(2.1rem, calc(3.6rem + ((1vw - 19.2px) * 1.6741)), 3.6rem);
    min-height: 0vw;
  }
  p.col4-ttl {
    font-size: clamp(2.4rem, calc(3.6rem + ((1vw - 19.2px) * 1.3393)), 3.6rem);
  }
}

/* lower pages */

/* unique class */

.bg-32D8CA {
  background: var(--color-secondary-tint) !important;
}

/* company page */

.post table.responsive {
  border-collapse: separate;
  border-spacing: 0 3px;
  border: 0;
}

.post table.responsive th,
.post table.responsive td {
  padding: var(--rem36) var(--rem16);
  font-size: var(--rem16);
  line-height: 2;
  border: 1px solid var(--color-primary);
}

.post table.responsive th {
  color: var(--color-background);
  background: var(--color-primary);
  border-right: 0;
}

.flexbox.anchor_link .w50 img {
  width: 100%;
  height: auto;
}

/* items page */

p.mark-txt {
  font-size: var(--rem30);
  font-weight: bold;
  color: #fff;
  background: var(--color-background-05);
  line-height: 1.6;
  padding: 1rem;
}

.items-gallery {
  margin-top: var(--px30);
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: var(--px20);
  row-gap: var(--px40);
}

.item {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.item-ttl {
  text-align: center;
  font-size: var(--rem20);
  font-weight: bold;
  margin-top: 2rem;
}

@media print, screen and (max-width: 768px) {
  .items-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 430px) {
  .items-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* purchase page */

.post h2.semi-ttl {
  padding: 0.6rem 0 0.6rem 2rem;
  border-left: 0.5em solid var(--color-secondary-tint);
  line-height: 1.4;
  text-align: left;
  font-size: var(--rem30);
  font-weight: bold;
  color: var(--color-font);
}
.post h2.semi-ttl::after {
  content: none;
}

.post .staff_name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
  border: none;
  /* border-bottom: 2px solid #000; */
  margin: min(calc(120px + (1vw - 19.2px) * 5.178), 120px) 0 var(--px20);
  /* -- 1920 120px 375 40px -- */
  /* -- 1920 45px 375 25px -- */
  padding: 0;
  color: var(--color-secondary-tint);
  font-family: inherit;
  font-size: var(--rem24w);
  /* -- 1920 3.6rem 375 2.1rem -- */
  font-weight: bold;
  text-align: left;
  line-height: 1.35;
  letter-spacing: normal;
  gap: 0.15em 1em;
}

.post .staff_name::before,
.post .staff_name::after {
  content: none;
}
.staff_name span.sub {
  color: var(--color-font);
  font-weight: bold;
  font-size: var(--rem30);
  text-align: left;
  letter-spacing: normal;
}

.post h2.third-ttl {
  text-align: left;
  font-size: var(--rem30);
  font-weight: bold;
  padding: 0 0 0 1.5em;
  margin-bottom: var(--px20);
}

.post h2.third-ttl::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 2px;
  background: var(--color-secondary-tint);
  top: 0.8em;
  left: 0;
}

.post h2.third-ttl::after {
  content: none;
}

.caution {
  padding: var(--px60);
  background: var(--color-background-third);
  border-radius: 10px;
}

p.semi-txt {
  font-size: var(--rem20);
  font-weight: bold;
  line-height: 1.8;
}

.ml3 {
  margin-left: var(--px30);
}

.post table.horizon {
  border-collapse: collapse;
}

.post table.horizon th,
.post table.horizon td {
  border-color: var(--color-primary-tint);
  text-align: center;
  border-bottom: 1px solid;
}

@media print, screen and (max-width: 640px) {
  .post table.responsive.horizon tr:last-child td:last-child,
  .post table.responsive.horizon tr td {
    border: 1px solid;
    border-color: var(--color-primary-tint);
  }
  table.horizon thead {
    display: none;
  }
  table.horizon,
  table.horizon tbody,
  table.horizon tr,
  table.horizon td {
    display: block;
    width: 100%;
  }
  table.horizon tr {
    margin-bottom: 15px;
  }
  table.responsive.horizon tr td {
    text-align: right;
    padding-left: 30%;
    position: relative;
  }
  table.responsive.horizon td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 30%;

    transform: translateY(-50%);
    top: 51%;
    padding: 10px 0;
    padding-left: 10px;
    font-weight: bold;

    font-size: 15px;

    text-align: left;
    background: var(--color-primary);
    color: #fff;
  }
}

.wpcf7-form .must, .wpcf7-form .option {
	color: var(--color-font);
}
/* 20241205 */

.item-img {
  width: 100%;
  height: clamp(115px, calc(180px + ((1vw - 19.2px) * 4.2071)), 180px);
}
.item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table-group table th {
  width: 50%;
}

.table h3 {
  border-bottom: 0;
  border-left: 1em solid var(--color-primary);
  line-height: 1;
  padding-bottom: 0;
  margin-top: 0;
}

.table-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* flex-flow: column;
  align-items: stretch;
  gap: var(--px20);
  row-gap: 0;
  
  max-height: 1610px; */
}

.table-group .table {
  width: 49%;
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 768px) {
  .table-group .table {
    width: 100%;
  }
  .table-group .table:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 430px) {
  .table-group table th {
    padding: 1rem 5px 1rem;
    font-size: 12px;
    width: 60%;
  }
}
/* 20241211 */

.post table.tbl-horizon th:nth-child(3),
.post table.tbl-horizon th:nth-child(6),
.post table.tbl-horizon td:nth-child(3),
.post table.tbl-horizon td:nth-child(6) {
  width: calc(100% / 18);
}
.post table.tbl-horizon th:not(:nth-child(3), :nth-child(6)),
.post table.tbl-horizon td:not(:nth-child(3), :nth-child(6)) {
  width: calc(calc(100% - (100% / 18)) / 6);
  min-width: max-content;
}
.post table.tbl-horizon td:nth-child(2),
.post table.tbl-horizon td:nth-child(5),
.post table.tbl-horizon td:nth-child(8) {
  text-align: right;
}
.post table.tbl-horizon th {
  text-align: center;
}
.post table.tbl-horizon {
  width: 100%;
  min-width: 850px;
}
.post .table-horizon {
  overflow-x: auto;
}
span.pricememo {
    font-size: 1.5rem;
    padding-left: 1rem;
}
p.pricenote {
    text-align: center;
    border-bottom: 2px solid #59b1eb;
    padding: 10px;
}