@charset "UTF-8";
/* 2022.1110 Kishimoto */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap');
/* --------------------------------------------------------------------------
     PC用ここから min-width 1024px
---------------------------------------------------------------------------- */
/* 基本設定　ここから */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	max-width: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 100%;
	height: auto;
	overflow-x: hidden!important;
	scroll-behavior: smooth;
}
p {
	font-size: 16px;
	font-size: 1.6em;
	color: #100F0F;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
li {
	list-style: none;
}
img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
/* clearfix　ここから */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* clearfix　ここまで */
* {
	margin: 0;
	padding: 0;
}
/* Google Map レスポンシブ　ここまで */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.blog_body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
 @media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 100%;
	height: auto;
	overflow-x: hidden!important;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.clearfix:after {  /* clearfix　ここから */
	　　　　content: ".";
	　　　　display: block;
	　　　　height: 0;
	　　clear: both;
	　　visibility: hidden;
}/* clearfix　ここまで */
p {
	font-size: 14px;
	font-size: 1.4em;
	color: #100F0F;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
}
/* ---------------------基本設定　ここまで ---------------------- */


/* ===================================================
       header
  ===================================================*/
header {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.blog_h1_area {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #100F0F;
}
.blog_h1_area h1 {
	flex-basis: 25%;
	margin: 0 auto;
}
.gnav {
	flex-basis: 60%;
	margin: 0 auto;
}
.gnav ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.gnav li {
	margin: 5px 1%;
}
.gnav li a {
	text-decoration: none;
}
.home_icon::before {
	content: '\f015';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 2rem;
	color: #100F0F;
}
.seach_icon::before {
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 2rem;
	color: #100F0F;
}
 @media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.blog_h1_area {
	width: 100%;
	margin: 0 auto;
	padding: 5% 2% 3% 2%;
}
.blog_h1_area h1 {
	flex-basis: 65%;
	margin: 0 0 0 5%;
}
.gnav {
	flex-basis: 20%;
	margin: 0 5% 0 0;
}
.gnav ul {
	margin: 0 1%;
}
.gnav li {
	margin: 1% 10%;
}
}
/* =========================================
       main
  =========================================*/
.blog_h2 {
	text-align: center;
	margin: 3% auto 1% auto;
	font-size: 3rem;
	font-weight: 600;
}
.blog_h3 {
	text-align: center;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 400;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.blog_h2 {
	margin: 3% auto 1% auto;
	font-size: 2.4rem;
}
.blog_h3 {
	text-align: left;
	margin: 5%;
	font-size: 1.4rem;
}
}
/*----- contents ---*/
.contents {
	width: 90%;
	margin: 3% auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.main_contents_ul {
	flex-basis: 70%;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.main_contents_li {
	flex-basis: 31%;
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 2px 3px rgba(0,0,0,.8));
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,.8));
	margin: 1%;
}
.main_contents_li img {
	width: 94%;
	margin: 3%;
	padding: 0;
}
.article_content {
	width: 92%;
	margin: 0 auto 8% auto;
}
.article_content .post_dating {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	color: #100F0F;
}
.category_type {
	width: 100%;
	padding: 1% 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 2% 1%;
}
.category_name {
	display: inline-block;
	background-color: #a9a9a9;
	margin: 0 1% 1% 0;
	padding: 0.3rem 1rem;
	border-radius: 3px;
}
.category_name a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 400;
}
.article_tittle {
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: 1px solid #100F0F;
	padding: 2% 0 5% 0;
}
.article_text {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 2% 0;
}
.read_more {
	display: block;
	margin: 2% 0 5% 0;
	float: right;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0.3rem 1rem;
	border: 1px solid #100F0F;
	color: #100F0F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all 1s;
}
.read_more:hover {
	border: 1px solid #100F0F;
	background-color: #100F0F;
	color: #fff;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.contents {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.main_contents_ul {
	flex-basis: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.main_contents_li {
	flex-basis: 100%;
	margin: 2% auto;
}
}
/*---- side_contents サイドカラム ------------*/
.side_contents {
	flex-basis: 30%;
	margin: 0;
}
.side_box {/*最新記事・カテゴリ*/
	width: 90%;
	padding: 0;
	margin: 5% auto 15% auto;
}
.side_tittle {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #100F0F;
	border-bottom: 1px solid #100F0F;
	padding: 2% 0;
}
.side_tittle a {
	text-decoration: none;
	color: #100F0F;
}
.side_box ul {
	width: 93%;
	margin: 2% 0 0 5%;
}
.side_box li {
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0;
	margin: 2% 0 2% 3%;
	list-style: square;
}
.side_box li a {
	text-decoration: none;
	color: #100F0F;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.side_box {
	width: 95%;
	padding: 0;
	margin: 5% auto 15% auto;
}
}
/* =========================================
       全店の一覧
  =========================================*/
