/* PC・SP表示切替用 */
@media only screen and (min-width:769px) {
	.pc_only { display: block; }
	.sp_only { display: none; }

	/*#page div.header-clone {
    	display: block;
	}*/
	
}
@media only screen and (max-width: 768px) {
	.pc_only { display: none; }
	.sp_only { display: block; }

	/*#page div.header-clone {
    	display: none;
	}*/
}
footer.site-footer{
	background-color: #F7F7F7;
}

/*全国カット協力店ﾍﾟｰｼﾞ SP対応*/
@media only screen and (max-width: 768px) {
	#maintenance-top td{
		padding: 0;
	}
}

/*SP時のアーカイブページ対応（画像非表示）*/
body.archive div.list-image.image-left {
	display: block;
}
@media only screen and (max-width: 768px) {
	body.archive div.list-image.image-left {
		display: none;
	}
	body.archive div.list-content{
		max-width: 100%;
		width: 100%;
	}
	body.archive h2.title-post.entry-title a ,
	body.archive p{
		font-size: 90%;
	}

	/*画像なし分の一覧対応*/
	.posts-layout .row article:not(.has-post-thumbnail) .list-content {
		width: 100%;
		max-width: 100%;
	}
}

/*Recent Posts Widget Extendedプラグインで表示されてる文字サイズ変更*/
h3.rpwe-title a{
	font-size: 20px; 
}
li .rpwe-summary{
	font-size: 16px;
	line-height: 1.2;
}
.rpwe-ul a:hover img {
	opacity:0.8;/*半透明度80%*/
}

/*Slider（PC）*/
.slider_pc .slick div{
	padding: 10px;
}
.slider_pc .slick img{
	width: 230px;
	text-align: center;
}
.slider_pc .slick-prev.slick-arrow{
	left: 3vw;
	z-index: 10;
}
.slider_pc .slick-next.slick-arrow{
	right: 10vw;
	z-index: 10;
}
.slick-prev:before, .slick-next:before{
	font-size: 50px;
	color: #cccccc;
}

/*ボタンの背景色*/
a.cart_button.in{
  background-color: white !important;
  border: 1px solid white !important;
}
button.cart_button.in{
	border: none;
	background-color: white;
}
a.top-button_green{
/*  color: #fff;
  background-color: #82B64A;
  padding: 5px 30px;
  font-size: 1.2em;*/
    display: inline-block;
    line-height: 1;
    background-color: #82B64A;
    font-size: 32px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	margin: 20px;
}
a.top-button_green:hover{
  color: #fff;
  background: #4f9909;
}
a.top-button_green:link,
a.top-button_green:visited{
  color: #fff;
}

.top-button {
    display: inline-block;
    line-height: 1;
    background-color: #FF9900;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	margin: 20px;
}
a.top-button:hover{
  color: #fff;
  background: #FF8240;
}
a.top-button:link,
a.top-button:visited{
  color: #fff;
}

/*ulマーク付き*/
ul.disc{
    list-style: disc;
    padding-left: 20px;
}
ul.disc li{
    list-style: disc;
}

/*Elementorのタイトル用クラス*/
h1.elementor-heading-title{
	font-size: 30px;/*26px;*/;
	padding: 0.5em;
}
header.page-header,
div.list-content > header.entry-header,
.page > .entry-header{
	z-index: 0;
}

/*rowとcontentの幅は同じにすること*/
div.row {
    margin-left: -10px;
    margin-right: -10px;
}
#content div.container.content-wrapper{
	padding: 0 10px;
}
/**/
p{
	margin-bottom: 0 !important;
}
a img:hover,
p.oshirase_tag:hover{
    filter: alpha(opacity=50);
    opacity: .5;
    -moz-opacity: .5;
}
.container a:hover, .container a:focus,
p.oshirase_infoabs:hover, p.oshirase_infoabs:focus,
.oshirase_date:hover, .oshirase_date:focus{
    color: #20c;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.container a:hover, .container a:focus,
	p.oshirase_infoabs:hover, p.oshirase_infoabs:focus,
	.oshirase_date:hover, .oshirase_date:focus{
		color: #20c;
		/*text-decoration: underline;*/
		text-decoration: none;
	}
}

