@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		background: url(../img/cate_main.png) center top / cover no-repeat;
		height: 31.40625vw;
	}
	.main_cate_in {
		position: relative;
		font-family: 'Dela Gothic One';
		text-align: center;
		padding: 13vw 0 0;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		display: inline-block;
		color: #ffffff;
		background-color: #F4B5AD;
		font-size: 4.5vw;
		padding: 0 1.5vw;
	}
	
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
		background: url(../img/cate_main_sp.png) center top / cover no-repeat;
		height: 77vw;
	}
	.main_cate_in {
		position: relative;
		font-family: 'Dela Gothic One';
		text-align: center;
		padding: 37vw 0 0;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		display: inline-block;
		color: #ffffff;
		background-color: #F4B5AD;
		font-size: 6vw;
		letter-spacing: 0.1em;
		padding: 0 1.5vw;
	}
	
	
}











/* ================================================================================

	セクション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




/* ================================================================================

	カラーボックス

================================================================================ */

/* カラー01 */
.row_c01 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#f5f5f5;
	color: inherit;
}

/* カラー02 */
.row_c02 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#444444;
	color: #ffffff;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #cccccc;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 4px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
}




/* ================================================================================

	見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		
	}
	.h2_cate h2 {
		width: 657px;
		margin: 0 auto;
	}
	.h2_cate h2 img {
		width: 100%;
	}
	.row_c01 .h2_cate h2 {
		
	}
	.row_c02 .h2_cate h2 {
		
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4 !important;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		
	}
	.h2_cate h2 {
		width: 60vw;
		margin: 0 auto;
	}
	.h2_cate h2 img {
		width: 100%;
	}
	.row_c01 .h2_cate h2 {
		
	}
	.row_c02 .h2_cate h2 {
		
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4 !important;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




/* ================================================================================

	共通ボタン

================================================================================ */

@keyframes scroll-anim {
	100% {
		background-position: -100% 0;
	}
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common ul {
		font-size: 0;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
		font-family: 'Dela Gothic One';
		border: 5px solid #fff;
		border-radius: 30px;
		overflow: hidden;
		z-index: 1;
	}
	.link_common ul li a:after {
		content: '';
		position: absolute;
		background: url(../img/btn_cat.png) center top / contain no-repeat;
		width: 41px;
		height: 37px;
		bottom: -1px;
		right: -2px;
		transition-property: all;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
		transform: translate(39px,37px);
	}
	.link_common a:hover:after {
		transition-property: all;
		transition-duration: 0.1s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
		transform: translate(0,0);
	}
	
	.btn_yellow a {
		background: url(../img/btn_yellow.jpg) center top / 60% repeat;
		-moz-text-shadow: 2px 2px 3px rgba(62, 62, 62, 0.2);
		-webkit-text-shadow: 2px 2px 3px rgba(62, 62, 62, 0.2);
		-ms-text-shadow: 2px 2px 3px rgba(62, 62, 62, 0.2);
		text-shadow: 2px 2px 3px rgba(62, 62, 62, 0.2);
	}
	.btn_yellow a:hover {
		animation: scroll-anim 3s linear infinite;
		opacity: 1;
	}
	
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		font-size: 5vw;
		text-align: center;
		font-family: 'Dela Gothic One';
		border: 1vw solid #fff;
		border-radius: 4vw;
		color: #ffffff;
		padding: 2vw 10vw 3vw;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}
	.link_common ul li a:after {
		content: '';
		position: absolute;
		background: url(../img/btn_cat.png) center top / contain no-repeat;
		width: 10vw;
		height: 8vw;
		bottom: -0.5vw;
		right: -1.6vw;
	}
	
	.btn_yellow a {
		background: url(../img/btn_yellow.jpg) center top / 70% repeat;
		-moz-text-shadow: 2px 2px 3px rgba(62, 62, 62, 0.2);
		-webkit-text-shadow: 2px 2px 3px rgba(62, 62, 62, 0.2);
		-ms-text-shadow: 2px 2px 3px rgba(62, 62, 62, 0.2);
		text-shadow: 2px 2px 3px rgba(62, 62, 62, 0.2);
	}
	
	
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	実績紹介部分

================================================================================ */


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}




