@charset "utf-8";


body::before{
	content: '';
	display: inline-block;
	background-image: url("../img/top_body_before.png");
	width: min(1100px, 50%);
	aspect-ratio: 1100 / 1880;
	background-size: contain;
	position: fixed;
    top: 50%;
    transform: translateY(-50%);
	left: -100px;
	z-index: -1000;
}


body::after{
	content: '';
	display: inline-block;
	background-image: url("../img/top_body_after.png");
	width: min(1100px, 50%);
	aspect-ratio: 1100 / 1690;
	background-size: contain;
	position: fixed;
    top: 50%;
    transform: translateY(-50%);
	right: -100px;
	z-index: -1000;
}

@media(max-width:1080px) {
	body::before,
	body::after{
		background-image: none;
	}
	
	body{
		background-image: url("../img/top_body_sp.png");
		background-size: 100% auto;
		background-repeat: repeat-y;
	}
}

@media(max-width:768px) {
}

@media(max-width:599px) {
}


.latest_news{
	background-color: var(--main-theme-color);
	font-size: 1.5rem;
	padding: 0.7em 0;
	color: #fff;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.latest_news{
		font-size: 1.4rem;
		padding: 0.5em 0;
	}
}

@media(max-width:599px) {
}


@media(max-width:1080px) {
	.latest_news p.pc{
		display: block;
	}
}

@media(max-width:768px) {
	.latest_news p.pc{
		display: block;
	}
}

@media(max-width:599px) {
	.latest_news p.pc{
		display: none;
	}
}


@media(max-width:1080px) {
	.latest_news p.sp{
		display: none;
	}
}

@media(max-width:768px) {
	.latest_news p.sp{
		display: none;
	}
}

@media(max-width:599px) {
	.latest_news p.sp{
		display: block;
	}
}


.latest_news > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.latest_news_inner{
	display: flex;
	align-items: center;
	width: calc(100% - 50px);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.latest_news_inner{
		width: calc(100% - 40px);
	}
}


.latest_news_title{
	font-size: 1.4rem;
    color: var(--main-theme-font-color);
    background-color: #fff;
    font-weight: 700;
    padding: 0.6em 1em;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    margin-right: 1.5em;
/*    width: min(170px, 100%);*/
	width: min(140px, 100%);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.latest_news_title{
/*		font-size: 1em;*/
		font-size: 0.8em;
		width: min(110px, 100%);
		height: 100%;
		padding: 0.5em;
		text-align: center;
		margin-right: 1em;
	}
}

@media(max-width:599px) {
}

.latest_news_title + p{
	width: calc(100% - 127px);
}


.latest_news_inner a{
	text-decoration: none;
	color: #fff;
	transition: .3s;
	font-size: 1.4rem;
}


.latest_news_inner a:hover{
	color: var(--sub-theme-font-color);
	transition: .3s;
}


.latest_news p span{
	margin-right: 1.5em;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.latest_news p span{
		display: block;
	}
}

@media(max-width:599px) {
}

.news_add{
/*	width: min(50px, 100%);*/
	width: min(45px, 100%);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.news_add{
		width: min(40px, 100%);
	}
}


.news_add a:hover{
	opacity: .7;
	transition: .3s;
}

.firstview{
	display: flex;
	justify-content: space-between;
	margin-right: 80px;
	margin-bottom: 100px;
}

@media(max-width:1500px) {
	.firstview{
		flex-direction: column;
		margin-right: 0;
	}
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.firstview{
		margin-bottom: 30px;
	}
}

@media(max-width:599px) {
}


.top_slide{
	width: calc(100% - 380px);
	margin-top: 10px;
    margin-bottom: 30px;
}

@media(max-width:1500px) {
	.top_slide{
		width: calc(100% - 74px);
	}
}

