/*

Theme Name: Fujiyama WooCommerce Theme [カスタム]
Theme URI: http://wooseum.com
Description: This theme is very simple theme for WooCommerce
Version: 1.43
Author: wooseum.com
Author URI: http://wooseum.com
Tags: WooCommerce, 2 column, simple, shop

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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{
	border: 0;
}


html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	background-image: url("css/texture.png");
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}
a:hover img{
	opacity: 0.7;
}


/*--------------------------------------------------------------
1.5 Layout
--------------------------------------------------------------*/

#masthead,
#contentwrapper,
#colophon,
.sitewidth {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
#contentwrapper { padding-bottom: 20px;}

#masthead {
	padding: 30px 0 15px 0;
	display: table;
}
.site-branding,
.main-navigation,
#cart-navigation {
	display: table-cell;
	vertical-align: middle;
	}

.site-branding {
	width: 200px;
}


#cart-navigation {
	text-align: right;
}

#titlebar {
	margin: 0 0 30px 0;
	padding: 25px 0 25px 15px;
	background-color: rgba(120, 120, 120, 0.1);
	}




/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family:  'Open Sans', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	font-weight: 600;
}

.site-title {
	font-size: 22px;
	line-height: 1;
	margin: 0 0 3px 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1;
	font-family: Georgia, serif;
	font-weight: 100;
	}
	.site-title a { color: #333 !important; text-decoration: none; }
	.site-description {
		letter-spacing: 0px;
		margin: 0;
		font-size: 12px !important;
		font-weight: normal;
		color: #777;
	}

	.site-logo img {
		max-width: 200px;
		height: auto;
	}

#titlebar h1.page-title {

	font-size: 0.82em;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;

	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;

	}
.entry-content h2 {
	font-size: 2.5rem;
	margin: 40px 0 20px 0;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.woocommerce-page .site-content h2,
.front-page h2 {
	font-size: 22px;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}

/*.front-page h2.font_yy{
	font-family: 'Yesteryear', cursive !important;
	font-size: 22px;
}*/

.front-page h2 {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	}
	.front-page h2.woocommerce-loop-product__title {
			text-align: left;
			font-size: 0.8em;
			padding: 0px 0 0 0;
			margin-bottom: 5px;
			letter-spacing: 1px;
		}

.main-navigation {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
}

.widget-title {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;


}
p {
	margin-bottom: 1.5em;
	line-height: 1.8;
	font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	font-size: 1.6rem;
}
.front-page .news p { line-height: 1.5;}


b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

/*blockquote {
	margin: 0 1.5em;
}*/

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

p.form-allowed-tags,
p.form-allowed-tags code {
	font-size: 1rem;
	color: #999;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {text-decoration: none;}
mark {
	background:none;
	border-bottom: 3px double #ccc;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	}
	article img { max-width: 100%;}

figure {
	margin: 0;
}

table {
    width: 100%;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
th, td {
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 15px 15px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
	margin: 0 5px 0 0;
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
.shipping-calculator-form select {
	font-size: 1.5em;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #868234;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}

a:hover,
a:focus,
a:active {
	color: #a39c52;
}

#secondary a,
#colophon a { text-decoration: none; color: #333; }


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	margin: 5px 0 0 10px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;

	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 15px;
	color: #666;

	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	}

.main-navigation ul ul {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.71);
	float: left;
	position: absolute;
	top: 2.85em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;

}
.main-navigation ul ul li {
	width: 180px;
	}

.main-navigation ul ul a {
	padding: 10px 20px;
	width: auto;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
	color: #888;
}

.main-navigation ul ul :hover > a {
	color: #888;

}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: 0px;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a {
	border-bottom: 2px solid #555;
}
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current_page_parent > a {
	border: none;
}

/* Account and Cart menu */
#cart-navigation ul {
	margin: 0;
	list-style: none;
}
#cart-navigation a  {
	text-decoration: none;
	color: #222;
}
#cart-navigation a.button {
	background: #eee;
	margin: 0 0 0 5px;
}
i.fa {
	font-size: 18px;
	color: #666;
	position: relative;
	}
	.cartis0 i.fa { color: rgba(110, 110, 110, 0.4); }
	i.fa-user {font-size: 18px;}
	i.fa span {
		color: #fff;
		font-size: 9px;
		font-weight: bold;
		position: absolute;
		right:-8px;
		top: -8px;
		line-height: 20px;

		background-color:#ad9d5a ;
	  padding: 0 4px;
	  border-radius: 2px;
	  color: #fff !important;
	  font-size: 10px;
	  font-family: "Arial","Helvetica",sans-serif;
	  font-weight: bold;
	  line-height: 15px;
	  text-align: center;
	}


#cart-navigation ul li {
	display: inline-block;
	padding: 10px 6px;
	}
	#cart-navigation ul li.login {
		font-size: 11px;
	  font-family: 'Raleway', sans-serif;
	  letter-spacing: 1px;
	  font-weight: 600;
		text-transform: uppercase;
		}
		#cart-navigation ul li .widget_shopping_cart_content li {
			float: none;
			display: block;
			padding: 10px 0;
			}

	.view-cart {
		position: relative;
		}

	.widget_shopping_cart {
			position: absolute;
			top: 2.8em;
			right: 999em;
			z-index: 99999;
			width: 280px;
			font-size: 0.8em;
			background: #fff;
			border: 1px solid #ddd;
		}
		.widget_shopping_cart_content {
			padding: 10px 20px 0 20px;
		}

	.view-cart:hover .widget_shopping_cart {
			right: 0;
			}


