@charset "utf-8";


/*
#sectionWhat,
#sectionVoice,
#sectionService,
#sectionEvent,
#sectionLocation{
	padding-top:40px;
	margin-top:-40px;
}
*/



.camp_wrap{
	
}

.camp_wrap .ca_left{
	float:left;
	width:49.17%;
}

.camp_wrap .ca_right{
	float:right;
	width:49.17%;
	
}

.camp_wrap a{
	display:block;
	/*
	background:#A7D5ED;
	border-radius:10px;
	padding:15px;
	font-weight: 600;
	*/
	text-align: center;
	overflow: hidden;
}

.camp_wrap.tama a{
	background:#CDD422;	
}

.camp_wrap a .ca_ttl{
	margin-bottom:15px;
	/*
	font-size:22px;
	color:#FFF;
	line-height: 1.4;
	margin-bottom:15px;
	background:#171C60;
	border-radius:6px;
	padding:3px 10px 5px;
	*/
}

.camp_wrap.tama a .ca_ttl{
	/*background:#2D6114;*/
}

.camp_wrap a .ca_name{

}

.camp_wrap a .ca_name span{
	font-size:22px;
	color:#171A5F;
	position: relative;
	line-height: 1.8;
	padding:0 10px;
	text-align: center;
    display: inline-block;
}

.camp_wrap.tama a .ca_name span{
	color:#2C6013;
}

.camp_wrap a .ca_name span:before{
	content:"";
	position: absolute;
	top:50%;
	right:100%;
	width:20px;
	height:1px;
	background:#171A5F;
}

.camp_wrap a .ca_name span:after{
	content:"";
	position: absolute;
	top:50%;
	left:100%;
	width:20px;
	height:1px;
	background:#171A5F;
}

.camp_wrap.tama a .ca_name span:before,
.camp_wrap.tama a .ca_name span:after{
	background:#2C6013;
}


.camp_wrap a .ca_btn{
	font-size:18px;
	color:#171B5F;
	border-radius:20px;
	background:#FFF;
	padding:2px 5px 1px;
	padding:1px 5px 4px\0;
}

.camp_wrap.tama a .ca_btn{
	color:#2C6013;	
}

.camp_wrap .single{
	width:85%;
	margin:0 auto;
}

.camp_wrap .in_left{
	float:left;
	width:48%;
	margin-right:4%;
}

.camp_wrap .in_right{
	float:right;
	width:48%;
}


@media screen and (max-width: 1200px){
	
	.camp_wrap a .ca_name span{
		font-size:19px;
	}
	
	.camp_wrap a .ca_btn{
		font-size:15px;
	}
	
	.camp_wrap a .ca_name.in_left span,
	.camp_wrap a .ca_name.in_right span{
		font-size:20px;
	}
	
}


@media screen and (max-width: 980px){
	
	
	.camp_wrap a .ca_name span{
		font-size:15px;
	}
	
	.camp_wrap a .ca_btn{
		font-size:13px;
	}
	
	
	.camp_wrap a .ca_name.in_left span,
	.camp_wrap a .ca_name.in_right span{
		font-size:18px;
	}
	
	
}

@media screen and (max-width: 767px){
	
	.camp_wrap a .ca_ttl{
		font-size:20px;
	}
	
	.camp_wrap .ca_left{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	
	.camp_wrap .ca_right{
		float:none;
		width:100%;
	}

	.camp_wrap a .ca_name.first{
		margin-bottom:10px;
	}
	
	.camp_wrap a .ca_name span{
		font-size:20px;
	}
	
	.camp_wrap a .ca_btn{
		font-size:16px;
	}
	
	.camp_wrap .in_left{
		float:none;
		width:100%;
		margin-bottom:15px;
	}
	
	.camp_wrap .in_right{
		float:none;
		width:100%;
	}
	
	.camp_wrap a .ca_name.in_left span,
	.camp_wrap a .ca_name.in_right span{
		font-size:20px;
	}
	
	
}



@media screen and (max-width: 600px){
	
	.camp_wrap a .ca_name span,
	.camp_wrap a .ca_name.in_left span,
	.camp_wrap a .ca_name.in_right span{
		font-size:16px;
	}
	
}

@media screen and (max-width: 414px){
	
	.camp_wrap a .ca_ttl{
		font-size:18px;
		margin-bottom:15px;
	}
	
	.camp_wrap a .ca_name span{
		font-size:17px;
		line-height: 1.4;
	}
	
	.camp_wrap a .ca_btn{
		font-size:14px;
	}
	
	.camp_wrap a .ca_name.in_left span,
	.camp_wrap a .ca_name.in_right span{
		font-size:17px;
	}
	
}

@media screen and (max-width: 375px){
	
	.camp_wrap a .ca_name span{
		font-size:17px;
	}
	
	
}





@media screen and (max-width: 767px){
	
	#sectionWhat,
	#sectionVoice,
	#sectionService,
	#sectionEvent,
	#sectionLocation{
		padding-top:60px;
		margin-top:-60px;
	}
}


.lv1 li .img_nav{
	position: relative;
}

.lv1 li .img_nav .off{
	position: relative;
}

.lv1 li .img_nav .on{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	margin:auto;
}

.lv1 li .img_nav img{
	line-height: 0;
}

.lv1 li a:hover .img_nav .off{
	opacity:0;
	line-height: 0;
}

.lv1 li a:hover .img_nav .on{
	opacity:1;
	line-height: 0;
}

body#top .lv1 li:nth-child(1) a .img_nav .on{
	opacity:1;
	line-height: 0;
}


@media screen and (max-width: 767px) {

	.lv1 li a:hover .img_nav .off{
		opacity:1;
	}
	
	.lv1 li a:hover .img_nav .on{
		opacity:0;
	}

}




