@charset "utf-8";
@media only screen and (max-width:960px){
/*ここから====================*/
html {
	font-size: calc(100vw / 32);
}
body{
	width:100%;
	min-width: 100%;
}
/*見出しサイズ
====================*/
h1 {
	font-size: 1.6rem;
	font-weight: normal;
}
h2 {
	font-size: 1.4rem;
	font-weight: normal;
}
h3 {
	font-size: 1.1rem;
	font-weight: normal;
}
h4 {
	font-size: 1rem;
	font-weight: normal;
}
h5 {
	font-size: 0.9rem;
	font-weight: normal;
}
h6 {
	font-size: 0.8rem;
	font-weight: normal;
}
p,
.blog_text ul,
.blog_text ol {
	font-size: 1.1rem;
}

img{
	max-width:100%;
	height:auto;
}
img.size-full{
	max-width:100%;
	width:auto;
	height:auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
パンくず
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.breadcrumbs{
	width: 100%;
	font-size: 0.9rem;
	padding:0 4.6875vw;
	margin: 5vw auto;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページトップ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#scroll-to-top {
	left:auto;
	right:0;
	width: 12.5vw;
	height: 12.5vw;
	background:url(img/pt_sp2.png) no-repeat;
	background-size: 100% auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
共通
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.inner{
	width: 100% !important;
	padding:0/* 4.6875vw*/;
}
.f-l,
.f-r{
	float:none;
	width:100%;
}
.fix_btn{
	display: none;
}


.pc{
	display: none;
}
.sp{
	display: block;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#upper{
	width:100%;
	height:15vw;
	padding:0;
}
#upper.fixed {
    border-bottom: 1px solid #dddddd;
}
#upper h1 {
	float:none;
	height:auto;
	padding-right:0;
	margin:1.25vw auto 0;
	text-align: center;
}
#upper h1 img{
	width:auto;
	height:12.5vw;
}
.head_cart{
	position: absolute;
	top:1.5625vw;
	right:3.125vw;
	width: 9.375vw;
	height: 9.375vw;
	text-align: center;
}
.head_cart a {
	display: block;
	font-size:0.8rem;
	letter-spacing: 1px;
}
.head_cart a:before{
	content: '';
	display: block;
	position: relative;
	top:1.875vw;
	width: 10vw;
	height: 10vw;
	margin: 0.3125vw auto 0.3125vw;
	background: url(img/ic_cart_a2.png) no-repeat;
	background-size: auto 100% ;
}
.head_cart .woo_hcc{
	position: absolute;
	top:-0.3125vw;
	left:-1.25vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 3.75vw;
    height: 3.75vw;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 0.9rem;
    text-align: center;
    color: #666666;
    background: #f5dc00;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ハンバーガー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.menu-trigger {
	display:block;
	position: absolute;
	top:1.5625vw;
	left:2.34375vw;
	width: 11.25vw;
	height: 11.25vw;
	padding:1.25vw;
	background:#5f4b3f;
}
.menu-trigger .trigger_wrap{
	position: relative;
	width: 100%;
 	height: 6.25vw;
}
.menu-trigger .trigger_wrap span {
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.menu-trigger p{
	color: #fff;
	font-size:0.9rem;
	transition: all .4s;
	opacity:1;
}
.menu-trigger.active p{
	opacity:0;
}

.menu-trigger span:nth-of-type(1) {
  top: 0.625vw;
}
.menu-trigger span:nth-of-type(2) {
  top: 2.96875vw;
}
.menu-trigger span:nth-of-type(3) {
  top: 5.3125vw;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(1rem) rotate(-315deg);
  transform: translateY(1rem) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.5rem) rotate(315deg);
  transform: translateY(-0.5rem) rotate(315deg);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.header-search {
	position: relative;
	width:90.625vw;
	height:6.5625vw;
	overflow:hidden;
	margin:4.6875vw auto 1.71875vw;
	border-bottom:2px solid rgba(0,0,0,0.2);
}
#head_searchform{
	position: relative;
	width:100%;
	overflow:hidden;
}
#head_searchBtn{
	right:2.1875vw;
	width:3.90625vw;
	height:5.3125vw;
}
#head_keywords{
	font-size: 1rem;
	width: 100%;
	height:6.5625vw;
	box-sizing:border-box;
	border: none;
	padding: 1.25vw 5vw 2.5vw 3.125vw;
	background: none;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ナビ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.g_nav{
	display: none;
	position: fixed;
	top:15vw;
	left:0;
	width:100vw;
	height:calc(100vh - 15vw);
	overflow:auto;
	padding:0 0 17.5vw 0;
	font-size: 0;
	background:rgba(255,255,255,0.95);
	z-index:2000;
}
.g_nav .g_nav_menu {
	padding:0;
	margin-bottom:4.6875vw;
}
.g_nav > .g_nav_menu > li{
	position: relative;
	padding:0;
	margin:0;
	overflow:hidden;
}
.g_nav > .g_nav_menu > li > a{
	width:100%;
	height:12.1875vw;
	padding:0 0 0 4.6875vw;
	border-bottom:0.3125vw solid #dadad9;
}
.g_nav > .g_nav_menu > li > a > .en{
	font-size:1.1rem;
	width:33.75vw;
}
.g_nav > .g_nav_menu > li > a > .ja{
	font-size:1.1rem;
	padding:0 0 0 1.25vw;
}
/*ホバー処理*/
.g_nav > .g_nav_menu > li > a:hover:before,
.g_nav > .g_nav_menu > li > a.current:before{
	content:'';
	background:none;
}


