@charset "utf-8";

.location {
	background: url(../images/cont_bg2.jpg)
}
.location .main {
	text-align: center;
	position: relative;
}
.location .main .page_title {
	position: absolute;
	left: 0;
  right: 0;
  margin: auto;
	font-size: 50px;
	letter-spacing: 0.1em;
	color: #FFF;
	top: 30%;
	text-shadow: 0 0 6px #000000;
}
.location .main img {
	width:100%;
}

.life_map {
	line-height:1;
}
.life_map .tab_bt {
	width:1000px;
	margin:50px auto 20px;
}
.life_map .tab_bt:after {
	content:" ";
	display:block;
	clear:both;
}
.life_map .tab_bt li {
	float: left;
	width: 192px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	text-align:center;
	margin-right:0.9%;
	line-height:1.3;
	cursor:pointer;
	opacity:0.50;
	color:#FFF;
}
.life_map .tab_bt li.active {
	opacity:1;
}
.life_map li:last-child {
	margin-right:0%;
}
.life_map .tab_bt li span {
	font-size: 12px;
	display: block;
}
.life_map #tab1 {
	background:#eb6d73;
}
.life_map #tab2 {
	background:#4b356d;
}
.life_map #tab3 {
	background:#80b06f;
}
.life_map #tab4 {
	background:#71b3b4;
}
.life_map #tab5 {
	background:#918d69;
}
.life_map .tab1 .map_cont .list .num {
	background:#eb6d73;
}
.life_map .tab2 .map_cont .list .num {
	background:#4b356d;
}
.life_map .tab3 .map_cont .list .num {
	background:#80b06f;
}
.life_map .tab4 .map_cont .list .num {
	background:#71b3b4;
}
.life_map .tab5 .map_cont .list .num {
	background:#918d69;
}


.life_map .tab1 h2 {
	color:#eb6d73;
}
.life_map .tab2 h2 {
	color:#4b356d;
}
.life_map .tab3 h2 {
	color:#80b06f;
}
.life_map .tab4 h2 {
	color:#71b3b4;
}
.life_map .tab5 h2 {
	color:#918d69;
}
.life_map .tab_container {
	
	padding:30px 0;
	margin-bottom:15px;
}
.life_map .map_cont {
	max-width: 1150px;
	margin:0 auto;
}
.life_map .map_cont:after {
	content:" ";
	display:block;
	clear:both;
}
.life_map .map_cont .map {
	width: 837px;
	float: left;
}
.life_map .map_cont .right {
	width: 248px;
	float: right;
}
.life_map .map_cont .list {
	padding-bottom:9px;
	margin-bottom:9px;
	border-bottom:1px dotted #535351;
}
.life_map .map_cont .list:after {
	content:" ";
	display:block;
	clear:both;
}
.life_map .map_cont .list .num {
	float:left;
	background:#316b50;
	display:inline-block;
	padding:4px 4px;
	border-radius:120px;
	margin-right:8px;
	margin-top:0px;
	line-height:1.2;
	font-size:12px !important;
	color:#FFF !important;
	width: 21px;
	text-align: center;
}
.life_map .map_cont .list .num_no {
	float:left;
	background:;
	display:inline-block;
	padding:4px 4px;
	border-radius:120px;
	margin-right:8px;
	margin-top:0px;
	line-height:1.2;
	font-size:12px !important;
	color:#FFF !important;
	width: 21px;
	text-align: center;
}

.life_map .map_cont .list .name {
	float:left;
	width:210px;
	font-size: 14px !important;
	line-height:1.4;
	letter-spacing:  -0.05em;
	padding-top: 4px;
	font-weight:bold;
}
.life_map .map_cont .list .name.s {
	letter-spacing:  -0.07em;
}
.life_map .map_cont .list .pic {
	padding-top:7px;
	clear: both;
}

.tab_container h2 {
	font-size: 30px;
	text-align: center;
	letter-spacing:0.15em;
	margin-bottom:15px;
}
.tab_container .read {
	text-align: center;
	letter-spacing:0.15em;
	margin-bottom:30px;
	font-size:14px;
}

#location_list .location_fixed_btn { 
position: fixed;
bottom: 100px;
right: 300px;
padding: 6px 40px;
background: #411F20;
color: #fff;
	
}