h4 {
	font-size: 38px;
	text-align: center;
	color: #171C61;
	margin-bottom: 9px;
}
h4 span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	line-height: 1.2;
}
h5 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: #171C61;
}
.all_event_wrap {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.all_event_wrap .event_txt {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6;
	color: #171C61;
}
.all_event_wrap .event_list1 {
	max-width: 1030px;
	margin: 0 auto;
}
.all_event_wrap .event_list1 li {
	width: 21.35%;
	float: left;
	text-align: center;
	margin-right: 4.86%;
}
.all_event_wrap .event_list1 li:last-child {
	margin-right: 0;
}
.all_event_wrap .event_list1 li .event_pic {
	margin-bottom: 15px;
}.all_event_wrap .event_list1 li .evwnt_cp {
	color: #171C61;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
}
.all_event_wrap .event_list2 {
	border: 2px solid #171c61;
	border-radius: 8px;
}
.all_event_wrap .event_list2 li:first-child {
	/*width: 38.5%;*/
	width: 33%;
	float: left;
	text-align: center;
	background-color: #171c61;
	padding: 16px 1.67% 16px 1.25%;
	padding: 16px 1.67% 8px 1.25%\0;
}
.all_event_wrap .event_list2 li:first-child h5 {
	color: #fff;
	font-size: 31px;
	line-height: 1;
	text-align: left;
	text-align: center;
	margin-bottom: 8px;
}
.all_event_wrap .event_list2 li:first-child p {
	color: #fff;
	font-size: 19px;
	letter-spacing: -0.05em;
	line-height: 1.2;
}

.all_event_wrap .event_list2 li:first-child p.top_event {
	font-size: 16px;
}


.all_event_wrap .event_list2 li:first-child p span {
	margin-left: 2%;
	display: inline-block;
}

/*
body#top.mobile .all_event_wrap .event_list2 li:first-child p span {
	transform:rotate(90deg);
}
*/

.all_event_wrap .event_list2 li:last-child {
	/*width: 61.5%;*/
	width: 100%;
	float: left;
	padding: 21px 10px;
	padding: 25px 10px;
}
.all_event_wrap .event_list2 li:last-child>div {
	max-width: 587px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.all_event_wrap .event_list2 li:last-child>div a {
	color: #171c61;
	font-size: 26px;
	display: block;
	border-radius:15px;
	line-height: 1;
	padding: 7px 10px 8px;
	padding:16px 10px 6px\0;
}
.all_event_wrap .event_list2.event_list2_inner li:first-child h5 {
	margin-bottom: 0;
}
.all_event_wrap .event_list2.event_list2_inner li:last-child {
	padding: 0;
}
.all_event_wrap .event_list2.event_list2_inner li:last-child a {
	font-size: 29px;
	font-weight: bold;
	color: #171c61;
	padding: 17px 10px;
	display: block;
	line-height: 1;
	text-align: center;
}
.all_event_wrap .event_list2.event_list2_inner li:last-child a span {
	margin-left: 25px;
}
.all_event_wrap .event_list2 li:last-child .btn_ma {
	width: 45.48%;
	float: left;
}
.all_event_wrap .event_list2 li:last-child .btn_ma a {
	background-color: #a6d4ed;
}
.all_event_wrap .event_list2 li:last-child .btn_ta {
	width: 45.48%;
	float: right;
}
.all_event_wrap .event_list2 li:last-child .btn_ta a {
	background-color: #cdd320;
}

.all_event_wrap .event_list2_inner a{
	display:block;
}

.all_event_wrap .event_list2_inner a h5{
	width: 33%;
    float: left;
    text-align: center;
    background-color: #171c61;
    padding: 16px 1.67% 16px 1.25%;
    padding: 16px 1.67% 8px 1.25%\0;
	color: #fff;
    font-size: 31px;
    line-height: 1;
}

.all_event_wrap .event_list2_inner a p{
	font-size: 29px;
    font-weight: bold;
    color: #171c61;
    padding: 17px 10px;
    display: block;
    line-height: 1;
    text-align: center;
	width: 67%;
    float: left;
}




.all_event_wrap .event_list3 {
	border: 2px solid #171c61;
	border-radius:15px;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	background-color: #171c61;
}

.all_event_wrap .event_list3 a{
	display:block;
}

.all_event_wrap .event_list3 p:first-child {
	color: #171c61;
	font-size: 18px;
	font-weight: bold;
	width: 22%;
	float: left;
	background-color: #efc51d;
	/*padding: 6px 10px 7px;*/
	padding:15px 10px 7px;
}
.all_event_wrap .event_list3 p:last-child {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.04em;
	width: 78%;
	float: left;
}
.all_event_wrap .event_list3 p:last-child a {
	/*color: #efc51d;*/
	/*margin-left: 2%;*/
	/*padding: 7px 10px 6px;*/
}

.all_event_wrap .event_list3 a p span{
	color:#efc51d;
}

.all_location {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.all_location .all_location_txt {
	color: #171c61;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6;
}
.all_location .all_area_ma h5 {
	font-size: 24px;
	background-color: #a7d5ee;
	border-radius: 8px;
	line-height: 1;
	padding: 5px 10px 6px;
	padding: 12px 10px 4px\0;
}
.all_location .all_area_ma_in{
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	align-items: stretch;
}
.all_location .all_area_fu_in {
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	align-items: stretch;
	display: flex;
}
.all_location .all_area_ma .left_box {
	width: 66.25%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	border:5px solid #171C60;
}
.all_location .all_area_fu .left_box {
	width: 31%;
	float: left;
	border: 1px solid #c9caca;
	box-sizing: border-box;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background-color: #EFEFEF;
	z-index: 9;
	margin-right: auto;
}

.all_location .all_area_ma_in .all_area_ico,
.all_location .all_area_fu_in .all_area_ico {
	/*line-height: 110px;*/
	padding:14px;
}
.all_location .all_area_ma_in .all_area_ico img,
.all_location .all_area_fu_in .all_area_ico img {
	width: 65.32%;
	margin: 0 auto;
}
.all_location .all_area_ma_in .left_box h6,
.all_location .all_area_fu_in .right_box h6 {
	color: #fff;
	font-size: 59px;
	background-color: #171c61;
	line-height: 1;
	padding: 11px 10px 17px;

}

:root .all_location .all_area_ma_in .left_box h6,
:root .all_location .all_area_fu_in .right_box h6 {
	padding: 24px 10px 2px\0\;	
}

.all_location .all_area_ma_in .all_area_txt1,
.all_location .all_area_fu_in .all_area_txt1 {
	color: #171c61;
	font-size: 36px;
	line-height: 1.2;
	padding: 0 4%;
	padding: 10px 10px 2px\0;
}
.all_location .all_area_ma_in .all_area_txt2,
.all_location .all_area_fu_in .all_area_txt2 {
	color: #171c61;
	font-size: 38px;
	line-height: 1;
	padding: 0 4%;
	display: inline-block;
	vertical-align: middle;
}
.all_location .all_area_ma_in .all_area_txt2 span,
.all_location .all_area_fu_in .all_area_txt2 span {
	color: #171c61;
	font-size: 24px;
	line-height: 1;
	margin-right: 10px;
	padding: 5px 10px;
	padding: 8px 10px 2px\0;
	border: 1px solid #171c61;
	border-radius: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}
.all_location .all_area_ma_in .all_area_txt3,
.all_location .all_area_fu_in .all_area_txt3 {
	font-size: 16px;
	color: #fff;
	background-color: #171c61;
	padding: 4px 4% 10px;
}


:root .all_location .all_area_ma_in .all_area_txt3,
:root .all_location .all_area_fu_in .all_area_txt3 {
	padding: 7px 4% 2px\0\;
}


.all_location .all_area_ma .right_box {
	width: 31%;
	float: right;
	border: 1px solid #c9caca;
	box-sizing: border-box;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background-color: #EFEFEF;
    z-index: 9;
}
.all_location .all_area_fu .right_box {
	width: 66.25%;
	float: right;
	background-color: #fff;
	border-radius: 5px;
	border:5px solid #7ae4bc;
}

.all_location .all_area_ma .right_box:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;

	pointer-events: none;
	overflow:hidden;
	z-index: 10;
}

/* 
.all_location .all_area_fu .area_box:first-child::after{
	content:"";
	position:absolute;
	left: 0px;
	top:0;
	width:0;
	height:0;
	border-top:50px solid #F00;
	border-left:50px solid #F00;
	border-right:50px solid transparent;
	border-bottom:50px solid transparent;
	z-index: 11;
}
*/


.all_location .all_area_ma .new_ico {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 9px;
	z-index: 13;
	transform: rotate(-45deg);
}

.all_location .all_area_fu .new_ico {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 9px;
	z-index: 13;
	transform: rotate(-45deg);
}

.all_location .area_box .text_area {
	padding: 3.95%;
}
.all_location .area_box h6 {
	font-size: 17px;
	font-weight: bold;
	color: #171c61;
	text-align: left;
	margin-bottom: 5px;
}
.all_location .all_area_ma .area_box h6 span,
.all_location .all_area_fu .area_box h6 span {
	margin-left: 20px;
}
.all_location .all_area_ma .area_box .area_txt,
.all_location .all_area_fu .area_box .area_txt {
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
	width: 80.22%;
	/*margin-right: 3.74%;*/
	float: left;
}
.all_location .all_area_ma .area_box .map_ico,
.all_location .all_area_fu .area_box .map_ico {
    float: right;
    width: 15.80%;
    padding: 6px 0.12%;
    background: #fff;
    border: 1px solid #c9caca;
    border-radius: 3px;
    margin-top: auto;
    text-align: center;
}
.all_location .all_area_ma .area_box .map_ico span,
.all_location .all_area_fu .area_box .map_ico span {
	font-size: 7px;
	letter-spacing: -0.05em;
	color: #4f7635;
	display: block;
}
.all_location .all_area_ma .ma_cp_box {
	background-color: #efefef;
	border-radius: 8px;
	padding: 10px 10px 13px;
}

.all_location .all_area_ma .ma_cp_box .title{
	background-color: #171c61;
	border-radius: 6px;
	padding:5px 10px;
	color:#FFF;
	text-align: center;
	margin-bottom:20px;
}

.all_location .all_area_ma .ma_cp_box .box_txt_wrap{
	max-width:345px;
	margin:0 auto;
	text-align: left;
}


.all_location .all_area_ma .ma_cp_box .contact_txt{
	margin-bottom:15px;
}


.all_location .all_area_ma .ma_cp_box p {
	font-size: 19px;
	font-weight: bold;
	color: #171c61;
}
.all_location .all_area_ma .ma_cp_box p span {
	margin-right: 25px;
}

.all_location .line_box{
	background-color: #6ab969;
	padding: 13px 10px;
	border-radius: 8px;
}

.all_location .line_box a{
	display: block;
}

.all_location .all_area_ta h5 {
	font-size: 24px;
	background-color: #ced422;
	border-radius: 8px;
	line-height: 1;
	padding: 5px 10px 6px;
	padding: 12px 10px 4px\0;
}
.all_location .all_area_ta ul {
}
.all_location .all_area_ta ul li {
  width: 32.5%;
	float: left;
	margin-right: 1.25%;
	background-color: #efefef;
	border: 1px solid #c9caca;
	overflow: hidden;
	border-radius: 8px;
	z-index:10;
}
.all_location .all_area_ta ul li:last-child {
	margin-right: 0;
}
.all_location .all_area_ta ul li .text_area {
	padding: 10px 20px 20px;
}
.all_location .all_area_ta ul li .text_wrap {
	display: -webkit-flex;
	display: flex;
}
.all_location .all_area_ta ul li .area_txt {
	font-size: 15px;
	line-height: 1.3;
	width: 79.31%;
	float: left;
	margin-right: 4.89%;
}
.all_location .all_area_ta ul li .map_ico {
	float: right;
	width: 15.80%;
	padding: 6px 0.12% 0;
	background: #fff;
	border: 1px solid #c9caca;
	border-radius: 3px;
	margin-top: auto;
	text-align: center;
}
.all_location .all_area_ta .area_box h6 span {
	margin-left: 15px;
}
.all_location .all_area_ta ul li .map_ico span {
	font-size: 10px;
	line-height: 1;
	letter-spacing: -0.1em;
	color: #4f7635;
	display: block;
}
.all_location .all_area_ta .ta_cp_box {
	background-color: #ced422;
	border-radius: 8px;
	padding: 10px 10px 13px;
}

.all_location .all_area_ta .ta_cp_box .title{
	background-color: #171c61;
	border-radius: 6px;
	padding:5px 10px;
	color:#FFF;
	text-align: center;
	margin-bottom:15px;
}




.all_location .all_area_ta .ta_cp_box p {
	font-size: 19px;
	font-weight: bold;
	color: #171c61;
}

.all_location .all_area_ta .ta_cp_box .box_txt_wrap {
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
}

.all_location .all_area_ta .ta_cp_box .contact_txt {
    margin-bottom:15px;
}

.all_location .all_area_ta .ta_cp_box p span{
	margin-right:25px;
}

.all_location .all_area_ta .ta_cp_box p span.nomr{
	margin-right:0;
}

.all_location .all_area_ta .ta_cp_box .contact_txt span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.all_location .all_area_ta .ta_cp_box .anno {
	font-size: 13px;
}


.vpc1250 {
	display: none;
}

.all_location .all_area_cs .area_box h6 span {
    margin-left: 15px;
}

@media screen and (max-width: 1250px) {
	.vpc1250 {
		display: block;
	}
	.all_event_wrap .event_list2 li:first-child h5 {
		font-size: 24px;
	}
	
	.all_event_wrap .event_list2 li:first-child p.top_event{
		font-size:14px;
	}
	
	.all_event_wrap .event_list2 li:first-child p{
		font-size: 14px;
	}
	.all_event_wrap .event_list2 li:last-child {
		padding: 19px 20px;
	}
	.all_event_wrap .event_list3 p:first-child {
		width: 100%;
		float: none;
		padding:8px 10px 7px;
	}
	.all_event_wrap .event_list3 p:last-child {
		font-size: 16px;
		width: 100%;
		float: none;
		padding: 10px;
	}
	.all_event_wrap .event_list3 p:last-child a {
		margin-left: 0;
	}
	/*
	.all_location .all_area_ma .area_box .area_txt,
	.all_location .all_area_fu .area_box .area_txt {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	*/
	/*
	.all_location .all_area_ma .area_box .map_ico,
	.all_location .all_area_fu .area_box .map_ico {
		width: 100%;
		float: none;
	}
	*/
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		font-size: 50px;
	}
	.all_location .all_area_ma_in .all_area_txt1,
	.all_location .all_area_fu_in .all_area_txt1 {
		font-size: 40px;
	}
	
	.all_location .all_area_ma .area_box h6,.all_location .all_area_ta .area_box h6,.all_location .all_area_fu .area_box h6 {
		line-height: 1.3;
		margin-bottom: 5px;
	}
	.all_location .all_area_ma .area_box h6 span,.all_location .all_area_ta .area_box h6 span,.all_location .all_area_fu .area_box h6 span, .all_location .all_area_cs .area_box h6 span  {
		margin-left: 0;
		display: block;
	}
	
	.all_location .all_area_ta ul li .text_wrap {
		flex-flow: wrap;
	}
	.all_location .all_area_ta ul li .text_area {
	}
	.all_location .all_area_ta ul li .area_txt {
		width: 100%;
		margin: 0 0 15px 0;;
		float: none;
	}
	.all_location .all_area_ta ul li .map_ico {
		margin-top: auto;
		width: 100%;
		float: none;
		padding: 0;
	}
	.all_location .all_area_ta ul li .map_ico a {
		display: block;
		padding: 6px 0.12%;
	}
	.all_location .all_area_ma .left_box {
		/*height: auto !important;*/
	}
	
	
	.all_location .all_area_ma .area_box .area_txt,.all_location .all_area_fu .area_box .area_txt {
		font-size: 14px;
	}
	.all_event_wrap .event_list2.event_list2_inner li:first-child h5 {
		font-size: 22px;
		text-align: center;
	}
	.all_event_wrap .event_list2.event_list2_inner li:last-child a {
		font-size: 22px;
		line-height: 1.5;
		padding: 12px 10px;
	}
	.all_event_wrap .event_list2.event_list2_inner li:last-child a span {
		margin-left: 15px;
	}
	
	.all_event_wrap .event_list2_inner a h5{
		font-size: 22px;
	}
	
	.all_event_wrap .event_list2_inner a p{
		font-size: 22px;
    	line-height: 1.5;
    	padding: 12px 10px;
	}
	
	
}

@media screen and (max-width: 1100px) and (min-width:1081px) {
	.all_event_wrap .event_list2 li:first-child p.top_event {
		letter-spacing: -.08em;
	}
}

@media screen and (max-width: 1250px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma .left_box,
	.all_location .all_area_fu .right_box{
		position: relative;
	}
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		margin-bottom: 11px!important;
	}
	.all_location .all_area_ma_in .all_area_txt3,
	.all_location .all_area_fu_in .all_area_txt3{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	/*add*/
}
@media screen and (max-width: 1180px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		margin-bottom: 0.45vw!important;
	}
	/*add*/
}
@media screen and (max-width: 1140px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		margin-bottom: 0.2vw!important;
	}
	/*add*/
}
@media screen and (max-width: 1080px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		margin-bottom: 0.8vw!important;
	}
	/*add*/
}

