@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #333;
  --color-primary: #FE6972;
  --color-primary-shade: ;
  --color-primary-tint: #FFF9FA;
  --color-secondary: #44B0EB;
  --color-secondary-tint: 3;
  --color-table-border: #CCC;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Zen Maru Gothic", serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #444;
  --header-color-primary: #FE6972;
  --header-secondary: ;
  --header-color-primary-shade: #FFECED;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #F1F1F1;
  --footer-color-font: #333;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: 'Noto Sans JP', sans-serif;
  --font-family02: "Zen Maru Gothic", serif;
  --font-family03: ;
  --font-family04: ;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

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

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

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

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/*--アンカーリンク--------------------------------------------*/
.anchor-link_contents {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

.anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: bold;
  color: var(--color-primary-shade);
  max-width: 370px;
  width: 100%;
  border-radius: 50em;
  padding: var(--px20) var(--px40);
  position: relative;
  border: 1px solid var(--color-primary-shade);

  &::before,
  &::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 7px);
    right: 30px;
    width: 2px;
    height: 14px;
    border-radius: 9999px;
    background-color: var(--color-primary-shade);
    transform-origin: 50% calc(100% - 1px);
  }

  &::before {
    transform: rotate(45deg);
  }

  &::after {
    transform: rotate(-45deg);
  }

  &:hover {
    background-color: var(--color-primary-tint);
    color: var(--color-primary-shade);
  }

  &.anchor-link--special {
    max-width: 540px;
    width: 100%;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;

    &::before,
    &::after {
      background-color: #fff;
    }

    &:hover {
      background: var(--color-primary-tint);
      color: var(--color-primary);

      &::before,
      &::after {
        background-color: var(--color-primary);
      }
    }
  }
}

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

    &::before,
    &::after {
      content: "";
      position: absolute;
      bottom: calc(50% - 5px);
      right: 20px;
      width: 2px;
      height: 10px;
      border-radius: 9999px;
      transform-origin: 50% calc(100% - 1px);
    }
  }
}

/*--表示の切り替え--------------------------------------------*/

body:not(.page.home) .top-news {
  display: none;
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
  border-top: 1px solid #ddd;
}

.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

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

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

.widecolor--bg-primary {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: var(--color-primary);
}

.widecolor--bg-white {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: var(--color-background);
}

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

  .widecolor--bg-pink,
  .widecolor--bg-primary,
  .widecolor--bg-white {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 0 min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 0;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

#content,
body:not(.home) #content.wide {
  margin: 0 auto;
}

body.page.page-id-6199 #content.wide {
  padding: 0;
}

body.page.page-id-6199 #breadcrumb {
  background: #fdf9ea;
}

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

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}


/*----------------------------------------------
  utility
----------------------------------------------*/
/*---------コンテンツ幅-----------*/
.max_w340 {
  max-width: 340px !important;
}

.max_w600 {
  max-width: 600px;
}

/*---------背景色-----------*/
.bg_white {
  background: var(--color-background) !important;
}

.bg_blue {
  background: #EFFAFE !important;
}

.bg_green {
  background: #E0F6EB !important;
}

.bg_yellow {
  background: #FCF8DA !important;
}

.bg_pink {
  background: #FFB5B9 !important;
}

.bg_light-pink {
  background: #FFF4F5 !important;
}

/*---------文字色-----------*/
.fc_secondary {
  color: var(--color-secondary) !important;
}

.fc_black {
  color: var(--color-font) !important;
}

.fc_navy {
  color: var(--color-primary) !important;
}

.fc_white {
  color: #fff !important;
}

.fc_blue {
  color: #68A9DC !important;
}

.fc_green {
  color: #4DB983 !important;
}

.fc_yellow {
  color: #FBB74C !important;
}

.fc_pink {
  color: var(--color-primary) !important;
}

/*---------文字-----------*/
.ff_02 {
  font-family: var(--font-family02) !important;
}

/*---------フォントサイズ-----------*/
.fz14 {
  font-size: 14px;
}

.fz30 {
  font-size: var(--rem30);
  line-height: 2;
}

/*---------リンク-----------*/
.txc_link {
  color: #1EB3EA;
  font-weight: bold;
}

/*---------gap-----------*/
.gap1 {
  gap: 1%;
}

/*---------sp表示-----------*/
@media screen and (max-width: 450px) {
  .sp-txt_l {
    text-align: left !important;
  }

  .sp-txt_c {
    text-align: center !important;
  }
}

