@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=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Slackside+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #0e0e0e;
  --color-primary: #f9b8c8;
  --color-primary-h1: #f9b8c899;
  --color-table-border: #ccc;
  --color-table-th: #fae0e7;
  --body-font-family: "Shippori Mincho", serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #4d4d4d;
  --header-color-primary: #e899a8;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #4d4d4d;
  --footer-color-primary: #4d4d4d;
  /*------▼フォント設定▼------*/
  --font-family01: "Shippori Mincho", serif;
  --font-family02: "Outfit", "Shippori Mincho", serif;
  --font-family03: "Shippori Mincho B1", "Shippori Mincho", serif;
  --body-font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem);

  /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --px300: min(calc(300px + (1vw - 19.2px) * 10.356), 300px); /*300px-80px (1920-375)*/
  --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) */
  --px170: min(calc(170px + (1vw - 19.2px) * 6.4725), 170px); /*160px-60px (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) * 2.589), 130px); /*130px-90px (1920-375)*/
  --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px); /*120px-80px (1920-375)*/
  --px120s: clamp(40px, calc(7.5rem + ((1vw - 19.2px) * 8.9286)), 120px); /*120px-40px (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)*/
  --px100s: clamp(30px, calc(10rem + ((1vw - 19.2px) * 7.8125)), 100px);
  --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)*/
  --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)*/
  --px70: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px); /*60px-30px (1920-375)*/
  --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)*/
  --px35: min(calc(35px + (1vw - 19.2px) * 1.2945), 35px); /*35px-15px (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ãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --rem128: min(max(60px, calc(12.8rem + ((1vw - 19.2px) * 4.4013))), 128px);
  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem); /*12rem-6rem (1920-375)*/
  --rem84: clamp(30px, calc(8.4rem + ((1vw - 19.2px) * 3.4951)), 84px);
  --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) * 2.588), 7rem); /*7rem-4rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem); /*6rem-3.6rem (1920-375)*/
  --rem56: min(calc(5.6rem + (1vw - 1.92rem) * 1.5534), 5.6rem); /*5.6rem-3.2rem (1920-375)*/
  --rem50: min(calc(5rem + (1vw - 1.92rem) * 1.2945), 5rem); /*5.6rem-3rem (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)*/
  --rem46: min(calc(4.6rem + (1vw - 1.92rem) * 1.5533), 4.6rem); /*4.6rem-2.2rem (1920-375)*/
  --rem42w: clamp(30px, calc(4.2rem + ((1vw - 19.2px) * 0.7767)), 42px); /*4.2rem-3rem (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)*/
  --rem28w: clamp(20px, calc(2.8rem + ((1vw - 19.2px) * 0.5178)), 28px); /*2.8rem-2rem (1920-375)*/
  --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem); /*2.8rem-1.8rem (1920-375)*/
  --rem26w: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 2.6rem); /*2.6rem-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)*/
  --rem22w: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem); /*2.2rem-1.6rem (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)*/
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
  background: none;
}

@media print, screen and (min-width: 1024px) {
  .pc_left {
    text-align: left !important;
  }
  .pc_right {
    text-align: right !important;
  }
}

.post p {
  line-height: 1.8;
  font-size: var(--rem16);
  letter-spacing: 0.09em;
}
.post table th {
  background: var(--color-table-th);
  font-weight: 500;
}
a#scrollUp {
  width: 60px;
  height: 60px;
  padding-bottom: 5px;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  /* 縦方向中央揃え */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