@media screen and (max-width: 1040px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		margin-bottom: 0.6vw!important;
	}
	/*add*/
}

@media screen and (max-width: 1000px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		margin-bottom: 1.1vw!important;
	}
	.all_location .all_area_ma_in .all_area_txt1,
	.all_location .all_area_fu_in .all_area_txt1{
		font-size: 24px!important;
	}
	.all_location .all_area_ma_in .all_area_txt2,
	.all_location .all_area_fu_in .all_area_txt2 {
		font-size: 32px!important;
	}
	/*add*/
}

@media screen and (max-width: 940px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		margin-bottom: 0.7vw!important;
	}
	/*add*/
}


@media screen and (max-width: 800px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma_in .all_area_txt1 {
		font-size: 22px!important;
	}
	.all_location .all_area_ma_in .all_area_txt1 {
		font-size: 28px!important;
	}
	.all_location .all_area_ma_in .all_area_txt2,
	.all_location .all_area_fu_in .all_area_txt2 {
		font-size: 28px!important;
	}
	.all_location .all_area_ma_in .all_area_txt2 span,
	.all_location .all_area_fu_in .all_area_txt2 span {
		font-size: 20px!important;
	}

	/*add*/
}

@media screen and (max-width: 770px) and (min-width:768px) {
	
	/*add*/
	.all_location .all_area_ma_in .all_area_txt1,
	.all_location .all_area_fu_in .all_area_txt1{
		margin-bottom: 0.2vw!important;
	}
	/*add*/
}

