/* =トップページのみに適用されます
-------------------------------------------------------------- */
#home-mv .home-firstview {
	margin: 30vh 0 5vh;
	text-align: center;
	background: rgba(255, 255, 255, 0.4);
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-mv .home-firstview img {
	width: 640px;
}
#home-mv .sp-mv {
	display: none;
}
.mv-background {
	position: relative;
	height: 100vh;
}
.mv-background .imgbox {
	height: 100vh;
}
.mv-content {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50; /*背景に対して指定*/
}

/*  ディスプレイ高さが低い場合に対応
====================================== */
.mv-content {
	display: flex;
	flex-direction: column;
	height: 100vh;
	max-height: 100vh;
}
#home-mv .home-firstview img {
	height: 100%;
	object-fit: contain;
}
#home-mv .home-firstview {
	max-height: 33vh;
}
.k-top-banner img {
	max-height: 100%;
}
.k-top-banner__inner {
	max-height: 25vh;
	text-align: center;
}
.k-top-banner__inner {
	max-height: 100%;
}

.k-top-banner,
#home-mv .home-firstview {
	flex: 0 1 auto;
}
.home-mv-slider {
	margin-bottom: 10px;
}
.home-mv-slider .slider-area {
	background: rgba(255, 255, 255, 0.6);
	padding: 20px 2%;
}
.home-mv-slider li {
	/*width: 24.25%;*/
	/*margin-right: 1%;*/
	background: #ccc;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-mv-slider li a {
	display: block;
	line-height: 0;
}
.home-mv-slider li img {
	width: 100%;
}
/*.home-mv-slider li:last-child {
  margin-right: 0;
}*/
.hojin-rental p {
	display: block;
	width: 100%;
	height: 150px;
	background: #dcdddd;
	color: #fff;
	font-size: 3rem;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	#home-mv .sp-mv {
		display: block;
		padding: 30px 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#home-mv .pc-mv {
		display: none;
	}
	#home-mv .home-firstview {
		margin: 15vh 0 5vh;
	}
	.mv-background {
		height: 110vh;
	}
}
/*メインセクション*/
.home-sec-box {
	margin: 45px auto;
}
.home-sec-ttl {
	background: #fff;
	border-bottom: 3px solid #000;
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 30px;
}
.home-sec-ttl.corner:after {
	border-color: transparent transparent #0e6eb8 transparent;
}
.home-sec-ttl a {
	display: block;
	padding: 3px 0;
	color: initial;
}
.home-sec-ttl a:hover {
	background: rgba(14, 110, 184, 0.3);
}
.item-box {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item-box a {
	text-decoration: none;
	display: block;
	color: inherit;
}

.ttl-box {
	width: 100%;
	background: #0e6eb8;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
.item-ttl {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 5px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-box {
	background: #f6f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-box p {
	font-size: 1.4rem;
}
.corner,
.corner-w,
.corner-s {
	position: relative;
}
.corner-w:after {
	content: "";
	position: absolute;
	right: 7px;
	bottom: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #c6cfe8 transparent;
}
.corner:after {
	content: "";
	position: absolute;
	right: 7px;
	bottom: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #c9caca transparent;
}
.corner-s:after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 9px 9px;
	border-color: transparent transparent #c9caca transparent;
}
@media screen and (max-width: 480px) {
	.ttl-box {
		padding: 5px 0;
		font-size: 2rem;
	}
	.home-sec-box {
		margin: 25px auto;
	}
	.text-box p {
		font-size: 1.7rem !important;
	}
}
/*ランキング*/
#home-ranking li {
	position: relative;
	width: 32%;
	height: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}
#home-ranking li * {
	transition: all 0.35s ease;
}
#home-ranking li:nth-child(3n) {
	margin-right: 0;
}
#home-ranking li:hover .item-ttl {
	top: calc(0%);
}
#home-ranking .imgbox {
	background: #fff;
	text-align: center;
}
#home-ranking .item-ttl {
	position: absolute;
	/*position: static;*/
	top: calc(76%);
	background: rgba(0, 84, 161, 0.7);
	padding: 15px 5%;
	margin-top: 0;
	font-size: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-ranking .sub-ttl {
	font-size: 17px;
	margin: 0;
	line-height: 1.2;
	min-height: 2.5em;
	color: #fff;
}
#home-ranking .sub-ttl span {
	display: inline-block;
	vertical-align: middle;
}
#home-ranking .sub-ttl span:first-child {
	background: #fff;
	width: 50px;
	height: 50px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-ranking .sub-ttl span:last-child {
	margin-left: 1em;
	font-weight: bold;
}
#home-ranking .text-box {
	background: rgba(0, 84, 161, 0);
	color: #fff;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-ranking .text-box a {
	display: block;
	color: initial;
}
/*3つ並びのアイテム*/
#home-reason,
#home-scene,
#home-genre {
	font-size: 0;
}
.home-list-box {
	width: 32.3%;
	margin-right: 1.5%;
	margin-bottom: 15px;
	vertical-align: top;
	background: #f6f7f7;
	border: 1px solid #e1e1e1;
}
.home-list-box:nth-child(3n) {
	margin-right: 0;
}
.home-list-box .text-box {
	padding: 30px 17.1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-list-box .text-box p {
	margin: 0;
	font-size: 1.3rem;
}
#home-reason .home-list-box .imgbox img,
#home-flow .imgbox img {
	width: 60px;
}

