@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/



/*================================================
				　簡易サイト用
================================================*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #FFF9F8;     /* 明るく柔らかなピンクベージュ */
  --color-font: #3B2F2F;           /* ダークブラウン（黒より柔らかい） */
  --color-primary: #E74C3C;        /* 明るめの赤（トマトレッド） */
  --color-primary-shade: #C0392B;  /* 少し深みのある赤 */
  --color-primary-tint: #F28B82;   /* コーラル寄りの柔らかい赤 */
  --color-secondary: #F5CBA7;      /* サンドベージュ（温かみ） */
  --color-secondary-tint: #FDEBD0; /* クリームベージュ（背景用） */

  /*------▼ヘッダー設定▼------*/
  --header-background: #FFFFFF;    /* ヘッダー背景は白でスッキリ */
  --header-color-font: #3B2F2F;    /* 文字は濃ブラウンで誠実に */
  --header-color-primary: #E74C3C; /* ナビや強調に赤を使用 */
  --header-color-primary-shade: #C0392B;
  --header-color-primary-tint: #F28B82;

  /*------▼フッター設定▼------*/
  --footer-background: #3B2F2F;    /* フッターは濃ブラウンで安定感 */
  --footer-color-font: #FFFFFF;    /* 白文字で視認性UP */
  --footer-color-primary: #E74C3C; /* 赤をアクセントに */
}

#front_top_content, #front_bottom_content {
    position: relative;
    background: #ffffff;
    padding: var(--px120) 0;
    z-index: 10;
}

@media print, screen and (min-width: 1024px) {
    #header .logo img {
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
        height: 100%;
        max-width: 320px;
        max-height: 70px;
    }
}


/*================================================
					サービス内容
================================================*/
/*--カラムリスト--------------------------------------------*/

/*---------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;
	}
}


/*--colstyle--------------------------------------------*/

.post .colstyle01 .colstyle_ttl {
	display: inline-block;
	padding: 0;
	border: none;
	margin: 0 0 1rem 0;
	background: linear-gradient(transparent 60%, #ff6 60%);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/*---------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-family01);
  font-size: var(--rem24);
  font-weight: 600;
  text-align: left;
  margin: var(--rem18) auto;
  background: transparent;
    color: #111;
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}


/*---------txtstyle04-----------*/

.post .txtstyle04, .txtstyle04 {
	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 0 var(--rem20);
	margin: var(--rem42) 0 var(--rem30) 0;
	border: none;
	background: transparent;
}
.post .txtstyle04:before, .txtstyle04:before, .post .txtstyle04:after, .txtstyle04:after {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
}
.post .txtstyle04:before, .txtstyle04:before {
	width: 20%;
	background: var(--color-secondary);
	z-index: 1;
}
.post .txtstyle04:after, .txtstyle04:after {
	width: 100%;
	background: var(--color-primary);
	z-index: 0;
}















.googlemap {
    padding-bottom: 65%;
}