a#scrollUp svg {
  display: none;
}
a#scrollUp::before {
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f106";
}
a#scrollUp::after {
  font-size: 11px;
  content: "Page Top";
}
a#scrollUp:hover {
  background: var(--color-primary);
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .sticky-header #header > .inner {
    background: var(--header-background);
  }
}
@media only screen and (max-width: 1023px) {
  nav#mainNav a.menu {
    color: #6b4723;
    background-image: url(/wp-content/uploads/umicon1.png);
    background-color: var(--color-primary);
    border: none;
  }
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs {
  font-size: 85%;
}
.fm {
  font-size: 115%;
}
.fm2 {
  font-size: 130%;
}
.red {
  color: #fc0000;
}
.b {
  font-weight: bold;
}
.pick {
  color: var(--color-primary);
}
p.txt_ind {
  text-indent: -1em;
  margin-left: 1em;
}
p.nm {
  padding-bottom: 0;
}
/**/
.cen {
  text-align: center;
}
.lft {
  text-align: left;
}
.rit {
  text-align: right;
}
.pad_anchor {
  margin-top: -115px;
  padding-top: 115px;
}
/* 非表示用 */
@media print, screen and (min-width: 641px) {
  /* PC用 */
  .dsp_smt {
    display: none;
  }
  .cen_pc {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  .dsp_hp {
    display: none;
  }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
  #header {
    position: relative;
  }
  #header .logo img {
    max-height: 58px;
  }
  #header ul.header__contact li:last-child {
    padding: 15px;
  }
  #header a.head_btn.mail_btn {
    background: var(--color-primary);
    color: var(--header-color-font);
    border-radius: 999px;
    flex-direction: row;
  }
  #header a.head_btn.mail_btn:hover {
    background: var(--color-primary-tint);
  }
  #header a.head_btn.mail_btn::before {
    margin: 0 8px 0 0;
    font-size: 95%;
  }
  #header #header-layout {
    width: 97%;
    margin: auto;
  }

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

  #header {
    height: 100px;
  }
  /**/
  nav#mainNav {
    height: auto;
  }
  nav#mainNav ul li#menu-item-221 {
    padding: 15px;
  }
  nav#mainNav ul li#menu-item-221 a {
    background: var(--color-primary);
    transition: all 0.3s ease-out;
    border-radius: 999px;
    padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(20px + (1vw - 19.2px) * 0.558), 20px);
    height: 60px;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
    transition: 0.5s;
  }
  nav#mainNav ul li#menu-item-221 a:hover {
    background: var(--header-background);
    color: var(--header-color-primary);
  }
  nav#mainNav ul li a {
    position: relative;
    padding: var(--px14) var(--px30);
    transition: 0.3s;
  }
  nav#mainNav ul li:not(:last-child) a::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background: var(--header-color-primary);
    content: "";
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
  nav#mainNav ul li a b {
    font-weight: bold;
    font-size: var(--rem16);
	  line-height: 1.6;
  }
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li a:active,
  nav#mainNav ul li.current-menu-parent a,
  nav#mainNav ul li.current-menu-ancestor a {
    background: none;
  }
  nav#mainNav ul li.current-menu-item a::after,
  nav#mainNav ul li a:hover::after,
  nav#mainNav ul li a:active::after,
  nav#mainNav ul li.current-menu-parent a::after,
  nav#mainNav ul li.current-menu-ancestor a::after {
    width: 30px;
  }
  nav#mainNav ul li li a::after {
    display: none !important;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1024px) {
  #header .logo {
    width: 20%;
  }
  #header .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  nav#mainNav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  body.mobile {
    margin-top: 60px;
  }
  body.mobile #breadcrumb {
    margin-top: 0;
  }
  nav#mainNav ul li#menu-item-221 a i::before {
    display: none;
  }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
  padding-top: var(--px80);
  background: url(/wp-content/uploads/footer-bg-2.png) no-repeat center top / cover;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
  display: none;
}
#copyright {
  background: none;
}

@media print, screen and (min-width: 641px) {
  /* PC用 */
  #footer .footer__logo:not(:last-child) {
    text-align: left;
  }
  #footer .footnav ul > li:first-child {
    padding-left: 0;
  }
  #footer .footnav:not(:last-child),
  #copyright {
    margin: 0;
  }
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide {
  position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  content: "";
  z-index: -1;
}
.box_w2_sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_w2_sp.rev {
  flex-direction: row-reverse;
}
.box_w2_sp.vtop {
  align-items: flex-start;
}
.box_w2_sp.vcen {
  align-items: center;
}
.box_w2_sp.vbtm {
  align-items: flex-end;
}
.box_pad {
  padding: 20px;
  box-sizing: border-box;
}
.box_w2 .column2_50:not(.cen) {
  text-align: left;
}