/*子のul*/
.g_nav .g_nav_menu > li > .sub-menu {
	position: static;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0 0 0 12.5vw;
	opacity: 1;
	visibility: visible;
	-webkit-transition:none;
	transition:none;
	border-bottom:0.3125vw solid #dadad9;
	background:none;
}
/*子のli*/
.g_nav .g_nav_menu > li > .sub-menu > li{
	position: relative;
}
.g_nav .g_nav_menu > li > .sub-menu > li::before{
	background:none;
}
.g_nav .g_nav_menu > li > .sub-menu > li:last-child{
	border-bottom:none;
}
.g_nav .g_nav_menu > li > .sub-menu > li > a{
	width:100%;
	height:12.1875vw;
	font-size:1.1rem;
	letter-spacing: 1px;
	text-align: left;
	border-bottom:0.3125vw solid #dadad9;
	padding:0 0 0 10vw;
}
.g_nav .g_nav_menu > li > .sub-menu > li:last-child a{
	border-bottom:none;
}

/*孫のul設定*/
.g_nav .g_nav_menu > li > .sub-menu > li > .children{
	position: static;
	display: none;
	width: 100%;
	height:100%;
	padding: 0 0 0 12.5vw;
	opacity: 1;
	visibility: visible;
	-webkit-transition:none;
	transition:none;
	border-bottom:0.3125vw solid #dadad9;
	background:none;
}
.g_nav .g_nav_menu > li > .sub-menu > li > .children > li{
	padding:0 10px 0 15%;
	margin:0;
	text-align: left;
	overflow:hidden;
	border-bottom:0.3125vw solid #dadad9;
}
.g_nav .g_nav_menu > li > .sub-menu > li > .children > li:last-child{
	border-bottom:none;
}

/*子と孫のa設定*/
.g_nav .g_nav_menu > li > .sub-menu > li > .children > li > a {
	width:100%;
	height:12.1875vw;
	font-size:1.1rem;
	letter-spacing: 1px;
	text-align: left;
	padding:0 0 0 10vw;
}

/*OPENボタン*/
.g_nav .g_nav_menu .has-child > .btn-icon,
.g_nav .g_nav_menu .has-grand > .btn-icon{
	position: absolute;
	top: 0.3125vw;
	right: 0vw;
	width:  12.1875vw;
	height: 12.1875vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.g_nav .g_nav_menu .has-child > .btn-icon::before,
.g_nav .g_nav_menu .has-grand > .btn-icon::before{
	content:'\f48a';
	cursor: pointer;
	color:#666666;
	font-family: ionicons;
	font-size: 1.4rem;
	font-weight: 500;
	z-index: 10;
}
.g_nav .g_nav_menu .has-child.active > .btn-icon::before,
.g_nav .g_nav_menu .has-grand.active > .btn-icon::before{
	content:'\f463';
}

/*その他*/
.en_btn {
	float: left;
	display: inline-block;
	padding:0 7.8125vw 0 0;
	margin:0 5.9375vw 0 4.6875vw;
	border-right:2px solid rgba(102,102,102,0.2);
}
.en_btn a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:1.1rem;
}
.en_btn a:before{
	content:'';
	position: relative;
	display: inline-block;
	width:5.3125vw;
	height:5.3125vw;
	margin-right:2.8125vw;
	background:url(img/ic_4.png) ;
	background-size:100% auto;
}

