/*
Theme Name:			Welcart Beldad
Description:		Welcart Beldad is child theme for Welcart Basic.
Author:				Collne.Inc
Author URI:			http://www.collne.com/
Template:			welcart_basic
Version:			1.0.10
License:			GNU General Public License v2 or later
License URI:		http://www.gnu.org/licenses/gpl-2.0.html
Tags:				responsive-layout, Beldad, two-columns, left-sidebar
Requires at least:	4.4
Requires PHP:		5.5
*/


/* =
-------------------------------------------------------------- */

/* --------  -------- */
/* --  -- */
/* -  - */


/* = Fonts
-------------------------------------------------------------- */


body {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* -------- title -------- */

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.f-logo {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#itempage .item-name,
.skuform .skuname {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* -- ,section-head -- */

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
.section-head h2,
.page-header h1,
.skuform .field_price,
#wc_reviews-title,
#cart_table,
#confirm_table .ttl h3 {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section-head h2,
.page-header h1 {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


/* = Base
-------------------------------------------------------------- */


body {
	overflow: hidden;
	font-size: 14px;
	line-height: normal;
}

/* -------- a -------- */

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

/* -------- img -------- */

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

/* -------- input -------- */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	height: 40px;
	padding: 0 .714em;
	line-height: 40px;
	border-radius: 3px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	height: 40px;
	padding: 0 1.428em;
	line-height: 40px;
}
input[type="radio"],
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 6px 0 3px;
	vertical-align: middle;
}
input[type="radio"] {
	border-radius: 50%;
}

/* -- focus -- */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted 9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* -------- select -------- */

select {
	height: 40px;
	padding: 0 2.143em 0 .714em;
	border-width: 1px;
	border-style: solid;
	line-height: 40px;
}

/* -------- em -------- */

em {
	color: #e00;
}

/* -------- fade-in -------- */

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}


/* = ALL
-------------------------------------------------------------- */


/* -------- #loader-bg -------- */

#loader-bg {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 11;
}
#loader {
	position:  absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 12;
}
#loader i {
	font-size: 36px;
	margin-bottom: 10px;
}


/* -------- .site -------- */

.site {
	position: relative;
	left: 0;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
}
.site.open-menu {
	left: 80%;
}

.site.open-menu .gray-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 11;
}

/* -------- .column -------- */

.column1070 {
	width: 100%;
	margin: 0 auto;
}

/* -------- .slick slide -------- */

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
	z-index: 1;
}
.slick-prev {
	left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-prev:before,
.slick-next:before {
	color: rgba(61, 61, 61, 0.8);
	font-family: "flexslider-icon";
	font-size: 30px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	opacity: 1;
}
.slick-prev:before {
	content: '\f001';
}
.slick-next:before {
	content: '\f002';
}


/* = header
-------------------------------------------------------------- */

header {
	position: static;
	margin: 0;
	border-bottom: none;
}

/* -------- .top -------- */

header .top {
	padding: 1.071em;
}

/* -- .site-description -- */
.site-description {
	overflow: auto;
	background: none;
	min-height: auto;
	color: inherit;
	font-size: 13px;
	font-weight: normal;
	width: auto;
	padding: 0;
}

/* -------- .bottom -------- */



/* -- .site-title -- */
h1.site-title,
div.site-title {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 0;
}
h1.site-title a,
div.site-title a {
	display: block;
	line-height: 1.333em;
}
h1.site-title img,
div.site-title img {
	vertical-align: middle;
}


/* -------- .h-column -------- */

.h-column {
	float: right;
}
.h-column .list {
	float: right;
}
.h-column .iconbtn {
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: .357em;
	border-radius: 50%;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
}
.h-column .iconbtn:hover {
	background-color: #ccc;
	cursor: pointer;
}
.h-column .iconbtn img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* -- .close -- */
.widgetcart .close:hover,
.membership .close:hover,
.mobile-menu .close:hover {
	cursor: pointer;
}

/* -- .incart -- */
.incart .iconbtn a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.incart .total-quant {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	vertical-align: text-bottom;
	display: inline-block;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	line-height: 20px;
}

/* -------- .widgetcart -------- */

.widgetcart .view-cart-wrap {
	background-color: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 11;
	opacity: 0;
}
.open-widgetcart .widgetcart .view-cart-wrap {
	display: block;
	opacity: 1;
	animation-duration: 0.3s;
	animation-name: fade-in;
	-moz-animation-duration: 0.3s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-name: fade-in;
}

/* -- .view-cart -- */
.widgetcart .view-cart {
	max-width: 620px;
	margin: 0 auto;
	padding: 5em 1.071em;
}

/* - a - */
#wgct_row a {
	color: inherit;
}

/* - .empty_cart - */
.widgetcart .empty_cart {
	font-size: 1.143em;
	padding: 1.875em 0;
}

/* - #wdgctToCart - */
.widgetcart #wdgctToCart a {
	background: none;
	color: inherit;
	padding: .714em;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* - #wdgctToCheckout - */
.widgetcart #wdgctToCheckout a {
	background: none;
	max-width: 200px;
	width: auto;
	height: 46px;
	color: #fff;
	font-size: 1.143em;
	font-weight: normal;
	margin: 0 auto;
	padding: 0 1.25em;
	line-height: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* - table - */
.widgetcart th.footer {
	font-size: inherit;
	padding: .714em 0;
}
.widgetcart th.header {
	padding: .714em .357em;
}
.widgetcart th.total_price {
	font-size: 20px;
	padding: .5em 0 .5em .25em;
}
.widgetcart th.item,
.widgetcart th.quant,
.widgetcart th.price,
.widgetcart th.trush,
.widgetcart td.widgetcart_item,
.widgetcart td.widgetcart_quant,
.widgetcart td.widgetcart_price,
.widgetcart td.widgetcart_trush {
	border: none;
}
.widgetcart th.item,
.widgetcart th.quant,
.widgetcart th.price,
.widgetcart th.trush {
	background: none;
	padding: .714em .357em;
}
.widgetcart td.widgetcart_item,
.widgetcart td.widgetcart_quant,
.widgetcart td.widgetcart_price,
.widgetcart td.widgetcart_trush {
	font-size: 1em;
	padding: .714em .357em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* -- .close -- */
.widgetcart .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}

/* -- .membership -- */
.membership .over {
	background-color: rgba(255,255,255,.9);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 11;
	opacity: 0;
}
.open-membership .membership .over {
	display: block;
	opacity: 1;
	animation-duration: .2s;
	animation-name: fade-in;
	-moz-animation-duration: .2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: .2s;
	-webkit-animation-name: fade-in;
}
.membership .over-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.admin-bar .membership .over-inner {
	margin-top: 47px;
}
.membership .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}
.membership ul {
	position: absolute;
	top: 15%;
	left: 50%;
	max-width: 360px;
	width: 100%;
	padding: 0 1.071em;
	-webkit-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
}
.membership li {
	margin-top: .714em;
}
.membership li:first-child {
	font-weight: bold;
	margin-top: 0;
}
.membership li a {
	display: block;
	text-align: center;
	line-height: 2.857em;
	border-width: 1px;
	border-style: solid;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
}

/* -------- .mobile-menu -------- */

.mobile-menu {
	background-color: #fff;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: -80%;
	width: 80%;
	height: 100%;
	font-size: 1.143em;
	padding: 3.75em 0;
	z-index: 12;
}

.mobile-menu .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
}

/* -- #site-navigation -- */

#site-navigation {
	margin-bottom: .625em;
	padding: 0;
	letter-spacing: .5px;
}

#site-navigation ul {
	padding: 0;
}
#site-navigation li a {
	margin: 0;
	padding: .625em 0 .625em .937em;
	border: none;
}
#site-navigation ul.sub-menu {
	margin-left: 1.25em;
}
#site-navigation li li {
	margin-left: 0;
}
#site-navigation ul.sub-menu a:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	width: 5px;
	height: 1px;
	margin-right: 6px;
}

/* -- .sub-navigation -- */
.sub-navigation {
	border-top-width: 1px;
	border-top-style: dotted;
}
.sub-navigation li a {
	display: block;
	padding: .625em 0 .625em .937em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


/* = footer
-------------------------------------------------------------- */


footer {
	color: inherit;
	margin: 0;
	padding: 0;
}

/* - a - */
footer a {
	color: inherit;
}

/* -------- #toTop -------- */



/* -------- .top -------- */

footer .top {
	padding: 2.143em 1.071em;
}

/* -- .f-widgetArea -- */
.f-widgetArea {
	margin-bottom: 2.143em;
	padding-bottom: 2.143em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.f-widgetArea .widget {
	margin-bottom: 2.143em;
	padding-bottom: 2.143em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.f-widgetArea .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.f-widgetArea h2 {
	font-size: 1.286em;
	font-weight: normal;
	margin-bottom: 1.111em;
	line-height: 100%;
}
.f-widgetArea .widget_calendar td,
.f-widgetArea .welcart_blog_calendar td,
.f-widgetArea .widget_welcart_calendar td {
	background-color: #fff;
}

/* -- .f-mainnav -- */
.f-mainnav {
	padding: 0;
}

/* -- ul.sub-menu -- */
.f-mainnav li a {
	font-weight: bold;
}
.f-mainnav .sub-menu {
	font-size: 13px;
	margin: .769em 0 0 .769em;
}
.f-mainnav .sub-menu li {
	margin-bottom: .769em;
}
.f-mainnav .sub-menu li a {
	font-weight: normal;
}
.f-mainnav .sub-menu li:last-child {
	margin-bottom: 0;
}
.f-mainnav li li li:before {
	display: none;
}

/* -- .f-subnav -- */
.f-subnav {
	font-size: .928em;
	margin-top: 1.538em;
	padding: 1.538em 0 0;
	border-top-width: 1px;
	border-top-style: solid;
}
.f-subnav li {
	display: inline-block;
	margin: .375em 0 0;
	padding: 0 1.666em 0 0;
}

/* -------- .bottom -------- */

footer .bottom {
	padding: 1.428em 1.071em;
}
footer .flex-container {
	display: flex;
	justify-content: center;
}

/* -- .f-logo -- */
.f-logo {
	font-size: 1.714em;
	line-height: 1em;
	letter-spacing: 1.5px;
}

/* -- .sns -- */
.sns {
	margin-left: 1.428em;
	padding-left: .714em;
	border-left-width: 1px;
	border-left-style: solid;
}
.sns li {
	float: left;
	margin-left: .714em;
}
.sns li a {
	display: inline-block;
	font-size: 1.714em;
	line-height: 1em;
}

/* -- .copyright -- */
.copyright {
	font-size: .928em;
	padding: 1.154em 0 0;
}


/* = secondary
-------------------------------------------------------------- */

#secondary {
    margin-top: 80px;
    margin-bottom: 40px;
	padding: 0!important;
    border: none;
}
#secondary section {
	margin: 0;
	padding: 2.143em 1.071em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#secondary section:last-child {
	border: none;
}
#secondary h3 {
	font-size: 1.286em;
	font-weight: normal;
	margin-bottom: 1.111em;
	padding: 0 0 0 12px;
	border: none;
	border-left-width: 4px;
	border-left-style: solid;
	line-height: 100%;
}

/* -------- Common Widget -------- */

.widget_welcart_category ul,
.widget_welcart_search ul,
.widget_search form,
.widget_welcart_login ul {
	width: auto;
}

/* -- calendar -- */
.widget_welcart_calendar li {
	text-align: right;
}

/* - table - */
.widget_calendar table,
.welcart_blog_calendar table,
.widget_welcart_calendar table {
	max-width: 360px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
.widget_calendar table {
	margin-bottom: 0;
}
.widget_welcart_calendar table {
	float: none;
	margin-bottom: .714em;
}
.widget_calendar caption,
.welcart_blog_calendar caption,
.widget_welcart_calendar caption {
	font-size: 1em;
	margin-bottom: .5em;
}
.widget_calendar th,
.widget_calendar td,
.welcart_blog_calendar th,
.welcart_blog_calendar td,
.widget_welcart_calendar th,
.widget_welcart_calendar td {
	padding: .571em .357em;
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.widget_calendar th,
.welcart_blog_calendar th,
.widget_welcart_calendar th {
	color: inherit;
	font-weight: normal;
}
.widget_calendar tfoot td,
.welcart_blog_calendar tfoot td,
.widget_welcart_calendar tfoot td {
	background: none;
	border: none;
}

/* ------ .list-widget ------ */

/* -- .list-widget-A -- */
.widget_welcart_category ul,
.widget_categories ul,
.widget_nav_menu ul {
	margin: 0 0 0 1.071em;
	padding: 0;
}
.widget_welcart_category li,
.widget_categories li,
.widget_nav_menu li {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.widget_welcart_category li .children,
.widget_categories .children,
.widget_nav_menu .sub-menu {
	margin: 0 0 10px 10px;
	padding: 0;
	border-left: 1px solid #ccc;
}
.widget_welcart_category .children li,
.widget_categories .children li,
.widget_nav_menu .sub-menu li {
	margin-bottom: 0;
}
.widget_welcart_category li a,
.widget_welcart_category li li a,
.widget_nav_menu li a {
	display: block;
}
.widget_welcart_category li a,
.widget_categories li a,
.widget_nav_menu li a {
	padding: 0 0 10px;
}
.widget_welcart_category li li a,
.widget_categories li li a,
.widget_nav_menu li li a {
	font-weight: normal;
	padding: .714em 0;
}
.widget_welcart_category li li a:before,
.widget_categories li li a:before,
.widget_nav_menu li li a:before {
	background-color: #aaa;
	display: inline-block;
	content: "";
	width: 10px;
	height: 1px;
	margin-right: 10px;
	vertical-align: middle;
}
.widget_welcart_category li .children ul,
.widget_categories li .children ul,
.widget_nav_menu li .sub-menu ul {
	margin:  0 0 0 20px;
	border: none;
}

/* -- .list-widget-B -- */
.usces_recent_entries ul,
.widget_welcart_page ul ,
.widget_pages ul,
.widget_archive ul,
.widget_welcart_post ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	border-left-width: 1px;
	border-left-style: solid;
	margin: 0 0 0 1.071em;
	padding: 0;
}
.usces_recent_entries li,
.widget_welcart_page li,
.widget_pages li,
.widget_archive li,
.widget_welcart_post li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.usces_recent_entries li a,
.widget_welcart_page li a,
.widget_pages li a,
.widget_archive li a,
.widget_meta li a {
	position: relative;
	padding: 0 0 .714em 1.428em;
}
.usces_recent_entries li a:before,
.widget_welcart_page li a:before,
.widget_pages li a:before,
.widget_archive li a:before,
.widget_welcart_post li a:before,
.widget_meta li a:before,
.widget_recent_entries li a:before,
.widget_recent_comments li a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 1px;
	margin-right: .714em;
	vertical-align: middle;
}

/* -- item-widget -- */
#secondary .widget_basic_item_list .opt-tag,
#secondary .widget_welcart_bestseller .opt-tag,
#secondary .widget_welcart_featured .opt-tag {
	display: none;
}

/* -- .widget_welcart_post -- */

.widget_welcart_post li a {
	position: relative;
	font-weight: bold;
	padding: 0 0 .357em 1.428em;
}
.widget_welcart_post li p {
	font-size: 12px;
	padding: .416em 0 1.25em 1.666em;
	line-height: 200%;
}

/* -- .widget_recent_entries -- */
.widget_recent_entries li a {
	position: relative;
	padding: 0 0 .714em 1.428em;
}
.widget_recent_entries .post-date {
	display: block;
	margin: -.5em 0 .714em 1.428em;
}

/* -- .widget_recent_comments -- */
.widget_recent_comments li a {
	position: relative;
	padding: 0 0 .214em 1.428em !important;
}

.widget_recent_comments .comment-author-link {
	display: inline-block;
	margin: 0 0 .714em .714em;
}

/* -------- Welcart Widget -------- */

/* -- .widget_basic_item_list -- */
#secondary .widget_basic_item_list .item-list {
	margin: 0 0 0 .714em;
	letter-spacing: normal;
}
#secondary .widget_basic_item_list .list {
	overflow: hidden;
	margin-bottom: 1.428em;
}
#secondary .widget_basic_item_list .list:last-child {
	margin-bottom: 0;
}
#secondary .widget_basic_item_list .itemimg {
	position: relative;
	float: right;
	width: 25%;
}
#secondary .widget_basic_item_list .itemimg .itemsoldout {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
	font-size: .85714em;
    width: 100%;
    height: 100%;
}
#secondary .widget_basic_item_list .itemimg .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-weight: normal;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#secondary .widget_basic_item_list .itemimg .sub_text {
	display: none;
}
#secondary .widget_basic_item_list .item-info-wrap {
	width: 70%;
	text-align: left;
}
#secondary .widget_basic_item_list .itemname {
	margin-bottom: .357em;
}
#secondary .widget_basic_item_list .itemprice {
	text-align: right;
	font-weight: normal;
}

/* -- .widget_welcart_bestseller -- */
#secondary .widget_welcart_bestseller ul {
	padding: 0 0 0 1.071em;
}
#secondary .widget_welcart_bestseller li {
	position: relative;
	margin-bottom: 1.428em;
	padding: 0;
	border: none;
}
#secondary .widget_welcart_bestseller li:last-child {
	margin-bottom: 0;
}
#secondary .widget_welcart_bestseller .itemimg {
	position: relative;
	margin-top: -35px;
}
#secondary .widget_welcart_bestseller .itemsoldout {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
#secondary .widget_welcart_bestseller .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-weight: normal;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#secondary .widget_welcart_bestseller .sub_text {
	display: none;
}
#secondary .widget_welcart_bestseller .itemname {
	margin-bottom: .357em;
}
#secondary .widget_welcart_bestseller .itemname a {
	padding: 0;
}
#secondary .widget_welcart_bestseller .itemprice {
	text-align: right;
	font-weight: normal;
}
/* -- before -- */
.widget_welcart_bestseller .rankimg:before {
	background-color: #999;
	display: block;
	text-align: center; 
	color: #fff;
	width: 25px;
	height: 25px;
	margin: 0 0 5px;
	line-height: 25px;
}
.widget_welcart_bestseller .rank1 .rankimg:before {
	background-color: #FFD700;
	content: "1";
}
.widget_welcart_bestseller .rank2 .rankimg:before {
	background-color: #C0C0C0;
	content: "2";
}
.widget_welcart_bestseller .rank3 .rankimg:before {
	background-color: #C47222;
	content: "3";
}
.widget_welcart_bestseller .rank4 .rankimg:before {
	content: "4";
}
.widget_welcart_bestseller .rank5 .rankimg:before {
	content: "5";
}
.widget_welcart_bestseller .rank6 .rankimg:before {
	content: "6";
}
.widget_welcart_bestseller .rank7 .rankimg:before {
	content: "7";
}
.widget_welcart_bestseller .rank8 .rankimg:before {
	content: "8";
}
.widget_welcart_bestseller .rank9 .rankimg:before {
	content: "9";
}
.widget_welcart_bestseller .rank10 .rankimg:before {
	content: "10";
}

