@charset "UTF-8";

* {
  box-sizing: border-box;
  max-height: 999999px;
}

html {
  font-size: 62.5%;
}

@media (min-width: 980px) {
	#wrapper {
		min-width: 1200px;
	}
}
@media (max-width: 979px) {
	#wrapper {
	  height: 100%;
	  min-height: 100vh;
	}
}
  
body {
background-color: #fff;
font-family: 'Noto Sans JP',"メイリオ", Meiryo,"ＭＳ Ｐゴシック",Verdana, sans-serif;
font-size: 17px;
font-size: 1.7rem;
line-height: 1.6;
color: #3d3d3d;
-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
height: 100%;
}

@media (min-width: 980px) {
	.pc_d {
		display: none;
	}
}
@media (max-width: 979px) {
	.sp_d {
		display: none;
	}
}

/* --- .fv_conts --- */
.fv_conts .gheader_logo img {
	filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.9));
}
.fv_conts h1 {
	background: rgba(64,64,64,0.52);
	color: #fff;
	font-weight: normal;
}
@media (min-width: 980px) {
	.fv_conts {
		background: url("../images/fv_pc.jpg") no-repeat center top;
		background-size: cover;
		padding: 0 0 7.5vw;
		min-height: 35vw;
	}
	.fv_conts .gheader_logo {
		width: 180px;
		margin: 0 0 10vw 40px;
	}
	.fv_conts h1 {
		padding: 32px 40px;
		width: 900px;
		font-size: 3.4rem;
		line-height: 1.6;
	}	
}
@media (max-width: 979px) {
	.fv_conts {
		background: url("../images/fv_sp.jpg") no-repeat center top;
		background-size: cover;
		padding: 0 0 10vw;
	}
	.fv_conts .gheader_logo {
		width: 110px;
		margin: 0 0 12vw 10px;
	}
	.fv_conts h1 {
		padding: 32px 10px;
		width: 94%;
		font-size: 2.3rem;
		line-height: 1.5;
	}
}

/* --- .contents --- */
@media (min-width: 980px) {
	.contents {
		min-width: 70%;
		max-width: 1300px;
		margin: 0 auto;
		padding: 7vw 5vw 0;
	}
}

@media (max-width: 979px) {
	.contents {
		padding: 7vw 0 0;
	}
}

