@charset "utf-8";
/*
Theme Name:		【スマホ】招き猫まつり
Version:		1.0	
*/


/* --------------------------------------------------------------------------------
	html tag
-------------------------------------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 13vw 0 0;
	line-height: 1.5;
	font-size: 3.6vw;
	-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;
}
.common a:hover, .common a:active {
	text-decoration: none;
}


/* --------------------------------------------------------------------------------
	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;
	/**/
}

/********** プレースホルダー **********/
::-webkit-input-placeholder {
	color: #000;
}


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


/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {
}


/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
#header-sp {
	margin: 0 0 5vw;
	border-bottom: solid 2px #eaeaea;
}

/********** ヘッダー固定 **********/
#header-sp .h-fix {
	position: fixed;
	top: 2vw;
	right: 4vw;
	left: 4vw;
	z-index: 100;
	
	width: calc(100% - 8vw);
	padding: 0 0 0;
}

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

/********** ヘッダーinner **********/
#header-sp .header-inner {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	margin: 0;
	padding: 2vw 3% 3vw;
	border-radius: 1vw;
	background: #f4f2ee;
}

/* ロゴ */
#header-sp .header-inner .h-logo {
	width: 45vw;
	padding: 0 0 0 0;
}
#header-sp .header-inner .h-logo a {
	display: block;
	
}

/* メニューを開くボタン */
#header-sp .header-inner .h-btn-menu {
	padding: 3.3vw 0 0;
	width: 20vw;
}
#header-sp .header-inner .h-btn-menu img {
	display: block;
	width: 100%;
	height: auto;
}

/* ----------------------------------------
h-menu
---------------------------------------- */
#header-sp .h-menu {
	display: none;
	
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;

	width: 100%;
	height: 100%;

	overflow: auto;

	-webkit-overflow-scrolling: touch;
}

/********** オーバーレイ **********/
#header-sp .overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8);
}

/********** メニューの中身 **********/
#header-sp .h-menu .h-menu-wrapper {
	position: relative;
	top: 0;
	right: 2%;
	left: 2%;
	z-index: 100;
	
	width: 96%;
	padding: 0 0 0;
}
#header-sp .h-menu .h-menu-box {
	padding: 0 0 3vw;
}

/********** メニューの上部 **********/
#header-sp .h-menu .h-menu-headline {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	margin: 3vw 0 6vw;
	padding: 2vw 3% 3vw;
	border-radius: 1vw;
	background: #f4f2ee;
}

/* ロゴ */
#header-sp .h-menu .h-menu-headline .h-menu-logo {
	width: 45vw;
	padding: 0 0 0 0;
}
#header-sp .h-menu .h-menu-headline .h-menu-logo a {
	display: block;
	
}

/* メニューを開くボタン */
#header-sp .h-menu .h-menu-headline .h-menu-btn-close {
	padding: 3.3vw 0 0;
	width: 20vw;
}
#header-sp .h-menu .h-menu-headline .h-menu-btn-close img {
	display: block;
	width: 100%;
	height: auto;
}

/********** メニューリスト **********/
#header-sp .h-menu .h-menu-contents {
	margin: 0;
	padding: 0 3% 0;
	border-radius: 2vw;
	background: #f4f2ee;
}
#header-sp .h-menu .h-menu-contents ul li {
	border-bottom: dashed 0.4vw #333;
}
#header-sp .h-menu .h-menu-contents ul li:last-child {
	border-bottom: none;
}
#header-sp .h-menu .h-menu-contents ul li a {
	display: block;
	padding: 4vw 0 5.2vw;
	letter-spacing: -0.1em;
	font-size: 4.8vw;
}



/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper {
	padding: 0 2vw;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main {
	padding: 0 0 6vw;
}

#main .entry {
	margin: 0 0 6.5vw;
	padding: 3vw;
	border-radius: 1vw;
	line-height: 1.6;
	background: #fff;
}
#main .entry .wp-block-image {
	margin: 5vw 0;
}
#main .entry .wp-block-image:last-child {
	padding-bottom: 0;
}
#main .entry .wp-block-image img {
	display: block;
}
#main .entry .post-meta {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 2vw;
	font-size: 3.4vw;
}
#main .entry .post-meta .category {
	display: flex;
}
#main .entry .post-meta .category .heading {
	white-space: nowrap;
}

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

	word-break: break-all;
	
	text-align: center;
	padding: 5vw 0;
	font-size: 4.8vw;
	white-space: nowrap;
}
#main .wp-pagenavi .pages {
	display: none;
	padding: 1vw 2vw;
	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: 2.5vw 4.1vw;
}
#main .wp-pagenavi .current {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 8vw;
	height: 8vw;
	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: 8vw;
	height: 8vw;
	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: 2.5vw 4.1vw;
}
#main .wp-pagenavi a.last {
	display: none;
}