@media print, screen and (min-width: 641px) {
  /* PC用 */
  .bg_fix::before {
    background-attachment: fixed !important;
  }
  .box_w2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_w2.rev {
    flex-direction: row-reverse;
  }
  .box_w2.vtop {
    align-items: flex-start;
  }
  .box_w2.vcen {
    align-items: center;
  }
  .box_w2.vbtm {
    align-items: flex-end;
  }
  .box_w2.htop {
    justify-content: flex-start;
  }
  .box_pad {
    padding: 30px;
  }
  .box_w2 .column3_33 {
    width: 32%;
  }
  .box_w2 .column2_50 {
    width: 48.5%;
  }
  .box_w2 .column2_60 {
    width: 57%;
  }
  .box_w2 .column2_70 {
    width: 67%;
  }
  .box_w2 .column2_80 {
    width: 77%;
  }
  .box_w2 .w45 {
    width: 45%;
  }
  .box_w2 .w50 {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  /* PCのみ */
  .box_pad {
    padding: 50px;
  }
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  /* tableにスクロールバーを追加 */
  .tbl_scroll {
    overflow: auto;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  .tbl_scroll table {
    margin-bottom: 0;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    ackground: #bcbcbc;
  }
  .box_w2 .w45 + .w50 {
    margin-top: 20px;
  }
  .box_w2_sp .column2_40 {
    width: 40%;
  }
  .box_w2_sp .column2_60 {
    width: 57%;
  }
}
/**/
.box_w2 .column3_33 img,
.box_w2 .column2_30 img,
.box_w2 .column2_40 img,
.box_w2 .column2_50 img {
  max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
  background: none;
  border: none;
}
.post table.tbl_line {
  border-top: 1px solid #ddd;
}
.post table.tbl_line tr {
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  .post table.tbl_line th,
  .post table.tbl_line td {
    padding: 15px;
  }
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  .post table.tbl_line.responsive th {
    padding-bottom: 5px;
  }
  .post table.tbl_line.responsive td {
    padding-top: 0;
  }
}
/**/
#content .linkBtn,
#footer .footer__sns a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 240px;
  max-width: none;
  background: url(/wp-content/uploads/bg_btn.png) no-repeat center center / cover;
  border-radius: 999px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px 60px;
  color: var(--color-font);
  line-height: 1.4;
  font-size: var(--rem16);
  font-weight: bold;
  z-index: 2;
  outline: 1px solid;
  outline-color: #d2d2d2;
  outline-offset: 0px;
  transition: 0.3s;
  background-size: 120%;
}
#content .linkBtn.long-btn {
	width: max-content;
}
.sns .linkBtn,
#footer .footer__sns a {
  padding: 15px 40px 15px 30px;
  background: url(/wp-content/uploads/bg_btn3.png) no-repeat center center / 100% 100% !important;
}
.sns .linkBtn,
#footer .footer__sns a {
  color: var(--color-background);
  width: auto;
  outline: none;
}
.sns .linkBtn img,
#footer .footer__sns a img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
#content .linkBtn::after {
  border-color: var(--color-font);
}
#content .linkBtn:hover,
#footer .footer__sns a:hover {
  animation: light 0.8s infinite;
  opacity: 0.8;
}
@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