/* Small menu */
.menu-toggle {
	display: none;

	position: absolute;
	top: 25px;
	left: 5px;

	width: 40px;
	height: 40px;
	cursor: pointer;
	text-decoration: none;
	}
	.menu-toggle:before {
    color: #666;
    content: "\2261";
    font-size: 3em;
    line-height: 1;
    margin: 0 0 0 8px;
    text-shadow: none;

    }


.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em;
	border-top: 2px solid #555;
	padding: 10px 0 0 0;
}
.widget-title {
	margin: 0 0 10px 0;
}

ul.product-categories {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
	}
	ul.product-categories li a {
		display: block;
		padding: 12px 5px;
		border-top: 1px solid #eee;
		}
		ul.product-categories ul.children li a { border-top: none; padding: 8px 5px; }
	
	ul.product-categories ul { list-style: none; }
	ul.product-categories li { position: relative; }

.widget_categories ul {
		padding: 0;
	margin: 0;
	list-style: none;
	}
	.widget_categories ul li a {
		display: block;
		padding: 5px 20px;
	}
	.widget_categories ul li { position: relative;}
	.widget_categories ul li:before {
				font-family: fontAwesome;
				content:'\f105';
				display:block;
				position:absolute;
				top: 0.4em;
				left: 0.5em;

				}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


.widget .product-title,
.widget .product-categories li {
		font-size: 12px;
		font-family: 'Raleway', sans-serif;
		letter-spacing: 1px;
		font-weight: 600;
		text-transform: uppercase;
	}
.widget .amount {
		font-weight: normal;
		font-size: 12px;
	}

	/* Tagcloud widget */
#secondary .tagcloud a {
	background:#b6b6b6 url("css/texture.png");
	color: #fff;
	padding: 5px 8px;
	display: inline-block;
	margin: 0 2px 4px 0;
	line-height: 1;
	}

	#secondary .tagcloud a:hover {
		background-color: #cbcbcb;
	}

	.widget_recent_entries ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0.9em;
		}
		.widget_recent_entries ul li a {
			padding: 3px 0px 3px 18px;
			display: block;
			position: relative;
		}
		.widget_recent_entries ul li a:before {
			font-family: fontAwesome;
			content:'\f105';
			display:block;
			position: absolute;
			top: 2px;
			left: 0.3em;
			color: #ccc;
			}
			.widget_recent_entries ul li a:hover:before {
				left: 0.5em;
				color: #999;
				-webkit-transition: all ease-in-out .2s;
				-moz-transition: all ease-in-out .2s;
				-o-transition: all ease-in-out .2s;
				transition: all ease-in-out .2s;

			}

	.widget .woocommerce-product-search button {
		display: none;
	}