/* -- .widget_welcart_featured -- */
.widget_welcart_featured ul {
	padding: 0 0 0 1.071em !important;
}
.widget_welcart_featured .featured_list {
	position: relative;
	margin-bottom: 1.428em;
	padding: 0;
	border-bottom: none;
}
.widget_welcart_featured .featured_list:last-child {
	margin-bottom: 0;
}
#secondary .widget_welcart_featured .itemsoldout {
	display: none;
}

/* -- .widget_welcart_search -- */
.widget_welcart_search #searchform {
	background: none;
	position: relative;
	float: none;
	display: block;
	max-width: 480px;
	width: auto;
	padding: 0;
}
.widget_welcart_search .searchtext {
	width: 100%;
	padding: 0 100px 0 2%;
	border-width: 1px;
	border-style: solid;
}
.widget_welcart_search #searchsubmit {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 0 .714em;
}
.widget_welcart_search div {
	background: none;
	text-align: left;
}
.widget_welcart_search div a {
	text-align: center;
	display: inline-block;
	width: 100%;;
	height: 46px;
	padding: 0 1.428em;
	border-radius: 4px;
	line-height: 46px;
}

/* -- .widget_welcart_login -- */
.widget_welcart_login .loginbox {
	padding: 0;
}
.widget_welcart_login .loginbox .submit {
	margin-top: .357em;
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	width: auto;
	height: 40px;
	padding: 0 1.428em;
	line-height: 40px;
}
.widget_welcart_login input.loginpass {
	width: auto;
}
.widget_welcart_login .loginbox a:before {
	display: inline-block;
	content: "\f138";
	font-family: "FontAwesome";
	margin-right: .374em;
}

/* -------- WordPress Widget -------- */

/* -- .widget_tag_cloud -- */
.widget_tag_cloud .tagcloud {
	padding: 0 0 0 1.071em;
	line-height: 180%;
}

/* -- .widget_search -- */
.widget_search form {
	background: none;
	position: relative;
	float: none;
	display: block;
	max-width: 480px;
	width: auto;
	padding: 0;
}
.widget_search div {
	border: none;
}
.widget_search .search-text {
	height: 40px;
	padding: 0;
	line-height: 40px;
}
.widget_search .searchsubmit {
	text-align: center;
	width: 40px;
	font-size: 20px;
	padding: 0;
}

/* -- .widget_media_image -- */
.widget_media_image {
	text-align: center;
}

/* -- .widget_calendar -- */
.widget_calendar td {
	position: relative;
}
.widget_calendar td a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 31px;
}




/* = Content
-------------------------------------------------------------- */


#content {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0;
}

/* -- .two-column -- */
.two-column #content {
	max-width: none;
	margin-bottom: 2.142em;
}

/* -- .page-header + .entry-header -- */
.page-header,
.entry-header {
	margin-top: 20px;
	padding: 20px 15px;
	border-top-width: 1px;
	border-top-style: solid;
}
.page-header h1,
.page-header div {
	display: inline-block;
	vertical-align: middle;
}
#content .page-header h1,
#content .entry-header h1.entry-title {
	font-size: 1.428em;
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.428em;
}
.page-header div {
	font-size: 1.571em;
	letter-spacing: 1px;
	line-height: 1.571em;
}
.page-header div:after {
	display: inline-block;
	content: "/";
	margin: 0 .5em;
}

/* -- article -- */
.blog #content article {
	margin: 0;
	padding: 0;
	border: none;
}

/* -- #searchform -- */
#searchform {
	padding: 1.071em;
}
#searchform .s-box {
	position: relative;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-radius: 50px;
}
#searchform .search-text {
	width: 100%;
	padding: 0 .714em;
	border: none;
	line-height: 2.857em
}
#searchform .search-text:focus {
	outline: 0;
}
#searchform .searchsubmit {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 20px;
	padding: 0;
	line-height: 40px;
}

/* -- .pagination-wrap -- */
.pagination-wrap.top {
	margin: 0 1.071em 1.071em;
	padding-top: 1.071em;
	border-top-width: 1px;
	border-top-style: solid;
}
.pagination-wrap.bottom {
	margin: 1.428em 1.071em 0;
}

/* -- .page-numbers -- */
ul.page-numbers {
	float: right;
}
.pagination-wrap.top ul.page-numbers {
	margin-left: 1.428em;
	padding-left: 1.428em;
	border-left-width: 1px;
	border-left-style: solid;
}
ul.page-numbers li {
	float: left;
	text-align: center;
	margin-top: .178em;
	margin-bottom: .178em;
	margin-left: .357em;
}
ul.page-numbers li a,
ul.page-numbers li span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
ul.page-numbers li a {
	border-width: 1px;
	border-style: solid;
}
ul.page-numbers li span.page-numbers.dots {
	background: none;
}
/* -- .count -- */
.pagination-wrap .count {
	float: right;
	line-height: 35px;
}

/* -------- .product-area -------- */
/*スマホ*/
/*.layout-grid {
	margin: 0 1.071em;
}
.layout-grid .list { 
	float: left;
	width: 48%;
	margin-right: 4%;
}
.layout-grid .list:nth-child( even ) {
	margin-right: 0;
}
.layout-grid .list:nth-child( 2n+1 ) {
	clear: both;
}
.layout-grid .list:nth-child( n+3 ) {
	margin-top: 4%;
}*/
.product-list span {
	display: block;
}
.product-list .thumbnail {
	margin-bottom: .714em;
}
.product-list .title {
	margin-bottom: .357em;
}
.product-list .thumbnail {
	position: relative;
	text-align: center;
}
.product-list .campaign_message,
.widget .campaign_message{
	background-color: #fff;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	letter-spacing: -.5px;
	z-index: 1;
}
.product-list .itemsoldout {
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-list .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-list .itemsoldout .sub_text {
	font-size: 12px;
	margin-top: 5px;
}
.product-list .price {
	text-align: center;
	color: #e00;
	margin-top: .833em;
}
.product-list .excerpt {
	display: none;
}
.product-list .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
}

/* -- opt-tag -- */
.opt-tag {
	font-size: 12px;
	margin: .833em 0;
}
.opt-tag li {
	background-color: #fff;
	display: inline-block;
	font-size: 10px;
	margin: 2px 0;
	padding: 0 5px;
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
}

/* -- .no-date -- */
.product-area .no-date {
	text-align: center;
	margin: 0 1.071em;
	padding: 2.143em 0 0;
}

/* -- .layout-list -- */
.layout-list .list {
	overflow: hidden;
	float: none;
	width: auto;
	padding-bottom: 1.428em;
	margin-bottom: 1.428em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.layout-list .list,
.layout-list .list:nth-child( even ),
.layout-list .list:nth-child( n+3 ) {
	margin: 0 1.071em 1.428em;
}
.layout-list .list:last-child {
	margin-bottom: 0;
}
.layout-list .list .title,
.layout-list .list .price,
.layout-list .list .excerpt {
	margin-left: 40%;
}
.layout-list .list .thumbnail {
	float: left;
	width: 35%;
	margin-bottom: 0;
}
.layout-list .list .price {
	text-align: right;
}
.layout-list .list .opt-tag {
	display: inline-block;
	margin-left: 5%;
}
.layout-list .list .excerpt {
	display: block;
	font-size: 12px;
	margin-top: 1em;
}

/* -------- .info-list -------- */

.info-list {
	margin: 0 1.071em;
}
.info-list .list {
	overflow: hidden;
	padding-bottom: 1.428em;
	margin-bottom: 1.428em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.info-list .list:last-child {
	margin-bottom: 0;
}
.info-list .thumbnail {
	float: left;
	width: 35%;
	margin-bottom: 0;
}
.info-list .title,
.info-list .date {
	display: block;
}
.info-list .title {
	font-weight: bold;
	margin-left: 40%;
}
.info-list .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
}
.info-list .date i {
	margin-right: .5em;
}
.info-list .excerpt {
	margin: 1.071em 0 0 40%;
}
.info-list .excerpt p {
	font-size: 12px;
	line-height: 180%;
}

/* = index.php && show_on_front == Page
-------------------------------------------------------------- */

.index-content #content {
	margin-top: 2.142em;
}

.home .sof {
	margin: 2.142em 0;
}



/* = front-page.php ｜ Widget
-------------------------------------------------------------- */


/* -------- .widget_welcart_featured -------- */

/* -- .home-widget -- */
.home-widget {
	margin: 1.428em 0 2.143em;
}
/* -- .widget -- */
.home-widget .widget {
	margin-bottom: 1.428em;
}
.home-widget .widget:last-child {
	margin-bottom: 0;
}

/* -- .home-widget -- */
.home-widget .widget_welcart_bestseller ul,
.home-widget .widget_welcart_featured ul {
	overflow: inherit;
	margin: 0 1.071em;
	padding: 0 !important;
}
.home-widget .widget_basic_item_list .item-list {
	margin: 0 1.071em;
	letter-spacing: normal;
}
.home-widget .widget_welcart_featured li,
.home-widget .widget_basic_item_list .list,
.home-widget .widget_welcart_bestseller li {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
	padding: 0;
	border: none;
}
.home-widget .widget_welcart_featured .opt-tag li,
.home-widget .widget_basic_item_list .opt-tag li,
.home-widget .widget_welcart_bestseller .opt-tag li {
	border-width: 1px;
	border-style: solid;
}
.home-widget .widget_welcart_featured .itemsoldout,
.home-widget .widget_basic_item_list .itemsoldout,
.home-widget .widget_welcart_bestseller .itemsoldout {
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.home-widget .widget_welcart_featured .itemsoldout .text,
.home-widget .widget_basic_item_list .itemsoldout .text,
.home-widget .widget_welcart_bestseller .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home-widget .widget_welcart_featured .itemsoldout .sub_text,
.home-widget .widget_basic_item_list .itemsoldout .sub_text,
.home-widget .widget_welcart_bestseller .itemsoldout .sub_text {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.home-widget .widget_welcart_featured li:nth-child( even ),
.home-widget .widget_basic_item_list .list:nth-child( even ),
.home-widget .widget_welcart_bestseller li:nth-child( even ) {
	margin-right: 0;
}
.home-widget .widget_welcart_featured li:nth-child( n+3 ),
.home-widget .widget_basic_item_list .list:nth-child( n+3 ),
.home-widget .widget_welcart_bestseller li:nth-child( n+3 ) {
	margin-top: 4%;
}
.home-widget .widget_welcart_featured li:nth-child( odd ),
.home-widget .widget_basic_item_list .list:nth-child( odd ),
.home-widget .widget_welcart_bestseller li:nth-child( odd ) {
	clear: both;
}

/* -- .slider -- */
.home-widget .widget_welcart_featured .slider li,
.home-widget .widget_basic_item_list .slider .list,
.home-widget .widget_welcart_bestseller .slider li {
	width: auto;
	margin: 0;
}
.home-widget .widget_welcart_featured .slider li:nth-child( n+3 ),
.home-widget .widget_basic_item_list .slider .list:nth-child( n+3 ),
.home-widget .widget_welcart_bestseller .slider li:nth-child( n+3 ) {
	margin: 0;
}
.home-widget .widget_welcart_featured .slider li:nth-child( odd ),
.home-widget .widget_basic_item_list .slider .list:nth-child( odd ),
.home-widget .widget_welcart_bestseller .slider li:nth-child( odd ) {
	clear: none;
}
.home-widget .widget_welcart_featured .slider li .inner,
.home-widget .widget_basic_item_list .slider .list a,
.home-widget .widget_welcart_bestseller .slider li .inner {
	display: block;
	margin: 0 .714em;
}

/* -- .itemimg -- */
.home-widget .widget_welcart_featured .thumimg,
.home-widget .widget_basic_item_list .itemimg,
.home-widget .widget_welcart_bestseller .itemimg {
	position: relative;
	float: none;
	text-align: -webkit-center;
	width: auto !important;
	margin-bottom: .714em;
}
.home-widget .widget_welcart_featured .thumimg img,
.home-widget .widget_welcart_bestseller .itemimg img {
	max-width: 100%;
	width: auto;
}
/* -- .itemname -- */
.home-widget .widget_welcart_featured .thumtitle,
.home-widget .widget_welcart_bestseller .itemname {
	width: auto;
}
.home-widget .widget_basic_item_list .itemname {
	margin-bottom: .357em;
}
/* -- .itemprice -- */
.home-widget .widget_welcart_featured .itemprice,
.home-widget .widget_basic_item_list .itemprice,
.home-widget .widget_welcart_bestseller .itemprice {
	text-align: center;
	width: auto;
	font-weight: normal;
	margin-top: .833em;
}
.home-widget .widget_welcart_featured .opt-tag {
	margin: .833em 0;
}
.home-widget .widget_welcart_bestseller .opt-tag {
	margin: .416em 0 .833em;
}
.home-widget .widget_basic_item_list .opt-tag li,
.home-widget .widget_welcart_featured .opt-tag li,
.home-widget .widget_welcart_bestseller .opt-tag li {
	display: inline-block;
	float: none;
	width: auto;
	padding: 0 5px;
}

/* -- .widget_welcart_bestseller -- */
.home-widget .widget_welcart_bestseller .inner {
	position: relative;
}
.home-widget .widget_welcart_bestseller .rankimg {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}


/* = front-page.php
-------------------------------------------------------------- */


/* -------- Common -------- */

/* -- .lower -- */
#main .lower {
	margin-top: 0
}

/* -- .home-area -- */
.home-area {
	margin: 0
}
/* -- .section-head -- */
.section-head {
	color: #fff;
	margin-bottom: 1.428em;
	padding: .714em 1.071em;
}
.section-head h2,
.section-head div {
	display: inline-block;
	vertical-align: middle;
}
.section-head h2 {
	font-size: 1.428em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.428em;
}
.section-head div {
	font-size: 1.571em;
	letter-spacing: 1px;
	line-height: 1.571em;
}
.section-head div:after {
	display: inline-block;
	content: "/";
	margin: 0 .25em 0 .5em;
}

/* -------- #main-visual -------- */

#main-visual {
	text-align: center;
}
#main-visual .flex-row {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}
#main-visual .flex-viewport {
	overflow: visible !important;
}
#main-visual  .flexslider {
	background: none;
	margin: 0;
	border: none;
}
#main-visual  .flexslider li img {
	padding: 0 .714em;
}
/* -- paging -- */
.flex-direction-nav a:before {
	color: rgba(61,61,61,.8);
}
#main-visual .flex-control-nav {
	position: static;
	text-align: right;
	margin: 1.428em 0 1.071em;
	padding: 0 .714em;
}
#main-visual .flex-control-paging li {
	display: inline-block;
	margin: 0 0 0 5px;
}
#main-visual .flex-control-paging li a {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-indent: 9999px;
}

/* -------- .info-area -------- */

.info-area {
	margin: 1.428em 1.071em 0;
}
.info-area .draggable {
	overflow: hidden;
	padding: 0 !important;
}
.info-area .slick-vertical .slick-slide {
	margin: 0;
}
.info-area .info-cat,
.info-area .info-title {
	display: inline-block;
	float: left;
}
.info-area .info-cat {
	background-color: #c00;
	color: #fff;
	font-size: .857em;
	margin-right: 1.25em;
	padding: 0 .666em;
	line-height: 25px;
}
.info-area .info-date {
	float: left;
	margin: 5px 1.071em 0 0;
}
.info-area .info-title {
	clear: both;
	margin-top: 3px;
}
.info-area .info-title a {
	text-decoration: underline;
}

/* -------- .topics-area -------- */

.topics-area .slick-track {
	margin: 0;
}
#content .topics-area article {
	padding: 0 10px;
}
.topics-area span {
	display: block;
}
.topics-area .thumbnail {
	text-align: -webkit-center;
	margin-bottom: 1.0714em;
}

/* -------- .cat-area -------- */

.cat-area .list {
	text-align: center;
}
.cat-area .list a {
	display: block;
}
.cat-area span {
	display: block;
}
.cat-area .thumbnail {
	margin-bottom: .714em;
}
.cat-area .thumbnail img {
	margin: 0 auto;
}

/* -- .slider -- */
.cat-area .slider a {
	margin: 0 .714em;
}

/* -- .noslider -- */
.cat-area .noslider .list {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.cat-area .noslider .list:nth-child( even ) {
	margin-right: 0;
}
.cat-area .noslider .list:nth-child( n+3 ) {
	margin-top: 4%;
}

/* -------- .pickup-area -------- */

.pickup-area .list a {
	display: block;
}
.pickup-area span {
	display: block;
}
.pickup-area .thumbnail {
	margin-bottom: 1.071em;
}
.pickup-area .title {
	margin-bottom: .357em;
}
.pickup-area .excerpt {
	font-size: .857em;
	line-height: 1.8;
}

/* -- .slider -- */
.pickup-area .slider {
	margin: 0 1.071em;
}
/* -- .noslider -- */
.pickup-area .noslider {
	margin: 0 1.071em;
}
.pickup-area .noslider .list {
	margin-bottom: 6%;
}
.pickup-area .noslider .list:last-child {
	margin-bottom: 0;
}

/* -------- .product-area -------- */

/* -- .slider -- */
.layout-grid.slider .list {
	width: auto;
	margin: 0;
}
.layout-grid.slider .list:nth-child( 2n+1 ) {
	clear: none;
}
.layout-grid.slider .list a {
	display: block;
	margin: 0 1.071em;
}


/* = category.php
-------------------------------------------------------------- */


/* -------- #show -------- */

#show {
	margin: 1.071em 0 1.428em;
	padding: .714em 1.071em;
}
#show .layout {
	float: right;
}
#show .layout li:first-child {
	font-size: 12px;
	margin-top: 6px;
}
#show .layout li:first-child:after {
	display: inline-block;
	content: ":";
	margin: 0 10px;
}
#show .layout li {
	float: left;
	margin-left: 5px;
}
#show .layout li.grid:hover,
#show .layout li.list:hover {
	cursor: pointer;
}
#show .layout li img {
	width: 30px;
	height: 30px;
}