/********************************************************/
/* Common */
/********************************************************/
/* initialization */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, nav, aside, footer, article, section, hgroup, figure, figcaption {
	border: 0;
	color: inherit;
	font-family: inherit;
	/*font-size: 101%;*/
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
pre {
	margin: 0px; padding: 0px;
}
form {
	margin: 0px; padding: 0px;
}
fieldset {
	margin: 0px; padding: 0px;
}
input {
	margin: 0px; padding: 0px;
}
textarea {
	margin: 0px; padding: 0px;
}
th {
	margin: 0px; padding: 0px;
}
td {
	margin: 0px; padding: 0px;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
fieldset {
	border: 0px currentColor;
}
img {
	border: none;
}
a img {
	border: none;
}
address {
	font-style: normal; font-weight: normal;
}
caption {
	font-style: normal; font-weight: normal;
}
cite {
	font-style: normal; font-weight: normal;
}
code {
	font-style: normal; font-weight: normal;
}
dfn {
	font-style: normal; font-weight: normal;
}
th {
	font-style: normal; font-weight: normal;
}
var {
	font-style: normal; font-weight: normal;
}
ol {
	list-style: none;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
caption {
	text-align: left;
}
th {
	text-align: left;
}
q::before {

}
q::after {

}
abbr {
	border: 0px currentColor;
}
acronym {
	border: 0px currentColor;
}
body {
	font: 14px/1.231 arial, helvetica, clean, sans-serif; font-size-adjust: none; font-stretch: normal;
}
table {
	font-size: inherit;
}
pre {
	line-height: 100%; font-family: monospace;
}
code {
	line-height: 100%; font-family: monospace;
}
kbd {
	line-height: 100%; font-family: monospace;
}
samp {
	line-height: 100%; font-family: monospace;
}
tt {
	line-height: 100%; font-family: monospace;
}
hr {
	border: currentColor; width: 1px; height: 1px; color: rgb(255, 255, 255); clear: both;
}
#main_contents hr {
	padding: 0px;
}
#main_contents header {
	z-index: 0;
}
* + html hr {
	padding: 0px; border: currentColor;
}
.clear {
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.nowrap{
	white-space: nowrap;
}
ul.nowrap {
	white-space: nowrap;
}
.flext-nowrap{
	flex-wrap: nowrap  !important;
}
.flext-nowrap div.elementor-container.elementor-column-gap-default{
	flex-wrap: nowrap  !important;
}

table {
	margin: 0px 0px 15px; width: 100%; border-collapse: collapse;
}
table tr th {
	padding: 5px; width: auto; vertical-align: top;
}
table tr td {
	padding: 5px; width: auto; vertical-align: top;
}
img.aligncenter {
	margin: 0px auto; display: block;
}
img.alignright {
	margin: 0px 0px 20px 7px; padding: 4px; display: inline;
}
img.alignleft {
	margin: 0px 7px 20px 0px; padding: 4px; display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* basic structure */

body{
	background: url("../images/body_background.gif");
	font-family: 'NOTO SANS JP',"Verdana","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1.5;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
div#wrapper{
	margin: 0px auto; padding: 0px 50px 20px; width: 940px; text-align: left;
	background-color: #ffffff;
	position: relative;
}

a:link {
	color: rgb(34, 0, 204); text-decoration: none;
}
a:visited {
	color: rgb(85, 26, 139); text-decoration: none;
}
a:active {
	color: rgb(34, 0, 204); text-decoration: none;
}
/*a:hover {
	color: rgb(34, 0, 204); text-decoration: underline;
}*/
#main_contents a {
	color: rgb(34, 0, 204);
}

hgroup{
	margin: 0; position: relative; padding: 0;
	position: relative;
}

/********************************************************/
/*コンテナサイズ*/
/********************************************************/
#primary.entry-content {
    margin-left: 40px;
    margin-right: 40px;
}
@media only screen and (max-width: 780px){
	#primary.entry-content {
		/*margin-left: 10px;
		margin-right: 10px;*/
		margin-left: 0;
		margin-right: 0;
	}
}
/********************************************************/
/* Font */
/********************************************************/
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, rgba(255,90,90,0.5) 0%) repeat scroll 0 0;}