/*--------------------------------------------------------------
10.0 Content Toppage
--------------------------------------------------------------*/

.topbanner {
	margin: 0 0 40px 0;
}
.parallax-window {
	min-height: 600px;
	width: 100%;
  background: transparent;
  max-width: auto;
	}
	@media screen and (max-width: 600px) {
.parallax-window {
	display: none !important;
	}
.topbanner {
	min-height: 450px;
	background-image: url(/wp-content/uploads/2021/12/main_image4_sp.jpg);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat:  no-repeat;
}
	}


.front-page section {
	padding: 50px 0 0 0;
}
.news ul {
	list-style: none;
	margin: 0;
	padding: 0;
	flex-direction: row;
	flex-wrap :wrap;
	width: 100%;
	border: solid 0px #ccc;
	}
	.news ul h3 {
		font-weight: normal;
		font-size: 1em;
	}
	.news ul time {
		color: #999;
		margin-bottom: 1.5em;
	  font-size: 0.8em;
		}
	.news ul li {
		width: 30%;
		margin: 0.8% 3.3333% 0.8% 0;
		flex-shrink: 0;
		
		
	}
	.news ul li img {
		display: block;
		width: 100%;
		vertical-align: bottom;
		margin: 10px 0;
	}
	.news ul li a {
		text-decoration: none;
		color: #606060;
	}

body.category-voice .news ul li {
	width: 50%;
	margin: 0 0 0.5em 0;
	background: #eee;
	border-radius: 15px;
	float: none;
	flex-direction:row;
	
}

body.category-voice .news ul li a.voiceimg img{
	border-radius: 200px;
	width: 50%;
}
body.category-voice .news ul li h3{
	width: 65%;
	padding-left: 0.5em;
	font-size: 250%;
}


/*--------------------------------------------------------------
10.0 Product Pages
--------------------------------------------------------------*/
.single-product #primary {
  float: none;
  width: 100%;
}


.single-product h1.product_title {
	font-size: 1.6em;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;

}
.single-product .entry-summary { margin: 0;}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.blog article.hentry {
	padding: 0 0 50px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ececec;
	}
.taxonomy-description {
	margin: 0 0 50px 0;
	font-style: italic;
	}
h1.entry-title {
	font-size: 2.5em;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	}
	h1.entry-title a,
	.entry-meta a {
		color: #333;
		text-decoration: none;
	}
.entry-meta {
	color: #999;
	margin-bottom: 1.5em;
	line-height: 1.8;
	font-size: 0.8em;
	margin: 0 0 50px 0;
	}
	.entry-meta a { color: #999; }
.entry-footer {
	font-size: 0.7em;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}
	.entry-footer span { padding: 0 2em 0 0; }
	.entry-footer a {
		text-decoration: none;
	}
	.edit-link { display: none;}

#comments h2,
#comments h3 {
	font-size: 1em;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	}
	#comments h3 { font-size: 0.9em; }
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-navigation {
	padding: 0px 0 0 0;
}
.nav-links {
	font-size: 0.8em;
	line-height: 1;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 2px solid #333;
	padding: 15px 0 0 0;
	}
	.nav-links a {
		color: #333;
		text-decoration: none;
	}

	.error-content {
		background: rgba(255, 255, 255, 0.8);
		margin: 30px 0;
		padding: 50px 30px;
		}
		.error-content .search-field {
			padding: 5px !important;
			width: 97% !important;
			margin: 0 0 20px 0;
		}
		.error-content .search-submit {
			margin: 0;
			display: block;
			width: 99%;
		}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}



