/* MIMG -------------------------------------------------------------------------*/


.bar_lakulaku{
    width: 37%;
    margin: auto;
}

.bar_lakulaku_img{
}


/*　20220612 動画反映
#mimg {
	padding: 25% 0 30px;
	background: url('../images/top/mimg.jpg') no-repeat center center;
	background-size: cover;
}




.mimg_ttl {
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	letter-spacing: 5px;
	margin-top: 0;
	margin-bottom: 30px;
}
.mimg_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.mimg_box .ttl {
	font-size: 36px;
	line-height: 1.4;
}
*/


#mimg {
	position: relaative;
	overflow: hidden;
}

#mimg video {
	width: 100%;
	height: auto;
	vertical-align: top;
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
	outline: none;
	border: none;
}


.mimg_ttl {
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 30px;
}




.mimg_box .ttl span {
	display: block;
	font-size: 24px;
}
.mimg_box .inner {
	text-align: center;
	padding: 20px;
	background: #515F4D;
	border-radius: 5px;
}
.mimg_box .inner .set {
	font-size: 12px;
	margin-bottom: 10px;
}
.mimg_box .inner .set:before,
.mimg_box .inner .set:after {
	display: inline-block;
	content: "";
	width: 11px;
	height: 23px;
	vertical-align: middle;
	margin: 0 5px;
	background: url('../images/common/slash_02.png') no-repeat center center;
}
.mimg_box .inner .set:before {
	transform: scale(-1, 1);
}
.mimg_box .inner .price {
	font-size: 12px;
}
.mimg_box .inner .price span {
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	margin-right: 2px;
}
.mimg_box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	min-width: 570px;
	margin-bottom: 0;
}
.mimg_box ul li {
	display: block;
	width: 182px;
	height: 182px;
	padding-top: 6%;
	border: 1px solid #fff;
	border-radius: 100%;
}
.mimg_box ul li .number {
	font-size: 10px;
	margin-bottom: 10px;
}
.mimg_box ul li .number span {
	border-bottom: 1px solid #fff;
}
.mimg_box ul li .txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.mimg_box ul li .txt span {
	display: block;
	font-size: 14px;
}
.mimg_area {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 20px 0;
	background: #797254;
}
.mimg_area .image img {
	max-width: 55px;
}
.mimg_area .txt {
	font-size: 20px;
	font-weight: 500;
	margin-left: 2%;
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {


.bar_lakulaku{
    width: 100%;
}

	#mimg .container {
		width: 100%;
	}

	.mimg_ttl {
		font-size: 45px;
		letter-spacing: 3px;
		margin-bottom: 0;
	}
	.mimg_box {
		flex-wrap: wrap;
		justify-content: center;
		color: #605543;
		padding: 30px 0;
	}
	.mimg_box .ttl {
		font-size: 30px;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 15px;
	}
	.mimg_box .ttl span {
		font-size: 20px;
	}
	.mimg_box .inner {
		color: #fff;
	}
	.mimg_box ul {
		flex-wrap: wrap;
		justify-content: center;
		min-width: auto;
		width: 100%;
	}
	.mimg_box ul li {
		width: 160px;
		height: 160px;
		margin: 15px 2% 0;
		border-color: #605543;
	}
	.mimg_box ul li .txt {
		font-size: 18px;
	}
	.mimg_box ul li .txt span {
		font-size: 13px;
	}
	.mimg_area {
		padding: 15px 3%;
	}
	.mimg_area .image img {
		max-width: 45px;
	}
	.mimg_area .txt {
		font-size: 14px;
		margin-left: 4%;
	}
}

/* NEWS -------------------------------------------------------------------------*/