@media screen and (max-width: 1080px) {

	.all_event_wrap .event_list2 li:first-child p.top_event{
		font-size:12px;		
	}
	
	.all_location .all_area_ma .area_box h6,
	.all_location .all_area_ta .area_box h6,
	.all_location .all_area_fu .area_box h6,
	.all_location .all_area_cs .area_box h6{
		font-size:15px;
	}
	
	.all_location .all_area_ma .area_box .area_txt,
	.all_location .all_area_fu .area_box .area_txt,
	.all_location .all_area_cs .area_box .area_txt {
		width: 100%;
		float: none;
		font-size:12px;
		margin-bottom: 8px;
	}

	.all_location .all_area_ma .area_box .map_ico,
	.all_location .all_area_fu .area_box .map_ico,
	.all_location .all_area_cs .area_box .map_ico {
		width: 100%;
		float: none;
		padding: 0;
		width: 100%;
	}
	.all_location .all_area_ma .area_box .map_ico a,
	.all_location .all_area_fu .area_box .map_ico a,
	.all_location .all_area_cs .area_box .map_ico a {
		padding:2px 0;
		display: block;
	}
	
	.all_location .all_area_ma .area_box .map_ico img,
	.all_location .all_area_fu .area_box .map_ico img,
	.all_location .all_area_cs .area_box .map_ico img,{
		display:inline-block;
	}

	.all_location .all_area_ma .area_box .map_ico span,
	.all_location .all_area_fu .area_box .map_ico span,
	.all_location .all_area_cs .area_box .map_ico span{
		display:inline-block;
	}

	
}
@media screen and (max-width: 960px) {
	.all_event_wrap .event_list2 li:first-child h5 {
		text-align: center;
	}
	.all_event_wrap .event_list2 li:first-child {
		width: 100%;
		float: none;
		text-align: center;
	}
	.all_event_wrap .event_list2 li:last-child {
		width: 100%;
		float: none;
	}
	
	.all_event_wrap .event_list2_inner a h5{
		float:none;
		width:auto;
	}
	
	.all_event_wrap .event_list2_inner a p{
		float:none;
		width:auto;
	}
	

}

	@media screen and (max-width: 900px) {

	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		font-size: 42px;
	}
	.all_location .all_area_ma_in .all_area_txt1,
	.all_location .all_area_fu_in .all_area_txt1 {
    	font-size: 34px;
	}
	.all_location .all_area_ma_in .all_area_txt2,
	.all_location .all_area_fu_in .all_area_txt2 {
		font-size: 32px;
	}
	.all_location .all_area_ma_in .all_area_txt3,
	.all_location .all_area_fu_in .all_area_txt3 {
		font-size: 15px;
		line-height: 1.5;
	}

}

