@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900');

@import url('https://fonts.googleapis.com/css?family=Lato');

@import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day');

@import url('https://fonts.googleapis.com/css?family=Bahiana');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
/*
font-family: 'EB Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Dawning of a New Day', cursive;
font-family: 'Bahiana', cursive;
*/

html{
	font-size:10px;
}
body {
	background:#fff;
	color:#333333/*#584e0a*/;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	transition: 0.6s;
	text-align: left;
	vertical-align: bottom;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: 0.6s;
}
select,
input[type="submit"]{
	font-family: 'Noto Sans JP', sans-serif;
}
select{
	background:#fff;
}


/*リンク
====================*/
a {
	color:#333;
/*	-webkit-transition:0.5s;
	transition:0.5s;*/
	text-decoration: none;
}
a:hover {
	color:#584e0a;
	opacity:0.8;
}
a:active {}
a:visited {}

/*見出しサイズ
====================*/
h1 {
	font-size: 2.4rem;
	font-weight: normal;
}
h2 {
	font-size: 2rem;
	font-weight: normal;
}
h3 {
	font-size: 1.6rem;
	font-weight: normal;
}
h4 {
	font-size: 1.2rem;
	font-weight: normal;
}
h5 {
	font-size: 1rem;
	font-weight: normal;
}
h6 {
	font-size: 0.8rem;
	font-weight: normal;
}
p,
.blog_text ul,
.blog_text ol{
	font-size: 1.5rem;
}



/*画像
====================*/
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
    height: auto;
}
/*img.size-full{
	width:100%;
	height:auto;
}*/
.cf { *zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページトップ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#scroll-to-top {
	position: fixed;
	left:0;
	right:0;
	margin:auto;
	width:37px;
	height:22px;
	text-indent: -99999px;
	background:url(img/pt_pc.png) no-repeat;
	z-index: 1000;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
JetB Press 設定
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.allwrapper {
	overflow: hidden;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

/*基本コンテンツ幅*/
.inner{
	position: relative;
	width:960px;
	margin:0 auto;
	box-sizing: border-box;
	*zoom: 1;
	z-index: 10;
}
.inner:before,
.inner:after{
	content: "";
	display: table;
}
.inner:after{
	clear: both;
}

/*左右真ん中*/
.f-l{
    float:left;
}
.f-r{
    float:right;
}

.t-c{
	text-align: center;
}
.t-l{
	text-align: right;
}
.t-r{
	text-align: right;
}

/*表示非表示*/
.onf_,
.onf_0{
	display:none !important;
}
.onf_1{
	display: block;
}

/*PC,SP切替*/
.pc{
	display: block;
}
.sp{
	display: none;
}
.d_block{
	display: block;
}


.wf1{
	font-family: 'Noto Sans JP', sans-serif;
}
.wf2{
	font-family: 'Dawning of a New Day', cursive;
}
.wf3{
	font-family: 'Lato', sans-serif;
}
.wf4{
	font-family: 'EB Garamond', 'Noto Serif JP', serif;
	font-weight: 500;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#upper{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	padding:20px 0;
	z-index:9000;
	background:#ffffff;
}
#upper.fixed{
	border-bottom:1px solid #dddddd;
}

#upper h1{
	float:left;
	width:auto;
	height:44px;
	font-size: 0;
	margin:0 0 0 96px;
}
#upper h1 img{
	width:auto;
	height:44px;
}


.sns_list{
	float:right;
	display: flex;
	flex-wrap: wrap;
	margin:20px 10px 0 0;
}
.sns_list li{
	width:22px;
	height:22px;
	margin-right:20px;
}
.sns_list li a{
	display: block;
	width:100%;
	height: 100%;
	overflow: hidden;
}
.sns_list li a img{
	width:auto;
	height:100%;
}

.woo_list{
	float:right;
	display: flex;
	flex-wrap: wrap;
	margin:20px 0 0 0;
}
.woo_list li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	height:20px;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	border-right:1px solid rgba(102,102,102,0.2);
}
.woo_list li::before{
	content:'';
	display: block;
	width:18px;
	height: 18px;
	margin-right:8px;
	background-size:100% 100%;
}
.woo_list .wl0::before{
	background-image:url(img/ic_5.png);
}
.woo_list .wl1::before{
	background-image:url(img/ic_1_pc.png);
}
.woo_list .wl2::before{
	background-image:url(img/ic_2_pc.png);
}
.woo_list .wl3::before{
	background-image:url(img/ic_3_pc.png);
}
.woo_list .wl4::before{
	background-image:url(img/ic_4_pc.png);
}

/*カートに何個商品が入ってるかを表す*/
.woo_cc{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin:0 0 0 8px;
	box-sizing: border-box;
	border-radius: 50%;
	font-size:1.4rem;
	text-align: center;
	color:#666666;
	background:#f5dc00;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ハンバーガー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.menu-trigger {
	display:block;
	position: absolute;
	top:22px;
	left:30px;
	width: 36px;
	height: 40px;
	padding:0;
	text-align: center;
	z-index:10000;
}
.menu-trigger .trigger_wrap{
	position: relative;
	width: 100%;
 	height: 28px;
}
.menu-trigger .trigger_wrap span {
	display:block;
	position: absolute;
	width: 100%;
	height: 2px;
	transition: all .4s;
	background-color: #b1b3b3;
}
.menu-trigger p{
	font-size:1.4rem;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  top: 22px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(1.1rem) rotate(-315deg);
  transform: translateY(1.1rem) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-1.1rem) rotate(315deg);
  transform: translateY(-1.1.rem) rotate(315deg);
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.header-search {
	position: relative;
	width:214px;
	height:26px;
	overflow:hidden;
	margin:30px auto 40px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#head_searchform{
	position: relative;
	width:100%;
	overflow:hidden;
}
#head_searchBtn{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width:13px;
	height:18px;
	box-sizing: border-box;
	padding: 0;
	background: none;
}
#head_searchBtn img{
	width:auto;
	height:18px;
}
#head_keywords{
	font-size: 1.4rem;
	width: 100%;
	height: 26px;
	box-sizing:border-box;
	border: none;
	padding: 7px 30px 7px 7px;
	background: none;
}
#keywords-head:placeholder-shown,
#keywords-head::-webkit-input-placeholder {
	color: #9f9f9f;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