/* -------- .category-info -------- */

.category-info {
	margin: 1.071em;
}
.cat-img,
.cat-desc {
	margin: 1.071em 0;
}
.cat-img {
	text-align: center;
}
.cat-desc {
	font-size: 12px;
	line-height: 2;
}


/* = single.php + page.php
-------------------------------------------------------------- */


/* -------- .entry-meta -------- */

.entry-meta {
	margin: 0 1.071em .714em;
	padding: 0;
	border: none;
}
.entry-meta span {
	display: inline-block;
	font-size: 13px;
	margin: 0 .769em .384em 0;
}
.entry-meta .author:before,
.entry-meta .cat:before {
	font-size: 12px;
	margin-right: .35em;
}
.entry-meta .date:before {
	display: none;
}
.entry-meta .author:before {
	content:"\f14b";
}
.entry-meta .cat:before {
	content:"\f07b";
}

/* -------- .entry-img -------- */

.entry-img {
	text-align: center;
	margin-bottom: 1.071em;
}

/* -------- .entry-content -------- */

.entry-content {
	margin: 0 1.071em;
}
/* -- h1,h2,h3,h4,h5,h6 -- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: normal;
}
.entry-content h2 {
	font-size: 1.143em;
	margin-bottom: 1em;
	padding: .625em;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom: none;
}
.entry-content h3 {
	font-size: 1.143em;
	margin-bottom: 1em;
	padding: 0;
	border: none;
	line-height: normal;
}

/* -- p -- */
.entry-content p {
	margin-bottom: 2.143em;
	line-height: 2;
}
/* -- a -- */
.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover {
	text-decoration: none;
}

/* -- .wp-block-gallery -- */

.entry-content .wp-block-gallery li {
	list-style: none;
}

/* -------- .single-related -------- */

.single-related {
	margin: 0;
}
.single-related h2 {
	color: #fff;
	font-size: 1.143em;
	margin-bottom: 1.875em;
	padding: .625em;
}
.single-related .cf {
	margin: 0 1.071em;
}
.single-related .list {
	float: left;
	width: 48%;
	margin-right: 4%;
}
/* -- margin-right -- */
.single-related .list:nth-child( even ) {
	margin-right: 0;
}
/* -- margin-top -- */
.single-related .list:nth-child( n+3 ) {
	margin-top: 4%;
}
/* -- clear -- */
.single-related .list:nth-child( 2n+1 ) {
	clear: both;
}
.single-related .list span {
	display: block;
}
.single-related .thumbnail {
	margin-bottom: .714em;
	text-align: center;
}
.single-related .title {
	display: block;
}


/* -- ネットショップ-この商品へのお問い合わせを非表示 -- */
    .itemsoldout .sub_text{
        display: none!important;
    }


/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 620px) {


	/* = secondary
	-------------------------------------------------------------- */


	/* -------- Common Widget -------- */

	/* -- calendar -- */
	.widget_calendar table,
	.welcart_blog_calendar table {
		margin-right: 1%;
		margin-left: 1%;
	}
	.widget_welcart_calendar table {
		float: left;
		max-width: none;
		width: 48%;
		margin: 0 1% 1%;
	}

	/* -------- Welcart Widget -------- */

	/* -- .widget_basic_item_list -- */
	#secondary .widget_basic_item_list .item-list {
		overflow: hidden;
	}
	#secondary .widget_basic_item_list .list {
		width: 46%;
		margin-right: 8%;
		float: left;
	}
	#secondary .widget_basic_item_list .list:nth-child(even) {
		margin-right: 0;
	}
	#secondary .widget_basic_item_list .list:nth-child(odd) {
		clear: both;
	}


	/* = front-page.php ｜ Widget
	-------------------------------------------------------------- */


	/* -------- .widget_welcart_featured -------- */

	/* -- .upper -- */
	.home-widget .widget_welcart_featured li,
	.home-widget .widget_basic_item_list .list,
	.home-widget .widget_welcart_bestseller li {
		width: 30.666%;
	}
	.home-widget .widget_welcart_featured li:nth-child( even ),
	.home-widget .widget_basic_item_list .list:nth-child( even ),
	.home-widget .widget_welcart_bestseller li:nth-child( even ) {
		margin-right: 4%;
	}
	.home-widget .widget_welcart_featured li:nth-child( 3n ),
	.home-widget .widget_basic_item_list .list:nth-child( 3n ),
	.home-widget .widget_welcart_bestseller li:nth-child( 3n ) {
		margin-right: 0;
	}
	.home-widget .widget_welcart_featured li:nth-child( n+3 ),
	.home-widget .widget_basic_item_list .list:nth-child( n+3 ),
	.home-widget .widget_welcart_bestseller li:nth-child( n+3 ) {
		margin-top: 0;
	}
	.home-widget .widget_welcart_featured li:nth-child( n+4 ),
	.home-widget .widget_basic_item_list .list:nth-child( n+4 ),
	.home-widget .widget_welcart_bestseller li:nth-child( n+4 ) {
		margin-top: 4%;
	}
	.home-widget .widget_welcart_featured li:nth-child( odd ),
	.home-widget .widget_basic_item_list .list:nth-child( odd ),
	.home-widget .widget_welcart_bestseller li:nth-child( odd ) {
		clear: none;
	}
	.home-widget .widget_welcart_featured li:nth-child( 3n + 1 ),
	.home-widget .widget_basic_item_list .list:nth-child( 3n + 1 ),
	.home-widget .widget_welcart_bestseller li:nth-child( 3n + 1 ) {
		clear: both;
	}

	/* -- .slider -- */
	.home-widget .widget_welcart_featured .slider li:nth-child( even ),
	.home-widget .widget_welcart_featured .slider li:nth-child( n+4 ),
	.home-widget .widget_basic_item_list .slider .list:nth-child( even ),
	.home-widget .widget_basic_item_list .slider .list:nth-child( n+4 ),
	.home-widget .widget_welcart_bestseller .slider li:nth-child( even ),
	.home-widget .widget_welcart_bestseller .slider li:nth-child( n+4 ) {
		margin: 0;
	}
	.home-widget .widget_welcart_featured .slider li:nth-child( 3n + 1 ),
	.home-widget .widget_basic_item_list .slider .list:nth-child( 3n + 1 ),
	.home-widget .widget_welcart_bestseller .slider li:nth-child( 3n + 1 ) {
		clear: none;
	}


	/* = front-page.php
	-------------------------------------------------------------- */


	/* -------- .product-area -------- */
	
/*	.layout-grid .list {
		width: 30%;
	}
	.layout-grid .list:nth-child( even ) {
		margin-right: 4%;
	}
	.layout-grid .list:nth-child( 3n ) {
		margin-right: 0;
	}
	.layout-grid .list:nth-child( 2n+1 ) {
		clear: none;
	}
	.layout-grid .list:nth-child( 3n+1 ) {
		clear: both;
	}
	.layout-grid .list:nth-child( n+3 ) {
		margin-top: 0;
	}
	.layout-grid .list:nth-child( n+4 ) {
		margin-top: 4%;
	}*/
	/* -- .slider -- */
	.layout-grid.slider .list:nth-child( 3n+1 ) {
		clear: none;
	}

	/* -------- .cat-area -------- */

	/* -- .noslider -- */
	.cat-area .noslider .list {
		float: left;
		width: 30.666%;
	}
	.cat-area .noslider .list:nth-child( even ) {
		margin-right: 4%;
	}
	.cat-area .noslider .list:nth-child( 3n ) {
		margin-right: 0;
	}
	.cat-area .noslider .list:nth-child( n+3 ) {
		margin-top: 0
	}
	.cat-area .noslider .list:nth-child( n+4 ) {
		margin-top: 4%;
	}

	/* -------- .pickup-area -------- */
	.info-area .info-title {
		clear: none;
	}
	
	/* -------- .pickup-area -------- */

	/* -- .slider -- */
	.pickup-area .slider .slick-prev {
		left: -20px;
	}
	.pickup-area .slider .slick-next {
		right: -20px;
	}

	/* -- .noslider -- */
	.pickup-area .slider .list a {
		margin: 0 .714em;
	}
	/* -- .noslider -- */
	.pickup-area .noslider .list {
		float: left;
		width: 48%;
		margin: 0 4% 0 0;
	}
	.pickup-area .noslider .list:nth-child(even) {
		margin-right: 0;
	}
	.pickup-area .noslider .list:nth-child(n+3) {
		margin-top: 4%;
	}

	/* -------- .product-area -------- */

	/* -- .slider -- */
	.layout-grid.slider .list:nth-child( n+4 ),
	.layout-grid.slider .list:nth-child( even ) {
		margin: 0;
	}


	/* = single.php + page.php
	-------------------------------------------------------------- */

	/* -------- .single-related -------- */

	.single-related .list {
		float: left;
		width: 30.666%;
	}
	/* -- margin-right -- */
	.single-related .list:nth-child( even ) {
		margin-right: 4%;
	}
	.single-related .list:nth-child( 3n ) {
		margin-right: 0;
	}
	/* -- margin-top -- */
	.single-related .list:nth-child( n+3 ) {
		margin-top: 0;
	}
	.single-related .list:nth-child( n+4 ) {
		margin-top: 4%;
	}
	/* -- clear -- */
	.single-related .list:nth-child( 2n+1 ) {
		clear: none;
	}
	.single-related .list:nth-child( 3n+1 ) {
		clear: both;
	}


}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 740px) {


	/* = header
	-------------------------------------------------------------- */


	header .top,
	header .bottom {
		padding: 1.071em 2.143em;
	}

	/* -------- .bottom -------- */

	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		width: auto;
		font-size: 3em;
	}

	/* -------- .h-column -------- */

	.h-column {
		margin-top: .357em;
	}
	.h-column .iconbtn {
		width: 50px;
		height: 50px;
	}
	
	/* -- .membership -- */
	.membership li a {
		line-height: 3.214em;
	}


	/* = footer
	-------------------------------------------------------------- */


	footer nav {
		width: auto;
	}
	footer nav li {
		float: none;
		width: auto;
		padding: 0;
	}
	
	/* -------- .top -------- */

	footer .top {
		padding: 2.857em 2.143em 1.428em;
	}
	
	/* -- .f-widgetArea -- */
	.f-widgetArea {
		float: right;
		min-width: 360px;
		margin: 0 0 1.071em 3.571em;
		padding: 0 0 0 3.571em;
		border-bottom: none;
		border-left-width: 1px;
		border-left-style: solid;
	}
	.f-widgetArea .widget_welcart_calendar table {
		float: none;
		width: 100%;
		margin: 0 0 .714em;
	}
	.f-widgetArea .widget_calendar th,
	.f-widgetArea .widget_calendar td,
	.f-widgetArea .welcart_blog_calendar th,
	.f-widgetArea .welcart_blog_calendar td,
	.f-widgetArea .widget_welcart_calendar th,
	.f-widgetArea .widget_welcart_calendar td {
		padding: .357em;
	}
	
	/* -- .f-mainnav -- */
	.f-mainnav li,
	.f-mainnav li:last-child {
		float: left;
		margin: 0 3.571em 2.143em 0;
	}
	.f-mainnav .sub-menu li {
		float: none;
		margin-right: 0;
		margin-bottom: .769em;
	}
	.f-mainnav .sub-menu li:last-child {
		margin-bottom: 0;
	}
	
	/* -- .f-subnav -- */
	.f-subnav {
		padding: 0;
		border: none;
	}
	.f-subnav li {
		padding: 0 1.154em;
		border-right-width: 1px;
		border-right-style: solid;
	}
	.f-subnav li:first-child {
		border-left-width: 1px;
		border-left-style: solid;
	}
	
	/* -------- .bottom -------- */

	footer .bottom {
		padding: 1.428em 2.143em;
	}
	
	/* -- .f-logo -- */
	.f-logo {
		font-size: 2.143em;
	}

	/* -- .sns -- */
	.sns li {
		margin-left: 1.071em;
	}
	.sns li a {
		font-size: 2.143em;
	}
	
	/* -- .copyright -- */
	.copyright {
		font-size: 1em;
		padding-top: 1.071em;
	}
	


	/* = Secondary
	-------------------------------------------------------------- */


	#secondary section {
		padding: 2.143em;
	}


	/* = front-page.php ｜ Widget
	-------------------------------------------------------------- */


	/* -------- .widget_welcart_featured -------- */
	
	.home-widget .widget_welcart_featured ul,
	.home-widget .widget_basic_item_list .item-list,
	.home-widget .widget_welcart_bestseller ul {
		margin: 0 2.143em;
	}
	
	/* -- .upper -- */
	.home-widget .widget_welcart_featured li,
	.home-widget .widget_basic_item_list .list,
	.home-widget .widget_welcart_bestseller li {
		width: 23.125%;
		margin-right: 2.5%;
	}
	.home-widget .widget_welcart_featured li:nth-child( even ),
	.home-widget .widget_welcart_featured li:nth-child( 3n ),
	.home-widget .widget_basic_item_list .list:nth-child( even ),
	.home-widget .widget_basic_item_list .list:nth-child( 3n ),
	.home-widget .widget_welcart_bestseller li:nth-child( even ),
	.home-widget .widget_welcart_bestseller li:nth-child( 3n ) {
		margin-right: 2.5%;
	}
	.home-widget .widget_welcart_featured li:nth-child( 4n ),
	.home-widget .widget_basic_item_list .list:nth-child( 4n ),
	.home-widget .widget_welcart_bestseller li:nth-child( 4n ) {
		margin-right: 0;
	}
	.home-widget .widget_welcart_featured li:nth-child( n+4 ),
	.home-widget .widget_basic_item_list .list:nth-child( n+4 ),
	.home-widget .widget_welcart_bestseller li:nth-child( n+4 ) {
		margin-top: 0;
	}
	.home-widget .widget_welcart_featured li:nth-child( n+5 ),
	.home-widget .widget_basic_item_list .list:nth-child( n+5 ),
	.home-widget .widget_welcart_bestseller li:nth-child( n+5 ) {
		margin-top: 4%;
	}
	.home-widget .widget_welcart_featured li:nth-child( 3n + 1 ),
	.home-widget .widget_basic_item_list .list:nth-child( 3n + 1 ),
	.home-widget .widget_welcart_bestseller li:nth-child( 3n + 1 ) {
		clear: none;
	}
	.home-widget .widget_welcart_featured li:nth-child( 4n + 1 ),
	.home-widget .widget_basic_item_list .list:nth-child( 4n + 1 ),
	.home-widget .widget_welcart_bestseller li:nth-child( 4n + 1 ) {
		clear: both;
	}

	/* -- .slider -- */
	.home-widget .widget_welcart_featured .slider li:nth-child( even ),
	.home-widget .widget_welcart_featured .slider li:nth-child( 3n ),
	.home-widget .widget_welcart_featured .slider li:nth-child( n+5 ),
	.home-widget .widget_basic_item_list .slider .list:nth-child( even ),
	.home-widget .widget_basic_item_list .slider .list:nth-child( 3n ),
	.home-widget .widget_basic_item_list .slider .list:nth-child( n+5 ),
	.home-widget .widget_welcart_bestseller .slider li:nth-child( even ),
	.home-widget .widget_welcart_bestseller .slider li:nth-child( 3n ),
	.home-widget .widget_welcart_bestseller .slider li:nth-child( n+5 ) {
		margin: 0;
	}
	.home-widget .widget_welcart_featured .slider li:nth-child( 4n + 1 ),
	.home-widget .widget_basic_item_list .slider .list:nth-child( 4n + 1 ),
	.home-widget .widget_welcart_bestseller .slider li:nth-child( 4n + 1 ) {
		clear: none;
	}
	.home-widget .widget_welcart_featured .slick-prev,
	.home-widget .widget_basic_item_list .slick-prev,
	.home-widget .widget_welcart_bestseller .slick-prev {
		left: -30px;
	}
	.home-widget .widget_welcart_featured .slick-next,
	.home-widget .widget_basic_item_list .slick-next,
	.home-widget .widget_welcart_bestseller .slick-next {
		right: -30px;
	}


	/* = Content
	-------------------------------------------------------------- */


	/* -------- .entry-header -------- */
	
	.entry-header,
	.page-header {
		padding: 20px 30px;
	}

	/* -------- .pagination-wrap -------- */
	
	.pagination-wrap.top {
		margin: 0 2.143em 1.071em;
	}
	.pagination-wrap.bottom {
		margin: 1.428em 2.143em 0;
	}
	
	/* -------- #searchform -------- */

	#searchform {
		padding: 1.071em 2.143em;
	}
	
	/* -------- .layout-grid -------- */
	
	/*.layout-grid {
		margin: 0 2.143em;
	}*/

	/* -------- .common-guide-widget -------- */
	.common-guide-widget {
		padding: 2.428em 2.143em 5.714em;
	}


	/* = front-page.php
	-------------------------------------------------------------- */


	.home-area {
		margin: 2.143em 0;
	}
	
	/* -------- .info-area -------- */

	.info-area {
		margin: 1.071em 2.143em;
	}
	
	/* -------- .layout-grid -------- */

