@charset "utf-8";
/*
Theme Name: Salon's Promo
Version: 1.0.0
Author: Salon's Promo
Author URI: https://salons-promo.com
*/

img {
	max-width: 100%;
	height: auto;
}

/* レイアウト */
.site-content {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
}
.content-area {
	display: flex;
	justify-content: center;
}
.site-main {
	flex: 1;
}
.site-aside {
	width: 280px;
	padding-left: 20px;
}
.site-main > *:not(:last-child){
	margin-bottom: 60px;
}
.entry-content {
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and ( max-width:1024px ) {
	.site-content {
		padding: 20px 5%;
	}
	.content-area {
		flex-direction: column;
	}
	.site-aside {
		width: 100%;
		padding-left: 0;
		padding-top: 60px;
	}
	.site-main > *:not(:last-child){
		margin-bottom: 40px;
	}
}

/* サイドバー */
.main-sidebar > *:not(:last-child){
	margin-bottom: 20px;
}
.site-aside h2 {
	font-size: 1.1rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 1rem;
}
.site-aside h2::after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #707070;
	bottom: -.75rem;
}

/* コンテンツ */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding: .75rem 1rem;
	border-bottom: 1px solid #ddd;
}

.blog .site-main > article:hover,
.archive .site-main > article:hover,
.search .site-main > article:hover {
	background: #fafafa;
}

/* メイン（heading） */
.site-main h1,
.site-main h3 {
	font-weight: normal;
}

.site-main h1,
.site-main h3 {
	margin-bottom: 1rem;
}

.entry-title,
.page-title {
	font-size: 1.1rem;
	padding-bottom: .7rem;
	border-bottom: 2px solid #eee;
	position: relative;
}

.archive-title{
	font-size: 1.1rem;
}

.entry-title::after,
.page-title::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #707070;
	bottom: -3px;
	left: 0;
	width: 20%;
}

/* メイン（site-main） */
.site-main .entry-date,
.site-main .entry-category {
	font-size: 0.875rem;
	margin: 0;
}

.site-main .entry-header{
	margin-bottom: 1rem;
}

/* side */
.wp-block-search__label {
	display: none;
}

/* Contents */
.wp-block-buttons {
	margin-top: 2rem;
	justify-content: center;
}

a.wp-block-button__link {
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 1rem 4rem;
	border-radius: 8px;
	text-decoration: none;
}

a.wp-block-button__link:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #000;
}

.wp-block-table td,
.wp-block-table th {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 1.5rem .75rem;
}

.wp-block-table tr>td:first-child {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.wp-block-media-text {
	margin-bottom: 3rem;
}

.wp-block-media-text .wp-block-button a {
	font-size: 1rem;
	font-weight: normal;
	padding: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.wp-block-media-text .wp-block-button a:hover {
	background-color: #ccc;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li {
	border-bottom: 1px dotted #ddd;
	padding: .75rem;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
	border-bottom: none;
}

/* next-prev */
.post-navigation {
	margin: 3rem 0;
}

.post-navigation .nav-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.post-navigation .nav-links .nav-previous {
	margin-right: 1rem;
}

.post-navigation .nav-links .nav-next {
	margin-left: auto;
}

.post-navigation .nav-links .nav-previous + .nav-next {
	margin-left: 1rem;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	display: block;
	/*border: 1px solid #ccc;*/
	position: relative;
}

.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
	/*background-color: #ccc;*/
	text-decoration: none;
}

.post-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-next a::before {
	display: block;
	content: "";
	position: absolute;
	margin-top: -0.15rem;
	top: 50%;
	width: 0.3rem;
	height: 0.3rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

.post-navigation .nav-links .nav-previous a {
	padding: 0.5rem 1rem 0.5rem 2rem;
}

.post-navigation .nav-links .nav-previous a::before {
	left: 1rem;
	transform: rotate(-135deg);
}

.post-navigation .nav-links .nav-next a {
	padding: 0.5rem 2rem 0.5rem 1rem;
}

.post-navigation .nav-links .nav-next a::before {
	right: 1rem;
	transform: rotate(45deg);
}

/* pagination */
.pagination .nav-links {
	margin-top: 3rem;
	margin-bottom: 3rem;
	text-align: center;
}

.pagination .nav-links .page-numbers {
	margin: 0 .25rem;
	border: 1px solid #ddd;
	padding: .5rem .75rem;
}

.pagination .nav-links .page-numbers:hover {
	background-color: #eee;
	text-decoration: none;
}

.pagination .nav-links .page-numbers.current {
	background-color: #ccc;
	border: none;
}

/* search button */
.wp-block-search__button{
	background: #efefef;
}
.wp-block-search__button svg{
	fill: #000;
}