@charset "utf-8";

@font-face {
  font-family: 'FuturaCyrillic';
  font-weight: 400;
  src: url("../fonts/FuturaCyrillicBook.ttf") format("truetype");
}

html {
	
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

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

.main {
	padding: 0 0 0;	
	overflow-x: hidden;
}

.head-01 {
	padding-top: 12rem;
	background: #09183A;
	color: #ffffff;
}

.head-01 ul {
	max-width: 1300px;
	align-items: center;
	padding: 1rem 0;
}

.head-01 ul li {
	text-align: center;
	padding: 1.5rem 0;
	line-height: 1;
	letter-spacing: 0.05em;
}

.head-01 ul li:first-child {
	border-right: 1px solid #fff;
	width: 40%;
	font-size: 2.8rem;

}

.head-01 ul li:last-child {
	font-size: 2.1rem;
	width: 60%;
}

.head-01 ul li * {
	display: inline-block;
	vertical-align: middle;
}

.head-01 ul li img {
	margin: 0 5px;
}

.mv {
	margin: 0 auto 80px;
	position: relative;
	background: linear-gradient(to right, #ffffff, #ffffff 30%, #ffffff 15%, transparent, transparent), url(../img/hometact/mv.jpg) no-repeat top right / auto 100%;
	padding: 0 0 40px;
	
}

.mv > figure {
	position: relative;
}

.mv > figure figcaption {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	color: #000;
/*	text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;*/
}

.mv > figure img {
	width: 73.4%;
	margin-left: auto;
}

.mv .mv-txt {
	padding: 140px 0 0 7.185vw;
}

.mv #breadcrumb {
	padding: 0 0 min(2vw,60px);
	background-color: transparent;
}

.mv .mv-txt h2 {
	line-height: 1.4;
	font-size: min(2.342vw, 4rem);
	text-align: left;
	margin: min(2vw,60px) 0 min(3vw,40px);
}

.mv .mv-txt .s-desc {
	font-size: min(1.17vw, 2.4rem);
	line-height: 2;
}

.mv .mv-txt .mv-logo {
	margin-top: 50px;
}

#box-01 {
	padding: 4rem 0;
	position: relative;
}

#box-01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 63%;
	height: 100%;
	background: #EDEDDF;
	z-index: -1;
}

#box-01::after {
	content: '';
	position: absolute;
	top: -6%;
	right: 0;
	width: 70%;
	height: 80%;
	background: #EDEDDF;
	z-index: -1;
	background: url(../img/hometact/bg-01.jpg) no-repeat top left / cover;
}

#box-01 .container {
	max-width: 1000px;
	padding: 3rem 0;
}

#box-01 .txt {
	position: absolute;
	width: 53%;
	top: 9%;
	right: 0;
	color: #fff;
}

#box-01 .txt h3 {
	font-size: 2.8rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.1em;
}

#box-01 .txt p {
	font-size: 2.4rem;
}

#box-01 .txt .cap {
	position: relative;
	font-size: 1.4rem;
	margin-top: 4rem;
	padding-left: 2rem;
}

#box-01 .txt .cap::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
}

#box-01 figure {
	width: 35.7%;
}

#box-01 .movie-wrap {
	position: relative;
	width: 35.7%;
	padding-bottom: 56.25%;
	border-radius: 10px;
}

#box-01 .movie-wrap iframe {
	width: 100%;
	height: calc(100% + 13%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 10px;
}


#box-02 {
	padding: 5% 0;
}

#box-02 h3 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 10rem;
	letter-spacing: 0.1em;
}

#box-02 h4 {
	margin-bottom: 6rem;
	border: 1px solid #787714;
	border-right: 0;
	border-left: 0;
	font-size: 2.4rem;
	color: #787714;
	text-align: center;
	padding: 1rem;
	letter-spacing: 0.1em;
	


}

#box-02 .map-wrap {

}

#box-02 .map {
	position: relative;

}

#box-02 .map .col-1 {
	width: 30%;	
}

#box-02 .map .col-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 34.6%;
	max-width: 375px;
	transition: all 1s;
}

#box-02 .map.fix .col-2 {
	position: fixed;
	top: 0;
	transition: all 1s;
}

#box-02 .map.fix-bot .col-2 {
	top: auto;
	bottom: 0;
}

#box-02 .map .col-2 figure {

}

#box-02 .map .col-2 p {
	position: relative;
	padding-left: 1.5rem;
	margin-top: 1rem;
}

#box-02 .map .col-2 p::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
}