/*人気エリア*/
.home-list-box-area {
	width: 31.8%;
	margin-right: 1.5%;
	margin-bottom: 15px;
	vertical-align: top;
}
/*@media screen and (max-width: px) {
  #home-ranking li:nth-child(n) ,
  .home-list-box:nth-child(n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  #home-ranking li:nth-child(2n) ,
  .home-list-box:nth-child(2n) {
    margin-right: 0;
  }
}*/
@media screen and (max-width: 480px) {
	#home-ranking li:nth-child(n),
	.home-list-box:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}
	#home-ranking li:nth-child(2n),
	.home-list-box:nth-child(2n) {
		margin-right: 0;
	}
	#home-ranking .sub-ttl span {
		display: block;
		font-size: 2rem;
	}
	#home-ranking .item-ttl {
		position: static;
	}
	#home-ranking .sub-ttl span:last-child {
		margin-left: 0;
		margin-top: 14px;
	}
	.ttl-box .imgbox,
	.ttl-box .item-ttl {
		font-size: 2rem;
		/*display: inline-block;*/
		/*vertical-align: middle;*/
	}
	.home-list-box .text-box {
		padding: 10px;
	}
}
/*5つ並びのアイテム*/
#home-flow {
	font-size: 0;
}
.home-flow-list-box {
	vertical-align: top;
	width: 19.2%;
	margin-left: 4.5%;
	margin-bottom: 45px;
	border: 1px solid #e1e1e1;
	position: relative;
	box-shadow: 5px 5px 10px #cfd0d0;
}
.home-flow-list-box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16.5px 0 16.5px 17px;
	border-color: transparent transparent transparent #0e6eb8;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -34px;
	margin: auto;
}
.home-flow-list-box:last-child {
	margin-right: 4.5%;
}
.home-flow-list-box:last-child:after {
	display: none;
}
.home-flow-list-box .item-ttl span {
	display: block;
}
.home-flow-list-box .item-ttl span:first-child {
	font-size: 2.1rem;
}
.home-flow-list-box .item-ttl span:last-child {
	font-size: 1.5rem;
}
.home-flow-list-box .text-box {
	padding: 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-flow-list-box .text-box .imgbox {
	text-align: center;
}
.home-flow-list-box .text-box p {
	font-size: 1.3rem;
	margin: 5px 0 0;
}
@media screen and (max-width: 480px) {
	.home-flow-list-box:nth-child(n) {
		width: 49%;
		margin: 0 2% 2% 0;
		font-size: 0;
	}
	.home-flow-list-box:nth-child(2n) {
		margin-right: 0;
	}
	.home-flow-list-box:after {
		top: auto;
		bottom: -10px;
		left: 45px;
		margin: 0;
		transform: rotate(90deg);
	}
	.home-flow-list-box .text-box {
		display: inline-block;
		width: 80%;
	}
	.home-flow-list-box .text-box {
		padding: 10px;
	}
	.home-flow-list-box:after {
		display: none;
	}
	.home-flow-list-box .ttl-box {
		/*display: block;*/
		width: 100%;
		vertical-align: top;
	}
	.home-flow-list-box .text-box {
		display: block;
		width: 100%;
		/*text-align: center;*/
	}
}

/**/
#home-delivery {
	font-size: 0;
}
#home-delivery p,
#home-delivery p,
#home-delivery p {
	font-size: 1.2rem;
}
#home-delivery .ttl-box {
	vertical-align: middle;
}
#home-delivery .item-ttl {
	font-size: 2.1rem;
	line-height: 1.1;
}
#home-delivery .area-box {
	width: 100%;
	display: table;
	font-size: 0;
	margin: 20px 0;
}
#home-delivery .area-box .ttl-box {
	display: table-cell;
	width: 17%;
}
#home-delivery .area-box .text-container {
	display: table-cell;
	width: 73%;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-delivery .area-box .text-box {
	display: inline-block;
	vertical-align: top;
	min-height: 58px;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 18px 10px;
	width: 16%;
	margin: 0 0.6% 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-delivery .area-box .text-box:last-child {
	width: 32%;
	margin-right: 0;
}
#home-delivery .area-box .text-box p {
	margin: 0;
}
#home-delivery .map-box {
	background: #fff;
	width: 100%;
}
#home-delivery .map-box iframe {
	margin: 0 auto;
	display: block;
	padding: 10px 0;
}
#home-delivery .lower-container {
	width: 100%;
	margin: 20px 0;
}
#home-delivery .postage {
	display: table;
	/*width: 49%;*/
	width: 100%;
	/*margin-right: 1%;*/
	margin-bottom: 20px;
}
#home-delivery .postage .ttl-box {
	display: table-cell;
	width: 17%;
	/*width: 100%;*/
}
#home-delivery .postage .text-box,
#home-delivery .payment .text-container {
	background: #fff;
	padding: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-delivery .postage .text-box {
	display: table-cell;
	width: 73%;
	/*width: 100%;*/
}