/*----------------------------------------------
  title
----------------------------------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem42);
  font-family: var(--font-family02);
  text-shadow: 0 4px 4px rgba(0, 0, 0, .025);
}

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

.post h1,
h1,
.post h2,
h2,
.post h3,
h3,
.post h4,
h4,
.post h5,
h5,
p,
div,
span {

  /*---------top-main-title-----------*/
  &.top-main-title {
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 600;
    text-align: center;
    color: var(--color-primary);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

    .subtxt {
      display: block;
      font-size: var(--rem24);
      font-weight: 500;
      padding: 0;
      border: none;
      background: transparent;
      color: var(--color-font);
    }

    &::before {
      content: none;
    }

    &:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: var(--px80);
      border-bottom: 2px solid var(--color-primary);
      content: "";
    }

    &.top-main-title--white {
      color: #fff;

      .subtxt {
        color: #fff;
      }

      &:after {
        border-color: #fff;
      }

    }
  }

  /*---------top-main-title-left-----------*/
  &.top-main-title--left {
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 600;
    text-align: left;
    color: var(--color-primary);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

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

    .subtxt {
      display: block;
      font-size: var(--rem24);
      color: var(--color-font);
      font-weight: 500;
      padding: 0;
      margin: 0;
      border: none;
      background: transparent;
    }
  }

  /*---------top-secondary-title-----------*/
  &.top-secondary-title {
    font-size: var(--rem24);
    color: var(--color-font);
    font-family: var(--font-family02);
    text-align: left;
    margin: 0;

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

  /*---------top-secondary-title02-----------*/
  &.top-secondary-title02 {
    display: inline-block;
    font-family: var(--font-family02);
    padding: var(--rem28) var(--rem20);
    background: #fff;
    font-size: var(--rem30);

    .circle {
      display: inline-block;
      width: var(--rem30);
      height: var(--rem30);
      border-radius: 50em;
      background: var(--color-primary);
      margin-right: 10px;
    }

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

  /*---------page-main-title-----------*/
  &.page-main-title {
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 600;
    text-align: center;
    color: var(--color-primary);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: 0 auto var(--rem80);
    border: none;
    background: transparent;

    .subtxt {
      display: block;
      font-size: var(--rem24);
      font-weight: 500;
      padding: 0;
      border: none;
      background: transparent;
      color: var(--color-font);
    }

    &::before {
      content: none;
    }

    &:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: var(--px80);
      border-bottom: 2px solid var(--color-primary);
      content: "";
    }

    &.top-main-title--white {
      color: #fff;

      .subtxt {
        color: #fff;
      }

      &:after {
        border-color: #fff;
      }

    }
  }

  /*---------page-secondary-title-----------*/
  &.page-secondary-title {
    font-family: var(--font-family02);
    font-size: var(--rem30);
    font-weight: 600;
    text-align: left;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 0 var(--rem12);
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;
    border-left: 10px solid var(--color-primary);

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

  /*---------page-third-title-----------*/
  &.page-third-title {
    font-family: var(--font-family02);
    font-size: var(--rem24);
    font-weight: 600;
    text-align: center;
    color: var(--color-primary);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem12) auto;
    border: none;
    background: transparent;

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

  /*---------page-fourth-title-----------*/
  &.page-fourth-title {
    font-family: var(--font-family02);
    font-size: var(--rem30);
    font-weight: 600;
    text-align: left;
    color: var(--color-secondary);
    line-height: 2;
    overflow-wrap: break-word;
    padding: 0;
    margin: 0 auto var(--rem20);
    border: none;
    background: transparent;

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


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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {}
}

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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {}
}

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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p {

    /*---------txtstyle01-----------*/
  }
}

/*----------------------------------------------
  column
----------------------------------------------*/
.sec01 {
  background: var(--color-primary);
}

.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.column06 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}

.column06 .rev .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
  border-radius: 20% 0 0 20%;
}

.column06 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
  border-radius: 0 20% 20% 0;
}

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

.column06 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto 0 -5%;
  z-index: 10;
}

.column06 .txtarea .txtinner {
  max-width: 540px;
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

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

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column06_wrap.rev .txtarea {
    margin: 0 -5% 0 auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
    justify-content: end;
  }

  .column06 .imgarea,
  .column06 .rev .imgarea,
  .column06 .txtarea {
    width: 90%;
  }

  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }

  .column06 .rev .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) auto 0 0;
  }
}

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

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------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%;
    margin-bottom: 10%;
  }

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

/*----------------------------------------------
  cta
----------------------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px80) 0;
  z-index: 0;
}

.cta02:before {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cta02 .cta02_wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.cta02 .ctabtnlist {
  justify-content: space-between;
  max-width: 1600px;
  margin: var(--px50) auto 0 auto;
}

.cta02 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta02 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30);
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}

.cta02 .item:hover {
  background: #dff3fd;
  color: var(--color-secondary);
}

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

  .cta02 .ctabtnlist li,
  .cta02 .ctabtnlist .item {
    width: 100%;
  }

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

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

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

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

/*電話ボタン*/

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