/* ----------------------------------------
アーカイブ見出し
---------------------------------------- */
#main .archive-heading {
	padding: 0 0 2.5vw;
	line-height: 1.2;
}
#main .archive-heading h2 {
	text-align: center;
	letter-spacing: 0.05em;
}
#main .archive-heading h2 .heading-en {
	display: block;
	font-weight: 700;
	font-size: 6vw;
}
#main .archive-heading h2 .heading-ja {
	display: block;
	font-weight: 500;
	font-size: 3.6vw;
}



/* ----------------------------------------
リスト-1
---------------------------------------- */
#main .recent-1 ul {
	padding: 0 0 4vw;
}
#main .recent-1 ul li {
	margin: 0 0 3vw;
}
#main .recent-1 ul li:last-child {
	margin-bottom: 0;
}
#main .recent-1 ul li a {
	display: flex;
	justify-content: space-between;

	width: 100%;
	padding: 3.2vw 3vw;
	text-decoration: none;
	border-radius: 2vw;
	background: #fff;
}

/* アイキャッチ */
#main .recent-1 ul li .eye-catch-image {
	width: 44.5%;
}
#main .recent-1 ul li .eye-catch-image img {
	width: 100%;
	height: 26vw;
	object-fit: cover;
}

/* post-data */
#main .recent-1 ul li .post-data {
	width: 52.5%;
}

/* 日付 */
#main .recent-1 ul li .datetime {
	position: relative;
	margin-top: -1.8vw;
	padding: 0 0 1vw;
	font-size: 3vw;
}

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

/* ----------------------------------------
リスト-2
---------------------------------------- */
#main .recent-2 {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 2.5vw;
	padding: 0 0 2vw;
}
#main .recent-2 ul {
	display: flex;

	/*
	幅は表示数が変更されたらこの<ul>の幅を都度更新してください
	liの幅が(70vw + 2vw)で、6つならば72vw * 6 + 2vw（この2vwは右側の隙間分）
	ex1) 72vw * 6 + 2 = 434vw
	ex2) 72vw * 9 + 2 = 650vw
	*/
	width: 434vw;
}
#main .recent-2 ul li {
	width: 70vw;
	margin: 0 0 0 2vw;
}
#main .recent-2 ul li:last-child {
	margin-bottom: 0;
}
#main .recent-2 ul li a {
	display: block;
	padding: 3.2vw 2.4vw 7vw;
	text-decoration: none;
	border-radius: 2vw;
	background: #fff;
}

/* アイキャッチ */
#main .recent-2 ul li .eye-catch-image {
	padding: 0 0 2vw;
}
#main .recent-2 ul li .eye-catch-image img {
	width: 100%;
	height: 43vw;
	object-fit: cover;
}

/* post-data */
#main .recent-2 ul li .post-data {
}

/* 日付 */
#main .recent-2 ul li .datetime {
	position: relative;
	margin-top: -1.8vw;
	padding: 0 0 1vw;
	font-size: 3vw;
}

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


#main .recent-3 {
	margin: 0 0 2.5vw;
	padding: 0 0 2vw;
}
#main .recent-3 ul {
}
#main .recent-3 ul li {
	padding: 0 0 3vw;
}
#main .recent-3 ul li a {
	display: block;
	padding: 3.2vw 2.4vw 7vw;
	text-decoration: none;
	border-radius: 2vw;
	background: #fff;
}

/* アイキャッチ */
#main .recent-3 ul li .eye-catch-image {
	padding: 0 0 2vw;
}
#main .recent-3 ul li .eye-catch-image img {
	width: 100%;
	height: 70vw;
	object-fit: cover;
}

/* post-data */
#main .recent-3 ul li .post-data {
}

/* 日付 */
#main .recent-3 ul li .datetime {
	position: relative;
	margin-top: -1.8vw;
	padding: 0 0 1vw;
	font-size: 4vw;
}

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


/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
	padding: 0 0 3vw;
}

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

}
#footer .f-sns ul li {
	padding: 0 4.5vw;
}
#footer .f-sns ul li a {
	display: block;
}
#footer .f-sns ul li img {
	display: block;
	width: 13vw;
	height: auto;
}

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