/*.page > .entry-header,*/
#page h1,
#page h1.archive-title,
.single .entry-header h1.title-post.entry-title {
  padding: 0.5em; /*0.5em 0.3em;文字周りの余白*/
  margin: 0;
  color: #333333;/*文字色*/
  border-bottom: solid 3px #ffaf58;/*下線*/
  line-height: normal !important;
}
#page h1.title-post.entry-title{
	padding-bottom: 0;
}
#page h2{
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #F0F0F1;/*背景色*/
  border-left: solid 15px #E99B30;/*左線（実線 太さ 色）*/
  font-size: 20px !important;
}
#page h2.title-post.entry-title{
  line-height: initial;
  padding: 0.3em 0.5em;/*文字周りの余白*/
}
#page h2.title-post.entry-title a{
  font-size: 20px;
  font-family: Noto Sans;
}
#page h3{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  /*background: #fff;*//*背景色*/
  border-left: solid 5px #E99B30;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
#page .rpwe-block h3{
	/*「お客様の声」のタイトル*/
	border-left: none;
	border-bottom: none;
}
#page .rpwe-block a{
	/*「お客様の声」のタイトル*/
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

#page h4{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #fff;/*背景色*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  line-height: normal !important;
}
a{
	font-size: 100%;
}
#title_befor-after > div > p{
	margin: 0;
	margin-bottom: 0;
	font-weight: 600;
}


@media only screen and (max-width: 780px){

	html { font-size: calc(112.5% + 0.25vw) }
	#page h1 { font-size: 2em; line-height: 1em;}
	#page h2 { font-size: 1.5em; }
	#page h3,
	#page h4,
	#page h5,
	#page h6 { font-size: calc(100% + 0.25vw) }

	#main{
		padding-right: 5px;
		padding-left: 5px;
	}
	

	
}

@media only screen and (max-width: 780px){
	#page h1 { font-size: 1.2em; padding: 0.5em 0 0.2em; line-height: 1em;}
	#page h2 { font-size: 1.2em; }
	#page h3 { font-size: 1em; }

	#page h4 { font-size: 16px; }
	#page h5 { font-size: 16px; }
}
/********************************************************
 * Recent posts Widget Extended
********************************************************/
/* 一覧レイアウト ul li */
.rpwe-block ul {
  list-style: none!important;
  margin: 0;
  padding: 0;
}
.rpwe-block li {
  margin: 0 0 .4em 0!important;
  padding: 0 0 2px 0!important;
  border-top: none!important;
  border-bottom: solid 1px #ddd!important;
}
.rpwe-block h3.rpwe-title {
	padding: 20px 20px 5px;
}
.rpwe-block a,
.rpwe-block a:link {
    color: #333333;
}
	
@media only screen and (max-width: 600px){
	img.rpwe-alignleft{
		width: 40vw;
	}
}


/********************************************************/
/* Header */
/********************************************************/
/*header#masthead{
	padding: 0;
}*/
ul#header_img{
    display: flex;
	justify-content: space-between;
    padding: 0;
	margin-top: 10px;
}
ul#header_img li{
	margin-top: auto;
    margin-bottom: 0;
	padding: 10px;
}
ul#header_img ul{
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;	
}
ul#header_img ul a,
ul#cart_nav li{
	font-size: 80%;
	font-weight: 600;
	color: #333;
    margin: 0;
	padding: 2px 5px 3px;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	background: linear-gradient(180deg, #F1F1F1 0%, #D5D5D5 100%);	
	white-space: nowrap;
}
ul#header_img,
ul#header_img ul{
	list-style-type: none;
}

#top-line{
    display: flex;
	justify-content: space-between;
}
p#site-description{
	font-size: 80%;
	color: white;
    padding: 5px;
    background-color: #e80000;	
	/*margin: 5px 0 0;*/
	margin: 0 0;
	z-index: 10;
	text-align: center;
}

/*メニュー、ボタン */
/*ヘッダー固定に変更
#masthead.site-header.fixed {
	z-index: 9999;
    position: -webkit-sticky;
    position: sticky !important;
    top: 0 !important;
}
*/
.site-header.float-header #mainnav ul{
	/*justify-content: space-evenly;*/
	justify-content: center;
}
#mainnav li{
	border-right: 0.5px solid #a8a8a8;
}
#mainnav li:last-child{
	border-right: none;
}