.sp_sns_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sp_sns_list li{
	width:5.625vw;
	height:5.3125vw;
	margin-right:6.5625vw;
}
.sp_sns_list li a{
	display: block;
	width:100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.sp_sns_list li a img{
	width:auto;
	height:100%;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索フォーム
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#searchform2{
    position:relative;
    width:100%;
    padding:0 4.6875vw;
    margin:5vw auto;
}
#searchform2 input{
	border: none;
}
#keywords2{
	width: 100%;
	height: 6.25vw;
	padding: 0.78125vw 30px 0.78125vw 0.78125vw;
	font-family: 'Noto Sans JP', sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#keywords2:placeholder-shown {
	font-size:1.1rem;
}
#keywords2::-webkit-input-placeholder {
	font-size:1.1rem;
}
#searchBtn2{
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 5vw;
	box-sizing:border-box;
	font-family: ionicons;
	font-size: 1.8rem;
	width: auto;
	background:none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フッター
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#under{
	position: relative;
	width: 100%;
	padding:0 0 12.5vw ;
}
#under .foot_line{
	height:1.5625vw;
}
#under .sns_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	margin:5vw auto 5.625vw;
}
#under .sns_list li{
	width:5.3125vw;
	height:5vw;
	overflow:hidden;
	margin:0 2.8125vw;
	text-align: center;
}
#under small{
	font-size: 0.9rem;
	margin-bottom:5vw;
}



/*Bottom nav*/
.bottom_nav{
	position: fixed;
	bottom:0%;
	left:0;
	width:100%;
	overflow:hidden;
	border-top:0.3125vw solid #fff;
	-webkit-transition:.3s linear;
	transition:.3s linear;
	opacity: 0;
	z-index:-1;
}
.bottom_nav.uped{
	opacity: 1;
	z-index:9000;
}
.bottom_nav li{
	position: relative;
	float:left;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width:calc(100% / 3);
	height:12.5vw;
	padding-bottom:1.25vw;
	background:url(img/ptn2.png);
}
/*.bottom_nav li{
	border-right:0.3125vw solid #fff;
}
.bottom_nav li:last-child{
	border-right:none;
}*/
.bottom_nav li a::before{
	content:'';
	display: block;
	width:4.375vw;
	height: 5vw;
	margin:0 auto 0.625vw;
}
.bottom_nav .wl1 a::before{
	background:url(img/ic_1.png) no-repeat;
	background-size:100% auto;
}
.bottom_nav .wl2 a::before{
	background:url(img/ic_2.png) no-repeat;
	background-size:100% auto;
}
.bottom_nav .wl3 a::before{
	background:url(img/ic_3.png) no-repeat;
	background-size:100% auto;
}
.bottom_nav .wl4{
	display: none !important;
}
.bottom_nav .wl5 a::before{
	background:url(img/ic_item_w.png) no-repeat;
	background-size:100% auto;
}
.bottom_nav .wl6 a::before{
	background:url(img/ic_work_w.png) no-repeat;
	background-size:100% auto;
}
.bottom_nav .wl7 a::before{
	background:url(img/ic_name_w.png) no-repeat;
	background-size:100% auto;
}

.bottom_nav li a{
	font-size:0.8rem;
	color:#fff;
}


/*カートに何個商品が入ってるかを表す*/
.woo_cc{
	position: absolute;
	top:0.625vw;
	left:13.5875vw;
	width: 5vw;
	height: 5vw;
	margin:0 ;
	font-size:0.9rem;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サイドバー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#side_bar{
	float:none;
	width:100%;
	padding:0;
}
#secondary .widget-title {
	position: relative;
	margin: 0px 0 16px;
	padding: 2.5vw 0 2.5vw;
	color: #444444;
	font-size: 1.1rem;
	letter-spacing: 2px;
	text-align: center;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#secondary aside#categories-2 {
    margin-bottom: 3.75vw;
    border-bottom: none;
}
#secondary aside.widget_media_image{
	height:auto;
	margin: 0 auto 5vw;
}
#secondary aside.widget_media_image img {
	width:100%;
	height:auto;
}
#secondary aside#search-2 {
	padding:0 ;
	margin-bottom: 0px;
	background: none;
}

