@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..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap" rel="stylesheet');
:root {
  --color-font: #000000;
  --header-color-primary: #132c60;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Shippori Mincho", serif;
}
/* オリジナル */
p.time.cat-news.first {
  border: none;
}
p.date {
  border: none;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
  background: #f73737;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
.w45 {
  width: 45%;
}
.jc_around {
  justify-content: space-around;
}
.mb20 {
  margin-bottom: 20rem !important;
}
.w48 {
  width: 48%;
}
/* 投稿欄 */
p.time.cat-news.first {
  border-radius: 5px;
}
.postlist li:first-child {
  border-top: none;
}
.postlist li {
  border-bottom: 1px dashed #ccc;
}
.max_w1100 {
  width: 90%;
}
footer#footer {
  background: #0c1939;
  padding: 1vw 0;
}
div#copyright {
  background: #0c1939;
  margin: 0;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn {
  background: #0c1939;
  flex-direction: row;
  padding: 0vw 1.2vw;
  margin-left: 1vw;
}
#header a.head_btn.mail_btn:hover {
  background: #0c1939;
  opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #0c1939;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #0c1939;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.comon_footer {
    display: inline-block;
    width: 100%;
}
.page-id-21 .comon_footer {
  display: none;
}
/* flexbox */
.flexbox {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
/* 投稿詳細ページのフォントサイズ */
body.single-post h1.title.first span {
  font-size: clamp(18px, 1.6vw, 30px);
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn,
.post .linkBtn {
  padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 0;
}
/* 投稿欄の背景の色を消す */
#front_top_content,
#front_bottom_content {
  background: transparent;
}
/* h3の下線を消す、左右と下のpaddingを消す、marginを消す*/
.post h3 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* h2のmarginを消す */
.post h2 {
  margin: 0;
}
/* h2の下線を消す */
.post h2::after {
  display: none;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.mxauto {
  margin: 0 auto;
}
.bg_img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
/* パートナー */
.partner-img02 img {
  width: 23vw;
  min-width: 200px;
}
.partner-recruit-items {
  margin-bottom: 5%;
}
.partner-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  margin-top: -13%;
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding-top: 3%;
}
p.emphasis {
  font-weight: 700;
  color: #3e3c36;
  font-size: clamp(22px, 1.67vw, 32px);
}
.table-item tr td {
  font-size: 16px;
  font-weight: 700;
  padding: 25px 3%;
  vertical-align: middle;
  line-height: 1.78;
  font-family: var(--ff02);
}
.table-item td.cell_01 {
  width: 25%;
  border-bottom: 2px solid #0c1939;
  color: #0c1939;
}
.table-item td.cell_02 {
  border-bottom: 2px solid #9f9f9f;
  font-weight: 500;
}
.table-item tr.head td.cell_01 {
  border-top: 2px solid #0c1939;
}
.table-item tr.head td.cell_02 {
  border-top: 2px solid #9f9f9f;
  color: #3e3c36;
}
.table-item table,
.table-item table th,
.table-item table td {
  border-width: 0px;
}
@media print, screen and (max-width: 768px) {
  .table-item tr.head td.cell_02 {
    border-top: none;
  }
  .table-item td.cell_01 {
    border-bottom: 2px solid #9f9f9f;
    text-align: center;
  }
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_02 {
    border-bottom: 2px solid #0c1939;
  }
}
/* サービス内容 */
.lower-content.service02 .bg-pd {
  padding-bottom: 0;
}
.pruning-container {
  background: #f8f8f8;
  padding: 2% 3%;
}

p.theme-head {
  font-size: 18px;
  font-family: var(--ff01);
  font-weight: 700;
  margin-bottom: 1em;
}

p.theme-text {
  font-size: 16px;
  font-family: var(--ff01);
  font-weight: 500;
}
f {
  font-size: clamp(14px, 0.9vw, 16px);
}
.head {
  padding-bottom: 3%;
}
.service01 {
  margin-bottom: 100px;
}
.service02-card {
  width: 31%;
}
.bg-fff {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 3% 0;
}
.bg-gray {
  background: #f8f8f8;
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 3% 0;
}
.service02-item {
  width: 48%;
}
h3.lower-subtitle02 {
  color: #0c1939;
  font-weight: 700;
  font-family: var(--ff02);
  border-left: 5px solid;
  padding-left: 0.5em;
  margin-bottom: 1em;
  font-size: clamp(18px, 1.1vw, 20px);
}
.service02-container p.detail {
  background: #0c1939;
  display: inline-block;
  color: #fff;
  padding: 0 0.5em;
  margin-bottom: 2%;
  font-size: 16px;
  font-weight: 700;
}
.service02-img {
  margin-bottom: 8%;
}
.bg-service01 {
  position: relative;
}
.bg-service01::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -17%;
  width: 100%;
  height: 65%;
  background: #0c1939;
}
.lower-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.service01-text {
  padding: 5%;
}
.service01-item {
  width: 32%;
  background: #fff;
  position: relative;
}
h2.lower-title {
  color: #3e3c36;
  font-weight: 700;
  font-family: var(--ff02);
  margin-bottom: 0.8em;
  font-size: clamp(22px, 1.7vw, 32px);
}
p.test02 {
  position: relative;
  display: inline-block;
  color: #cebb55;
  font-size: 14px;
  font-family: var(--ff02);
  font-weight: 700;
}
p.test02::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 2px;
  background: #cebb55;
  top: 50%;
  right: -4em;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--ff02);
}
h3.lower-subtitle {
  color: #3e3c36;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--ff02);
}
span.marker {
  background: linear-gradient(transparent 60%, #e3d89d 60%) !important;
  display: inline-block;
}
p.number {
  position: absolute;
  top: 0;
  left: 0;
  background: #cebb55;
  padding: 0.5em;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--ff02);
  color: #fff;
  line-height: 1;
}
/* トップ */
a.lp-item {
  display: block;
  width: 30%;
}
p.sp_small {
  font-size: clamp(14px, 1vw, 18px);
}
/* その他 */
.gap01 {
	gap:20px;
}
#header a.head_btn.mail_btn.line span.announce {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 13px;
}
#header a.head_btn.mail_btn.tiktok {
  margin-left: 0;
  background: #80005b;
}