/*	.layout-grid .list {
		width: 23.125%;
		margin-right: 2.5%;
	}
	.layout-grid .list:nth-child( even ),
	.layout-grid .list:nth-child( 3n ) {
		margin-right: 2.5%;
	}
	.layout-grid .list:nth-child( 3n+1 ) {
		clear: none;
	}
	.layout-grid .list:nth-child( 4n+1 ) {
		clear: both;
	}
	.layout-grid .list:nth-child( 4n ) {
		margin-top: 0;
		margin-right: 0;
	}
	.layout-grid .list:nth-child( n+5 ) {
		margin-top: 4%;
	}*/

	/* -------- .cat-area -------- */

	/* -- .noslider -- */
	.cat-area .noslider .list {
		float: left;
		width: 23.125%;
		margin-right: 2.5%;
	}
	.cat-area .noslider .list:nth-child( even ),
	.cat-area .noslider .list:nth-child( 3n ) {
		margin-right: 2.5%;
	}
	.cat-area .noslider .list:nth-child( 4n ) {
		margin-right: 0;
	}
	.cat-area .noslider .list:nth-child( n+4 ) {
		margin-top: 0
	}
	.cat-area .noslider .list:nth-child( n+5 ) {
		margin-top: 4%;
	}


	/* -------- .pickup-area -------- */

	/* -- .slider -- */
	.pickup-area .slider {
		margin: 0 1.428em;
	}

	/* -------- .product-area -------- */

	/* -- .slider -- */
	.layout-grid.slider .list:nth-child( even ),
	.layout-grid.slider .list:nth-child( 3n ) {
		margin: 0;
	}
	.layout-grid.slider .slick-prev {
		left: -30px;
	}
	.layout-grid.slider .slick-next {
		right: -30px;
	}


	/* = category.php
	-------------------------------------------------------------- */


	/* -------- .category-info -------- */

	.category-info {
		margin: 1.071em 2.143em;
	}


	/* = singular.php
	-------------------------------------------------------------- */


	#show {
		padding: .714em 2.143em;
	}

	.entry-meta {
		margin: 0 2.143em .714em;
	}

	/* -------- .entry-content -------- */

	.entry-content {
		margin: 0 2.143em;
	}
	
	/* -- .wp-block-gallery -- */
	
	.wp-block-gallery {
		overflow: hidden;
	}
	.wp-block-gallery li {
		float: left;
		margin-right: 2%;
	}
	/* -- .column2 -- */
	.wp-block-gallery.columns-2 li {
		width: 49%;
	}
	.wp-block-gallery.columns-2 li:nth-child( even ) {
		margin-right: 0;
	}
	.wp-block-gallery.columns-2 li:nth-child( n + 3 ) {
		margin-top: 2%;
	}
	.wp-block-gallery.columns-2 li:nth-child( 2n + 1 ) {
		clear: both;
	}
	/* -- .column3 -- */
	.wp-block-gallery.columns-3 li {
		width: 32%;
	}
	.wp-block-gallery.columns-3 li:nth-child( 3n ) {
		margin-right: 0;
	}
	.wp-block-gallery.columns-3 li:nth-child( n + 4 ) {
		margin-top: 2%;
	}
	.wp-block-gallery.columns-3 li:nth-child( 3n + 1 ) {
		clear: both;
	}
	/* -- .column4 -- */
	.wp-block-gallery.columns-4 li {
		width: 23.5%;
	}
	.wp-block-gallery.columns-4 li:nth-child( 4n ) {
		margin-right: 0;
	}
	.wp-block-gallery.columns-4 li:nth-child( n + 5 ) {
		margin-top: 2%;
	}
	.wp-block-gallery.columns-4 li:nth-child( 4n + 1 ) {
		clear: both;
	}
	/* -- .column5 -- */
	.wp-block-gallery.columns-5 li {
		width: 18.4%;
	}
	.wp-block-gallery.columns-5 li:nth-child( 5n ) {
		margin-right: 0;
	}
	.wp-block-gallery.columns-5 li:nth-child( n + 6 ) {
		margin-top: 2%;
	}
	.wp-block-gallery.columns-5 li:nth-child( 5n + 1 ) {
		clear: both;
	}
	/* -- .column6 -- */
	.wp-block-gallery.columns-6 li {
		width: 15%;
	}
	.wp-block-gallery.columns-6 li:nth-child( 6n ) {
		margin-right: 0;
	}
	.wp-block-gallery.columns-6 li:nth-child( n + 7 ) {
		margin-top: 2%;
	}
	.wp-block-gallery.columns-6 li:nth-child( 6n + 1 ) {
		clear: both;
	}


	.single-related h2 {
		padding: .625em 1.875em;
	}
	.single-related .cf {
		margin: 0 2.143em;
	}


}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 880px) {
	
	
	/* = Content
	-------------------------------------------------------------- */

	.common-parts {
		margin: 1.428em 0;
		padding: 1.071em 2.143em;
	}
	.home .common-parts {
		background: none;
		margin: 2.143em 2.143em 1.071em;
		padding: 0;
	}
	
	/* -------- #searchform -------- */
	
	#searchform	{
		background: none;
		float: right;
		width: 300px;
		padding: 0;
	}
	
	/* -------- .info-area -------- */
	
	.info-area {
		margin: 6px 320px 0 0;
	}
	.info-area .info-cat,
	.info-area .info-title {
		float: left;
	}
	
	
}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 1025px) {


	/* = Base
	-------------------------------------------------------------- */
	
	/* -------- input -------- */

	input[type="button"],
	input[type="submit"],
	input[type="reset"] {
		height: 50px;
		line-height: 50px;
	}
	.widget_welcart_search div a,
	.widgetcart #wdgctToCheckout a {
		height: 56px;
		line-height: 56px;
	}
	.widget_welcart_search .searchtext {
		height: 50px;
	}
	
	
	/* = All
	-------------------------------------------------------------- */


	/* -------- #loader-bg -------- */

	#loader {
		font-size: 18px;
	}
	#loader i {
		font-size: 60px;
		margin-bottom: 20px;
	}

	/* -- .open-menu -- */
	.site.open-menu {
		left: 0;
	}
	
	/* -- .gray-bg -- */
	.site.open-menu .gray-bg {
		display: none;
	}
	
	/* -- .slick -- */
	.slick-prev {
		left: -48px;
	}
	.slick-next {
		right: -48px;
	}


	/* = header
	-------------------------------------------------------------- */




	/* -------- .top -------- */

	header .top {
		min-height: 45px;
		max-width: 1070px;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}

	/* -- .site-description -- */
	.site-description {
		float: none;
	}

	/* -------- .bottom -------- */

	header .bottom {
		padding-bottom: 1.428em;
		-webkit-transition-duration: unset;
		-moz-transition-duration: unset;
		transition-duration: unset;
	}

	/* -- .site-title -- */
	h1.site-title a,
	div.site-title a {
		font-weight: normal;
	}
	.h-column .menus .iconbtn,
	.mobile-menu .close {
		display: none;
	}
	.h-column {
		float: none;
		margin-top: 0;
	}
	.h-column .menus.list {
		clear: both;
		float: none;
		margin: 0;
		padding-top: .714em;
	}
	.h-column .list {
		margin-top: .357em;
	}
	.mobile-menu {
		background: none;
		position: static;
		width: auto;
		padding: 0;
	}
	/* -- .membership + .widgetcart -- */
	.membership .close,
	.widgetcart .close {
		right: 20%;
	}

	/* -- #site-navigation -- */

	#site-navigation {
		font-size: 16px;
		margin-bottom: 0;
	}
	/* -- ul -- */
	#site-navigation ul {
		width: auto;
	}
	#site-navigation li {
		position: static;
	}
	#site-navigation li a {
		position: relative;
		padding: 0 0.8em;
		line-height: 38px;
		height: 38px;
		overflow: hidden;
        font-size: 90%;
	}
	#site-navigation li:hover a {
		color: #fff;
	}
	#site-navigation li a:before {
		content: " ";
		display: block;
		position: absolute;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	#site-navigation li a:hover {
		background: none;
		color: #fff;
	}
	#site-navigation li:hover a:before {
		top: 0;
	}
	/* -- .current -- */
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a {
		background: none;
	}
	#site-navigation li.current-menu-item a,
	#site-navigation li.current_page_item a {
		color: #fff;
        background: none;
	}

	/* -- ul.sub-menu -- */

	#site-navigation ul.sub-menu {
		top: 0;
		left: 0;
		width: 100%;
		font-size: 14px;
		margin: 0;
		padding: 0 40px 40px 40px;
		border: none;
		opacity: 0;
		letter-spacing: normal;
	}
	#site-navigation ul li:hover > ul {
		display: block;
		top: auto;
		opacity: 1;
	}
	#site-navigation ul.sub-menu li {
		background: none;
		float: left;
		width: auto;
		margin: 40px 40px 0 0;
	}
	#site-navigation ul.sub-menu li a {
		background: none;
		color: #fff;
		font-weight: bold;
		padding: 0;
		line-height: normal;
	}
	#site-navigation ul.sub-menu li a:hover {
		background: none;
		color: rgba(255,255,255,.6);
	}
	#site-navigation ul.sub-menu a:before {
		display: none;
	}
	/* -- ul.sub-menu ul -- */
	#site-navigation ul.sub-menu ul {
		background: none;
		display: block;
		position: static;
		margin: 20px 0 0 20px;
		padding: 0;
		border: none;
		border-left: 1px solid #fff;
		opacity: 1;
	}
	#site-navigation ul ul li:hover > ul {
		animation-name: none;
		-moz-animation-name: none;
		-webkit-animation-name: none;
	}
	#site-navigation ul.sub-menu ul li {
		float: none;
		margin: 0 0 15px;
	}
	#site-navigation ul.sub-menu ul li:last-child {
		margin: 0;
	}
	#site-navigation ul.sub-menu li li a {
		width: auto;
		font-weight: normal;
		padding: 0;
	}
	#site-navigation ul.sub-menu li li a:before {
		background-color: #fff;
		display: inline-block;
		position: static;
		content: "";
		width: 10px;
		height: 1px;
		margin-right: 10px;
		vertical-align: middle;
	}

	/* -- ul.sub-menu ul ul -- */
	#site-navigation ul.sub-menu ul ul {
		border: none;
	}

	/* -- .sub-navigation -- */
	.sub-navigation {
		position: absolute;
		top: .85em;
		right: 2.5em;
	}
	.sub-navigation {
		width: 1070px;
		right: auto;
		left: auto;
		font-size: .8571em;
		border: none;
	}
	.sub-navigation ul {
		float: right;
		overflow: hidden;
	}
	.sub-navigation li {
		float: left;
		margin-right: .729em;
	}
	.sub-navigation li a {
		background: none;
		display: inline-block;
		padding: 0;
		border: none;
	}
	.sub-navigation li:before {
		content:"\f0c8";
		display: inline-block;
		vertical-align: middle;
		font-family: "FontAwesome";
		font-size: 10px;
		margin: -5px 5px 0;
	}

	/* = Footer
	-------------------------------------------------------------- */

	/* -------- #toTop -------- */

	#toTop {
		right: 15px;
		bottom: 60px;
        background-color: none!important;
        background: none!important;
	}
    
    #toTop a{
        background-color: none!important;
        background: none!important;
	}


	/* -------- footer nav -------- */

	footer nav li:nth-of-type(6n) {
		clear: none;
	}


	/* = Secondary
	-------------------------------------------------------------- */

	#secondary {
		width: 22.43%;
		margin-top: 80px;
		padding: 0px 0 0!important;
		border: none;
	}
	.left-set #secondary {
		float: left;
	}
	.home #secondary,
	.right-set #secondary {
		float: right;
	}
	#secondary section {
		margin-bottom: 2.143em;
		padding: 0;
		border: none;
	}
	#secondary h3 {
		font-size: 20px;
		margin-bottom: 1em;
		padding: 0 0 1em;
		border-left: none;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		line-height: 1;
	}

	/* -------- Common Widget -------- */

	.usces_recent_entries ul,
	.widget_welcart_page ul,
	.widget_pages ul,
	.widget_archive ul,
	.widget_welcart_post ul,
	.widget_meta ul,
	.widget_recent_entries ul,
	.widget_recent_comments ul {
		margin: 0 0 0 .714em;
	}

	/* -- table -- */
	.widget_calendar table,
	.welcart_blog_calendar table,
	.widget_welcart_calendar table {
		float: none;
		width: 100%;
		margin: 0;
		border-collapse: collapse;
	}
	.widget_welcart_calendar table {
		margin-bottom: .714em;
	}

	/* -- list -- */
	.widget_welcart_category ul,
	.widget_categories ul,
	.widget_nav_menu ul {
		margin: 0 0 0 .357em;
	}

	/* -------- Welcart Widget -------- */

	/* -- .widget_basic_item_list -- */
	#secondary .widget_basic_item_list .item-list {
		margin: 0 0 0 .714em;
	}
	#secondary .widget_basic_item_list .list {
		float: none;
		width: auto;
		margin: 0 0 1.428em;
	}
	#secondary .widget_basic_item_list .item-info-wrap {
		margin-left: 0;
	}

	/* -- .widget_welcart_bestseller -- */
	#secondary .widget_welcart_bestseller ul {
		padding: 0 0 0 .714em;
	}
	/* -- .widget_welcart_featured -- */
	.widget_welcart_featured ul {
		padding: 0 0 0 .714em !important;
	}


	/* = Content
	-------------------------------------------------------------- */


	
	

	/* -- 2Cloumn -- */
	.two-column .site-content-wrap {
		margin: 0 auto;
	}
	.two-column #primary {
		width: 72.898%;
	}
	.two-column.left-set #primary {
		float: right;
	}
	.two-column.right-set #primary {
		float: left;
	}
	#main.two-column #content {
		width: 100%;
	}
	.two-column #secondary {
		width: 22.43%;
	}

	/* -- .common-parts -- */
	.common-parts {
		margin: 0 0 2.143em;
	}

	.common-guide-widget h2 {
		font-size: 20px;
		margin-bottom: 1.5em;
	}

	/* -- .section-head -- */
	.section-head,
	.page-header {
		background: none;
		color: inherit;
		margin-top: 0;
		margin-bottom: 2.857em;
		padding: 0 0 1.071em;
		border: none;
		border-bottom-width: 2px;
		border-bottom-style: solid;
	}
	.section-head h2,
	.page-header h1 {
		font-size: 1em;
	}
	.section-head div,
	.page-header div {
		font-size: 1.714em;
		line-height: 30px;
	}
	.section-head h2,
	#content .page-header h1 {
		font-size: 2em;
		line-height: 30px;
	}

	/* -------- .pagination-wrap -------- */

	.pagination-wrap.top {
		border: none;
		margin: 0 0 1.428em;
		padding-top: 0;
	}
	.pagination-wrap.bottom {
		margin: 2.143em 0 0;
	}


	/* = index.php && show_on_front == Page
	-------------------------------------------------------------- */

	#main.index-content {
		margin-top: 2.857em;
	}
	.home .sof {
		margin: 2.857em 0;
	}


	/* = front-page.php ｜ Widget
	-------------------------------------------------------------- */


	.home-widget {
		margin: 3.571em 0;
	}
	#beldad3.home-widget {
		margin: 0 0 2.857em;
	}
	#beldad4.home-widget {
		margin: 2.857em 0 0;
	}
	/* -- .widget -- */
	.home-widget .widget {
		margin-bottom: 2.857em;
	}


	/* -------- .widget_welcart_featured -------- */

	.home-widget .widget_welcart_featured ul,
	.home-widget .widget_basic_item_list .item-list,
	.home-widget .widget_welcart_bestseller ul {
		margin: 0;
	}
	.home-widget .widget_basic_item_list .item-info-wrap {
		width: auto;
		margin-left: 0;
	}

	/* -- .upper -- */
	.upper .widget_welcart_featured li,
	.upper .widget_basic_item_list .list,
	.upper .widget_welcart_bestseller li,
	.no-sidebar .lower .widget_welcart_featured li,
	.no-sidebar .lower .widget_basic_item_list .list,
	.no-sidebar .lower .widget_welcart_bestseller li {
		width: 18%;
	}
	.upper .widget_welcart_featured li:nth-child( 4n ),
	.upper .widget_basic_item_list .list:nth-child( 4n ),
	.upper .widget_welcart_bestseller li:nth-child( 4n ),
	.no-sidebar .lower .widget_welcart_featured li:nth-child( 4n ),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child( 4n ),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child( 4n ) {
		margin-right: 2.5%;
	}
	.upper .widget_welcart_featured li:nth-child( 5n ),
	.upper .widget_basic_item_list .list:nth-child( 5n ),
	.upper .widget_welcart_bestseller li:nth-child( 5n ),
	.no-sidebar .lower .widget_welcart_featured li:nth-child( 5n ),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child( 5n ),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child( 5n ) {
		margin-right: 0;
	}
	.upper .widget_welcart_featured li:nth-child( n+5 ),
	.upper .widget_basic_item_list .list:nth-child( n+5 ),
	.upper .widget_welcart_bestseller li:nth-child( n+5 ),
	.no-sidebar .lower .widget_welcart_featured li:nth-child( n+5 ),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child( n+5 ),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child( n+5 ) {
		margin-top: 0;
	}
	.upper .widget_welcart_featured li:nth-child( n+6 ),
	.upper .widget_basic_item_list .list:nth-child( n+6 ),
	.upper .widget_welcart_bestseller li:nth-child( n+6 ),
	.no-sidebar .lower .widget_welcart_featured li:nth-child( n+6 ),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child( n+6 ),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child( n+6 ) {
		margin-top: 5%;
	}
	.upper .widget_welcart_featured li:nth-child( 4n+1 ),
	.upper .widget_basic_item_list .list:nth-child( 4n+1 ),
	.upper .widget_welcart_bestseller li:nth-child( 4n+1 ),
	.no-sidebar .lower .widget_welcart_featured li:nth-child( 4n+1 ),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child( 4n+1 ),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child( 4n+1 ) {
		clear: none;
	}
	.upper .widget_welcart_featured li:nth-child( 5n+1 ),
	.upper .widget_basic_item_list .list:nth-child( 5n+1 ),
	.upper .widget_welcart_bestseller li:nth-child( 5n+1 ),
	.no-sidebar .lower .widget_welcart_featured li:nth-child( 5n+1 ),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child( 5n+1 ),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child( 5n+1 ) {
		clear: both;
	}
	/* -- .slider -- */
	.upper .widget_welcart_featured .slider li:nth-child( 5n+1 ),
	.upper .widget_basic_item_list .slider .list:nth-child( 5n+1 ),
	.upper .widget_welcart_bestseller .slider li:nth-child( 5n+1 ),
	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child( 5n+1 ),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child( 5n+1 ),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child( 5n+1 ) {
		clear: none;
	}
	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child( n+6 ),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child( n+6 ),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child( n+6 ) {
		margin-top: 0;
	}
	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child( 4n ),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child( 4n ),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child( 4n ) {
		margin-right: 0;
	}
	.upper .widget_welcart_featured .slider .slick-prev,
	.upper .widget_basic_item_list .slider .slick-prev,
	.upper .widget_welcart_bestseller .slider .slick-prev,
	.no-sidebar .lower .widget_welcart_featured .slider .slick-prev,
	.no-sidebar .lower .widget_basic_item_list .slider .slick-prev,
	.no-sidebar .lower .widget_welcart_bestseller .slider .slick-prev {
		left: -48px;
	}

	.upper .widget_welcart_featured .slider .slick-next,
	.upper .widget_basic_item_list .slider .slick-next,
	.upper .widget_welcart_bestseller .slider .slick-next,
	.no-sidebar .lower .widget_welcart_featured .slider .slick-next,
	.no-sidebar .lower .widget_basic_item_list .slider .slick-next,
	.no-sidebar .lower .widget_welcart_bestseller .slider .slick-next {
		right: -48px;
	}


	/* = front-page.php
	-------------------------------------------------------------- */


	/* -------- #main-visual -------- */

	#main-visual .flex-control-nav {
		width: 950px;
		margin: 1.428em 0 2.143em;
	}

	/* -------- .home-area -------- */
	
	.home-area {
		margin: 2.857em 0;
	}
	.topics-area {
		margin-top: 1.428em;
	}

	/* -------- .lower -------- */

	#main .lower {
		position: relative;
		margin: 3.571em 0 5.714em;
	}
	.no-sidebar .products-box {
		float: none;
		width: auto;
	}
	.products-box {
		float: left;
		width: 72.898%;
	}

	/* -------- .layout-grid -------- */



	/* -------- .cat-area -------- */

	/* -- .noslider -- */


	/* -------- .pickup-area -------- */

	.pickup-area .title {
		font-size: 1.071em;
		margin-bottom: .333em;
	}
	.pickup-area .excerpt {
		font-size: .928em;
	}

	.pickup-area .slider,
	.pickup-area .noslider {
		margin: 0;
	}

	/* -- .slider -- */
	.pickup-area .slider .slick-prev {
		left: -48px;
	}
	.pickup-area .slider .slick-next {
		right: -48px;
	}

	/* -- .noslider -- */
	.pickup-area .noslider .list {
		float: left;
		width: 100%;
		margin-right: 2%;
		padding: 0;
	}
	.pickup-area .noslider .list:nth-child(even) {
		margin-right: 2%;
	}
	.pickup-area .noslider .list:nth-child( 3n ) {
		margin-right: 0;
	}
	.pickup-area .noslider .list:nth-child(n+3) {
		margin-top: 0;
	}
	.pickup-area .noslider .list:nth-child( n+4 ) {
		margin-top: 3.5%;
	}

	/* -------- .product-area -------- */

	.product-area {
		margin: 0;
	}
	.product-list {
		margin: 0;
	}
	/* -- .no-date -- */
	.product-area .no-date {
		margin: 0;
	}


	/* = category.php
	-------------------------------------------------------------- */


	/* -------- .category-info -------- */

	.category-info {
		margin: 0 0 2.142em;
	}
	.cat-img,
	.cat-desc {
		margin: 2.142em 0;
	}
	.cat-desc {
		font-size: inherit;
	}

	/* -------- .info-list -------- */

	.info-list {
		margin: 0;
	}
	.info-list .list {
		margin-bottom: 2.143em;
	}
	.info-list .title {
		font-size: 1.143em;
	}
	.info-list .excerpt p {
		font-size: inherit;
	}


	/* = single.php + page.php
	-------------------------------------------------------------- */


	#show {
		padding: .714em;
	}

	.entry-header {
		margin: 0 0 1.428em;
		padding: 0;
		border: none;
	}
	#content .entry-header h1.entry-title {
		font-size: 2em;
		line-height: 30px;
	}

	/* -------- .entry-meta -------- */

	.entry-meta {
		margin: 0 0 1.428em;
	}
	.entry-meta span {
		font-size: 1em;
		margin: 0;
		padding: 0 .714em;
		border-right-width: 1px;
		border-right-style: solid;
	}
	.entry-meta span.date {
		border-left-width: 1px;
		border-left-style: solid;
	}

	/* -------- .entry-img -------- */

	.entry-img {
		margin-bottom: 2.143em;
	}

	/* -------- .entry-content -------- */

	.entry-content {
		margin: 0 0 4.286em;
	}
	.entry-content h2,
	.entry-content h3 {
		font-size: 1.428em;
		line-height: 1.428em;
		margin-bottom: 1em;
	}

	/* -------- .single-related -------- */

	.single-related h2 {
		font-size: 1.428em;
		margin-bottom: 1.25em;
		padding: .75em;
		line-height: 1.428em;
	}
	.single-related .cf {
		margin: 0;
	}


}