@media screen and (max-width: 768px) {

	.all_location .line_box{
		background:none;
		padding:0;
	}
	
	.all_location .line_box a img{
		margin:0 auto;
	}
	
	.all_location .all_area_ma .right_box:after{
		border-top:40px solid #F00;
		border-left:40px solid #F00;
		border-right:40px solid transparent;
		border-bottom:40px solid transparent;
	}


	.all_location .all_area_ma .new_ico {
		font-size:16px;	
	}

	
}
/*--------------------------------------------------------
sp
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
		h4 {
			font-size: 26px;
		}
		h4 span {
			display: block;
			line-height: 1.2;
			margin: 0 auto;
		}
		h4 img {
			width: 30px;
		}
		h5 {
			font-size: 16px;
		}
		.all_event_wrap {
			padding-left: 4%;
			padding-right: 4%;
		}
		.all_event_wrap .event_txt {
			font-size: 18px;
		}
	
		.all_event_wrap .event_list1 {
			max-width:480px;
		}
	
		.all_event_wrap .event_list1 li {
			width: 48%;
			margin-right: 0;
		}
		.all_event_wrap .event_list1 li:nth-child(odd) {
			margin-right: 4%;
		}
		.all_event_wrap .event_list1 li:nth-child(2n+1) {
			clear: both;
		}
		.all_event_wrap .event_list1 li:nth-child(-n+2) {
			margin-bottom: 25px;
		}
		.all_event_wrap .event_list1 li .evwnt_cp {
			font-size: 16px;
		}
		.all_event_wrap .event_list2 li:last-child>div {
			max-width: 100%;
		}
		.all_event_wrap .event_list2 li:last-child .btn_ma {
			width: 100%;
			float: none;
		}
		.all_event_wrap .event_list2 li:last-child .btn_ta {
			width: 100%;
			float: none;
			margin-top:20px;
		}
		.all_location {
			padding: 0 4%;
		}
		
		.all_location .all_area_ta .ta_cp_box .box_txt_wrap,
		.all_location .all_area_ma .ma_cp_box .box_txt_wrap{
			max-width:100%;
			text-align: center;
		}
	
		.all_location .all_area_ma .ma_cp_box p {
			font-size: 14px;
		}
		.all_location .all_area_ma .ma_cp_box p span {
			font-size: 18px;
			margin-right: 0;
		}
	
		.all_location .all_area_ma .ma_cp_box p a span {
			margin-right: 5px;
		}
	
		.all_location .all_area_ta .ta_cp_box p {
			font-size: 14px;
		}
		.all_location .all_area_ta .ta_cp_box p span {
			font-size: 14px;
		}
		.all_location .all_area_fu_in  {
			display: block;
		}
		.all_location .all_area_ma .left_box,
		.all_location .all_area_fu .right_box {
			width: auto;
			float: none;
		}
		.all_location .all_area_ma .right_box,
		.all_location .all_area_fu .left_box {
			height: auto !important;
			max-width: 380px;
			width: 100%;
			margin: 0 auto;
			float: none;
		}
		.all_location .all_area_ma_in .left_box h6,
		.all_location .all_area_fu_in .right_box h6 {
			font-size: 26px;
		}
		.all_location .all_area_ma_in .all_area_txt1,
		.all_location .all_area_fu_in .all_area_txt1 {
			font-size: 16px;
		}
		.all_location .all_area_ma_in .all_area_txt2,
		.all_location .all_area_fu_in .all_area_txt2 {
			font-size: 16px;
		}
		.all_location .all_area_ma_in .all_area_txt2 span,
		.all_location .all_area_fu_in .all_area_txt2 span {
			font-size: 16px;
			padding: 4px 5px 5px;
			padding: 6px 5px 1px\0;
			border-radius: 8px;
		}
		.all_location .all_area_ta ul li {
			max-width: 380px;
			width: 100%;
			margin: 0 auto;
			float: none;
		}
		.all_location .all_area_ta ul li:last-child {
			margin-right: auto;
		}
		.all_location .all_location_txt {
			font-size: 16px;
		}
		.all_location .all_area_ma_in .all_area_ico,
		.all_location .all_area_fu_in .all_area_ico {
			line-height: normal;
			padding: 15px 10px;
		}
		.all_location .all_area_ma_in .all_area_txt3,
		.all_location .all_area_fu_in .all_area_txt3 {
			font-size: 12px;
			text-align: left;
			padding: 10px;
		}
		.all_location .all_area_ma_in .all_area_txt3 p,
		.all_location .all_area_fu_in .all_area_txt3 p {
			display: block;
			text-indent: -1em;
			padding-left: 1em;
		}
	
	
		.all_location .all_area_ta .ta_cp_box .anno {
			font-size: 11px;
		}

}

@media screen and (max-width: 414px) {

	.all_event_wrap .event_list2 li:first-child p.top_event {
		font-size: 14px;
		letter-spacing: normal;
	}
	
	.all_location .all_area_ma .ma_cp_box p span {
		font-size: 14px;
	}
	
	.all_location .all_area_ma_in .all_area_txt3,
	.all_location .all_area_fu_in .all_area_txt3{
		font-size:12px;
	}
	
	
}

@media screen and (max-width: 375px) {
	
	.all_location h4{
		font-size:22px;
	}	
	
	.all_location .all_location_txt{
		font-size:14px;
	}
	
	.all_location .all_area_ta ul li .text_area{
		padding:15px;
	}
	
	.all_location .all_area_ma_in .all_area_txt3,
	.all_location .all_area_fu_in .all_area_txt3{
		font-size:11px;
	}
	
	.all_event_wrap .event_list2 li:first-child h5{
		font-size:22px;
		
	}
	
	
}



@media screen and (max-width: 374px) {

	.all_location .all_location_txt {
		font-size: 12px;
	}
	
	.all_location .all_area_ma_in .all_area_txt3 p br.vpc1250,
	.all_location .all_area_fu_in .all_area_txt3 p br.vpc1250{
		display:none!important;
	}
}

/*--------------------------------------------------------
ie
--------------------------------------------------------*/