/*サイドバー　ulデフォルト設定*/
#secondary ul {
	width: 100%;
	padding: 0 4.6875vw 0;
	margin: 0 auto 5vw;
}
#secondary ul li {
	position: relative;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding: 0 ;
}
#secondary ul li:before{
	content:'\f3d3';
	position: absolute;
	top: 3.125vw;
	right: 4.0625vw;
	cursor: pointer;
	font-family: ionicons;
	font-size: 1.4rem;
	font-weight: 500;
}
#secondary ul li.has-child:before{
	content:'';
}
#secondary li a {
	display: block;
	padding: 3.125vw 0;
	font-size:1rem;
	letter-spacing: 1px;
	/*border-bottom:1px solid #ddd;*/
}
#secondary ul.children {
    display: none;
}
#secondary ul .btn-icon {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 10vw;
	height: 10vw;
}
#secondary li.has-child .btn-icon::before{
	content:'\f48a';
	cursor: pointer;
	font-family: ionicons;
	font-size: 1.4rem;
	font-weight: 500;
}
#secondary li.has-child.active .btn-icon::before{
	content:'\f463';
	cursor: pointer;
	font-family: ionicons;
	font-size: 1.4rem;
	font-weight: 500;
}
#secondary ul.children {
	padding:0 0 0 3.75vw;
}
#secondary .children li {
    padding: 0;
    margin-bottom: 0;
    border-bottom:none;
}





#secondary #filter_search select {
    display: block;
    width: 100%;
    height: 6.25vw;
    font-size: 0.9rem;
    box-sizing: border-box;
    padding: 0.78125vw;
    border-radius: 0;
}


.ban_box {
	display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 5vw;
}




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

}
#cat_area{
	width:100%;
	padding:0 4.6875vw;
	margin-bottom:10vw;
}
.cat_cont{
	display: block;
}
.cat_box{
	margin-bottom:5vw;
	border-top:1px solid #000;
}

.box1{
	width:100%;
}
.box2{
	width:100%;
	margin:0 0 5vw;
}
.box3{
	width:100%;
}
.cat_box_title{
	padding:2.5vw 0;
	border-bottom:1px solid #eee;
}
.cat_box_list{
	display: flex;
	flex-wrap: wrap;
}
.cat_box_list li{
	width:48%;
	margin:0 4% 0 0;
	border-bottom:1px solid #eee;
}
.cat_box_list li a{
	display: flex;
	align-items: center;
	padding:2.5vw 0;
	font-size:1rem;
	line-height: 1;
}
.cat_box_list li a .img_box{
	display: block;
	width:6.25vw;
	height:6.25vw;
	overflow:hidden;
	margin-right:1.25vw;
}

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

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


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページ毎
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.page-template-default .inner,
.error404 .inner,
#page_area .inner{
	position:relative;
	float:none;
	width:100%;
	margin:0 auto;
}

#page_area,
#blog_area{
	width:100%;
	max-width: 100%;
	min-width: 100%;
	padding:12.5vw 0;
	overflow:hidden;
}
#woo_area{
	width:100%;
	max-width: 100%;
	min-width: 100%;
	padding:2.5vw 0 0;
	overflow:hidden;
}
.single #blog_area {
	padding-top: 12.5vw;
}


#container{
	float:none;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:0;
	margin:0 auto 7.8125vw;
}
#page_cont,
#blog_cont{
	float:none;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:0 4.6875vw;
	margin:0 auto;
}
#page_title {
}
#page_title span {
	font-size:1.8rem;
	padding: 10vw 0 10vw;
}

.blog_box {
    overflow: hidden;
    padding: 0px 0 7.8125vw;
    margin-bottom: 0px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログA　アーカイブ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.blog_entry h1 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1.5625vw;
}
.day_entry {
    display: inline-block;
    font-size: 0.8rem;
    margin-right: 1.25vw;
}
.cat_entry a {
    color: #222;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.3125vw 1.25vw;
    margin: 0 1.5625vw 0.3125vw 0;
    line-height: 1;
}
.blog_text .thum1{
    width:23.4375vw;
    height:23.4375vw;
    margin-right: 1.5625vw;
}