#box-02 .map .col-3 {
	width: 30%;	
}

.item-pop {
	border-bottom: 1px dotted #787714;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

.item-pop:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.item-pop .tit {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 2rem;
	font-size: 2.1rem;
	line-height: 1;
}

.item-pop .tit span {
	position: absolute;
	top: 0;
	left: 0;
	background: #787714;
	width: 24px;
	height: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	line-height: 1;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Jost', sans-serif;
}

.item-pop ul {
	line-height: 2;
	padding: 1rem 0 0;
}

.item-pop .cap {
	margin-top: 1rem;
}

.item-pop .cap p {
	position: relative;
	padding-left: 1.5rem;
}

.item-pop .cap p::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.item-pop figure {
	position: relative;
	max-width: 284px;
	width: 100%;
}

.item-pop figure figcaption {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1rem;
	color: #fff;
	text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
}

#box-03	{
	padding: 100px 0;
}

#box-03	h3 {
	text-align: center;
	position: relative;
	font-size: 2.4rem;
	margin-bottom: 9rem;
	letter-spacing: 0.1em;
}

#box-03	h3::after {
	content: '';
	height: 1px;
	width: 100%;
	max-width: 620px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
}

#box-03 .movie-wrap {
	max-width: 1086px;
	width: 100%;
	margin: 0 auto;
}

#box-03 .movie {
	position: relative;
	padding-bottom: 56.25%;
}

#box-03 .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#box-03 .cap {
	max-width: 810px;
	width: 100%;
	font-size: 1.2rem;
	margin-top: 1rem;
	/* font-family: 'Noto Sans JP', sans-serif; */
	position: relative;
	padding-left: 1.5rem;
}

#box-03 .cap::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
}

#box-04 {
	padding: 1.5rem;
	max-width: 1290px;
	width: 100%;
	margin: 0 auto 10%;
	background: #EDEDDF;
}

#box-04 .border {
	padding: 8% 0 6%;	
	border: 1px solid #A3A25C;
}

#box-04 .border .container h3 {
	margin-bottom: 10rem;
	text-align: center;
}

#box-04 .border .container h3 * {
	display: inline-block;
	vertical-align: middle;
	/* font-family: 'Noto Sans JP', sans-serif; */
}

#box-04 .border .container h3 span:nth-child(2) {
	font-size: 2.6rem;
	vertical-align: bottom;
	line-height: 2;
}

#box-04 .border .container h3 span:nth-child(3) {
	font-size: 3.6rem;
}

#box-04 .border .container > p {
	margin-bottom: 7rem;
	text-align: center;
	font-size: 1.8rem;
}

#box-04 .accordion .item {
	background: #fff;	
	/* font-family: 'Noto Sans JP', sans-serif; */
	margin-bottom: 2rem;
}

#box-04 .accordion .item:last-child {
	margin-bottom: 0;
}

#box-04 .accordion .item .tit {
	padding: 2rem 0;
	font-size: 1.8rem;
	text-align: center;
	background: url(../img/hometact/ic-plus.svg) no-repeat center right 20px / 36px auto;
	box-shadow: 3px 3px 3px 0 #ccc;
	cursor: pointer;
}

#box-04 .accordion .item .tit.is-open {
	background-image: url(../img/hometact/ic-minus.svg);
}

#box-04 .accordion .item .tit:hover {
	opacity: 0.6;
}

#box-04 .accordion .item .desc {
	padding: 7rem 6rem;
	display: none;
}

#box-04 .accordion .item .desc .col {
	width: 46.3%;
}

#box-04 .accordion .item .desc .col .child {
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: 2px dotted #A3A25C;
}

#box-04 .accordion .item .desc .col .child:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

#box-04 .accordion .item .desc .col .child .tit-num {
	position: relative;
	padding-left: 80px;
	align-items: center;
}

#box-04 .accordion .item .desc .col .child .tit-num span:nth-child(1) {
	background: #EDEDDF;
	color: #A3A25C;
	font-size: 2.4rem;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	width: 56px;
	height: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	font-family: 'FuturaCyrillic', sans-serif;
}

#box-04 .accordion .item .desc .col .child figure {
	margin-top: 4rem;
}

#box-04 .accordion .item .desc .col figure img {
	margin-left: 30px;
}

#box-05 {
	margin-bottom: 5%;
}

#box-05 .container {
	max-width: 1260px;
	border: 1px solid #A3A25C;
	position: relative;
	padding: 4%;
}

