@charset "utf-8";
/* CSS Document */

/*********　アクセス　*********/


#map{
	width: 100%;
	height: 500px;
	border-bottom: solid 1px #d6be45
}
.g_map a{
	color: #d6be45;
	letter-spacing: 3px;
}
.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 #d6be45
}
.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 #d6be45;
	-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 #d6be45;
	border-right: solid 1px #d6be45
}
.g_map{
	padding: 20px 0;
	display: block;
	text-align: right
}
.g_map a:hover{
	color: #aee561
}
.g_map a:hover .mark{
	border: solid 1px #aee561
}
.g_map a:hover .mark::before{
	border-top: solid 1px #aee561
}
.g_map a:hover .mark::after{
	border-top: solid 1px #aee561;
	border-right: solid 1px #aee561
}
.access .acc_add{
	padding: 5px 0;
	padding-left: 20px;
	border-left: solid 15px #44c69b;
	color: #44c69b;
	font-size: 18px;
	margin-bottom: 30px
}
.access .acc_acc{
	display: inline-block;
	width: 48%;
	border-left: solid 1px #d6be45
}
.access .acc_h{
	padding: 5px 0;
	padding-left: 20px;
	border-left: solid 15px #d6be45;
	color: #B59D22;
	font-size: 18px;
}
.access .acc_t{
	padding: 20px;
	padding-right: 0
}



/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){

/*********　あくせす　*********/


#map{
	height: 200px;
}
.access .acc_acc{
	display: inline-block;
	width: 48%;
	border-left: solid 1px #d6be45
}
.access .acc_acc{
	width: 100%;
	margin-bottom: 20px
}



}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
}
@media  screen and (max-width: 321px){
}