グローバルメニュー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.g_nav{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width:406px;
	height:100vh;
	background:rgba(247,247,247,0.98);
	z-index:1000;
}
.g_nav .g_nav_menu{
	padding:0 0 0 30px;
}
.g_nav > .g_nav_menu > li{
	padding:0;
	margin:0;
	overflow:hidden;
}
.g_nav > .g_nav_menu > li > a{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	height:55px;
	padding:0 0 0 18px;
	letter-spacing: 1px;
	line-height: 1;
	vertical-align: middle;
}
.g_nav > .g_nav_menu > li > a > .en{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size:1.6rem;
	width:158px;
}
.g_nav > .g_nav_menu > li > a > .ja{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.3rem;
	padding:0 0 0 8px;
}
/*ホバー処理*/
.g_nav > .g_nav_menu > li > a:hover:before,
.g_nav > .g_nav_menu > li > a.current:before{
	content:'';
	position: absolute;
	top: 50%;
	left:0;
	display: block;
	width:10px;
	height: 2px;
	background:url(img/line1.jpg);
}

/*子のul*/
.g_nav .g_nav_menu > li > .sub-menu{
	position: absolute;
	top:0;
	left:70%;
	width: 100%;
	height:100%;
	padding:99px 0 0 43px;
	-webkit-transition:.5s linear;
	transition:.5s linear;
	opacity:0;
	visibility: hidden;
	background:rgba(255,255,255,0.95);
	z-index:-10;
}
.g_nav .g_nav_menu > li > .sub-menu.toggle{
	left:100%;
	opacity:1;
	visibility: visible;
	z-index:-5;
}

.g_nav .g_nav_menu > li > .sub-menu > li > a{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.3rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	height:55px;
	padding:0 0 0 18px;
	letter-spacing: 1px;
	line-height: 1;
	-webkit-transition:0.4s;
	transition:0.4s;
	vertical-align: middle;
}
.g_nav .g_nav_menu > li > .sub-menu > li > a:hover:before{
	content:'';
	position: absolute;
	top: 50%;
	left:0;
	display: block;
	width:10px;
	height: 2px;
	background:url(img/line1.jpg);
}



/*孫のul*/
.g_nav .g_nav_menu > li > .sub-menu > li > .children{
	position: absolute;
	top:0;
	left:80%;
	width: 100%;
	height:100%;
	padding:99px 0 0 43px;
	-webkit-transition:.4s linear;
	transition:.4s linear;
	opacity:0;
	visibility: hidden;
	background:rgba(255,255,255,0.95);
	z-index:-10;
}
.g_nav .g_nav_menu > li > .sub-menu > li > .children.toggle{
	left:100%;
	opacity:1;
	visibility: visible;
	z-index:-5;
}
/*孫のulのホバー*/
.g_nav .g_nav_menu > li > .sub-menu > li:hover{
	overflow: visible;
}
.g_nav .g_nav_menu > li > .sub-menu > li:hover .children{
	left:100%;
	opacity:1;
}

.g_nav .g_nav_menu > li > .sub-menu > li{

}
.g_nav .g_nav_menu > li > .sub-menu > li > .children > li > a{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.3rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	height:55px;
	padding:0 0 0 18px;
	letter-spacing: 1px;
	line-height: 1;
	-webkit-transition:0.5s;
	transition:0.5s;
	vertical-align: middle;
}
.g_nav .g_nav_menu > li > .sub-menu > li > .children > li > a:hover:before{
	content:'';
	position: absolute;
	top: 50%;
	left:0;
	display: block;
	width:10px;
	height: 2px;
	background:url(img/line1.jpg);
}

.en_btn{
	display: none;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
パンくず
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.breadcrumbs{
	width: 960px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 30px auto;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フッター
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#under{
	position: relative;
	width: 100%;
}
#under .foot_line{
	display: block;
	width:100%;
	height:10px;
	background:url(img/ptn1.png);
}
#under .sns_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	margin:20px auto;
}
#under .sns_list li{
	width:24px;
	height:23px;
	overflow:hidden;
	margin:0 10px;
	text-align: center;
}
#under .sns_list li img{
	width:auto;
	height:100%;
}
#under small{
	display: block;
	width:100%;
	font-size: 1.1rem;
	text-align: center;
	margin-bottom:12px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サイド
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#side_bar{
	float:left;
	width:170px;
	overflow:hidden;
	text-align:left;
}
#secondary aside {
}
#secondary aside#categories-2{
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}
#secondary aside#search-2,
#secondary aside#search-3{
	margin-bottom:16px;
	background:none;
}
#secondary aside#categories-3{
	margin-bottom:16px;
	border-bottom:1px solid #dddddd;
}
#secondary aside.widget_media_image{
	margin-bottom:16px;
}
#secondary aside.widget_media_image .line1{
	padding-bottom:10px;
	border-bottom:1px #dddddd;
}
#secondary .widget-title{
	position: relative;
	margin:0px 0 16px;
	padding:10px 0 9px;
	font-size:18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