#box-05 .container h3 {
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	text-align: center;
	margin-bottom: 10rem;
	text-align: center;
	letter-spacing: 0.1em;
}

#box-05 .container h3 > span {
	display: inline-block;
	padding: 0 30px;
	background: #fff;
}

#box-05 .container h3 > span * {
	display: inline-block;
	vertical-align: middle;
	/* font-family: 'Noto Sans JP', sans-serif; */
}

#box-05 .container h3 > span span:nth-child(2) {
	font-size: 2.6rem;
	vertical-align: bottom;
	line-height: 1.9;
}

#box-05 .container h3 > span span:nth-child(3) {
	font-size: 3.6rem;
}

#box-05 .phone {
	align-items: center;
    margin: 0 auto 8rem;
}


#box-05 .phone>figure {
    width: 40%;
    text-align: center;
}

#box-05 .phone .list-point {
    width: 55%;
}

#box-05 .phone .list-point .point:not(:last-child) {
	margin-bottom: 4rem;
}

#box-05 .phone .point-tit {
    font-family: 'FuturaCyrillic', sans-serif;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: -7px;    
    color: #a3a25c;
    text-align: center;
    line-height: 1;
}

#box-05 .phone .point-info {
    padding: 3rem 2rem;
    background: #EDEDDF;
}

#box-05 .phone .point-info .point-tit-sm {
    text-align: center;
    color: #8a7516;
    padding: 12px;
    background: #fff;
    margin-bottom: 10px;
    font-size: 2.1rem;
	line-height: 1.5;
}

#box-05 .phone .point-info .point-desc {
    font-size: 14px;
    line-height: 1.8;
}

#box-05 .phone .point-info .point-note {
    font-size: 1.2rem;
	margin-top: 0.5rem;
}

#box-05 .phone .point-info .point-note p {
	position: relative;
	padding-left: 1.5rem;
}

#box-05 .phone .point-info .point-note p::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
}

#box-05 .brand .col-01 {
    width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

#box-05 .brand .col-02 {
    width: 68.68%;
    text-align: center;
}

#box-05 .cap {
	font-size: 1.2rem;	
	margin-top: 4rem;
}
#box-05 .cap p {
	position: relative;
	padding-left: 1.5rem;
}

#box-05 .cap p::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
}

.promo-banner {
	font-size: 2rem;
	width: 41.5em;
	max-width: 100%;
	height: 13.4em;
	margin: 0 auto 100px;
	background: url('../img/hometact/promo-banner.jpg') no-repeat center center / cover;
	align-content: center;
	text-align: center;
	color: #ffffff;
}

.promo-banner__title {
	margin-bottom: 3.5rem;
}

.promo-banner__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21em;
	max-width: 340px;
	height: 3.5em;
	font-size: 0.8em;
	border: 1px solid #ffffff;
	background: rgba(0,0,0,0.2);
	margin: 0 auto;
}

.promo-banner__button:after {
    content: '';
    border: solid rgba(255, 255, 255, 0.7);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -4px 0 0 0;
	transition: all 0.3s ease-in-out;
}

.promo-banner__button:hover {
	background: #ffffff;
	color: #000000;
}

.promo-banner__button:hover:after {
	border-color: #000000;
    border: solid rgba(0, 0, 0, 0.7);
	border-width: 0 1px 1px 0;
}

#bottomLink {
	margin-bottom: 100px;
}

.ic-swipe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	margin: auto;
	background: url("../img/hometact/ico_swipe_wh.svg") 50% center / contain no-repeat;
	animation: 1.1s ease-in-out .2s infinite alternate both js_swipeMeIcon_motion;
	z-index: 8;
}

@keyframes js_swipeMeIcon_motion {
	0% {	transform: translateX(-20px);}
	100% {	transform: translateX(20px);}
}

