@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=Oswald:wght@200..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #333333;
    --color-primary: #6FBAD1;
    --color-primary-shade: #0087B1;
    --color-primary-tint: #F0F9FC;
    --color-secondary: #E80E0E;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #333333;
    --header-color-primary: #6FBAD1;
    --header-color-primary-shade: #0087B1;
    --header-color-primary-tint: #F0F9FC;
	/*------▼フッター設定▼------*/
	--footer-background: #0087B1;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', sans-serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .8vw, 12px);
    --font-size14: clamp(12px, .8vw, 14px);
    --font-size16: clamp(14px, .94vw, 16px);
	--font-size18: clamp(16px, 1.1vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size24: clamp(20px, 1.6vw, 24px);
    --font-size34: clamp(24px, 1.9vw, 34px);
    --font-size44: clamp(28px, 2.3vw, 44px);
    --font-size46: clamp(30px, 2.4vw, 46px);
    --font-size80: clamp(45px, 4.17vw, 80px);
	/*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-50: clamp(25px, 2.61vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px); 
    --clamp-100: clamp(50px, 5.42vw, 100px);
    --clamp-110: clamp(55px, 5.73vw, 110px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-130: clamp(65px, 6.78vw, 130px);
    --clamp-140: clamp(70px, 7.3vw, 140px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
    background-color: var(--color-primary);
}
body.home {
	background: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * 非表示
 * == == == == == == == == == == == == == == == == == == */
 .post h2, .post h3, .post h4 {
	padding: 0;
	margin: 0; 
	border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
	content: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 100px;
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		color: var(--header-color-font);
		font-weight: 500;
	}
	nav#mainNav ul li a b {
		font-size: var(--font-size18);
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a span {
		font-family: var(--font-family02);
		font-size: var(--font-size14);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;/* アクション時の背景色の設定 */
	}
	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.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);/* アクション時の文字色（下部）の設定 */
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
    #header a.head_btn {
        font-size: var(--font-size18);
        padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(30px + (1vw - 19.2px) * 0.5580), 30px);
    }
	#header a.head_btn.tel_btn {
		color: var(--header-color-font);
	}
	#header a.head_btn.tel_btn:hover {
		color: #FFF;
	}
	#header a.head_btn.tel_btn::before {
		content: '\f3cf';
	}
}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
@media print, screen and (max-width: 1023px) {

}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（archive） 
 * == == == == == == == == == == == == == == == == == == */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == == == == == == == == == == == == == == == == == == 
 *  リスト表示
 * == == == == == == == == == == == == == == == == == == */
 /* == == == == == == == == == == == == == == == == == == 
 *  フッター調整/footer 
 * == == == == == == == == == == == == == == == == == == */
#footer {
    padding: 0;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 0;
}
#footer a {
	transition: .5s;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
.footer-content {
    padding: var(--clamp-40) 0;
}
#footer .footer__logo img {
    max-height: 125px;
}
#footer .footer-content h2 {
    margin-bottom: .3em;
	text-align: left;
}
.footer-content p {
    margin-top: 1em;
    color: var(--color-font);
	text-align: left;
}
.footer-content {
    background: var(--color-primary-tint);
}
.footer-content span.en {
    color: var(--color-primary);
}

.footer-content a {
	text-decoration: none;
    display: block;
    position: relative;
	padding-right: 8em;
}
#footer .footer-content a:hover {
	text-decoration: none;
}
.footer-content a::after {
    font-family: 'FontAwesome';
    content: '\f061';
	position: absolute;
    background: var(--color-primary-shade);
    font-size: var(--font-size16);
    line-height: 1;
    padding: 2.6em 2.7em;
    border-radius: 50vw;
	transition: .5s ease;
	color: #FFF;
	right: 0;
	bottom: 0;
}
.footer-content a:hover::after {
	transform: translateY(-3px);
	box-shadow: 0 4px 6px #00000020;
	outline: 1px solid;
	background: #FFF;
	color: var(--color-primary-shade);
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	.footer-content a::after {
		padding: 1.6em 1.7em;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-size: var(--font-size46);
	color: var(--color-font);
	font-weight: 500;
}

#thumbImg::before, header#h1Header::before {
    opacity: .0;
	background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb .en {
    display: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.post4b li {
    background: #FFF;
    text-align: left;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
    font-size: var(--font-size14);
}
.post4b_text70 {
    padding: 3% 3% 0;
}
.postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px dotted #CCCCCC;
}
.postlist .time {
    font-size: var(--font-size16);
    border-radius: 5px;
    padding: .5em 1em;
}
/* .postlist .time a {
    color: var(--color-font);
} */
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
}
/* == == == == == == == == == == == == == == == == == == 
 * inner/outer
 * == == == == == == == == == == == == == == == == == == */
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.content_inner {
	position: relative;
	z-index: 0;
}
/* body:not(.home) #content.wide {
    padding-bottom: var(--clamp-100);
} */
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト調整/text 
 *  == == == == == == == == == == == == == == == == == == */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p, #footer p  {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h2, #footer h2 {
    font-size: var(--font-size34);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3,  #footer h3 {
    font-size: var(--font-size24);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4,  #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5,  #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
span.bold {
	font-weight: bold;
}
span.ja {
	font-family: var(--font-family01);
}
span.en {
	font-family: var(--font-family02);
}
span.color {
    color: var(--color-primary);
}
span.px12 {font-size: var(--font-size12);}
span.px14 {font-size: var(--font-size14);}
span.px16 {font-size: var(--font-size16);}
span.px18 {font-size: var(--font-size18);}
span.px20 {font-size: var(--font-size20);}
span.px24 {font-size: var(--font-size24);}
span.px34 {font-size: var(--font-size34);}
span.px44 {font-size: var(--font-size44);}
span.px46 {font-size: var(--font-size46);}
span.px80 {font-size: var(--font-size80);}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
 /* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.shadow {box-shadow: 0 4px 4px #00000026;}
.content-item+.content-item {padding-top: var(--clamp-80);}
.img-area img {width: 100%;}
 /* == == == == == == == == == == == == == == == == == == 
 *  grid
 *  == == == == == == == == == == == == == == == == == == */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