/* common
-------------------------------------------------------------- */

a{
	outline: none;
}

a:focus, *:focus { outline:none; }


p.comingsoon{
    width: 100%;
    margin: 60px auto 200px;
    text-align: center;
    font-size: 150%;
}



/* breadcrumbs
-------------------------------------------------------------- */

.breadcrumbs .List-Item {
  display: inline;
  font-size: 14px;
}
.breadcrumbs .List-Item::after {
  content: '＞';
  padding: 0 16px;
}
.breadcrumbs .List-Item:last-child::after {
  content: '';
}
.breadcrumbs .List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}



@media screen and (min-width: 1025px) {

.pc_only{
        display: block;
    }
    
.sp_only{
        display: none;
    }
    
.sp_only2{
        display: none;
    }
    
.sp_only3{
        display: none;
    }

    
#main {
    clear: both;
		width: 100%;
		margin: 0px 0 0;
        z-index: 10;
	}
	.home #main {
		margin: -30px 0 0;
	}

#main.two-column {
		margin: -35px 0 0;
	}

header{
        margin: 0 0 0px!important;
        padding: 0!important;
    }
    
    .site{
        margin: 0!important;
        padding: 0!important
    }
    
    .inner{
        margin: 0!important;
        padding: 0!important;;
    }
    
    .top{
        margin: 0!important;
        padding: 0!important;
    }
    
    .bottom{
        margin: 0!important;
        padding: 0!important;
    }
    
    .site-content-wrap{
        margin: 0 auto!important;
        padding: 0!important;
    }
    
    .wrapper{
        margin: 0!important;
        padding: 0!important;
    }
    
    .container{
        margin: 0!important;
        padding: 0!important;
    }
    
    
/* =toTop
-------------------------------------------------------------- */

#toTop {
	position: fixed;
	right: 50px;
	bottom: 7%;
	z-index: 600;
    background-color: none!important;
        background: none!important;
}
    
    
/* shopBox
-------------------------------------------------------------- */

.shopBox {
		position: fixed;
	right: 30px;
	bottom: 17%;
	z-index: 30;
    background-color: none!important;
        background: none!important;
	}
	
	.shopBox img{
		width: auto;
		height: auto;
	}
    
  /* donateBox
-------------------------------------------------------------- */

.donateBox {
	position: fixed;
	right: 30px;
	bottom: 40%;
	z-index: 50;
    background-color: none!important;
        background: none!important;
	}
	
	.donateBox img{
		width: auto;
		height: auto;
	}
    

/* -------- .headerBox -------- */

.headerBox {
    position: relative;
    width: 100%;
	margin: 0 auto;
    z-index: 250;
}

.headerBox h1{
    width: 200px;
    height: auto;
    margin: -26px 0 0;
    padding: 0;
}

.headerBox h1 img{
    width: 200px;
    height: auto
}

.headerBox .snav{
    position: absolute;
    width: auto;
    top: 38px;
    right: 13.5%;
    margin: 0;
    padding: 0;
}

.headerBox .snav li{
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 110%;
}

.headerBox .snav li#snav1,
.headerBox .snav li#snav2{
    margin: 0 25px 0 0;
}
    
.headerBox .snav li#snav4{
    margin: 0 18px 0 0;
}

.headerBox .snav li .timeBox{
    padding-top: 1.2em;
}

.headerBox .snav li .languageBox{
    margin: 0 0 0 0;
}
    
    .headerBox .snav li .languageBox select{
        border: none;
}
    
.headerBox .snav li#snav5{
		display:none;
}
/* -------- #nav -------- */
    
    #nav{
        width: 100%;
        margin: 0px 0 0;
        background: #fff;
        z-index: 400;
    }
    
    
/* -------- #shopnav -------- */
.shopnav{
        width:100%;
    margin: -17px 0 0;
        background:#64B9E9;
        padding: 8px 0 6px;
    }
    
    .shopnav ul{
        width:1122px;
        margin:0 auto;
    }
    
    .shopnav ul li{
        float:left;
        width:350px;
        padding: 10px 0 6px;
        text-align: center;
        border-right:#fff 2px solid;
        line-height: 1.4em;
    }
    
    .shopnav ul li a span.ball1{
        display:block;
        height:1em;
    }
    
    .shopnav ul li a span.ball2{
        display:none;
    }
    
    .shopnav ul li#shopnav01{
        width:410px;
        border-left:#fff 2px solid;
    }
    
    .shopnav ul li a{
        width:278px;
        padding: 10px 0 6px;
        color:#fff;
        font-size: 120%;
        text-decoration: none;
    }
    
    .shopnav ul li a:hover span.ball2{
        display:block;
    }
    
    .shop-main{
        margin: 30px auto 0!important;
    }
    
/* -- .current -- */
	.shopnav li.current-menu-item a{
        background: none;
	}
    
    .shopnav li.current-menu-item a span.ball2{
        display:block;
    }
    
  

    
    
    
/* = footer
-------------------------------------------------------------- */


footer {
	position: relative;
	color: #fff!important;
    background: url(/img/footer.png);
    background-color: #5b8b35 !important;
    background-position: bottom top;
    background-repeat: no-repeat;
	background-size: contain;
    text-align: center;
  width: 100%;
  padding-top: 59%;
    margin-bottom: -62px!important;
    z-index: 500;
}
    
    footer p.copyright{
        margin-bottom: 0px;
    }


/* - a - */
footer a {
	color: inherit;
}
    

/* -- nav -- */
	footer nav {
		width: 1024px;
		margin: 0 auto;
		padding: 0;
	}
	footer nav li {
		margin: 0 auto;
		padding: 0;
	}
	
	/* -------- .top -------- */

	footer .top {
		padding: 2.857em 2.143em 1.428em;
	}
    
    
    /* -------- .twitter -------- */
    
    .snsArea{
        position: absolute;
        top: 18%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 674px;
        height: 323px;
        margin: 0 auto;
        background-image: url(/img/kumo.png);
    background-repeat:no-repeat;
    background-position: top center;
        
    }
    
    .snsArea .twBox1 a{
        position: absolute;
        top: 20px;
        left: 225px;
        width: 80px;
        height: 110px;
    }
    
    .snsArea .twBox2 a{
        position: absolute;
        top: 20px;
        left: 363px;
        width: 80px;
        height: 110px;
    }
    
    .snsArea .ytBox a{
        position: absolute;
        top: 213px;
        left: 252px;
        width: 170px;
        height: 95px;
    }
    
    
    /* -------- .banner -------- */
    
    .bnrArea{
        width: 1024px;
        margin: 0 auto 15px;
        padding: 0;
        text-align: left;
        vertical-align: top;
    }
    
    .bnrBox{
        display: inline-block;
        width: 240px;
        margin: 0 16px 14px 0;
        padding: 0;
        text-align: left;
        vertical-align: top;
    }
    
    .bnrBox:nth-of-type(4n){
        margin: 0 0px 14px 0;
    }
    
    
    /* -------- .fnav -------- */
    
    .fnavBox{
        width: 1024px;
        margin: 0;
        padding: 0;
        text-align: left;
        vertical-align: top;
    }
    
    .fnavHome{
        margin-bottom: 1.5em;
    }
    
    .fnavHome a{
        color: #fff;
    }
    
    .fnavHome a:hover{
        color: #fff;
        text-decoration: underline;
    }
    
    .fnav{
        display: inline-block;
        width: 186px;
        margin: 0 18px 0 0;
        padding: 0;
        text-align: left;
        vertical-align: top;
    }
    
    .fnav:last-child{
        margin: 0 0px 0 0;
    }
    
    
    .fnav dl,
    .fnav dt,
    .fnav dd,
    .fnav ul,
    .fnav li{
        margin: 0;
        padding: 0;
    }
    
    .fnav dl{
        margin-bottom: 2em;
    }
    
    .fnav dt{
        border-bottom: #fff 2px solid;
        margin-bottom: 5px;
    }
    
    .fnav dt a{
        padding: 0 3px;
        color: #fff;
    }
    
    .fnav dd a{
        padding: 0 3px;
        color: #fff;
        font-size: 90%;
    }
    
    .fnav li a{
        padding: 0 0 0 1.2em;
        color: #fff;
        font-size: 90%;
    }
    
    .fnav dt a:hover,
    .fnav dd a:hover,
    .fnav li a:hover{
        color: #fff;
        text-decoration: underline;
    }
    
    .fnav2{
        position: relative;
        width: 100%;
        margin-bottom: 120px;
        padding-top: 3px;
        text-align: left;
        border-top: #fff 2px solid;
    }
	.fnav2 li a{
        float: left;
        margin-right: 2em;
        color: #fff;
        font-size: 90%;
    }
    
	.fnav2 li a:hover{
        color: #fff;
        text-decoration: underline;
    }
    
        .bnrBox2{
        position: absolute;
        right: 0;
        bottom: -40px;         
    }
    
    .bnrBox2 img{
        width: 180px;
        height: auto;
    }
    
    .bnrCopy{
        position: absolute;
        right: 185px;
        bottom: -35px; 
    }
    
    
/* トップページ
-------------------------------------------------------------- */



#toppage{
	background: #64b9e9;
}
    
    .emergencyBox{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 0;
        background: #c3181f;
        z-index: 220;
    }
    
    .emergencyBox .ttlBox{
        float: left;
        width: auto;
        margin: 0 1.5em 0 240px;
        color: #fff;
    }
    
    .emergencyBox:nth-of-type(n+2) .ttlBox{
        color: #c3181f;
    }
    
    .emergencyBox .txtBox{
        float: left;
        width: auto;
        max-width: 660px;
        height: auto;
        color: #fff;
    }
    
    .emergencyBox .txtBox dt{
        margin-bottom: 3px;
        color: #fff;
    }
    
    .emergencyBox .txtBox dd a{
        color: #fff;
        line-height: 1.4em;
        text-decoration: underline;
    }

/* -- main-image -- */
	.main-image {
		position: relative;
		margin: -20px 0 0;
		padding: 0;
		text-align: center;
        z-index: 230px;
	}
	.main-image img {
		width: 100%;
    height: 50vw;
    object-fit: cover;
	}

	.slideBox {
		position: relative;
        vertical-align: bottom;
	}
	
	.main-image .copy{
		position: absolute;
        display: block;
		bottom: 10%;
		left: 0;
		width: 540px;
		height: auto;
        padding:0 15px 30px;
		color: #fff;
		text-shadow:1px 0 5px black;
		background:rgba(0,0,0,0.3);
	}
	
	.main-image .copy h3{
		margin: 1.6em 0 0.8em;
		font-size: 200%;
		line-height: 1.4em;
	}
	
	.main-image .copy p{
		font-size: 120%;
	}
	
	
	.main-image a img:hover {
		opacity: 1;
	}
 
      .parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
}
    
      .parallax-bg2 {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
}
    
.twBtnTop{
    position: relative;
    width: 1024px;
    margin: 0 auto;
}   

.twBoxTop1 a{
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    width: 58px;
    height: 58px;
    z-index: 600;
}

.twBoxTop2 a{
    position: absolute;
    top: 180px;
    right: 0;
    width: 58px;
    height: 58px; 
    z-index: 580;
}

.bnBoxTop3 a{
    position: absolute;
    top: 90px;
    right: 90px;
    width: 372px;
    height: 108px; 
    z-index: 780;
}

.bg2Box{
	background: #64b9e9;
	background-image: url(/img/back.png);
	background-size: cover;
	min-height:100vh;
	padding: 20px 0 0;
    background-attachment: fixed;
    z-index: 100;
}

.bg1Box{
	background-image: url(/img/bg1.png);
    background-repeat:no-repeat;
    background-position: bottom 180px left 0;
    background-size: auto;
    background-size: 50%;
    z-index: 200;
}

    .shopBtn{
        display: none;
    }

/* pickup
-------------------- */

.pickupBox{
	margin-bottom: 70px;
}

.pickupBox h2 img{
	width: 520px;
	height: auto;
	margin: 30px 0 0;
}

.pickupArea{
	width: 1024px;
	margin: 40px auto 80px;
	padding: 40px 40px 20px;
	background: #fff;
}

.pBox{
	float: left;
	width: 300px;
    height: auto;
	margin: 0 22px 2px 0;
	border: #eee 1px solid;
}

.pBox:nth-child(3n){
	margin: 0 0px 20px 0;
}

.pBox .photoBox img{
	width: 300px;
	height: auto;
}

.pBox .iconBox{
	margin: 20px 0 20px 15px;
}

.pBox h3{
	height: 3em;
	margin: 0 1em 1em;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4em;
}

.pBox h3 a{
	color: #333;
}

.pBox p{
	margin: 0 1em 0.5em;
}

/* news
-------------------- */

.newsBox h2{
	width: 100%;
	text-align: right;
}

.newsBox h2 img{
	width: 520px;
	height: auto;
	margin: 30px 0 0;
}

.newsArea{
	width: 1024px;
	margin: 15px auto 25px;
	padding: 40px 40px 20px;
	background: #fff;
}

.nBox{
	clear: both;
	display: block;
	width: 100%;
	margin: 0 0px 30px;
	padding-bottom: 20px;
}

.nBox .dateBox{
	float: left;
    width: 6em;
	font-size: 130%;
	padding-top: 1px;
}

.nBox .iconBox{
	float: left;
	margin: 0 1.5em;
}

.nBox .txtBox{
	float: left;
    width: 630px;
    height: auto;
    margin: 0 0px 30px;
	font-size: 130%;
    text-align: left;
    line-height: 1.4em;
}

.nBox .txtBox a{
    display: inline-block;
	color: #000;
    margin: -3px 0 0;
    padding: 0;
}

.nBox .txtBox a:hover{
    text-decoration: underline;
}

.newsBox .btnBox{
	width: 1024px;
	margin:0 auto 0;
	padding-bottom: 60px;
	text-align: right;
}



/* schedule
-------------------- */