.footer__sns {
	display: flex;
	gap: var(--px20);
	justify-content: center;
	flex-wrap: wrap;
}
/*
#content .linkBtn::before,
#footer .footer__sns a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	z-index: -1;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
#content .linkBtn:hover::before,
#footer .footer__sns a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
} */
/**/
.txt_link {
  color: var(--color-primary);
  text-decoration: underline;
}
.txt_link:hover {
  text-decoration: none;
}
/**/
.w100 {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600,
.w800,
.w900,
.w1100 {
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.w800 {
  width: 800px;
}
.w900 {
  width: 900px;
}
.w1100 {
  width: 1100px !important;
}
/**/
.post hr {
  border: none;
  border-bottom: 1px dashed #ccc;
}
.bg_yellow_b::before {
  background: var(--color-primary);
}
.box_white {
  background: var(--color-background);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
body.home {
  position: relative;
}
body.home::before,
body.home::after,
body.home #mainImg::before,
body.home #mainImg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 16px;
  height: 100%;
  background: var(--color-primary);
  content: "";
  z-index: 1;
}
body.home::after,
body.home #mainImg::after {
  left: auto;
  right: 0;
}
body.home #footer,
body.home #mainImg {
  position: relative;
  z-index: 2;
}
body.home #mainImg::before,
body.home #mainImg::after {
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  body.home::before,
  body.home::after,
  body.home #mainImg::before,
  body.home #mainImg::after {
    width: 5px;
  }
}
@media print, screen and (max-width: 1300px) {
  body.home #content,
  body.home #content.wide {
    width: 90%;
  }
}
/**/
.home .post h1 b,
#front-sectionPost h1 span span:first-child {
  display: inline-block;
  color: var(--color-primary-h1);
  font-size: var(--rem128);
  font-weight: 500;
  font-family: var(--font-family02);
  line-height: 1;
  opacity: 0.6;
}
.home .post h1 b + span,
#front-sectionPost h1 span span:last-child {
  position: relative;
  top: -1.2em;
  display: block;
  margin-bottom: -0.5em;
  margin-left: 10px;
  font-size: var(--rem48);
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  .home .post h1 b,
  #front-sectionPost h1 span span:first-child {
    font-size: 180%;
  }
}
/**/
.photo_kadomaru img,
.top_photo img {
  box-shadow: 6px 10px 13.5px rgba(226, 56, 56, 0.25);
  border-radius: 20px;
}

.photo_kadomaru .column2_60 img {
  box-shadow: 9px 9px 14.1px rgba(229, 46, 46, 0.25);
}

.top_photo .photo02 img {
  border-radius: 20px 0 0 20px;
}
.top_photo.rev .photo02 img {
  border-radius: 0 20px 20px 0;
}
.top_photo .photo01 {
  width: 40%;
  padding-left: 5%;
}
.top_photo.rev .photo01 {
  padding-left: 0;
  padding-right: 5%;
}
.top_photo .photo02 {
  width: 50%;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  .photo_kadomaru img,
  .top_photo img {
    border-radius: 50px;
  }
  .top_photo .photo02 img {
    border-radius: 50px 0 0 50px;
  }
  .top_photo.rev .photo02 img {
    border-radius: 0 50px 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  /* PCのみ */
  .top_photo .photo01 {
    padding-left: 10%;
  }
  .top_photo.rev .photo01 {
    padding-left: 0;
    padding-right: 10%;
  }
}
/**/
.home #mainImg {
  background: url(/wp-content/uploads/top-2.png);
}
/**/
#top_about::before {
  background: url(/wp-content/uploads/top-2.png);
}
#top_about h1 {
  padding-left: 120px;
  background: url(/wp-content/uploads/top-3.png) no-repeat left 30px /100px auto;
  text-align: left;
}
#top_about h1 b {
  color: #f9b8c8c4;
  display: inline-block;
}
#top_about .txt {
  position: relative;
  z-index: 1;
}

#top_about p {
  line-height: 2.4;
  font-weight: 500;
}
#top_about .photo {
  position: relative;
}


@media print, screen and (min-width: 769px) {
  /* PCのみ */
  #top_about .txt {
    width: 50%;
  }
  #top_about .photo {
    width: 45%;
  }
}
/**/
#top_efforts h1 {
  padding-top: 75px;
  background: url(/wp-content/uploads/top-4.png) no-repeat center top / 90px auto;
  line-height: 1;
}

#top_efforts p.cen_pc {
  margin-top: calc(-1 8 var(--px40));
}

#top_efforts ul li p.txt {
  color: var(--color-font);
}
#top_efforts li a {
  display: block;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}
