@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; 
	}	
	
	/*	
	.inntitle_cage{
		margin-bottom: 50px;
	}
	
	h3.inntitle{
		text-align: center;
		font-size: 1.5em;
		font-weight: 400;
	}
	
	h3.inntitle:after{
		content: '';
		display: block;
		width: 60px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 4px dotted #0074bf;
	}
	*/
	
	/*中身*/
	
	.concept{
		width: 600px;
		margin: 80px auto;
	}
	
	.concept p{
		font-weight: 300;
	}
	
	.cate_case{
		max-width: 800px;
		margin: 50px auto 150px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.cate_box{
		width: 380px;
		height: auto;
		margin-bottom: 80px;
		color: #333;
		text-align: center;
		/*
		border-radius: 10px;
		box-shadow: 0px 0px 10px gray;
		transition: 0.5s;
		*/
	}
	
	/*
	.cate_box:hover {
		opacity: 0.6;
	}
	*/
	
	.image_box{
		height: 205px;
		background-color: #f2f2f2;
		/*
		border-radius: 15px 15px 0 0 ;
		*/
	}
	
	.cate_index{
	}
	
	h2.cate{
		font-size: 1.2em;
		font-weight: 300;
		padding-top: 20px;
	}
	
	p.cate_sub{
		font-size: 0.8em;
		font-weight: 300;
		letter-spacing: 0.2em;
		width: 80%;
		margin: 0 auto;
	}
	
	.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; 
	}	
	
	/*	
	.inntitle_cage{
		margin-bottom: 30px;
	}
	
	h3.inntitle{
		text-align: center;
		font-size: 1.5em;
		font-weight: 400;
	}
	
	h3.inntitle:after{
		content: '';
		display: block;
		width: 60px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 4px dotted #0074bf;
	}
	*/
	
	/*中身*/
	
	.concept{
		width: 600px;
		max-width: 90%;
		margin: 50px auto;
	}
	
	.concept p{
		font-weight: 300;
	}
	
	.cate_case{
		max-width: 800px;
		margin: 50px auto 80px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.cate_case:after{
		content: "";
		display: block;
		width: 380px;
		height: 0;
		margin: 0 10px 50px;
	}
	
	.cate_box{
		width: 380px;
		height: auto;
		margin: 0 10px 50px;
		color: #333;
		text-align: center;
		/*
		border-radius: 15px;
		box-shadow: 0px 0px 10px gray;
		*/
	}
	
	.image_box{
		background-color: #f2f2f2;
		/*
		border-radius: 15px 15px 0 0 ;
		*/
	}
	
	.cate_index{
		/*height: 110px;*/
	}
	
	h2.cate{
		font-size: 1.2em;
		font-weight: 300;
		padding-top: 10px;
	}
	
	p.cate_sub{
		font-size: 0.8em;
		font-weight: 300;
		letter-spacing: 0.2em;
		width: 80%;
		margin: 0 auto;
	}
	
	.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;
	}
	
	.concept p{
		font-size: 0.9em;
	}
	
	.cate_case:after{
		max-width: 95%;
	}
	
	.cate_box{
		max-width: 95%;
		height: auto;
	}
	
	.cate_box img{
		width: 100%;
	}
	
	.cate_index{
		/*
		height: 60px;
		*/
	}
	
	h2.cate{
		padding-top: 5px;
	}
	
	
	
	
 
}