/* --- .lead_sec --- */
.lead_sec .txt {
	font-weight: 500;
}
@media (min-width: 980px) {
	.lead_sec {
		display: flex;
		justify-content: center;
		margin-bottom: 8vw;
	}
	.lead_sec .txt {
		width: 580px;
		padding: 110px 30px 0 0;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.lead_sec .pic {
		width: 540px;
		flex-shrink: 0;
	}
}
@media (max-width: 979px) {
	.lead_sec {
		margin: 0 auto 12vw;
		width: 85%;
	}
	.lead_sec .txt {
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 0 0 3vw;
	}
	.lead_sec .pic iframe {
		width: 100%;
		margin: 0 auto;
	}
}

/* --- .sec_color --- */
.sec_color h2 {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.sec_color h2 span {
	color: #835B2D;
}
@media (min-width: 980px) {
	.sec_color {
		margin-bottom: 8vw;
	}
	.sec_color h2 {
		font-size: 3.6rem;
		padding: 0 0 5vw;
		width: 900px;
	}
	.sec_color h2::after {
		content: url("../images/title_line.svg");
	}
	.sec_color .color_block {
		display: flex;
		justify-content: center;
	}
	.sec_color .color_block .pic {
		width: 600px;
		flex-shrink: 0;
	}
	.sec_color .color_block .txt_box {
		width: 500px;
		margin: 60px 0 40px 100px;
		padding: 40px 40px 40px;
		background: #F6F6F6 url("../images/color_icon.png") no-repeat bottom 5% right 5%;
		background-size: 260px;
	}
	.sec_color .color_block .txt_box .txt {
		line-height: 1.7;
		font-size: 1.7rem;
	}
}
@media (max-width: 979px) {
	.sec_color {
		margin-bottom: 12vw;
	}
	.sec_color h2 {
		font-size: 2.4rem;
		padding: 0 0 5vw;
		width: 94%;
		margin-bottom: 7vw;
	}
	.sec_color h2::after {
		position: absolute;
		content: "";
		background: url("../images/title_line.svg") no-repeat;
		background-size: 100%;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 13px;
	}
	.sec_color .color_block {
		background: #F6F6F6 url("../images/color_icon.png") no-repeat bottom 2% right 2%;
		background-size: 44vw;
		padding: 4vw 0 6vw;
	}
	.sec_color .color_block .pic {
		background-color: #fff;
		width: 90%;
		margin: 0 auto 4vw;
	}
	.sec_color .color_block .txt_box .txt {
		line-height: 1.7;
		font-size: 1.6rem;
		width: 90%;
		margin: 0 auto 5vw;
	}
}

/* --- .sec_reason --- */
.sec_reason h2 {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.sec_reason h2 span {
	color: #835B2D;
}
@media (min-width: 980px) {
	.sec_reason {
		margin-bottom: 8vw;
	}
	.sec_reason h2 {
		font-size: 3.6rem;
		padding: 0 0 5vw;
		width: 900px;
	}
	.sec_reason h2::after {
		content: url("../images/title_line.svg");
	}
	.sec_reason .reason_block {
		display: flex;
		justify-content: center;
	}
	.sec_reason .reason_block .pic {
		width: 520px;
		flex-shrink: 0;
	}
	.sec_reason .reason_block .txt_box {
		width: 510px;
		margin: 30px 100px 30px 0;
		padding: 70px 40px 50px;
		background: #F6F6F6 url("../images/reason_icon.png") no-repeat bottom 2% right 3%;
		background-size: 130px;
	}
	.sec_reason .reason_block .txt_box .txt {
		line-height: 1.7;
		font-size: 1.7rem;
	}
}
@media (max-width: 979px) {
	.sec_reason {
		margin-bottom: 12vw;
	}
	.sec_reason h2 {
		font-size: 2.4rem;
		padding: 0 0 5vw;
		width: 94%;
		margin-bottom: 7vw;
	}
	.sec_reason h2::after {
		position: absolute;
		content: "";
		background: url("../images/title_line.svg") no-repeat;
		background-size: 100%;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 13px;
	}
	.sec_reason .reason_block {
		background: #F6F6F6 url("../images/reason_icon.png") no-repeat bottom 2% right 3%;
		background-size: 27vw;
		padding: 4vw 0 6vw;
		display: flex;
		flex-direction: column-reverse;
	}
	.sec_reason .reason_block .pic {
		width: 90%;
		margin: 0 auto 4vw;
	}
	.sec_reason .reason_block .txt_box .txt {
		line-height: 1.7;
		font-size: 1.6rem;
		width: 90%;
		margin: 0 auto 4vw;
	}
}


/* --- .sec_point --- */
.sec_point h2 {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.sec_point h2 span {
	color: #835B2D;
}
.sec_point .step_block .step_box {
	background-color: #835B2D;
}
.sec_point .step_block .step_box .txt {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3";
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.sec_point .step_area .step_txt .ico {
	border: 1px solid #835B2D;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3";
	font-weight: bold;
	color: #835B2D;
	border-radius: 5px;
}
.sec_point .step_area .step_txt .txt span {
	font-weight: bold;
}
.sec_point .step_area.s2 .pic a {
	display: inline-block;
}
.sec_point .step_area.s2 .pic a:hover {
	border: 3px solid #835B2D;
	cursor: pointer;
}
@media (min-width: 980px) {
	.sec_point {
		margin-bottom: 8vw;
	}
	.sec_point h2 {
		font-size: 3.6rem;
		padding: 0 0 5vw;
		width: 900px;
	}
	.sec_point h2::after {
		content: url("../images/title_line.svg");
	}
	.sec_point .lead {
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.8;
		margin-bottom: 3vw;
	}
	.sec_point .step_block {
		display: flex;
		justify-content: space-around;
		margin-bottom: 7vw;
	}
	.sec_point .step_block .step_box {
		width: 350px;
		border-radius: 4px;
		padding: 6px;
	}
	.sec_point .step_block .step_box .ico {
		width: 200px;
	}
	.sec_point .step_block .step_box .txt {
		padding: 30px 0 50px;
		font-size: 2.1rem;
		line-height: 1.6;
	}
	.sec_point .step_area {
		display: flex;
		justify-content: center;
		margin-bottom: 6vw;
	}
	.sec_point .step_area .step_txt {
		width: 580px;
		margin: 0 50px 0 0;
	}
	.sec_point .step_area .step_txt .ico {
		width: 100px;
		padding: 2px 2px 4px;
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	.sec_point .step_area .step_txt h3 {
		font-size: 2.6rem;
		padding: 48px 0px 30px 0;
		margin: -48px 0 12px 0;

	}
	.sec_point .step_area .step_txt .s1 {
		background: url("../images/step1_icon.png") no-repeat 360px 0px;
		background-size: 50px;
	}
	.sec_point .step_area .step_txt .txt {
		font-size: 1.7rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.sec_point .step_area .pic {
		width: 540px;
		flex-shrink: 0;
	}
	.sec_point .step_area.s2 .step_txt .s2 {
		background: url("../images/step2_icon.png") no-repeat 507px 9px;
		background-size: 70px;
	}
	.sec_point .step_area.s2 .step_txt {
		margin: 70px 50px 0 0;
		width: 590px;
	}
	.sec_point .step_area.s2 .pic {
		width: 450px;
	}
	.sec_point .step_area.s3 .step_txt .s3 {
		background: url("../images/step3_icon.png") no-repeat 456px 19px;
		background-size: 76px;
	}
	.sec_point .step_area.s3 .pic {
		width: 500px;
	}
}
@media (max-width: 979px) {
	.sec_point {
		margin-bottom: 12vw;
	}
	.sec_point h2 {
		font-size: 2.4rem;
		padding: 0 0 5vw;
		width: 94%;
		margin-bottom: 7vw;
	}
	.sec_point h2::after {
		position: absolute;
		content: "";
		background: url("../images/title_line.svg") no-repeat;
		background-size: 100%;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 13px;
	}
	.sec_point .lead {
		width: 90%;
		margin: 0 auto 3vw;
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.7;
	}
	.sec_point .step_block {
		width: 90%;
		margin: 0 auto 7vw;
	}
	.sec_point .step_block .step_box {
		border-radius: 6px;
		padding: 6px;
		margin-bottom: 3vw;
		min-height: 130px;
	}
	.sec_point .step_block .step_box .ico {
		width: 40vw;
	}
	.sec_point .step_block .step_box .txt {
		padding: 0 0 13px;
		font-size: 2.1rem;
		line-height: 1.6;
		margin-top: 1vw;
	}
	.sec_point .step_block .step_box:nth-child(2) .txt {
		margin-top: -2vw;
	}
	.sec_point .step_area {
		width: 90%;
		margin: 0 auto 8vw;
	}
	.sec_point .step_area .step_txt .ico {
		width: 82px;
		padding: 2px 2px 4px;
		font-size: 2rem;
		margin-bottom: 7px;
	}
	.sec_point .step_area .step_txt h3 {
		font-size: 2.3rem;
		padding: 48px 0px 30px 0;
		margin: -44px 0 -7px 0;
	}
	.sec_point .step_area .step_txt .s1 {
		background: url("../images/step1_icon.png") no-repeat right 2% top 2%;
		background-size: 50px;
	}
	.sec_point .step_area .step_txt .txt {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.sec_point .step_area.s2 .step_txt .s2 {
		background: url("../images/step2_icon.png") no-repeat right 5% top 39%;
		background-size: 80px;
	}
	.sec_point .step_area.s3 .step_txt .s3 {
		background: url("../images/step3_icon.png") no-repeat right 1% top 10%;
		background-size: 76px;
	}
}



/* --- .sec_coorde --- */
.sec_corde h2 {
	text-align: center;
	margin: 0 auto 2vw;
	position: relative;
}
.sec_corde h2::after {
	position: absolute;
	content: "";
	background: url("../images/title_line_02.svg") no-repeat;
	left: 0;
	bottom: 0;
	width: 100%;
}
.sec_corde .corde_block .corde_box .txt span {
	font-weight: bold;
	line-height: 2;
	font-size: 1.8rem;
	background-color: #ebe1dc;
	padding: 0 10px;
}
@media (min-width: 980px) {
	.sec_corde {
		margin-bottom: 8vw;
		border: 1px solid #3d3d3d;
		padding: 70px 20px 0px;
		position: relative;
	}
	.sec_corde::before {
		position: absolute;
		content: "";
		background: url("../images/corde_icon.png") no-repeat;
		background-size: 90%;
		left: 100px;
		top: -23px;
		width: 100px;
		height: 100%;
	}
	.sec_corde h2 {
		font-size: 3.6rem;
		margin: 0 auto 2vw;
		padding-bottom: 22px;
		width: 58%;
	}
	.sec_corde h2::after {
		height: 10px;
	}
	.sec_corde .lead {
		font-size: 1.8rem;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 5vw;
	}
	.sec_corde .corde_block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.sec_corde .corde_block .corde_box {
		width: 490px;
		margin: 0 0 70px;
	}
	.sec_corde .corde_block .corde_box .txt {
		text-align: center;
		line-height: 1.6;
		padding-top: 4px;
	}
}
@media (max-width: 979px) {
	.sec_corde {
		border-top: 1px solid #3d3d3d;
		border-bottom: 1px solid #3d3d3d;
		padding: 20px 15px 30px;
		position: relative;
	}
	.sec_corde::before {
		position: absolute;
		content: "";
		background: url("../images/corde_icon.png") no-repeat;
		background-size: 42%;
		left: 7px;
		top: -10px;
		width: 100px;
		height: 100%;
	}
	.sec_corde h2 {
		font-size: 2.3rem;
		margin: 0 auto 2vw;
		padding-bottom: 24px;
		width: 93%;
	}
	.sec_corde h2::after {
		height: 16px;
	}
	.sec_corde .lead {
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 3vw;
	}
	.sec_corde .corde_block .corde_box {
		width: 90%;
		margin: 0 auto 5vw;
	}
	.sec_corde .corde_block .corde_box .txt {
		text-align: center;
		line-height: 1.6;
		padding-top: 4px;
		font-size: 1.6rem;
	}
}


/* --- .sec_puzzle --- */
.sec_puzzle {
	position: relative;
}
.sec_puzzle .puzzle_block.s2 {
	position: relative;
}
.sec_puzzle h2 {
	text-align: center;
	position: relative;
}
.sec_puzzle h2::after {
	position: absolute;
	content: "";
	background: url("../images/title_line_02.svg") no-repeat;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
}
.sec_puzzle .puzzle_block .puzzle_txt h3 {
	border: 1px solid #000;
	display: inline-block;
}
.sec_puzzle .puzzle_block .puzzle_txt .button {
	margin: 0 auto;
	text-align: center;
}
.sec_puzzle .puzzle_block .puzzle_txt .button a {
	background-color: #906D51;
	transition: 0.3s ease-in-out;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.sec_puzzle .puzzle_block .puzzle_txt .button a:hover {
	background-color: #6b4f3a;
}
@media (min-width: 980px) {
	.sec_puzzle {
		background-color: #EEDCB3;
		margin-bottom: 6vw;
		padding: 70px 80px 10px;
	}
	.sec_puzzle::before {
		position: absolute;
		content: "";
		background: url("../images/puzzle_icon01.png") no-repeat;
		background-size: 88%;
		top: 0px;
		right: 43px;
		width: 100px;
		height: 100%;
	}
	.sec_puzzle .puzzle_block.s2::after {
		position: absolute;
		content: "";
		background: url("../images/puzzle_icon02.png") no-repeat;
		background-size: 100%;
		left: -40px;
		top: 270px;
		width: 100px;
		height: 100%;
	}
	.sec_puzzle h2 {
		font-size: 3rem;
		padding-bottom: 22px;
		width: 78%;
		margin: 0 auto 4vw;
	}
	.sec_puzzle .lead {
		font-size: 1.8rem;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 5vw;
	}
	.sec_puzzle .puzzle_block {
		display: flex;
		justify-content: space-around;
		margin-bottom: 5vw;
	}
	.sec_puzzle .puzzle_block .puzzle_pic {
		width: 400px;
		flex-shrink: 0;
	}
	.sec_puzzle .puzzle_block .puzzle_txt {
		width: 600px;
		margin: 15px 0 0 50px;
		text-align: center;
	}
	.sec_puzzle .puzzle_block .puzzle_txt .txt {
		line-height: 1.7;
		margin-bottom: 4vw;
		text-align: left;
	}
	.sec_puzzle .puzzle_block .puzzle_txt h3 {
		padding: 17px 0;
		font-size: 2rem;
		margin-bottom: 15px;
		width: 350px;
	}
	.sec_puzzle .puzzle_block .puzzle_txt .button a {
		width: 410px;
		padding: 20px 10px;
		font-size: 2rem;
	}
	.sec_puzzle .puzzle_block.s2 .puzzle_txt {
		margin: 15px 50px 0 0;
	}
	.sec_puzzle .puzzle_block.s2 .puzzle_txt .txt {
		margin-bottom: 2.5vw;
	}
	.sec_puzzle .puzzle_block.s2 .puzzle_pic {
		width: 370px;
	}
}
@media (max-width: 979px) {
	.sec_puzzle {
		margin-bottom: 12vw;
		background: #EEDCB3 url("../images/puzzle_icon01.png") no-repeat top 0% right 1%;
		background-size: 14%;
	}
	
	.sec_puzzle h2 {
		font-size: 2.3rem;
		padding: 40px 0 17px;
		width: 85%;
		margin: 0 auto 3vw;
	}
	.sec_puzzle .lead {
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: left;
		margin: 0 auto 5vw;
		width: 90%;
	}
	.sec_puzzle .puzzle_block {
		margin: 0 auto 5vw;
		width: 90%;
	}
	.sec_puzzle .puzzle_block .puzzle_pic {
		margin-bottom: 2vw;
	}
	.sec_puzzle .puzzle_block .puzzle_txt {
		text-align: center;
	}
	.sec_puzzle .puzzle_block .puzzle_txt h3 {
		padding: 5px 10px;
		font-size: 1.8rem;
		margin-bottom: 5px;
		width: 100%;
	}
	.sec_puzzle .puzzle_block .puzzle_txt .txt {
		line-height: 1.6;
		font-size: 1.6rem;
		margin-bottom: 24px;
		text-align: left;
	}
	.sec_puzzle .puzzle_block .puzzle_txt .button {
		margin-bottom: 46px;
	}
	.sec_puzzle .puzzle_block .puzzle_txt .button a {
		width: 70%;
		padding: 16px 10px;
		font-size: 1.8rem;
	}
	.sec_puzzle .puzzle_block.s2 {
		display: flex;
		flex-direction: column-reverse;
	}
	.sec_puzzle .puzzle_block.s2::after {
		position: absolute;
		content: "";
		background: url("../images/puzzle_icon02.png") no-repeat bottom 0.5% left 0%;
		background-size: 60%;
		width: 100px;
		height: 100%;
	}
	.sec_puzzle .puzzle_block.s2 .puzzle_txt .button {
		margin-bottom: 66px;
	}
}

/* --- .sec_summary --- */
.sec_summary .lead {
	text-align: center;
	font-weight: 500;
}
.sec_summary .btn_box a {
	background-color: #906D53;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	text-decoration: none;
}
.sec_summary .btn_box a::after {
	content: "";
	position: absolute;
	bottom: 0;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	transform: translateY(-50%) rotate(45deg);
}
.sec_summary .btn_box a:hover {
	background-color: #6b4f3a;
}
@media (min-width: 980px) {
	.sec_summary {
		margin-bottom: 7vw;
	}
	.sec_summary .lead {
		line-height: 1.7;
		font-size: 1.9rem;
		margin-bottom: 3vw;
	}
	.sec_summary .btn_box a {
		max-width: 620px;
		padding: 23px 70px 23px 30px;
		font-size: 2.5rem;
	}
	.sec_summary .btn_box a::after {
		right: 10rem;
		width: 16px;
		height: 16px;
		top: 53%;
		border-top: solid 4px currentColor;
		border-right: solid 4px currentColor;
	}
	.sec_summary .btn_box a:hover::after {
		right: 8.5rem;
	}
	
}

@media (max-width: 979px) {
	.sec_summary {
		width: 90%;
		margin: 0 auto 13vw;
	}
	.sec_summary .lead {
		line-height: 1.6;
		font-size: 1.8rem;
		margin-bottom: 7vw;
	}
	.sec_summary .btn_box a {
		max-width: 100%;
		padding: 23px 15px 23px 0px;
		font-size: 1.9rem;
	}
	.sec_summary .btn_box a::after {
		right: 2.2rem;
		width: 12px;
		height: 12px;
		top: 52%;
		border-top: solid 3px currentColor;
		border-right: solid 3px currentColor;
	}
	.sec_summary .btn_box a:hover::after {
		right: 2.7rem;
	}

}

/* --- .about --- */
.about {
	padding: 80px 40px 100px;
	background-color: #fbf4e3;
	background-image: url(../images/bg_about_pc.png);
	background-size: 1309px auto;
	background-position: center;
	background-repeat: no-repeat;
	color: #412c00;
}
@media (max-width: 992px) {
    .about {
      padding: 140px 20px 180px;
      background-image: url("../images/bg_about_top_sp.png"), url("../images/bg_about_bottom_sp.png");
      background-size: 242px auto, 209px auto;
      background-position: top 40px center, bottom 40px center;
      background-repeat: no-repeat;
	}
}
.about h2 {
    margin-bottom: 60px;
    font-size: 3.2rem;
	line-height: 1.7;
	text-align: center;
}
@media (max-width: 992px) {
	.about h2 {
	margin-bottom: 30px;
	font-size: 2.2rem;
	}
}
.about p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 2.3;
	font-weight: 500;
}
@media (max-width: 992px) {
	.about p {
	text-align: left;
	font-size: 1.6rem;
	}
}

/* --- .sec_credit --- */
@media (min-width: 980px) {
	.sec_credit {
		min-width: 70%;
		max-width: 1300px;
		margin: 0 auto;
		padding: 1vw 5vw 1vw;
	}
	.sec_credit .credit {
		font-size: 1.4rem;
		font-weight: 500;
	}
}
@media (max-width: 979px) {
	.sec_credit {
		width: 90%;
		margin: 3vw auto 2vw;
	}
	.sec_credit .credit {
		font-size: 1.2rem;
		font-weight: 500;
	}
}


/* --- #footer --- */
#footer {
	padding: 20px 0;
}
#footer .copyright {
	text-align: center;
	font-size: 1.3rem;
	color: #979797;
}

@media (min-width: 980px) {
	.modaal-image .modaal-container {
		height: auto;
		width: 60% !important;
		max-width: 60% !important;
	}
}

@media (max-width: 979px) {
	.modaal-image .modaal-container {
		height: auto;
		width: 100% !important;
		max-width: 100% !important;
	}
}


