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

:root {
  /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
  --color-background: #fff;
  --color-font: #252524;
  --color-font01: #fff;
  --color-font02: #333;
  --color-primary: #81c2c1;
  --color-primary-shade: #81c2c1;
  --color-primary-tint: #666;
  --color-secondary: #584f44;
  --color-secondary-tint: #eee;
  --color-table-border: #ccc;
  --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;
  /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨­å®šâ–¼------*/
  --header-background: #fff;
  --header-color-font: #444444;
  --header-color-primary: #81c2c1;
  --header-color-primary-shade: #daeded;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
  --footer-background: #81c2c1;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Courgette", "Noto Sans JP", 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)*/
  --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ãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --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)*/
}

.fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
}

/*---------
 * タイトル調整
 * -----------*/

/*---------txtstyle03-----------*/

.post .txtstyle03,
.txtstyle03 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: center;
  color: #111;
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0;
  margin: var(--rem42) auto var(--rem30);
  border: none;
  background: transparent;
}

.post .txtstyle03:before,
.txtstyle03:before,
.post .txtstyle03:after,
.txtstyle03:after {
  content: none;
}

.post .txtstyle03 .subtxt,
.txtstyle03 .subtxt {
  display: block;
  font-size: var(--rem16);
  color: var(--color-primary);
  font-weight: 600;
  padding: 0;
  margin: var(--rem14) 0 0;
  border: none;
  background: transparent;
}

/*---------txtstyle05-----------*/

.post .txtstyle05,
.txtstyle05 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  color: var(--color-font);
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0;
  margin: var(--rem42) auto var(--rem30);
  border: none;
  background: transparent;
}

.post .txtstyle05:first-letter,
.txtstyle05:first-letter {
  color: var(--color-primary-tint);
}

.post .txtstyle05:before,
.txtstyle05:before,
.post .txtstyle05:after,
.txtstyle05:after {
  content: none;
}

.post .txtstyle05 .subtxt,
.txtstyle05 .subtxt {
  display: block;
  font-size: var(--rem16);
  color: var(--color-primary);
  font-weight: 600;
  padding: 0;
  margin: var(--rem14) 0 0;
  border: none;
  background: transparent;
}

@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');


/*----------------------------
リンクボタンリスト
-----------------------------*/

/*---ボタンデザイン---*/

.link_btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background: var(--color-primary);
  width: 100%;
  font-size: var(--rem16);
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: 1.6;
  text-align: center;
  padding: 14px var(--px40) 12px;
  border-radius: 50vw;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 2px var(--color-font);
}

.link_btn::after {
  content: '\f078';
  position: absolute;
  font-size: .85em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: var(--rem16);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link_btn:hover {
  color: var(--color-font);
  background: var(--color-primary);
  border: solid 2px var(--color-font);
}

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: var(--px40) auto;
  gap: 1%;
}

.post ul.linkbtn_list>li {
  width: auto;
  margin-bottom: var(--px20);
  text-align: center;
}

.post ul.linkbtn_list>li a.link_btn {
  width: auto;
  min-width: 240px;
  height: 100%;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print,
screen and (max-width: 640px) {
  .post ul.linkbtn_list>li {
    width: 48%;
  }

  .post ul.linkbtn_list>li a.link_btn {
    max-width: none;
    width: 100%;
    min-width: auto;
  }
}

.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: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-font);
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: solid 2px;
  border-radius: 50vh;
  transition: all .3s;
}

.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after,
.post .subimitarea .linkBtn input[type="submit"]::after {
  content: '\f101';
  position: absolute;
  font-size: var(--rem16);
  color: #fff;
  font-family: 'FontAwesome';
  font-weight: 400;
  line-height: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  transition: 0.3s all;
}

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

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

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

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

/*---table_style04-------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

  table.table_style04 th {
    width: 32%;
  }

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

.post table,
.post table th,
.post table td {
  border-width: 1px;
  border-color: var(--color-primary);
}

.post table th {
  width: 25%;
  font-weight: bold;
  background: var(--color-primary);
  color: #fff;
}

.post table th,
.post table td {
  padding: var(--px30) var(--px16);
  font-size: var(--rem16);
}

.wpcf7-form .must {
  background: #e80303;
}

/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/

.post .col2_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col2_list>li {
  width: 49%;
  margin-bottom: 2%;
}

@media print,
screen and (max-width: 414px) {
  .post .col2_list>li {
    width: 100%;
  }

  .post .col2_list>li:last-child {
    margin-bottom: 0;
  }
}

/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col3_list>li {
  width: 32%;
  margin-bottom: 2%;
}

.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 49%;
  }

  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col3_list>li {
    width: 100%;
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

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

.post .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col4_list>li {
  width: 24%;
  margin-bottom: 1.5%
}

.post .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.post .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

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

  .post .col4_list>li,
  .post .col4_list::before,
  .post .col4_list:after {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media print,
screen and (max-width: 768px) {
  .post .col4_list>li {
    width: 49%;
  }

  .post .col4_list::before,
  .post .col4_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col4_list>li {
    width: 100%;
  }

  .post .col4_list>li:last-child {
    margin-bottom: 0;
  }
}



/*-----------------------------
.cardstyle
------------------------------*/