.blog_text .more{
	position: static;
	clear: both;
	font-size:1rem;
	width: 100%;
	display: block;
	padding:3.75vw 0;
}
.blog_text .more a{
	display: block;
	width: 100%;
	padding: 3.125vw 0;
	border: 1px solid #d8be61;
	text-align: center;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ（次の記事、前の記事）
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.pn_pager{
	width: 100%;
	overflow:hidden;
	padding:8.125vw 0 0;
}
.pn_pager p{
	font-size: 1rem;
	margin-bottom:1.5625vw;
}
.pre_p{
	float:left;
	width:48%;
	text-align: left;
	font-size:0.9rem;
	line-height: 1.4;
}
.next_p{
	float:right;
	width:48%;
	text-align: right;
	font-size:0.9rem;
	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: 1.25vw 1.5625vw;
	margin: 1.5625vw;
	font-size:1rem;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background:#f5dc00;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログB　アーカイブ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.B_archive figure {
	float: left;
	width: 46.5%;
	margin:0 7% 8% 0;
}
.B_archive figure:nth-child(3n){
	margin:0 7% 8% 0;
}
.B_archive figure:nth-child(even){
	margin:0 0% 8% 0;
}
.B_archive figure a{
	position: relative;
	display: block;
}
.B_archive figure .img_box {
    position: relative;
    display: block;
    width: 100%;
    height:auto;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.B_archive figure .img_box::before{
	content:'';
	display: block;
	padding-top:100%;
}
.B_archive figure .img_box img{
	position: absolute;
	top:0;
}
.B_archive figure h3 {
	height: 7.03125vw;
	font-size:1rem;
	line-height: 1.4;
	margin-bottom: 5px;
}
.B_archive figure p {
	font-size:0.9rem;
	text-align: right;
}


.B_archive .shipping_box{
	color:#fff;
	font-size:0.9rem;
	letter-spacing: 1px;
	display: block;
	position: absolute;
	top: 37.5vw;
    left: 0.625vw;
	padding:0.9375vw 1.40625vw;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログB　SINGLE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.custom_entry,
#pg_cont,
.custom_info{
    width: 100%;
    height: auto;
}
.custom_info{
    margin-bottom:6.25vw;
}
.custom_entry h1 {
	height: auto;
	font-size:1.2rem;
	line-height: 1.6;
	margin-bottom: 4.6875vw;
}



.pg_cont {
	float:none;
    width:100%;
    height: 117.96875vw;
    overflow: hidden;
    margin-bottom: 3.125vw;
}


#pg_cont .pg_box {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#pg_cont ul {
    float: right;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3.125vw 0;
    margin: 0;
}
#pg_cont li {
	float: left;
	position: relative;
	width: 22%;
	height: auto;
	overflow: hidden;
	margin: 0 4% 4% 0;
	cursor: pointer;
}
#pg_cont li:nth-child(4n) {
	margin: 0 0% 3% 0;
}
#pg_cont li:before{
    content:"";
    display:block;
    padding-top:100%;
}
#pg_cont li img{
    position: absolute;
    top:0;
}



.custom_entry .cat_entry a{
	font-size: 0.8rem;
	font-weight: normal;
}
.custom_info .price {
	font-size: 1.2rem;
    padding-bottom: 3.125vw;
    margin-bottom: 4.6875vw;
    text-align: right;
    border-bottom: 1px dotted;
}
.custom_info .price span {
    font-size: 0.9rem;
    line-height: 2;
}
.custom_info .buy {
	font-size:1rem;
	padding: 3.125vw 0;
}
/*関連商品*/
/*見出し*/
.section_title {
    position: relative;
    width: 100%;
    height: 5vw;
    margin-bottom: 3.75vw;
    border-bottom: 2px solid #dcdcdc;
}
.section_title span {
    position: absolute;
    display: inline-block;
    height: 5vw;
    padding: 0 1.875vw;
    font-size: 1.1rem;
    border-bottom: 2px solid #d8be61;
}

