@charset "utf-8";
/* CSS Document */

/*********　サイトマップ　*********/

#sitemap{
	background: #f7f7f7;
	padding: 120px 0;
	margin-bottom: 100px
}
.sitemap{
	position: relative;
	text-align: center
}
.sitemap::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../img/sousyoku.png") no-repeat;
	width: 104px;
	height: 26px;
	top: -80px;
	right: 0;
	left: 0;
	margin: auto
}
.sitemap::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../img/sousyoku.png") no-repeat;
	width: 104px;
	height: 26px;
	bottom: -80px;
	right: 0;
	left: 0;
	margin: auto;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sitemap ul{
	width: 80%;
	margin: 0 auto;
	font-size: 0
}
.sitemap ul li{
	position: relative;
	display: inline-block;
	text-align: left;
	width: 48%;
}
.sitemap ul li:nth-child(odd){
	float: left
}
.sitemap ul li:nth-child(even){
	float: right
}
.sitemap ul li a{
	letter-spacing: 3px;
	position: relative;
	display: block;
	font-size: 17px;
	padding: 20px;
	border-bottom: solid 1px #E7E7E7;
}
.sitemap ul li a::before{
	transition: 0.5s;
	top: 0;
	left: 0;
	position: absolute;
	content: "";
	display: inline-block;
	height: 100%;
	border-bottom: solid 1px #d6be45;
	width: 0px;
}
.sitemap ul li a:hover{
	color: #B59D22;
	padding-left: 50px
}
.sitemap ul li a:hover::before{
	width: 100%
}
.sitemap ul li::before{
	transition: 1s;
	position: absolute;
	display: inline-block;
	content: "";
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 0;
	height: 0;
    border-top: 8px solid rgba(0,0,0,0);
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sitemap ul li:hover::before{
    border-top: 8px solid #d6be45;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
}

#map{
	width: 100%;
	height: 400px;
}
.g_map a{
	padding: 10px;
	color: #fff;
	letter-spacing: 5px;
}
.g_map a .mark{
	transition: all 0.2s;
	margin-left: 15px;
	vertical-align: baseline;
	margin-bottom: -3px;
	position: relative;
	display: inline-block;
	height: 13px;
	width: 13px;
	border: solid 1px #fff
}
.g_map a .mark::before{
	transition: all 0.2s;
	position: absolute;
	content: "";
	right: -13px;
	top: -1px;
	height: 18px;
	width: 18px;
	display: inline-block;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.g_map a .mark::after{
	transition: all 0.2s;
	position: absolute;
	content: "";
	right: -5px;
	top: -5px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff
}

.map{
	background: #44c69b
}
.map_address{
	display: inline-block;
	float: left;
	padding: 20px 30px;
	color: #fff
}
.g_map{
	padding: 20px 30px;
	display: inline-block;
	float: right;
}
.g_map a:hover{
	color: #FFFE82
}
.g_map a:hover .mark{
	border: solid 1px #FFFE82
}
.g_map a:hover .mark::before{
	border-top: solid 1px #FFFE82
}
.g_map a:hover .mark::after{
	border-top: solid 1px #FFFE82;
	border-right: solid 1px #FFFE82
}


/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){

/*********　サイトマップ　*********/

#sitemap{
	padding: 100px 0;
}
.sitemap::before{
	top: -60px;
}
.sitemap::after{
	bottom: -60px;
}
.sitemap ul{
	width: 90%;
}
.sitemap ul li{
	text-align: center;
	width: 100%;
}
.sitemap ul li a{
	letter-spacing: 2px;
	display: block;
	font-size: 15px;
	padding: 15px;
}
.sitemap ul li a:hover{
	color: #d6be45;
	padding-left: 15px
}
	
.sitemap ul li a::before, .sitemap ul li::before, .sitemap ul li a:hover::before, .sitemap ul li:hover::before{
	display: none
}
	
#map{
	height: 200px;
}
.g_map a{
	padding: 0;
	color: #fff;
	letter-spacing: 5px;
}

.map_address{
	float: none;
	padding: 10px 20px 20px;
	color: #fff
}
.g_map{
	display: block;
	text-align: center;
	padding: 0 20px 10px;
	float: none;
}

}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
}
@media  screen and (max-width: 321px){
}