@media(max-width:1080px) {
	.top_slide{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media(max-width:768px) {
}

@media(max-width:599px) {
}

.swiper_topslide{
	overflow: hidden;
}

.top-swiper_button{
	width: min(45px, 100%);
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
	float: right;
}

.top_slide_side{
	margin-top: 10px;
	width: min(350px, 100%);
}

@media(max-width:1500px) {
	.top_slide_side{
		display: flex;
		justify-content: space-between;
		width: min(760px, 100%);
		margin: 10px auto 0;
	}
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
}



@media(max-width:1500px) {
	.chirashi{
		margin-right: 30px;
		width: min(390px, 45%);
	}
}

@media(max-width:1080px) {
	.chirashi{
		width: min(280px, 100%);
		margin: 0 auto;
	}
}

@media(max-width:768px) {
}

@media(max-width:599px) {
}

.chirashi_wrapper{
	padding: 10px;
	background-color: var(--sub-theme-color);
	margin-bottom: 10px;
}

.chirashi_wrapper a:hover{
	opacity: .7;
	transition: .3s;
}

.chirashi_wrapper img{
	width: 100%;
	height: auto;
}

.top_slide_side .latest_blog{
	margin-top: 35px;
}

@media(max-width:1500px) {
	.top_slide_side .latest_blog{
		margin-top: 0;
		width: calc(100% - min(390px, 45%));
	}
}

@media(max-width:1080px) {
	.top_slide_side .latest_blog{
		display: none;
	}
}

@media(max-width:768px) {
}

@media(max-width:599px) {
}



.latest_blog .card .sep > div:first-of-type{
	width: calc(100% - min(142px, 42%));
}

.latest_blog .card .sep > div:nth-of-type(2){
	width: min(142px, 42%);
}

.banner{
	text-align: center;
}

.banner a{
	display: inline-block;
	margin: 10px;
	transition: .3s;
	width: min(460px, 46%);
}

@media(max-width:599px) {
	.banner a{
		width: 83%;
	}
}

.banner a:hover{
	opacity: .7;
	transition: .3s;
}

.banner a img{
	margin: 0 auto;
}

/*
.hojyokin_banner{
	width: min(760px, 100%);
}
*/

.making{
	margin-top: 80px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.making{
		margin-top: 60px;
	}
}

@media(max-width:599px) {
	.making{
		margin-top: 70px;
	}
}


@media(max-width:1080px) {
}

@media(max-width:768px) {
	.making_title + .flex{
		flex-direction: column-reverse;
	}
}

@media(max-width:599px) {
}

.making_title{
	width: min(460px, 100%);
	margin: 0 auto;
}

/*背景設定用*/
.makingslide_wrapper{
	background-image: url("../img/making_bg.png");
	width: calc(100% - 190px);
	height: auto;
	position: relative;
	background-size: 100% 100%;
    padding: 80px 50px 70px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.makingslide_wrapper{
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}
}

@media(max-width:599px) {
}

.makingslide_wrapper::after{
	content: '';
	position: absolute;
	display: inline-block;
	background-image:url("../img/making_bg_after.png");
	aspect-ratio: 1 / 1;
	width: min(90px, 100%);
	left: calc(100% - 60px);
	top: 50%;
	background-size: contain;
	transform:translateY(-50%);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.makingslide_wrapper{
		background-image: none;
	}
	.makingslide_wrapper::after{
		display: none;
	}
}

@media(max-width:599px) {
}


.making-swiper_button-prev,
.making-swiper_button-next{
	aspect-ratio: 30 / 68;
	width: 30px;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}

.making-swiper_button-prev{
	left: 50px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.making-swiper_button-prev{
		left: 0;
	}
}

@media(max-width:599px) {
}

.making-swiper_button-next{
	right: 50px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.making-swiper_button-next{
		right: 0;
	}
}

@media(max-width:599px) {
}


.swiper.makingslide{
	width: calc(100% - 80px);
	margin: 0 auto;
}



.swiper.makingslide .swiper-slide{
	width: min(160px, 18%); /*一つずつのスライドの大きさ*/
	font-size: 1.3rem;
	display: inline-block;
}

.swiper.makingslide .swiper-slide a{
	position: relative;
	text-decoration: none;
	color: var(--main-font-black);
}

.swiper.makingslide .swiper-slide a .work_cat{
	position: absolute;
/*	font-weight: 700;*/
	color: #fff;
	background-color: var(--main-theme-font-color);
	padding: 0.2em 0.5em;
	z-index: 20;
	white-space: nowrap;
	font-size: 1.2rem;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.swiper.makingslide .swiper-slide a .work_cat{
		font-size: 1rem;
   		letter-spacing: 0.1em;
	}
}


.making_staff{
	aspect-ratio:204 / 198;
	width: min(204px, 100%);
	object-fit: contain;
}

@media(max-width:1080px) {
	.making_staff{
		width: min(180px, 100%);
	}
}

@media(max-width:768px) {
	.making_staff{
		margin: 20px auto 10px;
		width: min(150px, 100%);
	}
}

@media(max-width:599px) {
}

.making_img{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
}

.making_img img{
	width: 100%;
}



/*新着施工事例*/

/*施工事例背景　ここから*/

.example{
	background-image: url("../img/example_bg.png");
	background-repeat: repeat-y;
	position: relative;
	background-size: contain;
	margin-top: 200px;
	padding-bottom: 120px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.example{
		margin-top: 100px;
		padding-bottom: 90px;
		padding-top: 15px;
	}
}

@media(max-width:599px) {
	.example{
		margin-top: 60px;
	}
}

.example::before{
	content: '';
	position: absolute;
	bottom: 100%;
	aspect-ratio: 1980 / 110;
	width: 100%;
	background-image: url("../img/example_bg_before.png");
	background-size: contain;
    transform: translateY(1px);
}

/*施工事例背景　ここまで*/



/*施工事例タイトル　ここから*/
.example_title{
	width: min(244px, 100%);
	margin: 0 auto 110px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.example_title{
		width: min(180px, 100%);
		transform: translateY(60px);
		margin: 0 auto 130px;
	}
}

@media(max-width:599px) {
	.example_title{
		width: min(170px, 100%);
		transform: translateY(30px);
		margin: 0 auto 60px;
	}
}

.example_title_wrapper{
	position: relative;
}

.example_title_wrapper::before,
.example_title_wrapper::after{
	content: '';
	position: absolute;
	display: inline-block;
	width: min(300px, 35%);
	aspect-ratio: 300 / 255;
	background-size: contain;
	top: 0;
}

.example_title_wrapper::before{
	background-image: url("../img/example_title-before.webp");
	left: 0;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.example_title_wrapper::before{
		top: 40px;
	}
	
	.example_title_wrapper::after{
		top: 10px;
	}
}


.example_title_wrapper::after{
	background-image: url("../img/example_title-after.webp");
	right: 0;
}

/*施工事例タイトル　ここまで*/

.example_content-first{
	width: min(470px, 48%);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.example_content-first{
		width: 100%;
		margin-bottom: 15px;
	}
}

@media(max-width:599px) {
}


.example_content-first a{
	display: block;
	position: relative;
	font-size: 1.8rem;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.example_content-first a{
		font-size: 1.5rem;
	}
}

@media(max-width:599px) {
}


.example .flex{
	position: relative;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.example .flex{
		flex-direction: column;
	}
}

@media(max-width:599px) {
}


.example .button{
	position: absolute;
	bottom: 0;
	left: 10px;
	transform: translateY(-40px);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.example .button{
		position: inherit;
		transform: translateY(0);
		margin-top: 20px;
		left: inherit;
	}
}

@media(max-width:599px) {
}


/*商品一覧*/

.lineup{
	border-top: 7px solid #b28a62;
	background-image: url("../img/lineup_bg.webp");
	background-size: cover;
	background-position: center;
	padding-bottom: 80px;
}

.lineup_title{
	width: min(625px, 100%);
	margin: -8px auto 0;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.lineup_title{
	width: min(500px, 100%);
	}
}

@media(max-width:599px) {
}

.lead{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 2.5em 0;
    text-shadow:
           1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
           1px 0px 0px #fff, -1px  0px 0px #fff,
           0px 1px 0px #fff,  0px -1px 0px #fff;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.lead{
		font-size: 1.5rem;
		margin: 1em 0 2.5em;
	}
}

@media(max-width:599px) {
}


.lineup_contents{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.lineup_contents{
		flex-direction: column;
	}

	.lineup_contents.lineup_sub{
		flex-direction: row;
	}
}



.lineup_contents li{
	display: inline-block;
	width: 32%;
	border: 2px solid var(--main-theme-color);
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	margin-bottom: 5px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.lineup_contents li{
		width: 100%;
		margin-bottom: 10px;
	}
}


.lineup_contents li::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	background-image: url("../img/example_next.png");
	aspect-ratio: 10 / 17;
	width: 10px;
	background-size: contain;
}