#news.en:before {
	left: 3%;
	content: "News";
}
.news_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 950px;
	margin: 0 auto 40px;
}
.news_list .box {
	width: 48%;
	margin-right: 4%;
}
.news_list .box:nth-child(even) {
	margin-right: 0;
}
.news_list .box:nth-child(n+3) {
	margin-top: 30px;
}
.news_list .box a {
	display: block;
	color: #605543;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
}
.news_list .box .date {
	font-size: 12px;
}
.news_list .box .ttl {
	font-weight: 400;
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.news_list {
		margin-bottom: 30px;
	}
	.news_list .box {
		width: 100%;
		margin-right: 0;
	}
	.news_list .box:nth-child(n+2) {
		margin-top: 20px;
	}
	.news_list .box a {
		padding: 20px;
	}
}

/* WORRIES -------------------------------------------------------------------------*/

#worries.en:before {
	right: 3%;
	content: "Worries";
}
.worries_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.worries_list li {
	width: 33%;
	padding-top: 80px;
	position: relative;
}
.worries_list li:nth-child(n+4) {
	margin-top: 40px;
}
.worries_list li .txt {
	position: absolute;
	left: 110px;
	top: 0;
	width: 259px;
	height: 245px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	padding-top: 23%;
	background: url('../images/top/worries_bubble.png') no-repeat center center;
	background-size: 100% auto;
}
.worries_list li:nth-child(4) .txt {
	padding-top: 19%;
}
.worries_list li:nth-child(6) .txt {
	padding-top: 16%;
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.worries_list {
		justify-content: center;
	}
	.worries_list li {
		width: 275px;
		margin: 0 1%;
		padding-top: 60px;
	}
	.worries_list li:nth-child(n+2) {
		margin-top: 0;
	}
	.worries_list li .image {
		width: 110px;
	}
	.worries_list li .txt {
		left: 90px;
		width: 210px;
		height: 210px;
		font-size: 20px;
		padding-top: 31%;
	}
	.worries_list li:nth-child(4) .txt {
		padding-top: 27%;
	}
	.worries_list li:nth-child(6) .txt {
		padding-top: 24%;
	}
}

/* TOPIC -------------------------------------------------------------------------*/

#topic.en:before {
	left: 3%;
	content: "Topic";
}
.topic_list li {
	padding: 50px;
	background: #fff;
	border: 3px solid #CFCBC6;
	border-radius: 10px;
	position: relative;
}
.topic_list li:nth-child(n+2) {
	margin-top: 40px;
}
.topic_list li:after {
	display: block;
	position: absolute;
	left: 12px;
	top: 12px;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(150,138,118,0.15);
	border-radius: 10px;
	z-index: -1;
}
.topic_list li .title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.topic_list li .title .number {
	width: 100px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-right: 3%;
	padding: 5px 0;
	position: relative;
}
.topic_list li .title .number:before,
.topic_list li .title .number:after {
	display: block;
	position: absolute;
	left: 0;
	width: 6px;
	height: 50%;
	content: "";
}
.topic_list li .title .number:before {
	top: 0;
	background: #605543;
}
.topic_list li .title .number:after {
	top: 50%;
	background: #DED170;
}
.topic_list li .title .number span {
	display: block;
	font-size: 49px;
	line-height: 1;
}
.topic_list li .title .ttl {
	font-size: 30px;
	line-height: 1.5;
	color: #515F4D;
}
.topic_list li .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.topic_list li:nth-child(1) .box .image {
	width: 50%;
}
.topic_list li:nth-child(2) .box .image {
	width: 63%;
}
.topic_list li:nth-child(3) .box .image {
	width: 45%;
}
.topic_list li:nth-child(1) .box .inner {
	width: 45%;
}
.topic_list li:nth-child(2) .box .inner {
	width: 32%;
}
.topic_list li:nth-child(3) .box .inner {
	width: 45%;
}
.topic_list li .box .inner p:nth-child(n+2) {
	margin-top: 20px;
}
.topic_list li .box .inner p span {
	font-size: 18px;
	font-weight: 600;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 79.9%, rgba(224,209,95,0.5) 80%, rgba(224,209,95,0.5) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, transparent 79.9%, rgba(224,209,95,0.5) 80%, rgba(224,209,95,0.5) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 79.9%, rgba(224,209,95,0.5) 80%, rgba(224,209,95,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='rgba(224,209,95,0.5)',GradientType=0 );
}
.topic_txt {
	font-size: 24px;
	font-weight: 600;
	color: #515F4D;
	text-align: center;
}
.topic_txt span:before,
.topic_txt span:after {
	display: inline-block;
	content: "";
	width: 19px;
	height: 32px;
	vertical-align: middle;
	margin: 0 10px;
	background: url('../images/common/slash_01.png') no-repeat center center;
	background-size: 100% auto;
}
.topic_txt span:before {
	transform: scale(-1, 1);
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.topic_list li {
		padding: 20px;
		border-width: 2px;
	}
	.topic_list li:nth-child(n+2) {
		margin-top: 25px;
	}
	.topic_list li .title .number {
		width: 70px;
		font-size: 12px;
		margin-right: 0;
	}
	.topic_list li .title .number span {
		font-size: 33px;
	}
	.topic_list li .title .ttl {
		width: calc(100% - 70px);
		font-size: 20px;
		line-height: 1.4;
	}
	.topic_list li:nth-child(1) .box .image,
	.topic_list li:nth-child(2) .box .image,
	.topic_list li:nth-child(3) .box .image {
		width: 100%;
		margin-bottom: 10px;
	}
	.topic_list li:nth-child(1) .box .inner,
	.topic_list li:nth-child(2) .box .inner,
	.topic_list li:nth-child(3) .box .inner {
		width: 100%;
	}
	.topic_list li:nth-child(2) .box .inner {
		order: 1;
	}
	.topic_list li .box .inner p:nth-child(n+2) {
		margin-top: 15px;
	}
	.topic_txt {
		font-size: 18px;
		line-height: 1.5;
	}
	.topic_txt span {
		position: relative;
	}
	.topic_txt span:before,
	.topic_txt span:after {
		position: absolute;
		top: 15px;
	}
	.topic_txt span:before {
		left: -70px;
	}
	.topic_txt span:after {
		right: -45px;
	}
}