/*---------style02-------------*/

.card01_list.cardstyle02>li .txtarea {
  background: #fff;
  padding: 20px 20px 30px 20px;
}

/*---------style03-------------*/

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

/*---------txtstyle02 -----------*/

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem24);
  font-weight: 600;
  text-align: center;
  color: #111;
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0;
  margin: var(--rem12) auto var(--rem18);
  border: none;
  background: transparent;
}

.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
  content: none;
}

.post .txtstyle02 .subtxt,
.txtstyle02 .subtxt {
  display: block;
  font-size: var(--rem16);
  color: var(--color-primary);
  font-weight: 600;
  padding: 0;
  margin: var(--rem14) 0 0;
  border: none;
  background: transparent;
}

/*-----------------------google翻訳-----------------------*/
#flags ul li a {
  padding: 0 !important;
}

.gt_flex {
  display: flex;
  justify-content: flex-end;
  padding: 5px;

  @media print,
  screen and (max-width: 768px) {
    justify-content: space-around;
    padding: 0 5px 5px;
  }
}

#flags {
  width: 210px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;

  @media print,
  screen and (max-width: 768px) {
    width: 210px !important;
  }
}

.gt_flex #flags,
.gt_flex #google_language_translator {
  height: 30px;
  display: flex;
  align-items: center;
}

ul#sortable li {
  height: 18px !important;
  display: block;
}

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

  /* #mainImg {
    padding-top: 40px !important;
  }

  header#h1Header {
    margin-top: 40px;
  } */

  #glt-translate-trigger {
    display: none;
  }

  #header {
    height: auto !important;
  }

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

@media print,
screen and (max-width: 768px) {
  #glt-translate-trigger {
    bottom: 58px;
    left: 0 !important;
    opacity: .8;
  }

  .tool-container {
    bottom: 100px !important;
  }
}

/*-----------------------google翻訳-----------------------*/



html {
  scroll-behavior: smooth;
}

.fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
}

/* header navbar */
@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li.pc_none {
    display: none;
  }

  #header {
    height: 100px;
  }

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

  #header .logo img {
    max-height: 80px;
  }

  #header ul.header__contact {
    height: 100px;
  }

  nav#mainNav ul li a b,
  nav#mainNav ul li a span {
    margin-top: 0;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li a:active span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--header-color-primary);
  }

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

  #header a.head_btn.tel_btn::before {
    display: none;
  }

  #header a.head_btn {
    font-weight: bold;
    height: 100%;
  }

  #header a.head_btn.tel_btn {
    color: #333;
    padding-left: calc(var(--px30) - 3px);
    padding-right: calc(var(--px30) - 3px);
  }

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

  #header .tel_icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--rem24);
    font-weight: 600;
  }

  #header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 8px;
    padding-left: calc(var(--px40) - 7px);
    padding-right: calc(var(--px40) - 7px);
  }

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

  #header a.head_btn.mail_btn {
    font-weight: bold;
  }

  #header .tel_icon::before {
    content: "\f095";
    display: block;
    font-family: "FontAwesome";
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 3px;
  }

  #header a.head_btn.mail_btn::before {
    font-size: 1.25em;
    margin-top: 4px;
  }
}

@media print,
screen and (min-width: 1100px) {
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: var(--header-color-primary-shade);
    color: var(--header-color-font);
  }

  nav#mainNav ul li ul.sub-menu li a {
    background: #fff;
    color: var(--header-color-font);
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

@media print,
screen and (max-width: 1380px) and (min-width: 1024px) {
  #header .logo img {
    max-height: 50px;
  }

  nav#mainNav ul li a {
    padding: var(--px20) 8px;
  }

  #header a.head_btn.tel_btn {
    color: #333;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #header a.head_btn.mail_btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  nav#mainNav ul li a b,
  nav#mainNav ul li a span {
    letter-spacing: 0;
  }
}

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

  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,
  nav#mainNav ul li ul.sub-menu li a:active,
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: var(--header-color-primary) !important;
    color: #fff;
  }
}