/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	.comment-list li.comment {
	padding: 20px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;

	}
	.comment-body {
	position: relative;
	padding: 0 0 0 80px;
	}

	img.avatar {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		float: left;
	}
	.comment-metadata a {
		text-decoration: none;
	}
	.comment-metadata a time {
		font-size: 0.8em;
		color: #999;

	}
	a.comment-edit-link {
		font-size: 0.8em;
		background: #f00;
		color: #fff;
		margin: 0 0 0 10px;
		padding: 1px 5px;
	}

	a.comment-reply-link {
		font-family: Georgia, serif;

	}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.1 Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 30px 0;
	background-color: rgba(190, 190, 190, 0.1);
	border-top: rgba(190, 190, 190, 0.8);
	color: rgba(66, 66, 66, 0.8);
	text-align: center;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.footer-navigation li {
	display: inline-block;
	font-size: 12px;

}

.footer-navigation a {
	display: block;

	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 15px;
	color: #666;
	}


.site-info {

	font-size: 10px;
	font-family: Georgia, serif;
	}
	.site-info a {
		font-style: italic;
		color: rgba(66, 66, 66, 0.8) !important;
	}

.front-page p.t-center{text-align: center !important;}

.img_wrapper{ text-align: center;}
img.profile_img{
	width: 85%;
	margin: 1em auto 0 auto;
}
img.profile_img:hover{
	opacity:0.7;
	cursor: pointer;
}
body #contentwrapper #secondary .widget_recent_entries ul li a.no-icon{
	
}
body #contentwrapper #secondary .widget_recent_entries ul li a.no-icon {
			padding: 0px;
			display: block;
			position: relative;
		}
body #contentwrapper #secondary .widget_recent_entries ul li a.no-icon:before {
			content:'';
			}
body #contentwrapper #secondary .widget_recent_entries ul li a.no-icon:hover:before {

}

/* 目次全体デザイン */
.toc{
    background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
    border-top-color:#a7a7a7;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 20px 25px;
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 0 20px 20px -10px;
    padding-left: -20px;
    font-size: 23px;
    font-weight: 700;
    color: #868686; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    content : "\f0ca"; /* アイコンを変える場合はここを変更 */
    font-size:20px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#868686; /* アイコンの背景色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:14px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.7em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: FontAwesome;
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #a7a7a7; /* 色を変える場合はここを変更 */
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:700; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}
body .entry-content a:link,
body .entry-content a:hover, 
body .entry-content a:focus,
body .entry-content a:visited,
body .entry-content a:active{
	color: #333;
}
body .entry-content a:hover{
	color: #adadad !important;
}
body #secondary .side_link a:link,
body #secondary .side_link a:hover, 
body #secondary .side_link a:focus,
body #secondary .side_link a:visited,
body #secondary .side_link a:hover,
body #secondary .side_link a:active{
	color: #fff !important;
	display: block;
	width: 100%;
}

body .entry-content strong{
	background: #fff8bf;
}

body.page ul.woocommerce-error strong{
	background-color:rgba(127, 119, 105, 0.6);
}
.conversion{display: inline-block; text-align: center; width:100%; }	
img.foo_bottom_img{
		border-radius:20px;
		width: 80%;
		margin: 0 auto;
}
img.foo_bottom_img{
	opacity: 0.8;
}
.pc{ display: block;}
.sp{ display: none;}
.contents_footer{
	padding: 0 0.3em 0.3em 0.3em;
}
.contents_footer img{
	width: 100%;
}
.profile_txt{
	font-size: 1.0em;
}
body .merit_box{
	border: solid 1px #ccc;
	padding: 1.2em;
	margin: 0.5em 0 1em 0;
}

body .merit_box h3{
	font-size: 124% !important;
	padding: 1em 0em 0 1em !important;
	border-top:none !important;
	margin-bottom: 0em !important;
}

body .merit_box ul{
	padding: 0.7em;
	margin-bottom: 0;
}

.merit_box ul li{
	padding: 0.3em 0 0 0;
}
div.amazonlink_wp{text-align: center; width:28%; padding-left: 0.5em;}
p.amazonlink{display: block; text-align: center; margin: 0 auto;}
p.amazonlink iframe{max-height: 250px !important;}

.f-container{display:flex;}
.f-item {flex-diretion: row;}
.f-item h3{ height:4em; }

/*パンクズ*/