.cta02 .telbtn .btnttl {
  font-size: var(--rem20);
  line-height: 1.2;
}

.cta02 a.telbtn {
  background: #fff;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  border-radius: 50em;
}

/*メールボタン*/

.cta02 .mailbtn .btnttl {
  font-size: var(--rem20);
}

.cta02 a.mailbtn {
  background: var(--color-secondary);
  color: #fff;
  border: 1px solid var(--color-secondary);
  border-radius: 50em;
}

/*LINEボタン*/

.cta02 a.linebtn {
  background: #06C755;
  color: #fff;
}

.cta02 .linebtn .btnttl {
  font-size: var(--rem24);
}

/*ボタンアイコン*/

.cta02 .telnum::before,
.cta02 .mailbtn .btnttl::before,
.cta02 .linebtn .btnttl::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free', 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}

.cta02 .telnum::before {
  content: '\f3cd';
}

.cta02 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta02 .linebtn .btnttl::before {
  content: '\f3c0';
  font-weight: 400;
}

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

#header-layout {
  padding: 10px 0;
}

#header a.head_btn.tel_btn {
  margin-right: 10px;
  color: var(--header-color-primary);

  &::before {
    content: none;
  }

  &:hover {
    opacity: 0.6;
  }
}

a.head_btn.tel_btn,
#header a.head_btn {
  border-radius: 50em;
}

span.header_tel {
  display: flex;
  align-items: center;
  font-size: 1.8rem;

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

#header a.head_btn.mail_btn {
  border: 2px solid var(--header-color-primary);

  &:hover {
    background: var(--header-color-primary-shade);
    color: var(--color-primary);
  }
}

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

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

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px20) var(--px16);
  }
}

/*----------------------------------------------
  footer
----------------------------------------------*/
.under-contets {
  position: relative;
  padding-top: calc((726 / 1920) * 100vw);
  background: url(/wp-content/uploads/under-contents-bg.jpg) no-repeat top center / cover;
}

#footer,
#copyright {
  background: var(--color-primary-tint);
}

/*----------------------------------------------
  btn
----------------------------------------------*/
.page-linkBtn-wrap {
  display: flex;
  justify-content: center;
  gap: var(--rem40);

  a {
    margin: 0 !important;
  }
}

@media print,
screen and (max-width: 450px) {
  .page-linkBtn-wrap {
    display: grid;
  }
}

.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-secondary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  border: solid 2px var(--color-secondary);
  border-radius: 50vh;
  transition: all .3s;
}

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

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

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

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

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

.linkBtn--instagram {
  background: var(--color-background) !important;
  color: var(--color-secondary) !important;

  &:after {
    border-color: var(--color-secondary) !important;
  }

  &:hover {
    background: #dff3fd !important;
  }

  .btn-icon {
    display: inline-block;
    width: 30px;
    margin-right: 10px;

    img {
      width: 100%;
    }
  }
}


.subimitarea .linkBtn input[type="submit"] {
  border: 2px solid var(--header-color-primary) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--header-color-primary) !important;

  &:hover {
    background: var(--header-color-primary-shade) !important;
    color: var(--color-primary) !important;

    &::after {
      border-color: var(--color-primary) !important;
    }
  }
}

.subimitarea .linkBtn {
  &:hover {
    &::after {
      border-color: var(--color-primary) !important;
    }
  }
}

/*----------------------------------------------
  table
----------------------------------------------*/
@media print,
screen and (max-width: 768px) {
  .table-wrap {
    overflow-x: scroll;

    table {
      width: 1000px;
    }
  }
}


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

.post table.table_style02 {
  border: none;
}

.post table.table_style02 th {
  background-color: var(--color-background);
  color: var(--color-font);
  border-top: none;
  border-left: none;
  border-right: none;
}

.post table.table_style02 td {
  border-top: none;
  border-left: none;
  border-right: none;
}


/* ==============================
TOP
============================== */
.top-service,
.top-introduction,
.top-recruit {
  p {
    font-family: var(--font-family02);
    font-weight: 600;
  }
}

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

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

  .top-news,
  .top-introduction,
  .top-instagram .content_inner {
    padding: var(--rem60) 5%;
  }

  .top-service {
    .max_w1240 {
      padding: 0 5% !important;
    }
  }
}