#header a.head_btn.mail_btn.tiktok::before {
  content: "\e07b";
  font-family: "FontAwesome";
}
li.breadcrumb-item span span {
  display: none;
}
div#sec01 {
  padding-top: 100px;
  margin-top: -100px;
}
div#sec02 {
  padding-top: 100px;
  margin-top: -100px;
}
div#sec03 {
  padding-top: 100px;
  margin-top: -100px;
}
div#sec04 {
  padding-top: 100px;
  margin-top: -100px;
}
div#sec05 {
  padding-top: 100px;
  margin-top: -100px;
}
#thumbImg::before,
header#h1Header::before {
  background: #0c1939;
  opacity: 0.61;
}
div#company {
  padding-top: 100px;
  margin-top: -100px;
}
ul#sitemap_list span {
  display: none;
}
span.blue {
  color: #0c1939;
}
h1.title.first span {
  font-family: var(--ff02);
  font-weight: 600;
  font-size: clamp(28px, 2.1vw, 40px);
}
h1.title.first span span {
  display: block;
  font-weight: 600;
  font-size: clamp(16px, 1.1vw, 20px);
}
.spmenu #menu p {
  width: 100%;
  font-size: 10px;
}
/* フッター */
a#scrollUp {
  background: #0c1939;
}
.btn-item.line.footer.mail a span::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
}
.btn-item.line.footer a span::before {
  content: "\f095";
  margin-right: 1em;
  font-family: "FontAwesome";
  font-size: 1em;
}
.bg-footer {
  background: #0c1939;
  padding: 5% 0;
}
h2.top-title.footer {
  color: #fff;
}
h2.top-title.footer::before {
  background: #fff;
  left: 0;
  transform: unset;
}
.comon_footer p {
  color: #fff;
}
.btn-item.line.footer.tel a {
  background: #fff;
  color: #0c1939;
}
.btn-item.line.footer.tel a::before {
  background: #0c1939;
}
.btn-item.line.footer.mail a {
  border: 1px solid #fff;
}
.btn-item.line.footer.tel {
  margin-bottom: 5%;
}
.footer-item {
  width: 48%;
}
/* トップ05 */
.bg-pd-ex {
  padding-bottom: 5%;
}
.img-top05 img {
  width: 29vw;
  min-width: 200px;
}
p.area {
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: clamp(18px, 1.2vw, 22px);
}
/* トップ04 */
.top04-text {
  max-width: 529px;
  margin-left: auto;
  width: 90%;
}
.gradation.top04::before {
  background-image: url(/wp-content/uploads/gradation02-1.png);
}
.btn-item.line.left a {
  margin: 0;
}
.gap-top04 {
  flex-wrap: nowrap;
  gap: 4%;
}
/* 施工実績 */
.bg-works {
  background-image: url(/wp-content/uploads/bg-works.png);
  position: relative;
}
.bg-works::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffcc;
}
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  display: block;
  background: #cebb55;
}
.post4b_link {
  color: #cebb55;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #cebb55;
}
/* トップ03 */
.gap-card {
  gap: 22px;
  flex-wrap: nowrap;
}
a.top03-items {
  width: 19.1%;
  position: relative;
  display: block;
  z-index: 0;
}
a.top03-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c1939;
  opacity: 0.49;
  z-index: 100;
}
.absolute-area {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: red; */
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
h3.top-subtitle-card {
  color: #fff;
  font-family: var(--ff02);
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 24px);
}
p.arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 300;
}
/* トップ02 */
.bg-pd {
  padding: 5% 0;
}
.bg-white {
  background: #fff;
}
.top02-img {
  width: 27.3%;
}
.top02-text {
  width: 72.7%;
  padding: 3%;
}
.bg_img.bg-top02 {
  padding: 10% 0;
  position: relative;
  background-image: url(https://honwaka-teien.com/wp-content/uploads/top02-bg-1.png);
}
.bg_img.bg-top02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c1939;
  opacity: 0.69;
}
.front {
  position: relative;
}
h2.top-title.fff {
  color: #fff;
}
h2.top-title.fff::before {
  background: #fff;
}
p.message.fff {
  color: #fff;
}
p.fff {
  color: #fff;
}
/* トップ01 */
.top-contents.news .bg-pd {
  padding-top: 5%;
  padding-bottom: 0;
}
.top01-bg {
  padding: 3% 0 5% 0;
}
.gradation {
  position: relative;
}
.gradation::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/gradation01-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.btn-item.line a {
  position: relative;
  display: block;
  text-align: center;
  background: #0c1939;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ff02);
  width: 320px;
  padding: 17px 0;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
}
.btn-item.line a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  top: 45%;
  right: 0;
  transition: 0.2s;
}
.btn-item.line a:hover::before {
  width: 10px;
}
.top01-items {
  width: 48.8%;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
p.message {
  font-weight: 700;
  font-family: var(--ff02);
  color: #3e3c36;
  font-size: clamp(18px, 1.1vw, 20px);
  line-height: 2.1;
}
.top01-img img {
  width: 30vw;
  min-width: 200px;
}
body p {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 300;
  font-family: var(--ff02);
  line-height: 2;
}
h2.top-title {
  color: #3e3c36;
  font-weight: 700;
  font-family: var(--ff02);
  position: relative;
  margin-bottom: 1.5em;
  font-size: clamp(19px, 1.7vw, 32px);
}
h2.top-title::before {
  position: absolute;
  content: "";
  width: 69px;
  height: 2px;
  background: #c7b23c;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
  .sp_w_90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_txt_l {
    text-align: left !important;
  }
  .spmb10 {
    margin-bottom: 10rem !important;
  }
  .w48 {
    width: 100%;
  }
  .sppt0 {
    padding-top: 0rem !important;
  }
  .spmb0 {
    margin-bottom: 0rem !important;
  }
  .spmb5 {
    margin-bottom: 5rem !important;
  }
  .sp_flex_mb {
    margin-bottom: 5vw;
  }
  .sp_w90 {
    width: 90%;
    margin: 0 auto;
  }
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  #header a.head_btn.mail_btn.line {
    background: #339500;
    margin-left: 0;
  }

  #header a.head_btn.mail_btn.line::before {
    content: "\f3c0";
    font-family: "FontAwesome";
  }
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    background: transparent;
  }
  nav#mainNav ul li a:hover b {
    color: #0c1939;
  }
  nav#mainNav ul li.current-menu-item a b {
    color: #0c1939;
  }
  .sticky-header #header-layout {
    height: 100px;
  }
  #header .logo img {
    max-width: 192px;
    width: 100%;
    height: 57px;
  }
  #header a.head_btn.mail_btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
  }
  #header {
    height: 100px;
  }
  nav#mainNav ul li a b {
    font-weight: 500;
    font-family: var(--ff02);
    color: #3e3c36;
    font-size: clamp(14px, 0.84vw, 16px);
  }
  nav#mainNav ul li a span {
    font-size: 12px;
    font-weight: 500;
    color: #3e3c36;
  }
  #header a.head_btn.mail_btn span {
    margin-left: 1vw;
    font-weight: 700;
    font-family: var(--ff02);
    font-size: clamp(14px, 0.84vw, 16px);
    text-align: center;
  }
  #header .logo {
    padding-left: 3vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li a {
    font-family: var(--ff02);
  }
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
  /* サービスSP	 */
  .service01 {
    margin-bottom: 0px;
  }
  .top03-img {
    height: 200px;
  }
  .bg-gray {
    padding: 10% 0;
  }
  .bg-fff {
    padding: 10% 0;
  }
  .service01-item {
    width: 100%;
  }
  .bg-service01::before {
    bottom: 0;
    height: 50%;
  }
  .bg-service01 {
    padding: 5% 0;
  }
  .service02-item {
    width: 100%;
  }
  .service02-card {
    width: 100%;
  }
  /* 	 */
  .top03-img {
    height: 200px;
  }
  .top02 .img-area {
    height: 200px;
  }
  .top01-items-inner {
    width: unset;
  }
  .top01-bg {
    padding: 10% 0;
  }
  h2.top-title::before {
    bottom: -10px;
  }
  .bg-pd {
    padding: 0 0 10% 0;
  }
  .top04-text {
    max-width: unset;
    margin: 0 auto;
  }
  .top01-items {
    width: 100%;
  }
  .top01-img {
    text-align: center;
  }
  .top02-img {
    width: 100%;
  }
  .top02-text {
    width: 100%;
    padding: 6%;
  }
  .footer-item {
    width: 100%;
  }
  .bg-footer {
    padding: 10% 0;
  }
  a.top03-items {
    width: 100%;
  }
  a.lp-item {
    width: 100%;
  }
	a.lp-item img {
    height: 80px;
    /* height: clamp(80px, 10vw + 30px, 140px); */
}
	a.lp-item.sp_flex_mb {
    margin-bottom: 2vw;
}
}
span.time.tag {
    display: none;
}