@charset "utf-8";
/* CSS Document */


	*{
 		margin: 0;
		padding: 0;
	}

	.wrap{
		overflow: hidden;
	}

	body{
		font-family: 'Noto Sans JP', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシッ	ク','MS PGothic';
		color: #333333;
		background-image: none;
	}

	a{
		text-decoration: none;
	}

	img {
		vertical-align:bottom;
 		pointer-events: none; 
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-moz-touch-callout:none;
		-moz-user-select:none;
		touch-callout:none;
		user-select:none;
	}




@media screen and (min-width:990px) {

/*PC向け記述*/
	
	a[href^="tel:"] {
   	 	pointer-events: none;
	}
	
	.fadein {
 		opacity : 0;
  		transform: translateY(20px);
  		transition: all 1s;
	}
	
	/*パンクズ*/
	
	.breadcage{
		max-width: 1160px;
		margin: 10px auto 30px auto;
	}
	
	.breadcrumb {
		margin: 0 0 0 10px;
		padding: 0;
		list-style: none;
	}
	
	.breadcrumb li {
		display: inline;
		list-style: none;
		font-weight: 400;
		font-size: 0.8em;
	}
	
	.breadcrumb li:after {
		content: '>';
		padding: 0 0.2em;
		color: #333333;
	}
	
	.breadcrumb li:last-child:after {
		content: '';
	}
	
	.breadcrumb li a {
		text-decoration: none;
		color: #333333;
	}
	
	.breadcrumb li a:hover {
		color: #0074bf;
		text-decoration: underline;
	}
	
	/*タイトル*/
	
	.key_title{
		margin: 50px auto 80px;
		text-align: center;
		color: #333;
	}
	
	.key_title h1{
		font-weight: 500;
	}
	
	.key_title p{
		font-weight: 500;		
	}
	
	.key_title p:after{
		content: '';
		display: block;
		width: 80px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 4px solid #0074bf;
		border-radius: 2px;
	}

/*key*/
	.keyvisual{
		height: 400px;
		background-image: url(./image/top01.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.top_word{
		max-width: 1160px;
		height: 400px;
		margin: 0 auto;
		position: relative;
		opacity: 0.9;
	}
	
	.top_word p{
		font-size: 2em;
		color: #fff;
		text-align: center;
		position: absolute;top:50%;left:50%;
		transform: translate(-50%,-50%);
		text-shadow: 
			1px  1px 1px #333,
			-1px  1px 1px #333,
			1px -1px 1px #333,
			-1px -1px 1px #333,
			1px  0px 1px #333,
			0px  1px 1px #333,
			-1px  0px 1px #333,
			0px -1px 1px #333; 
	}	
	
	/*中身*/
	
	.inn_contents{
		margin-top: 100px;
		margin-bottom: 180px;
	}
	
	.news_inner{
		max-width: 800px;
		margin: 0 auto;
	}
	
	p.time_cage{
		color: #888;
		text-align: right;
	}
	
	.title{	
		margin-top: 20px;
		padding: 20px 0;
		border-top: 1px dotted #888;
		border-bottom: 1px dotted #888;
	}
	
	.title p{
		color: #333;
		font-weight: 500;
	}
	
	p.explan{
		margin: 50px 0 150px;
		line-height: 2em;
	}
	
	.news_img{
		text-align: center;
	}
	
	/*一覧に戻る*/
	
	p.detail{
		width: 200px;
		height: 35px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	
	a.det_link{
		color: #fff;
		background-color: #0074bf;
		display: flex;
		height: 100%;
		justify-content: center;
		align-items: center;
		transition: 0.3s;
		position: relative;
	}
	
	a.det_link:after{
		content: "";
		display: block;
		height: 7px;
		width: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		margin-left: 10px;
	}
	
	a.det_link:hover{
		background-color: #529ECC;
	}
	
		
	.sec_entry{
		background-image: url("../../image/entry01.jpg");
		background-position: center;
		background-color: #b0d7f4;
	}
	

}


			

@media only screen and (max-width: 989px)  {
 
/*タブレット向記述*/
	
	/*パンクズ*/
	
	.breadcage{
		width: 95%;
		margin: 10px auto 30px auto;
	}
	
	.breadcrumb {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.breadcrumb li {
		display: inline;
		list-style: none;
		font-weight: 400;
		font-size: 0.8em;
	}
	
	.breadcrumb li:after {
		content: '>';
		padding: 0 0.2em;
		color: #333333;
	}
	
	.breadcrumb li:last-child:after {
		content: '';
	}
	
	.breadcrumb li a {
		text-decoration: none;
		color: #333333;
	}
	
	/*タイトル*/
	
	.key_title{
		margin: 50px auto 50px;
		text-align: center;
		color: #333;
	}
	
	.key_title h1{
		font-weight: 500;
	}
	
	.key_title p{
		font-weight: 500;		
	}
	
	.key_title p:after{
		content: '';
		display: block;
		width: 80px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 4px solid #0074bf;
		border-radius: 2px;
	}
 
	
	/*key*/
	
	.keyvisual{
		height: 200px;
		background-image: url(./image/top01.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	br.pc_br{
		display: none;
	}
	
	.top_word{
		max-width: 990px;
		height: 200px;
		margin: 0 auto;
		position: relative;
		opacity: 0.9;
	}
	
	.top_word p{
		font-size: 1.5em;
		color: #fff;
		text-align: center;
		position: absolute;top:50%;left:50%;
		transform: translate(-50%,-50%);
		text-shadow: 
			1px  1px 1px #333,
			-1px  1px 1px #333,
			1px -1px 1px #333,
			-1px -1px 1px #333,
			1px  0px 1px #333,
			0px  1px 1px #333,
			-1px  0px 1px #333,
			0px -1px 1px #333; 
	}	
	
	/*中身*/
	
	.inn_contents{
		margin-top: 50px;
		margin-bottom: 100px;
	}
	
	.news_inner{
		width: 80%;
		margin: 0 auto;
	}
	
	p.time_cage{
		color: #888;
		text-align: right;
	}
	
	.title{	
		margin-top: 20px;
		padding: 20px 0;
		border-top: 1px dotted #888;
		border-bottom: 1px dotted #888;
	}
	
	.title p{
		color: #333;
		font-weight: 500;
	}
	
	p.explan{
		margin: 50px 0 150px;
		line-height: 2em;
	}
	
	.news_img{
		width: 100%;
		text-align: center;
	}
	
	.news_img img{
		max-width: 100%;
	}
	
	/*一覧に戻る*/
	
	p.detail{
		width: 200px;
		height: 35px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	
	a.det_link{
		color: #fff;
		background-color: #0074bf;
		display: flex;
		height: 100%;
		justify-content: center;
		align-items: center;
		transition: 0.3s;
		position: relative;
	}
	
	a.det_link:after{
		content: "";
		display: block;
		height: 7px;
		width: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		margin-left: 10px;
	}
	
	
	.sec_entry{
		background-image: url("../../image/entry01.jpg");
		background-position: center;
		background-color: #b0d7f4;
	}
	

	
	
	
}


@media only screen and (max-width: 599px) {
 
	/*スマートホン向記述*/
	
	
	
	.keyvisual{
		height: 200px;
	}
	
	.key_title h1{
		font-size: 1.5em;
	}
	
	p.p_key{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	br.pc_br{
		display: none;
	}
	
	.top_word p{
		font-size: 1em;
	}
	
	.news_inner{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	span.title{
		color: #0000de;
	}
	
	p.explan{
		font-size: 1em;
		line-height: 1.5em;
	}
	
	
	
 
}