#location_list {
  width: 300px;
  height: 100px;
/*  position: fixed;*/
bottom: 100px;
right: 300px;
padding: 6px 40px;
background: #411F20;
color: #fff;
		
};

#location_list a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#location_list #bnr {
  width: 100px;
  height: 120px;
/*  position: fixed;*/
  right: 0px;
  top: 40px;
}

/* バナー停止時 */

#bnrStop.stop {
  position: relative;
}
#bnrStop.stop #bnr {
  position: absolute;
  top: auto;
  bottom: 0px;
}


@media only screen and (max-width: 767px){
	.life_map .tab_bt {
	max-width:980px;
	margin: 0 auto 0px;
	width: auto;
}
.life_map .map_cont .list .pic {
	padding-top:7px;
	clear: both;
	width:70%;
	margin:0 auto;
}
.life_map .tab_bt:after {
	content:" ";
	display:block;
	clear:both;
}
.life_map .tab_bt li {
	float: left;
	width: 20%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11px;
	text-align:center;
	margin-right:0%;
	line-height:1.3;
	cursor:pointer;
	opacity:0.45;
	letter-spacing:-0.03em;
}
.life_map .tab_bt li.active {
	opacity:1;
}
.life_map li:last-child {
	margin-right:0%;
}
.life_map .tab_bt li span {
	font-size: 10px;
	display: block;
}
.life_map .tab_container {
	background: #e5e5e5;
	padding: 20px 0;
}
.life_map .map_cont {
	max-width: 980px;
	margin:0 auto;
	padding:0 5%;
}
.life_map .map_cont:after {
	content:" ";
	display:block;
	clear:both;
}
.life_map .map_cont .map {
	width:auto;
	float:none;
	margin-bottom:15px;
}
.life_map .map_cont .right {
	width:auto;
	float:none;
}
.life_map .map_cont .list {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #535351;
}
.life_map .map_cont .list:after {
	content:" ";
	display:block;
	clear:both;
}
.life_map .map_cont .list .num {
	float:left;
	background:#316b50;
	display:inline-block;
	padding: 3px 6px;
	border-radius:50px;
	margin-right:10px;
	margin-top: 0px;
	line-height:1.3;
	font-size:13px;
	width: 22px;
}
#main .life_map .map_cont .list .name {
	float:left;
	width:85%;
	font-size:12px !important;
}
.life_map .map_cont .list .pic img {
	width:100%;
}
.tab_container h2 {
	font-size: 18px;
	text-align: center;
	letter-spacing:0.15em;
	margin-bottom:15px;
	padding:0 3%
}
.tab_container .read {
	text-align: left;
	letter-spacing:0em;
	margin-bottom:10px;
	font-size:13px;
	padding:0 3%
}

}
.alltype li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 70px;
}

.alltype li:nth-child(3n) {
	float: left;
	width: 32%;
	margin-right: 0%;
	margin-bottom: 70px;
}


@media only screen and (max-width: 600px){

.alltype li {
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align:center;
}

.alltype li:nth-child(3n) {
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align:center;
}
	
	
	
}
.scenic_kisei .rice {
	font-size: 10px;
	margin-left: 75px;
	/*! margin-bottom: 41px; */
	/*! padding-bottom: 30px; */
	margin-top: -45px;
	margin-bottom: 45px;
}

@media only screen and (max-width: 600px){
	.scenic_kisei .rice {
	font-size: 10px;
	margin-left: 5px;
	/*! margin-bottom: 41px; */
	/*! padding-bottom: 30px; */
	margin-top: -45px;
	margin-bottom: 45px;
}
}
#location #main .life_map {
	padding-top: 60px;
	padding-bottom: 50px;
}
@media only screen and (max-width: 767px){
#location #main .life_map {
	padding-top: 5px;
	padding-bottom: 30px;
}
.location .main .page_title {
	position: absolute;
	left: 0;
  right: 0;
  margin: auto;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #FFF;
	top: 20%;
	text-shadow: 0 0 6px #000000;
}
}
.map_cont .right .list .cap_r {
	font-size: 12px;
	text-align: right;
	padding-top:4px;
}