#secondary ul{
	width:100%;
	padding:0 0 16px 0;
	margin:0 auto;
}
#secondary ul li{
	position: relative;
	font-size:14px;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom:8px;
	padding:0 0 0 8px;
}
#secondary li a{
	display: block;
	font-size:15px;
	/*font-weight:300;*/
	padding:5px 0 5px;
	letter-spacing: 1px;
}

#secondary ul.children {
	padding:0 0 0 16px;
	overflow:hidden;
	margin-bottom:0 !important;
	border-bottom:none;
}
#secondary .children li{
	padding:0;
	margin-bottom:0;
	border-bottom:1px solid #dddddd;
}
#secondary .children li a:before{
	content:'';
}
#secondary #side_rank ul{
	border-bottom:1px solid #dddddd;
}
#secondary #side_rank li{
	position: relative;
	height:64px;
	overflow:hidden;
	padding:0;
	margin-bottom:15px;
	border-bottom:none;
}
#secondary #side_rank li a{
	padding:0;
}
#secondary #side_rank li .img_box{
	position: relative;
	float:left;
	width:64px;
	height:auto;
	overflow:hidden;
	margin-right:10px;
}
#secondary #side_rank li .img_box::before{
	content:"";
	display:block;
	padding-top:100%;
}
#secondary #side_rank li .img_box img{
	position: absolute;
	top:0;
}
#secondary #side_rank li h3{
	display: -webkit-flex; /* Safari */
	display: flex;
	 -webkit-align-items: center; /* Safari */
	align-items:center;
	height:64px;
	font-size:12px;
	line-height: 1.4;
}
#secondary #side_rank li .no{
	position: absolute;
	top:1px;
	left:1px;
	width:30px;
	height:30px;
}
#secondary #side_rank li .no img{
	width:100%;
	height:auto;
}


/*
サイドバーバナー
=======================*/
.ban_box{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.ban_box img{
	width:100%;
	height:auto;
}


/*サイドバーカテゴリー*/
#secondary .side_cat_list{

}
.side_cat_list li{

}
#secondary .side_cat_list li a{
	display: flex;
	align-items: center;
}
#secondary .side_cat_list li a .img_box{
	display: block;
	width:40px;
	height:40px;
	overflow:hidden;
	margin-right:8px;
}

/*Onlineshopカテ一覧*/
#cat_list_area{

}
#cat_area{
	width:100%;
	margin-bottom:32px;
}
.cat_cont{
	display: flex;
}
.cat_box{
	border-top:1px solid #000;
}

.box1{
	width:18%;
}
.box2{
	width:39%;
	margin:0 4%;
}
.box3{
	width:39%;
}
.cat_box_title{
	padding:16px 0;
	border-bottom:1px solid #eee;
}
.cat_box_list{

}
.cat_box_list li{
	border-bottom:1px solid #eee;
}
.cat_box_list li a{
	display: flex;
	align-items: center;
	padding:16px 0;
	font-size:1.6rem;
	line-height: 1.4;
}
.cat_box_list li a .img_box{
	display: block;
	width:40px;
	height:40px;
	overflow:hidden;
	margin-right:8px;
}

.box2 .cat_box_list,
.box3 .cat_box_list{
	display: flex;
	flex-wrap: wrap;
}
.box2 .cat_box_list li,
.box3 .cat_box_list li{
	width:46%;
	margin:0 8% 0 0;
}
.box2 .cat_box_list li:nth-child(2n),
.box3 .cat_box_list li:nth-child(2n){
	margin:0 0% 0 0;
}



#cat_list_area .content-area {
    font-weight: normal;
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索フォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#searchform2{
    position:relative;
    width:100%;
    margin:0 auto;
}
#searchform2 input{
	border: none;
}
#keywords2{
	width: 100%;
	height: 30px;
	box-sizing:border-box;
	border: 1px solid #cacaca !important;
	padding: 5px 30px 5px 5px;
	background: #fff;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#keywords2:placeholder-shown {
	color: #464646;
	font-size:14px;
	letter-spacing: 1.5px;
}
#keywords2::-webkit-input-placeholder {
	color: #464646;
	font-size:14px;
}
#searchBtn2{
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	box-sizing:border-box;
	font-family: ionicons;
	font-size: 25px;
	width: 32.75px;
	background:none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページ毎
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#page_area,
#blog_area{
	position: relative;
	width:100%;
	overflow:hidden;
	padding:84px 0 80px;
	margin:0 auto;
}


#blog_cont,
#pagebar_cont{
	float:right;
	width:750px /*782px*/;
	padding:0 ;
	text-align:left;
}
#page_cont{
	text-align:left;
	width:100%;
	padding:0;
	margin:0 auto;
}

