@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
:root {
  --color-white: #fff;
  --color-font: #2A2A2A;
  --color-primary: #F5EAD7;
  --color-primary-shade: #E0D0B3;
  --color-secondary: #CDB78E;
}

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

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*font-family: "Cormorant Garamond", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

/*font-family: "Shippori Mincho", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

@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');

.hidden {
	display: none!important;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
body p {
  line-height: 1.8;
}
#thumbImg::before, header#h1Header::before {
  background: #252525;
  opacity: 0;
}
header#h1Header h1.title {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header .logo img {
  max-width: 250px;
}
#header ul.header__contact {
  padding-right: 15px;
}
#header ul.header__contact li {
  height: auto;
}
#header a.head_btn {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  flex-wrap: wrap;
  min-width: 180px;
  max-width: 220px;
}
#header a.head_btn .note {
  font-size: 10px;
}
#header a.head_btn::before {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-right: 4px;
}
#header a.head_btn.tel_btn {
  background: unset;
  flex-direction: unset;
  color: var(--color-font);
  font-size: 20px;
}
#header a.head_btn.mail_btn {
  background: var(--color-primary-shade);
  color: var(--color-font);
  font-size: 14px;
  flex-direction: unset;
  height: 50px;
  border-radius: 100vmax;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a b,
nav#mainNav ul li a span,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span,
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span,
nav#mainNav ul li.current-menu-parent a b,
nav#mainNav ul li.current-menu-parent a span {
  color: var(--color-font);
}
nav#mainNav ul li a b {
  font-weight: 700;
}
nav#mainNav ul li a span {
  font-weight: 400;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: var(--color-primary-shade);
}
.spmenu #menu p {
  color: var(--color-primary-shade);
}

a#scrollUp {
  background: var(--color-primary-shade);
}

.inner {
  width: 94%;
  max-width: 1400px;
  margin-inline: auto;
}

h1.title {
  font-size: var(--rem48);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  color: var(--color-font);
  line-height: 1.4;
  font-weight: 700;
  display: block;
  position: relative;
}
h1.title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  font-size: var(--rem20);
  color: var(--color-font);
  padding-bottom: 20px;
  position: relative;
}
h1.title .ja::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background: var(--color-secondary);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}


body.home h1.title {
  font-size: var(--rem60);
  font-family: "Cormorant Garamond", serif;
  color: var(--color-secondary);
}
.cta02 h1.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--rem60)!important;
  color: var(--color-secondary);
  text-align: center;
}

.post h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: var(--rem40);
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}
.post h2.title {
  font-size: var(--rem30);
  color: var(--color-secondary);
  text-align: center;
  margin: 0!important;
  padding: 0!important;
  margin-bottom: 40px!important;
  padding-bottom: 12px!important;
  position: relative;
}
.post h2.title::before {
  content: '';
  display: inline-block;
  background: var(--color-secondary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 1px;
}

.post h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.post h3.title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-secondary);
}

.post h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0 0 0 1.6em;
}
.post h4::before {
  width: 12px;
  height: 36px;
  background: var(--color-secondary);
  top: 50%;
  transform: translateY(-50%);
}

.linkBtn,
.post .linkBtn,
a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: var(--color-primary-shade);
  width: 300px;
  display: block;
  margin-inline: auto;
  border-radius: 0;
  color: var(--color-font);
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  border-radius: 100vmax;
}
.linkBtn::after {
  display: none!important;
}
.linkBtn::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/arrow.png)no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  background: var(--color-primary-shade);
  color: var(--color-font);
  opacity: .7;
}

/*-----------------------------
cta02_col3_max1240
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px80) 0;
  z-index: 0;
}
.cta02:before {
  content: "";
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cta02 .cta02_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cta02 .ctabtnlist {
  justify-content: space-between;
  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(--px40) var(--px30);
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}
.cta02 .item:hover{
  opacity: 0.8;
}

@media print, screen and (max-width: 768px) {
  .cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
    width: 100%;
  }
  .cta02 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}

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

.cta02 .infotxt {
  font-size: var(--rem16);
  font-weight: 700;
}
.cta02 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: var(--rem20);
}


/*電話ボタン*/
.cta02 .telnum {
  font-size: var(--rem36);
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta02 .telbtn {
  background: #DDDDDD;
  color: var(--color-font);
}

/*メールボタン*/
.cta02 .mailarea.item {
  background: var(--color-primary-shade);
  color: var(--color-font);
}
.cta02 .mailbtn {
  font-size: var(--rem20);
  font-weight: 700;
  color: var(--color-font);
  margin: 0 0 1rem 0;
}

/*INSTAボタン*/
.cta02 .instaarea.item {
  background: var(--color-font);
  color: #fff;
}
.cta02 .instabtn {
  font-size: var(--rem20);
  color: #fff;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

/*ボタンアイコン*/
.cta02 .telnum::before, .cta02 .mailbtn::before, .cta02 .instabtn::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free', 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}
.cta02 .telnum::before {
  content: '\f095';
}
.cta02 .mailbtn::before {
  content: '\f0e0';
  color: #fff;
}
.cta02 .instabtn::before {
  content: '\f16d';
  font-weight: 400;
}

/*--------------------------------------------
FOOTER
--------------------------------------------*/
#footer {
  background: #F5F2ED;
}
#footer .footer__logo img {
  max-width: 180px;
}
#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
  color: var(--color-font);
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  background: var(--color-font);
}
#copyright {
  color: var(--color-font);
  background: unset;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
  color: var(--color-font);
}