#pankuzu_wp {
    padding: 0px 0 25px 0px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
}
.breadcrumb li {
    position: relative;
    margin-right: 28px;
    margin-bottom: 5px;
}
.breadcrumb li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
}
.breadcrumb li:first-child {
    margin-left: 0;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li:last-child::before {
    display: none;
}
.breadcrumb li,
.breadcrumb li a{
    color: #999;
    text-decoration: none;
}
.breadcrumb li a:hover{
    text-decoration: underline;
}
.side_link{
	background: #bebebe;
	border-radius:6px;	
	width: 80%;
	font-size: 80%;
	color: #fff;
	padding: 0.5em;
	text-align: center;
	margin: 0 auto;
}
.side_link:hover{
	background: #d4d4d4;
	cursor: pointer;
}

/*ここに微調整用CSS*/
body .pb1{
	padding-bottom: 1em !important;
}
body .pb2{
	padding-bottom: 2em !important;
}
body .pt1{
	padding-top: 1em !important;
}
body .pt2{
	padding-top: 2em !important;
}


body blockquote {
    position: relative;
    padding: 30px 2em 8px 2em;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
	margin-bottom: 2em !important;
}

body blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

body blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

body blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*モバイルファースト*/

.card-container{
    background: #eaeaea;
    color: #242424;
    display: flex;
    margin: 25px auto;
    width: 100%;
	/*左上*/ border-top-left-radius:2em;
	/*左下*/ border-bottom-left-radius:2em;
    
}
.card-container a{
    text-decoration: none;
    color: #242424;
}

.card-text{
    width:100%;
    margin: 10px 20px;
}
.card-text h2{
    padding-top: 10px;
	font-size: 1.7em;
	padding-bottom: 0.5em;
    
}
.card-text p{
    font-size: 0.9em;
}

.card-text p span.goriyo{
	background: #ffe7fe;
	font-size: 80%;
	padding: 0.3em;
	margin-top: 0.3em;
}
.card-img{
	height: 100%;
	overflow:hidden;
	/*左上*/ border-top-left-radius:2em;
	/*左下*/ border-bottom-left-radius:2em;
}


/*SNSシェアボタン*/
.sns__container {
    display: flex;
}

.sns__container a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
	font-size: 120%;
}

.sns__container a:hover {
    opacity: 0.6;
}

.sns__twitter {
    background: #55acee;
}

.sns__facebook {
    background: #3b5998;
}

.sns__pocket {
    background: #ef3f56;
}

.sns__line {
    background: #1dcd00;
}

.sns__hatena {
    background: #00a5de;
}

/*コンテンツフッターprofile*/
body .footerprofile{
	border: solid 1px #333;
	padding: 1.5em 2em;
	margin-bottom: 1em;
}
body .footerprofile h3{
	font-size: 120%;
}
body .footerprofile .profile_content{
 display: flex;
}
body .footerprofile .profile_content p{
	flex-wrap:wrap;
}
body .footerprofile .profile_content p.img_wrapper{
	width: 15%;
}
body .footerprofile .profile_content p.txt_wrapper{
	width: 85%;
	padding-top: 1.5em;
	padding-left: 0.5em;
}
body .footerprofile .profile_content p.img_wrapper img.profile_img{
	border-radius: 800px;
	width: 100%;
	margin: 0.8em auto 0 auto;
}

/*ログイン後のマイページ上のナビゲーションCSS*/
.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: table;
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  display: table-cell;
  width: 15%;
  border: 2px solid #fff;
  background: #f1f1f1;
  text-align: center;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #222;
  padding: 10px 0;
  text-decoration: none;
}

/*商品ページ関連ナビが何故か消えないので仕方なく*/
body.product-template-default div.yarpp{display: none;}

body.product-template-default div #pagebottombtn{
	width: 100%; text-align:center; 
}
body.product-template-default div #pagebottombtn a{
	margin: 0 auto;
	width: 85%; font-size: 130% !important;
}