.shop_list_section {
	width: 100%;
	margin: 0 auto;
	padding: 1% 0;
}
.shop_list_ul {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.shop_list_li {
	flex-basis: 12%;
	margin: 5px auto;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.shop_list_li a {
	text-decoration: none;
	color: #fff;
}
.vivo_list {
	background-color: #b39d7a;
}
.bearsi_list {
	background-color: #d5a59d;
}
@media screen and (max-width:767.98px) { /* 変更点。0.02引く。 */
.shop_list_ul {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.shop_list_li {
	flex-basis: 48%;
	margin: 3px auto;
}
}
/* =========================================
       footer
  =========================================*/
footer {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.c-copyright {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color: #100F0F;
	text-align: center;
	padding: 8px 3%;
}
.c-container {
	color: #fff;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
footer {
	padding: 0;
}
.c-copyright {
	text-align: center;
}
}
/*=====================
   topへ戻るボタン
=======================*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 2rem;
	line-height: 1;
	z-index: 99;
}
#page-top a {
	background: #100F0F;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 20px 5px;
	text-align: center;
	display: block;
	opacity: 0.9;
	transition: all .3s ease;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
#page-top a::before {
	content: '\f062';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
#page-top {
	position: fixed;
	bottom: 30px;
	right: 0px;
	font-size: 1rem;
	line-height: 1;
	z-index: 99;
}
#page-top a {
	background: #100F0F;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	opacity: 0.9;
	transition: all .3s ease;
}
}
/* --------------------------------------------------------------------------
    post.html（投稿ページ）
---------------------------------------------------------------------------- */
/*---- パンくず ----*/
.bread_div {
	width: 90%;
	margin: 2% auto 1% auto;
	padding: 0;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-weight: normal;/*ノーマル*/
	font-size: 1.6rem;
}
.breadcrumb li:after {
	/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #555;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #000;
	margin: 0 5px;
}
.breadcrumb li:first-child a:before {
	/*家アイコン*/
	font-family: FontAwesome;
	content: '\f015';
	font-weight: normal;
	font-size: 1.6rem;
	color: #000;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.bread_div {
	width: 90%;
	margin: 5% auto 3% auto;
	padding: 0;
}
.breadcrumb li {
	font-size: 1.4rem;
}
}
/*----メインコンテンツ ----*/
.post_contents {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.post_main_contents {
	flex-basis: 70%;
	margin: 0;
	padding: 1%;
}
.post_main_contents .article_tittle {
	font-size: 2rem;
	position: relative;
	margin-bottom: 0.2rem;
	padding: 1rem 2rem;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: 500;
}
.post_main_contents .article_tittle:before {
	position: absolute;
	content: '';
	width: 15%;
	left: 0;
	bottom: -1px;
	border-bottom: 5px solid #000;
}
.post_box {
	padding: 0 2%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.post_main_contents .post_box .post_dating {
	font-size: 2rem;
	font-weight: 400;
	padding: 1% 2%;
}
.new_arrival_mark {
	font-size: 1.7rem;
	font-weight: 400;
	color: #fff;
	background-color: #9D0404;
	padding: 0 1rem;
	margin: 0 10px;
	border-radius: 3px;　
}
.post_main_contents .post_box .category_type {
	margin: 0 1%;
}
.post_box .article_text {
	font-size: 1.7rem;
	margin: 2% auto;
	line-height: 3rem;
}
.post_in_img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.post_contents {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.post_main_contents {
	flex-basis: 100%;
	margin: 0 auto;
}
.post_main_contents .article_tittle {
	font-size: 1.6rem;
	padding: 1rem;
}
.post_main_contents .post_box {
    padding: 0;
	width: 98%;
}
.post_main_contents .post_box .category_type {
    margin: 3% 1% 0 1%;
}
.post_box .article_text {
	font-size: 1.4rem;
	line-height: 2.6rem;
}
}
/*---- ページネーション ----*/
.Pagination {
	display: flex;
	align-items: center;
	margin: 5% auto;
    width: 100%;
    justify-content: center;
}
.Pagination-Item-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    background: #fff;
    border: solid 1px #111;
    font-size: 1.4rem;
    color: #111;
    font-weight: 400;
    transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
	width: 1.8rem;
}
.Pagination-Item-Link.isActive {
	background: #111;
	color: #fff;
	pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
	background: #111;
	color: #fff;
}
.Pagination > * + * {
	margin-left: 12px;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
}

/* --------------------------------------------------------------------------
    archive.html（アーカイブページ）
---------------------------------------------------------------------------- */
.archive_contents {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.archive_main_contents {
	flex-basis: 70%;
	margin: 0;
	padding: 1%;
}
.archive_h2 {
	font-size: 2rem;
	position: relative;
	margin-bottom: 0.2rem;
	padding: 1rem 2rem;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: 500;
}
.archive_h2:before {
	position: absolute;
	content: '';
	width: 15%;
	left: 0;
	bottom: -1px;
	border-bottom: 5px solid #000;
}
.archive_ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.archive_ul .archive_li {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.archive_ul .archive_li .post_dating {
    flex-basis: 30%;
	padding: 0 2%;
    font-size: 1.7rem;
    font-weight: 400;
}
.archive_ul .archive_li .archive_list_right {
	flex-basis: 66%;
	padding: 1%;
}
.archive_ul .archive_li .article_tittle {
	border-bottom: none;
    padding: 0;
}
.archive_ul .archive_li .archive_list_right .category_type {
    width: 100%;
    padding: 1% 0;
    margin: 0;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.archive_contents {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.archive_contents .archive_main_contents {
	flex-basis: 100%;
	margin: 0 auto;
}
.archive_main_contents .archive_h2 {
	font-size: 1.8rem;
	padding: 1rem;
}
.archive_ul .archive_li {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.archive_ul .archive_li .article_tittle {
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: none;
	padding: 2% 0 5% 0;
}
}

/* --------------------------------------------------------------------------
    category.html（カテゴリページ）
---------------------------------------------------------------------------- */
.category_contents {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.category_main_contents {
	flex-basis: 70%;
	margin: 0;
	padding: 1%;
}
.category_h2 {
	font-size: 2rem;
	position: relative;
	margin-bottom: 0.2rem;
	padding: 1rem 2rem;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: 500;
}
.category_h2:before {
	position: absolute;
	content: '';
	width: 15%;
	left: 0;
	bottom: -1px;
	border-bottom: 5px solid #000;
}
.category_ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.category_ul .category_li {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.category_ul .category_li .post_dating {
    flex-basis: 30%;
	padding: 0 2%;
    font-size: 1.7rem;
    font-weight: 400;
}
.category_ul .category_li .category_list_right {
	flex-basis: 66%;
	padding: 1%;
}
.category_ul .category_li .category_tittle {
	border-bottom: none;
    padding: 0;
}
.category_ul .category_li .category_list_right .category_type {
    width: 100%;
    padding: 1% 0;
    margin: 0;
}
@media screen and (max-width:767.98px) {/* 変更点。0.02引く。 */
.category_contents {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.category_contents .category_main_contents {
	flex-basis: 100%;
	margin: 0 auto;
}
.category_main_contents .category_h2 {
	font-size: 1.8rem;
	padding: 1rem;
}
.category_ul .category_li {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.category_ul .category_li .category_tittle {
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: none;
	padding: 2% 0 5% 0;
}
}