#top_efforts li a:hover {
  transform: translateY(5px);
}
#top_efforts li a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#top_efforts li a b {
  display: block;
  color: #9dbc97;
  font-size: calc(var(--rem48) - 2px);
  font-weight: normal;
  font-family: "Slackside One", cursive;
  line-height: 1;
}
#top_efforts li:nth-child(2) a b {
  color: #d798ae;
}
#top_efforts li:nth-child(3) a b {
  color: #88accf;
}
#top_efforts li:nth-child(4) a b {
  color: #dbcd51;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  #top_efforts li {
    width: 25%;
  }
  #top_efforts li:nth-child(2n) {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  #top_efforts li {
    width: 49%;
  }
  #top_efforts li:nth-child(2n) {
    padding-top: 40px;
  }
  #top_efforts li a {
    font-size: 120%;
  }
}
/**/
#top_facility h1 {
  padding-top: 90px;
  background: url(/wp-content/uploads/top-9.png) no-repeat center top / 90px auto;
}
/**/
#top_instagram h1 {
  padding-top: 90px;
  background: url(/wp-content/uploads/top_ico_insta.png) no-repeat center top / 90px auto;
}
/**/
#top_gallery::before {
  /*background: url(/wp-content/uploads/bg.png);*/
}
#top_gallery::after {
  top: -1px;
  height: calc(100% + 2px);
  /*background: url(/wp-content/uploads/bg_photo_top.png) no-repeat center top / 100% auto;*/
  z-index: 10;
}
#top_gallery li {
  width: calc(100% / 3);
  aspect-ratio: 4 / 3;
}
#top_gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
@media print, screen and (min-width: 769px) {
  /* PCのみ */
  #top_gallery::after {
    background-size: 100% 50px;
  }
}
/**/
#front_top_content,
#front_bottom_content {
  background: none;
}
#front-sectionPost {
  max-width: 1111px;
}
#front-sectionPost h1 {
  padding-top: 75px;
  background: url(/wp-content/uploads/top_ico_news.png) no-repeat center top / 90px auto;
}
#front-sectionPost .postlist {
  padding: 20px;
  border: 1px solid #aaa;
  border-radius: 20px;
  box-shadow: 0px 3.7px 3.7px rgba(0, 0, 0, 0.25);
}
#front-sectionPost .postlist .time {
  background: var(--color-font);
  color: #fff;
}
#front-sectionPost .postlist .time a {
  color: #fff;
}
.postlist .date {
  color: #000;
  line-height: 3;
}
.postlist .post_text {
  padding: var(--px20);
}

