@charset "utf-8";

/* CSS Document */
/*ページ全体*/
body,
h1,
h2,
h3,
nav,
ul,
li,
p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

.top_page {
	background-color: #fffdf7;
	padding-bottom: 100px;
	padding: 0 10px;
}

/*ヘッダー*/
.header_container {
	width: 100%;
	height: 100px;
	background-color: #876d31;
	text-align: center;
}

.drawer {
	height: 100px;
}

.drawer img {
	width: 145px;
	height: 100px;
}

.drawer a:hover {
	opacity: 0.5;
}

.main_nav {
	margin-top: 10px;
}

.main_nav ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.main_nav ul li {
	border-left: solid 1px #876d31;
}

.main_nav ul li a {
	padding-left: 10px;
	text-decoration: none;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #876d31;
	font-weight: bold;
	font-size: 20px;
}

.main_nav ul li a:hover {
	text-decoration: underline;
	opacity: 0.5;
}

/*トップ画像とキャッチコピー*/
.top_contents {
	height: 500px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.catch h1 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #876d31;
	padding-right: 90px;
	animation: fadeIn 5s;
}

#slide_image {
	width: 500px;
	height: 333px;
	border-radius: 20%;
}

/*ここから買取方法（メイン）*/
.main_column {
	width: 1000px;
	margin: 0 auto;
}

.contents_ttl {
	margin: 100px auto 0;
	width: 90%;
	border-left: 15px solid #876d31;
	border-bottom: dashed 1px #876d31;
	padding-left: 10px;
	color: #876d31;
}

.main_contents {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px 10%;
}

.contents_catch {
	color: #876d31;
}

.contents_txt {
	margin-top: 25px;
	color: #876d31;
}

.contents_btn {
	text-decoration: none;
}

.contents_btn_txt {
	background-color: #b79546;
	border-radius: 15px;
	text-align: center;
	align-content: center;
	height: 40px;
	width: fit-content;
	padding: 0 100px;
	color: #ffffff;
	text-decoration: none;
	margin: 50px auto 0;
}

.contents_image img {
	width: 400px;
	height: 280px;
	border-radius: 40px;
}

.contents_image2 img {
	width: 400px;
	height: 280px;
	border-radius: 40px;
}

/*ここから買取の流れ（メイン）*/
.main_contents2 {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px 30px;
}

.kaitori_contents_box {
	border: 1px solid #876d31;
	border-radius: 10px;
	padding: 10px;
	width: 380px;
}

.kaitori_ttl1,
.kaitori_ttl2,
.kaitori_ttl3,
.kaitori_ttl4 {
	text-align: center;
	width: fit-content;
	align-items: center;
	height: 35px;
	padding: 0 30px;
	margin: 0 auto;
	background-color: #876d31;
	border-radius: 10px;
	color: #ffffff;
	box-sizing: border-box;

}

.kaitori_ttl1 h3,
.kaitori_ttl2 h3,
.kaitori_ttl3 h3,
.kaitori_ttl4 h3 {
	display: inline-block;
	vertical-align: middle;
}