@media only screen and (max-width: 780px){
	#mainnav li.menu-item{
		padding: 0 5px;
	}
	#mainnav li.menu-item a{
		font-size: 10px;
	}
}
@media only screen and (max-width: 480px){
	nav#mainnav.mainnav{
		display: none;
	}
}

.mainnav.toggled ul li, #mainnav-mobi ul li{
	background-color: #FFF;
	color: #333;
}
.mainnav.toggled ul>li>a, #mainnav-mobi ul>li>a{
	color: #333;
}
.btn-submenu svg{
	fill: #32373c;
}
/*NAVI*/
#mainnav ul.sub-menu li.menu-item a{
	background: #FFFAF4;
	color: #333;
	font-size: 80%;
}
#mainnav ul.sub-menu li.menu-item a:hover{
	background: #FFAF58;
}
/*ヘッダー
ul#header_img{
    display: flex;
	justify-content: space-between;
}*/

/*ハンバーガーリスト*/
div.btn-menu .sydney-svg-icon {
    fill: #333;
}
header #top-line-title_new{
	font-size: 14px;
}
@media only screen and (max-width: 990px) {
	header #top-line{
		/*display: none;*/
	}
	div.row div.col-md-12.col-sm-12{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	header #top-line-title_new{
		font-size: 14px;
	}
	/*ul#header_img ul a{
		font-size: 8px;
	}*/
}
@media only screen and (max-width: 480px) {
	header div#top-line{
		margin: 0;
	}
	header #top-line-title_new,
	#site-description{
		font-size: 8px !important;
	}
	/*ul#header_img{
    	flex-direction: column;
	}*/
}
/********************************************************/
/* Footer */
/********************************************************/
footer#colophon{
}
#footer-fix {
  position:fix;
  bottom:0;
  text-align:center;
  background:#eee;
  padding:1px 0 0 0;
  font-size:14px;
}
#footer-fix  #footer-fix-menu {
  text-align :center;
  padding :0;
  display :table;
  width :100%;
}
#footer-fix  #footer-fix-menu li {
  display :table-cell;
  width :25%;
  background :#eee;
  padding :0;
  margin :0;
  height :60px;
  position :relative;
  vertical-align :middle;
  border: 1px solid #ffffff;
  font-size:13px;
}
#footer-fix  #footer-fix-menu li:hover {
  opacity :0.9;
}
#footer-fix  #footer-fix-menu li a {
  display :block;
  position :absolute;
  top :0;
  left :0;
  width :100%;
  height :100%;
}

/*footer*/
footer{
	background-color:#F7F7F7;
}
footer.container{
	margin-top: 20px;
	padding: 10px 0;
}


footer details{
	text-align: left;
}
footer summary{
	font-size: 16px;
	margin-bottom: 10px;
	/*font-weight: 600;*/
	
    /*background: url(/wp-content/themes/katuraonline_pc/images/icon/side_icon_01.gif) no-repeat 8px;*/
    background: url(../images/icon/side_icon_01.gif) no-repeat 8px;
    margin: 0 0 1px;
    padding: 7px 10px 7px 28px;
    border: currentColor;
    /*width: 273px;*/
    color: #323232;	
	
}
footer summary{
	text-decoration: none;
}
footer summary:hover{
	text-decoration: underline;
	/*font-weight: 600;*/
}
footer ul.sub-menu{
	margin: 0 0 0 30px;
	font-size: 14px;
}

footer ul.sub-menu li{
	list-style: disc;
	/*font-size: 90%;*/
	padding-bottom: 5px;
}
footer ul.sub-sub-menu{
	/*margin: 0 0 0 30px;*/
}
footer ul.sub-sub-menu li{
	list-style: circle;
	padding-bottom: 2px;
	margin-left: 20px;	
}
footer .footer_menu{
	flex-direction: column;
}