#home-delivery .postage dl {
	border: 1px solid #efefef;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
}
#home-delivery .postage dt {
	background: #efefef;
	padding: 5px 15px;
}
#home-delivery .postage dd {
	margin: 0;
	padding: 5px 15px;
}
#home-delivery .payment {
	display: table;
	/*width: 50%;*/
	width: 100%;
}
#home-delivery .payment .ttl-box {
	width: 17%;
	display: table-cell;
}
#home-delivery .payment .text-container {
	width: 73%;
	display: table-cell;
}
#home-delivery .payment .text-box {
	display: inline-block;
	border: 1px solid #efefef;
	/*width: 48.5%;*/
	width: 100%;
	background: #fff;
	padding: 5px 15px;
	margin: 0 3% 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-delivery .payment .text-box:nth-child(2n) {
	margin-right: 0;
}
#home-delivery .payment .text-box p {
	margin: 0 10px 0 0;
	display: inline-block;
}
#home-delivery p.payment-comment {
	font-size: 1rem;
	margin: 0;
	padding: 5px;
}
@media screen and (max-width: 480px) {
	#home-delivery .area-box .ttl-box,
	#home-delivery .area-box .text-container,
	#home-delivery .postage,
	#home-delivery .postage .ttl-box,
	#home-delivery .postage .text-box,
	#home-delivery .payment,
	#home-delivery .payment .ttl-box,
	#home-delivery .payment .text-container {
		display: block;
		width: 100%;
		float: none;
	}
	#home-delivery .area-box .text-container {
		padding-left: 0;
		padding: 10px 0;
	}
	#home-delivery .area-box .text-box:nth-child(n) {
		width: 49%;
		margin: 0 2% 5px 0;
	}
	#home-delivery .area-box .text-box:nth-child(2n) {
		margin-right: 0;
	}
	#home-delivery .postage dt {
		font-size: 1.9rem;
	}
	#home-delivery .postage dd {
		font-size: 1.7rem;
	}
	#home-delivery p.payment-comment {
		font-size: 1.7rem;
	}
}
/*お客様からの声*/
#home-voice .inner-width {
	width: 87%;
	margin: 0 auto;
}
#home-voice .home-cont-box {
	font-size: 0;
}
#home-voice .item-box {
	display: inline-block;
	background: #c8e2ee;
	width: 48.6%;
	vertical-align: top;
	padding: 20px 30px;
	margin: 0 2.8% 18px 0;
}
#home-voice .item-box:nth-child(2n) {
	margin-right: 0;
}
#home-voice .text-box {
	background: #fff;
	position: relative;
	padding: 20px 30px 40px;
	border-radius: 3px;
	box-shadow: 5px 5px 10px #cfd0d0;
}
#home-voice .text-box:before {
	content: "[…続きを見る]";
	display: block;
	font-size: 1.4rem;
	color: #0e6eb8;
	position: absolute;
	right: 8px;
	bottom: 18px;
}
#home-voice .text-box:after {
	content: "";
	position: absolute;
	width: 0;
	transform: rotate(-30deg);
	height: 0;
	bottom: -8px;
	left: 50px;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #ffffff transparent;
}
#home-voice .text-box p {
	margin: 0;
	height: 5em;
	overflow: hidden;
}
#home-voice .customer-box {
	margin-left: 80px;
	position: relative;
	font-size: 1.5rem;
}
#home-voice .customer-box span {
	display: inline-block;
}
#home-voice .customer-box:before {
	content: "";
	position: absolute;
	top: -35px;
	left: -70px;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #0e6eb8;
}
#home-voice .customer-box:after {
	content: "";
	position: absolute;
	top: 5px;
	left: -70px;
	display: block;
	width: 38px;
	height: 18px;
	border-radius: 10px 10px 0 0;
	background: #0e6eb8;
}
@media screen and (max-width: 480px) {
	#home-voice .inner-width {
		width: 100%;
	}
	#home-voice .item-box:nth-child(n) {
		display: block;
		width: 100%;
		margin: 0 0 18px 0;
	}
}
/*よくある質問*/
#home-faq .inner-width {
	width: 87%;
	margin: 0 auto;
}
#home-faq .item-box {
	width: 100%;
}
#home-faq .ttl-box {
	position: relative;
	padding: 10px 45px;
	margin: 0 0 15px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-faq .ttl-box:hover {
	opacity: 0.7;
	cursor: pointer;
}
#home-faq .ttl-box:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0e6eb8 transparent transparent transparent;
}
#home-faq .ttl-box p {
	background: url(/wp-content/themes/customize/images/home/ico_home_q.png) no-repeat scroll center left;
	margin: 0;
	padding-left: 60px;
	text-align: left;
}
#home-faq .text-box {
	background: url(/wp-content/themes/customize/images/home/ico_home_a.png) #fff no-repeat scroll top 30px left 45px;
	padding: 10px 45px 10px 105px;
	margin: 0 0 30px;
	border-radius: 3px;
	box-shadow: 5px 5px 10px #cfd0d0;
}

#home-faq .text-box p {
	background: #fff;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
	#home-faq .inner-width {
		width: 100%;
	}
	#home-faq .ttl-box,
	#home-faq .text-box {
		padding: 10px;
	}
}
.k-contact-banner {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 固定バナー
------------------------------*/
.k-top-banner a:hover {
	/* ゆっくり変化 */
	transition: all 0.3s;
	opacity: 0.6;
}
.k-top-banner__inner {
	display: flex;
	justify-content: center;
	gap: 1.6rem;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 2%;
	width: fit-content;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
	.k-top-banner__inner {
		flex-direction: column;
		align-items: center;
	}
}


/* Google Form for living gallery
------------------------------*/
.google-form {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.google-form iframe {
	background-color: rgb(236 238 248);
	max-height: 100vh;
	max-height: 100svh;
}