/* ================================================================================

	鍵しっぽについて

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.white_bg {
		background: url(../img/cat_white_bg.jpg) center top / 30% repeat;
		background-color: #ffffff;
		border-radius: 40px;
		padding: 60px;
		width: 1000px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.about_box01 {
		text-align: center;
	}
	
	.about_box04 {
		background: url(../img/cate_about_bg.png) center top / auto no-repeat;
		height: 736px;
	}
	.about_box04_content {
		padding: 175px 0 !important;
	}
	.about_box04_title p {
		display: inline-block;
		font-family: 'Dela Gothic One';
		font-size: 40px;
		color: #fff;
		background-color: #7CA39B;
		padding: 0px 15px;
		line-height: 1.4;
	}
	.about_box04_title p:not(:first-child) {
		margin-top: 0.3em;
	}
	.about_box04_title:before {
		content: '';
		position: absolute;
		background: url(../img/azuki_illust_03.png) center top / contain no-repeat;
		width: 6vw;
		height: 7vw;
		top: -4.8vw;
		left: -1.4vw;
	}
	
	.about_box04_text {
		background-color: #ffffff;
		padding: 20px;
		border-radius: 24px;
	}
	
	.about_map {
		background: url(../img/btn_yellow.jpg) center top / 40% repeat;
		padding: 20px;
		border-radius: 20px;
	}
	.about_map iframe {
		border-radius: 10px;
	}
	
	.itemlist_box01:before {
		content: '';
		background: url(../img/mugi_img01.png) center top / contain no-repeat;
		position: absolute;
		width: 200px;
		height: 221px;
		top: -212px;
		left: 40px;
	}
	
	/* アイテム */
	.item_list {
		position: relative;
		overflow: hidden;
		border: 10px solid #fff;
		border-radius: 40px;
		z-index: 1;
	}
	.item_list a {
		font-family: 'Dela Gothic One';
		text-align: center;
		font-size: 33px;
		color: #ffffff;
		display: block;
	}
	.item_list a:hover {
		opacity: 1;
	}
	.item_list a img {
		transition-property: all;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	.item_list a:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	.item_title {
		position: absolute;
		top: 52px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.about_banner01,.about_banner02 {
		padding: 15px;
		background-color: #fff;
		border-radius: 20px;
	}
	.about_banner01 {
		margin-right: 20px;
	}
	
	.about_banner_box02 {
		width: 820px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.white_bg {
		background: url(../img/cat_white_bg.jpg) center top / contain repeat;
		background-color: #ffffff;
		border-radius: 4vw;
		padding: 6vw 6vw 12vw;
	}
	
	.about_box01 {
		text-align: center;
	}
	
	.about_box04 {
		background: url(../img/cate_about_bg_sp.png) center top / cover no-repeat;
		height: 175vw;
		margin-bottom: 18vw;
	}
	.about_box04_content {
		padding: 18vw 6vw;
	}
	
	.about_box04_title {
		margin-top: 8vw;
		text-align: center;
	}
	.about_box04_title p {
		display: inline-block;
		font-family: 'Dela Gothic One';
		font-size: 8vw;
		color: #fff;
		background-color: #7CA39B;
		padding: 0 3vw;
		line-height: 1.4;
	}
	.about_box04_title p:not(:first-child) {
		margin-top: 0.3em;
	}
	.about_box04_title:before {
		content: '';
		position: absolute;
		background: url(../img/azuki_illust_03.png) center top / contain no-repeat;
		width: 17vw;
		height: 18vw;
		top: -13.4vw;
		left: 4.6vw;
	}
	
	.about_box04_text {
		background-color: #ffffff;
		padding: 4vw;
		border-radius: 4vw;
	}
	
	.about_map {
		background: url(../img/btn_yellow.jpg) center top / 50% repeat;
		padding: 3vw;
		border-radius: 4vw;
	}
	.about_map iframe {
		border-radius: 2vw;
	}
	
	.itemlist_box01:before {
		content: '';
		background: url(../img/mugi_img01.png) center top / contain no-repeat;
		position: absolute;
		width: 30vw;
		height: 33vw;
		top: -30vw;
		right: -2vw;
		z-index: -1;
	}
	
	/* アイテム */
	.item_list {
		position: relative;
		height: 30vw;
	}
	.item_list img {
		object-fit: cover;
		width: 100%;
		height: 30vw;
		border: 1.5vw solid #fff;
		border-radius: 4vw;
	}
	.item_list a {
		font-family: 'Dela Gothic One';
		text-align: center;
		font-size: 6vw;
		color: #ffffff;
		display: block;
	}
	.item_list a:hover {
		opacity: 1;
	}
	
	.item_title {
		position: absolute;
		top: 9.4vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.sp_blank {
		height: 4vw;
	}
	
	.about_banner01,.about_banner02 {
		padding: 4vw;
		background-color: #fff;
		border-radius: 6vw;
		margin-bottom: 4vw;
	}
	
	.about_banner_box02 {
	}
	
}





/* ================================================================================

	〇〇ページ

================================================================================ */
.item_h3_pink h3 {
	background-color: #F3B5AE;
}
.item_h3_green h3 {
	background-color: #7CA39B;
}
.item_h3_orange h3 {
	background-color: #F0AB5C;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.item_h3 {
		text-align: center;
	}
	.item_h3 h3 {
		display: inline-block;
		font-size: 50px;
		padding: 5px 20px 11px;
		color: #fff;
	}
	
	.item01,.item02,.item03 {
		margin-right: 20px;
	}
	
	/* 記事 */
	.item_list_box {
		background: url(../img/cat_white_bg.jpg) center top / contain repeat;
		background-color: #ffffff;
		padding: 26px;
		border-radius: 24px;
		letter-spacing: 0.05em;
	}
	
	/* サムネイル */
	.item_list_box img {
		height: 160px;
		object-fit: cover;
		width: 100%;
	}
	
	/* 商品名 */
	.item_list_box .item_box_title {
		margin-top: 16px;
		font-size: 18px;
	}
	.item_list_box .item_box_title h4 {
		line-height: 1.4 !important;
	}
	
	/* 商品値段 */
	.item_list_box .item_box_price {
		font-size: 18px;
		margin-top: 5px;
	}
	
	
	.item_row ul {
		font-size: 0;
		text-align: center;
	}
	
	.item_row a {
		position: relative;
		color: #3d3d3d;
		display: inline-block;
		vertical-align: top;
	}
	.item_row a:nth-of-type(2) {
		margin: 0 35px;
	}
	
	/* 記事 */
	.item_row ul li {
		width: 310px;
		background: url(../img/cat_white_bg.jpg) center top / contain repeat;
		background-color: #ffffff;
		font-size: 20px;
		padding: 26px;
		border-radius: 24px;
		text-align: left;
		height: 340px;
		letter-spacing: 0.05em;
	}
	
	/* サムネイル */
	.item_row ul li .item_list_thumb img {
		height: 200px;
		object-fit: cover;
	}
	
	/* 記事見出し */
	.item_row ul li .item_list_title {
		line-height: 1.4;
		margin-top: 16px;
	}
	
	
	.item_row_box section:nth-of-type(4n-3):before {
		content: '';
		position: absolute;
		background: url(../img/cate_mugi01.png) center top / contain no-repeat;
		width: 120px;
		height: 128px;
		top: 20px;
		right: -50px;
		transform: rotate(24deg);
	}
	.item_row_box section:nth-of-type(4n-2):before {
		content: '';
		position: absolute;
		background: url(../img/cate_azuki01.png) center top / contain no-repeat;
		width: 83px;
		height: 143px;
		bottom: 30px;
		left: -53px;
		transform: rotate(-44deg);
	}
	.item_row_box section:nth-of-type(4n-1):before {
		content: '';
		position: absolute;
		background: url(../img/azuki_illust_04.png) center top / contain no-repeat;
		width: 106px;
		height: 114px;
		top: 30px;
		right: -80px;
		transform: rotate(32deg);
	}
	.item_row_box section:nth-of-type(4n):before {
		content: '';
		position: absolute;
		background: url(../img/mugi_illust_03.png) center top / contain no-repeat;
		width: 106px;
		height: 131px;
		bottom: 30px;
		left: -69px;
		transform: rotate(-26deg);
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.item_h3 {
		text-align: center;
	}
	.item_h3 h3 {
		display: inline-block;
		font-size: 7vw;
		padding: 1vw 3vw 2vw;
		color: #fff;
	}
	
	.item_row_box:before {
		content: '';
		position: absolute;
		background: url(../img/cate_mugi01.png) center top / contain no-repeat;
		width: 20vw;
		height: 21vw;
		top: -20vw;
		right: 0;
		z-index: -1;
	}
	.item_row_box:after {
		content: '';
		position: absolute;
		background: url(../img/cate_azuki01.png) center top / contain no-repeat;
		width: 14vw;
		height: 24vw;
		top: -19vw;
		left: 2vw;
		z-index: -1;
	}
	
	/* 記事 */
	.item_list_box {
		background: url(../img/cat_white_bg.jpg) center top / contain repeat;
		background-color: #ffffff;
		font-size: 3.8vw;
		padding: 4vw;
		border-radius: 4vw;
		letter-spacing: 0.05em;
		width: 44vw;
		margin-bottom: 4vw;
	}
	
	.item01,.item03 {
		margin-right: 4vw;
	}
	.item03,.item04 {
		margin-bottom: 0;
	}
	
	/* サムネイル */
	.item_list_box img {
		height: 35vw;
		object-fit: cover;
		width: 100%;
	}
	
	/* 商品名 */
	.item_list_box .item_box_title {
		margin-top: 3vw;
	}
	.item_list_box .item_box_title h4 {
		line-height: 1.4 !important;
	}
	
	/* 商品値段 */
	.item_list_box .item_box_price {
		line-height: 1.4;
		margin-top: 2vw;
	}
	
	
	.item_row a {
		position: relative;
		color: #3d3d3d;
		display: block;
	}
	.item_row a:nth-of-type(2) {
		margin: 4vw 0;
	}
	
	/* 記事 */
	.item_row ul li {
		background: url(../img/cat_white_bg.jpg) center top / contain repeat;
		background-color: #ffffff;
		padding: 4vw;
		border-radius: 4vw;
		letter-spacing: 0.05em;
		height: 38vw;
	}
	
	/* サムネイル */
	.item_row ul li .item_list_thumb {
		float: left;
		margin-right: 3vw;
	}
	.item_row ul li .item_list_thumb img {
		height: 30vw;
		width: 35vw;
		object-fit: cover;
	}
	
	/* 記事見出し */
	.item_row ul li .item_list_title {
		line-height: 1.4;
		font-size: 3.8vw;
		display: table-cell;
		width: 42vw;
		vertical-align: middle;
		height: 30vw;
	}
	
	
}




/* ================================================================================

	オリジナル・ハンドメイド雑貨

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.original_item01 {
		margin-right: 20px;
	}
	
	/* 記事 */
	.original_item_list_box {
		background: url(../img/cat_white_bg.jpg) center top / contain repeat;
		background-color: #ffffff;
		padding: 26px;
		border-radius: 24px;
		letter-spacing: 0.05em;
	}
	
	/* サムネイル */
	.original_item_list_box img {
		height: 280px;
		object-fit: cover;
		width: 100%;
	}
	
	/* 商品名 */
	.original_item_list_box .original_item_box_title {
		margin-top: 20px;
		font-size: 22px;
	}
	.original_item_list_box .original_item_box_title h4 {
		line-height: 1.4 !important;
	}
	
	/* 商品値段 */
	.original_item_list_box .original_item_box_price {
		font-size: 22px;
		margin-top: 5px;
	}
	
	.original_row02 {
		background: url(../img/original_row02_bg.png) center top / auto no-repeat;
		height: 1029px;
		padding: 290px 0 0;
	}
	.original_row02 .original_row02_title {
		position: absolute;
		z-index: 1;
		top: -40px;
	}
	.original_row02 .original_row02_title h2 {
		width: 657px;
		margin: 0 auto;
	}
	.original_row02 .original_row02_title img {
		width: 100%;
	}
	.original_row02 .original_row02_text {
		background-color: #fff;
		border-radius: 40px;
		text-align: center;
		padding: 110px 60px 60px;
		font-size: 22px;
	}
	.original_row02 .original_row02_text p:not(:first-child) {
		margin-top: 0.5em;
	}
	.original_row02 .original_row02_text:after {
		content: '';
		position: absolute;
		background: url(../img/mugiazu_illust_01.png) center top / contain no-repeat;
		width: 373.5px;
		height: 228.5px;
		right: -85px;
		bottom: -90px;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* 記事 */
	.original_item_list_box {
		background: url(../img/cat_white_bg.jpg) center top / contain repeat;
		background-color: #ffffff;
		font-size: 3.8vw;
		padding: 4vw;
		border-radius: 4vw;
		letter-spacing: 0.05em;
		width: 44vw;
		margin-bottom: 4vw;
	}
	.original_item01 {
		margin-right: 4vw;
	}
	
	/* サムネイル */
	.original_item_list_box img {
		height: 35vw;
		object-fit: cover;
		width: 100%;
	}
	
	/* 商品名 */
	.original_item_list_box .original_item_box_title {
		margin-top: 3vw;
	}
	.original_item_list_box .original_item_box_title h4 {
		line-height: 1.4;
	}
	
	/* 商品値段 */
	.original_item_list_box .original_item_box_price {
		line-height: 1.4;
		margin-top: 2vw;
	}
	
	.sp_original:before,
	.sp_original:after {
		display: none;
	}
	
	.original_row02 {
		background: url(../img/original_row02_bg_sp.png) center top / cover no-repeat;
		height: 138vw;
		padding: 29vw 0 0;
	}
	
	/* 見出し */
	.original_row02_title {
		position: absolute;
		z-index: 2;
		top: -5vw;
	}
	.original_row02_title h2 {
		width: 80vw;
		margin: 0 auto;
	}
	.original_row02_title h2 img {
		width: 100%;
	}
	
	/* テキスト */
	.original_row02_text {
		background-color: #ffffff;
		border-radius: 4vw;
		text-align: center;
		margin: 0 6vw;
		padding: 14vw 6vw 10vw;
		line-height: 1.6;
		z-index: 1;
	}
	.original_row02_text p:not(:first-child) {
		margin-top: 0.6em;
	}
	
	.original_row02_text:after {
		content: '';
		position: absolute;
		background: url(../img/mugiazu_illust_01.png) center top / contain no-repeat;
		width: 40vw;
		height: 25vw;
		right: -12vw;
		bottom: -7vw;
	}
	
}




/* ================================================================================

	〇〇ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





/* ================================================================================

	〇〇ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





/* ================================================================================

	アクセスページ

================================================================================ */

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}