.postlist .ttls a {
  line-height: 3;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  #front-sectionPost .postlist {
    padding: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  /* PCのみ */
  #front-sectionPost .postlist {
    padding: var(--px80);
  }
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
  font-size: var(--rem42);
}
header#h1Header::before {
  height: calc(100% + 1px);
  background: url(/wp-content/uploads/bg_photo.png) no-repeat center bottom / 100% 12%;
  opacity: 1;
}
h1.title,
.post h1,
.post h2,
.post h3,
.post h4 {
  color: var(--color-font);
}
/**/
h1.title,
.post h1 {
  font-size: var(--rem48);
}
/**/
.post h2 {
  font-size: var(--rem42);
}
.post h2.noline::after {
  display: none;
}
.post h2.sub {
  position: relative;
  margin-bottom: var(--px30);
  padding: 0 0 0 18px;
  text-align: left;
  line-height: 1.4;
}
.post h2.sub::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  margin: 0;
}
.post h2.sub_ttl b {
  display: block;
  color: var(--color-primary);
  font-size: var(--rem18);
  font-family: var(--font-family02);
}
.post h2.lft {
  text-align: left;
}
.post h2.lft::after {
  margin-left: 0;
}
.bg_yellow h2.sub_ttl b {
  color: #fff;
}
.bg_yellow h2::after {
  background: #fff;
}
/**/
.post h3.noline {
  padding: 0;
  border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#about_msg .txt {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1200px) {
  /* PC用 */
  #about_msg {
    flex-wrap: nowrap;
  }
  #about_msg .txt {
    white-space: nowrap;
    padding-right: 30px;
  }
}
/**/
#company_tbl th {
  width: 20%;
  white-space: nowrap;
}
a.btn_pdf {
  display: inline-block;
  text-decoration: underline;
}
a.btn_pdf:hover {
  text-decoration: none;
}
a.btn_pdf span {
  display: inline-block;
  margin-right: 15px;
  padding: 1px 15px;
  background: var(--color-primary);
  font-size: 90%;
  text-decoration: none;
}
.bg_yellow::before {
  background: var(--color-primary);
}
.bg_white {
  background: var(--color-background);
}
.bg_white.tbl_pad {
  padding: 50px 7% 100px;
}
/**/
#history_tbl,
#history_tbl th,
#history_tbl td {
  background: none;
  border: none;
}
#history_tbl {
  width: auto;
  margin: 0;
}
#history_tbl th {
  position: relative;
  width: auto;
  white-space: nowrap;
  border-right: 2px solid var(--color-primary);
}
#history_tbl th::after {
  position: absolute;
  top: 20px;
  right: -8px;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 3px solid var(--color-primary);
  border-radius: 50%;
  content: "";
}
/**/
#history_list .box {
  position: relative;
}
#history_list .box::before {
  position: absolute;
  top: 0;
  left: 40px;
  display: block;
  width: 3px;
  height: 100%;
  background: var(--color-primary);
  content: "";
}
#history_list h3 {
  padding: 5px 0;
  background: #fff;
  border: none;
}
#history_list dl {
  padding-left: 120px;
}
#history_list dl + dl {
  margin-top: 20px;
}
#history_list dd {
  padding: 0;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  #history_list dl {
    display: flex;
  }
  #history_list dt {
    width: 6em;
  }
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  #history_list .box::before {
    left: 30px;
  }
  #history_list dl {
    padding-left: 80px;
  }
}
/*--------------------------------------------------
	施設一覧
--------------------------------------------------*/
.page-facility #content {
  padding-bottom: 0 !important;
}
.page-facility #footer {
  position: relative;
}
.page-facility #footer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  content: "";
  z-index: -1;
  background: var(--color-primary);
}
/**/
#sub_link li {
  margin-bottom: 15px;
}
#sub_link li a.p_link {
  position: relative;
  display: block;
  padding: 5px 30px;
  text-align: center;
  color: var(--header-color-primary);
  font-weight: 600;
  font-size: var(--rem20);
  border-radius: 999px;
  transition: 0.5s;
}
#sub_link li a.p_link::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  border: 1px solid var(--header-color-primary);
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f107";
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  /* 縦方向中央揃え */
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub_link li a.p_link:hover {
  color: #fff;
  background: var(--header-color-primary);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
#sub_link li a.p_link:hover::before {
  border-color: #fff;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  #sub_link li {
    width: 23.5%;
  }
}
@media only screen and (max-width: 820px) and (min-width: 641px) {
  #sub_link li {
    width: 48%;
  }
}
/**/
#facility_about dl {
  column-gap: 2%;
  row-gap: 1.5rem;
}
#facility_about dt {
  overflow: hidden;
  border-radius: var(--px40);
  aspect-ratio: 5 / 3;
}
#facility_about dt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
#facility_about dd {
  padding: 0;
}
#facility_about dd .ico span {
  display: inline-block;
  padding: 1px 10px;
  background: var(--color-primary);
  border-radius: 5px;
  line-height: 1.3;
}
#facility_about dd table {
  margin: 0;
  border: none !important;
  font-size: 100%;
}
#facility_about dd table th,
#facility_about dd table td {
  padding: 12px 0 !important;
}
#facility_about dd table th {
  width: auto;
  padding-right: 10px !important;
  color: var(--color-primary);
  font-size: 120%;
  white-space: nowrap;
  text-align: center;
}
#facility_about hr {
  border: none;
  border-bottom: 3px solid var(--color-primary);
}
/*
#facility_about .sns {
	width: 100%;
	padding: 2px;
	background: linear-gradient(45deg, #514C9E, #D8247E 50%, #E64550 75%, #F6C76B);
	background: -ms-linear-gradient(45deg, #514C9E, #D8247E 50%, #E64550 75%, #F6C76B);
	background: -moz-linear-gradient(45deg, #514C9E, #D8247E 50%, #E64550 75%, #F6C76B);
	background: -webkit-linear-gradient(45deg, #514C9E, #D8247E 50%, #E64550 75%, #F6C76B);
	border-radius: 20px;
}
#facility_about .sns .in {
	height: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 15px;
}
*/
@media print, screen and (min-width: 641px) {
  /* PC用 */
  #facility_about dt {
    width: 44%;
  }
  #facility_about dd {
    width: 52%;
  }
  #facility_about .sns {
    min-height: 560px;
  }
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  #facility_about .sns {
    min-height: 460px;
  }
}
/* Instagramの表示 */
.account_name {
  position: relative;
  margin: 0 0 2rem 11px;
  padding-left: 38px;
  font-size: 90%;
}
.account_name::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/insta_ico.png) no-repeat center center / contain;
  border-radius: 50%;
  content: "";
}
.account_name span {
  display: inline-block;
  border-bottom: 2px solid var(--color-primary);
}
.account_name b {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  padding: 5px 15px;
  background: url(/wp-content/uploads/bg_btn3.png) no-repeat center center / 100% 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 90%;
  text-align: center;
  display: none !important;
}
.account_name b::before {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  width: 11px;
  height: 10px;
  background: #c061af;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  .account_name b {
    margin: 6px 0 0;
    display: block;
    width: 150px;
  }
}
/* 吹き出し */
.s_bubble {
  display: inline-block;
  padding: 0 10px !important;
  background: #fff;
  border-radius: 8px;
  border: solid 2px #a5a5a5;
  margin-left: 25px;
  position: relative;
  font-size: 80%;
}
.s_bubble::before,
.s_bubble::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  clip-path: polygon(100% 0, 0 49%, 100% 100%);
  background: #a5a5a5;
  position: absolute;
  left: -16px;
  overflow: hidden;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s_bubble::after {
  background: #fff;
  left: -10px;
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  .s_bubble {
    font-size: 65%;
    vertical-align: middle;
  }
}
/*--------------------------------------------------
	独自の取り組み
--------------------------------------------------*/
.photo_efforts {
  position: relative;
}
.photo_efforts::before,
.photo_efforts::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: "";
  z-index: -1;
}
.photo_efforts::before {
  top: -20px;
  left: -20px;
  height: 50%;
  background: var(--color-primary);
}
.photo_efforts::after {
  top: 20px;
  left: 20px;
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  .photo_efforts::before {
    top: -10px;
    left: -10px;
  }
  .photo_efforts::after {
    top: 10px;
    left: 10px;
  }
}
/**/
.efforts_gallery .gallery {
  justify-content: center !important;
}
.efforts_gallery .gallery-item img {
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  .efforts_gallery .gallery {
    column-gap: 2%;
  }
  .efforts_gallery .gallery-item:nth-of-type(1) {
    width: 30% !important;
  }
  .efforts_gallery .gallery-item:nth-of-type(2) {
    width: 43% !important;
    position: relative;
    top: 50px;
  }
  .efforts_gallery .gallery-item:nth-of-type(3) {
    width: 22% !important;
  }
}
/**/
#efforts_about dl {
  position: relative;
  margin-top: 20px;
  background: #faf5d1;
  border: 1px dashed #bbb300;
  border-radius: 20px;
  text-align: center;
}
#efforts_about dl + dl::before {
  position: absolute;
  top: 50%;
  left: -61px;
  font-size: 50px;
  color: #bbb300;
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f067";
  transform: translateY(-50%);
}
#efforts_about dt {
  position: relative;
  top: -20px;
  width: 80%;
  padding: 10px;
  margin: 0 auto -20px;
  background: var(--color-primary);
  border-radius: 999px;
  font-size: 110%;
}
#efforts_about dd {
  padding: 30px;
}
#efforts_about dd ul {
  display: inline-block;
  text-align: left;
}
#efforts_about dd ul b {
  font-size: 130%;
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  #efforts_about dl {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  #efforts_about dl + dl {
    margin-top: 80px;
  }
  #efforts_about dl + dl::before {
    top: -61px;
    left: 50%;
    transform: translateX(-50%);
  }
  #efforts_about dd {
    padding: 20px;
  }
  #efforts_about dd img {
    width: 200px;
  }
}
/**/
#efforts_msg {
  font-size: var(--rem28);
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
  display: none;
}
/**/
#sitemap_list {
  padding: 30px 20px;
  border-top: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  box-shadow: 0 -20px 0 #fff inset, 0 20px 0 #fff inset;
}
#sitemap_list li {
  margin: 0 !important;
  padding: 10px 20px !important;
  list-style: disc;
  list-style-position: inside;
}
#sitemap_list li + li {
  border-top: 1px dashed var(--color-primary);
}
#breadcrumb ul li {
  font-size: 15px;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
  width: auto;
}
.wpcf7-form .must_fn {
  float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
  width: 200px !important;
  padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
  padding: 15px 35px;
  color: var(--color-font);
}