.lineup_main.lineup_contents li::after{
	top: 85%;
	transform: translateY(0);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.lineup_contents li::after{
		top: 77%;
	}
}

@media(max-width:599px) {
	.lineup_contents li::after{
		background: none;
	}
}


.lineup-main-img{
	width: calc(100% - 115px);
	aspect-ratio: 1 / 1;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.lineup-main-img{
		aspect-ratio: 16 / 9;
	}
}


.lineup-main-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

.lineup-main-img + div{
	position: absolute;
	transform-origin: center;
	right: 4%;
    top: 24%;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.lineup-main-img + div{
		right: 6%;
    	top: 0%;
	}
}

@media(max-width:599px) {
	.lineup-main-img + div{
		top: 5%;
	}
}


.lineup_icon{
	aspect-ratio: 1 / 1;
	width: 70px;
	margin: 10px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.lineup_icon{
		margin: 10px auto;
		width: 55px;
	}
}


.lineup_icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.lineup_main .lineup_icon + p{
	text-align: center;
}

.lineup_icon + p{
	font-size: 1.8rem;
	font-weight: 700;
	color: #02628c;
/*	font-weight: 500;*/
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.lineup_icon + p{
/*		font-size: 1.5rem;*/
		font-size: 1.4rem;
	}
}

