/* overwrite */
.header {
    z-index: 1000;
}
.header .header_inner {
    position: relative;
}
.mv .slider {
	z-index:1;
	width:100%;
}


.spot_ttl {
    text-align: left;
	padding-left: 120px;
}


.spot_box__img, .spotList_box__img {
    background-size: contain;
}

#spot ul.line_ul li a#tag_clear {
	border: 2px solid #33201a;
	color: #33201a;
}

/*
.header_nav .nav_list li.has-child:hover > ul, .header_nav .nav_list nav li.has-child:active > ul {
  visibility: unset;
  opacity: unset;
}
*/


.alturl {
    font-size: 0.6em;
    display: inline-block;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 2px 4px 1px 4px;
    position: relative;
    top: -3px;
}
.alturl:hover {
    background-color:#eee;
}


.onoff_icon {
	width: 26px;
	height: 26px;
	position: absolute;
	right: -32px;
	top: -38px;
}
.header_nav .nav_list li.has-child {
    height: 58.4px;
}



/* news */
.news_content__inner .newsDay {
    width: 100px;
}



.imglordingarea {
	text-align: center;
}
.imglording {
	width: 48px;
	height: 48px;
	position: fixed;
	display: inline-block;
	top: 32vh;
	z-index: 9999;
}


.ico_flg {
    text-align: right;
    margin-right: 20px;
}
.ico_flg span {
	display: inline-block;
	margin-right: 6px
}
.ico_flg span.ico_lack {

}
.ico_flg span.ico_ponp {
	margin-right: 0;
}
.ico_flg span img {
	max-height: 32px;
	max-width: 32px;
}


.spot_box_wrapper .slick-prev, .spot_box_wrapper .slick-next { position: absolute; display: block; height: 200px; width: 50px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.spot_box_wrapper .slick-prev:hover, .spot_box_wrapper .slick-prev:focus, .spot_box_wrapper .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.spot_box_wrapper .slick-prev:hover:before, .spot_box_wrapper .slick-prev:focus:before, .spot_box_wrapper .slick-next:hover:before, .spot_box_wrapper .slick-next:focus:before { opacity: 1; }
.spot_box_wrapper .slick-prev.slick-disabled:before, .spot_box_wrapper .slick-next.slick-disabled:before { opacity: 0.25; }

.spot_box_wrapper .slick-prev:before, .spot_box_wrapper .slick-next:before { font-family: "slick"; font-size: 32px; line-height: 1; color: #fff; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }



.spot_box_wrapper .slick-prev { left: -10px; top: 70px;  }
[dir="rtl"] .spot_box_wrapper .slick-prev { left: auto; right: -10px; top: 70px; }
.spot_box_wrapper .slick-prev:before { content: "〈"; }
[dir="rtl"] .spot_box_wrapper .slick-prev:before { content: "〉"; }

.spot_box_wrapper .slick-next { right: -10px; top: 70px; }
[dir="rtl"] .spot_box_wrapper .slick-next { left: -10px; top: 70px; right: auto; }
.spot_box_wrapper .slick-next:before { content: "〉"; }
[dir="rtl"] .spot_box_wrapper .slick-next:before { content: "〈"; }


.spot_box__img.spotimgs {
	background: none;
	overflow:hidden;
}
.spot_box__img_img {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	min-height: 180px;
	max-height: 400px;
	height: 48vw;
	max-width: 800px;
	width: 100%;
}
.spot_box__img_img.spot_box__img_img_sub {

}



.information_area__company.information_area__company_topmes.information_area__txt {
	width: calc(100% - 20px);
	max-width: 610px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 1em;
}





.accordion-area {
    margin-top: 1.5em;
}
.hanrei {
	text-align:right;
	margin: 0.5em 0 -1em 0;
}
.hanrei span {
	display: inline-block;
	margin-left: 2em;
}
.hanrei span img {
    max-height: 32px;
}


.accordion-area p.course_txt {
	margin-top:1.5em;
}


@media screen and (max-width: 963px){
	.header .header_inner {
		height:60px;
		max-height:60px;
	}
	.header .nav_item.nav_icon.icon_insta {
	    position: absolute;
	    top: 12px;
	    right: 60px;
	}
	.header.HeightMin {
		height:60px;
	}
	.header_nav {
	    height: 55vh;
		z-index: 9999;
	}
	.header_nav .nav_list .nav_item {
	    margin:0;
	}
	.onoff_icon {
		right: -27px;
		top: -41px;
	}
	.burger_menu, .burger_menu span {
		z-index: 9999;
	}
}
@media screen and (max-width: 767px) {
	.news_content__inner {
		display: flex;
	}
	.news_content__inner .newsDay {
		margin-right: 0.7em;
		float: none;
		display: inline-block;
	}
	.news_content__inner .newsTxt {
		float: none;
		display: inline-block;
		width: calc(100% - 80px - 6px);
	}

	.hanrei span {
		margin-left:0;
	}
	.ico_flg {
	    margin-top: 0.5em;
	}

	.spot_box__img, .spotList_box__img {
	    min-height: 150px;
	}

	.spot_box_wrapper .slick-prev, .spot_box_wrapper .slick-next {
	    height: 150px;
	}
	.spot_box_wrapper .slick-prev {
		top: 10px;
		left: -20px;
	}
	.spot_box_wrapper .slick-next {
		top: 10px;
		right: -20px;
	}

}




/* common */
.pc_view {
	display:none !important;
}
.pc_view_inline {
	display:none !important;
}

	@media screen and (min-width: 480px) {
		.sp_view {
			display:none !important;
		}
		.sp_view_inline {
			display:none !important;
		}
		.pc_view {
			display:block !important;
		}
		.pc_view_inline {
			display:inline-block !important;
		}




	}

