@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=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FCFAF5;
	--color-font: #333;
	--color-primary: #FD8F0F;
	--color-primary-shade: #30b1ae;
	--color-primary-tint: #E16837;
	--color-secondary: #E16837;
	--color-table-border: #DDD;
	--color-table-th: #FD8F0F;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #4D4D4D;
	--header-color-primary: #E16837;
	--header-color-primary-shade: #E16837;
	--header-color-primary-tint: #FD8F0F;
	/*------▼フッター設定▼------*/
	--footer-background: #E16837;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family02: 'Montserrat Alternates', 'Zen Maru Gothic', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
	color: #fff;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header .logo img {
		max-width: 224px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-primary-shade);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header ul.header__contact li:last-child {
		padding: 15px;
		padding-left: 0;
	}
	#header a.head_btn.mail_btn {
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	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: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 15px 60px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top_greeting::before {
	background: var(--color-primary-tint);
}
#top_greeting,
#top_greeting h1 {
	color: #fff;
}
#top_greeting h1 {
	text-align: left;
}
/**/
#top_photo {
	display: grid;
	grid-template-rows: 400px 400px;
	grid-template-columns: 1fr 1fr 1fr;
}
#top_photo li:nth-child(1) {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}
#top_photo li:nth-child(2) {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
#top_photo li:nth-child(3) {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
#top_photo li:nth-child(4) {
	grid-row: 1 / 3;
	grid-column: 3 / 4;
}
#top_photo li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_photo {
		grid-template-rows: 200px 200px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_photo {
		grid-template-rows: 100px 100px;
	}
}
/**/
#top_service::before {
	height: 60%;
	background: url(/wp-content/uploads/top-service-bg.jpg.webp) no-repeat center center / cover;
}
#top_service h1,
#top_service .msg,
#top_service .ttl {
	color: #fff;
}
#top_service .ttl {
	margin-bottom: 20px;
	font-size: var(--rem28);
	text-align: center;
}
#top_service .ttl img {
	display: block;
	width: 140px;
	margin: 0 auto 15px;
}
#top_service .box a {
	display: block;
	height: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#top_service .box a .txt {
	padding: 20px;
}
#top_service .box a .photo {
	overflow: hidden;
}
#top_service .box a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_service .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_service::before {
		height: 80%;
	}
	#top_service .box+.box {
		margin-top: 30px;
	}
	#top_service .ttl img {
		width: 80px;
	}
}
/**/
#top_room::before {
	background: url(/wp-content/uploads/top-room-bg.jpg.webp) no-repeat center center / cover;
}
#top_room .box {
	background: rgba(255,255,255,0.95);
	border-radius: 20px;
}
#top_room h1 b {
	color: var(--color-primary);
}
#top_room .linkBtn {
	background: var(--color-primary-tint);
}
#top_room .linkBtn:hover {
	background: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_room .box {
		width: 50%;
	}
}
/**/
#top_company .box {
	overflow: hidden;
	background: var(--color-primary-tint);
	border-radius: 20px;
	color: #fff;
}
#top_company h1 {
	color: #fff;
	text-align: left;
}
#top_company .linkBtn {
	background: #fff;
	color: var(--color-font);
}
#top_company .linkBtn::after {
	border-color: var(--color-font);
}
#top_company .linkBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_company .photo,
	#top_company .txt {
		width: 50%;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .box {
	background: #EEEEEE;
	border-radius: 20px;
}
#contact_box .box,
#contact_box .box h1 {
	color: var(--color-primary-tint);
}
#contact_box .btn {
	overflow: hidden;
	border-radius: 20px;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary-tint);
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn .mail a {
	background: #FFF;
	border: 1px solid var(--color-primary-tint);
	color: var(--color-primary-tint);
}
#contact_box .btn .line a {
	background: #06C755;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost h1 span span:first-child {
	color: var(--color-primary);
}
#front-sectionPost .postlist .time {
	border-radius: 999px;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	margin-bottom: 8px;
	font-size: 55%;
	font-family: var(--font-family02);
}
/**/
.post h2::after {
	display: none;
}
.post h2 {
	font-size: var(--rem30);
}
.post h2 b {
	display: block;
	margin-bottom: 8px;
	color: var(--color-primary);
	font-size: 55%;
	font-family: var(--font-family02);
	line-height: 1;
}
.post h2.h3 {
	margin-bottom: var(--px30);
	padding: 0 0 10px;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem28);
	text-align: left;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3 {
	border-width: 1px;
	font-size: var(--rem28);
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
/*--------------------------------------------------
	民泊・ハウスシェア一覧
--------------------------------------------------*/
#property_link li {
	margin-bottom: 15px;
}
#property_link li a {
	display: block;
	padding: 15px 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_link {
		justify-content: center;
		column-gap: 2%;
	}
	#property_link li {
		width: 23.5%;
	}
}
/**/
#property_list > li {
	position: relative;
	margin-bottom: 40px;
}
#property_list .photo {
	overflow: hidden;
	aspect-ratio: 6 / 4;
}
#property_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list .txt {
	padding: 15px;
	font-size: 90%;
	padding-bottom: 65px;
}
#property_list .btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#property_list .ttl {
	font-size: 115%;
	font-weight: bold;
}
#property_list .in_w1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
#property_list .in_w3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#property_list .ico,
#property_detail .ico {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
#property_list .ico li,
#property_detail .ico li {
	margin-bottom: 10px;
}
#property_list .ico li.share_house,
#property_list .ico li.private_lodging,
#property_detail .ico li.share_house,
#property_detail .ico li.private_lodging {
	padding: 0 10px;
	color: #fff;
}
#property_list .ico li.share_house,
#property_detail .ico li.share_house {
	background: #e16837;
}
#property_list .ico li.private_lodging,
#property_detail .ico li.private_lodging {
	background: #0f5822;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_list {
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}
	#property_list > li {
		width: 23.5%;
		margin-bottom: 70px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#property_list > li {
		width: 32%;
	}
}
/**/
#property_detail h1 {
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--color-primary);
	font-size: var(--rem30);
}
#photo_main {
	background: #fff;
	aspect-ratio: 6 / 3;
	text-align: center;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_detail .photo ul {
	margin-top: 15px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
#property_detail .photo ul li {
	width: calc((100% / 8) - 12px);
	aspect-ratio: 1 / 1;
}
#property_detail .photo ul li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_detail table th {
	text-align: center;
	vertical-align: middle;
}
#property_detail table td hr {
	margin: 20px 0;
	border: none;
	border-bottom: 1px solid #ddd;
}
#property_detail table td ul {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 12px;
}
#property_detail table td ul li {
	width: calc((100% / 4) - 9px);
	padding: 8px;
	border: 1px solid #CCC;
	text-align: center;
	line-height: 1.4;
}
#property_detail table td ul li.on {
	background: #f4f4f4;
	color: #999;
	text-decoration: line-through;
}
#property_detail table td dl {
	display: flex;
}
#property_detail table td dt {
	white-space: nowrap;
	font-weight: normal;
}
#property_detail table td dt::after {
	content: "：";
}
#property_detail .map iframe {
	width: 100%;
	height: 450px;
}
#property_detail .fm .linkBtn {
	background: var(--color-primary-tint);
}
#property_detail .fm .linkBtn:hover {
	background: var(--color-primary);
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#property_detail table td ul {
		column-gap: 12px;
		row-gap: 12px;
	}
	#property_detail table td ul li {
		width: calc((100% / 3) - 8px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_detail .photo ul li {
		width: calc((100% / 5) - 8px);
	}
	#property_detail table td ul {
		column-gap: 10px;
		row-gap: 10px;
	}
	#property_detail table td ul li {
		width: calc((100% / 2) - 5px);
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}

/*-----------------------google翻訳-----------------------*/
#flags ul li a {
  padding: 0 !important;
}

.gt_flex {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

#flags {
  width: 160px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gt_flex #flags,
.gt_flex #google_language_translator {
  height: 30px;
}

ul#sortable li {
  height: 18px !important;
  display: block;
}

@media print,
screen and (min-width: 1024px) {
  #glt-translate-trigger {
    display: none;
  }

  #header {
    height: auto !important;
  }

  #header-layout {
    height: 80px;
  }
}

@media print,
screen and (max-width: 768px) {
  #glt-translate-trigger {
    bottom: 58px;
  }

  .tool-container {
    bottom: 100px !important;
  }
}

/*--------google-recaptcha--------*/
.recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}