﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	font-family: 'Noto Sans JP', sans-serif;
}

.pc {display: block !important;}
.sp {display: none !important;}
@media screen and (max-width:750px) {
	.pc {display: none !important;}
	.sp {display: block !important;}
}

.img_w {
	width: 100%;
	height: auto;
}

#contents {
	padding: 0;
	background: url(../images/back_top_pc.png);
	overflow: hidden;

}
@media screen and (max-width:750px) {
	#contents {
		padding-top: 0;
		background: url(../images/back_top_sp.png);
		background-size: cover;
	}
}

.cont01 {
	position: relative;
	left: 50%;
	width: 1920px;
	height: 460px;
	margin-left: -960px;
	padding: 50px 0 110px;
	text-align: center;
	background: rgba(73,58,45,0.8);
	z-index: 10;
}
.cont01_inner {
	position: relative;
	max-width: 1300px;
	margin: auto;
}
.stert_btn {
	position: absolute;
	left: 607px;
	right: 0;
	bottom: -70px;
	width: 380px;
	margin: auto;
	text-align: center;
	opacity: 1;
	cursor: pointer;
}
.top_img {
	width: 1100px;
	margin: auto;
}
@media screen and (max-width:750px) {
	.cont01 {
		left: 0;
		width: 100%;
		min-height: 140vw;
		margin-left: 0;
		padding: 10vw 0 13vw;
	}
	.cont01_inner {
		max-width: 80%;
	}
	.stert_btn {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -25vw;
		width: 100%;
	}
	.top_img {
		width: 100%;
	}
}

.cont02 {
	position: relative;
	padding: 50px 0;
	text-align: center;
	z-index: 2000;
}
.cont02_inner {
	display: flex;
	justify-content: space-between;
	width: 70%;
	max-width: 1000px;
	margin: auto;
}
.banner {
	width: 345px;
	margin: 0 10px;
	background: #fff;
}
.banner a {
	display: block;
	opacity: 1;
	transition: 0.3s;
}
.banner a:hover {
	opacity: 0.5;
}
@media screen and (max-width:750px) {
	.cont02 {
		padding: 10vw 0;
		text-align: center;
	}
	.cont02_inner {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		width: 60%;
		max-width: 1000px;
		margin: auto;
	}
	.banner {
		width: 100%;
		margin: 0;
		background: #fff;
	}
	.banner:nth-of-type(1) {
		margin-bottom: 10vw;
	}
}

.footer {
	padding: 30px 0;
	background: #493A2D;
	text-align: center;
}
.footer p:nth-of-type(1)  {
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
.footer p:nth-of-type(2)  {
	font-size: 11px;
	color: #fff;
}

.footer .footer_cont p {
	font-size: 16px;
}
.footer_banner {
	display: flex;
	justify-content: space-between;
	width: 840px;
	margin: auto;
}
.footer_banner a {
	display: flex;
	align-items: center;
	height: 70px;
	margin: 20px 0 0;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: #fff;
}
@media screen and (max-width:750px) {
	.footer_banner {
		flex-direction: column;
		width: 70%;
		margin: 20px auto 0;
	}
	.footer_banner a {
		justify-content: center;
		margin: 0;
	}
	.footer_banner a:not(:first-of-type) {
		margin-top: 20px;
	}
}

.ret_btn {
	display: none;
}