/*
@media screen\0 {
	.all_event_wrap .event_list2 li:last-child>div a {
		padding: 10px 10px 5px;
	}
	.all_location .all_area_ma_in .left_box h6,
	.all_location .all_area_fu_in .right_box h6 {
		padding: 14px 10px 5px;
	}
	.all_location .all_area_ma h5,.all_location .all_area_ta h5 {
		padding: 7px 10px 3px;
	}
}
*/


/*--------------------------------------------------------
2020.04.14 bnr area
--------------------------------------------------------*/

.all_location .all_area_ma_in .all_area_txt1.grp2 {
    font-size: 24px;
    color: #FFF;
    background-color:#171C60;
    padding: 20px 0;
    }
    
.all_location .all_area_fu_in .all_area_txt1.grp2 {
    font-size: 28px;
    color: #171C61;
    background-color:#7ae4bc;
    padding: 20px 0;
    }

.all_location .all_area_ma .left_box img,
.all_location .all_area_fu .right_box img {
   width: 100%;
   }
   
@media screen and (max-width: 768px) {

   .all_location .all_area_ma_in .all_area_txt1.grp2 {
       font-size: 18px;
       }
   .all_location .all_area_fu_in .all_area_txt1.grp2 {
       font-size: 24px;
       }
   }
@media screen and (max-width: 430px) {
       .all_location .all_area_ma_in .all_area_txt1.grp2 {
       font-size: 16px;
       }
       .all_location .all_area_fu_in .all_area_txt1.grp2{
       font-size: 22px;
       }
   }
   
 

/*--------------------------------------------------------
2020.10.30 matsudo add
--------------------------------------------------------*/


.all_location .all_area_ma ul li {
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
    background-color: #efefef;
    border: 1px solid #c9caca;
    overflow: hidden;
    border-radius: 8px;
    z-index: 10;
    position: relative;
}

.all_location .all_area_ma ul li:last-child {
    margin-right: 0;
}

.border_blue {
    border: 1px solid #171c61 !important;
}
    
.all_area_sub_title {
    background: #171c61;
    color: #FFF;
    font-size: 17px;
    padding: 0.5em;
    text-align: center;
}

.all_area_ma .flex {
    display: flex;
    }
    
.all_area_ma .flex .grp2_img {
    max-width: 388px;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
    } 

.bg_white {
    background-color: #FFFFFF !important;
    }

/* .all_location .all_area_ma ul li:after {
    border-top:40px solid #F00;
    border-left:40px solid #F00;
    border-right:40px solid transparent;
    border-bottom:40px solid transparent;
}


.all_location .all_area_ma ul li:first-child::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	pointer-events: none;
	overflow:hidden;
	z-index: 10;
}

.all_location .all_area_ma ul li:first-child::after{
	content:"";
	position:absolute;
	left: 0px;
	top:0;
	width:0;
	height:0;
	border-top:50px solid #F00;
	border-left:50px solid #F00;
	border-right:50px solid transparent;
	border-bottom:50px solid transparent;
	z-index: 11;
}

*/
@media screen and (max-width: 1250px) {

.all_location .all_area_ma ul li .area_txt {
    width: 100%  !important;
    margin: 0 0 15px 0;
    float: none  !important;
}

.all_location .all_area_ma ul li .map_ico {
    margin-top: auto;
    width: 100%  !important;
    float: none !important;
    padding: 0;
}

.all_location .all_area_ma ul li .map_ico a {
    display: block;
    padding: 6px 0.12%;
}

.all_location .all_area_ma ul li .text_wrap {
    flex-flow: wrap;
}
.all_location .all_area_ma ul li .text_wrap {
    display: -webkit-flex;
    display: flex;
}

.all_location .all_area_ma .area_box .area_txt.fix,
.all_location .all_area_fu .area_box .area_txt.fix {
    padding-bottom: 1.26em;
    }

}



@media screen and (max-width: 767px) {

.all_location .all_area_ma ul li {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    float: none;
}

.all_location .all_area_ma ul li:last-child {
    margin-right: auto;
}

.all_area_ma .flex {
    display: block;
}

.all_area_ma .flex .grp2_img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    } 
    
}


/* 2021.05  add fujisawaSST */

/*
.all_location .all_area_fu h5 {
	font-size: 24px;
	background-color: #7ae4bc;
	border-radius: 8px;
	line-height: 1;
	padding: 5px 10px 6px;
	padding: 12px 10px 4px\0;
}

.all_location .all_area_fu ul li {
    width: 70%;
	margin: 0 auto;
	display: flex;
	background-color: #efefef;
	border: 1px solid #c9caca;
	overflow: hidden;
	border-radius: 8px;
	z-index:10;
	position: relative;
}

.all_location .all_area_fu ul li .fujisawa_img img {
	width: 90%;
}

 .all_location .all_area_fu ul li {
  width: 32.5%;
	float: left;
	margin-right: 1.25%;
	background-color: #efefef;
	border: 1px solid #c9caca;
	overflow: hidden;
	border-radius: 8px;
	z-index:10;
	position: relative;
}
.all_location .all_area_fu ul li:last-child {
	margin-right: 0;
}
.all_location .all_area_fu ul li .text_area {
	padding: 10px 20px 20px;
}


.all_location .all_area_fu ul li .text_area {
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 auto;
}

.all_location .all_area_fu ul li .text_area.fix_fu{
	padding: 3%;
}

.all_location .all_area_fu ul li .text_wrap {
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
}
.all_location .all_area_fu ul li .area_txt {
	font-size: 15px;
	line-height: 1.3;
}
.all_location .all_area_fu ul li .map_ico {
	width: 100%;
	padding: 6px 0.12% 0;
	background: #fff;
	border: 1px solid #c9caca;
	border-radius: 3px;
	margin-top: auto;
	text-align: center;
}

.all_location .all_area_fu ul li .map_ico a {
	display:block;
	margin-bottom: 5px;
}

.all_location .all_area_fu .area_box h6 span {
	margin-left: 15px;
}
.all_location .all_area_fu ul li .map_ico span {
	font-size: 10px;
	line-height: 1;
	letter-spacing: -0.1em;
	color: #4f7635;
	display: block;
}
*/