/* ==============================
フォルテ認定こども園の特徴
============================== */
.map-link {
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  margin-left: 10px;
  line-height: 1;

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

table.original-list01 {
  th {
    text-align: center;
    vertical-align: middle;
  }

  .menu {
    color: var(--color-primary);
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
  }
}

.original-table01 {

  th {
    font-family: var(--font-family02);
    width: calc(100% / 6) !important;
    text-align: center !important;
    vertical-align: middle;
    font-size: var(--rem20);
  }

  td {
    font-family: var(--font-family02);
    text-align: center !important;
    vertical-align: middle !important;
    font-size: var(--rem18);
  }

  .time-line {
    background: #FFECED;
    color: var(--color-primary);
    font-size: var(--rem20);
    font-weight: bold;
  }
}

.schedule {
  img {
    width: 100%;
  }
}

.download-btn-wrap,
.other-btn-wrap {
  .linkBtn {
    max-width: 100%;
  }
}

/* ==============================
子育て支援室メロディーの特徴
============================== */
.original-flow {
  background: #F5FBFF;

  dt {
    font-family: var(--font-family02);
    background: var(--color-secondary);
    color: var(--color-background);
    font-size: var(--rem24);
    text-align: center;
    padding: var(--rem20);
  }

  dd {
    padding: 0 var(--rem20) var(--rem40);

    &:first-of-type {
      padding-top: var(--rem20);
    }
  }

  .step-num {
    display: inline-block;
    font-family: var(--font-family02);
    font-size: var(--rem18);
    background: var(--color-secondary);
    color: var(--color-background);
    border-radius: 10px;
    line-height: 1;
    padding: 10px var(--rem20);
    font-weight: bold;
    margin-right: 10px;
  }

  .flow-contents-wrap {
    padding-bottom: var(--rem20);
    border-bottom: 1px dashed #AEAEAE;
  }

  .flow-contents {
    display: flex;
    align-items: flex-start;
  }

  .flow-tel {
    display: inline-block;
    font-size: var(--rem36);
    color: var(--color-secondary);
    font-weight: bold;

    &::before {
      content: '\f3cd';
      display: inline-block;
      font-family: 'Font Awesome 5 Free', 'FontAwesome';
      font-weight: 900;
      margin-right: 1rem;
    }
  }
}

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

    .flow-contents {
      display: grid;
    }

    .step-num {
      margin-bottom: 10px;
    }
  }
}


/* ==============================
児童発達支援・放課後等デイサービス　カンタービレの特徴
============================== */
.disc-box {
  background: #FFFBE6;
  padding: var(--rem20);
}

/*--flow02--------------------------------------------*/

ul.flowlist02 {
  counter-reset: flow_list;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--rem60);
}

ul.flowlist02>li {
  width: 100%;
  padding: 40px 5%;
  border-radius: 10px;
  background: #FFF9FA;
  position: relative;
}

.post .flowlist02>li>dl {
  line-height: 1.8;
}

.flowlist02>li:not(:last-child) dl::before,
.flowlist02>li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: rotate(-90deg);
}

.flowlist02>li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #FFB5B9;
}

.flowlist02>li:not(:last-child) dl::after {
  border-width: 20px;
}

.post .flowlist02>li>dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem);
  /* 2.4-1.7rem (1920-375) */
  font-weight: 600;
  padding: 0 0 1rem 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  border-bottom: solid 1px;
}

.flowlist02>li dl dt .icon:before {
  content: counter(flow_list, decimal-leading-zero);
  counter-increment: flow_list;
  line-height: 1;
  color: #fff;
  background: var(--color-primary);
  padding: 5px 10px;
  margin-right: 10px;
  position: relative;
  z-index: 100;
  border-radius: 10px;
}

.post .flowlist02>li>dl dd {
  padding: 0;
}

@media print,
screen and (max-width: 768px) {
  ul.flowlist02 {
    grid-template-columns: initial;
  }

  .flowlist02>li:not(:last-child) dl::before,
  .flowlist02>li:not(:last-child) dl::after {
    content: "";
    border-top: solid 20px #FFB5B9;
    position: absolute;
    top: initial;
    bottom: -50px;
    right: 44%;
    transform: initial;
  }

  .post .flowlist02>li>dl,
  .flowlist02 .flow_img {
    width: 100%;
  }

  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}

.flow-tel-wrap {
  display: grid;

  .flow-tel {
    display: inline-block;
    font-size: var(--rem36);
    color: var(--color-secondary);
    font-weight: bold;

    &::before {
      content: '\f3cd';
      display: inline-block;
      font-family: 'Font Awesome 5 Free', 'FontAwesome';
      font-weight: 900;
      margin-right: 1rem;
    }
  }
}

/* ==============================
お問い合わせ
============================== */
.contact-tel {
  display: inline-block;
  font-size: var(--rem36);
  color: var(--color-secondary);
  font-weight: bold;
  line-height: 1;

  &::before {
    content: '\f3cd';
    display: inline-block;
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    margin-right: 1rem;
  }

  &:hover {
    color: var(--color-secondary);
    opacity: 0.8;
  }
}

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