.scheduleBox{
	padding: 80px 0 220px;
	background: #dcaf00;
	background-image: url(/img/bg2.png);
    background-repeat:no-repeat;
    background-position: top 40px left 240px;
    background-size: auto;
}


.scheduleArea{
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

.scheduleBox .txtBox{
	float: left;
	width: 480px;
	margin-top: 20px;
	color: #fff;
}

.scheduleBox .btnBox{
	position: absolute;
	left: 250px;
	bottom: -80px;
}

.scheduleBox h3{
	margin: 30px 0 60px;
	font-size: 180%;
	font-weight: normal;
}

.scheduleBox p{
	font-size: 120%;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

.scheduleBox .calendarBox{
	float: right;
	width: 500px;
}


/* access
-------------------- */

.accessBox{
	padding: 100px 0 140px;
	background: #aae7ec;
	background-image: url(/img/illust01.png);
	background-repeat: no-repeat;
	background-position: right 70px top 50px;
}

.accessArea{
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

.accessBox .txtBox{
	float: right;
	width: 480px;
	margin-top: 20px;
	color: #000;
}

.accessBox .btnBox{
	position: absolute;
	right: 0px;
	bottom: -20px;
}

.accessBox h3{
	margin: 25px 0 40px;
	font-size: 180%;
	font-weight: normal;
}

.accessBox p{
	font-size: 120%;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}

.accessBox .mapBox{
	float: left;
	width: 500px;
}
    

    

/* breadcrumbs
-------------------- */

.breadcrumbs{
    width: 1024px;
	margin: 35px auto 0;
}

.breadcrumbs li{
	font-size: 115%!important;
}



/* indexBox
-------------------- */

.indexBox{
	margin: 0px auto 0;
	padding: 1.4em 0 1.2em;
	color: #fff;
	font-size: 125%;
	background: #000;
	border-radius: 60px;
	text-align: center;
}

.indexBox a{
	color: #fff;
	text-decoration: none;
}

.indexBox a:hover{
	color: #fff;
	text-decoration: underline;
}

.indexBox li{
	display: inline;
	padding: 0 16px 0 0;
}

.indexBox li:after{
	content: "｜";
	 padding: 0 0 0 16px;
}
.indexBox li:first-child{
	margin: 0 0 0 30px;
}

.indexBox li:last-child::after{
	content: "";
}

.t60 { margin-top: 60px; }
.t70 { margin-top: 70px; }
.t80 { margin-top: 80px; }
.t90 { margin-top: 90px; }
.t100 { margin-top: 100px; }
.t110 { margin-top: 110px; }
.t120 { margin-top: 120px; }
.t130 { margin-top: 130px; }
.t140 { margin-top: 140px; }
.t150 { margin-top: 150px; }
.t160 { margin-top: 160px; }
.t170 { margin-top: 170px; }
.t180 { margin-top: 180px; }
.t190 { margin-top: 190px; }
.t200 { margin-top: 200px; }

.w500 { width: 500px; }
.w600 { width: 600px; }
.w700 { width: 700px; }
.w750 { width: 750px; }
.w800 { width: 800px; }


/* bg nuime
-------------------- */
/*.container .top .exhibitions{
    background-image: url(/img/nuime.png);
    background-repeat: no-repeat;
    background-position: top 540px center;
}

.container .top .collection{
    background-image: url(/img/nuime.png);
    background-repeat: no-repeat;
    background-position: top 480px center;
}

.container .top .hof{
    background-image: url(/img/nuime.png);
    background-repeat: no-repeat;
    background-position: top 510px center;
}

.container .top .library{
    background-image: url(/img/nuime.png);
    background-repeat: no-repeat;
    background-position: top 480px center;
}

.container .top .event{
    background-image: url(/img/nuime.png);
    background-repeat: no-repeat;
    background-position: top 460px center;
}*/


/* collection
-------------------------------------------------------------- */

/*.collection .bgBox1{
    background-image: url(/img/1.png);
    background-position: top 640px right;
    background-repeat: no-repeat;
    background-size: 20% auto ;
}

.collection .bgBox2{
    background-image: url(/img/6.png);
    background-position: top 1000px left;
    background-repeat: no-repeat;
    background-size: 18% auto ;
}*/

.collection h2{
	width: 100%;
    margin: 0 auto;
	padding: 112px 0 100px;
	color: #fff;
	text-align: center;
	font-size: 300%;
    background-image: url(/img/collection.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100% ;
}

.collection h2.sub{
	width: 100%;
    margin: 0 auto;
	padding: 90px 5% 10px;
	color: #fff;
	text-align: right;
	font-size: 240%;
    background-image: url(/img/collection2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}



.collection .contentBox{
	width: 1024px;
	margin: 50px auto;
}

.collection p{
	font-size: 125%;
	line-height: 1.8em;
}
    
.collection p.lead{
    width: 1024px;
	margin: 50px auto;
}

.collection .contentBox h3{
	width: 100%;
	margin: 60px auto 100px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.collection .contentBox .collectionList{
	width: 1024px;
	margin: 0 0 160px;
	padding: 0;
}

.collection .contentBox .collectionList ul{
	margin: 0;
	padding: 0
}

.collection .contentBox .collectionList li{
	float: left;
	width: 320px;
	margin: 0 32px 48px 0;
	font-size: 130%;
    background-color: rgba(255,255,255,.8);
}

.collection .contentBox .collectionList li img{
	width: 320px;
	height: auto;
	margin: 0;
}

.collection .contentBox .collectionList li:nth-child(3n){
	margin: 0 0px 48px 0;
}

.collection .contentBox .collectionList li a{
	color: #000;
}
    
.collection .contentBox .collectionList li .title{
    padding: 8px 10px 6px;
}

    
/* list
-------------------- */

.collection .listBox .sectionA{
	margin: 0 0 100px;
}

.collection .listBox h3{
	width: 100%;
	margin: 100px auto 35px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.collection .listBox h4{
	width: 100%;
	margin: 100px auto 35px;
	text-align: left;
	font-size: 240%;
	font-weight: bold;
}

.collection .listBox{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

.collection .listBox .lBox{
	float: left;
	width: 241px;
	margin: 0 20px 40px 0;
}

.collection .listBox .lBox .photoBox img{
	width: 241px;
	height: auto;
	margin: 0 0 0.5em;
}

.collection .listBox .lBox .nameBox{
}

.collection .listBox .lBox:nth-of-type(4n){
	margin: 0 0px 40px 0;
}

.collection .listBox .lBox .nameBox a{
    display: block;
    height: 3em;
	font-size: 110%;
	color: #000;
    line-height: 1.4em;
}
    
    .collection .listBox p.lead{
        margin-bottom: 1em;
        font-size: 125%;
        line-height: 1.8em;
    }
    
    .collection .listBox .ageBox{
        margin: 60px auto;
        
    }
    
    .collection .listBox .ageTtl{
        width: 100%;
        margin-bottom: 20px;
        padding: 14px 0 12px;
        color: #fff;
        background: #000;
        font-size: 180%;
        text-align: center;
    }
    
    .collection .listBox .ageBox p{
        margin-bottom: 1em;
        font-size: 115%;
        line-height: 1.8em;
    }

    
    .collection .listBox .ageBlock {
        margin: 0 0 60px;
        padding: 0;
    }
    
    .collection .listBox .ageBlock h4{
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 200%;
        border-bottom: #000 3px solid
    }
    
    
    .collection .listBox .ageBlock table{
        margin: 20px 0;
        padding: 0;
        font-size: 130%;
    }
    
    .collection .listBox .ageBlock table th{
        font-weight: normal;
        width: 5.5em;
        padding: 0 0 0.3em;
    }
    
    .collection .listBox .ageBlock table td{
        padding: 0 0 0.3em;
    }
    
    
 /* list column
-------------------- */   
.collection .columnList{
	width: 900px;
	margin: 60px auto 80px;
	padding: 0;
}

    .collection .columnBox{
        margin: 0;
	padding: 0;
        border-bottom: #ccc 1px solid;
    }
    
    .collection .columnBox h4{
        margin: 1em 0;
        padding: 0;
        font-size: 180%;
    }
    
    .collection .columnBox p{
        margin: 1.5em 0;
    }
    
    .collection p.caution2{
        margin: 1em 0 0;
        font-size: 110%;
        line-height: 1.6em;
    }
    
    .collection .columnBox .columnListBtn{
        width: 13em;
	margin: 0px auto 0;
	padding: 0.8em 0 0.6em;
	color: #fff;
	font-size: 135%;
	background: #000;
	border-radius: 80px;
	text-align: center;
}
    
    .collection .columnBox .columnListBtn a{
	color: #fff;
	text-decoration: none;
}

.collection .columnBox .columnListBtn a:hover{
	color: #fff;
	text-decoration: underline;
}
    
.collection .columnList li .title{
    padding: 8px 10px 6px;
}
    
    
.collection .listBox ul.column{
    width: 900px;
	margin: 60px auto 120px;
	padding: 0;
}
   
    .collection .listBox ul.column li{
        clear: both;
        display: block;
        min-height: 3em;
        padding: 0.8em 0 0;
        font-size: 120%;
        border-bottom: #ccc 1px solid;
    }
    .collection .listBox .number{
        float: left;
        width: 6em;
        margin: 0 0 0 0.5em;
    }
    
    .collection .listBox ul.column a{
        float: left;
    }
    
    .collection .listBox .pagination-wrap{
        display: block;
        margin: -70px 0 50px!important;
    }
    
    
/* detail
-------------------- */

.collection .detailBox{
	width: 900px;
	margin: 0 auto;
}

.collection .detailBox h3{
	width: 100%;
	margin: 90px auto 30px;
	text-align: left;
	font-size: 240%;
	font-weight: bold;
}

.collection .detailBox .photoBox{
    margin-bottom: 60px;
    text-align: center;
}

.collection .detailBox .photoBox img{
	width: 600px;
	height: auto;
    margin: 0 auto;
}
    
    .collection .detailBox .caption{
        width: 600px;
        margin: 2px auto 5px;
        text-align: left;
    }   

.collection .detailBox .txtBox p{
	margin: 30px 0;
	font-size: 125%;
	line-height: 1.8em;
}

.collection .detailBox table{
    margin-top: 30px;
	width: 100%;
	font-size: 130%;
	border: #ccc 2px solid;
}

.collection .detailBox table th{
	width: 16em;
	padding: 18px 1.8em 16px;
	font-weight: normal;
	background: #e2e2e2;
	border-right: #ccc 2px solid;
	border-bottom: #fff 1px solid;
    vertical-align: middle;
}

.collection .detailBox table th:last-child{
	border-bottom: none;
}

.collection .detailBox table td{
	padding: 18px 1.8em 16px;
}

.collection .detailBox table tr:nth-of-type(2n){
	background: #ededed;
}

.collection .detailBox p.caution{
	margin: 15px 0;
	font-size: 115%;
	line-height: 1.6em;
}
    
    .collection .pdfBox{
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
        font-size: 130%;
        text-decoration: underline;
    }

    
/* listBtn
-------------------- */

.listBtn{
	width: 280px;
	margin: 80px auto 160px;
	color: #fff;
	font-size: 125%;
	background: #000;
	border-radius: 60px;
	text-align: center;
}

.listBtn a{
	display: block;
	padding: 1.4em 0 1.2em;
	color: #fff;
	text-decoration: none;
}
    
.listBtn a:hover{
	color: #fff;
	text-decoration: underline;
}

.listBtn li{
	display: inline;
	padding: 0 16px 0 0;
}

/* pageBtn
-------------------- */

    .pageBtn{
        clear: both;
        width: 100%;
        margin: 80px auto 80px;
        text-align: center;
        font-size: 120%;
    }
    

/* exhibitions
-------------------------------------------------------------- */

/*.exhibitions .bgBox1{
    background-image: url(/img/3.png);
    background-position: top 800px left;
    background-repeat: no-repeat;
    background-size: 9% auto ;
}

.exhibitions .bgBox2{
    background-image: url(/img/4.png);
    background-position: top 1400px right;
    background-repeat: no-repeat;
    background-size: 20% auto ;
}*/


.exhibitions h2{
	width: 100%;
    margin: 0 auto;
	padding: 112px 0 100px;
	color: #fff;
	text-align: center;
	font-size: 300%;
    background-image: url(/img/exhibitions.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100% ;
}


.exhibitions h2.sub{
	width: 100%;
	width: 100%;
    margin: 0 auto;
	padding: 90px 5% 10px;
	color: #fff;
	text-align: right;
	font-size: 240%;
    background-image: url(/img/exhibitions2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.exhibitions .contentBox{
	width: 1024px;
	margin: 50px auto;
}

.exhibitions p{
	font-size: 125%;
	line-height: 1.8em;
}
    
.exhibitions p.lead{
    width: 1024px;
	margin: 50px auto;
}

.exhibitions .contentBox h3{
	width: 100%;
	margin: 60px auto 80px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}


/* topicsBox
-------------------- */

.exhibitions .contentBox .topicsBox{
    display: block;
    position: relative;
    margin-bottom: 50px;
    background-color:rgba(255,255,255,0.8);
}

.exhibitions .contentBox .topicsBox .photoBox{
    float: left;
    width: 500px;
}

.exhibitions .contentBox .topicsBox .photoBox img{
    width: 500px;
    height: auto;
}

.exhibitions .contentBox .topicsBox .dataBox{
    float: right;
    width: 500px;
    padding: 0 1.5em 1.5em 0;
}

.exhibitions .contentBox .topicsBox .dataBox h4{
    margin: 0.8em 0 0;
    font-size: 180%;
}

.exhibitions .contentBox .dataBox .trmBox{
    margin: 10px 0 5px;
    font-size: 120%;
}

.exhibitions .contentBox .topicsBox .dataBox .plcBox{
    margin: 5px 0 10px;
    font-size: 120%;
}

.exhibitions .contentBox .dataBox .dtlBox{
    margin-top: 1em;
    text-align: right;
    font-size: 120%;
}

.exhibitions .contentBox .topicsBox .dataBox .dtlBox a{
    color: #000;
    text-decoration: underline;
}


/* exhibitionsList
-------------------- */

.exhibitions .contentBox .exhibitionsList{
	width: 1024px;
	margin: 100px 0 160px;
	padding: 0;
}

.exhibitions .contentBox .exhibitionsList ul{
	margin: 0;
	padding: 0
}

.exhibitions .contentBox .exhibitionsList li{
	float: left;
	width: 320px;
	margin: 0 32px 48px 0;
	font-size: 130%;
}

.exhibitions .contentBox .exhibitionsList li img{
	width: 320px;
	height: auto;
	margin: 0 0 1em;
}

.exhibitions .contentBox .exhibitionsList li:nth-child(3n){
	margin: 0 0px 48px 0;
}

.exhibitions .contentBox .exhibitionsList li a{
	color: #000;
}


.exhibitions .contentBox .vydhBnrBox {
	width: 1024px;
	margin: 20px auto 30px;}
.exhibitions .vydhBnrBox  figure img{
	padding:0 202px;
	}

/* detail
-------------------- */

.exhibitions .detailBox{
	width: 900px;
	margin: 0 auto;
    background-color:rgba(255,255,255,0.8);
}

.exhibitions .detailBox h3{
	width: 100%;
	margin: 90px auto 50px;
	text-align: center;
	font-size: 280%;
	font-weight: bold;
}

.exhibitions .detailBox .mainImg img{
	width: 900px;
	height: auto;
}

.exhibitions .detailBox .copyBox p{
	margin: 30px 0;
	font-size: 125%;
	line-height: 1.8em;
}

.exhibitions .detailBox h4{
	width: 100%;
	margin: 120px auto 50px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.exhibitions .detailBox .eBox{
	float: left;
	width: 435px;
	margin: 0 30px 60px 0;
}

.exhibitions .detailBox .eBox:nth-of-type(2n){
	margin: 0 0px 60px 0;
}

.exhibitions .detailBox .eBox .photoBox{
	margin-bottom: 15px;
}

.exhibitions .detailBox .eBox .photoBox img{
	width: 435px;
	height: auto;
}

.exhibitions .detailBox .eBox .txtBox dt{
	padding-bottom: 4px;
	font-size: 115%;
	font-weight: bold;
}

.exhibitions .detailBox .eBox .txtBox dd{
	font-size: 110%;
}

.exhibitions .detailBox .sectionA{
	margin: 0 0 60px;
}

.exhibitions .detailBox .mapBox{
	margin: 0 0 120px;
	text-align: center;
}

/* postBox
-------------------- */

.exhibitions .postBox{
    width: 900px;
    margin: 80px auto 160px;
    background-color:rgba(255,255,255,0.8);
}

.exhibitions .postBox .photoBox{
    margin-bottom: 40px;
}

.exhibitions .postBox .photoBox img{
    width: 900px;
    height: auto;
}

.exhibitions .postBox h3{
    margin-bottom: 0.8em;
    padding: 0 20px;
    font-size: 200%;
}

.exhibitions .postBox p{
    margin-bottom: 1.5em;
    padding: 0 20px;
    font-size: 130%;
    line-height: 1.8em;
}


/* library
-------------------------------------------------------------- */

.library h2{
	width: 100%;
    margin: 0 auto;
	padding: 112px 0 100px;
	color: #fff;
	text-align: center;
	font-size: 300%;
    background-image: url(/img/library.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100% ;
}


.library h2.sub{
	width: 100%;
    margin: 0 auto;
	padding: 90px 5% 10px;
	color: #fff;
	text-align: right;
	font-size: 240%;
    background-image: url(/img/library2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.library h2.catch{
	width: 1024px;
	margin: 50px auto 10px;
	padding: 0;
	color: #000;
	text-align: left;
	background: none;
	font-size: 160%;
	line-height: 1.4em;
}

.library .contentBox{
    position: relative;
	width: 1024px;
	margin: 100px auto 200px;
}

.library p{
	font-size: 125%;
	line-height: 1.8em;
}

.library p.lead{
    width: 1024px;
	margin: 0 auto 60px;
}

.library .contentBox h3{
	width: 100%;
	margin: 60px auto 30px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}
    
.library .contentBox h3 span{
    font-size: 50%;
}

.library .contentBox .sectionA{
    margin-bottom: 100px;
}

.library .contentBox .searchBox{
    margin: 0 0 120px;
    padding: 0;
    text-align: center;
}

.library .contentBox .searchBox input[type="text"]{
     width: 400px;
}
    
.library .contentBox .topicsBox{
	width: 1024px;
	margin: 0 0 20px;
	padding: 0;
}

.library .contentBox .topicsBox ul{
	margin: 0;
	padding: 0
}

.library .contentBox .topicsBox li{
	float: left;
	width: 320px;
    min-height: 300px;
	margin: 0 32px 30px 0;
	font-size: 120%;
}

.library .contentBox .topicsBox li img{
	width: 320px;
	height: auto;
	margin: 0 0 0px;
}

.library .contentBox .topicsBox li:nth-child(3n){
	margin: 0 0px 30px 0;
}

.library .contentBox .topicsBox li a{
	color: #000;
}

.library .contentBox .topicsBox .date{
    margin: 5px 0 0px;
}

.library .contentBox .topicsBox .title a{
    min-height: 3em;
    line-height: 1.6em;
    font-size: 100%;
    color: #000;
    text-decoration: none;
}
    
.library .contentBox .topicsBox .title a:hover{
    text-decoration: underline;
}

.library .contentBox .contactBox{
    margin: 1.5em 0;
    padding: 15px 10px 15px;
    text-align: center;
    border: #000 2px solid;
}

.library .contentBox .contactBox strong{
    display: block;
    padding: 12px 0 8px;
    color: #b52022;
    font-size: 120%;
    font-weight: bold;
    
}

.library .contentBox .contactBox span{
    font-size: 120%;
    text-decoration: underline;
}

.library .contentBox .info a{
    display: block;
    padding: 20px 0 0;
    font-size: 135%;
    color: #000;
    text-decoration: underline;
}

.library .contentBox h4{
    margin: 50px 0 30px;
    padding: 8px 20px;
    font-size: 160%;
    color: #fff;
    background: #77ad71;
}


.library .contentBox .hotoArea{
	width: 1024px;
	margin: 0 0 20px;
	padding: 0;
}

.library .contentBox .hotoArea .hotoBox{
	float: left;
	width: 244px;
	margin: 0 16px 48px 0;
	font-size: 120%;
}

.library .contentBox .hotoArea .hotoBox img{
	width: 244px;
	height: auto;
	margin: 0 0 8px;
}

.library .contentBox .hotoArea .hotoBox:nth-child(4n){
	margin: 0 0px 48px 0;
}

.library .contentBox .hotoArea .hotoBox strong{
    display: block;
}



.library .contentBox .ytBox{
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
}

.library .contentBox .pdfBox{
    width: 100%;
    text-align: center;
    font-size: 130%;
    text-decoration: underline;
}


  
/* listBox
-------------------- */
    
.library .listBox{
    width: 1024px;
	margin: 0 auto 100px;
}

.library .listBox h3{
	width: 100%;
	margin: 100px auto 35px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.library .listBox li{
    float: left;
    width: 300px;
    min-height: 300px;
    margin: 0 22px 30px 0;
    font-size: 120%;
}

.library .listBox li:nth-of-type(3n){
    margin: 0 0px 30px 0;
}

.library .listBox li img{
    margin-bottom: 6px;
}
    
    

/* listBtn
-------------------- */

.library .listBtn{
	margin: 20px auto 80px;
}

/* newsletter
-------------------- */

.library .contentBox .nlBox{
    float: left;
    width: 490px;
    margin: 50px 44px 70px 0;
}

.library .contentBox .nlBox:nth-of-type(2n){
    margin: 50px 0px 70px 0;
}

.library .contentBox .pdfImg{
    float: left;
    width: 215px;
}

.library .contentBox .pdfImg img{
    border: #e5e5e5 2px solid;
}


.library .contentBox .txtBox{
    float: right;
    width: 255px;
    padding: 12px 0 20px;
    font-size: 120%;
}

.library .contentBox .txtBox img{
    margin: 0 10px 6px 0;
}

.library .contentBox .txtBox span{
    display: inline-block;
    padding-bottom: 10px;
}

.library .contentBox .txtBox a{
    display: block;
    margin-top: 5px;
    font-size: 100%;
    line-height: 1.2em;
}

.library .contentBox .txtBox .nl{
    padding: 0px 0 20px;
    border-bottom: #ccc 1px solid;
}

.library .contentBox .txtBox .doc{
    padding: 20px 0 0px;
}

/* postBox
-------------------- */

.library .postBox{
    width: 900px;
    margin: 80px auto 160px;
    background-color:rgba(255,255,255,0.8);
}

.library .postBox .photoBox{
    margin-bottom: 40px;
}

.library .postBox .photoBox img{
    width: 900px;
    height: auto;
}

.library .postBox h3{
    margin-bottom: 0.8em;
    padding: 0 20px;
    font-size: 200%;
}

.library .postBox p{
    margin-bottom: 1.5em;
    padding: 0 20px;
    font-size: 130%;
    line-height: 1.8em;
}


/* hof
-------------------------------------------------------------- */

    /*body.post-type-archive-hall-of-famers{
        margin-top: -21px;
    }*/

.hof h2{
	width: 100%;
    margin: 0 auto;
	padding: 112px 0 100px;
	color: #fff;
	text-align: center;
	font-size: 300%;
    background-image: url(/img/hall-of-famers.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100% ;
}

.hof h2.sub{
	width: 100%;
    margin: 0 auto;
	padding: 90px 5% 10px;
	color: #fff;
	text-align: right;
	font-size: 240%;
    background-image: url(/img/hall-of-famers2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.hof .contentBox{
	width: 1024px;
	margin: 50px auto;
}

.hof p{
	font-size: 125%;
	line-height: 1.8em;
}
    
.hof p.lead{
    width: 1024px;
	margin: 50px auto;
}

.hof .contentBox h3{
	width: 100%;
	margin: 60px auto 50px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.hof .contentBox .sectionA h4{
	width: 100%;
    padding: 12px 30px 8px;
    color: #fff;
    background: #846934;
	text-align: left;
	font-size: 180%;
    font-weight: normal;
}

.hof .contentBox h5{
	width: 100%;
	margin: 40px 50px 20px;
	text-align: left;
	font-size: 160%;
	font-weight: bold;
}

.hof .contentBox .sectionA{
    margin-bottom: 100px;
    background-color: rgba(255,255,255,.9);
}

.hof .contentBox table{
	width: 950px;
	margin: 0px 0 0 60px;
	text-align: left;
	font-size: 130%;
}

.hof .contentBox table a{
    color: #000;
    text-decoration: underline;
}

.hof .contentBox table th{
    width: 7em;
    padding: 0px 0;
    font-weight: normal;
}

.hof .contentBox table td{
    padding: 0px 0;
    line-height: 1.8em;
}

.hof .contentBox .playerBox{
	margin: 0 0 60px;
	padding: 0;
}

.hof .contentBox .specialBox table{
	margin: 30px 60px 60px;
}


.hof .contentBox .imgBox{
	margin: 20px 0 160px;
}

.hof .contentBox .linkBox{
 width: 100%;
    text-align: center;
    	margin:10px auto 20px;
}

.hof .contentBox .linkBox a{
display:inline-block;
width:40%;
 padding: 20px 1em 18px;
    color: #fff;
    background: #848484;
    font-size: 120%;

}
	.hof .contentBox div.askBox{
				 width: 100%;
				 text-align:center;}
	.hof .contentBox .askBox p{
		 width: 100%;
		text-align:center
		margin:20px auto;
	}
.hof .contentBox p.caution{
    width: 100%;
    text-align: left;
    margin-top: 26px;
    margin-bottom: 5px;
    font-size: 80%;
    font-weight: normal;
    font-size: 140%;
}


/* list
-------------------- */

.hof .listBox{
    margin: 0 0 180px;
}

.hof .contentBox .searchBox{
    margin: 30px 0 60px;
    padding: 30px 10px 26px;
    text-align: center;
    background: #e3d9a6;
    border: #846934 1px solid;
}

.hof .contentBox .searchBox h4{
    font-size: 180%;
}

.hof .contentBox .searchBox p{
    padding: 16px 0px 12px;
}

.hof .contentBox .searchBox input{
    width: 300px;
}

.hof .listBox table{
    margin: 0;
    padding: 0;
    width: 100%;
	font-size: 100%;
	border-top: #ccc 2px solid;
    border-left: #ccc 2px solid;
    border-bottom: #ccc 2px solid;
    border-right: #ccc 2px solid;
}

.hof .listBox table tr.hl{
	background: #e3d9a6;
}

.hof .listBox table th{
    padding: 10px 0;
	font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-right: #ccc 1px solid;
}

.hof .listBox table th.number{
    width: 4em; 
}

.hof .listBox table th.year{
    width: 6em; 
}

.hof .listBox table th.section{
    width: 7em; 
}

.hof .listBox table th.name{
    width: 10em; 
}

.hof .listBox table th.kana{
    width: 12em; 
}

.hof .listBox table th.country{
    width: 8em; 
}

.hof .listBox table th.profile{
    width: auto; 
}

.hof .listBox table td{
	padding: 6px 5px 4px;
    border-right: #ccc 1px solid;
    vertical-align: middle;
    line-height: 1.6em;
}

.hof .listBox table td.number{
    text-align: center;
}

.hof .listBox table td.year{
    text-align: center;
}

.hof .listBox table td.section{
    text-align: center;
}

.hof .listBox table td.country{
    text-align: center;
}

.hof .listBox table tr:nth-of-type(2n){
	background: #ededed;
}
    
.hof .listBox table th.hidden{
    display: none;
}

.hof .listBox table td.hidden{
    display: none;
}
    
.hof .searchLink{
    width: 100%;
    margin: 0 0 12px;
    text-align: right;
}
    
.hof .searchLink img{
    width: auto;
    height: auto;
}   

.hof .searchLink a{
    font-size: 120%;
    text-decoration: underline;
}

.hof .searchLink a:hover{
    text-decoration: none;
}



/* detail
-------------------- */

.hof .detailBox{
	width: 900px;
	margin: 50px auto;
}

.hof .detailBox h2.nameBox{
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    font-size: 240%;
    background-image: none;
    color: #000;
}

.hof .detailBox h3{
    margin: 40px 0 20px;
    font-size: 200%;
}

.hof .detailBox .photoBox{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.hof .detailBox .slideBox{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.hof .detailBox .slideBox img{
    width: auto;
    height: 600px;
    margin: 0 auto;
    pointer-events: none; 
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}


.hof .detailBox p{
    font-size: 130%;
    line-height: 1.8em;
}

.hof .detailBox table{
	width: 100%;
    margin: 40px 0 30px;
	font-size: 130%;
	border: #ccc 2px solid;
}

.hof .detailBox table th{
	width: 16em;
	padding: 18px 1.8em 16px;
	font-weight: normal;
	background: #e3d9a6;
	border-right: #ccc 2px solid;
	border-bottom: #fff 1px solid;
    vertical-align: middle;
}

.hof .detailBox table th:last-child{
	border-bottom: none;
}

.hof .detailBox table td{
	padding: 18px 1.8em 16px;
}
    
.hof .detailBox table td a{
        color: #000;
        text-decoration: underline;
}
    
.hof .detailBox table td a:hover{
        color: #777;
        text-decoration: none;
}

.hof .detailBox table tr:nth-of-type(2n){
	background: #ededed;
}

.hof .detailBox .tagBox{
    font-size: 130%;
}

.hof .detailBox .tagBox a{
    margin: 0 0.1em 0 0.1em;
    padding: 8px 10px 6px;
    color: #fff;
    background: #969696
}



/* linkBtn
-------------------- */

.hof .detailBox .linkBox{
    width: 100%;
    text-align: center;
}

.hof .detailBox .linkBtn{
    display: inline-block;
	width: 260px;
	margin: 60px 15px 160px;
	color: #fff;
	font-size: 125%;
	background: #000;
	border-radius: 60px;
	text-align: center;
}

.hof .detailBox .linkBtn a{
	display: block;
	padding: 1.4em 0 1.2em;
	color: #fff;
	text-decoration: none;
}

.hof .detailBox .linkBtn a:hover{
	color: #fff;
	text-decoration: underline;
}


/*language*/
.hof #langNav{
	margin:20px auto;
	width:1024px;
}


.hof #langNav .List-Item {
  display: inline;
  font-size: 16px;
}
.hof #langNav.List-Item::after {
  content: '-';
  padding: 0 16px;
}
.hof #langNav .List-Item:last-child::after {
  content: '';
}
.hof #langNav .List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
    

/* listBox
-------------------- */
    
.hof .listBox{
    width: 1024px;
	margin: 0 auto 100px;
}

.hof .listBox h3{
	width: 100%;
	margin: 100px auto 35px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.hof .listBox li{
    float: left;
    width: 300px;
    margin: 0 22px 30px 0;
    font-size: 120%;
}

.hof .listBox li:nth-of-type(3n){
    margin: 0 0px 30px 0;
}

.hof .listBox li img{
    margin-bottom: 6px;
}



 /* archiveList
-------------------- */

.hof .archiveList{
    display: block;
    position: relative;
    width: 1024px;
	margin: 50px auto 100px;
    text-align: left;
}
    
.hof .archiveList h3{
	width: 100%;
	margin: 60px auto 80px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.hof .archiveList .photoBox{
    float: left;
    width: 380px;
    margin-bottom: 60px;
}

.hof .archiveList .photoBox img{
    width: 100%;
    height: auto;
}

.hof .archiveList .dataBox{
    float: right;
    width: 620px;
    margin-bottom: 60px;
    padding: 0 1.5em 1.5em 0;
}

.hof .archiveList .dataBox h4{
    margin: 0.8em 0 0;
    font-size: 180%;
}

.hof .archiveList .dataBox .dtlBox{
    margin-top: 1em;
    text-align: right;
    font-size: 120%;
}

.hof .archiveList .dataBox .dtlBox a{
    color: #000;
    text-decoration: underline;
}



 /* archiveBox
-------------------- */

.hof .archiveBox{
    display: block;
    position: relative;
    width: 1024px;
	margin: 50px auto 100px;
    text-align: left;
}
    
.hof .archiveBox h3{
	width: 100%;
	margin: 60px auto 80px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}
    
.hof .archiveBox h5{
	width: 100%;
	font-size: 160%;
	font-weight: bold;
}
    
    .hof .archiveBox .archiveTtl{
        width: 100%;
        margin: 80px auto 40px;
        text-align: left;
    }
    .hof .archiveBox .awardBox{
        position: relative;
        border-top: #ccc 1px solid;
    }
    
    .hof .archiveBox .awardBox h4{
        margin: 25px 0 40px;
        padding: 6px 15px 4px;
        font-size: 200%;
        text-align: left;
        color: #fff;
        background: #c69c3a;
    }
    
    
    .hof .archiveBox .section{
        float: left;
        width: 320px;
        margin: 0 32px 60px 0;
        text-align: center;
    }
    
    .hof .archiveBox .section:nth-of-type(3n){
        margin: 0 0px 60px 0;
    }
    
    .hof .archiveBox .section img{
        width: 320px;
        height: auto;
    }

    .hof .archiveBox .section .nameBox{
        margin: 20px auto 20px;
        font-size: 220%;
        font-weight: bold;
    }
    
    .hof .archiveBox .section .nameBox span{
        padding-left: 0.3em;
        font-size: 85%;
    }
    
    .hof .archiveBox .section .prfBox{
        font-size: 130%;
    }
    
    .hof .archiveBox .txtBox{
        margin-bottom: 80px;
        padding-top: 25px;
        border-top: #ccc 1px solid;
        font-size: 120%;
        line-height: 1.8em;
    }
    
    .hof .archiveBox .txtBox a{
        text-decoration: underline;
    }
    
    
    .hof .archiveBox .movieBox{
        margin-bottom: 80px;
    }
    
    .hof .archiveBox .ytBox{
        width: 800px;
        margin: 15px auto;
        text-align: center;
    }
    
    .hof .archiveBox .ytBox iframe{
        width: 800px;
        height: 450px;
    }
    
    
.hof .archiveBox .photoBox{
    margin: 0 auto 120px;
}
    
.hof .archiveBox .slideBox{
    width: 800px;
    margin-top: 15px;
}
    
.hof .archiveBox .slideBox img{
    width: 800px;
    height: auto;
}
   
.hof .archiveBox .slideBox .caption{
    width: 800px;
    margin: 5px auto 0;
    line-height: 1.4em;
    }

.hof .archiveBox .slideBox img{
    margin: 0 auto;
    text-align: center;
}

    

/* postBox
-------------------- */

.hof .postBox{
    width: 900px;
    margin: 80px auto 160px;
    background-color:rgba(255,255,255,0.8);
}

.hof .postBox .photoBox{
    margin-bottom: 40px;
}

.hof .postBox .photoBox img{
    width: 900px;
    height: auto;
}

.hof .postBox h3{
    margin-bottom: 0.8em;
    padding: 0 20px;
    font-size: 200%;
}

.hof .postBox p{
    margin-bottom: 1.5em;
    padding: 0 20px;
    font-size: 130%;
    line-height: 1.8em;
}

    


/* event
-------------------------------------------------------------- */

/*.event .bgBox1{
    background-image: url(/img/1.png);
    background-position: top 600px right;
    background-repeat: no-repeat;
    background-size: 20% auto ;
}

.event .bgBox2{
    background-image: url(/img/2.png);
    background-position: top 1300px left;
    background-repeat: no-repeat;
    background-size: 25% auto ;
}*/
    
.event h2{
	width: 100%;
    margin: 0 auto;
	padding: 112px 0 100px;
	color: #fff;
	text-align: center;
	font-size: 300%;
    background-image: url(/img/event.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100% ;
}


.event h2.sub{
	width: 100%;
    margin: 0 auto;
	padding: 90px 5% 10px;
	color: #fff;
	text-align: right;
	font-size: 240%;
    background-image: url(/img/event2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.event .contentBox{
	width: 1024px;
	margin: 50px auto;
}

.event p{
	font-size: 125%;
	line-height: 1.8em;
}
    
.event p.lead{
    width: 1024px;
	margin: 50px auto;
}

.event .contentBox h3{
	width: 100%;
	margin: 60px auto 80px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

/* topicsBox
-------------------- */

.event .contentBox .topicsBox{
    display: block;
    position: relative;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,.8);
}

.event .contentBox .topicsBox .photoBox{
    float: left;
    width: 500px;
}

.event .contentBox .topicsBox .photoBox img{
    width: 500px;
    height: auto;
}

.event .contentBox .topicsBox .dataBox{
    float: right;
    width: 500px;
    padding: 0 1.5em 1.5em 0;
}

.event .contentBox .topicsBox .dataBox h4{
    margin: 0.6em 0 0.2em;
    font-size: 180%;
}

.event .contentBox .dataBox .trmBox{
    margin: 10px 0 5px;
    font-size: 120%;
}

.event .contentBox .topicsBox .dataBox .plcBox{
    margin: 5px 0 10px;
    font-size: 120%;
}

.event .contentBox .dataBox .dtlBox{
    margin-top: 1em;
    text-align: right;
    font-size: 120%;
}

.event .contentBox .topicsBox .dataBox .dtlBox a{
    color: #000;
    text-decoration: underline;
}
    
 .event .contentBox .topicsBox .dataBox .txtBox{
     margin-bottom: 1em;
    font-size: 100%;
     line-height: 1.2em;
}   
    
.event .contentBox .topicsBox .dataBox .data{
    font-size: 120%;
}
    
.event .contentBox .topicsBox .dataBox .plc{
    font-size: 120%;
}

.event .contentBox .topicsBox .dataBox .bosyu{
    font-size: 120%;
}


/* eventBox
-------------------- */

.event .contentBox .eventBox{
    width: 1024px;
    margin: 80px auto 160px;
    padding: 35px 40px 15px;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 5px 10px 3px rgba(102, 102, 102, .5);
}

.event .contentBox .eventBox h3{
    margin: 0 auto 30px;
    padding: 0;
}

.event .contentBox .evBox{
    display: block;
    float: left!important;
    width: 300px;
    min-height: 360px;
    margin: 0 22px 30px 0;
}

.event .contentBox .evBox:nth-of-type(3n){
    margin: 0 0px 30px 0;
}

.event .contentBox .evBox h4{
    margin: 1em 0;
    font-size: 130%;
    line-height: 1.4em;
}

.event .contentBox .evBox .dataBox{
    font-size: 110%;
    line-height: 1.2em;
}
    
.event .contentBox p.preparation{
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}
    

/* listBox
-------------------- */
    
.event .listBox{
    width: 1024px;
	margin: 0 auto 100px;
}

.event .listBox h3{
	width: 100%;
	margin: 100px auto 35px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.event .listBox li{
    float: left;
    width: 300px;
    margin: 0 22px 30px 0;
    font-size: 120%;
}

.event .listBox li:nth-of-type(3n){
    margin: 0 0px 30px 0;
}

.event .listBox li img{
    margin-bottom: 6px;
}


/* postBox
-------------------- */

.event .postBox{
    width: 900px;
    margin: 80px auto 160px;
    background-color:rgba(255,255,255,0.8);
}

.event .postBox .photoBox{
    margin-bottom: 40px;
}

.event .postBox .photoBox img{
    width: 900px;
    height: auto;
}

.event .postBox h3{
    margin-bottom: 0.8em;
    padding: 0 20px;
    font-size: 200%;
}

.event .postBox p{
    margin-bottom: 1.5em;
    padding: 0 20px;
    font-size: 130%;
    line-height: 1.8em;
}

.event .postBox .dataBox2{
    padding: 0 20px;
    font-size: 130%;
    margin-bottom: 0.2em;
}


/* news
-------------------------------------------------------------- */

.news h2{
	width: 100%;
    margin: 0 auto;
	padding: 112px 0 100px;
	color: #fff;
	text-align: center;
	font-size: 300%;
    background: #ebe27a;
}


.news h2.sub{
	width: 100%;
    margin: 0 auto;
	padding: 90px 5% 10px;
	color: #fff;
	text-align: right;
	font-size: 240%;
    background: #ebe27a;
}

.news .contentBox{
	width: 900px;
	margin: 50px auto 200px;
}

.news .contentBox p{
	font-size: 125%;
	line-height: 1.8em;
}

.news .contentBox h3{
	width: 100%;
	margin: 60px auto 60px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}


/* list
-------------------- */

    
    
/* newsletter
-------------------- */

.news .listBox{
	width: 900px;
	margin: 50px auto 200px;
}

.news .listBox p{
	font-size: 125%;
	line-height: 1.8em;
}

.news .listBox h3{
	width: 100%;
	margin: 60px auto 60px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}
    
.news .listBox .nlBox{
    width: 900px;
    margin: 50px 0 70px;
}

.news .listBox .pdfImg{
    float: left;
    width: 250px;
}

.news .listBox .pdfImg img{
    border: #e5e5e5 2px solid;
}


.news .listBox .txtBox{
    float: right;
    width: 620px;
    padding: 12px 0 20px;
    font-size: 125%;
    line-height: 1.6em;
}

.news .listBox .txtBox img{
    margin: 0 10px 6px 0;
}

.news .listBox .txtBox span{
    display: inline-block;
    padding-bottom: 10px;
}

.news .listBox .txtBox a{
    display: block;
    margin-top: 1em;
    font-size: 100%;
    text-align: right;
}

.news .listBox .txtBox .nl{
    padding: 0px 0 20px;
    border-bottom: #ccc 1px solid;
}

.news .listBox .txtBox .doc{
    padding: 20px 0 0px;
}
    
    
    

/* postBox
-------------------- */

.news .postBox{
    width: 900px;
    margin: 80px auto 160px;
    background-color:rgba(255,255,255,0.8);
}

.news .postBox .photoBox{
    margin-bottom: 40px;
}

.news .postBox .photoBox img{
    width: 900px;
    height: auto;
}

.news .postBox h3{
    margin-bottom: 0.8em;
    padding: 0 20px;
    font-size: 200%;
}

.news .postBox p{
    margin-bottom: 1.5em;
    padding: 0 20px;
    font-size: 130%;
    line-height: 1.8em;
}


    
    


/*-----------------------------------------------------------------
visit
-------------------------------------------------------------- */
h1.entry-title{
	font-size:10%;
	padding-left:7%;
	color:#fff;
	display:none;
}
.entry-content #visit h2{
	width: 100%;
   margin: -20px auto 0;
	padding:112px 0 100px;
	color: #fff;
	text-align: center;
	font-size: 300%;
    background-image: url(/img/visit.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100% ;
	border-top:none;
}
	.entry-content #visit .breadcrumbs{
		margin-top: -10px;
	}

.entry-content #visit .contentBox{
	width: 1024px;
	margin: 30px auto;
}

.entry-content #visit .contentBox p{
	font-size: 125%;
	line-height: 1.8em;
}
.entry-content #visit .contentBox p.kome{
	font-size: 110%;
	line-height: 1.6em;
}

.entry-content #visit .contentBox h3{
	width: 100%;
	margin: 60px auto 60px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
}

.entry-content #visit .contentBox h4{
	width: 100%;
	margin: 30px auto 10px;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
}

/* tAccessBox
-------------------- */

.entry-content #visit .contentBox .tAccessBox{
    display: block;
    position: relative;
    margin-bottom: 50px;
	overflow: hidden;
}

.entry-content #visit .contentBox .tAccessBox ul li{
	float: left;
}
.entry-content #visit .contentBox .tAccessBox ul li.pR24{
	padding-right: 2%;
}
.entry-content #visit .contentBox .tAccessBox .fromTerminal{
	clear:both;
	margin:0 auto;
	padding-top: 30px;
}
/* openCloseBox
-------------------- */
.entry-content #visit .contentBox .openCloseBox{
    display: block;
    position: relative;
    margin-bottom: 70px;
	overflow: hidden;
}

    
    #site-navigation {
        float: right;
        width: auto;
        margin: 0 15px 0 0;
        padding: 0;
        z-index: 300;
}

    
   #site-nav2{
        display: block;
        position: absolute;
        vertical-align: top;
    }
    
    .headerBox input#menu[type="checkbox"] {
        position: absolute;
        left: -50vw;
    }
    
    .headerBox input#lang[type="checkbox"] {
        position: absolute;
        left: -50vw;
    }
    
    .open,
    .close{
        display: block;
        width: 67px;
        height: 71px;
        margin: -160px 0 0 92vw;
        cursor: pointer;
    }
    
    
    .open{
        position: absolute
    }
    
    .open2,
    .close2{
        display: block;
        width: 67px;
        height: 71px;
        margin: -72px 0 0 86.5%;
        cursor: pointer;
    }
    
    
    .open2{
        position: absolute
    }
 

/* aside.gnavi
-------------------- */
.headerBox aside.gnavi{
            position: absolute;
            top: 114px;
            right: -100%;
            width: 36em;
            height: 42em;
            margin: 0 -30px 0 0;
            padding: 0;
            transition: all 0.3s;
            background: #eee;
            vertical-align: top;
    z-index: 350;
        }
    
    
    
    .headerBox input#menu[type="checkbox"]:checked ~ aside.gnavi{
        right: 0;
    }
    
    .headerBox input#menu[type="checkbox"]:checked ~ .open{
        display: none;
    }
    
    .headerBox input#lang[type="checkbox"]:checked ~ .open2{
        display: none;
    }
    
    .headerBox input#menu[type="checkbox"]:checked > aside.langnavi{
        display: none;
    }
    
    .headerBox input#lang[type="checkbox"]:checked > aside.gnavi{
        display: none;
    }
    
    
    .headerBox aside.gnavi .menuBox1{
        position: absolute;
        vertical-align: top;
        width: 16em;
        height: auto;
        top: 0;
        left: 0;
        margin: -30px 0 0 1.5em;
        padding: 0;
        font-size: 105%;
        line-height: 1.9em;
    }
    
    .headerBox aside.gnavi .menuBox2{
        position: absolute;
        width: 16em;
        height: auto;
        top: 2em;
        left: 17em;
        margin: 11.2em 0 0px;
        padding: 0;
        font-size: 105%;
        line-height: 1.9em;
    }
    
    .headerBox aside.gnavi strong{
        display: inline-block;
        width: 100%;
        margin: 0 0 5px;
        font-size: 115%;
        font-weight: normal;
    }
    
    .headerBox aside.gnavi ul.nl{
        margin-bottom: 1em;
    }
    
    .headerBox aside.gnavi ul.type3{
        margin-bottom: 1.2em;
    }
    
    li#hnav0{
        font-size: 115%;
    }
    
    li#hnav01{
        font-size: 115%;
    }
    
    li#hnav02{
        font-size: 115%;
    }
    
    li#hnav03{
        font-size: 115%;
    }
    
    li#hnav04{
        font-size: 115%;
    }
    
    li#hnav05{
        font-size: 115%;
    }
    
    li#hnav06{
        font-size: 115%;
    }
    
    li#hnav07{
        font-size: 115%;
    }
    
    li#hnav08{
        font-size: 115%;
    }
   
    li#hnav0,
    li#hnav01,
    li#hnav02,
    li#hnav03,
    li#hnav04,
    li#hnav05,
    li#hnav06,
    li#hnav07{
        margin-bottom: 2px;
    }
    
    li#hnav01 span{
        color: #A1B429;
        margin-right: 0.3em;
    }
    
    li#hnav02 span{
        color: #F39600;
        margin-right: 0.3em;
    }
    
    li#hnav03 span{
        color: #C3181F;
        margin-right: 0.3em;
    }
    
    li#hnav04 span{
        color: #5A6FAB;
        margin-right: 0.3em;
    }
    
    li#hnav05 span{
        color: #90682A;
        margin-right: 0.3em;
    }
    
    li#hnav06 span{
        color: #008E5E;
        margin-right: 0.3em;
    }
    
    li#hnav07 span{
        color: #0057A9;
        margin-right: 0.3em;
    }
    
    li#hnav08 span{
        color: #FCEE21;
        margin-right: 0.3em;
    }
    
    .type1 li li{
        margin-left: 1.6em;
        font-size: 85%;
    }
    
    .type3 li {
        margin-left: 1.35em;
    }
    

    
