@charset "utf-8";
/*////////////////////////////////////
font
////////////////////////////////////*/
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: "Noto Serif HK", serif;
font-family: "Kiwi Maru", serif;
font-family: "Zen Kaku Gothic New", sans-serif;
*/


/*////////////////////////////////////
access_header
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#under_header_access_area{
	background-color: rgba(160,178,148,0.2);
}

#under_header_access_subtitle::before{
  	color: rgba(160,178,148,1.00);
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_header_access_area{
	background-color: rgba(160,178,148,0.2);
}

#under_header_access_subtitle::before{
  	color: rgba(160,178,148,1.00);
}
}


/*////////////////////////////////////
access_area
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#access_area{
	background-color: rgba(160,178,148,0.2);
    background-image: linear-gradient(rgba(160,178,148,0.5), rgba(160,178,148,0.5)),url(../img/noise3.png);
}

#access_place{
	position: relative;
	width: 100%;
	padding-top: 30px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

#access_place_left{
	position: relative;
	width: 46%;
	margin-right: 4%;
}

#access_place_right{
	position: relative;
	width: 48%;
	padding: 20px 0;
}

#access_place_right i{
	margin-right: 6px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#access_area{
	background-color: rgba(160,178,148,0.2);
   	background-image: linear-gradient(rgba(160,178,148,0.5), rgba(160,178,148,0.5)),url(../img/noise3.png);
}

#access_place{
	position: relative;
	width: 100%;
	padding-top: 30px;
}

#access_place_left{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

#access_place_right{
	position: relative;
	width: 100%;
}

#access_place_right i{
	margin-right: 6px;
}
}