#page_cont,
.blog_box{
	line-height: 1.8;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページタイトル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#page_title{
	background-position: center center ;
	background-repeat:no-repeat;
	background-size: cover;
}
#page_title span{
	display: block;
	width:100%;
	height:100%;
	padding:115px 0 79px;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 1.5px;
	text-align: center;
	text-shadow: 0px 1px 5px #fff
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿（ブログA）
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.blog_box {
	overflow:hidden;
	padding:0px 0 20px;
	margin-bottom: 60px;
}
.blog_entry {
	position: relative;
	width:100%;
	height:auto;
	padding:6px 0 0;
	margin-bottom: 16px;
	border-top:1px solid #dddddd;
}
.blog_entry h1{
	font-size:20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.day_entry{
	display: inline-block;
	font-size:13px;
	letter-spacing: 1px;
	margin-right:8px;
}
.cat_entry{
	display: inline-block;
    padding: 0;
}
.cat_entry a{
	color:#222;
	display:inline-block;
	font-size:12px;
	font-weight: normal;
	padding:2px 9px;
	margin:0 10px 2px 0;
	line-height: 1;
    border:1px solid #d8be61;
}
.blog_text {
    position:relative;
    width:100%;
    overflow:hidden;
    padding:0px;
    margin:0;
    line-height: 1.8;
}

.blog_text .thum1{
	display: block;
    float:left;
    width:150px;
    height:150px;
    overflow:hidden;
    margin-right:20px;
}
.blog_text .thum1 img{
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.blog_text .more {
	position:absolute;
	bottom:0;
	right:0;
	display: block;
	font-size:12px;
	line-height: 1;
	border:none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ（次の記事、前の記事）
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.pn_pager{
	width: 100%;
	overflow:hidden;
	padding:50px 0 0;
}
.pn_pager p{
	font-size: 12px;
	margin-bottom:10px;
}
.pre_p{
	float:left;
	width:48%;
	text-align: left;
	font-size:14px;
	line-height: 1.4;
}
.next_p{
	float:right;
	width:48%;
	text-align: right;
	font-size:14px;
	line-height: 1.4;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.wp-pagenavi{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	text-align: center;
	margin-bottom:30px;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	margin: 8px;
	font-size:1.6rem;
	border: 1px solid #dddddd;
}
.wp-pagenavi span.current {
    font-weight: bold;
    border: 1px solid #f5dc00;
    background:#f5dc00;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログB アーカイブ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.B_archive figure{
	position: relative;
	float:left;
	width: 31.3%;
	margin-right: 2.99%;
	margin-bottom: 6%;
}
.B_archive figure:nth-child(3n){
	margin-right:0;
}
.B_archive figure .img_box{
	position: relative;
	display: block;
	width:100%;
	height: auto;
	overflow:hidden;
	margin-bottom:7px;
	box-sizing: border-box;
}
.B_archive figure .hoving{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-items:center;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow:hidden;
	-webkit-transition:.5s linear;
	transition:.5s linear;
	opacity:0;
	background:url(img/mask_hover.png) repeat;
}
.B_archive figure:hover .hoving{
	opacity: 1;
}
.B_archive figure .hoving a{
	display: block;
	width:80%;
	padding:10px 0;
	margin:15px auto;
	font-size:14px;
	letter-spacing: 1px;
	text-align: center;
}
.B_archive figure .hoving a img{
	width:auto !important;
	height:auto !important;
}

.B_archive figcaption{
	padding:0;
}
.B_archive figure h3{
	height: 45px;
	font-size:16px;
	line-height: 1.4;
	margin-bottom:5px;
}
.B_archive figure p{
	font-size:16px;
	text-align: right;
}
.B_archive figure p span{
	font-size: 12px;
}

.B_archive .shipping_box{
	color:#fff;
	font-size:1.2rem;
	letter-spacing: 1px;
	display: block;
	position: absolute;
	top: 225px;
    left: 4px;
	padding:6px 9px;
}
.B_archive span.soku{
	background:#9b7f4a;
}
.B_archive span.tuu{
	background:#222222;
}

.item-list {
	width:100%;
	margin:0 auto 0;
	padding: 45px 0 ;
	border-top: 1px solid #f1f1f1;
}

.item-list h2 {
	font-size:28px;
	letter-spacing:.15em;
	text-align: center;
	margin-bottom: 45px;
}
.item-list .inner{
	width:1000px;
}
.item-list .cat-block{
	margin:0 0 50px;
}
.item-list li {
	position: relative;
	float: left;
	width:30%;
	height: auto;
	margin: 0 4.5% 4.5% 0;
}

.item-list li:nth-child(3n) {
margin: 0 0 4.5% 0;
}

.item-list .thumb_box {
	position:relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.item-list .thumb_box::before{
	content:'';
	display: block;
	padding-top:100%;
}
.item-list .thumb_box img{
	position: absolute;
	top:0;
}
.item-list h3 {
overflow:hidden;
height: 40px;
font-size: 14px;
line-height: 1.4;
margin-top:12px;
margin-bottom: 10px;
}
.item-list p.price {
margin-top:8px;
font-size: 14px;
/*font-weight: bold;*/
text-align: right;
}


.pg_cont{
	position: relative;
	overflow:hidden;
	margin-bottom:20px;
	/*width:58.2%;*/
	width:436px;
	height:577px;
	float:left;
}
.pg_cont img{
	width: 100%;
	height: auto;
}
.thumb-item{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}
.thumb-item_box{
	width:100%;
	height:100%;
	overflow:hidden;
}
.thumb-item-nav{
	width:100%;
	overflow: hidden;
}
.thumb-item-nav_box{
	float:left;
	position: relative;
	width:24%;
	height:auto;
	overflow:hidden;
	margin: 0px 1.3% 1.3% 0;
	cursor: pointer;
}
.thumb-item_box::before,
.thumb-item-nav_box::before{
	content: '';
	display: block;
	padding-top:100%;
}
.thumb-item_box img,
.thumb-item-nav_box img{
	position: absolute;
	top:0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログB Single
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.single #blog_area{
	padding-top: 160px;
}
.custom_entry,
.custom_info{
	float:right;
	width:35%;
	overflow:hidden;
}
.custom_entry{
	height:254px;
}
.custom_entry .cat_entry{
	margin-bottom: 0px;
	text-align: left;
}
.custom_entry .cat_entry a {
	color:#fff;
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding:3px 8px;
	margin: 0 10px 5px 0;
	border:none;
	background:#d8be61;
}
.custom_entry h1{
	font-size:18px;
	line-height: 1.6;
	margin-bottom:16px;
}
/*画像ギャラリー*/
#pg_cont {
	float:left;
	width:60%;
	overflow: hidden;
	margin-bottom:50px;
}
#pg_cont .pg_box{
	float:left;
	position: relative;
	width: 83%;
	overflow: hidden;
}
#pg_cont .pg_box:before {
	content:"";
	display: block;
	padding-top: 100%;
}
#pg_cont .pg_box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#pg_cont ul {
	float:right;
	position: relative;
	width: 15%;
	height:100%;
	overflow: hidden;
	padding:0;
	margin:0;
}
#pg_cont li {
	position: relative;
	width: 100%;
	overflow:hidden;
	margin-bottom:13.3%;
	cursor: pointer;
}
#pg_cont li:last-child{
	margin-bottom:0%;
}
#pg_cont li::before{
	content: '';
	display: block;
	padding-top:100%;
}
#pg_cont li img{
	position: absolute;
	top:0;
}
/*値段、購入ボタン*/
.custom_info{
	float:right;
}
.custom_info .price{
	font-size: 20px;
	padding-bottom:20px;
	margin-bottom:30px;
	text-align: right;
	border-bottom:1px dotted ;
}
.custom_info .price span{
	font-size:12px;
	line-height: 2.5;
}
.custom_info .buy{
	display: block;
	width: 100%;
	padding: 16px 0;
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	letter-spacing: 2px;
	background: #d8be61;
	border-radius:5px;
}