.relation_area li {
	float: left;
	width: 46.5%;
	margin: 0 7% 8% 0;
}
.relation_area li:nth-child(even){
	margin: 0 0% 8% 0;
}
.relation_area h4{
	height:64px;
	line-height: 1.6;
}
.relation_area p.price{
	line-height: 1;
	text-align: right;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
LINK
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.link_banner li{
	width:32.8125vw;
	height:10.9375vw;
	margin:2.5vw;
}





/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
固定ページページ内リンク(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% / 2);
	padding:0 10px;
	margin-bottom:5vw;
}
.pl_page_nav li a{
	display: block;
	width:100%;
	padding:10px 0;
	font-size:1rem;
	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.2rem;
	margin: 12px auto 40px;
	text-align: center;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
良くある質問
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.faq-catname {
	font-size: 1.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.1rem;
}
.faq_area li .faq-q::after{
	content: '\f123';
	position: absolute;
	top:0.625vw;
	right:0;
	font-family: ionicons;
	font-size: 1rem;
}
.faq_area li .faq-q.open::after{
	content: '\f126';
	position: absolute;
	top:0.625vw;
	right:0;
	font-family: ionicons;
	font-size: 1rem;
}
.faq_area li .faq-q .ques{
	font-size:1.1rem;
	font-weight: bold;
	margin:0 1.25vw 0 0;
}
.faq_area .faq-a{
	padding:1.25vw 0 0;
}
.faq_area .faq-a hr{
	margin-bottom:1.25vw;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
お客様の声
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.voice_list{
	overflow: hidden;
}
.voice_list li{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	overflow: hidden;
	padding-bottom:7.5vw;
	margin-bottom:7.5vw;
}
.voice_list .entry_box{
	width: 100%;
	margin:0;
}
.voice_list .entry_box h1{
	font-size:1.4rem;
	padding-bottom:1.2rem;
	margin-bottom:1.6rem;
}
.voice_list .img_box{
	position: relative;
	width:35%;
	height:188px;
	overflow:hidden;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
プラン＆料金
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.pp_list{
	overflow: hidden;
}
.pp_list li{
	margin-bottom:7.5vw;
}
.pp_list li a{
	height:25vw;
}
.pp_list h2{
	font-size:1.4rem;
}
.pp_list .sankaku{
	border-width: 0 0 15vw 15vw;
}
.pp_list .sankaku span{
	position: absolute;
	top: 9.0625vw;
    left: -8.125vw;
    font-size: 0.9rem;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
プラン&料金-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 .entry_box{
	width: 100%;
	margin:0;
}
.name_list .entry_box h3{
	font-size:1.1rem;
	line-height: 1.4;
	padding-bottom:1.2rem;
	margin:1rem 0 0;
	border-bottom:1px solid #dddddd;
}




/*コメント
====================*/
#comments {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 3.75vw 0;
    border-top: 1px dotted rgba(0,0,0,0.5);
}
.comment-form {
    width: 80%;
    height: auto;
    overflow: hidden;
    padding: 1.25vw 0;
    margin: 0 auto;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label{
display:block;
width:100%;
padding:10px 0px;
vertical-align:top;
}

.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input[type="url"]{
width:100%;
height:25px;
}

.comment-form-comment textarea{
width:100%;
height:90px;
}

/*メールフォーム(#mailformで囲む)
====================*/
#mailform_box{
    width:90%;
    font-size:1rem;
}
#mailform_box th,
#mailform_box td{
    display: block;
    width: 100%;
    padding:1.25vw;
}
#mailform_box input[type="text"],
#mailform_box input[type="email"],
#mailform_box input[type="tel"],
#mailform_box select,
#mailform_box textarea {
	font-size: 1rem;
}
#mailform_box textarea {
    height: 31.25vw;
    font-size:1rem;
}
#mailform_box input[type="submit"] {
	width: 25vw;
	height: 9.375vw;
	font-size: 1rem;
}
#mailform_box th span{
	display: inline-block;
	margin-top:0.625vw;
	margin-right:2.5vw;
}
#mailform_box .head_text {
    font-size: 0.9rem;
    padding-bottom: 3.125vw;
    text-align: center;
}
#mailform_box .bottom_text {
    font-size: 0.9rem;
}
#mailform_box.live_form i,
#mailform_box.live_form td p{
	font-size:0.8rem;
}


/*特定商取引法に基づく表記
=================================*/
#tablepress-1 td{
	display: block;
	width:100%;
}
#tablepress-1 td + td {
	width: 100%;
}





#law_list {
	width:100%;
}
#law_list th,
#law_list td{
	display: block;
	width: 100%;
}


.scrollable-table table{
  max-width: 100%;
}
.scrollable-table th,
.scrollable-table td{
  white-space: nowrap;
}

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}

/*ここまで====================*/
}/*END media*/
