@charset "utf-8";
/*
Theme Name:		招き猫まつり
Version:		1.0
*/
/* --------------------------------------------------------------------------------
	html tag
-------------------------------------------------------------------------------- */
body {
	min-width: 1250px;
	margin: 0;
	padding: 130px 0 0;
	line-height: 1.5;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #333;
	background: #f4f2ee;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


* {
	box-sizing: border-box;
}


/* --------------------------------------------------------------------------------
	common
-------------------------------------------------------------------------------- */
* {
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
}
.common * {
	margin: 0;
	padding: 0;
}
.common ul, .common ul li .common ol, .common ol li {
	list-style: none;
}
.common h1, .common h2, .common h3, .common h4, .common h5, .common h6, .common input, .common textarea {
	font-weight: normal;
	font-size: 1em;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a {
	text-decoration: none;
	color: #000;
}
.common a:link, .common a:visited {
	text-decoration: none;
	color: #000;
}
.common a:hover, .common a:active {
	text-decoration: underline;
	color: #000;
}

/* --------------------------------------------------------------------------------
	class
-------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
br.clear {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	font-size: 0;
}
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
/********** プレースホルダー **********/
::-webkit-input-placeholder {
	color: #000;
}


/* --------------------------------------------------------------------------------
	device
-------------------------------------------------------------------------------- */
.device-sp {
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}


/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {
	width: 1140px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
}

/********** ヘッダー固定 **********/
#header .h-fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	
	width: 100%;
	padding: 10px 0 0;
}

/********** アンカー位置調整用 **********/
.scroll-margin {
	scroll-margin: 120px;
}

/********** ヘッダーinner **********/
#header .header-inner {
	display: flex;
	justify-content: space-between;
	
	width: 1100px;
	margin: 0 auto;
	padding: 10px 0 10px;
	border-radius: 5px;
	background: #f4f2ee;
}

/* ロゴ */
#header .header-inner .h-logo {
	width: 320px;
	padding: 0 0 0 20px;
}
#header .header-inner .h-logo a {
	display: block;
	
}

/* ナビゲーション */
#header .header-inner .h-nav {
	padding: 28px 0 0;
}
#header .header-inner .h-nav ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 0 20px 0 0;
}
#header .header-inner .h-nav ul li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 14px;
}
#header .header-inner .h-nav ul li::after {
	content: '';
	
	position: absolute;
	right: 0;
	
	display: block;
	width: 1px;
	height: 15px;
	
	background: #d1cab6;
}
#header .header-inner .h-nav ul li:last-child {
	padding-right: 0;
}
#header .header-inner .h-nav ul li:last-child::after {
	display: none;
}
#header .header-inner .h-nav ul li a {
	letter-spacing: 0.04em;
}



/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper {
	padding: 0 0 80px;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main {
}

#main .entry {
	margin: 0 0 40px;
	padding: 58px;
	border-radius: 10px;
	line-height: 2;
	background: #fff;
}
#main .entry .entry-body {
}
#main .entry .wp-block-image {
	margin: 30px auto;
}

#main .entry .aligncenter {
	display: block;
	margin: 0 auto;
}



/********** wp-pagenavi **********/
#main .wp-pagenavi {
	display: flex;
	justify-content: center;

	word-break: break-all;
	
	text-align: center;
	padding: 5px 0;
	font-size: 18px;
	white-space: nowrap;
}
#main .wp-pagenavi .pages {
	display: none;
	padding: 5px 10px;
	border: none;
}
#main .wp-pagenavi a.first {
	display: none;
}
#main .wp-pagenavi a.previouspostslink {
	text-indent: -9999px;
	text-align: left;
	background: url(images/common/btn-arr-left.svg) no-repeat 50% 50%;
	background-size: 10px 16px;
}
#main .wp-pagenavi .current {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: none;
	font-weight: 500;
	color: #fff;
	background: #333;
}
#main .wp-pagenavi .extend {
	border: none;
}
#main .wp-pagenavi a {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: none;
	font-weight: 500;
}
#main .wp-pagenavi a.nextpostslink {
	text-indent: -9999px;
	text-align: left;
	background: url(images/common/btn-arr-right.svg) no-repeat 50% 50%;
	background-size: 10px 16px;
}
#main .wp-pagenavi a.last {
	display: none;
}



/* ----------------------------------------
アーカイブ見出し
---------------------------------------- */
#main .archive-heading {
	padding: 0 0 30px;
	line-height: 1.2;
}
#main .archive-heading h2 {
	padding: 0 0 5px;
	text-align: center;
}
#main .archive-heading h2 .heading-en {
	display: block;
	font-weight: 700;
	font-size: 40px;
}
#main .archive-heading h2 .heading-ja {
	display: block;
	font-weight: 500;
	font-size: 24px;
}


/* ----------------------------------------
リスト
---------------------------------------- */
#main .recent ul {
	display: flex;
	flex-wrap: wrap;

	width: 100%;
}
#main .recent ul li {
	width: 360px;
	margin: 0 30px 50px 0;
}
#main .recent ul li:nth-of-type(3n) {
	margin-right: 0;
}
#main .recent ul li a {
	display: block;
	padding: 20px 20px 45px;
	text-decoration: none;
	border-radius: 10px;
	background: #fff;
}

/* アイキャッチ */
#main .recent ul li .eye-catch-image {
	padding: 0 0 12px;
}
#main .recent ul li .eye-catch-image img {
	width: 320px;
	height: 210px;
	object-fit: cover;
}

/* 日付 */
#main .recent ul li .datetime {
	padding: 0 0 4px;
	font-size: 16px;
}

/* タイトル */
#main .recent ul li .title {
	font-size: 18px;
}


/* ----------------------------------------
リスト-2
---------------------------------------- */
#main .recent-2 ul {

}


/* ----------------------------------------
リスト-3
---------------------------------------- */
#main .recent-3 ul li {
	margin-bottom: 30px;
}



/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
	padding: 0 0 30px;
}

/********** SNS **********/
#footer .f-sns {
	padding: 0 0 20px;
}
#footer .f-sns ul {
	display: flex;
	justify-content: center;

}
#footer .f-sns ul li {
	padding: 0 15px;
}
#footer .f-sns ul li a {
	display: block;
}
#footer .f-sns ul li img {
	display: block;
	width: 60px;
	height: auto;
}

/********** コピーライト **********/
#footer .copyright {
	text-align: center;
}
#footer .copyright small {
	font-size: 14px;
}