/*関連記事、商品*/
/*見出し*/
.section_title{
	position: relative;
	width:100%;
	height:27px;
	margin-bottom:25px;
	border-bottom:2px solid #dcdcdc;
}
.section_title span{
	position: absolute;
	display: inline-block;
	height:27px;
	padding:0 12px;
	font-size:1.6rem;
	line-height: 1;
	border-bottom:2px solid #f5dc00;
}

.relation_area{
	overflow:hidden;
	padding-top:30px;
	margin-bottom:50px;
}
.relation_area li{
	float:left;
	width:23.5%;
	margin:0 2% 4% 0;
}
.relation_area li:nth-child(4n){
	margin:0 0 4% 0;
}
.relation_area .img_box{
	position: relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:8px;
}
.relation_area .img_box::before{
	content:"";
	display: block;
	padding-top:100%;
}
.relation_area .img_box img{
	position: absolute;
	top:0;
}
.relation_area h4{
	height:50px;
	font-size:14px;
	line-height: 1.6;
}
.relation_area p.price{
	font-size:16px;
	line-height: 1;
	text-align: right;
}
.relation_area p.price span {
    font-size: 10px;
}

/*single追加css*/
.single-products table{
	width:100%;
	font-size:14px;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
}
.single-products th{
	width:30%;
	background:#f7f7f7;
}
.single-products td{
	width:70%;
}
.single-products th,
.single-products td{
	padding:3px 6px;
	box-sizing: border-box;
	border:1px solid #999;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
タクソノミー一覧
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.taxonomy_list{
	float:right;
	width:782px;
	padding:0 ;
	font-size:0;
	text-align:left;
}
.taxonomy_list li{
	display:inline-block;
	width: 32%;
	height: auto;
	overflow: hidden;
	margin: 0 2% 2% 0;
	background:url(img/bg6.jpg);
}
.taxonomy_list li:nth-child(3n){
	margin:0 0 2% 0;
}
.taxonomy_list li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:1.2rem;
	width:100%;
	height:100%;
	padding:16px;
}
.taxonomy_list li .term_img_box{
	width:81px;
	height:81px;
	overflow:hidden;
	border-radius: 50%;
	margin-right:20px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
LINK
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.link_banner{
	display: flex;
	justify-content: center;
	overflow:hidden;
}
.link_banner li{
	width:210px;
	height:70px;
	overflow: hidden;
	margin:16px;
	border:1px solid #d8be61;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
固定ページページ内リンク(jet_page03)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.pl_page_nav{
	overflow:hidden;
	margin-bottom:30px;
}
.pl_page_nav ul{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	font-size: 0;
}
.pl_page_nav li{
	display: inline-block;
	width:calc(100% / 5);
	padding:0 10px 20px;
}
.pl_page_nav li a{
	display: block;
	width:100%;
	padding:10px 0;
	font-size:1.4rem;
	text-align: center;
	border:1px solid #c7bdaa;
}
.pl_page_cont{
	overflow:hidden;
	padding-top:120px;
	margin-top:-120px;
	margin-bottom:30px;
}
.pl_page_cont h3{
	font-size:1.8rem;
	margin: 0 auto 40px;
}
.pl_page_cont .txt_box{
	padding-left:13px;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
AddToAny
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.addtoany_shortcode{
	clear: both;
	padding:20px 0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
コメント
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.comments_area{
	padding:30px 0 0;
}
#comments{
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	padding:20px 0 20px 40px;
	border-top:1px dotted rgba(0,0,0,0.5);
}
.navigation{
	overflow:hidden;
	margin-bottom:20px;
}
.commentlist{
	overflow:hidden;
}
.commentlist li{
	overflow:hidden;
	padding:10px 10px 0;
	margin-bottom:20px;
	border-bottom:1px dotted rgba(255,255,255,0.5);
}
.commentlist .children li{
	padding:0 0 0 10px;
}
.commentlist .children li:last-child{
	border-bottom:none;
}
.comment-author{
	display: inline-block;
	margin-bottom:20px;
}
.comment-author b,
.comment-author span{
	font-size:14px;
}
.comment-metadata{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	margin-left:10px;
	margin-bottom:20px;
}
.comment-awaiting-moderation{
	margin-bottom:10px;
}
.comment-content{
	width: 100%;
	overflow:hidden;
	padding:10px;
	border-radius: 3px;
	line-height: 1.6;
	border:1px solid rgba(0,0,0,0.5);
}
.reply{
	overflow: hidden;
	margin-bottom:10px;
}
.reply a{
	display: block;
	float:right;
	width:85px;
	padding:10px 0 10px 10px;
	font-size: 14px;
	letter-spacing: 3px;
	text-align: right;
}
.comment-respond{
	width:100%;
	overflow:hidden;
	padding:20px 0;
	margin-bottom:30px;
	border-bottom:1px dotted rgba(214,182,113,0.5);
}
.comment-form{
	width:80%;
	height:auto;
	overflow:hidden;
	padding:10px 0px;
	margin:0 auto;
}
#reply-title{
	font-size: 14px;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px dotted rgba(214,182,113,0.5);
}
.comment-notes,
.logged-in-as{
	margin:20px 0px;
}
.comment-form-comment{
	margin-bottom:20px;
}
.comment-form-author{
	margin-bottom:10px;
}
.comment-form-email{
	margin-bottom:10px;
}
.comment-form-url{
	margin-bottom:10px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label{
	display:inline-block;
	width:150px;
	padding:10px 0px;
	vertical-align:top;
	box-sizing: border-box;
}
.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input[type="url"]{
	width:400px;
	height:25px;
	box-sizing: border-box;
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.comment-form-comment textarea{
	width:100%;
	height:90px;
	box-sizing: border-box;
}
.form-submit{
	text-align:center;
	padding:10px 0px;
}
.form-submit input[type="submit"]{
	width:258px;
	height:48px;
	border:0;
	cursor: pointer;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.form-submit input:focus{
	border:none;
}
.nocomments{
	display: none;
	padding:20px 0;
	margin-bottom:30px;
	border-top:1px dotted rgba(0,0,0,0.5);
	border-bottom:1px dotted rgba(0,0,0,0.5);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
404ERR
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#page_cont.error_page {
	text-align: center;
	padding:50px 0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索結果
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.sst{
	font-size: 22px;
	text-align: center;
	padding: 67px 0;
	margin-bottom:80px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
良くある質問
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.faq-catname {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.faq-catname span {
	display: block;
	border-left: 5px solid #fff57f;
	padding: 4px 4px 4px 8px;
}
.faq_area{
	overflow: hidden;
	padding:10px 0 15px;
}
.faq_area li{
	width:100%;
	overflow:hidden;
	padding:16px;
	margin:0 0 18px;
	font-size:0;
	text-align: left;
	border:1px solid #ddd;
	vertical-align: top;
}
.faq_area li .faq-q{
	position: relative;
	cursor: pointer;
	font-size:1.4rem;
}
.faq_area li .faq-q::after{
	content: '\f123';
	position: absolute;
	top:0;
	right:0;
	font-family: ionicons;
	font-size: 1.6rem;
}
.faq_area li .faq-q.open::after{
	content: '\f126';
	position: absolute;
	top:0;
	right:0;
	font-family: ionicons;
	font-size: 1.6rem;
}
.faq_area li .faq-q .ques{
	font-size:1.5rem;
	font-weight: bold;
	margin:0 8px 0 0;
}
.faq_area .faq-a{
	padding:8px 0 0;
}
.faq_area .faq-a hr{
	margin-bottom:8px;
	background-color:#ddd;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
お客様の声
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.voice_list{
	overflow: hidden;
}
.voice_list li{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	overflow: hidden;
	padding-bottom:48px;
	margin-bottom:48px;
	border-bottom:2px dotted #dddddd;
}
.voice_list .entry_box{
	width: 100%;
	margin:0 0 0 4%;
}
.voice_list .entry_box h1{
	line-height: 1.4;
	padding-bottom:1.2rem;
	margin-bottom:1.6rem;
	border-bottom:1px solid #dddddd;
}
.voice_list .img_box{
	position: relative;
	width:35%;
	height:188px;
	overflow:hidden;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
プラン＆料金
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.pp_list{
	overflow: hidden;
}
.pp_list li{
	overflow: hidden;
	margin-bottom:48px;
	background-position: center center;
	background-size:cover;
}
.pp_list li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:100%;
	height:150px;
	background:rgba(255,255,255,0.7);
}

.pp_list h2{
	font-size:1.8rem;
	line-height: 1.4;
}

.pp_list .sankaku{
	position: absolute;
	bottom:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent rgba(255,255,255,0.8) transparent;

}
.pp_list .sankaku span{
	position: absolute;
	top: 50px;
    left: -40px;
    font-size: 1.4rem;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
プラン&料金-single
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.pp_box .blog_entry{
	padding: 0;
	border:none;
}
.pp_box .blog_entry h1 {
	padding:16px 0;
    text-align: center;
}
.pp_box .blog_entry h1 span{
	padding: 0 0 8px;
	border-bottom:2px dotted #ddd;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
名入れ例
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.name_list{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.name_list li{
	width:30%;
	overflow: hidden;
	margin:0 5% 5% 0;
}
.name_list li:nth-child(3n){
	margin:0 0 5% 0;
}
.name_list li a{
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.name_list .img_box{
	position: relative;
	width:100%;
	overflow:hidden;
}
.name_list .img_box::before{
	content:'';
	display: block;
	padding-top:100%;
}
.name_list .img_box img{
	position: absolute;
	top:0;
}

.name_list .entry_box{
	width: 100%;
	margin:0;
}
.name_list .entry_box h3{
	font-size:1.6rem;
	line-height: 1.4;
	padding-bottom:1.2rem;
	margin:1rem 0 0;
	border-bottom:1px solid #dddddd;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ポップアップ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#pop_cont{
  width:90%;
  overflow:hidden;
  margin:0 auto;
  line-height: 1.6;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールフォーム(#mailformで囲む)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#mailform_box{
	width:700px;
	height:auto;
	margin:0px auto 0px;
	overflow:hidden;
	font-size:1.4rem;
	line-height: 1.8;
}
#mailform_box table{
	width:100%;
	border-spacing:0;
	text-align: left;
}
#mailform_box th,
#mailform_box td{
	font-weight: normal;
	vertical-align:top;
	box-sizing:border-box;
	border:none;
	padding:8px;
}
#mailform_box th{
	width:30%;
	line-height: 1.6;
}
#mailform_box th span{
	display: block;
	margin-top:4px;
}
#mailform_box td{
	width:70%;
	font-weight: normal;
}
#mailform_box i{
	color:#ff0000;
}
#mailform_box th p{
	font-size:12px;
	font-weight:normal;
	padding:10px 0 0;
}
#mailform_box input[type="text"],
#mailform_box input[type="email"],
#mailform_box input[type="tel"]{
	width:100%;
	height:30px;
	box-sizing:border-box;
	padding:5px;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#mailform_box select{
	width:20%;
	height:30px;
}
#mailform_box textarea{
	width:100%;
	height:120px;
	box-sizing:border-box;
	border-radius: 0;
	padding:5px;
	line-height: 1.6;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#mailform_box input[type="text"],
#mailform_box input[type="email"],
#mailform_box input[type="tel"],
#mailform_box select,
#mailform_box textarea{
	border:1px solid #ddd;
	font-size:1.4rem;
}
#mailform_box input[type="file"]{
	margin-bottom:10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#mailform_box input[type="submit"]{
	position: relative;
	display: block;
	width:160px;
	height:60px;
	margin:0px auto;
	cursor:pointer;
	font-size:1.4rem;
	outline: none;
	border:1px solid #dddddd;
	background:#fff;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#mailform_box input[type="submit"]:hover{
}
#mailform_box input[type="submit"]:active {
  top: 3px;
  box-shadow: none;
}
#mailform_box .head_text{
	font-size: 1.4rem;
	padding-bottom:20px;
	text-align: center;
}
#mailform_box .w1{
	display: inline-block;
	width:80px;
}
#mailform_box .w2{
	display: inline-block;
}
#mailform_box .bottom_text{
	font-size:1.4rem;
	text-align: center;
	padding:50px 0;
}
#mailform_box.live_form i,
#mailform_box.live_form td p{
	font-size:1.2rem;
}


