@charset "UTF-8";

/* Famille Cumulus カスタマイズ用CSS (Template = Market Pro) */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

html {
	font-size: 10px;
}
body {
	font-size: 1.6rem;
}
body, h2, h3, h4, h5, h6, .entry-title {
	font-style: normal;
}

.font-sans-serif,
body, h2, h3, h4, h5, h6, .entry-title {
	font-family: "Arial", "BIZ UDGothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.font-serif,
.site-title,
.entry-title,
.entry h2,
.wp-block-button {
	font-family: "Times New Roman", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "YuMincho", serif;
}

/* 丸ゴシック */
.font-rounded {
	font-family: "M PLUS Rounded 1c", sans-serif;
}

/* 大文字表示を解除 */
.site-title, .site-footer {
	text-transform: none;
}

/*************************************/
.site-header {
	border-bottom: 1px solid #e5e5e5;
}
.title-area {
    background-image: url(images/site-title.png);
}
.site-title {
	font-size: 7.5vw;
	letter-spacing: 0.075em;
}
.site-description {
	display: flex;
	justify-content: center;
	text-align: left;
	font-size: 2.5vw;
	letter-spacing: 0.125em;
}
@media screen and (min-width: 640px) {
	.site-title {
		font-size: 48px;
	}
	.site-description {
		font-size: 16px;
	}
}

.entry-title {
	display: flex;
	justify-content: center;
	padding: 0.5em;
	font-size: 24px;
	background: #fafafa;
}

.content .wp-block-button .wp-block-button__link {
	letter-spacing: 1px;
	color: #333;
	background: #FCE1D0;
	box-shadow: 4px 4px 8px #E2C49B;
}
.content .wp-block-button .wp-block-button__link:hover {
	color: #666;
	box-shadow: 4px 4px 4px #E2C49B;
	transform: translateY(2px);
}

.home .site-inner {
	margin-top: 0;
}

.home .home-section {
	padding: 32px 0;
	border-bottom: 2px dotted #e5e5e5
}
.home h2 {
    color: #7d947d;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
	margin-bottom: 16px;
}

.home .wp-block-cover {
	position: relative;
}
.home .wp-block-cover * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.home .wp-block-cover a {
	font-size: 1.5em;
	color: #333;
	text-shadow: 2px 2px 3px #fff;
}

/* 画像にマウスカーソルを当てた時 */
.home figure a:hover {
	opacity: 0.9;
}
.home .wp-block-cover a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 600px) and (max-width: 781px) {
	.home #links .wp-block-columns ,
	.home #categories .wp-block-columns {
		flex-wrap: no-wrap;
		justify-content: space-between;
	}
	.home #links .wp-block-columns > .wp-block-column,
	.home #categories .wp-block-columns > .wp-block-column {
		flex-basis: calc(33.33% - 0.85em) !important; 
		margin: 0;
	}
}
.home #links .wp-block-cover img {
	border-radius: 8px;
	box-shadow: 2px 2px 4px #ccc;
}
@media screen and (max-width: 599px) {
	.home #links .wp-block-column {
		margin-bottom: 16px;
	}
}
@media (min-width: 600px) and (max-width: 781px) {
	.home #links .wp-block-cover {
		min-height: 180px !important;
	}
}

/* 商品カテゴリーリンク */
.home #categories .wp-block-image {
	height: 250px;
}
.home #categories .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	border-radius: 8px;
	box-shadow: 2px 2px 4px #ccc;
}
@media screen and (max-width: 599px) {
	.home #categories .wp-block-columns {
		margin-bottom: 0;
	}
	.home #categories .wp-block-column {
		margin-bottom: 32px;
	}
}
@media (min-width: 600px) and (max-width: 781px) {
	.home #categories .wp-block-image {
		height: 180px;
	}
}
.home #categories .wp-block-column p {
	margin: 0;
	line-height: 1.5;
}

/* 最近の投稿 */
.home .wp-block-post-template {
	margin-left: 0;
}
.home .wp-block-post {
	list-style: none; 
}
.home .wp-block-post > .wp-block-group {
	padding: 0 !important;
}
.home .wp-block-post-featured-image {
	position: relative;
	width: 100%;
	height: 0;
	padding: 100% 0 0 0;
}
.home .wp-block-post-featured-image a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home .wp-block-post .wp-post-image {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	border-radius: 8px;
	box-shadow: 2px 2px 4px #ccc;
}
.home .wp-block-post .wp-block-post-title {
	display: flex;
	justify-content: center;
	margin: 0;
	font-size: 16px;
}
.home .wp-block-post .wp-block-post-date {
	display: flex;
	justify-content: center;
	margin: 0;
	font-size: 12px;
	color: #999;
}
@media screen and (max-width:1200px) {
	.home .wp-block-post {
		width: calc(33.33% - 0.85em) !important; 
	}
}
@media screen and (max-width:720px) {
	.home .wp-block-post {
		width: calc(50% - 0.65em) !important; 
	}
}
@media screen and (max-width:480px) {
	.home .wp-block-post {
		width: 100% !important; 
	}
}

.home #sns h3 {
	margin: 12px 0 0;
}
.home #sns .wp-block-cover img {
	border-radius: 8px;
	box-shadow: 2px 2px 4px #ccc;
}


@media screen and (min-width:782px) {

.item-list .wp-block-column .wp-block-image {
	padding: 100% 0 0 0;
	height: 0;
	position: relative;
}
.item-list .wp-block-column .wp-block-image a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.item-list .wp-block-column .wp-block-image a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
}
.item-list .wp-block-column ul {
	font-size: 0.875em;
	margin-left: 0;
}
.item-list .wp-block-column ul li {
	list-style: none;
}
.item-list .wp-block-column ul li:nth-of-type(1) {
	font-size: 1.125em;
	font-weight: 700;
	color: #555;
}
.item-list .wp-block-column ul li:nth-of-type(2) {
	line-height: 1.5;
	color: #666;
}
.item-list .wp-block-column ul li:nth-of-type(3) {
	text-align: right;
	font-size: 1.125em;
	font-weight: 700;
	color: #610;
}
.item-list .wp-block-column ul li:nth-of-type(3):before {
	content: "￥";
}
.item-list .wp-block-column ul li a {
	color: inherit;
	text-decoration: none;
}