/* aside.langnavi
-------------------- */
.headerBox aside.langnavi{
            position: absolute;
            top: 114px;
            right: -100%;
            width: 16em;
            height: 13em;
            margin: 0 -30px 0 0;
            padding: 0;
            transition: all 0.3s;
            background: #ccfbff;
            vertical-align: top;
            z-index: 360;
        }
    
    .headerBox aside.langnavi ul{
        padding:2.3em 1.5em;
    }
    
    .headerBox aside.langnavi li{
        margin-bottom: 10px;
        font-size: 125%;
    }
    
    
    .headerBox input#lang[type="checkbox"]:checked ~ aside.langnavi{
        right: 0;
    }
    
    .headerBox input#lang[type="checkbox"]:checked ~ .open{
        display: none;
    }
   
    
    
    .error-404{
        margin: 100px auto 200px;
    } 
    
    .error-404 h1{
        width: 100%;
        text-align: left;
    }
    
    
/* formBox
-------------------------------------------------------------- */


.entry-content #formBox .contentBox{
	margin: 50px auto;
}

.entry-content #formBox .contentBox p{
	font-size: 125%;
	line-height: 1.8em;
}
.entry-content #formBox .contentBox p.kome{
	font-size: 110%;
	line-height: 1.6em;
}

.entry-content #formBox .contentBox p{
    width: 900px;
	margin: 15px auto;
	font-size: 125%;
	line-height: 1.6em;
    margin-bottom: 2em;
}
    