/* RENTAL -------------------------------------------------------------------------*/

#rental.en:before {
	left: 3%;
	content: "Rental";
}
.rental_list {
	max-width: 1000px;
	margin: 0 auto;
}
.rental_list li {
	padding: 0 10px;
}
.rental_list li a {
	display: block;
	color: #605543;
}
.rental_list li .image {
	margin-bottom: 15px;
}
.rental_list li .price {
	font-size: 10px;
}
.rental_list li .price span {
	font-size: 17px;
	margin-right: 2px;
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
}

/* REPORT -------------------------------------------------------------------------*/

#report.en:before {
	left: 3%;
	content: "Report";
}
.report_list {
	max-width: 1000px;
	margin: 0 auto;
}
.report_list li {
	padding: 0 10px;
}
.report_list li a {
	display: block;
	color: #605543;
}
.report_list li .image {
	margin-bottom: 15px;
}
.report_list li .ttl {
	line-height: 1.5;
	margin-bottom: 5px;
}
.report_list li .cate {
	font-size: 11px;
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
}

/* STEP -------------------------------------------------------------------------*/

#step.en:before {
	right: 3%;
	content: "Step";
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
}

/* AREA & PAYMENT -------------------------------------------------------------------------*/

#area-pay .container {
	display: flex;
	flex-wrap: wrap;
}
#area {
	width: 50%;
	padding: 0 50px;
	border-right: 1px solid #605543;
}
#area .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#area .box .image {
	width: 45%;
}
#area .box .inner {
	width: 50%;
}
#area .box .inner .price {
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #707070;
}
#payment {
	width: 50%;
	padding: 0 50px;
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#area {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
		border-right: none;
	}
	#area .box {
		justify-content: center;
	}
	#area .box .image {
		width: 70%;
		margin-bottom: 10px;
	}
	#area .box .inner {
		width: 100%;
	}
	#payment {
		width: 100%;
		padding: 0;
	}
}