@media(max-width:599px) {
}


.lineup_main li a:hover .lineup-main-img img{
	transform:scale(1.05,1.05);
	transition: .3s;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.lineup_main li a:hover .lineup-main-img img{
		transform:inherit;
	}
}


.lineup_contents li a:hover .lineup_icon + p{
	color: var(--main-theme-font-color);
}

.lineup_contents li a{
	text-decoration: none;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.lineup_sub li{
		aspect-ratio: 1 / 1;
		width: 32%;
	}
}


.lineup_sub .lineup_icon + p{
	position: absolute;
	top: 50%;
	left: 90px;
	transform: translateY(-50%);
	padding-right: 20px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.lineup_sub .lineup_icon + p{
		position: inherit;
		text-align: center;
		margin-top: 21px;
		padding-right: 0;
		line-height: 1.2;
	}
}


/*お家のお悩み、リフォーム以外でもご相談ください！*/

.others{
	background-image: url("../img/others_bg.png");
	background-repeat: repeat;
	padding: 90px 0 250px;
	position: relative;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.others{
		padding: 60px 0 150px;
	}
}

@media(max-width:599px) {
}


.others::before{
	content: '';
	position: absolute;
	top: 20px;
	left: 10%;
	width: min(234px, 32%);
	aspect-ratio: 234 / 630;
	background-image: url("../img/others_before.webp");
	background-size: contain;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.others::before{
		left: 5%;
	}
}

@media(max-width:599px) {
}


.others::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 14%;
	width: min(256px, 50%);
	aspect-ratio: 256 / 236;
	background-image: url("../img/others_after.webp");
	background-size: contain;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.others::before{
		right: 5%;
	}
}

@media(max-width:599px) {
}


.others_title{
	width: min(580px, 100%);
	margin: 0 auto;
}

.others_title img{
	width:100%;
}

.others > div{
	position: relative;
	z-index: 50;
}

.others > div::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: min(210px, 40%);
	aspect-ratio: 1 / 1;
	background-image: url("../img/others_title_after.png");
	background-size: contain;
	z-index: -1;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.others > div::after{
		top: -20px;
		opacity: .5;
	}
}

@media(max-width:599px) {
}

.others_contents{
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.others_contents{
		margin-top: 35px;
		width: min(520px, 100%);
		margin: 40px auto 50px;
	}
}

@media(max-width:599px) {
	.others_contents{
		margin: 20px auto;
		width: 100%;
	}
}


.others_contents li{
	width: min(260px, 25%);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.others_contents li{
		width: 48%;
		margin-bottom: 20px;
	}
}

@media(max-width:599px) {
}



.others_contents li a{
	display: block;
	position: relative;
}

.others_content-img{
	border-radius: 10px;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
}

.others_content-img img{
	width: 100%;
	transition: .3s;
}

.others_content-title{
	position: absolute;
	width: min(115px,45%);
	right: 10px;
}

.others_contents li:nth-of-type(2n + 1) .others_content-title{
	top: inherit;
	bottom: -15px;
}

.others_contents li:nth-of-type(2n) .others_content-title{
	bottom: inherit;
	top: -15px;
}

.others_content-title img{
	width: 100%;
}

.blogs{
	position: relative;
	background-image: url("../img/blog_bg.png");
	background-repeat: repeat;
	background-color: #fff;
	box-shadow: 0px -15px 20px 5px rgba(99, 93, 38, .5);
	padding-top: 100px;
	padding-bottom: 100px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.blogs{
		padding-top: 45px;
		padding-bottom: 50px;
	}
}

@media(max-width:599px) {
}



.blogs::after{
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	display: inline-block;
	background-image: url("../img/blog_bg_before.png");
	background-repeat: repeat-x;
	background-size: contain;
}