/* code footer */
#footer {
  padding: var(--px60) 0;
}

#footer .footer__logo img {
  max-width: 371px;
  max-height: calc(var(--px80) + 8px);
}

#footer ul li a {
  font-weight: 500;
}

/* postlist */
#front_top_content,
#front_bottom_content {
  background: #f5ffff;
  padding: var(--px100) 0;
}

.postlist li:first-child {
  border-top: 1px solid #cccccc;
}

.postlist li {
  border-bottom: 1px solid #cccccc;
}

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

.postlist .ttls a {
  color: #111;
  font-size: var(--rem16);
}

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

/* code main-ttl */
h1.title.top-loop,
h1.title.bottom-loop,
h1.title.main-ttl {
  position: relative;
  font-family: var(--font-family01);
  font-size: calc(var(--rem24w) - 2px);
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: var(--px60);
  color: var(--color-font02);
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1.title.top-loop span span,
h1.title.bottom-loop span span,
h1.title.main-ttl span span {
  display: block;
  font-family: var(--font-family02);
  font-weight: 400;
  font-size: var(--rem80);
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

h1.title.top-loop::after,
h1.title.bottom-loop::after,
h1.title.main-ttl::after {
  content: "";
  width: 3.64em;
  height: 3px;
  background: var(--color-primary);
  margin-top: 1em;
}

/* code linkBtn */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 360px;
  font-size: var(--rem16);
  color: #fffae8;
  line-height: 1.4;
  text-align: center;
  background: var(--color-secondary);
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  font-family: var(--font-family02);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after,
.post .subimitarea .linkBtn input[type="submit"]::after {
  content: url(/wp-content/uploads/img-btn.png);
  position: absolute;
  font-size: var(--rem16);
  color: #e3d6ab;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 1;
  top: 48%;
  right: 7rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  transition: 0.3s all;
}

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

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

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

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

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

.cta01 .cta01_wrap h1 {
  text-align: center;
}

.cta01 {
  background: url(/wp-content/uploads/contact-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding: var(--px140) 0;
}

.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  background: transparent;
  padding: 0 2rem;
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 1300px;
  margin: var(--px50) auto 0 auto;
  gap: var(--px30);
}

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

/*ボタン共通パーツ*/
h1.main-ttl.contact-ttl span span {
  color: var(--color-secondary);
}

h1.main-ttl.contact-ttl::after {
  background: var(--color-secondary);
}
}

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

.cta01 .infotxt {
  font-size: var(--rem18);
  font-weight: bold;
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: calc(var(--rem48) - 2px);
  margin-bottom: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem24);
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 a.telbtn {
  background: var(--color-secondary);
  color: var(--color-font01);
  box-shadow: 0px 4px 0px #322c25;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem30);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.cta01 a.mailbtn {
  background: var(--color-primary);
  color: var(--color-font01);
  box-shadow: 0px 4px 0px #568685;
}

.cta01 a.mailbtn .infotxt {
  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";
}

.cta01 .telnum::before {
  content: "\f3cd";
  font-size: 0.83em;
  margin-top: 4px;
}

/* code concept */
#concept h1.title.main-ttl {
  margin-bottom: var(--px30);
}

#concept p {
  color: var(--color-font02);
  font-weight: 500;
  font-size: var(--rem20);
  line-height: 2.6;
  letter-spacing: 0.08em;
}

.fullwide01 {
  position: relative;
  background: url(/wp-content/uploads/top-01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: var(--px80) 0 var(--px100);
}

.fullwide01_wrap {
  background: #ffffffe6;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  padding: calc(var(--px100) + 10px) 2rem var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide01_inner {
  max-width: 1300px;
}

/* code healing-salon */
#items .sec01,
#salon .sec01 {
  background: transparent;
  padding: 0;
}

.column01::before {
  content: "";
  background: url(/wp-content/uploads/top-02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  position: absolute;
}

.column01 {
  position: relative;
  margin: 0;
  padding-top: var(--px100);
  background: linear-gradient(270deg, #edf8fc 0%, #ddf0f8 25.57%, #d6e8f6 47.37%, #c2d7ee 62.1%, #d6e8f8 100%);
  mix-blend-mode: normal;
}

.column01_wrap {
  position: relative;
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}

.column01 .txtarea {
  background: transparent;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: var(--px40) var(--px40);
  margin: 0;
  width: 55%;
}

.column01 .txtarea .txtinner {
  width: 100%;
}

.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
  width: 45%;
}

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

#items .column01 {
  position: relative;
  margin: 0;
  padding: 0;

  width: 100%;
  height: 100%;
  background: #f5ffff;
  mix-blend-mode: normal;
}