.kaitori_ttl1::before {
	content: "";
	background-image: url("../img/icon1.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.kaitori_ttl2::before {
	content: "";
	background-image: url("../img/icon2.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.kaitori_ttl3::before {
	content: "";
	background-image: url("../img/icon3.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.kaitori_txt_box {
	border: 1px solid #876d31;
	border-radius: 10px;
	color: #876d31;
	margin: 20px auto;
	padding: 10px;
	width: 76%;
}

.triangle {
	background-color: #876d31;
	margin: 0px auto;
	width: 30px;
	height: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.kaitori_txt_box_satei {
	color: #876d31;
	margin: 20px auto 20px;
	padding: 10px;
	width: 76%;
	font-weight: bold;
}

/*ここから、店舗情報*/
.main_contents3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px 5%;
}

.shop_image img {
	width: 470px;
	height: 350px;
	border-radius: 40px;
}

.shop_txt h3 {
	font-size: 27px;
	color: #876d31;
}

.shop_txt p {
	margin: 20px 0;
	color: #876d31;
}

.access_map {
	margin: 30px auto 0;
}

.access_map iframe {
	width: 100%;
	padding-bottom: 30px;
}

/*ここからフッター*/
.footer_container {
	width: 100%;
	height: auto;
	background-color: #876d31;
	text-align: center;
}

.sub_nav {
	padding-top: 30px;
}

.sub_nav ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.sub_nav ul li {
	border-left: solid 1px #876d31;
}

.sub_nav ul li a {
	text-decoration: none;
	font-size: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #ffffff;
}

.sub_nav ul li a:hover {
	text-decoration: underline;
	opacity: 0.5;
}

.footer_txt p {
	color: #ffffff;
	margin-top: 20px;
}

.footer_txt p:last-child {
	margin-top: 30px;
	padding-bottom: 20px;
}

.fade_item {
	opacity: 0;
	transition: all 1s;
	transform: translateY(150px);
	visibility: hidden;
}

.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.is-fade {
	opacity: 1;
}

.ps_only {
	display: block;
}

.back_top_btn img {
	position: fixed;
	z-index: 999999;
	width: 100px;
	bottom: 0;
	right: 0;
	opacity: 0.8;
}

.back_top_btn img:hover {
	opacity: 1;
	cursor: pointer;
}
/*ここからアニメーション*/
/*トップのキャッチコピーのフェードイン*/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*レスポンシブ（タブレット）*/
@media screen and (max-width: 1000px) {
	.main_column {
		width: 100%;
	}

	.top_contents {
		margin: 0;
		flex-direction: column-reverse;
		height: auto;
	}

	#slide_image {
		width: 100%;
		height: auto;
		border-radius: unset;
		z-index: 1;
	}

	.top_contents .catch h1 {
		margin-top: 30px;
		padding: 0;
		font-size: 27px;
	}

	.main_contents,
	.main_contents2,
	.main_contents3 {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}

	.contents_ttl {
		margin: 70px auto 0;
		width: 90%;
	}

	.change_odr {
		order: 1;
	}

	.contents_image2 {
		order: 2;
	}

	.ps_only {
		display: none;
	}

	.toggle {
		position: absolute;
		top: 20px;
		right: 16px;
		margin: 18px 10px 0 0;
	}

	.toggle:hover {
		cursor: pointer;
	}

	.toggle span {
		display: block;
		position: relative;
		height: 2px;
		width: 30px;
		background-color: #ffffff;
		z-index: 9999;
		transition: 0.5s;
	}

	.toggle span:nth-child(2) {
		margin: 8px 0;
	}

	.toggle.open span:nth-child(1) {
		top: 10px;
		transform: rotate(45deg);
	}

	.toggle.open span:nth-child(2) {
		opacity: 0;
	}

	.toggle.open span:nth-child(3) {
		top: -10px;
		transform: rotate(-45deg);
	}

	.drawer {
		z-index: 9999;
	}

	.main_nav {
		margin: 0;
	}

	.main_nav ul {
		display: block;
	}

	.main_nav {
		transform: translateY(100%);
		transition: 0.5s;
		opacity: 0;
	}

	.main_nav.open {
		opacity: 1;
		width: 100%;
		transform: translateY(0);
		background-color: #876d31;
		z-index: 9999;
	}

	.main_nav.open ul li a {
		color: #ffffff;
	}

	.access_map iframe {
		height: 300px;
	}
}

@media screen and (max-width: 480px) {
	.main_column {
		width: 90%;
	}
	.top_contents .catch h1 {
		margin-top: 30px;
		padding: 0 10%;
		font-size: 23px;
	}
	.contents_catch h2{
		font-size:19px;
	}
	.contents_ttl {
	margin: 30px auto 0;
	}
	.contents_image img,
	.contents_image2 img,
	.shop_image img {
		width: 100%;
		height: auto;
	}
	.main_contents3{
		width:100%;
	}
	.kaitori_contents_box {
		width: 90%;
	}
	.kaitori_ttl4 h3{
		font-size:14px;
		align-content: center;
	}
	.contents_btn_txt {
		margin:20px auto;
		padding: 0 50px;
	}
	.shop_txt h3{
		font-size: 20px;
	}
	.sub_nav ul li a {
		font-size: 14px;
	}
}