.all_location .all_area_fu .fu_cp_box {
	background-color: #efefef;
	border-radius: 8px;
	padding: 10px 10px 13px;
}

.all_location .all_area_fu .fu_cp_box .title{
	background-color: #171c61;
	border-radius: 6px;
	padding:5px 10px;
	color:#FFF;
	text-align: center;
	margin-bottom:15px;
}




.all_location .all_area_fu .fu_cp_box p {
	font-size: 19px;
	font-weight: bold;
	color: #171c61;
}

.all_location .all_area_fu .fu_cp_box .box_txt_wrap {
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
}

.all_location .all_area_fu .fu_cp_box .contact_txt {
    margin-bottom:15px;
}

.all_location .all_area_fu .fu_cp_box p span{
	margin-right:25px;
}

.all_location .all_area_fu .fu_cp_box p span.nomr{
	margin-right:0;
}

.all_location .all_area_fu .fu_cp_box .contact_txt span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.all_location .all_area_fu .fu_cp_box .anno {
	font-size: 13px;
}

/*

@media screen and (max-width: 1080px) {
.all_location .all_area_fu .area_box h6{
    font-size: 15px;
}

.all_location .all_area_fu ul li {
	width: 80%;
}

.all_location .all_area_fu ul li .fujisawa_img img {
    width: 100%;
}


}

@media screen and (max-width: 1250px){
.all_location .all_area_fu .area_box h6{
    line-height: 1.3;
    margin-bottom: 5px;
}
}

@media screen and (max-width: 1250px){

.all_location .all_area_fu .area_box h6 span {
    margin-left: 0;
    display: block;
}

.all_location .all_area_fu ul li .area_txt {
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
}
.all_location .all_area_fu ul li .text_wrap {
    flex-flow: wrap;
}

.all_location .all_area_fu ul li .map_ico {
    margin-top: auto;
    width: 100%;
    float: none;
    padding: 0;
}

}

*/
@media screen and (max-width: 767px) {

		.all_location .all_area_fu .fu_cp_box .box_txt_wrap {
			max-width:100%;
			text-align: center;
		}
		.all_location .all_area_fu .fu_cp_box p {
			font-size: 14px;
		}
		.all_location .all_area_fu .fu_cp_box p span {
			font-size: 14px;
		}
/*
		.all_location .all_area_fu ul li {
			display: block;
			max-width: 380px;
			width: 100%;
			margin: 0 auto;
			float: none;
		}
		.all_location .all_area_fu ul li .text_area.fix_fu{
			padding: 3.95%;
		}
		.all_location .all_area_fu ul li .fujisawa_img img {
			width: 100%;
		}
		.all_location .all_area_fu ul li:last-child {
			margin-right: auto;
		}
*/
		.all_location .all_area_fu .fu_cp_box .anno {
			font-size: 11px;
		}
		.all_location .all_area_fu .fu_cp_box p {
			font-size: 14px;
		}
		.all_location .all_area_fu .fu_cp_box p span {
			font-size: 18px;
			margin-right: 0;
		}
		.all_location .all_area_fu .fu_cp_box .box_txt_wrap {
			max-width: 100%;
			text-align: center;
		}
/*
		.all_location .all_area_fu ul li .map_ico a {
			display: block;
			padding: 6px 0.12%;
			margin-bottom: 0;
		}
*/
}


.all_location .all_area_fu h5 {
	font-size: 24px;
	background-color: #ced422;
	border-radius: 8px;
	line-height: 1;
	padding: 5px 10px 6px;
	padding: 12px 10px 4px\0;
}
.all_location .all_area_fu ul {
	display: flex;
}
.all_location .all_area_fu ul li {
  width: 32.5%;
	float: left;
	margin-right: 1.25%;
	background-color: #efefef;
	border: 1px solid #c9caca;
	overflow: hidden;
	border-radius: 8px;
	z-index:10;
	position: relative;
}
.all_location .all_area_fu ul li:last-child {
	margin-right: 0;
}
.all_location .all_area_fu ul li .text_area {
	padding: 10px 20px 20px;
}
.all_location .all_area_fu ul li .text_wrap {
	display: -webkit-flex;
	display: flex;
}
.all_location .all_area_fu ul li .area_txt {
	font-size: 15px;
	line-height: 1.3;
	width: 79.31%;
	float: left;
	margin-right: 4.89%;
}
.all_location .all_area_fu .area_box .map_ico {
	padding: 3px 0;
}

@media all and (-ms-high-contrast: none) {
	.all_location .all_area_fu .area_box .map_ico  {
		padding: 6px 0.12%;
	}
  }
.all_location .all_area_fu ul li .map_ico span {
	font-size: 10px;
	line-height: 1;
	letter-spacing: -0.1em;
	color: #6BC16B;
	display: block;
}

.all_location .all_area_fu ul li.line {
	background-color: #6AB969;
}

.all_location .all_area_fu .cs_cp_box {
	background-color: #EDEDED;
	border-radius: 8px;
	padding: 10px 10px 13px;
}

.all_location .all_area_fu .cs_cp_box .title{
	background-color: #171c61;
	border-radius: 6px;
	padding:5px 10px;
	color:#FFF;
	text-align: center;
	margin-bottom:15px;
}


.all_location .all_area_fu .cs_cp_box p {
	font-size: 19px;
	font-weight: bold;
	color: #171c61;
}

.all_location .all_area_fu .cs_cp_box .box_txt_wrap {
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
}

.all_location .all_area_fu .cs_cp_box .contact_txt {
    margin-bottom:15px;
}

.all_location .all_area_fu .cs_cp_box p span{
	margin-right:25px;
}

.all_location .all_area_fu .cs_cp_box p span.nomr{
	margin-right:0;
}

.all_location .all_area_fu .cs_cp_box .contact_txt span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.all_location .all_area_fu .cs_cp_box .anno {
	font-size: 13px;
}

.all_location .all_area_fu .new_ico {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 9px;
	z-index: 13;
	transform: rotate(-45deg);
}

.all_location .all_area_fu .area_box.new:first-child:after,
.all_location .all_area_fu .area_box.new:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #F00;
    border-left: 50px solid #F00;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    z-index: 11;
}