#items .column01::before {
  content: "";
  background: url(/wp-content/uploads/top-04.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
}

/*---------txtstyle-----------*/
.column01 h1.title.main-ttl {
  text-align: left;
  align-items: start;
  margin-bottom: var(--px30);
}

.column01 p {
  line-height: 2;
}

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

  .column01 .imgarea {
    width: 100%;
    margin: 0 auto;
  }

  .column01::before {
    height: 100%;
  }

  .column01 .txtarea {
    padding: var(--px40);
  }

  #items .column01::before {
    height: 100%;
  }
}

@media print,
screen and (max-width: 767px) {
  #items .column01::before {
    background-attachment: unset;
  }
}

/* code instagram */
.instagram-radius {
  display: flex;
  align-items: center;
  gap: var(--px30w);
  margin-bottom: var(--px30);
}

.instagram-radius .text-ins {
  font-size: var(--rem36);
  font-weight: 500;
}

.instagram-media {
  width: var(--px100);
  height: var(--px100);
  border-radius: 50%;
  background: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instagram-media img {
  width: calc(var(--px40) + 1px);
  height: auto;
  object-fit: contain;
}

/*-----------------------------
card
------------------------------*/
#instagram .sec01 {
  background: #f5ffff;
  padding: var(--px120) 0;
}

#instagram .card01_wrap {
  position: relative;
  margin: 0;
}

#instagram .card01_inner {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
}

#instagram .card01_list>li {
  position: relative;
  background: transparent;
}

#instagram .card01_list .imgarea {
  width: 100%;
  position: relative;
  /* aspect-ratio: 4 / 3; */
  overflow: hidden;
  line-height: 0;
}

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

#instagram .col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px30);
}

#instagram .col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#instagram .col4_list::before {
  content: "";
  display: block;
  width: calc(100% / 4 - var(--px30));
  order: 1;
}

#instagram .col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px30) * 3)) / 4);
  order: 2;
}

#instagram .col4_list>li {
  width: calc((100% - (var(--px30) * 3)) / 4);
}

@media print,
screen and (max-width: 768px) {
  #instagram .col4_list>li {
    width: calc((100% - (var(--px40) * 1)) / 2);
  }
}

@media print,
screen and (max-width: 432px) {
  #instagram .col4_list>li {
    width: 100%;
  }
}

/* code clock */
/* #clock {
  padding: var(--px100) 0 var(--px120);
} */
/**------------------------------------------
Anchor Point
*------------------------------------------*/

.anchor_link::before {
	content: '';
	display: block;
	padding-top:150px;
	margin-top: -150px;
}
#clock.anchor_link::before {
  padding-top: calc(150px + 100px);
  margin-top: -250px;
}

.clock-content {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
  padding: var(--px100) 0 var(--px120);
}

.clock-time {
  background: red;
}

/* code parallax */
#parallax {
  background: url(/wp-content/uploads/top-08.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: calc(var(--px240) + var(--px240) + var(--px40));
}

@media print,
screen and (max-width: 767px) {
  #parallax {
    background-attachment: unset;
  }
}

/* code semi-wrapper */
.anchor_link::before {
  content: "";
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}

body:not(.home) .post h2 {
  position: relative;
  font-family: var(--font-family01);
  font-size: calc(var(--rem24w) - 2px);
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: var(--px60);
  color: var(--color-font02);
}

