@charset "UTF-8";



@media screen and (min-width: 768px) {
	/*
	.p-completion-detail__swiper,
	.p-sample-detail__swiper {
		width: 730px;
		height: 548px;
		overflow: hidden;
	}

	.p-completion-detail__slider-img,
	.p-sample-detail__slider-img {
		height: 548px !important;
	}
		*/
}




#bottomMenuCs {
	transition: .3s;
	opacity: 0;
	bottom: -20px;
}

#bottomMenuCs.is-stopped {
	opacity: 1;
	bottom: 0;
}


.swiper-comment {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	padding: .5em 1em;
	font-size: .9rem;
}

@media screen and (min-width: 768px) {
	.swiper-comment {
		width: 657px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}



.c-heading__header-wrap img,
.l-header-heading__object-img {
	display: none;
}

.l-header-heading {
	background-color: #555;
}

.c-heading__header-wrap {
	text-align: left;
}

.c-heading__txt {
	color: #fff;
	margin: 0;
	letter-spacing: 5px;
}

.c-heading__txt small {
	color: #b59b62;
	font-size: 70%;
	letter-spacing: 2px;
	margin-left: 1em;
}

@media screen and (max-width: 767px) {
	.l-header-heading__inner {
		padding: 20px 0 20px 10px;
	}
}

.p-top-bottom__contact {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 32%;
}

.p-top-bottom__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b59b62;
	color: #fff;
	padding: 1.2em 0;
	text-align: left;
}

.p-top-bottom__contact a::before {
	content: "";
	display: block;
	background: url(../images/top/ico_mail-white-l.svg) no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
	margin-right: 20px;
}


.p-top-bottom__contact p {
	font-size: 1.5rem;
	line-height: 1.2em;
}

.p-top-bottom__contact small {
	display: block;
	font-size: 1rem;
	line-height: 1em;
	margin-top: .3em;
}


@media screen and (max-width: 767px) {
	.p-top-bottom__contact {
		margin-top: 30px;
		width: 85%;
	}

	.p-top-bottom__contact p {
		font-size: 1.4rem;
	}

	.p-top-bottom__contact small {
		font-size: .8rem;
	}

	.p-top-bottom__contact a {
		padding: 1.1em 0;
	}

	.p-top-bottom__contact a::before {
		width: 13vw;
		height: 13vw;
		margin-right: 5vw;
	}
}


.l-footer_tel {
	display: inline-block;
	text-align: center;
	margin-top: 15px;
	font-size: 1.2rem;
	background-color: #3c739b;
	color: #fff;
	padding: .5em 1em;
}

.l-footer_fax {
	margin-top: 15px;
}

.l-footer__sns {
	margin-top: 30px;
}

.l-footer__instagram-img {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.l-footer__sns {
		text-align: center;
	}

	.l-footer__instagram-img {
		width: 15vw;
		height: 15vw;
		margin-right: 5px;
		margin-left: 5px;
	}
}



.insta_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.insta_box .insta-item {
	width: 260px;
	position: relative;
}

.insta_box .insta-item img {
	width: 260px;
	height: 260px;
	object-fit: cover;
}

.insta-icon {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.insta_box {
		margin-top: 5vw;
	}

	.insta_box .insta-item {
		width: 45vw;
		margin-top: 3vw;
	}

	.insta_box .insta-item img {
		width: 45vw;
		height: 45vw;
	}
}