@media screen and (max-width: 1250px){ 
	.fixbr {
		display: none;
	}
	.all_location .all_area_fu .area_box h6{
		font-size:15px;
	}
	

	.all_location .all_area_fu .area_box .area_txt.fix {
		padding-bottom: 1.26em;
	}

.all_location .all_area_fu ul li .map_ico {
	margin-top: auto;
	width: 100%;
	float: none;
	padding: 0;
}
.all_location .all_area_fu ul li .map_ico a {
	display: block;
	padding: 6px 0.12%;
}
.all_location .all_area_fu ul li .text_wrap {
	flex-flow: column;
}

}

@media screen and (max-width: 767px) {



	.all_location .all_area_fu ul {
		flex-flow: column;
		justify-content:space-around;
		align-items: center;
	}
	.all_location .all_area_fu ul li {
		width: 100%;
		max-width: 380px;
		float: none;
	}

	.all_location .all_area_fu ul li .text_wrap {
	flex-flow: wrap;
	}

	.all_location .all_area_fu ul li .area_txt {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.all_location .all_area_fu ul li .map_ico {
		margin-top: auto;
		width: 100%;
		padding: 0;
	}
	.all_location .all_area_fu ul li .map_ico a {
		display: block;
		padding: 6px 0.12%;
	}

}

/*---------------------------------------------
22.03.01 update
---------------------------------------------*/

.just_c {
justify-content: center;
}

.all_location .all_area_ta .ta_cp_box {
	background-color: #ededed !important;
}

.all_location h5.tikushi {
	background-color: #ededed !important;
}


.all_location .all_area_cs h5 {
	font-size: 24px;
	background-color: #ced422;
	border-radius: 8px;
	line-height: 1;
	padding: 5px 10px 6px;
	padding: 12px 10px 4px\0;
}
.all_location .all_area_cs ul {
	display: flex;
}
.all_location .all_area_cs ul li {
  width: 32.5%;
	float: left;
	margin-right: 1.25%;
	background-color: #efefef;
	border: 1px solid #c9caca;
	overflow: hidden;
	border-radius: 8px;
	z-index:10;
	position: relative;
}
.all_location .all_area_cs ul li:last-child {
	margin-right: 0;
}
.all_location .all_area_cs ul li .text_area {
	padding: 10px 20px 20px;
}
.all_location .all_area_cs ul li .text_wrap {
	display: -webkit-flex;
	display: flex;
}
.all_location .all_area_cs ul li .area_txt {
	font-size: 15px;
	line-height: 1.3;
	width: 79.31%;
	float: left;
	margin-right: 4.89%;
}
.all_location .all_area_cs ul li .map_ico {
	float: right;
	width: 15.80%;
	padding: 6px 0.12% 0;
	background: #fff;
	border: 1px solid #c9caca;
	border-radius: 3px;
	margin-top: auto;
	text-align: center;
}


.all_location .all_area_cs ul li .map_ico span {
	font-size: 10px;
	line-height: 1;
	letter-spacing: -0.1em;
	color: #6BC16B;
	display: block;
}

.all_location .all_area_cs ul li.line {
	background-color: #6AB969;
}

.all_location .all_area_cs .cs_cp_box {
	background-color: #EDEDED;
	border-radius: 8px;
	padding: 10px 10px 13px;
}

.all_location .all_area_cs .cs_cp_box .title{
	background-color: #171c61;
	border-radius: 6px;
	padding:5px 10px;
	color:#FFF;
	text-align: center;
	margin-bottom:15px;
}


.all_location .all_area_cs .cs_cp_box p {
	font-size: 19px;
	font-weight: bold;
	color: #171c61;
}

.all_location .all_area_cs .cs_cp_box .box_txt_wrap {
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
}

.all_location .all_area_cs .cs_cp_box .contact_txt {
    margin-bottom:15px;
}

.all_location .all_area_cs .cs_cp_box p span{
	margin-right:25px;
}

.all_location .all_area_cs .cs_cp_box p span.nomr{
	margin-right:0;
}

.all_location .all_area_cs .cs_cp_box .contact_txt span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.all_location .all_area_cs .cs_cp_box .anno {
	font-size: 13px;
}

.all_location .all_area_cs .new_ico {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 9px;
	z-index: 13;
	transform: rotate(-45deg);
}

.all_location .all_area_cs .area_box.new:first-child:after,
.all_location .all_area_cs .area_box.new:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #F00;
    border-left: 50px solid #F00;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    z-index: 11;
}

.all_area_fu .tikushi.all_area_txt1.grp2 {
	text-align: center;
    font-size: 16px;
    background-color: #7ae4bc;
    color: #171C61;
    padding: 6px;
}

.all_location .all_area_fu ul li.sst {
	background-color: #fff;
	border:1px solid #7ae4bc;
}

.all_location .all_area_fu ul li.sst img {
	width: 100%;
}

@media screen and (max-width: 1250px){ 
	.fixbr {
		display: none;
	}
	.all_location .all_area_cs .area_box h6{
		font-size:15px;
	}
	

	.all_location .all_area_cs .area_box .area_txt.fix {
		padding-bottom: 1.26em;
	}

.all_location .all_area_cs ul li .map_ico {
	margin-top: auto;
	width: 100%;
	float: none;
	padding: 6px 0.12%;
}
.all_location .all_area_cs ul li .map_ico a {
	display: block;
	padding: 6px 0.12%;
}
.all_location .all_area_cs ul li .text_wrap {
	flex-flow: column;
}

}

@media screen and (max-width: 767px) {


	.all_location .all_area_cs .cs_cp_box p {
		font-size: 14px;
	}
	.all_location .all_area_cs .cs_cp_box p span {
		font-size: 14px;
	}

	.all_location .all_area_cs .cs_cp_box .box_txt_wrap {
		text-align: center;
	}
	.all_location .all_area_cs ul {
		flex-flow: column;
		justify-content:space-around;
		align-items: center;
	}
	.all_location .all_area_cs ul li {
		width: 100%;
		max-width: 380px;
		float: none;
	}

	.all_location .all_area_cs ul li .text_wrap {
	flex-flow: wrap;
	}

	.all_location .all_area_cs ul li .area_txt {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.all_location .all_area_cs ul li .map_ico {
		margin-top: auto;
		width: 100%;
		padding: 0;
	}
	.all_location .all_area_cs ul li .map_ico a {
		display: block;
		padding: 6px 0.12%;
	}

}

@media screen and (max-width: 1250px){ 
	.all_location .all_area_fu ul li .map_ico {
		margin-top: auto;
		width: 100%  !important;
		float: none !important;
		padding: 0;
	}
	
	.all_location .all_area_fu ul li .map_ico a {
		display: block;
		padding: 6px 0.12%;
	}
}