body:not(.home) .post h2 span span {
  display: block;
  font-family: var(--font-family02);
  font-weight: 400;
  font-size: clamp(50px, calc(3.125rem + ((1vw - 3.75px) * 3.1715)), 99px);
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

body:not(.home) .post h2::after {
  content: "";
  width: 3.64em;
  height: 3px;
  background: var(--color-primary);
  position: relative;
  visibility: visible;
  display: block;
  margin: 1em auto 0;
}

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

/* semi-concept */
.semi-concept_width {
  max-width: 1030px;
  margin: 0 auto;
}

.semi-concept_info p {
  line-height: 2;
}

.text-concepts {
  margin-top: var(--px40);
  line-height: 2;
}

/*---table_style04-------------------------------------*/

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

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

table.table_style04 tr:first-child {
  border-top: 1px solid var(--color-primary);
}

table.table_style04 tr:last-child {
  border-bottom: 1px solid var(--color-primary);
}

table.table_style04 tr {
  border-top: 1px dashed var(--color-primary);
  letter-spacing: 1px;
}

table.table_style04 th,
table.table_style04 td {
  padding: var(--px40) var(--px30);
  font-size: var(--rem16);
  line-height: 2;
}

table.table_style04 th {
  position: relative;
  z-index: 0;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

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

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

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

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

  table.table_style04 th,
  table.table_style04 td {
    padding: var(--px40) 1rem;

    vertical-align: middle;
  }

  table.table_style04 th {
    width: 32%;
  }

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

/* code semi-salon01 */
.semi-salon01 p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

body:not(.home) .post h2.txtstyle05 {
  position: relative;
  font-family: var(--font-family01);
  font-size: var(--rem30);
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: var(--px30);
  color: var(--color-primary);
}

.post .txtstyle05:first-letter,
.txtstyle05:first-letter {
  color: var(--color-primary);
}

body:not(.home) .post h2.txtstyle05::after {
  display: none;
}

.post .txtstyle05 .subtxt,
.txtstyle05 .subtxt {
  display: block;
  font-size: var(--rem16);
  color: var(--color-font);
  font-weight: bold;
  padding: 0;
  margin: 1rem 0 0;
  border: none;
  background: transparent;
  letter-spacing: 0.1em;
}

.fw_contents .page_contents_inner:nth-child(even) {
  background: #f5ffff;
}

.semi-salon02 p {
  font-size: var(--rem24w);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}

.semi-salon02 p a:hover {
  color: var(--color-primary);
}

.semi-salon03 .linkBtn,
.semi-items02 .linkBtn {
  font-size: var(--rem24);
}

.card01_list.cardstyle03>li {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.home) .post .semi-items01 h2.txtstyle05 {
  margin-bottom: var(--px40);
}

.post .semi-items01 .txtstyle05 .subtxt {
  margin: var(--px40) 0 0;
  font-weight: 400;
}

.link_btn {
  border: none;
}

.link_btn:hover {
  border: none;
}

@media print,
screen and (max-width: 640px) {
  .post ul.linkbtn_list>li {
    width: 60%;
  }
}

@media print,
screen and (max-width: 432px) {
  .post .col3_list>li {
    width: 100%;
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }

  .post .col4_list>li {
    width: 100%;
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

.fw_contents .page_contents_inner {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: var(--px80) calc((100vw - 100%) / 2) var(--px80);
  margin-top: 0;
}

div#n2-ss-2 .n-uc-bsMciVubU97z {
  position: relative;
  z-index: 0;
}

div#n2-ss-2 .n-uc-bsMciVubU97z:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  inset: 0;
  background: #000;
  z-index: 1;
  opacity: .3;

}

div#n2-ss-2 .mv-en-hero .n2-font-cbf3c05c671c819fdb8df0b2b969f6b3-hover {
  text-transform: capitalize !important;
  font-size: clamp(30px, calc(10rem + ((1vw - 19.2px) * 4.5307)), 100px);
}

div#n2-ss-2 .mv-jp-hero .n2-font-e1eb1d1acf39edeb69164cf35ecebc62-hover {
  font-size: clamp(20px, calc(5.6rem + ((1vw - 19.2px) * 2.3301)), 56px);
}

@media print,
screen and (max-width: 640px) {
  div#n2-ss-2 .mv-jp-hero {
    top: 5% !important;
  }
}

body:not(.home) .post h2 {
  margin-top: 0;
}

div#n2-ss-2 .n2-ow.n-uc-QvkCRqAsKRPR-inner {
  padding: 0;
}

/*--世界時計
------------------------------------*/
.clockarea {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.jcgmt-container {
  text-align: center;

  & img.clockflag {
    max-width: 100px;
    margin-bottom: 10px;
    width: 60%;
  }
}

.jcgmt-container .jcgmt-lbl {
  font-size: 10px;
  color: #333333;
  line-height: 22px;
  background: url(/wp-content/themes/mrp-child/images/jcgmt-clock_label.png) no-repeat;
  text-align: center;
  padding-bottom: 5px;
  width: 108px;
  margin: 0 auto;
}

.jcgmt-clockHolder {
  width: 100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
  display: block;
  position: absolute;
}

.jcgmt-rotatingWrapper {
  position: absolute;
  width: 100px;
  height: 100px;
}

.jcgmt-digital,
.jcgmt-date {
  font-weight: bold;
  font-size: 12px;
  color: #444444;
  text-align: center;
  margin-left: 8px;
}

/*--------google-recaptcha--------*/
.recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}