footer #footer_foot {
    /*width: 900px;*/
    margin: 0 auto 15px auto;
    padding: 20px 0;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	font-size: 16px;
	text-align: left;
}
footer #footer_foot .col-md-9{
	padding-right: 0px
}
@media (max-width: 768px){
    footer #footer_foot {
		width: initial;
		text-align: center;
	    font-size: 14px;
	}
}
#footer_foot .foot_right {
    margin-top: 15px;
	text-align: center;
}
/*タイトル*/
@media (min-width: 992px){
	.single .entry-header h1.title-post.entry-title {
		font-size: 30px;/*28px;*/
		padding: 0.5em 0.5em 0.2em;
	}
}
h1.title-post.entry-title {
	font-size: 30px;/*28px;*/
	padding: 0.5em 0.5em 0.2em;
}
@media (min-width: 576px) and (max-width: 991px){
	h1.title-post.entry-title {
		font-size: 26px;
	}
}

/*********************************************************************************
 * 旧環境のCSS
 * ********************************/
/* header */
header{
	/*margin: 0 0 10px; */
	position: relative;
	padding: 0;
	width: 100%;
	/*position: relative;
	z-index: 9999*/
}
header div#top-line{
	background: rgb(228, 228, 228); padding: 3px 0px 3px 5px;
	overflow: hidden;
}
header #top-line-title{
	color: rgb(85, 85, 96); font-size: 93%;
	display: block;
	float: left;
}

header div#top-line-rss{
	display: block;
	float: right;
}
header img#rss_link{
	float: right;
	margin: -2px 0;
}
header div#face{
	margin: 0;
	/*height: 83px;*/
	height: 77px;
	overflow: hidden;
}
header div#logo {
	margin: 4px 0px 0px; width: auto; float: left;
}
header div#logo img {
	display: block;
}
header div#header_address {
	margin: 8px 0px 0px; width: auto; float: right;
}
/*header div#header_address img {
	display: block;
}*/
header div#card_list {
	/*margin: 14px 170px 0px 0px; */
	/*width: 127px; */
	text-align: center; 
	font-size: 90%; 
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
header div#card_list p{
	margin-bottom: 0;
}
header p#feed {
	top: 1px; right: 2px; position: absolute;
}
header p#feed img {
	display: block;
}
header p#site-description{
	text-align:center;
	/*margin: 5px -5px;*/
	font-size: 97%;
}
header figure#header-image{
	/*width: 940px;
	height: 315px;*/
	margin: 0 auto;
}

header h1{
  padding: 5px; 
  color: initial;
  background: initial;
  border-bottom: initial;
  margin: 0;
}
header #top-line-title {
    color: #555560;
    font-size: 93%;
    display: block;
    float: left;
}

/* nav */

nav{
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
}

/* メインナビゲーション */
nav #global_nav{
	*zoom: 1;
	list-style-type: none;
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
  background-color: #fffaf0;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 30%,transparent 70%,rgba(80,80,80,.1) 100%);
  background-image:         linear-gradient(rgba(255,255,255,.3) 0%,transparent 30%,transparent 70%,rgba(80,80,80,.1) 100%);
  box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset,0 2px 10px 0 rgba(255,255,255,.2) inset,0 -2px 2px 0 rgba(80,80,80,.1) inset;
  /*border: 1px solid rgba(0,0,0,.2);*/
}

nav #global_nav:before,
nav #global_nav:after{
	content: "";
	display: table;
}
nav #global_nav:after{
	clear: both;
}
nav #global_nav li{
	position: relative;
	width: 100%; /*134px;*/
	flex-grow: 1;

	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	/*border-top: 1px solid #BDBDBD;*/
	border-left: 1px dotted #BDBDBD;
}

nav #global_nav > li {
	/*border-bottom: 2px solid #e27500;*/
}

nav #global_nav > li:first-child{
	border-left: 1px solid #BDBDBD;
}

nav #global_nav > li:last-child{
	border-right: 1px solid #BDBDBD;
}