/*エラー表示*/
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.recaptcha_wrap{
	text-align: center;
}
.recaptcha_wrap a{
	text-decoration: underline;
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
テーブルプレス
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.tablepress{
	width:100%;
	margin:0px auto;
	font-size:1.6rem;
	line-height: 1.6;
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #999;
}
.tablepress td{
	box-sizing: border-box;
	padding:0.8rem;
	font-weight: normal;
	border:1px solid #999;
	vertical-align:top;
}






/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
特定商取引法に基づく表記
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#tablepress-1{
	width:100%;
	margin:0px auto;
	font-size:1.6rem;
	line-height: 1.6;
	border-collapse: collapse;
	border-spacing: 0;
}
#tablepress-1 p{
	font-size:1.5rem;
}
#tablepress-1 td{
	box-sizing: border-box;
	padding:15px;
	font-weight: normal;
	border:1px solid #999;
	vertical-align:top;
}
#tablepress-1 td{
	width:35%;
	background:#eee;
}
#tablepress-1 td + td{
	width:65%;
	background:none;
}

#tablepress-1 span{
	margin-top:-120px;
	padding-top:120px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
送料表
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#tablepress-2 td,
#tablepress-3 td{
	text-align: center;
}
#tablepress-2 .row-1 td,
#tablepress-2 .row-2 td,
#tablepress-3 .row-1 td,
#tablepress-3 .row-2 td{
	background:#e2ffd5;
}
#tablepress-2 .row-3 .column-1,
#tablepress-2 .row-4 .column-1,
#tablepress-2 .row-5 .column-1,
#tablepress-2 .row-6 .column-1,
#tablepress-2 .row-7 .column-1,
#tablepress-2 .row-8 .column-1,
#tablepress-2 .row-9 .column-1,
#tablepress-2 .row-10 .column-1,
#tablepress-2 .row-11 .column-1,
#tablepress-3 .row-3 .column-1,
#tablepress-3 .row-4 .column-1,
#tablepress-3 .row-5 .column-1,
#tablepress-3 .row-6 .column-1,
#tablepress-3 .row-7 .column-1,
#tablepress-3 .row-8 .column-1,
#tablepress-3 .row-9 .column-1,
#tablepress-3 .row-10 .column-1,
#tablepress-3 .row-11 .column-1{
	background:#fdf6b9;
}
#tablepress-2 .row-1 .column-1,
#tablepress-3 .row-1 .column-1{
	vertical-align: middle;
	background:none;
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールマガジン　Subscribe2
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#mail_magazine_area{
	width:100%;
	min-width: 100%;
	text-align: center;
}
#mail_magazine_area input[type="text"]{
	width:80%;
	padding: 5px;
	margin:10px 0 30px;
}
#mail_magazine_area input[type="submit"]{
	position: relative;
	display: inline-block;
	width:36%;
	padding:8px 0;
	margin:0px 4%;
	cursor:pointer;
	font-size:14px;
	font-weight: bold;
	color:#000;
	outline: none;
	border:1px solid #d6b671;
	background:#d6b671;
}






