﻿@charset "UTF-8";
html {
    font-size: 62.5%;
}

img {
    pointer-events: none;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.top-catalog {
    background-image: url('images/header_sec.png');
    background-position: center;
    background-size: cover;
    height: 200px;
    position: relative;
    text-align: center;
    pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}

.catalog-main-title h2 {
    padding: absolute;
    line-height: 200px;
    color: #000;
    font-size: 3.5rem;
    letter-spacing: 2px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.w1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	img{
		max-width: 100%;
		height: auto;
	}
}

#category_nav{
	display: flex;
	justify-content: center;
	gap: 0 20px;
	margin-bottom: 70px;
	list-style: none;
	font-size: 16px;
	a{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		border: solid 1px #8f8b8b;
		background: #fff;
		display: block;
		min-width: 160px;
		padding: 6px 10px 5px;
		text-align: center;
		border-radius: 16px;
		line-height: 1.4;
		transition: .5s ease;
		text-decoration: none;
		color: #000;
		&.on{
			background: #8f8b8b;
			color: #fff;
			cursor: default;
		}
	}
}


.post_box{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 15px;
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px 30px;
	a{
		text-decoration: none;
		color: #333;
		/*border: solid 1px #707070;*/
		background: #f7f3ec;
		display: block;
		/*background: #fff;*/
		&:hover{
			box-shadow: none;
			img{
				transform: scale(1.1);
			}
		}
	}
	figure{
		overflow: hidden;
		font-size: 0;
		line-height: 1;
		img{
			transition: .5s ease;
		}

	}
	.inner{
		padding: 20px 20px 30px;
	}
	.date{
		opacity: 0.5;
		font-weight: 700;
		margin-right: 10px;
		font-size: 16px;
	}
	.category{
		color: #fff;
		border-radius: 5px;
		text-align: center;
		min-width: 100px;
		display: inline-block;
		font-size: 13px;
		background: #6E6E6E;
		padding: 5px;
		letter-spacing: 0;
		font-feature-settings: "palt";
	}
	h2{
		font-size: 20px;
		line-height: 1.5;
		margin-top: 5px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		color: #000;
	}
}
.wp-pagenavi{
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	span,a{
		&:not(.extend){
			width: 40px;
			height: 40px;
			border-radius: 50%;
			border: solid 1px #000;
			background: #fff;
			display: flex;
			justify-content: center;
			align-items: center;
		}
	}
	.current{
		background: #000 !important;
		color: #fff;

	}
	a{
		color: #000;
		text-decoration: none;
	}
}
.sns-contact{
}
.sns-parent{
	height: 500px;
	background: url(https://kimono-hattori.com/wp-content/themes/orginal/images/sendai.webp) no-repeat center / 107% auto;
	
}
.sns-parent img{
	max-width: 100%;
	display: none;
}

.not__found{
	text-align: center;
	font-size: 16px;
	background: #f8f8f8;
	padding: 20px;
}

@media (max-width: 1200px) {
	.w1200{
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	#category_nav{
		margin-bottom: 40px;
		a{
			font-size: 14px;
		}
	}
	.post_box{
		gap: 50px 15px;
	}
}

@media (max-width: 768px) {
	.sns-parent{
		height: 350px;
		margin-top: -130px;
	}
}
@media (max-width: 767px) {
	#category_nav{
		
	}
	.post_box{
		grid-template-columns: 1fr;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		gap: 20px;
	}
}

@media (max-width: 500px) {
	.w1200{
		padding-top: 50px;
	}
	.sns-contact {
		height: 454px;
	}
	#category_nav{
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	}
	html {
		font-size: 38%;
	}
	.wp-pagenavi{
		margin-top: 40px;
	}
}


.post_content{
	max-width: 748px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #262626;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 2;
	h1{
		font-weight: bold;
		font-size: 3rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	p{
		margin: 1.5em 0;
	}
	.post_content_info{
		margin-bottom: 40px;
	}
	.date{
		opacity: 0.5;
		font-weight: 700;
		margin-right: 10px;
		font-size: 16px;
	}
	.category{
		color: #fff;
		border-radius: 5px;
		text-align: center;
		min-width: 100px;
		display: inline-block;
		font-size: 13px;
		letter-spacing: 0;
		background: #6E6E6E;
		padding: 3px 2px 2px;
		line-height: 1.4;
	}
}

#single_pager{
	margin-top: 80px;
	max-width: 748px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
		list-style: none;
	li{
		width: 200px;
	}
	a{
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		border: solid 1px #8f8b8b;
		padding: 11px 5px 10px;
		border-radius: 50px;
	}
}

@media (max-width: 500px) {
	.post_content{
		font-size: 14px;
		a{
			text-decoration: underline;
		}
	}
	#single_pager{
		justify-content: center;
		gap: 15px;
		li{
			width: 100px;
		}
		a{
			font-size: 13px;
			
		}
	}
}