nav #global_nav li a{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	max-width: 100%;
	width: 200px /*133px;*/;
	height: 40px;
	/*background: #f7f5ed;
	background: -moz-linear-gradient(top, #f7f5ed 0%, #f9e490 49%, #f4d764 50%, #f9e181 100%, #fee36e 100%);
	background: -webkit-linear-gradient(top, #f7f5ed 0%,#f9e490 49%,#f4d764 50%,#f9e181 100%,#fee36e 100%);
	background: linear-gradient(to bottom, #f7f5ed 0%,#f9e490 49%,#f4d764 50%,#f9e181 100%,#fee36e 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5ed', endColorstr='#fee36e',GradientType=0 );
	color: #000;
	font-family: Noto Sans, "Verdana","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	font-feature-settings: 'palt' 1;
	line-height: 1;
	text-decoration: none;
	/*font-weight: 800;*/
	font-weight: 600;
	padding-top: 1px;
}
nav #global_nav li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav #global_nav li ul li{
	width: 200px;
	background: #fff;
	border-width: 0 1px 1px 1px;
	border-color: #e27500;
	border-style: solid;
}
nav #global_nav li ul li:first-child{
	border-width: 1px 1px 1px 1px;
}
nav #global_nav li ul li a{
	padding: 0 10px;
	text-align: left;
	background: #fff;
	font-size: 80%; /*14px;*/
	font-weight: normal; /*500;*/
	color: #333;
}

nav #global_nav li a:hover{
	background: #f4e1c3;
	background: -moz-linear-gradient(top, #f4e1c3 0%, #f4b255 49%, #ff9c23 50%, #ffaa49 100%);
	background: -webkit-linear-gradient(top, #f4e1c3 0%,#f4b255 49%,#ff9c23 50%,#ffaa49 100%);
	background: linear-gradient(to bottom, #f4e1c3 0%,#f4b255 49%,#ff9c23 50%,#ffaa49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e1c3', endColorstr='#ffaa49',GradientType=0 );
}

nav #global_nav li ul li a:hover{
	background: #ddd;
}

nav #global_nav > li:last-child > ul {
	left: -65px;
}

nav #global_nav li ul{
	visibility: hidden;
	opacity: 0;
	transition: 0s;
}
nav #global_nav li:hover ul{
	visibility: visible;
	opacity: 1;
}
nav #global_nav li ul li a{
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
nav #global_nav li:hover ul li a{
	width: 240px;
	visibility: visible;
	opacity: 1;
}



/* カテゴリーナビゲーション */

nav div#sub_nav_section{
	margin: 1px 0px;
	width: 100%;
	height: 2em; /*20px;*/
	background-color: rgb(220,220,220);
	padding: 2px 0;
	position: relative;
}
nav div#sub_nav_section ul#cat_nav{
	position: relative;
	display: block;
	padding: 3px 0 0;
	margin: 0 5px;
	float: left;
}
nav div#sub_nav_section ul#cat_nav li{
	width: auto; float: left; display: block;
	border-right: 1px solid rgb(168,168,168);
	position: relative;
}
nav div#sub_nav_section ul#cat_nav li:hover {
}
nav div#sub_nav_section ul#cat_nav li a {
	padding: 0px 10px; width: auto; color: rgb(61, 57, 56); float: left;
	display: block;
	height: auto;
	font-size: 90%;
}
nav div#sub_nav_section ul#cat_nav li ul.sub-menu{
	padding: 5px 0 0;
	margin: 0;
	border: none;
	color: rgb(61, 57, 56);
	float: left;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 10;
	display: none;
}
nav div#sub_nav_section ul#cat_nav li ul.sub-menu li{
	border: none;
	text-align: center;
}
nav div#sub_nav_section ul#cat_nav li ul.sub-menu a{
	border: 1px solid rgb(168,168,168);
	background-color: #ffffff;
	display: block;
	width: 100px;
}
nav div#sub_nav_section ul#cat_nav li:hover > ul.sub-menu {
	display: block;
}

/* カートナビゲーション */

nav div#sub_nav_section ul#cart_nav{
	width: auto;  clear: right; float: right;
}
nav div#sub_nav_section ul#cart_nav li{
	margin: 0px 5px 0px 0px; 
	/*width: 74px; */
	float: left; 
	display: block;
	/*text-indent: -9999px;*/
	box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