.blogs .latest_blog{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.blogs .latest_blog{
		flex-direction: column;
	}
}


.blogs .latest_blog .card{
	width: min(342px, 32%);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.blogs .latest_blog .card{
		width: 49%;
	}
}

@media(max-width:599px) {
	.blogs .latest_blog .card{
		width: 100%;
	}
	
	.blogs .latest_blog .card:nth-of-type(n + 4){
		display: none;
	}
}


.blog_title{
	width: min(495px, 100%);
	margin:0 auto;
	margin-bottom: 50px;
}


.blog_title.pc{
	transform: translateY(100px);
	margin-bottom: 0;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.blog_title.sp{
		margin-bottom: 20px;
	}
}

.blog_title img{
	width: 100%;
}

.blogs .button_wrapper{
	margin-top: 50px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.blogs .button_wrapper{
		margin-top: 30px;
	}
}

@media(max-width:599px) {
}


.movie{
	background-image: url("../img/movie_bg.webp");
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.movie{
		background-image: none;
		padding-top: 0;
		background-color: #fff;
		padding-bottom: 50px;
	}
}

@media(max-width:599px) {
}



@media(max-width:1080px) {
}

@media(max-width:768px) {
	.movie_title_wrapper{
		background-image: url("../img/movie_bg.webp");
		background-size: cover;
		background-position: center;
		width: 100%;
		padding: 10% 0 30px;
		aspect-ratio: 204 / 55;
	}
}

@media(max-width:599px) {
	.movie_title_wrapper{
		padding: 50px 0 30px;
	}
}


.movie_title{
	width: min(380px, 100%);
	margin: auto;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.movie_title{
		width: min(300px, 100%);
	}
}

@media(max-width:599px) {
}


.movie_title img{
	width: 100%;
}

.movies{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
	font-size: 1.9rem;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.movies{
		flex-direction: column;
		font-size: 1.7rem;
	}
}