@media (min-width: 480px) {
  .sb_instagram_header.sbi_medium .sbi_header_img,
  .sb_instagram_header.sbi_medium .sbi_header_img img {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 480px) {
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_medium .sbi_header_text h3 {
    margin-left: 35px !important;
  }
}
@media (min-width: 480px) {
  .sb_instagram_header.sbi_medium .sbi_header_text h3 {
    font-size: 13px;
  }
}
.sb_instagram_header.sbi_medium .sbi_header_text {
  padding-top: 0px;
}
.facility_list .box .sns .in {
  padding-top: 5px;
}
.sb_instagram_header {
  margin-left: 5px;
  margin-bottom: 0 !important;
}
/*
#thumbImg::before, header#h1Header::before {
    background: #f9b5b500;
    opacity: 0;
}
*/
header#h1Header h1.title {
  color: var(--color-font);
  font-size: var(--rem40w);
  font-family: var(--font-family03);
  letter-spacing: 0.06em;
  font-weight: normal;
}
#privacy h2 {
  color: var(--color-font);
  background: var(--color-primary);
}
time {
  font-family: auto;
  font-weight: 700;
  background: #f3e672;
  padding: 3px 5px;
  border-radius: 5px;
}
.single-post h1.title {
  font-size: var(--rem24w);
  font-style: normal;
  margin: 0 auto 20px;
  background: var(--color-primary);
  padding: 10px;
  border-left: 3px solid #f18200;
}
.dateLabel {
  padding-top: 0px;
  border-top: none;
}
a.YellowBTN {
  color: #df2a4a;
  border-bottom: 1px solid;
}
.newsTitle p a:hover,
a:active,
a:hover {
  color: #f18200;
}
#privacy h3 {
  border-color: var(--color-primary);
}
p.dateLabel {
  text-align: left;
}
time {
  font-family: serif;
  color: var(--color-font);
}