/* MEDIA */
@media only screen and (max-width: 1300px){
	.head-01 ul li:first-child {
		font-size: 2.2rem;
		width: 36%;
	}

	.head-01 ul li:last-child {
		font-size: 1.8rem;
		width: 64%;
	}

	.head-01 ul li img {
		width: 14vw;
	}

	.mv .mv-txt {
		padding: 140px 0 0 6vw;
	}

	.mv .mv-txt h2 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}

	.mv .mv-txt .s-desc {
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 767px){
	.main {
		padding: 100px 0 0;
	}
	.mv {
		background: unset;
		padding: 0;
		margin-bottom: 0;
	}
	.mv > figure {
		width: 100%;
	}

	.mv > figure img {
		width: 100%;
	}

	.mv #breadcrumb {
		padding: 0 15px 30px;
	}

	.mv .mv-txt {
		position: static;
		padding: 10vw 0 0;
	}

	.mv .mv-txt .hometact-logo {
		width: min(80vw, 280px);
		margin: 0 auto 40px;
	}

	.mv .mv-txt .s-desc {
		font-size: 1.6rem;
		padding: 0 1.5rem;
	}

	.head-01 {
		padding-top: 150px;
	}
	
	.head-01 ul {
		padding: 2rem 0;
	}
	.head-01 ul li {
		width: 100% !important;
		text-align: center;
		padding: 0;
	}

	.head-01 ul li:first-child {
		font-size: 2rem;
		border: 0;
		margin-bottom: 1.2rem;
	}

	.head-01 ul li:last-child {
		font-size: 1.1rem;
	}

	.head-01 ul li img {
		width: 20vw;
		margin: 0 5px;
	}
	.mv .mv-txt h2 {
		font-size: 2.2rem;
		margin: 3.5rem 1.5rem 3rem;
	}

	.mv .mv-txt .mv-logo {
		width: 60%;
		max-width: 256px;
		margin: 8rem auto 0;

	}

	#box-01 {
		padding: 0 0 0;
	}

	#box-01::before,
	#box-01::after {
		display: none;
	}

	#box-01 .container {
		width: 100%;
		padding: 0;
	}

	#box-01 .txt {
		position: static;
		width: 100%;
		background: url(../img/hometact/bg-01.jpg) no-repeat top left / cover;
		padding: 5rem 15px 4rem;
	}

	#box-01 .txt h3 {
		font-size: 2.4rem;
	}

	#box-01 .txt p {
		font-size: 2rem;
	}

	#box-01 .txt .cap {
		font-size: 1.2rem;
		padding-left: 1.5rem;
		margin-top: 2rem;
	}

	#box-01 figure {
		width: 100%;
	}

	#box-01 figure img {
		width: 100%;
	}

	#box-01 .movie-wrap {
		width: 72.5%;
		margin: auto;
		padding-bottom: 161%;
	}

	#box-01 .movie-wrap iframe {
		height: 80%;
