﻿@charset "utf-8";

/* -----------------------------------------------------------
    sitemap
-------------------------------------------------------------- */

#sitemap .breadcrumbs {
	max-width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

#sitemap .bread-h1-wrap {
	padding-bottom: 20px;
}

#sitemap .h1-area {
	max-width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

#sitemap .sitemap-wrap {
	background: #f6f6f6;
	padding: 30px 0;
}

#sitemap .sitemap-wrap > .inner {
	max-width: 1100px;
	min-width: 1100px;
	margin: 20px auto 30px auto;
	padding: 0;
}

#sitemap .sitemap-top {
	margin: 40px 0 50px 0;
	display: flex;
	justify-content: space-between;
}

#sitemap .sitemap-top-inner {
	width: 48%;
}

#sitemap .sitemap-top-list {
	display: flex;
	flex-wrap: wrap;
}

#sitemap .sitemap-top-header {
	width: 100%;
}

#sitemap .sitemap-top-header a {
	display: block;
	border: #ddd solid 1px;
	background: #fff;
	width: 100%;
	padding: 20px 26px;
	position: relative;
}

#sitemap .sitemap-top-header a::before {
	background: url(../img/cmn-arrow-red.png)center center/contain no-repeat;
	content: "";
	position: absolute;
	right: 15px;
	top: 23px;
	height: 12px;
	width: 6px;
	z-index: 1;
}

#sitemap .sitemap-top-header a:hover {
	background: #8d363b;
	border-color: #8d363b;
	color: #fff;
}

#sitemap .sitemap-top-header a:hover::before {
	background-image: url(../img/cmn-arrow-white.png);
}

#sitemap .sitemap-top-item {
	margin: 25px 0 0 0;
	padding: 0 0 0 35px;
	position: relative;
	width: 50%;
}

#sitemap .sitemap-top-item::before {
	color: #8d363b;
	content: "ー";
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 12px;
}

#sitemap .sitemap-top-item a:hover {
	color: #b6474e;
}

#sitemap .sitemap-btm {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#sitemap .sitemap-btm.inner {
	width: 1100px;
}

#sitemap .sitemap-btm-item {
	width: calc( ( 100% - 62px ) / 3);
	margin: 0 30px 20px 0;
}

#sitemap .sitemap-btm-item:nth-of-type(3n) {
	margin: 0 0 20px 0;
}

#sitemap .sitemap-btm-item a {
	display: block;
	background: #fff;
	border: #ccc solid 1px;
	width: 100%;
	padding: 20px 26px;
	position: relative;
}

#sitemap .sitemap-btm-item a::before {
	content: "";
    background: url("../img/arrw.png") center/cover, no-repeat;
	position: absolute;
    width: 35px;
    height: 7px;
	right: 15px;
	top: 23px;
}

#sitemap .sitemap-btm-item a:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}

#sitemap .ft-contact-area {
	margin: 50px 0 0 0;
}

#sitemap .top-links {
	position: relative;
	margin-bottom: 20px;
}

#sitemap .top-links i {
	color: #e01323;
	margin: 0 3px 0 0;
}

.sitemap-split  {
	background: #fff;
	padding: 20px 26px;
	border: #ccc solid 1px;
}

.split-sublist {
	display: flex;
	align-items: center;
}

.split-sublist li {
	margin: 0 40px 0 0;
}

.split-sublist a {
	position: relative;
	padding: 0 0 0 22px;
}

.split-sublist a::before {
	color: #ea4451;
	content: "ー";
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
}

.split-item {
	margin: 0 0 20px;
}

.split-item a{
	position: relative;
}

.split-item a::before {
	content: "";
	background: url("../img/arrw.png") center/cover, no-repeat;
	position: absolute;
	width: 35px;
	height: 7px;
	right: -45px;
	top: 7px;
}

@media screen and (max-width: 768px){
	
	.sitemap-split {
		width: calc( 100% - 40px );
		margin: 0 auto;
		padding: 20px 26px 0;
	}
	
	.split-sublist {
		display: block;
	}
	
	.split-sublist li {
		margin: 0 0 25px 0;
	}

	#sitemap .breadcrumbs {
		max-width: 100%;
		min-width: 100%;
		padding-bottom: 0;
	}
	
	#sitemap .underttl-area .underttl-txt {
		padding: 0;
	}

	#sitemap .h1-area {
		max-width: 100%;
		min-width: 100%;
	}
	
	#sitemap .sitemap-wrap {
		padding: 30px 0;
	}
	
	#sitemap .sitemap-wrap > .inner {
		max-width: 100%;
		min-width: 100%;
		padding: 10px 20px 0 20px;
		margin: 0 auto 25px auto;
	}
	
	#sitemap .sitemap-top {
		display: block;
		margin: 25px 0 35px 0;
	}
	
	#sitemap .sitemap-top-item {
		width: 100%;
	}
	
	#sitemap .sitemap-top-inner {
		width: 100%;
	}
	
	#sitemap .sitemap-top-inner:nth-of-type(2) {
		margin: 35px 0 0 0;
	}
	
	#sitemap .sitemap-top-header a {
		padding: 15px;
	}
	
	#sitemap .sitemap-top-header a::before {
		right: 10px;
		top: 17px;
	}

	#sitemap .sitemap-top-header a:hover {
		box-shadow: none;
	}
	
	#sitemap .sitemap-btm.inner {
		width: 100%;
	}
	
	#sitemap .sitemap-btm {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	#sitemap .sitemap-btm-item {
		width: 100%;
		margin: 0 0 15px 0;
	}

	#sitemap .sitemap-btm-item:nth-of-type(3n) {
		margin: 0 0 10px 0;
	}

	#sitemap .sitemap-btm-item a {
		padding: 14px 15px 16px 15px;
	}

	#sitemap .sitemap-btm-item a::before {
		right: 10px;
		top: 15px;
	}

	#sitemap .sitemap-btm-item a:hover {
		box-shadow: none;
	}
	
	#sitemap .ft-contact-area {
		margin: 0;
	}
	
	#sitemap .top-links::before {
		top: 7px;
	}
	
}