.movies > div{
	width: min(480px, 49%);
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.movies > div{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.movies > div:nth-of-type(n + 2){
		display: none;
	}
}



.movies .date{
	font-size: 80%;
}

.movies_title{
	font-weight: bold;
	margin: 10px 0;
}

@media(max-width:599px) {
	.movies_title{
		font-size: 1.5rem;
	}
}

.movie .button img{
	width: min(29px, 100%);
	transform: translateY(20%);
	margin-right: 1em;
}

.movie .button a{
	padding: 0.8em 1em 1em;
}


/*その他バナーエリア*/
.other_banners{
	background-color: var(--sub-theme-color);
	padding: 50px 0 60px;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
	.other_banners{
		padding: 30px 0;
	}
}

@media(max-width:599px) {
}

.other_banners ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

.other_banners ul li{
/*	width: min(167px, 16%);*/
	width: min(153px, 14%);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 5px 0px 0px #ffffff;
}

@media(max-width:1080px) {
}

@media(max-width:768px) {
}

@media(max-width:599px) {
	.other_banners ul li{
		width: 32%;
		margin-bottom: 10px;
	}
}

.other_banners ul li a{
	display: block;
}

.other_banners ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.maker{
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 35px;
}

.maker h4{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 15px;
}

.maker_banner{
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.maker_banner a{
	height: 47px;
	display: block;
	border: 1px solid #7f7f7f;
	transition: .3s;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: var(--font-color);
}

@media(min-width:821px) {
	.maker_banner a:hover{
		border: 1px solid #0066a0;
		color: #0066a0;
	}
}

@media(max-width:820px) {
	.maker_banner a{
		height: 35px;
	}
}

/*
@media(max-width:1080px) {
	.maker_banner a{
		width: 12%;
	}
}

@media(max-width:820px) {
	.maker_banner a{
		width: 19%;
	}
}

@media(max-width:599px) {
	.maker_banner a{
		width: 24%;
	}
}
*/

.maker_banner a:hover{
	opacity: .7;
	transition: .3s;
}

.maker_banner a img{
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.maker_banner a span{
	display: inline-block;
    margin: 0 10px;
    padding-top: 0.9em;
    font-size: 1.4rem;
}

@media(max-width:820px) {
	.maker_banner a span{
		font-size: 1rem;
	}
}


.maker_banner a[target="_blank"] span::after{
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-image: url("../img/outerlink.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 0.2em;
}

.padding_side{
/*
	padding-right: 10px;
	padding-left: 10px;
*/
	padding: 5px 10px;
}


/*お問合せ受付状況・お知らせ追加css*/

.contact_lat_band{
	background-color: rgba(255,255,255,.75);
	padding: 20px 0;
}

@media(max-width:599px) {
	.contact_lat_band{
		padding: 10px 0;
	}
}

.contact_lat_band ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
/*	margin-right: 30px;*/
	width: auto;
}

.contact_lat_cat{
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 1.2em 2em;
	border-radius: 60px;
	border: 1px solid #bd00d1;
	color: #bd00d1;
	margin-right: 1em;
	background-color: #fff;
}

.contact_lat_cat.repair{
	border: 1px solid #ff6700;
	color: #ff6700;
}

.contact_lat_cat.constr{
	border: 1px solid #82ba00;
	color: #82ba00;
}

.contact_lat_band div{
	font-size: 1.4rem;
	font-weight: 700;
}

@media(max-width:820px) {
	.contact_lat_band div{
		font-size: 1.2rem;
	}
}

@media(max-width:599px) {
	.contact_lat_band div{
/*		padding: 1em 2em;*/
	}
}

.contact_lat_band div span{
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}

.contact_latest{
	padding-top: 70px;
	padding-bottom: 45px;
}

.contact_latest h2 img{
	width: min(257px, 50%);
	margin: 0 auto 35px;
}

.contact_lat_band .swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.news_latest_box{
	background-color: #16514f;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px 10px 0 0;
	position: relative;
	margin-top: 40px;
}

.news_latest_box::after{
	content: '';
	position: absolute;
	width: 216px;
	height: 36px;
	background-image: url("../img/news_latest_box_after.png");
	background-size: contain;
	background-repeat: no-repeat;
	right: 20px;
	bottom: 0;
}

@media(max-width:599px) {
	.news_latest_box::after{
		width: 150px;
		height: 25px;
	}
}

.news_latest_box::before{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #a8815b;
}

.news_latest_box h2 img{
	width: min(488px, 100%);
	margin: 0 auto 30px;
}

.news_lat_archive{
	background-color: #fff;
	width: min(760px, 100%);
	padding: 15px 35px;
	margin: 0 auto;
	border-radius: 10px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 45px;
	position: relative;
	z-index: 5;
}

@media(max-width:820px) {
	.news_lat_archive{
		font-size: 1.3rem;
	}
}

@media(max-width:599px) {
	.news_lat_archive{
		padding: 10px;
	}
}

.news_lat_archive ul{
	list-style: none;
	height: 200px;
	overflow-y: scroll;
	padding-right: 10px;
}

.news_lat_archive::before{
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.3);
	border-radius: 10px;
	position: absolute;
	top: 8px; 
	left: 8px;
	z-index: -1;
}

.news_lat_archive li{
	border-bottom: 1px solid var(--main-theme-color);
    margin-left: 0;
}

.news_lat_archive a{
    display: block;
    text-decoration: none;
    color: var(--main-font-black);
    transition: .3s;
    padding: 1.5em 1em;
    font-weight: 700;
}

@media(min-width:821px) {
	.news_lat_archive a:hover{
		background-color: rgba(0, 104, 181, .3);
    	transition: .3s;
	}
}

.day {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1em;
    color: #666666;
    font-size: 90%;
}

.news_category {
    font-size: 1rem;
    padding: 0.2em 1em;
    border-radius: 20px;
    background-color: var(--sub-theme-color);
    display: inline-block;
    margin-bottom: 0.5em;
    font-weight: 700;
}

.news_latest{
	margin-bottom: 120px;
}

.news_latest_button{
	text-align: center;
}

.news_latest_button a span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #006698;
	margin-left: 10px;
	position: relative;
	transform: translateY(4px);
}

.news_latest_button a span::before{
	content: '';
	display: inline-block;
	width: 13px;
	height: 1px;
	background-color: var(--main-theme-color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news_latest_button a span::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 13px;
	background-color: var(--main-theme-color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news_latest_button a{
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--main-theme-color);
	display: inline-block;
	background-color: #fff;
	border-radius: 40px;
/*	padding: 1em;*/
	padding: 1em 1em 1.3em;
	width: 205px;
	text-align: center;
	transition: .3s;
}

.news_latest_button a:hover{
	opacity: .7;
	transition: .3s;
}

.news_lat_archive ul::-webkit-scrollbar {
    width: 8px;
    background: none; 
}

.news_lat_archive ul::-webkit-scrollbar-thumb {
    background: var(--main-theme-color);
    width: 6px;
/*    border-radius: 5px;*/
}




