@charset "UTF-8";
/* CSS Document */
/* phpページCSS */

/*新着情報*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*新着情報一覧*/
	/*キービジュアル*/
	#news-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#news-key::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 170px;
		height: 280px;
		background-image: url(http://baba.face-eachother.site/wp-content/uploads/2022/12/key-back-icon.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#news-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	
	.news-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.news-key-text h1 {
		margin-bottom: 20px;
		font-size: 50px;
		font-weight: 500;
		font-family: 'Montserrat', 'sans-serif';
		letter-spacing: 6px;
		line-height: 50px;
		text-align: center;
		color: #333333;
	}
	
	.news-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.news-key-text h1 font {
		color: #F18405;
	}
	
	.news-key-text h1 span {
		padding: 5px 18px;
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 3px;
		line-height: 26px;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 12px;
	}
	
	/*新着一覧*/
	#news00 {
		position: relative;
		width: 1000px;
		height: auto;
		padding: 100px 0 80px 0;
		margin: 0 auto;
	}
	
	.news00-p {
		text-align: center;
		margin: 0 0 70px 0;
	}
	
	.news00-con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/*ループ設定*/
	.news-loop {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
	}
	
	.news-loop time {
		display: inline-block;
		width: 100px;
		margin-right: 20px;
		font-size: 20px;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.news-loop span {
		display: inline-block;
		width: auto;
		padding: 8px 15px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #F18405;
		border-radius: 10px;
	}
	
	.news-title {
		position: absolute;
		top: 0;
		left: 340px;
		width: 650px;
		padding: 0 0 0 0;
		font-size: 20px;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.news-loop:hover .news-title {
		text-decoration: underline;
	}
	
	.news-loop:hover time {
		text-decoration: underline;
	}
	
	/*新着個別ページ*/
	#news01 {
		position: relative;
		width: 84%;
		min-width: 800px;
		height: auto;
		padding: 100px 0;
		margin: 0 auto;
	}
	
	.news01-title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 50px 0;
	}
	
	.news01-title01 h2 {
		position: relative;
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
	}
	
	.news01-title02 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.news01-title02 time {
		display: inline-block;
		width: 140px;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #333;
	}
	
	.news01-title02 span {
		display: inline-block;
		width: auto;
		padding: 8px 15px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #F18405;
		border-radius: 10px;
	}
	
	.news01-title03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 35px 0 0 0;
	}
	
	.news01-title03 img {
		display: block;
		position: relative;
		width: 60%;
		max-width: 1000px;
		height: auto;
		margin: 0 auto 0 0;
		border-radius: 10px;
		object-fit: cover;
	}
	
	.news01-con {
		position: relative;
		width: 100%;
		height: auto;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		color: #333333;
	}
	
	.news01-con p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		color: #333333;
	}
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*新着情報一覧*/
	/*キービジュアル*/
	#news-key {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#news-key::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 100px;
		height: 150px;
		background-image: url(http://baba.face-eachother.site/wp-content/uploads/2022/12/key-back-icon.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#news-key img {
		display: block;
		position: relative;
		width: 100%;
		height: 190px;
		object-fit: cover;
		object-position: center;
	}
	
	.news-key-text {
		z-index: 3;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
	.news-key-text h1 {
		margin-bottom: 6px;
		font-size: 30px;
		font-weight: 500;
		font-family: 'Montserrat', 'sans-serif';
		letter-spacing: 3px;
		line-height: 30px;
		text-align: center;
		color: #333333;
	}
	
	.news-key-text h1 strong {
		display: block;
		font-weight: 500;
	}
	
	.news-key-text h1 font {
		color: #F18405;
	}
	
	.news-key-text h1 span {
		padding: 3px 8px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 15px;
		color: #fff;
		background: -moz-linear-gradient(left, #F18405, #FBC16A);
		background: -webkit-linear-gradient(left, #F18405, #FBC16A);
		background: linear-gradient(to right, #F18405, #FBC16A);
		border-radius: 5px;
	}
	
	/*新着一覧*/
	#news00 {
		position: relative;
		width: 320px;
		height: auto;
		padding: 50px 0;
		margin: 0 auto;
	}
	
	.news00-p {
		text-align: left;
		margin: 0 0 30px 0;
	}
	
	.news00-con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/*ループ設定*/
	.news-loop {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
	
	.news-loop time {
		display: inline-block;
		width: 80px;
		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 0.5px;
  		text-align: left;
  		color: #333;
	}
	
	.news-loop span {
		display: inline-block;
		width: auto;
		padding: 4px 15px;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: center;
		color: #fff;
		background: #F18405;
		border-radius: 5px;
	}
	
	.news-title {
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	/*新着個別ページ*/
	#news01 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 50px 0 50px 0;
		margin: 0 auto;
	}
	
	.news01-title {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}
	
	.news01-title01 h2 {
		position: relative;
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
	}
	
	.news01-title02 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.news01-title02 time {
		display: inline-block;
		width: 80px;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #333;
	}
	
	.news01-title02 span {
		display: inline-block;
		width: auto;
		padding: 3px 15px;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: center;
		color: #fff;
		background: #F18405;
		border-radius: 5px;
	}
	
	.news01-title03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 18px 0 0 0;
	}
	
	.news01-title03 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		border-radius: 5px;
		object-fit: cover;
	}
	
	.news01-con {
		position: relative;
		width: 100%;
		height: auto;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
	}
	
	.news01-con p {
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
	}
	
}

/*ページネーション*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*ページネーション*/
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: 60px;
		margin: 30px auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: 50px;
		height: 50px;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 0 20px 0 0;
		color: #F18405;
		border: solid 1px #F18405;
		box-sizing: border-box;
		background: #fff;
		-webkit-appearance: none;
		transition: 0.4s;
	}
	
	.pagination ul li a:hover {
		color: #fff;
		border: solid 1px #F18405;
		background: #F18405;
	}

	.pagination span {
		display: block;
		position: relative;
		width: 50px;
		height: 50px;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 0 20px 0 0;
		color: #FFF;
		border: solid 1px #F18405;
		box-sizing: border-box;
		background: #F18405;
		-webkit-appearance: none;
	}
		
	.pagination span.current {
		background: #F18405;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*ページネーション*/
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: 30px;
		margin: 20px auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		font-size: 11px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		margin: 0 10px 0 0;
		color: #F18405;
		border: solid 1px #F18405;
		box-sizing: border-box;
		background: #fff;
		-webkit-appearance: none;
		transition: 0.4s;
	}
	
	.pagination span {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		font-size: 11px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		margin: 0 10px 0 0;
		color: #FFF;
		border: solid 1px #F18405;
		box-sizing: border-box;
		background: #F18405;
		-webkit-appearance: none;
	}
		
	.pagination span.current {
		background: #F18405;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
}