/*-----------------------------
fullwide02
------------------------------*/
.fullwide02 {
  position: relative;
  background: #aaa;
  padding: var(--px80) 0;
}
.fullwide02_wrap {
  background: #eee;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwide02_inner {
  max-width: 960px;
}
@media print, screen and (max-width: 768px) {
  .fullwide02_wrap {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
fullwide03
------------------------------*/
.fullwide03 {
  position: relative;
  background: transparent;
  padding: var(--px80) 0
}
.fullwide03:before {
    content: "";
    background: #aaa;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.fullwide03_wrap {
    background: #eee;
  position: relative;
  z-index: 1;
    max-width: 1400px;
  width: 94%;
    margin: 0 auto;
    padding: var(--px80);
  display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide03_inner {
    max-width: 960px;
}
@media print, screen and (max-width: 768px) {
  .fullwide03_wrap {
    padding: var(--px80) 5%;
  }
}

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

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

/*---------txtstyle-----------*/
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_03
------------------------------*/
.column03 {
  position: relative;
  padding: 0 0 var(--px160);
  margin: var(--px60) 0 0;
}
.column03:before {
  content: "";
  background: #aaa;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.column03_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.column03 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.column03 .txtarea .txtinner {
  max-width: 540px;
}
.column03 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column03 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/*---------txtstyle-----------*/
.post .column03 .txtstyle02, .column03 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column03 .txtstyle04, .column03 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column03 .txtstyle04:after, .column03 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_05
------------------------------*/
.column05 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column05_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: flex-end;
  z-index: 20;
}
.column05_wrap + .column05_wrap {
  margin-top: calc(100px + 70px);
}
.column05 .imgarea {
  position: relative;
      aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}
.column05 .imgarea img {
  object-fit: cover;
    width: 100%;
    height: 100%;
}
.column05 .txtarea {
  position: relative;
  width: 45%;
   display: flex;
    align-items: center;
    justify-content: center;;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto -70px -5%;
  z-index: 10;
}
.column05 .txtarea .txtinner {
    max-width: 540px;
}
@media print, screen and (min-width: 1024px) {
  /*左右反転*/
  .column05_wrap + .column05_wrap {
    margin-top: calc(100px + 70px);
  }
  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column05_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .column05_wrap + .column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
  }
  .column05_wrap.rev {
    flex-direction: row;
  }
  .column05 .imgarea, .column05 .txtarea {
    width: 90%;
  }
  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

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

/*-----------------------------
column_06
------------------------------*/
.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 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}
.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 -70px -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% -70px auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }
  .column06 .imgarea, .column06 .txtarea {
    width: 90%;
  }
  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

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

/*---------txtstyle-----------*/
.post .column06 .txtstyle02, .column06 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column06 .txtstyle04, .column06 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column06 .txtstyle04:after, .column06 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
  position: relative;
  background: #aaa;
  padding: 0;
}
.fullwide01_wrap {
  background: #eee;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwide01_inner {
  max-width: 960px;
}
@media print, screen and (max-width: 768px) {
  .fullwide01_wrap {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
card
------------------------------*/
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card01_list > li {
  position: relative;
  background: transparent;
}
.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;
}

/*---------txtstyle02 -----------*/
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}