time {
  background: #ffffff;
}
.postlist .time a {
  color: #000000;
}
#front-sectionPost .postlist .time {
  background: var(--color-primary);
}
#front-sectionPost .postlist .time a {
  color: #000000;
}

@media (min-width: 480px) {
  .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_info h3 {
    padding-top: 0px !important;
  }
}
@media print, screen and (min-width: 641px) {
  /* PC用 */
  .sp_Instagram {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* スマホ用 */
  .pc_Instagram {
    display: none;
  }
}

@media print, screen and (max-width: 1800px) {
  #top_about h1 {
    background-position: left 16px;
  }
}

@media print, screen and (max-width: 1400px) {
  #top_about h1 {
    background-position: left 10px;
  }
}
@media print, screen and (max-width: 1023px) {
  #top_about h1 {
    background-size: 70px auto;
    background-position: left 14px;
  }
	#top_about .photo {
		width: 100%;
		justify-content: center;
	}
}

@media print, screen and (max-width: 767px) {
  #top_about h1 {
    background-position: left 0;
  }

  .home .post h1 b + span {
    top: -0.8em;
  }

  #sub_link li a.p_link {
    width: 80%;
  }
}

/* -------- SUBPAGE ------------ */

header#h1Header {
  background: var(--color-background);
}

body:not(.home) .post h2 {
  font-family: var(--font-family03);
  font-size: 1.6rem;
}

.post h2.sub_ttl b {
  font-family: var(--font-family03);
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.post h2.sub_ttl span {
  font-weight: normal;
  font-size: var(--rem36);
  line-height: 1.4;
}

body:not(.home) .post h2.sub {
  font-size: var(--rem36);
  font-weight: normal;
}

.post h3.noline {
  font-size: calc(var(--rem20w) + 2px);
  font-weight: normal;
}

.wpcf7-form .must { 
background: #e80303; 
}
.post-23 a.linkBtn {
    min-width: 300px;
}