/*吹き出し*/
.wpballoon2{text-align: center;}
.balloon2 {
  position: relative;
  display: inline-block;
font-size: 90%;
	font-weight: 600;
  margin: 0em auto;
  padding: 7px 10px;
  min-width: 200px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff8bf;
  border: solid 0px #ccc;
　border-radius: 200% !important;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 11px solid #fff8bf;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 17px solid transparent;
  border-top: 0px solid #ccc;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

body.postid-33 #tab-description{
	margin-bottom: 0 !important;
	padding-bottom: 20px !important;
}
body .font_big{ font-size: 180%; padding: 1.5em;}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li{
	list-style: none !important;
}
ul.wc_payment_methods.payment_methods.methods{
	background-image: url("img/card_img.png");
	background-size: 25% auto;
	background-repeat: no-repeat;
	background-position: right top;
}

/*注文ページのアカウント作成チェックとメルマガ訴求チェックを消す*/
#cart-navigation ul li.login,
body.page-id-11 #mailpoet_woocommerce_checkout_optin_field,
body.page-id-11 .woocommerce-SavedPaymentMethods-saveNew{display: none !important;}

body.page-id-11 .woocommerce-page #payment div.form-row{text-align: center;}
button#place_order{ width: 80%; margin: 0 4.5em; float: none !important;}


/*line pay*/
.linepay_wc_cart_buttons_div{
	display: inline-block;
	width: 250px;
	text-align: center;
}

#woo_linepay_ec_button_cart{ width: 220px; padding: 0em; margin: 0 auto;}
body .wc-checkout-buttons__separator{display: none !important;}

/*PCサイズ*/

@media screen and (min-width:650px) {
    .card-container{
        max-width: 750px;
        height: 200px;
    }
    .card-text h2{
        font-size: 1.7em;
		padding-bottom: 0.5em;
    }
    .card-text p{
        font-size: 1em;
    }
	.card-img{
	height: 100%;
	overflow:hidden;
	/*左上*/ border-top-left-radius:2em;
	/*左下*/ border-bottom-left-radius:2em;
}
	
}





@media screen and (max-width:767px) {
.breadcrumb li {
    font-size: 10px;
}
.breadcrumb li::before {
    width: 5px;
    height: 5px;
}
}

@media screen and (max-width: 600px) {
img.foo_bottom_img{
		width: 90%;
}
.pc{ display: none;}
.sp{ display: block;}
p.amazonlink{width:100%;}
.f-container{display:block;}
div.amazonlink_wp{width:100%;}
.f-item h3{ height: auto; max-height: none;}
.toc-title:before {
    width: 15px;
    height: 15px;
    font-size:14px;
    padding:8px;
}
.card-container{
	display: block !important;
	/*左上*/ border-top-left-radius:0em;
	/*左下*/ border-bottom-left-radius:0em;
	padding-bottom: 0.5em;
}
.card-img{
	width: 100%;
	height: 180px !important;
	/*左上*/ border-top-left-radius:0em;
	/*左下*/ border-bottom-left-radius:0em;
}
.card-img img{
	width: 100%;
}	
.card-text{
    width:90%;
    margin: 10px 20px;
}
body .footerprofile .profile_content{
 display: block;
}

body .footerprofile .profile_content p.img_wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
body .footerprofile .profile_content p.txt_wrapper{
	width: 100%;
	padding-top: 0.5em;
	padding-left: 0em;	
}
body .footerprofile .profile_content p.img_wrapper img.profile_img{
		width: 45% !important;
}
ul.wc_payment_methods.payment_methods.methods{
	background-size: 45% auto;
}
.linepay_wc_cart_buttons_div{
	width: 100%;
}
#woo_linepay_ec_button_cart{ width: 85%; padding: 0em; margin: 0 auto;}
body .wc-checkout-buttons__separator{display: none !important;}	
}


html.jetpack-lazy-images-js-enabled.wf-fontawesome-n4-active.wf-active body.woocommerce-checkout table.order_details th.woocommerce-table__product-purchase-note.product-purchase-note td p{
	/*display: none !important;*/
}
.mt10{margin-top:2em !important;} 
.mb10{margin-bottom:2em !important;}

