@charset "UTF-8";
/*
	Theme Name: shop
	Author: eSales System Laboratory Inc.
	Author URI: http://www.e-uru.biz/
	Version: 1.0.0
*/

/****************************************
          General Setting
*****************************************/
html,body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,th,td {box-sizing: border-box;}

html {
	margin: 0px auto;
}


body {
//	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	margin: 0px auto;
	padding: 0px;
	min-width: 1050px;
	overflow-x: hidden;
	color: #373A3C;
	letter-spacing: 1px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;	
}

img {
	border-style:none;
	max-width: 100%;
	height: auto;
}

/****************************************
          Typography
*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/****************************************
          List
*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li { list-style: none; }


.sp,
.sponly  {display:none}

.pc_left { float:left; }
.pc_right { float:right; }
.pc_50p { width:50%; }

.clearboth { clear: both; }
.tac { text-align:center; }
.tal { text-align:left; }
.tar { text-align:rigth; }
.mrlauto { margin-left:auto; margin-rigth:auto; }

.wp-pagenavi{clear: both;}
.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #BFBFBF;padding: 3px 5px;margin: 2px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #000;}
.wp-pagenavi span.current {font-weight: bold;}

/****************************************

          Link

*****************************************/

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #737272;
}
/*
a:hover img { opacity: 0.7; }
*/
img {
	max-width: 100%;
}

p {
margin-top: 0px;
}

footer {
	background: #F3F4F6;
	color: #000;
	padding-top: 30px;
}
#footer01 {
	padding: 5px 0 0px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 124px;
	z-index: 1000;
}
#footer01 img { display: inline-block; }
#footer01 .box1 {
	text-align: center;
}
#footer02 {
}

#footer02 .box1 {
	float: left;
	width: 400px;
}

#footer02 .box2 {
	float: right;
	width: 600px;
	display: flex;
}

#footer02 .box1 span {
	display: 	block;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.3em;
}

#footer02 ul li {
	padding: 0 0 0 10px;
	font-size:14px;
	line-height: 1.8em;
}
#footer02 ul li a {
	color: #000;
	font-weight: 200;
	text-decoration: none;
}
#footer02 ul li a:hover {
	color: #4195CC;
}

#footer02 ul li a:before {
	content: "›";
	padding-right: 5px;
	color: #4195CC;
	font-weight: bold;
}

#footer02 ul li h2 { font-size: 15px; line-height: 1.5em; border-bottom: 1px solid #333; margin-bottom: 10px; }

#footer03 { padding: 20px 0px 60px; text-align: center; font-size: 14px; margin: 0px; }

.footer_navi01 {
    float: left;
    width: 200px;
    margin-right: 20px;
}


.footer_navi02 {
    float: left;
}



#fbtn {
	padding: 70px 0px;
	background: url(/images/kanren-bg.jpg) repeat top center;
}
#fbtn .wrap {
	background: #fff;
	border-radius: 15px;
	padding-top: 35px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
}
#fbtn ul {
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#fbtn ul li { display: inline-block; vertical-align: middle; }
#fbtn ul.item01 li {
	width: 30%;
	text-align: center;
}

/****************************************

          Layout

*****************************************/
#maincon {
	padding: 0px 0px 80px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
	font-weight: 500;
}

header {
	width: 100%;
	top: 0;
}

#header {
	display: block;
	width: 100%;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border-top: 6px solid #0073BD;
}
#header h1 { font-size: 13px;
	color: #000;
	display: inline-block;
	margin: 0px;
}
#header #logo {
	float: left;
	margin:0;
	padding: 0;
	
}

#header #logo img {
	width: 280px;
	margin-bottom: -5px;
  display: block;
}

#header #head_tel {
	float: right;
	padding-top: 12px;
	margin-right: 20px;
	text-align: right;
	width: 750px;
  width: auto;
  padding-top: 15px;
  margin-right: 0px;  
}

#header #head_tel .topnavi {
	display: inline-block;
}

#header #head_tel .topnavi a {
	display: inline-block;
	width: 120px;
	background: #0073BD;
	color: #fff;
	border-radius: 5px;
	padding: 6px 8px 5px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #0073BD;
	position: relative;
	margin-right: 5px;
  width: 105px;
  padding: 3px 4px 1px;  
}
#header #head_tel .topnavi a img { display: block; margin-left: auto; margin-right: auto; }
#header #head_tel .topnavi a:hover {
	background: #BBEAFE;
	color: #000;
	text-decoration: none;
}
#header #head_tel .topnavi a:hover img {
	filter: invert(20%) sepia(81%) saturate(255%) hue-rotate(178deg) brightness(50%) contrast(176%);
}