/*---------column03-----------*/
.col3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px40);
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col3_list::before {
  content:"";
  display: block;
  width: calc(100% / 3 - var(--px40));
  order: 1;
}
.col3_list::after {
  content: "";
  display: block;
  width: calc((100% - (var(--px40) * 2)) / 3);
  order: 2;
}
.col3_list > li {
  width: calc((100% - (var(--px40) * 2)) / 3);
}
@media print, screen and (max-width: 768px) {
  .col3_list > li {
    width: calc((100% - var(--px40)) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col3_list > li {
    width: 100%;
  }
}

/*---------column04-----------*/
.col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px40);
}
.col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col4_list::before {
  content:"";
  display: block;
  width: calc(100% / 4 - var(--px40));
  order: 1;
}
.col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px40) * 3)) / 4);
  order: 2;
}
.col4_list > li {
  width: calc((100% - (var(--px40) * 3)) / 4);
}
@media print, screen and (max-width: 768px) {
  .col4_list > li {
    width: calc((100% - (var(--px40)* 1)) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col4_list > li {
    width: 100%;
  }
}

/*------------------------------------------------------------
 ナンバリング01
------------------------------------------------------------*/
.num_list01 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.num_list01 .imgarea {
  position: relative;
  margin-bottom: var(--px20);
}
.num_list01 .imgarea:before{
  /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: "0" counter(number);
    display: inline-block;
    background: #ffffff;
    color: var(--color-font);
    font-family: var(--font-family02);
    font-weight: 400;
    font-size: 20px;
    border-radius: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    bottom: -25px;
    transform: translateX(-50%);
    box-shadow: 0 0 8px grey;
}
.num_list01 .num_listttl {
    text-align: center;
    font-weight: bold;
    font-size: var(--rem24w);
    padding: 24px 0;
  position: relative;
}

/*-----------------------------
Top
------------------------------*/
body.home #wrapper {
  max-width: unset;
}
.front_contents.sec01.fullwide03 {
  padding-bottom: 0;
}
.front_contents.sec01.fullwide03:before {
  background: #F5F2ED;
}
.front_contents.sec01 .fullwide03_wrap {
  background: #fff;
  max-width: 1240px;
}

.front_contents.sec02 {
  background: #F5F2ED;
}
.front_contents.sec02 .num_list01 {
  max-width: 1240px;
  margin-inline: auto;
}
.front_contents.sec02 .num_list01 .imgarea:before {
  content: counter(number);
  font-family: serif;
}
.front_contents.sec02 .num_list01 .imgarea img {
  width: 100%;
}
.front_contents.sec02 .num_list01 li {
  background: #fff;
}
.front_contents.sec02 .num_list01 li:nth-child(2n) {
  background: #F5EAD7;
}
.front_contents.sec02 .num_listttl {
  font-weight: 400;
  font-size: var(--rem20);
}

.front_contents.sec03 .column05 .txtarea {
  background: #F5F2ED;
}
.front_contents.sec03 .txtstyle02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: var(--rem30);
}
.front_contents.sec03 table,
.front_contents.sec03 table th,
.front_contents.sec03 table td {
  background: unset;
  border: none;
  padding: 5px;
}
.front_contents.sec03 table th.tel_th,
.front_contents.sec03 table td.tel_td {
  padding: 15px 5px;
}
.front_contents.sec03 table th {
  width: 18%;
  white-space: nowrap;
}
.front_contents.sec03 table th span {
  background: var(--color-font);
  color: #fff;
  display: inline-block;
  padding: 2px 4px;
  text-align: center;
}
.front_contents.sec03 table th span.bgnone {
  background: unset;
  color: var(--color-font);
}

body:not(.home) .front_contents.sec06 {
  display: none;
}

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

}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .company_inner {
  max-width: 1060px;
  margin-inline: auto;
  padding: var(--px40);
  border: solid 1px var(--color-secondary);
}
.company.sec01 .txtstyle02 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: var(--rem24);
  color: var(--color-secondary);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.company.sec01 p {
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.company.sec02 {
  padding-top: 120px;
}
.company.sec02 table th {
  background: var(--color-primary);
  color: var(--color-font);
}

.company.sec03 {
  padding-top: 120px;
}

@media print, screen and (max-width: 768px) {
  .company.sec02,
  .company.sec03 {
    padding-top: 70px;
  }
}

/*-----------------------------
商品紹介
------------------------------*/
.products h3 {
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.products h4 {
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px dashed var(--color-secondary);
}
.products h4::before {
  display: none;
}
.products.sec02 {
  padding-top: 120px;
}

@media print, screen and (max-width: 768px) {
  .company.sec02 {
    padding-top: 70px;
  }
}

/*-----------------------------
商品紹介
------------------------------*/
.reason.sec01 .imgarea {
  max-width: 770px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.reason.sec01 h3 {
  font-weight: 700;
  border-bottom: 1px dashed var(--color-secondary);
  padding-bottom: 12px;
}
.reason.sec01 h3 span {
  color: var(--color-secondary);
  font-size: var(--rem18);
  display: block;
}

@media print, screen and (max-width: 768px) {
  .reason.sec01 .imgarea {
    margin-bottom: 40px;
  }
}

/*-----------------------------
お知らせ
------------------------------*/
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
  color: var(--color-font);
}

/*-----------------------------
お問い合わせ
------------------------------*/
body.page-contact .post table th {
  background: var(--color-primary);
  color: var(--color-font);
}
.post .subimitarea .linkBtn {
  padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 30px;
  color: var(--color-font);
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #content, #content.wide {
    width: 100%;
  }

  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }

  body.mobile #header .logo img {
    max-width: 200px;
  }

  .linkBtn, .post .linkBtn, a.linkBtn {
    margin-top: 30px;
  }

  #footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
    font-size: 2.6rem;
  }
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text:after {
    width: calc(100%);
  }
}