.col-2{width: calc(50% - 20px);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.txt-inner {
    max-width: 528px;
	width: 94%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {margin-left: auto;}
	.mr-auto {margin-right: auto;}
}
@media print, screen and (max-width: 768px) {
    .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
        max-width: 100%;
	}
}
/* == == == == == == == ==
 * card
 * == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 20px;}
.card:has(.col-4) {gap: 11.2px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {width: calc(50% - 24px);}
.card .col-3 {
	width: calc((100% / 3) - 15px);
    background: #FFF;
    padding: 2% 1%;
    text-align: center;
    box-shadow: 0 3px 6px #00000005;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
	.card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: column;}
    .card__col-2, .card__col-3, .card__col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        gap: 15px;
        margin-bottom: 20px;
    }
	.card__col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
        gap: 15px 10px;
		margin-bottom: 20px;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * テーブル、マップ調整/table,map
 * == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    vertical-align: middle;
    font-size: var(--body-font-size);
	background: transparent;
	border: 1px solid #CECECE;
}
.post table th {
	font-weight: bold;
	background: var(--color-primary);
	color: #FFF;
}
.post table td {
	font-weight: 500;
	background: #FFF;
}

@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
	.post table tr:first-child th, .post table tr:first-child td {
		border-top: 0;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン調整/btn
 * == == == == == == == == == == == == == == == == == == */
.btn-content {
    margin-top: var(--clamp-40);
}
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size18);
	font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.5;
    padding: 1.5em 2em;
    width: 90%;
    max-width: 285px;
    text-align: center;
    border-radius: 50px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary);
	outline: 1px solid;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '→';
	position: absolute;
	top: 50%;
	right: 1em;
	width: auto;
	height: auto;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}
.linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
	border-color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .top-content, .page-content
 * == == == == == == == == == == == == == == == == == == */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.top-content {
    padding: var(--clamp-100) 0;
}
.top-content h2:first-letter {
	color: var(--color-primary);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .top-content__about-us
 * == == == == == == == == */
.top-content__about-us {
    padding-bottom: 0;
}
.top-content__about-us .img-area {
    margin-top: var(--clamp-70);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .top-content__about-us .img-area {
        margin-top: 20px;
    }
}
/* == == == == == == == ==
 * .top-content__service
 * == == == == == == == == */
 .top-content__service {
    padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == ==
 * .top-content__shop
 * == == == == == == == == */
 /* .top-content__shop h2 {
    text-align: center;
 } */
 .top-content__shop h3 {
    font-size: var(--font-size44);
    margin-bottom: 1rem;
}
.top-content__shop p {
    margin-bottom: 1rem;
}
.top-content__shop .btn-content {
    margin-top: 0;
    margin-bottom: 3rem;
}
.top-content__shop .col-2 {
    padding: min(5%, 50px);
    padding-bottom: 0;
}
.top-content__shop .col-2.access {
    background: linear-gradient(0deg, transparent 20%, #F8F8F8 20%);
}
.top-content__shop img {
    height: 400px;
    object-fit: cover;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    /* .top-content__shop h2 {
        text-align: left;
     } */
    .top-content__shop img {
        height: auto;
    }
}
/* == == == == == == == ==
 * .top-content__information
 * == == == == == == == == */
.top-content__information {
    background: #F8F8F8;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == ==
 * .page-content
 * == == == == == == == == */
body:has(.page-content) #content.wide {
	padding-top: var(--clamp-60);
	padding-bottom: var(--clamp-80);
}
.page-content h2 {
    border-bottom: 2px solid #D5D5D5;
	padding-bottom: .3em;
}
.page-content h2::before {
    content: '';
    position: absolute;
    width: 4.5em;
    height: 2px;
    background: var(--color-primary);
    bottom: -2px;
}

/* == == == == == == == ==
 * .page-content__service
 * == == == == == == == == */
.page-content__service .flexbox + .flexbox {
	margin-top: var(--clamp-80);
}
 @media print, screen and (min-width: 769px) {
	.page-content__service .flexbox img {
		border-radius: 0 60px 60px 0;
	}
	.page-content__service .flexbox.rev img {
		border-radius: 60px 0 0 60px;
	}
}
 @media print, screen and (max-width: 768px) {
	 .page-content__service .img-area {
		 width: 94%;
		 margin-inline: auto;
	 }
	 .page-content__service img {
		 border-radius: 30px;
	 }
}

 /* == == == == == == == ==
 * .page-content__shop
 * == == == == == == == == */
.page-content__products .gallery-caption {
    font-size: var(--font-size20);
    font-weight: 500;
}
.page-content__products .gallery-caption {
    font-size: var(--font-size20);
    font-weight: 500;
}
.page-content__products {
    padding-top: var(--clamp-120);
    margin-top: calc(var(--clamp-120) * -1);
}
.page-content__access {
    padding-top: var(--clamp-120);
    margin-top: calc(var(--clamp-40) * -1);
}
 @media print, screen and (min-width: 769px) {}
 @media print, screen and (max-width: 768px) {}

/* == == == == == == == ==
 * .page-content__company
 * == == == == == == == == */

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

/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
#sitemap_list .en {
    display: none;
}
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}

/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */

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

}