nav div#sub_nav_section ul#cart_nav li a {
	padding: 0px; 
	width: 74px;
	float: left; 
	display: block;
	height: 19px;
	color: #333;
	text-align: center;
}
/*nav div#sub_nav_section ul#cart_nav li#cart-menu1 a{
	background: url("../images/nav/cart_nav_01.gif") no-repeat;
}
nav div#sub_nav_section ul#cart_nav li#cart-menu2 a{
	background: url("../images/nav/cart_nav_02.gif") no-repeat;
}
nav div#sub_nav_section ul#cart_nav li#cart-menu3 a{
	background: url("../images/nav/cart_nav_03.gif") no-repeat;
}
nav div#sub_nav_section ul#cart_nav li#cart-menu4 a{
	background: url("../images/nav/cart_nav_04.gif") no-repeat;
}*/

@media (min-width: 768px){
	section.elementor-section{
		padding: 0;
	}	
}

/*サイドバー、カテゴリー*/
aside#search-2.widget.widget_search{
	margin-bottom: 20px; /*55px;*/
}

aside#archives-2.widget.widget_archive{
	margin-bottom: 30px; /*55px;*/
}

aside ul.page_list {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom-color: #b2b2b2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
aside ul.page_list li {
    /*background: url(/wp-content/themes/katuraonline_pc/images/nav/side_nav_back.gif) repeat-x #f0f0f0;*/
    background: url(../images/nav/side_nav_back.gif) repeat-x #f0f0f0;
}
aside ul li {
    margin: 0;
    display: block;
}
aside div.textwidget.custom-html-widget > ul.page_list li:first-child{
    padding-top: 5px;
}
aside div.textwidget.custom-html-widget > ul.page_list li:last-child{
    padding-bottom: 5px;
}
aside ul.page_list li a {
    /*background: url(/wp-content/themes/katuraonline_pc/images/icon/side_icon_01.gif) no-repeat 8px;*/
    background: url(../images/icon/side_icon_01.gif) no-repeat 8px;
    margin: 0 0 1px;
    padding: 7px 10px 7px 28px;
    border: currentColor;
    width: 273px;
    color: #323232;
}
/*おしらせ*/
aside ul.oshirase_list{
   padding-left:0;
   font-size:0;
 }
aside ul.oshirase_list li:first-child{
    /*border-top:1px solid #333;*/
 }
aside ul.oshirase_list li{
   /*border-bottom:1px solid #333;*/
   padding-top:20px;
   padding-bottom:20px;
 }
aside ul.oshirase_list .oshirase_thumbnail{
    display:inline-block;
	max-width: 100px;
    width:30%;
    vertical-align:top;
 }
aside ul.oshirase_list .oshirase_thumbnail img{
  width: 80px;
  height: 100px;
  object-fit: cover; /* この一行を追加するだけ！ */
  margin: 5px;
}
aside ul.oshirase_list .oshirase_contentbox{
    display:inline-block;
    width:70%;
    box-sizing:border-box;
    padding-left:10px;
 }
aside ul.oshirase_list .oshirase_contentbox .oshirase_date{
   font-size:14px;
    margin-top: 5px;
   margin-bottom:10px;
 }
aside ul.oshirase_list .oshirase_contentbox .oshirase_infoabs{
    font-size:14px;
	line-height: 1.4em;
    margin-top: 5px;
}
aside p.oshirase_tag{
    font-size:12px;
    border:1px solid #223a70;
	background-color: #223a70;
	color: #FFFFFF;
	padding: 3px;
    margin-top: 5px;
	text-align: center;
	width: 70px;
}

@media(max-width:767px){
 aside ul.oshirase_list .oshirase_thumbnail{
  width:80px
  margin-bottom:20px;
 }
 aside ul.oshirase_list .oshirase_contentbox{
  /*width:100%;*/
 }
	/*スマホ対応時のSELECTボックスの高さを変更*/
	select.notranslate.item_count_select{
		height: 40px;
	}
}

/*HOMEの最上部の画像*/
#ad_img{
	max-width: 660px;
	margin: 0 auto;
}
#ad_img li{
	width: 33%;
	float: left;
    text-align: center;
    padding: 10px;
}

/*HOMEの「カツラに関する情報発信中*/
#top_infotitle{
	background-color: #dcdcdc;
	padding: 5px;
	font-size: 18px;
	font-weight: 600;
	
}
.marker-red {
	background: linear-gradient(transparent 65%, #f58288 0%);
}
p.top_infotxt{
	line-height: 3em;
}