#header #head_tel img {
    margin-bottom: -7px;
    margin-right: 10px;
}

/* --- 2020/12/17：ECサイト名称変更②ヘッダーのがすたん削除 --- */
/*
#header #head_tel .topnavi a#item01:before {
	position: absolute;
	content: url("/images/gasutan-1.png");
	top: -8px;
	left: -55px;
}
*/


 
/* ------- メニュー部分 ------- */

#gmenu {
	background: #89BB25;
}

#gmenu.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

.menu {
	margin-left: auto;
	padding: 0;
	height: auto;
}

.menu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0px 0;
	display: table;
	width: 100%;
}

.menu li{
	display: table-cell;
	margin: 0;
	padding: 0 0px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.menu span.wrap,
.menu a{
	text-align: center;
	padding: 0px 15px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	color: #fff;
	height: 30px;
	font-size: 17px;
	display: block;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	border-left: 2px dotted #fff;
}

.menu li:last-child a{ border-right: 2px dotted #fff; }

#gmenu.fixed .menu a {
	margin-top: 10px;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { text-align: center;}


.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
/****************************************

          Navigation

*****************************************/



.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font36 { font-size: 36px; }

/****************************************

          margin

*****************************************/

.mt0 { 	margin-top: 0px; }
.mt5 { 	margin-top: 5px; }
.mr5 { margin-right: 5px; }
.ml5 { 	margin-left: 5px; }
.mb5 { margin-bottom: 5px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mb10 { margin-bottom: 10px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.ml20 { margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.ml30 { margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mt40 { margin-top: 40px; }
.mr40 { margin-right: 40px; }
.ml40 { margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mt50 { margin-top: 50px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr80 { margin-right: 80px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }


/****************************************

          padding

*****************************************/
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pl10 { padding-left: 10px; }
.pb10 { padding-bottom: 10px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pl20 { padding-left: 20px; }
.pb20 { padding-bottom: 20px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pl30 { padding-left: 30px; }
.pb30 { padding-bottom: 30px; }
.pt40 { padding-top: 40px; }
.pr40 { padding-right: 40px; }
.pl40 { padding-left: 40px; }
.pb40 { padding-bottom: 40px; }
.pt50 { padding-top: 50px; }
.pr50 { padding-right: 50px; }
.pl50 { padding-left: 50px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pt70 { padding-top: 70px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }

/* ------- フッターメニュー部分 ------- */

/* ------- フッターメニュー部分 ------- */

.red { color: #ee0000; }
.blue { color: #1E66B8; }
span.pcbr { display: block; }

/* TOP */

/****************************************

          Top slider

*****************************************/

.slide_all {overflow: hidden; width: 100%; height: auto;}

.slide_wrap {
	width: 3100px;
	left: 50%;
	margin-left: -1550px;
	position: relative;
}
.bx-viewport {
	overflow: visible!important;
	width: 1000px!important;
}

.bx-wrapper .bx-viewport {
	border:  0px solid #fff;
	left: 0px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

#slideFilterL, #slideFilterR {
	position:absolute;
	top:0;
	width:1050px;
	height: 495px;
	opacity:0.1;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
	background:#fff;
}
#slideFilterL {
	left:0;
}
#slideFilterR {
	right:0;
}
.bx-wrapper .bx-controls-direction a {
    filter: brightness(0.2);
}

#top-goods {
	padding: 45px 0px 60px;	
	margin-bottom: 50px;
	background: url(/images/osusume-bg.jpg) no-repeat bottom center;
}

#top-osusume {
	padding: 45px 0px 60px;
	margin-bottom: 50px;
/*	background: url(/images/osusume-bg.jpg) no-repeat top center, url(/images/bg-osusume-foot.gif) repeat-x bottom center; */
	background: url(/images/osusume-bg.jpg) no-repeat top center;
	background-size: cover;
}

#top-osusume ul {
	text-align: center;
}

#top-osusume ul li { display: inline-block; vertical-align: top; width: 32%; }

#top-product {
}
#top-product .wrap .ttl {
}

#top-product div.itembloc {
/*
	margin-right: 2px;
	padding: 40px 15px 50px; 
	border-top: 3px solid #009FE8;
	border-left: 3px solid #009FE8;
	border-right: 5px solid #009FE8;
	border-bottom: 3px solid #009FE8;
	box-shadow: 2px 2px 0px #009FE8;
	background: #E3F6FF;
	margin-top: -2px;
*/
}

#top-anshin div.wrap {
	background: #FFF5E5;
	padding: 50px;
	border-radius: 15px;
}

.innerlink  {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.innerlink li {
	display: table-cell;
}
.innerlink li a {
	text-align: center; 
	display: block;
	background: #0185ce;
	padding: 15px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	border-radius: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	box-shadow: 3px 3px 2px #aaa; margin: 5px;	
	line-height: 1.5em;
	letter-spacing: 0px;
	height: 5em;
	
}
.innerlink li a img {
	display: block;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.innerlink li a:hover {
	 opacity: 0.6;  text-decoration: none; 
}

.morelink { text-align: right; }
.morelink a { text-align: center; display: inline-block; width: 150px; background: #0185ce; padding: 10px 20px; border-radius: 13px; color: #fff !important; font-weight: bold; font-size: 20px;
	border-radius: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	box-shadow: 3px 3px 2px #aaa; margin: 5px; }
.morelink a:hover { opacity: 0.6;  text-decoration: none; }

.morelink a:after {
    content: "›";
    padding-left: 15px;
    font-weight: bold;
	font-size: 20px;
	position: absolute;
}

a.btn-about {
 	text-align: center;
	display: inline-block;
	background: #ffcccc;
	padding: 20px 50px;
	border: 4px solid #ff5050;
	border-radius: 15px;
	color: #000 !important;
	font-size: 26px;
	box-shadow: 3px 3px 5px #666;
	text-decoration: none;
}

a.btn-about:hover {
	text-decoration: none;
	opacity: 0.7;
}

a.btn-about:after {
    content: "›";
    padding-left: 15px;
    font-weight: bold;
	font-size: 30px;
	position: absolute;
}

#top-ranking div.wrap {
	border: 8px solid #E3F6FF;
	padding: 50px 30px;
	border-radius: 15px;
}
#top-ranking li { display: block; vertical-align: top; width: auto%; text-align: center; }
#top-ranking li li { display: inline-block; vertical-align: top; width: 19%; text-align: center; }

/* TOP */

/* kaso */
#breadcrumbswrap { /* background: #F7ECDE; */ }
.breadcrumbs { font-size: 12px; text-align: left; padding-right: 50px; padding-left: 10px;color: #555; background: #fff; }
.breadcrumbs a { color: #555; }
.subHeader { padding: 10px 0px 0px; margin-top: 10px; border-top: 1px solid #eee; }

.mB {
	font-size: 24px;
	margin: 30px 0px 20px;
	position: relative;
	display: block;
	line-height: 2em;
	letter-spacing: 0px;
	color: #333;
	text-align: left;
	padding: 8px 0px 8px 20px;
border-bottom: 2px solid #0073BD;	
	font-weight: bold;
}

.mB .wrapper {
	text-align: center;	
}

.kizi { border: 1px solid #eee; padding: 20px; }

.kizittl.new {
	font-size: 1.6em;
    padding: 20px 0px 20px;
    background: #ed793b;
    text-align: center;
    color: #fff;
}

.kizittl.new a {
    color: #fff;
}

.tabttl {
	display: inline-block;
	border-bottom-right-radius: 30px;
	margin: 0 0 15px 0;
	padding: 12px 20px 14px 20px;
	color: #fff;
	background-size: 45px 45px;
	background-repeat: no-repeat;
	background-position-x: 8px;
	font-weight: 600;
	font-size: 24px;	
}

.blogttl {
    clear: both;
    font-size: 24px;
    font-weight: 400;
    padding: 0px 10px 0px 0px;
	margin-bottom: 20px;
}

.midashi {
    clear: both;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    padding: 10px 10px 10px 10px;
	background: #F76CB2;
    background: #0185ce;
}

.midashim {
    clear: both;
    font-size: 22px;
    font-weight: bold;
    color: #014B92;
    padding: 15px 20px;
	margin-bottom: 30px;
	background: #BBEAFE;
	border-radius: 10px;
}

.midashiwork {
    clear: both;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
  margin-bottom: 30px;
  background: #0F8AA9;
  border-radius: 10px;
}

.midashikanren {
    text-align: center;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 5px 10px 5px 10px;
	margin-top: 50px;
}


.midashikanren:after {
    content: "";
    display: block;
    height: 1px;
    height: 1px;
    background: #000;
    margin: 15px 0 0px;
}

.bloc1 {
    padding: 10px 20px 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.kanren ul.list li { display: inline-block; width: 47%; text-align: center; margin: 10px 1%; vertical-align: top; }
.kanren ul.list02 li { display: inline-block; width: 45%; text-align: left; margin: 10px 1%; vertical-align: top; }
.kanren .list li img {
	border: 1px solid #eee;
	max-height: 140px;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.kanren ul.list02 li h3,
.kanren ul.list li h3{
	font-size: 14px;
	text-align: left;
    margin: 0px 0px 20px 20px;
	font-weight: 400;
}
.child_pages { margin-top: 20px; width: 100%; display: flex; flex-wrap: wrap; text-align: center; }
.child_page { display: inline-block;
    width: 24%;
    text-align: center;
    margin: 0px 0.5% 10px;
    box-sizing: border-box;
    background-color: #fde05c;
    background-color: #E3F6FF; }

.child_page h3 { padding-left: 0px; font-weight: normal; font-size: 14px; border: 1px solid #ddd; margin: 0px; }
.child_page h3 a { display: block; padding: 10px; }
.child_page h3 a:after { content: "→"; padding-left: 1px; display:block; }
#voiceDedail li .dwrap { padding: 0px 10px 10px; }
.midashi_voice { font-size: 1.3em; padding: 10px 10px; font-weight: 400; border-bottom: 1px solid #555; margin-bottom: 20px; color: #ff6600; }

#main { float: left; width: 70%; }
#sidepage { float: right; width: 25%; }
#sidepage ul { margin-bottom: 20px; }

.widgettitle {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin: 20px 0px 10px;
    border: 1px solid #333;
}

.voice_list li,
.column_list li { float: left; width: 30%; margin: 10px 1.5% 30px; background: #fff; border: 2px solid #eee; min-height: 380px; position: relative; }
.voice_list li { min-height: auto; }
.voice_list li:after,
.column_list li:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 8px solid #896332;
	border-top-color: #fff;
	border-left-color: #fff;	
}
.voice_list li h2,
.column_list li h2 { font-size: 18px; margin: 0px; padding: 0px 0px 10px; }
.voice_list li .txt,
.column_list li .txt {
	display: block;
	padding: 10px;
	color: #696F79;
	font-size: 14px;
	line-height: 1.5;	
	position: relative;
}
.voice_list li span.img,
.column_list li span.img { display: block; width: 100%; height: 208px; overflow: hidden; text-align: center; background: #eee; }
.voice_list li span.img img,
.column_list li span.img img { max-height: 208px;  }

.gaiyou {
	margin:10px 0px 20px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
	font-size: 14px;
}

.gaiyou table.tab1 { table-layout:auto; background:#eee; }
.gaiyou th { border: solid 1px #333; background:#eee; text-align: left; padding:10px 10px; font-weight: normal; width: 15em;}
.gaiyou td { border: solid 1px #333; padding:10px 10px;background-color: #fff; font-weight: normal;}

.eventchirasi img { height: auto; width: 45%; margin: 10px 2%;}
.eventchirasi { text-align: center; }
.blog-thumbnail { float: left; margin-right: 20px; }
.bloglist-thumbnail { float: left; margin-right: 20px; width: 200px; }
.blogDetail a.more { display: inline-block; padding: 8px 30px; line-height: 1em; background: #b06c15; color: #fff; position: relative; border: 1px solid #b06c15; }
.blogDetail a.more:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid #fff;
    border-top-color: #b06c15;
    border-left-color: #b06c15;
}
.blogDetail a.more:hover { background: #000; border: 1px solid #000; }
.blogDetail a.more:hover:after {
    border: 5px solid #000;
    border-top-color: #000;
    border-left-color: #000;	
}
.blogDetail .blogbloc { display: table-cell; }

#prevANDnext {
    border-top:5px double #999;
    margin:25px 0 10px 0;
    padding:10px ;
    font-size:14px;
}

#prevANDnext .prev {
    float:  left;
    width:45%;
}

#prevANDnext .next {
    text-align: right;
    float:  right   ;
    width:45%;
}

.tab {
	list-style: none;
	display: flex;
/*	justify-content: space-between; */
}

.tab li {
	display: inline-block;
	margin-right: 8px;
	background: #e04571;
	border-radius: 10px 10px 0px 0px;
	border-left: 1px solid #e04571;
	border-right: 1px solid #e04571;
	border-top: 1px solid #e04571;
}

.tab li.mitu {
	display: inline-block;
	background: #237cdb;
	border-radius: 10px 10px 0px 0px;
	border-left: 1px solid #237cdb;
	border-right: 1px solid #237cdb;
	border-top: 1px solid #237cdb;
}


.tab li.current {
	background: #fff;
	margin-top: -10px;
	padding-top: 10px;
}

.tab li:hover {
	background: #fff;
}
.tab li.current:hover {
	background: #fff;
}

.tab li a {
	display: block;
	border-bottom: none;
	padding: 10px 7px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
.tab li:hover a {
	color: #e04571;
}
.tab li.mitu:hover a {
	color: #237cdb;
}
.tab li.current a {
	color: #e04571;
}
.tab li.mitu.current a {
	color: #237cdb;
}



.tabContents {
	clear: both;
	padding: 0px 0px;
	border: 1px solid #eee;
	margin-bottom: 50px;
	border-radius: 0px 0px 0px 0px;
}
	
.tabContents.current {
	display: block;
}
	.btn-a a { 
	display: inline-block;
    background: url(/images/yubi.png) no-repeat left center #DD4B4B;
    background-position-x: 5px;
    color: #fff !important;
    border-radius: 10px;
    /* border: 2px solid #ccc; */
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 10px 35px;
    margin-bottom: 20px;
    line-height: 1em; 
}
.btn-a a:hover { text-decoration: none; color: #000!important; }	

.osusume-detail { display: flex; flex-wrap: wrap; justify-content: center; border: 1px solid #ddd; margin-bottom: 20px; padding-top: 10px; background: #fff; border-radius: 20px; }
.osusume-detail li { display: inline-block; width: 25%; vertical-align: top; text-align: center; margin-bottom: 30px; border: 1px solid #fff; border-radius: 10px; padding-bottom: 20px; }
.osusume-detail li:hover { opacity: 0.7; background: #fefefe; border: 1px solid #ddd; }
.osusume-detail li span.img { margin: auto; padding: 0px; display: table-cell; width: 226px; text-align:center; vertical-align: middle; overflow: hidden; height: 155px; }
.osusume-detail li span.img img { display: block; margin: auto; width: auto; max-height: 105px; max-width: 226px; }
.osusume-detail li h3 { font-size: 12px; text-align: center; line-height: 1.3em; padding: 0px; margin: 0px; }
.osusume-detail li div.item01 { font-size: 14px; }
.osusume-detail li a { color: #000; display: block; }
.osusume-detail li a:hover { color: #0073BD; text-decoration: none; }
.osusume-detail li .item-logo { text-align: center; margin-bottom: 5px;}
.osusume-detail li .item-logo  img.mlogo { width: auto; max-width: 80px; max-height: 26px; display: inline-block; vertical-align: middle; }
.osusume-detail li .item-logo  img.plogo { width: auto; max-width: 120px; max-height: 26px; display: inline-block; vertical-align: top; }

.osusume-detail li .price { position: relative;
	text-align: center;
    color: #bf0000;	
}
.osusume-detail li .price .num {
    color: #bf0000;
    font-size: 42px;
    letter-spacing: 0px;
    font-weight: bold;
    font-family: Helvetica,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 900;
    display: inline-block;
    position: relative;
	padding-top: 10px;	
    text-shadow: 0px 0px 0px #aaa;
    font-family: "Meiryo UI";
	transform: scale(0.8, 1);
    margin: 0px -9px;	
	}

.osusume-detail li .price .num:after {
	font-size: 14px;
	position: absolute;
	right: -25px;
	bottom: -30px;
	content: "(税込)";
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
	font-style:normal;
	text-shadow: 0px 0px 0px #aaa;
}

.osusume-detail li .top_catch {
	margin: 10px 20px 10px;
	max-width: 700px;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 0px;
    border-bottom-width: 3px;
    border-top-width: 3px;
    border-style: double;	
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	color: #f76cb2;
}

.osusume-detail li .top_catch.catch_2 {color: #E85299; border-top-color: #E85299; border-bottom-color: #E85299;	}
.osusume-detail li .top_catch.catch_3 {color: #E85299; border-top-color: #E85299; border-bottom-color: #E85299; }
.osusume-detail li .top_catch.catch_4 {color: #E85299; border-top-color: #E85299; border-bottom-color: #E85299; }
.osusume-detail li .top_catch.catch_5 {color: #61ABD8; border-top-color: #61ABD8; border-bottom-color: #61ABD8; }
.osusume-detail li .top_catch.catch_6 {color: #61ABD8; border-top-color: #61ABD8; border-bottom-color: #61ABD8; }
.osusume-detail li .top_catch.catch_7 {color: #61ABD8; border-top-color: #61ABD8; border-bottom-color: #61ABD8; }


.osusume-detail li .top_catch .wrap {
	display: table-cell;
	height: 3em;	
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	width: 230px;
}

.osusume-detail li .marker {
    background: linear-gradient(transparent 55%, #FFD08C 0%);
    display: inline;
    padding: 0 2px 0px;
    line-height: 1.6em;
	color: #e00;
	font-weight: normal;
	font-size: 13px;
}

.product-detail { display: flex; flex-wrap: wrap; justify-content: left; }
.product-detail li { display: inline-block; width: 32%; vertical-align: top; text-align: center; margin-left: 4px; margin-right: 4px; background: #fff; margin-bottom: 30px; border: 1px solid #fff; border-radius: 15px; }
.product-detail li:hover { border: 1px solid #ddd; opacity: 0.7; }
.product-detail li span.img { margin: auto; padding: 0px 0px 10px; display: table-cell; width: 320px; text-align:center; vertical-align: middle; overflow: hidden; height: 155px; }
.product-detail li span.img img { display: block; margin: auto; width: auto; max-height: 155px; max-width: 296px; }
.product-detail li h3 { font-size: 15px; text-align: center; line-height: 1.3em; padding: 0px; margin: 0px; }
.product-detail li div.item01 { font-size: 14px; }
.product-detail li a { color: #000; display: block; }
.product-detail li a:hover { color: #0073BD; text-decoration: none; }
.product-detail li .item-logo { text-align: center; margin-bottom: 5px;}
.product-detail li .item-logo  img.mlogo { width: auto; max-width: 80px; max-height: 26px; display: inline-block; vertical-align: middle; }
.product-detail li .item-logo  img.plogo { width: auto; max-width: 120px; max-height: 26px; display: inline-block; vertical-align: top; }

.product-detail li .price { position: relative;
	background: url(/images/p_icon.png) no-repeat left center;
	padding-left: 80px;
	height: 85px;
	text-align: left;
	margin-top: -5px;
}
.product-detail li .price .num { color: #e00; font-size: 48px; letter-spacing: -2px; font-weight: bold;
	font-family: Helvetica,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900; 
	display: inline-block;
	position: relative;
	font-style:italic;
	text-shadow: 2px 4px 3px #aaa;
	line-height: 80px;
	margin-right: 5px;
}

.product-detail li .price .num:after {
	font-size: 14px;
	position: absolute;
	right: -25px;
	bottom: -30px;
	content: "(税込)";
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
	font-style:normal;
	text-shadow: 0px 0px 0px #aaa;
}

.product-detail li .top_catch {
	margin: 10px 20px 10px;
	max-width: 700px;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 0px;
    border-bottom-width: 3px;
    border-top-width: 3px;
    border-style: double;	
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	color: #f76cb2;
}

.product-detail li .top_catch.catch_2 {color: #E85299; border-top-color: #E85299; border-bottom-color: #E85299;	}
.product-detail li .top_catch.catch_3 {color: #E85299; border-top-color: #E85299; border-bottom-color: #E85299; }
.product-detail li .top_catch.catch_4 {color: #E85299; border-top-color: #E85299; border-bottom-color: #E85299; }
.product-detail li .top_catch.catch_5 {color: #61ABD8; border-top-color: #61ABD8; border-bottom-color: #61ABD8; }
.product-detail li .top_catch.catch_6 {color: #61ABD8; border-top-color: #61ABD8; border-bottom-color: #61ABD8; }
.product-detail li .top_catch.catch_7 {color: #61ABD8; border-top-color: #61ABD8; border-bottom-color: #61ABD8; }


.product-detail li .top_catch .wrap {
	display: table-cell;
	height: 3em;	
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	width: 296px;
}

.product-detail li .marker {
    background: linear-gradient(transparent 55%, #FFD08C 0%);
    display: inline;
    padding: 0 2px 0px;
    line-height: 1.6em;
	color: #e00;
	font-weight: normal;
}

.lastViewedItem div.price { font-size: 18px; color: #bf0000; letter-spacing: 0px; position: relative; margin-top: 12px; font-family: "Meiryo UI";
	transform: scale(0.8, 1);
}
.lastViewedItem div.price span.label { font-size: 17px; color: #D8212E; letter-spacing: 0px; display: inline-block; background: #e9536b; border-radius: 24px; width: 24px; padding: 7px 12px 5px 4px; line-height: 0.7em; color: #fff; 
	position: absolute;
	left: 22px;
	top: -8px;
}
.lastViewedItem div.price span.num { 
font-family: Helvetica,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: 700;
font-style: italic;
text-shadow: 2px 3px 2px #aaa;
font-size: 22px;
}
.lastViewedList { line-height: 1em; }
.lastViewedThumb { float: none !important; /* display: table-cell; */ height: 90px; width: 170px; padding-bottom: 10px; vertical-align: middle; text-align: center; }
.lastViewedThumb img { width: 100px !important; display: block; margin: auto; max-height: 90px; }
.dd_last_viewed .widgettitle {
	background: #0185ce;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 15px 15px 120px;
	position: relative;
	margin: 0px 0px 30px;
	line-height: 1em;
	border: 1px solid #0185ce;
	text-align: left;

}
.dd_last_viewed .widgettitle:before {
	content: url("/images/check-kiji-icon.png");
	position: absolute;
	left: 30px;
	top: -10px;
}	

.subtags { float: right;}
.subtags li { display: inline-block;}
.subtags li a { display: block; line-height: 1em; padding: 6px 8px; margin: 5px 2px; border-radius: 5px; border: 0px solid #F064A1; color: #000; font-size: 16px; text-decoration: none; background-color: #eee; }
.subtags li.active a { color: #000; background: #c5c5c5; }
.subtags li a:hover {  color: #000; background: #bebdbd; border: 0px solid #d00;  }

.wrapyoutube {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.wrapyoutube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	margin: 0;
	margin-bottom: 15px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	font-size: 14px;
}

input[type=text],input[type=email],input[type=tel]{
   width:70%;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}

input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}

.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}

.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}

.contact_right textarea {
   outline: none;
width:100%;
}

input[type=button],
input[type=submit]{
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	padding:10px 40px;
	position:relative;
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #7db12e;
	background-color:#7db12e;
	background-image: linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -o-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -moz-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -webkit-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -ms-linear-gradient(bottom, #7db12e 0%, #7db12e 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #7db12e),
	color-stop(1, #7db12e)
	);
	-webkit-box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7db12e, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
}

.contact_form input[type=submit]{
width:50%;
}


input[type=button]:hover,
input[type=submit]:hover{
	opacity: 0.8;
}

.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}

input[type="radio"]{
margin: 0 0 4px 0 !important;
}

.send input[type="submit"],
.back input[type="button"] {
	width: 80% !important;
}

span.kataban input { width: 200px; }

.send {
	width: 49%;
	display: inline-block;
	float: right;
	text-align: left!important;
}

.back {
	float: left;
	text-align: right!important;
	width: 46%;
	display: inline-block;
}

.confirm {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	text-align: center;
	margin: 0px 0px;
}


.wpcf7-form #reform {
	display:none;
}

.wpcf7-form #reform dd,
.wpcf7-form #tyumon dd {
	padding: 0px 0px;
	margin: 0px;
}

.wpcf7-form {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
border: 1px solid #eee;
margin-bottom: 20px;
padding: 20px;
}

.wpcf7-form input{} /*名前、メール、題名*/
.wpcf7-form textarea{width: 600px;} /*本文*/
.wpcf7-form .wpcf7-submit{width: 200px; margin-left: 10px;} /*送信ボタン*/
.wpcf7-form span.spr {color:#ff0000;}

.wpcf7-form::after {
	clear: both;
	display: block;
	content: "";
}

.wpcf7-form dt {
	padding: 5px 15px;
	background: #faf0de;
	margin: 10px 0px;
}
.wpcf7-form dd {
	padding: 5px 15px;
	margin: 0px;
	
}
span.wpcf7-list-item {
	display: block !important;
}
span.wpcf7-list-item-label {
	color: #333;
}

.wpcf7-form .gasnotice { padding-left: 9em;}
.wpcf7-form .gfile input[type=text] { width: auto; }
.center {
text-align: center;
}

#text-18 {
font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	background: none;
	border: 0px;
}

dd.val .item { border-bottom: 1px dotted #ddd; padding-bottom: 10px; margin-bottom: 10px;  }
dd.val .item:last-child { border-bottom: 0px dotted #ddd; padding-bottom: 10px; margin-bottom: 10px;  }
dd.val .item01 {display: inline-block; vertical-align: top; margin-left: 1em; font-weight: bold; }
dd.val .item02 {display: inline-block; vertical-align: top; }
dd.val.basyo .item01 { width: 40%; }
dd.val.basyo .item02 { width: 57%; }
dd.val .item02 span.wpcf7-list-item { display: inline-block !important; margin-right: 20px;}

.setapro span.wpcf7-list-item:nth-child(1) { display: inline-block !important; width: 220px; vertical-align: top; }
.setapro span.wpcf7-list-item:nth-child(2) { display: inline-block !important; width: 280px; vertical-align: top; }
.setapro span.wpcf7-list-item:nth-child(3) { display: inline-block !important; width: 180px; vertical-align: top; }
.setapro span.wpcf7-list-item:nth-child(4) { display: inline-block !important; width: 120px; vertical-align: top; }
.setapro span.wpcf7-list-item:nth-child(1) label:after {
	content: url(/images/kanson-setimg-01.jpg);
}
.setapro span.wpcf7-list-item:nth-child(2) label:after {
	content: url(/images/kanson-setimg-02.jpg);
}
.setapro span.wpcf7-list-item:nth-child(3) label:after {
	content: url(/images/kanson-setimg-03.jpg);
}

.lastViewedTitle { font-weight: 300!important; font-size: 15px; line-height: 1.5em; letter-spacing: 0px; }
.birutopr {
    background: linear-gradient(transparent 55%, #FFD08C 0%);
    display: inline;
    padding: 0 20px 0px;
    line-height: 1.3em;
    font-weight: 500;
    color: #000;
    font-size: 1.5em;
    display: inline-block;
    margin: 10px 10px 10px 150px;
}

label[for="payment1"] {
	position: relative;
	display: block;
}

label[for="payment1"]:after {
	position: absolute;
	bottom: -50px;
	right: 10px;
	content: url("/files/card.jpg");
}

.wp_olivecart input[type="submit"].submit-entry {
	background: #E02;
	width: 100%;
	font-size: 30px;
	border: 0px;
}

.wp_olivecart .comment1 {
	font-size: 20px !important;
	color: #f00;
	text-align: center;
}

.cartnotice {
	border: 2px solid #e00;
	padding: 10px 30px;
	margin: 10px auto;
	background: #ffddee;
	font-size: 15px;
	text-align: left;	
	width: 700px;
}
.cartnotice a { color: #000!important; }
.cartnotice a:hover { color: #e00!important; }
input[type=submit].submit-order { background: #C96C16; border: 1px solid #C96C16; box-shadow: inset 0px 1px 0px #C96C16, 0px 1px 0px #fff; }

.order-chage.coustom {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin: 20px;
    padding: 0px;
    align-items: center;
    }
.order-chage.coustom .order-chage-title { display: inline-block;  text-align: right; background: #fff; }
.order-chage.coustom .cart-chage { display: inline-block; width: 130px; text-align: right;  }

.order-summary.coustom {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin: 20px;
    padding: 0px;
    align-items: center;
    border: 2px solid #000;
 }
.order-summary.coustom .order-summary-title { display: inline-block; text-align: right; font-weight: 700; background: #fff; letter-spacing: 0px; }
.order-summary.coustom .cart-total { display: inline-block; width: 130px;;  font-weight: 700; text-align: right;  }
.cart-item-detile .num { display: inline-block; width: 130px; text-align: right; }

#wpmem_login { background: #fff; padding: 50px; margin: auto; }
#wpmem_login legend,
#wpmem_reg legend { padding-bottom: 20px; }

@media (max-width: 1050px) {
	body {min-width: 1050px;}
	#top-fudousan h2,
	#top-work h2,
	#top-fudousan.wrapper,
	#top-work.wrapper { width: 100%; padding: 0px 10px; box-sizing: border-box; }
	.flex-direction-nav .flex-next { right: 0px!important; }
	.flex-direction-nav .flex-prev { left: 0px!important; }

	#top-other ul li { margin-right: 20px; }
	.menu li { padding-left: 5px; padding-right: 5px; }
	#header { padding-left: 0px; padding-right: 0px; }
	.menu li.sns01 a { padding-left: 20px; }
	.menu ul { text-align: center;}
	.menu {}
	#header #logo { width: 220px; }
	.menu span.wrap, .menu a { font-size: 14px; }
}

/* ↓PC版 cssを追加しない↓  */