.entry-content #formBox .contentBox p span{
        color: #e00;

}
    
.entry-content #formBox .contentBox table{
    width: 900px;
    margin: 30px auto 30px;
	font-size: 125%;
	border: #ccc 2px solid;
}

.entry-content #formBox .contentBox table th{
	width: 12em;
	padding: 16px 1em 14px;
	font-weight: normal;
	background: #e2e2e2;
	border-right: #ccc 2px solid;
	border-bottom: #fff 1px solid;
    vertical-align: middle;
    line-height: 1.6em;
}

.entry-content #formBox .contentBox table th:last-child{
	border-bottom: none;
}

.entry-content #formBox .contentBox table td{
	padding: 16px 1em 14px;
    line-height: 2em;
}
    
.entry-content #formBox .contentBox table td .wpcf7-list-item-label{
      padding: 0 1em 0 0;  
}
    
.entry-content #formBox .contentBox table td.block span.wpcf7-list-item {
display: block;
}
    
.entry-content #formBox .contentBox table td textarea{
    width: 100%;
} 
 
.entry-content #formBox .contentBox table td input{
        margin: 6px 4px;
    }
    
.entry-content #formBox .contentBox .submitBox{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
    
.entry-content #formBox .contentBox .submitBox input{
    width: 10em;
    font-size: 125%;
}
    
    .entry-content #formBox #calendar{
        width: 900px;
        margin: 80px auto 180px;
    }
    

/* #site-navigation2
-------------------------------------------------------------- */
    #site-navigation2{
        float: left;
        display: block;
        margin-left: 208px;
        z-index: 330;
    }
    
    #site-navigation2 li{
        float: left;
        margin-bottom: 0.5em;
        padding: 0 0.12em 0 0;
        font-size: 106%;
        list-style: none;
        line-height: 1.8em;
    }
    
    #site-navigation2 li:after{
        content: "｜";
        padding-left: 0.12em;
    }
    
    #site-navigation2 li:last-child:after{
        content: "";
    }
    
    
    #site-navigation2 li a{
        padding-bottom: 0.12em;
        color: #131313;
    }
    
    #site-navigation2 li a:hover{
        border-bottom: #131313 5px solid;
    }
    
/* -- .current -- */
	#site-navigation2 li.current_page_item a,
	#site-navigation2 li.current-menu-parent a {
		background: none;
	}
	#site-navigation2 li.current-menu-item a,
	#site-navigation2 li.current_page_item a {
		color: #131313;
        background: none;
        
        border-bottom: #131313 5px solid;
	}
    


/* hiddennav
-------------------------------------------------------------- */

.hiddennav{
        position: relative;
    z-index: 520;
    }
    
.hiddennav h1{
    width: 80px;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
    
.hiddennav h1 img{
    width: 60px;
    height: auto
}
    
.hiddennav #site-navigation2{
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 15px;
    text-align: right;
    font-size: 95%;
    white-space: nowrap;
    } 
    

    
/* product-list2
-------------------------------------------------------------- */

    .product-list2{
        margin-top: 25px;
    }
    
.product-list2 .itemsoldout .sub_text {
	font-size: 12px;
	margin-top: 5px;
}
.product-list2 .price {
	text-align: center;
	margin-top: .833em;
}
.product-list2 .excerpt {
	display: none;
}
.product-list2 .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
}
  
.product-list2 span {
	display: block;
}
.product-list2 .thumbnail {
	margin-bottom: .714em;
}
.product-list2 .title {
	margin-bottom: .357em;
}
.product-list2 .thumbnail {
	position: relative;
	text-align: center;
}
    
    
    
/* layout-grid2
-------------------------------------------------------------- */
    .layout-grid2{
        width: 100%;
    }
    
    .layout-grid .list {
	width: 22%;
    }
    
    .layout-grid2 .list {
	float: left;
    min-height: 22em;
	margin-right: 4%;
    }
    
    .layout-grid2 .list:nth-child(4n) {
	margin-right: 0%;
    }
        
    
    .layout-grid2 img{
        display: block;
    }
    

/*language*/   
    #langNav{
	width:1024px;
}  
    
    
    /* widget_welcart_category
------------------------- */

#primary .widget_welcart_category{
    display: none;
}
    
    

    
}



/*language*/   
    #langNav{
	margin:20px auto;
}  

#langNav .List-Item {
  display: inline;
  font-size: 16px;
}
#langNav.List-Item::after {
  content: '-';
  padding: 0 16px;
}
#langNav .List-Item:last-child::after {
  content: '';
}
#langNav .List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}


h1.donation{
    width: 100%;
    margin: 0px 0 20px!important;
    padding: 0 0 3px!important;
    font-size: 180%;
    color: #131313;
    text-align: left;
    border-bottom: #daae25 2px solid;
}

h3.reco{
    width: 100%;
    margin: 0px 0 0!important;
    padding: 0 0 3px!important;
    font-size: 100%;
    color: #0a5a49;
    text-align: left;
    border-bottom: #daae25 10px solid;
}

h3.original{
    display: none;
}

h3.cate10{
    display: none;
}

.recoBox{
    margin-bottom: 25px;
    border-bottom: #daae25 2px solid;
}


.slick-dots > li:first-child:last-child {
    display: none;
}

.spaceBox{
    height: 2em;
}