/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
AddQuicktag
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.deco_A{
	clear: both;
	display:block;
	padding:5px 0px 5px 8px;
	border-left:5px solid;
	margin-bottom:10px;
}
.deco_B{
	clear: both;
	display:block;
	padding:5px 0px 5px 8px;
	margin-bottom:10px;
	border-left:5px solid;
	border-bottom:1px solid;
}
.deco_C{
	clear: both;
	display:block;
	padding:3px 0px 3px 8px;
	margin-bottom:10px;
	border-left:5px solid;
}
.deco_D{
	display: inline-block;
	padding:5px;
	margin-bottom:10px;
	border-top:1px solid;
	border-bottom:1px solid;
}
.deco_A,
.deco_B,
.deco_C,
.deco_D{
	border-color:#fff57f;
}
.deco_A{
	background:#fafafa;
}
/*ボタン青*/
.square_btn_blue{
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #04a4b3;
	color: #FFF;
	border-top: solid 1px #276b74;
	border-left: solid 1px #276b74;
	border-right: solid 1px #276b74
	;
	border-bottom: solid 4px #276b74;
	border-radius: 3px;
}
.square_btn_blue:active {
    top:3px;
    border-bottom: solid 4px rgba(255,255,255,0);
}

/*ボタン赤*/
.square_btn_red{
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #990000;
	color: #FFF;
	border-top: solid 1px #5f0c03;
	border-left: solid 1px #5f0c03;
	border-right: solid 1px #5f0c03;
	border-bottom: solid 4px #5f0c03;
	border-radius: 3px;
}
.square_btn_red:active {
	top:3px;
	border-bottom: solid 4px rgba(255,255,255,0);
}