/*		height: calc(100% + 11%);*/
		border-radius: 0;
	}

	#box-02 {
		padding: 0;
	}

	#box-02 .map-wrap {
		position: relative;
		left: -15px;
		width: calc(100% + 30px);
		overflow-x: scroll;
	}

	#box-02 .map-wrap .overlay {
		position: absolute;
		top: 0;
		left: -15px;
		width: calc(100% + 30px);
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: 7;
	}

	#box-02 .map {
		width: 800px;
		position: relative;
	}

	#box-02 .map .col-2 {
		position: static;
	}

	#box-02 h3 {
		letter-spacing: 0;
		font-size: 2rem;
		margin: 12rem 0 6rem;
	}

	#box-02 h4 {
		font-size: 2rem;
		letter-spacing: 0;
	}


	#box-02 .map .sp .item {
		margin-bottom: 2rem;
		padding-bottom: 0;
		border: 0;
	}

	#box-02 .map .sp .item figure {
		position: relative;
	}

	#box-02 .map .sp .item figure figcaption {
		font-size: 1rem;
		color: #fff;
		position: absolute;
		right: 5px;
		bottom: 5px;
		text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
	}

	#box-02 .map .sp .item a {
		display: inline-block;
		position: relative;
	}

	#box-02 .map .sp .item a > span {
		position: absolute;
		top: 0;
		left: 0;
		background: #787714;
		width: 34px;
		height: 34px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		line-height: 1;
		color: #fff;
		font-size: 1.8rem;
		font-family: 'Jost', sans-serif;
	}

	#box-02 .map .sp .item .desc {
		background: #EDEDDF;
		padding: 1rem;
		align-items: center;
		max-width: 284px;
		width: 100%;
	}

	#box-02 .map .sp .item .desc p {
		font-size: 1.6rem;
	}

	#box-02 .map .sp .item .desc .ic-plus {
		width: 30px;
		height: 30px;
		background: #A3A25C url(../img/hometact/ic-plus-2.svg) no-repeat center center / 26px 26px;;
	}





	#box-03 {
		padding: 8rem 0;
		margin-bottom: 0;
	}

	#box-03 h3 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}





	#box-04 {
		margin-bottom: 10rem;
	}

	#box-04 .border {
		padding: 5rem 0 1.5rem;
	}

	#box-04 .border .container h3 {
		margin-bottom: 4rem;
	}

	#box-04 .border .container h3 img {
		display: block;
		width: 74vw;
		margin: 0 auto;
	}

	#box-04 .border .container h3 span:nth-child(2) {
		font-size: 2.2rem;
	}

	#box-04 .border .container h3 span:nth-child(3) {
		font-size: 3.2rem;
	}

	#box-04 .border .container > p {
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}

	#box-04 .accordion .item .tit {
		padding: 1.5rem;
		text-align: left;
		background-size: 30px auto;
		background-position: center right 1.5rem;
	}

	#box-04 .accordion .item .desc {
		padding: 4rem 2rem;
	}

	#box-04 .accordion .item .desc .col {
		width: 100%;
	}

	#box-04 .accordion .item .desc .col .child {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	#box-04 .accordion .item .desc .col:nth-child(1) .child:last-child {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
		border-bottom: 2px dotted #A3A25C;
	}

	#box-04 .accordion .item .desc .col .child .tit-num {
		padding-left: 66px;
	}

	#box-04 .accordion .item .desc .col .child figure {
		margin-top: 2rem;
	}
	
	#box-04 .accordion .item .desc .col .child figure img {
		margin-left: 0;
		padding: 0 1rem;
	}








	#box-05 {
		margin-bottom: 8rem;
	}

	#box-05 .container {
		padding: 8rem 1.5rem 4rem;
	}

	#box-05 .container h3 {
		top: -5vw;
	}

	#box-05 .container h3 > span {
		padding: 0 10px;
	}

	#box-05 .container h3 img {
		display: block;
		width: 74vw;
		margin: 0 auto 1rem;
	}

	#box-05 .container h3 span:nth-child(2) {
		font-size: 2.4rem;
	}

	#box-05 .container h3 span:nth-child(3) {
		font-size: 3rem;
	}

	#box-05 .phone {
		margin: 0 auto 4rem;
	}

	#box-05 .phone > figure {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}

	#box-05 .phone .list-point {
		width: 100%;
	}

	#box-05 .phone .point-info {
		padding: 2rem 1.5rem;
	}

	#box-05 .phone .point-info .point-tit-sm {
		font-size: 1.6rem;
	}

	#box-05 .brand .col-01 {
		width: 100%;
		margin-bottom: 4rem;
	}

	#box-05 .brand .col-02 {
		width: 100%;
		text-align: center;
	}


	.promo-banner {
		height: auto;
		min-height: 190px;
		background: url('../img/hometact/promo-banner_sp.jpg') no-repeat center center / cover;
	}

	.promo-banner__button {
		max-width: 270px;
	}

	.promo-banner__title {
		font-size: 0.7em;
		margin-bottom: 2rem;
		line-height: 2;
	}



	.item-pop .pop-in {
		padding: 2rem;
		background: #ffffff;
		display: flex;
		flex-wrap: wrap;
	}

	.item-pop .pop-in > * {
		width: 100%;
	}

	.item-pop .pop-in figure {
		order: 1;
		margin-bottom: 2rem;
		text-align: center;
		width: 80%;
		margin: 0 auto 2rem;
	}

	.item-pop .pop-in .tit {
		order: 2;
		margin-bottom: 2rem;
		font-size: 1.7rem;
	}

	.item-pop .pop-in .desc {
		order: 3;
	}

	.item-pop ul {
		padding: 0;
	}

	.item-pop .pop-in .tit {
		line-height: 1.2;
	}


	/* Custom Fancybox */
	.fancybox-content {
		background: #EDEDDF;
		padding: 30px !important;
	}

	.fancybox-button {
		/*background: #A3A25C;*/
		background: none;
	}

	.fancybox-button svg {
		color: #787714;
	}

	.fancybox-slide--html .fancybox-close-small {
		padding: 0;
		width: 30px;
		height: 30px;
		background: #A3A25C;
		color: #fff;
	}

	.fancybox-slide--html .fancybox-close-small svg {
		color: #fff;
	}
	/* End Custom Fancybox */	

	#bottomLink {
		margin-bottom: 60px;
	}

}


.linkBukken {padding: 40px 20px ;margin-bottom: 80px; }
.linkBukken a{transition: 0.5s; background-color: #a3a25c; text-align: center;padding: 30px;font-size: 18px; color: white;margin: auto; max-width: 1000px; display: block;line-height: 1.5;}
.linkBukken a:hover{opacity: 0.8;}