@media screen and (max-width: 991px) {
	.p-top-kv__wrap {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.sps_wrap {
		display: none;
	}
}

.spslider {
	width: 100vw;
	height: 100vw;
	overflow: hidden;
	margin: 0 auto;
}

.sps_wrap {
	position: relative;
}


.spslider .slick-img img {
	width: 100%;
}

@keyframes fdzm {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

/*
.animation {
	animation:fdzm 3s 0s forwards;
}
	*/


.c-icon__news-label {
	font-weight: bold;
}

.ct01.c-icon__news-label {
	background-color: rgba(102, 102, 102, .15);
	color: rgba(102, 102, 102, 1);
}

.ct02.c-icon__news-label {
	background-color: rgba(217, 120, 147, .15);
	color: rgba(217, 120, 147, 1);
}

.ct03.c-icon__news-label {
	background-color: rgba(81, 164, 208, .15);
	color: rgba(81, 164, 208, 1);
}

.ct04.c-icon__news-label {
	background-color: rgba(225, 145, 45, .15);
	color: rgba(225, 145, 45, 1);
}

.ct05.c-icon__news-label {
	background-color: rgba(81, 182, 117, .15);
	color: rgba(81, 182, 117, 1);
}



.ct01.c-icon__news-label.active {
	background-color: rgba(102, 102, 102, 1);
	color: #fff;
}

.ct02.c-icon__news-label.active {
	background-color: rgba(217, 120, 147, 1);
	color: #fff;
}

.ct03.c-icon__news-label.active {
	background-color: rgba(81, 164, 208, 1);
	color: #fff;
}

.ct04.c-icon__news-label.active {
	background-color: rgba(225, 145, 45, 1);
	color: #fff;
}

.ct05.c-icon__news-label.active {
	background-color: rgba(81, 182, 117, 1);
	color: #fff;
}


.l-header-pc__nav-icon--plants {
	background: url(../images/top/nav_plants.png) no-repeat top / 40px;
}

.l-header-pc__nav-icon--sample {
	background: url(../images/top/nav_sample.png) no-repeat top / calc(93px / 2);
}

.l-header-pc__nav-icon--plan {
	background: url(../images/top/nav_plan.png) no-repeat top / calc(67px / 2);
}

.l-header-pc__nav-icon--completion {
	background: url(../images/top/nav_completion.png) no-repeat top / calc(137px / 2);
}



.p-top-news__item .p-top-news__link {
	display: flex;
}

.p-top-news__item .p-top-news__thumbnail img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.p-top-news__item .p-top-news__txt {
	margin-left: 20px;
}

.p-top-news__item .p-news__excerpt {
	font-size: .8rem;
	margin-top: .3rem;
}


@media screen and (max-width: 991px) {
	.p-top-news__item .p-news__excerpt {
		display: none;
	}

	.p-top-news__item .p-top-news__thumbnail {
		margin-top: 5px;
	}
}


@media screen and (min-width: 992px) {
	.p-top-news__contents-wrap {
		width: 68%;
	}
}

.p-hamburger__accordion-wrap.hamopen {
	display: block;
}

.p-completion-sample-btn {
	margin-top: 80px;
}

.p-completion-sample-btn a {
	margin-right: auto;
	margin-left: auto;
}

.p-sample-detail-info__item a,
.p-completion-detail-info__item a {
	word-break: break-all;
}



@media screen and (max-width: 768px) {

	.p-sample-detail__slider,
	.p-completion-detail__slider {
		padding-right: 0;
		padding-left: 0;
	}

	.p-sample-detail__swiper,
	.p-completion-detail__swiper {
		width: 100% !important;
	}

	.p-sample-detail__swiper .p-sample-detail__navigation-prev,
	.p-completion-detail__swiper .p-completion-detail__navigation-prev {
		left: 5px !important;
	}

	.p-sample-detail__swiper .p-sample-detail__navigation-next,
	.p-completion-detail__swiper .p-completion-detail__navigation-next {
		right: 5px !important;
	}
}


.p-contact-top__wrap {
	display: block;
}

.p-contact-top__box {
	display: flex;
	margin-top: 30px;
}


.p-contact-top__tel-wrap {
	margin-left: 0;
	margin-right: 30px;
}

.p-contact-top__tel-wrap.line-wrap {
	margin-right: 0;
	background: none;
	min-width: auto;
	padding: 20px;
}

.p-contact-top__tel-wrap.line-wrap .p-contact-top__tel-inner {
	background: none;
	min-width: auto;
	padding: 8px;
	text-align: center;
}


.p-contact-top__tel-wrap.line-wrap .p-contact-top__tel-txt {
	text-align: center;
}

.p-contact-top__tel-wrap.line-wrap .ico-line {
	display: block;
	margin-top: 20px;
}

.p-contact-top__tel-wrap.line-wrap .ico-line img {
	width: 60px;
	height: 60px;
}

.p-contact-top__tel-wrap.line-wrap .p-contact-top__txt {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: .5em;
}


@media screen and (max-width: 768px) {
	.p-contact-top__box {
		display: block;
		margin-top: 30px;
	}

	.p-contact-top__tel-wrap {
		margin-right: 0;
	}

	.p-contact-top__tel-wrap {
		width: 100%;
	}
}

.p-sample-detail-info__category {
	margin-right: 10px;
}

.p-completion-detail-info__list-txt2 {
	margin-right: 70px;
}

@media screen and (max-width: 768px) {
	.p-completion-detail-info__list-txt2 {
		margin-right: 10px;
	}
}





@media screen and (min-width: 768px) {
	.photolist_sp {
		display: none;
	}
}


@media screen and (max-width: 768px) {

	.p-completion-detail__slider,
	.p-sample-detail__slider {
		display: none;
	}

	.photolist_sp {
		display: block;
		padding: 4vw;
	}

	.photolist_sp ul,
	.photolist_sp ul li {
		margin: 0;
		padding: 0;
	}

	.photolist_sp ul li {
		position: relative;
		margin-top: 4vw;
	}

	.photolist_sp img {
		max-width: 100%;
	}
}