/*ボタン黒*/
.square_btn_black{
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #383838;
	color: #FFF;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 4px #000000;
	border-radius: 3px;
}
.square_btn_black:active {
	top:3px;
	border-bottom: solid 4px rgba(255,255,255,0);
}

/*youtube*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.scrollable-table{
clear: both;
overflow-x: auto;
}
.scrollable-table::-webkit-scrollbar {
 height: 5px;
}
.scrollable-table::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #eee;
}
.scrollable-table::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #e5cece;
}


.author{text-decoration:none!important;color:#d8be61;transition:all .3s;display:block;width:fit-content;margin:0 0 10px auto;font-size:1.5rem}.author:hover{opacity:.6}.single-post .blog_text h2{background:#d8be61;color:#fff;font-weight:700;margin-bottom:10px;padding:10px;font-size:19px}.single-post .blog_text h3{color:#d8be61;font-weight:700;margin-bottom:10px;font-size:17px}.single-post .blog_text *+h2,.single-post .blog_text *+h3{margin-top:40px}.single-post .blog_text h2+*,.single-post .blog_text h3+*{margin-top:10px}@media screen and (max-width:768px){.single-post .blog_text h2{font-size:1.4rem}.single-post .blog_text h3{font-size:1.2rem;margin-bottom:10px}}.single-post .blog_text table:not(.info.box table){background:#fff;width:100%;margin:20px 0;border-collapse:collapse;text-align:center}.single-post .blog_text table td,.single-post .blog_text table th{border:1px solid;padding:5px}.single-post .blog_text table th{font-weight:700;text-align:center}.single-post .blog_text ol:not(.-w-anchor_link ol),.single-post .blog_text ul{margin:10px 0;padding-left:40px}.single-post .blog_text ul{list-style-type:circle!important;list-style-position:outside}.single-post .blog_text ol:not(.-w-anchor_link ol){list-style-position:outside}.single-post .blog_text ol li,.single-post .blog_text ul li{box-shadow:none;margin:0}.single-post .blog_text ol{list-style:decimal!important}.single-post .blog_text ol li{list-style-position:outside}.single-post .blog_text table td:not(.info.box table td){text-align:center}iframe{max-width:100%;width:100%}.info.box{box-sizing:border-box;box-shadow:0 0 5px 0 #d8be61;background:#fff;border:1px solid #d8be61;width:calc(100% - 10px);margin:50px auto;padding:20px}.info.box *{box-sizing:border-box}.info.box .title{font-size:18px;font-weight:700;margin-bottom:10px}.info.box .text{margin-bottom:20px}.info.box .text a{text-decoration:none;transition:all .3s}.info.box .text a:hover{opacity:.6}.info.box .contents{background:0 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:normal;align-items:center}.info.box .contents .image{box-sizing:border-box;background:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:40%;margin-right:5%;padding:20px}.info.box .contents .image img{margin:0!important}.info.box .contents .content{width:55%}.info.box .contents .content .tel{color:inherit;text-decoration:none;pointer-events:none}.info.box .contents .content a img{display:block;margin:0 auto}.info.box .contents .content .btn{background:#d8be61;color:#fff!important;text-align:center;text-decoration:none;display:block;max-width:160px;width:100%;margin:20px auto auto;padding:5px 10px;transition:.3s}.info.box .contents .content .btn:hover{opacity:.6}.info.box .contents .content table,.info.box .contents .content table tr th,.info.box .contents .content table tr td{background:none;border:none;padding:0}.info.box .contents .content table tr th{;font-weight:700;vertical-align:middle;width:50px}.info.box .contents .content table tr:nth-child(1) th{text-align:left}.info.box .contents .content table tr:nth-child(2) td span{display:block}.info.box .contents .content table+p{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:normal;animation:none}@media screen and (max-width:768px){.info.box .contents .content,.info.box .contents .image{width:100%;margin:0}.info.box .contents .content .tel{pointer-events:auto}.info.box .contents .image{margin-bottom:20px}}.info.box .scrollable-table+p{display:flex;flex-wrap:wrap}.info.box .scrollable-table{margin-bottom:0}@media screen and (max-width:768px){.info.box .title{font-size:1.3rem}.info.box .contents .content .btn{max-width:150px}.author{font-size:1.1rem}}
